@media only screen and (min-width: 1565px) and (max-width: 1920px) {

}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
   .menuSec ul {
    gap: 72px;
}

.menuSec ul li a {
    font-size: 14px;
}
}
@media only screen and (min-width: 1365px) and (max-width: 1440px){
 .menuSec ul {
 
    gap: 71px;
}
.header_btn {
    margin-left: -10px;
}
.header_btn a {
    display: flex;
    justify-content: end;
    width: 193px;
    height: 60px;
    align-items: center;
    gap: 27px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fbf5f4;
    background: #ff7b5f;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1364px) {
    .menuSec ul {
    gap: 53px;
}
h1 {
    font-size: 40px;
}
.banner_sec {
    padding: 10px 20px;
}
.menuSec .container-fluid {
    padding: 0 3%;
}
.header_btn a {
    display: flex;
    justify-content: end;
    width: 176px;
    height: 56px;
    align-items: center;
    gap: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fbf5f4;
    background: #ff7b5f;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
}
.header_btn{
    text-align: start;
    margin-left: -10px;
}
.header_btn a img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px !important;
    width: 56px !important;
    background: #fff;
    padding: 21px;
    border-radius: 50px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
 


}



@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}