:root {
    --first-color: #0241b4;
    --second-color: #0734ce; 
    --third-color: #086bd5;
}

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

.second-color {
    color: var(--second-color);
}
.third-color {
    color: var(--third-color);
}
.text-justify {
	text-align: justify;
}

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 { 
    width: 275px; 
}

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: 1;
}

.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);
        color: #fff;
}


/* */

.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: 100%;
    width: 100%;
    opacity: .5;
    right: 0;
    top: 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;
}
 
 
footer { 
    background-position: center;
    background: no-repeat;
    background-size: cover;
}

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

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

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

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

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

ul.footer-list li a span {
    color: #e8edf299;
    font-weight: 500;
    font-size: 13px;
}

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: 17px;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #fff;
}

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

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

.footer-col ul.col-list li a {
    font-size: 14px;
    color: #e8edf299;
}

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

.footer-col ul.col-list li a:hover {
    color: #fff;
}

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 {
	color: #fff;
    text-align: left;
    font-size: 13px;
}

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

footer p.privacy-policy a:hover {
    color: #fff;
}

.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(--third-color);
    border: 1px solid var(--third-color);
    background: var(--third-color);
}



/* login page */

.login-page .banner-slider .slick-arrow {
    display: none!important;
}
.login-form .logo-img {
    width: 165px;
    margin-bottom: 15px;
}
#bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

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

.login-page {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 30px;
}

.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: 700px;
    padding: 40px 40px;
    border-radius: 14px;
    position: relative;
    z-index: 99;
    text-align: left;
    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;
}
.captcha-div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.captcha-div .input-group .form-control {
    border-radius: 10px!important;
    border: 1px solid #e9edf6;
}

.captcha-div .refresh-btn {
    margin-left: auto;
    border: none;
    background: var(--third-color);
    border-radius: 50%;
        color: #fff;
}

.captcha-div .form-group {
    margin-bottom: 0px;
}
.banner-slider {
    position: relative;
}

.login-form h4.form-title {
        color: var(--first-color);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.login-form .form-group {
    margin-bottom: 18px;
}
.link-btn {
    color: #503c3c;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    text-align: right;
}
.login-form  .text-first {
    color: var(--first-color);
    font-weight: 500;
}
.login-box p { 
    font-size: 14px;
    margin-bottom: 15px;
}
.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-form {
        margin-bottom: 20px;
}

 .contact-details {
    background: #fff;
    padding: 25px 25px;
    /* margin-top: 45px; */
    margin-bottom: 45px;
    border: 1px solid #e3e7ed;
    border-radius: 14px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

 .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:last-child {
    margin-bottom: 0px;
}
.detail-box .icon {
    background: #cfe3ea75;
    padding: 7px 12px;
    border-radius: 50%;
    margin-right: 15px;
}

.detail-box .icon i {
    font-size: 19px;
    color: var(--first-color);
}

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

.detail-box .text-details a {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
}

.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;
}
.supportModal .modal-content {
    display: block;
    border-radius: 16px;
    padding: 25px 29px;
}
.supportModal .btn-close {
    position: absolute;
    top: 4px;
    right: 7px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
.supportModal h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--first-color);
    margin-bottom: 25px;
    /* text-align: center; */
}

.con-div {
    margin-bottom: 15px;
}

.con-div h5 {font-size: 18px;margin-bottom: 3px;}

.con-div a {
    font-size: 16px;
    color: var(--first-color);
    font-weight: 500;
}


.login-page.ds2 {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.login-page.ds2 .banner-slider:before{
    content:none;
}
/* Slider container */
.login-page.ds2  .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Each slide */
.login-page.ds2  .slider-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

/* Active slide */
.login-page.ds2  .slider-inner.active {
    display: block;
}

/* Image styling */
.login-page.ds2  .slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Login form above slider */
.login-page.ds2  .login-form {
       border: 1px solid #eee;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 25px;
}
.login-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0px;
    overflow: hidden;
    padding: 12px 30px;
}

.login-footer p {
    font-size: 15px;
    margin-bottom: 0px;
}

.login-footer p a {
    color: var(--third-color);
    font-weight: 700;
}

ul.list-style.f-list {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
}

ul.list-style.f-list li {
    display: inline-flex;
    padding: 10px 16px;
    border: 1px solid #086bd585;
    border-radius: 11px;
    font-size: 15px;
    align-items: center;
    gap: 5px;
    text-box-trim: trim-both;
    margin-left: 6px;
}

ul.list-style.f-list li a {
    font-weight: 700;
    /* padding-left: 4px; */
}

ul.list-style.f-list li i {
    line-height: 22px;
}
.app-opts {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 28px;
    gap: 20px;
}

.app-opts img {
    width: 110px;
}
.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeee36;
}

.in-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.in-flex h5 {
    color: #e8edf2e6;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

ul.policy-link {margin: 0px;padding: 0px;}

ul.policy-link li {
    display: inline-block;
    padding-left: 13px;
    color: #e8edf299;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

ul.policy-link li:before {
    content: "|";
    position: absolute;
    left: 2px;
}

ul.policy-link li:first-child {}

ul.policy-link li:first-child::before {
    content: none;
}

ul.policy-link li a:hover{
    color: var(--third-color);
}

footer ul.policy-link li a:hover{
    color: #fff;
}

ul.policy-link li a {
    color: #e8edf299;
}

.footer-mid {
    padding-top: 30px;
    padding-bottom: 30px;
}
.app-dowm-div {}

.app-dowm-div h4 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--first-color);
    text-transform: uppercase;
}

.app-dowm-div h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #3f3d3d;
}

.app-dowm-div p {
    font-size: 18px;
}

.app-dowm-div .news-form {
    margin-bottom: 20px;
    width: 83%;
}

.app-dowm-div .news-form .btn.send {
    font-size: 14px;
    padding: 9px 15px !important;
    top: 4px;
    right: 4px;
}

.btn.send:hover {
    background: var(--third-color);
}
.header-menu ul.menu-list li.mega-menu {
    position: static;
}

.header-menu ul.menu-list li.mega-menu ul.sub-menu.mega-submenu {top: 57px;position: absolute;background-color: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;width: auto;right: 0;z-index: 50;padding-left: 0;opacity: 0;visibility: hidden;transform: translateY(20px);transition: 0.3s ease-in-out;padding: 22px 25px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;display: flex;align-items: flex-start;justify-content: space-between;}

.header-inner {
    position: relative;
}

.header-menu ul.menu-list li.mega-menu:hover {}

.header-menu ul.menu-list li.mega-menu:hover .sub-menu.mega-submenu {
    opacity: 1;
    visibility: visible;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col {
    width: 20%;
    border: none;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list {
    padding: 0px;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li h5 {
    font-size: 19px;
    color: var(--third-color);
}
.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li h5:hover {
    color: var(--first-color);
}
.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li {
    border: none;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li a {
    padding: 9px 0px;
    line-height: 20px;
    color: #595959;
    font-size: 14px;
}
 
.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li a:hover {
    background: none;
    color: var(--first-color);
}

.join-benefit-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.join-benefit-box .bene-box {
    padding: 34px 30px;
    text-align: center;
}

.join-benefit-box .bene-box img {
    width: 100px;
    margin-bottom: 20px;
}

.join-benefit-box .bene-box h4 {
    font-size: 21px;
    color: var(--third-color);
    margin-bottom: 9px;
}

.join-benefit-box .bene-box p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #535151;
}

.join-benefit {
    margin-top: -95px;
}
.user-card {
      transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eee;
    border-radius: 20px;
    justify-content: space-between;
    transition: .3s !important;
}
.user-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
    transition: .3s;
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .18) !important;
}
.user-card .card-title {
    font-size: 23px;
    color: var(--third-color);
}

.user-card  p.card-text {
    font-size: 14px;
    color: #504949;
}

.user-card i {
    margin-bottom: 2;
    font-size: 40px;
}
.user-card .btn1.with-icon.btn-lg {
    font-size: 12px;
}

.user-card .btn1.with-icon.btn-lg span.btn-name {
    font-size: 16px;
}

.user-card  .btn {
    font-size: 15px;
    padding: 12px 0;
}
.blog-box {
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: .3s;
        background: #fff;
}
.blog-section {
    background: #e9f6fa;
}
.blog-box .blogimg-wrap {
    position: relative;
}

.blog-box .blogimg-wrap .image-part {
    width: 100%;
    height: 100px;
    display: table;
    overflow: hidden;
}

.blog-box .blogimg-wrap .image-part .blog-img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.blog-box .blogimg-wrap .image-part .blog-img img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.blog-box .blogimg-wrap .blog-tag {
    position: absolute;
    bottom: 0px;
    left: 13px;
    background: var(--second-color);
    padding: 8px 18px;
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 13px;
    border-radius: 30px;
}

.blog-box .blog-detail {
    padding: 20px;
}

.blog-box .blog-detail ul li {}

.blog-box .blog-detail h4 {
    font-size: 18px;
}

.blog-box .blog-detail p {
       color: #44525E;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 50px;
}

.blog-box .blogimg-wrap .blog-tag i {
    padding-right: 8px;
}
.blog-box .blog-detail ul.list-style {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 9px;
}

.blog-box .blog-detail ul.list-style li {
    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 500;
    color: #403c3c;
}

.blog-box .blog-detail ul.list-style li i {
    color: var(--second-color);
    margin-right: 6px;
}
 

.blog-box .blog-detail .link-btn {
    padding: 0px!important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #000!important;
    margin: 0px;
}

.blog-box .blog-detail .link-btn:hover {
    color: var(--first-color)!important;
}

.blog-box:hover {
    box-shadow: 0 0 20px 0 rgba(13, 38, 60, .18);
}

.how-works-section {
    background: linear-gradient(180deg, var(--first-color) 39.59%, var(--third-color) 100%);
}
.process-card {
    position: relative;
    text-align: center;
}
 
.process-card .arrow {
    position: absolute;
    top: 20px;
    right: -20%;
}

.process-card .arrow img {
    filter: brightness(7);
}

.process-card .icon {
    background-color: #fff;
    position: relative;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.process-card .icon .number {
    background-color: #1e6ee7;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 5px solid #073b8b;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}

.process-card .content {
    margin-top: 30px;
}

.process-card .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-card .content p {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 15px;
}

.process-wrap>div:nth-child(2n+2) {
    margin-top: 60px;
}


.process-card .icon i {
    font-size: 44px;
    color: var(--first-color);
} 

.how-works-section .section-heading h4 {
    color: #fff;
}

.how-works-section .section-heading p {
    color: #eeeeeeb3;
}

.ser-desc.bg-dark1 ul.service-desc-list li span b, ul.service-desc-list li span b{
    font-weight: 700;
    text-decoration: underline;
}
.blog-box .blogimg-wrap .image-part .blog-img iframe {
    height: 200px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.contact-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e3e7ed;
    padding: 20px;
    border-radius: 14px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.contact-box .icon {
    font-size: 30px;
    margin-right: 15px;
    line-height: 0px;
    color: var(--first-color);
}

.contact-box .text {
        height: 75px;
}

.contact-box .text h5 {
    font-size: 20px;
    color: #4f4f4f;
}

.contact-box .text p {
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--third-color);
    font-weight: 500;
}
.contact-box .text p.sub-p {
    color: #4e4b4b;
    font-size: 12px;
}
.contact-box:hover {
    border-color: #216dde4d;
    transform: translateY(-.25rem);
}
.header.fixed-header {
    position: fixed;
    top: 0;
    z-index: 9999;
}
.blog-detail-div {}

.blog-detail-div h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--first-color);
    margin-bottom: 10px;
}

.blog-detail-div .blog-img {
    margin-bottom: 15px;
    border-radius: 13px;
    border: 1px solid #eee;
}

.blog-detail-div  p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 23px;
    color: #6b6565;
}

.blog-detail-div  h4 {
    font-weight: 500;
    color: var(--first-color);
    margin-bottom: 10px;
    font-size: 22px;
}

.share-div {
    margin-top: 20px;
}

.share-div li {
    display: inline-block;
    margin-right: 10px;
}

.share-div li.share-btn {
    margin-right: 13px;
}

.share-div li.share-btn a {
    border: 1px solid #cfe3ea;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--first-color);
    padding: 10px 16px;
    border-radius: 7px;
    display: block;
    background: #cfe3ea5c;
}
.share-div li .social-icon {
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 44px;
    height: 40px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-icon.fb {
    background-color: #1559c2;
  }
.social-icon.fb:hover {
    background-color: #0b2f66;
  }
.social-icon.tw {
    background-color: #1ea9e9;
  }
.social-icon.tw:hover {
    background-color: #0e6993;
  }
.social-icon.yu {
    background-color: #ed1d25;
  }
.social-icon.yu:hover {
    background-color: #980c11;
  } 
.social-icon.wh {
    background-color: #43ce13;
  }
.social-icon.wh:hover {
    background-color: #25710a;
  }

.share-div ul {
    padding: 0px;
}
.author-div {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    background: #eef5f7;
    padding: 15px 17px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.author-div img {
    width: 75px;
    margin-right: 13px;
	    border-radius: 50%;
}

.author-div .abt-author h4 {
    margin-bottom: 4px;
}

.author-div .abt-author p {
    font-size: 12px;
    margin-bottom: 0px;
}




.blog-detail-div .contact-box {
    padding: 30px 30px;
    margin-bottom: 20px;
}

.blog-detail-div .contact-box h4 {
    color: var(--first-color);
    font-weight: 700;
    font-size: 26px;
}

.user-comment {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #dddddd63;
    border-bottom: 1px solid #dddddd63;
    padding-top: 20px;
    padding-bottom: 20px;
}

.user-comment img {
    width: 60px;
	    border-radius: 50%;
    margin-right: 13px;
}

.user-comment .abt-user {}

.user-comment .abt-user h5 {
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--second-color);
    font-weight: 600;
}

.user-comment .abt-user h5 span {
    font-size: 11px;
    margin-left: 10px;
    color: #645c5c;
} 

.user-comment.reply {
    margin-left: 67px;
    border-top: 0px;
    border-bottom: 0px;
}
 
.popular-tag {}

.popular-tag {
    padding-top: 10px;
}

.popular-tag a {
    border-radius: 30px;
    padding: 0 16px;
    line-height: 31px;
    font-size: 13px;
    border: 1px solid #C2C5C7;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s 
ease-out 0s;
    color: #8a8a8a;
    margin-right: 5px;
    margin-bottom: 7px;
}

.popular-tag a:hover {
    background: var(--second-color);
    color: #fff;
    border-color: var(--second-color);
}
.blog-detail-div ul.publish {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0px;
}

.blog-detail-div ul.publish li {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.blog-detail-div ul.publish li i {
    color: var(--second-color);
}

.blog-detail-div ul.publish li span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #5e5858;
}

.blog-detail-div ul.publish li span a {
    color: var(--first-color);
}
.blog-detail-div .contact-box textarea {
    height: 95px;
}
.sticky-siebar {
    position: sticky;
    top: 87px;
}
.blog-detail-div .contact-box .form-check {
    margin-left: 0px;
    padding-left: 37px;
    margin-bottom: 10px;
}

.blog-detail-div .contact-box .form-check label {
    color: #000;
}

.blog-detail-div .contact-box  p {
    color: #000;
    margin-bottom: 11px;
    margin-top: -3px;
}
 .sidebar-block .title-div h4 {
    margin-bottom: 0px;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: var(--first-color);
    width: -webkit-fill-available;
}
.sidebar-block {
    background: #fff;
    padding: 16px 20px 15px 20px;
    border: 1px solid #e9e9ed;
    margin-bottom: 13px;
    border-radius: 6px;
}
.sidebar-block .title-div {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recent-pr-box {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9ed;
}

.recent-pr-box img {
    width: 89px;
    margin-right: 10px;
    border-radius: 4px;
}

.recent-pr-box .text {}

.recent-pr-box .text h4 {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    color: #4e4e4e;
}

.recent-pr-box .text p {
    font-size: 12px;
    margin-bottom: 0px;
}

.blog-detail-div .contact-box:hover {
    transform: none;
}

.recent-pr-box:hover {}

.recent-pr-box:hover h4 {
    color: var(--third-color);
}

.footer-subscribe {
    padding-top: 50px;
}

.footer-subscribe .f-logo {
    width: 300px;
    margin-bottom: 15px;
}

.footer-subscribe ul.c-list {
    padding: 0px;
    list-style: none;
    display: flex;
}

.footer-subscribe ul.c-list li {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    width: 47%;
}

.footer-subscribe ul.c-list li i {
    color: #fff;
    font-size: 19px;
    margin-right: 15px;
}

.footer-subscribe ul.c-list li .contact-txt {}

.footer-subscribe ul.c-list li .contact-txt p {
    color: #ffffffa1;
    font-size: 14px;
    margin-bottom: 4px;
}

.footer-subscribe ul.c-list li .contact-txt a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer-subscribe p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.footer-subscribe .news-form .form-control {
    border-radius: 6px;
    padding: 18px 22px;
}

.footer-subscribe .news-form   .btn.send {
    padding: 10px 17px !important;
    border-radius: 7px;
    top: 8px;
}

.down-div {
    margin-bottom: 20px;
}

.down-div p {
    color: #ffffffa6;
    font-size: 13px;
    margin-bottom: 11px;
}

.down-div .playstore {
    display: flex;
    align-items: center;
    background: #ffffff24;
    padding: 15px 24px;
    border-radius: 13px;
    margin-right: 28px;
}

.down-div .playstore i {
    color: #fff;
    font-size: 36px;
    line-height: 0px;
}

.down-div .playstore .text {
    margin-left: 16px;
}

.down-div .playstore .text p {
    margin-bottom: 6px;
    font-size: 15px;
    color: #fff;
}

.down-div .playstore .text h6 {
    margin-bottom: 2px;
    color: #fff;
    font-size: 18px;
}
ul.media-list {
    list-style: none;
    padding: 0px;
}
 

ul.media-list li {
    display: inline-flex; 
}

ul.media-list li a {
    background-color: #fff;
    font-size: 14px;
    color: #191f29;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.media-list li a i {
    color: #fff;
} 
ul.media-list li a.facebook {
    background: #4a639f;
}

ul.media-list li a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.media-list li a.linkedin {
    background: #0077B5;
}
ul.media-list li a.twitter i {
    color: #fff;
}
ul.media-list li a.twitter {
    background: #000;
}
ul.media-list li a.youtube {
	background: #c4302b;
}

/* 3 may */
.contract-page h2 {
    font-size: 27px;
    margin-bottom: 20px;  
    text-transform: unset;
}
.contract-page h3 {
    font-size: 27px;
    margin-bottom: 20px;  
    text-transform: unset;
}
.contract-page h4 {
    font-size: 27px;
    margin-bottom: 15px;  
    text-transform: unset;
}
.contract-page h5 {
    font-size: 27px;
    margin-bottom: 15px;
    text-transform: unset;
}

.contract-page p { 
    font-size: 14px; 
}
.contract-page ul {
    padding-left: 20px;
}
.contract-page ul li { 
    font-size: 15px;
    margin-bottom: 16px;
}
.contract-page h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--second-color);
}

.contract-page h4 {
    font-size: 23px;
    margin-bottom: 15px;
    color: var(--third-color); 
}

.contract-page h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #484242;
}
.breadcrumb .inner-title h3 { 
    font-size: 18px;
    line-height: 18px;
}
.breadcrumb .inner-title ul li {
    font-size: 13px; 
        color: #eee;
}
.breadcrumb .inner-title ul li a {
    color: #fff;
}
.default-padding {
    padding: 60px 0;
}
.breadcrumb { 
    padding: 15px 0;
}








@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;
    }
  
    .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: 100%;
        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: 355px;
        height: 100% !important;
        background: var(--first-color);
        padding: 15px 20px;
        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: 15px;
        padding: 9px 0;
        line-height: 14px;
        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: 10px;
    }
    .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: 24px;
        padding: 6px 10px 6px 15px;
        color: #fff;
        background: #ffffff24;
        border-bottom: none;
        font-size: 13px;
    }
    .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;
    }
   
    .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: 0;
        padding-bottom: 0;
    }
    .copyright p {
        font-size: 13px;
    }
    .mb-text-center {
        text-align: center!important;
    }
    /* login form */
        .login-form {
        top: 0px;
        margin: 0 -1px;
        right: 0;
        padding: 21px 19px;
    }
    .login-form p {
    font-size: 13px;
}
    .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;
    }
.login-page {   
    padding: 0 10px;
}
    .process-card .arrow img {
        display: none;
    }
        .process-card .icon {
        height: 100px;
        width: 100px;
    }
        .process-card .content .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
        .process-card .content p {
        font-size: 12px;
    }
        .process-card .icon .number {
        top: -21px;
        right: -6px;
        font-size: 13px;
        font-weight: 700;
        height: 40px;
        width: 40px;
    }
    .process-wrap>div:nth-child(2n+2){
        margin:0px;
    }
    .process-card { 
    margin-bottom: 25px;
}
.how-works-section {
    padding: 45px 15px;
}
.join-benefit {
    margin-top: 50px;
    margin-bottom: 30px;
}
.join-benefit-box .bene-box {
    padding: 25px 20px;
}
.join-benefit-box .bene-box img {
    width: 65px;
}

.join-benefit-box .bene-box p { 
    font-size: 14px;
}
.user-card {
    height: auto !important;
    margin-bottom: 20px;
}
.ser-desc .btn.with-icon.btn-lg.become {
        width: auto;
}
.app-dowm-div { 
    padding-top: 30px;
    padding-bottom: 30px;
}
.app-dowm-div h4 {
    font-size: 27px;
    margin-bottom: 17px;

}
.app-dowm-div h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.app-dowm-div .news-form {
    margin-bottom: 16px;
    width: 100%;
}
.app-dowm-div p {
    font-size: 12px;
}
.header-menu ul.menu-list li.mega-menu ul.sub-menu.mega-submenu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: block;
    top: 0px;
    padding: 10px 10px;
    transform: none;
    line-height: 24px;
    padding: 6px 10px 6px 15px;
    color: #fff;
    background: #ffffff24;
    border-bottom: none;
    font-size: 13px;
    border-radius: 0px;
}

.header-menu ul.menu-list li.mega-menu {
    position: relative;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col {
    width: 100%;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li a {
    background: transparent;
    color: #e8e8e8;
    padding: 5px 0px;
    font-size: 13px;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list li h5 {
    color: #fff;
    margin-bottom: 1px;
}

.header-menu ul.menu-list li.mega-menu ul.mega-submenu li.menu-col ul.col-list {
    margin-bottom: 15px;
}
.header-menu ul.menu-list li.mega-menu ul.sub-menu.mega-submenu {
    display: none;
}
.header-menu ul.menu-list li.mega-menu:hover .sub-menu.mega-submenu { 
    display: block;
}
.in-flex {
    display: block;
}
ul.policy-link li { 
    padding-left: 10px; 
    font-size: 11px;
}
.footer-mid {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top { 
    padding-bottom: 30px;
}
.footer-col h4.col-heading {
    font-size: 15px;
}
p.review {
    font-weight: 400;
    font-size: 14px;
}
.blog-detail-div h3 {
    font-size: 24px;
}
.blog-detail-div p {
    font-size: 12px; 
    margin-bottom: 8px;
    line-height: 20px;
}
.blog-detail-div h4 { 
    margin-bottom: 10px;
    font-size: 20px;
}
.author-div img {
    width: 55px;
}
.blog-detail-div .contact-box {
    padding: 20px 20px;
}
.blog-detail-div .contact-box h4 { 
    font-size: 23px;
}
.form-group .form-control {
    font-size: 14px;
    padding: 9px 11px;
}
.blog-detail-div .contact-box .form-check label { 
    font-size: 12px;
}

.user-comment img {
    width: 37px; 
    margin-right: 9px;
}
.blog-detail-div p {
    font-size: 10px; 
    margin-bottom: 6px;
    line-height: 16px; 
}
.user-comment .abt-user .reply-btn {
    font-size: 13px;
}
.recent-pr-box .text h4 {
    font-size: 15px; 
    line-height: 20px;
}
.recent-pr-box img {
    width: 70px;
}





}