@font-face {
    font-family: 'Fedra Serif A Pro Normal';
    src: url('../css-fonts/FedraSerifAPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Serif A Pro';
    src: url('../css-fonts/FedraSerifAPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Serif B Pro Normal';
    src: url('../css-fonts/FedraSerifBPro-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fedra Serif B Pro';
    src: url('../css-fonts/FedraSerifBPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
}

body {
    color: #28292D;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.9;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Fedra Serif A Pro Normal';
    font-weight: 300;
    overflow-x: hidden !important;
    font-weight: normal;
     display: flex;
      flex-direction: column;
      min-height: 100vh;
      overflow-x: hidden !important;
}

.form-check-input:checked{
    background-color: #EF743B;
    border-color: #EF743B;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
    /*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fedra Serif A Pro', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

.overlay {
    position: relative;
}

.overlay::after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 70%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay .container {
    position: relative;
    z-index: 1;
}

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.bg-06,
.bg-map,
.bg-pattern {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.bg-01 {
    background-color: #FFF8EE !important;
}
.bg-white {
    background-color: #fff !important;
}

/*------------------------------------------*/
/*  LINK SETTINGS
    /*------------------------------------------*/

a {
    color: #575757;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
    /*------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------*/
/*  TEXT LIST
    /*------------------------------------------*/

ul.txt-list {
    list-style: disc;
    margin-left: 15px;
}

ul.txt-list li,
ul.ico-list li {
    font-size: 1.05rem;
    margin-bottom: 7px;
}

ul.txt-list li:last-child,
ul.ico-list li:last-child {
    margin-bottom: 0;
}

ul.txt-list li span {
    font-weight: 500;
}

ul.ico-list li i {
    text-align: center;
    float: left;
    font-size: 0.85rem;
    margin-top: 6px;
    margin-right: 10px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
    /*------------------------------------------*/

.btn {
    background-color: transparent;
    color: #28292D;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    display: inline-block;
    padding: 14px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  Button Size
    /*------------------------------------------*/

.btn.btn-sm {
    font-size: 13px;
    padding: 8px 10px;
}

.btn.btn-md {
    font-size: 17px;
    padding: 15px 35px;
}

.btn.btn-lg {
    font-size: 18px;
    padding: 18px 45px;
}

/*------------------------------------------*/
/*  Button Color
    /*------------------------------------------*/

.btn-primary {
    color: #fff !important;
    background: #28292D;
    border: 1px solid #28292D !important;
}

.btn-primary:hover {
    background: #EF743B !important;
    border-color: #EF743B !important;
}

.btn-secondary:hover {
    background: #575757 !important;
    border-color: #575757 !important;
}


.btn-warning {
    color: #ffffff !important;
    background-color: #023854;
    border-color: #023854;
}


.btn-warning:hover {
    background-color: #6fcb94 !important;
    border-color: #6fcb94 !important;
}

.btn-outline-primary {
    border-color: #EF743B;
}

.btn-outline-primary:hover {
    background: #EF743B;
    border-color: #EF743B;
}


/*------------------------------------------*/
/*  Button Focus
    /*------------------------------------------*/

.btn:focus,
.btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(239, 116, 59, 0.3);
    box-shadow: 0 6px 15px rgba(239, 116, 59, 0.3);
}

.btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-tra-black:focus,
.btn.btn-tra-grey:focus {
    color: #575757;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*------------------------------------------*/
/*  SECTION TITLE
    /*------------------------------------------*/
section {
    padding: 40px 0;
    position: relative;
    background-color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title p {
    color: #6c706f;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
}

.section-title h3,
.section-title h1,
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #EF743B;
}

.section-title h3 a,
.section-title h1 a,
.section-title h2 a {
    color: #EF743B;
}

.section-title .pre-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.section-subpage-title {
    margin-bottom: 30px;
}

.section-subpage-title p {
    color: #28292D;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 16px;
}

.section-subpage-title h3,
.section-subpage-title h1,
.section-subpage-title h2 {
    font-size: 32px !important;
    position: relative;
    color: #102b98;
    padding-bottom: 10px;
}

/*  .section-subpage-title h1:before {
                content: '';
                background: #0078d4;
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
            }*/

.section-subpage-title h1:after {
    content: '';
    background: #aa6f68;
    width: 150px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
}

/*------------------------------------------*/
/*  SUBTITLE
    /*------------------------------------------*/

.section-subtitle {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
}



/* ==========================================================================
     
      =========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

#loading {
    background-color: #517082;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* ==========================================================================
     HEADER & NAVIGATION
      =========================================================================== */
.top-header {
    background-color: #003a70 !important;
    padding: 6px 0px;
}



.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-contact-info li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.header-contact-info li i {
    color: #fff;
    margin-right: 6px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-contact-info li .fa-whatsapp,
.header-contact-info li .fa-phone-alt {
    color: #fff;
}

.header-contact-info li a {
    color: #fff;
}

.header-right-content {
    text-align: right;
    color: #fff;
}

.header-right-content .top-header-social {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-right-content .top-header-social li {
    display: inline-block;
    margin-left: 10px;
}

.header-right-content .top-header-social li a {
    color: #003a70;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
}


.header {
    background: #EF743B;
}



.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.posrlt {
    position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
    /*------------------------------------------*/

.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.tra-menu .wsmainfull {
    background-color: transparent !important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.white-menu .wsmainfull {
    background-color: #fff !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
    /*------------------------------------------*/
.wsmenu>.wsmenu-list>li>a i {
    margin-right: 0;
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0;
    padding: 8px 15px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: #fff;
}

.navbar-light .wsmenu>.wsmenu-list>li>a {
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

/*------------------------------------------*/
/*  HEADER  
    /*------------------------------------------*/
.wsmenu>.wsmenu-list>li a.btn {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    background: #07a698 !important;
    border-color: #07a698 !important;
    margin-top: 14px;
    margin-left: 5px;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li a.last-link-number {
    font-size: 18px;
    font-weight: 900;
    margin-left: 16px;
}

.wsmenu>.wsmenu-list>li a.last-link-number i {
    position: relative;
    font-size: 16px;
    margin-right: 1px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
    /*------------------------------------------*/

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    font-size: 14px;
    padding: 8px 10px;
}

/* .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    padding: 8px 10px 8px 15px;
} */

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
    /*------------------------------------------*/

.wsmegamenu .latest-news li {
    padding: 15px 0;
    border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:first-child {
    padding: 0 0 15px;
}

.wsmegamenu .latest-news li:last-child {
    padding: 15px 0 0;
    border-bottom: 0;
}

.wsmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 85px;
    height: 85px;
}

.wsmegamenu .post-summary {
    overflow: hidden;
    padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
    --------------------------------------------*/

.wsmegamenu .post-summary a {
    color: #575757 !important;
    font-size: 16px;
    font-weight: 400;
}

.wsmegamenu h5.h5-md a {
    color: #575757 !important;
    margin-bottom: 0;
}

.wsmegamenu .latest-news .post-summary a:hover {
    color: #575757 !important;
    text-decoration: underline;
}

.wsmegamenu .latest-news p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
    /*------------------------------------------*/

.tra-menu .wsmainfull.scroll {
    background-color: #fff !important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.white-menu .wsmainfull.scroll {
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.tra-menu.dark-scroll .wsmainfull.scroll {
    background-color: #35344c !important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .btn-tra-white {
    color: #444 !important;
    background-color: transparent;
    border-color: #444 !important;
}

.scroll .tra-white-hover:hover {
    color: #fff !important;
    background-color: #444;
    border-color: #444 !important;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.primary-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.primary-scroll a {
    color: #28292D;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.blue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.blue-scroll a {
    color: #12a5ea;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.carrot-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.carrot-scroll a {
    color: #EF743B;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.dodgerblue-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.dodgerblue-scroll a {
    color: #2980b9;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.green-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.green-scroll a {
    color: #20ab5c;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.magneta-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.magneta-scroll a {
    color: #8e3178;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.olive-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.olive-scroll a {
    color: #7ba323;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.orange-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.orange-scroll a {
    color: #ff4500;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.red-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.red-scroll a {
    color: #28292D;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.teal-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.teal-scroll a {
    color: #008080;
}

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li.purple-scroll a,
.tra-menu.navbar-dark .scroll .wsmenu>.wsmenu-list>li.purple-scroll a {
    color: #6b507d;
}

/*------------------------------------------*/
/*  Navigation Menu
    /*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li a {
    color: #444;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list>li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list>li a {
    color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a {
    color: #666;
}

/*------------------------------------------*/
/*  Logo Image
    /*------------------------------------------*/

.logo-white,
.logo-black {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 0px;
}

.logo-white span,
.logo-black span {
    font-weight: bolder;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
    display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
    display: block;
}

.user-icon-container{
    list-style: none;
    display: inline-block;
    position: relative;
}
.user-icon-container span{
                padding: 5px;
                border-radius: 50%;
                background-color: #000;
                color: #fff;
                width: 32px;
                height: 32px;
                line-height: 32px;
                font-size: 13px;
                margin-top: -3px;
                letter-spacing: 1px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            
            .user-icon-container .dropdown-menu {
                display: none; 
                position: absolute;
                top: 100%; 
                right: 0;
                background: #fff;
                border: none;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                border-radius: 5px;
                z-index: 1000;
                width: 200px;
                padding: 0px;
            }
            
            .user-icon-container .dropdown-menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
            
            .user-icon-container .dropdown-menu ul li {
                width: 100%;
                display: block;
                border-bottom: 1px solid #fafafa;
            }
            
            .user-icon-container .dropdown-menu ul li:last-child {
                border-bottom: none;
            }
            
            .user-icon-container .dropdown-menu ul li a {
                color: #333;
                text-decoration: none;
                font-size: 13px;
                transition: all 0.1s ease-in-out;
                padding: 8px 12px;
                border-radius: 0px;
                display: block !important;
                width: 100%;
            }
            
            .user-icon-container .dropdown-menu ul li a:hover{
                 background-color: #EF743B;
                 color: #fff;
                 transition: all 0.1s ease-in-out;
            }
            .user-icon-container:hover .dropdown-menu {
                display: block;
            }



/* Start */

.slider-container {
    /* background: url(../images/bg/banner-1.jpg) center; */
    background: #fff7ee;
    background-size: cover;
    position: relative;
    padding-top: 50px;
}

.slider-content {
    padding: 20px 0;
    text-align: center !important;
}

.slider-content h1 {
    font-size: 44px;
    color: #EF743B;
}

.slider-content h2 {
    font-size: 16px;
    line-height: 1.5;
    color: #575757;
    margin-bottom: 10px;
}

.slider-content p {
    margin-top: 0px;
}

.slider-content .btn {
    font-size: 16px;
    padding: 16px 34px;
    border-radius: 5px;
}

.slider-content .btn:last-child {
    margin-left: 15px;
}

.user-related {
    text-align: right;
    float: right;
    line-height: 35px;
    padding: 10px 0px;
}

.user-related a {
    color: #fff;
    background: #28292d;
    padding: 9px 12px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    position: relative;
}



.user-related a:first-of-type {
    background: none;
    color: #fff;
    padding: 0px 10px;
    margin-right: 5px;
    font-size: 20px;
    margin-top: 4px;
}

.adcart-item {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -8px;
    right: -2px;
    background: #28292D;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
}

.desktop-search-box {
    margin-left: 50px;
    position: relative;
}

.mobile-search-box {
    position: relative;
    padding: 10px;
}

.mobile-search-box::after {
    display: block;
    content: '';
    clear: both;
}

.desktop-input {
    position: relative;
}

.desktop-input input {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    color: #575757;
    padding: 0px 40px 0px 12px;
    margin: 0;
    outline: 0;
    border: 1px solid #ffffff;
    border-radius: 40px;
    width: 100%;
    background: #fff;
}

a.desktop-submit {
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 14px;
    /* padding: 8px 0 2px; */
    position: absolute;
    line-height: 32px;
    right: 0;
    background-color: #28292D;
    border-radius: 40px;
    top: 0;
    color: #fff;
}

input.desktop-searchBar:focus {
    background-color: #fff;
    border-color: #eaeaec;
}


@media (max-width: 1024px) {


    .user-related a {
        padding: 7px 10px;
        font-size: 12px;
    }


}

@media only screen and (min-width: 767px) and (max-width:1024px) {
    .user-related {
        float: right;
        line-height: normal
    }
}

@media (max-width: 768px) {

    .user-related {
        padding: 10px 10px 0 5px;
        width: auto;
        /* line-height: 35px; */
        display: flex;
        align-items: center;
    }
}

.wsmainwp {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: inherit;
    float: none;
}

.banner-thumbnail {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.banner-thumbnail .hero-bg {
    position: absolute;
    left: -10px;
    bottom: -110px;
    z-index: -1;
}

.girl-thumb {
    position: relative;
    z-index: 1;
}

.banner-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    bottom: -50px;
}


/*-------------------------
    Event Grid Style  
--------------------------*/
.edu-event .top-position {
    position: absolute;
    z-index: 2;
}

.edu-event .top-position.left-top {
    left: 0;
    top: 25px;
}

.edu-event .event-meta {
    display: flex;
    align-items: center;
}

.edu-event .event-meta li {
    font-weight: 500;
    font-size: 16px;
}

.edu-event.home-live-sec .inner{
    margin: 0px 65px;
}

@media only screen and (max-width: 767px) {
    .edu-event .event-meta li {
        font-size: 14px;
    }

    .edu-event.home-live-sec .inner{
    margin: 0px 50px;
}
}

.edu-event .event-meta li i {
    padding-right: 8px;
    color: var(--color-primary);
}

.edu-event.event-grid-1 .inner {
    background: #fff;
    transition: 0.4s;
}

.edu-event.event-grid-1 .inner .thumbnail {
    position: relative;
    overflow: hidden;
}

.edu-event.event-grid-1 .inner .thumbnail a {
    display: block;
}

.edu-event.event-grid-1 .inner .thumbnail a img {
    width: 100%;
    transition: 0.4s;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.edu-event.event-grid-1 .inner .content {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .edu-event.event-grid-1 .inner .content {
        padding: 20px;
    }
}

.edu-event.event-grid-1 .inner .content .title {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .edu-event.event-grid-1 .inner .content .title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.edu-event.event-grid-1 .inner:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.edu-event.event-grid-1.bg-shade .inner {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}


.edu-event.event-list .inner {
    display: flex;
    padding: 20px 20px 20px 40px;
    transition: 0.4s;
    margin-bottom: 25px;
    border-radius: 5px;
    flex-wrap: wrap;
    background: #fff7ee;
    border: 1px solid #dadada;
}

@media only screen and (max-width: 1199px) {
    .edu-event.event-list .inner {
        padding: 20px;
    }
}

.edu-event.event-list .inner .thumbnail {
    position: relative;
    overflow: hidden;
    flex-basis: 28%;
    border-radius: 10px;
    height: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 22%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 32%;
    }
}

@media only screen and (max-width: 479px) {
    .edu-event.event-list .inner .thumbnail {
        flex-basis: 100%;
    }
}

.edu-event.event-list .inner .thumbnail a {
    display: block;
}

.edu-event.event-list .inner .thumbnail a img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
    height: 250px;

}

.edu-event.event-list .inner .thumbnail a img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    object-fit: cover;
}

.edu-event.event-list .inner:hover .thumbnail img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.edu-event.event-list .inner:hover .thumbnail img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.edu-event.event-list .inner .content {
    flex-basis: 72%;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 78%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .content {
        display: block;
        flex-basis: 68%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .edu-event.event-list .inner .content {
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.edu-event.event-list .inner .content .title {
    margin-bottom: 10px;
    font-size: 23px;
    color: #28292D;
}
.edu-event.event-list .inner .content .title a{
    color: #28292D;
}

.edu-event.event-list .inner .content p {
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .content .title {
        font-size: 17px;
    }
}

.edu-event.event-list .inner .content .event-meta {
    margin: 0 -18px;
    flex-wrap: wrap;
}

.edu-event.event-list .inner .content .event-meta li {
    margin: 0 18px;
    display: flex;
    align-items: center;
}

.read-more-btn {
    min-width: 200px;
}

a.edu-btn,
button.edu-btn {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: transparent;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.4s;
    border: 0 none;
    margin-top: 15px;
}
.edu-btn.btn-dark{
    border: 1px solid #EF743B;
   color: #28292D;
   
}
.edu-btn.btn-orange{
   background-color: #28292D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .content .event-meta li {
        margin: 0 5px;
        font-size: 14px;
    }
}

.edu-event.event-list .inner .content .event-meta li i {
    color: var(--color-body);
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .edu-event.event-list .inner .read-more-btn {
        margin-top: 0px;
        padding-top: 0px;
    }

    a.edu-btn,
    button.edu-btn {
        margin-top: 0px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    .edu-event.event-list .inner .content {
        padding: 0px 15px 15px;
    }
}

.videoFrame {
    height: 485px;
    position: relative;
    z-index: 1;
    margin-bottom: -300px;
}

.videoFrame lite-youtube {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 4px solid #fff;
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}



.inner-box {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    margin-bottom: 26px;
    text-align: center;
    box-shadow: 0px 0 11px rgb(0 0 0 / 15%);
}

.inner-box:before {
    background-image: url("../images/shape/shape1.png");
    content: "";
    position: absolute;
    width: 157px;
    height: 74px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.inner-box:after {
    background-image: url("../images/shape/shape2.png");
    content: "";
    position: absolute;
    width: 157px;
    height: 74px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.content-box {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
}

.content-box:after {
    border: 1px dashed #28292D;
    border-radius: 30px;
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    right: 9px;
    bottom: 10px;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-box .name {
    color: #28292D;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.content-box .text {
    margin-bottom: 18px;
}

.content-box .btn-link {
    color: #28292D;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 10%;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.video-overlay-area {
    padding-top: 300px !important;
    position: inherit;
}

/* Blog */
.blog-card {
    position: relative;
    z-index: 1;
    background-color: #fff7ee;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    transition: 0.7s;
    border-radius: 10px;
    overflow: hidden;
}

.blog-card a {
    display: block;
}

.blog-card .content {
    padding: 27px 25px 30px;
}

.blog-card .content ul {
    list-style-type: none;
    margin: 0 0 12px;
    padding: 0;
}

.blog-card .content ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    color: #1d1e52;
    transition: all 0.3s ease-in;
    transition-duration: 0.6s;
}

.blog-card .content ul li::before {
    content: "";
    position: absolute;
    transform: rotate(30deg);
    top: 4px;
    right: -20px;
    width: 1px;
    height: 15px;
    background-color: #1d1e52;
    transition: all 0.3s ease-in;
    transition-duration: 0.6s;
}

.blog-card .content ul li:last-child {
    margin-right: 0;
}

.blog-card .content ul li:last-child:before {
    display: none;
}

.blog-card .content ul li i {
    font-size: 13px;
    color: #28292D;
    position: relative;
    top: -1px;
    transition: all 0.3s ease-in;
    transition-duration: 0.6s;
}

.blog-card .content h3 {
    margin-bottom: 13px;
    font-size: 15px;
}

.blog-card .content p {
    margin-bottom: 10px;
    transition: all 0.3s ease-in;
    transition-duration: 0.6s;
}

.blog-card .content .read-btn {
    color: #28292D;
    margin-bottom: 0;
    transition: all 0.3s ease-in;
    transition-duration: 0.6s;
    font-weight: 600;
}

.blog-card-thumbnail {
    position: relative;
    overflow: hidden;
}

.blog-card-thumbnail a img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
    height: 250px;
}

.blog-card-thumbnail a img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-card:hover .blog-card-thumbnail img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-card:hover .blog-card-thumbnail img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}



/*------------------------------------------*/
/*  FOOTER LINKS
    /*------------------------------------------*/
.footer {
    background: #EF743B;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    line-height: 1.5 !important;
}


.footer-copyright p span {
    font-weight: 800;
}

.footer-contacts .btn {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer .footer-bottom {
    /* padding: 10px 0; */
    color: #fff;
}

.footer .footer-bottom a {
    color: #fff;
}

.insta-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin-bottom: 28px;
}

.insta-img img {
    width: 100%;
    display: block;
}

.insta-actions {
    padding: 10px;
}

.insta-actions a {
    font-size: 20px;
    margin-right: 15px;
    color: #262626;
}

.insta-likes {
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    color: #262626;
}

.insta-caption {
    padding: 5px 10px;
    font-size: 14px;
    color: #262626;
    height: 56px;
    overflow: hidden;
}

    .insta-caption .username {
        font-weight: 600;
        margin-right: 5px;
    }

.insta-tags {
    padding: 0 10px 10px;
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
    height: 108px;
    overflow: hidden;
}
/*.insta-caption {
    padding: 5px 10px;
    font-size: 14px;
    color: #262626;
}

.insta-caption .username {
    font-weight: 600;
    margin-right: 5px;
}

.insta-tags {
    padding: 0 10px 10px;
    font-size: 14px;
    color: #777;
}*/
.store-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dadada;
    /* text-align: center; */
    padding: 15px;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}


.store-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.store-img a {
    display: block;
    overflow: hidden;
}

.store-img a img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 320px;
    min-height: 320px;
}

.store-img a img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.store-box:hover .store-img img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.store-box:hover .store-img img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.store-text h3 {
    font-size: 17px;
    margin: 10px 0 5px;
    height: 24px;
    overflow: hidden;
    color: #28292D;
}
.store-text small{
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    color: #575757;

}
.store-text p{
    margin-bottom: 8px;
    line-height: 1.2;
    color: #575757;
}
.old-price {
    text-decoration: line-through;
    color: #575757;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
}

.new-price {
    color: #28292D;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px;
}

.store-text .discription {
    height: 45px;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #575757;
    text-align: left;
}

.cart-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #EF743B;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cart-icon:hover {
    background: #575757;
    color: #fff;
}

.home-call-sec {
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #28292D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #575757;
    transform: translateY(-4px);
}

.subscribe-form {
    max-width: 600px;
    margin: 0 auto;
}

 .subscribe-form input, .subscribe-form textarea {
        width: 100%;
        padding: 14px 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        border: 1px solid #ddd;
        font-size: 15px;
        outline: none;
        transition: 0.3s;
    }

    .subscribe-form input:focus, .subscribe-form textarea:focus {
        border-color: #EF743B;
        box-shadow: 0 0 8px rgba(239, 116, 59, 0.3);
    }

    .subscribe-form .black-btn-subscrib {
        width: 100%;
        padding: 14px;
        background: #EF743B;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.3s;
    }

.subscribe-form button:hover {
    background: #d65f2c;
    box-shadow: 0 6px 15px rgba(239, 116, 59, 0.3);
}

.banner-style-2 {
    overflow: hidden;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.banner-style-2 {
    background-color: #fff !important;
}

.banner-style-2 .bg-overlay-image {
    background-position: center;
    animation: ani-bg 3s infinite alternate;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: url(../images/overlay-bg.png);
    z-index: 0;
}

@keyframes ani-bg {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(20px)
    }
}

.banner-logo {
    padding: 10px 70px;
    background-color: #EF743B;
    position: relative;
    z-index: 0;
}

.insta-page .sub-heading {
    color: #575757;
    font-size: 18px;
    margin-bottom: 10px;
}

.insta-page p {
    color: #757575;
    font-size: 13px;
    margin-bottom: 15px;
}

.insta-page .insta-text {
    position: sticky;
    top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #d65f2c;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    color: #fff;
}

.store-banner .store-banner-text h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #EF743B;
}

.store-banner .store-banner-text p {
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 15px;
}

.store-banner .video-box {
    border-radius: 18px;
    overflow: hidden;
    height: 320px;
}

.store-banner .video-box1 {
    border-radius: 18px;
    overflow: hidden;
    height: 320px;
}


/* Notifiaction */
.add-notifiaction {
    position: fixed;
    right: 0px;
    bottom: 20px;
    display: inline-block;
}

    .add-notifiaction .alert {
        padding: 6px 10px;
        font-size: 13px;
        background-color: #EF743B;
        color: #FFF;
    }

#yt-blocker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;

    opacity: 0; /* Hidden while playing */
    transition: 0.3s;
    z-index: 5;
}




.store-banner .video-box img {
    height: 320px;
    width: 100%;
}

.store-banner .video-box lite-youtube {
    height: 320px;
    width: 100%;
}


.store-banner .video-box1  {
    height: 320px;
    width: 100%;
}


.store-banner .store-price {
    font-size: 22px;
    color: #464646;
    margin-bottom: 22px;
}

.store-banner .store-price span {
    font-size: 15px;
    color: #575757;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 0px;
}

    .store-banner .store-price .discount {
        color: #EF743B;
        font-weight: 500;
        text-decoration: none;
        margin-left: 5px;
        color: #ef743b;
        margin-left: 1px
    }

 .discount{
    color: #ef743b;
    margin-left: 6px
}

.expired {
    opacity: 0.6;
    pointer-events: none;
}

.course-grid-box {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin: 0 25px;
    border: 3px solid #dfdfdf;
    position: sticky;
    top: 10px;
}

.course-grid-box h3 {
    font-size: 20px;
    color: #EF743B;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.grid-item {
    background: #FFF8EE;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item i {
    display: block;
    font-size: 20px;
    color: #EF743B;
    margin-bottom: 8px;
}

.grid-item p {
    margin: 0;
    font-size: 12px;
    color: #28292D;
    line-height: 1.4em;
}

.cta-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 10px;
}

.discription-box {
    margin-bottom: 35px;
}

.discription-box h4 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #575757;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.discription-box p {
    color: #6e6e6e;
    margin-bottom: 8px;
}

.discription-box ol,
.discription-box ul {
    padding-left: 0px;
}

.discription-box ol li,
.discription-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.discription-box ol li::after,
.discription-box ul li::after {
    content: '\f058';
    font-family: "Font Awesome 6 pro";
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 15px;
    color: #EF743B;
}

.store-box .btn {
    padding: 12px 10px;
    display: block;
}

.store-box .btn span {
    padding-left: 10px;
    border-left: 1px solid #ffffffb2;
    margin-left: 8px;
}

/*.video-textimonial .img-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}*/

.video-textimonial .img-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .video-textimonial .img-box img {
        width: 100%;
        height: 236px;
    }

    .video-textimonial .img-box lite-youtube {
        width: 100%;
        height: 236px;
    }

    .video-textimonial .img-box svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #ff0000;
        width: 60px;
    }

.video-textimonial .img-box i {
    position: absolute;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    top: 15px;
    left: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.video-textimonial .video-text {
    margin-top: 10px;
    text-align: center;
}

.video-textimonial .video-text h5 {
    font-size: 16px;
}

.testimonial-slider .swiper-button-next {
    right: 0px;
    top: 21px;
}

.testimonial-slider .swiper-button-prev {
    right: 35px;
    left: auto;
    top: 21px;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.testimonial-slider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 12px;
}

.testimonial-slider .swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 12px;
}

/* .about-page{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90dvh;
} */

.about-page .image_block_1 .image-box {
    position: relative;
    display: block;
    padding: 0px 30px;
    margin-top: 7px;
}

.about-page .image_block_1 .image-box img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.about-page .image_block_1 .image-box .text {
    position: absolute;
    right: -20px;
    bottom: 40px;
    width: calc(100% - 80px);
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 15px -10px 30px 0px rgb(0 0 0 / 8%);
    z-index: 1;
}

.about-page .image_block_1 .image-box .text h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-page .image_block_1 .image-box .text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0px;
}


.blog-details .blog-heading{
    font-size: 36px;
    color: #28292D;
    line-height: 1.3;
}

/*.blog-details .blog-content p, .blog-details .blog-content, .blog-details .blog-content div, .blog-details .blog-content span {
    font-size: 14px !important;
    line-height: 2 !important;
    font-weight: normal !important;
}*/
.blog-details .blog-content p b, .blog-details .blog-content p strong{
    font-weight: 600;
}
.blog-details .blog-content p a{
    text-decoration: underline;
    color: #28292D;
}
.blog-details .blog-content p.text-center{
    font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
}
.blog-details .blog-content blockquote{
    font-size: 17px;
    color: #28292D;
    margin-top: 25px;
    font-weight: 100;
    padding-left: 20px;
    border-left: 3px solid #28292D;
}
.blog-details .blog-content img{
    text-align: center;
    margin: 30px auto 0px;
    display: block;
}
.blog-details .blog-content h2, .blog-details .blog-content h3, .blog-details .blog-content h4, .blog-details .blog-content h5, .blog-details .blog-content h6{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #575757;
    margin-top: 25px;
    font-family: 'Fedra Serif A Pro Normal';
}

.blog-details .blog-content .tags{
    display: inline-block;
    margin-right: 5px;
    border-radius: 30px;
    padding: 8px 12px;
    background-color: #28292D;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}

.blog-details .entry-meta {
    margin-top: 20px;
    color: #575757;
    font-size: 15px;
}

.blog-details .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}


.blog-details .entry-meta ul li {
    padding-left: 0px;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 1;
}

.blog-details .entry-meta ul li::before {
    display: none;
}

.blog-details .entry-meta i {
    font-size: 18px;
    margin-right: 8px;
    line-height: 0;
}

.recent-blog-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}


.recent-blog-card .blog-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.recent-blog-card .blog-image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    object-fit: cover;
    height: 250px;
}

.recent-blog-card .blog-image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.recent-blog-card:hover .blog-image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.recent-blog-card:hover .blog-image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}


.recent-blog-card .blog-content {
    padding: 20px;
}

.recent-blog-card .blog-title {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
}

.recent-blog-card .blog-subtitle {
    font-size: 13px;
    color: #575757;
    margin-bottom: 12px;
    line-height: 1.5;
    height: 57px;
    overflow: hidden;
}

.recent-blog-card .blog-meta {
    font-size: 0.9rem;
    color: #575757;
    display: flex;
    gap: 10px;
}

.cart-page{
    min-height: 90dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF8EE;
}
.cart-page .product-row .cart-item{
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 10px;
}
.cart-page .product-row .cart-item img{
    width: 100px;
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 5px;
}
.cart-page .product-row .cart-item .cart-item-info{
    flex-grow: 1;
}
.cart-page .product-row .cart-item .cart-item-info h5{
    font-size: 14px;
    line-height: 1.6;
}
.cart-page .product-row .cart-item .cart-item-info p{
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.cart-page .product-row .cart-item .cart-item-info li{
    margin-right: 10px;
    padding-left: 12px;
    position: relative;
    font-size: 12px;
}
.cart-page .product-row .cart-item .cart-item-info li::after{
    position: absolute;
    top: -3px;
    left: 0px;
    content: "•";
    font-size: 15px;
}
.cart-page .product-row .cart-item .cart-item-info li:first-of-type{
   padding-left: 0px;
}
.cart-page .product-row .cart-item .cart-item-info li:first-of-type:after{
    display: none;
}
.cart-page .product-row .cart-item .cart-item-info .info-list{
    display: flex;
    align-items: center;
}
.cart-page .product-row .cart-item .cart-item-actions{
    margin-top: 10px;
}
.cart-page .product-row .cart-item .cart-item-actions p{
   font-size: 20px;
   margin-bottom: 12px;
   line-height: 1;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: 600;
}
.cart-page .product-row .cart-item .cart-item-actions a{
   font-size: 14px;
   /* margin-bottom: 12px; */
   line-height: 1;
   color: #EF743B;
   display: block;
   text-align: right;
}
.cart-page .cart-summary{
    border: 1px solid #dee2e6;
    background-color: #FFF;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 10px;
    padding: 15px;
}
.cart-page .cart-summary h5{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
    color: #575757;
    line-height: 1;
    margin-bottom: 15px;
}
.cart-page .cart-summary p{
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-page .cart-summary .total-price{
    font-size: 20px;
    color: #28292D;
    padding-top: 10px;
    border-top:  1px solid #c6c6c6;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: 700;
   display: flex;
    align-items: center;
    justify-content: space-between;
}



.cart-page .cart-summary .coupon-code {
    background-color: #FFF8EE;
    border-radius: 4px;
    display: flex;
    margin: 10px 0;
    padding: 10px;
}

.cart-page .cart-summary .coupon-code input {
    border: 1px solid #EF743B;
    border-radius: 4px 0 0 4px;
    padding: 10px;
    width: 100%
}
.cart-page .cart-summary .coupon-code input:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid #EF743B;
}

.cart-page .cart-summary .coupon-code .c-btn {
    background-color: #EF743B;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 15px;
    padding: auto 10px;
    font-weight: 500;
    border: none;
}



.login-form .form-box {
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 8px;
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 476px;
}


    .login-form .form-box h3 {
        font-size: 26px;
        color: #28292D;
        line-height: 1;
        margin-bottom: 5px;
    }

    .login-form .form-box p {
        color: #28292D;
        font-size: 15px;
        margin-bottom: 8px;
    }

.login-form .form-label {
    color: #28292D;
    font-weight: 500;
    font-size: 14px;
}

.login-form .form-control {
    height: 40px;
    border: 1px solid #28292D;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #28292D;
    transition: all 0.3s ease-in-out;
    border-radius: 5px !important;
}

.login-form .register-btn {
    font-size: 17px;
    color: #28292D;
}

/* --------------------- 
Account page start
------------------------*/

/* Sidebar */
.profile-sidebar {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(40,41,45,0.05); 
}

.sticky-sidebar {
  position: sticky;
  top: 20px;
  z-index: 10;
}

.profile-user img.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #EF743B; 
}

.profile-user h5 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 600;
  color: #28292D; 
}

.profile-user p {
  color: #575757;
  font-size: 14px;
}

.sidebar-menu {
  margin-top: 20px;
}

.sidebar-menu .menu-title {
  font-size: 16px;
  font-weight: 600;
  color: #EF743B; 
  margin: 15px 0 8px;
}

.sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu ul li {
  margin-bottom: 8px;
}

.sidebar-menu ul li a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  color: #28292D; 
  transition: all 0.3s;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a.active {
  background: #FFF8EE; 
  color: #EF743B;       
  font-weight: 600;
}


.profile-content {
  background: #FFFFFF; 
  border-radius: 12px;
  /* padding: 25px; */
  box-shadow: 0 4px 12px rgba(40,41,45,0.05);
}

.profile-header img.profile-img-sm {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #EF743B;
}




.photo-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.profile-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #FFF8EE;
  object-fit: cover;
}

.upload-btn {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #EF743B; 
  color: #FFFFFF;       
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  font-size: 14px;
  transition: 0.3s;
}

.upload-btn:hover {
  background: #28292D; 
}

.profile-photo-upload{
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 25px;
}

.profile-photo-upload h4{
    line-height: 1;
    color: #28292D;
    font-size: 22px;
    margin-bottom: 0px;
}
.profile-photo-upload h5{
    line-height: 1;
}

.profile-header h5 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #28292D; 
}

.profile-header p {
  font-size: 14px;
  color: #575757; 
}

.profile-form{
    padding: 25px;
}

.profile-form label {
  font-size: 15px;
  color: #28292D; 
}

.profile-form .form-control {
    width: 100%;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  color: #28292D; 
  transition: 0.3s;
  min-height: 50px;
}
.profile-form textarea.form-control{
  min-height: 150px;
}

.profile-form .form-control:focus {
  border-color: #EF743B;
  box-shadow: 0 0 5px rgba(239,116,59,0.3);
}

.form-check-label {
  color: #575757; 
}

.btn-save {
  background: #EF743B; 
  border: none;
  padding: 8px 20px;
  color: #FFFFFF; 
  border-radius: 6px;
  transition: 0.3s;
}

.btn-save:hover {
  background: #28292D; 
}


 .drop-zone {
      width: 100%;
      height: 150px;
      border: 2px dashed #ef743b;
      border-radius: 12px;
      background: #FFF8EE;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      color: #333;
      cursor: pointer;
      margin: 10px 0px 20px;
      transition: 0.3s;
    }
   .drop-zone.dragover {
      background: #FFF8EE;
    }
    .preview-item {
      display: inline-block;
        position: relative;
    }
    .preview-item img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
      border: 1px solid #ccc;
    }
    .preview-item::after{
        content: "\f00d";
        font-family: "Font Awesome 6 Pro";
      position: absolute;
      top: -8px;
      right: -8px;
      background: #ef743b;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      cursor: pointer;
    }
    .learning-row{
        padding: 25px;
    }
    .learning-box{
       border-radius: 8px;
       overflow: hidden;
       background-color: #FFF;
       margin-bottom: 20px;
       border: 1px solid #d5d5d5;
    }
    .learning-box .learn-img{
       position: relative;
       height: 250px;
    min-height: 250px;
       overflow: hidden;
       width: 100%;
    }
    .learning-box .learn-img img{
       height: 250px;
    min-height: 250px;
       object-fit: cover;
       width: 100%;
    }
    .learning-box .learn-img::after{
       position: absolute;
       content: '';
       width: 100%;
       height: 100%;
       background-color: #00000041;
       top: 0px;
       left: 0px;
       z-index: 1;
       opacity: 0;
       transition: all 0.2s ease-in-out;
    }

    .learning-box .learn-img i{
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       font-size: 22px;
       color: #fff;
       width: 60px;
       height: 60px;
       line-height: 60px;
       text-align: center;
       border: 3px solid #fff;
       border-radius: 50%;
       z-index: 99;
       opacity: 0;
       transition: all 0.2s ease-in-out;
    }

    .learning-box:hover .learn-img::after{
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }
    .learning-box:hover .learn-img i{
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }
    .learning-box .learn-text{
        padding: 10px 15px;
    }
    .learning-box .learn-text h5{
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.5;
        color: #28292D;
    }
    .learning-box .learn-text p{
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 1;
    }
    .learning-box .learn-text small{
        font-size: 13px;
        line-height: 1;
    }
    .learn-video{
       overflow: hidden;
       height: 80vh;
       width: 100%;
       object-fit: cover;
    }
    .learn-video lite-youtube{
       width: 100%;
       height: 100%;
    }
    .learn-video-text h4{
       font-size: 20px;
       color: #EF743B;
       margin-bottom: 10px;
    }

   .learn-video-text .learn-list {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

.learn-video-text .learn-list li {
  position: relative;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-bottom: 10px;
}
.learn-video-text .learn-list li:hover {
  background-color: #fff0da;
}
.learn-video-text .learn-list li label{
  display: flex;
  align-items: start;
  gap: 12px;
  cursor: pointer;
  line-height: 1;
}
.learn-video-text .learn-list li input[type="checkbox"] {
  accent-color: #EF743B;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 2px;
}

.learn-video-text .learn-list li .lesson-title{
  display: block;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #28292D;
}

.learn-video-text .learn-list li .lesson-time {
  font-size: 14px;
  color: #575757;
  line-height: 1;
}


.bg-overlay{
    background-color: #0000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100vw;
    z-index: 8
}

    .bg-overlay.open, .bg-overlay.show{
        background-color: #00000077;
        visibility: visible
    }

.left-box .left-accordion {
    cursor: pointer;
    display: none
}

    .left-box .left-accordion h5 {
        margin-bottom: 0px;
        font-size: 18px;
        color: #fff;
    }


    .footer-bootom-stick{
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
     .category-dropdown {
       margin-bottom: 20px;
       display: inline-block;
       margin-right: 15px;
    }
   .category-dropdown label{
        font-size: 15px;
    }
   .category-dropdown select{
        font-size: 14px;
        padding: 10px 14px;
        border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
    transition: 0.3s;
    min-width: 250px;
    }
   .category-dropdown select:focus{
        border-color: #EF743B;
    box-shadow: 0 0 8px rgba(239, 116, 59, 0.3);
    }


    .main-wrapper{
        flex: 1;
        /* overflow: hidden; */
    }
 

    .wsmenucontainer{
     display: flex;
      flex-direction: column;
      min-height: 100vh; 
}

.login-bg{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90dvh;
}

.account-page .learn-video-text .accordion-flush .accordion-item{
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}
.account-page .learn-video-text .accordion-flush .accordion-item .accordion-button{
    padding-right: 35px;
    padding-left: 70px;
}
.account-page .learn-video-text .accordion-flush .accordion-item .accordion-button{
    line-height: 1.6;
    font-size: 13px;
    color: #28292D;
    font-weight: bold;
}
    .account-page .learn-video-text .accordion-flush .accordion-item .accordion-button::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        right: 8px;
    }

    .account-page .learn-video-text .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
        transform: translateY(-50%) rotate(0deg);
    }

.account-page .learn-video-text .accordion-flush .accordion-item:hover .accordion-button, .accordion-flush .accordion-item .accordion-button [aria-expanded="true"], .accordion-flush .accordion-item .accordion-button:not(.collapsed){
    background-color: #fff0da;
    box-shadow: none;
}
.account-page .learn-video-text .accordion-flush .accordion-item .accordion-header{
    position: relative;
}
.account-page .learn-video-text .accordion-flush .accordion-item .accordion-header .time-stamp{
    font-size: 13px;
    color: #28292d;
    height: 100%;
    top: 0px;
    display: inline-flex;
    width: 60px;
    min-width: 60px;
    font-weight: 700;
    position: absolute;
    left: 0px;
    z-index: 99;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    align-items: center;
    text-align: center;
    background-color: #f1f1f1;

}
    .account-page .learn-video-text .accordion-flush .accordion-item .accordion-body, .account-page .learn-video-text .accordion-flush .accordion-item .accordion-body p, .account-page .learn-video-text .accordion-flush .accordion-item .accordion-body div, .account-page .learn-video-text .accordion-flush .accordion-item .accordion-body span {
        font-size: 14px !important;
        line-height: 2 !important;
        font-weight: normal !important;
        font-family: Fedra Serif B Pro Normal !important;
    }

.registration-popup .modal-dialog {
    max-width: 500px !important;
}
.registration-popup .modal-header .btn-close{
    top: -6px;
    right: -6px;
    position: absolute;
    font-size: 13px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1 !important;
  }
  .registration-popup .modal-header{
    padding: 10px !important;
   background: linear-gradient(45deg, #EF743B, #f89668);
  }
  .registration-popup .modal-header h5{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
  }
  .registration-popup .form-control{
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: none;
    transition: 0.3s;
  }
  .registration-popup .form-control:focus{
    border-color: #EF743B;
    box-shadow: 0 0 8px rgba(239, 116, 59, 0.3);
  }
  .registration-popup .form-check{
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    min-width: 48%;
    width: 48%;
    margin: 0px 5px 15px 5px;
  }
  .registration-popup .form-check input{
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
  }
  .registration-popup .form-check label{
      display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
   .registration-popup .form-check-input:checked{
    background-color: #EF743B;
    border-color: #EF743B;
   }
  .modal-body{
    padding: 10px !important;
  }
  .modal-backdrop{
    background-color: #000000 !important;
    opacity: 0.8 !important;
  }

  .edu-event.event-list.inner-list .inner{
    background-color: #fff;
  }

.video-page .video-box {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #28292D;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

    .video-page .video-box img {
        width: 100%;
        height: 355px;
        object-fit: cover;
    }

    .video-page .video-box svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #ff0000;
        width: 60px;
    }

.video-popup .modal-header {
    background-image: linear-gradient(91deg, #EF743B, rgb(248, 162, 115));
}

.video-popup .modal-title {
    color: #fff;
}

.video-popup .btn-close {
    opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

  .video-page .video-box h4{
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 15px;
    margin-bottom: 0px;
    height: 72px;
  }


  .recommendation-page{
    min-height: 100%;
    height: 100%;
    min-height: 85vh;
  }
  .recommendation-page ul{
    list-style-type: disc;
  }
  .recommendation-page ul li a{
    font-size: 16px;
    color: #28292D;
    display: block;
    margin-top: 12px;
  }
  .recommendation-page ul li a:hover{
    color: #EF743B;
    text-decoration: underline;
  }

  .login-check .form-check{
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    min-width: 32%;
    width: 32%;
    margin: 0px 5px 12px 5px;
  }
  .login-check .form-check input{
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
  }
  .login-check .form-check label{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
   .login-check .form-check-input:checked{
    background-color: #EF743B;
    border-color: #EF743B;
   }


  .registration-form-step {
    position: relative;
    border-radius: 5px;
    padding: 10px;
}
 
.registration-form-step::after {
    clear: both;
    content: '';
    display: block;
}
 
.registration-form-step ul {
    margin: 0;
    padding: 0;
}
 
.registration-form-step ul li {
    float: left;
    width: 33.33%;
    position: relative;
    /* text-align: center; */
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
}

/*.after-break {
    color: #28292D;
}
 */
 
 
.registration-form-step ul li:before {
    font-family: "Font Awesome 6 Pro";
    content: "\e62a";
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 0 5px 0;
    border-radius: 50%;
    line-height: 27px;
    background: #2d2d2d;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
    z-index: 6;
    position: relative;
}
 
@-webkit-keyframes f {
    0% {
        background-position: 0 40px;
    }
 
    to {
        background-position: 0 0;
    }
}
 
@keyframes f {
    0% {
        background-position: 0 40px;
    }
 
    to {
        background-position: 0 0;
    }
}
 
.registration-form-step ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(45deg,
            hsla(0, 0%, 95%, 0.8) 25%,
            #000 0,
            #000 50%,
            hsla(0, 0%, 95%, 0.8) 0,
            hsla(0, 0%, 95%, 0.8) 75%,
            #000 0,
            #000);
    -webkit-animation: f 2s linear infinite;
    animation: f 2s linear infinite;
    background-size: 40px 40px;
    top: 15px;
    left: -100%;
    z-index: 1;
}
 
.registration-form-step ul li:first-child:after {
    content: none;
}
 
.registration-form-step ul li.active:after {
    background: #3aac5d;
}
 
.registration-form-step ul li.active:before {
    border-color: #3aac5d;
    background: #3aac5d;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
}

.drop-admin{
    font-size: 18px;
    padding: 0;
    background: #ffff;
    margin-right: 7px;
    border-radius: 50px;
    width: 35px;
    text-align: center;
    appearance: auto;
    height: 35px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.registration-form-step ul li.inactive:after {
    background: #ee4545;
}
 
.registration-form-step ul li.inactive:before {
    border-color: #ee4545;
    background: #ee4545;
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
}


.opt-radio {
    display: contents
}

    .opt-radio input[type="radio"] {
        margin-right: 6px;
        display: none;
    }

    .opt-radio label {
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-right: 20px; /* spacing between items */
        display: inline-block;
        cursor: pointer;
        width: 32%;
    }

    .opt-radio input[type="radio"]:checked + label {
        color: #d35400; /* orange like your screenshot */
        border-color: #d35400;
    }
 
@media only screen and (max-width: 768px) {
    .registration-form-step {
        padding: 5px;
    }
 
    .registration-form-step ul li {
        font-size: 11px;
    }
}
.modal-body {
    padding: 10px !important;
}

.modal-backdrop {
    background-color: #000000 !important;
    opacity: 0.8 !important;
}

.modal-header {
    background-image: none !important;
    background-color: #e7e7e7;
    padding: 12px 10px;
}

    .modal-header .btn-close {
        background-image: none;
        font-size: 18px;
        color: #323232;
        margin: 0px;
        padding: 0px !important;
        margin-right: auto !important;
        margin-top: -11px;
    }

.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

    .modal-content .modal-body {
        padding-bottom: 0px !important;
    }

        .modal-content .modal-body iframe {
            border-radius: 15px;
            overflow: hidden;
        }
.coupon-container {
    width: 100%;
    /* display: block; */
    margin-bottom: 12px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.coupon-input {
    border: none;
    outline: none;
    font-size: 15px;
    width: 100%;
    background: transparent;
}

.apply-btn {
    color: #ef743b;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 12px;
}


.captcha {
    display: flex;
    align-items: center;
}

.preview {
    height: 40px;
}

    .preview img {
        height: 40px;
    }

.captcha-form {
    display: flex;
    margin: 0px 10px;
}

    .captcha-form input[type="image"] {
        width: 30px;
        height: 30px;
    }


.search-page {
    padding: 50px 0px;
}

    .search-page .search-row {
        padding: 12px;
        box-shadow: rgba(0,0,0,.12) 0 3px 8px;
        border-radius: 10px;
        background-color: #FFF8EE;
        display: flex;
        margin-top: 20px
    }

        .search-page .search-row img {
            width: 100px;
            min-width: 100px;
            height: 100px;
            min-height: 100px;
            object-fit: cover;
            border: 3px solid #efefef;
            border-radius: 10px;
            display: inline-block;
            margin-right: 15px
        }

        .search-page .search-row h2 {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 5px;
        }

        .search-page .search-row p {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 8px;
            color: #575757;
        }

        .search-page .search-row h4 {
            font-size: 20px;
            line-height: 1;
            margin-bottom: 8px;
            font-weight: 500;
            color: #EF743B;
            font-family: Arial, Helvetica, sans-serif;
        }

        .search-page .search-row ul li {
            display: inline-block;
            margin-right: 10px;
            margin-right: 8px;
            font-size: 14px;
            color: #575757;
            font-weight: 600;
        }

            .search-page .search-row ul li:first-of-type {
                display: block;
                width: 100%;
                margin-bottom: 10px;
                font-size: 20px;
                line-height: 1;
                font-weight: 500;
                color: #EF743B;
                font-family: Arial, Helvetica, sans-serif;
            }

            .search-page .search-row ul li .old-price {
                font-size: 15px;
                color: #575757;
                font-weight: 500;
                text-decoration: line-through;
                margin-left: 5px;
            }

            .search-page .search-row ul li .discount {
                color: #EF743B;
                font-weight: 500;
                text-decoration: none;
                margin-left: 5px;
                font-size: 15px;
            }

.info-icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.info-tooltip {
    position: absolute;
    top: -5px;
    left: 24px;
    padding: 8px 12px;
    background: rgba(105, 105, 105, 0.85);
    color: #fff;
    width: 300px;
    font-size: 12px;
    border-radius: 12px;
    white-space: normal;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-in-out;
}

.info-icon:hover .info-tooltip {
    opacity: 1;
    pointer-events: auto;
}