body,
html {
    overflow-x: hidden
}

.header a,
.header img,
.main {
    display: block;
}

#section-benefits,
#section-faq,
#section-features,
#section-price {
    padding: 80px 0;
    border-bottom: 3px solid #ca202f
}

#section-banner,
#section-contact,
#section-features {
    border-bottom: 3px solid #ca202f
}

*,
::after,
::before {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Anek Telugu', sans-serif;
    box-sizing: border-box;
}

.main {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px
}

.heading-secondary,
.section-banner__text-box h1 {
    margin-bottom: 20px
}

.footer-social li a,
a {
    text-decoration: none
}

.heading-secondary {
    font-size: 28px;
    color: #000;
    text-align: center
}

.heading-secondary--sub {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.heading-tertiary {
    color: #000;
    font-size: 20px
}

.margin-top-medium {
    margin-top: 20px
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 120px;
    height: 96px;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .02)
}

.header img {
    height: 35px;
}

.footer-social,
.header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between
}

.header-nav-list li:not(:last-child) {
    margin-right: 30px
}

.header-nav-list li a:link,
.header-nav-list li a:visited {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    color: #333;
    font-weight: 500;
    transition: .3s;
    text-transform: uppercase;
}

.header-nav-list li a:active,
.header-nav-list li a:hover {
    color: #1c6bb1
}

.btn-mobile-nav {
    border: none;
    background: 0 0;
    cursor: pointer;
    display: none
}

.icon-mobile-nav {
    height: 40px;
    width: 40px;
    color: #333
}

.icon-mobile-nav[name=close-outline] {
    display: none
}

.sticky .header {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .03)
}

.sticky #section-banner {
    margin-top: 96px
}

.section-banner__box {
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-banner__left {
    width: 60%
}

.section-banner__img-box img {
    height: 65px;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    color: #333
}

.heading-primary {
    font-size: 30px;
    color: #000
}

.section-banner__right {
    width: 35%
}

.section-banner__right img {
    height: 400px
}

.btn-get-started,
.btn-get-started:link,
.btn-get-started:visited {
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 3px;
    display: inline-block;
    transition: .2s;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background-color: #1e73be;
    color: #fff
}

.btn-get-started:active,
.btn-get-started:focus,
.btn-get-started:hover {
    outline: 0;
    box-shadow: 0 .5rem 1rem rbga(#000, .2)
}

#section-features {
    background-color: #f4f7fe
}

.border-line {
    width: 90px;
    height: 2px;
    background-color: #1e73be;
    margin: 0 auto 20px
}

.section-features__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0
}

.section-features__item-icon-box {
    margin-right: 25px
}

.section-features__item-icon-box img {
    height: 25px
}

.section-features__item {
    width: 45%;
    display: flex
}

.section-features-item__text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section-features-item__text-box p {
    width: 100%
}

.paragraph {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    width: 70%;
    margin: 0 auto 30px
}

.icon-box__item,
.item-box {
    width: 30%;
    border-radius: 10px;
    transition: .4s
}

.section-description {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.icon-box {
    max-width: 900px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.icon-box__item {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff
}

.contact-item,
.item-box {
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    display: flex
}

.icon-box__item:hover,
.item-box:hover {
    transform: translateY(-5px);
    border-bottom: 3px solid #1e73be
}

.icon-box__item img {
    height: 50px;
    margin-bottom: 10px
}

.icon-box__item h4 {
    color: #000;
    font-size: 18px;
    line-height: 26px
}

.icon-box__item p {
    font-size: 14px;
    color: #222;
    line-height: 25px
}

.section-description-secondary {
    text-align: center;
    color: #000;
    font-size: 16px
}

.section-price__box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.item-box {
    background-color: #f8f8f8;
    margin: 0 10px 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: baseline;
    border-bottom: 3px solid #f8f8f8
}

.item-box__heading h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 30px 0;
    text-align: center
}

.item-box__textbox {
    background-color: #fff;
    padding: 25px 0
}

.item-box__price {
    text-align: center;
    color: #3b73be
}

.item-box__price h6 {
    font-size: 17px;
    color: #333;
    font-weight: 400
}

.item-box__price h5 {
    font-size: 32px;
    margin-bottom: 15px
}

.footer-text p,
.item-box__price sup {
    margin: 0;
    padding: 0
}

.item-box__price h5 span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.item-price__text {
    padding: 0 15px
}

.item-price__text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center
}

.item-price__text ul li {
    line-height: 20px;
    font-size: 15px
}

.item-price__text ul li:not(:last-child) {
    margin-bottom: 15px
}

.item-button {
    text-align: center;
    padding: 30px 0
}

.section-plans {
    border: 1px solid #000
}

.accordion {
    padding: 50px 0
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: 1px solid #e5e5e5
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #000
}

.accordion a:hover::after {
    border: 1px solid #ddd
}

.accordion a.active {
    color: #000;
    border-bottom: 1px solid #f7f7f7
}

.accordion a::after {
    font-family: Ionicons;
    content: '\f218';
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 14px;
    color: #7288a2;
    padding: 3px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center
}

.accordion a.active::after {
    font-family: Ionicons;
    content: '\f209';
    color: #000;
    border: 1px solid #ff5353
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: .2s .15s;
    -o-transition: .2s .15s;
    transition: .2s .15s
}

.accordion .content p {
    font-size: 1rem;
    font-weight: 300;
    color: #000
}

.accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: .35s .15s;
    -o-transition: .35s .15s;
    transition: .35s .15s
}

#section-contact {
    padding: 80px 0 100px
}

.section-contact {
    text-align: center
}

.contact-items-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto
}

.contact-item {
    flex: 1;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 35px;
    margin-top: 10px
}

.contact-item-icon-box {
    margin-right: 10px;
    font-size: 20px
}

.contact-item-icon-box i {
    font-size: 24px;
    margin-right: 10px
}

.contact-item-text-box {
    font-size: 16px;
    font-weight: 500
}

.contact-item-text-box p {
    margin: 0 0 10px;
    padding: 0
}

.footer {
    padding: 40px 0;
    background-color: #f4f7fe
}

.footer-box {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 15px
}

.footer-text {
    display: flex;
    align-items: center
}

.text-link:link,
.text-link:visited {
    text-decoration: none;
    color: #000;
    font-weight: 500
}

.text-link:active,
.text-link:hover {
    text-decoration: underline
}

.footer-social li:not(:last-child) {
    margin-right: 5px
}

.footer-social li a i {
    font-size: 20px;
    padding: 10px;
    color: #1e73be;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #eff7f8;
    transition: .4s
}

.footer-social li a i:hover {
    background-color: #1e73be;
    color: #fff
}