.top-bar{
    background-color: #4f77e6;
    text-align: center;
    padding: 10px;
}
.top-bar p{
    font-family: 'montserratmedium';
    font-size: 12px;
    color: #fff;
}
header {
    padding: 10px 0;
    min-height: 95px;
}
.logo img {
    max-width: 135px;
}
.main__menu ul{
    justify-content: center;
}
.main__menu ul li {
    padding: 0 30px;
}
.main__menu ul li a{
    font-family: 'montserratlight';
}
.header-right-main{
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: flex-end;
}
.header-right-main a {
    font-family: 'montserratmedium';
    font-size: 18px;
    background-color: #4f77e6;
    color: #fff;
    text-decoration: none;
    padding: 8px 30px;
    transition: all 0.3s ease;
    border-radius: 35px;
    display: inline-block;
}
.search-box-main{
    max-width: 185px;
    width: 100%;
    border-radius: 35px;
    height: 50px;
    border: solid 1px #000;
    padding: 0 20px;
}
.search-box-main form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.search-box-main input{
    border: none;
    outline: none;
    width: 70%;
    font-family: 'montserratregular';
    font-size: 16px;
}
.search-box-main input::placeholder{
    color: #000;
}
.search-box-main button{
    border: 0;
    background-color: transparent;
}
#carouselExampleIndicators .carousel-item{
    height: unset;
}




.cat__fluid{
    background-image: url('../im/cat-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cat__main__heading h1{
    color: #fff;
}
.cat__mian{
    margin-bottom: 60px;
}
.cat__text {
  padding-top: 0;
}
.cat__text h1{
    color: #fff;
    font-size: 35px;
    font-family: 'Montserrat Bold';
}
.cat__text p{
    color: #fff;
    font-size: 18px;
    font-family: 'montserratregular';
    margin: 20px 0;
}
.cat__text a{
    position: unset;
}






.certi-content h2{
    font-family: 'Montserrat Bold';
    font-size: 30px;
    margin-bottom: 20px;
}
.certi-content p{
    font-family: 'montserratregular';
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.sign-main{
    background-color: #496fdc;
    padding: 80px 0 100px;
}
.sign-main h2{
    color: #fff;
}
.sign-main p{
    color: #fff;
}
.sign-main input{
    background-color: transparent;
    border: solid 2px #fff;
}
.sign-main input::placeholder{
    color: #fff;
    opacity: 1;
}
.sign-main button{
    background-color: #fff;
    color: #292929;
    font-family: 'Montserrat Bold';
}
.insta-main{
    margin-top: 50px;
}


.footer-fluid {
    background-color: #fff;
    padding: 50px 15px;
}
.footer-main ul li a {
    color: #2e2e2e;
}
.footer-main ul li {
    color: #2e2e2e;
}
.footer-main ul li p {
    color: #2e2e2e;
}
.footer-main h3 {
    color: #000;
}
.footer-end-fluid {
    background-color: #FFF;
}
.footer-end p {
    color: #2e2e2e;
    font-size: 12px;
}
#menu-open{
    background-color: transparent;
    border: none;
    outline: none;
    display: none;
}
.buttons-main {
    display: flex;
    align-items: center;
    gap: 20px;
}
.view-btn-main{
    width: 50%;
}
.view-btn-main .btn {
  border: solid 1px;
  width: 100%;
  height: 46px;
}
.sub-addtobasket {
    width: 50%;
}
.sub-addtobasket input{
    width: 100%;
}
.special img {
    height: 400px;
    object-fit: contain;
}
.special__image{
    display: inline flow-root list-item;
    list-style: none;
    width: calc(100% - 40px);
    background-color: #fff;
}










@media (max-width: 1500px){
    .header-right-main{
        gap: 10px;
    }
    .search-box-main {
        max-width: 150px;
    }
    .header-right-main a {
        font-size: 14px;
        padding: 12px 18px;
    }
}





@media (max-width: 767px){
    #menu-open{
        display: block;
    }
    .top-bar p{
        font-size: 12px;
    }
    .hidden-xs{
        display: none !important;
    }
    .cat__text{
        margin-top: 15px;
    }
    .cat__text h1{
        font-size: 20px;
    }
    .cat__text p{
        font-size: 14px;
    }
    .feature-tab a {
        font-size: 28px;
        padding: 30px 0;
    }
    .certi-content h2{
        font-size: 20px;
    }
    .sign-main input {
        width: 90%;
        margin-bottom: 10px;
    }
}