
body{

    font-family: 'Poppins', sans-serif !important;
}

h1{

    font-size: 50px;
    font-weight: 700;

}
.vh h1{
  font-weight: bolder;
}
h2{
    font-size: 27px;
    font-weight: 700 !important;
    color: #000;
}
.banner-text div {
    margin-top: 80px;
}
.banner .navbar-brand{
    width: 150px;
}

.banner .navbar-brand img{
    width: 100%;
}
.page-title {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 45px;
    padding-bottom: 30px;
    padding-top: 70px;
    color: #000;
}
section .banner {
  
    height: 100%;
    background-color: #3b3b98;
    border-bottom-left-radius: 100% 60%;
    border-bottom-right-radius: 100% 60%;
    z-index: -1;
    /*background-image: url('../img/justice.png');*/
    background-image: linear-gradient(80deg,#0a0a40 0%,#3a3a90 100%);
    background-repeat: no-repeat;
    background-position: top;

}

nav a{

    color: white !important;
}

.vh{

    color: white;
    height: 80vh;
  
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    border-radius: 50% !important;
    height: 10px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.icons img{

    height: 80px;

}
.icons h5{
  color: #000;
    font-size: 16px;
    font-weight: bolder;
}
.icons p{
    font-weight: 500;
    color: #979696;
    font-size: 13px;
}


section .screen p{

    color: #6a6a6a;
}


.border-right{

    border-right: 5px solid #00adef !important;
}

.border-left{

    border-left: 5px solid #00adef !important;
}

section .law{

    background-image: url('../img/law-bg.png');
    padding: 0px 100px;

}

.law p{

    color: #c9c9dd;
    font-size: 13px;
}
.law img{

    height: 350px;
    width: auto;   
    padding:50px;
    border-radius: 80px;
}


.carousel-banner{

    background-image: url('../img/carousel-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.strap{

    box-shadow: 1px 5px 35px rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 30px;
}

.legal-hint{

    background-color: #3b3b98;
}
/*blog*/
.blog-container .screen p span {
    text-align: justify !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
}
.blog-container .screen p {
    text-align: justify !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
}
.blog-entry p {
    text-align: justify;
    font-size: 16px;
}
.blog-wrap {
    width: 100%;
    height: 170px;
}
.blog-wrap img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
}
.blog-entry {
    /* background: #fff; */
    color: #000;
    /* padding: 20px 10px; */
    border-radius: 36px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}
.blog-entry img {
    border-radius: 15px 15px 0px 0px;
}
.text.p-4 {
    background: #f7f9fb;
    border-radius: 0px 0px 15px 15px;
}
.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}
/*Carousel--------*/


div.slider {
    position: absolute;
    width: 850px;
    top:80px;
    background-color: white;
    border-radius: 20px;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 350px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
} 

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.img-margin{

    margin-left: -40px; 
}
.navbar li.nav-item {
    padding: 10px;
}
.navbar .nav-item a.nav-link:hover {
    border-bottom: 1px solid #fff;
    
}
button.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
}

/*subscription*/
.btn.btn-white {
    background: #fff;
    color: #3b3b98 !important;
    border-radius: 5px;
    padding: 8px 30px !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn.btn-white:hover{
  background: #ced4da;
}

.btn-primary{
   background:#3b3b98; 
    border-radius: 4px;
    padding: 8px 30px !important;
    color:#fff;
    width: auto !important;
    border-color: #3b3b98;
}
.btn.btn-outline {
    border: 1px solid white;
    color: white;
    background: none;
    padding: 8px 30px !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn.btn-outline:hover{
  background: #fff;
    color: #3b3b98 !important;
}
.plancard{
  text-align: center;
  background: #fff;
    color: #000;
    padding: 20px 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}
.plancard:hover{
    background: #7171db;
    color: #fff;
    transform: scale(1.08);
    transition-duration: 0.7s;
}

.plancard:hover .plancard-title h2 {
  color:#fff;
}
.plancard:hover .plancard-body i{
    color:#fff;
}
.plancard p{
  font-size: 15px;
}
.plancard h2{
     font-size: 20px;
    font-weight: 500;
}
.plancard span{
  font-size: 20px;
}
.plancard-body i{
  color: #3b3b98;
}

/*Carousel End*/


.bg{

  background-color: #3b3b98;
  color: #fff;
}
.footer-text {
    font-size: 13px;
}
.head {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(80deg,#0a0a40 0%,#3a3a90 100%);
}
/*feature*/
ul.feature-list {
    list-style-type: none;
        padding: 0;
}
ul.feature-list li p{
  margin-bottom: 0px;
}
ul.feature-list li {
    color: #212529;
    font-size: 17px;
    background: #f7f9fb;
    padding: 10px 50px;
    vertical-align: middle;
    margin-bottom: 15px;
    border-radius: 15px;
}
ul.feature-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 35px;
    color: #3b3b98;
    font-weight: 700;
    font-size: 20px;
}
/*Media query*/ 

@media (max-width: 576px){


section .banner {

  background-color: #3b3b98;
  border-bottom-left-radius: 100% 60%;
  border-bottom-right-radius: 100% 60%;
  z-index: -1;
 /* background-image: url('../img/justice.png');*/
  background-repeat: repeat;
  background-position: cover;
}

h1{
    font-size: 28px;
}

.vh h1{
    margin-top: 10px;
}

.dashboard{  
  height: auto;
  margin-top: -200px;
 }

section .law{

  background-image: url('../img/law-bg.png');
  padding: 0px 30px;
}

.law p{
  color: #c9c9dd;
  font-size: 13px;
}

.law img{
    
  height: auto;
  width: auto;   
  padding:0px;
  border-radius: 80px;
}

div.slider {
  position: absolute;
  width: 330px;
  top:20px;
  background-color: white;
  border-radius: 0px;
  left:  15px;
}

.slider div{

  font-size: 12px;
}

.carousel-slide p{

  font-size: 13px;
}

.carousel-indicators {
    
    top: 280px;   
}

.img-margin{

  margin-left: 0px; 
}

}


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

div.slider {
  position: absolute;
  width: 650px;
  top:80px;
  background-color: white;
  border-radius: 20px;
  left:  -50px;
}

.carousel-indicators {
    
  top: 280px;   
}

.vh h1{
        
  margin-top: 150px;
}

.dashboard{
  
  height: auto;
  margin-top: -120px;
 }

 .law img{

  height: 250px;
  width: auto;   
  padding:0px;
  border-radius: 80px;
}

}

@media (min-width: 992px) and (max-width: 1199px){

.vh h1{

  margin-top: 150px;
}
.dashboard{
  
  height: auto;
  margin-top: -420px;
 }
}



@media (min-width: 1200px) and (max-width: 1399px)  {

.vh h1{

  margin-top: 25px;
}
.dashboard{
  
  height: auto;
  margin-top: -150px;
 }
}

@media (min-width: 1400px){

h1{

  font-size: 50px;
  font-weight: bolder;
}

.vh h1{
        
  margin-top: 150px;
}

.dashboard{
  
  height: auto;
  margin-top: -300px;
 }
}

#captchaBackground {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#captcha {
  height: 100px;
  width: 240px;
  font-size: 60px; /* Adjust the font size to make the captcha larger */
  letter-spacing: 3px;
  display: block;
}

#refreshButton {
  position: absolute;
  font-size: 20px;
  top: 35%; /* Adjust the vertical position as needed */
  left: 70%; /* Adjust the horizontal position as needed */
}