:root{
    --primary-color:#fff;    
    --secondary-color:red;
}
body {
    font-family: 'Futura PT Book';
    color: #000;
}
html { scroll-behavior: smooth; }
/* @font-face {
    font-family: Futura;
    src: url('../font/New-folder/FuturaMedium.woff'),
    url('../font/New-folder/FuturaMedium.woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Futura PT Book';
    src: url('../new-font/FuturaPT-Book.woff2') format('woff2'),
        url('../new-font/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: 'Futura PT Book';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Futura PT Book';
}
a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.sec_pd{
    padding: 100px 0 100px 0;
}
.bann_pd {
    padding: 200px 0 200px 0;
}
.h_bann_main {
    font-family: Futura;
    font-size: 3.2rem;
}
.sec_hd{
    font-size:60px;
    font-weight: 700;
    text-transform: capitalize;
}
.sub_heading{
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
.main_heading{
    font-size: 5rem;
    color: #fff;
    letter-spacing: 2.5px;
    line-height: 85px;
    font-weight: 700;
}
.inner_pd{
    padding: 125px 0;
}
.sec_hd2{
    font-size: 2.7rem;
}
.color{
    color: var(--primary-color);
}
.nav-link [aria-current="page"]{
    height: 2px;
    transform: scale(1.05);
    left: 0;
}
.head_btn .theme_btn1{
    padding: 3px 15px;
}
.theme_btn1:hover,.theme_btn2:hover,.theme_btn3:hover{
    color: #000;
}
.theme_btn1 span{
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #000;
    transition: all 0.5s ease-in-out;   
}
.theme_btn1 span img{
    transform: translateY(-2px);
    /* filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(299deg) brightness(92%) contrast(86%); */
    filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%) hue-rotate(160deg) brightness(91%) contrast(94%);
}
.theme_btn1{
    padding: 10px 30px;
    background-color: var(--primary-color);
    color: #000;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.theme_btn2{
    padding: 8px 35px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}
.theme_btn3{
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    background-color: #484848;
}
.s1_btn a:hover{
    color: #fff;
}
.head_btn .theme_btn1:hover span{
    transform: rotate(360deg);
}
.btn_overlay{
    position: relative;
    overflow: hidden !important;
    z-index: 5;
    display: inline-block;
}
.btn_overlay::before{
    content: "";
    position: absolute;
    overflow: hidden;
    top: -50%;
    left: -40%;
    height: 100%;
    width: 200%;
    background-color: #57575740;
    transform: rotate(16deg);
    transition: all 300ms ease;
    z-index: -5;
}
.btn_overlay:hover:before{
    top: 135%;
}
.s4_right .btn_overlay:before{
    background-color: #68686840 !important;
}
.s4_right .btn_overlay:hover{
    color: #fff;
}
.s8_box .btn_overlay:hover{
    color: #fff;
}
/* ==================================header================================== */
.header_above {
    background-color: #000;
}
.head_right ul li i{
    height: 45px;
    width: 45px;
    background-color: #FFFFFF2B;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.head_right ul li i:hover{
    animation-name:animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    background-color: var(--primary-color);
    color: #000;
}
@keyframes animation-pop {
    50% {
        transform: scale(1.2);
    }
}
.head_btn .theme_btn2{
    border: none;
    background-color: var(--secondary-color);
    color: #ffff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 4px;
}
.navbar-nav {
    gap: 15px;
}
.navbar{
    background-color: #000;
}
.navbar-brand img{
    max-width: 65%;
}
.nav-item .nav-link {
    color: #fff !important;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out;
}
.nav-item .nav-link:hover{
    color: #FFF0DD !important;
}
.dropdown-toggle::after {
    color: #ffff;
}
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #fff;
    overflow: hidden;
}
.dropdown-item {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.dropdown-item:hover {
    background-color: #000 !important;
    margin-left: 7px;
    color: #FFF0DD !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    background-color: #000;
    visibility: visible;
}
.head_contact ul li{
    font-size: 14px;
    position: relative;
    padding: 0px 30px;
}
.head_contact ul li a{
    transition: all 0.4s ease-in-out;
}
.head_contact ul li a:hover{
    color: #FFF0DD !important;
}
.head_contact ul li::before{
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 10%;
}
.head_contact ul .last::before{
    content: none;
}
/* ========================ModalCSS====================== */

.modal-dialog {
    max-width: 600px;
    margin: 14.75rem auto;
}
.modal-header .btn-close {
    margin-left: auto !important;
}
.modal-header {
    border: none !important;
}
.modal-body input {
    width: 100%;
    padding: 10px;
}
.modal-backdrop{
    width: 100%;
    height: 100%;
}
.modal-content{
    background-color: #000F1D;
    padding: 20px 0;
}
.modal-title{
    color: #FFFF00;
}
.modal-title > img{
    height: 85px;
    transition: all 0.5s ease-in-out;
    animation-name: transf;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}
@keyframes transf {
    0%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
    
}
.modal-content label{
    color: #FFFF00;
}
.modal-footer .theme_btn1{
    width: 100%;
    border: unset;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
}
.modal-footer{
    padding-top: 0px !important;
}
/* =============================h_banner============================ */
/* .h_banner{
    transition: transform 6s ease-in-out;
    background: url(../img/h_banner_bg.jpg)no-repeat center center/cover;
}
.bann_bg1{
background: url(../img/h_banner_bg.jpg)no-repeat center center/cover;
} */

.h_banner{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    /* height: 100vh; */
}
.banner_slider .slick-slide{
    height: 640px !important;
}
/* =============================section_1============================ */
.sec_1{
    background-color: #000;
    overflow: hidden;
}
.s1_bottom del{
    color: #7a7a7a;
}
.s1_bottom .rate_list{
    gap: 40%;
}
/* =============================section_2============================ */
.sec_2{
    background-color: #000;
}
.s2_right ul li p{
    width: 70%;
    margin: auto;
    color: #7a7a7a;
}
.s2_right img{
    animation-iteration-count: 30 !important;
}
/* =============================section_3============================ */
.sec_3,.sec_4{
    background-color: #000;
    z-index: 5;
}
.s3_box p{
    color:#7a7a7a ;
}
.s3_box img {
    transition: all 0.8s ease-in-out;
    max-width: 80%;
    height: 250px;
    object-fit: contain;
}
/* =============================section_4============================ */
.s4_left {
    position: relative;
}
.sec_4 .row{
    gap: 20px;
}
.s4_left::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.bg_text {
    font-size: 12rem;
    color: #141414;
    position: absolute;
    right: 35%;
    top: 15%;
    z-index: -5;
}
.s4_right h2{
    line-height: 65px;
}
/* =============================section_5============================ */
.sec_5{
    position: relative;
    /* background: #000000be url(../img/s5_bg.jpg)no-repeat center center/cover; */
    background-blend-mode: overlay;
}
.s5_box img{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    filter: brightness(0.7) invert(0);
}
.s5_box span i{
    color: #ffbe00;
}
.s5_box{
    background-color: #FFFFFF0A;
    padding: 50px 30px;
    width: 95% !important;
}
.s5_box p i{
    color: #7a7a7a;
}
/* =============================section_6============================ */
.sec_6,.sec_7{
    background-color: #000;
    z-index: 5;
}
.sec_form .form_control{
    background-color: #141414ce;
    border: none;
    padding: 10px 20px;
    color: #fff;
}
.sec_form .form_control:focus-visible{
    outline: none;
}
.sec_form .form_control::placeholder{
    font-size: 14px;
    color: #fff;
}
.form_btn{
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #141414;
    padding: 12px 0;
    border: 1px solid #929292a2;
    font-size: 18px;
}
/* =============================section_7============================ */
.s7_img ul {
    background-color: #484848;
    position: absolute;
    padding: 3px 8px 3px 15px;
    bottom: 0;
    left: -10px;
}
.s7_img ul::before{
    content: "";
    position: absolute;
    left: 0;
    border-bottom: solid;
    border-top: solid transparent;
    color: #54595F;
    border-right: solid;
    border-left: solid transparent;
    border-width: 5px;
    top: -10px;
}
.s7_box .s7_img img{
    transition: all 0.5s ease-in-out;
}
.s7_box:hover .s7_img img{
    transform: scale(1.05) rotate(2deg);
    opacity: 0.8;
}
.s7_box_content p{
    color: #979797;
}
/* =============================section_8============================ */
.sec_8{
    /* background: url(../img/s8_bg.jpg)no-repeat center center/cover; */
    position: relative;
    z-index: 5;
}
.sec_8::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF1A;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: -4;
}
.s8_box h2{
    font-size: 75px;
    line-height: 72px;
}
/* =============================Footer============================ */
footer{
    background-color: #000;
    padding: 120px 0 12px 0;
}
.foot_box p{
    color: #ffff;
}
.foot_box ul li{
    font-size: 15px;
}
.foot_box ul li span i{
    color: var(--primary-color);
    font-size: 11px;
}
.foot_list{
    gap: 50px;
}
.footer_search input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #35424f;
    border: none;
    color: #fff;
    padding: 10px 15px;
}
.footer_search input:focus{
    background-color: #35424f;
    box-shadow: none;
    color: #fff;
}
.footer_search i{
    background-color: #35424f;
    padding: 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -2px;
}
.foot_list ul li a{
    transition: all 0.3s ease-in-out;
}
.foot_list ul li a:hover{
    color: #FFF0DD !important;
}
.foot_line{
    height: 2px;
    width: 40%;
    margin: 20px 0;
    background-color: #FFFFFF2B;
}
.foot_box .social_icon{
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
}
.foot_box .social_icon a i{
    background-color: #1b1c1d;
    height: 35px;
    width: 35px;

}
.foot_box .social_icon a i:hover{
    background-color: var(--primary-color);
    color: #000;
}
/* contact_us */
.contact_map iframe{
    width: 100%;
}
/* =====================================About_banner===================================== */
.about_banner{
    background: url(../img/about_bg.jpg)no-repeat bottom center/cover;
    /* filter: brightness(35%) contrast(130%) saturate(15%) blur(0px) hue-rotate(0deg); */
}
.bann_overlay{
    position: relative;
    z-index: 5;
}
.bann_overlay::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -5;
}
.inner_btn a{
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}
.inner_btn a:hover{
    color: #FFF0DD;
}
.i_sec_1{
    background-color: #000;
    z-index: -5;
}
.i_sec_1 .bg_text {
    font-size: 13rem;
    right: 25%;
    top: 13%;
    z-index: -5;
}
.i_s1_left img{   
    opacity: 0.65;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.contact_sec_1{
    background-color: #000;
}
.contact_box{
    text-align: center;
}
.sec_6 .bg_text {
    font-size: 9rem;
    color: #141414;
    position: absolute;
    right: 48%;
    top: 0%;
    z-index: -5;
}
.para_2{
    color: #7a7a7a;
    font-size: 19px;
    font-weight: 500;
}
.shop_sec_1{
    background-color: #000;
}
.shop_box img{
    max-width: 63% !important;
    transition: all 0.5s ease-in-out;
}
.shop_box:hover img{
    transform: scale(1.06);
}
.shop_box{
    background-color: #202020;
    padding: 50px 30px;
}
.shop_sec_2{
    background: #000000c9 url(../img/about_bg.jpg)no-repeat center center/cover;
    background-blend-mode: overlay;
}
.shop_box2{
    background: linear-gradient(180deg,#FFFFFF85 0%, #232323 100%);
    padding: 47px;
}
.shop_box2 img {
    transition: all 0.4s ease-in-out;
    max-width: 60%;
    height: 200px;
    object-fit: contain;
}
.shop_box2:hover img{
    transform: rotate(-10deg) scale(1.05);
}
.detail_left span i{
    color: #ffbe00;
}
.detail_sec{
    background-color: #000;
}
.detail_left .slider-nav img{
    max-width: 85%;
    border: 1px solid #fff;
    cursor: pointer;
}
.detail_left .slick-initialized .slick-slide{
    text-align: center;
}
.detail_left .slider-nav .slick-center img{
    background-color: #484848;
}
.detail_right ul li p{
    font-size: 42px;
}
.detail_right ul li span{
    color: #484848;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}
.detail_para{
    font-size: 20px;
}
.stock{
    color: #7EC242;
}

.stock-out{
    color: #ff0000;
}
.fs_two{
    font-size: 16px !important;
}
.detail_icon i{
    font-size: 40px;
    margin-bottom: 13px;
    color: #FFF0DD;
}
.detail_right .para_2{
    font-size: 15px;
}
.detail_right ul li::marker{
    font-size: 30px;
}


.s1_right{
    height: 600px;
    position: relative;   
}
/* .slide_bg{
    background: url(../img/shape-6.png)no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
} */
.slide_bg::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../img/01.png)no-repeat center center/contain;
    transition: all 1s ease-in-out;
    transform: rotate(86deg);
    filter: brightness(0) saturate(100%) invert(55%) sepia(3%) saturate(0%) hue-rotate(160deg) brightness(91%) contrast(94%);
}
.slide_img{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.s1_right .slick-track{
    transform: translate(0) !important;
    height: 700px !important;
}     
.s1_right .slick-slide{
    height: auto;
}
 .s1_right .slick-active[data-slick-index="0"] {
    width: 27% !important;
    border-radius: 100%;
    transform: translate(27%, 119%);
}
.s1_right .slick-active[data-slick-index="1"] {
    width: 29% !important;
    border-radius: 100%;
    transform: translate(130%, 106%);
}

.s1_right .slick-active[data-slick-index="2"] {
    width: 35% !important;
    border-radius: 100%;
    transform: translate(-66%, -8%);
}
.s1_right .slick-slide img{
    /* opacity: 0.8 !important; */
    transform: scale(0.8) !important;
    transition: all 1.2s ease;
}
.s1_right .slick-slide img:hover{
    /* transform: scale(1.02) !important; */
    cursor: pointer;
}
.s1_right .slick-current img{
    opacity: 1 !important;
    /* transform: scale(1.08) translate(10%, 59%) rotate(400deg); */
    transform: scale(1.1) !important;
}
.s1_left .sec_hd {
    line-height: 50px;
    font-size: 44px;
}
.sec_1 .mouse {
    position: absolute;
    top: 9%;
    left: 12%;
}
.sec_1 .mouse::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: 21px;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
    opacity: 0.8;
    top: 0;
}
@keyframes move {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, 1.5625em);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 3em);
        opacity: 0;
    }
    
}
.img_box{
    overflow: hidden;
}







/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
    background: #ffffff00;
    border: 1px solid #fff;
    padding: 12px !important;!i;!;!;!;
 }
 .shopping-cart {
    background: #000;
    padding: 50px 0;
 }
 .shopping-summery thead .main-hading{
    padding:0px 50px;
 }
 .shopping-summery thead {
    background-color: #fff;
    color: #000;
 }
 .shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: #000;
    text-align: center;
 }
 .shopping-summery tbody tr {
    border-bottom: 1px solid #000;
    margin-top: 20px;
 }
 .shopping-summery tbody tr img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    background-color: #fff;
 }
 .shopping-summery tbody tr:last-child{
    border:none;
 }
 .shopping-summery tbody .product-name a {
    font-weight: 600;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
 }
 .shopping-cart .table p {
    font-size: 14px;
    color: #fff;
 }
 .shopping-summery tbody .product-name a:hover{
    color:#000;
 }
 .shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid #e6e6e6;
    padding: 4px;
 }
 .shopping-summery tbody .product:hover img{
    border-color:#e64529;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    transform:rotate(360deg);
 }
 .shopping-cart .border{
    
 }
 .shopping-cart .table .remove-icon{
    font-size:16px;
 }
 .shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid #eee;
    padding: 30px;
    color: #fff;
    border-radius: 101px;
 }
 .shopping-summery tbody .price {
    text-align: center;
 }
 .shopping-summery tbody .price span{}
 .shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
 }
 .shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0;
 }
 .shopping-cart .qty .button.minus{
    left:0;
    border-radius:0;
    overflow:hidden;
 }
 .shopping-cart .qty .button.plus {
    right: 0;
    border-radius:0;
    overflow:hidden;
 }
 .shopping-cart .qty .button .btn {
    padding: 0;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    border: none;
    font-size: 12px;
 }
 .shopping-cart .qty .button .btn:hover{
    color:#000;
 }
 .shopping-cart .qty .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius:0;
    overflow: hidden;
    padding: 0px 45px;
 }
 .shopping-summery tbody .total-amount {
    text-align: center;
 }
 .shopping-summery tbody .total-amount span{}
 .shopping-summery tbody .action {
    text-align: center;
 }
 .shopping-summery tbody .action a:hover{
    color:#e64529;
 }
 .shopping-cart .total-amount{
    margin-top:50px;
 }
 .shopping-cart .total-amount .left{}
 .shopping-cart .total-amount .left .coupon{}
 .shopping-cart .total-amount .left .coupon form{}
 .shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: #333;
    padding: 0px 20px;
    border: none;
    box-shadow: 0px 0px 5px #0000000a;
 }
 .shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    background: transparent;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 5px #00000012;
 }
 .shopping-cart .total-amount .left .coupon form .btn:hover{
    background:#fff;
    color:#000;
 }
 .shopping-cart .total-amount .left label{
    font-size:22px;
    font-weight:500;
    color:#333;
 }
 .shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 0;
    margin-top: 20px;
 }
 .shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 30px;
 }
 .shopping-cart .total-amount .left .checkbox label:hover{
    cursor:pointer;
 }
 .shopping-cart .total-amount .left .checkbox label input{
    display:none;
 }
 .shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #555555;
    border-radius: 0px;
 }
 .shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "\f00c";
     font-family: "FontAwesome";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 11px;
 }
 .shopping-cart .total-amount .left .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
 }
 /* .shopping-cart .total-amount .right {
    padding-left: 100px;
 } */
 .shopping-cart .total-amount .right ul{
    
 }
 .shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
 }
 .shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid #c8c8c8;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
 }
 .shopping-cart .total-amount .right ul li span{
    display:inline-block;
    float:right;
 }
 .shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: #fff;
 }
 /*======================================
    End Shopping Cart CSS
 ========================================*/
/*======================================
   Start Shop Services CSS
========================================*/

.shop-services,.shop-newsletter{
    background-color: #000;
}
.shop-services.section {
    padding: 80px 0 0px 0;
    background: #fff;
 }
 .shop-services.home{
    padding:60px 0;
    background:#F6F7FB;
 }
 .shop-services .single-service {
    position: relative;
    padding-left: 65px;
 }
 .shop-services .single-service i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 100%;
    display: block;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
 }
 .shop-services .single-service h4 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
}
 .shop-services .single-service p {
    color: #898989;
    line-height: 16px;
    font-size: 16px;
 }
 .newsletter-inner input{
    padding: 8px;

 }
 /*======================================
    Start Shop Services CSS END
 ========================================*/
  



 /*======================================
   Start Checkout Form CSS
========================================*/
.shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
 }
 .shop.checkout .checkout-form {
    margin-top: 30px;
 }
 .shop.checkout .checkout-form h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 27px;
 }
 .shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
 }
 .shop.checkout .form{}
 .shop.checkout .form .form-group {
    margin-bottom: 25px;
 }
 .shop.checkout .form .form-group label{
    color:#333;
    position:relative;
 }
 .shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
 }
 .shop.checkout .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
 }
 .shop.checkout .form .form-group input:hover{
    
 }
 .shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border:none;
 }
 .shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
 }
 .shop.checkout .nice-select .list li{}
 .shop.checkout .nice-select .list li.option{
    color:#333;
 }
 .shop.checkout .nice-select .list li.option:hover{
    background:#F6F7FB;
    color:#333;
 }
 .shop.checkout .form .address input {
    margin-bottom: 15px;
 }
 .shop.checkout .form .address input:last-child{
    margin:0;
 }
 .shop.checkout .form .create-account {
    margin: 0;
 }
 .shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
 }
 .shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
 }
 .shop.checkout .order-details {
    margin-top: 30px;
    background: #000;
    padding: 15px 25px 30px 0;
    border: 1px solid #eee;
 }
 .shop.checkout .single-widget {
    margin-bottom: 30px;
 }
 .shop.checkout .single-widget:last-child{
    margin:0;
 }
 .shop.checkout .single-widget h2 {
    position:relative;
    font-size: 21px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
 }
 .shop.checkout .single-widget h2:before{
    position:absolute;
    content:"";
    left:30px;
    bottom:0;
    height:2px;
    width:50px;
    background: #fff;
 }
 .shop.checkout .single-widget .content ul{
    margin-top:30px;
 }
 .shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
 }
 .shop.checkout .single-widget .content ul li span{
    display:inline-block;
    float:right;
 }
 .shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
 }
 .shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top:30px;
 }
 .shop.checkout .single-widget .checkbox label {
    color: #fff;
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
 }
 .shop.checkout .single-widget .checkbox label:last-child{
    margin-bottom:0;
 }
 .shop.checkout .single-widget .checkbox label:hover{
    cursor:pointer;
 }
 .shop.checkout .single-widget .checkbox label input{
    display:none;
 }
 .shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid #666;
    border-radius: 100%;
 }
 .shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display:block;
    background:#666;
    transform:scale(0);
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
 }
 .shop.checkout .single-widget .checkbox label.checked::after{
    opacity:1;
    visibility:visible;
    transform:scale(1);
 }
 .shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
 }
 .shop.checkout .single-widget.get-button {
    text-align: center;
    padding:0px 35px;
 }
 .shop.checkout .single-widget.get-button .btn {
    height: 46px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
 }
 /*======================================
    End Checkout Form CSS
 ========================================*/
 
 
 .product-page .input-group button{
     border: 1px solid #ccc;
 }
 
 .product-page .input-group input{
     border: 1px solid #ccc;
     padding: 5px;
 }
 .shop.checkout .form .form-group input {
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
}
.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #F6F7FB;
    border-radius: 0px;
    border: none;
}





 /* ==============Loginform====================*/
 .login_form {
    background-color: #00000094;
    padding: 60px 40px;
    border-radius: 100px 0 100px 0;
    width: 90%;
    margin: 0px auto;
}
.login-sec .form_control::placeholder {
font-weight: 600;
font-size: 15px;
color: #1a1a1a;
}
.login-sec .form_control:focus-visible {
outline: none;
}
.login-sec .form_control {
padding: 10px;
border: none;
background-color: #ffffffe3;
font-weight: 600;
margin: 7px 0 20px 0;
}
.login-sec .login_form_btn {
  display: inline-block;
  background-color: #000;
  padding: 10px;
transition: all 0.3s ease-in-out;
font-weight: 600;
}
.login-sec .login_form_btn:hover ::before {
  background-color:#d8b45a;
  color: #000;
  font-weight: 500;
  display: none;
}
.login-sec .login_form_btn:hover::before{
    background-color: #000;
}
.login-sec label{
color: #fff;
}
.new_customer p{
color: #fff;
}
#myFile {
color: #322d2d;
font-size: 13px;
background-color: #dddddd;
width: 100%;
padding: 16px;
}
.form-group select{
  background-color: #ffffffe3;
  padding: 8px;
}
.form-group select:focus-visible{
    outline: none;
}
/* ==============Loginform====================*/

/* ====================OffcanvasCSS============== */
.offcanvas.show{
    visibility: visible;
}
.detail_canvas li{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.detail_canvas li:hover{
    color: #727272;
    font-weight: 700;
}
.offcanvas{
    background-color: #000;
    border: 1px solid #85858562 !important;
    width: 580px;
    padding: 20px;
}
.btn-close{
    padding: 20px !important;
    background-color: #fff;
    background-size: 20px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid #ccc;
    opacity: 1;
}
#offcanvasRightLabel{
    color: #fff;
    transform: translatey(100px);
}
.offcanvas-body{
    transform: translateY(100px);
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    border: none;
    padding: 16px 20px 20px 10px;
    background: #3c3b3b5e;
    margin-bottom: 10px;
}
.accordion-item:has(> .accordion-header .accordion-button:not(.collapsed)) {
    border-color: #0A3161 !important;
}
.accordion-button {
    font-weight: 600;
    padding: 0;
    background: transparent;
    color: #fff;
  }
  .accordion-button:not(.collapsed),
  .accordion-button:focus {
      color: #484848;
      background-color: transparent;
      box-shadow: none;
    }
    .accordion-body p{
        font-size: 13px;
    }
    .accordion-body{
        padding: 20px 80px 0 0 !important;
    }
    .accordion-button::after{
        content: "+";
        color: #fff;
        font-size: 20px;
        background: none;
        margin-top: -10px;
    }
    .accordion-button:not(.collapsed)::after{
        content: "-";
        font-size: 35px;
        color: #fff;
        background: none;
        transform: rotate(0deg) !important;
        margin-top: -30px;
    }
    .detail_right{
        background-color: #2a2a2a82;
        padding: 20px;
    }
    .watch_bg{
        background-color: #2a2a2a82;
    }
    .main_watch{
        text-align: center;
        padding: 50px ;
    }
    .main_watch img{
        max-width: 80% !important;
    }
    .detail_right{
        position: sticky !important;
        top: 0;
    }
    /* ====================Feature_tabs============== */
    .feature_tab {
        background-color: #000;
    }
    .nav-tabs{
        border-bottom: 0px;
        gap: 45px;
    }
    .feature_tab .nav-tabs .nav-link{
        font-size: 22px;
        padding-bottom: 30px;
        color: #fff;
        border: none;
    }
    .feature_tab .nav-tabs .nav-item.show .nav-link, .feature_tab .nav-tabs .nav-link.active {
        background: transparent;
        color: #fff;
        border: none;
        border-bottom: 2px solid #fff !important;
        border-radius: 0px;
    }
    .tab-content {
        background-color: #2a2a2a82;
        padding: 50px;
    }
    #nav-home p{
        font-size: 19px;
    }
    .feature_tab #nav-tabContent .table-responsive .table tbody tr .text-1 {
        font-weight: 600;
        color: #fff;
        padding: 18px 0px 18px 20px;
        line-height: 1;
        width: 135px;
    }
    .feature_tab #nav-tabContent  .table-responsive .table tbody tr .text-2 {
        font-weight: 400;
        color: #fff;
        padding: 18px 20px;
        line-height: 1;
    }
    .reviews span i{
        font-size: 10px;
        color: rgb(255, 196, 0)
    }
    
    .feature_tab .tab-pane ul li img{
        max-width: 90% !important;
    }


    /*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
    padding-top: 10px;
}
.instructor-card {
    border-radius: 10px;
    margin-bottom: 25px;
}
.instructor-inner h6 {
	color: #685f78;
     margin-bottom: 15px;
	 font-weight: 500;
 }
.instructor-inner h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}
.instructor-inner .instructor-text-success {
    color: #159F46;
}
.instructor-inner .instructor-text-info {
    color: #1D9CFD;
}
 
.instructor-inner p {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #303030;
    margin-bottom: 0;
}

/*-----------------
	45. Student Profile
-----------------------*/

.settings-widget {
	border: 1px solid #e9ecef;
    margin-bottom: 24px;
	border-radius: 10px;
	background: #fff;
}
.settings-menu {
	background: #808080;
	border-radius: 10px;
	padding: 1.5rem;
}
.settings-menu h3 {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.settings-menu ul {
	display: block;
	border: 0;
	padding: 0px;
	margin: 0;
	list-style: none;
}
.settings-menu ul li {
 	position: relative;
	margin-bottom: 17px;
}
.settings-menu ul li:last-child {
	margin-bottom: 0;
}
.settings-menu ul li a {
    color: #685f78;
    font-weight: 500;
    padding: 0;
    border: 0 ;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    line-height: normal;
 }
.settings-menu ul li:hover a, 
.settings-menu ul li:focus a, 
.settings-menu ul li a:focus {
    color: var(--secondary-color) !important;
 }
.settings-menu ul li:hover a {
	color: var(--secondary-color) !important;
}
.settings-menu ul .active a {
    color: var(--secondary-color);
}
.settings-menu ul .active i {
	color: #000;
}
.settings-menu ul li a i {
	margin-right: 8px;
    font-size: 18px;
    min-width: 20px;
}
.profile-bg img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.profile-bg {
	position: relative;
}
.profile-bg h5 {
	position: absolute;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 3px 10px;
	color: #000000;
	font-size: 14px;
	right: 20px;
	top: 20px;
	margin: 0;
}
.profile-img img {
	width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	border: 5px solid #FFFFFF;
}
.profile-name h4 {
	font-size: 22px;
 	font-weight: 600;
	margin-bottom: 5px;
}
.profile-name p {
	color: #685F78;
	font-size: 14px;
	margin-bottom: 20px;
}
.profile-group {
	padding: 1.5rem;
	padding-top: 70px;
    background-color: #fff;
}
.profile-heading {
	padding: 1.5rem;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-heading h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}
.profile-heading p {
	margin-bottom: 0;
}
.profile-details .course-group {
	padding: 25px;
	border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.profile-share {
    margin-left: auto;
}
.profile-share .btn-success {
	background: transparent;
	color: #159F46;
	border: 1px solid #159F46;
	margin-right: 10px;
	border-radius: 0;
	padding: 7px 22px;
	font-weight: 500;
	border-radius: 5px;
}
.settings-menu .profile-bg {
	min-height: 120px;
	background: #808080;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tutor-qna-filter .tutor-form-select {
    border: 1px solid #e9ecef;
}
.tutor-form-select,.tutor-form-control{
	border: 1px solid #e9ecef;
 }
 .tutor-form-control:focus, .tutor-form-control.is-active {
    border-color: #e9ecef !important;
    box-shadow: unset;
}
.tutor-card.tutor-course-card .course-box.course-design .card-footer{
	border-radius: 0 0 10px 10px !important;
}
.profile-share .btn-success:hover {
	background: #159F46;
	color: #fff;
	border: 1px solid #159F46;
}
.profile-share .btn-danger {
	background: transparent;
	color: #FF0000;
	border-radius: 0;
	padding: 7px 22px;
	font-weight: 500;
	border-radius: 5px;
}
.profile-share .btn-danger:hover {
	background: #FF0000;
	color: #fff;
	border: 1px solid #FF0000;
}
.profile-details .course-name h4 a {
    color: #392C7D;
	font-size: 18px;
	font-weight: 600;
}
.profile-details .course-name h4 a:hover {
	color: var(--secondary-color);
}
.profile-details .course-name p {
	color: #303030;
	font-size: 14px;
}
.profile-details .course-group-img img {
    max-width: 100px;
    height: 100px;
    border-radius: 50px;
}
.checkout-form.personal-address {
	padding: 1.5rem;
	margin-bottom: 0;
}
.personal-address h4 {
	font-size: 22px;
 	margin-bottom: 10px;
	font-weight: 600;
}
.your_avatar {
	font-size: 22px;
 	margin-bottom: 10px;
	font-weight: 600;
}
.personal-address p {
	font-size: 14px;
 }
.country-select {
	color: #C4C4C4;
	font-size: 14px;
}
.update-profile {
	margin-top: 10px
}
.update-profile .btn-primary {
	font-size: 16px;
    padding: 7px 15px;
	font-weight: 700;
	border: 1px solid #ff875a;
	border-radius: 5px;
	min-width: 200px;
}
.update-profile .btn-primary:hover {
	background-color: #fff;
    border: 1px solid #e72f41;
	color: #e72f41;
}
.border-line {
    border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.personal-info-head p span {
	color: var(--secondary-color);
}
.save-social .btn-primary {
	min-width: 237px;
}
.secure-alert .check-on label {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.secure-alert .check-on {
	margin: 0px 0px 25px;
}
.un-subscribe {
	padding: 25px;
}
.un-subscribe .btn-danger {
	background: transparent;
	color: #FF0000;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
}
.un-subscribe .btn-danger:hover {
	background: #FF0000;
	color: #fff;
}
.link-accounts.personal-form {
	border: 0;
	padding: 24px;
	border-radius: 0;
	background: transparent;
}
.comman-space {
	padding: 1.5rem;
}
.edit-new-address {
	margin-bottom: 30px;
}
.edit-new-address label {
	font-size: 14px;
	color: #303030;
	font-weight: 400;
}
.wallet-radio-blk .custom_radio {
    margin-bottom: 0px;
}
.wallet-radio-blk .custom_radio input:checked ~ .checkmark {
    background-color: #ff5364;
}
.wallet-radio-blk .custom_radio .checkmark:after {
    background: #fff;
}
.wallet-radio-blk .custom_radio input:checked ~ .checkmark:after {
    opacity: 1;
}
.address-edits {
	margin-left: auto;
}
.edit-new-address .form-check-input{
	width: 20px;
	height: 20px;
}
.address-edits .edit-btn-blk {
	padding: 5px 7px;
	background-color: #455A64;
	border: 1px solid #455A64;
    border: 0;
	color: #fff;
	border-radius: 5px;
}
.add-new-address  {
	margin-bottom: 40px;
}
.grad-border .btn-primary {
	border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(to right, #392C7D, #FF6575);
    border-radius: 10px;
}
.grad-border .btn-default {
	background: rgba(227, 227, 227, 0.41);
	border-radius: 10px;
	color: #C7C7C7;
	min-width: 173px;
	padding: 7px 15px;
	cursor: not-allowed;
}
.add-new-address .btn-primary {
	font-size: 15px;
	font-weight: 700;
	color: var(--secondary-color);
	padding: 8px 20px;
}
.add-new-address .btn-primary:hover:focus,
.active-change-plan .btn-primary:hover:focus,
.upgrade-now .btn-primary:hover:focus {
	color: #fff;
}
.upgrade-now .btn-primary {
	font-size: 15px;
	font-weight: 700;
	color: var(--secondary-color);
	padding: 8px 16px;
}
.upgrade-now {
	margin-left: auto;
}
.active-btns .btn-success {
	background-color: #159F46;
	border: 1px solid #159F46;
	color: #fff;
	font-size: 14px;
	padding: 1px 11px;
}
.active-btns .btn-danger {
	color: #fff;
	font-size: 14px;
	padding: 1px 11px;
}
.subscribtion-active h5 {
	color: #303030;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0px;
}
.subscribtion-active p {
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.active-change-plan {
	margin-left: auto;
}
.active-change-plan .btn-primary {
	font-size: 15px;
	font-weight: 700;
	color: var(--secondary-color);
	padding: 8px 39px;
}
.bill-widget {
	width: 100%;
	margin-bottom: 10px;
}
.monthly-subscribtion.comman-space {
	padding-bottom: 15px;
}
.monthly-group {
	margin-bottom: 30px;
}
.bill-name-group h5 {
	font-size: 14px;
	color: #303030;
	font-weight: 600;
	margin-bottom: 2px;
}
.bill-name-group p {
	font-size: 14px;
	color: #303030;
	font-weight: 400;
	margin-bottom: 0;
}
.plan-icons i {
	font-size: 18px;
}
.plan-icons {
	background: #FF875A;
    color: #fff;
    width: 44px;
    height: 44px;
	border-radius: 5px;
	margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

/*-----------------
    46. Instructor Profile
-----------------------*/

.btn-dark {
    font-weight: 600;
    background: #392C7D;
    border: 1px solid #392C7D;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.btn-dark:hover {
    background: #fff;
    border: 1px solid #392C7D;
    color: #392C7D;
}
.btn-black {
    font-weight: 600;
    background: #685f78;
    border: 1px solid #685f78;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.btn-black:hover {
    background: #fff;
    border: 1px solid #685f78;
    color: #685f78;
}
.btn-success-dark {
   font-weight: 600;
    background: #159F46;
    border: 1px solid #159F46;
    color: #fff;
    border-radius: 5px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; 
}
.btn-success-dark:hover {
    background: #fff;
    border: 1px solid #159F46;
    color: #159F46;
}
.instructor-profile {
    text-align: left;
}
.instructor-profile-pic {
    max-width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 5px solid #FFFFFF;
    margin-right: 10px;
}
.instructor-profile-content h4 {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}
.instructor-profile-content h4 a {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.instructor-profile-content h4 a:hover {
	color: var(--secondary-color);
}
.instructor-profile-content h4 span {
    background: #fff;
    color: #000000;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 20px;
}
.instructor-profile-content p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.instructor-profile-menu {
    background: rgba(10, 20, 47, 0.33);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    max-width: 480px;
    margin-left: auto;
}
.instructor-profile-menu ul {
    justify-content: space-between;
}
.instructor-profile-menu-img {
    margin-right: 10px;
}
.instructor-profile-menu-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
.instructor-profile-menu-content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.instructor-profile-text {
    text-align: left;
    padding-top: 30px;
}
.instructor-profile-text p {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 0;
}
.instructor-card .card-header {
    background: transparent;
    border-bottom: 1px solid rgb(199 199 199 / 25%);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.instructor-card .card-header h4 {
    font-weight: 600;
    font-size: 24px;
    color: #392C7D;
    margin-bottom: 0;
}
.instructor-card .btn {
    font-size: 14px;
    min-width: 170px;
    padding: 13px 15px;
}
.instructor-card .card-body {
    padding: 20px;
}
.instructor-grid {
    background: #000000e6;
    padding: 100px 0 ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.instructor-grid .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    align-items: center;
    width: 100%;
}
.instructor-grid  .product-img {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 0;
    width: 240px;
    border-radius: 10px;
}
.instructor-grid .instructor-product-content {
    margin-left: 15px;
}
.instructor-grid .instructor-product-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    max-width: 460px;
    line-height: 30px;
}
.instructor-grid .instructor-product-content h3 a {
    color: #000;
}
.instructor-grid .instructor-product-content h3 a:hover {
    color: var(--secondary-color);
}
.instructor-grid .course-view {
    margin-left: 30px;
}
.instructor-grid .course-info p {
    font-size: 16px;
    font-weight: 500;
}

/*-----------------
    47. Add Course
-----------------------*/

.add-course-header {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.add-course-header h2 {
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    margin-bottom: 0;
}
.add-course-btns ul li {
    margin-right: 17px;
}
.add-course-btns ul li:last-child {
    margin-right: 0;
}
.add-course-btns .btn {
    font-weight: 600;
    font-size: 14px;
    padding: 13px 15px;
    min-width: 170px;
    display: inline-flex;
}
.multistep-form #first {
    display: block;
}
.multistep-form fieldset {
    display: none;
    width: 100%;
}
.widget-setcount {
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(199 199 199 / 25%);
}
.widget-setcount ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.widget-setcount ul li {
    margin-right: 30px;
    position: relative;
}
.widget-setcount ul li:last-child {
    margin-right: 0;
}
.widget-setcount ul li p {
    font-weight: 500;
    color: var(--dreamslms_secondary_color);
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 4px solid #C1C9D2;
	min-width: 173px;
}
.widget-setcount ul span {
    border: 1px solid #8792A2;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B1B5B8;
    background: #fff;
}
.progress-activated span:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    background: #159F46;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.progress-active p {
    border-top: 5px solid #159F46 !important;
}
.progress-activated p {
    border-top: 5px solid #159F46 !important;
}
.progress-active span {
    color: #159F46 !important;
    border-color: #159F46 !important;
    position: relative;
    border: 5px solid #159f46 !important;
}
.add-course-inner-header {
    padding: 0 30px 30px;
}
.add-course-inner-header h4 {
    font-weight: 500;
    font-size: 24px;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.add-course-form {
    padding: 0 30px 30px;
}
.add-course-info .form-group {
    margin-bottom: 20px;
}
.add-course-info .add-course-label {
    font-weight: 500;
    color: #685F78;
    margin-bottom: 10px;
}
.add-course-info .form-control {
     border: 1px solid #e9ecef;
    border-radius: 5px;
 }
.add-course-info .form-control:focus {
	border: 1px solid #e9ecef;
	color: #685f78;
}
.add-course-info .select2-container--default .select2-selection--single {
    border: 1px solid #e9ecef;
}
.add-course-info .select2-container .select2-selection--single {
    height: 40px;
}
.add-course-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #685f78;
    line-height: 40px;
    font-size: 14px;
}
.add-course-info .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.add-course-info textarea.form-control {
    min-height: 150px;
	color: #685f78;
}
.widget-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 30px 30px;
    border-top: 1px solid rgb(199 199 199 / 25%);
}
.widget-btn .btn {
    font-size: 14px;
    font-weight: 600;
    min-width: 170px;
    padding: 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.widget-btn .btn-info-light {
    color: #fff;
    background: #1D9CFD;
    border: 1px solid #1D9CFD;
    border-radius: 5px;
}
.widget-btn .btn-info-light:hover {
    color: #1D9CFD;
    background: #fff;
    border: 1px solid #1D9CFD;
}
.relative-form {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #6e82a3;
    min-height: 40px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.relative-form span {
    font-size: 14px;
}
.relative-file-upload {
    color: #fff;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    min-width: 238px;
    text-align: center;
}
.relative-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block;
}
.add-image-box {
    min-height: 250px;
    background: #edede8;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}
.add-image-box a {
    font-size: 200px;
    color: #a1a2a0;
}
.add-video-box {
    background: rgba(255, 222, 218, 0.71);
}
.add-video-box a {
    font-size: 40px;
    color: var(--secondary-color);
}
.add-course-section {
    padding: 0 40px 40px;
}
.add-course-section .btn {
    font-weight: 600;
    font-size: 14px;
    color: #1D9CFD;
    background: #FFFFFF;
    border: 1px solid #1D9CFD;
    border-radius: 5px;
    min-width: 105px;
    padding: 7px 10px;
}
.add-course-section .btn:hover {
    color: #FFFFFF;
    background: #1D9CFD;
    border: 1px solid #1D9CFD;
}
.curriculum-grid {
    padding: 20px;
    margin-bottom: 30px;
    background: rgba(227, 227, 227, 0.41);
    border-radius: 10px;
}
.curriculum-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 20px;
}
.curriculum-head p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}
.curriculum-head .btn {
    font-weight: 600;
    font-size: 14px;
    color: #1D9CFD;
    background: #FFFFFF;
    border: 1px solid #1D9CFD;
    border-radius: 5px;
    min-width: 105px;
    padding: 7px 10px;
}
.curriculum-head .btn:hover {
    color: #FFFFFF;
    background: #1D9CFD;
    border: 1px solid #1D9CFD;
}
.faq-grid {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin-bottom: 16px;
}
.faq-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
}
.faq-header .faq-collapse {
    color: #000000;
    font-weight: 600;
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.faq-header .faq-collapse i {
    font-size: 20px;
    margin-right: 10px;
    color: #757575;
}
.faq-header .faq-collapse.collapsed:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-header .faq-collapse:after {
    content: "\f077";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.faq-right {
    position: absolute;
    right: 30px;
}
.faq-right a {
    font-size: 18px;
    color: #000000;
    margin-right: 8px;
}
.faq-right a:hover {
    color: var(--secondary-color);
}
.faq-body {
    padding-top: 20px;
    padding-left: 25px;
}
.add-article-btns .btn {
    font-weight: 600;
    font-size: 14px;
    color: #685F78;
    margin-right: 12px;
    background: #FFFFFF;
    border: 1px solid #685F78;
    border-radius: 5px;
    min-width: 130px;
    padding: 7px 8px;
}
.add-article-btns .btn:hover {
    color: #FFFFFF;
    background: #685F78;
    border: 1px solid #685F78;
}
.form-group-tagsinput .bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #e9ecef;
    box-shadow: unset;
    min-height: 60px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.form-group-tagsinput .bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #685f78;
    border: 1px solid #e9ecef;
    background: rgba(227, 227, 227, 0.41) !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 12px;
}
.form-group-tagsinput .bootstrap-tagsinput input {
    line-height: 42px;
    font-size: 14px;
}
.add-course-msg {
    text-align: center;
    padding-bottom: 30px;
}
.add-course-msg i {
    color: #159F46;
    font-size: 40px;
}
.add-course-msg h4 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.add-course-msg p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

/*-----------------
    Instructor Dashboard
-----------------------*/

.settings-menu .instructor-title {
    padding-top: 10px;
}
.instructor-card {
    border-radius: 10px;
    margin-bottom: 25px;
}
.instructor-inner h6 {
	color: #685f78;
     margin-bottom: 15px;
	 font-weight: 500;
 }
.instructor-inner h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}
.instructor-inner .instructor-text-success {
    color: #159F46;
}
.instructor-inner .instructor-text-info {
    color: #1D9CFD;
}
 
.instructor-inner p {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #303030;
    margin-bottom: 0;
}

/*-----------------
	48. Invoices
-----------------------*/

.invoice-list-blk .card {
	border-radius: 10px;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
	color:#161c2d;
	font-size:36px;
	font-weight:600;
}
.invoice-item .invoice-details {
	text-align: right;
	font-weight: 500
}
.invoice-item .invoice-details strong {
	color:#161c2d
}
.invoice-item .invoice-details-two {
	text-align:left
}
.invoice-item .invoice-text {
	padding-top:42px;
	padding-bottom:36px
}
.invoice-item .invoice-text h2 {
	font-weight:400
}
.invoice-info {
	margin-bottom: 30px;
}
.invoice-info p {
	margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
	font-size: 18px;
	color: #161c2d;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
	color: #161c2d;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}
.invoice-table tr td,
.invoice-table-two tr td {
	font-weight: 500;
}
.invoice-table-two {
	margin-bottom:0
}
.invoice-table-two tr th,
.invoice-table-two tr td {
	border-top: 0;
}
.invoice-table-two tr td {
	text-align: right
}
.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}
.dropdown-btn {
	position: absolute;
    right: 20px;
    top: 17px;
	color: #fff;
	font-size: 12px;
}
.main-nav > li {
    position: relative;
}
.admin-bar .main-menu-wrapper {
    top: 32px;
}

.admin-bar .main-menu-wrapper {
    top: 32px;
}
 
.course-sec .profile_courses  .card {
	margin-bottom: 0!important;
}

.elementor-widget-wrap>.elementor-element.elementor-widget-dreamslms-headline {
     margin: 0!important;
}
.master-skill .blur-border.course-radius {
	margin-bottom: 24px;
}

.tutor-modal-content {
    background-color: #fff;
}
.tutor-quiz-attempt-details .tooltip-wrap.tooltip-icon span{
    margin-right: 0.5rem;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
}
.tutor-table tr td {
    font-size: 14px;
}

.tutor-table tr td:first-child {
	min-width: 300px;
}
.tutor-table .tutor-color-secondary {
	font-weight: 500;
}
.tutor-table tr td:last-child {
    color: #fff;
    font-size: 17px;
}
.tutor-table tr{
    padding: 10px 20px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}
.tutor-table{
    width: 100%;
}
.sell-table-group .me-3{
    max-width: 15%;
}
.review_dashboard {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e9ecef; 
}
.review_dashboard:last-child {
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	border:none;
}
.pb-25 {
	padding-bottom: 25px;
}
.mb-26 {
	margin-bottom: 26px;
}
.my_quiz_attemts .tutor-my-24 {
	margin: 0px!important;
}
.small, small {
    font-size: 13px;
}
.tutor-table tr th {
    padding: 16px 16px;
    font-size: 16px;
    color: #fff;
}
.cart-remove-btn{
    border-radius: 100%;
}
