.top-header{
    position:fixed !important;
    width: 100%;background-color: white;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.filter{
    margin-top: 120px;
}

.navbar {
    background-color: white;
    color:black;
}

.top {
    background-color: var(--web-blue);
    color: var(--white);
}
.top-logo{
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-logo p{
    line-height: 26px;
    margin: 0px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
 
}
.top p {
 color: black;
 font-weight: 600;
 font-family: Arial, Helvetica, sans-serif !important;

}

.navbar a {
    color:black;
    font-weight: 600;
    font-size: 16px;
}


.dropdown-menu {
    color: purple;
    background-color: white !important;
}

.form-conatiner{
    background-color: #bcda8e;
}
.form-box{
    /* background: radial-gradient(circle at 18.7% 37.8%, rgb(80, 79, 79) 0%, rgb(66, 66, 66) 90%);
     */
     background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.form-box2{
    /* background: radial-gradient(circle at 18.7% 37.8%, rgb(80, 79, 79) 0%, rgb(66, 66, 66) 90%);
     */
     background-color: rgba(255, 255, 255, 0.568);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.form-box label{
    font-weight: 600;
}
.form-box2 label{
    font-weight: 600;
}
.custom-btn{
    background-color:#bcda8e;
    font-weight: 600;
    border: none;
    padding: 10px 50px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.custom-btn2{
    background-color:var(--web-blue);
    font-weight: 600;
    border: none;
    padding: 10px 50px;
    border-radius: 4px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: var(--white);
}

.navbar a:hover {
    color:var(--web-red);
}

.navbar a:active {
    color: gold;
}
.contactx a{
    text-decoration: none;
    color: white;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item {
    padding: 5px 10px;
}

.dropdown-divider {
    background-color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.marquee {
    /* background-color: rgb(240, 36, 36); */
    padding: 10px;
    margin: 0;
    color: white;
}
.acc{
    background-color: var(--web-blue);
}
.acc h3{
    color: red;
    font-weight: 600;
    background-color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
.announce{
    white-space: nowrap;
}


.filter{
    background: url(./img/blog\ \(2\).jpg);
    padding: 30px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.filter select{
    height: 40px;
    width: 280px;
    background-color:white;
    border: 2px solid transparent;
    border-radius: 5px;
}
.filter select:focus{
    outline: none;
}
.filter button{
    background-color: white;
    padding: 7px 30px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #05584d;
    font-weight: 600;
}

.step{
    padding: 20px;
    border: 1px dashed steelblue;
    min-height: 150px;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}
.num {
    position: absolute;
    background-color:steelblue;
    color: white;
    padding: 7px 15px;
    border-radius: 20px;
    right: -20px;
    top: 40%;
}

.list-box{
    border: 1px solid steelblue;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    margin:10px;
    min-height:376px;
}

.list-box i{
    color: steelblue;
}

.list-box a{
    text-decoration: none;
    color: black;
}
.list-box h4{
    margin-top: 0px;
    margin-bottom: 30px;
}


.testimonial-box {
    text-align: left;
    padding: 10px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    border-top: 2px solid steelblue;
    border-bottom: 2px solid steelblue;
    min-height: 260px;
}

.profile-box {
    display: flex;
    align-items: start;
    text-align: left;

}

.profile-box p {
    font-size: 14px;
}

.profile-box p,
.profile-box h6 {
    margin: 0px;
    padding: 0px;
}

.profile-box img {
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 2px solid steelblue;
}

.star-box {
    display: flex;
    gap: 3px;
    justify-content: left;
    margin: 5px 0px;
}

.star-box i {
    font-size: 11px;
    color: yellow;

}
.social {
    display: flex;
    gap: 30px;
}
.social i{
 font-size: 36px;
}


footer{
    background-color: rgb(36, 36, 36);
    color: white;
}

footer a{
    text-decoration: none;
    color: white;
}
footer ul{
    list-style: none;
    margin: 0px;

}









.service-circle {
    height: 100px;
    display: flex;
    align-items: center;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #043041;
  }
  .text-color{
    color: #043041;
  }
  .google-img img{
    height:70px;
  
  }
  .search-right img:nth-child(1){
   height: 30px;
  }
  .search-right img:nth-child(2){
    height: 50px;
   }
  .search-container {
    border-bottom: 1px solid gainsboro;
    padding:0px 10px;
   border-radius: 10px;
   display: flex;
   justify-content: space-between;
   align-items: center;
  
  }
  .search-container i{
    font-size:16px;
    color: rgba(128, 128, 128, 0.856);
  }
  .search-text{
    padding-top:15px;
  }
  .search-container-main{
    min-height: 360px;
    border-radius: 20px;
    border: 1px solid rgba(194, 194, 194, 0.705);
  }
  .history-box{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 15px !important;
    margin: 5px;
   
  
  }
  
  .history-box p{
    color: blue;
    font-weight: 300;
    margin:0px;
    font-size: 16px !important;
  }
  

.ca-details-box{
    display: flex;
    padding:10px;
    border-radius: 5px;
}
.ca-details-box p {
    font-size: 16px !important;
    margin: 0px;
}
.profile-img{
    height:130px;
    width: 120px !important;
}
.profile-img img{
  object-fit: contain;
  aspect-ratio: 3/2;
  width: 100%;
}
.star{
    font-size: 13px;
    text-align: left;
    margin: 0px;
    margin-left:0px;
}
.review{
    font-size: 16px;
    text-align: left;

}
.filter .item {
    background-color:white;
    padding:10px;
    border-radius: 5px;
}

.filter .item button{
    border: 2px solid #038675;
}





.logo2{
    display: none;
}




@media screen and (max-width:576px) {
    .num {
        top: -20px;
        right: 44%;
    }
    .testimonial-box{
        width: 90%;
    }

    .logo2{
        display: block;
    }
    .top-bar{
        display: none;
    }
    .filter{
        margin-top:60px;
        padding: 10px;
    }
}