body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Outfit", serif;
    font-weight: 400;
    color: #929292;
}

::selection {
    background-color: #121212;
    color: #fff;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #C8C8C8 rgba(0, 0, 0, 0.1);
}

/* Custom Scrollbar (For WebKit Browsers like Chrome, Safari) */
*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 7px;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #3DC13C;
}

a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #545454;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}

body.scroll-off {
    overflow: hidden;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-heading {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.section {
    margin-top: 50px;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}


/*==================== User Dropdown Start ===================*/

.user_dropdown {
    display: inline-block;
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.user_dropdown img {
    height: 46px;
    width: 46px;
    min-width: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    right: 0;
    width: 160px;
    overflow-x: hidden;
    /* box-shadow: 1px 1px 8px 0px rgba(60, 64, 67, 0.3); */
    border: none;
    /* border-radius: 2px; */
    margin-top: 10px;
}

.user_dropdown ul li:last-child a {
    border-bottom: 0;
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px;
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase;
}

.user_name .user_email {
    margin-top: -18px;
}

.user_dropdown ul {
    list-style: none;
    margin: 0 5px;
    padding: 0;
}

.user_dropdown ul li {
    display: block;
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 9px 0;
    padding-left: 0;
    display: flex;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
    gap: 10px;
    align-items: center;
}

.user_dropdown ul li a i {
    margin-right: 5px;
}

.user_dropdown ul li a:hover {
    color: #000;
}

/*==================== User Dropdown End ===================*/


/* *** loader css start ****  */

.loader-wrapper {
    background: rgb(12 12 12 / 43%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
    content: "";
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0, 0, 0, 0.05);
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%);
    height: 36px;
}


/* *** loader css end  ****  */


/*==================== Header Start ===================*/

#header {
    height: 85px;
    display: flex;
    align-items: center;
    z-index: 11;
    position: relative;
    background-color: #F9FBFF;
}

#header.is-sticky {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    height: 65px;
    border-bottom: 1px solid #ededed;
}

#header.is-sticky.awake {
    transform: translateY(0%);
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

#header.is-sticky.inner_pages_head,
#header.inner_pages_head {
    height: 65px;
}

#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0;
}

#header .navbar-brand img {
    height: 35px;
    width: auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 35px;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    padding: 0;
    font-weight: 500;
    font-size: 17px;

    position: relative;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover,
#header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #1A73E8;
}

#header .navbar-expand-lg .navbar-nav .nav-link:hover:before,
/* #header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    color: #1A73E8;
    transform: scaleX(1);
}

#header .navbar-expand-lg .navbar-nav .nav-link:before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #1A73E8;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
} */

#header .dropdown-toggle::after {

    border-top: 0.3em solid #C4C4C4 !important;
}

#header .extra_nav {
    margin-left: 30px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 15px;
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

#header .extra_nav .nav-item:list-child {
    margin-right: 0px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    height: 51px;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;

    font-weight: 700;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 500;
}

#header .extra_btn:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

#header .sign_up_btn .extra_btn {
    background-color: #1A73E8;
    color: #fff !important;
    border: 1px solid #1A73E8;
}

#header .sign_up_btn .extra_btn:hover {
    background-color: #fff;
    color: #1A73E8 !important;
}

#header .login_btn .extra_btn {
    background-color: #F9FBFF;
    color: #1A73E8 !important;
    border: 1px solid #D4D4D4;
}

#header .login_btn .extra_btn:hover {
    background-color: #1A73E8;
    color: #fff !important;
}

#header .extra_btn:before {
    display: none;
}

#header .flag_ico {
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -2px;
    transform: translateY(-50%);
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-weight: 400;
    color: #000;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop:hover {
    background-color: transparent;
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom;
}

#header .for_mobile {
    display: none;
}

#header .for_desktop {
    display: block;
}

#header .dropdown-item {
    font-weight: 300;
}


/*#header .dropdown-item:hover {
    background-color: #30383d;
    color: rgba(255,255,255,0.60);
}*/

.langugae_filter {
    position: relative;
}

.lang_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 80px;
    background-color: #fff;
    color: rgba(255, 255, 255, 0.6);
    right: 0;
    box-shadow: 0px 0px 18px rgb(60 64 67 / 8%);
    font-size: 14px;
}

.lang_country {
    position: relative;
    cursor: pointer;
}

.lang_country {
    position: relative;
    padding: 5px 0px 5px 38px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9;
}

#header .lang_dropdown .lang_country .flag_ico {
    left: 10px;
}

.lang_country .flag_ico img {
    max-width: 19px;
}

.lang_country:last-child {
    border-bottom: 0;
}

.lang_country:hover {
    color: #c72026;
    background-color: #ececec;
}

.langugae_filter:hover .lang_dropdown {
    display: block;
}

.navbar-brand {
    font-size: 0;
}


/*==================== Header End ===================*/


/*==================== Features Section ===================*/

.features-coin {
    height: 62px;
    width: 62px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 62px;
    box-shadow: 0 7px 10px 0px rgba(134, 134, 134, 0.17);
    text-align: center;
}

.features-heading {
    font-size: 20px;
}

.features-text {
    font-size: 15px;
    color: #757576;
    margin-bottom: 0;
}

.features-wrapper {
    margin-bottom: 40px;
}

.partner-owl.owl-carousel .owl-item img {
    width: 110px;
    margin: 0 auto;
    height: auto;
    filter: grayscale(1);
    transition: 0.5s all;
    opacity: 0.5;
}

.partner-owl.owl-carousel .owl-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}


/*==================== Features Section ===================*/


/*==================== Footer login Signup Section ===================*/

.footer-logsign-link {
    position: relative;
}

.footer-logsign-link:after,
.footer-logsign-link:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer-logsign-link:before {
    background-color: #df1f26;
    left: 0;
}

.footer-logsign-link:after {
    background-color: #ec2027;
    right: 0;
}

.footer-signin-link a,
.footer-signup-link a {
    height: 150px;
    align-items: center;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer-signup-link a {
    background-color: #df1f26;
    padding-left: 0px;
}

.footer-signin-link a {
    background-color: #ec2027;
}

.footer-signin-link a span,
.footer-signup-link a span {
    color: #fff;
    font-size: 36px;
    width: 100%;
}

.footer-signin-link a p,
.footer-signup-link a p {
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-bottom: 0;
}

.footer-signup-link a span.footer-link-arrow,
.footer-signin-link a span.footer-link-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #d42027;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    transition: 0.5s all;
}

.footer-signup-link a:hover span.footer-link-arrow,
.footer-signin-link a:hover span.footer-link-arrow {
    background-color: #fff;
    color: #d42027;
}


/*==================== Footer login Signup Section ===================*/


/*==================== Footer ===================*/

.footer-block figure {

    display: inline-block;
    max-width: 219px;
}

.cts_no {
    font-size: 15px;
    padding: 0 80px 0 0;
}

.cts_no p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
    color: #737777;
    font-size: 14px;
    margin-top: 30px;
}

.newsletter-form .form-control {
    height: 45px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400;
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding-right: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.relative-box {
    position: relative;
    top: 7px;
}

.relative-box .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #827e7e;
    height: 45px;
    font-size: 20px;
    background: no-repeat;
}

.relative-box .subscribe-btn:hover {
    color: #d42027;
}

footer h6 {
    font-size: 17px;
    color: #000;
    margin: 0 0 27px;
    position: relative;
}

ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-links li {

    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.footer-links li a {
    color: #929292;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;

}

.footer-links.links li {
    margin-right: 20px;
}

ul.footer-links li a:hover {
    color: #d42027;
}

ul.footer-links.socialize li a {
    position: relative;
    padding-left: 25px;
}

ul.footer-links.socialize li a i {
    position: absolute;
    left: -9px;
    width: 30px;
    text-align: center;
    top: -4px;
    color: #959595;
    font-size: 17px;
}

.footer_wrapper {
    background: #fafbfc;
    padding: 50px 0;
}

footer h6 {
    font-size: 18px;
    margin: 0 0 27px;
    font-weight: 500;
}

.subscribe_text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

@media (min-width: 1200px) {
    .footer-main-col-1 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .footer-main-col-2 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    .footer-col-1 {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }

    .footer-col-2 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }

    .footer-col-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .footer-col-4 {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        max-width: 36%;
    }
}

.navbar {
    padding: 0;
}

.back_top {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a73e8;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    border: 2px solid transparent;
    z-index: 10;
    transform: translateY(200%);
}

.back_top.active {
    transform: translateY(0%);
}

.back_top:hover {
    border-color: #ec2027;
    color: #ec2027;
    background-color: #fff;
}


/*==================== Footer ===================*/


/*==================== Register Start ====================*/

.log-sign-wrapper {
    padding: 40px 0;
}

.log-sign-card {
    max-width: 480px;
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 16px 5px rgba(134, 134, 134, 0.1);
    margin: 0 auto;
}

.theme_input input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 15px;
    height: 49px;
    outline: 0;
}

.theme_input.password-field input {
    padding: 0 46px 0 15px;
}

.theme_input input:focus {
    border: 1px solid #a8a8a8;
}

.log-sign-card .form-group {
    margin-bottom: 28px;
}

.theme_input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(80, 81, 80, 0.5);
}

.theme_input ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(80, 81, 80, 0.5);
}

.theme_input :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(80, 81, 80, 0.5);
}

.theme_input :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(80, 81, 80, 0.5);
}

.theme_input .input-note {
    font-size: 12px;
    color: #7b7b7b;
}

.red-text {
    color: #c72026;
}

.theme_input {
    position: relative;
}

.theme_input i {
    cursor: pointer;
    position: absolute;
    top: 18px;
    color: #a6a4a3;
    right: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

span.password-line {
    width: 100%;
    display: inline-block;
    height: 5px;
    background-color: #eeeded;
    border-radius: 35px;
}

.form-custom-check .custom-control-label span {
    display: inline-block;
    vertical-align: middle;
}

.form-custom-check .custom-control-label {
    color: #7b7b7b;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 0.1rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #e54134;
    background-color: #e54134;
}


.container_header {
    width: 100%;
    padding: 0px 40px;
}

.btn-Btheme {
    color: #fff;
    border: #1A73E8 solid 1px;

    background-color: #1A73E8;
    display: inline-block;

    text-align: center;
    padding: 11px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    letter-spacing: 0.8px;
}

.home_banner .text_wall .btn-Btheme {
    padding: 11px 29px;
    margin-top: 10px;
}

.heading_block {
    padding-bottom: 40px;
}

.heading_block h5 {
    font-weight: 500;
    font-size: 22px;
    /* line-height: 28px; */
    color: #1A73E8;
    margin: 0;
}

.heading_block h1 {
    font-weight: 700;
    font-size: 45px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.2px;
    padding: 15px 0;
}

.heading_block h3 {
    font-weight: 700;
    font-size: 34px;

    margin: 0;
    line-height: normal;
    letter-spacing: -0.2px;
    /* padding: 15px 0 0; */
}

.home_banner {
    background: #F9FBFF;
    padding: 30px 0;
}




.how_it_work .icon_block {

    border-radius: 60px;
    display: inline-block;
    width: 59px;
    height: 59px;
    text-align: center;
    line-height: 59px;
}

.light_blue {
    background: #2FACFC;
    box-shadow: 0px 4px 4px rgb(47 172 252 / 30%);
}

.orange {
    background: #F67842;
    box-shadow: 0px 4px 4px rgba(246, 120, 66, 0.5);
}

.pink {
    background: #EA4D89;
    box-shadow: 0px 4px 4px rgba(234, 77, 137, 0.5);
}

.dark_blue {
    background: #1A73E8;
    box-shadow: 0px 4px 4px rgba(47, 172, 252, 0.3);
}


/* =====================================How it Work----==============*/
.HowWork_block {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 30px 30px;
}

.HowWork_block h4 {
    margin: 0;
    font-size: 21px;
    letter-spacing: -0.3px;
    color: #000000;
    font-weight: 700;
    padding: 25px 0;
}

.parapraph_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #545454;
}

.btn-get_started {
    background: #FFFFFF;
    border: 1.77083px solid #E7EAEF;
    border-radius: 8px;
    padding: 10px 31px;
    font-weight: 500;
    font-size: 19px;
}


.workVideo_textwall h5 {
    font-weight: 700;
    font-size: 29px;
    margin: 0;
    line-height: 25px;
}


.workVideo_textwall {
    padding: 25px 0;
}

.workVideo_textwall p {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #757575;
}

.workVideo_textwall .parapraph_block {
    padding: 15px 0;
}

.workVideo_sec .Video_iconBl {
    position: relative;
}

.workVideo_sec .Video_iconBl:after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 93px;
    height: 93px;
    text-align: center;
    font-weight: 600;
    color: #0771e7;
    transform: translateY(-50%);
    margin-left: -40px;
    line-height: 93px;
    top: 50%;
    border-radius: 50%;
    right: 0;
    left: 50%;
    font-size: 34px;
}

.howit_worksec {
    margin-bottom: 70px;
}


.swiperCustom_arrow {

    z-index: 1;
    width: 100%;
    text-align: right;
    bottom: 0;
    margin-top: 42px;
    left: 0;
}


.swiper_videoBlock .swiper {
    position: relative;
    padding: 35px 0;
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '\f061' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 23px !important;
    color: rgb(0 0 0 / 55%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 23px !important;
    content: '\f060' !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    color: rgb(0 0 0 / 55%);
    font-family: "Font Awesome 5 Pro" !important;
}

.swiper_videoBlock .swiper-button-prev,
.swiper_videoBlock .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    position: relative;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 50%;
    border: 2px solid #E7EAEF;
    margin-left: auto;
    margin-left: 30px;
    right: 0px;
}


.swiper_videoBlock .videoBlockimg {
    text-align: center;
    background: #1a73e8;
}



.swiper_videoBlock .swiper-button-next.swiper-button-disabled,
.swiper_videoBlock .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}


/*============================== Testimonials_HOME ====================== */
.textimo_sec {
    background: #F9FBFF;
}

.heading_block .tagline_head {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #000000;
}


.textimo_sec .heading_block h3 {
    margin-bottom: 10px;
}


.mySwiper_test .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.testimonials_block .text_author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slide_testWrap {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

.slide_testWrap .stars i {
    color: #FFBB3D;
    font-size: 17px;
    padding-right: 1px;
}

.slide_testWrap .stars {
    margin-bottom: 10px;
    display: inline-block;
}

.slide_testWrap p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: rgb(84 84 84 / 70%);
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 16px;
}

.slide_testWrap .text_author img {
    border-radius: 50%;
    max-width: 70px;
    object-fit: cover;
}

.text_author .author_name h4 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.3px;
    color: #000000;
    margin: 0;
    padding-bottom: 5px;
}

.text_author .author_name span {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.3px;
    color: rgb(0 0 0 / 50%);
}


.quote_imgbx {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 53px;
    line-height: 53px;
    height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 3%);
    text-align: center;
    border-radius: 10px;
}

.testimonials_block {
    position: relative;
}

.pos_ab {
    position: absolute;
}

.pos_ab.right-top {
    right: -90px;
    top: -90px;
}

.pos_ab.left-bottom {
    bottom: -50px;
    left: -90px;
}

.pos_ab.top-left {
    position: absolute;
    top: -10px;
    left: -35px;
}


/*======================== download app ===============*/
.downloadapp_block {
    background: #EBF2FC;
    position: relative;
    border-radius: 25px;
    margin-bottom: 80px;
    padding: 0px 40px 0;
}

.app_textWall h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #000000;
    margin: 0;
}

.app_textWall h5 {
    margin: 0;
    padding: 25px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.app_rightimg {
    margin-top: 30px;
}

.downloadapp_block .pos_ab.top-left {
    top: -35px;
    left: -35px;
}

.pos_ab.bottom-right {
    bottom: -28px;
    right: -50px;
}


/*=========================== //The New Way ===============*/
.newway_block {
    background: #1A73E8;
    border-radius: 25px;
    padding: 15px 30px 0;
}

.Neway_textWall {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Neway_textWall .text_wall {
    text-align: left;
}

.newway_row {
    display: flex;
    align-items: center;
    gap: 25px;
}

.leftcol_newway {
    flex: 0 0 240px;
}

.rightcol_newway {
    flex: 1;
    text-align: center;
}

.Neway_textWall .text_wall {
    letter-spacing: -0.2px;
}

.Neway_textWall .text_wall h5 {
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    font-size: 26px;
    padding-bottom: 8px;
}

.Neway_textWall .text_wall h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 37px;

    color: #FFFFFF;
}

.Neway_textWall .btn-Btheme {
    background: #FFFFFF;
    border-radius: 8px;
    color: #1D2025;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 22px;
    padding: 13px 33px;
}



/* ================================= footer  ===================== */
.sociallinks_footer {
    text-align: right;
}

.footer-links.sociallinks_footer li a {
    width: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 5%);
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.footer-links.sociallinks_footer li:last-child a {
    margin-right: 0;
}


/*  */

.section-box {
    min-height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    display: flex;
    justify-content: end;
    height: 100%;
    background-attachment: fixed !important;
    padding: 0;
    background-color: #000;
}

.login-box {
    max-width: 570px;
    margin-left: auto;
    margin-right: 128px;
    padding: 48px 90px;
    min-width: 500px;
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
}

.login-title {
    color: #121212;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 11px;
}

.login-sub-title {
    color: var(--Gray-1, #808080);
    text-align: center;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.form_input_box {
    margin-top: 60px;
}

.form-label {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
}

.form-control.form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5999 1.45801L9.16657 6.89134C8.5249 7.53301 7.4749 7.53301 6.83324 6.89134L1.3999 1.45801' stroke='%2343474C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.input_iconBox {
    position: relative;
}

[type="password"] {
    padding-right: 50px;
}

.password_icon {
    position: absolute;
    right: 16px;
    cursor: pointer;
    top: 10px;
}

.account-register-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-primary {
    border-radius: 8px;
    background: #121212;
    border: 1px solid #121212;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
}

.btn-primary:hover {
    background: #fff;
    color: #121212;
    border-color: #121212;
}

.password_hideIcon {
    display: none;
}

.button-box {
    margin-top: 70px;
}

.forgot-password {
    color: #3DC13C;
    font-size: 16px;
    font-weight: 400;
}

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin: 3px 0 0 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
    border: 2px solid #3DC13C;
    background: #3DC13C;
}

.custom_checkbox input[type="checkbox"]:checked::before,
.custom_checkbox input[type="radio"]:checked::before {
    content: "\f00c";
    height: 100%;
    color: #fff;
    font-family: "Font-awesome-5-pro";
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.custom_checkbox label {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
}

.custom_checkbox .form-check-input {
    margin-top: 0;
}

.custom_checkbox {
    display: flex;
    gap: 10px;
    /* align-items: center; */
    align-items: flex-start;
}

.cricle-img {
    width: 156px;
    height: 156px;
    object-fit: cover;
    border-radius: 50%;
    padding: 8px;
}

.form-top-img {
    /* margin-right: -165px; */
    background: linear-gradient(-0deg, #68EC38 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    right: -80px;
    pointer-events: none;
    top: 53px;
}

.form-bottom-img {
    /* margin-left: -168px; */
    background: linear-gradient(180deg, #68EC38 0%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    left: -110px;
    bottom: 53px;
    pointer-events: none;
}

.logo-box {
    left: 73px;
    top: 42px;
    position: fixed;
}

.form-control:focus {
    border-color: #121212;
    box-shadow: unset;
}

.mt-40 {
    margin-top: 40px;
}

.form_input_box .btn-primary {
    width: 100%;
    text-align: center;
    display: block;
}

.otp_verification {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.otp_verification .form-control.dark-form-control {
    width: 86px;
    height: 90px;
    color: #121212;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #D0D5DD;
}


.time-label {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
}

.formChangeLink {
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    justify-content: center;
    display: flex;
    gap: 4px;
    align-items: center;
}

.formChangeLink a {
    color: #3DC13C;
    font-size: 16px;
    font-weight: 500;
}

.status-card {
    text-align: center;
}

.status-heading {
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.status-info {
    color: #808080;
    font-size: 16px;
}

.modal-content {
    border-radius: 30px;
}

.modal-title {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.modal .btn-close {
    text-align: end;
    margin-left: auto;
    margin-top: 20px;
    margin-right: 20px;
    opacity: 1;
}

.status-card img {
    height: 105px;
    margin-bottom: 30px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #121212;
    border-color: #121212;
    box-shadow: none;
}

/*  */

.timespan {
    margin-top: 30px;
}

.profile-block-inner {
    padding-block: 30px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.profile-block-inner .avatar-upload {
    max-width: unset;
}

.profile-block-inner .avatar-upload .avatar-edit {
    position: unset;
}

.profile-block-inner .avatar-upload .avatar-edit .Upload_input+.Upload_icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
}

.account-register-box a {
    text-decoration: underline;
}

.page-sub-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

/* .contant-para p {
    color: #403F3F;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 26px;
} */


/* Headings */
.cms-page h1 {
    font-size: 24px !important;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 15px;
    text-align: center;
    font-family: Outfit !important;
  }
  
  .cms-page h2 {
    font-size: 18px !important;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 10px;
    font-family: Outfit !important;
  }
  
  .cms-page h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 8px;
    font-family: Outfit !important;
  }
  
  /* Paragraph Styling */
  .cms-page p {
    font-size: 16px;
    color: #000 !important;
    margin-bottom: 15px;
    text-align: justify;
    font-family: Outfit !important;
  }
  .cms-page {
    padding-block: 34px;
    font-family: Outfit !important;
}
.editTeam-form-box{
    position: relative;
    max-width: 900px;
}  
.addBtn-box .add_moreList{
    position: absolute;
    right: 80px;
}
  /* Responsive Typography */
  @media (max-width: 768px) {
    .cms-page h1 {
      font-size: 20px;
    }
    .cms-page h2 {
      font-size: 18px;
    }
    .cms-page p {
      font-size: 14px;
    }
  }


  .modal-backdrop~.select2-container {
    z-index: 1060;
  }
  .remin_item_outer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .remin_item {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ebebeb;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
  }
  .remin_item .delete_tripRemi {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border: none;
    color: red;
    padding: 0;
    background-color: transparent;
  }
  .remin_item .delete_tripRemi svg {
    width: 100%;
    height: 100%;
  }
  .custom_remin_outer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .custom_remin_outer .reminder_dateSet {
    font-size: 14px;
    padding: 8px 16px;
    background: #e1e1e1;
    color: #333;
    border-radius: 4px;
    transition: all .3s;
    flex: 1;
    white-space: nowrap;
    text-align: center;
  }
  .custom_remin_outer .reminder_dateSet, .custom_remin_outer .reminder_dateSet * {
    cursor: pointer;
  }
  .custom_remin_outer .reminder_dateSet:hover {
    background: #c7c7c7;
  }
  .custom_remin_outer .reminder_dateSet.active {
    background: #333333;
    color: #fff;
  }

  
.teamScore_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 18px 0 30px;
    background: linear-gradient(120deg, #f0f0f2, #f3fff5, #f0f0f2);
    padding: 18px;
    border-radius: 12px;
    animation: teamScoreBgAnim 3s ease-in-out infinite alternate;
    background-size: 200% 200%;
}

@keyframes teamScoreBgAnim {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.teamScore_input input.form-control {
    height: 40px;
    font-size: 14px;
}
.teamScore_input .form-label {
    color: #333;
    font-size: 15px;
}
.teamScore_input {
    flex: auto;
}

.seasonManagement_box {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    color: #121212;
    font-size: 16px;
    width: 100%;
    border: 1px solid #3DC13C;
    line-height: 32px;
    box-shadow: 0 -4px 30px 0 rgba(0, 0, 0, 0.08);
}
.light-blab {
    max-width: 22px;
    margin-right: 4px;
    margin-top: 4px;
}
.light-blab-box{
    display: flex;
    align-items: start;
}