:root{
    --orange-color:#ff6f03;
    --purple-color:#ef39ff;
    --green-color:#25af82;
    --darkpurple-color:#b007bf;
    --blue-color: #032e56;
    --light-grey: #0000008c;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000;
}
.color_green{
    color: var(--green-color);
}
.color_orange{
    color: var(--orange-color);
}
.color_light{
    color: var(--purple-color);
}
.dark_color{
    color: var(--darkpurple-color);
}
.color_blue{
    color: var(--blue-color);
}
.light_grey{
    color: var(--light-grey);
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat/Montserrat-VariableFont_wght.ttf'),
    url('../font/montserrat/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('../font/poppins/Poppins-Regular.ttf'),
    url('../font/poppins/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'poppins' !important;
}
a,
a:hover {
    color: #fff;
    text-decoration: none;
}
.sec_pd{
    padding: 100px 0 100px 0;
}
.bann_pd {
    padding: 100px 0 170px 0;
}
.h_bann_main {
    font-family: "Plus Jakarta Sans";
    font-size: 3.2rem;
}
.sec_hd{
    font-size:4.5rem;
    font-weight: 800;
    text-transform: capitalize;
}
.sub_heading{
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
}
.main_heading {
    font-size: 26rem;
    color: #fff;
    letter-spacing: 7px;
    line-height: 85px;
    font-weight: 700;
    text-align: center;
    transition: all 2s ease-in-out;
    animation-name: changecolor;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}

.char {
    display: inline-block;
    letter-spacing: -60px;
}

@keyframes changecolor {
    0% {
        color: #198790;
    }
    25% {
        color: #B3C2F2;
    }
    50% {
        color: #faf48d;
    }
    75% {
        color: white;
    }
    100% {
        color:#198790;
    }
}
.sec_hd2{
    font-size: 2.7rem;
}
.color{
    color: var(--primary-color);
}
.nav-link [aria-current="page"]{
    height: 2px;
    transform: scale(1.05);
    left: 0;
}
.theme_btn1{
    padding: 10px 30px;
    background-color: #fff;
    color: #5b7d55;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.theme_btn1:hover{
    background-color: #000;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.theme_btn2{
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    display: inline-block;
    font-weight: 600;
}
.theme_btn2:hover{
    background-color: #fff;
    color: #000;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner_pd{
    padding: 100px 0;
}
.inner_heading{
    padding: 140px 0 100px 0;
}
/* =====================================Wide_navbar=============================== */
.wide_nav{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.wide_brand h3{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 5px;
}
.navbar_menu ul li .nav_link{
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 4px 0;
}
.navbar_menu ul li .nav_link:hover{
    transform: translateY(-4px);
    color: var(--orange-color);
}

/* ==================================header================================== */
.header_above {
    background-color: #1b1c1d;
    border-bottom: 1px solid #FFFFFF2B;
}
.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_contact ul li {
    font-size: 13.5px;
}
.head_btn .theme_btn1 {
    border: none;
    background-color: var(--primary-color);
    color: #000;
    padding: 8px 6px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
}
.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: #1d1d1d;
}
.navbar-brand img{
    max-width: 65%;
}
.nav-item .nav-link {
    color: #fff ;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
}
.nav-item .nav-link::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--primary-color);
    top: 0;
    left: -120px;
    transition: all 0.7s ease;
    transform: scale(-1.05);
}
.nav-item .nav-link:hover::before{
    height: 2px;
    transform: scale(1.05);
    left: 0;
}
.nav-item .nav-link[aria-current="page"]::before{
    height: 2px;
    transform: scale(1.05);
    left: 0;
    }

.dropdown-toggle::after {
    color: #ffff;
}
.nav-item .nav-link:hover {
    color: #fff ;
}
.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 #d8b45a;
    overflow: hidden;
}
.dropdown-item {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.dropdown-item:hover {
    background-color: #000 !important;
    margin-left: 7px;
    color: #d8b45a !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    background-color: #000;
    visibility: visible;
}
.login i{
    font-size: 15px;
}
.login{
    transition: all 0.2s ease;
}
.login:hover{
    background-color: var(--orange-color);
}

/* ========================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{
    background: url(../images/h_bann_bg.webp)no-repeat center center/cover;
    position: relative;
}
.bann_img {
    position: absolute;
    top: -189px;
    left: 422px;
    width: 37%;
    z-index: -1;
    overflow: visible;
}
.bann_heading {
    padding: 300px 0 200px 0;
}


.main_heading .bann_img-woman img{
    position: absolute;
    height: 532px;
    width: 436px;
    right: 435px;
    top: -236px;
    transform: rotate(-4deg);


}
.english_sign {
    position: absolute;
    height: 90px;
    width: 182px;
    bottom: 183px;
    right: 436px;
}
.banner_slider .slick-dots {
    bottom: -25px;
    display: inline-block;
    width: 16%;
    right: 91px;
    top: 45%;
    transform: rotate(90deg);
    height: 166px;
}
.banner_slider .slick-dots li button:before{
    color: #dfdedec7;
    opacity: 1;
    font-size: 35px;
}
.banner_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}
.head_btn{
    display: inline-block;
    position: absolute;
    left: 40%;
    bottom: 60px;
    padding: 13px 50px !important;
    font-size: 18px;
}
/* =============================Section_1============================ */
.sec_1{
    background-color: aliceblue;
    margin-top: -30px;
}
.s1_right h4{
    line-height: 36px;
}
.s1_right h3{
    font-size: 2.8rem;
    font-weight: 700;
}
.s1_right p{
    font-size: 18px;
    font-weight: 600;
}


/* =============================Section_2============================ */
.sec_2{
    background: url(../images/s2_bg.png)no-repeat center center/cover;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.sec_2 .row_1{
    margin-bottom: 50px ;
    align-items: center;
}
.sec_2 .row {
    align-items: center;
    margin: 50px 0px;
}
.s2_content_box{
    background-color: #fff;
    padding: 30px;
    height: 430px;
}
.s2_img_box img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.s2_img_box {
    width: 100%;
    overflow: hidden;
    height: 430px;
}

/* .s2_img_box img {
    transition: all 0.6s ease;
    display: inline-block;
    height: 529px;
    width: 440px;
    object-fit: cover;
    transform: translateY(-49px);
}
.s2_img_box img:hover{
    transform: translateY(-60px) scale(1.02);
    opacity: 0.9;
}
.s2_img_box ,.s2_img_box {
    height: 64%;
    overflow: hidden;
}
.sec_2 .row_3{
    margin-top: -140px;
} */
/* =============================Section_3============================ */
.sec_3{
    position: relative;
    background: url(../images/bookleft.jpg)no-repeat top;
    background-size: cover;
    z-index: 5;
}
.sec_3::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(228, 181, 36, 1) 0%, rgba(255, 190, 159, 1) 100%);
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: -5;
}
.s3_right .sec_hd{
    font-size: 3rem !important;
    font-weight: 500 !important;
    margin-bottom: 70px;
}
/* =============================Section_4============================ */
.s4_box{
    background-color: #ffff;
    text-align: center;
    padding: 80px 40px 30px 40px;
    margin: 10px 0;
}
.s4_box h3{
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 50px;
    color: #ffff;
}
.s3_left img{
    max-width: 85% !important;
}
.sec_5{
    background: linear-gradient(300deg, #f5f195, #cee8f3, #eec3e5);
    background-size: 180% 180%;
    animation: gradient-animation 10s ease infinite;
}
.s5_img img {
    object-fit: cover !important;
    max-width: 100%;
    height: 330px;
    width: 100%;
}
@keyframes gradient-animation {

    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
    100% {
    background-position: 0% 50%;
}
}
/* =============================Oppointment_Section============================ */
.oppointment_sec{
    background-color: aliceblue;
}
.radio-item p{
    font-size: 13px;
    font-weight: 600;
    color: #0000008c;
}
.radio-item span{
    font-size: 15px;
}

.service_list li:hover{
    background-color: rgba(218, 230, 253, 0.623);
}
 .custom-radio-price .radio-item label {
     cursor: pointer;
     font-size: 15px;
    transition: all 0.2s ease-in-out;
    margin-right: 13px;
    padding: 8px 20px 0px 20px;
    border-radius: 5px;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.custom-radio-price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
}
.custom-radios {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    gap: 20px;
}
.custom-radio-price .radio-item input:checked~label {
    color: white !important;
    background: var(--green-color);
}
.custom-radio-price .radio-item input:checked~label p{
    color: #fff;
}
.custom-radio-price .radio-item input[type="radio"]{
    display: none;
}
.form-group .form-control {
    border: none;
    background: white;
    padding: 18px 30px;
    margin: 10px 0;
}
.form-group>label {
    color: black;
    font-size: 15px;
    cursor: pointer;
}
.total-price .price {
    font-size: 28px;
}
.time_select .radio-item label {
    padding: 6px 20px;
    font-size: 16px;

}



/* celender */
  .header-display {
    display: flex;
    align-items: center;
  }

  .header-display p {
    color: var(--blue-color);
    margin: 5px;
    font-size: 1.2rem;
    word-spacing: 0.5rem;
    font-weight: 600;
  }

  pre {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--green-color);
  }

  .days,
  .week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    justify-content: space-between;
  }
  .week div,
  .days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3em;
    border-radius: 100%;
  }
  .days div:hover {
    background: var(--green-color);
    color: #fff;
    cursor: pointer;
  }
  .week div {
    opacity: 0.5;
  }
  .current-date {
      position: relative;
      background-color: var(--blue-color);
      color: #fff;
    }
    .current-date::before{
        content: "Today date";
        position: absolute;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        line-height: 10px;
        text-align: center;
        width: 50px;
        font-size: 11px;
        border-radius: 100%;
        color: var(--blue-color);
        top:-40px;
        font-weight: 600;
    }
  .display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
  }

  .summary_head{
      border: 1px solid #cccccc73;
      padding: 20px;
    }
    .summary_head .light_grey{
        font-size: 14px;
    }

    .selected_service{
        color: var(--blue-color);
        font-size: 15px;
        font-weight: 600;
    }
    .form_control{
        padding: 8px 10px;
        border: 1px solid #cccc;
        border-radius: 3px;
    }
    .form_control:focus-visible{
        outline: 1px solid var(--green-color);
    }
    .contact_form{
        background-color: aliceblue;
        padding: 20px;
    }


    /* ===============================login===================== */
.login_form_sec {
    max-width: 490px;
    margin: auto;
}
.login_form ul input{
    border: 2px solid #000;
    padding: 10px ;
    font-size: 17px;
    font-weight: 600;
}
.login_form .d-flex a{
    color: #000;
    font-weight: 600;
}
.register{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.forget_form label{
    font-weight: 600;
    font-size: 18px;
}
.forget_form input{
    width: 50%;
    padding: 10px;
    border: 2px solid #000;
    margin: 10px 0 25px 0;
}
.register_heading h2{
    font-size: 50px;
    font-weight: 500;
}
/* =============================Shop_Page============================ */
.shop_right .sec_hd{
    font-size: 3.5rem;
}
.shop_right h6 {
    font-size: 18px;
    line-height: 26px;
}
.about_1{
    position: relative;
    background: url(../images/yellow-background.png)no-repeat right;
    z-index: 55;
}
/* .about_1::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;

} */
.about_1::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 1201px;
    background-color: transparent;
    background-origin: border-box;
    background-image: linear-gradient(167deg, rgba(249, 168, 107, 1) 0%, rgba(255, 190, 159, 1) 100%);
    z-index: -5;
    opacity: 0.4;
}


/* =============================Footer============================ */
footer{
    background-color: #198790;
    padding: 120px 0 12px 0;
}
.foot_box p{
    color: #ffff;
}
.foot_box ul li{
    font-size: 14px;
}
.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: var(--orange-color)!important;
    margin-left: 5px;
}
.foot_list ul li:hover i{
    color: #fff;
}
footer .row{
    padding-bottom:50px ;
    /* border-bottom: 1px solid #767676; */
}
.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;
}
.foot_para{
    border-top: 1px solid #cccccc57;
}
/* =====================================FAQs_section1===================================== */
.accordion-button{
    position:relative;
    padding:0px 20px 0px 0px;
    box-shadow:none!important;
    color:#001376;
    font-size:18px;
    font-weight:700;
}
.accordion-button::after{
    content:none!important;
}
.btn_acrd{
    display:inline-block;
    position:absolute;
}
.accordion-item{
    margin-bottom:15px;
    border:none;
    box-shadow:none;
}
.accordion-button:not(.collapsed){
    background-color:#000;
    color:#fff;
    box-shadow:none;
}
.accordion-button::before{
    content:"\f068"!important;
    font:var(--fa-font-solid)!important;
    background-color:var(--primary-color);
    height:75px;width:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#000;
    font-weight:900!important;
    margin-right:20px;
}
.accordion-button.collapsed::before{
    content:'\2b'!important;
    font:var(--fa-font-solid)!important;
}
/* contact_us */
.contact_map iframe{
    width: 100%;
}
canvas {
    display: block;
    vertical-align: bottom;
    position: relative;
    z-index: -5;
}

  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -5;
  }
  .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
  }
  .h_banner.inner_pd{
    overflow: hidden;
  }
  /* ============================video_sec============================ */
  .video_sec{
      position: relative;
      height: 500px;
      overflow: hidden;
      z-index: 55;
    }
    .video_sec video{
        position: absolute;
        z-index: 5;
    }
    .video_sec::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 169, 106, 1);;
        z-index: 55;
        opacity: 0.9;
    }
    .video_content {
        position: relative;
        z-index: 999;
        text-align: center;
        padding: 110px 0 100px 0;
    }
    .purple_bg{
        background: url(../images/purple_bg.jpg)no-repeat center center/cover;
    }
    /* ============================About_2========================== */
    .about_2{
        background: url(../images/about_2_bg.jpg)no-repeat bottom center/cover;
        position: relative;
        z-index: 555;
        background-attachment: fixed;
    }
    .about_2::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
        z-index: -5;
    }
    .sec_bottom{
        margin-top: 30px;
    }
    .sec_bottom ul{
        gap: 20px;
        align-items: center;
    }
     .sec_bottom ul li img {
        width: 90px;
        height: 45px;
        filter: brightness(100);
        object-fit: contain;
    }
    .gallery_sec{
        background-color: aliceblue;
    }
    .gallery_slider ul li{
        overflow: hidden;
    }
    .gallery_slider ul li img{
        height: 500px;
        object-fit: cover;
        width: 100%;
        color: #DA4599, #F05126, #B3C2F2, #19B790, #0F2542, white, #F4EB38, #B3C2F2, #198790;
    }
    .our_shop{
        background-color: aliceblue;
    }
    .foot_box ul li a i{
        display: inline-block;
        background-color: var(--green-color);
        font-size: 20px;
        padding: 10px 15px;
        border: 1px solid transparent;
        transition: all 0.3s ease-in-out;
    }
    .foot_box ul li a i:hover{
        border-color: #fff;
        background-color:#198790;
    }

    /* =====================================Shop===================================== */
.shop {
    background: linear-gradient(300deg, #f5f195, #cee8f3, #eec3e5);
  }
  .card-bottom.p-3{
    background-color: #198790;
  }
  .ss1-1 {
      /* padding: 0.5rem 0.5rem; */
      width: 100%;
      border: 1px #afafaf solid;
      background-color: #fff;
    }

    .ss1-1 i {
        color: #ffffff;
        border: 1px solid #ccc;
        font-size: 19px;
        padding: 6px;
        background-color: #27878f;
        border-radius: 8px;
    }

  .ss1-1 input {
    width: 80%;
    font-size: 15px;
    border: none;
    padding: 10px !important;
  }
  .ss1-1 button{
    background: transparent !important;
    background-color: transparent !important;
  }
  .focus_none:focus {
    border: none;
  }
  .cbox {
    height: 15px;
    width: 15px;
  }
  .sort:focus {
    border: 1px solid #afafaf;
  }
  .si_img {
    width: 60px;
  }
  .s2-card-cont {
    display: flex;
    justify-content: center;
  }
  .shop .s2-card {
    width: 286px;
    /* background-image: linear-gradient(to bottom, #949494, #ffffff); */
    /* background-color: #faf9f9; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .card-top {
    background-color: #e0e0e0;
    padding: 30px;
    text-align: center;
    height: 250px;
  }
  .price-cart i {
    background-color: var(--primary-color);
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 13px;
    font-size: 17px;
  }
  .price-cart h5 {
    color: #e4ffb2;
}
  .card-top img {
    height: 190px;
  }
  .card-bottom i:hover {
    color: #1b1c1d;
  }
  .card-bottom i {
    color: #fff;
  }
  i.fa-solid.fa-star {
    color: rgb(245, 216, 54);
    top: 0;
    right: 0;

  }
  .cb1 h5{
    color: #fff;
  }
  .card-bottom p {
    font-size: 16px;
    color: #fff;
  }
  .shop a {
    color: #000;
  }
  .shop select {
    color: #000;
  }
  .side_text h6,
  .cb1 h5 {
    font-weight: 600;
  }
  .cart_incr {
    width: 150px;
    border: 1px solid #fff;
    padding: 10px ;
    color: #000;
    font-size: 20px;
  }
  /* =====================================Product Detail===================================== */
  .prod-1.sec_pd.pb-3{
    background-color: var(--blue-color);
  }
  .p1-sm-cont img {
    width: 100px;
    border: 1px solid #afafaf;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
  }
  .slick-current .p1-sm-cont img {
    transform: scale(1.1);
  }
  .p1-sm-cont img:hover {
    transform: scale(1.1);
  }
  .p2-tabs.active::before {
    position: absolute;
    content: "";
    height: 3px;
    background-color: var(--primary-color);
    bottom: 0;
    width: 100px;
  }
  .p2-tabs.active,
  .p2-tabs:hover {
    color: var(--primary-color) !important;
  }
  .prod-2 .nav-item .nav-link {
    color: #000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    letter-spacing: 2px;
  }
  .p2-tabs {
    background: none !important;
    font-size: 19px;
    position: relative;
  }
  #additonal-tab.active::before {
    width: 245px;
  }
  #desc-tab.active::before {
    width: 245px;
  }
  #reviews-tab.active::before {
    width: 90px;
  }
  .info-1 {
    border: 1px solid rgb(206, 206, 206);
  }
  .i1-h6 {
    width: 180px;
  }
  .font-b {
    font-weight: 600;
  }
  .info-1 p {
    border-left: 1px solid rgb(206, 206, 206);
  }
  .ff1-sec .form_control:focus,
  .form-field .form_control:focus {
    border: 1px solid #afafaf;
  }
  #reviews,
  #additonal,
  #desc {
    background: url(../images/res-3-bg.jpg) no-repeat center center / cover;
    padding: 2rem;
  }
  .quote_text {
    background-color: #f1f6fa;
  }
  .side_img_sec {
    padding: 1rem;
    background-color: #f1f6fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .add-wish {
    cursor: pointer;
  }
  .add-wish:hover i.fa-regular.fa-heart {
    transform: scale(1.2);
  }
  .add-wish:hover i.fa-solid.fa-code-compare {
    transform: rotate(360deg);
  }
  .pdd-middle{
    color: #fff;
  }


  /* =====================================Cart===================================== */
.cart_img{
    width: 150px;
}
.cart_img img{
    filter: drop-shadow(2px 4px 6px black);
}
.table {
    --bs-table-bg: none ;
    /* background-color: #fff; */
}
.cart_head{
    background-color: var(--primary-color);
    font-family: 'Cinzel';
}
.cart_incr{
    /* border: 1px solid var(--primary-color); */
    padding: .7rem;
}
.cart_incr a{
    color: #000;
}
.prod-1 .cart_incr a{
    color: #fff;
}
.prod-1 .cart_incr{
    color: #fff;
}
.cart_body tr{
    vertical-align: middle;
}
.cart_sec{
    background-color: #ededed;
}
.cart_btn_2 a:hover{
    background-color: #afafaf;
}
.cart-sec2{
    row-gap: 13px;
    display: none;
}
.cart_btn_2 a{
    font-size: 12px;
    padding: 15px 30px;
}
.coupon-input{
    background-color: white;
}
.apply_btn{
    display: inline-flex;
    align-items: center;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* .cbox:checked {
    background-color: var(--primary-color);
    background-image: url(/img/check.svg);
} */
.cbox {
    /* appearance: none; */
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
}
.cart_btn_1 a{
    font-size: 12px;
}
.checkout_sec{
    background-color: #ededed;
}
.checkout_sec .form_control:focus{
    border: 1px solid #afafaf;
}
.checkout_sec select{
    color: #525252;
}
.checkout_sec select option{
    background:#ededed;
}
.checkout_summ{
    border: 1px solid #afafaf;
}


 /*-----------------
    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;
     font-size: 20px;
 }
.instructor-inner h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
}
.instructor-inner .instructor-text-success {
    color: var(--blue-color);
}
.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: transparent;
}
.settings-menu {
    background: #ebebeb;
    border-radius: 10px;
    padding: 1.5rem;
}
.settings-menu h3 {
    color: var(--blue-color) !important;
	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: 23px;
}
.settings-menu ul li:last-child {
	margin-bottom: 0;
}
.settings-menu ul li a {
    color: var(--primary-color) !important;
    font-weight: 500;
    padding: 0 !important;
    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(--blue-color) !important;
 }
.settings-menu ul li:hover a {
	color: var(--blue-color) !important;
}
.settings-menu ul .active a {
    color: var(--blue-color);
}
.settings-menu ul .active i {
	color: var(--blue-color);
}
.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;

}
.user-name a{
    color: var(--blue-color) !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.ad-coure{
    color: var(--blue-color) !important;
    text-decoration: none;
}
.profile-name p {
	color: #5f5f5f;
	font-size: 14px;
	margin-bottom: 20px;
}
.profile-group {
    padding: 1.5rem;
    padding-top: 70px;
    background-color: #ebebeb;
    border-radius: 10px;
}
.profile-heading {
	padding: 1.5rem;
	border-bottom: 1px solid var(--blue-color);
}

.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 .btn-success {
	background: transparent;
	color: var(--blue-color);
	border: 1px solid var(--blue-color);
	margin-right: 10px;
	border-radius: 0;
	padding: 7px 22px;
	font-weight: 500;
	border-radius: 5px;
}
.settings-menu .profile-bg {
	min-height: 120px;
	background: var(--blue-color);
	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: var(--blue-color);
	color: #fff;
	border: 1px solid var(--blue-color);
}
.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: 0;
	margin-bottom: 0;
}
.personal-address h4 {
    color: var(--blue-color) !important;
	font-size: 22px;
 	margin-bottom: 10px;
	font-weight: 600;
}
.your_avatar {
    color: var(--blue-color) !important;
	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: var(--blue-color);
	border: 1px solid var(--blue-color);
	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: var(--blue-color);
    border: 1px solid var(--blue-color);
    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 var(--blue-color);
    color: var(--blue-color);
}
.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: 9px 20px;
    background-color: var(--green-color);
    border-radius: 10px;
}
.instructor-grid {
    background: #ffffffe6;
    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: var(--blue-color);
    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 var(--blue-color) !important;
}
.progress-activated p {
    border-top: 5px solid var(--blue-color) !important;
}
.progress-active span {
    color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
    position: relative;
    border: 5px solid var(--blue-color) !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 #000;
    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: var(--blue-color);
    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;
	background-color: transparent;
	border: 1px solid #c59954;
    margin-bottom: 25px;
}
.instructor-inner h6 {
	color: var(--blue-color);
     margin-bottom: 15px;
	 font-weight: 500;
 }
.instructor-inner h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 16px;
    color: #fff;
}
.instructor-inner .instructor-text-success {
    color: var(--blue-color);
}
.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: #2b2b2b;
    font-size: 17px;
}
.tutor-table tr{
    padding: 10px 20px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
	border: 1px solid rgb(204 204 204 / 28%);
}
.tutor-table{
    width: 100%;
}
.tutor-table tr a{
    text-decoration: none;
    color: #161c2d;
}
.my-profile-h3 {
    color: var(--blue-color);
}
.sell-table-group .me-3{
	max-width: 15%;
	overflow: hidden;
}
.sell-table-group .me-4 img {
    width: 89%;
    height: 44px;
    object-fit: contain;
    margin-right: 25px;
    display: inline-block;
}
.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: #5a5a5a;
}
.tutor-form-group button{
	background-color: #8fbe4f;
	color: #fff;
	padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid var(--blue-color);
}
.course_box h5{
    width: 90%;
    text-align: left;
}
.course_box{
    border: 1px solid #ccc;
    padding: 20px;
    text-align: left !important;
}
.tutor-dashboard-menu-wishlist a:hover{
    color: var(--heading-color) !important;
}
.nav-item.active {
    color: var(--green-color) !important;
}

.top-info-list{
    list-style-type: none !important;
}
.tutor-dashboard-permalinks li a:hover{
    color: var(--green-color) !important;
}
.comman-space .form-group>label{
    color: var(--green-color);
}
.sell-course-head h3{
    color: var(--green-color);
}
.tutor-reset-password-form-wrap{
    padding: 30px ;
}

.top-info-list li a{
    padding: 10px 5px !important;
}
.tutor-dashboard-menu-purchase_history.nav-item.active{
    color: var(--green-color) !important    ;
}
.p1-img-cont img{
    object-fit: cover;
    width: 100%;
    height: 500px;
    display: inline-block;
}
