.header-logo{
    height:50px;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}
.navbar-brand{
    margin: 0px;
    padding: 0px;    
}
.navbar-header{
  display: flex;
  align-items: center;
  
}
.bar{
  width:1px;
  background-color: #3661eb;
  height:24px;
  padding: 0;
  margin-top: -5px;
  
}
.navbar-header p{
  /* border:solid red 1px; */
  /* margin-left: 5px; */
  font-weight: 500;
  /* margin-top: 5px; */
  font-size: medium;
  padding-left: 5px;
  padding-top: 8px;
}

h4 {
    color:#3661eb;
    margin-top: 20px;
}

h3{
    font-weight: 500;
    margin-top: 20px;
}
h5 {
    font-weight: 500;
    margin-top: 20px;
}
ol{
    font-size: medium;
}
ul{
    font-size: medium;
}
.helpcontainer{
    text-align: justify;
}
.helpcontainer img{
    margin: 10px;
    width: 85%;
    border: solid 1px #ececec;
    margin-bottom: 20px;
}
.multi-img img{
    /* width: 90%; */
    border: solid 1px #ececec;
    margin-bottom: 20px;
}

.helpcontainerindex{
    /* display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; */
}
.helpcontainerindex >div{
  margin: 0;
  padding: 0;
}
.helpdiv{
    border: solid 1px #ececec;
    padding: 0px 20px;
    margin: 5px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    min-height: 100px;
    cursor: pointer;
    transition: 0.5s;
    /* min-height: 310px; */
}
.helpdiv:hover{
  background-color: #f7f7f7;

}
.helpimage{
  background-color: #f1f3f4;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}
.helpdiv img{
    height:50px;
    width:50px;
    padding: 10px;
}
.helpdiv h3{
  font-size: medium;
  margin-top: 0px;
}
.helpdiv p {
    font-size: 12px;
    /* text-align: center; */
}

body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
  }
  p {font-size: 16px;}
  /* .margin {margin-bottom: 45px;} */
  .bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
  }
  .bg-2 { 
    background-color: #008699; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
  }
  .bg-4 { 
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
  }
  /* .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  } */
  .navbar {
    /* padding-top: 15px;
    padding-bottom: 15px; */
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .navbar-nav  li a:hover {
    color: #3661eb !important;
  }
 .footercontent{
  background-color: #ebecf0;
  color:#555555;
  text-align: center;
  padding-top: 15px;
  /* margin-bottom: -10px;  */
  /* position: absolute;
  top: 100%; */
 }
 .pb{
  padding-bottom: 30px;
 }

 .content-heading{
   color:#3661eb;
    margin-top: 20px;
    font-size: 20px;
}
.content-heading >ol >li{
  color: #555555;
  font-size: 16px;
  padding-top: 10px;
}
.clickable{
  cursor: pointer;
  color:#3661eb;
}
.heading{
  font-size: 19px;
  font-weight: 600;
}

 @media only screen and (max-width: 600px) {
.header-logo{
  height: 45px;
  padding-top: 10px;
}

}
/* footer{
  position: absolute;
  bottom:0px;
  margin: 0;
  padding: 0;
  width:100%;
} */


/*FOR PRICING*/

.footerfix{
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.content {
  flex: 1; /* Makes this section expand if necessary */
}

.pricingdiv{
  border: solid 1px #ececec;
  padding: 20px 20px;
  margin: 5px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100px;
  /* cursor: pointer; */
  transition: 0.5s;
  height: 70vh;
  /* min-height: 310px; */
  /* margin-bottom: 20px; */
  overflow: auto;
  
}
/* .pricingdiv:hover{
background-color: #f7f7f7;
margin:0px;
} */

.pricingdiv h3{
  font-size: medium;
  margin-top: 0px;
  color:#000000;
  font-weight: 600;
}
.pricingdiv h2{
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  /* color:#000000; */
}
.pricingdiv h2>span{
  font-size: medium;
  margin: 0px;
  /* color:#000000; */
}
.pricingdiv p {
    font-size: 12px;
    /* text-align: center; */
}

.pricingdiv button{
  width:90%;
  border:0px;
  background-color: #3661eb;
  color:#ffffff;
  font-size: medium;
  font-weight: 600;
  padding: 15px;
  border-radius: 8px;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
  transition: 0.5s;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor: auto;

}

/*.pricingdiv button:hover{
  background-color: #0c3ee2;
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}*/
.pricingdiv ul{
  margin-top: 20px;
  font-size: small;
  text-align: left;
  width:100%;
}


li::marker {
  color: #3661eb;
}.pricingdiv img{
  width:50px;
  filter: invert(66%) sepia(0%) saturate(1242%) hue-rotate(144deg) brightness(89%) contrast(80%);
  margin-bottom: 20px;
}

.contact-us-btn {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #add8e6;
      color: #000;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .contact-us-btn:hover {
      background-color: #87ceeb;
    }

.tooltip > .tooltip-inner {
  min-width: 200px !important; /* Ensures the increased width applies */
  word-wrap: break-word; /* Prevents text overflow */
  background-color: #add8e6;
  color:#000000;
}


