@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* --------------- Slick Slider Start --------------- */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    border-radius: 15px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #423ea4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -35px;
}
[dir='rtl'] .slick-prev
{
    right: -35px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 5px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* --------------- Slick Slider End --------------- */


body, h1, h2, p, a {
	font-family: 'Poppins', sans-serif;
}


.container {
    padding: 0 20px;
}

.header {
    background-color: #372da8;
    padding: 150px 0 100px 0;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 30px 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.nav.scrolled {
    backdrop-filter: blur(7px) contrast(60%);
    -webkit-backdrop-filter: blur(7px) contrast(60%);
    background-color: rgb(55 45 168 / 81%);
    padding: 20px 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.nav-inner {
    display: flex;
    align-items: center;
}

.nav-left {
    width: 220px;
/*    pointer-events: none;*/
}

.nav-right {
    width: calc(100% - 220px);
    text-align: right;
}

.nav-left img {
    max-width: 220px;
}

.banner-content-heading h1 {
    color: #fff;
    font-size: 40px;
}

.banner-content-profile {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.banner-content-profile-img {
	width: 40px;
	height: 40px;
	pointer-events: none;
}

.banner-content-profile-img img {
    max-width: 40px;
    width: 100%;
    border: 2px solid #00ffdc;
    border-radius: 70px;
}

.banner-content-profile-name {
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
}

.nav-cta a {
    text-decoration: none;
    background-color: #00ffdc;
    color: #372da8;
    border-radius: 20px;
    padding: 8px 17px;
    font-weight: 600;
    font-size: 17px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.nav-cta a:hover,
.nav-cta a:focus {
    background-color: #fff;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.nav-cta span svg {
    width: 22px;
    height: auto;
}

.nav-cta span svg path {
    fill: #372da8;
}

.nav-cta span {
    position: relative;
    top: -2px;
    left: -2px;
}

.section {
    padding: 80px 0;
}

.sec-head h2 {
    font-weight: 600;
    font-size: 35px;
    text-align: left;
    color: #6463d0;
}

.testimonials h2 {
    text-align: center;
}

.sec-head p {
    font-size: 18px;
    color: #424242;
}

.course-details-inner {
    padding-left: 15px;
}

.course-details-inner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}

.course-details-head-text {
    width: calc(100% - 470px);
    padding-right: 40px;
}

.course-details-head-text h2 {
    margin-bottom: 20px;
}

.course-details-head-img {
    width: 470px;
    /*padding-top: 50px;*/
}

.course-details-head-img img {
    width: 100%;
    border-radius: 4px;
    pointer-events: none;
}

.mobile {
    display: none;
}

.course-details .sec-head {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.course-details-inner-content-list {
    align-items: baseline;
    margin-bottom: 0;
    width: calc(50% - 25px);
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 20px 15px 30px;
    position: relative;
}

.course-details-inner-content-list span {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 25%;
    left: -15px;
    background-color: #372da8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 40px;
    font-weight: 400;
    padding: 2px 0 0 0px;
}

.course-details-inner-content-list span img {
    width: 19px;
}

.course-details-inner-content-list p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

p.course-details-inner-list-title {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #424242;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.payment-details-box {
    background-color: #dafffa;
    border: 1px solid #b7d7d3;
    border-radius: 7px;
    padding: 50px 50px 40px 50px;
    width: 95%;
}

.payment-details-content {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.payment-details.desktop .payment-details-content-left {
	width: calc(100% - 300px);
    padding-right: 0;
}

.payment-details-content-right {
    width: 300px;
    /* height: 250px; */
    text-align: center;
    position: relative;
    top: 0px;
    background-color: #ffffff;
    border-radius: 5px;
    right: -10%;
    padding: 25px 25px 80px 25px;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 3px 21px 32px 0 rgb(23 31 37 / 14%);
}

.payment-details-content-right-inner-qr {
    margin-top: 15px;
}

.payment-details-content-right-inner-divider {
    height: 1px;
    width: 110px;
    background: #c7c7c7;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.payment-details-content-right-inner-divider span {
    color: #a2a0a0;
    width: 25px;
    background: #fff;
    position: relative;
    top: -9px;
    margin: 0 auto;
}

a.pay-button {
    border-radius: 50px;
    display: block;
    text-decoration: none;
    padding: 7px;
    background-color: rgb(97,181,74);
    color: #fff !important;
    font-weight: 500;
    font-size: 19px;
    position: absolute;
    width: calc(100% - 50px);
    bottom: 30px;
    box-shadow: 6px 5px 15px 0 rgb(23 31 37 / 24%);
    transition: 0.3s all;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
}

.payment-details-content-right img {
    width: 100%;
    max-width: 200px;
    border-radius: 7px;
    border: 1px solid #b3ebe3;
    pointer-events: none;
}

.payment-details-content-right span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.payment-details-content .payment-details-content-list {
    font-size: 17px;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.payment-details-content .payment-details-content-list div:nth-child(1) {
    width: 70px;
    color: #5d55b8;
    font-weight: 600;
}

.payment-details-content .payment-details-content-list div:nth-child(2) {
    width: calc(100% - 70px);
}

.payment-details-box .sec-head h2 {
    font-weight: 600;
    font-size: 30px;
}

.payment-details-content .payment-details-content-list div:nth-child(2) p {
    white-space: nowrap;
    display: inline-block;
    margin: 0;
}

.payment-details-content .payment-details-content-list div:nth-child(2) span {
    background-color: #941ec3;
    padding: 1px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.payment-details-content .payment-details-content-list div:nth-child(2) a {
    text-decoration: none;
    color: #941ec3;
    font-weight: 500;
}

.course-details-head-pricing {
    font-size: 24px;
    font-weight: 500;
    color: #343434;
    margin-top: 60px;
    margin-bottom: 10px;
}

.course-details-head-pricing-inner {
    background-color: #5c54b7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    width: 260px;
    align-items: center;
}

.course-details-head-pricing span:first-child {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.course-details-head-pricing span:last-child {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    padding-left: 10px;
}

.social-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.social-list img {
    width: 50px;
}

.social-list {
    padding: 0 15px;
}

.social-sec {
    background-color: #191942;
    margin-top: 100px;
    padding: 70px 0;
}

.social-sec .sec-head h2 {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.social-list a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #372da8;
    border-radius: 50%;
    position: relative;
}

.social-list img {
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.disclaimer {
    background-color: #191942;
    color: #fff;
    border-top: 1px solid #333356;
    padding: 20px 0;
}

.disclaimer p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #9c9cbd;
}

.benefits {
    margin-top: 50px;
    margin-bottom: 60px;
}

.benefits p.title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #424242;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.benefits li {
    font-size: 17px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}


.demo {
    margin-bottom: 80px;
    margin-top: 80px;
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}

.demo-outer {
    width: 100%;
    margin: 0 auto;
}
.demo-inner {
    height: 0;
    margin: auto;
    z-index: 1;
    position: relative;
    padding-top: 5px;
    padding-bottom: 55%;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.demo-inner iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
}

.demo .sec-head {
    margin-bottom: 40px;
}

.timing {
    padding-top: 70px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0px;
}

.timing-list img {
    width: 25px;
}

.timing-list span {
    font-size: 18px;
}

.timing-list-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 50px;
    margin-top: 40px;
}

.timing-list {
    background-color: #e1e1ff;
    border: 1px solid #c4c4ff;
    padding: 20px 30px;
    border-radius: 6px;
}

.timing-list div {
    font-size: 16px;
    font-weight: 500;
}

.timing-list div.title {
    font-size: 21px;
    font-weight: 600;
    color: #5d55b8;
    margin-bottom: 5px;
}

.inner-page-scroll {
    height: 120px;
    margin-top: -100px;
    display: block;
    visibility: hidden;
}


.no-refund {
    font-size: 13px;
    margin-top: 20px;
    font-style: italic;
    color: #4f5050;
}

.banner-content-profile-chat {
    margin-left: 20px;
    position: relative;
    background-color: #25a3e1;
    padding: 0px 10px 0px 8px;
    border-radius: 30px;
    top: 1px;
    border: 2px solid transparent;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.banner-content-profile-chat:hover,
.banner-content-profile-chat:focus {
    border: 2px solid #00ffdc;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.banner-content-profile-chat img {
    width: 16px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.banner-content-profile-chat span {
    color: #fff;
    font-size: 14px;
}

.banner-content-profile-chat a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.duration {
    background-color: #cac5ff;
    display: inline-block;
    border-radius: 5px;
    padding: 18px 30px 20px 30px;
    margin: 15px 0;
}

.duration-text {
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
    margin-top: 6px;
}

.duration p.title {
    color: #453ca5;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 25px;
}

.duration p.title span {
    font-weight: 700;
    color: #372da8;
}

.benefits ul {
    list-style-type: none;
    padding-left: 20px;
}

.benefits ul span.step {
    font-weight: 600;
    color: #372da8;
    width: 70px;
}

.benefits li span:last-child {
    width: calc(100% - 70px);
}

.testimonials {
    margin-bottom: 80px;
    margin-top: 80px;
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}

.testimonials-slider {
    width: calc(100% - 60px);
    margin: 30px auto 0 auto;
}

.testimonials-slider-content {
    padding: 10px;
}

.testimonials-slider-content img {
    width: 100%;
}

.telegram-sec-inner {
    margin-top: 80px;
    background-color: #ebf9ff;
    border: 1px solid #40b8e436;
    border-radius: 9px;
    display: flex;
}


.telegram-sec-inner-right {
    background-image: url(../img/telegram-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    width: 300px;
}

.telegram-sec-inner-left {
    padding: 40px 50px;
    width: calc(100% - 300px);
}

.telegram-sec-inner h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.telegram-sec-inner p {
    font-size: 19px;
    max-width: 580px;
}

.telegram-sec-btn {
    margin-top: 20px;
}

.telegram-sec-btn a {
    text-decoration: none;
    background-color: #25a3e1;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 27px;
    font-weight: 500;
    font-size: 19px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.telegram-sec-btn a:hover {
    background-color: #088ccd;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.telegram-sec-btn a img {
    width: 25px;
    position: relative;
    top: -1px;
    left: -7px;
}

.copy-upi{
	margin: 10px 0 20px 70px;
}

.copy-upi .copy-upi-inner{
	width: 330px !important;
    background: #eaeaea;
    padding: 10px 10px 8px 15px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #a437cf;
}

.copy-upi .copy-upi-inner span.copy{
  display:block;
  max-width:204px;
  overflow:hidden;
  white-space:nowrap;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  word-wrap:break-word;
  position:relative;
  top:-1px;
  color: #941ec3;
}

.copy-upi .copy-upi-inner span.copy::before{
  content:'';
  position:absolute;
  height:100%;
  width:30px;
  top:0;
  right:-1px;
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+1,eaeaea+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,0.01) 1%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(234,234,234,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(234,234,234,0) 0%,rgba(234,234,234,0.01) 1%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaeaea', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
}

.copy-upi .copy-upi-inner .copy-upi-btn{
	position: absolute;
    height: 100%;
    width: 135px;
    right: 0;
    top: 0;
    background: #941ec3;
    border: none;
    outline: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 12px;
}

.copy-upi .copy-upi-inner .copy-upi-btn:active{
  background:#70009d;
}

.copy-upi .copy-upi-inner .copy-upi-btn .icon-copy {
  font-size:11px;
  position:relative;
  top:-1px;
  margin-right:2px;
}

.confirmation{
	background: #0aaf00;
    color: #bdffb9;
    padding: 15px 15px;
    border-radius: 3px;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 50px;
    left: inherit;
    font-weight: 300;
    letter-spacing: 0.5px;
    width: 330px !important;
    text-align: center;
    /* transform: translateX(-50%); */
    -webkit-box-shadow: 0px 5px 50px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 5px 50px 10px rgba(0,0,0,0.30);
    box-shadow: 0px 5px 50px 10px rgb(0 0 0 / 30%);
    z-index: 9999 !important;
}

.confirmation svg path {
    fill: white;
}

.copy-upi .copy-upi-inner .copy::selection {
	background-color: #00ffdc;
    color: #372da8;
}

.copy-upi .copy-upi-inner .copy-upi-btn::selection {
	background: #941ec3;
}

.confirmation svg {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.confirmation strong {
	color: #fff;
}

p.copy-upi-title {
    display: block !important;
    margin-top: 11px !important;
    font-weight: 600;
    margin-bottom: -8px !important;
}

.payment-details-content-right-inner > .class-fee {
    color: #43a629;
    font-weight: 600;
    font-size: 18px;
}

.payment-details-content-right-inner > .class-fee span {
    display: inline-block;
    font-size: inherit;
}

.banner-notice {
    text-align: center;
    background-color: #c7c7ff;
    padding: 4px 0;
    color: #524e4e;
    font-size: 15px;
}









/*  New Pages Addition Start  */

.nav-right .nav-right-items,
.nav-right .nav-cta {
    display: inline-block;
    vertical-align: middle;
}

.nav-right .nav-right-items {
    margin-right: 30px;
}

.nav-right .nav-right-items a {
    color: #e1e0fc;
    text-decoration: none;
    padding-left: 25px;
}

.social-sec {
    background-color: #131354;
}

.footer-sec {
    background: #191941;
    padding: 50px 0;
    border-top: 1px solid #333356;
    color: #dadaff;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.footer-raw {
    display: flex;
    gap: 90px;
}

.footer-grid {
    width: 33%;
}

.footer-sec-logo {
    margin-bottom: 30px;
}

.footer-sec-logo img {
    width: 180px;
}

.footer-grid p {
    margin-bottom: 5px;
}

.footer-grid-title p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-grid-links a {
    text-decoration: none;
    color: #dadaff;
}

.footer-grid:nth-child(2) {
    padding-left: 80px;
}

a.footer-grid-contact-link {
    color: #00fffc;
}

.inner-page-banner h1 {
    text-align: center;
    font-size: 60px;
}

.inner-page-banner {
    padding: 130px 0 40px 0;
}

.page-content p {
    font-size: 19px;
}

.inner-page .social-sec {
    margin-top: 0;
}

.contact-social .sec-head h2 {
    text-align: left;
}

.contact-social .social-list-wrap {
    justify-content: left;
}

.contact-social.social-sec {
    background-color: #191942;
    margin-top: 100px;
    padding: 50px 30px;
    border-radius: 8px;
}

.social-numbers-inner {
    display: flex;
    gap: 30px 2.5%;
}

.social-numbers-grid {
    background-color: #fff7f7;
    border: 3px solid #b0acf5;
    border-radius: 10px;
    padding: 28px;
    width: 23%;
    position: relative;
}

.social-numbers-grid:hover {
    transition: 0.3s all;
    background-color: #ffdddd;
    border: 3px solid #8680ff;
}

.social-numbers-grid a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.social-numbers-grid img {
    width: 70px;
}

.social-numbers-grid-num {
    font-size: 40px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.social-numbers-grid-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -6px;
}

.social-numbers-title p {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #121212;
    margin-top: 50px;
}

/*  New Pages Addition End  */




.paid-group-note {
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
}

.paid-group-note span {
    font-weight: 500;
}


@media only screen and (max-width: 700px) {
    .paid-group-note {
        font-size: 12px;
    }
}





.crypto-section {
    background: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    padding: 70px 0 80px 0;
    text-align: center;
    color: #fff;
    margin-top: 120px;
}

.crypto-section-title {
    font-size: 50px;
    padding: 0 12%;
    font-weight: 700;
    margin-bottom: 20px;
}

.crypto-section-subtitle {
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 400;
}

.crypto-section-btn a {
    background: #fff;
    text-decoration: none;
    color: #192335;
    padding: 0 45px;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-radius: 9px;
}

.crypto-section-btn a:hover {
    background: #192335;
    color: #fff;
}



.crypto-section.top-crypto-section {
    background: none;
}

.crypto-section.top-crypto-section .crypto-section-title {
    color: #6463d0;
}

.crypto-section.top-crypto-section .crypto-section-subtitle {
    color: #000000;
}

.crypto-section.top-crypto-section .crypto-section-btn a {
    background: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    color: #fff;

    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.crypto-section.top-crypto-section .crypto-section-btn a:hover {
    background: linear-gradient(270deg, #4460ff 0%, #9e77ff 100%);

    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.nav-cta.nav-crypto-btn a {
    background-color: #fff;
    color: #000;
}

.nav-cta.nav-crypto-btn span {
    top: -1px;
    left: -5px;
}

.nav-cta.nav-crypto-btn span svg {
    width: 25px;
}

.nav-cta.nav-crypto-btn span svg path:first-child {
    fill: #f7931a;
}

.nav-cta.nav-crypto-btn span svg path:last-child {
    fill: #fff;
}

.nav-cta.crypto-page-crypto-btn span svg {
    width: 28px;
    height: auto;
}

.nav-cta.crypto-page-crypto-btn a {
    padding: 8px 13px 8px 8px;
    font-weight: 500;
    background-color: #1aa32d;
    color: #ffffff;
}

.nav-cta.crypto-page-crypto-btn span svg path {
    fill: #ffffff;
}






















/* ------------------------------ Responsive CSS Start ---------------------------- */


@media only screen and (max-width: 1300px) {
    .contact-page-row .col-lg-6,
    .contact-page-row iframe {
        width: 100%;
    }

    .contact-social.social-sec {
        margin-top: 40px;
    }

}








@media only screen and (max-width: 1200px) {
    .payment-details-content-right {
        top: -20px;
        right: -13%;
    }

    .telegram-sec-inner p {
        font-size: 18px;
    }
}






@media only screen and (max-width: 991px) {
	.course-details-head-text {
	    width: 100%;
	    padding-right: 0;
	}

	.course-details .sec-head {
	    flex-direction: column-reverse;
	}

	.course-details-head-img {
	    width: 100%;
	    margin-bottom: 40px;
        padding-top: 0;
	}

	.desktop {
	    display: none;
	}

	.mobile {
	    display: block;
	}

	.course-details-inner-content-list {
	    width: 100%;
	}

    .payment-details-content-right {
        top: 0;
        position: inherit;
        width: 100%;
        margin-top: 30px;
    }

    .payment-details-content-left {
        width: 100%;
        padding-right: 0;
    }

    .payment-details-content {
        display: block;
        flex-wrap: inherit;
    }

    .telegram-sec-inner-left {
        width: 100%;
    }

    .telegram-sec-inner-right {
        display: none;
    }

    .telegram-sec-inner h2 {
        font-size: 26px;
    }

    .telegram-sec-inner p {
        font-size: 17px;
    }

    .telegram-sec-inner-left {
        padding: 40px;
    }

    .payment-details.mobile a.pay-button {
	    position: inherit;
	    width: 100%;
	    max-width: 250px;
	    margin: 10px auto 0 auto;
	}

    .payment-details-box {
	    width: 100%;
	}

	.payment-details-content-right {
		height: auto;
		padding: 25px 25px 35px 25px;
		margin-bottom: 30px;
    	margin-top: 0px !important;
	}

	.payment-details.mobile .payment-details-box {
	    width: 90%;
	    margin: 0 auto;
	    position: relative;
	}

	.payment-details.mobile .payment-details-content-right {
	    position: relative;
	    width: calc(100% + 160px);
	    left: -80px;
	    box-shadow: 3px 0 35px 12px rgb(23 31 37 / 15%);
	}

    .nav-right-items {
        display: none !important;
    }

    .inner-page-banner h1 {
        font-size: 35px !important;
    }

    .footer-raw {
        flex-wrap: wrap;
        gap: 50px;
    }

    .footer-grid {
        width: 46%;
    }

    .footer-grid:nth-child(2) {
        padding-left: 0;
    }

    .footer-grid:nth-child(1) {
        width: 100%;
    }

    .social-numbers-inner {
        flex-wrap: wrap;
        gap: 30px 30px;
    }

    .social-numbers-grid {
        width: calc(50% - 16px);
        padding: 24px 28px;
    }

    .social-numbers-grid img {
        display: inline-block;
        width: 60px;
        vertical-align: middle;
    }

    .social-numbers-grid-text {
        display: inline-block;
        width: calc(100% - 70px);
        vertical-align: middle;
        padding-left: 20px;
    }

    .social-numbers-grid-num {
        margin: -3px 0 0 0;
        font-size: 30px;
    }

    .social-numbers-grid-title {
        font-size: 16px !important;
        margin-bottom: 0;
        margin-top: -6px;
    }



}











@media only screen and (max-width: 767px) {
    .timing-list-wrap {
        gap: 20px;
    }

    .timing-list {
        width: 100%;
    }

    .payment-details-content-left {
        width: 100%;
        padding-right: 0;
    }

    .payment-details-content-right {
        width: 100%;
        text-align: center;
    }

    .telegram-sec-inner {
        margin-top: 40px;
    }

    .section {
        padding: 30px 0 50px 0;
    }

    .testimonials {
        margin-top: 60px;
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .social-sec {
        margin-top: 40px;
    }

    .demo {
        margin-bottom: 40px;
        margin-top: 50px;
        padding-top: 40px;
    }

    .timing {
        padding-top: 50px;
    }

    .footer-raw {
        gap: 50px 0;
    }

    .footer-grid {
        width: 100% !important;
    }

    .social-numbers-grid {
        width: 100%;
    }

    .social-numbers-title p {
        font-size: 24px;
    }

    .social-numbers-grid-num {
        font-size: 33px !important;
    }

    .social-numbers-grid-title {
        font-size: 18px !important;
    }

    .banner-notice {
        padding: 9px 0px;
        font-size: 12px;
    }

    .crypto-section-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .crypto-section.top-crypto-section .crypto-section-title {
        font-size: 32px;
    }

    .crypto-section-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .crypto-section-btn a {
        background: #fff;
        text-decoration: none;
        color: #192335;
        padding: 0 28px;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        font-weight: 500;
        display: inline-block;
        position: relative;
        border-radius: 7px;
    }
}








@media only screen and (max-width: 600px) {
	.nav {
	    padding: 20px 0;
	}

	.nav-left img {
	    max-width: 150px;
	    position: relative;
	    top: -2px;
	}

	.nav-cta a {
	    font-size: 14px;
	    padding: 6px 12px;
	}

	.nav-cta span svg {
	    width: 16px;
	}

	.nav-left {
	    width: 170px;
	}

	.nav-right {
	    width: calc(100% - 170px);
	}

	.banner-content-heading h1 {
	    font-size: 26px;
	}

	.header {
	    background-color: #372da8;
	    padding: 120px 0 70px 0;
	}

	.sec-head h2 {
	    font-size: 26px;
	}

	p.course-details-inner-list-title,
    .benefits p.title {
	    font-size: 23px;
	    font-weight: 600;
	}

	.section {
	    padding: 30px 0;
	}

	.course-details-inner-content-list p {
	    font-size: 16px;
	}

	.course-details-inner-content {
	    gap: 20px 50px;
	}

	.payment-details-box {
	    padding: 30px 20px 20px 20px;
	}

	.payment-details-box .sec-head h2 {
	    font-size: 22px;
	}

	.payment-details-content .payment-details-content-list div:nth-child(1) {
	    width: 100%;
	    margin-bottom: 7px;
	}

	.payment-details-content .payment-details-content-list div:nth-child(2) {
	    width: 100%;
	}

	.payment-details-content .payment-details-content-list:not(:last-child) {
	    margin-bottom: 30px;
	}

	.social-sec .sec-head h2 {
	    font-weight: 400;
	    font-size: 17px;
	}

	.social-list img {
	    width: 27px;
	}

	.social-list a {
	    width: 50px;
	    height: 50px;
	}

	.social-list {
	    padding: 0 7px;
	}

	.social-sec {
	    margin-top: 70px;
	    padding: 50px 0;
	}

    .payment-details-content .payment-details-content-list div:nth-child(2) {
        font-size: 14px;
    }

    .benefits ul span.step,
    .benefits li span:last-child {
        width: 100%;
    }

    .benefits ul {
        padding-left: 0;
    }

    .benefits li {
        font-size: 16px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 25px;
    }

    .copy-upi {
	    margin: 15px 0 0px 0;
	    padding: 0;
	    width: 100%;
	}

	.copy-upi .copy-upi-inner .copy-upi-btn {
	    width: 125px;
	    font-size: 13px;
	    padding: 6px 12px;
	}

	.copy-upi .copy-upi-inner span.copy {
	    font-size: 16px;
	}

	.copy-upi .copy-upi-inner {
	    width: 100% !important;
	    padding: 7px 110px 5px 11px;
	}

	.confirmation {
	    bottom: inherit;
        right: inherit;
        top: 100px;
        left: 50%;
        width: 290px !important;
        transform: translateX(-50%);
	}

	.payment-details.mobile .payment-details-content-right {
    	position: relative;
	    width: calc(100% + 80px);
        left: -40px;
	}

    .payment-details.mobile .payment-details-box {
        width: 93%;
    }

    .payment-details-content .payment-details-content-list div:nth-child(2) a {
        display: block;
        margin-bottom: -20px;
    }

}









@media only screen and (max-width: 450px) {
    .testimonials-slider-content {
        padding: 0;
    }

    .telegram-sec-inner h2 {
        font-size: 22px;
    }

    .telegram-sec-inner p {
        font-size: 16px;
    }

    .telegram-sec-inner-left {
        padding: 30px;
    }

    .telegram-sec-btn a {
        padding: 8px 23px;
        font-weight: 400;
        font-size: 16px;
    }

    .sec-head h2 {
        font-size: 23px;
    }
}








@media only screen and (max-width: 450px) {
    .course-details-head-pricing-inner {
        margin: 0 auto;
    }

    .duration p.title {
        font-size: 21px;
    }

    .duration-text {
        font-size: 16px;
    }

    .social-numbers-grid-title {
        font-size: 15px !important;
    }
}








@media only screen and (max-width: 400px) {
    .banner-content-profile-name {
        font-size: 18px;
        padding-left: 7px;
    }

    .banner-content-profile-img {
        width: 30px;
        height: 30px;
    }

    .payment-details-content .payment-details-content-list div:nth-child(2) a {
        overflow-wrap: break-word;
    }
}






@media only screen and (max-width: 380px) {
	.copy-upi .copy-upi-inner .copy-upi-btn {
	    width: 100%;
	    padding: 6px 12px;
	    top: 45px;
	    border-radius: 5px;
	    font-size: 14px;
	    height: inherit;
	}

	.copy-upi .copy-upi-inner span.copy::before {
		display: none;
	}

	.copy-upi .copy-upi-inner {
	    padding: 9px 7px 7px 7px;
	    border: 1px solid #e193ff;
	}

	.copy-upi .copy-upi-inner span.copy {
	    max-width: 100%;
	    text-align: center;
	}

	.copy-upi {
	    margin: 15px 0 35px 0;
	}

	.copy-upi .copy-upi-inner .copy-upi-btn .icon-copy {
	    top: -2px;
	}

	p.copy-upi-title {
	    margin-top: 14px !important;
	    margin-bottom: -12px !important;
	}
}