html{  scroll-behavior: smooth;}
body{padding:0px;margin:0px; font-size:16px; padding-top:0px;transition:ease-in-out 0.5s;   font-family: "Lexend", sans-serif;scroll-behavior: smooth; }

	
p:last-child {
margin-bottom:0px;
}
h1 {
font-size:64px;       font-family: "Lexend", sans-serif;
}
h2 {
font-size: 40px;      font-family: "Lexend", sans-serif;  
}
h3 {
font-size: 24px;      font-family: "Lexend", sans-serif;
} 
h4 {
font-size: 22px;     font-family: "Lexend", sans-serif;
}
h5 {
font-size: 18px;     font-family: "Lexend", sans-serif;
}
h6 {
font-size: 16px;      font-family: "Lexend", sans-serif;
}
button:focus{outline:none  !important; box-shadow:none !important;}
ul{list-style:none; padding:0px;   transition:ease-in-out 0.5s;    font-family: "Lexend", sans-serif;}
	a{text-decoration:none !important;  transition:ease-in-out 0.5s;     font-family: "Lexend", sans-serif;}
	:hover{transition:ease-in-out 0.5s; }

:before, :after {
font-family:FontAwesome;
}
.default-page-content-inner ul li {
    font-size: 15px;
}
.default-page-content-inner p {
    color: #000;
}
.input-new {
    position: relative;
}
ol.terms-wrap li {
    margin-bottom: 10px;
}
ol.terms-wrap li ol li::marker {
    font-size: 15px !important;
}
.default-page-content-inner a {
    color: #17adcf;
}
.default-page-content-inner h3 {
    font-size: 20px;
}
.default-page-content-inner h4 {
    font-size: 18px;
}
.default-page-content-inner ol li::marker {
    font-size: 20px !important;
}
.default-page-content-inner h1 {
    background: #17adcf40;
    border-radius: 20px;
    font-size: 45px;
    padding: 40px 0px;
}
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important; /* optional: sets text color */
    transition: background-color 5000s ease-in-out 0s; /* prevents flashing */
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Paint white background */
    -webkit-text-fill-color: #000 !important; /* Text color */
    background-color: white !important; /* Fallback */
    transition: background-color 5000s ease-in-out 0s; /* Prevent flicker */
 
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.signup-box h2 {
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}
.input-new input[type=text], .input-new input[type=email], .input-new input[type=password], .input-new select {
    width: 100%;
    color: #0e1338;
    padding-left: 15px;
    height: 50px;
    font-family: "Roboto", sans-serif;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #0e1338;
}
.input-new button:hover {
    background: #216F81;
}
.input-new button {
    color: #fff;
    width: 100%;
    font-family: "Roboto", sans-serif;
    border-radius: 80px;
    border: 1px solid #ffffff;
    transition: ease-in-out 0.5s;
    background: #2DA4C0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    transition: ease-in-out0 .5s;
    height: 50px;
}
.input-new label {
    color: #0D1138;
    font-size: 15px;
    position: absolute;
    top: -11px;
    left: 10px;
    background: #fff;
    padding: 0px 10px;
}
.input-new {
    margin-bottom: 25px;
}
.input-new input[type=text]:focus, .input-new input[type=email]:focus, .input-new input[type=password]:focus , .input-new select:focus {
    background: transparent !important;
    outline: none;
    box-shadow: none !important;
}
a#google-login-btn img {
    width: 17px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 3px;
}
a#google-login-btn:hover {
    background: #202020;
    transition: ease-in-out 0.5s;
}
a#google-login-btn {
    margin-bottom: 10px;
    transition: ease-in-out 0.5s;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    background: rgb(0 0 0);
    border-radius: 50px;
    padding: 11px 15px;
    text-decoration: none;
}
label.label-agree-term a {
    color: #000;
    text-decoration: underline !important;
}
label.label-agree-term {
    color: #000; font-size:14px;
}
.form-outer.simple h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
}
img.crs-logo.d-block.mx-auto.mb-3.w-100 {
    max-width: 200px;
}
.modal-header.px-4.pt-4 button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.container-fluid {
    max-width: 1200px;
    position: relative;
}
section.header-area {
    text-align: center;
}
ul.two-buttons.clearfix {
    display: flex;    justify-content: center;
    gap: 14px;
}
a.blue-btn {
    background: #17adcf;
}
section.counters {
    background: #04596A;
    padding: 40px 0px;
    margin: 80px 0px;
    color: #fff;
    text-align: center;
}
.crs-img img {
    width: 100%;
    margin-bottom: 15px;
    transition:ease-in-out 0.5s;
    object-fit: cover;
}
b.bt.d-block.text-center {
    color: #fff;font-size: 14px;
    margin-top: 40px;
}
footer h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
ul.footer-list.clearfix li a:hover {
    color: #17adcf;
}
.input-spc-email.position-relative button:hover {transition:ease-in-out 0.5s;
    background: #fff; color:#000;  border: 1px solid #000;
}
.input-spc-email.position-relative input:focus {
    outline: none;
    box-shadow: none;
}
ul.social-list.clearfix li a:hover {
    color: #17adcf;
}
.input-spc-email.position-relative {
    max-width: 340px;
}
.input-spc-email.position-relative button {
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    color: #ffffff;
    background: #17adcf;
    position: absolute;
    top: 5px;
    padding: 0px 15px; transition:ease-in-out 0.5s;
    right: 5px;
    height: 36px;
    border-radius: 30px;
    border: 1px solid #17ADCE;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.input-spc-email{position:relative;}
.input-spc-email input[type=email] {
    width: 100%;
    height: 45px;
    padding: 10px 120px 10px 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

ul.footer-list.clearfix li a {
    font-weight: 400; font-size: 15px; line-height: 40px;;
    color: #Fff;
}
ul.social-list.clearfix li a {
    color: #fff;
}
ul.social-list.clearfix li {
    display: inline-block;
    float: left;
    width: 10.4%;
}
.logo-footer img {
    margin-bottom: 10px;
}
footer {
    padding: 70px 0px 15px;
    background: #000;
	position:relative;
}
section.coursely-blog {
    padding-bottom: 60px;
}
.c-runner.no-bd {
    border-right: 0px;
}
.c-runner {
    border-right: 1px solid #17ADCF;
}
.img-cvr-blg {
    position: relative;
    height: 353px;transition:ease-in-out 0.5s;
    border-radius: 20px;
    overflow: hidden;
}
.img-cvr-blg img:hover {
    transform: scale(1.1);transition:ease-in-out 0.5s;
}
.img-cvr-blg img {
    width: 100%;
    position: absolute;transition:ease-in-out 0.5s;
    object-fit: cover;
}
.c-runner span{font-size:15px;text-align: center;
color: #ffffff;}
.c-runner h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
	color:#fff;
}
.content-spc {
    padding: 0px 15px 15px;
}
.crs-img img:hover {
    transform: scale(1.1);transition:ease-in-out 0.5s;
}

ul.pricing-member.clearfix {
    display: flex;
    justify-content: space-between;
	margin-top: 15px;
}
ul.pricing-member.clearfix li span {
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    color: #17adcf;
}
ul.pricing-member.clearfix li:nth-child(2) {text-align:right;}
ul.pricing-member.clearfix li {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    width: 50%; 
	text-align: left;
}

.content-spc p {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #5e5e5e;
	text-align:left;
}
section.discover-courses {
    padding-bottom: 50px;
}
section.pricing-planz {
    background: #F4F4F4;
    padding: 80px 0px;
}
.pricing-plan span {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-box h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    color: #191919;
    margin-top: 15px;
}
.blog-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
}

ul.bottom-info li {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #999999;
}
ul.bottom-info {
    display: flex
;
    justify-content: space-between;
}
ul.c-list.clearfix li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
}
section.coursely-blog h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}
.padd-left a:hover {
    background: #000;
    color: #fff;
}
iframe {
    border-radius: 20px;
}
ul.c-list.clearfix li:before {
    content: "";
    background: url(../../images/landing/c-icon.svg);
    width: 24px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: -1px;
}
.padd-left {
    padding-left: 20px;
}
section.why-coursely span {
    color: #17adcf;
}
.pricing-plan b span {
    font-size: 19px;
}
section.why-coursely {
    padding: 70px 0px;
}
section.why-coursely h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: normal;
    color: #000;
    margin-bottom: 20px;
}
.pricing-plan.premium {
    background: #BDF3FF;
}
ul.check-area {
    margin-bottom: 0px;
}
a.course-btn:hover {
    background: #17adcf;
}
section.pricing-planz h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}
ul.check-area li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
}
ul.check-area li:before {
    content: "\f058";
    color: #17adcf;
    left: 0px;
    position: absolute;
    top: 3px;
}
a.course-btn {
    background: #000;
    display: block;
    padding: 14px; margin-bottom:20px;
    border-radius: 40px;
    text-align: center;
    color: #Fff;
}
.pricing-plan p {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}
.pricing-plan b {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}
section.creater-talk {
    padding: 70px 0px;
    background: #000;
}
.pricing-plan h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}
.pricing-plan {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #00000024;
}
.coursely-box-icon {
    border: 1px solid #fff;
    padding: 20px; margin-bottom:30px;
    border-radius: 20px;
}
.coursely-box-icon p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.coursely-box-icon b {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    display: block;
    margin: 10px 0px;
}
.primary-btn:hover {
    background: #fff;
    color: #000;
}
section.creater-talk p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}
section.creater-talk h2 {
    color: #fff;
    font-weight: 800;
}
.primary-btn {
    background: #17adcf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
}
.content-spc h5, .content-spc h5 a {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    color: #000000;
	color: #000;
    margin-top: 15px;
}
p.smll {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-top: 20px; margin-bottom:40px;
    display: block;
}
p.bottom-line {
    text-align: center;
}
p.bottom-line a {
    color: #2da4c0;
}
section.discover-courses h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
.course-box-nw {
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;    background: #fff;
}
.course-box-nw > .crs-img {
    position: relative;
    height: 137px;
    overflow: hidden;
}
.banner-img img{ display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 20s linear infinite;}
	@keyframes a-text-scroll {
    0% { transform: translate3d(-30%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}
.banner-img {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 60px;
}

a.black-btn:hover {
      background: #333333;
}
a.black-btn {
    background: #000;
}
a.blue-btn:hover {
    background: #056375;
}
ul.two-buttons.clearfix li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 14px 20px;
    width: 255px;
	font-weight: 800;
}
section.header-area p {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}
section.header-area h1 span {
    font-weight: 900;
    font-size: 45px;
    line-height: normal;
    text-align: center;
    color: #17adcf;
}
section.header-area h1 {
    font-size: 45px;
    max-width: 600px;
    font-weight: 900;
    text-align: center;
    color: #000;
    margin: 40px auto 20px;
}
li.nav-item.blue-btn a:hover {
    background: #000;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li a:hover {
    color: #17adcf;
}
li.nav-item.blue-btn {
    padding-left: 5px !important;
}
li.nav-item.blk-login a {
    background: #eee;
    padding: 10px 30px !important;
    border-radius: 50px;
}
li.nav-item.blk-login a:hover {
    color: #000 !important;
}
nav.navbar.navbar-expand-lg.new-bg.sticky-top {
    background: #fff;
}
nav.navbar.navbar-expand-lg.box-shad {
    padding: 15px 15px;
    box-shadow: 0px 0px 20px #0000001f;
    border-radius: 20px;
    margin-top: 20px; background:#fff;
}
a.nav-link.login-modal-btn {
    background: #eee;
    padding: 5px 20px !important;
    border-radius: 50px;
    color: #000;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li {
    padding-left: 20px;
}
li.nav-item.blue-btn a {font-weight: 500;
    background: #17ADCF;
    border-radius: 30px; color:#fff !important;
    padding: 10px 20px !important;color: #fff;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li a {
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: #000;
}
.payment-option {
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: 10px;
}
.payment-option.selected {
	border-color: #17acce;
	background-color: #eef2ff;
}
.payment-option:hover {
	border-color: #a5b4fc;
}
.payment-option .card-label{
	padding:15px;
	display:flex;
	align-items:center;
}
.card-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.card-logo {
	width: 40px;
}
#new-payment-method-wrap{
	padding:15px;
}
.card-left{
	width:90%;
}
.card-right{
	width:10%;
}
.payment-option .card-info img.card-logo {
    margin: 0;
    overflow: auto;
    max-width: 100%;
}
.card-exp {
    font-weight: normal;
    font-size: 10px;
}

.card-num {
    font-weight: bold;
    letter-spacing: 2px;
    word-spacing: 5px;
}
/*=============================
         Media Queries
===============================*/

@media (min-width: 1200px) and (max-width: 1300px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
.img-cvr-blg {
    position: relative;
    height: 283px;
    transition: ease-in-out 0.5s;
    border-radius: 20px;
    overflow: hidden;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.img-cvr-blg {
    position: relative;
    height: 203px;
    transition: ease-in-out 0.5s;
    border-radius: 20px;
    overflow: hidden;
}
	section.banner-img img {
    width: 800px;
}
.c-runner.bod-z {
    border-right: 0px;
}
.pricing-plan{margin-bottom:30px;}
button.navbar-toggler:focus {outline:none; box-shadow:none;}
button.navbar-toggler {
    border: 0px;
    padding: 0px;
    color: #17adcf;
}
   nav.navbar.navbar-expand-lg.box-shad ul.navbar-nav.ms-auto {
        display: flex
;
        position: static;
        top: 5px;
        right: 0px;
        left: 0px;
    }
	ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li {
    padding-left: 0px;
    padding-bottom: 10px;
}
}
@media (min-width: 320px) and (max-width: 767px) {
	.default-page-content-inner h1 {
    background: #17adcf40;
    border-radius: 20px;
    font-size: 24px;
    padding: 40px 0px;
}
	.course-box-nw > .crs-img {
    position: relative;
    height: 187px;
    overflow: hidden;
}
	ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li {
    padding-left: 0px;
    padding-bottom: 10px;
}
	    nav.navbar.navbar-expand-lg.box-shad ul.navbar-nav.ms-auto {
        display: flex
;
        position: static;
        top: 5px;
        right: 0px;
        left: 0px;
    }
	.form-outer.simple h2 {
    font-size: 20px !important;}
	section.header-area p {
    font-weight: 400;
    font-size: 15px;}
	.banner-img img {
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 8s linear infinite;
}
	button.navbar-toggler:focus {outline:none; box-shadow:none;}
	button.navbar-toggler {
    border: 0px;
    padding: 0px;
    color: #17adcf;
}
	h2 {
    font-size: 30px !important;
}
	.img-cvr-blg {
    position: relative;
    height: 323px;
    transition: ease-in-out 0.5s;
    border-radius: 20px;
    overflow: hidden;
}
	section.pricing-planz {
    background: #F4F4F4;
    padding: 80px 0px 40px;
}
	footer h2 {
    margin-top: 40px;
}
	.blog-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
}
	.padd-left {
    padding-left: 0px;
    padding-top: 30px;
}
	.pricing-plan {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #00000024;
    margin-bottom: 30px;
}
	section.discover-courses h2 {
    font-weight: 900;
    font-size: 30px;}
	section.counters {
    background: #04596A;
    padding: 40px 0px 0px;
    margin: 80px 0px;
    color: #fff;
    text-align: center;
}
	.c-runner.bod-z {
    border-right: 0px;
}

	.c-runner {

    margin-bottom: 40px;
}
	.c-runner h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
	section.banner-img img {
    width: 800px;
}
	ul.two-buttons.clearfix li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 14px 20px;
    width: 255px;
    margin: 0 auto;
}
	ul.two-buttons.clearfix {
    display: flex
;
    justify-content: center;
    gap: 14px;
    flex-direction: column;
}
	section.header-area h1 span {
    font-weight: 900;
    font-size: 30px;
    line-height: normal;
    text-align: center;
    color: #17adcf;
}

section.header-area h1 {
font-size: 30px;
}
}
