
.dropdown {
    display: none;
}

.dropdown {
    position: absolute;
    width: 250px;
    display: block;
    display: none;
    top: 100%;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    border-radius: 10px;
    border-top: 4px solid #ffffff;
}

.header ul>li:hover .dropdown {
    display: block;
}

/* .header .dropdown img {
    width: 25px;
    margin-left: 45px;
    position: absolute;
    top: -16px;
} */

.header .dropdown>ul {
    margin: -5px 0 0 0;
    padding: 15px 0;
}

.header .dropdown>ul>li {
    list-style: none;
    padding: 0px;
}

.header .dropdown>ul>li {
    /* width: 50%; */
    text-transform: none;
}

.header .dropdown>ul>li>a {
    text-transform: none;
    padding: 3px 20px;
    margin: 0;
    /* width: 100%; */
    font-size: 13px;
}

.header .dropdown>ul>li>a:hover {
    color: #D52A3C !important;
}
 .dropdown ul li::after {
content: "";
position: absolute;
top: 50%;
right: 10px; /* Adjust distance from right edge */
transform: translateY(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px; /* Adjust arrow size */
border-color: #666 transparent transparent transparent; /* Adjust arrow color */
transition: all 0.3s ease; /* Smooth transition for hover effect */
opacity: 0; /* Initially hidden */
}

@media only screen and (max-width:1100px) {

.dropdown {
    display: none;
}

}

@media only screen and (max-width:860px) {

.dropdown {
    display: none;
}


}

@media only screen and (max-width:767px) {
.dropdown {
    display: none;
}

}

@media only screen and (max-width:550px) {

.dropdown {
    display: none;
}

}



@media only screen and (max-width:320px) {
.dropdown {
    display: none;
}


}



.search-button {
    padding: 6px;
    background-color: white;
    color: black;
    border-left: 1px solid black;
    border: 0px;
    border-radius: 0px 10px 10px 0px;
}

.search-input {
    width: 140px;
    height: 30px;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 10px;
    border: 0px;
}

.setmobile {
    color: black;
    font-size: clamp(1rem, 0.875rem + 0.625vw, 1.5rem);
    line-height: 1.3;
    font-weight: 700;


}

.talkexpert p {
    margin-bottom: 0;
    font-size: 12px;

}

.talkexpert h2 {
    margin-top: 0;

}


.mainheadermake {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.iconstyleforheader {
    font-size: 25px;
    margin-left: 20px;
    color: black;
    align-items: center;
}

