
html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Onest', sans-serif;
    padding: 0;
    margin: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.navbar-light .navbar-toggler {
    background: #fff;
}
p{
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 30px;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.btn-blue{
    background-color: rgba(8, 29, 70, 1)
}
.m-btn-sm{
    border-radius: 12px;
    font-size: 14px;
    padding: 4px 14px;
    color: #fff;
}
.btn:hover, .btn:focus {
    outline: none;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-space2 {
    padding-top: 100px;
    padding-bottom: 200px;
}
.btn{
    font-weight: 500;
}
.btn-main{
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    box-shadow: inset 0 0 0 0 #172938;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    position: relative;
    letter-spacing: .5px;
    background-color: #114a8f;
    border: 1px solid #114a8f;
}

.btn-main:hover, .btn-main:active {
    background-color: #00c2f5 !important;
    border: 1px solid #00c2f5;
}

.btn-main.sm-btn{
    padding: 0.55rem 1rem;
    font-size: 14px;
}
.btn-main.border-btn {
    color: #579fd6;
    border: 1px solid #579fd6;
    background: transparent;
}
.btn-main.border-btn:hover, .btn-main.border-btn:active{
    color: #fff !important;
    background-color: #00c2f5 !important;
    border-color: #00c2f5;
}
.main-heading span{
    color: #579fd6
}
.animate-charcter
{
   text-transform: uppercase;
   background-image:linear-gradient(
    216deg,
    var(--bs-primary) 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 2s linear infinite;
   display: inline-block;
   font-size: 37px;
   font-weight: 900;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.main-h {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 43px;
    color: #004b8f;
    margin-bottom: 1.3rem
}
.sub-h{
    font-size: 20px;
    color: gray;
    font-weight: 500;
}
button:focus, .btn:focus, .btn:active:focus, .btn:active.focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

/* Navbar */
.navbar-brand img{
   
}
.navbar-light.bg-light {
    background-color: transparent!important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #000;
}
.navbar-light .navbar-nav .show>.nav-link:before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: rgb(0 94 151);
    height: 3px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 130px
}
.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    padding: 6px 0px;
    font-size: 16px;
    margin-left: 27px;
    margin-right: 27px;
    line-height: 37px;
    color: rgb(0 0 0 / 90%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.navbar-light .navbar-nav .nav-link:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: rgb(0 94 151);
    height: 3px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light .navbar-nav .nav-link:hover:before {
    left: 0;
    right: 0;
}
.navbar-brand {
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 22px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 94 151);
}

.navbar-light .nav-item .dropdown-menu {
    padding: 12px;
}

.navbar-light .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: rgb(0 0 0 / 90%);
    opacity: 1;
}
.navbar-light .nav-item .sm-btn{
    padding: 10px 12px;
    font-size: 16px;
    margin-left: 27px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 500;
}
.navbar-light .nav-item .border-btn.sm-btn{
    color: #114a8f
}
.navbar-light .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #114a8f;
    border-radius: 7px;
}


.navbar-btn-bg {
    background-color: #579fd6;
    color: #fff;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-bg:hover {
    color: #081D46 !important;
}

.navbar-btn-border {
    border: 1px solid #579fd6;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-border:hover {
    border: 1px solid #fff;
}

.is-sticky .navbar-btn-border:hover {
    border: 1px solid #01C981;
    color: #081D46 !important;
}

.nav-c .navbar-light .navbar-nav .nav-link.active, .nav-c .navbar-light .navbar-nav .show>.nav-link {
    color: #081D46;
}
.nav-c .navbar-light .navbar-nav .nav-link {
    color: #081D46;
}
.guide{
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #081D46;
    margin-top: 1rem;

}
.inner-header{
    padding-top: 130px;
    padding-bottom: 30px;
    background: #fef7e2;
    background: linear-gradient(180deg,#fcfeff,#eeeefd);
    position: relative;
}
.inner-header .main-h{
    font-size: 35px;
    line-height: 20px;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    display: inline-flex;
    margin-top: 5px;
}
.inner-header .breadcrumb a{
    color: #006297;
    font-weight: 600;
}
/* ab section */
.ab-img-box{
    position: relative
}
.int-box{
    background: #df2a29f0;
    padding: 30px;
    position: absolute;
    left: -50px;
    bottom: 40px;
    z-index: 8;
    border-radius: 10px;
    width: 58%;
}
.int-box i{
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 0;
    font-size: 80px;
    color: #00000021;
}
.int-title{
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 18px;
    letter-spacing: 1px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    font-style: italic;
}
.draw-bg{
    padding: 20px;
    /*background-image: url(../../assets/img/bg-img.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient( 216deg, var(--bs-primary) 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
}
.draw-bg-inner{
    background: #fff;
    border-radius: 10px;
    height: 100vh;
    padding-top: 50px;
}
/* faq section */
.faq-sec{
   background-color: #f9f9f9;
    background-image: url(../../assets/img/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.faq-sec .accordion{
    margin-top: 50px
}
.accordion-item{
    border: 0px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.accordion-item .accordion-header {
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    color: #006297;
}
.accordion-button{
    padding: 20px;
    color: #006297;
    font-size: 17px;
    font-weight: 700;
    background: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #00c2f5;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}
.accordion-body {
    padding: 1rem 1.25rem;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 600;
}
/* main sec */
.main-sec{
    padding-top: 170px;
    padding-bottom: 0px;
    background: linear-gradient(180deg,#fcfeff,#eeeefd);
    position: relative;
    overflow: hidden;
    text-align: center
}
.main-title{
    font-size: 35px;
    font-weight: 800;
    color: #004b8f;
    margin-bottom: 30px;
}
.main-title span{
    color: #60ba48;
    position: relative;
    z-index: 2;
}
.main-sec p{
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 15px;
}
.main-sec .main-pt{
    position: absolute;
    left: 30px;
    top: 45%;
    width: 200px;
    opacity: .6;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.main-coin{
    position: absolute;
    right: 0px;
    top: 25%;
    opacity: .5;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.play-card{
    position: relative;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(30, 75, 203, 0.22);
    box-shadow: 0px 3px 30px 0px rgba(30, 75, 203, 0.22);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 30px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 50px;   
    text-align: center
}
.play-card .play-icon{
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
    background-color: rgb(0 75 143);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}
.play-card .play-icon img{
    padding-top: 20px;
}
.play-card .play-icon::after {
    position: absolute;
    content: "";
    top: -15px;
    left: -15px;
    width: 130px;
    height: 130px;
    border: 1px solid #00c2f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 48%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.play-card .play-des{
    margin-top: 40px;
    font-size: 18px;
    color: #004c8f;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px;
}
.play-icon .play-number {
    position: absolute;
    bottom: -6px;
    right: -21px;
    width: 40px;
    height: 40px;
  background-color: #00c2f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #ffffff;
}
/* ab sec */
.ab-sec{
    position: relative;
    background: #f8f8f8;
}

.m-list {

}
.m-list li{
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #000
}
.m-list li:before{
    content: '';
    position: absolute;
    left: 0;
    color: #00c2f5;
    width: 8px;
    height: 8px;
    background: #00c2f5;
    text-align: center;
    line-height: 28px;
    border-radius: 50px;
    font-size: 12px;
    top: 8px;
}
.m-list.m-list-sub{
    margin-top: 20px
}
.m-list.m-list-sub li{
    color: #333
}
.m-list.m-list-sub li:before{
    background: #9d9d9d;
}
.cta{
    background-image: url(../../assets/img/cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 70px;
    padding-bottom: 70px;
    background-attachment: fixed;
    position: relative
}
.cta:after{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    opacity: 1;
    z-index: 1;
    background-image: linear-gradient(to right, rgb(0 0 0 / 89%), rgb(0 0 0 / 89%));
}
.cta .container{
    position: relative;
    z-index: 5;
}
.cta .main-h{
    color: #FFFF;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.cta p{
    color: #fff;
    margin-bottom: 40px;
}
/* login register */
.login-page{
    padding-top: 150px;
    padding-bottom: 100px;
    min-height: 100vh;
    background: linear-gradient(180deg,#fcfeff,#eeeefd)
}
.login-title {
    color: #00c2f5;
    font-size: 28px;
    font-weight: 600;
}
.padding-form{
    padding: 35px;
}
.bg-login-form{
    background: #ffffff;
}
.bg-login-form .form-group {
    margin-bottom: 1rem;
}
.user .form-control:focus {
    color: #333;
    background-color: transparent;
    border-color: #006297;
    outline: 0;
    box-shadow: none;
}
.user .form-control-user {
    font-size: 14px;
    border-radius: 6px;
    display: block;
    width: 100%;
    height: 46.5px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bg-login-form .label-top{
    margin-bottom: 0.3rem;
    color: #000;
}
.bg-login-form label{
    color: #006297;
    font-size: 14px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #114a8f;
    border-color: #114a8f40;
}
.form-check-input:focus {
    border-color: #114a8f;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #114a8f;
}
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}
.custom-file-button .form-control-user{
    padding: 0.8rem 1rem 2rem;
    height: calc(0.5em + 0.75rem + 2px);
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}
.custom-file-button input[type=file]::file-selector-button {
    display: none;
}
.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}
.forgot-link {
    color: #114a8f;
    font-size: 14px;
    font-weight: 600;
}
.create-link{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #00c2f5;
}
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    /* background: #ffffff; */
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    background: rgb(0 98 151);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #ff0c10;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #000000;
}
.ship-info{
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    margin-top: 30px;
}
.ship-info .table-detail{
    margin-top: 30px;
    font-size: 14px;
}
.ship-info .table-detail td, .ship-info .table-detail th{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ship-info .table-detail td{
    font-weight: 500
}
.ship-info .table-detail tbody tr:nth-of-type(odd){
    background-color: rgb(236 251 255);
}
.p-in{
    color: #004b8f;
}
.edit-link{
    color: #0288d1;
    font-weight: 600;
    font-size: 15px;
}
.edit-link:hover{
    color: #2a2834;
}
.us-info td, .us-info th{
    font-size: 14px;
    padding: 4px;
}
/* charity box */
.charity-box{
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    box-shadow: 1px 1px 17px #dddddd;
    padding: 15px;
    margin-top: 30px;
    display: block;
    width: 100%;
}
.charity-box:hover{
    border: 1px solid #004b8f;
}
.charity-title{
        font-size: 17px;
        margin-bottom: 10px;
        color: #004b8f;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;
        background: #004b8f12;
        padding: 8px 4px 5px;
        border-radius: 8px;
}
.charity-box p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
/* footer */

.m-footer{
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #004b8f;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.test-slider img{
    padding: 15px;
    background: #fff;
    box-shadow: 1px 2px 3px gainsboro;
    border-radius: 6px;
    margin-bottom: 10px;
}
.m-footer .footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.m-footer .footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 14px;
}
.m-footer p{
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;

}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    background: #ffffff;
    width: 40px;
}
.footer-middle{
    padding-bottom: 20px;
    padding-top: 50px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #fff;
    font-size: 15px;
    transition: .2s;
    width: 30px;
    line-height: 32px !important;
    height: 30px;
    background: #00c2f5;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.footer-social-list a:hover{
    color: #17202a;
    background: #fff;
}
.footer-widget .footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-widget .footer-link-list li a:hover{
    color: #ffffff;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 15px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 17px 0;
    width: 100%;
    background-color: #004c8f;
    border-top: 1px solid darkgrey;
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 13px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
}
.address-ul li i{
    color: #b80257;
    font-size: 18px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-input .btn-primary{
    background-color: #17202a;
    border: 1px solid #17202a;
}
.footer-input .btn-primary:hover{
    background-color: #1d2936;
    border: 1px solid #1d2936;
}
.footer-input .form-control{
    font-size: 15px;
    background: #ffffffde;
}
.m-footer .footer-link-list li a:after{
    content: "";
    transition: .2s all ease;
    position: absolute;
    left: 0;
    top: 7.5px;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
}
.m-footer .footer-link-list li a:hover:after{
    background: #00c2f5;
}
.pay-status{
    background: white;
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 2px 23px #C8D0D8;
    text-align: center;
}
.pay-title{
    font-weight: 800;
    
}
.pay-title.fail{
    color: red;
}
.pay-title.succ{
    color: #2E7D32;
}
.pay-status p{
    
}
.pay-status i{
   font-size: 60px;
    margin-bottom: 20px; 
}
.pay-status i.fail-icon{
    color: #ff9999
}
.pay-status i.succ-icon{
    color: #78cb7c
}
/* pricing table */
.pricingTable{
    position: relative;
    color: #666;
    background: radial-gradient(#fff,#ffffff);
    font-family: 'Open Sans', sans-serif;
    /* text-align: center; */
    margin-top: 30px;
    padding: 30px 20px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 17px 0px  rgb(43 43 43 / 22%);
    box-shadow: 3px 3px 17px 0px rgb(43 43 43 / 22%);
}
.pricingTable .pricingTable-header{padding: 0px 0 10px;}
.pricingTable .title{
     color: #004b8f;
     background: transparent !important;
     /* padding: 18px 40px 18px; */
     font-size: 25px;
     font-weight: 700;
     text-transform: uppercase;
     text-align: left !important;
     /* margin: 0 -20px 25px; */
     border-radius: 10px 10px 0px 0px;
}
.pricingTable .price-value{
    margin: 0 0 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: left;
}
.pricingTable .price-main{
    background: linear-gradient(to right,#c3c3c3,#6c6766);
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    box-shadow: 1px 1px 9px #d8d8d8;
    z-index: 2;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50px;
    text-align: center;
    line-height: 86px;
}
.pricingTable .price-main span{
    font-size: 12px;
    display: block;
    line-height: 0px;
    margin-top: -15px;
}
.pricingTable .price-value .amount{
    font-size: 25px;
    font-weight: 700;
    line-height: 39px;
    color: red;
}
.pricingTable.green .price-value .amount{
    color: #FFB300;
}
.pricingTable.platinum .price-value .amount{
    color :#6A1B9A;
}
.pricingTable .price-value .per{
        font-size: 14px;
        vertical-align: bottom;
        padding-left: 7px;
        color: #2e2e2e;
}
.pricingTable .price-value .advance{
    font-size: 14px;
    color: #ff0005;
    display: block;
    font-weight: 600;
    text-align: right;
    margin-top: -9px;
    font-style: italic;
}
.pricingTable .price-p{
    margin-top: 0px;
    font-size: 14px;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 35px;
    padding: 10px 10px 0 23px;
    margin: 0 0 10px;
    position: relative;
    line-height: 1.7;
    font-weight: 600;
    border-top: 1px dashed gray;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "";
    background: linear-gradient(to right,#c3c3c3,#6c6766);
    height: 13px;
    width: 13px;
    border-radius: 50px;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 5px;
}
.pricingTable .pricing-content li.disable:before{ display: none; }

.pricingTable.green .price-main,
.pricingTable.green .pricing-content li:before{ background: linear-gradient(to right,#FFB300,#FDD835); }
.pricingTable.platinum .price-main, .pricingTable.platinum .pricing-content li:before {
    background: linear-gradient(to right,#6A1B9A,#AB47BC)
}
.pricingTable.blue .title,
.pricingTable.blue .pricing-content li:before{background: linear-gradient(to right,#d7d7d7,#bcbaba);}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}
.search-form{
    background: #f4f4f4;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.search-form .form-control{
    height: 40px;
    font-size: 14px;
    border: 1px solid #004b8f;
    box-shadow: none !important;
}
.search-form .btn-outline-secondary{
    background: #004b8f;
    color: #fff;
    padding: 8px 20px;
    border: 1px;
}
.search-form .btn-outline-secondary:hover{
    background-color: #2a2834
}
.cp-box{
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    box-shadow: 1px 1px 17px #dddddd;
    padding: 15px;
    margin-top: 30px;
    display: block;
    width: 100%;
}
.cp-box:hover{
    border: 1px solid #004b8f;
}
.cp-box .cp-img{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cp-box .cp-img img{
    
}
.cp-box .cp-img .dis-box{
    border-radius: 50px;
    text-align: center;
    background-color: #004b8f33;
    padding: 3px 5px;
    margin-bottom: 12px;
}
.cp-box .cp-img .dis-box p{
    font-size: 12px;
    color: #004b8f;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 800;
}
.cp-con{
    text-align: left;
    border-top: 1px solid #cbcbcb;
    padding: 15px 32px 0px 15px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.cp-con .cp-icon{
    position: absolute;
    right: 5px;
    top: 40%;
    font-size: 16px;
    color: #9e9e9e;
    box-shadow: 1px 1px 3px #e8e8e8;
    background: #f5f5f5;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
}
.cp-con .cp-title{
    font-size: 16px;
    margin-bottom: 1px;
    color: #004b8f;
    font-weight: 700;
}
.cp-con .cp-cat{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: gray;
}
/* media queries */

@media (max-width: 992.2px){
    .navbar-brand img {
        width: 80px;
    }
    .navbar-light.bg-light {
        background-color: #fff!important;
    }
    .navbar-light .navbar-nav .nav-link{
        margin-left: 0px;
    }
    .navbar-light .nav-item .sm-btn{
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .main-title {
        font-size: 40px;
    }
    .main-sec {
        padding-top: 140px;
        padding-bottom: 0px;
        text-align: center
    }

    .main-sec p{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .main-h{
        font-size: 40px;
    }
    p{
        font-size: 14px;
    }
    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .login-page {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .con-box i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .con-box .con-box-text {
        padding-left: 47px;
    }
}
@media (max-width: 600px){
    .main-title {
        font-size: 22px;
    }
    .animate-charcter{
        font-size: 22px;
    }
    .main-h{
        font-size: 30px;
    }
}
@media (max-width: 767.2px){
    .main-sec .main-pt, .main-sec .main-coin{
        display: none;
    }
    .btn-main {
    padding: 0.45rem 1rem;
    }
}