body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #444
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    font-family: co-headline, sans-serif;
    font-style: normal;
    font-weight: 300;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #aaa
}
a:hover {
    text-decoration: none;
}

.primary-bg {
    background: #F26722;
}

.primary-text {
    color: #F26722;
}

.gradient {
    background: -webkit-linear-gradient(left, #F37333, #0D5CA3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-head {
    background-color: #609AD3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
    background-color: transparent !important;
}

.formpad {
    padding: 25px 35px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.btnR {
    background-color: #0D5CA3;
    display: inline-block;
    text-align: center;
    padding: .8rem 2.7rem;
    border-radius: 0.5rem;
    border: 1px solid #0D5CA3;
    border-width: 1px 1px 2px;
    font-size: 22px;
    color: white;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 1rem auto;
}

.bg-secondary {
    background-image: url(../assets/images/bg-line.jpg);
    background-size: cover;
}

.slim {
    padding-top: 35px;
    padding-bottom: 35px;
}

.bg-primary {
    background-image: url(../assets/images/bg-line2.jpg);
    background-size: cover;
}

.box {
    padding: 20px 20px;
    border-radius: 0.5rem;
    box-shadow: 0px 7px 7px -5px #00000040;
    min-height: 25.5rem;
}

.hrw {
    width: 100px;
    margin: 20px auto;
    height: 5px;
    background: white;
    border: none;
}

.h3 {
    font-size: 24px;
}

.h5 {
    font-size: 16px;
}

.h4 {
    font-size: 18px;
}

.h2,
.h3,
.h4,
.h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.42857143;
}

.accordion {
    padding: 0px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
}

.faqheading {
    border: 1px solid;
    border-radius: 10px;
    padding: 15px 35px 15px 10px;
    cursor: pointer;
}

footer {
    background-color: #2f2b46;
    color: #fff;
    padding-top: 40px;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 6vw;
    }
    .mobcenter {
        text-align: center;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .h2 {
        font-size: 6vw;
    }
    .btnR {
        font-size: 18px;
        padding: .5rem 1.2rem;
    }
    .faqheading {
        font-size: 5vw;
    }
    .box {
        min-height: 15rem;
    }
    @media (max-width: 576px) {}
}