@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    font-family: "Inter", sans-serif;
}
body{
    margin-top: 80px;
}
.header {
    font-family: "Inter", sans-serif;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    border-bottom: 1px solid #F3F4F6;
    flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.9s ease;
}

.pricing {
    background: #007BFF;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    display: flex;
    width: 101.98px;
    padding: 4px 23.5px;
    align-items: flex-start;
    flex-shrink: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting{
    display: flex;
    width: max-content;
    align-items: center;
    gap: 6px;
    background: #08204e;
    color: #fff;
    padding: 5px 15px 5px 5px;
    border-radius: 8px;.
    height: 50px;
    height:50px;
}
.meeting:hover, .meeting:focus{
    color: #fff;
}
.meeting img{
    width:46px;
}
.bannerp {
    background-image: url('../../assets/images/Group 13890.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 2px #f4faf9;
}
.banner {
    /* background: linear-gradient(89.99999deg, rgba(0, 123, 255, 0.05) 0%, rgba(40, 167, 69, 0.05) 100%); */
    width: 100%;
    height: 415px;
    flex-shrink: 0;
}
.flx-hedrc{
    display: flex;
    width: 100%;
    align-items: center;
}
.flx-hedrc>div:nth-child(1){
    width: 25%;
}
.flx-hedrc>div:nth-child(2){
    display: flex;
    width: 75%;
    justify-content: center;
}
.pricing:hover, .pricing:focus{
    color: #FFFFFF !important;
    opacity: .7;
}
.mtc{
    display: flex;
    align-items: center;
    gap: 10px;
}
 .whastap{
    color: #25d366;
    position: fixed;
    z-index:99;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #40c351 !important;
        }
        .whastap img{
                width:75px !important;
            }
            .whastap span{
                    background: #40c351;
    color: #fff;
    padding: 7px 15px;
    border-radius: 31px;
    font-size: 15px;
    font-weight: 500;

            }
        @media(max-width:575px){
            .whastap img{
                width:75px !important;
            }
        }
@media(min-width:992px){
    .site-menu li a img{
        display: none;
    }
}
@media(max-width:992px){
    .site-nav-wrap li a img{
        width: 30px;
        margin-right: 6px;
    }
    .site-navbar{
        padding: 0;
    }
    .flx-hedrc{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .flx-hedrc>div:nth-child(2){
        width: 100px;
        justify-content: flex-start;
        align-items: center;
    }
    .flx-hedrc>div:nth-child(1){
        display: flex;
        width: 81%;
        justify-content: center;
    }
    .flx-hedr{
        height: 60px;
    }
    body {
        margin-top: 60px;
    }
    .abs{
        width: 100%;
    }
}
@media(max-width:575px){
    .about1p>div h1{
        margin-bottom: 0 !important;
        font-size: 24px !important;
    }
    .about1p>div p{
        font-size: 16px !important;
        line-height: normal !important;
        margin-bottom: 0 !important;
    }
}
@media(min-width:768px){
    .meeting span{
        display:block;
    }
}
@media(max-width:768px){
    .meeting span{
        display:none;
    }
    .meeting{
        padding-right:5px !important;
        background:transparent;
    }
    .mtc{
        gap:0;
    }
    .meeting img {
    width: 35px;
}
.pricing{
    width: 65.98px;
    height: 30px !important;
}
}

