/*---------------Common css starts-----------------*/
*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans", serif;
    color: #333;
    background: #fff; 
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.3s
}

.font-20 { font-size: 20px; font-weight: normal;}
.font-15 { font-size: 15px; font-weight: normal;}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
} 

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-05 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.paddingLR-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

button:focus {
    outline: none;
}

input.form-control,
select.form-control,
textarea.form-control {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 46px;
    font-size: 14px;
    border: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    transition: all .5s;
    padding-bottom: 15px;
}

.headerbar {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .251);
    height: 65px;
    border-radius: 10px;
    background: #fff;
}

.logo-img {
    height: 45px;
    margin-top: 10px;
}

.tabnav-bar {
    padding: 0;
    margin-top: 20px;
}

.tabnav-bar .nav-tabs {
    border-bottom: none;
}

.tabnav-bar .nav-tabs .nav-item {
    width: calc(100% / 6);
    padding-right: 15px;
}

.tabnav-bar .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.tabnav-bar .nav-tabs .nav-link {
    border: none;
    text-align: center; 
    background: #fffbf8;
    border: 1px solid #ffd9b9;
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    line-height: 22px;
}

.tabnav-bar .nav-tabs .nav-item.show .nav-link,
.tabnav-bar .nav-tabs .nav-link.active {
    background: #ff7518;
    color: #fff;
}
.tabnav-bar .nav-link { 
    padding: 5px;
}

.bannersection {
    background: linear-gradient(178.97deg, #f9f9f9 42.19%, #edf1ff 118.47%);
    width: 100%;
    padding-top: 200px;
}

.lefttaxt-comm {
    width: 100%;
    margin-left: 0%;
    height: 100%;
    vertical-align: middle;
}

.comm-h2 {
    font-size: 48px;
    line-height: 50px;
    color: #043b72;
    font-weight: 700;
    margin-bottom: 15px;
}

.comm-h2 span {
    color: #ff7518;
}
.comm-h3 {
    font-size: 30px;
    line-height: 50px;
    color: #043b72;
    font-weight: 700;
    margin-bottom: 15px;
}

.comm-h3 span {
    color: #ff7518;
}

.comm-pre {
    font-size: 24px;
    line-height: 36px;
}
.comm-pre ul { margin-left: 30px;}
.comm-pre ul li { font-size: 24px;}

.verticalAlign-center .row {
    align-items: center;
}

.polka {
    background-image: radial-gradient(#ffc6a0 14.4%, transparent 18.4%);
    background-position: 0 8px;
    background-size: 16px 20px;
}

.polkaBox {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 109px;
    height: 138px;
    z-index: 0;
    right: 13px;
}

.polka~img {
    z-index: 1;
    position: relative;
}

.bigcircle {
    position: relative;
    width: 440px;
    height: 440px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(180deg, #fff2f7, rgba(241, 226, 229, 0));
    border-radius: 100%;
}

.bigcircle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16.5px;
    right: 16.5px;
    transform: translateY(-50%);
    width: 407px;
    height: 407px;
    margin: 0 auto;
    z-index: 0;
    background: linear-gradient(180deg, #eedfe5, rgba(241, 226, 229, 0));
    border-radius: 100%;
}

.bigcircle img {
    z-index: 1;
    position: relative;
}
.previous-tab-nav {
    align-items: center;
    justify-content: center;
    display: flex;
}
.previous-tab-nav .nav-tabs .nav-item { 
    width: auto; 
 }
 .previous-tab-nav .nav-tabs .nav-item a { 
    padding: 10px 15px;
 }
.footer-block { 
    width: 100%;
    display: inline-block;
    background: #043b72;
    color: #fff ;
    text-align: center;
    font-size: 13px;
    padding: 10px;
}
.lefttaxt-comm .comm-pre span { color: #ff7518;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
 
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  
  .sticky + .stick-block {
    padding-top: 102px;
  }

  .rih {

    position: relative;

    height: 439px;

}

.left-img {

    width: 175px;

    position: absolute;

    background-image: url(../images/app-release-banner-img-1.png);

    background-repeat: repeat-y;

    background-position: top;

    /* background-size: cover; */

    animation: TopIntroBannerSec_scroll___B9Ji 10s linear infinite;

    top: 0;

    left: 0;

    height: 100%

}

.right-img {

    width: 173px;

    position: absolute;

    background-image: url(../images/app-release-banner-img-2.png);

    background-repeat: repeat-y;

    background-position: top;

    /* background-size: cover; */

    animation: TopIntroBannerSec_scrollRight__0g8qj 10s linear infinite;

    top: 0;

    left: 215px;

    height: 100%

}
 
@keyframes TopIntroBannerSec_scroll___B9Ji {

    0% {

        background-position: center 0

    }
 
    to {

        background-position: center calc(100% - 439px)

    }

}
 
@keyframes TopIntroBannerSec_scrollRight__0g8qj {

    0% {

        background-position: center calc(100% - 439px)

    }
 
    to {

        background-position: center 0

    }

}
.bigcircle { 
    position: relative;
}
.btn-a-block {
    width: 100%;
    height: 50px;
    display: inline-block;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.tab-content{
    section:not(:first-child){padding: 100px 0 0 0;}
}

@media (max-width: 767px) {
    .tab-content{
        section:not(:first-child){padding: 80px 0 0 0;}
    }
    
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabnav-bar .nav-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
    }

    .tabnav-bar .nav-tabs .nav-item {
        width: 150px;
        padding-right: 10px;
        display: inline-block;
    }

    .lefttaxt-comm {
        width: 100%;
        margin-left: 0;
    }
   

    .polka~img {
        width: auto;
        max-width: 100%;
        height: 100%;
    }

    .comm-h2 {
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 10px;
    }

    .comm-pre {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        ul li{text-align: left; font-size: 18px;} 
    }

    .bigcircle {
        width: 330px;
        flex: 0 0 330px;
        height: 330px;
        margin-top: 10px;
    }

    .bigcircle:before {
        left: 10px;
        right: 10px;
        width: 305px;
        flex: 0 0 305px;
        height: 305px;
    }

    .mt-70 {
        margin-top: 50px;
    }

    .mb-70 {
        margin-bottom: 50px;
    }
    .mob-hide { 
        display: none;
    }
    .rih { height: 250px; margin-top: 15px;}
    .left-img { width: 165px; left: 5px;}
    .right-img { width: 165px; left:180px ; }
    .polkaBox-mob { display: none;}
}