.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 992px) {
    .navbar {
        padding: 0;
        background-color: #11670c;
    }
    .navbar .innerHeader {
        padding: 0.7rem 1rem;
        margin-top: 0;
    }
    .navbar .innerHeader .navbar-brand {
        width: 100px;
        padding: 0;
    }
    .navbar .innerHeader .navbar-brand img {
        width: 50px;
        position: relative;
        top: 0;
    }
    .navbar .innerHeader .btnPrimary.btn-sm {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}
.navbar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.banner {
    color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    background-position: 50% !important;
    border-radius: 20px;
    border: 2px solid hsla(0, 0%, 93%, 0.078);
}
.banner .topLeft {
    padding: 3rem;
}
@media (max-width: 992px) {
    .banner {
        margin-top: 35px;
    }
    .banner .topLeft {
        padding: 1.5rem;
    }
    .banner .topLeft .title {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) {
    .tabsStyle .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .resultCard {
        padding: 1.5rem;
        flex-wrap: wrap;
        height: 100%;
    }
}
.ranksBox .rankITmes {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.ranksBox .tableStyle1 thead th {
    background: var(
        --Silver,
        linear-gradient(
            180deg,
            #faf7fa 0,
            #eaeceb 29%,
            #f9fafe 64.5%,
            #c8c9cd 99.5%
        )
    );
}
@media (max-width: 767px) {
    footer {
        padding: 2rem 2rem 6rem;
    }
}
footer img {
    margin: 0 auto;
}
.slick-slider {
    margin: 0 -15px;
}
.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.bottomBTN {
    position: fixed;
    bottom: 1rem;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    z-index: 999;
    left: 1rem;
    right: 1rem;
    text-align: center;
}
.collapse {
    visibility: visible;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.cust_radio {
    display: block;
    position: relative;
    padding-left: 1.6875rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cust_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}
.cust_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
}
.cust_radio input:checked ~ .checkmark {
    border-color: #01c8e7;
}
.cust_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust_radio input:checked ~ .checkmark:after {
    display: block;
}
.cust_radio .checkmark:after {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #01c8e7;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    overflow: hidden;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type="checkbox"] + label:after,
[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
[type="checkbox"]:not(:checked) + label:before {
    top: 4px;
    width: 19px;
    height: 19px;
    border: 1px solid #9fb3c1;
    border-radius: 4px;
    background-color: #d8e0e6;
}
[type="checkbox"]:checked + label:before {
    top: 2px;
    border-color: transparent #1a1a1a #1a1a1a transparent;
    border-width: 1px;
}
[type="checkbox"]:checked + label:after {
    top: 4px;
    width: 19px;
    height: 19px;
    border: 1px solid #0193ce;
    z-index: 0;
    background: #0193ce;
    border-radius: 4px;
}
[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 4px solid #444;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
[type="checkbox"]:disabled + label {
    color: #555;
}
[type="checkbox"]:disabled:not(:checked) + label:hover:before {
    border-color: #01c8e7;
}
[type="checkbox"]:checked + label:before {
    top: 7px;
    left: 2px;
    width: 6px;
    height: 12px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}
*,
ul {
    margin: 0;
}
* {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Poppins, serif;
    font-weight: 400;
    background-color: #071804;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000;
}
figure {
    margin: 0;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
li,
ul {
    list-style: none;
}
a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}
button,
input[type="button"],
input[type="submit"] {
    width: auto;
    outline: none;
    cursor: pointer;
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    outline: none;
}
.f-12 {
    font-size: 0.75rem !important;
}
.f-14 {
    font-size: 0.875rem !important;
}
.f-16 {
    font-size: 1rem !important;
}
.f-18 {
    font-size: 1.125rem !important;
}
.f-20 {
    font-size: 1.25rem !important;
}
.f-22 {
    font-size: 1.375rem !important;
}
.f-24 {
    font-size: 1.5rem !important;
}
.f-26 {
    font-size: 1.625rem !important;
}
.f-28 {
    font-size: 1.75rem !important;
}
.f-30 {
    font-size: 1.875rem !important;
}
.f-32 {
    font-size: 2rem !important;
}
.f-34 {
    font-size: 2.125rem !important;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.pt-10 {
    padding-top: 0.625rem;
}
.pt-20 {
    padding-top: 1.25rem;
}
.pt-30 {
    padding-top: 1.875rem;
}
.pt-40 {
    padding-top: 2.5rem;
}
.pt-50 {
    padding-top: 3.125rem;
}
.pt-60 {
    padding-top: 3.75rem;
}
.pt-70 {
    padding-top: 4.375rem;
}
.pt-80 {
    padding-top: 5rem;
}
.pt-90 {
    padding-top: 5.625rem;
}
.pt-100 {
    padding-top: 6.25rem;
}
.pt-110 {
    padding-top: 6.875rem;
}
.pt-120 {
    padding-top: 11.25rem;
}
.pb-10 {
    padding-bottom: 0.625rem;
}
.pb-20 {
    padding-bottom: 1.25rem;
}
.pb-30 {
    padding-bottom: 1.875rem;
}
.pb-40 {
    padding-bottom: 2.5rem;
}
.pb-50 {
    padding-bottom: 3.125rem;
}
.pb-60 {
    padding-bottom: 3.75rem;
}
.pb-70 {
    padding-bottom: 4.375rem;
}
.pb-80 {
    padding-bottom: 5rem;
}
.pb-90 {
    padding-bottom: 5.625rem;
}
.pb-100 {
    padding-bottom: 6.25rem;
}
.pb-110 {
    padding-bottom: 6.875rem;
}
.pb-120 {
    padding-bottom: 11.25rem;
}
.py-80 {
    padding: 6rem 0;
}
@media (max-width: 992px) {
    .py-80 {
        padding: 4rem 0;
    }
}
@media (max-width: 767px) {
    .py-80 {
        padding: 2rem 0;
    }
}
.mt-10 {
    margin-top: 0.625rem;
}
.mt-20 {
    margin-top: 1.25rem;
}
.mt-30 {
    margin-top: 1.875rem;
}
.mt-40 {
    margin-top: 2.5rem;
}
.mt-50 {
    margin-top: 3.125rem;
}
.mt-60 {
    margin-top: 3.75rem;
}
.mt-70 {
    margin-top: 4.375rem;
}
.mt-80 {
    margin-top: 5rem;
}
.mt-90 {
    margin-top: 5.625rem;
}
.mt-100 {
    margin-top: 6.25rem;
}
.mt-120 {
    margin-top: 11.25rem;
}
.mb-10 {
    margin-bottom: 0.625rem;
}
.mb-20 {
    margin-bottom: 1.25rem;
}
.mb-30 {
    margin-bottom: 1.875rem;
}
.mb-40 {
    margin-bottom: 2.5rem;
}
.mb-50 {
    margin-bottom: 3.125rem;
}
.mb-60 {
    margin-bottom: 3.75rem;
}
.mb-70 {
    margin-bottom: 4.375rem;
}
.mb-80 {
    margin-bottom: 5rem;
}
.mb-90 {
    margin-bottom: 5.625rem;
}
.mb-100 {
    margin-bottom: 6.25rem;
}
.mb-120 {
    margin-bottom: 11.25rem;
}
.btnPrimary,
.tabsStyle .nav-link.active {
    background: linear-gradient(135deg, #fd872d, #fe721b 50%, #fd8e2d);
    color: #eaeaea !important;
    border-radius: 50px;
    border: 1px solid #b0b0b0;
}
.btnPrimary {
    font-size: 18px;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
}
.text-orange {
    color: #fd872d;
}
.navbar {
    transition: transform 0.2s;
}
.navbar .innerHeader {
    background-color: #11670c;
    border-radius: 20px;
    padding: 1.1rem 1.5rem;
    margin-top: 1rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar .innerHeader .navbar-brand {
    width: 150px;
    transition: transform 0.2s;
}
.navbar .innerHeader .navbar-brand img {
    position: absolute;
    top: -20px;
}
@media (max-width: 992px) {
    .navbar .innerHeader {
        padding: 0.7rem 1rem;
    }
    .navbar .innerHeader .navbar-brand img {
        width: 60px !important;
    }
    .navbar .innerHeader .btnPrimary.btn-sm {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}
.navbar .navbar-nav > li {
    padding: 1rem;
    position: relative;
}
.navbar .navbar-nav > li > a {
    color: #eaeaea !important;
    padding: 0 !important;
}
@media (max-width: 992px) {
    .navbar .navbar-nav {
        margin-top: 2rem;
    }
    .navbar .navbar-nav li {
        padding: 0.5rem;
    }
}
.navbar .navbar-toggler {
    padding: 0;
    width: 30px;
    margin-right: 0;
    border: none;
    position: relative;
    top: 1px;
}
.navbar .navbar-toggler span {
    position: relative;
    display: block;
    background: #fff;
    background-image: none !important;
}
.navbar .navbar-toggler span,
.navbar .navbar-toggler span:before {
    height: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar .navbar-toggler span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background: #fff;
    width: 70%;
}
.navbar .navbar-toggler span:after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    background: #fff;
    height: 3px;
    width: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar .navbar-toggler.i-change span {
    background-color: transparent;
}
.navbar .navbar-toggler.i-change span:before {
    top: 0;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar .navbar-toggler.i-change span:after {
    width: 100%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar.sticky {
    background: linear-gradient(180deg, #004c6a 0, rgba(0, 88, 123, 0));
}
.navbar.sticky .navbar-brand {
    width: 70px;
    transition: transform 0.2s;
}
.navbar.sticky .topright {
    display: none;
}
.banner {
    margin-top: 70px;
}
@media (max-width: 992px) {
    .banner {
        margin-top: 35px;
    }
}
.tabsStyle {
    max-width: 400px;
    justify-content: space-evenly;
    background-color: #11670c;
    border-radius: 50px;
    padding: 1rem;
    margin: 85px auto;
}
@media (max-width: 767px) {
    .tabsStyle {
        margin: 25px auto;
    }
}
@media (max-width: 583px) {
    .tabsStyle {
        gap: 0.5rem;
    }
    /* .tabsStyle li {
        flex: 1;
    } */
}
.tabsStyle .nav-link {
    border: 1px solid #11670c;
    background: linear-gradient(180deg, rgba(153, 52, 31, 0.02) 0, #ff5733);
    color: #b0b0b0;
    border-radius: 50px;
}
.resultCard {
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .resultCard {
        padding: 1.5rem;
        flex-wrap: wrap;
        height: 100%;
    }
}
.resultCard:before {
    content: "";
    background: linear-gradient(90deg, #11670c 0, rgba(32, 47, 88, 0.5));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}
.resultCard .Rleft h6 {
    font-size: 1.5rem;
    color: #fd872d;
    font-weight: 700;
}
@media (min-width: 1600px) {
    .resultCard .Rleft h6 {
        font-size: 2rem;
    }
}
.resultCard .RRight p,
.resultCard .Rleft p {
    color: #fff;
    margin-bottom: 0;
}
.resultCard .RRight p {
    font-size: 2.5rem;
    font-weight: 700;
}
.resultCard.bg-1 {
    background-image: url(../../../images/bg-1.jpg);
}
.resultCard.bg-2 {
    background-image: url(../../../images/bg-2.png);
}
.resultCard.bg-3 {
    background-image: url(../../../images/bg-3.png);
}
.resultCard.bg-4 {
    background-image: url(../../../images/bg-4.png);
}
.resultCard.bg-5 {
    background-image: url(../../../images/bg-5.png);
}
.resultCard.bg-6 {
    background-image: url(../../../images/bg-6.png);
}
.title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}
.title span {
    color: #fd872d;
}
.tableStyle1 {
    border-collapse: separate;
    border-spacing: 0 1em;
}
.tableStyle1 td,
.tableStyle1 th {
    background-color: #11670c;
    color: #eaeaea;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 5px 10px;
    border-top: 1px solid #11670c;
    border-bottom: 1px solid #11670c;
}
.tableStyle1 td:first-child,
.tableStyle1 th:first-child {
    border-radius: 12px 0 0 12px;
    border-left: 1px solid #11670c;
}
.tableStyle1 td:last-child,
.tableStyle1 th:last-child {
    border-radius: 0 12px 12px 0;
    border-right: 1px solid #11670c;
}
.tableStyle1 td {
    font-weight: 400 !important;
    font-size: 16px;
}
.ranksBox {
    background-color: #11670c;
    border: 1px solid #11670c;
    padding: 3rem;
    border-radius: 12px;
}
@media (min-width: 1600px) {
    .ranksBox {
        padding: 5rem;
    }
}
@media (max-width: 767px) {
    .ranksBox {
        padding: 1.5rem;
    }
}
.ranksBox .rankITmes {
    padding: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
}
.ranksBox .rankITmes h6 {
    font-size: 2rem;
    font-weight: 700;
    color: #071804;
}
.ranksBox .rankITmes p {
    font-size: 18px;
    font-weight: 500;
    color: #071804;
    margin-bottom: 0;
}
.ranksBox .rankITmes.rankITme1,
.ranksBox .rankITmes.rankITme2,
.ranksBox .rankITmes.rankITme3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
.ranksBox .rankITmes.rankITme1 {
    background-image: url(../../../images/rank-1.png);
}
.ranksBox .rankITmes.rankITme2 {
    background-image: url(../../../images/rank-2.png);
}
.ranksBox .rankITmes.rankITme3 {
    background-image: url(../../../images/rank-3.png);
}
.ranksBox .tableStyle1 {
    margin-top: 35px;
}
.ranksBox .tableStyle1 thead th {
    background: var(
        --Silver,
        linear-gradient(
            180deg,
            #faf7fa 0,
            #eaeceb 29%,
            #f9fafe 64.5%,
            #c8c9cd 99.5%
        )
    );
    color: #071804;
}
.ranksBox .tableStyle1 td {
    background-color: #071804;
}
.textlarg {
    color: #eaeaea;
    margin-top: 4rem;
}
.textlarg h6 {
    font-size: 2rem;
    color: #eaeaea;
    font-weight: 700;
}
.aboutBox {
    background-image: url(../../../images/about.png);
    background-repeat: no-repeat;
    padding: 4rem 5.5rem;
    border-radius: 16px;
    background-size: cover;
}
@media (max-width: 992px) {
    .aboutBox {
        padding: 4rem 2.5rem;
    }
}
@media (max-width: 767px) {
    .aboutBox {
        padding: 3rem 1.5rem;
    }
}
.aboutBox p {
    color: #eaeaea;
}
.companyBOx {
    position: relative;
}
.companyBOx figure {
    border: 1px solid #11670c;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.companyBOx figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.companyBOx figure:before {
    content: "";
    background: linear-gradient(180deg, rgba(32, 47, 88, 0.2) 0, #11670c);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.companyBOx h6 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.ratingSlide .item {
    background-color: #11670c;
    border-radius: 12px;
    padding: 1.5rem;
}
.ratingSlide .item h6 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}
.ratingSlide .item p {
    color: #eaeaea;
}
.ratingSlide .item .ratingStar {
    display: flex;
    align-items: center;
}
.ratingSlide .item .ratingStar ul {
    display: flex;
    padding-left: 0;
    gap: 0.7rem;
}
.ratingSlide .item .ratingStar span {
    margin-left: 2rem;
    color: #eaeaea;
}
.ratingSlide .item .userINfo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.ratingSlide .item .userINfo figure {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    overflow: hidden;
}
.ratingSlide .item .userINfo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ratingSlide .item .userINfo p {
    margin-bottom: 0;
}
.subtitle {
    font-size: 14px;
    color: #eaeaea;
}
.earnBOx {
    background: #11670c url(../../../images/earnBOxbg.png) no-repeat 100%;
    padding: 2rem 3.5rem;
    border-radius: 12px;
    border: 1px solid #11670c;
}
@media (max-width: 767px) {
    .earnBOx {
        padding: 2rem 1.5rem;
    }
}
.faqs .accordion-item {
    background-color: transparent;
    color: #fff;
}
.faqs .accordion-item .accordion-button {
    background-color: transparent;
    color: #fff;
    padding: 1rem 0;
}
.faqs .accordion-item .accordion-button:focus,
.faqs .accordion-item .accordion-button:hover {
    outline: none;
    box-shadow: none;
}
.faqs .accordion-item .accordion-button:after {
    background-image: url(../../../images/arrow.svg);
}
.faqs .accordion-item .accordion-body {
    padding: 1rem 0;
}
footer {
    background-color: #11670c;
    text-align: center;
    padding: 2rem;
}
footer p {
    color: #eaeaea;
    margin: 50px 0 30px;
}
footer ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #071804;
    border-radius: 12px;
}
footer ul li a {
    color: #eaeaea;
    padding: 1rem;
    display: block;
}
footer ul li a:hover {
    color: #fd872d;
}
@media (max-width: 768px) {
    footer ul li a {
        padding: 0.5rem;
    }
}
