/* ===================================
    Table of Content
====================================== */

/*  
  - Fonts
  - Scrollbar
  - General   
    - body
    - Headings and Text
    - Buttons
    - Social-icons Hover
    - Iamges Overlay
  - Loader
  - Modal Popup
  - Header/Navbar
  - Banner
  - Shipper Section
  - Carrier Section
  - About Section
  - Client Section
  - services Section
  - Booking Section
  - Footer
  - Dropdown Seclect
  - Subpage Banner
  - About Page
    - About Banner
    - About-pg-sec
    - About Services Page
    - About Booking Page
  - Shipper & Carrier Page
    - Shipper/Carrier Banner
    - Shipper/Carrier About Section
    - Shipper/Carrier Services Section
    - Shipper/Carrier Booking section
  - FAQ Page
    - FAQ Banner
    - FAQ Section
    - FAQ Booking Section
  - Contact Page
    - Contact Banner 
    - Contact Section
    - Contact Booking section
  - Booking Form Page
  - Media Queries
*/

/* ===================================
    Fonts
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;700;800;900&display=swap');

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 12px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #000;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}


/* ===================================
    General
====================================== */
html{
    /*scroll-behavior: smooth;*/
}
body {
  font-family: 'Questrial', sans-serif;
  overflow-x: hidden;
}

/*a {
  text-decoration: none;
}*/
/* Heading and text*/
.heading{
  font-size: 45px;
  font-weight: 700;
  color: #1A202C;
  margin-bottom: 25px;
}
.subheading{
  color: #2D3748;
}
.text{
  font-size: 16px;
  color: #2D3748;
  font-weight: 300;
  line-height: 2em;
}

/* Buttons */

.btn {
  z-index: 2;
  letter-spacing: .5px;
  border-radius: 0;
  font-weight: 600;
  overflow: hidden;
  /*position: absolute;*/
  line-height: inherit;
  display: inline-block;
  color: #fff;
  border: 2px solid transparent;
  text-transform: capitalize;
  transition: all .5s ease !important;
}

.btn.button {
  font-size: 16px !important;
  font-weight: 500;
  background: black;
  color: #fff;
  padding: 6px 25px !important;
  line-height: 1.8em !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  text-transform: capitalize;
  text-decoration: none !important;
}

.btn.btn-box {
  border-radius: 0;
}

.btn.btn-rounded {
  border-radius: 50px;
}
.btn.btn-box {
  border-radius: 0;
}
.btn.black-btn{
  border-color: #000;
  background-color: #000;
}
.btn.trans-btn{
  background-color: transparent;
  border-color: #fff;
}

/*Button hover*/
.btn.btn-white-hvr:hover{
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.btn.btn-black-hvr:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/*Social Icons*/

.social-icons {
  margin-bottom: 0px;
}

.social-icons li {
  font-size: 15px;
  display: inline-block;
  margin-right: 1px;
  margin-left: 1px;
}

.social-icons li a {
  overflow: hidden;
  border-radius: 50%;
  display: block;
  color: #000;
  height: 43px;
  line-height: 43px;
  width: 43px;
  border: 1px solid #000;
  text-align: center;
  font-size: 21px;
}


/*Social icons background hover*/

.icon-hover:hover{opacity: 0.8; transition: all 0.5s ease;}

/* Date Picker */
.datepicker{
    display: flex;
     position: relative;
}
.datepicker i{
  right: 10px;
  position: absolute;
  z-index: 1;
  top: 13px;
}


/* ===================================
   Loader
====================================== */
.center-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 11111111;
  background: rgba(0, 0, 0, 0.7);
}

.spinner {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.container1>div,
.container2>div,
.container3>div {
  width: 28px;
  height: 28px;
  border: 6px solid #000;
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  animation: bouncedelay 1.2s infinite ease-in-out;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  transform: rotateZ(45deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  animation-delay: -1.1s;
}

.container1 .circle2 {
  animation-delay: -0.9s;
}

.container2 .circle2 {
  animation-delay: -0.8s;
}

.container1 .circle3 {
  animation-delay: -0.6s;
}

.container2 .circle3 {
  animation-delay: -0.5s;
}

.container1 .circle4 {
  animation-delay: -0.3s;
}

.container2 .circle4 {
  animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.25);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* ===================================
      Modal Popup
  ==================================== */
/* The Modal (background) */
.modale a{
  text-decoration: none !important;
}
.modale {
  display: none; 
  position: fixed;
  z-index: 999;
  padding-top: 150px;
  padding-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modale-content {
  background-color: #fefefe;
  margin: auto;
  top: 0%;
  position: relative;
  border: 1px solid #000;
  width: 670px;
  animation-name: slideIn;
  animation-duration: 0.6s;
}
/* Image Sec */
.modale-content .modale-main .img-sec{
  position: relative;
}
.modale-content .modale-main .opacity-6{
opacity: 0.6;
}

.modale-content .modale-main .img-sec .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  /*background-color: #ea7d24;*/
}
.modale-content .modale-main .img-sec .image{
  display: block;
  height: 100%;
}
.modale-content .modale-main .img-sec .img-text {
  width: 100%;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.modale-content .modale-main .img-sec .img-text .heading{
  color: #fff;
  font-size: 32px !important;
  text-transform: capitalize;
}
/* .modale-content .modale-main .img-sec .signup-btn{
  display: inline-block;
  height: 38px;
  padding: 0 50px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  border-radius: 50px;
} */

.modale-content .modale-main .img-sec .signup-btn{
  display: inline-block;
  height: 38px;
  padding: 0 50px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  border-radius: 50px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.modale-content .modale-main .img-sec .signup-btn:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all .5s ease;
  border-radius: 50px;
}

/* Modal Header */
.modal-headerr {
  display: flex;
}
.form-sec .modale-body .heading{
  color: #223855;
  font-size: 22px;
}
.closebtn{
  margin-left: auto;
}
.close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #223855;
  transition: all .5s ease;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Body */
.modale-main{
  display: flex;
}

.modale-body{
  width: 50%;
  padding: 10px 20px;
}
.modale-body .heading{
  font-size: 24px;
}
/*.modale-body label{
  margin: 0 0px 0;
  padding: 0 0 0;
  font-weight: 600;
  color: #2D3748;
  border: none;
}*/
.modale-body input[type=text], .modale-body input[type=email], .modale-body input[type=password] {
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  border: 1px solid #ebebeb;
  outline: none;
  margin: 5px 0;
}
.modale-body input[type="submit"]:hover{
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  transition: all .5s ease;
}
.modale-body input[type="submit"]{
  width: 100%;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  color: #fff;
}
.modale .submit-btn{
  margin-top: 35px;
  width: 100%;
  text-align: center;
}
.modale .modale-body .signup-modale{
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Modal Second Form */
#login-text{
  display: none;
}
#login-modal{
  display: none;
}
#login-texts{
  display: none;
}
#login-modals{
  display: none;
}
#login-textc{
  display: none;
}
#login-modalc{
  display: none;
}

#signup-text4{
  display: block;
}

.modale-body .login-modale  input[type=text], .modale-body .login-modale input[type=email],  
.modale-body .login-modale  input[type=password]{
  margin: 2px 0;
}
.modale-body .login-modale .form-group{
  margin-bottom: 0.7rem;
}
.modale-body .login-modale .submit-btn{
  margin-top: 20px;
}
.modale-body .login-modale input{
  margin: 0 0 0 0;
}
.modale #errorsrsnew{
  font-size: 14px;
  color: red !important;
}
/****** Custom Rdio and Checkbox ******/
/* Rdio Button */
.modale .modale-body input[type='radio'] {
      -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    position: relative;
    top: 1px;/
}
.modale .modale-body input[type='radio']:before {
    content:'';
    display:block;
    width:65%;
    height:65%;
    margin: 20% auto;    
    border-radius:50%;    
}
.modale .modale-body input[type='radio']:checked:before {
    background: #000;
}

/* Associated Adda Dropdown in Carrier booking */
.modale .modale-content .adda-label{
  display: block;
}
.modale .modale-content .select2-container{
  width: 100% !important;
}
/* Check Box */
.term-condition {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.modale-body .term-condition a{
  color: #000;
  text-decoration: none;
}

/* Hide the browser's default checkbox */
.term-condition input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  background-color: #eee;
}
/* When the checkbox is checked, add a black background */
.term-condition input:checked ~ .checkmark {
    background-color:#000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
/* Show the checkmark when checked */
.term-condition input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.term-condition .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5.5px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Modal Animation */
@keyframes slideIn {
  from {
    top: -300px; 
    opacity: 0;
}
  to {
    top: 0; 
    opacity: 1;
}
}
@keyframes fadeIn {
  from {
    opacity: 0;
  } 
  to {
    opacity: 1;
  }
}

/****** Repeater Modal ******/
.modale.repeater-modal .modale-content{
  width: 600px;
}
.modale.repeater-modal .modale-body{
  width: 100% !important;
}
.form-control:focus{
  border-color: #495057;
  box-shadow: 0 0 0 0.2rem transparent;
}
.modale.repeater-modal .items{
  display: flex;
}
.modale.repeater-modal .items .item-content{
  width: 100%;
}
.modale.repeater-modal .modale-body .repeater-add-btn{
  text-align: center;
  margin-bottom: 15px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
      box-shadow: 0 0 0 0.2rem transparent;
}
.modale.repeater-modal  .btn.focus, .btn:focus, 
.wpcf7 input:focus[type=submit], input.focus[type=submit]{
  color: #fff;
}
.modale.repeater-modal .modale-body .repeater-add-btn .btn.button{
  padding: 4px 22px !important;
}
.modale.repeater-modal .modale-body .repeater-remove-btn .remove-btn{
  border: 1px solid transparent;
  background-color: transparent;
}

/* ===================================
    Navbar
====================================== */
/* nav top default */
.navbar a{
  text-decoration: none;
}
.navbar .navbar-brand img{
  width: 85%;
}
.navbar.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 80px;
  width: 100%;
  transition: all .1s ease;
  background-color: #fff;
  /*border-bottom: 1px solid rgba(204,204,204, 0.5);*/
}


.header-appear .navbar-top-default {
  height: 90px;
  position: fixed;
  z-index: 999;
  background: #fff;
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}

.navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 6px 6px;
  margin-left: 15px;
  margin-right: 15px;
  transition: .5s ease;
  transition: all .6s ease;
  border: 2px solid transparent;
  display: block;
  text-transform: capitalize;
}

.navbar .navbar-nav {
  margin-left: auto;
}

/*.navbar .navbar-nav .nav-link.active {
  color: #000;
  transition: all .6s ease;
}*/


.navbar .navbar-nav .nav-link:last-child {
  margin-left: 0;
}

.navbar .navbar-nav .nav-link:after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #000;
}
.navbar .navbar-nav .btn.button{
  text-transform: capitalize;
}

/*
.navbar-fixed-top.scrolled {
  background-color: #2d2d2d !important;
  transition: .2s linear;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}*/


/* ===================================
     Side Menu
====================================== */
.side-menu{
  display: none;
}

/* ===================================
      Banner  
  ==================================== */

.banner{
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url('../img/banner.png');
}
.banner .text-sec .subheading{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.banner .text-sec{
  padding-top: 4rem;
}
.banner .text-sec .heading{
  font-weight: 600;
  font-size: 80px;
  letter-spacing: -1px;
  font-family: 'Inter', sans-serif;
}
.banner .text-sec .btns-list li{
  list-style: none;
  display: inline-block;
}
.banner .text-sec .btns-list li .modal-link{
  color: #000;
  margin-left: 15px;
  font-size: 18px;
}
.banner .text-sec .btns-list li .modal-link:hover{
  text-decoration: underline;
}
/* Form Sec */
.banner .text-sec, .form-sec{
    margin-top: 5rem;
} 
.banner .form-sec .form-box .form-group{
  margin-bottom: 0.5rem;
  padding-left: 5px;
  padding-right: 5px;
}
.banner .form-sec .form-box .heading{
  font-size: 18px;
  text-transform: uppercase;
}
.banner .form-sec input{
  margin-bottom: 0;
  height: 35px;
}
.banner .form-sec .form-box{
  padding: 30px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient( rgba(255,255,255, 0.6), rgba(255,255,255, 0.6));
}
.banner .form-sec input[type=text], input[type=tel], input[type=Date],  input[type=datetime-local]{
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}
.banner .form-sec select, textarea{
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}
.banner .form-sec .form-box label{
  font-size: 15px;
  font-weight: 600;
}
.banner .form-sec .form-box label span{
  color: red;
  font-size:22px;
  font-weight: 500;
}
.banner .form-sec .form-box .form-btn{
  width: 100%;
}
.banner .form-sec .form-box .form-btn .btn.button{
  width: 100%;
  height: 44px;
  margin-top: 5px;
}
.banner .form-sec .form-control{
  border-radius: 0;
}
.banner .form-sec .form-control:focus{
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem transparent;
}
.banner .form-sec .form-box .btn.button{
  text-transform: capitalize;
}
.banner .form-sec ::placeholder{
  opacity: 0.7;
  font-size: 14px;
}
.banner .form-sec input[type=Date]:invalid::-webkit-datetime-edit {
    opacity: 0.7;
    font-size: 14px;
}
.banner .form-sec .placeholder {
  font-size: 14px;
}
.banner select,
.banner select option {
  color: #000000;
}

.banner select:invalid,
.banner select option[value=""] {
  color: #999999;
}
.banner .form-sec .modale-checkbox{
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.banner .form-sec .modale-checkbox label{
  margin-bottom: 0;
}
.banner .form-sec .modale-checkbox input[type=checkbox]{
  width: 32px;
  height: 18px;
}
/* ===================================
      Shipper/Carrier Section
  ==================================== */
.shipper-carrier-section{
      padding-top: 100px;
      padding-bottom: 20px;
}
.shipper-carrier-section .sec-row{
  align-items: center;
}
.shipper-carrier-section .sec-row .img-sec img{
  border: 1px solid transparent;
  border-radius: 15px;
  width: 100%;
}
.shipper-carrier-section .sec-row .text-sec .subheading{
    font-size: 16px;
    font-weight: 700;
    color: #504a40;
}
.shipper-carrier-section .sec-row .text-sec .heading{
  margin-bottom: 20px;
}
.shipper-carrier-section .sec-row .text-sec .small-img img{
  width: 80px;
  margin-bottom: 15px;
}
.shipper-carrier-section .sec-row .text-sec .small-img .subheading{
  font-size: 18px;
}

/****** Padding-bottom ******/
.carrier-sec{
  padding-bottom: 100px;
}
/* ===================================
      About Section
  ==================================== */
.about-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}
.about-section .row{
  align-items: center;
}
.about-section .text-sec .heading{
  color: #fff;
}
.about-section .text-sec .text{
  color: #fff;
  font-size: 18px;
}
/* ===================================
      Client Section
  ==================================== */
.client-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.client-section .row{
  align-items: center;
}
.client-section .text-sec .heading{
  font-size: 55px;
  margin-bottom: 0px;
}
.client-section .text-sec .text{
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.client-section .img-sec .brand-logo{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: 20px;
}
.client-section .img-sec .brand-logo:hover{
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 16%);
}
/* ===================================
      Services Section
  ==================================== */
.services-section{
  height: auto;
  display: flex;
  padding-top: 65px;
  padding-bottom: 65px;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: linear-gradient( rgba(240,240,240, 0.9), rgba(240,240,240, 0.9)), url('../img/map.png');
  /*background-image: url("../img/map.png");*/
}
.services-section .heading{
  margin-bottom: 45px;
}
.services-section .list-sec .media{
  margin-bottom: 30px;
}
.services-section .list-sec .media:last-child{
  margin-bottom: 0;
}
.services-section .list-sec .media i{
  font-size: 30px;
  color: #000;
}
.services-section .list-sec .media .subheading{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
    line-height: 1em;
}
.services-section .img-sec{
  margin-top: auto;
  margin-bottom: auto;
}
.services-section .img-sec img{
  border: 1px solid transparent;
  border-radius: 20px;
}
/* ===================================
      Booking Section
  ==================================== */
.booking-section{
  padding-top: 120px;
  padding-bottom: 120px;
}
.booking-section .booking-box{
  margin-left: 70px;
  margin-right: 70px;
  padding: 60px 140px;
  text-align: center;
  border: 1px solid #ccc;
}
.booking-section .booking-box .heading{
  color: #000;
  line-height: 1.2em;
  margin-bottom: 35px;
}
.booking-section .booking-box .text{
  margin-bottom: 35px;
}
.booking-section .booking-box .btn.button{
  font-size: 15px !important;
  font-weight: 600;
  padding: 10px 35px !important;
}
/* ===================================
      Footer
  ==================================== */
footer a{
  text-decoration: none;
}
footer{
  background-color: #faf9f7;
}
/* Footer Top */
footer .footer-top{
  padding-top: 100px;
  padding-bottom: 70px;
}
footer .logo-box img{
  width: 65%;
  margin-bottom: 20px;
}
footer .links-box .links-list{
    
}
footer .links-box .links-list li{
  list-style: none;
  display: inline-block;
   margin-right: 20px;
  margin-left: 20px;
}

footer .links-box .links-list li .link{
  color: #000;
  font-size: 18px;
 
}
footer .links-box .links-list.address-list li i{
  margin-right: 10px;
  color: #000;
}
footer .links-box .links-list.address-list .link{
  color: #676767C7;
  font-size: 16px;
}
footer .btn-box .subheading {
  font-weight: 600;
  font-size: 18px;
}
footer .btn-box .btn-img img{
 width: 80%;
}
/* Footer Bottom */
footer .footer-bottom{
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #67676785;
}
footer .footer-bottom .links-list{
  margin-bottom: 0;
  text-align: right;
}
footer .footer-bottom .links-list li{
  list-style: none;
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
    border-right: 1px solid #676767C7;
}
footer .footer-bottom .copyright{
  font-size: 13px;
}
footer .footer-bottom .links-list li:last-child{
  border-right: none;
}
footer .footer-bottom .links-list li .link{
  color: #000;
  font-size: 14px;
}

/* ===================================
      Dropdown Select
  ==================================== */
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-weight: 400;
  line-height: 35px;
  font-size: 14px;
}
.select2-results__option {
    padding: 2px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #ccc !important; 
  border-radius: 0px !important; 
}

.select2-container--default .select2-search--dropdown .select2-search__field{
  display: none;
}
.select2-results__options .placeholder {
  color: red;
}
/* ===================================
      Subpage Banner
  ==================================== */
.subpage-banner{
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: left;
  align-items: center;
  /*background-image: url("../img/about-banner.png");*/
  background-image: linear-gradient( rgba(255,255,255, 0.3), rgba(255,255,255, 0.3)), url("../img/about-banner.png");
}
.subpage-banner .heading{
  font-size: 42px;
  padding-top: 7rem;

}


/* ===================================
     About Page
  ==================================== */
  /******* About Pg Section *******/
.about-pg-sec{
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-pg-sec .text-sec .text{
  font-size: 15px;
  padding-right: 62px;
}
.about-pg-sec .img-sec{
  margin-top: auto;
  margin-bottom: auto;
}
.about-pg-sec .img-sec img{
  border: 1px solid transparent;
  border-radius: 20px;
}
  /******* About Services Section *******/
.about-serv-sec{
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-serv-sec .list-sec .media{
  margin-bottom: 30px;
}
.about-serv-sec .list-sec .media i{
  color: #000;
  margin-right: 20px;
  font-size: 30px;
}
.about-serv-sec .list-sec .media .media-body .subheading{
  color: #2D3748;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-serv-sec .list-sec .media .media-body .text{
  font-size: 15px;
}
.about-serv-sec .img-sec img{
  border: 1px solid transparent;
  border-radius: 20px;
}

  /******* About Booking Section *******/
.booking-section.about-book-sec{
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ===================================
     Shipper & Carrier Page
  ==================================== */
.subpage-banner.shipper-banner .heading{
  text-align: center;
  font-size: 42px;
  padding-left: 200px;
  padding-right: 200px;
}
  /******* Shipper About Section *******/
.shipper-about-sec{
  padding-top: 100px;
}
.shipper-about-sec .heading{
  margin-bottom: 35px;
  font-size: 42px;
}
.shipper-about-sec .text{
  font-size: 15px;
  margin-bottom: 35px;
}
.shipper-about-sec .btn.button{
  font-weight: 600;
  font-size: 15px !important;
  padding: 6px 25px !important;
}
.shipper-about-sec .img-box img{
  border: 1px solid transparent;
    border-radius: 15px;
}
/******* Shipper Services Section *******/
.shipper-serv-sec{
  padding-top: 100px;
  padding-bottom: 100px;
}
.shipper-serv-sec .heading-sec .text{
  padding-left: 230px;
  padding-right: 230px;
  margin-bottom: 80px;
}
.shipper-serv-sec .services-sec .card{
  text-align: center;
  border: 1px solid transparent;
}
.shipper-serv-sec .services-sec .card:hover i{
  transform: translateY(-10px);
  transition: all .5s ease;
}
.shipper-serv-sec .services-sec .card i{
  color: #000;
  font-size: 50px;
  transition: all .5s ease;
}
.shipper-serv-sec .services-sec .card .card-body .subheading{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* ===================================
      FAQ Page
  ==================================== */
/******* FAQ Banner *******/
.subpage-banner.faq-banner .heading{
  text-align: center;
}

  /******* FAQ Section *******/
.faq-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-section ul li{
  list-style: none;
}

.faq-section .accordion {
    width: 100%;
    margin: 30px auto 20px;
    background: #FFF;
    border-radius: 0px
}
.faq-section .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 35px;
    color: #2D3748;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #d4d4d4; 
    position: relative;
    transition: all 0.4s ease
}

.faq-section .accordion li:last-child .link {
    border-bottom: 0
}

.faq-section .accordion li i {
    position: absolute;
    top: 18px;
    left: 12px;
    font-size: 18px;
    color: #2D3748;
    transition: all 0.4s ease
}

.faq-section .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link {
  border-bottom: none;
    color: #000;
}

.faq-section .accordion li.open i {
    color: #000;
}

.faq-section .accordion li.open i.fa-caret-right {
    transform: rotate(90deg);
}
.faq-section .submenu {
    display: none;
}
.faq-section .submenu .text{
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-section .submenu .link-text{
  color: #000;
  }
.faq-section .submenu .link-text:hover{
  color: #04bd45;
}
/* ===================================
      Contact Page
  ==================================== */
 /******* Contact Banner *******/
.subpage-banner.contact-banner .heading{
  text-align: center;
}
/******* Contact Section *******/
.contact-section{
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-section .heading{
  font-size: 32px;
}
.contact-section .contact-form {
  margin-top: 50px;
}

.contact-form .form-control::placeholder {
  color: #808080;
}


.contact-section .contact-form ::placeholder{
  font-size: 15px;
}
.contact-section .contact-form .form-control {
  border: none;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  font-size: 15px;
  transition: border .9s ease;
  border-bottom: 1px solid #818a91;
}
.contact-section .contact-form textarea{
  /*min-height: 110px;*/
  resize: vertical;
}
.contact-section .form-control:focus {
  color: #011321;
  box-shadow: 0 0 0 0.0rem transparent;
}
.contact-section .contact-form-sec .submit-button{
  text-align: right;
}
.contact-section .contact-form-sec .submit-button  .btn.button {
  font-size: 15px !important;
  font-weight: 600;
  padding: 8px 35px !important;
}
.contact-section .address-sec{
  padding-top: 6rem;
}
.contact-section .address-sec .address-box{
  margin-left: 6rem;
  padding: 55px 45px 55px 35px;
  background-color: #000;
}
.contact-section .address-sec .address-box .media{
  margin-bottom: 20px;
}
.contact-section .address-sec .address-box .media:last-child{
  margin-bottom: 0;
}
.contact-section .address-sec .address-box .media i{
  color: #fff;
  font-size: 25px;
  margin-right: 12px;
}
.contact-section .address-sec .address-box .media .text{
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
/* ===================================
     Privacy Policy Page
  ==================================== */
.privacy-pg-sec{
  padding-top: 60px;
    padding-bottom: 60px;
}
.privacy-pg-sec .heading{
  font-size: 28px;
  font-weight: 600;
}
.privacy-pg-sec ul{
  list-style-position: outside;
}
/* ===================================
      Booking Form Page
  ==================================== */
.booking-form-sec{
  padding-top: 120px;
  padding-bottom: 120px;
}
.booking-form-sec .contact-form select{
      padding: 14px 15px;
}
.booking-form-sec .contact-form select, input[type=text], input[type=tel], input[type=datetime-local]{
  width: 100%;
}
/*.booking-form-sec .contact-form .input-box{
  margin-bottom: 25px;
}*/
.booking-form-sec .contact-form .input-box .label{
  margin-bottom: 10px;
}
.booking-form-sec .contact-form .input-box .label span{
  color: red;
  font-size:22px;
  font-weight: 500;
}
.booking-form-sec .contact-form  input, select, textarea{
  margin-bottom: 5px;
} 
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card{
  margin-bottom: 25px;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card input{
  display: none;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card label{
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 04px solid transparent;
  transition: all 0.4s ease;
  margin: 5px;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card img{
  display: block;
  margin: auto;
  width: 70%;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card input[type=checkbox]{
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card input[type=radio]{
  display: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card span{
  font-size: 12px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card input:checked + label{
  color: #000;
    background: #f7f7f7;
    border: 4px solid #f7f7f7;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card input[type="radio"]:checked ~ label::after{
  background:  #000;
    border: 1px solid  #000;
    box-shadow: inset 0 0 0 2px #fff;
}

.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card label::before, .vehicle-card label::after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.booking-form-sec .contact-form .center-align{
  margin-left: auto;
  margin-right:  auto;
}
.booking-form-sec .input-box.button-box{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*  Booking Form Design */
.booking-form-sec{
  background-image: linear-gradient(to bottom, rgba(61,147,205,0.4), rgba(74,85,104,0.2));
  background-size: cover;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.booking-form-sec .contact-form{
  background-color: #fff;
  padding: 30px;
  /*box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);*/
}

/* Hover */
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card:hover input + label{
  color: #000;
    background: #f7f7f7;
    border: 4px solid #f7f7f7;
    transition: all .5s ease;
}
.booking-form-sec .vehicle-box-1 .vehicle-box .vehicle-card:hover input[type="radio"] ~ label::after{
      background: #000;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 2px #fff;
    transition: all .5s ease;
}
.booking-form-sec  .modale-checkbox{
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.booking-form-sec .modale-checkbox label{
  margin-bottom: 0;
}
.booking-form-sec .modale-checkbox input[type=checkbox]{
  width: 50px;
  height: 18px;
}
/* ===================================
      Media Queries
  ==================================== */
@media (max-width:1600px) and (min-width:1300px) {
    .modale{
      padding-top: 90px;
    }
}
@media (min-width: 1200px){
  .container{
    max-width: 1240px;
  }
.container.shippment-form{
  max-width: 900px;
}
}

@media (max-width: 1200px){
/* General */
 .heading{
  font-size: 35px;
 }

.text br{
  display: none;
}
/* Banner */
.banner{
  background-position: 45%;
  background-image: linear-gradient( rgba(255,255,255, 0.4), rgba(255,255,255, 0.4)), url(../img/banner.jpg);
}
.banner .text-sec .heading{
  font-size: 60px;
}
.banner .text-sec {
  padding-top: 8rem;
}
/* About Section */
.client-section .heading {
    font-size: 50px;
}
/* Client Section */
.client-section .img-sec .brand-logo{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 10px;
}
/* Services Section */
.services-section .img-sec {
  margin-top: auto;
  margin-bottom: auto;
}
/* Booking Sec */
.booking-sec img{
  height: 100%;
}
.booking-section .booking-box{
  margin-left: 0px;
  margin-right: 0px;
  padding: 60px 30px;
}
/******* Modal *******/
.modale{
  padding-top: 450px;
}
.modale-content{
  width: 65%;
}
.modale-body .heading{
  font-size: 22px;
  text-align: center;
}

/******* Subpage Banner *******/
.subpage-banner{
  height: 30vh;
}
/******* About page *******/
/* About-pg-sec */
.about-pg-sec .text-sec .text{
  padding-right: 0;
}
.about-pg-sec .img-sec{
  margin: auto;
}
.about-pg-sec .img-sec img{
  margin-top: 0;
}
/* About services Section */
.about-serv-sec .img-sec{
  margin: auto;
}
 /******* Contact Page *******/
/* Contact Section */
.contact-section .address-sec .address-box{
  margin-left: 0;
}
}
@media (max-width: 992px){
/* General */
.heading {
    font-size: 28px;
}
/* Banner Section */
.banner{
  background-position: 45%;
  background-image: linear-gradient( rgba(255,255,255, 0.4), rgba(255,255,255, 0.4)), url(../img/banner.jpg);
}

.banner .text-sec .btns-list li .modal-link{
  margin-left: 10px;
}

/*.banner .text-sec .heading{
  font-size: 33px;
}
.banner .text-sec{
  margin-top: 130px;
}*/
/* Shipper Carrier Section */
.shipper-carrier-section .text-sec .text{
  font-size: 14px;
}
.shipper-carrier-section .sec-row .text-sec .small-img .subheading{
  font-size: 15px;
}
/* Aout section */
.about-section .text-sec .text{
  font-size: 14px;
}
/* Client Section */
.client-section .text-sec .heading{
  font-size: 45px;
}
.client-section .text-sec .text{
  font-size: 13px;
}
.client-section .img-sec .brand-logo{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline: 10px;
}
/* Footer */
footer .btn-box .subheading {
    font-size: 16px;
}
footer .links-box .links-list li .link{
  font-size: 16px;
}
footer .links-box .links-list li{
      margin-right: 8px;
    margin-left: 8px;
}
footer .links-box .links-list li i{
  font-size: 12px;
}
footer .links-box .links-list.address-list .link{
  font-size: 12px;
}
/******* Subpage Banner *******/
.subpage-banner .heading{
  text-align: center;
}
/******* About page *******/
/* About-pg-sec */
.about-pg-sec{
  padding-bottom: 0;
}
.about-pg-sec .text-sec{
  margin-bottom: 30px;
}
/* About services Section */
.about-serv-sec{
  padding-bottom: 0;
}
.about-serv-sec .img-sec{
  margin: auto;
}
/******* Shipper & Carrier Page *******/
/* Banner */
.subpage-banner.shipper-banner .heading{
  padding-left: 0px;
  padding-right: 0px;
}
/* About section */
.shipper-about-sec .img-box{
  margin: auto;
}
/* Services Section */
.shipper-serv-sec .heading-sec .text{
  padding-left: 0px;
  padding-right: 0px;
}
.shipper-serv-sec .services-sec .service-box{
  margin: auto;
}
/******* FAQ Page *******/
/* FAQ Section */
.faq-section{
  padding-bottom: 0;
}
 /******* Contact Page *******/
/* Contact Section */
.contact-section .address-sec{
  padding-top: 0;
  margin: auto;
}
.contact-section .address-sec .address-box{
  padding: 55px 30px 55px 30px;
}
/******* Modal *******/
.modale{
  padding-top: 200px;
}
.modale-content{
  width: 85%;
}
.modale.repeater-modal .modale-content{
  width: 85%;
}
}
@media (max-width: 767px){
 /* General */
.text{
  text-align: center;
}
#myModal2 .modale-body{
  width: 100% !important;
}
#myModal2 .modale{
  padding-top: 143px !important;
}
  /* Banner */
.banner{
  background-position: 38%;
}
.banner .text-sec {
  text-align: center;
  padding-top: 5rem;
}
.banner .text-sec ul{
  margin-bottom: 15px;
}
.banner .text-sec .heading {
    font-size: 33px;
    margin-bottom: 10px;
}
.banner .form-sec .form-box{
  padding: 15px 15px;
}
.banner .form-sec{
  display: none;
}
.banner .text-sec{
     margin-top: 0;
}
.banner .form-sec .form-box label{
  margin-bottom: 0;
}
/* Navabr */
.navbar.navbar-top-default{
  height: 70px;
}
.navbar.navbar-top-default .navbar-brand{
  padding-top: 0;
}
.navbar.navbar-top-default .navbar-brand img{
  width: 80%;
}
/* Shipper Carrier Section */
.shipper-carrier-section .text-sec{
  text-align: center;
  margin-bottom: 30px;
}
.shipper-carrier-section .ship-car-services .col-sm-6{
  width: 50%;
}
.shipper-carrier-section .sec-row .text-sec .small-img img{
  width: 70px;
}
.shipper-carrier-section .sec-row .text-sec .small-img .subheading{
  font-size: 14px;
}
/* About Section */
.about-section .img-sec{
  margin-bottom: 20px;
}
.about-section .text-sec{
  text-align: center;
}
/* Client Section */
.client-section .text-sec {
  text-align: center;
  margin-bottom: 20px;
}
.client-section .img-sec .brand-logo{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: 70px;
}

/* Footer */
footer .footer-top{
  padding-top: 70px;
}
footer .logo-box img{
  width: 60%;
}
footer .footer-top .logo-box{
  text-align: center;
}
footer .footer-top .links-box{
  text-align: center;
}
footer .btn-box .btn-img img {
    width: 55%;
}
footer .footer-bottom .links-list{
  text-align: center;
}
footer .footer-bottom .copyright{
  text-align: center;
  margin-bottom: 10px;
}

/******* About page *******/
/* About services Section */
.about-serv-sec .list-sec .media{
  display: block;
  text-align: center;
}
/* About Booking Section */
.booking-section .booking-box {
    padding: 25px 10px;
}
/******* Shipper & Carrier Page *******/
/* About Section */
.shipper-about-sec .text-box{
  text-align: center;
  margin-bottom: 30px;
}
.shipper-about-sec .heading{
  text-align: center;
}
.shipper-about-sec .text{
  font-size: 14px;
}
/* Services Section */
.shipper-serv-sec{
  padding-bottom: 0;
}
.shipper-serv-sec .heading-sec .text{
  margin-bottom: 50px;
}
.shipper-serv-sec .services-sec .card{
  margin-top: 30px;
}
.shipper-serv-sec .services-sec .card .card-body .subheading{
  margin-bottom: 15px;
}
/******* Contact page *******/
/* Contact Section */
.contact-section .heading{
  text-align: center;
}
.contact-section .submit-button{
  text-align: center;
}
.contact-section .address-sec .address-box .media .text{
  text-align: left;
}

/********* Side Menu ********/

/* Side Menu Button */
.sidemenu_btn {
  width: 36px;
  padding: 6px;
  right: 18px;
  top: 20px;
  z-index: 999;
  margin-top: 5px;
  margin-left: 16px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  transition: all .3s linear;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #000;
  display: block;
  margin: auto;
  transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
  background-color: #000;
}

.sidemenu_btn:hover span:nth-child(2) {
  background-color: #000;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

/* Side Menu */
.side-menu{
  display: block;
}
.side-menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  transform: translate3d(100%, 0, 0);
  transition: transform .5s ease;
  position: fixed;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1031;
  opacity: 0.7;
  background-color: #011321;
  position: fixed;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*side menu image*/
.sidemenu-image {
  position: absolute;
  top: 28px;
}

/*side menu close btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  display: inline-block;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  top: 5px;
  left: 16px;
  height: 24px;
  width: 2px;
  content: ' ';
  background: #1A202C;
  position: absolute;
}

.side-menu .btn-close:before {
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  transform: rotate(-45deg);
}

.side-menu .btn-close:hover {
  transform: scale(0.9);
  overflow: hidden;
  transition: all .5s ease;
}


/*side menu inner-wrapper*/

.side-menu .inner-wrapper {
  /*height: 100%;*/
  padding: 3rem 2.5rem;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  margin-bottom: 0px;
  margin-top: 38px;
  display: block;
}
.side-menu .side-nav .navbar-nav{
  margin-top: 4rem;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #1A202C;
  padding: 2px 0 3px 0 !important;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.side-nav .navbar-nav .nav-item .btn.button{
  margin-top: 25px;
}
.side-nav .navbar-nav .nav-link:hover{
  color:  #000;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background: #000;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}
.side-nav .navbar-nav .nav-item {
  opacity: 0;
  display: block;
  margin: 7px 0;
  padding: 0 !important;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}
}
@media (max-width: 370px){
  /* Banner */
.banner .text-sec .heading{
  font-size: 30px;
}
.banner .text-sec .btns-list li .modal-link{
  margin-left: 10px;
}
/******* Subpage Banner *******/
.subpage-banner{
  height: 50vh;
}

/******* Modals *******/

.modale{
  padding-top: 30px;
}
.modale-body{
  width: 100%;
}
.modale-content{
  width: 95%;
}
.mobile-sigUp{
  padding: 12px 40% !important;
}

#login-texts{
  display: block;
}
} 

@media (max-width: 320px){
  /* Banner */
.banner .btn.button{
  font-size: 14px !important;
  padding: 7px 22px !important;
}
.banner .text-sec .heading{
  font-size: 28px;
}
.banner .text-sec .btns-list li .modal-link{
  margin-left: 1px;
  font-size: 15px;
}

}



.pb-100{
  padding-bottom: 100px;
}

.mobile-sigUp{
  font-size: 14px;
    padding: 8px 15px;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    width: 100%;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    color: #fff;
}

.mobile-sigUp:hover{
  color: white;
}
.headingMobile{
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}