*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  }
 
 .top-contact-section{
  padding: 8px 0;
 }
 .nscredit-navbar img{
  max-width: 120px;
 }
 .top-contact-content .top-cont{
display: flex;
padding-left: 0;
justify-content: space-between;
margin-bottom: 0;
 }
 .top-contact-content .top-cont ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 12px;
 }
 .top-contact-content .top-cont li{
  list-style: none;
 }
 .top-contact-content .top-cont  a{
  text-decoration: none;
 }
 .top-contact-content .top-cont .top-social-icon a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

 }
.top-contact i{

margin-right: 6px;
 }
 /* navbar start  */
 .nscredit-navbar .nav-link{
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
 }
 .nscredit-navbar .navbar-nav{
gap: 20px;
 }
 /* navbar end */
 /* hero section start */
 .hero-section{
 padding-top: 120px;
    width: 100%;
   height: 100%;
    /* background: linear-gradient(35deg, var(--black-80), var(--black-80)),
    url(../images/ns-bg.webp) no-repeat fixed center / cover; */
   
 }
 .hero-section p{
  margin-bottom: 20px;
 }
 .nsbtn{
  text-decoration: none;
  padding: 8px 12px;
  line-height: 24px;
 }
 .hero-card{
  margin-top: 120px;
  padding: 30px 20px;
  margin-bottom: .6px;


 }
.hero-card ul{
  margin-bottom: 0;
}
.outer-button-cont{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  align-items: center;
}
.outer-button-cont li{
  list-style: none;
}
.outer-button-cont i{
  font-size: 1.5rem;
}
.hero-content h2{
font-size: 1.6rem;
}

 /* hero section end */
 .headline{
  text-align: center;
  margin-bottom: 30px;
}
.headline h2{
  font-size: 30px;
    line-height: 34px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.headline p{
  margin-bottom: 80px;
}
 /* choose section start */
 .choose-section{
  padding: 60px 0;
 }
 .choose-card{
  text-align: center;
  margin-bottom: 60px;
 }
 .choose-card .choose-icon i{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: .6s;
  font-size: 1.8rem;
 }
 .choose-card .choose-icon{
  margin-bottom: 30px;
 display: flex;
 justify-content: center;

 }
 .choose-card h5{
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 12px;
 }
 .choose-card p{
  text-align: justify;
 }
 /* choose section end */
 /* count section start */
 .count-section{
  padding: 80px 0;
    width: 100%;
    /* background: linear-gradient(35deg, var(--black-80), var(--black-80)),
    url(../images/countimg.webp) no-repeat fixed center / cover; */

 }
 .count-card{
  text-align: center;
 }
 .count-card .count-icon{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
 }
 .count-card .count-icon i{
  width:80px;
  height: 80px;
  border: 1px solid var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
 }
 .count-card .counter{
  font-weight: 200;
 }
 .count-card p{
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
 }
 /* count section end */
 /* testimonial start */
.testimonial-section{
  padding: 60px 0;
}
.testimonail-card .testi-profile .testi-img{ 
display: flex;
width: 100%;
justify-content: center;
}
.testimonail-card img{
  border-radius: 100px;
  width: 100px!important;
  height: 100px!important;
  margin-bottom: 6px;
}
.testimonail-card h5{
  font-size: 1rem;
  text-align: center;
  
}
.testimonail-card .testi-profile p{
  text-align: center;
  font-weight: 200;
}
p{
  font-weight: 200; 
}
.testi-cont{
  padding: 20px;
  position: relative;
}
.testi-cont a{
  text-decoration: none;
  font-weight: 200; 
}
.testi-cont::before{
  content: '';
  width: 20px;
  height: 20px;
  left: -8px;
  top: 20px;
  rotate: 45deg;
  position: absolute;
}
.testi-cont p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
 /* testimonial end */
 /* footer start */
 footer{
  padding: 60px 0;
 }
 .footer-social-media{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap:12px;
 
 }
 .footer-social-media li{
  list-style: none;
 }
 .footer-social-media a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
 }
 .sendbtn button{
  padding: 8px 20px;
  border: none;
 }
 .sendbtn a{
  padding: 8px 20px;
  border: none;
  text-decoration: none;
 }
 .footer-form input{
  border-radius: 0;
 }
 .footer-head h5{
position: relative;
padding-bottom: 12px;
margin-bottom: 20px;
 }
 .footer-head h5::after{
  position: absolute;
 bottom: 0;
 left: 0;
  width: 60px;
  height: 2px;
  /* background: var(--Red-Orange); */
  content: '';
 }
 .footer-contact{
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  gap: 12px;
 }
 .footer-contact li{
  list-style: none;
 }
 .footer-contact a{
  text-decoration: none;
 }
 /* footer end */
 /* media query start */
@media(max-width:1400px){
  .count-card .count-icon i {
    width: 70px;
    height: 70px;
  }
  .headline h2 {
    font-size: 28px;
  }

}
@media(max-width:1300px){
  .count-card p {
    font-size: 1.2rem;
  }
  .choose-card .choose-icon {
    margin-bottom: 12px;
  }
}
@media(max-width:1200px){
  .outer-button-cont ul{
    padding-left: 8px;
  
  }
}
@media(max-width:1100px){
  .hero-section {
    padding-top: 100px;
  }
  .hero-card{
    margin-top: 100px;
  }
  .headline h2 {
    font-size: 26px;
}
.choose-card h5 {
  font-size: 1rem;
}
.choose-card {
  margin-bottom: 34px;
}
.headline p {
  margin-bottom: 40px;
}
}
@media(max-width:992px){
  .hero-card{
    margin-top: 0;
  }
  .buttom-hero{
    margin-top: 80px;
  }
  .count-card {
    margin-bottom: 60px;
  }
  .footer-card{
    margin-bottom: 30px;
  }
  .nscredit-navbar .navbar-toggler{
    border: none;
    font-size: 1.5rem;
  }
  .nscredit-navbar .navbar-toggler:focus {
    box-shadow: none!important;
  }
  .offcanvas-header button{
    border: none;
    background: transparent;
    font-size: 1.5rem;
  }
  .nscredit-navbar img {
    max-width: 88px;
}
.footer-card img{
  max-width: 200px;
}
.nscredit-navbar .nav-link {
  border-bottom: 1px solid #ccc;
}
}
@media(max-width:768px){
  .top-contact{
    display: block;
  }
  .top-social-icon{
    display: none!important;
  }
}
@media(max-width:575px){
 
  footer {
    padding: 40px 0;
}
.count-section {
  padding: 40px 0!important;
}
.testimonial-section {
  padding: 40px 0!important;
}
}
@media(max-width:488px){
.top-contact{
  display: block!important;
}
.top-contact-content .top-cont {
  justify-content: center;
}
.top-contact-content .top-cont li{
line-height: 30px;
}

}
@media(max-width:425px){
  .hero-content h2 {
    font-size: 1.3rem;
}
.hero-section {
  padding-top: 60px;
}
.headline h2 {
  font-size: 24px;
}
.footer-head h5 {
  font-size: 1rem;
}
.count-card .count-icon i {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}
.count-card .count-icon {
  margin-bottom: 14px;
}
.count-card {
  margin-bottom: 40px;
}
.nscredit-navbar .navbar-nav {
  gap: 12px;
}
}
 /* media query end */