@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

body,html {
  background-color: #ededed;
  color: white;
  width: 100%;
  height: auto;
  overflow-x: hidden;


  font-family: 'Nantes', sans-serif;
}

/* h1,h2{
  font-family: 'La Nantes', sans-serif;
} */
/* home starts here */

/* toggle navber css code here */
.togglenav{
  position: absolute;
  top: 60px;
  right: 0;
  width: 300px;
  height: fit-content;
  min-height: 400px;
  background: #fff;
  display: none;
  border-radius: 20px;
  padding: 15px;
  z-index: 100 !important;
}


.activeToggle{
  display: block;
}

.fa-xmark{
  color: black;
  font-size: 35px;

}

.togglenav>.topdiv{
  display: flex;
  justify-content: space-between;
}

.togglenav>.topdiv>div>div>p{
  font-size: small;
  width: 100%;
  margin: 0px 25px;
  border: 1px solid blue;
  border-radius: 10px;
  padding: 0px 8px;
}
.togglenav>.topdiv>div>div{
 
}

.togglenav>.topdiv>div:first-child{
  width: 20%;
}
.togglenav>.topdiv>div:first-child>div{
  background: rgba(175, 205, 128, 1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bordernone{
  border: none!important;
}
.togglenav>.topdiv>div:last-child{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
 .togglenav>.topdiv>div:last-child>div{
  
  color: #fff;
  padding: 0px 10px;
}


.middlediv>ul{
  list-style: none;
  margin-top: 20px;
}

.middlediv>ul>li{
  color:black;
  padding: 10px 0;
  transform: translateX(-20px);
}
.middlediv>ul>li>a{
  text-decoration: none;
  color: #111;
}
.middlediv>ul>li>a:hover{
  color: #2042b6;
  border-bottom: 1px solid blue;
}

.thridDiv{
  margin-bottom: 20px;
}

.visitwppool{
  font-size: 20px;
  color: blue;
  padding-bottom: 20px;
}
.visitwppool:hover{
  color: rgb(243, 195, 38);
}

/* toggle navber css code end here */

.home-section {
  padding: 10px;
  height: 818px !important;
  width: 100%;
  background-color: #2042b6;
  color: white;
}

.home-page {
  padding: 10px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  height: 90%;
  width: 100%;

 
  position: relative;
  z-index: 0;
}

.home-page>div{
  height: 100%!important;
  width: 100%;
}

.home-bg-img{
  height: auto;
}

.box-list{
 display: flex;
 justify-content: center;
 align-items: end!important;

}

.header {
  position: sticky;
  display: flex;
  justify-content: space-between !important;
  height: 70px;
  width: 100%;
  padding: 5px;
  justify-content: center;
  z-index: 80;

}

.logo > img {
  height: 36px;
}

.navbar {
  font-size: 20px;
  /* margin-right: 10px; */
  position: relative;
  bottom: 12px;
}
.custom-fa-bar {
  padding: 5px;

}
.fa-share-nodes {

  border-radius: 50%;
  padding: 5px;
  font-size: 20px !important;
  border: 1px solid white;
  /* margin-right: 10px; */
}

.head-R-report {
  display: inline-block;
  border-radius: 5px;
  /* border: 1px solid white; */
}

.head-R-report>.para{
  color: white;
}
  
.head-R-share {
  display: inline-block;
  font-size: 20px;
}

.para {
  border: 1px solid white;
  height: fit-content;
  width: 100px;
  padding: 5px;
  border-radius: 10px;
}

.nav-list {
  display: flex;
  flex-direction: row;
  gap: 5px;

  position: relative;
  cursor: pointer;

}

#box-list-s{
  width:100%;
  background: red;
}

/* responsive */
@media (max-width:768px) {
  .logo > img {
    height: 36px !important;
  }

  .nav-list {
    display: flex;
    flex-direction: row;
    gap: 20px;

    width: 50%;
    justify-content: flex-end;
  }
  .navbar {
    font-size: 28px;
  }

  .para {
   padding: 5px 6px;
   width: 100%;
  }

  .fa-share-nodes {
    padding: 5px;
    border: 1px solid white;
  }
  .fa-share-nodes.hello-share{
    font-size: 23px !important;
  }

  .box-list {
    display: inline-block;
    height: fit-content;
    width: 35%;
    
  }
  .panel .panel-heading .form-control{
    width: 90% !important;
  }


  .slider-controls{
    padding: 0px !important;
  }

 
  
}


@media (max-width: 520px) {
  .home-section {
    height: fit-content !important;
  }
  .logo> img {
    display: flex;
    height: 26px !important;
  }
  .logo-2>img {
    display: flex;
    height: 26px !important;
  }

  .fa-share-nodes {
    display: none !important;
  }

  .head-R-share p {
    display: none !important;
  }

  .custom-fa-bar {
    font-size: 25px;
  }
  .nav-list {
    display: flex;
    flex-direction: row;
  }
  .head-R-report{
    display: none !important;
  }
  .div-index>h1{
    font-weight: 500;
  }
  .div-index>p{
    font-size: 1rem;
    align-items: center;
    text-align: center;
    margin-left: 30px;
  }
  
   .div-pera-list{
    height: 100px;
    width: 100%;
   }
   .div-pera-list > p {
    font-size: 12px;
  }
  .div-pera-list > h1{
    font-size: medium;
    font-weight: 600;
  }
  .article-section{
   display: flex;
   flex-direction: column;
   padding: 0px 5px;
  }
  .article-section>button{
    margin: 4px 0px;
  }

}



/* end */

.div-index {
  width: 100%;
  height: auto;
  color: #ededed;
  z-index: -1;

  background-image: url(./images/Group\ 442.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: cover;
  background-position-x: left;
  background-blend-mode: multiply !important;
  /* background-blend-mode is not working */
  

  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  color: #111;
  flex-direction: column;
  margin-left: 30px;
  text-align: center;
}

.box-list {
  display: inline-block;
  width: 25%!important;
  padding-top: 100px !important;
  color: white;
}

.box-list>div{
  padding-left: 30px;
}


.box-list > .div-pera-list {
  padding: 5px 0px;
  letter-spacing: 0px;
  
}

.div-pera-list > p {
  font-size: 18px;
  color: white;
}

.home-bg-img {
  color: black;
  
}
.div-index{
  height: 100%;
  text-align: center;
}

.div-index>h1{
  color: rgb(255, 255, 255) !important;
  font-size: 60px;
  text-shadow: 1px 1px 1px black;
  font-weight: 600;
}
.div-index>p{
  color: rgb(255, 255, 255) !important;
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
  font-weight: 600;
}

.gotoDownWrper{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px!important;
  height: 50px!important;

  display: flex;
  align-items: flex-end;

}

.gotoDownWrper>div{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ddd;
  margin-bottom: 70px;

  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.36);

  color: blue;
}

@media (max-width:678px) {
  .home-page{
    flex-direction: column-reverse;
  }

  .div-index{
    margin-top: 50px;
  }

  .box-list{
    width: 100%!important;

  display: flex;

  padding-bottom: 40px;
  align-items: center;
  justify-content: center;

  }
   .box-list>div{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;

  }
}

@media (max-width: 520px) {
  .home-bg-img {
    height: auto;
    width: 100%;
  }
 
}

/* second-section starts here */
.second-section {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  padding: 10px;
}
#second-section-control{
  display: flex;
  height: auto;
  width: 100%;
}


#second-article{
  width: 25%;
  /* border: 1px solid red; */
  background-color: #fff;
  padding: 10px;
}


#second-aside{
  width: 100%;
  /* border: 1px solid red; */

  padding: 10px;
}

.wp-index{
  /* border: 1px solid red; */
  width: 100%;
}

.wpmiddlediv{
  display: flex;
  gap: 20px;
  align-items: center;
  overflow-x: hidden;
}

.wpmiddlediv>div{
  width: 130px;
  height: 46px;
  background: #ddd;
  border-radius: 6px;
  text-align: center;
  padding-top: 5px !important;
}
.orange{
  color: orange;
}
.blue{
  color: blue;
}
.green{
  color: green;
}
.catalic{
  color: #6F34A1;
}
.wp-index>div{
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}
.wp-index>div>img{
  width: 30px;
  height: 40px!important;
}



.header-2 {
  position: sticky;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 99;
  /* border: 1px solid black; */
  background-color: rgba(243, 243, 243, 1);
  color: #111;
  height: 70px;
  padding: 10px;
}

.logo-2 > img {
  height: 36px;
}

.nav-list-2 {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  /* max-width: 40%; */
  gap: 5px;
}

.navbar-style>i {
  font-size: 20px;
  /* margin-right: 10px; */
}


.fa-solid-bars {
  font-size: 20px;
  padding: 5px;
  margin-right: 10px;
  /* border: 1px solid black; */
}

/* for accordion */
 #accordion {
  /* border: 1px solid red; */
  padding-top: 5px;
  padding: 20px;
  width: 100%;
  height: fit-content;
  border-radius: 14px 0px 0px 0px;
  background-color: #eff3f6;
}

.paaara {
  padding: 0 0 30px;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}


#accordion .panel {
 
  box-shadow: none;
  margin-bottom: 3px;
}
#accordion .panel-heading {
  padding: 0;
 
  border: 1px solid lightgray;
}
#headingOne .panel-heading>a.collapsed{
  border: none !important;
  /* border: 1px solid red; */
}
#accordion .panel-title > a {
  display: block;
  padding: 15px 50px 15px 15px;
  position: relative;
  background: #2042b6;
  transition: 0.4s ease;
  color: #fff;
}
#accordion .panel-title > a.collapsed {
  background: #fff;
  color: #333333;
}

#accordion .panel-title > a:hover {
  background: #2042b6;
  color: #fff;
}
#accordion .panel-title > a:after,
#accordion .panel-title > a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 14.5px;
  line-height: 16px;
}
#accordion .panel-title > a.collapsed:after {
  content: "\f067";
  color: #333;
  font-size: 18px;
  transition: 0.4s ease;
}
#accordion .panel-title > a.collapsed:hover:after {
  color: #fff;
}
#accordion .panel-body {
  background: #eff3f6;
  line-height: 24px;
  

}
.panel-body.table-responsive{
  color: #111;
} 

/* end accordion*/


/* thirth-section starts here */
.thirth-section {
  height: auto;
  width: 100%;
  background-color: #F5F5F5;
  color: #111;
}

/* for table */
.panel {
  background-color: #F5F5F5;
  border-radius: 10px;
  color: black !important;
}
.panel .panel-heading {
  padding: 20px 15px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.panel .panel-heading .title {
  color: black;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px;
  margin: 0;
}
.panel .panel-heading .btn {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  font-size: 16px;
  text-transform: capitalize;
  border: 2px solid black;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.panel .panel-heading .btn:hover {
  color: black;
  text-shadow: 3px 3px rgba(255, 255, 255, 0.2);
}
.panel .panel-heading .form-control {
  color: black;
  background-color: rgba(121, 116, 116, 0.2);
  width: 40%;
  height: 40px;
  border: 1px solid black;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.panel .panel-heading .form-control:focus {

  box-shadow: none;
  outline: none;
  /* padding: 0px 5px; */
  font-size: 18px;
  background-color: #fff6f6;
}
.panel .panel-heading .form-control::placeholder {
  color: black;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 5px;
}
.panel .panel-body {
  padding: 0;
}
.panel .panel-body .table thead tr th {
  color: black;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px;
  border: none;
}

.panel .panel-body .table tbody tr td {
  color: black;
  font-size: 15px;
  padding: 10px 12px;
  /* vertical-align: middle; */
  border: none;
  text-align: center;
  
}

 .panel .panel-body.table tbody tr:nth-child(odd) {
  background-color: rgba(121, 116, 116, 0.2) !important;
} 

/* #table #t-head #t-r:nth-child(odd){
  background-color: rgba(121, 116, 116, 0.2) !important;
} */
.panel .panel-body .table tbody .action-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel .panel-body .table tbody .action-list li {
  display: inline-block;
  margin: 0 5px;
}
.panel .panel-body .table tbody .action-list li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:hover {
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.3);
}
.panel .panel-body .table tbody .action-list li a:before,
.panel .panel-body .table tbody .action-list li a:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #111;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 4px;
  text-transform: capitalize;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -32px;
  transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:after {
  content: "";
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}
.panel .panel-body .table tbody .action-list li a:hover:before,
.panel .panel-body .table tbody .action-list li a:hover:after {
  display: block;
}
.panel .panel-footer {
  color: #fff;
  background-color: transparent;
  padding: 15px;
  border: none;
}
.panel .panel-footer .col {
  line-height: 35px;
}
.pagination {
  margin: 0;
}
.pagination li a {
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 31px;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {

  .div-index {
    background-position-x: center;
    align-items: center;
    margin-left: 0;
  }
  


  .panel-2 .panel-heading .title {
    text-align: center;
    margin: 0 0 10px;
  }
  .panel-2 .panel-heading .btn_group {
    text-align: center;
  }
}
/* thirth section starts here */



/* 4th-section starts here */

.fourth-section{
  height: auto;
  width: 100%;
  padding: 10px;
  background-color:#EDEDED;
  /* border-radius: 20px; */
  /* margin-bottom: 50px; */
}

.article-section{
  text-align: center;
  margin-top: 25px;
  gap: 5px;
}

.aside-section{
margin-top: 50px;
padding: 0px 40px;
}


.Future-Listingis >h1,p{
  width: 70%;
  color: #111;
}

.brand-icons{
  background-color: #FFFFFF;
  margin-top: 15px;
}
.brand-icons>img{
  width: 165px;
  height: 58px;
  border-radius: 6px 0px 0px 0px;
  margin: 10px;
  margin-left: 0px !important;
  background-color: #FFFFFF !important;
  border: 1px solid black;
  padding: 10px;
  color: #111;
  
}

#lg-icon{
  width: 500px !important;
  background-color: #FFFFFF !important;
  padding: 0px !important;
  }

.btn-style{
  border-radius: 20px ;
  background-color: #2042b6;
  color: #fff;
  padding: 10px;
  border: none;
}
#btn-style{
  border-radius: 20px ;
  background-color: #fff;
  color: blue;
  padding: 10px;
  border: none;
}
.btn-style >a{
  color: #fff;
  text-decoration: none;
}

.btn-style >a:hover{
  color: yellow !important;
}

.download-data{
text-align: center;
margin-top: 25px !important;
}

/* responsive for 4th-section */
@media (max-width:768px) {
  .Future-Listingis >h1,p{
    width: 80%;
  }
  .aside-section{
    margin-top: 50px;
    padding: 0px 20px;
    }

    .brand-icons>img{
      width: 110px;
      height: 52px;
      margin: 8px;
      padding: 8px;
    }
    #lg-icon{
      width: fit-content !important;
      }


      #second-section-control{
        display: flex;
       flex-direction: column;
      }

      #second-article{
        width: 100%;
      }
      
     
}

@media (max-width:590px) {
 
  #lg-icon{
    width: auto !important;
    }
    
}

@media (max-width:520px) {
  .Future-Listingis >h1,p{
    width: 80%;
  }
  .aside-section{
    margin-top: 40px;
    padding: 0px 10px;
    }

    .brand-icons>img{
      width: 80px;
      height: 46px;
      margin: 6px;
      padding: 6px;
    }
    #lg-icon{
      width: 300px !important;
      }

      .card{

      width: 100% !important;
      height: auto;
      }
     .div-report>p{
        border: 1px solid blue !important;
        color: #111 !important;
      }
      #border-black>.green-share{
        border: 1px solid black;
      }
      .home-section{
        height: fit-content !important;
        width: 100%;
      }

     
}

@media (max-width:420px) {
  .Future-Listingis >h1,p{
    width: 80%;
  }
  .Future-Listingis >h1{
    font-size: 25px;
  }
  .togglenav{
    width: 220px;
  }
  .togglenav>.topdiv{
    margin: 0;
    padding: 0;
  }
  .togglenav>.topdiv>div>div>p{
    font-size: small;
    width: 110%;
    margin: 0px 5px;
    margin-left: 10px;
    border: 1px solid blue;
    border-radius: 10px;
    padding: 0px 4px;

  }
 
  .aside-section{
    margin-top: 30px;
    padding: 0px 10px;
    }

    .brand-icons>img{
      width: 70px;
      height: 35px;
      margin: 4px;
      padding: 4px;
    }
    #lg-icon{
      width: 140px !important;
      }
      
.btn-style{
  border-radius: 15px;
  background-color: #2042b6;
  color: #fff;
  padding: 6px;
  border: none;
}
.article-section > .btn-style > a{
  font-size: 14px;
}
.article-section{
  text-align: left;
  margin-top: 25px;
}


}

@media (max-width:365px) {
 
  .Future-Listingis >h1{
    font-size: 20px;
  }
  .aside-section{
    margin-top: 20px;
    padding: 0px 8px;
    }

    .brand-icons>img{
      width: 60px;
      height: 30px;
      margin: 4px;
      padding: 4px;
    }

    #lg-icon{
      width: 120px !important;
      }
      
  .btn-style{
    border-radius: 15px ;
    background-color: #2042b6;
    color: #fff;
    padding: 6px;
    border: none;
    }

  .article-section > .btn-style > a{
    font-size: 12px;

    }

    .article-section{
      text-align: left;
      margin-top: 25px;
    }



}
/* fourth-section-end */



/* fifth-section */

.fifth-section{
  height: auto;
  width: 100%;
  padding: 10px;
  background-color:#EDEDED;
}

.usa-control{
  margin-bottom: 0px !important;
  padding: 0px 10px;

}
.usa-control>h1{
  color: #111;
}

#year{

  border-radius: 20px;
  background-color: #2042b6;
  color: #fff;
  padding: 5px 10px;
  border: none !important;
  font-size: 30px;
}


/* for slider */

.slider-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 20px;

  height: auto;
  width: auto !important;
  /* border: 1px solid red; */
  background-image: url(./images/Group\ 364.png);
  background-repeat: no-repeat;
  background-size: contain;

  /* background: red; */
  overflow-x: hidden;
 
}

.slider-container::-webkit-scrollbar{
  display: none;
}

.slider {
  display: flex;
  /* border: 2px solid blue; */
  margin-top: 20px;
  height: auto;
  width: 100%;
  background: transparent;

}

.slider-controls{
  padding: 0px 10px;
  height: 50px;
  width: 100%;
 
}

.slide>img{
  width: 400px;
  height: auto;
 } 

.slide.active {
  transform: translateX(0);
}

.prev-slide,
.next-slide {
  /* border: 1px solid red; */
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  height: 50px;
}

.prev-slide>i{
  color: blue;
}
.next-slide>i{
  color: blue;
}


@media (max-width:768px) {
 
 .slider-container {
  grid-template-columns: repeat(2, 1fr);
  /* gap: 5px;
  width: 100% !important;
  height: fit-content; */
  padding: 15px;
  }

  .usa-control{
    margin-bottom: 0px !important;
    padding: 0px 15px;
  
  }
  .slide>img{
    width: 300px;
    height: auto;
   } 

   .slider {
    margin-top: 20px;
    height: auto;
    width:100%;
  }
  .slideer-controls{
    padding: 0px 20px;
   
  }

 }

 @media (max-width:520px) {

  .slider-container {
     padding: 0px;
     
    }

  .slider {
   padding: 0px;
   right: 5px;
   position: relative;
  }
  
}

/* fifth section ends here */



/* sixth-section starts here */
.sixth-section{
  height: auto;
  width: 100%;
  padding: 10px;
  background-color:#EDEDED;
}

#asidee-section>div{
  height: auto;
  width: 100%;
  display: flex;
  /* border: 1px solid red; */


  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.stories{
  /* padding: 10px; */
  padding: 0px 20px;
  margin-bottom: 100px;
  color: black;
}

.card{
  width: 360px;
  height: auto !important;
  min-height: 310px;
  border-radius: 8px 0px 0px 0px;
  padding-top: 20px;
  margin-bottom: 70px;
  padding-left: 5px;
  color: black;
  background-color: (255, 255, 255, 1);
}



.cart-items{
  /* border: 1px solid red; */
  bottom: 95px;
  position: relative;

}

.people-style{
  position: relative;
  bottom: 80px;
}

.names{
  color: #2042b6;
}

.read-more{
  /* display: inline-block; */
  background-color: blue;
  border-radius: 30px;
  color: white;
  padding: 5px;
  border: 1px solid blue;
}

/* responsive for card */

@media (max-width:768px) {

  .card{
    width: 100%;
    height: 270px!important;
    margin-bottom: 80px !important;
    border: 1px solid red;

  }
  .cart-items{
    height: auto !important;
    width: 100% !important;
    background-color: #fff;
    position: relative;
    right: 2px;

  }
  .usa-control{
    padding: 0px 20px !important;
    
    }

 
  .stories{
    /* padding: 10px; */
     padding: 5px;
}



}

@media (max-width:520px) {
  
  .card{
    width: 100%;
    height: 290px !important;
    border: 1px solid blue;
    padding: 40px 5px;
  }

  #asidee-section>div{
   
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px !important;
    padding: 0px 20px;
  
  }
  .panel .panel-heading .form-control{
    width: 80%;
  }


}


/* seventh section starts here */

#seventh-section{
  display: flex;
  height: auto;
  width: 100%;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 1);
  /* border: 1px solid red; */
}

#seventh-article{
  /* border: 1px solid red; */
  width: 60%;
  padding: 40px;

}

#seventh-aside{
  /* border: 1px solid red; */
  width: 40%;
  padding-right: 5px;
}



#mask-group >img{
  width: 450px;
  height: auto !important;
  
}
#mask{
  width: fit-content !important;
  height: auto;
}
#hr{
  color: blue;
  margin: 50px 0px;
}


@media (max-width:768px) {
  #seventh-article{
    width: 50%;
    padding: 20px;
  }

  #seventh-aside{
    width: 50%;
  }


  .grid-container {
    
    grid-template-columns: 1fr 1fr 1fr!important;
  }

  .form-control{
    width: 100% !important;
  }
  
}

@media (max-width:520px) {
  #seventh-section{
    display: flex;
    flex-direction: column;
  }

  #seventh-article{
    width: 100%;
  }

  #seventh-aside{
    width: 100%;
  }

  .grid-container {
    
    grid-template-columns: 1fr!important;
  }
  
}

 /* section seventh ends here */



/*  eighth section starts here */
#eighth-section{
  height: auto;
  width: 100%;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 1);
  /* border: 1px solid red; */
}

#brand-controls{
  /* border: 1px solid red; */
  padding: 20px;
}

#brand-icon{
  width: 100%;
  height: 300px;
}

/*  eighth section ends here */


/* nineth section starts here */
#nineth-section{
  background-color: #F5F5F5;
  height: auto;
  width: 100%;
  color: #111;
  border-radius: 0px, 12px, 0px, 0px;
  /* padding: 0px 10px; */
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: rgba(230, 230, 230, 1);
  padding: 10px;
}
.grid-item {
  background-color: rgba(230, 230, 230, 1);
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  padding: 20px;
  font-size: 20px;
  width: 380px;
  height: auto;
  /* border-right: 1px solid red ; */
}

.grid-item>p{
  margin-bottom: 50px;
  color: #111;
  display: flex;
  flex-direction: column;
}
.bold-para{
  font-size: 25px;
  font-weight: 500;
}
.div-row{
  display: flex;
  flex-direction: row;
}
.grid-item>ul>li{
  list-style-type: none;
  padding: 4px 0px;
  
}
.grid-item>ul>li>a{
  text-decoration: none;

}
.grid-item>ul>li>a:hover{
  border-bottom: 1px solid blue;
}

.grid-item>div>li{
  list-style-type: none;
}

@media (max-width:992px) {

 
  .grid-item {
   
    padding: 10px;
    font-size: 20px;
    width: 100%;
    height: auto;
  }
  
}

/* nineth section ends here */


@media (max-width:668px) {
  .nav-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .navbar{
    font-size: 26px !important;
  }
 
  .fa-share-nodes.hello-share{
    font-size: 22px !important;
  }

  .box-list .div-pera-list{
    font-size: 1.4rem;
    height: 90px;

  }

  .para{
    padding: 4px 4px !important;
    width: 100%; 
  }

  .div-index>p{
    margin-left: 45px !important;
    text-align: center;
    position: relative;
  }
  .usa-control{
   padding: 0px 22px !important;
    
    }
    .form-control{
      width: 100%;
    }

}
 @media (max-width:992px) {
  .nav-list{
  width: 60%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  }

  .head-R-report .para{
    width: 100%;
  }
  .navbar{
    font-size: 28px;
  }

  .hello-share{
    font-size: 25px !important;
  }
  .usa-control{
  padding: 0px 35px;
  
  }
  .slider-container{
    padding: 0px 12px;
  }
  .slider-controls{

   padding: 0px 18px;
  }
  .card{
    width: 100%;
    height: 270px !important;
   
  }
  .form-control{
    width: 100%;
  }
 
} 





/* responsive for large screen */

@media (min-width:992px) {


  /* home section */
  .home-section{
  height: 1000px;
  
  }
  .logo > img {
    height: 42px;
  }
  .navbar {
    font-size: 32px;
  }
  .custom-fa-bar {
    padding: 10px;
  
  }
  .fa-share-nodes {
  
    border-radius: 50%;
    padding: 7px;
    font-size: 30px;
    border: 1px solid white;
    position: relative;
    top: 4px;
   
  }

  .head-R-report {
    border-radius: 10px;
  }
  .head-R-report>.para{
    position: relative;
    top: 4px;
    font-size: larger;
    width: fit-content;
    
  }
  
  .home-section {
    padding: 20px;
   
  }
  .box-list .div-pera-list > h1{
  font-size: 2.4rem;
  }
  
  .box-list .div-pera-list > p{
    font-size: 1.4rem;
  }
  .div-index>h1{
    font-weight: bolder;
  }
  .div-index>p{
    font-size: 1.4rem;
  }
  
  .gotoDownWrper>div{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
  
  }
  
  /* home section end */
  
  /* second-section starts here */
  
  .div-report>p{
    border: 1px solid blue !important;
    color: #111 !important;
  }
  
  .green-share{
    border: 1px solid rgb(155, 148, 57) !important;
  }
  
  /* second-section ends here */
  
  
  
  /* third-section starts here */
  
  
  .panel .panel-heading .form-control {
  
    width: 70%;
    height: 50px;
   
  }
  .panel .panel-body .table thead tr th {
   
    font-size: 1.4rem;
  }
  
  .panel .panel-heading .form-control::placeholder {
    color: black;
    font-size: 23px;
    font-weight: 500;
    padding: 0px 10px;
  }
  
  .panel .panel-body .table tbody tr td {
    
    font-size: 21px;
  }
  
  /* third-section ends here */
  
  
  /* fourth-section starts here */
  
  .btn-style{
    border-radius: 20px;
    padding: 12px;
  }
  .btn-style >a{
    font-size: 21px;
  }
  .Future-Listingis >h1{
    font-size: 1.8rem;
    font-family: 'Nantes', sans-serif;
  }
  .Future-Listingis>p{
    font-size: 21px;
  }
  .aside-section{
    padding: 0px 40px !important;
    }
  
  /* fourth-section ends here */
  
  
  /* fifth-section starts here */
  
  .usa-control>h1{
    font-size: 1.8rem !important;
    font-family: 'Nantes', sans-serif;
  }
  
  .usa-control>p>a{
    font-size: 21px !important;
  }
  .usa-control{
  padding: 0px 40px !important;
  
  }
  .slider-controls{
    padding: 0px 34px;
    height: 60px;
  }
  
  .slider-controls.p-pages{
    font-size: 21px !important;
  }
  .slider {
   padding: 0px 20px !important;
   
  
  }
  .slide>img{
    width: 310px;
    height: auto;
   } 
  
  .Future-Listingis >h1,p{
    width: 80%;
  }
  
    .brand-icons>img{
      width: 110px;
      height: 52px;
      margin: 8px;
      padding: 8px;
    }
  
    #lg-icon{
      width: 410px !important;
      }
      .stories{
        /* padding: 10px; */
        padding: 0px 22px;
        margin-bottom: 100px;
        color: black;
      }
      .stories>p{
      font-size: 21px !important;
      }

      .card{
        
        height: 270!important;
        width: 100%;
        margin-bottom: 70px;
      }
  
      .cart-items .names{
        font-size: 1.4rem !important;
      }
    
      /* .cart-items{
        height: auto;
        background-color: #fff;

      } */
      .read-more{
      font-size: larger;
      }
    
     .div-index{
      background-position-x: left !important;
      margin-left: 60px !important;
  
     }
    
     .head-R-share{
      padding-right: 5px;

     }
     .head-R-share.hello-share{
      font-size: 28px !important;
     }
  
  }
    
/* ends here */
















