/*
  Project Name: Compliance Education HTML Template
  Author: Themescare -->> (https://themeforest.net/user/iramflex)
  Description: HR, Payroll, Tax, Banking and Finance Webinars HTML Template HTML Template
  Developer: Hassan Rasu -->> (ahmedrakesh42@gmail.com)
  Version: 1.0
*/


/* CSS Index
-----------------------------------
01. Import Font
02. Default css
03. Preload css
04. Header css
05. Hero css
06. About css
07. Service css
08. Tour css
09. Partners css
10. Projects css
11. Testimonial css
12. News css
13. Footer css
14. Breadcrumb css
15. Expertise css
16. Team css
17. Service Details css
18. Blog Page css
19. Contact Page css
20. Faq Page css
21. Portfolio Page css
22. Error Page css
23. Comming Soon css
*/


/* 01. Import Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&family=Poppins:wght@400;500;600;700;800&display=swap');

/* 02. Default css */
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #777;
	width: 100vw;
	overflow-x: hidden;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #464646;
    outline: medium none;
    cursor: pointer;
}

a:hover {
    color: #6F2DBD;
}

.form-button {
    display: inline-block;
    background: #6F2DBD;
    border: 1px solid #6F2DBD;
    padding: 17px 35px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-button:hover {
    background: transparent;
    color: #6F2DBD
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: normal;
    color: #1F1F1F;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-size: 20px
}


ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #5C5C5C;
    margin-bottom: 15px;
}

p:last-child {
    margin: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

input,
textarea,
select {
    width: 100%;
    height: 55px;
    background-color: #f8f8f8;
    border: none;
    padding: 0px 20px;
    outline: none
}

.container {
    max-width: 1170px
}

section {
    padding: 100px 0
}

.cta-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #6F2DBD;
    position: relative;
    text-align: center;
    color: #fff;
    margin-left: 25px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
    font-weight: 700
}

.cta-btn:hover {
    background: #46CD8C;
    color: #fff
}

.footer-link-box a {
    font-size: 14px;
}

.cta-btn span {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6F2DBD;
    transition: all 0.4s ease;
    display: inline-block;
    background: #fff;
    width: 60px;
    height: 100%;
    line-height: 57px;
    text-align: left;
    padding-left: 22px;
    border-radius: 12px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.cta-btn:hover span {
    left: 0px
}

.cta-btn-alt span {
    right: -50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: auto;
    padding-left: 28px;

}

.cta-btn-alt:hover span {
    right: 0;
    left: auto
}

.cta-btn-alt {
    margin-left: 0
}

.cta-btn-orange {
    background: #DE7D54;
}

.cta-btn-orange span {
    color: #DE7D54
}

.site-heading {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}

.site-heading-2 {
    position: relative;
    display: inline-block
}

.site-heading-2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/heading-shape.png);
    background-repeat: no-repeat;
    left: 90%;
    bottom: -15px;
    z-index: -1;
}


/* 02. Header css */
.header-area {
    padding: 15px 0
}

.header-inn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-search {
    width: 360px;
    margin-left: 20px;
}

.banner-left p {
    margin: 25px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 168%;
    color: #5C5C5C;
}

.header-search form input {
    padding-left: 50px;
    position: absolute;
    top: 0;
    background: transparent;
    height: 100%;
    width: 100%
}

.header-search form {
    position: relative;
    background: #FAFAFA;
    height: 50px;
    border-radius: 12px
}

.header-search form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 50px;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center
}

.has-submenu > a {
    position: relative
}

.has-submenu > a::after {
    position: absolute;
    content: "";
    top: 42%;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #20201D;
    border-bottom: 2px solid #20201D;
    transform: rotate(45deg) translateY(-50%);
}

.main-menu {
    border-right: 2px solid #DBDBDB;
    padding-right: 15px
}

.main-menu ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.auth-active {
    position: relative
}

.main-menu > ul > li > a {
    color: #20201D;
    transition: all 0.4s ease;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 0 10px;
    position: relative
}

.main-menu > ul > li.has-submenu > a::after {
    position: absolute;
    content: "";
    top: 8px;
    right: -4px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #20201D;
    border-bottom: 2px solid #20201D;
    transform: rotate(45deg);
    transition: all 0.4s
}

.main-menu > ul > li > a:hover::after {
    border-color: #6F2DBD
}

.main-menu ul li a span {
    margin-left: 10px
}

.main-menu ul li a:hover {
    color: #31c77f
}
.main-menu ul li a:hover::after{
    border-color: #31c77f
}
.main-menu ul li:hover ul,
.auth-active:hover ul {
    opacity: 1;
    visibility: visible;
    top: 50px
}

.main-menu ul li ul,
.auth-active ul {
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 20px;
    width: 200px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease
}

.main-menu ul li ul li,
.auth-active ul li {
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 16px
}

.main-menu ul li ul li::before {
    visibility: hidden
}

.main-menu ul li ul li:last-child {
    margin-bottom: 0
}

.side-menu {
    padding-left: 10px
}

.side-menu ul li a {
    color: #20201D;
    transition: all 0.4s ease;
    font-weight: 500;
    font-size: 16px
}


.side-menu ul li a:hover {
    color: #20201D
}

.side-menu ul li {
    display: inline-block;
    margin-left: 20px
}

.side-menu .auth-active ul li {
    display: block;
    margin-left: 0;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.side-menu .auth-active > a {
    color: #464646;
    position: relative;
    padding-right: 10px
}

.side-menu .auth-active ul li a {
    color: #464646;
    position: relative
}

.side-menu .auth-active > a::after {
    position: absolute;
    content: "";
    top: 5px;
    right: -4px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #20201D;
    border-bottom: 2px solid #20201D;
    transform: rotate(45deg);
    transition: all 0.4s;
}

/* 02. Banner css */

.banner-area {
    position: relative
}

.banner-area::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 70%;
    background: #FFECCC;
    border-radius: 100px;
    left: -20%;
    bottom: 0%;
    transform: rotate(-35deg);
    z-index: -1;
}

.banner-left h1 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

.banner-search form {
    position: relative;
    background: #6F2DBD;
    padding: 2px;
    border-radius: 18px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08);
}

.banner-search form input {
    border-radius: 15px;
    width: 85%;
    background: #fff
}

.banner-search form button {
    position: absolute;
    width: 15%;
    top: 0;
    right: 0;
    background: #6F2DBD;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff
}

.side-menu ul li a:hover {
    color: #31c77f
}

.side-menu ul li:last-child a:hover path {
    fill: #31c77f
}

.banner-img img {
    width: 100%
}

.banner-right {
    position: relative
}

.banner-counter {
    display: flex;
    align-items: center;
    padding: 16px;
    width: 250px;
    height: 75px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 40px 30px 60px rgba(0, 0, 0, 0.04);
    border-radius: 78px;
}

.banner-counter-img {
    margin-right: 20px
}

.banner-counter-text h3 {
    color: #C14953;
    font-weight: 700
}

.banner-counter-1 {
    position: absolute;
    left: 50px;
    top: 100px;
}

.banner-counter-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.banner-counter-3 {
    position: absolute;
    right: 50px;
    bottom: 100px;
}

.banner-right > img {
    width: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all 0.3s ease
}

.banner-right > img:hover {
    width: 60px;
    top: 45px
}

.banner-client-1 {
    position: absolute;
    top: 50px;
    right: 0
}

.banner-client-2 {
    position: absolute;
    top: 50px;
    right: 40px;
}

.banner-client-3 {
    position: absolute;
    top: 50px;
    right: 80px
}

.banner-client-4 {
    position: absolute;
    top: 50px;
    right: 120px
}

.banner-heading-2 {
    position: relative;
    display: inline-block
}

.banner-heading-2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/heading-shape.png);
    background-repeat: no-repeat;
    left: 50%;
    bottom: -55px;
    z-index: -1;
}

/* 02. Intro css */
.intro-area .container {
    background: #FBFBFB;
    border: 1px solid #E2E2E2;
    border-radius: 28px;
    padding-top: 50px
}

.intro-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 30px
}

.intro-text {
    width: 80%;
    margin-left: 20px
}

.intro-text h3 {
    color: #527E91;
    margin-bottom: 10px;
    font-weight: 600
}

/* 03. About css */
.about-area {
    padding-top: 85px;
    padding-bottom: 185px;
    position: relative;
    z-index: 1
}

.shape-l {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.cat_heading {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 50px
}

.about-left-img {
    width: 90%;
    position: relative
}

.about-left-img::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: #46CD8C;
    border-radius: 50%;
}

.about-left-img::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 55px;
    background: #1D1D1D;
    border-radius: 50%;
}

.about-left-img img {
    width: 100%;
    transform: rotate(-45deg);
    border-radius: 70px;
    border: 10px solid #fff
}

/* 03. Popular Categories css */

.popular-categories {
    background: #C14953;
    position: relative;
    z-index: 1;
    padding-bottom: 70px
}

.popular-categories::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url(../img/cat-shape.png);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1
}

.popular-categories-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    transition: all 0.4s ease;
    display: block;
    position: relative
}

.popular-categories-box:hover {
    color: #fff;
    background: #272727;
}

.cat_action {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.01em;
	color: #A9A9A9;
	position: absolute;
	right: 25px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	bottom: 0;
}

.popular-categories-box li:last-child {
    transition: all 0.4s;
    line-height: normal
}

.popular-categories-box:hover .cat_action {
	bottom: 12px;
	opacity: 1;
	visibility: visible;
}

.popular-categories-box:hover li:last-child {
    transform: translateY(-12px)
}

.popular-categories-box ul {
    display: flex;
    align-items: center;
}

.popular-categories-icon {
    background: #272727;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-right: 20px;
    transition: all 0.4s ease
}

.popular-categories-box:hover .popular-categories-icon {
    background: #46CD8C
}

.popular-categories-icon img {
    width: 20px
}

/* 03. Webinars css */
.webinars-area {
    background: #E8EBF7;
    position: relative;
    z-index: 1
}

.webinars-area::before {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border: 4px solid #9CA5C9;
    border-radius: 80px;
    bottom: 50px;
    transform: rotate(-45deg);
    left: -10%;
    z-index: -1;
}

.webinars-area::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    border: 2px solid #9CA5C9;
    border-radius: 40px;
    top: 50px;
    transform: rotate(-45deg);
    right: -100px;
    z-index: -1;
}

.webinars-box {
    background: #272727;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: block
}

.webinars-top-text {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.2s ease;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}

.webinars-info-left ul {
    display: flex;
    align-items: center
}

.webinars-top-text span {
    color: #AD367E;
    margin-bottom: 10px;
    display: block;
    font-weight: 600
}

.webinars-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 10px;
    position: relative
}

.webinars-info ul li {
    display: inline-block;
    margin: 0 5px;
    color: #707070
}

.webinars-info-right ul li {
    border-right: 2px solid #707070;
    padding-right: 10px
}

.webinars-info-right ul li:last-child {
    border-right: none;
    padding-right: 0
}

.webinars-box-action {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -20px;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.webinars-box:hover .webinars-box-action {
    opacity: 1;
    visibility: visible;
    top: 0
}

.webinars-box:hover .webinars-top-text {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.webinars-area-2 {
    background: #F3F3F3;
    position: relative;
    z-index: 1
}

.webinars-area-2::before {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    border: 4px solid #DADADA;
    border-radius: 50%;
    bottom: 0;
    left: -2%;
    z-index: -1;
}

.webinars-area-2::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border: 2px solid #DADADA;
    border-radius: 50%;
    top: 50px;
    right: -45px;
    z-index: -1;
}


.webinars-box-2 {
    display: block;
    background: #fff;
    padding: 30px;
    margin: 30px 0 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    position: relative;
    height: 300px;
}

.webinars-box-2 span {
    color: #46CD8C;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    font-size: 20px
}

.webinars-box-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    color: #4A4A4A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.webinars-box-2-info {
    width: 65%;
    border-radius: 30px;
    background: #E8FAF2;
    border: 1px solid #D5EFE4;
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: all 0.2s ease
}

.webinars-area-2 .col-lg-6 .webinars-box-2-info {
    width: 45%;
    transition: all 0.3s ease
}

.webinars-area-2 .col-lg-4:hover .webinars-box-2-info {
    width: 82%;
}

.webinars-area-2 .col-lg-6:hover .webinars-box-2-info {
    width: 88%;
}

.webinars-box-2-info li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: #404040
}

.webinars-box-2-info li:last-child {
    margin-right: 0
}

.webinars-box-2-info li img {
    width: 50px;
    border-radius: 50%
}

/* 03. Achievement css */
.achievement-area {
    padding-top: 50px;
    padding-bottom: 0;
    background: #E8EBF7
}

.achievement-area-2 {
    background: #F3F3F3
}

.achievement-top {
    background: #2D2D2A;
    position: relative;
    padding-bottom: 30px
}

.achievement-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: -100px;
    left: 0;
    background-image: url(../img/shape-22.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover
}

.achievement-top-text h3 {
    color: #fff;
    margin-bottom: 20px
}

.achievement-top-text p {
    color: #C0C0C0
}

.achievement-top-img {
    margin-top: -65px;
    position: relative;
    text-align: center
}

.trophy {
    position: absolute;
    top: 50px;
    right: 0;
}

.smile {
    position: absolute;
    bottom: -50px;
    left: 120px;
}

.achievement-top-img-main {
    width: 90%;
}

.promotion-area {
    background: #FBFBFB;
    position: relative;
    z-index: 1
}

.promotion-area .cta-btn {
    margin-left: 50px
}

.achievement-top-imoji-1 {
    position: absolute;
    width: 85px;
    background: #fff;
    padding: 25px;
    left: 80px;
    bottom: 50px;
    border-radius: 20px;
    transform: rotate(-45deg);
}

.achievement-top-imoji-2 {
    position: absolute;
    width: 65px;
    background: #fff;
    padding: 20px;
    right: 0;
    top: 100px;
    border-radius: 10px;
    transform: rotate(45deg);
}

.achievement-bottom {
    background-image: url(../img/achv-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 185px;
    padding-bottom: 85px;
    position: relative;
}

.achievement-bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-image: url(../img/shape-21.png);
    background-repeat: no-repeat;
}

.achievement-bottom .site-heading {
    margin-bottom: 0;
    color: #fff
}

.achievement-bottom-right ul li {
    color: #fff;
    margin: 15px 0
}

.achievement-bottom-right ul li span {
    background: #46CD8C;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px
}

/* 03. Testimonial css */
.testimonial-area,
.testimonial-area-2 {
    position: relative;
}

.testimonial-area-2::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 400px;
    background: #FFECCC;
    top: 100px;
    left: -30%;
    border-radius: 100px;
    z-index: -1;
}

.testimonial-area::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 400px;
    background: #FFECCC;
    top: 100px;
    left: -30%;
    border-radius: 100px;
    transform: rotate(-45deg);
    z-index: -1;
}

.testimonial-box h3 {
    color: #404040;
    margin-bottom: 10px
}

.testimonial-box p {
    color: #DE7D54
}

.testimonial-text {
    padding: 50px;
    position: relative;
    color: #585858 !important;
    font-style: italic
}

.testimonial-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/quote-1.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.testimonial-text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/quote-1.svg);
    background-repeat: no-repeat;
    bottom: -80%;
    right: -180%;
}

.testimonial-slider .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 30px
}

.testimonial-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #EADEF7;
    margin: 0 5px;
    border-radius: 3px
}

.testimonial-slider .owl-dots button.active {
    background: #6F2DBD
}


/* 03. Promotion css */
.promotion-area .container {
    position: relative
}

.promotion-area .container::before {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #46CD8C;
    content: "";
    right: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1
}

.promotion-right h3 {
    margin-bottom: 30px;
}

.promotion-right ul {
    list-style: decimal;
    margin-left: 20px;
}

.promotion-right ul li {
    margin-bottom: 10px;
    display: list-item;
    list-style: decimal
}

.promotion-right ul li:last-child {
    margin-bottom: 0
}

.promotion-area-2 {
    position: relative;
}

.promotion-area-2::before {
    position: absolute;
    width: 20%;
    height: 80px;
    background: #FFECCC;
    content: "";
    left: 0;
    top: 0;
    border-bottom-right-radius: 30px;
    z-index: -1;
}

.promotion-area-2 .container::before {
    display: none
}

.promotion-area-img img {
    width: 100%
}

/* 03. Company css */

.company-area {
    background-image: url(../img/company-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.company-area .site-heading {
    color: #fff
}



.company-logo img {
    margin: 0 auto;
}

/* 03. Footer css */
.footer-area {
    padding: 100px 0;
    background: #46CD8C;
    position: relative;
    overflow: hidden
}

.footer-area::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 150px;
}

.footer-area::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../img/cat-shape.png);
    background-position: right;
    background-repeat: no-repeat;
    top: 15px;
    right: 0;
    opacity: 0.5
}

.footer-area .container {
    position: relative;
    z-index: 1
}

.footer-area .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200%;
    background: #fff;
    top: 0;
    left: -50%;
    border-radius: 100px;
    transform: rotate(-45deg);
    z-index: -1;
}

.footer-link-box {
    margin-top: 50px
}

.footer-link-box h4 {
    margin-bottom: 20px
}

.footer-link-box ul li {
    margin-bottom: 10px;
}

.footer-link-box ul li:last-child {
    margin-bottom: 0
}

.footer-right .banner-search form button {
    width: 25%
}

.footer-right .banner-search form input {
    width: 75%
}

.footer-right .site-heading {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #fff
}

.footer-right-heading {
    color: #233B2F;
    margin-bottom: 30px
}

.footer-social {
    margin-top: 30px
}

.footer-social li {
    display: inline-block;
    margin-right: 10px
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    background: #243C30;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
}

.footer-social li a:hover {
    background: #fff;
    color: #243C30
}

/* 03. webinars Page css */
.webinars-breadcrumb {
    position: relative
}

.webinars-breadcrumb::before {
    position: absolute;
    width: 100%;
    height: 200%;
    content: "";
    top: -11%;
    left: -60%;
    background: #FFECCC;
    border-radius: 100px;
    transform: rotate(-45deg);
    z-index: -1;
}

.webinars-breadcrumb-left-text {
    margin-bottom: 50px
}

.webinars-breadcrumb-left-text span {
    margin-bottom: 10px;
    display: inline-block;
    color: #DE7D54;
    font-size: 16px;
    font-weight: 500
}

.webinars-breadcrumb-left-text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #1F1F1F;
}

.webinars-breadcrumb-action .cta-btn {
    margin-left: 50px
}

.webinars-breadcrumb-action .cta-btn i {
    font-size: 22px;
    position: relative;
    top: 3px;
    right: 3px;
}

.webinars-speaker-text {
    margin-top: 70px
}

.webinars-speaker-text h6 {
    color: #46CD8C;
    margin-top: 10px;
    margin-bottom: 30px
}

.webinars-speaker-text h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: #262626
}

webinars-benefit-list {
    margin-left: 20px
}

.webinars-speaker-text a {
    font-weight: 500;
    color: #6F2DBD;
}

.webinars-speaker-social li a:hover {
    color: #6F2DBD;
}

.webinars-breadcrumb-button {
    display: inline-block;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    border-radius: 10px;
    color: #6F2DBD;
    font-weight: 700
}

.webinars-breadcrumb-button:hover {
    background: #6F2DBD;
    color: #fff
}

.webinars-breadcrumb-right li {
    position: relative;
    margin-left: 50px
}

.webinars-breadcrumb-right-icon {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    font-size: 25px;
    color: #474747;
}

.webinars-breadcrumb-right-heading {
    color: #DE7D54;
    font-size: 15px
}

.webinars-breadcrumb-right li p {
    font-size: 18px;
    font-weight: 500
}

.webinars-speaker-right img {
    margin-bottom: 20px
}

.webinars-speaker-social li {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;

}

.webinars-speaker .site-heading {
    font-weight: 600;
}

.webinars-speaker-social li a {
    color: #262626
}

.webinars-benefit {
    position: relative;
    overflow: hidden
}

.webinars-benefit::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    border-radius: 80px;
    bottom: -50px;
    right: -28%;
    background: #FFECCC;
    transform: rotate(-45deg);
    z-index: -1;
}

.webinars-benefit-list li {
    margin-bottom: 10px;
    list-style: disc
}

.webinars-benefit-list li:last-child {
    margin-bottom: 0
}

.webinars-faq {
    padding-top: 150px
}

.webinars-faq-box .accordion-item {
    border: none
}

.webinars-faq-box .accordion-button {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.4s ease
}

.webinars-faq-box .accordion-button::after {
    color: #292929;
    background-size: 15px;
    margin-right: 15px
}

.accordion-button:hover {
    color: #46CD8C;
    border-bottom: 1px solid #46CD8C;
}

.accordion-button:focus {
    box-shadow: none;
    background: #fff
}


.webinars-faq-img {
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 50px
}

.webinars-faq-img img {
    width: 100%
}

.webinars-faq-img::before {
    position: absolute;
    content: "";
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #FFECCC;
    z-index: -1;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
}

.webinars-faq-img::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1D1D1D;
    top: 50px;
    right: 15%;
    z-index: -1;
}

.webinars-faq-img span {
    position: absolute;
    right: 0;
    top: -30px;
    background: #1D1D1D;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
}

.webinars-faq-text h4 {
    margin-bottom: 20px
}

.webinars-faq-text .cta-btn {
    background: #DE7D54;
    padding: 12px 45px;
}

.webinars-faq-text .cta-btn span {
    color: #DE7D54
}

.webinars-faq-text .cta-btn:hover {
    color: #fff
}

/* 03. Service Page css */


.service-breadcrumb-img {
    position: relative
}

.service-breadcrumb-shape-1 {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
    width: 200px;
}

.service-breadcrumb-shape-2 {
    position: absolute;
    width: 100px;
    right: 70px;
    bottom: -30px;
    z-index: 11;
}

.service-breadcrumb-img img {
    margin: auto;
    display: block
}

.about-service {
    background: #272727;
    z-index: 9;
    position: relative;
}

.about-service-text .site-heading {
    color: #fff
}

.about-service-text p {
    color: #E4E4E4
}

.about-service-img {
    position: relative;
    z-index: 1
}

.about-service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    background: #46CD8C;
    border-radius: 35px;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about-service-img::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background-image: url(../img/shape-13.svg);
    background-repeat: no-repeat;
    border-radius: 35px;
    top: 0;
    right: 0;
    z-index: -1;
}

.service-feature {
    position: relative;
    background: #F6F6F6;
    z-index: 1
}

.service-feature::before {
    position: absolute;
    content: "";
    width: 40%;
    height: 45%;
    bottom: 0;
    right: 0;
    background-image: url(../img/shape-23.png);
    background-repeat: no-repeat;
    background-position: right;
}

.service-feature::after {
    position: absolute;
    content: "";
    width: 115%;
    height: 65%;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    background: #272727;
    border-bottom-left-radius: 30%;
    border-bottom-right-radius: 30%;
    z-index: -1;
}

.service-feature .site-heading {
    margin-bottom: 10px;
    color: #fff
}

.service-feature-heading {
    color: #EBEBEB
}

.service-feature-box {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.01);
    margin-top: 30px;
    background: #fff
}

.service-feature-img img {
    border-radius: 20px;
    width: 100%
}

.service-feature-text h3 {
    color: #C14953;
    margin: 20px 0
}

.service-feature-text p {
    margin-bottom: 30px
}

.service-feature-action {
    background: #F3EDFC;
    position: relative;
    padding: 15px 20px 15px 70px;
    border-radius: 25px;
    display: inline-block;
    color: #6F2DBD;
    font-weight: 600
}

.service-feature-action span {
    background: #6F2DBD;
    width: 55px;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 55px;
    color: #fff;
    left: 0;
    top: 0;
}

/* 03. Service Details Page css */

.service-details-breadcrumb-left h1 span {
    position: relative;
    color: #fff
}

.service-details-breadcrumb-left h1 span::before {
    position: absolute;
    width: 150px;
    height: 150px;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #46CD8C;
    border-radius: 50%;
    z-index: -1
}

.service-details-number {
    width: 70px;
    height: 70px;
    text-align: center;
    display: block;
    line-height: 65px;
    border-radius: 50%;
    border: 3px solid #46CD8C;
    color: #46CD8C;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    background: #fff
}

.service-details-area .margin-100 {
    margin-bottom: 100px
}

.service-details-text p {
    margin-top: 20px
}

.service-details-text ul li {
    list-style: disc;
    margin-left: 20px
}

.service-details-area img {
    margin: 0 auto;
    padding: 0 50px
}

.service-details-img-1,
.service-details-img-2,
.service-details-img-3,
.service-details-img-4,
.service-details-img-5 {
    position: relative
}

.service-details-img-1::before {
    position: absolute;
    width: 100%;
    height: 80%;
    content: "";
    bottom: 0;
    left: 0;
    background: #F5E1E2;
    z-index: -1;
    border-radius: 30px
}

.service-details-img-2::before {
    position: absolute;
    width: 100%;
    height: 80%;
    content: "";
    bottom: 0;
    left: 0;
    background: #FDEDFD;
    z-index: -1;
    border-radius: 30px
}

.service-details-img-3::before {
    position: absolute;
    width: 100%;
    height: 80%;
    content: "";
    bottom: 0;
    left: 0;
    background: #E4E6FC;
    z-index: -1;
    border-radius: 30px
}

.service-details-img-4::before {
    position: absolute;
    width: 100%;
    height: 80%;
    content: "";
    bottom: 0;
    left: 0;
    background: #F8EDDD;
    z-index: -1;
    border-radius: 30px
}

/* 03. All webinars Page css */
.all-webinars-breadcrumb {
    position: relative;
    overflow: hidden
}

.all-webinars-breadcrumb::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    right: 0;
    top: 0;
    background: #46CD8C;
    z-index: -1;
}

.all-webinars-breadcrumb .container {
    position: relative;

}

.all-webinars-breadcrumb .container::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 300%;
    right: -50%;
    top: -100px;
    background: #46CD8C;
    z-index: -1;
    border-radius: 80px;
    transform: rotate(40deg);
}

/* 03. Excel Book Page css */

.excel-book-breadcrumb {
    position: relative;
    background: #FAFAFA;
    z-index: 1;
}

.tab-area {
    position: relative
}

.excel-tab {
    position: absolute;
    right: 0;
    top: 0;
    width: 725px;
    height: 560px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}


.excel-tab.tab-active {
    opacity: 1;
    visibility: visible
}

.excel-book-breadcrumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url(../img/cat-shape.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.3
}

.excel-book-breadcrumb-text h1 {
    font-weight: 700;
    Font-size: 45px;
    Line-height: 70px;
}

.excel-book-feature {
    background-image: url(../img/img-138.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.excel-book-feature-left h3 {
    margin-bottom: 20px;
    color: #46CD8C
}

.excel-book-feature-left ul li {
    list-style: disc;
    margin-left: 20px;
    color: #fff
}

.excel-book-feature-right p {
    color: #fff
}

.webinars-slider-area .webinars-box {
    background: #D2DAD1;
}

.webinars-slider-area .webinars-top-text a {
    color: #915EE5
}

.webinars-action {
    margin-top: 20px;
}

.webinars-action .cta-btn-alt {
    margin-left: -25px;
}


/* 03. Order Successful css */
.order-successful {
    position: relative;
    overflow: hidden;
    background: #FAFAFA;
    z-index: 1
}

.order-successful-left .h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #272727;
    display: flex;
    align-items: center;
}

.order-successful::before {
    position: absolute;
    width: 30%;
    height: 150%;
    content: "";
    top: 75px;
    right: -50px;
    background: #FFECCC;
    border-radius: 100px;
    transform: rotate(50deg);
    z-index: -1;
}

.order-successful::after {
    position: absolute;
    width: 20%;
    height: 100%;
    content: "";
    bottom: -75%;
    left: -100px;
    background: #FFECCC;
    border-radius: 70px;
    transform: rotate(45deg);
    z-index: -1;
}

.order-successful-left {
    position: relative;
    z-index: 1
}

.order-successful-left > .h2 > span {
    width: 50px;
    height: 50px;
    background: #46CD8C;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    margin-right: 15px;
    border-radius: 50%;
    min-width: 55px;
    min-height: 55px;
}

.order-successful-left p {
    margin-left: 70px
}

.order-successful-left .cta-btn {
    margin-top: 35px;
    margin-left: 70px;
}

.order-successful-right {
    padding: 30px;
    backface-visibility: #fff;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.15)
}

.order-successful-right p {
    color: #272727;
    font-weight: 400
}

.order-successful-right span {
    font-weight: 600
}

/* 03. Empty Cart css */

.empty-cart-breadcrumb {
    background-image: url(../img/img-140.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 270px;
    background-position: center
}

.empty-cart-breadcrumb-text {
    display: flex;
    align-items: center
}

.empty-cart-breadcrumb-text h2 {
    color: #fff;
    z-index: 1;
    margin-bottom: 0
}

.empty-cart-breadcrumb-text span {
    background: #46CD8C;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 10px;
    margin-right: 20px
}

.empty-cart-area {
    position: relative
}

.empty-cart-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FBEFEF;
    top: 0;
    left: 0;
    z-index: -1
}

.empty-cart-area-box {
    padding: 50px 100px;
    background: #fff;
    border-radius: 28px;
    margin-top: -170px;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.08);
}

.empty-cart-area-text h3 {
    color: #C14953;
    font-weight: 600;
    font-size: 25px
}

.empty-cart-area-text {
    position: relative;
    z-index: 1
}

.empty-cart-area-text p {
    color: #272727
}

.empty-cart-area-img img {
    float: right
}

/* 03. Sign Up css */
.sign-up-area {
    background-image: url(../img/img-141.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
    align-items: center
}

.sign-up-area::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 150%;
    top: 30px;
    right: -37%;
    background: #46CD8C;
    border-radius: 100px;
    transform: rotate(-47deg);
    z-index: -1;
}

.sign-up-area-text h1 {
    margin-top: 50px;
    color: #fff
}

.sign-up-area-text p {
    color: #D4D4D4;
    margin-top: 30px;
}

.sign-up-area-text ul {
    margin-top: 85px;

}

.sign-up-area-text ul li {
    display: inline-block;
    margin-right: 20px
}

.sign-up-area-text ul li a {
    color: #fff;
    font-size: 15px
}

.sign-up-area-form {
    background: #fff;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.12);
}

.sign-up-area-form form input {
    margin-bottom: 20px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;

}

.sign-up-area-form form button {
    background: #6F2DBD;
    padding: 15px 35px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
}

.sign-up-area-form p a {
    font-weight: 600;
    color: #6F2DBD;
    margin-left: 5px;
    display: inline-block
}

.view-password {
    position: relative
}

.view-password::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/eye.svg);
    background-repeat: no-repeat
}


/* 03. User Dashboard css */
.user-dashboard {
    background: #F6F6F6;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.user-dashboard::before {
    position: absolute;
    width: 100%;
    height: 89%;
    content: "";
    background: #FFECCC;
    border-radius: 100px;
    transform: rotate(-48deg);
    top: -20%;
    left: -60%;
    z-index: -1;
}

.user-dashboard::after {
    position: absolute;
    width: 70%;
    height: 50%;
    content: "";
    background: #FFECCC;
    border-radius: 100px;
    transform: rotate(-48deg);
    bottom: 0px;
    right: -50%;
    z-index: -1;
}

.user-dashboard-left-box {
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
    padding: 30px;
    border-radius: 30px
}

.user-dashboard-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D6F5E9;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9
}

.user-dashboard-left::before {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #D6F7EB;
    content: "";
    right: -100px;
    top: -58px;
    transform: rotate(42deg);
    border-radius: 30px;
    z-index: -9
}

.user-dashboard-list ul li {
    margin: 15px 0;

}

.user-dashboard-list ul li a:hover span {
    background: #fff;
    color: #5B69E6
}

.user-dashboard-list ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 20px;
    transition: all 0.4s ease;
    border-radius: 20px;

}

.user-dashboard-list ul li a:hover,
.user-dashboard-list ul li.active a {
    background: #5B69E6;
    color: #fff
}

.user-dashboard-list ul li.active a span {
    background: #fff;
    color: #5B69E6
}

.user-dashboard-list ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #393939;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.4s ease;
}

.user-dashboard .col-lg-7 {
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    padding: 20px 50px;
}

.single-dashboard-profile-heading {
    margin: 30px 0
}

.single-dashboard-profile-heading h4 {
    display: inline-block;
    color: #3E9090;
}

.single-dashboard-profile-heading span {
    float: right;
}

.single-dashboard-profile-heading span a {
    color: #6F2DBD;
    font-weight: 600
}

.single-dashboard-profile-box ul li {
    margin-bottom: 15px;
    color: #383838;
    font-weight: 600
}

.single-dashboard-profile-box ul li:last-child {
    margin-bottom: 0;

}

.single-dashboard-profile-box ul li span {
    color: #7B7B7B;
    float: right;
    font-weight: 400
}

.user-dashboard-webinars-top h4 {
    color: #C14953;
    margin: 30px 0
}

.user-dashboard-webinars-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.user-dashboard-webinars-top-meta h5 {
    color: #838754;
    margin-bottom: 20px
}

.user-dashboard-webinars-top-box {
    padding: 30px;
    background: #FBFCEF;
    border-radius: 20px
}

.user-dashboard-webinars-top-box a {
    color: #6F2DBD;
    font-weight: 600
}

.d-order-table table th:first-child,
.d-order-table table td:first-child {
    text-align: left
}

.d-order-table table th:last-child,
.d-order-table table td:last-child {
    text-align: right
}

.d-order-table table th {
    padding: 10px 0
}

.d-order-table table td {
    padding: 10px 0
}

.user-dashboard-Completed-webinars-box h4 {
    color: #3E9090;
    margin-top: 50px
}

.user-dashboard-Completed-webinars-box:first-child h4 {
    margin-top: 30px
}

.user-dashboard-Completed-webinars-text {
    padding: 30px
}

.user-dashboard-Completed-webinars-text > span {
    width: 100%;
    height: 1px;
    background: #D1D1D1;
    display: block;
    margin-top: 30px
}

.user-dashboard-Completed-webinars-text p {
    margin-bottom: 20px
}

.user-dashboard-Completed-webinars-text ul li {
    display: inline-block;
    margin-right: 30px
}

.user-dashboard-Completed-webinars-text ul li a {
    color: #6F2DBD;
    font-weight: 600
}

.user-dashboard-Completed-webinars-text .wishlist-dashboard a {
    color: #7D7D7D;
    transition: all 0.4s ease
}

.user-dashboard-Completed-webinars-text .wishlist-dashboard a:hover {
    color: #6F2DBD
}

.user-dashboard-Completed-webinars-text .wishlist-dashboard a span {
    margin-right: 5px
}

.user-dashboard-Completed-webinars-box table {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.user-dashboard-Completed-webinars-box table th {

    color: #929292;
    font-weight: 500;
    font-size: 18px
}

.settings-accordion {
    border: none
}

.settings-accordion .accordion-body {
    padding: 0
}

.settings-accordion form button {
    transition: all 0.3s;

}

.settings-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236F2DBD'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.settings-accordion .accordion-button:not(.collapsed) {
    color: #595959;
    background-color: transparent;
    box-shadow: none;
}

.settings-accordion .accordion-item {
    border: none
}

.settings-accordion .accordion-button {
    border-bottom: none;
    padding: 20px 0;
    color: #595959;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease
}

.settings-accordion {
    margin-top: 20px
}

.settings-accordion .accordion-button::after {
    color: #292929;
    background-size: 15px;
    margin-right: 15px
}

.settings-accordion .accordion-button:hover {
    border-bottom: none;
}

.settings-accordion .accordion-button:focus {
    box-shadow: none;
    background: #fff
}

/* 03. User Dashboard css */

.topic-cover {
    background: #20201D;
}


.topic-cover-tab .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topic-cover-tab .nav-tabs li {
    margin: 50px 0
}

.topic-cover-tab .nav-tabs .nav-link {
    border: none;
    margin: 0 10px;
    padding: 0;
    text-align: center
}

.topic-cover-tab button span {
    color: #9D9D9D;
    transition: all 0.4s ease
}

.topic-cover-tab button span:hover,
.topic-cover-tab button.active span {
    color: #915EE5
}

.topic-cover-tab .nav-tabs .nav-link:active {
    color: #915EE5
}


.topic-cover-tab .nav-tabs .nav-link.active {
    color: #915EE5;
    background-color: transparent;
}

.topic-cover-content-left {
    padding-top: 100px
}

.topic-cover-heading {
    margin-bottom: 50px
}

.topic-cover-heading h2 {
    color: #DE7D54;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.topic-cover-heading-2 h2 {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.topic-cover-heading p,
.topic-cover-heading-2 p {
    color: #373737;
}

.topic-cover-right {
    position: relative
}

.topic-cover-img-2 {
    position: absolute;
    left: 100px;
    bottom: 80px;
    width: 120px;
}

.topic-cover-main-img {
    width: 100%
}

.topic-cover-content-left ul {
    margin-top: 20px;
    margin-left: 20px
}

.topic-cover-content-left ul li {
    list-style: disc;
    color: #373737;
    margin-bottom: 10px
}

.topic-cover-content-left ul li:last-child {
    margin-bottom: 0
}

.header-toggle {
    width: 25px;
    height: 30px;
    margin-left: 15px
}

.header-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #20201D;
    margin-top: 6px;
    transition: all 0.4s;
    position: relative
}

.header-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px
}

.header-toggle.active span:nth-child(2) {
    opacity: 0
}

.header-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -8px
}

.mobile-search {
    color: #20201D
}

.mobile-cart {
    margin-left: 15px;
    position: relative;
    top: -3px;
}

.mobile-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    right: 0;
    z-index: 1;
    height: auto;
    overflow: hidden;
    display: none;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 6%);
    z-index: 9
}

.mobile-menu nav > ul li > ul {
    height: auto;
    overflow: hidden;
    display: none;
}

.mobile-menu nav {
    padding: 40px
}

.mobile-menu-logo {
    width: 150px;
    margin-bottom: 30px;
}

.mobile-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding: 10px;
    color: #20201D;
    padding-right: 20px;
}

.mobile-menu nav > ul > li > ul {
    padding-left: 20px
}

.mobile-menu nav > ul > li > ul > li > a {
    color: #898989;
    padding: 7px;
    font-size: 14px
}

.header-area {
    position: relative;
}

.mobile-search-box {
    padding: 20px;
    background: #fff;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 6%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1
}

.mobile-search-box form {
    position: relative;
    height: 50px
}

.mobile-search-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.mobile-search-box button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #20201D
}

.process-sub {
    margin-top: 30px
}

.process-sub p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}

.process-2 p {
    color: #98259B;
}

.process-3 p {
    color: #1422B8;
}

.process-4 p {
    color: #CB8A29;
}

.process-5 p {
    color: #0F8A7F;
}

.service-details-1 .service-details-number,
.service-details-2 .service-details-number {
    margin-bottom: 50px;
    margin-left: 21%;
}

.service-details-4 .service-details-number {
    margin-bottom: 50px;
    margin-left: 30%;
}

.service-details-3 .service-details-number {
    margin-left: auto;
    margin-right: 45%;
    margin-bottom: 50px
}

.service-details-area .container {
    position: relative
}

.process-shape {
    position: absolute;
    padding: 0 !important;
    left: 160px;
    top: -245px;
    z-index: -1
}

.filter-left p {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.6)
}

.filter-right {
    width: 240px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.filter-right label {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.02em;

    color: #000000;
}

.filter-right select {
    width: auto;
    margin-left: 10px
}

.empty-cart-img {
    text-align: right
}

.empty-cart-area-text .cta-btn {
    margin-top: 15px
}

.webinars-slider-area {
    background: #F4F4F4;
    position: relative;
    z-index: 1
}

.webinars-box-slider {
    margin-top: 50px
}

.webinar-navigation {
    padding: 30px 0
}

.webinar-navigation a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #9D9D9D;
}

.webinar-navigation a em {
    color: #DE7D54;
    font-size: 35px;
    transition: all 0.4s
}

.webinar-navigation a:hover {
    color: #1E1E1E
}

.webinar-navigation a:hover em {
    color: #1E1E1E
}

.login_page {
    background: #1D1D1B;
    position: relative;
    z-index: 1
}

.login_page .sign-up-area {
    background: transparent
}

.login_page .sign-up-area::before {
    display: none
}

.login_page::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: url(../img/login-bg.png) no-repeat scroll 0 0/cover;
    z-index: -1
}

.login_page::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/login_bg_color.png) no-repeat scroll 0 0/cover;
    z-index: -1;
    transform: rotate(0);
    border-radius: 0;
    top: auto;
}

.sign-up-area-form h3 {
    font-size: 24px
}

.login_box {
    padding: 10px;
    background: #272727;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.4);
    border-radius: 28px;
}

.forgotPass a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.forgotPass a svg {
    margin-left: 5px
}

.forgotPass {
    padding: 10px;
    padding-top: 15px;
}

.login_page .sign-up-area-form {
    margin-top: 0;
    padding: 70px;
}

.login_page .sign-up-area-form form {
    margin-top: 30px
}

.login_page .login-logo {
    position: relative;
    top: 120px;
    left: 50px
}

.include-tab-menu .nav-tabs {
    display: block;
    border: none;
    text-align: left
}

.include-tab-menu .nav-tabs .nav-link {
    text-align: left;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 136%;
    color: #8D8D8D;
    font-family: 'Inter', sans-serif;
    padding: 0
}

.include-tab-menu .nav-tabs .nav-item .nav-link {
    margin: 20px 0;
    padding: 20px 0;
    position: relative;
}

.include-tab-menu .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    width: 90px;
    height: 6px;
    border-radius: 5px;
    background: #EAEAEA;
    opacity: 0;
    transition: all 0.4s
}

.include-tab-menu .nav-tabs .nav-item .nav-link::before {
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    width: 30px;
    height: 6px;
    border-radius: 5px;
    background: #46CD8C;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s
}

.include-tab-menu .nav-tabs .nav-item .nav-link.active {
    color: #292929
}

.include-tab-menu .nav-tabs .nav-item .nav-link.active::after,
.include-tab-menu .nav-tabs .nav-item .nav-link.active::before {
    opacity: 1
}

.include-content {
    margin-top: 40px
}

.include-content h3 {
    font-size: 23px;
    font-weight: 600;
    color: #1E1E1E;
    margin-bottom: 25px
}

.plans-area {
    background: #FAFAFA;
    position: relative;
    z-index: 1
}

.plan_bg_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1
}

.plan_bg_2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: -11
}

.plan-title.text-center {
    position: relative;
    margin-bottom: 100px;
}

.plan-title span,
.plan-title h2 {
    color: #fff
}

.plan-title span {
    font-weight: 700;
    font-size: 80px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.plan-title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    position: relative;
    top: 55px;
}

.plans-inn {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
    align-items: flex-end
}

.plans-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    width: 30%;
    padding: 35px 20px;
    margin: 0 10px;
    margin-top: 50px
}

.plans-box:nth-child(2) {
    width: 40%;
    transform-origin: bottom;
}

.plan-heading {
    text-align: center
}

.plan-heading h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #5A5A5A
}

.pricing_list ul {
    margin-top: 30px;
}

.pricing_list ul li {
    margin: 4px 0;
    padding: 18px 14px;
}

.pricing_list input {
    display: none;
}

.pricing_list label {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #7A7A7A;
}

.pricing_list label div {
    display: flex;
    align-items: center;
    width: 100%;
}

.pricing_list label > div > em {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    margin-right: 15px;
    border-radius: 50%;
    transition: all .3s;
    position: relative;
    background: #FCFBFE
}

.pricing_list label span {
    flex: 1;
    text-align: right;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #292929;
    justify-content: flex-end;
}

.pricing_list label span em {
    text-align: left;
    margin-left: 20px;
}

.pricing_list label span * {
    flex: 0 0 20%;
}

.pricing_list label em {
    font-style: normal;
}

.pricing_list input:checked + label div > em::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}

.pricing_list input:checked + label div > em {
    border-color: #fff;
    background: #fff;
    animation: bounce 250ms;
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #6F2DBD;
        transform: translate(0, 0) rotate(45deg);
    }

    33% {
        width: 7px;
        height: 0;
        border-color: #6F2DBD;
        transform: translate(0, 0) rotate(45deg);
    }

    100% {
        width: 7px;
        height: 14px;
        border-color: #6F2DBD;
        transform: translate(0, -14px) rotate(45deg);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    33% {
        transform: scale(.7);
    }

    100% {
        transform: scale(1);
    }
}

.plan-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 168%;
    color: #7E7E7E;
    margin: 0
}

.plan-action-bottom {
    margin-top: 50px
}

.total {
    margin-right: 60px;
    text-align: left
}

.total p {
    font-weight: 500;
    font-size: 16px;
    line-height: 168%;
    color: #7E7E7E;
    margin: 0
}

.total p span {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;

    color: #151515;
}

.price_box.note label {
    color: #161616
}

.price_box.note .red {
    display: block;
    padding-left: 40px;
    color: #EE4266;
    font-weight: 600;
    text-align: left
}

.price_box.note.active .red {
    color: #fff
}

.total-action .cta-btn img {
    position: relative;
    left: -6px
}

.price_box.active {
    background: #6F2DBD;
    border-radius: 8px;
}

.price_box.active label,
.price_box.active label span {
    color: #fff
}

.webinars-benefit-list {
    padding-left: 20px
}

.cart_page p {
    color: #fff;
    font-weight: 500
}


.cart-table .product-image {
    float: left;
    width: 20%;
}

.qnt_price {
    margin-bottom: 15px
}

.cart-table .product-details {
    float: left;
    width: 55%;
    padding-right: 100px;
}

.cart-table .product-price {
    float: left;
    width: 12%;
}

.cart-table .product-quantity {
    float: left;
    width: 25%;
    text-align: right;
}

.cart-table .product-quantity .qnt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px
}

.cart-table .product-removal {
    float: left;
    width: 9%;
}

.cart-table .product-line-price {
    float: left;
    width: 20%;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */

    letter-spacing: -0.01em;

    color: #000000;
}

/* This is used as the traditional .clearfix class */
.cart-table .group:before,
.cart-table .shopping-cart:before,
.cart-table .column-labels:before,
.cart-table .product:before,
.cart-table .totals-item:before,
.cart-table .group:after,
.cart-table .shopping-cart:after,
.cart-table .column-labels:after,
.cart-table .product:after,
.cart-table .totals-item:after {
    content: '';
    display: table;
}

.cart-table .group:after,
.cart-table .shopping-cart:after,
.cart-table .column-labels:after,
.cart-table .product:after,
.cart-table .totals-item:after {
    clear: both;
}

.cart-table .group,
.cart-table .shopping-cart,
.cart-table .column-labels,
.cart-table .product,
.cart-table .totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */

.cart-body {
    background: #FCFCFC;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #E2E2E2;
}

.cart_checkout_action {
    margin-top: 30px;
    position: relative;
    z-index: 1
}

.cart_checkout_action .cta-btn {
    margin-right: 50px;
    margin-left: 10px
}

/* Column headers */
.cart-table .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #457A61;
}

.cart_checkout_action a {
    display: inline-block;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    border-radius: 10px
}

.guest_checkout {
    background: #FFFFFF;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08);
    color: #6F2DBD;
}

/* Product entries */
.cart-table .product {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.cart-table .product:last-child {
    border: none
}

.cart-table .product .product-image {
    text-align: center;
}

.cart-table .product .product-image img {
    width: 100px;
}

.cart-table .product .product-details .product-title {
    margin-right: 20px;
}

.cart-table .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;

    color: #5F5F5F;
}

.remove_cart {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #C14953;
}

.shopping-cart .totals {
    margin-top: 30px
}

.cart-table .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;

}

.cart-table .product .remove-product:hover {
    background-color: #a44;
}

.product-quantity p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    display: flex;
    width: 100%;
    color: #464646;
}

.add_qnt {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;

    color: #6F2DBD;
}

.num-block {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.skin-2 .num-in {
    background: #6F2DBD none repeat scroll 0 0;
    border-radius: 5px;
    height: 40px;
    width: 110px;
    float: right;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: #6F2DBD none repeat scroll 0 0;
    color: #fff;
    font-weight: 500;
    padding: 0
}

.total_data {
    width: 30%;
    float: right;
}



.total_data div,
.total_data label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;

    color: #919191;
}

.total_data .cart_subtotal div,
.total_data .cart_subtotal label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #232323;
}

.total_data .grand-total div,
.total_data .grand-total label {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #3F3F3F;
}

.total_data .grand-total {
    margin-top: 20px
}

/* Totals section */
.cart-table .totals .totals-item {
    margin-bottom: 15px;
}

.cart-table .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: left;
}

.cart-table .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}



.cart-table .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.cart-table .checkout:hover {
    background-color: #494;
}


/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .cart-table .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .cart-table .column-labels {
        display: none;
    }

    .cart-table .product-image {
        float: right;
        width: auto;
    }

    .cart-table .product-image img {
        margin: 0 0 10px 10px;
    }

    .cart-table .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .cart-table .product-price {
        clear: both;
        width: 70px;
    }

    .cart-table .product-quantity {
        width: 100px;
    }

    .cart-table .product-quantity input {
        margin-left: 20px;
    }

    .cart-table .product-quantity:before {
        content: 'x';
    }

    .cart-table .product-removal {
        width: auto;
    }

    .cart-table .product-line-price {
        float: right;
        width: 70px;
    }
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .cart-table .product-removal {
        float: right;
    }

    .cart-table .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .cart-table .product .product-line-price:before {
        content: 'Item Total: $';
    }

    .cart-table .totals .totals-item label {
        width: 60%;
    }

    .cart-table .totals .totals-item .totals-value {
        width: 40%;
    }
}

.empty-cart-area-box.cart-table-inn {
    padding: 50px;
}

.checkout-banner {
    padding-top: 125px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1
}

.checkout-order-summary h3,
.checkout-order-summary {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.checkout-order-summary table {
    width: 100%;
    margin-top: 20px
}

.checkout-order-summary td {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 7px 0
}

.checkout-order-summary tfoot {
    border-top: 1px solid #6A79C6
}

.checkout-order-summary tbody tr:last-child td {
    padding-bottom: 20px
}

.checkout-order-summary tfoot td {
    padding: 10px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding-top: 20px
}

.checkout-order-summary td:last-child {
    text-align: right
}

.checkout-banner .empty-cart-breadcrumb-text span {
    background: transparent;
    width: 105px;
    height: 105px;
}

.checkout-banner p {
    color: #95ABCC;
}

.checkout-form-area {
    margin-top: -200px;
    background: #F5F5F5;
    position: relative
}

.checkout-form-box {
    background: #FFFFFF;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.checkout-form-box:last-child {
    margin-bottom: 0
}

.form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form-heading h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #457A61;
}

.form-heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #8B565B
}

.checkout-form-fields {
    margin-top: 30px
}

.checkout-form-fields li {
    margin: 12px 0
}

.checkout-form-fields input,
.checkout-form-fields select {
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 55px;

}

.checkout-form-fields select option {
    color: #777
}

.sub_lebels {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #383838;
}

.checkout-shape-1 {
    position: absolute;
    right: 0;
}

.checkout-shape-2 {
    position: absolute;
    left: 0;
    bottom: 15%;
}

.checkout-shape-3 {
    position: absolute;
    right: 0;
    bottom: 0
}

.user-dashboard-left-text span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #00C67B;
}

.user-dashboard-list h4 {
    display: none
}

.wishlist-d {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px
}
.webinar-content-toggle li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 9px;
    background: #C5C5C5;
    top: 30px;
}
.webinar-content-toggle li {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #9E9E9E;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    position: relative
}
.webinar-content-toggle li::before{
    position: absolute;
    content: "";
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #C5C5C5;
    background: #FBFCEF;
    z-index: 1
}
.webinar-content-toggle li > div{
    width: 50%
}
.webinar-content-toggle li > div > span{
    display: block;
    font-size: 14px
}
.webinar-content-toggle li > span{
    color: #9E9E9E;
}
.webinar-content-toggle li > div > span.tooltips{
    font-size: 20px;
    position: relative;
    top: -2px
}
.tooltips{
    color: #9E9E9E !important
}
.webinar-content-toggle li.upcoming{
    font-weight: 600;
    color: #414141
}
.webinar-content-toggle li.upcoming > div > span{
    color: #6F2DBD;
    font-weight: 600
}
.webinar-content-toggle li.passed{
    font-weight: 500;
    color: #414141
}
.webinar-content-toggle li.passed::before{
    border-color: #46CD8C;
    background: #46CD8C
}
.webinar-content-toggle li.postponed::after{
    border-color: #46CD8C;
    background: #46CD8C
}
.webinar-content-toggle li.postponed::before{
    border-color: #F85663;
    background: #F85663
}
.webinar-content-toggle li.postponed::after{
    border-color:#F85663;
    background: #F85663
}
.webinar-content-toggle li:last-child::after{
    display: none
}
.webinar-content-toggle{
    display: none
}

.show-webinar-details{
    padding-bottom: 20px
}

.webinars-top-text h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.webinars-top-text p {
	line-height: 1.4;
}



/*Responsive*/
@media(max-width: 1350px) {}


@media(max-width: 991px) {}

@media(max-width: 767px) {
    body {
        font-size: 14px
    }

    .banner-left h1 {
        font-weight: 600;
        font-size: 22px;
        line-height: 110%;
        color: #1F1F1F;
    }

    .banner-area {
        padding-top: 50px;
    }

    p {
        font-size: 14px;
        line-height: normal
    }

    .banner-left p {
        font-size: 14px
    }

    .banner-counter-text h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.06em;
    }

    .banner-right > img {
        width: 40px;
        border: 3px solid #fff;
    }

    .banner-client-2 {
        top: 0;
        right: 32px;
    }

    .banner-client-3 {
        top: 0;
        right: 54px;
    }

    .banner-client-4 {
        top: 0;
        right: 75px;
    }

    .banner-client-1 {
        top: 0;
        right: 10px;
    }

    .banner-counter {
        padding: 10px 15px;
        width: auto;
        height: auto;
    }

    .banner-counter-img {
        margin-right: 10px;
    }

    .banner-counter-1 {
        left: 0;
        top: 55px;
    }

    .banner-counter-2 {
        top: 65%;
    }

    .banner-counter-3 {
        bottom: 0;
    }

    .intro-box {
        display: block;
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }

    .intro-text h3 {
        font-size: 16px
    }

    .intro-text p {
        line-height: 20px
    }

    .intro-text {
        margin: auto
    }

    .intro-area .container {
        padding-top: 30px
    }

    .site-heading br {
        display: none
    }

    .about-area .site-heading {
        font-size: 24px;
        line-height: 110%;
    }

    .intro-area {
        padding-bottom: 0
    }

    .about-area {
        padding-bottom: 80px
    }

    .shape-l {
        width: 170px
    }

    .about-left-img::before {
        width: 100px;
        height: 100px
    }

    .about-left-img::after {
        bottom: -22px;
        right: 30px;
    }

    .popular-categories-box {
        margin-bottom: 20px
    }

    .popular-categories-box br {
        display: none
    }

    .cat_heading {
        font-size: 24px;

    }

    .popular-categories {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .site-heading {
        font-size: 24px;
        line-height: 110%
    }

    .smile {
        left: 0
    }

    .trophy {
        top: 0;
        right: -20px;
    }

    .achievement-top::before,
    .achievement-bottom::before {
        background-size: 100%
    }

    .achievement-bottom {
        padding-top: 100px
    }

    .achievement-bottom-right ul li {
        display: flex
    }

    .achievement-bottom-right ul li span {
        min-width: 30px
    }

    .company-area {
        padding: 50px 0
    }

    .footer-logo {
        width: 220px
    }

    .footer-area .container::before {
        width: 100%;
        height: 120%;
        left: -30%;
    }

    .footer-link-box a {
        font-size: 11px
    }

    .footer-area::before {
        height: 80%;
    }

    .footer-right .site-heading {
        color: #1F1F1F;
        font-size: 24px
    }

    .footer-link-box h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer-link-box ul li {
        margin-bottom: 6px;
    }

    .sign-up-area {
        height: auto;
        padding: 50px 0
    }

    .login-logo {
        position: inherit;
        top: 0;
        left: 0;
        width: 170px;
    }

    .sign-up-area-text h1 {
        font-size: 22px
    }

    .sign-up-area-text ul {
        margin-top: 40px;
    }

    .sign-up-area-form h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sign-up-area::before {
        width: 90%;
        height: 150%;
        right: -55%;
    }

    .login_page .sign-up-area-form {
        padding: 30px;
    }

    .login_page .login-logo {
        top: 65px;
    }

    .login_page::before {
        height: 85%
    }

    .webinars-box-2 {
        padding: 20px;
        height: 220px;
    }

    .all-webinars-breadcrumb {
        padding: 50px 0
    }

    .all-webinars-breadcrumb .container::before {
        width: 100%;
        height: 245%;
    }

    .topic-cover-tab .nav-tabs {
        justify-content: center;
        padding: 15px 0;
    }

    .topic-cover-tab .nav-tabs li {
        margin: 10px
    }

    .topic-cover-tab .nav-tabs .nav-link {
        margin: 0
    }

    .excel-tab {
        width: 380px;
        height: 460px;
        background-position: top center;
        background-size: 100%;
    }

    .order-successful-left .h2 {
        font-size: 22px
    }

    .order-successful-left > .h2 > span {
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 18px;
        min-width: 40px;
        min-height: 40px;
    }

    .order-successful-left p {
        margin-left: 55px;
    }

    .order-successful-left .cta-btn {
        margin-top: 20px;
        margin-left: 55px;
    }

    .process-shape {
        display: none !important
    }

    .service-details-area .margin-100 {
        margin-bottom: 40px;
    }

    .service-details-number {
        margin-bottom: 20px !important;
    }

    .service-details-breadcrumb {
        padding-bottom: 0
    }

    .service-details-area {
        padding-bottom: 50px
    }

    .service-feature::after {
        top: 0
    }

    .service-breadcrumb-left br {
        display: none
    }

    .service-breadcrumb {
        padding-top: 50px
    }

    .service-breadcrumb-shape-1 {
        left: 0;
        width: 100px;
    }

    .service-breadcrumb-shape-2 {
        width: 60px;
        right: 10px;
    }

    .service-feature-text h3 {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .service-feature::before {
        width: 300px;
        height: 300px;
        background-image: url(../img/shape-23.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        z-index: -1
    }

    .webinars-breadcrumb-left-text br {
        display: none
    }

    .webinars-breadcrumb-button {
        margin-left: 5px;
    }

    .webinars-breadcrumb-action .cta-btn {
        padding: 15px 20px
    }

    .webinars-breadcrumb-action {
        margin-bottom: 30px
    }

    .webinars-breadcrumb-right {
        display: flex;
        align-items: center;
        gap: 15px
    }

    .webinars-breadcrumb-right li {
        width: 33%;
        text-align: center;
        margin-left: 0;

    }

    .webinars-breadcrumb-right-icon {
        position: inherit;
        top: auto;
        left: auto;
        transform: translateY(0%);
        font-size: 18px;
        color: #474747;
        display: block;
        margin-bottom: 10px
    }

    .webinars-breadcrumb-right li p {
        font-size: 14px;
        font-weight: 500;
    }

    .webinars-breadcrumb::before {
        width: 150%;
        height: 110%;
        top: -30%;
        left: -100%;
    }

    .webinars-speaker-text {
        margin-top: 30px;
    }


    .webinars-benefit::before {
        width: 150%;
        height: 60%;
        bottom: 55%;
        right: -85%;
    }

    .webinars-benefit-img {
        width: 70%;
        margin: auto;
    }

    .webinars-benefit {
        overflow: inherit;
        padding-top: 50px !important;
    }

    .include-tab-menu {
        display: none
    }

    .include-content h3 {
        font-size: 16px
    }

    .include-tab-contnet .tab-content > .tab-pane {
        display: block;
        opacity: 1
    }

    .include-content {
        margin-top: 30px;
        position: relative
    }

    .include-content::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }

    .include-content.active::after {
        display: none
    }

    .include-inner {
        max-height: 260px;
        overflow: hidden;
    }

    .readmore_btn {
        color: #6F2DBD;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-top: 10px;
        position: relative;
        z-index: 11
    }

    .plans-inn {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .plans-box {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 20px
    }

    .plans-box:nth-child(2) {
        width: 100%
    }

    .plan-title span {
        font-size: 40px
    }

    .plan-title h2 {
        font-size: 26px
    }

    .plan-heading {
        position: relative
    }

    .acc .pricing_list {
        display: none;
    }

    .acc.acc_active .pricing_list {
        display: block;
    }

    .plan-heading:before {
        content: "";
        border: 2px solid #6F2DBD;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 40%;
        right: 20px;
        transform: translateY(-50%) rotate(135deg);
        border-width: 1px 1px 0 0;
    }

    .acc.acc_active .plan-heading:before {
        transform: rotate(-45deg);
    }

    .plan-action {
        justify-content: center !important;
        padding: 0 20px
    }

    .webinars-faq-box .accordion-button {
        font-size: 14px
    }

    .webinars-faq {
        padding-top: 50px;
    }

    .webinars-faq-right {
        margin-top: 50px
    }

    .webinars-faq-img::before {
        width: 300px;
        height: 300px;
        top: 0;
    }

    .plans-area {
        padding-top: 0
    }

    .checkout-form-box {
        padding: 30px
    }

    .pricing_list label > div > em {
        min-width: 25px
    }

    .pricing_list label {
        font-size: 13px
    }

    .form-heading h3 {
        font-size: 20px;
    }

    .checkout-form-fields {
        margin-top: 20px;
    }

    .user-dashboard-left {
        padding: 0px;
        border: none
    }

    .user-dashboard-left-text h4 {
        font-size: 18px;
        color: #464646;
        letter-spacing: 0
    }

    .user-dashboard-list {
        margin-top: 30px
    }

    .user-dashboard-list h4 {
        color: #464646
    }

    .user-dashboard-list ul {
        display: none
    }

    .user-dashboard-left-box {
        background: transparent;
        box-shadow: none
    }

    .user-dashboard-left::before {
        display: none
    }

    .user-dashboard::after {
        position: absolute;
        content: "";
        top: -10%;
        right: -21%;
        width: 280px;
        height: 280px;
        background: #D6F7EB;
        border-radius: 30px;
    }
    .settings-form li{
        margin: 10px 0
    }

    .single-dashboard-profile-box ul li span {
        float: none;
        display: block;
    }

    .user-dashboard .col-lg-7 {
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
        padding: 0 15px;
    }

    .user-dashboard-profile-box,
    .user-d-webinar,
    .wishlist-d-box,
    .setting-d-box {
        background: #fff;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
        padding: 20px 30px;
        border-radius: 14px
    }

    .single-dashboard-profile-heading h4 {
        font-size: 18px;
    }

    .user-dashboard::before {
        width: 85%;
        height: 85%;
        top: 15%;
    }

    .user-dashboard-list h4 {
        display: block
    }

    .user-d-webinar {
        padding: 20px
    }

    .user-dashboard-webinars-top h4 {
        font-size: 18px
    }

    .user-dashboard-webinars-top-box {
        padding: 20px;
    }

    .user-dashboard-webinars-top-meta h5 {
        font-size: 16px
    }

    .user-dashboard-Completed-webinars-text {
        padding: 20px 0;
    }

    .user-dashboard-Completed-webinars-text ul li {
        display: inline-block;
        margin-right: 5px;
    }

    .user-dashboard-Completed-webinars-text ul li a,
    .user-dashboard-webinars-top-box a {
        font-size: 12px
    }

    .user-dashboard-Completed-webinars-box h4 {
        font-size: 20px;
    }

    .user-dashboard-Completed-webinars-text p {
        line-height: 24px
    }

    .user-dashboard-left-text h4 {
        font-size: 16px
    }

    .user-dashboard-left-text span {
        font-size: 14px;
        margin-bottom: 6px;
    }
}


@media(max-width: 575px) {
    .card-details {
        margin-top: 10px
    }

    .checkout-banner .empty-cart-breadcrumb-text span {
        height: auto
    }

    .checkout-order-summary {
        margin-top: 30px
    }

    .webinars-speaker-text {
        margin-top: 30px;
        text-align: center;
    }

    .webinars-speaker {
        text-align: center
    }

    .webinars-breadcrumb-action {
        margin-bottom: 30px;
        text-align: center;
    }

    .webinars-breadcrumb-action .cta-btn {
        padding: 15px 20px;
        display: block;
        margin-bottom: 10px;
    }

    .service-details-breadcrumb {
        padding-bottom: 50px
    }

    .process-shape.d-sm-none {
        display: block !important
    }

    .banner-left h1 {
        font-size: 24px;
    }

    .banner-right > img {
        width: 50px;
        border: 5px solid #fff;
    }

    .banner-left {
        margin-bottom: 70px
    }

    .service-details-area .margin-100 {
        margin-bottom: 100px
    }

    .banner-counter {
        padding: 10px 20px;
        width: auto;
        height: 65px;
    }

    .banner-counter-1 {
        position: absolute;
        left: 130px;
        top: -30px;
    }

    .banner-counter-2 {
        right: auto;
        top: 65%;
        transform: translateY(0%);
        left: 80px;
    }

    .intro-box {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        padding: 0 30px;
        text-align: left
    }

    .banner-counter-3 {
        position: absolute;
        right: 15px;
        bottom: -40px;
    }

    .banner-client-4 {
        right: auto;
        left: 120px;
        top: 50px
    }

    .banner-client-3 {
        right: auto;
        left: 80px;
        top: 50px
    }

    .banner-client-2 {
        right: auto;
        left: 40px;
        top: 50px
    }

    .banner-client-1 {
        right: auto;
        left: 0;
        top: 50px
    }

    .banner-area::before {
        width: 200px;
        height: 200px;
        border-radius: 40px;
        left: -33%;
        bottom: -5%;
        transform: rotate(-45deg);
    }

    .intro-area .container {
        background: transparent;
        border: 0px solid #E2E2E2;
        border-radius: 28px;
    }

    .intro-box {
        padding: 20px;
        background: #FCFCFC;
        margin-bottom: 30px
    }

    .intro-img {
        width: 70px;
    }


    .intro-text h3 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .intro-area {
        padding-bottom: 50px
    }

    .about-left-img {
        margin: 80px auto
    }

    .about-area .site-heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        color: #1F1F1F;
    }

    .about-left-img::before {
        width: 100px;
        height: 100px
    }

    .about-area {
        padding-top: 0
    }

    .about-left-img::after {
        bottom: 29px;
        right: 0;
    }

    .about-right-text p {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.01em;

        color: #5C5C5C;
    }

    .shape-l {
        display: none
    }

    .about-area {
        padding-bottom: 50px;
    }

    .cat_heading {
        font-weight: 600;
        font-size: 24px;
        line-height: 110%;
    }

    .popular-categories-box {
        margin-bottom: 15px
    }

    .popular-categories-box li:last-child {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .popular-categories {
        padding-bottom: 50px;
        padding-top: 50px;
        margin-bottom: 50px
    }

    .popular-categories::before {
        background-position: left bottom;
        transform: scaleX(-1);
    }

    .site-heading {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        color: #303030;
    }

    section {
        padding: 50px 0
    }

    .webinars-box {
        margin-bottom: 15px;
    }

    .webinars-box {
        background: #fff
    }

    .webinars-top-text a {
        color: #46CD8C;
    }

    .webinars-top-text p {
        color: #4A4A4A;
        line-height: 22px
    }

    .webinars-area::after {
        width: 100px;
        height: 100px;
        border: 6px solid #9CA5C9;
        right: -50px;
        border-radius: 50%;
        opacity: 0.2;
    }

    .webinars-area::before {
        width: 180px;
        height: 180px;
        border: 6px solid #9CA5C9;
        border-radius: 50%;
        bottom: 15%;
        left: -20%;
        opacity: 0.2;
    }

    .achievement-top-img {
        margin-top: -65px;
        width: 80%;
        margin-left: auto;
    }

    .trophy {
        top: 50px;
        right: -20px;
        width: 120px;
    }

    .smile {
        bottom: -10px;
        left: -55px;
        width: 139px;
    }

    .achievement-top-text h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 132%;
        margin-top: 30px
    }

    .achievement-top-text p {
        font-weight: 500;
        font-size: 14px;
        line-height: 152%;
        letter-spacing: -0.01em;

        color: #C0C0C0;
    }

    .achievement-bottom::before {
        background-image: url(../img/shape-21-mobile.png);
        background-size: cover;
        background-position: center;
        height: 33px;
    }

    .achievement-top::before {
        display: none
    }

    .achievement-bottom {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .achievement-bottom-right ul li {
        display: flex
    }

    .testimonial-area::before {
        width: 300px;
        height: 335px;
        top: 0;
        border-radius: 40px;
        transform: rotate(0deg);
        border-bottom-right-radius: 0;
    }

    .promotion-right .cta-btn {
        margin-left: 55px;
        margin-top: 30px;
    }

    .footer-area::before {
        display: none
    }

    .footer-area {
        padding: 50px 0;
        background: #fff;
    }

    .footer-area .container::before {
        width: 450px;
        height: 430px;
        background: #46CD8C;
        top: 0;
        left: auto;
        border-radius: 50px;
        transform: rotate(45deg);
        right: -90%;
    }

    .footer-social {
        margin-top: 30px;
        text-align: center;
    }

    .service-breadcrumb-left br {
        display: none
    }

    .service-breadcrumb-shape-1 {
        left: 0;
        width: 130px;
    }

    .service-breadcrumb-shape-2 {
        width: 80px;
        right: 0;
    }

    .banner-heading-2::before {
        left: 20%;
        bottom: -20px;
    }

    .service-feature::after {
        width: 130%;
        height: 340px;
        top: -1%;
        left: 50%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }

    .about-service-text p {
        font-weight: 500;
        font-size: 12px;
        line-height: 160%;
        letter-spacing: -0.01em;
        color: #E4E4E4;
    }

    .about-service-text .site-heading {
        margin-bottom: 20px;
    }

    .about-service-img {
        margin: 30px 0 0;
    }

    .service-feature::before {
        width: 200px;
        height: 200px;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: -1;
    }

    .service-feature {
        padding-bottom: 100px
    }

    .service-details-breadcrumb-left .h2 {
        font-weight: 600;
        font-size: 23px;
        line-height: 110%;
        text-align: center;
        color: #20201D;
    }

    .service-details-breadcrumb-right {
        margin-top: 50px
    }

    .service-details-breadcrumb-left h1 span::before {
        width: 120px;
        height: 120px
    }

    .service-details-breadcrumb-right p {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.01em;
        color: #5C5C5C;
    }

    .service-details-number {
        width: 65px;
        height: 65px;
        display: inline-block;
        line-height: 60px;
        font-size: 24px;
        margin-bottom: 0px !important;
        min-width: 65px;
        margin-right: 10px
    }

    .service-details-1 .service-details-number,
    .service-details-2 .service-details-number,
    .service-details-3 .service-details-number {
        margin-bottom: 0px;
        margin-left: 0;
    }

    .service-details-3 .service-details-number {
        margin-right: 15px
    }

    .service-details-text h3 {
        display: flex;
        align-items: center;
        font-size: 16px
    }

    .service-details-text p {
        font-weight: 500;
        font-size: 12px;
        line-height: 168%;
        color: #5C5C5C;
    }

    .service-details-text p br {
        display: none
    }

    .service-details-text.alt h3 {
        flex-direction: row-reverse
    }

    .service-details-text.alt .service-details-number {
        margin-right: 0;
        margin-left: 10px
    }

    .service-details-4 .service-details-number {
        margin-bottom: 0px;
        margin-left: 0;
    }

    .process-shape {
        left: 22px;
        top: -300px;
    }

    .all-webinars-breadcrumb-img {
        margin-top: 30px
    }

    .all-webinars-breadcrumb::before {
        display: none
    }

    .all-webinars-breadcrumb .container::before {
        background-image: url(../img/webinar-mobile-banner.png);
        background-color: transparent;
        transform: rotate(0);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        right: -20px;
        top: 75px;
        border-radius: 0
    }

    .filter-left p {
        font-size: 16px
    }

    .filter-right {
        width: auto
    }

    .filter-right select {
        width: auto;
        margin-left: 10px;
        padding: 0;
        height: 29px;
    }

    .filter-right label {
        font-size: 14px
    }

    .webinars-box-2-info {
        width: 65%;
        position: inherit;
        left: auto;
        bottom: auto;
        margin-top: 20px
    }

    .webinars-box-2 {
        height: auto
    }

    .webinars-box-2 p {
        font-size: 14px
    }

    .empty-cart-area-box {
        padding: 50px
    }

    .empty-cart-area-text h3 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0
    }

    .empty-cart-img {
        width: 60%;
        margin: 30px auto;
    }

    .empty-cart-area-box {
        border-radius: 14px
    }

    .empty-cart-breadcrumb {
        padding-bottom: 220px
    }

    .excel-book-breadcrumb-text h1 {
        font-size: 23px;
        line-height: 110%;
    }

    .excel-book-breadcrumb-text p {
        font-size: 12px;
        line-height: 160%;
    }

    .topic-cover-tab .nav-tabs {
        display: block
    }

    .topic-cover-tab .nav-tabs li {
        display: block;
        margin: 10px 0
    }

    .topic-cover {
        padding: 50px 0 !important
    }

    .excel-tab {
        width: 310px;
        height: 300px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        margin-left: auto;
    }

    .excel-book-feature-right {
        margin-top: 20px
    }

    .tab-area .tab-content {
        padding-top: 220px
    }

    .topic-cover-heading h2,
    .topic-cover-heading-2 h2 {
        font-size: 16px
    }

    .topic-cover-heading p,
    .topic-cover-heading-2 p {
        font-size: 12px;
        line-height: 160%;
    }

    .webinar-navigation a {
        font-size: 10px;
        line-height: 17px;
    }

    .webinar-navigation a em {
        font-size: 24px
    }

    .order-successful-left .h2 {
        font-size: 23px;
        line-height: 110%;
    }

    .order-successful-left > .h2 > span {
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 18px;
        min-width: 40px;
        min-height: 40px;
    }

    .order-successful-left p {
        margin-left: 58px;
    }

    .cta-btn-alt {
        margin-left: -25px;
    }

    .order-successful-right {
        margin-top: 30px;
        box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.12);
    }

    .sign-up-area {
        background-image: url(../img/mobile-sign-up-bg.png)
    }

    .order-successful::before {
        width: 150px;
        height: 150px;
        top: 0;
        right: -115px;
        border-radius: 40px;
    }

    .order-successful::after {
        width: 150px;
        height: 150px;
        bottom: 85px;
        left: -85px;
        background: #FFECCC;
        border-radius: 30px;
    }

    .footer-logo {
        width: 220px;
    }

    .sign-up-area {
        height: auto;
        padding: 30px 0
    }

    .login-logo {
        width: 170px;
        position: absolute;
        top: 0;
        margin-top: 30px;
        left: 15px
    }

    .sign-up-area::before {
        width: 125%;
        height: 100%;
        top: auto;
        right: -37%;
        border-radius: 60px;
        transform: rotate(-25deg);
        bottom: -60%;
    }

    .sign-up-area-text h1 {
        margin-top: 90px;
    }

    .sign-up-area-text p {
        margin-top: 20px;
        font-weight: 500;
        font-size: 12px;
        line-height: 160%;
    }

    .privacy_link {
        margin-top: 20px
    }

    .privacy_link li {
        display: inline-block;
        margin: 0 6px
    }

    .privacy_link a {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.01em;

        color: #FFFFFF;
    }

    .sign-up-area-form {
        margin-top: 50px
    }

    .sign-up-area-form {
        border-radius: 20px
    }

    .sign-up-area-form p {
        font-size: 12px;
        margin-top: 5px
    }

    .sign-up-area-form form button {
        border-radius: 6px
    }

    .login_box {
        margin-top: 100px
    }

    .login_page .sign-up-area-form {
        padding: 30px
    }

    .sign-up-area-form h3 {
        font-size: 16px
    }

    .login_page {
        position: inherit
    }

    .login_page::after {
        background: url(../img/login-bg-mobile.png) no-repeat scroll 0 0/cover;
        height: 45%
    }

    .login_page::before {
        background: url(../img/login-mobile-color.png) no-repeat scroll 0 0/cover;
        height: 50%
    }

    .login_page .login-logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
    }

    .webinars-box-2 span {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-right .site-heading {
        font-size: 18px
    }

    .footer-right {
        margin-top: 30px
    }

    .form-heading p {
        display: none
    }
    .webinar-content-toggle li{
        display: block;
        font-size: 14px
    }
    .webinar-content-toggle li > div {
    width: 100%;
}

    .webinar-content-toggle li::after {
    top: 40px;
}

}




@media(max-width: 420px) {}

@media(max-width: 320px) {}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px
    }

    .banner-left h1 {
        font-weight: 600;
        font-size: 22px;
        line-height: 110%;
        color: #1F1F1F;
    }

    .banner-area {
        padding-top: 50px;
    }

    p {
        font-size: 14px;
        line-height: normal
    }

    .banner-left p {
        font-size: 14px
    }

    .banner-counter-text h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.06em;
    }

    .banner-right > img {
        width: 40px;
        border: 3px solid #fff;
    }

    .banner-client-2 {
        top: 0;
        right: 32px;
    }

    .banner-client-3 {
        top: 0;
        right: 54px;
    }

    .banner-client-4 {
        top: 0;
        right: 75px;
    }

    .banner-client-1 {
        top: 0;
        right: 10px;
    }

    .banner-counter {
        padding: 10px 15px;
        width: auto;
        height: auto;
    }

    .banner-counter-img {
        margin-right: 10px;
    }

    .banner-counter-1 {
        left: 0;
        top: 55px;
    }

    .banner-counter-2 {
        top: 65%;
    }

    .banner-counter-3 {
        bottom: 0;
    }

    .intro-box {
        display: block;
        margin-bottom: 30px;
        padding: 0;
        text-align: center;
    }

    .intro-text h3 {
        font-size: 16px
    }

    .intro-text p {
        line-height: 20px
    }

    .intro-text {
        margin: auto
    }

    .intro-area .container {
        padding-top: 30px
    }

    .site-heading br {
        display: none
    }

    .about-area .site-heading {
        font-size: 24px;
        line-height: 110%;
    }

    .intro-area {
        padding-bottom: 0
    }

    .about-area {
        padding-bottom: 80px
    }

    .shape-l {
        width: 170px
    }

    .about-left-img::before {
        width: 100px;
        height: 100px
    }

    .about-left-img::after {
        bottom: -22px;
        right: 30px;
    }

    .popular-categories-box {
        margin-bottom: 20px
    }

    .popular-categories-box br {
        display: none
    }

    .cat_heading {
        font-size: 24px;

    }

    .popular-categories {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .site-heading {
        font-size: 24px;
        line-height: 110%
    }

    .smile {
        left: 0
    }

    .trophy {
        top: 0;
        right: -20px;
    }

    .achievement-top::before,
    .achievement-bottom::before {
        background-size: 100%
    }

    .achievement-bottom {
        padding-top: 100px
    }

    .achievement-bottom-right ul li {
        display: flex
    }

    .achievement-bottom-right ul li span {
        min-width: 30px
    }

    .company-area {
        padding: 50px 0
    }

    .footer-logo {
        width: 220px
    }

    .footer-area .container::before {
        width: 100%;
        height: 120%;
        left: -30%;
    }

    .footer-link-box a {
        font-size: 11px
    }

    .footer-area::before {
        height: 80%;
    }

    .footer-right .site-heading {
        color: #1F1F1F;
        font-size: 24px
    }

    .footer-link-box h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .footer-link-box ul li {
        margin-bottom: 6px;
    }

    .sign-up-area {
        height: 100vh;
        padding: 50px 0;
        background-position: center center
    }

    .login-logo {
        position: inherit;
        top: 0;
        left: 0;
        width: 170px;
    }

    .sign-up-area-text h1 {
        font-size: 22px
    }

    .sign-up-area-text ul {
        margin-top: 40px;
    }

    .sign-up-area-form h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .sign-up-area::before {
        width: 100%;
        height: 200%;
        right: -115%;
    }

    .login_page::before {
        height: 85%
    }

    .webinars-box-2 {
        padding: 20px;
        height: 240px;
    }

    .all-webinars-breadcrumb {
        padding: 50px 0
    }

    .all-webinars-breadcrumb .container::before {
        width: 100%;
        height: 245%;
    }

    .excel-tab {
        width: 380px;
        height: 460px;
        background-position: top center;
        background-size: 100%;
    }

    .topic-cover-tab .nav-tabs {
        justify-content: center;
        padding: 15px 0;
    }

    .topic-cover-tab .nav-tabs li {
        margin: 10px
    }

    .topic-cover-tab .nav-tabs .nav-link {
        margin: 0
    }

    .order-successful-left .h2 {
        font-size: 22px
    }

    .order-successful-left > .h2 > span {
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 18px;
        min-width: 40px;
        min-height: 40px;
    }

    .order-successful-left p {
        margin-left: 55px;
    }

    .order-successful-left .cta-btn {
        margin-top: 20px;
        margin-left: 55px;
    }

    .process-shape {
        display: none !important
    }

    .service-details-breadcrumb {
        padding-bottom: 0
    }

    .service-details-area {
        padding-bottom: 50px
    }

    .service-feature::after {
        top: 0
    }

    .service-breadcrumb-left br {
        display: none
    }

    .service-breadcrumb-shape-1 {
        left: 0;
        width: 100px;
    }

    .service-breadcrumb-shape-2 {
        width: 60px;
        right: 10px;
    }

    .service-feature-text h3 {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .service-feature::before {
        width: 300px;
        height: 300px;
        background-image: url(../img/shape-23.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        z-index: -1
    }

    .plans-inn {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .plans-box {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 20px
    }

    .plans-box:nth-child(2) {
        width: 100%
    }

    .plan-title span {
        font-size: 40px
    }

    .plan-title h2 {
        font-size: 26px
    }

    .plan-heading {
        position: relative
    }

    .acc .pricing_list {
        display: none;
    }

    .acc.acc_active .pricing_list {
        display: block;
    }

    .plan-heading:before {
        content: "";
        border: 2px solid #6F2DBD;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 40%;
        right: 20px;
        transform: translateY(-50%) rotate(135deg);
        border-width: 1px 1px 0 0;
    }

    .acc.acc_active .plan-heading:before {
        transform: rotate(-45deg);
    }

    .plan-action {
        justify-content: center !important;
        padding: 0 20px
    }

    .accordion-item,
    .webinars-faq-box .accordion-button {
        background-color: transparent
    }

    .webinars-faq-box .accordion-button {
        font-size: 16px
    }

    .checkout-form-box {
        padding: 20px
    }

    .form-heading h3 {
        font-size: 20px
    }

    .form-heading p {
        display: none
    }

    .user-dashboard-left {
        padding: 20px
    }



    .user-dashboard-left-box {
        padding: 20px
    }


    .single-dashboard-profile-heading h4 {
        font-size: 18px
    }

    .single-dashboard-profile-box ul li {
        display: flex;
        justify-content: space-between;
    }

    .single-dashboard-profile-box ul li span {
        float: none;
        width: 50%;

    }

    .user-dashboard-Completed-webinars-text {
        padding: 20px 0
    }

    .user-dashboard-webinars-top-meta h5 {
        font-size: 16px
    }

    .user-dashboard-left-text h4 {
        font-size: 16px
    }
}

@media (width: 1024px) {
    .footer-area::before {
        width: 25%
    }

    .login-logo {
        position: inherit;
        top: 0;
        left: 0;
    }

    .sign-up-area::before {
        width: 80%;
        height: 150%;
        right: -55%;
    }

    .all-webinars-breadcrumb .container::before {
        width: 100%
    }

    .excel-tab {
        width: 520px;
        height: 560px;
        background-position: top center;
        background-size: 100%;
    }

    .single-dashboard-profile-box ul li {
        display: flex;
        justify-content: space-between;
    }

    .single-dashboard-profile-box ul li span {
        float: none;
        width: 50%;
    }
}



/*New Line Css*/
.main-menu ul li.mega-dropdown {
    position: static;
}
.header-inn{
    position: relative
}
.main-menu ul li > .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 9;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-10%) scale(0.8);
    transform: translateY(-10%) scale(0.8);
    border-top: 3px solid #31c77f;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
}
.mega-dropdown > li.row {
    display: block;
    position: static;
}
.mega-col {
    width: 33% !important;
    float: left;
    position: inherit !important;
    box-shadow: none !important;
}
.mega-dropdown .mega-col > li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px;
}
.mega-dropdown .mega-col > li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #111;
    border-radius: 5px;
    display: block;
    z-index: 1;
}
.mega-dropdown .mega-col > li a:hover {
    color: #31c77f;
}
.mega-dropdown .mega-col > li a:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%;
    z-index: -1;
    background: #31c77f;
    -webkit-transition: padding .05s;
    transition: padding .05s;
    border-radius: 5px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.mega-dropdown .mega-col > li a:hover:before {
    padding: 110%;
    -webkit-transition: padding .25s ease-in;
    transition: padding .25s ease-in;
}
.main-menu ul li:hover > .mega-dropdown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.main-menu ul li > ul.small-dropdown {
    width: 220px;
    position: absolute;
    top: 37px;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 9;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-10%) scale(0.8);
    transform: translateY(-10%) scale(0.8);
    border-top: 3px solid #31c77f;
    text-align: left;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
}
.main-menu ul li > ul.small-dropdown li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px;
}
.main-menu ul li > ul.small-dropdown li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #111;
    border-radius: 5px;
    z-index: 1;
    display: block
}
.main-menu ul li > ul.small-dropdown li a:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%;
    z-index: -1;
    background: #31c77f;
    -webkit-transition: padding .05s;
    transition: padding .05s;
    border-radius: 5px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.main-menu ul li > ul.small-dropdown li a:hover:before {
    padding: 110%;
    -webkit-transition: padding .25s ease-in;
    transition: padding .25s ease-in;
}
.main-menu ul li:hover > ul.small-dropdown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/*New Course Details*/

.course-details-banner {
	padding: 100px 0;
	background: #f3fef9;
	padding-bottom: 50px;
}
.course-section {
	padding-top: 0;
}
.course_industry_title {
    color: #46CD8C;
    font-weight: 500;
}

.course_details_title {
    color: #000;
    font-size: 28px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cs_review_enroll {
    display: block;
    margin-top: 10px;
}

.cs_review_enroll li {
    margin-right: 10px !important;
}

.cs_review_enroll li:last-child {
    margin-right: 0
}

.sandbox_course_left > ul a {
    color: #000;
    font-size: 14px;
}

.cs_review_enroll li em {
    margin-right: 5px;
    color: #444
}

.course-details-box .nav-tabs .nav-link {
    border: none;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    border: 0 solid #e0e8f3;
    background: transparent;
    border-radius: 0;
    border-bottom: 0 !important;
    color: #120f2d;
    text-align: center;
    font-weight: 500
}

.course-details-box .nav-tabs {
    border: none;
    justify-content: space-between;
    background: #f3fef9;
}

.course-details-box .nav-item {
    flex: 1;

}

.course-details-box .nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
}

.course-details-content {
    padding: 30px 0 0
}

.course_d_title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.speaker-thumb-left img {
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.speaker-thumb-left {
    margin-bottom: 20px
}

.speaker-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.speaker-thumb {
    margin-bottom: 30px
}

.course-details-content strong {
    color: #000
}

.course-details-content .accordion-item {
    border: none;
    border-radius: 0
}

.course-details-content .accordion-button {
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    background: transparent;
    font-weight: 500;
}

.course-details-content .accordion-button:hover {
    color: #6F2DBD
}

.accordion-button:not(.collapsed) {
    color: #6F2DBD;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236F2DBD'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.sand_course_right {
	background: #fff;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
	margin-top: -165px;
	border-radius: 5px;
	position: sticky;
}
.sand_course_right > img {
    border-radius: 5px;
    margin-bottom: 30px;
}

.course_price_option {
    border-style: solid;
    border-width: 4px;
    border-color: #F4F7FE;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

.course_price_option {
    padding: 0;
    border: 0;
}

.course_price_option:last-child {
    margin-bottom: 0;
}

.course_price_option .total_price {
    color: #111;
    font-weight: 600;
    font-size: 40px;
    position: relative;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px
}

.price_heading {
    background: #f9f9f9;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 500;

}

.price_option {
    margin-bottom: 15px;
}

.price_option {
    padding: 0 20px;
}

.course_price_option input[type="checkbox"] {
    display: none;
}

.course_price_option input[type="checkbox"] {
    display: none;
}

.course_price_option input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #111;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500
}

.course_price_option input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.course_price_option input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #111;
    position: absolute;
    left: 0;
    top: 3px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.course_price_option input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course_price_option label span {
    float: right;
    position: relative
}

.course_price_option label span:after {
    position: absolute;
    content: "";
    top: 14px;
    left: -25px;
    width: 15px;
    height: 2px;
    background: #000;
}

.course_price_option label {
    text-align: left;
    padding-left: 30px;
}

.well {
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
}

.well ul {
    text-align: left;
    padding-left: 15px;
}

.well ul li {
    list-style: disc;
    display: list-item;
    font-size: 13px;
    font-weight: 500;
}

.price_widget_inn .more {
    font-weight: 500;
    text-align: left;
    padding: 0 30px;
    color: #000;
    cursor: pointer;
}

.excerpt_text {
    text-align: left;
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.price_action_button .flex_action_btn {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 15px 35px;
    background: #6F2DBD !important;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s
}
.price_action_button .flex_action_btn:hover{
    background: #5616a2 !important;
}
.price_action_button svg {
    margin-right: 10px
}
.checkout-area {
    background: #FBEFEF;
    position: relative;
    z-index: 1;
}

.checkout-box .accordion-button:hover {
    color: #000;
    border-bottom: none;
}

.checkout-box .accordion-item {
    margin-bottom: 30px;
    border: none;
    box-shadow: 20px 20px 80px rgb(0 0 0 / 8%);
    background: #fff
}

.checkout-box .accordion-item:last-child {
    margin-bottom: 0
}

.checkout-box .accordion-body {
    border-top: 1px solid #eee;
    padding: 0
}

.checkout-box .accordion-button {
    padding: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000;
}

.checkout_fields li, .summury-inn li {
    margin-bottom: 20px
}

.checkout_fields label, .summury-inn label {
    font-weight: 500;
    color: #111;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 16px
}

.checkout_fields input, .checkout_fields textarea, .summury-inn input {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1.5px solid #ced4da;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout_fields textarea{
    height: 100px
}
.checkout_fields{
    padding: 30px
}
.checkout-box{
    margin-top: -170px
}
.custom_select {
    position: relative;
    cursor: pointer
}

.select-hidden {
    display: none;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 14px 20px;
    background-color: #fff;
    color: rgba(0, 71, 125, 0.77);
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    position: relative;
    height: 55px;
    border: 1.5px solid #ced4da;
    color: #495057
}

.select-styled.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-styled:after {
    content: "";
    border: 2px solid #6F2DBD;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

ul.select-options li {
    color: #4e4e4e;
    cursor: pointer;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500
}
ul.select-options li:last-child{
    margin: 0
}
ul.select-options li:hover {
    color: #46CD8C;
}

ul.select-options li:first-child {
    display: none;
}
#shippingCheck {
    width: auto;
    height: auto;
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.summury-inn {
    padding: 20px;
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    border-radius: .375rem;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .04);
}
.order-summury-box table {
    width: 100%;
}
.order-summury-box table tr {
    border-bottom: 1px solid #eee;
}
.order-summury-box table tr:last-child {
    border-bottom:none;
}
.order-summury-box table td {
    padding: 18px 0;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.order-summury-box table td:last-child {
    color: #718096;
}
.theme-payment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.theme-payment .payment input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.theme-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #111;
    font-size: 15px;
    font-weight: 600;
}

.theme-payment .payment .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 14px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.theme-payment .payment .check:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
    border: 3px solid #31c77f;
}

input[type="radio"]:checked ~ .check:before {
    background: #31c77f;
}

input[type="radio"]:checked ~ label {
    color: #31c77f;
}

.payment img {
    float: right;
    margin-top: 15px;
}

.payment p {
    font-size: 15px;
}
.order-summury-box h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    margin-bottom: 20px
}
.checkout-box-right{
    margin-top: -170px
}
.checkout-action a{
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding: 15px 35px;
    background: #46CD8C;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px
}
.checkout-action a:hover{
     background: #1fa062;
}


@media(max-width: 767px) {
    .cs_review_enroll li {
        margin: 4px 0
    }

    .course_details_title {
        font-size: 22px;
        line-height: 30px;
    }

    .course-details-banner {
        padding: 50px 0;
    }

    .sand_course_right {
        margin-top: 30px
    }

    .course_d_title br {
        display: none
    }

    .course-details-content p {
        line-height: 26px
    }
    .checkout-box-right {
    margin-top: 0;
}
    ul.select-options{
        padding: 15px
    }

}

@media(max-width: 575px) {
    .course-details-box .nav-tabs {
        display: block
    }

    .course_d_title {
        font-size: 18px
    }



}

@media (min-width: 768px) and (max-width: 991px) {
    .course-details-box .nav-tabs .nav-link {
        padding: 9px 8px;
        font-size: 12px;
    }
    ul.select-options{
        padding: 10px
    }

    .course_details_title {
        font-size: 20px;
        line-height: 28px;
    }

    .sandbox_course_left > ul a {
        font-size: 12px;
    }

    .course_d_title {
        font-size: 18px;
        line-height: 26px;
    }

    .course-details-content .accordion-button {
        font-size: 14px;
        line-height: 24px;
    }

    .course_d_title br {
        display: none
    }

    .course-details-content p {
        font-size: 13px;
        line-height: 26px
    }

    .course_price_option input[type="checkbox"] + label {
        font-size: 13px
    }
}
