@font-face {
    font-family: "Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

* {
    font-family: Regular;
}

body header .navbar {
    background-color: transparent !important;
    padding: 10px 4vw;
}

body header .navbar .navbar-nav .nav-item .nav-link {
    font-family: "SemiBold";
    color: #000000;
    font-size: 14px;
    margin: 0 10px;
}

body header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #0a9fdb;
}

body main {
    overflow: hidden;
}

body main .homepage .intro {
    min-height: 80vh;
    padding: 0 4vw;
}

@media (max-width: 768px) {
    body main .homepage .intro {
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
}

body main .homepage .intro .introText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80vh;
}

@media (max-width: 768px) {
    body main .homepage .intro .introText {
        height: auto;
    }
}

body main .homepage .intro .introText .title {
    font-family: Bold;
    font-size: 37px;

    color: #222222;
    line-height: 50px;
}

@media (max-width: 768px) {
    body main .homepage .intro .introText .title {
        font-size: 25px;
        line-height: 35px;
    }
}

body main .homepage .intro .introText .des {
    line-height: 34px;
    color: #000000;
    margin-bottom: 40px;
}

body main .homepage .intro .introText .showLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #ffffff;

    background-color: #115799 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 40px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body main .homepage .intro .introText .showLink img {
    width: 15px;
    margin-left: 20px;
}

body main .homepage .intro .introImg {
    width: 100%;
}

body main .homepage .ourServices {
    min-height: 79vh;
    background-color: #f5fefd;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5vh 4vw;
}

body main .homepage .ourServices .title {
    font-family: Bold;
    color: #e5505c;
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

body main .homepage .ourServices .des {
    font-size: 14px;
    margin-bottom: 20px;
}

body main .homepage .ourServices .serviceCard {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

body main .homepage .ourServices .serviceCard .cardTitle {
    font-family: Bold;
    font-size: 18px;
    margin-bottom: 10px;
}

body main .homepage .ourServices .serviceCard .cardImg {
    width: 100%;
    max-width: 60px;
}

body main .homepage .ourServices .serviceCard .cardDes {
    font-size: 14px;
    color: #000000;
}

body main .homepage .ourServices .pinkborder {
    padding: 30px;
    border-radius: 20px;
    border: 6px solid #ffc3d0;
}

@media (max-width: 768px) {
    body main .homepage .ourServices .pinkborder {
        padding: 10px;
        border: 6px solid #ffc3d0;
    }
}

body main .homepage .ourServices .pinkborder .authBox {
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    padding: 30px;
    width: 100%;
}

body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills .nav-item {
    width: 30%;
}

@media (max-width: 768px) {
    body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills .nav-item {
        width: 50%;
    }
}

body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills .nav-item:first-child .nav-link {
    border-right: 2px solid #eee;
}

body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills .nav-item .nav-link {
    background-color: transparent;
    color: #000000;
    font-family: Bold;
    width: 100%;
    border-radius: 0;
}

body main .homepage .ourServices .pinkborder .authBox .boxHeader .nav-pills .nav-item .nav-link.active {
    color: #79cdb6;
    border-bottom: 3px solid #79cdb6;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .loginTitle {
    text-align: center;
    margin-block: 30px;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon {
    position: relative;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon label {
    font-family: Semibold;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f5fefd;
    padding: 0 5px;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input {
    padding: 15px 20px;
    font-size: 14px;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input::-webkit-input-placeholder {
    color: #acb1c0;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input:-ms-input-placeholder {
    color: #acb1c0;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input::-ms-input-placeholder {
    color: #acb1c0;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .inputCon input::placeholder {
    color: #acb1c0;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .form-check-input {
    margin-left: 0;
    margin-right: 8px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .form-check-input:active,
body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .form-check-input:focus {
    border-color: #63b5aa;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .form-check-input:checked {
    background-color: #63b5aa;
    border-color: #63b5aa;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .form-check-label {
    font-size: 14px;
    margin-top: 6px;
    color: #000000;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .forgetPassword {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .forgetPassword a {
    color: #79cdb6;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .submitBtn {
    width: 70%;
    margin: 0 auto;
    display: block;

    background-color: #115799 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 25px;
    padding: 10px 0;
    font-size: 16px !important;
}

body main .homepage .ourServices .pinkborder .authBox .boxBody .loginForm .submitBtn img {
    width: 15px;
    margin-left: 20px;
}

body main .homepage .whyPlan {
    min-height: 100vh;
    padding: 5vh 4vw;
    background-image: url(../images/planBG.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 60%;
}

body main .homepage .whyPlan .title {
    color: #000000;
    font-family: Bold;
    text-align: center;
    font-size: 37px;
}

body main .homepage .whyPlan .planImg {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding-block: 20px;
}

body main .homepage .whyPlan .planText {
    font-family: Medium;
    font-size: 15px;
    line-height: 37px;
}

body main .sub-title {
    font-weight: bold;
    font-family: Bold;
    font-size: 37px;
    color: #222222;
    line-height: 50px;
    width: 95%;
}

@media (max-width: 768px) {
    body main .homepage .whyPlan .planText {
        margin-bottom: 50px;
    }
}

body main .homepage .whyPlan .featuresCon .featureCard {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
}

body main .homepage .whyPlan .featuresCon .featureCard img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
}

body main .homepage .whyPlan .featuresCon .featureCard .featureTitle {
    font-family: Bold;
    margin-bottom: 10px;
    font-size: 24px;
}

body main .homepage .whyPlan .featuresCon .featureCard .featureTitle.blue {
    color: #78c3ff;
}

body main .homepage .whyPlan .featuresCon .featureCard .featureTitle.purple {
    color: #bd52eb;
}

body main .homepage .whyPlan .featuresCon .featureCard .featureTitle.green {
    color: #64b6aa;
}

body main .homepage .whyPlan .featuresCon .featureCard .featureDes {
    font-size: 16px;
}

body main .homepage .pricing {
    padding: 10vh 5vw 5vh;
    min-height: 100vh;
    background-image: url(../images/priceBG.svg);
    background-repeat: no-repeat;
    background-position: center 40%;
    background-size: 100%;
}

@media (max-width: 768px) {
    body main .homepage .pricing {
        background-image: none;
    }
}

body main .homepage .pricing .title {
    font-family: Bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    text-transform: uppercase;
}

body main .homepage .pricing .priceCard {
    padding: 40px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    min-height: 70vh;
}

@media (max-width: 768px) {
    body main .homepage .pricing .priceCard {
        margin-bottom: 30px;
        min-height: auto;
    }
}

body main .homepage .pricing .priceCard.blue .cardTitle {
    color: #0a9fdb;
}

body main .homepage .pricing .priceCard.red .cardTitle {
    color: #e2252b;
}

body main .homepage .pricing .priceCard.green .cardTitle {
    color: #049486;
}

body main .homepage .pricing .priceCard .cardTitle {
    font-size: 22px;
    text-align: center;
    font-family: Bold;
    margin-bottom: 20px;
}

body main .homepage .pricing .priceCard .option {
    font-size: 13px;
    margin-bottom: 20px;
}

body main .homepage .pricing .priceCard .option img {
    margin-right: 10px;
}

body main .top-text-blue {
    font-weight: 500;
    color: #000000;
    margin: 0;
}

body main .homepage .pricing .priceCard button {
    border-radius: 44px;
    width: 100%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 30px;

    background-color: #115799 !important;
}

body main .homepage .pricing .priceCard button .actionTitle {
    color: #ffffff;
    font-size: 16px;
    margin-top: 3px;
}

body main .homepage .pricing .priceCard button .price {
    font-family: bold;
    color: #ffffff;
    font-size: 18px;
}

body main .homepage .contact {
    padding: 5vh 0 15vh;
}

body main .homepage .contact .contactBox {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    min-height: 80vh;
    padding: 50px 30px;
}

body main .homepage .contact .contactBox .contactImg {
    width: 80%;
    margin: 0 auto;
    display: block;
}

body main .homepage .contact .contactBox .contactFrom .title {
    font-family: Bold;
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: uppercase;
}

body main .homepage .contact .contactBox .contactFrom .des {
    font-size: 14px;
    margin-bottom: 40px;
}

body main .homepage .contact .contactBox .contactFrom .inputCon {
    position: relative;
    margin-bottom: 20px;
}

body main .homepage .contact .contactBox .contactFrom .inputCon img {
    position: absolute;
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    top: 15px;
    left: 20px;
}

body main .homepage .contact .contactBox .contactFrom .inputCon .contactInput {
    border: 1px solid #eee;
    width: 100%;
    padding: 15px 20px 15px 60px;
    border-radius: 6px;
    font-size: 14px;
    resize: none;
}

body main .homepage .contact .contactBox .contactFrom .inputCon .contactInput:focus {
    outline: none;
}

body main .homepage .contact .contactBox .contactFrom .submitBtn {
    width: 70%;
    margin: 0 auto;
    display: block;

    background-color: #115799 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 25px;
    padding: 10px 0;
    color: #ffffff;
}

body main .homepage .contact .contactBox .contactFrom .submitBtn img {
    width: 15px;
    margin-left: 20px;
}

body footer {
    padding: 40px 0;
    border-top: 1px solid #ccc;
}

body footer .logoFooter {
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    body footer .logoFooter {
        width: 80%;
        margin: 0 auto 30px;
        display: block;
    }
}

body footer .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    body footer .media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
}

body footer .media a {
    width: 20px;
    height: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    body footer .media a {
        margin: 0 20px;
    }
}

body footer .media a img {
    width: 100%;
    height: 100%;
}

body footer .linksCon {
    margin-top: 20px;
    margin-bottom: 50px;
}

body footer .linksCon a {
    color: #000000;
    text-decoration: none;
    margin-right: 30px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    body footer .linksCon a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}

body footer .des {
    color: #000000;
    font-size: 14px;
}

@media (max-width: 768px) {
    body footer .des {
        text-align: center;
    }
}

body footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
    body footer .contacts {
        display: block;
    }
}

body footer .contacts a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 768px) {
    body footer .contacts a {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

body footer .contacts a img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

/*# sourceMappingURL=style.css.map */
.fixed-top {
    background: white;
}
