/* CSS Document input 
    font-family: 'Matter';
*/

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

::-webkit-scrollbar-thumb {
    background: #ffcf21;
    border-radius: 1px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #191a60;
    border-radius: 0;
    background: #2224af;
}

body {
    background: #ffffff !important;
    background-size: 100% 100% !important;
    font-family: "Instrument Sans", sans-serif !important;
    color: #464646 !important;
    background-attachment: fixed !important;
}

body button {
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    padding: 0px;
    margin: 0px;
}

body a {
    text-decoration: none;
    cursor: pointer;
    color: #ffcf21;
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif !important;
    font-weight: 300;
}

body a:hover {
    text-decoration: none;
    color: #2224af;
}

body ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body li {
    list-style-type: none;
}

.img-fluid {
    margin: auto !important;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/******=======  HEADER PART END  =======******/

/******=======  SCROLL PART START  =======******/

.scroller {
    position: relative;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition-duration: 1s;
    z-index: 111;
    text-align: center;
    background: radial-gradient(#0f113e, #2224af, #0a0b28);
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.9s;
}

#scroll:hover {
    transition: 0.9s;
    background: #424242;
}

#scroll:hover .top_but,
#scroll .top_but:hover {
    transition-duration: 1s;
}

#scroll .top_but {
    filter: invert(1);
    max-width: 15px;
}

/******=======  SCROLL PART END  =======******/

/******=======  HEADER PART END  =======******/

.header_bg {
    background: url(../images/banner_bg.png);
    background-size: 120% 100%;
    position: relative;
    padding: 0px 0px 50px
}

.header_bg .container {
    position: relative;
    z-index: 1;
}

.header_bg header {
    padding: 15px 0px;
}

.header_bg .logo {
    max-width: 230px;
}

.header_bg .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.header_bg .nav-item {
    margin: 0px 0px 0px 6px;
}

.header_bg .nav-link {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    transition: 0.7s;
}

.header_bg .nav-link:hover {
    color: #ffff;
    transition: 0.7s;
}

.header_bg .nav_but {
    text-transform: uppercase;
}

.header_bg .nav_but .nav-link {
    text-transform: capitalize;
    padding: 7px 28px;
    margin: 0px 0px 0px 10px;
}

.banner {
    padding: 65px 0px 100px;
}

.banner .head {}

.banner .head h2 {
    font-size: 44px;
    font-weight: 700;
    color: #ffcf21;
    word-spacing: 5px;
}

.banner .head h2 span {
    font-weight: 200;
    color: #fff;
}

.banner .head h3 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0px;
    word-spacing: 5px;
}

.banner .head h3 span {
    font-weight: 200;
    color: #fff;
}

.banner .head p {
    font-size: 14px;
    font-weight: 400;
    color: #d5d5d5;
    line-height: 24px;
    padding: 8px 0px;
    word-spacing: 3px;
}

.text_but {
    padding: 22px 0px 0px;
}

.text_but .but {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 5px;
    padding: 7px 30px;
}

.banner_img {
    max-width: 440px;
    text-align: center;
    margin: -35px auto 0px;
}

/******=======  HEADER PART END  =======******/

/******=======  STATISTICS PART START  =======******/

.sta_bg {
    padding: 15px 0px 50px;
}

.head1 {}

.head1 h1 {
    font-size: 16px;
    font-weight: 500;
}

.head1 h2 {
    font-size: 40px;
    font-weight: 200;
    color: #424242;
    padding: 5px 0px;
}

.head1 h3 {
    font-size: 22px;
    font-weight: 500;
    color: #424242;
    padding: 5px 0px;
}

.head1 h2 span {
    font-weight: 700;
}

.head1 p {
    font-size: 13px;
    font-weight: 500;
    color: #424242d1;
    width: 65%;
    margin: auto;
    word-spacing: 1px;
    line-height: 22px;
}

.sta_bg .sta_list {
    padding: 40px 0px 0px;
    width: 100%;
    max-width: 1135px;
    margin: auto;
}

.sta_bg .sta_list li {
    display: inline-block;
    height: 100%;
}

.sta_bg .sta_list li:nth-child(1) {
    width: 24%;
}

.sta_bg .sta_list li:nth-child(2) {
    width: 51%;
    text-align: center;
}

.sta_bg .sta_list li:nth-child(3) {
    width: 24%;
}

.sta_bg .sta_text {
    clip-path: polygon(11% 0, 100% 0, 100% 77%, 92% 100%, 0 100%, 0 16%);
    background: #f8f3ff;
    padding: 15px 20px;
    margin: 20px 0px;
    width: 100%;
    max-width: 180px;
    text-align: end;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.sta_bg .sta_text1 {
    background: #f3ffff;
}

.sta_bg .sta_text1::before {
    content: "";
}

.sta_bg .sta_text2 {
    position: relative;
    left: -46px;
    background: #f8f3ff;
}

.sta_bg .sta_text2 h3 span {
    color: #2224af !important;
}

.sta_bg .sta_text3 {
    margin-left: unset;
    background: #fffcf3;
}

.sta_bg .sta_text3 h3 span {
    color: #8c6900 !important;
}

.sta_bg .sta_text4 {
    margin-left: unset;
    background: #f3ffff;
    text-align: start;
}

.sta_bg .sta_text5 {
    background: #f8f3ff;
    position: relative;
    left: -46px;
    text-align: start;
}

.sta_bg .sta_text5 h3 span {
    color: #2224af !important;
}

.sta_bg .sta_text6 {
    background: #fffcf3;
    text-align: start;
}

.sta_bg .sta_text6 h3 span {
    color: #8c6900 !important;
}

.sta_bg .sta_text h3 {
    font-size: 13px;
    font-weight: 500;
    color: #464646;
}

.sta_bg .sta_text h3 span {
    font-size: 16px;
    font-weight: 700;
    color: #0b6d6d;
    display: block;
    padding: 8px 0px 0px;
}

.sta_bg .sta_details {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: auto;
}

.sta_bg .sta_details .line_img {
    position: absolute;
}

.sta_bg .sta_details .img1 {
    top: -120px;
    left: -69px;
}

.sta_bg .sta_details .img2 {
    top: -20px;
    left: -57px;
}

.sta_bg .sta_details .img3 {
    left: -82px;
    bottom: 0px
}

.sta_bg .sta_details .img4 {
    right: -68px;
    top: -108px;
    transform: rotate(178deg);
}

.sta_bg .sta_details .img5 {
    right: -60px;
    top: -3px;
    transform: rotate(180deg);
}

.sta_bg .sta_details .img6 {
    bottom: 0px;
    right: -81px;
    transform: rotate(180deg);
}

.sta_bg .sta_details::before {
    content: "";
    background: url(../images/sta_img.png);
    background-size: 100% 100%;
    width: 100%;
    height: 295px;
    position: absolute;
    inset: 0px;
    max-width: 565px;
    top: -155px;
    margin: auto;
}

.sta_bg .sta_details h4 {
    font-size: 15px;
    font-weight: 500;
    color: #464646;
    padding: 0px 0px 10px 0px;
}

.sta_bg .sta_details h4 span {
    color: #2224af;
    font-weight: 600;
}

.sta_bg .sta_details .countdown {
    display: flex;
    justify-content: space-between;
    max-width: 125px;
    margin: auto;
}

.sta_bg .sta_details .countdown li {
    width: unset;
    font-size: 20px;
    font-weight: 700;
    color: #2224af;
}

.sta_bg .sta_details .countdown li h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2224af;
}

/******=======  STATISTICS PART START  =======******/

/******=======  PLAN PART START  =======******/

.plan_bg {
    padding: 0px 0px 40px 0px;
}

.plan_bg .plan_list {
    margin: 35px 0px 0px;
    text-align: center;
}

.plan_bg .plan_list li {
    display: inline-block;
    width: 100%;
}

.plan_bg .plan {
    background: url(../images/plan_bg11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 260px;
    padding: 20px 15px;
    text-align: center;
    margin: auto;
}

.plan_bg .plan .plan_head {}

.plan_bg .plan .plan_head h2 {
    font-size: 22px;
    font-weight: 900;
    color: #0b6d6d;
    text-align: start;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.plan_bg .plan .plan_head p {
    font-size: 13px;
    font-weight: 700;
    color: #0d1339;
    padding: 5px 0px 0px;
    transform: rotate(328deg);
    position: relative;
    top: 52px;
    left: -45px;
}

.plan_bg .plan .plan_text {
    padding: 70px 0px 0px 0px;
}

.plan_bg .plan .plan_text h3 {
    font-size: 42px;
    font-weight: 900;
    color: #0b6d6d;
    text-align: center;
    background: linear-gradient(to right, #be902e 0%, #f9e67f 38%, #ca9a28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 0px 15px 0px;
}

.plan_bg .plan .plan_text p {
    text-align: start;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 300;
    color: #fffc;
}

.plan_bg .plan .plan_text p img {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px 5px 0px 0px;
}

.plan_bg .plan .plan_text p span {
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #faf3c0;
}

.plan_but {
    margin: 30px 0px 0px;
    position: relative;
    top: 7px;
}

.plan_but .plan_btn {
    background: url(../images/plan_but.png);
    background-size: 100% 100%;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: 1s;
}

.plan_but .plan_btn:hover {
    transition: 1s;
    filter: drop-shadow(0px 0px 2px #0b6d6d);
}

.plan1 {
    background: url(../images/plan_bg22.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

/******=======  PLAN PART END  =======******/

/******=======  CALCI PART START  =======******/

.calci_bg {
    padding: 0px 0px 55px;
}

.calci_bg .cals {
    margin: 20px 0px;
}

.calci_bg .cals h2 {
    font-size: 13px;
    font-weight: 500;
    color: #676767;
}

.calci_bg .cals h2 input {}

.calci_bg .sum,
.calci_bg .val {
    margin: 7px 0px 0px;
    background: #dbe9ff;
    padding: 7px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
    color: #13145c;
    font-weight: 600;
}

.hvr-bounce-to-left i {}

/******=======  CALCI PART END  =======******/

/******=======  FEATURES PART START  =======******/

.fea_bg {
    background: url(../images/about_bg.png);
    background-size: 165% 100%;
    position: relative;
    padding: 50px 0px 50px
}

.fea_bg .head1 h1 {
    font-size: 17px;
    font-weight: 500;
    color: #ffff;
}

.fea_bg .head1 h2 {
    color: #ffffff;
}

.fea_bg .head1 h2 span {
    font-weight: 700;
    color: #ffcf21;
}

.fea_bg .head1 p {
    color: #d5d5d5;
}

.fea_bg .fea_list {
    margin: 35px 0px 80px;
}

.fea_bg .fea_text {
    text-align: right;
    margin: 0px 0px 30px 0px;
}

.fea_bg .fea_text h2 {
    font-size: 16px;
    font-weight: 500;
    color: #ffcf21;
    padding: 0px 0px 10px 0px;
}

.fea_bg .fea_text p {
    font-size: 13px;
    font-weight: 400;
    color: #d5d5d5;
    line-height: 23px;
    word-spacing: 2px;
    text-align: justify;
}

.fea_bg .cert_details {
    text-align: center;
    position: relative;
    max-width: 350px;
    margin: auto;
}

.fea_bg .cert_details img {
    width: 100%;
    max-width: 233px;
    background: #423fab;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #2224af;
    box-shadow: #1d1e69 0px 54px 55px, #1d1e69 0px -30px 41px, #1d1e69 0px 4px 6px, #1d1e69 0px 12px 13px, #1d1e69 0px -3px 5px;
    position: relative;
    z-index: 1;
}

.fea_bg .cert_details h3 {
    -webkit-text-stroke: 1px #2224af;
    font-size: 50px;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff00;
    position: absolute;
    left: -154px;
    bottom: 154px;
    transform: rotate(270deg);
}

.fea_bg .cert_details h4 {
    -webkit-text-stroke: 1px #2224af;
    font-size: 50px;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff00;
    position: absolute;
    right: -156px;
    bottom: 155px;
    transform: rotate(270deg);
    letter-spacing: 5px;
}

/******=======  FEATURES PART END  =======******/

/******=======  REFER PART START  =======******/

.refer_bg {
    padding: 40px 0px 50px;
}

.refer_bg .refer_list {
    margin: 12px 0px 0px;
}

.refer_bg .ref_text {}

.refer_bg .ref_text p {
    padding: 10px 0px 0px;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    line-height: 24px;
    word-spacing: 2px;
}

.refer_bg .ref_img {
    max-width: 400px;
    margin: 26px auto 0px;
    position: relative;
}

.refer_bg .ref_img small {
    font-size: 18px;
    font-weight: bold;
}

.refer_bg .ref_img h1 {
    position: absolute;
    top: -26px;
    right: 0px;
    left: 126px;
    font-size: 42px;
    font-weight: 700;
    color: #2224af;
    margin: auto;
    text-align: center;
}

.refer_bg .ref_img h2 {
    position: absolute;
    top: 22px;
    right: 0px;
    left: 205px;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    color: #0b6d6d;
    text-align: center;
}

.refer_bg .ref_img h3 {
    position: absolute;
    top: 68px;
    right: 0px;
    left: 281px;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    color: #e03737;
    text-align: center;
}

.refer_bg .ref_img h4 {
    position: absolute;
    right: 0px;
    left: 361px;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    color: #a7830d;
    text-align: center;
    bottom: 127px;
}

.refer_bg .ref_img h5 {
    position: absolute;
    bottom: 85px;
    right: -34px;
    margin: auto;
    font-size: 42px;
    font-weight: 700;
    color: #e03737;
    text-align: center;
}

/******=======  REFER PART END  =======******/

/******=======  TRANSACTION PART END  =======******/

.trans_bg {}

.trans_bg .nav {
    margin: 30px 0px 20px;
}

.trans_bg .nav-link {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #424242;
    max-width: 200px;
    margin: 0px 10px;
    border: 1px solid #2224af;
    outline: none;
}

.trans_bg .nav-link.active {
    background: #2224af;
    color: #fff;
    font-weight: 400;
}

.trans_list {
    margin: 25px 0px 0px;
    text-align: center;
}

.trans_list li {
    display: inline-block;
    width: 19%;
}

.trans_list .trans_text {
    background: #f8f3ff;
    padding: 15px;
    border-radius: 10px;
    text-align: start;
    width: 100%;
    max-width: 205px;
    margin: 15px auto 15px;
}

.trans_list li:nth-child(odd) .trans_text {}

.trans_list li:nth-child(even) .trans_text {
    background: #dbe9ff;
}

.trans_list li:nth-child(even) .trans_text h3 {
    color: #0060ff;
}

.trans_list .trans_text img {
    max-width: 35px;
    margin: -50px 0px 0px 0px !important;
}

.trans_list .trans_text h3 {
    font-size: 17px;
    font-weight: 600;
    color: #147373;
}

.trans_list .trans_text h3 span {
    display: block;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 300;
    color: #147373;
}

.trans_list .trans_text h4 {
    font-size: 13px;
    font-weight: 500;
    color: #147373d4;
}

/******=======  REFER PART END  =======******/

/******=======  ABOUT PART START  =======******/

.about_bg {
    padding: 60px 0px 50px;
}

.about_bg .head1 p {
    width: 100%;
    padding: 0px 0px 8px 0px;
}

.about_bg .about_vid {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.about_bg .about_vid iframe {
    width: 100%;
}

.wave {
    position: absolute;
    transition: 5s ease;
    inset: 0;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background: #5d00e0;
    width: 85px;
    height: 85px;
}

.about_bg .about_vid .wave1 {
    animation: wave 2.5s linear infinite .7s forwards;
}

.about_bg .about_vid .wave2 {
    background: #5d00e094;
    animation: wave 2.5s linear infinite 1.3s forwards;
}

.about_bg .about_vid .wave3 {
    background: #5d00e094;
    animation: wave 2.5s linear infinite 1.9s forwards;
}

.about_bg .vid_img {
    position: absolute;
    inset: 0;
    max-width: 60px;
    z-index: 1;
}

.about_text {
    margin: 25px 0px 0px;
}

.about_text img {
    float: left;
    margin: 0px 7px 0px 0px !important;
    border-radius: 5px;
}

.about_text h3 {
    font-size: 15px;
    font-weight: 700;
    color: #277f7f;
}

.about_text h3 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0px 0px;
    color: #464646;
}

.about_text .text1 {
    color: #2224af;
}

/******=======  ABOUT PART END  =======******/

/******=======  CARD PART END  =======******/

.card_bg {
    background: url(../images/about_bg.png);
    background-size: 150% 100%;
    position: relative;
    padding: 50px 0px 50px;
}

.card_bg .head1 h1 {
    color: #fff;
}

.card_bg .head1 h2 {
    color: #fff;
}

.card_bg .head1 h2 span {
    color: #fbb222;
}

.card_bg .head1 p {
    width: 100%;
    color: #d5d5d5;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 24px;
    word-spacing: 3px;
}

.card_bg .card_img {
    max-width: 310px;
    margin: 0px auto 50px;
}

/******=======  ABOUT PART END  =======******/

/******=======  PAY PART START  =======******/

.pay_bg {
    padding: 25px 0px 0px;
    display: flex;
    justify-content: space-evenly;
}

.pay_bg li {
    text-align: center;
}

.pay_bg img {
    max-width: 160px;
    margin: auto;
}

/******=======  PAY PART END  =======******/

/******=======  FOOTER PART START  =======******/

.footer_bg {
    padding: 40px 0px 20px;
}

.footer_bg .foot_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bg .foot_logo .footer_logo {
    max-width: 200px;
}

.footer_bg .foot_add .img1 {
    margin: 0px 5px 0px 0px;
    max-width: 27px;
}

.footer_bg .foot_add a {
    margin: 0px 0px 0px 22px;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
}

.footer_bg .foot_text {
    margin: 20px 0px 0px;
    max-width: 70%;
}

.footer_bg .foot_text p {
    font-size: 13px;
    font-weight: 500;
    color: #424242d1;
    word-spacing: 1px;
    line-height: 23px;
    text-align: justify;
}

.footer_bg .footer_link {
    padding: 20px 0px 0px;
}

.footer_bg .footer_link .link {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #424242;
    padding: 0px 30px 10px;
    transition: 1s;
}

.footer_bg .footer_link .link:hover {
    transition: 1s;
    color: #2224af;
}

.footer_bg .footer_copy {
    padding: 20px 0px 0px;
    text-align: center;
    border-top: 1px solid #0060ff0d;
    margin: 30px 0px 0px 0px;
}

.footer_bg .footer_copy p {
    font-size: 12px;
    font-weight: 400;
}

.footer_copy span {
    color: #2224af !important;
    font-weight: 600;
}

/******=======  FOOTER PART END  =======******/

@media (max-width:1199px) {
    .sta_bg .sta_details::before {
        height: 287px;
        max-width: 453px;
        top: -139px;
    }
}

@media (max-width:991px) {
    .navbar-toggler {
        padding: 0px;
        font-size: 0px;
        line-height: 1;
        border-radius: 0px;
        border: 4px double #ffcf21;
        width: 47px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 1px;
    }
    .navbar-toggler i {
        color: #ffcf21;
        font-size: 17px;
    }
    .navbar-nav {
        text-align: center;
    }
    /**===== BANNER PART ======**/
    .header_bg {
        background-size: 235% 100%;
    }
    .container {
        max-width: 95%;
    }
    .banner {
        padding: 45px 0px 65px;
        text-align: center;
    }
    .head1 p {
        width: 100%;
    }
    /**===== STA PART ======**/
    .sta_bg .sta_list {
        text-align: center;
    }
    .sta_bg .sta_details::before {
        content: unset;
    }
    .sta_bg .sta_details .line_img {
        display: none;
    }
    .sta_bg .sta_text {
        position: unset;
    }
    .fea_bg {
        background-size: 919% 100%;
        padding: 50px 0px 4px;
    }
    .fea_bg .cert_details {
        margin: 0px auto 50px;
    }
    .fea_bg .fea_text {
        text-align: center;
    }
    .fea_bg .fea_text p {
        text-align: center;
    }
    /**===== REF PART ======**/
    .refer_bg .ref_text {
        text-align: center;
    }
    .refer_bg .ref_img {
        margin: 50px auto 0px;
    }
    .text_but {
        text-align: center;
    }
    /**===== REANS PART ======**/
    .trans_list {
        margin: 15px 0px 0px;
        text-align: center;
    }
    .trans_list li {
        width: 24%;
    }
    .trans_list .trans_text {
        margin: 20px auto 0px;
    }
    /**===== ABOUT PART ======**/
    .about_bg .row {
        text-align: center;
        flex-direction: column-reverse;
    }
    .about_bg .about_vid {
        text-align: center;
        margin: 45px auto 0px;
    }
    .about_text img {
        float: unset;
        margin: 0px 0px 5px 0px !important;
    }
    /**===== CARD PART ======**/
    .card_bg {
        text-align: center;
        background-size: 171% 100%;
    }
    /**===== FOOTER PART ======**/
    .footer_bg .foot_logo .footer_logo {
        max-width: 150px;
    }
    .footer_bg .foot_text {
        max-width: 100%;
    }
    .footer_bg .foot_text p {
        text-align: center;
    }
    .footer_bg .footer_link {
        text-align: center;
    }
    .footer_bg .footer_copy {
        padding: 15px 0px 0px;
        margin: 15px 0px 0px 0px;
    }
}

@media (max-width:767px) {
    .container {
        max-width: 99%;
    }
    .sta_bg .sta_details {
        margin: 25px auto;
    }
    .sta_bg .sta_list li {
        width: 100% !important;
        display: flex;
    }
    .sta_bg .sta_list {
        padding: 30px 0px 0px;
    }
    .sta_bg .sta_text {
        text-align: center;
    }
    .sta_bg .sta_text {
        margin: 0px auto 0px;
        text-align: center;
        width: 100%;
        max-width: 175px;
    }
    .sta_bg .text_but {
        padding: 10px 0px 0px;
    }
    .footer_bg .foot_logo {
        display: block !important;
        text-align: center;
    }
    .foot_add {
        margin: 15px 0px 0px;
    }
    .footer_bg .foot_add a {
        margin: 0px 0px 0px 15px
    }
}

@media (max-width:576px) {
    .header_bg {
        background-size: cover;
        background: url(../images/banner_bg1.png);
        padding: 0px 0px 35px
    }
    .header_bg header {
        padding: 0px 0px;
    }
    .header_bg .logo {
        max-width: 150px;
    }
    .header_bg .nav-item {
        margin: 0px 0px 0px 0px;
    }
    .header_bg .nav-link {
        font-size: 12px;
        padding: 5px 0px;
        margin: 0px 5px;
    }
    .header_bg .nav_but {
        margin: 20px 0px 0px !important;
    }
    .navbar-toggler {
        width: 39px;
        height: 28px;
    }
    .banner .head h2,
    .banner .head h3 {
        font-size: 32px;
    }
    .banner .head p {
        font-size: 11px;
        padding: 0px 0px;
    }
    .text_but .but {
        font-size: 12px;
        margin: 0px 5px;
        padding: 5px 21px;
    }
    .head1 h1 {
        font-size: 13px;
    }
    .head1 h2 {
        font-size: 30px;
    }
    .head1 p {
        font-size: 11px;
        width: 100%;
        line-height: 17px;
    }
    .banner {
        padding: 25px 0px 0px;
    }
    .sta_bg {
        padding: 35px 0px;
    }
    .sta_bg .sta_list {
        padding: 0px 0px 0px;
        display: flex;
    }
    .sta_bg .sta_list li {
        display: block;
    }
    .sta_bg .sta_list li:nth-child(2) {
        display: none;
    }
    .sta_bg .sta_text h3 {
        font-size: 11px;
    }
    .sta_bg .sta_text h3 span {
        font-size: 14px;
        padding: 5px 0px 0px;
    }
    .sta_bg .sta_text {
        padding: 10px 10px;
        margin: 12px auto 0px;
        max-width: 117px;
    }
    .sta_bg .sta_details {
        margin: 15px auto;
    }
    .sta_bg .sta_details h4 {
        font-size: 13px;
        padding: 0px 0px 5px 0px;
    }
    .sta_bg .sta_details .countdown li {
        font-size: 16px;
    }
    .sta_bg .sta_details {
        display: none;
    }
    .plan_bg {
        padding: 0px 0px 30px 0px;
    }
    .plan_bg .plan_list {
        margin: 20px 0px 0px;
    }
    .fea_bg {
        padding: 35px 0px 4px;
        background: url(../images/banner_bg1.png);
        background-size: cover;
    }
    .fea_bg .head1 h1 {
        font-size: 12px;
    }
    .fea_bg .fea_list {
        margin: 25px 0px 0px;
    }
    .fea_bg .fea_text h2 {
        font-size: 13px;
        padding: 0px 0px 4px 0px;
    }
    .fea_bg .fea_text p {
        font-size: 11px;
        line-height: 18px;
    }
    .calci_bg {
        padding: 0px 0px 35px;
    }
    .calci_bg .cals {
        margin: 10px 0px 5px;
    }
    .calci_bg .col-3 {
        width: 49%;
    }
    .calci_bg .cals h2 {
        font-size: 11px;
    }
    .calci_bg .sum,
    .calci_bg .val {
        margin: 7px 0px 0px;
        padding: 7px 10px;
        font-size: 11px;
    }
    .calci_bg .text_but {
        padding: 55px 0px 0px;
    }
    .refer_bg {
        padding: 35px 0px 35px;
    }
    .refer_bg .ref_text p {
        padding: 6px 0px 0px;
        font-size: 10px;
        line-height: 19px;
    }
    .refer_bg .ref_img {
        margin: 30px auto 0px;
    }
    .refer_bg .ref_img h1 {
        top: -10px;
        right: 0px;
        left: 68px;
        font-size: 18px;
    }
    .refer_bg .ref_img h2 {
        top: 17px;
        left: 116px;
        font-size: 16px;
    }
    .refer_bg .ref_img h3 {
        top: 44px;
        left: 159px;
        font-size: 16px;
    }
    .refer_bg .ref_img h4 {
        right: 0px;
        left: 208px;
        font-size: 16px;
        bottom: 77px;
    }
    .refer_bg .ref_img h5 {
        bottom: 53px;
        right: -19px;
        font-size: 16px;
        text-align: center;
    }
    .refer_bg .ref_img small {
        font-size: 12px;
    }
    .trans_bg .nav {
        margin: 18px 0px 15px;
    }
    .trans_bg .nav-link {
        font-size: 10px;
        max-width: 120px;
        margin: 0px 3px;
        padding: 8px 0px;
    }
    .trans_list li {
        width: 49%;
    }
    .trans_list .trans_text {
        padding: 10px;
    }
    .trans_list .trans_text h3 {
        font-size: 14px;
    }
    .trans_list .trans_text h3 span {
        padding: 3px 0px;
        font-size: 11px;
    }
    .trans_list .trans_text h4 {
        font-size: 11px;
    }
    .trans_list .trans_text img {
        max-width: 35px;
        margin: -37px 0px 0px 0px !important;
    }
    .about_bg {
        padding: 35px 0px 35px;
    }
    .about_text {
        margin: 15px 0px 0px;
    }
    .about_text h3 {
        font-size: 13px;
    }
    .about_text h3 span {
        font-size: 11px;
        line-height: 19px;
    }
    .about_bg .about_vid {
        margin: 25px auto 0px;
    }
    .about_bg .vid_img {
        max-width: 30px;
    }
    .about_bg .wave {
        width: 60px;
        height: 60px;
    }
    .card_bg {
        text-align: center;
        background-size: cover;
        background: url(../images/banner_bg1.png);
        padding: 35px 0px;
    }
    .pay_bg {
        padding: 15px 0px 0px;
    }
    .pay_bg img {
        max-width: 110px;
    }
    .footer_bg .foot_logo .footer_logo {
        max-width: 120px;
    }
    .footer_bg .foot_add a {
        margin: 0px 0px 5px 0px;
        display: block;
        font-size: 11px;
    }
    .footer_bg .foot_add .img1 {
        margin: 0px 5px 0px 0px;
        max-width: 19px;
    }
    .footer_bg .foot_text {
        margin: 10px 0px 0px;
    }
    .footer_bg .foot_text p {
        font-size: 11px;
        line-height: 19px;
    }
    .footer_bg .footer_link {
        padding: 13px 0px 0px;
    }
    .footer_bg .footer_link .link {
        font-size: 11px;
        padding: 0px 0px 4px;
    }
    .footer_bg .footer_copy {
        padding: 8px 0px 0px;
        margin: 10px 0px 0px 0px;
    }
    .footer_bg .footer_copy p {
        font-size: 10px;
    }
    #scroll {
        width: 30px;
        height: 30px;
    }
    #scroll .top_but {
        width: 35px;
        top: -2px;
    }
}