body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f9f9f9;
}
img {
    max-width: 100%;
}
a{
    text-decoration: none;
}
.cpyrit {
    margin-bottom: 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
}
.title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #005A97;
}

.title span {
    font-weight: 800;
}

p {
    font-family: "Inter", sans-serif;
}
.subtitle {
    color: #67A05E;
    font-weight: bold;
}
.about-cnt {
    color: #667085;
    line-height: 33px;
}

.about-cnt.bold {
    color: #000000;
}

.about-cnt.bold span {
    font-weight: bold;
}
header {
    padding: 1% 4%;
}
.login-box {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}

.login-box a {
    background: #328F27;
    color: #ffffff;
    padding: 10px 32px;
    border-radius: 10px;
}
.accordion-button::after{
    display: none;
}
.mobile{
    display: none;
}
.accordion-item {
    margin: 18px 0;
    border-radius: 14px;
}
.accordion-button.collapsed {
    border-radius: 18px;
}
section {
    padding: 80px 0;
}
.tab-section .about-cnt {
    padding-bottom: 40px;
}
.tab-section .title span {
    display: block;
}
.accordion-body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #005A97;
}

#collapseTwo h3 {
    color: #67A05E;
}

#collapseThree h3 {
    color: #2A2876;
}

#collapseFour h3 {
    color: #698F91;
}

#collapseSix h3 {
    color: #005A97;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.why-choose {
    background-size: cover;
    background-repeat: no-repeat;
}
.icon-main {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.icon-box {
    display: flex;
    gap: 15px;
    width: 31%;
    background: #ffffff;
    align-items: center;
    padding: 12px;
    border-radius: 12px;
}
.icon-cnt h4 {
    font-size: 20px;
    font-weight: bold;
}
.icon-cnt p {
    font-size: 14px;
}
.product .title {
    color: #67A05E;
}
.titl-bx {
    display: flex;
    align-items: center;
    gap: 30px;
}
.ct-bx img {
    width: 100px;
}
.testi {
    background: #d9e6f0;
}
.testi .title {
    color: #58595B;
}
.name {
    font-weight: bold;
    font-size: 16px;
}
.desc {
    font-size: 14px;
    color: #6B7280;
}
.contt-box {
    padding-bottom: 20px;
}

.tbx {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
}
.tcn {
    width: 48%;
}
.testi-mn-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    height: 100%;
}
.pro-img {
    margin: 15px 0;
}
.submit-btn {
    background: #005A97;
    border-color: #005A97;
}
.footer-top {
    background: #2b2c31;
    color: #ffffff;
}

.footer-btm {
    background: #202025;
    color: #98A2B3;
    padding: 25px 0px 10px 0;
}
.ft-logo {
    margin-bottom: 22px;
}
.socila ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .tbx {
        padding: 20px;
    }
    .tab-section {
        padding-top: 0;
    }
    p{
        font-size: 14px;
    }
    .about-cnt {
        line-height: 25px;
    }
    .icon-box {
        width: 100%;
    }
    .logo-box {
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .login-box a {
        padding: 5px 22px;
        border-radius: 7px;
    }
    .contt-box {
        padding-top: 30px;
        text-align: center;
    }
    .footer-btm {
        text-align: center;
    }
    .socila ul {
        justify-content: center;
        margin-top: 18px;
    }
  }