@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
}

/* Header style start  */
.navbar {
    background: #FFFFFF;
    box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.05);
    padding: 22px auto;
}

.navbar .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar .nav-link:hover {
    color: #0B5FA3;
}

.navbar .nav-item {
    margin: auto 20px !important;
}

.btn-primary {
    background: #0B5FA3;
    border-radius: 6px;
    padding: 10px 22px;
    border: none;
    font-size: 16px;
}

.btn-primary:hover {
    background: #0B5FA3;
    border-radius: 6px;
    padding: 10px 22px;
    border: none;
}

.btn-primary:focus {
    box-shadow: none;
    background: #0B5FA3;
}


/* Header style end */

/* Hero Section Design start  */
#hero h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    padding: 0;
    color: #000000;
    margin: 0;
}

#hero p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 30px 0;
}

.orange {
    color: #EF7F1A !important;
}

.blue {
    color: #0B5FA3 !important;
}

#hero {
    margin-top: 50px;
    padding-bottom: 80px;
}

#full_header_section {
    background: url(../img/header_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Hero Section Design end */

/* benefits section start  */
#benefits {
    background: #F5F6FA;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 40px;
}

#benefits h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0B5FA3;
    margin: 0;
}

#benefits p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 20px 0 64px 0;
}

#benefits .card {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    padding: 40px;
}

#benefits .card h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin: 0;
    text-align: left;
    color: #000000;
}

#benefits .card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    opacity: 0.5;
    margin: 20px 0 0 0;
    text-align: left;

}

/* benefits section end */

/* our feature Section design start   */

#feature {
    margin: 100px 0 0 0;
}

#feature h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0B5FA3;
    margin: 0 0 20px 0;
}

#feature p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 64px;
}

#feature .card {
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
}

#feature .card_1 {
    position: relative;
}

#feature .card h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    text-align: left;
}

#feature .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}


#feature .card_1 .text {
    padding: 20px 0 20px 20px;
}

#feature .card_2 .text {
    padding: 20px;
}

#feature .card_2 {
    margin: 30px 0;
}

/* our feature Section design end  */

/* Process section design start  */
#process {
    padding-top: 100px;
    padding-bottom: 300px;
    background: #F5F6FA;
    margin-top: 120px;
}

#process h1 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0B5FA3;
    margin: 0 0 64px 0;
}

/* Process section design end */
/* call to action section design start  */
#cta {
    margin-top: -140px;
}

#cta .box {
    background-color: #0B5FA3;
    padding: 40px;
    background-image: url(../img/blue-vector.svg);
    border-radius: 40px;
    background-repeat: repeat;
    background-size: cover;
    background-position: 0;
}

#cta .box h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    padding: 0;
}

#cta .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 40px 0;
    padding: 0;
}

.orange_btn {
    background-color: #EF7F1A;
}

.orange_btn:hover {
    background-color: #EF7F1A;
}

#cta .book_call_box {
    background: white;
    border-radius: 30px;
    padding: 20px;
}

#cta .book_call_box h2 {
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 20px 0;
    color: #000000;

}

/* call to action section design end  */

/* faqs section design start  */
#faq {
    margin-top: 120px;
}

#faq .accordion-button {
    text-align: start !important;
}

#faq h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #0B5FA3;
}

#faq p {
    margin: 0 0 64px 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;

}

#faq .accordion-item {
    border: none;
    margin: 20px 0;
}

#faq .accordion-button:focus {
    box-shadow: none;
    background: #F5F6FA;
    border-radius: 10px;
    border: none;
}

#faq .accordion-button {

    background: #F5F6FA;
    border-radius: 10px;
    color: black;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/down_icon.svg) center center/cover no-repeat;
}

.accordion-button::after {
    background: url(../img/down_icon.svg) center center/cover no-repeat;
}

#faq .accordion-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

/* faqs section design end */

/* Footer Design start  */
#footer {
    background: #F5F6FA;
    padding: 100px 0 20px 0;
    margin: 120px 0 0 0;
}

#footer .icon h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    padding: 0;
    margin: 0 0 0 10px;
}

#footer .icon h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    padding: 0;
    margin: 10px 0 0 0;
}

#footer hr {
    opacity: 0.2;
    /* border: 1px solid #0B5FA3; */
    margin: 30px 0;
}

#footer .menu .nav-link {
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

#footer .menu .nav-link:hover {
    color: #ef7f1a;
}

#footer .menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#footer .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer .foter_info {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0;
}

#footer .foter_info h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

#footer .foter_info .social_icon a {
    margin: 0 10px;
}


/* Footer Design end */