body {
  margin: 0px;
  padding: 0px;
}

/* Default styles for larger screens */
/* Default styles for larger screens */
.nav {
  width: 100%;
  height: 10vh;
  display: flex;
  background-color: #eff2f7;
}

.logo {
  width: 20%;
  height: 100%;
  font-weight: 500;
  /* padding-top: 0.8rem; */
  padding-left: 0.6rem;
  color: #30475e;
  display: flex;
}

#opennav {
  display: none;
}

#closenav {
  display: none;
}

.logo h4 {
  font-family: 'Muli', sans-serif;
}

.logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-right: 0.5rem;
}

.nav-items {
  display: flex;
  width: 80%;
  height: 100%;
}

.nav-ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}

.nav-ul>li{
  text-align: center;
  margin-left: 5%;
}

#closenav {
  display: none;
}

.nav-ul li {
  list-style-type: none;
}

.nav-ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    height: 40vh;
    display: flex;
    background-color: #eff2f7;
    flex-direction: column;
    position: relative;
  }

  #opennav {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: none;
  }

  #closenav {
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: none;
  }

  .logo {
    width: 40%;
    justify-content: center;
    text-align: center;
    height: 30%;
  }

  .logo img {
    height: 50px;
    width: 40%;
    object-fit: cover;
    margin-right: 0.1rem;
  }

  .nav-items {
    width: 100%;
    height: 80%;
    text-align: center;
    flex-direction: column;
  }

  .nav-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    height: 70%;
    display: none;

  }


  #opennav {
    display: inline-block;
  }

  #closenav {
    display: inline-block;
  }



}


/* choose us  */
.chooseus {
  width: 100%;
  display: flex;
  height: 40vh;
  flex-direction: column;
}

.choosetitle {
  width: 100%;
  height: 17%;
  text-align: center;
  margin-bottom: 2rem;
}

.choosetitle>h2 {
  color: black;
  font-family: 'Muli', sans-serif;


}

.choosesec {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.quick {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.quick>h3 {
  color: #30475e;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}

.quick>p {
  color: #30475e;
  font-family: 'Muli', sans-serif;
}

.quick>i {
  font-size: 1.2rem;
  background-color: #30475e;
  color: white;
  border-radius: 50px;
  padding: 7px;
}

.convenient {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.convenient>h3 {
  color: #30475e;
  font-family: 'Muli', sans-serif;
}

.convenient>p {
  color: #30475e;
  font-family: 'Muli', sans-serif;
}

.convenient>i {
  font-size: 1.5rem;
  background-color: #30475e;
  color: white;
  border-radius: 50px;
  padding: 7px;
}

.valid {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.valid>i {
  font-size: 1.5rem;
  background-color: #30475e;
  color: white;
  border-radius: 50px;
  padding: 7px;
}

.valid>h3 {
  color: #30475e;
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}

.valid>p {
  color: #30475e;
  font-family: 'Muli', sans-serif;
}

@media screen and (max-width: 768px) {

  .chooseus {
    width: 100%;
    display: flex;
    height: 100vh;
    flex-direction: column;
  }

  .choosesec {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .quick {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 25%;
  }

  .convenient {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 25%;
  }

  .valid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 25%;
  }
}

.services {
  width: 100%;
  height: 40vh;
}

.title {
  width: 100%;
  height: 30%;
  margin-bottom: 1rem;
  text-align: center;
}

.title>h1 {
  font-family: 'Muli', sans-serif;
}

.title>h4 {
  font-family: 'Muli', sans-serif;
}

.services-types {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: space-evenly;
}

.a {
  width: 20%;
  height: 30%;
  background-color: #30475e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;


}

.a>i {
  color: white;
  font-size: 1.4rem;
}

.a:hover {
  border: 1px solid rgb(9, 9, 48);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.a>a {
  text-decoration: none;
  font-size: 1.4rem;
  color: white;
  font-family: Arial, Helvetica, sans-serif;

}

.b {
  width: 20%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #30475e;
  flex-direction: column;
}

.b>i {
  color: white;
  font-size: 1.4rem;
}

.b:hover {
  border: 1px solid rgb(9, 9, 48);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.b>a {
  text-decoration: none;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif;

  color: white;
}

.b>h4 {
  font-size: 1.4rem;
}

.c {
  width: 20%;
  height: 30%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #30475e;
  flex-direction: column;
}

.c>i {
  color: white;
  font-size: 1.4rem;
}

.c:hover {
  border: 1px solid rgb(9, 9, 48);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.c>a {
  text-decoration: none;
  font-size: 1.4rem;
  color: white;
  font-family: Arial, Helvetica, sans-serif;

}


.d>i {
  color: white;
  font-size: 1.4rem;
}

.d {
  width: 20%;
  height: 30%;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #30475e;
}

.d:hover {
  border: 1px solid rgb(9, 9, 48);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.d>a {
  text-decoration: none;
  font-size: 1.4rem;
  color: white;
  font-family: Arial, Helvetica, sans-serif;

}
.howItWork {
  margin-top: 3em;
  margin-left: 13%;
  width: 70%;
}

@media screen and (max-width: 768px) {

  .services {
    width: 100%;
    height: 130vh;
  }

  .title {
    width: 100%;
    height: 10%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .services-types {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
  }

  .a {
    width: 80%; 
    background-color: #30475e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
  }

  .b {
    width: 80%; 
    background-color: #30475e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
  }

  .c {
    width: 80%; 
    background-color: #30475e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
  }

  .d {
    width: 80%; 
    background-color: #30475e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
  }
  .a ,.b, .c, .d{
    height: 23%;
  }
  .choosesec>.quick , .convenient, .valid
  {
    height: 40%;
  }
  .services {
    margin-top: 15%;
  }
  .howItWork {
    margin-top: 1em;
    margin-left: 0em;
    width: 90%;
  }
}

.div-footer {
  display: flex;
  height: 27em;
  width: 100%;
  background-color: #eff2f7;
}

.intro-1 {
  font-family: 'Muli', sans-serif;
  width: 40%;
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  flex-direction: column;
  align-items: center;
  height: 70%;
}

.intro-1>p, .social {
  color: black;
  text-align: center;
  margin-left: 40px;


}

.social {
  width: 60%;
}

.social>h2 {
  color: black;
  margin-left: -65px;
}

.social-ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-left: -140px;
}

.social-ul>li {
  list-style: none;
}

.social-ul>li>a {
  text-decoration: none;
}

.social-ul>li>a>i {
  border-radius: 10%;
  
  font-size: 25px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  width: 38px;
}

.intro-2 {
  font-family: 'Muli', sans-serif;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}

.intro-2>h3 {
  color: black;
}

.site-links>li {
  line-height: 30px;
  list-style: none;
}

.site-links {
  color: black;

}

.intro-3 {
  font-family: 'Muli', sans-serif;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.5rem;
  
}

.intro-3>h3 {
  color: black;
  margin-left: 1.5rem;
  padding-left: 15px;
}

.contact-links {
  color: black;
}

.contact-links>li {
  line-height: 30px;
  list-style: none;
  margin-top: -10px;
  margin-bottom: 12px;
}
.disclaimer{
  text-align: start;
}
#logo
{
  width: 20%;
}
@media screen and (max-width: 768px) {
  .div-footer {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
  }

  .intro-1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;

    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
    height: 40%;
  }

  #logo {
    width: 20%;
    margin-left: 2rem;
  }

  .intro-1>p  {
    text-align: start;
    margin-left: 40px;
  }

  .intro-3> {
    color: white;
    text-align: start; 
  }
  .social>h2 {
    margin-left: 2rem;
    
  }

  .intro-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;

    flex-direction: column;

    height: 30%;
  }

  .intro-3 {
    width: 100%;
    display: flex;
    padding-top: 0.2rem;

    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

    height: 30%;
  }
}

/* Contact  */

/* Contact form  */
.contact-main {
  width: 100%;
  height: 75vh;
  font-family: 'Muli', sans-serif;
}

.contact-title {
  padding-top: 1rem;
  width: 100%;
  height: 10%;
  text-align: center;
}

.contact {
  width: 100%;
  height: 90%;
  display: flex;
}

.contact-title>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}

.contact-title>h2>i {
  margin-right: 1rem;
  color: gray;
}

.contact-form {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.contact-form>form {
  width: 80%;
  height: 90%;
  display: flex;
  flex-direction: column;


}

.contact-form>form>label {
  color: gray;
  font-family: 'Muli', sans-serif;
  margin-bottom: 0.4rem;
}

.contact-form>form>input {
  border-color: rgba(128, 128, 128, 0.308);
  font-family: 'Muli', sans-serif;
  width: 50%;
  border-width: 1px;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

.contact-form>form>textarea {
  border-color: rgba(128, 128, 128, 0.308);
  border-width: 1px;
  border-radius: 10px;
  padding: 0.3rem 0.6rem;
}

.contact-form>form>button {
  margin-left: 0.7rem;
  margin-top: 0.7rem;
  width: 40%;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #30475e;
  color: #fff;
  border: 2px solid transparent;
}

.contact-form>form>button:hover {
  background-color: #fff;
  color: #30475e;
  box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
  -webkit-box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
  -moz-box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
}



/* Contact form  */
.contact-main {
  width: 100%;
  height: 75vh;
  font-family: 'Muli', sans-serif;

}

.contact-title {
  padding-top: 1rem;
  width: 100%;
  height: 15%;
  text-align: center;
}

.contact {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
}

.contact-title>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
}

.contact-title>h2>i {
  margin-right: 1rem;
  color: gray;
}

.contact-form {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form>form {
  width: 80%;
  height: 90%;
  display: flex;
  flex-direction: column;


}

.contact-form>form>label {
  color: gray;
  font-family: 'Muli', sans-serif;
  margin-bottom: 0.4rem;
}

.contact-form>form>input {
  border-color: rgba(128, 128, 128, 0.308);
  font-family: 'Muli', sans-serif;
  width: 60%;
  border-width: 1px;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

.contact-form>form>textarea {
  border-color: rgba(128, 128, 128, 0.308);
  border-width: 1px;
  border-radius: 10px;
  padding: 0.3rem 0.6rem;
  width: 60%;
}

.contact-form>form>button {
  margin-left: 0.7rem;
  margin-top: 0.7rem;
  width: 20%;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #30475e;
  color: #fff;
  border: 2px solid transparent;
}

.contact-form>form>button:hover {
  background-color: #fff;
  color: #30475e;
  box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
  -webkit-box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
  -moz-box-shadow: 9px 10px 79px 0px rgba(133, 122, 122, 0.75);
}
.b>a
{
  text-align: center;  
}

@media screen and (max-width: 768px) {
  .contact-form {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .contact-form>form>input {
    border-color: rgba(128, 128, 128, 0.308);
    font-family: 'Muli', sans-serif;
    width: 100%;
    border-width: 1px;
    border-radius: 20px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin-bottom: 1rem;
  }

  .contact-form>form>textarea {
    border-color: rgba(128, 128, 128, 0.308);
    border-width: 1px;
    border-radius: 10px;
    padding: 0.3rem 0.6rem;
    width: 100%;
  }
}

/* services-types-1 */
.services-types-1 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  height: 170vh; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: space-around; */
}

.services-types-2 {
  margin-top: 0rem;
  margin-bottom: 2rem;
  height: 112vh; 
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* justify-content: space-around; */
}

.affidavit {
  width: 80%;
  height: 92%;
  display: flex;
  flex-direction: column;
  color: #eff2f7;
  background-color: #30475e;
  border-radius: 10px;
  position: relative;

}

.affidaviteng {
  height: 92%;
}

.affidavitguj {
  height: 85%;
}

.affidavit>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  text-align: center;
}

.affidavit>ul>li {
  list-style: none;
  padding-bottom: 0.6rem;
  font-family: 'Muli', sans-serif;
  
}

.affidavit>ul>li:hover, .Legal>ul>li:hover, .application>ul>li:hover , .service-4>ul>li:hover{
	color: white; 
}

@media screen and (max-width: 768px) {
  .affidavit {
    width: 90%;
    height: 72%;
    display: flex;
    flex-direction: column;
    color: #eff2f7;
    background-color: #30475e;
    border-radius: 10px;
    position: relative;
  }

  #service-4 {
    width: 70%;
    height: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #eff2f7;
    background-color: #30475e;
    border-radius: 10px;
  }

  #Legal {
    width: 80%;
    height: 78%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #eff2f7;
    background-color: #30475e;
    border-radius: 10px;
  }

  #application {
    width: 70%;
    height: 48%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #eff2f7;
    background-color: #30475e;
    border-radius: 10px;
  }
}

/* services-types-2 */
.services-types-2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
}
.services-types-legal-eng
{
  
  height: 100vh;
  
  
}

.Legal {
  width: 50%;
  
  display: flex;
  flex-direction: column;
  color: #eff2f7;
  background-color: #30475e;
  border-radius: 10px;

}

.Legaleng {
     height: 98%;
}
.Legalguj
{
    height:96%;
    
}

.Legal>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  text-align: center;
}

.Legal>ul>li {
  list-style: none;
  padding-bottom: 0.6rem;
  font-family: 'Muli', sans-serif;
}

.services-types-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
}

.services-types-3-guj
{
    margin-top:0 -2rem;
  margin-bottom: 1rem;
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
    
}

.application {
  width: 50%;
  
  display: flex;
  flex-direction: column;
  color: #eff2f7;
  background-color: #30475e;
  border-radius: 10px;

}
.applicationeng
{
  height: 58%;  
}

.application>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  text-align: center;
}

.application>ul>li {
  list-style: none;
  padding-bottom: 0.6rem;
  font-family: 'Muli', sans-serif;
}

.services-types-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
}

.service-4 {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #eff2f7;
  background-color: #30475e;
  border-radius: 10px;

}

.service-4>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  text-align: center;
}

.service-4>ul>li {
  list-style: none;
  padding-bottom: 0.6rem;
  font-family: 'Muli', sans-serif;
}


.aboutus-types-4 {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  width: 100%;
  display: list-item;
  align-items: center;
  justify-content: center;
  /* justify-content: space-around; */
}

.aboutus-4 {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #eff2f7;
  background-color: #30475e;
  border-radius: 10px;
  margin-bottom: 2%;
}

.aboutus-4>h2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  text-align: center;
}

.aboutus-4>ul>li {
  list-style: none;
  padding-bottom: 0.6rem;
  font-family: 'Muli', sans-serif;
}

.lpen {
	margin-right:5px;
	
}

.site-links>li>a {
	color:#30475e;
}

.shooseAgreement
{
  display: flex;
}

.shooseAgreement>p{
  margin-left: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
}

.privacyPolicyAgreement
{
  display: inline-table;
}

.privacyPolicyAgreement>p,.termAndCondition>p{
  margin-top: 2%;
}
.privacyPolicyAgreement>i, .termAndCondition>i{
  margin-top: 4%;
}



/**/

h1.loader {

  text-align: center;

  text-transform: uppercase;

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

  font-size: 3.6875em;

 

  letter-spacing: 0.01em;

}



.loader span {

  text-shadow:

    0 0 2px rgba(204, 208, 212,0.9),

    0 15px 25px rgba(0, 0, 0, 0.3),

    0 -2px 3px rgba(0, 0, 0, 0.1),

    0 -5px 10px rgba(255, 255, 255, 0.5),

    0 5px 10px rgba(0, 0, 0, 0.3),

    0 3px 4px rgba(255, 255, 255, 0.2),

    0 0 20px rgba(255, 255, 255, 0.45);

  

    animation: loading 0.85s ease-in-out infinite alternate;

}


@keyframes loading {

	to {text-shadow:

    0 0 2px rgba(204, 208, 212,0.2),

    0 0 3px rgba(0, 0, 0, 0.02),

    0 0 0 rgba(0, 0, 0, 0),

    0 0 0 rgba(255, 255, 255, 0),

    0 0 0 rgba(0, 0, 0, 0),

    0 0 0 rgba(255, 255, 255, 0),

    0 0 0 rgba(255, 255, 255, 0);}

}


.loader span:nth-child(1) {

  animation-delay:0.15s;

}

