body {
  margin: 0;
  padding: 0;
}
#header,
#header.nav-stacked {
  left: 0;
  position: fixed;
  right: 0;
}
.btn,
.login-links a {
  text-transform: uppercase;
}

.header-act-btn .btn {
  padding: 4px 14px;
  text-transform: capitalize;
  border-radius: 5px;
}
#header {
  background: 0 0;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  z-index: 999;
  padding: 15px 0;
}
#header.nav-stacked {
  top: 20px;
}
@-webkit-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeHeaderInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#header.sticky,
.fadeHeaderInDown {
  -webkit-animation-name: fadeHeaderInDown;
  -moz-animation-name: fadeHeaderInDown;
  -o-animation-name: fadeHeaderInDown;
  animation-name: fadeHeaderInDown;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:not(.is-alternate) {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
#header.nav-stacked.transparent {
  position: absolute;
  background: 0 0;
  box-shadow: none;
}
#header.nav-stacked.transparent.sticky {
  position: fixed;
  top: 0;
  background: #1d1d1d;
}
.navbar-header {
  float: left;
}
.header-btn {
  float: right;
}
.header-btn .btn {
  background: #e89b05;
  padding: 6px 26px;
}
.header-btn .btn.outline {
  background: 0 0;
  border: 1px solid #e89b05;
  color: #e89b05;
  margin-right: 8px;
}
.footer_bottom {
  padding: 20px 0;
  background: #fff !important;
}
.footer_bottom p {
  margin: 0 auto;
  font-weight: 400;
}
.btn,
.footer_top h5 {
  color: #fff;
  font-weight: 600;
}
.follow_us {
  text-align: right;
}
.follow_us ul,
.footer_top ul {
  padding: 0;
  margin: 0 auto;
}
.follow_us ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.footer_top {
  background: #1e2b41;
  padding: 55px 0;
  color: #fff;
}
.footer_top h5 {
  margin: 0 auto 26px;
  font-size: 20px;
}
.footer_top ul li {
  list-style: none;
  margin: 0 auto 2px;
}
.footer_top ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.header-custom-cls2 {
    padding: 0px 20px !important;
}
/* jawed new css */
.header-login-button{
   width: 112px;
    padding: 8px 12px !important;
    font-family: 'SF Pro Display' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    letter-spacing: 0.7px !important;
    color: #FFFFFF !important;
    background: #5245DF !important;
    border-radius: 6px !important;
}
.header-custom-cls{
  padding: 0px 20px;
}
.nav li{
    display: inline-block;
    padding: 0px;
    margin-right: 40px !important;
    margin: 0 auto;
    position: relative;
}
.nav li a{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #1D1E37;
}
.new-home #header{
  position: relative;
    background: 0 0;
    padding: 15px 0px 20px 0px;
    border-bottom: 0;
    height: auto;
    display: table;
    width: 100%;
    box-shadow: none !important;
}
#header span.new-lable{
    top: -14px;
    left: 37%;
    padding: 0 5px;
    font-size: 11px;
    line-height: 16px;
}
#footer{
  margin: 0px 40px;
  /* background: #5245DF !important; */
  border-radius: 8px;
}
.footer_top::after{
  display: none;
  
}
.footer_top{
  background: transparent !important; 
  padding: 40px 140px 0px 140px;
}
.footer-popular-links{
  background: transparent !important; 
  padding: 40px 140px 40px 140px; 
}
.footer_bottom{
  background: #fff;
}
.footer_top h5 {
    margin: 0 auto 26px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 32px;
    color: #FFFFFF; 
    margin-bottom: 16px;
}
.footer_top ul li a{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer-popular-links h6::after{
  display: none !important;
}
.footer-popular-links h6{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 32px;
    color: #FFFFFF;
}
.footer-top-border{
  border-top: 1px solid #fff;
  padding-bottom: 16px;
}
.searches-links a{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0px 30px 0px 0px !important; 
}
.searches-links a::after{
  display: none;
}
.footer_bottom p{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #1D1E37;
}
.footer_bottom{
  padding: 18px 100px;
}
.follow_us1{
  position: relative;
  float: right;
}
.follow_us1 ul{
  padding-inline-start: 0px;
  margin-bottom: 0px;
}
.follow_us1 ul li{
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}
.footer-inner{
  background: url("https://hicounselor.com/assets/frontend/images/images-new-home/footer-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
} 
.footer_top::after{
  display: none;
}
.header-act-btn{
   margin-left: 50px;
}
@media (max-width: 767px) {
  .header-custom-cls{
    padding: 0px 16px !important;
  }
.header-custom-cls2 {
    padding: 0px 20px !important;
}
  #footer .follow_us,
  .footer_bottom {
    text-align: center;
  }
  .logo {
    max-width: 165px;
  }
  .header-btn .btn {
    padding: 0 9px;
    font-size: 11px;
    letter-spacing: 0.4px;
  }
  .header-btn .btn.outline {
    margin-right: 0;
  }
  .header-btn {
    padding: 6px 0 0;
  }
  #footer {
    padding-top: 0 !important;
    margin: 0px;
  }
  .footer_bottom {
    padding: 18px 0;
  }
  .footer_bottom p {
    margin: 0 auto 15px;
  }
  .footer_top h5 {
    margin: 0 auto 20px;
    font-size: 19px;
  }
  .footer_top ul li a {
    font-size: 14px;
  }
  .footer_top {
    padding: 55px 0 0;
  }
}
.inner_pages #header {
  overflow: visible !important;
  display: table;
  width: 100%;
}
span.login-btns {
  position: relative;
  display: inline-block;
}
span.login-links {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
  padding: 15px 20px;
  display: none;
}
span.login-btns:hover span.login-links {
  display: block;
}
.login-links a {
  color: #000;
  font-size: 13px;
  border: 1px solid #eee;
  padding: 2px 14px;
  border-radius: 50px;
  display: block;
  white-space: nowrap;
  margin: 7px auto;
  text-decoration: none !important;
}
.login-links a:hover {
  background: #e89b05;
  color: #fff;
}
.header-login-button{
   width: 112px;
    padding: 8px 12px !important;
    font-family: 'SF Pro Display' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    letter-spacing: 0.7px !important;
    color: #FFFFFF !important;
    background: #5245DF !important;
    border-radius: 6px !important;
}
.btn {
  background: #5245df;
  border: none;   
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -ms-transition: 0.3s linear; 
  cursor: pointer;
}
