@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("custom.css");

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #fffaf9;
  font-family: "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

ol,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

.radius-5 {
  border-radius: 5px;
}

.clear {
  clear: both;
}


/*bell icon size*/
.connect-box a i {
  font-size: 26px;
  position: relative;
  top: -6px;
}

/*--------------------------------------------------------------

# Header Front css - Desktop

--------------------------------------------------------------*/

.signup-header {
  width: 100%;
  padding: 20px 0 20px 0;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

.signup-center {
  max-width: 94%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo-box {
  width: 151px;
  height: 37px;
}

.logo-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.header-mid-box {
  flex: auto;
  margin: 0 auto;
  margin-left: 4%;
}

.signup-search-bx {
  width: 88%;
  height: auto;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #ebebeb
}

.sfrm {
  background: #f0f5f5 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
  outline: 0px;
  border: 0px;
  width: 100%;
  height: 58px;
  font-weight: 200;
  position: relative;
  padding: 0 22px;
}

span.search-icon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 58px;
  height: 58px;
  text-align: center;
  vertical-align: middle;
  color: #414a63;
  font-size: 25px;
  padding: 14px 0 0 0;
  cursor: pointer;
}

.navigation ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.navigation ul li a {
  text-align: left;
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 400;
  padding: 0 28px 0 0;
  font-weight: 500;
}

.navigation ul li a:hover {
  color: #f7901e;
}

.navigation ul li a.active {
  color: #f7901e;
}

.user-loginbox {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.user-loginbox li {
  text-align: left;
  font: normal normal normal 14px/19px "Roboto", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  width: 184px;
  height: 56px;
  border-radius: 5px;
  transition: 0.3s;
}

.user-loginbox li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.job_opportunities {
  background: rgb(14 40 79) !important;
  color: #fff !important;
  padding: 11px 15px !important;
  border-radius: 4px;
}

.job_opportunities:hover {
  background: rgb(5, 43, 105) !important;
}

.dealer-login-btn {
  background: #f68f11;
  margin-right: 22px;
}

.dealer-login-btn:hover {
  background: #e28412;
}

li.dealer-login-btn a {
  color: #fff;
}

.user-loginbox li.normal-login {
  background: #ffffff;
  /* border: 1px solid #0e294f; */
  display: flex;
}

li.normal-login a {
  color: #0e294f;
}

li.normal-login1 {
  height: 0;
  width: 105px;
  padding: 0px;
  margin: 0px 0 0 0;
  line-height: 0;
}

li.normal-login1 a {
  color: #242121;
}

li.normal-login1 a:hover {
  color: #e28412;
}

.u-login {
  background: #fff;
  border-radius: 5px 0 0 5px;
}

a.active-login {
  background: #0e294f;
  color: #fff !important;
}

.normal-login1 {
  display: flex;
}

.u-signup {
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
}

.bell-bx {
  background: transparent;
  margin: 13px 24px 0 0 !important;
  width: 30px !important;
  ;
  position: relative;
}

.bell-space {
  width: 242px !important;
}
.bell-space ul li{
    width: 100%
}
a.connection-bx i {
  font-size: 26px;
  color: #5a5656;
}

.bell-number {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: orange;
  border-radius: 50%;
  margin: 0;
  border: 2px solid #fff;
  top: -6px;
  right: 0px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Roboto';
}

li.notification-li {
  width: 100% !important;
  border-bottom: 1px solid #b1a4a4;
}

li.notification-li h3 {
  font-size: 13px;
  font-weight: 500;
      padding: 12px 0 6px 0;
    margin: 0px;
    line-height: 16px;
}

li.notification-li p {
  font-size: 12px;
  line-height: 17px;
  margin: 0px;
  padding: 0px 0 4px 0;
  color: #747474;
}

.more {
  text-align: center !important;
}


/*--------------------------------------------------------------

# Sticky Header  css End- Desktop

--------------------------------------------------------------*/

.sticky {
  position: fixed !important;
  width: 100% !important;
  background: #fff;
  z-index: 99;
  margin: auto;
  box-shadow: 4px 2px 6px -2px #00000038;
  right: 0;
  border-bottom: 1px solid #dfdede !important;
  animation: slide-down 1s;
}

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 

/*--------------------------------------------------------------

# Top Searching Box css - Desktop

--------------------------------------------------------------*/


/* 

.searching-bx {

    background: white;

    width: 56%;

    margin: auto;

    margin-top: -48px;

    position: relative;

    border-radius: 17px;

    box-shadow: 0px 3px 6px #00000029;

}



ul.multiple-search {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    height: 91px;

}



ul.multiple-search li {

    font-size: 12px;

}



ul.multiple-search li:first-child {

    width: 24%;

}



ul.multiple-search li:nth-child(2) {

    width: 40%;

}



ul.multiple-search li:nth-child(3) {

    width: 20%;

    margin-top: 12px;

}



ul.multiple-search li:nth-child(3) .select-selected:before {

    top: -12px;

    left: 138px;

}



ul.multiple-search li:last-child {

    background: #eee;

    width: 41px;

    height: 41px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    fill: none;

    stroke: #151211;

    border-radius: 50%;

}



ul.multiple-search li .from-group label {

    font-weight: 700;

    color: #101010;

    padding: 16px 0 0 0px;

}



ul.multiple-search li .from-group label svg {

    margin: 0 4px 0 0;

    position: relative;

    top: 1px;

}



ul.multiple-search li input.input-box {

    padding: 0 0 0 20px;

    height: 38px;

}



ul.multiple-search li input.input-box::placeholder,

.select-items div,

.select-selected {

    font-weight: 300;

    font-family: 'Roboto', sans-serif;

}



ul.multiple-search li .select-selected {

    background: transparent;

    padding: 22px 56px;

    margin-top: -11px;

} */

.topmenu>ul>li {
  float: left;
  margin-right: 14px;
  position: relative;
}

.topmenu>ul>li:hover>a,
.topmenu>ul>li.active>a {
  color: #f68f11;
}

/*--------------------------------------------------------------

# Mobile css

--------------------------------------------------------------*/

@media (max-width: 1660px) {
  .header-mid-box {
    width: 50%;
  }
}

@media (max-width: 1320px) {
  .header-mid-box {
    width: 45%;
  }
    .banner-ad{
        width: 92% !important;
        height: auto !important;
    }
  .signup-center {
    max-width: 97%;
  }

  .signup-search-bx {
    width: 100%;
  }

  .user-loginbox li {
    width: 158px;
  }
    .topmenu>ul>li {
          margin-right: 5px;
   }
}

@media (max-width: 1139px) {
  .dealer-login-btn {
    margin-right: 8px;
  }

  .user-loginbox li a {
    font-size: 12px;
  }

  .user-loginbox li {
    width: 146px;
  }

  .header-mid-box {
    width: 47%;
    margin: 0;
  }
    
}

@media (max-width: 1199px) {
 .navigation.topmenu ul li a {
    padding: 0 10px;
}

  .navigation ul {
    justify-content: center;
  }

  .user-loginbox li {
    height: 42px;
  }
}

@media (max-width: 991px) {
  .signup-header {
    padding: 10px 0;
  }

  .user-loginbox li {
    height: auto;
    width: auto;
    margin: 0;
    padding: 9px 14px;
  }

  .header-right-box {
    margin: 0 3rem 0 0;
  }

  .user-loginbox {
    justify-content: space-between;
  }

  .navigation ul {
    display: block;
  }

  .topmenu>ul>li a {
    padding: 0 16px 0 0;
    color: #fff;
  }

  .topmenu>ul>li {
    width: 100%;
    margin: 0 0;
    border-bottom: 1px solid #10284c;
    line-height: 44px;
    padding: 1px 0;
  }
  .topmenu>ul>li:last-child{
    border-bottom:none;
    margin-top:10px;	
  }	  

  .navicon {
    display: block;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 99;
    width: 25px;
    height: 30px;
    padding-top: 15px;
  }

  .navicon span {
    width: 18px;
    height: 2px;
    background: #000;
    position: relative;
    display: block;
  }

  .navicon span:before,
  .navicon span:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
  }

  .navicon span:after {
    width: 18px;
  }

  .navicon span:before {
    top: -6px;
  }

  .navicon span:after {
    bottom: -7px;
  }

  .active span:before,
  .navicon span:after {
    width: 18px;
  }

  .navicon.active {
    position: fixed;
    top: 20px;
    left: 54%;
  }

  .navicon.active span {
    background: none;
  }

  .navicon.active span:before {
    transform: rotate(-48deg);
    background: #fff;
  }

  .navicon.active span:after {
    transform: rotate(45deg);
    bottom: 6px;
    background: #fff;
  }

  .topmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 60%;
    padding: 50px 15px 40px;
    height: 100%;
    overflow-x: hidden;
    background:rgb(3 26 60 / 99%);
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  .topmenu.showmenu {
    transform: translate(0%, 0);
	border-top:4px solid #070f1c;
  }

  .topmenu>ul>li>a {
    padding: 10px 15px;
    color: #fff;
    line-height: 20px;
  }

  .navigation.topmenu ul li a {
    font-weight: 400;
  }

  .about-text-bx {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .job_opportunities {
    padding: 8px 13px;
  }

  .logo-box img {
    width: auto;
  }

  .header-mid-box {
    width: auto;
    margin-left: 0;
    flex: auto;
  }

  .signup-header {
    padding: 14px 0;
  }

  .signup-search-bx {
    margin-bottom: 0px;
    margin-top: 12px;
  }

  .sfrm {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
  }

  span.search-icon {
    width: 40px;
    padding: 6px 0 0 0;
    height: 42px;
  }

  .user-loginbox li a {
    padding: 0;
    font-size: 12px;
  }
}

@media (max-width:575px) {
  .user-loginbox li {
    width: 100%;
    margin: auto;
    padding: 6px 14px;
    border-radius: 4px;
  }

  .signup-header {
    padding: 7px 0;
  }

  .navicon {
    top: 7px;
  }

  .navicon.active {
    top: 12px;
  }
    .logo-box {
        width: auto;
        height: 37px;
    }
    .logo-box img {
        width: 111px;
    }
}