*{
    font-family: "Maven Pro", sans-serif;
}

.scropll-top-btn.active {
    bottom: 1rem;
    text-decoration: none;
  }
  .scropll-top-btn {
      width: 4vw;
      height: 7vh;
      border-radius: 50%;
      background: #ffa500;
      border: 3px solid #cbc9ef;
      display: flex;
      /* -ms-flex-align: center; */
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      bottom: 10px;
      right: 1rem;
      z-index: 999;
      color: #fff;
      transition: all 0.4s;
      scroll-behavior: smooth;
  }
  .fa-long-arrow-alt-up:before, .fa-up-long:before {
    content: "\f30c";
    color: white;
  }


/* <!-- Header  --> */
@media (min-width: 800px) and (max-width: 1000px) {
    .header1 {
      position: relative;
    }
    .header-content {
      background: #fff;
      height: 108px;
      margin-top: -15px;
      position: fixed;
      margin-left: -10px;
      width: 100%;
      z-index: 4;
    }
    .header-inner-container {
      width: 100%;
      height: 100%;
      /* background-color: aqua; */
      /* display: flex; */
      justify-content: space-between;
      margin-left: 104px;
    }
    .header-inner-container-icon {
      width: 21%;
      /* background-color: #fff; */
      height: 89px;
      display: flex;
      align-items: center;
      position: absolute;
      top: -9px;
      z-index: 5;
    }
    .header-inner-container-icon img,
    .home-section-inner2-left-container img {
      width: 80px;
    }
    .header-inner-container-icon img {
      position: absolute;
      margin-top: 26px;
      z-index: 2;
    }
  
    .header-right-container-nav {
      width: 83%;
      display: flex;
      flex-direction: column;
      margin-top: -900px;
      transition: all 0.5s ease-in;
      background-color: #fff;
    }
    .mobile-menu {
      margin-top: 0px;
      width: 100%;
      margin-left: -104px;
      position: absolute;
      /* left: 0px; */
      top: 79px;
      z-index: 1;
    }
    .active {
      color: #f6b833;
    }
    .menu-btn {
      position: absolute;
      top: 10px;
      right: 30px;
      width: 64px;
      cursor: pointer;
      z-index: 2;
    }
    .menu-btn:hover {
      background-color: #f6b833;
      border-radius: 10px;
    }
    .header-right-container-nav ul {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-left: 104px;
      color: #5a5861 !important;
      font-size: large;
      font-weight: 600;
    }
    .header-right-container-nav li {
      display: block;
      /* font-family: "Nunito", sans-serif; */
    }
  }
  @media (min-width: 1000px) and (max-width: 1800px) {
    .header-content {
      /* background: #fff; */
      height: 120px;
      margin-top: -125px;
      position: fixed;
      margin-left: -10px;
      width: 100%;
      z-index: 4;
    }
    .box{
      
        padding: 1%;
        width: 100vw;
        height: 135vh;
        background-image: url("./imgFolder/background.png");
        background-image: bottom;
        background-size: cover;
        position: relative;
      
      
    }
    .menu-btn {
      display: none;
    }
    .header1 {
      position: relative;
    }
    .header-inner-container {
      width: 85%;
      height: 100%;
     
      display: flex;
      justify-content: space-between;
      margin-left: 104px;
    }
    .header-inner-container-icon {
      width: 10%;
      /* background-color: bisque; */
      height: 100%;
      display: flex;
      align-items: center;
    }
    .home-section-inner2-left-container {
      height: 81%;
      width: 86%;
      /* background-color: violet; */
  }
    .header-inner-container-icon img{
      width: 65px;
    }
    .home-section-inner2-left-container img {
      width: 48px;
    }
   
    .header-right-container-nav {
      width: 83%;
      /* background-color: blue; */
      display: flex;
      justify-content: end;
    }
    .header-right-container-nav ul {
      list-style-type: none;
      display: flex;
      /* width: 100%; */
      /* justify-content: space-evenly; */
      align-items: center;
      color: #5a5861 !important;
      font-size: large;
      font-weight: 600;
    }
    .header-right-container-nav li {
      display: block;
      font-family: "Nunito", sans-serif;
    }
    .header-right-container-nav li :hover {
      color: #f6b833;
    }
    .active {
      color: #f6b833;
    }
  }

  /* <!-- Privacy Policy  --> */
@media (min-width: 800px) and (max-width: 1000px) {

    .top{
        margin-top: 5%;
        padding-top: 1%;
    }

     .policyDecription{
      font-size: 18px;
      margin-left: 90px;
      width: 82vw;
      display: flex;
      flex-direction: column;
      color: #526b84;
      
      
    }

    .policyHeading{
      font-family: 'Nunito', sans-serif;
      color: #F6B833;
      /* font-weight: 600; */
      font-size: 42px;
      /* background-color: red; */
      /* margin-top: 30px; */
      /* width: 91vw; */
        display: flex;
        flex-direction: column;
        margin-left: 90px;
        margin-bottom: 16px;
    }
    .policySubHeading{
        font-size: 25px;
        margin-left: 90px;
        width: 82vw;
        display: flex;
        flex-direction: column;
        color: #526b84;
        font-weight: 500
    }
    .list{
        color:#FFA500 ;
        list-style: disc;
        margin-left: 5px;
        margin-left: 45px;
    }
    .list li:hover{
        text-decoration: underline;
    }
  }



@media (min-width: 1000px) and (max-width: 1800px){
    /* .privacyPolicy{
        background-color: red;
        width: 91vw;
        display: flex;
        flex-direction: column;
    } */
    .policyDecription{
      font-size: 18px;
      margin-left: 90px;
      width: 82vw;
      display: flex;
      flex-direction: column;
      color: #526b84;
      
      
    }
    .policyHeading{
      font-family: 'Nunito', sans-serif;
      color: #F6B833;
      /* font-weight: 600; */
      font-size: 42px;
      /* background-color: red; */
      /* margin-top: 30%; */
      width: 91vw;
        display: flex;
        flex-direction: column;
        margin-left: 90px;
        margin-bottom: 16px;
    }
    .policySubHeading{
        font-size: 25px;
        margin-left: 90px;
        width: 82vw;
        display: flex;
        flex-direction: column;
        color: #526b84;
        font-weight: 500
    }
    .list{
        color:#FFA500 ;
        list-style: disc;
        margin-left: 5px;
        margin-left: 45px;
    }
    .list li:hover{
        text-decoration: underline;
    }
    
    
}

/*
<!-- Footer Section --> */

@media (min-width: 350px) and (max-width: 1000px) {
    .footer-section {
          /* height: 90vh; */
          width: 100vw;
          display: flex;
          justify-content: center;
          align-items: center;
          background-image: url(./imgFolder/pattern.png);
          background-repeat: no-repeat;
          background-position: right;
          position: relative;
          /* top: 21vh;
    }
    .footer-section-inner-container {
      /* height: 50%; */
      width: 90%;
      display: flex;
      flex-direction: column;
      /* background: red; */
      /* justify-content: space-evenly; */
      /* align-items: flex-start; */
      /* position: relative; */
      font-family: "Nunito", sans-serif;
    }
    .footer-section-inner-container1 {
      height: 70%;
      margin-left: 42px;
      width: 92%;
      /* background-color: violet; */
      /* display: flex; */
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 102px;
    }
    .footer-section-inner-container1 > span:first-child {
      display: block;
      font-size: 1.5rem;
      color: #777;
      margin-bottom: 40px;
  
    }
    .footer-section-inner-container1 > span:first-child   b,
    strong{
      font-weight: bold;
      justify-content: left;
      align-items: start;
      font-size: 31px;
    }
    .footer-section-inner-container1 > span:last-child {
      line-height: 25px;
      color: #526b84;
      font-size: 24px;
    }
    b,
    strong {
      font-weight: normal;
      justify-content: left;
      align-items: start;
      font-size: 15px;
    }
    .fb{
      padding-left:15px
    }
    .circle {
      border-radius: 50%;
      margin: 0.15em;
      font-size: 1rem;
      border: 2px solid rgb(139, 126, 126);
      padding: 6px;
    }
    .footer-section-inner-container2 {
      height: 70%;
      width: 91%;
      /* background-color: wheat; */
      /* display: flex; */
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin-left: 46px;
      margin-top: 20px;
    }
    .footer-section-inner-container2 > span:first-child {
      color: #777;
      margin-top: 30px;
    }
    .footer-section-inner-container2 > span:first-child b, strong {
      font-weight: bold;
      justify-content: left;
      align-items: start;
      font-size: 31px;
    }
    .footer-section-inner-container2 span {
      display: block;
      color: #526b84;
    }
    .footer-section-links {
      display: flex;
      height: 80%;
      width: 100%;
      justify-content: space-between;
      align-items: flex-end;
    }
    .footer-section-links span {
      /* line-height: 20px; */ 
      /* width: 23vw; */
      font-size: 24px;
    }
  
    .footer-section-left-container {
      width: 40%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      margin-top: 50px;
    }
    .footer-section-right-container {
      width: 40%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
    }
    .footer-section-inner-container3 {
      height: 40%;
      width: 40%;
      /* background-color: aquamarine; */
      opacity: 0.5;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 20px;
      margin-left: 24px;
    }
    .footer-section-inner-container3 > span b, strong {
      font-weight: bold;
      justify-content: left;
      align-items: start;
      font-size: 31px !important;
    }
    .footer-section-inner-container3 span {
      display: block;
      margin-left: 1.5rem;
    }
    .footer-section-inner-container3 > div {
      display: flex;
      justify-content: space-evenly;
      margin-left: 44px;
    }
    .footer-section-inner-container3 > div i {
      font-size: 3.5rem;
      margin: 20px 0px 0px 30px;
      width: 79px;
      /* padding-top: 10px; */
      padding: 0 auto;
      padding: 14px 15px 0px 10px;
      height: 84px;
    }
    .footer-section-inner-container3 > span {
      display: block;
      font-size: 1.5rem;
    }
    .footer-section-left-container a {
      text-decoration: none;
      cursor: pointer;
      color: #526b84;
    }
    .footer-section-right-container a {
      text-decoration: none;
      cursor: pointer;
      color: #526b84;
    }
    .footer-copy{
      /* background-color: red; */
      font-size: 21px;
      margin: 50px;
    }
  }
  
  @media (min-width: 1000px) and (max-width: 1800px) {
    .footer-section {
      height: 52vh;
      top: 16vh;
  
      width: 100vw;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      background-image: url("./imgFolder/pattern.png");
      background-repeat: no-repeat;
      background-position: right;
      position: relative;
    }
    .footer-section-inner-container {
      /* height: 50%; */
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      position: relative;
      /* font-family: "Nunito", sans-serif; */
    }
    .footer-section-inner-container1 {
      height: 70%;
      width: 30%;
      /* background-color: violet; */
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
    }
    .footer-section-inner-container1 > span:first-child {
      display: block;
      font-size: 1.25rem;
      color: #777;
    }
    
    .footer-section-inner-container1 > span:last-child {
      line-height: 25px;
      color: #526b84;
      margin-top: 29px;
    }
    .footer-section-inner-container2 {
      height: 40%;
      width: 25%;
      /* background-color: wheat; */
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: space-between;
    }
    .footer-section-inner-container2 > span:first-child {
      color: #777;
    }
    .footer-section-inner-container2 span {
      display: block;
      color: #526b84;
    }
    .footer-section-links {
      display: flex;
      height: 80%;
      width: 100%;
      justify-content: space-between;
      /* align-items: flex-end; */
      margin-top: 29px;
    }
    .footer-section-links span {
      line-height: 20px;
    }
  
    .footer-section-left-container {
      width: 40%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
    }
    .footer-section-right-container {
      width: 40%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
    }
    .footer-section-inner-container3 {
      height: 40%;
      width: 18%;
      /* background-color: aquamarine; */
      opacity: 0.5;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .footer-section-inner-container3 span {
      display: block;
      margin-left: 20px;
    }
    .footer-section-inner-container3 > div {
      display: flex;
      justify-content: space-evenly;
      margin-top: 29px;
    }
    .footer-section-inner-container3 > div i {
      font-size: 1.5rem;
      width: 40px;
      padding-left: 6px;
    }
    .footer-section-inner-container3 > span:first-child{
      display: block;
      font-size: 1.5rem;
      
    }
    .footer-section-inner-container3 > span:first-child{
        color: #777 !important;
    }
    b,
    strong {
      font-weight: normal;
      justify-content: left;
      align-items: start;
      font-size: 20px;
    }
    .circle {
      border-radius: 50%;
      margin: 0.15em;
      font-size: 1.5rem;
      border: 2px solid rgb(139, 126, 126);
      padding: 6px;
    }
    .circle:hover {
      background-color: #f6b833;
    }
    .footer-section-left-container a {
      text-decoration: none;
      cursor: pointer;
      color: #526b84;
    }
    .footer-section-right-container a {
      text-decoration: none;
      cursor: pointer;
      color: #526b84;
    }
    .footer-copy{
      display: flex;
      justify-content: center;
      align-items: center; 
      opacity: 0.5;
      margin-top: 150px;
      font-size:14px
    }
  }