*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color:#fefcf1 ;
}
.bg-light-pink {
  background-color: #f1efe4;
}
.bg-blue{
    background-color: #363538;
}
.pt-91{
    padding-top: 91px;
}
.flex-centerlized{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* navbar css start */
.navbar{
    background-color: #fefcf1;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.navbar a{
    color: black;
    font-weight: 500;
    margin: 0 15px;
}
.navbar img {
    width: 76px;
}
.navbar li{
    display: flex;
    align-items: center;
}
/* navbar css end */

/* main page css start */
.carousel-item img{
    /* margin-top: 5%; */
    height: 650px;
    filter: brightness(.8);
    object-fit: cover;
}
.home-estate-plan h1{
    font-size: 75px;
    font-weight: 700;
    line-height: 1.1;
}
.start-online{
    background-color: #363538;
    color: white;
    padding: 20px 0 90px 0;
    margin-bottom: 80px;
}
.start-online h1{
    font-weight: 700;
    font-size: 75px;
    line-height: 1.1;
}
.start-online p{
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 80px;
}
.start-online .card{
    padding: 30px 40px 40px 40px;
    border-radius: 16px;
    transition: 0.7s;
    
}
.start-online .card:hover{
    transform: scale(1.1);
    z-index: 9;
    
}
.start-online .card h2{
    font-size: 25px;
    font-weight: 700;
}
.start-online .card a{
    font-size: 20px;
    color: black;
    margin-bottom: 60px;
}
.team-to-help{
    margin-bottom: 80px;
}
.team-to-help h1{
    font-weight: 700;
    line-height: 1.1;
    font-size: 66px;
    text-align: center;
}
.team-to-help .card{
    border-radius: 16px;
    padding: 23px;
    height: 100%;
    transition: 0.7s;
}
.team-to-help .card:hover{
    background-color: #363538;
    color: white;
    
    transform: scale(1.1);
    z-index: 9;
}
.team-to-help .card p{
    margin-bottom: 0;
}
.our-services h1{

    font-weight: 700;
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 120px;
}
.our-services h2{
    font-size: 20px;
}
.our-services .col-md-3{
    /* border-left: 1px solid black ; */
}
/* main page css start */

/* Get started page css start */
.get-started{
    padding-bottom: 250px;
}
.get-started h1{
    font-size: 40px;
    max-width: 700px;
    margin: auto;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 0;
}
.get-started p{
    margin:30px 0 40px 0;
}
.get-started .card {
  height: 140px;
  display: flex;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: 0 0 10px rgb(148 148 148 / 16%);
  justify-content: center;
  align-items: center;
  flex-basis: 18%;
  padding: 30px;
  border: none;
  cursor: pointer;
  transition: 0.7s;
  
}
.get-started .card:hover {

    background: #363538;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}
.get-started .card img {
  width: 35px;
  margin-bottom: 10px;
}
.get-started .card p {
  margin-bottom: 0;
  font-size: 14px;
  margin: 0;
}
.get-started a{
    color: #496db6;
}
.starting-cards p:first-child{
    font-weight: 500;
}
.starting-cards h3{
    margin-bottom: 20px;
}
.starting-cards button{
    margin-top: 40px;
}
.trust-card{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    height: 100%;
    width: 100%;
    margin-top: -180px;
    max-width: 400px;
    margin-right: 40px;
    padding: 65px 30px;
    /* box-shadow: 0 0 10px rgb(148 148 148 / 16%); */
}
.will-card{
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    width: 100%;
    max-width: 400px;
    margin-top: -180px;
    padding: 65px 30px;
    position: relative;
    /* box-shadow: 0 0 10px rgb(148 148 148 / 16%); */
}
.will-card::before{
    content: 'MOST POPULAR';
    background-color: #363538;
    border-radius: 4px 4px 0 0;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    color: white;
    font-size: 13px;
    font-weight: 500;

}
.nav-pills {
    background-color: #f1efe4;
    width: fit-content;
    margin: auto;
    padding: 7px;
    border-radius: 50px;
    margin-top: 190px;
}
.nav-link {
    color: black;
}
.nav-link:hover {
    color: black;
}
.nav-pills .nav-link {
    border-radius:50px;
    padding: 9px 70px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: white;
}
.estate-plan img{
    border-radius: 14px;
}
.estate-plan small{
    font-weight: 500;
}
.accordion-button {
    justify-content: left;
    flex-direction: row-reverse;
    padding: .8rem 0;
    background-color: transparent;
    font-size: 14px;
}
.accordion-item {
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  }
  .accordion-button::after {
    transition: all 0.5s;
    margin: unset;
    margin-right: 10px;
  }
/* Get started page css end*/

/* compare page css start */
.outlines{
    padding-bottom: 108px;
}
.outlines h1{
    font-size: 40px;
    max-width: 700px;
    margin: auto;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 0;
}
.price-card {
    margin-top: -55px;
    padding: 26px 30px !important;
}
.outlines p{
    margin:30px 0 40px 0;
    font-size: 20px;
    font-weight: 500;
}
.Benefits h6{
    font-weight: 400;
}
.support{
    padding-bottom: 120px;
}
.support img{
    width: 20px;
}
.support h5{
    color: #8D8C8A;
    font-size: 20px;
    font-weight: bolder;
}
.support p{
    font-weight: 500;
    margin-bottom: 0;
}
.document p{
    font-weight: 400;
    margin-bottom: 8px;
}

.where-to-start{
    background: #f1efe4;
    padding: 120px 0;
}
.where-to-start p{
    max-width: 300px;
}
/* compare page css end */

/* trust & will css start */
.trust-will img{
    margin-left: -100px;
    width: 115%;
}
.estate-plan-will ul li {
    list-style: none; /* Remove the default bullet */
    padding-left: 35px; /* Adjust spacing for the image */
    background-image: url('image/compare/tick.png');
    background-size: 16px 16px; /* Set desired width and height */
    background-repeat: no-repeat;
    background-position: 0 5px; /* Adjust the vertical alignment */
}
.Benefits ul li {
    list-style: none; /* Remove the default bullet */
    padding-left: 35px; /* Adjust spacing for the image */
    background-image: url('image/compare/tick.png');
    background-size: 16px 16px; /* Set desired width and height */
    background-repeat: no-repeat;
    background-position: 0 5px; /* Adjust the vertical alignment */
}
.sticky-column {
    position: sticky;
    top: 20px; /* Adjust as needed */
    align-self: flex-start;
    max-height: 100vh;
    overflow-y: auto; /* Adds a scrollbar if content is taller than viewport */
}
.sticky-column::-webkit-scrollbar {
    display: none;
}
/* trust & will css end */


button{
    background-color: #363538;
    border-radius: 50px;
    border: 0;
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 30px;
    margin-top: 70px;
}

button:hover{
    background-color: #408697;
}
.hover-32{
    background-color: #408697;
}
.hover-32:hover{
    background-color: #363538;
}

/* footer css start */
.footer{
    background-color: #363538;
    color: white;
    margin-top: 80px;
    padding: 80px 0 60px 0;
}
.footer h6{
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
}
.footer li{
    margin: 8px 0;
}
.footer-icon i{
    margin-right:30px;
    font-size: 30px;
}
.footer-links a{
    color: white;
    margin-right: 18px;
    font-size: 18;
    font-weight: 500;
}
.newsletter{
    border-radius: 16px;
}
.newsletter input{
    outline: none;
    border-radius: 16px;
}
.newsletter button{
    border-radius:0 16px 16px 0;
}
/* footer css end */

@media screen and (max-width:1199px) {

    .start-online .card h2{
        font-size: 18px;
        
    }
    .navbar{
        padding: 16px 0;
    }
    .navbar a {
        margin: 0 6px;
    }
    .hamburger{
        width: 22px !important;
    }
}
@media only screen and (max-width:992px){
    .get-started .card {
        flex-basis: 31%;
    }
    .navbar img{
        width: 72px;
    }
    .trust-will img{
        margin-left: 0;
        margin-top: -50px;
        width: 100%;
    }
    .navbar img{
        width: 72px;
    }
    .heading_aa h3 {
        font-size: 20px;
    }
    .heading_aa p {
        font-size: 15px;
    }
}
@media screen and (max-width:768px) {
    .carousel-item img {
        height: 250px;
    }
    .sticky-column {
        position: unset;
    }
    .home-estate-plan h1 {
        font-size: 47px;
    }
    .start-online h1{
        font-size: 47px;
    }
    .team-to-help h1{
        font-size: 47px;
    }
    .our-services .col-md-3{
        border-left: none ;
    }
    .our-services .col-12{
        border-bottom: 1px solid black ;
        padding: 12px 12px;
    }
    .our-services h1 {
        font-size: 50px;
        margin-bottom: 58px;
    }
    .navbar img{
        width: 72px;
    }
    .heading_aa h3 {
        font-size: 16px;
    }
    .heading_aa p {
        font-size: 12px;
    }
    .outlines h1 {
        font-size: 30px;
    }
}
 @media screen and (max-width:575px){
    .navbar img{
        width: 160px;
    }
    .nav-pills .nav-link {
        border-radius: 50px;
        padding: 9px 60px;
    }
    .get-started h1 {
        margin-top: 65px;
    }
    .get-started .card {
        flex-basis: 47%;
        padding: 18px;
    }
    .starting-cards{
        flex-direction: column;
        align-items: center;
    }
    .will-card {
        margin-top: 41px;
    }
    .trust-card{
        margin-right: 0;
    }
    .outlines h1{
        font-size: 31px !important;
    }
    .navbar img{
        width: 72px;
    }
    .heading_aa h3 {
        font-size: 14px;
    }
    .heading_aa p {
        font-size: 10px;
    }
    
 }
  @media only screen and (max-width:400px){
      
    .heading_aa h3 {
        font-size: 12px;
    }  
    heading_aa p {
        font-size: 8px;
    }
  }