@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


.bgcolor {
    background-color:#ff743c!important;
}



.cnlist h2.h1 {
    color: #ff6e40!important;
    font-size: 35px!important;
    text-align: left!important;
}

.cnlist h2.h3 {
    color: #ff6e40!important;
}

.cnlist p {
    color: #000!important;
    text-align: left!important;
}

.contact-form-inner a {
    color: #000!important;
}

.contact-form-inner {
    display: flex!important;
    justify-content: space-around!important;
    align-items: center!important;
}


.cnlist p{
    color: #000 !important;
    text-align: left !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.listing-box-content p:nth-child(1) {
    min-height: 42px;
    line-height: 21px;
}

.listing-box-content p.p2 {
    min-height: 21px;
}

body {
    font-family: "Inter", sans-serif;
    color: #313E3B;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1, .h1 {
	font-size: 60px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 25px;
}

h4, .h4 {
	font-size: 20px;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

p {
    font-size: 18px;
    line-height: 1.5;
    /* color: #CBCBCB; */
}

.p1{
    font-size: 16px;
}

.p2{
    font-size: 14px;
}

.text-blue {
    color: #2A4A6C;
}



/*============================================================
    HELPER
============================================================*/
.bg-dark {
    background-color: #1C212E!important;
}

.payment-content img {
    max-height: 430px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}


.btn {
    padding: 12px 6%;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.5s;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    margin-top: 30px;
    border: none;
}
.user-header-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.user-profile-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 200px;
}

.course-detail-img {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: 2px solid #FEC681;
    margin-right: 10px;
}

.listing-image {
    padding-bottom: 70%;
    position: relative;
}

.listing-image .course-inner-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    width: 100%;
}



.lg-btn {
    padding: 20px 5%;
}

.md-btn {
    padding: 10px 3%;
}

.small-btn {
    padding: 10px 15px;
    min-height: auto;
    min-width: auto;
    font-size: 16px;
}

.dark-btn{
    color: #fff !important;
    background: linear-gradient(0deg, #D57349 10.17%, #FEC681 145.76%);
    border-color: #D57349;
}

.blue-btn{
    color: #fff !important;
    background: linear-gradient(113.55deg, #213A54 10.78%, #4980BA 124.62%);
}

.blue2-btn {
    color: #fff !important;
    background: #7a58f9;
}


body>section {
    padding: 80px 0;
    position: relative;
}

.section-title {
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
}

.section-title h2 {
   position: relative;
   font-size: 35px;
   display: inline-block;
   font-weight: 800;
}

.section-title h2 a{
    color: #FE7A36;
    text-decoration: underline;
}


.section-title p {
   font-size: 18px;
   line-height: 27px;
   font-weight: 400;
}  

.title-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-with-btn>* {
    width: 100%;
}

.text-yellow {
    color: #FEC681 !important;
}

/*============================================================
    NAVBAR
============================================================*/

#header{
    position: relative;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.transparent-header {
    background-color: transparent !important;
    position: absolute !important;
}

#header  .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 500;
    margin-left: 40px;
    color: #213A54;
}


#header .navbar-toggler {
    color: #ababab;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

#header .navbar-brand img {
    max-height: 100px;
}


#header .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 12px;
    box-shadow: 0px 4.883720874786377px 8.54651165008545px 0px #0000004F;
    border: none;
}

#header .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 13px 20px;
}

#header .navbar-nav .nav-link.dropdown-toggle:after {
    display: none;
}

/*============================================================
   HERO BANNER
============================================================*/

.hero-banner {
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 80px 0;
}

.hero-banner-inner {
    position: relative;
}

.hero-banner-inner h1 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-banner-inner h1 span {
    color: #FEC681;
    /* display: block; */
}

.hero-banner-inner p {
    color: #fff;
    font-weight: 600;
}

.hero-banner-inner h3 {
    color: #fff;
}

.hero-banner-inner h3 span {
    color: #FEC681;
}


.search-content {
    position: relative;
    text-align: center;
    max-width: 690px;
    margin: auto;
}



.search-content .form-control {
    background: #29496A;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
    outline: none;
    min-height: 80px;
    text-indent: 25px;
}

.search-content button {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 16px;
    background: #EEA76C;
    color: #fff;
    font-size: 20px;
}

.search-content .form-control::placeholder {
    color: #ccc;
}



.listing-box {
    padding: 15px;
}

.listing-box-content {
    padding: 24px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 0 0 15px 15px;
}

.listing-box-content p {
    font-weight: 700;
    margin-bottom: 10px;
}

.listing-box-content p a {
    color: #313E3B;
}

.listing-box-content .p2 {
    font-weight: 400;
}

.listing-box-content del {
    font-weight: 400;
    color: #999;
    margin-left: 10px;
}


 .slick-prev, .slick-next {
    background: #fff;
    z-index: 19;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    /* border: 1px solid #37618C; */
    box-shadow: 0px 0px 5px 0px #00000040;
}

.slick-prev{
    left: -5%;
}

.slick-next {
    right: -5%;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #37618C;
    font-family: "FontAwesome";
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #FE7A36;
    border-color: #ff4d32;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    color: #fff;
}

.listing-review-content {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}


.service-icons-list li {
    list-style-type: none;
}

.service-icons-list {
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
}

.service-box {
    text-align: center;
    background: #305379;
    padding: 40px;
    border-radius: 40px;
    margin: 10px;
    /* min-height: 264px; */
}

.service-box img {
    margin: auto;
    min-height: 114px;
    min-width: 114px;
    max-height: 114px;
    border-radius: 50%;
    object-fit: cover;
}

.service-box h4 {
    color: #fff;
    margin-top: 19px;
    min-height: 48px;
}

.service-box:hover {
    background: #FE7A36;
    transition: 0.3s all ease-in-out;
}

.service-box:hover img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}


footer#footer {
    background-image: url(../images/Footer.png);
    padding: 80px 0;
    background-size: cover;
    background-position: left;
}



#footer .navbar-nav {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    margin: 25px 0;
    column-gap: 5px;
}


#footer .navbar-nav li a{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}


.footer-subscribe {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.footer-subscribe .input-group {
    background: #213A548F;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.footer-subscribe .input-group-text {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
}

.footer-subscribe .form-control {
    background: transparent;
    border: none;
    min-height: 52px;
    box-shadow: none;
    color: #fff;
}

.footer-subscribe button {
    background: #F98246;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    min-height: 52px;
    padding: 10px 22px;
    font-weight: 700;
}




.course-tags {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 25px;
}

.course-tags h4 {
    color: #2A4A6C;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.course-tags h4 i {
    font-size: 36px;
}

.course-tags ul li a {
    font-size: 16px;
    color: #2A4A6C;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 14px 20px;
    font-weight: 700;
    /* min-width: 125px; */
    display: inline-block;
    text-align: center;
}

.course-tags ul li a:hover {
    background: linear-gradient(0deg, #D57349 10.17%, #FEC681 145.76%);
    color: #fff;
}



.course-detail-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    font-weight: 700;
    display: flex;
    column-gap: 25px;
    justify-content: center;
    align-items: center;
}

.course-detail-box-content {
    min-width: 100px;
}

.course-detail-box-content h4 {
    color: #2A4A6C;
    margin-bottom: 5px;
}

.course-detail-box-content p {
    margin: 0;
    font-weight: 400;
}

.risk-ad-banner{
    background-image: url(../images/risk-ad-bg.png);
    padding: 55px;
    background-size: cover;
    border-radius: 10px;
    margin-top: 40px;
}

.risk-ad-banner h2 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.risk-ad-banner p {
    color: #fff;
    font-size: 20px;
    max-width: 356px;
    line-height: 1.2;
    font-weight: 600;
}


.course-main .accordion-item {
    margin-bottom: 30px;
    border: none;
}

.course-main .accordion-item button.accordion-button {
    border-radius: 10px 10px 0 0 !important;
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
    color: #fff;
    box-shadow: none;
    background: linear-gradient(113.55deg, #213A54 10.78%, #4980BA 124.62%);
        width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    border: none;
}

.course-main .accordion-item button.accordion-button.collapsed {
    border-radius: 10px !important;
}

.course-main .accordion-item button.accordion-button::after {
    display: none;
}

.course-main .accordion-body {
    border: 1px solid #D9D9D9;
    padding: 0;
    border-radius: 0 0 10px 10px;
}

.course-main .accordion-item button.accordion-button span {
    color: #223C58;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    display: grid;
    place-items: center;
    margin-right: 15px;
}

.course-main .accordion-item button.accordion-button small {
    font-weight: 400;
    font-size: 18px;
    margin-left: auto;
    position: absolute;
    right: 20px;
}


.Lesson-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.Lesson-row>* {
    margin-bottom: 0;
}

.Lesson-row h4 span {
    color: #fff;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    border-radius: 50px;
    background: #313E3B;
    display: grid;
    place-items: center;
    margin-right: 15px;
    margin-top: -7px;
}

.Lesson-row h4 {
    display: flex;
    align-items: flex-start;
    color: #313E3B;
    width: 50%;
}

.Lesson-row i {
    color: #989F9D;
    font-size: 24px;
}

.Lesson-row p {
    color: #989F9D;
    font-weight: 700;
    width: 7%;
}

.course-sidebar {
    box-shadow: 0px 9px 10px 0px #00000066;
    padding: 15px;
    border-radius: 10px;
    margin-top: -400px;
    background: #fff;
    position: relative;
}

.course-sidebar-content .form-control {
    background: transparent;
    border: 2px solid #31547A;
    border-radius: 30px;
    color: #262626;
    font-size: 19px;
    box-shadow: none;
    outline: none;
    min-height: 60px;
    text-indent: 20px;
}

.course-sidebar-content #subscribe-btn {
    /* width: 44px; */
    height: 44px;
    border: none;
    border-radius: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    background: linear-gradient(180deg, #305379 0%, #3F6FA0 126.85%);
    font-size: 16px;
    font-weight: 700;
    padding: 4px 20px;
}

.video-box {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.course-price {
    padding: 20px;
    background: linear-gradient(180deg, #305379 0%, #3F6FA0 126.85%);
    margin: 15px 0 20px;
    border-radius: 10px;
}

.course-price h3 {
    color: #fff;
}

.course-price h2 {
    font-size: 60px;
    font-weight: 900;
    color: #FEC681;
    margin-bottom: 0;
}

.course-price h2 small {
    font-size: 25%;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}

.payment-content-inner {
    padding: 40px 30px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
}

.payment-content-price {
    font-size: 40px;
}

.payment-content-price del {
    color: #999;
    font-weight: 400;
    margin-left: 15px;
}

.payment-box {
    box-shadow: 0px 0px 10px 0px #00000033;
    padding: 20px;
    border-radius: 20px;
}


.seprate-text {
    position: relative;
    margin: 25px 3px;
    display: flex;
    justify-content: center;
}

.seprate-text:after {
    width: 100%;
    height: 2px;
    background: #D9D9D9;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.seprate-text p {
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    font-weight: 600;
}

.payment-box .form-control, .payment-box .form-select {
    min-height: 50px;
    box-shadow: none;
    border-color: #ddd;
    border-radius: 0;
}


.payment-box label {
    font-size: 16px;
    font-weight: 600;
}


.round-icons li a {
    height: 45px;
    text-align: center;
    width: 45px;
    display: block;
    line-height: 45px;
    color: #2D4E71;
    /* border: 1px solid; */
    font-size: 25px;
    border-radius: 50%;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    background: #fff;
}

.round-icons li a:hover {
    background: #F98246;
    color: #fff;
}

.round-icons {
    margin-top: 25px;
}


.feedback-main {
    background: #f2f2f2;
}

.feedback-main .service-box {
    margin: 0;
}

.feedback-main .service-box h4 {
    min-height: auto;
}


.listing-image {
    position: relative;
}

.bestseller-batch {
    position: absolute;
    background: #ECEB9C;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
}

.approve-batch {
    position: absolute;
    background: #28a745;
    color:#fff;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
}

.rejected-batch {
    position: absolute;
    background: #dc3545;
    color:#fff;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
}


.pending-batch {
    position: absolute;
    background: #6c757d;
    color:#fff;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
}

.listing-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
}

.review-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 30px 25px;
    border-radius: 10px;
}

.author {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 30px;
}

.author img {
    max-width: 60px;
}

.author p {
    color: #38628D;
    margin: 0;
}

.author h4 {
    margin-bottom: 0;
}


.pricing-box-content ul li {
    position: relative;
    list-style-type: none;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-box-content ul li:before {
    position: absolute;
    content: '\f05d';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #D8794D;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: normal;
}

.pricing-box-content ul {
    padding-left: 0;
}

.pricing-box-content h2 {
    color: #FE7A36;
    font-size: 70px;
    margin-bottom: 30px;
}

.pricing-box-content h2 small {
    color: #313e3b;
    font-size: 35%;
    font-weight: 400;
    opacity: 0.7;
}

.pricing-box-content h3 {
    color: #2A4A6C;
}

.pricing-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.select-check {
    position: absolute !important;
    top: 0;
    right: 25px;
}

.pricing-box.center-price {
    position: relative;
}


.pricing-box.center-price:before {
    position: absolute;
    background-image: url(../images/select-price.png), linear-gradient(180deg, #FE7A36 5.23%, #EEA76C 132.42%);
    content: '';
    width: 100%;
    height: 112%;
    left: 0;
    top: -6%;
    border-radius: 40px;
    background-size: cover;
}

.pricing-box-content {
    position: relative;
}

.pricing-box.center-price>* {
    position: relative;
    color: #fff;
}

.pricing-box.center-price h2, .pricing-box.center-price small, .pricing-box.center-price h3, .pricing-box.center-price ul li:before {
    color: #fff;
}



.membership-slider .slick-slide {
    padding: 15px;
    height: 100%;
}

/*.membership-slider .slick-slide.slick-current.slick-center .pricing-box:before {
    position: absolute;
     background-image: url(../images/select-price.png), linear-gradient(180deg, #FE7A36 5.23%, #EEA76C 132.42%); 
    content: '';
    width: 100%;
    height: 114%;
    left: 0;
    top: -7%;
    border-radius: 40px;
    background-size: cover;
}
*/

.membership-slider .slick-slide.slick-current.slick-center .pricing-box .blue-btn{
    background: linear-gradient(0deg, #D57349 10.17%, #FEC681 145.76%);
    border-color: #D57349;
}

.membership-slider .slick-track {
    padding: 20px 0;
}


.membership-slider .slick-slide.slick-current.slick-center .pricing-box>* {
    position: relative;
    color: #fff;
}

.membership-slider .slick-slide.slick-current.slick-center .pricing-box h2, .slick-slide.slick-current.slick-center .pricing-box small, .slick-slide.slick-current.slick-center .pricing-box h3, .pricing-box ul li:before {
    color: #fff;
}

.membership-slider .slick-slide.slick-current.slick-center .pricing-box {
    transform: scale(1.1);
    background-image: url(../images/select-price.png), linear-gradient(180deg, #FE7A36 5.23%, #EEA76C 132.42%);
    transition: 0.3s all ease-in-out;
}

.membership-slider .pricing-box ul {
    min-height: 177px;
}



.join-community-content h2 {
    color: #2A4A6C;
}

.join-community-content h2 span {
    color: #FE7A36;
    display: block;
}

.join-community {
    background: #f2f2f2;
}

.community-count-row {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 5px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 58px;
}

.community-count-row>* {
    margin-bottom: 0;
}

.community-count-row h3 {
    color: #FE7A36;
}

.community-count-row p {
    position: relative;
    padding-left: 22px;
    margin-left: 20px;
}

.community-count-row p:before {
    background: #f2f2f2;
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 100%;
    left: 0;
}


.ab-contact-inner {
    background: #FE7A36;
    border-radius: 40px;
    padding: 20px;
    padding-bottom: 0;
}

.ab-contact-content {
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding: 40px;
}


.ab-search-content .form-control {
    background: #fff;
    border: 2px solid #29496A;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
    outline: none;
    min-height: 70px;
    text-indent: 25px;
}

.ab-search-content button {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 11px;
    background: #FE7A36;
    color: #fff;
    font-size: 20px;
}

.ab-search-content {
    position: relative;
    text-align: center;
    margin: 20px 0 30px;
}



.inner-banner {
    background-image: url(../images/inner-banner-bg.png);
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding: 80px 0 400px;
}

.inner-small-banner {
    padding: 70px 0;
}

.inner-banner h1 {
    color: #fff;
    line-height: 1;
}

.inner-banner h1 span {
    color: #FEC681;
}

.inner-banner p {
    color: #fff;
    font-weight: 600;
}


.box-with-shadow {
    background: #fff;
    box-shadow: 0px 9px 10px 0px #00000033;
    border-radius: 20px;
}


.over-banner {
    margin-top: -330px;
}

.edit-profile-header {
    border-bottom: 1px solid #D9D9D9;
    padding: 25px 40px;
}

.user-image {
    position: relative;
    display: inline-block;
}

.add-image-btn {
    position: absolute;
    bottom: 10px;
    right: -10px;
    cursor: pointer;
}

.user-details {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.edit-profile-header h2 {
    color: #223C57;
    margin: 0;
}

.edit-profile-form {
    padding: 25px 40px;
}

.box-with-shadow .form-control {
    min-height: 60px;
    font-size: 16px;
    box-shadow: none;
}

.box-with-shadow  label {
    font-weight: 600;
    font-size: 18px;
}

.box-with-shadow .form-check-input {
    box-shadow: none;
}

.box-with-shadow .form-check-input:checked {
    background-color: #F98246;
    border-color: #F98246;
}

.box-with-shadow .form-check-input[type=radio] {
    background-image: none;
    box-shadow: 0px 0px 0px 6px #D9D9D9;
    border: none;
}

.box-with-shadow .form-check-input:checked[type=radio] {
    background-image: none;
    box-shadow: 0px 0px 0px 6px #D9D9D9;
}



.saved-card-number {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.saved-card-row li {
    width: 20%;
    margin-right: 0 !important;
    text-align: center;
    position: relative;
    vertical-align: middle;
    min-height: 40px;
}

.saved-card-row p {
    margin-bottom: 0;
}

.saved-card-row li:not(:first-child):before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #d9d9d9;
    left: 0;
}

.saved-card-row {
    border: 1px solid #D9D9D9;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.saved-card-row ul {
    margin: 0;
}

.saved-card-row li:first-child {
    padding-left: 3%;
    width: 38%;
}

.saved-card-cvv {
    background: #eee;
    border: none;
    max-width: 100px;
    border-radius: 50px;
    text-align: center;
    min-height: 40px;
    outline: none;
}



.course-catalog-sidebar .accordion-item {
    margin-bottom: 12px;
    border: none;
    box-shadow: 0px 3px 10px 0px #00000033;
    border-radius: 10px;
}

.course-catalog-sidebar .accordion-item button.accordion-button {
    border-radius: 10px 10px 0 0 !important;
    padding: 22px;
    color: #2A4A6C;
    box-shadow: none;
    background-color: #fff;
}

.course-catalog-sidebar .accordion-item button.accordion-button.collapsed {
    border-radius: 10px !important;
}



.course-catalog-sidebar .accordion-body {
    border-top: 1px solid #D9D9D9;
    /* padding: 0; */
    border-radius: 0 0 10px 10px;
}

.course-catalog-sidebar .accordion-item button.accordion-button span {
    color: #223C58;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    display: grid;
    place-items: center;
    margin-right: 15px;
}

.course-catalog-sidebar .accordion-item button.accordion-button small {
    font-weight: 400;
    font-size: 18px;
    margin-left: auto;
    position: absolute;
    right: 20px;
}


.course-catalog-sidebar .accordion-button::after {
    background-image: url(../images/down-arrow.png);
    /* margin-right: -20px; */
}

.course-catalog-sidebar .accordion-item button.accordion-button h4 {
    margin-bottom: 0;
}

.course-catalog-sidebar .accordion-body label {
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.course-catalog-sidebar-check h4 {
    border-radius: 10px 10px 0 0 !important;
    color: #2A4A6C;
    box-shadow: none;
    background-color: #fff;
    margin: 0;
}

.course-catalog-sidebar-check {
    margin-bottom: 12px;
    border: none;
    box-shadow: 0px 3px 10px 0px #00000033;
    border-radius: 10px;
    align-items: center;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-catalog-sidebar .form-check-input:checked {
    background-color: #F98246;
    border-color: #F98246;
}

.pagination .page-item .page-link {
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    border-radius: 5px !important;
    min-width: 34px;
    height: 34px;
    text-align: center;
    margin: 0 3px;
    color: #333;
    border: none;
    box-shadow: none !important;
    border: 1px solid #ddd;
}

.pagination .page-item.disabled .page-link{
    color: #4D4D4D !important;
}

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border: none;
    font-size: 18px;
    padding:5px;
    color: #F98246;
}


.pagination .page-item.active .page-link{
    color: #fff;
}

.pagination .page-item.active .page-link {
    border-color: #F98246;
    background: #F98246;
}


.my-courses-main .nav-tabs {
    /* border-bottom: 2px solid #D9D9D9; */
    /* margin-bottom: 70px; */
}

.my-courses-top-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 70px;
}

.my-courses-main .nav-tabs .nav-item.show .nav-link, .my-courses-main .nav-tabs .nav-link.active {
    color: #D57349;
    border-color: #D57349;
}

.my-courses-main .nav-tabs .nav-link {
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #313E3B;
    padding: 27px 30px;
    background-color: transparent;
    border-bottom: 4px solid transparent;
}

.episodes-inner-div {
    background-color: #131722;
    border-radius: 5px;
    margin-top: -81px;
    position: relative;
}

.episodes-inner-div .tab-content{
    padding: 40px;
}


.course-builder-inner .nav-tabs {
    border-bottom: none;
    /* margin-bottom: 70px; */
    display: grid;
    /* justify-content: space-between; */
    width: 100%;
    /* display: grid; */
    /* grid-gap: 7px; */
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    /* background: #eee; */
}

.my-courses-top-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 70px;
}

.course-builder-inner .nav-tabs .nav-item.show .nav-link, .course-builder-inner .nav-tabs .nav-link.active {
    color: #D57349;
    border-color: #D57349;
}

.course-builder-inner .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #313E3B;
    padding: 15px;
    /* background-color: transparent; */
    border: 1px solid #ddd;
    width: 100%;
    background-color: #eee;
    border-radius: 4px;
}

.course-builder-inner .nav-tabs .nav-item:first-child  .nav-link{
    border-radius: 10px 0 0 10px;
}

.course-builder-inner .nav-tabs .nav-item:last-child  .nav-link{
    border-radius: 0 10px 10px 0;
}

.course-builder-top-row {
    margin-bottom: 40px;
}


.add-plus-btn label {
    background: #ECECEC;
    border-radius: 50px;
    max-width: 400px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    /* margin-top: 30px; */
}

.add-plus-btn > input[type='file'] {
    display: none;
}

.add-plus-btn label img {
    min-width: 50px;
}

.add-plus-btn label h6 {
    font-size: 20px;
    margin-top: 20px;
}

.add-tag-btns button {
    font-size: 16px;
    font-weight: 500;
    color: #8d8d8d;
    border: none;
    background: #EDEDED;
    border-radius: 50px;
    padding: 11px 20px;
    outline: none !important;
    margin-right: 10px;
}

.add-tag-btns {
    border: 1px solid #ced4da;
    padding: 7px 10px;
    border-radius: 5px;
}

.close-btn-icon {
    margin-left: 5px;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    padding: 5px 5%;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.5s;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px;
    border: 2px solid;
    color: #fff !important;
    background: linear-gradient(113.55deg, #213A54 10.78%, #4980BA 124.62%);
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}



.course-price2 {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    color: #fff;
    /* margin-bottom: 20px; */
}

.course-price2-inner h2 {
    font-size: 35px;
    font-weight: 900;
    color: #FEC681;
    margin-bottom: 0;
    word-break: break-all;
}

.course-price2-inner h3 {
    margin-bottom: 0;
}

.course-price2-inner {
    padding: 23px;
    background: #305379;
}

.course-price2-inner:first-child {
    border-radius: 10px 0 0 10px;
}

.course-price2-inner:last-child {
    border-radius: 0 10px 10px 0;
    background: #3F6FA0;
}

.action-btns {
    display: flex;
    column-gap: 35px;
    margin-bottom: 0;
}

.action-btns li {
    display: inline-block;
}

.custom-table th {
    color: #363954;
}

.custom-table th, .custom-table td {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    color: #313E3B;
}

.custom-table td span {
    color: #fff;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50px;
    background: #313E3B;
    display: inline-flex;
    place-items: center;
    margin-right: 15px;
    justify-content: center;
    margin-top: -5px;
}

.custom-table tr {
    padding: 11px;
}

.custom-table td.file-td {
    color: #999;
    font-weight: 400;
    font-size: 24px;
    min-width: 75px;
}

.number-td {
    display: flex;
    align-items: flex-start;
}



.modal .close {
    opacity: 1 !important;
    position: absolute;
    top: -20px;
    right: -22px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
}


.modal-dialog .form-control {
    min-height: 60px;
    font-size: 16px;
    box-shadow: none;
}

.modal-dialog  label {
    font-weight: 600;
    font-size: 18px;
}


.add-more-box {
    padding: 40px 30px;
    background: #f2f2f2;
    border: 1px solid #D9D9D9;
}

.img-thumb-with-close {
    position: relative;
    display: inline-block;
}

.thumb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thumb-close {
    position: absolute;
    top: -7px;
    right: -7px;
}

.thumb-close img {
    max-width: 27px;
}

.custom-content h2 {
    color: #2A4A6C;
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 11px;
}

.custom-content p {
    font-size: 16px;
    font-weight: 400;
}

.custom-content h3 {
    font-size: 30px;
    margin-top: 30px;
}

.custom-content-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0;
}

.custom-content-card-header {
    padding: 30px 50px;
    border-bottom: 1px solid #ddd;
}

.custom-content-card-header h3 {
    margin-top: 0;
}

.custom-content-card-body {
    padding: 30px 50px;
}

.custom-content-card-body h4 a {
    color: #313E3B;
    text-decoration: underline;
}

.check-list {
    padding-left: 0;
}

.check-list li {
    list-style-type: none;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

.check-list li:before {
    position: absolute;
    content: '\f058';
    font-family: 'FontAwesome';
    left: 0;
    color: #FE7B37;
    font-size: 38px;
    line-height: 1;
}


.login-wrapper {
    position: relative;
    overflow: hidden;
    background-image: url(../images/login-bg.png);
    background-size: cover;
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
}



.login-inner {
    position: relative;
    z-index: 1;
}

.login-inner label:not(.custom-control-label){
    color: #6F7083;
    font-size: 18px;
    font-weight: 700;
}

.login-inner .form-control {
    border: 1px solid rgb(144 146 163 / 30%);
    border-radius: 24px !important;
    min-height: 52px;
    font-weight: 500;
    text-indent: 12px;
    box-shadow: none !important;
    background: #F9F6F7;
    color: #333;
}

.forgot-password{
    color: #363954;
}

.forgot-password a{
    color: #363954;
}

.forgot-password a:hover{
    color: #6270f1;
}

.password-eye {
    position: absolute;
    right: 15px;
    bottom: 24px;
    z-index: 9;
    cursor: pointer;
}


.login-content h2 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
    font-size: 90px;
}

.login-content h2 span {
    color: #FEC681;
    /* display: block; */
}

.login-content p {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}



.social {
    transition: background 200ms ease-in-out 0s;
    -webkit-transition: background 200ms ease-in-out 0s;
    -moz-transition: background 200ms ease-in-out 0s;
    -o-transition: background 200ms ease-in-out 0s;
    -ms-transition: background 200ms ease-in-out 0s;
    text-indent: 0;
    display: block;
    color: #ffffff !important;
    height: 50px;
    width: 100%;
    text-decoration: none;
    border-radius: 3px;
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: center;
}

.bts i {
    font-size: 20px;
}

.bts span {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

.fblogin {
    background-color: #3b5898;
}

.fblogin:hover {
    background-color: #5177c2;
}

.fblogin:active {
    position: relative;
    top: 1px;
}

.gplogin {
    background-color: #dd4c39;
}

.gplogin:hover {
    background-color: #f06e60;
}

.gplogin:active {
    position: relative;
    top: 1px;
}

.twlogin {
    background-color: #00abee;
}

.twlogin:hover {
    background-color: #4cbde6;
}

.twlogin:active {
    position: relative;
    top: 1px;
}

.linklogin {
    background-color: #0077B5;
}

.linklogin:hover {
    background-color: #379fd5;
}

.linklogin:active {
    position: relative;
    top: 1px;
}

.bts {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.privacy-text label, .privacy-text p {
    color: #6F7876;
    font-size: 14px;
    font-weight: 400;
}

.privacy-text label a, .privacy-text p a {
    color: #F98246;
}




/* start-admin-css */

.logout-btn {
    padding: 9px 16px;
    border-radius: 16px;
    margin-bottom: 25px;
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    margin-top: 80px;
    column-gap: 10px;
}

.admin-table {
/*    overflow-y: scroll;*/
    max-height: calc(100vh - 120px);
}

.admin-table::-webkit-scrollbar {
    display: none;
  }

.admin-table th {
    color: #363954;
}

.admin-table th, .admin-table td {
    padding: 10px 20px;
    color: #313E3B;
    vertical-align: middle;
    border: none !important;
}


.admin-table tr {
    padding: 11px;
    box-shadow: 0px 0px 0px 1px #000;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px #272A4540;
    transition: 0.3s;
    background-color: transparent !important;

}

.admin-table table {
    border-collapse: separate;
    border-spacing: 1em !important;
}

.admin-table tbody tr:hover {
    box-shadow: -3px 6px 30px 0px #00000033;
}

.user-name {
    display: flex;
    align-items: center;
}


.custom-form .form-control {
    min-height: 60px;
    font-size: 16px;
    box-shadow: none;
}

.custom-form  label {
    font-weight: 600;
    font-size: 18px;
}

.custom-form .form-check-input {
    box-shadow: none;
}

.custom-form .form-check-input:checked {
    background-color: #F98246;
    border-color: #F98246;
}

.custom-form .form-check-input[type=radio] {
    background-image: none;
    box-shadow: 0px 0px 0px 6px #D9D9D9;
    border: none;
}

.custom-form .form-check-input:checked[type=radio] {
    background-image: none;
    box-shadow: 0px 0px 0px 6px #D9D9D9;
}


.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 30px;
    margin: 0;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #d90237;
    background: linear-gradient(90deg, #FD7A23 0%, #F01670 100%);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    color: #fff;
}

.switch-label:before {
    content: attr(data-off);
    right: 5px;
}

.switch-label:after {
    content: attr(data-on);
    opacity: 0;
    left: 5px;
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #09B44D;
    background: linear-gradient(90deg, #36AC9E 0%, #36E285 100%);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50px;
}

.switch-green > .switch-input:checked ~ .switch-handle {
    left: auto;
    right: 3px;
}

.view-eye {
    color: #313E3B;
}

/* End-admin-css */









.slick-dots {
    position: relative;
}

.slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #D9D9D9;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #FE7A36;
}


.image_review {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.customer_image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.image_review i {
    font-size: 16px;
    color: gold;
    margin-left: 0;
    margin-right: 0px;
}

.customer_image {
    margin-right: 10px;
}

.customer_name {
    font-weight: 700;
}


.circle-img {
    position: relative;
    padding-bottom: 100%;
}

.circle-img img {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    padding: 10%;
}


@media(max-width:767px){
    .my-courses-main .nav-tabs .nav-link {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .my-courses-main .nav-tabs {
        display: -webkit-box;
        flex-wrap: inherit;
        overflow: scroll;
    }

    .my-courses-main .nav-tabs::-webkit-scrollbar-track {
        display:none !important; 
    }
    
    .my-courses-main .nav-tabs::-webkit-scrollbar {
        display:none !important; 
    }
    
    .my-courses-main .nav-tabs::-webkit-scrollbar-thumb {
        display:none !important; 
    }
}


@media (min-width: 1500px){
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1499px){
    .course-price2-inner h2 {
        font-size: 20px;
    }

    .course-price2-inner h3 {
        font-size: 18px;
    }

    .course-sidebar-content .form-control {
        font-size: 15px;
    }

    #footer .navbar-nav li a {
        font-size: 16px;
    }

    .pricing-box-content h2 {
        font-size: 50px;
    }

    .admin-table th, .admin-table td {
        padding: 10px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 15px;
    }

    .sidebar-dark .nav-item .nav-link img {
        margin-right: 10px;
    }

    .admin-table th, .admin-table td {
        font-size: 16px;
    }

    .login-content h2 {
        font-size: 70px;
    }
    .bts {
        grid-template-columns: repeat(1, 1fr);
    }
}



@media (max-width: 1200px){

    .course-price2-inner h3 {
        font-size: 18px;
    }

    .course-price2-inner h2 {
        font-size: 40px;
    }


    .service-box img {
        max-width: 75px;
        min-width: 75px;
        min-height: 75px;
    }

    .service-box h4 {
        font-size: 14px;
    }

    .hero-banner-inner h1 {
        font-size: 40px !important;
    }

    #header .navbar-nav .nav-link {
        font-size: 20px;
        font-weight: 500;
        margin-left: 20px;
        color: #213A54;
    }
    
    .course-tags {
        display: block;
    }

    .course-detail-box {
        padding: 15px;
        column-gap: 15px;
        margin-bottom: 20px;
    }

    .course-tags ul li a {
        font-size: 14px;
        padding: 10px 15px;
    }

    #footer .navbar-nav li {
        width: 50%;
        margin-bottom: 10px;
    }

    #footer .navbar-nav li a {
        font-size: 14px;
    }

    .pricing-box-content h2 {
        font-size: 40px;
    }

    .pricing-box-content ul li {
        padding-left: 25px;
        font-size: 16px;
    }

    .pricing-box-content ul li:before {
        font-size: 20px;
    }
    
    
}

@media (max-width: 1024px){
    .edit-profile-form, .edit-profile-header {
        padding: 25px;
    }

    .user-details {
        display: block;
    }

    .user-image {
        margin-bottom: 15px;
    }

    .box-with-shadow {
        box-shadow: 0px 4px 10px 0px #00000033;
    }

    .saved-card-row li:first-child {
        padding-left: 2%;
        width: 44%;
    }

    .saved-card-row {
        padding: 15px;
    }

    .saved-card-row li {
        width: 18%;
    }

    .saved-card-number {
        column-gap: 25px;
    }

    .custom-table th, .custom-table td {
        padding: 15px;
    }

    
}


@media (max-width: 991px){

    h1, .h1 {
        font-size: 40px;
    }
    
    h2, .h2 {
        font-size: 25px;
    }
    
    h3, .h3 {
        font-size: 20px;
    }
    
    h4, .h4 {
        font-size: 18px;
    }

    .course-price2-inner h2 {
        font-size: 30px;
    }

    .hero-banner-inner h1 {
        font-size: 30px !important;
    }
    
    .service-icons-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
    }

    .service-box {
        padding: 20px;
    }

    #header .navbar-nav .nav-link {
        font-size: 14px;
        margin-right: 15px;
        text-align: right;
    }

    #header .navbar-nav .dropdown-menu .dropdown-item {
        text-align: right;
    }

    .course-tags ul li a {
        margin-bottom: 15px;
    }

    .play-icon img {
        max-width: 60px;
    }

    .pricing-box {
        padding: 30px 15px;
    }

    .btn {
        font-size: 18px;
    }

    .saved-card-row li:first-child {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .saved-card-row li {
        width: 32%;
    }

   

    .saved-card-row li:not(:first-child):before {
        left: auto;
        right: 0;
    }

    .saved-card-row li:last-child:before {
        display: none;
    }

    .listing-review-content {
        column-gap: 0;
        margin-bottom: 10px;
    }
    
    .listing-review-content img {
        max-width: 60px;
    }
    
    .listing-review-content p {
        font-size: 12px !important;
    }

    .my-courses-main .nav-tabs .nav-link {
        font-size: 20px;
        padding: 15px;
        border-bottom: 2px solid transparent;
    }

    .add-tag-btns button {
        font-size: 15px;
        padding: 8px 15px;
        margin: 3px 0;
    }

    .custom-table td.file-td {
        width: 70px;
        font-size: 18px;
    }

    .custom-table th, .custom-table td {
        font-size: 16px;
        padding: 15px;
    }

    .custom-table td span {
        min-width: 30px;
        min-height: 30px;
        font-size: 14px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 14px;
    }

    .sidebar {
        padding: 10px;
    }

    .switch {
        width: 54px;
        height: 26px;
    }

    .switch-handle {
        width: 20px;
        height: 20px;
    }

    .switch-label {
        font-size: 12px;
    }

    .admin-table .bg-success.rounded, .admin-table .bg-danger.rounded, .admin-table .bg-secondary.rounded {
        font-size: 12px;
    }

    .bts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px){

    body>section {
        padding: 40px 0;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
        margin-top: 20px;
    }

    .service-icons-list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }

    #header .navbar-brand img {
        max-height: 50px;
    }

    #header .navbar {
        padding: 0;
    }

    .hero-banner {
        background-position: bottom left;
        padding: 95px 0;
    }

    .hero-banner-inner {
        text-align: center;
    }

    .hero-banner-inner h3 {
        color: #fff;
        font-size: 19px;
    }

    .hero-banner-inner h1 {
        margin-bottom: 10px;
    }

    .hero-banner-inner p {
        font-size: 14px;
    }

    .search-content {
        max-width: 300px;
    }

    .search-content .form-control {
        font-size: 17px;
        min-height: 64px;
        text-indent: 20px;
    }

    .search-content button {
        width: 40px;
        height: 40px;
        right: 12px;
        top: 12px;
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 25px;
    }

    .listing-box {
        padding: 5px;
    }

    .listing-box-content {
        padding: 15px 10px;
    }

    .listing-box-content p {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 3px;
    }

    .listing-box-content .p2, .listing-box-content .p1 {
        font-size: 13px;
    }

   
    .service-box {
        border-radius: 20px;
        margin: 6px;
    }

    .service-box h4 {
        min-height: 34px;
    }

    .section-title h2 a {
        display: block;
    }

    

    .footer-subscribe .form-control {
        min-height: 45px;
        font-size: 15px;
        padding-left: 0px;
    }

    .footer-subscribe button {
        font-size: 14px;
        min-height: 47px;
        padding: 10px 16px;
    }

    footer#footer {
        padding: 68px 0 15px;
    }

    .course-price2-inner h2 {
        font-size: 25px;
    }

    .course-sidebar {
        margin-top: 40px;
    }

    .course-main .accordion-item button.accordion-button {
        font-size: 20px;
    }

    .payment-content-price {
        font-size: 30px;
    }

    .pricing-box {
        margin: 15px 0;
        height: auto;
    }

    .pricing-box.center-price:before {
        height: 100%;
        top: 0;
    }

    .inner-banner h1 {
        font-size: 30px;
    }

    .select-check {
        top: 10px;
        right: 10px;
    }

    .saved-card-number {
        column-gap: 15px;
    }

    .saved-card-number img {
        max-width: 45px;
    }

    .saved-card-row p {
        font-size: 15px;
    }

    .saved-card-cvv {
        max-width: 70px;
        min-height: 35px;
    }

    .my-courses-top-row {
        display: block;
        border-bottom: none;
        margin-bottom: 40px;
    }

    .my-courses-main .nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px;
    }
    
    .my-courses-top-row .btn {
        width: 100%;
    }

    .ab-contact-content {
        padding: 40px 0;
    }

    .title-with-btn {
        display: block;
        text-align: center;
    }

    .course-builder-inner .nav-tabs .nav-link {
        font-size: 15px;
        padding: 8px;
    }

    .add-more-box {
        padding: 30px 15px;
    }

    .fileUpload {
        padding: 9px 5%;
        font-size: 16px;
    }

    .custom-content p {
        word-break: break-all;
    }

    .custom-content h2 {
        font-size: 28px;
    }

    .custom-content h3 {
        font-size: 22px;
    }

    .custom-content-card-header, .custom-content-card-body {
        padding: 30px;
    }

    .check-list li:before {
        font-size: 24px;
    }

    .check-list li {
        padding-left: 35px;
    }

    .sidebar.toggled {
        padding: 0;
    }

    .sidebar-dark .nav-item .nav-link {
        padding: 8px 5px;
        margin-bottom: 10px;
    }

    .sidebar .nav-item .nav-link img {
        margin-right: 0;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 10px;
    }

    .sidebar .logout-btn {
        padding: 9px 5px;
        font-size: 11px;
    }

    .sidebar .logout-btn img {
        display: none;
    }

    #searchDropdown {
        display: none;
    }

    .sidebar .sidebar-brand {
        padding: 0.5rem 0rem;
    }

    .modal .close {
        right: -10px;
        max-width: 40px;
    }

    .modal .close img {
        width: 100%;
    }

   

    .admin-table th, .admin-table td {
        font-size: 13px;
    }

    .login-content h2 {
        font-size: 45px;
    }
    .bts {
        grid-template-columns: repeat(1, 1fr);
    }
}

.custom-file-button input[type=file] {
  margin-left: -2px !important;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}



.custom-file-button {
    flex-wrap: inherit !important;
}

.custom-file-button label {
    position: relative;
    font-weight: 700;
    transition: all 0.5s;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 3px 0 0 3px;
    border: 0px solid;
    color: #fff !important;
    background: linear-gradient(113.55deg, #213A54 10.78%, #4980BA 124.62%);
}

.custom-file-button input {
    padding: 17px;
    background: #fff;
        border: 1px solid #ced4da;
    width: 100%;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    min-height: 60px !important;
}

.dataTables_filter .form-control, .dataTables_length .form-control {
    min-height: auto !important;
}

.text-orange{
    color: #D57349;
}