:root {
    --first-color: #1e3fab;
    --second-color: #c3e4e4;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

h4.logo-text {
    font-size: 37px;
    color: var(--first-color);
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 0px;
}

.f-logo {
    margin-bottom: 20px;
}

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--first-color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: var(--first-color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--first-color)
}

.text-first {
    color: var(--first-color)!important;
}

.bg-first {
    background: var(--first-color) !important;
}

.bg-success {
    background: #7ED321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--first-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-secondary {
    background: var(--second-color);
    color: #000;
}

.label-info {
    background: #50E3C2;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--first-color);
    color: var(--first-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--first-color);
    color: #fff;
}

.btn-active {
    background: #38a638;
    color: #fff;
}

.btn-inactive {
    background: #778899;
    color: #fff;
}


/* header */

.header {
    position: relative;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
    background: #ffff;
    top: 0;
    z-index: 3;
    transition: 0.5s;
    width: 100%;
}

.header-menu {
    text-align: right;
}

.header-menu ul.menu-list {
    margin-bottom: 0px;
    padding-left: 0px;
}

.header-menu ul.menu-list li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.header .logo-div img {
    margin-top: 4px;
    width: 128px;
    margin-bottom: 8px;
}

ul.sub-menu {
    position: absolute;
    top: 78px;
    left: 0;
    line-height: 40px;
    background: #3E8DA8;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    border-radius: 0 0 4px 4px;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.header-menu ul.menu-list li a {
    text-decoration: none;
    color: var(--first-color);
    font-weight: 500;
    font-size: 1.125rem;
    padding: 26px 12px;
    transition: all 0.3s;
    text-transform: capitalize;
    position: relative;
    display: block;
}

.header-menu ul.menu-list li a i {
    font-size: 14px;
    top: 0px;
    position: relative;
}

.btn {
    background: var(--first-color);
    padding: 6px 24px!important;
    color: #fff!important;
    border-radius: 30px;
}

.btn.with-icon {
    width: 154px;
    position: relative!important;
    display: inline-block;
    border-radius: 30px;
    background-color: #cfe3ea !important;
    color: var(--first-color)!important;
    text-align: center;
    font-size: 18px!important;
    padding: 9px 0!important;
    transition: all 0.3s!important;
    padding-right: 40px!important;
    margin: 20px 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
    margin: 0;
}

.btn.with-icon .btn-name {
    position: relative;
    z-index: 9999;
}

.btn-icon {
    width: 51px;
    height: 45px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
    background: var(--first-color);
}

.btn-icon i {
    position: absolute!important;
    right: 15px;
    top: 6px!important;
    color: #fff;
    font-size: 21px!important;
}

.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-right: 19px solid transparent;
    position: absolute;
    top: 0px;
    left: -1px;
}

.btn1.with-icon:hover {
    color: #fff!important;
}

.btn1.with-icon:hover .btn-icon {
    width: 100%!important;
    border-radius: 30px;
}

.btn1.with-icon:hover .btn-icon::after {
    content: none;
}

.header-menu ul.menu-list li:hover ul.sub-menu {
    display: block;
}

.header-menu ul.menu-list li ul.sub-menu li {
    list-style: none;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #ecf3fa;
    position: relative;
}

.header-menu ul.menu-list li ul.sub-menu li a {
    text-decoration: none;
    white-space: nowrap;
    padding: 1px 50px 1px 24px;
    text-align: left;
    font-size: 15px;
    width: 100%;
    background: #fff;
    display: block;
}

.header-menu ul.menu-list li ul.sub-menu li a:hover {
    background: var(--second-color);
}


/* */

.banner-img {
    padding: 144px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    padding: 23px 0;
}

.banner-content .text-highlight span {
    font-size: 47px;
    font-weight: 700;
    color: var(--first-color);
    margin-bottom: 26px;
    display: block;
}

.banner-content p {
    color: #5b5b5ec2;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 26px;
}

.banner-section ul.slick-dots {
    display: none!important;
}


/* slick arrow */

.slick-arrow {
    border: none;
    background: transparent;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
}

.slick-arrow i {
    font-size: 31px;
    color: var(--first-color);
    line-height: 0px;
}

.PrevArrow.slick-arrow {
    left: 33px;
}

.NextArrow.slick-arrow {
    right: 33px;
    left: unset;
}


/* */

.btn.with-icon.btn-lg.sucess {
    background-color: #c3ffd1 !important;
    color: #28a745 !important;
}

.btn.with-icon.btn-lg.sucess .btn-icon {
    background: #28a745 !important;
}

.btn.with-icon.btn-lg {
    width: 200px;
    font-weight: 600;
    padding-right: 53px !important;
}

.btn.with-icon.btn-lg .btn-icon::after {
    border-top: 45px solid transparent;
}

.btn.with-icon.btn-lg .btn-icon i {
    top: 7px !important;
}

.btn.with-icon.btn-lg:hover {
    color: #fff !important;
}

.btn.with-icon.btn-lg .btn-icon {
    width: 51px;
}

.banner-content p.sub-text {
    margin-bottom: 32px;
}

.banner-content p.sub-text span {
    font-size: 25px;
    color: var(--first-color);
    position: relative;
}

.default-padding {
    padding: 70px 0;
    position: relative;
}

.section-heading h4 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--first-color);
    text-transform: uppercase;
}

.about-inner p {
    font-size: 18px;
    text-align: justify;
    color: #5b5b5eeb;
}

.service-tags .service-tag {
    display: inline-block;
    background: #dce8ff;
    color: var(--first-color);
    padding: 9px 19px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 7px;
}

.service-tags {
    margin-top: 20px;
}

.service-tags h6 {
    color: var(--first-color);
    font-size: 22px;
    margin-bottom: 14px;
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join-us.bg-img {
    padding: 60px 0;
    background-position: bottom;
}

.text-right {
    text-align: right!important;
}

.join-us h4 {
    color: #fff;
    font-size: 39px;
    margin-bottom: 13px;
}

.join-us p {
    margin-bottom: 0px;
    color: #ffff;
    font-size: 19px;
}

.service-tags .service-tag:hover {
    transition: .3s;
    color: #dce8ff;
    background: var(--first-color);
}

.section-heading p {
    font-size: 18px;
    color: #5b5b5eeb;
    margin-top: -17px;
}

.service-box {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.service-box img {
    max-width: 45px;
}

.service-box .service-desc h4 {
    margin-bottom: 0px;
    font-size: 17px;
    color: var(--first-color);
    font-weight: 600;
}

.service-box .service-desc {
    padding: 0 0px;
    margin-top: 4px;
}

.service-box .service-icon {
    width: max-content;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 14px 17px;
    border-radius: 50%;
}

.service-box:hover {
    transition: .3s;
    background: var(--first-color);
}

.service-box:hover .service-desc h4 {
    color: #fff;
}

.service-box:hover .service-icon {
    background: #fff;
}

.section-heading.with-p p {
    font-size: 17px;
    color: #5b5b5eeb;
    margin-top: 0;
    margin-bottom: 20px;
}

.section-heading.with-p h4 {
    margin-bottom: 5px;
}

.service-content .list.active {
    display: block;
}

.service-content .list.hide {
    display: none;
}

ul.service-tab {
    padding: 16px 10px 0px 10px;
    border-radius: 4px;
    border-bottom: 3px solid #28a745;
    background: #c3ffd1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: auto;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-bottom: 0px;
}

.service-content {
    border: 2px solid #c3ffd1;
    padding: 20px 21px 7px 21px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none!important;
    top: -1px;
    position: relative;
}

ul.service-tab li.clickme {
    list-style: none;
    display: inline-block;
}

ul.service-tab li.clickme a {
    display: block;
    padding: 7px 29px;
    background: #fff;
    color: #28a745;
    border-top-left-radius: 10px;
    line-height: 21px;
    border-top-right-radius: 10px;
    margin-right: 6px;
}

ul.service-tab li.clickme a.activelink {
    background: #28a745;
    color: #fff;
}

.ser-desc p {
    font-size: 18px;
    text-align: justify;
    color: #5b5b5eeb;
}

ul.service-desc-list {
    padding-left: 0px;
    margin-bottom: 18px;
}

ul.service-desc-list li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 8px;
    color: #28a745;
    font-weight: 600;
}

ul.service-desc-list li i {
    color: #28a745;
    font-size: 20px;
    line-height: 0px;
    margin-right: 7px;
}

.btn.with-icon.btn-lg.become {
    width: 293px;
    padding-right: 42px !important;
}

.bg-light1 {
    background: #f0f3ff8f;
}

.p-rel {
    position: relative;
}

.shape-img {
    position: absolute;
    z-index: -1;
    height: auto;
    width: 100%;
    opacity: .5;
    right: 0;
}

.bg-dark1 {
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
}

.ser-desc.bg-dark1 .section-heading.with-p h4 {
    color: #fff;
}

.ser-desc.bg-dark1 p {
    color: #f0f0f0;
}

.ser-desc.bg-dark1 ul.service-desc-list li i {
    color: #e1e1e1;
}

.ser-desc.bg-dark1 ul.service-desc-list li {
    color: #e1e1e1;
}

.br-10 {
    border-radius: 10px!important;
}

.testimonial-box {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background: #ffffff;
    height: auto;
    padding: 30px 30px;
    margin: 18px 12px;
}

.testimonial-box .rating i {
    color: #ffb32b;
}

p.review {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 17px;
    text-align: center;
}

.customer-details {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 12px;
}

.customer-details img.customer-img {
    border-radius: 50%;
    width: 62px;
    border: 2px solid #10101021;
}

.customer-details p.customer-name {
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
    color: var(--first-color);
    margin-bottom: -5px;
}

.customer-details p.designation {
    margin-left: 15px;
    font-size: 16px;
    margin-bottom: 0px;
}

.rating {
    text-align: center;
}

.testimonial-slider .slick-arrow {
    right: 0;
    top: -57px;
}

.testimonial-slider .PrevArrow.slick-arrow {
    right: 43px;
    left: unset;
}

.join-benefit {
    position: relative;
}

.join-benefit::before {
    content: '';
    background-image: url('../image/bg1.jpg');
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    z-index: -1;
    top: 0;
    opacity: .9;
}

.bene-box {
    background: #fff;
    position: relative;
    text-align: center;
    padding: 25px 28px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.bene-box img {
    width: 60px;
}

.bene-box h4 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    color: #28a745;
}

.bene-box p {
    margin-bottom: 0px;
    font-size: 15px;
}

footer {
    padding-top: 70px;
    padding-bottom: 50px;
    border-top: 1px solid #e5e7eb;
}

.f-logo img {
    width: 185px;
}

ul.footer-list {
    padding: 0;
    margin-bottom: 19px;
}

ul.footer-list li {
    list-style: none;
    margin-bottom: 7px;
}

ul.footer-list li a {
    display: flex;
    align-items: center;
}

ul.footer-list li a i {
    margin-right: 6px;
    font-size: 17px;
    color: var(--first-color);
}

ul.footer-list li a span {
    color: #5b5b5eeb;
    font-weight: 500;
}

ul.social-media {
    margin: 0;
    padding-left: 0px;
}

ul.social-media li {
    list-style: none;
    display: inline-block;
}

ul.social-media li a i {
    font-size: 13px;
    margin-right: 2px;
    background: #c3ffd1;
    color: #28a745;
    padding: 6px 8px 6px 8px;
    border-radius: 50%;
}

ul.social-media li a i:hover {
    transition: .3s;
    background: var(--first-color);
    color: #fff;
}

.footer-col h4.col-heading {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--first-color);
}

.footer-col ul.col-list {
    padding-left: 18px;
}

.footer-col ul.col-list li {
    list-style: none;
    margin-bottom: 2px;
    position: relative;
}

.footer-col ul.col-list li a {
    font-size: 15px;
    color: #5b5b5eeb;
}

.footer-col ul.col-list li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #1e3fab;
    position: absolute;
    left: -17px;
    top: 8px;
    border-radius: 50%;
}

.footer-col ul.col-list li a:hover {
    color: var(--first-color);
}

p.news-p {
    font-size: 15px;
}

.news-form {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.news-form .form-control {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    border-radius: 30px;
    padding-right: 50px;
}

.btn.send {
    top: 6px;
    position: absolute;
    right: 9px;
    z-index: 1;
    padding: 6px 10px !important;
}

p.privacy-policy {
    text-align: left;
    font-size: 13px;
}

p.privacy-policy a {
    color: #5b5b5eeb;
    font-weight: 500;
}

.copyright {
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    padding: 10px 0;
}

.copyright p {
    margin-bottom: 0px;
    color: #ffff;
    font-weight: 500;
}

.copyright p a {
    color: #cfe3ea;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--first-color);
}

.counter-box {
    text-align: center;
    margin-top: 17px;
}

.counter-box .c-icon {
    margin: 0 auto;
}

.counter-box .c-icon img {
    width: 65px;
    margin-bottom: 15px;
}

h2.counter-card_number {
    color: var(--first-color);
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 0px;
}

.counter-box .counter-card_text {
    font-size: 19px;
}

.counter-section {
    background-color: #cfe3ea;
}

.benefit-box ul {
    padding: 0;
}

.benefit-box ul li {
    color: #0125a5;
    list-style: none;
    margin-bottom: 9px;
    padding-left: 20px;
    position: relative;
}

.benefit-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: var(--first-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.benefit-box {
    padding: 40px 50px 100px 50px;
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border-radius: 15px;
    background: #eef2ff;
    position: relative;
}

.benefit-box h4 {
    color: var(--first-color);
    margin-bottom: 12px;
}

.benefit-box img {
    position: absolute;
    max-width: 119px;
    bottom: 0;
    padding: 28px 10px 10px 25px;
    border-top-left-radius: 53px;
    right: 0;
    background: #ffff;
}

.benefit-box.dark {
    background-image: url('../image/bg2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit-box.dark h4 {
    color: #fff;
}

.benefit-box.dark p {
    color: #fff;
}

.benefit-box.dark ul li {
    color: #e1e1e1;
}

.benefit-box.dark ul li::before {
    background-color: #e1e1e1;
}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}


/* slick dots*/

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--second-color);
    border: 1px solid var(--second-color);
    background: var(--second-color);
}


/* login page */

.login-page .banner-slider .slick-arrow {
    display: none!important;
}

.login-page .slick-slide img {
    display: block;
    height: 800px;
    width: 100%;
}

.login-page {
    position: relative;
    height: 800px;
}

.logo-top img {
    width: 130px;
}

.logo-top {
    position: absolute;
    max-width: 320px;
    top: 0;
    left: 0;
    z-index: 9;
    padding-right: 24px;
    padding-top: 16px;
    padding-left: 20px;
    border-bottom-right-radius: 41px;
    padding-bottom: 19px;
    background: #ffff;
}

.login-form {
    max-width: 600px;
    padding: 49px 40px;
    border-radius: 14px;
    position: absolute;
    z-index: 99;
    text-align: left;
    top: 26%;
    right: 14%;
    background: #fff;
}

.login-page .banner-slider:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: #00000029;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 250ms;
}

.login-page .btn.btn2 {
    margin-top: 17px;
    padding: 10px 24px !important;
}

.login-page .btn.btn2:hover {
    background: #013cfa;
    transition: .3s;
}

.banner-slider {
    position: relative;
}

.login-form h4.form-title {
    color: var(--first-color);
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: #1d212f;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
}

.input-group span.form-icon {
    height: 46px;
    line-height: 1.25;
    border-color: #e9edf6;
    border-radius: 8px 0px 0 8px;
    background: #e9edf6;
    border-right: none !important;
    padding: 10px 11px;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.input-group .form-control {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-left: none;
    border-color: #e9edf6;
    border-radius: 10px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: none;
    border-bottom-right-radius: none;
}

.input-password {
    color: var(--first-color);
    top: 13px;
    position: absolute;
    right: 12px;
    z-index: 4;
}


/* abt page */

.breadcrumb {
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    padding: 20px 0;
    margin-bottom: 0px;
}

.breadcrumb .inner-title h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    line-height: 22px;
}

.breadcrumb .inner-title ul {
    padding: 0;
    margin: 0;
}

.breadcrumb .inner-title ul li {
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.breadcrumb .inner-title ul li a {
    color: var(--second-color);
    position: relative;
    margin-right: 22px;
}

.breadcrumb .inner-title ul li a:before {
    content: '/';
    position: absolute;
    right: -18px;
}

.contact-div {
    display: flex;
}

.contact-div .contact-form {
    width: 60%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 40px 50px;
}

.contact-div .contact-details {
    width: 40%;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    padding: 40px 40px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.contact-div .contact-form h4 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--first-color);
}

.form-group .form-control {
    padding: 10px 15px;
}

.detail-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.detail-box .icon {
    background: #fff;
    padding: 7px 12px;
    border-radius: 50%;
    margin-right: 15px;
}

.detail-box .icon i {
    font-size: 19px;
}

.detail-box .text-details h4 {
    color: #e9e9e9;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.detail-box .text-details a {
    color: #e9e9e9;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.col-heading span.list-arrow {
    display: none;
}

.about-dets .section-heading h4 {
    margin-bottom: 16px;
}

.about-dets .cric-heading {
    font-size: 23px;
    color: #ecc21a;
    margin-bottom: 20px;
}

.about-dets p {
    font-size: 18px;
    text-align: justify;
    color: #5b5b5eeb;
}

.about-dets .abt2 {
    max-width: unset;
    width: unset;
    margin-left: -290px;
}

.ml-50 {
    margin-left: 50px!important;
}

.payment-bene .bane-heading-box {
    text-align: center;
}

.default-padding.payment-bene.bg-img {
    padding-top: 100px;
    padding-bottom: 200px;
}

.payment-bene .bane-heading-box h6 {
    color: var(--second-color);
    font-size: 24px;
}

h4.main-heading {}

.payment-bene .bane-heading-box h4.main-heading {
    color: #379acc;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 25px;
}

.payment-bene .bane-heading-box p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0px;
}

section.payment-box {
    margin-top: -147px;
    z-index: 11111;
    position: relative;
}

.payment-box .pay-box {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 3.464px 24px 0px rgba(106, 105, 194, 0.25);
    text-align: center;
    padding: 44px 29px 48px;
    margin-bottom: 20px;
}

.payment-box .pay-box h5 {
    font-size: 24px;
    margin: 19px 0 15px;
    color: var(--first-color);
    font-weight: 600;
}

.payment-box .pay-box p {
    margin-bottom: 0px;
    font-size: 16px;
}

.how-works .section-heading h6 {
    color: #3a98cb;
    font-size: 20px;
    margin-bottom: 18px;
}

.how-works .section-heading {
    margin-bottom: 45px;
}

.works-box {
    position: relative;
    margin-bottom: 25px;
}

.works-box h5 {
    font-size: 24px;
    margin: 19px 0 15px;
    color: var(--first-color);
    font-weight: 600;
}

.works-box p {
    font-size: 17px;
    line-height: 30px;
    color: #5b5b5eeb;
}

.works-box:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 104px;
    height: 15px;
    right: calc(-17% - 10px);
    top: calc(35% - 20px);
}

.works-box.first:after {
    background-image: url('../image/work-arrow1.png');
}

.works-box.second:after {
    background-image: url('../image/work-arrow2.png');
    top: calc(30% - 20px);
}

.works-box.third:after {
    background-image: url('../image/work-arrow1.png');
}

.services-box {
    padding: 30px 0px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.services-box.bg1::before {
    content: '';
    background: var(--first-color);
    position: absolute;
    width: 126.6%;
    height: 100%;
    left: -24%;
    top: 0px;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-info {
    text-align: left;
}

.service-info h4.service-name {
    font-size: 33px;
    color: var(--first-color);
    margin-bottom: 16px;
}

.service-info p.service-desc {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 30px;
    color: #5b5b5eeb;
}

.service-info.color-white h4.service-name {
    color: #fff;
}

.service-info.color-white p.service-desc {
    color: #f2f3fa;
}

.ser-img img {
    border-radius: 10px;
}

.contract-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--first-color);
    text-transform: uppercase;
}

.contract-page p {
    text-align: justify;
    font-size: 17px;
    color: #60697b;
}

.contract-page ul li {
    list-style: none;
    color: #60697b;
    text-align: justify;
    font-size: 17px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1366px) {
    .banner-content .text-highlight span {
        font-size: 41px;
    }
    .banner-img {
        padding: 105px 0;
    }
    .header-menu ul.menu-list li a {
        font-size: 15px;
        padding: 24px 9px;
    }
    .header-menu ul.menu-list li a i {
        font-size: 11px;
        top: 0px;
    }
    ul.sub-menu {
        top: 72px;
    }
    .header-menu ul.menu-list li ul.sub-menu li a {
        line-height: 38px;
        padding: 1px 42px 1px 24px;
    }
    .service-tags .service-tag {
        padding: 8px 15px;
        font-size: 14px;
    }
    .about-inner p {
        font-size: 16px;
    }
    .section-heading h4 {
        font-size: 32px;
    }
    .default-padding {
        padding: 60px 0;
    }
    h2.counter-card_number {
        font-size: 33px;
    }
    .join-us h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .join-us p {
        font-size: 16px;
    }
    .join-us.bg-img {
        padding: 50px 0;
    }
    ul.service-tab li.clickme a {
        font-size: 14px;
        padding: 6px 24px;
    }
    ul.service-tab {
        padding: 13px 0 0px 0px;
    }
    .service-box {
        padding: 18px 12px;
    }
    .service-box .service-desc h4 {
        font-size: 15px;
    }
    .benefit-box {
        padding: 40px 40px 100px 40px;
    }
    .benefit-box img {
        max-width: 101px;
        padding: 23px 10px 10px 20px;
    }
    .bene-box {
        padding: 25px 19px;
    }
    .contract-page h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .contract-page p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .header-inner {
        padding: 9px 0;
    }
    .header .logo-div img {
        margin-top: 0;
        width: 87px;
        margin-bottom: 0;
    }
    /* header */
    .toggle-menu {
        display: block;
        float: right;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .header-inner .header-menu {
        display: none;
    }
    body.mobile-menu .header-menu {
        display: block !important;
        overflow-y: auto;
    }
    .header-menu {
        left: -100%;
        top: 0px;
        position: fixed;
        width: calc(100% - 60px);
        max-width: 341px;
        height: 100% !important;
        background: var(--first-color);
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 999;
    }
    .header-menu ul.menu-list li {
        display: block;
    }
    .header-menu ul.menu-list li a {
        font-size: 19px;
        padding: 14px 0;
        line-height: 16px;
        color: #fff;
        text-align: left;
    }
    .btn.with-icon {
        line-height: 27px!important;
        padding: 9px 20px !important;
        font-size: 16px!important;
    }
    .header-menu ul.menu-list li.lofin-btn {
        margin-top: 20px;
    }
    .header-menu ul.menu-list li a.has-child i.arrow {
        position: absolute;
        right: 0;
        top: 19px;
    }
    .header-menu li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        background: transparent;
    }
    .header-menu ul.menu-list li ul.sub-menu li {
        border-bottom: none;
    }
    .header-menu ul.menu-list li ul.sub-menu li a {
        line-height: 38px;
        padding: 1px 42px 1px 24px;
        color: #fff;
        background: #ffffff24;
        border-bottom: none;
    }
    .header-menu ul.menu-list li ul.sub-menu li a:hover {
        background: var(--second-color);
        color: var(--first-color);
    }
    /* */
    .banner-content .text-highlight span {
        font-size: 30px;
    }
    .banner-content p {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .banner-img {
        padding: 56px 0;
        background-position: left;
    }
    .banner-slider .slick-arrow {
        display: none!important;
    }
    .header-menu ul.menu-list li a i {
        font-size: 11px;
        top: 0px;
    }
    .btn.with-icon.btn-lg {
        width: 172px;
        padding-right: 53px !important;
    }
    .btn-icon i {
        font-size: 19px!important;
    }
    .btn.with-icon.btn-lg .btn-icon i {
        top: 10px !important;
    }
    .btn.with-icon.btn-lg .btn-icon {
        width: 45px;
    }
    .btn-icon {
        width: 45px;
    }
    .btn-icon i {
        top: 7px!important;
    }
    /**/
    ul.sub-menu {
        top: 72px;
    }
    .service-tags .service-tag {
        padding: 8px 15px;
        font-size: 14px;
    }
    .about-inner p {
        font-size: 14px;
    }
    .section-heading h4 {
        font-size: 29px;
    }
    .counter-box {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .default-padding {
        padding: 45px 0;
    }
    h2.counter-card_number {
        font-size: 27px;
    }
    .counter-box .counter-card_text {
        font-size: 15px;
    }
    .counter-section .col-lg-3.col-6:nth-child(4) .counter-box,
    .counter-section .col-lg-3.col-6:nth-child(5) .counter-box {
        margin-bottom: 0px;
    }
    .join-us h4 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .join-us p {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .join-us.bg-img {
        padding: 50px 0;
    }
    ul.service-tab li.clickme {
        margin-bottom: 7px;
    }
    ul.service-tab li.clickme a {
        font-size: 14px;
        padding: 5px 14px;
        border-radius: 5px !important;
        margin-right: 3px;
    }
    ul.service-tab {
        padding: 13px 0 0px 0px;
    }
    .service-box {
        padding: 11px 6px;
    }
    .service-box img {
        max-width: 40px;
    }
    .service-box .service-icon {
        padding: 11px 11px;
    }
    .service-box .service-desc {
        padding: 0 0px;
        margin-top: 5px;
    }
    .service-box .service-desc h4 {
        font-size: 13px;
    }
    .section-heading.with-p p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .benefit-box {
        padding: 30px 30px 80px 30px;
        margin-bottom: 25px;
    }
    .benefit-box img {
        max-width: 90px;
        padding: 23px 10px 10px 20px;
    }
    .bene-box {
        padding: 17px 21px;
        margin-bottom: 20px;
    }
    .bene-box img {
        width: 50px;
    }
    .banner-img {
        padding: 56px 0px;
    }
    .ser-desc p {
        font-size: 13px;
    }
    ul.service-desc-list li {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
    }
    ul.service-desc-list li i {
        font-size: 16px;
        line-height: 22px;
        margin-right: 6px;
    }
    .btn.with-icon.btn-lg.become {
        width: 260px;
        padding-right: 54px !important;
    }
    .ser-desc.bg-dark1 .section-heading {
        margin-top: 20px;
    }
    .benefit-box h4 {
        font-size: 22px;
    }
    .benefit-box p {
        font-size: 13px;
    }
    .benefit-box ul li {
        font-size: 13px;
    }
    .benefit-box ul li:before {
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
    }
    .benefit-box ul li {
        padding-left: 14px;
    }
    .testimonial-slider .slick-arrow {
        display: none !important;
    }
    .footer-col {
        margin-bottom: 30px;
    }
    footer {
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .copyright p {
        font-size: 13px;
    }
    .mb-text-center {
        text-align: center!important;
    }
    /* login form */
    .login-form {
        top: 24%;
        margin: 0 13px;
        right: 0;
        padding: 34px 19px;
    }
    .login-page .logo-top {
        padding-right: 19px;
        border-bottom-right-radius: 26px;
        padding-bottom: 11px;
        max-width: 159px;
        padding-top: 10px;
    }
    .login-page .logo-top img {
        width: 118px;
    }
    .login-form h4.form-title {
        margin-bottom: 18px;
        font-size: 30px;
    }
    .contact-div {
        display: block;
    }
    .contact-div .contact-form {
        width: 100%;
        padding: 30px 30px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact-div .contact-details {
        width: 100%;
        padding: 30px 30px;
    }
    .detail-box .text-details a {
        font-size: 15px;
    }
    .breadcrumb {
        padding: 15px 0;
    }
    .breadcrumb .inner-title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .breadcrumb .inner-title ul li {
        font-size: 14px;
    }
    .list-arrow {
        position: relative;
        display: inline-block;
        float: right;
    }
    .footer-list {
        display: none;
    }
    .footer-title.active .list-arrow {
        transform: rotate(90deg);
    }
    .footer-list.active {
        display: block;
    }
    .list-arrow i {
        font-size: 15px;
    }
    .about-dets .abt2 {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .about-dets .ml-50 {
        margin-left: 0px !important;
    }
    .about-dets p {
        font-size: 15px;
    }
    .default-padding.payment-bene.bg-img {
        padding-top: 65px;
    }
    .payment-bene .bane-heading-box h6 {
        font-size: 19px;
    }
    .payment-bene .bane-heading-box h4.main-heading {
        margin-bottom: 18px;
        margin-top: 20px;
        font-size: 29px;
    }
    .payment-bene .bane-heading-box p {
        font-size: 13px;
    }
    .payment-box .pay-box {
        padding: 35px 29px 35px;
    }
    .payment-box .pay-box h5 {
        font-size: 23px;
    }
    .payment-box .pay-box p {
        font-size: 14px;
    }
    .section-heading p {
        font-size: 15px;
    }
    .how-works .section-heading h6 {
        font-size: 19px;
        margin-bottom: 12px;
    }
    .works-box h5 {
        font-size: 20px;
        margin: 13px 0 9px;
    }
    .works-box p {
        font-size: 13px;
        line-height: 20px;
    }
    .works-box:after {
        width: 111px;
        z-index: 1;
        background-size: 74px;
        height: 15px;
        right: calc(-41% - 10px);
    }
    .works-box {
        margin-bottom: 50px;
    }
    .works-box.second:after {
        background-image: url(../image/work-arrow1.png);
        top: calc(122% - 20px);
        right: calc(99% - 10px);
        transform: rotate(148deg);
    }
    .works-box.third:after {
        top: calc(44% - 20px);
    }
    .works-box.fourth:after {
        width: none;
        z-index: 1;
        background-size: unset;
        height: unset;
        right: unset;
    }
    .col-heading span.list-arrow {
        display: block;
    }
    .service-page .bg1 .ser-img {
        margin-top: 20px;
    }
    .service-info h4.service-name {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .service-info p.service-desc {
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 23px;
    }
    .services-box.bg1 {
        background: var(--first-color);
        padding: 24px 26px;
    }
    .services-box.bg1::before {
        content: none;
    }
    .contract-page h2 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .contract-page p {
        font-size: 13px;
    }
}