/* Fonts Include  */
@font-face {
    font-family: 'font400';
    src: url('../../frontend/fonts/GRAPHOLOGY_REGULAR_OBLIQUE.otf') format('embedded-opentype'),
    url('../../frontend/fonts/GRAPHOLOGY_REGULAR.ttf') format('truetype');

    /* src: url('../../frontend/fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/fonts/TheSans-Plain.otf')  format('opentype'),
    url('../../frontend/fonts/TheSans-Plain.woff') format('woff'),
    url('../../frontend/fonts/TheSans-Plain.ttf')  format('truetype'),
    url('../../frontend/fonts/TheSans-Plain.svg#TheSans-Plain') format('svg'); */

    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font700';

    src: url('../../frontend/fonts/GRAPHOLOGY_BOLD_OBLIQUE.otf') format('embedded-opentype'),
    url('../../frontend/fonts/GRAPHOLOGY_BOLD_OBLIQUE.ttf') format('truetype'),
    url('../../frontend/fonts/GRAPHOLOGY_BOLD_OBLIQUE.woff') format('woff');

    /* src: url('../../frontend/fonts/TheSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../frontend/fonts/TheSans-Bold.otf')  format('opentype'),
    url('../../frontend/fonts/TheSans-Bold.woff') format('woff'),
    url('../../frontend/fonts/TheSans-Bold.ttf')  format('truetype'),
    url('../../frontend/fonts/TheSans-Bold.svg#TheSans-Bold') format('svg');
    */
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'font200';
    src: url('../../frontend/fonts/GRAPHOLOGY_LIGHT.otf') format('embedded-opentype'),
    url('../../frontend/fonts/GRAPHOLOGY_LIGHT_OBLIQUE.ttf') format('truetype');
    /* src: url('../fonts/Noor-Light.eot');
    src: url('../fonts/Noor-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noor-Light.woff2') format('woff2'),
        url('../fonts/Noor-Light.woff') format('woff'),
        url('../fonts/Noor-Light.ttf') format('truetype'),
        url('../fonts/Noor-Light.svg#Noor-Light') format('svg'); */
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: agcBold;
    src: url(../fonts/GRAPHOLOGY_BOLD_OBLIQUE.otf);
}
@font-face {
    font-family: agcLight;
    src: url(../fonts/GRAPHOLOGY_LIGHT.otf);
}
@font-face {
    font-family: agcLight2;
    src: url(../fonts/GRAPHOLOGY_LIGHT.otf);
}
@font-face {
    font-family: agcRegular;
    src: url(../fonts/GRAPHOLOGY_REGULAR_OBLIQUE.otf);
}
/*@font-face {*/
    /*font-family: 'font400';*/
    /*src: url('../fonts/Noor-Regular.eot');*/
    /*src: url('../fonts/Noor-Regular.eot?#iefix') format('embedded-opentype'),*/
        /*url('../fonts/Noor-Regular.woff2') format('woff2'),*/
        /*url('../fonts/Noor-Regular.woff') format('woff'),*/
        /*url('../fonts/Noor-Regular.ttf') format('truetype'),*/
        /*url('../fonts/Noor-Regular.svg#Noor-Regular') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*!*font-display: swap;*!*/
/*}*/

@font-face {
    font-family: 'font7002';
    src: url('../../frontend/fonts/GRAPHOLOGY_LIGHT.otf') format('embedded-opentype');
    /* src: url('../fonts/Noor-Bold.eot');
    src: url('../fonts/Noor-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noor-Bold.woff2') format('woff2'),
        url('../fonts/Noor-Bold.woff') format('woff'),
        url('../fonts/Noor-Bold.ttf') format('truetype'),
        url('../fonts/Noor-Bold.svg#Noor-Bold') format('svg'); */
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
}

/*  Start General  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'font400', sans-serif;
}
.btn,a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
:root {
    --mainColor: #4A2561;
    --secondaryColor: #EBE6F2;
    --yallowColor: #FCB52D;
    --purpleColor: #4A2561;
    --orangeColor: #F24227;
    --purpleColor2: #3A2E7A;
    --greenColor: #1ACCA6;
    --greenColor2: #2F8A84;
    --turquoiseColor: #498EA6;
    --turquoiseColor2: #238EB4;

    --trans: all 0.4s ease-in-out;
    --font200: 'font200', sans-serif;
    --font400: 'font400', sans-serif;
    --font700: 'font700', sans-serif;
}

body, html {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'font400', sans-serif;
    font-size: 16px;
    color: var(--mainColor);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale

}

body {
    overflow-x: hidden;
    position: relative;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    /* font-weight: 900; */
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Loader */
.pre-loader{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 129 252 / 71%);
}

.loader {
    -webkit-filter: url("#goo");
    filter: url("#goo");
    position: absolute;
    width: 500px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.loader::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 225px;
    -webkit-animation: scale 2.5s ease-in-out infinite;
    animation: scale 2.5s ease-in-out infinite;
}
.loader div {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    top: 35px;
    left: 235px;
    -webkit-animation: move 2.5s ease-in-out infinite alternate;
    animation: move 2.5s ease-in-out infinite alternate;
}
.loader div::after, .loader div::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
}
.loader div::before {
    left: -75px;
}
.loader div::after {
    left: 75px;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }
    100% {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
    }
}
@-webkit-keyframes scale {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    10% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* svg {
    position: absolute;
    z-index: -100;
    pointer-events: none;
} */

/* Loader */

/* Side Menu */
.side-menu{
    position: fixed;
    right: -900px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    -webkit-box-shadow: -12px 0 59px 1px #191919;
            box-shadow: -12px 0 59px 1px #191919;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-menu .scroll-menu{
    height: calc(100vh - 155px - 41px - 15px - 34px);
}

.side-menu-header{
    /*background: url("../images/side-menu.png") no-repeat left;*/
    background-size: cover;
    text-align: right;
    padding: 20px 15px;
}

.side-menu-header a img{
    height: 115px;
}

.menu-title{
    display: block;
    background: #f4f4f4;
    color: var(--mainColor);
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'bold-ar', 'main', sans-serif;
    margin-bottom: 15px;
}

.side-menu nav ul{
    list-style: none;
    padding: 0 15px;
}

.full-width-box {
    display: flex;
    width: 100%;
    height: 800px;
}
.section {
    height: 100%;
}
.section-left {
    flex: 1;
    background-color: #4A2561; /* Change to your desired color */
}
.section-right {
    flex: 2;
    background-color: #fcfcfc; /* Change to your desired color */
}

.form-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Create three equal columns */
    gap: 20px; /* Adjust the gap between columns as needed */
    padding-right: 20px;
    padding-left: 20px;

}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.register-text {
    margin: 20px 0;
    color: #fff; /* Adjust text color as needed */
    font-size: 150px;

}
.register-button {
    padding: 10px 20px;
    background-color: #fff; /* Adjust button color as needed */
    color: #3A2E7A; /* Adjust button text color as needed */
    border: 1px solid var(--orangeColor); /* Adjust border color as needed */
    border-radius: 12px;
    cursor: pointer;
    width: 200px;
}


.side-menu nav > ul li a{
    display: block;
    color: var(--mainColor);
    font-size: 18px;
    padding: 3px 10px;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    margin-bottom: 5px;
    position: relative;
}
@media (max-width: 480px){
    .side-menu{
        width: 250px;
    }

    .side-menu nav > ul li a{
        font-size: 16px;
    }

}

.side-menu nav > ul li a span{
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.side-menu nav > ul li a span::after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: var(--sBgColor);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}

.side-menu nav > ul li a.active span::after,
.side-menu nav > ul li a:hover span::after,
.side-menu nav > ul li a:focus span::after{
    width: 100%;
}
.side-menu nav > ul li a:hover,
.side-menu nav > ul li a.active{
    color: var(--greenColor);
}

.side-menu nav > ul li a.active span,
.side-menu nav > ul li a:hover span,
.side-menu nav > ul li a:focus span{
    color: #fff;
}

.invert-color {
    filter: invert(1); /* Invert the color of the image */
}

.subscriptions-topic {
    color: var(--orangeColor); /* Change this to your desired color */
    font-weight: 700;
}

.subsc-details-courses-filter-sec .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%; /* Ensure the container takes the full height */
}

.social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: 0;
}
.social-menu a{
    display: block;
    padding: 5px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side-menu button{
    font-size: 25px;
}
.side-menu button:hover{
    color: red !important;
}

.side-overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(3,3,3,.8);
    z-index: 9998;
    display: none;
}

.copy-menu{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
/* Side Menu */


/* style */
.body-content {
    min-height: 70vh;
    position: relative;
    /* z-index: 2; */
}
::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
  font-family: 'font200',sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  font-family: 'font200',sans-serif;
}

::placeholder {
  font-size: 14px;
  font-family: 'font200',sans-serif;
}
html[dir="rtl"] .datepicker{
    direction: rtl;
}
html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="password"]{
    text-align: right;
    direction: rtl;
}
/* general */
button,
.btn:focus{
    outline: none !important;
    -webkit-box-shadow: none !important;;
    box-shadow: none !important;
}
a{
    color: inherit;
    font-family: inherit;
}
a:hover{
    color: var(--yallowColor);
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }


}
img{
    -o-object-fit: cover;
    object-fit: cover;
}
.sec-header-1{
    margin-bottom: 35px;
    text-align: center;
}
.sec-header-1 h2{
    font-size: 38px;
    font-family: var(--font700);
    margin-bottom: 0;
    color: var(--orangeColor);
    margin-bottom: 5px;
}
.sec-header-1.light h2{
    color: #fff
}
.sec-header-1 p{
    font-size: 18px;
    margin-bottom: 0;
    color: #6D6E70;
}
.sec-header-1.light p{
    color: #404041;
}
@media (min-width: 576px){
    .modal-sm {
        max-width: 350px;
    }


}

.cs-modal .modal-dialog{
    margin-top: 75px;
}

.modal-dialog.custom-size {
    max-width: 450px !important; /* Set the maximum width of the modal */
    width: 100% !important; /* Ensure the modal takes the full width up to the max-width */
}

.modal-content.custom-size {
    height: 600px !important; /* Set the height of the modal */
    overflow-y: auto; /* Add scroll if content overflows */
}

.custom-hr {
    width: 100px; /* Set the width of the line */
    height: 1px; /* Set the height of the line */
    background-color: #6a6a6a; /* Set the color of the line */
    border: none; /* Remove any default border */
    margin: 0 auto; /* Center the line and add vertical spacing */
}

.cs-modal .modal-content{
    padding: 15px;
    border-radius: 20px;
    position: relative;
}
.cs-modal .close{
    position: absolute;
    top: 15px;
    left: 15px;
}
.cs-modal .close i{
    font-size: 16px;
}
.cs-modal .auth-header{
    text-align: center;
    margin-bottom: 25px;
}
.cs-modal .auth-header .form-img{
    margin-top: -90px;
}
.cs-modal .auth-header .form-img img{
    height: 150px;
    width: auto;
}
.cs-modal .auth-header .title{
    font-size: 20px;
    font-family: var(--font700);
    color: var(--orangeColor);
}
.model-form .input-icon{
    position: relative;
}
.model-form .custom-select,
.model-form .form-control{
    border-color: #C3D5DF;
    border-radius: 10px;
    font-size: 14px;
}
.model-form .input-icon input{
    padding-left: 40px;
}
.model-form .input-icon i{
    position: absolute;
    top: 50%;
    left: 5px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: #CCDDE6;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.model-form .forget-password,
.model-form .form-check-label{
    font-size: 14px;
    color: #B2B2B2;
}
.model-form .forget-password:hover{
    color: var(--greenColor);
}
.model-form .action-btn-wrapper{
    margin-bottom: 25px;
}
.model-form.login .action-btn-wrapper .btn{
    min-width: 100px;
}
.social-login{
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    display: flex; /* Flexbox for horizontal alignment */
    justify-content: center; /* Center items */
    align-items: center; /* Center items vertically */
    gap: 5px; /* Adds a gap between buttons and text */

}
.social-login span{
    font-size: 8px;
}
.circle-btn {
    display: flex; /* Flexbox to center the content */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    width: 50px; /* Fixed width for circle */
    height: 50px; /* Fixed height for circle */
    border: 2px solid #ddd; /* Border with color */
    border-radius: 50%; /* Makes the button circular */
    background-color: transparent; /* Removes background color */
    padding: 0; /* Removes any default padding */
    cursor: pointer; /* Changes cursor to pointer on hover */
    transition: background-color 0.3s; /* Smooth transition on hover */
}

.circle-btn:hover {
    background-color: #f0f0f0; /* Optional: Light background on hover */
}

.circle-btn img {
    max-width: 200px; /* Image size inside the button */
    max-height: 200px; /* Ensure image fits within the button */
}
.social-login .btn{
    background-color: #fff;
    padding: 2px 20px;
    border-radius: 50%;
}
.social-login .btn:hover{
    background-color: var(--orangeColor);
}
.custom-select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.131' height='7.126' viewBox='0 0 12.131 7.126'%3E%3Cpath id='Path_563' data-name='Path 563' d='M10895.089,2881.508l-5,5-5-5' transform='translate(-10884.019 -2880.448)' fill='none' stroke='%23282828' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat left .75rem center/8px 10px;
}
.yallow .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--yallowColor);
  background-color: var(--yallowColor);
}

.yallow .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 204, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 204, 166, 0.25);
}

.yallow .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #11a283;
}

.yallow .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #43ecc8;
  border-color: #43ecc8;
}
.green .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--greenColor);
  background-color: var(--greenColor);
}

.green .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 204, 166, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 204, 166, 0.25);
}

.green .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #11a283;
}

.green .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #43ecc8;
  border-color: #43ecc8;
}
/* general */

/* buttons */
.btn-purple{
    border-color: var(--purpleColor);
    background-color: var(--purpleColor);
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
    border-radius: 25px;
}
.btn-purple:hover{
    border-color: var(--purpleColor2);
    background-color: var(--purpleColor2);
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);

}
.btn-green{
    border-color: var(--orangeColor);
    background-color: var(--orangeColor);
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
    border-radius: 25px;
}
.btn-green:hover{
    border-color: var(--orangeColor);
    background-color: var(--orangeColor);
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.btn-red{
    border-color: #F45831;
    background-color: #F45831;
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
    border-radius: 25px;
}
.btn-red:hover{
    border-color: #CC3914;
    background-color: #CC3914;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.btn-turquoise{
    border-color: var(--turquoiseColor);
    background-color: var(--turquoiseColor);
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
    border-radius: 25px;
}
.btn-turquoise:hover{
    border-color: var(--turquoiseColor2);
    background-color: var(--turquoiseColor2);
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.btn-white{
    border-color: #C3D5DF;
    background-color: #fff;
    color: #4D4D4D;
    font-size: 14px;
    font-family: var(--font700);
    border-radius: 25px;
}
.btn-white:hover{
    border-color: #C3D5DF;
    background-color: #C3D5DF;
    color: var(--orangeColor);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.btn-outline-white{
    color: #4A2561;
    font-style: 14px;
    font-family: var(--font700);
}
.vertical-line {
    border-left: 1px solid var(--purpleColor); /* Adjust the color and style as needed */
    padding-left: 15px; /* Adjust the padding as needed */
}
.btn-outline-white:hover{
    border-color: #fff;
    background-color: #fff;
    color: var(--orangeColor);
}
/* buttons */

/* header */
.main-header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 10px 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 42%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 42%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 42%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );


}


.main-header {
    background: none !important;
}


.brand {
    margin-left: 30px; /* Adjust this value to control the spacing */
}

.main-header .navbar-nav .nav-link{
    font-size: 14px;
    color: #4A2561;
    padding-right: 6px;
    padding-left: 6px;
}
.main-header .navbar-nav .nav-link:hover{
    color: var(--orangeColor);
}

.h-toolbar .h-cart-ic{
    display: inline-block;
    position: relative;
    padding: 5px;
}
.h-toolbar .h-cart-ic svg{
    height: 16px;
    color: #fff;
}
.h-toolbar .search-btn{
    color:#fff;
    padding: 5px;
}
.h-toolbar .search-btn:hover{
    color: var(--orangeColor);
}
.main-header .lang-dropdown{
    display: inline-block;
    color: #4A2561;
    font-size: 14px;
}
.main-header .lang-dropdown .dropdown-toggle:hover{
    color: var(--orangeColor);
}
.main-header .lang-dropdown .dropdown-toggle i{
    position: relative;
    top: 0px;
    margin-right: 5px;
}
.main-header .lang-dropdown .dropdown-menu{
    min-width: 0;
    /*background-color: transparent;*/
    background-color: #3b2f7b;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px;
}
.main-header .lang-dropdown .dropdown-item{
    color: #fff;
    padding:4px 8px;
    font-size: 12px;
}
.main-header .lang-dropdown .dropdown-item:not(:last-child){
    border-bottom: 1px solid #fff;

}
.main-header .lang-dropdown .dropdown-item:hover{
    color: var(--orangeColor);
    background-color: transparent;
}

.lang-dropdown .dropdown-toggle::after{
    display: none;
}
.h-auth-btns{
    display: inline-block;
    margin-right: 10px;
}
.h-auth-btns .btn{
    font-size: 12px;
    padding: 5px 8px;
}
/* header */
/*h-main-slider-section*/
.h-main-slider-section{}
.h-main-slider{}
.h-main-slider .item{
    position: relative;
}
.h-main-slider .item-video,
.h-main-slider .item .main-img{
    height: 100vh;
}
.h-main-slider .item .caption{
    position: absolute;
    right: 0;
    left: 0;
    top: calc(50% + 70px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h-main-slider .info{
    text-align: center;
}
.h-main-slider .info h2{
    font-size: 36px;
    color:#fff;
    font-family: var(--font700);
    margin-bottom: 20px;
}
.h-main-slider .info p{
    font-size: 18px;
    color:rgba(255,255,255,0.8);
    margin-bottom: 20px;
}
.h-main-slider .info .actions{
}
.h-main-slider .info .btn{
    min-width: 100px;
}
.h-main-slider .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    text-align: center;
}
.h-main-slider .owl-dot:focus {
    outline: none;
    box-shadow: none;
}
.h-main-slider .owl-dot span {
    display: block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.h-main-slider .owl-dot:hover span,
.h-main-slider .owl-dot.active span{
    border-color: #fff;
    background-color: #fff;
}
.h-main-slider .owl-nav{
    position: absolute;
    top: 62%;
    right: 0;
    left: 0;
}

.h-main-slider .owl-nav .owl-prev,
.h-main-slider .owl-nav .owl-next{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h-main-slider .owl-nav .owl-prev{
    right: 15px;
}
.h-main-slider .owl-nav .owl-next{
    left: 15px;
}
.h-main-slider .owl-nav button{
    border-radius: 50%;
}
.h-main-slider .owl-nav button.disabled{
    cursor: not-allowed;
}
.h-main-slider .owl-nav i{
    width: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    border:1px solid #fff;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    border-radius: 50%;

}

/* styles-ltr.css */
.main-header {
    position: relative;
    z-index: 1;
}

.h-main-slider .owl-nav i:hover{
    /*border-color: #F8F8F8;*/
    background-color: rgba(26,204,166,0.5);
    color: #fff;
}
/*h-main-slider-section*/
/* h-about-section */
.h-about-section{
    background-image: url('../images/about-bg.png');
    background-size: cover;
    /*background-position: center center;*/
    background-position: calc(100% - 68%) center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0;
}



.h-about-section {
    position: relative;
    padding: 0; /* Remove padding to make the image full width */
    overflow: hidden; /* Ensure any content outside the container is hidden */
}


.full-width-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center; /* Center the image within the container */
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.image-container::after {
    content: ''; /* Create a pseudo-element */
    position: absolute; /* Position it absolutely within the container */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Cover the full width */
    height: 100%; /* Cover the full height */
    background: rgba(74, 37, 97, 0.4); /* Light purple color with transparency */
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

.about-image {
    width: 100%;
    height: auto; /* Ensure the image scales correctly */
    display: block; /* Remove any gap below the image */
}

.responsive-heading {
    font-family: 'font700', sans-serif;
    font-size: 55px; /* Default font size for larger screens */
}

.overlay-text {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust the position to be centered */
    color: #fff; /* Text color */
    text-align: center; /* Center text alignment */
    padding: 20px; /* Add some padding around the text */
    border-radius: 5px; /* Optional: Add rounded corners */
    max-width: 80%; /* Optional: Limit the maximum width of the text container */
    font-family: 'font700', sans-serif !important; /* Use the custom font */
    z-index: 10;
}

@media (max-width: 768px) {
    .section-left, .section-right {
        width: 100%; /* Full-width sections */
        height: auto; /* Allow the sections to adjust height based on content */
    }

    .circle-btn {
        align-items: center; /* Center content vertically */
        max-width: 50px;
        justify-content: center; /* Center content horizontally */
        border: 2px solid #ddd; /* Border with color */
        border-radius: 50%; /* Makes the button circular */
        background-color: transparent; /* Removes background color */
        padding: 0; /* Removes any default padding */
        cursor: pointer; /* Changes cursor to pointer on hover */
        transition: background-color 0.3s; /* Smooth transition on hover */
    }

    .circle-btn img {
        max-width: 70px; /* Image size inside the button */
    }
    .form-group.d-flex {
        flex-direction: column;
        align-items: stretch; /* Ensure elements take up the full width */
    }

    .new-image {
        display: none; /* Hide the image for tablets and smaller screens */
    }
    .responsive-heading {
        font-size: 35px; /* Adjust font size for tablets and smaller screens */
    }

    .full-width-box {
        display: block; /* Stack the sections vertically on small screens */
        height: auto;
    }


    .form-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Create two equal columns */
        gap: 20px; /* Adjust the gap between columns as needed */
        padding-right: 20px;
        padding-left: 20px;
    }

    .register-text {
        font-size: 26px; /* Adjust the font size for smaller screens */
        margin: 10px 0;
    }

    .action-btn-wrapper .btn {
        width: 100%;
        height: 45px; /* Adjust button size */
    }

    .register-button {
        width: 100%; /* Make the button span full width */
        padding: 12px;
    }

    .content-wrapper {
        padding: 2rem;
    }
    .content-image {
        max-width: 100%;
        height: auto;
    }
    .form-control, .custom-select, .btn {
        width: 100%;
    }
    .form-group .form-control {
        width: 100%;
    }
    /* To make the button align properly */
    .form-group textarea {
        width: calc(100% - 80px); /* Adjust this based on the button width */
    }

    .form-group button {
        width: 100%;
        margin-top: 10px; /* Moves the button below the textarea */
    }


}


/* For mobile screens */
@media only screen and (max-width: 768px) and (orientation: portrait) {

    .overlay-text {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .responsive-heading {
        font-size: 25px; /* Adjust font size for mobile phones */
    }

    .form-columns {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }

    .overlay-text h2 {
        position: absolute;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust the position to be centered */
        color: #fff; /* Text color */
        padding: 20px; /* Add some padding around the text */
        border-radius: 5px; /* Optional: Add rounded corners */
        max-width: 100%; /* Optional: Limit the maximum width of the text container */
        font-family: 'font700', sans-serif !important; /* Use the custom font */
        font-size: 18px;
        word-wrap: break-word;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .row.no-gutters {
        margin: 0 !important;
    }

    .col-lg-4, .col-lg-8 {
        padding: 0 !important;
    }

    .box, .subscription-box {
        flex-basis: 100%; /* Stack boxes on top of each other on mobile */
    }

    .h-main-slider-section, .h-about-section, .services-section, .media-section, .h-store-section {
        padding: 0 !important;
    }

    .h-main-slider img, .h-main-slider video, .full-width-image, .background-image {
        width: 100% !important;
        height: auto !important;
    }

    h2 {
        font-size: 10vw; /* Adjust to fit the screen width */
    }
    .top-right-text h2,
    .top-right-subscriptions-text h2 {
        font-size: 8vw; /* On mobile, let it take a percentage of the viewport width */
    }

    .new-text p,
    .bottom-boxes .box p,
    .bottom-subscription-boxes .subscription-box p {
        font-size: 4vw; /* Adjust other text sizes as needed */
    }


    .media-section .content {
        padding: 20px !important;
    }

    .services-section-left,
    .services-section-right {
        text-align: center;
        padding: 20px;
    }

    .bottom-boxes{
        background-color: var(--secondaryColor);
    }
    .services-section-right .bottom-boxes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-section-right .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .services-section-right .box img {
        max-width: 70%;
        margin: 0 auto;
    }

    .services-section-right .box p {
        font-size: 16px;
        margin-top: 10px;
    }

    .custom-subscription-section {
        margin-top: 1100px; /* Adjust this value as needed */
    }


    .new-image {
        display: none; /* Hide the image for tablets and smaller screens */
    }
    .media-section .icons i {
        font-size: 24px !important;
        margin: 0 10px !important;
    }
}

/* For Xiaomi Redmi Note 10 5G (portrait mode, screen width 1080px) */
@media only screen and (max-width: 1080px) and (orientation: portrait) {

    .overlay-text {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .new-image {
        display: none; /* Hide the image for tablets and smaller screens */
    }


    .responsive-heading {
        font-size: 25px; /* Adjust font size for mobile phones */
    }

    .form-columns {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }

    .overlay-text h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        max-width: 100%;
        font-family: 'font700', sans-serif !important;
        font-size: 18px; /* Increased for better readability */
        word-wrap: break-word;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .row.no-gutters {
        margin: 0 !important;
    }

    .col-lg-4, .col-lg-8 {
        padding: 0 !important;
    }

    .box, .subscription-box {
        flex-basis: 100%;
    }

    .h-main-slider-section, .h-about-section, .services-section, .media-section, .h-store-section {
        padding: 0 !important;
    }

    .h-main-slider img, .h-main-slider video, .full-width-image, .background-image {
        width: 100% !important;
        height: auto !important;
    }

    h2 {
        font-size: 12vw; /* Increased to fit the higher resolution screen */
    }

    .top-right-text h2,
    .top-right-subscriptions-text h2 {
        font-size: 10vw;
    }

    .new-text p,
    .bottom-boxes .box p,
    .bottom-subscription-boxes .subscription-box p {
        font-size: 5vw; /* Adjusted for better readability */
    }

    .media-section .content {
        padding: 20px !important;
    }

    .services-section-left,
    .services-section-right {
        text-align: center;
        padding: 20px;
    }

    .bottom-boxes {
        background-color: var(--secondaryColor);
    }

    .services-section-right .bottom-boxes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-section-right .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .services-section-right .box img {
        max-width: 70%;
        margin: 0 auto;
    }

    .services-section-right .box p {
        font-size: 18px; /* Adjusted to a slightly larger size */
        margin-top: 10px;
    }

    .custom-subscription-section {
        margin-top: 1100px;
    }

    .media-section .icons i {
        font-size: 24px !important;
        margin: 0 10px !important;
    }
}

@media (min-width: 1600px) {
    .h-about-section .about-image {
        background-position: left center; /* Keep the background positioning for larger screens */
    }



}

.h-about-section .info{
    margin-bottom: 30px;
}

.h-about-section .actions{
    text-align: center;
}
.h-about-section .actions .btn{
    min-width: 100px;
}
.h-about-section .main-img{
    margin-bottom: 0
}
.h-about-section .main-img img{
    width: 100%;
}

/* subscription white boxes*/

.white-box {
    background-color: white; /* White background */
    padding: 20px; /* Add some padding */
    border-radius: 10px; /* Rounded corners */
    text-align: center; /* Center the text */
    flex: 0 1 auto; /* Allow boxes to take natural width */
    border: 2px solid #a6a6a6; /* Add border with color */

}

.bottom-subscription-boxes {
    display: flex; /* Use flexbox for horizontal layout */
    justify-content: center; /* Center the boxes horizontally */
    align-items: center;
    gap: 10px; /* Small gap between the boxes */
    flex-wrap: wrap;
    margin-top: auto;
}


.subscription-box {
    position: relative; /* Required for the corner image */
    background-color: #fff; /* Background color for the boxes */
    border: 1px solid #ddd; /* Example border */
    border-radius: 8px; /* Rounded corners */
    width: 350px; /* Fixed width */
    height: 200px; /* Fixed height */
    flex-basis: 30%;
    display: flex;
    padding: 10px; /* Internal padding */
    transition: transform 0.3s; /* Smooth hover effect */
    margin: 0 auto; /* Centers boxes if there's extra space */
    border-color: rgb(210, 206, 206);
    position: relative;
}


.subscription-img-fluid {
    max-width: 200; /* Ensure the image is responsive */
    height: auto; /* Maintain aspect ratio */
}


.services-section {
    display: flex;
    width: 100%;
    height: 500px; /* Adjust height as needed */
}

.custom-subscription-section-left {
    background-color: #F24227; /* Color for the left two-thirds */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 500px;
}

.new-text {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    position: absolute; /* Position absolutely within the container */
    top: 50%; /* Move to the middle of the container */
    left: 50%; /* Move to the middle of the container */
    transform: translate(-50%, -50%); /* Offset the position to truly center */
    text-align: center; /* Center text inside the container */
    color: white;
}

.col-lg-4.custom-subscription-section-left {
    position: relative; /* Ensure the container is positioned relative */
}

.custom-subscription-section-right {
    background-color: white; /* Color for the right one-third */
    height: 500px;
    padding: 20px;
    display: flex;
    justify-content: flex-end; /* Move items to the bottom */
    flex-direction: column; /* Stack items vertically */


}

.corner-subscription-image {
    position: absolute; /* Position the image */
    bottom: 10px; /* Adjust as needed */
    left: 10px; /* Adjust as needed */
    width: 150px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
}

.bottom-right-button {
    position: absolute; /* Position the button */
    bottom: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    padding: 5px 10px; /* Adjust padding as needed */
    font-size: 12px; /* Adjust font size as needed */
    background-color: #ffffff; /* Button background color */
    color: rgb(67, 66, 66); /* Button text color */
    border: 1px solid #969696; /* Add border with color */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

/* subscription white boxes*/



/* services section*/

.services-section {
    display: flex;
    width: 100%;
    height: 500px; /* Adjust height as needed */
}


.services-section-left {
    background-color: #4A2561; /* Color for the left two-thirds */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 500px;
}

.services-section-right {
    background-color: #EBE6F2; /* Color for the left two-thirds */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 500px;
}
.new-text {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    position: absolute; /* Position absolutely within the container */
    top: 50%; /* Move to the middle of the container */
    left: 50%; /* Move to the middle of the container */
    transform: translate(-50%, -50%); /* Offset the position to truly center */
    text-align: center; /* Center text inside the container */
    color: white;
}

.col-lg-4.services-section-left {
    position: relative; /* Ensure the container is positioned relative */
}

/*media section*/
.media-section {
    width: 100%; /* Full width */
    height: 300px; /* Fixed height */
    position: relative; /* Position relative to contain absolutely positioned elements */
    overflow: hidden; /* Hide overflow */
}

.media-container {
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Arrange children in a column */
    justify-content: center; /* Center children vertically */
    align-items: center; /* Center children horizontally */
    position: relative; /* Position relative to contain absolutely positioned elements */
}

.background-image {
    position: absolute; /* Position the image absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    object-fit: cover; /* Cover the container */
    z-index: 1; /* Place behind other content */
}

.media-big-text h1 {
    font-family: 'font700', sans-serif; /* Change to desired font family */
    font-size: 120px; /* Adjust font size as needed */
    font-weight: bold; /* Adjust font weight as needed */
    color: var(--orangeColor);
}

.follow-us-small-text p {
    font-family: 'font700', sans-serif; /* Change to desired font family */
    font-size: 22px; /* Adjust font size as needed */
    font-weight: normal; /* Adjust font weight as needed */
    color:  white;
}

.row.no-gutters {
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
}

.services-section-left,
.services-section-right {
    margin: 0; /* Remove any margin */
    padding: 0; /* Remove any padding */
}

.content {
    text-align: center; /* Center text */
    color: rgb(64, 64, 64); /* Text color */
    z-index: 1; /* Ensure content is above the image */
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Stack items on top of each other */

}

.bw-filter {
    filter: grayscale(100%); /* Apply black and white filter */
}

.content .row {
    width: 100%; /* Ensure rows take full width */
    display: flex; /* Enable Flexbox for rows */
    justify-content: center; /* Center items within rows */
    align-items: center; /* Center items vertically within rows */
    flex-direction: column; /* Stack items on top of each other within rows */

}

.row {
    margin: 10px 0; /* Margin for spacing */
}

.big-text h1 {
    font-size: 36px; /* Large font size */
}

.small-text p {
    font-size: 18px; /* Smaller font size */
}

.icons i {
    font-size: 24px; /* Icon size */
    margin: 0 10px; /* Spacing between icons */
}
/* custom section*/
.custom-services-right {
    background-color: #EBE6F2; /* Color for the right one-third */
    height: 500px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.top-right-subscriptions-text {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #F24227; /* Adjust text color as needed */
    font-family: 'font700', sans-serif !important;
}
.top-right-text {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white; /* Adjust text color as needed */
    font-family: 'font700', sans-serif !important;
    font-size: 44px;
}

.bottom-boxes {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    align-items: flex-end;
    gap: 10px;
}

.bottom-boxes .box {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    padding: 20px;
    margin: 50px;
    width: 250px;
    height: 250px;
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;

}

.bottom-boxes .box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Space between image and text */
}

.bottom-boxes .box img.img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Space between image and text */
}


.bottom-boxes .box:not(:last-child) {
    margin-right: 50px;
}

/* h-about-section */
.flex-container {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-title-box {
    flex: 1; /* One-third width */
    background-color: var(--secondaryColor); /* Replace with your desired color */
    padding: 20px; /* Adjust padding as needed */

}

.page-title-box .title {
    font-family: 'font700', sans-serif; /* Apply the custom font */
    margin: 0; /* Remove default margin */
    color: var(--purpleColor);
}
.page-content-box {
    flex: 2; /* Two-thirds width */
    background-color: #ffffff; /* Replace with your desired color */
    padding: 20px; /* Adjust padding as needed */

}

.page-title-box .title, .page-content-box .content {
    margin: 0; /* Remove default margin */
}

/* h-about-section */

/*h-services-section*/
.h-services-section{
    margin: 40px 0;
}
.service-item{
    text-align: center;
    padding: 0 25px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.service-item figure{
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.service-item figure img{
    max-width: 100%;
    max-height: 100%;
    width: 80%;
}
.service-item h3{
    font-size: 22px;
    color: #6D6E70;
}
.service-item .content{
    columns: #6D6E70;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
}
.service-item .actions{
    margin-top: auto;
}
.service-item .actions .btn{
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
}
/*h-services-section*/
/*h-subscriptions-section*/
.h-subscriptions-section{
    padding: 40px 0 60px;
    background-image: url('../images/subscriptions/h-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #E2EBEF;
}
.subscription-item{
    text-align: center;
}
.subscription-item figure{
    background-color: #fff;
    height: 218px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.subscription-item figure img{
    width: 100%;
    height: auto;
}
.subscription-item .title{
    padding:10px 5px;
    background-color: var(--purpleColor);
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.subscription-item.green .title{background-color: var(--greenColor);}
.subscription-item.turquoise .title{background-color: var(--turquoiseColor);}
.subscription-item .title h3{
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-family: var(--font700);
}
.subscription-item .actions .btn{
    min-width: 80px;
}
/*h-subscriptions-section*/
/*h-store-section*/
.h-store-section{
    background-color: var(--greenColor);
    padding: 40px 0 60px;
}
.product-item-1 figure{
    margin-bottom: 0px;
    text-align: center;
}

.register-title {
    font-family: 'font700', sans-serif; /* Replace with your actual font family */
    color: var(--purpleColor); /* Replace with your desired text color */

}
.product-item-1 figure img{
    /*width: 100%;*/
    border-radius: 20px;
    height: 247px;
}
.product-item-1 .details{
    text-align: center;
    color:#fff;
    padding: 15px 30px;
}
.product-item-1 h3{
    font-size: 18px;
    font-family: var(--font700);
}
.product-item-1 .content{
    text-align: center;
    margin-bottom: 20px;
    opacity: .9;
}
.product-item-1 .actions .btn{
    min-width: 120px;
}
/*h-store-section*/
/*h-additional-sections*/
.h-additional-sections{
    color: #fff;
    padding: 40px 0;
    background-color: var(--turquoiseColor);
}
.section-type{
    text-align: center;
}
.section-type h3{
    font-size: 18px;
    font-family: var(--font700);
    margin-bottom: 15px;
}
.section-type figure{
    margin: 0;
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-type figure img{
    width: 100%;
    max-width: 200px;
    height: auto;
}
.section-type .actions .btn{
    min-width: 120px;
}
/*h-additional-sections*/

/* main-footer */
.form-wrapper .form-group {
    width: 100%;
}
.form-wrapper button {
    width: 100%; /* Ensures the button spans the full width */
    margin-top: 0; /* Removes unnecessary spacing on mobile */
}

.footer-contactus .form-group {
    margin-bottom: 15px;
}

.footer-contactus .form-group.d-flex {
    flex-direction: row;
    align-items: stretch;
    display: flex;
}
.full-width {
    width: 100%;
    background: var(--orangeColor);
    border-color: var(--orangeColor);
}

.footer-contactus .btn-green {
    flex-shrink: 0;
    height: 70px; /* Ensure the button height matches the textarea */
    background-color: var(--orangeColor); /* Specific background color */
    color: white; /* Text color */
    border: none; /* Remove default border */
    border-radius: 10px; /* Rounded edges */
    padding: 10px 20px; /* Padding for the button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for background color */


}

.footer-contactus .form-group textarea {
    width: 100%;
    margin-bottom: 10px; /* Adds space between textarea and button */
}

.f-top{
    background-color: var(--purpleColor);
    color: #fff;
    padding-top: 15px;
    overflow: hidden;
}
.f-top .f-img{
    margin-bottom: 0;
    margin-top: 25px;
}

.f-top .footer-contactus h3{
    text-align: center;
    font-size: 18px;
    font-family: var(--font700);
    margin-bottom: 15px;
}
.f-top .footer-contactus figure{
    text-align: center;
}

.f-top .footer-contactus .form-control{
    border-radius: 10px;
}
.f-top .footer-contactus textarea.form-control{
    resize: none;
    height: 70px;
    border-radius: 10px;
}
.f-top .footer-contactus .btn{
    min-width: 100px;
}
.f-top .contact-info{
    list-style: none;
    padding: 0;
    text-align: left;
    direction: ltr;
}
.f-top .contact-info a{
    font-family: inherit;
}
.f-top .contact-info a:hover{
    color: var(--greenColor);
}
.f-top .contact-info li{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}
.f-top .contact-info li span{
    margin-right: 8px;
}
.f-top .contact-info li svg{
    width: 20px;
    color: var(--greenColor);
}
.f-top .contact-info li p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
}
.main-footer .f-bottom{
    background-color: #404041;
    color: #fff;
    padding: 10px 0;
}
.f-bottom .f-copyright{}
.f-bottom .f-copyright figure{
    margin-bottom: 10px;
}
.f-bottom .f-apps-stores{}
.f-bottom .f-apps-stores a{
    padding: 5px 15px;
}
.f-bottom .f-apps-stores a + a{
    border-right: 2px solid rgba(255,255,255,0.5);
}

.f-social{
    text-align: center;
    margin-bottom: 10px;
}

.f-social a i{
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    border-radius: 5px;
    font-size: 20px;
}
.f-social a:hover i{
    background-color: #fff;
    color: var(--greenColor);
}
.f-bottom .f-links a{
    font-size: 14px;
    padding: 0 8px;
}
.f-bottom .f-links a:hover{
    color: var(--greenColor);
}
.f-bottom .f-links a + a{
    border-right: 1px solid #fff;
}
.copyright{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}
#move-to-top{
    position: absolute;
    left: 0px;
    top: -56px;
    /* border-radius: 50%; */
}
#move-to-top i{
    width: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #0081FC;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    -webkit-box-shadow: 0 20px 50px rgba(0,129,252,0.21);
    box-shadow: 0 20px 50px rgba(0,129,252,0.21);
    cursor: pointer;
}
#move-to-top i:hover{
    background-color: #E6E6E6;
    color: #fff;
}
/* main-footer */
/*quick-contact*/
.quick-contact{
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.quick-contact .icon-wrapper{
    height: 55px;
    width: 55px;
    border-radius: 8px 0 0 8px;
    background-color: var(--purpleColor);
}
.quick-contact .icon-wrapper img{
    position: relative;
    top: -50%;
    margin-right: 20px;
}
.quick-contact .contact-wrppaer{
    position: absolute;
    right: 105px;
    top: -30px;
    overflow: hidden;
    width: 0;

    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    padding-right: 4px;
}
.quick-contact .contact-wrppaer:before{
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    border: 4px solid transparent;
    border-left-color: var(--purpleColor);
    z-index: 2;
    opacity: 0;
     -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.quick-contact:hover .contact-wrppaer:before{
    opacity: 1;
}
.quick-contact:hover .contact-wrppaer{
    width: 45px;
}
.quick-contact .contact-wrppaer ul{
    list-style: none;
    background-color: var(--purpleColor);
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}
.quick-contact .contact-wrppaer li{}
.quick-contact .contact-wrppaer a{}
.quick-contact .contact-wrppaer a i{
    width: 25px;
    text-align: center;
    line-height: 30px;
    color:#fff;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.quick-contact .contact-wrppaer a i:hover{
    color: var(--greenColor);
}
.quick-contact .contact-wrppaer li:not(:last-child) a i{
    border-bottom: 1px solid #fff;
}
/*quick-contact*/

/* cs-pagination */
.cs-pagination .page-link i,
.cs-pagination .page-link{
    color: #6D6E70;
    background-color: #C3D5DF;
    border-radius: 50% !important;
    line-height: 33px;
    width: 35px;
    text-align: center;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #C3D5DF;
    padding: 0;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    font-size: 16px;
}
.cs-pagination .page-item.active .page-link{
    color: #fff;
    border-color: #1ACCA6;
    background-color: #1ACCA6;
}
.cs-pagination .page-item:not(.active) .page-link:hover{
    color: #fff;
    border-color: #1ACCA6;
    background-color: #1ACCA6;
}
.cs-pagination .page-link i{
    color: #fff;
    border-color: #1ACCA6;
    background-color: #1ACCA6;
    display: block;
}
.cs-pagination .page-link.next,
.cs-pagination .page-link.prev{
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    border: none;
    line-height: 40px;
    border-radius: 0;
    background-color: transparent !important;
    border-radius: 50%;
}
.cs-pagination .page-link:focus{
    outline: none;
    box-shadow: none;
}
.cs-pagination .page-link:hover i{
    color: #fff;
    border-color: var(--mainColor);
    background-color: var(--mainColor);
}
/* cs-pagination */
/* register-type-wrapper */
#chooseRegisterTypeModal .cs-modal .modal-dialog{
    margin-top: 90px;
}
.register-type-wrapper{
    padding: 0 25px;
}
.register-types{
    margin-top: 50px;
}
.register-type-item {
    display: block;
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Inherit text color */
    padding: 20px; /* Adjust padding as needed */
    border: none; /* Add border */
    transition: background-color 0.3s; /* Add transition for hover effects */
}

.register-type-item:hover {
    background-color: #ffffff; /* Change background color on hover */

}

.register-type-items {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adjust the gap between items as needed */
}

.register-type-item figure{
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.register-type-item img {
    max-width: 100%; /* Ensure the image fits within the container */
    height: auto;
}


.register-type-item .details{
    border-radius: 10px;
    padding: 0;
    background: none;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    background: none;
}

.register-type-item h3{
    margin: 10px 0 5px; /* Adjust margin as needed */
    font-size: 20px;
    font-family: var(--font700);
}
.register-type-item p{
    margin: 0;
    font-size: 14px;
}
/* register-type-wrapper */
/* register modal */

.register-modal select{
    background-color: var(--purpleColor);
    border-color: var(--purpleColor);
    color: #fff;
}
.cs-upload{
    position: relative;
    text-align: center;
    padding-left: 80%;
}
.plus-sign {
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    background-color: var(--secondaryColor); /* Background color */
    color: white; /* Text color */
    font-size: 70px; /* Font size */
    border-radius: 50%; /* Make it a circle */
    cursor: pointer; /* Pointer cursor */
}
.cs-upload input[type="file"] {
    display: none; /* Hide the file input */
}

.cs-upload figure{
    width: 180px;
    height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    /*border: 3px solid #D75F7F;*/
    background-color: var(--secondaryColor);
    margin: 0 auto 35px;
}
.cs-upload figure img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cs-upload i:hover{
    background-color: var(--turquoiseColor);
}
.cs-upload input[type="file"]{
    display: none;
}
/* register modal */
/*subscriptions-main-banner-section*/
.subscriptions-main-banner-section{
    position: relative;
    background-image: url('../images/subscriptions/banner-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;position: relative;
    background-image: url('../images/subscriptions/banner-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscriptions-main-banner-section .content{
    padding:120px 0 40px;
}
.subscriptions-main-banner-section .content figure{
    margin-bottom: 0;

}
/*subscriptions-main-banner-section*/
/*subsc-details-types-sec*/
.subsc-details-types-sec{
    background-color: #E6EEF2;
    padding: 50px 0;
    width: 35%;
    height: 700px;
}
.subsc-details-types-sec .m-title{
    text-align: center;
    color: var(--orangeColor);
    font-size: 30px;
    font-family: var(--font700);
    margin-bottom: 25px;
}
.fa-plus {
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.subsc-details-types-sec .types .item{
    background-color: var(--greenColor);
    color:#fff;
    padding: 8px 15px;
    border-radius: 8px;
    margin:5px;
    font-family: var(--font700);
    font-size: 16px;
}
.subsc-details-types-sec .types .item.green{
    background-color: var(--greenColor);
}
.subsc-details-types-sec .types .item.turquoise{
    background-color: var(--turquoiseColor);
}
.subsc-details-types-sec .types .item.purple{
    background-color: var(--purpleColor);
}
.subsc-details-types-sec .types .item.active,
.subsc-details-types-sec .types .item:hover{
    background-color: #F45831 !important;
}
.subsc-details-types-sec .types .item.active{
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.16);
    box-shadow: 0 3px 9px rgba(0,0,0,0.16);
}
/*subsc-details-types-sec*/
/*subsc-details-filter-sec*/
.subsc-details-filter-sec{
    background-color: var(--purpleColor);
    padding: 25px 0;
    height: 700px;
    width: 35%;
}
.subsc-details-filter-sec .img{
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}
.subsc-details-filter-sec label{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.subsc-details-filter-sec .levels .item{
    color: #fff;
    border: 1px solid white;
    background-color: var(--purpleColor);
    padding: 5px 15px;
    margin:5px;
    border-radius: 12px;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.subsc-details-filter-sec .levels .item.active,
.subsc-details-filter-sec .levels .item:hover{
    background-color: var(--orangeColor);
    color: white
}
.subsc-details-filter-sec .classes-wrapper{
    margin-bottom: 0;
}
.subsc-details-filter-sec .custom-select{
    background-color: #fff;
    border: #fff;
    border-radius: 20px;
    color: #A6A8AB;
}
/*subsc-details-filter-sec*/
/*subsc-details-features-section*/
.subsc-details-features-section{
    padding: 40px 0;
}
.subsc-details-features-section .m-title{
    text-align: center;
    font-size: 30px;
    color: var(--orangeColor);
    font-family: var(--font700);
    margin-bottom: 25px;
}
.subsc-details-features-section .sec-content{}
.subsc-details-features-section .features-list-sec{}
.features-list-sec{}
.features-list-sec > div[class*="-col"]{
    /*height: 100%;*/
    border-radius: 10px;
    border: 1px solid #D7E2E7;
}
.features-list-sec .serv-col{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.features-list-sec .offline-col{
    -ms-flex: 0 0 calc(20% - 8px);
    flex: 0 0 calc(20% - 8px);
    margin-right: 8px;
    text-align: center;
}
.features-list-sec .online-col{
    -ms-flex: 0 0 calc(20% - 8px);
    flex: 0 0 calc(20% - 8px);
    margin-right: 8px;
    text-align: center;
}
.features-list-sec .shead{
    padding:15px 10px;
    height: 88px;
}
.features-list-sec .shead img{
    margin-bottom: 5px;
}
.features-list-sec .shead h4{
    font-size: 16px;
    color: #6D6E70;
    margin-bottom: 0
}
.features-list-sec .sbody{}
.features-list-sec .sbody .item{
    color:#6D6E70;
    font-size: 16px;
    padding: 5px 15px;
}
.features-list-sec .sbody .item:nth-of-type(odd){
    background-color: #E6EEF2;
}
.features-list-sec .serv-col .item i{
    color: #1ACCA6;
    margin-left: 5px;
    font-size: 10px;
}
.features-list-sec .offline-col .item i,
.features-list-sec .online-col .item i{
    width: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    background-color: #1ACCA6;
    color: #fff;
}
.features-list-sec .offline-col .item i.red,
.features-list-sec .online-col .item i.red{
    background-color: #F45831;
    color: #fff;
}
.features-list-sec .sfooter{
    padding: 15px;
    min-height: 155px;
}
.features-list-sec .serv-col .sfooter{}
.features-list-sec .serv-col .sfooter p{
    margin-bottom: 0;
    color: #6D6E70;
    font-family: var(--font700);
    font-size: 18px;
}
.features-list-sec .offline-col .sfooter p,
.features-list-sec .online-col .sfooter p{
    margin-bottom: 8px;
    color: #6D61A8;
    font-family: var(--font700);
    /*font-size: 26px;*/
    font-size: 24px;
    direction: ltr;
}

.features-list-sec .offline-col .sfooter .btn img,
.features-list-sec .online-col .sfooter .btn img{
    margin-left: 5px;
    position: relative;
    top:-2px;
}
/*subsc-details-features-section*/
/*subsc-fasih-features-section*/
.subsc-fasih-features-section{
    background-image: url('../images/subscriptions/fasih-features-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 0;
    background-color: #E6EEF2;
}
.subsc-fasih-features-section.white{
    background-color: #fff;
}
.subsc-fasih-features-section .m-title{
    color: var(--orangeColor);
    font-size: 30px;
    text-align: center;
    font-family: var(--font700);
    margin-bottom: 25px;
}
.subsc-fasih-features-section .media{
    background-color: #fff;
    padding: 5px;
    margin-bottom: 25px;
    border-radius: 8px;
}
.subsc-fasih-features-section .media .number,
.subsc-fasih-features-section .media img{
    margin-left: 10px;
    width: 65px;
    height: 65px;
    border-radius: 5px;
}
.subsc-fasih-features-section .media .number.color_1,
.subsc-fasih-features-section .media .number{
    background-color: #1ACCA6;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: var(--font700);
    line-height: 65px;
}
.subsc-fasih-features-section .media .number.color_2{background-color: #31AFA6;}
.subsc-fasih-features-section .media .number.color_3{background-color: #4D89A6;}
.subsc-fasih-features-section .media .number.color_4{background-color: #6D61A8;}
.subsc-fasih-features-section .media-body{
    padding: 5px 0
}
.subsc-fasih-features-section .media-body ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;

}
.subsc-fasih-features-section .media-body p,
.subsc-fasih-features-section .media-body li{
    color: #6D6E70;
    /*font-size: 12px;*/
    font-size: 14px;
    margin-bottom: 0;
}
/*subsc-fasih-features-section*/
/*subsc-details-filter-sec*/
.subsc-details-courses-filter-sec{
    width: 35%;
    padding: 25px 0;
    min-height: 126px;
}
.subsc-details-courses-filter-sec .img{
    position: absolute;
    left: 15px;
    /*top: 0;*/
    /*-webkit-transform: translateY(-40%);*/
    /*-ms-transform: translateY(-40%);*/
    /*transform: translateY(-40%);*/
    bottom:-70px;
}
@media(max-width: 479px){
    .subsc-details-courses-filter-sec .courese-types{
        text-align: center;
    }
}
.subsc-details-courses-filter-sec .courese-types .item{
    background-color: var(--purpleColor);
    border-radius: 20px;
    border: 1px solid white;
    font-size: 16px;
    padding: 8px 15px;
    margin:5px;
    color: white;
    display: inline-block;
}
.subsc-details-courses-filter-sec .courese-types .item:hover,
.subsc-details-courses-filter-sec .courese-types .item.active{
    background-color: var(--orangeColor);
    border: 1 px solid var(--purpleColor);
    color: white;
}
/*subsc-details-filter-sec*/
/*subsc-courses-section*/
.subsc-courses-section{
    background-color: #ffffff;
    flex-grow: 1; /* Default grow factor */
    padding: 40px 0;
    width: 65%;

}
.subsc-courses-section .m-title{
    font-size: 30px;
    text-align: center;
    font-family: var(--font700);
    margin-bottom: 25px;
    color: var(--orangeColor);
}
.subsc-courses-section .level-exam-btn{
    text-align: center;
    margin-bottom: 20px;
}
.subsc-courses-section .level-exam-btn .btn{
    border-radius: 8px;
}
.subsc-courses-list-sec .item{
    background-color: #DBE7ED;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 15px;
}
.subsc-courses-list-sec .item .data{
    width: 177px;
}
.subsc-courses-list-sec .item .data img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 164px;
}
.subsc-courses-list-sec .item .data .title{
    text-align: center;
    background-color: var(--greenColor);
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding:8px 5px;
}
.subsc-courses-list-sec .item .data .title.purple{
    background-color: var(--purpleColor);
}
.subsc-courses-list-sec .item .data .title h3{
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 0;
    line-height: 1.4;
}
.subsc-courses-list-sec .item .media-body{
    padding: 10px;
}
.subsc-courses-list-sec .item .media-body ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.subsc-courses-list-sec .item .media-body li{
    color: #6D6E70;
    font-size: 16px;
    margin-bottom: 8px;
}
.subsc-courses-list-sec .item .media-body li i{
    font-size: 10px;
    color: var(--greenColor);
    margin-left: 5px;
}
.subsc-courses-list-sec .item .meta{
    margin-top: 5px;
}
.subsc-courses-list-sec .item .meta .price{
    font-size: 26px;
    color: var(--purpleColor);
    font-family: var(--font700);
    direction: ltr;

    width: 177px;
    text-align: center;
}
@media(max-width: 767px){
    .subsc-courses-list-sec .item .meta .price{
        width: auto;
    }
}
.subsc-courses-list-sec .item .meta .actions{
    margin-right: auto;
}
.subsc-courses-list-sec .item .meta .btn img{
    position: relative;
    top: -2px;
}
/*subsc-courses-section*/
/*store-main-slider-section*/
.store-main-slider-section{
    position: relative;
    background-image: url('../images/subscriptions/banner-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 40px;
}
.store-main-slider-section .store-slider-large{}
.store-slider-large .owl-nav{
    position: absolute;
    bottom: -50px;
    right: 215px;
    left: 215px;
}

.store-slider-large .owl-nav .owl-prev,
.store-slider-large .owl-nav .owl-next{
    position: absolute;
     -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.store-slider-large .owl-nav .owl-prev{
    right: 0;
}
.store-slider-large .owl-nav .owl-next{
    left: 0px;
}
.store-slider-large .owl-nav button{
    border-radius: 50%;
}
.store-slider-large .owl-nav button.disabled{
    cursor: not-allowed;
}
.store-slider-large .owl-nav i{
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    border-radius: 50%;

}
.store-slider-large .owl-nav i:hover{
    /*border-color: #F8F8F8;*/
    /*background-color: #F8F8F8;*/
    color: var(--mainColor);
}
.store-main-slider-section .thumbs-slider-wrapper{
    padding: 0 70px;
    margin-top: 25px;
}
.store-main-slider-section .store-slider-thumbs .item{
    position: relative;
    width: 70px;
    margin: 0 auto;
}
.store-main-slider-section .store-slider-thumbs .item:before{
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-color: rgba(109,97,168,0.7);
    z-index: 1;
    display: block;
    border-radius: 7px;
    opacity: 0;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.store-main-slider-section .store-slider-thumbs .item img{
    width: 100%;
    height: 55px;
    display: block;
    border-radius: 7px;
    border: 1px solid #fff;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.store-main-slider-section .store-slider-thumbs .synced .item:before{
    opacity: 1;
}
.store-main-slider-section .store-slider-thumbs .synced .item img{
    border-color: var(--mainColor);
}
/*store-main-slider-section*/
/*store-page*/
.store-page{
    background-color: #E6EEF2;
    padding: 50px 0;
}
.store-page .m-title{
    color: var(--orangeColor);
    font-size: 30px;
    font-family: var(--font700);
    margin-bottom: 25px;
    text-align: center;
}
.store-page .search-sec{
    margin-bottom: 25px;
}
.store-page .search-sec .search-input{
    position: relative;
}
.store-page .search-sec .search-input i{
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1ACCA6;
}
.store-page .search-sec .search-input input{
    background-color: #fff;
    border-radius: 20px;
    border-color: #C3D5DF;
    padding-right: 40px;
}
.store-sort-filters{
    margin-bottom: 20px;
}
.store-sort-filters a{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    border: 1px solid #E6EEF2;
    background-color: #CCDDE6;
    color: #6D6E70;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.store-sort-filters a.active{
    background-color: #1ACCA6;
    color: #fff;
}
.store-page .products-wrapper{}
.s-product-item-1{
    background-color: #fff;
    padding: 7px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
}
.s-product-item-1 figure{
    margin-bottom: 10px;
}
.s-product-item-1 figure img{
    width: 100%;
    border-radius: 7px;
    height: 247px;
}
.s-product-item-1 .new{
    position: absolute;
    top: 0px;
    left:15px;
    z-index: 2;
    background-color: #F45831;
    color: #fff;
    padding:3px 5px 5px;
    font-size: 12px;
    z-index: 0;
}
.s-product-item-1 .new:after,
.s-product-item-1 .new:before{
    content: '';
    position: absolute;
    top:75%;
    border: 13px solid transparent;
    border-top-color:  #F45831;
    z-index: -1;
}
.s-product-item-1 .new:before{
    border-right-color:  #F45831;
    right: 0;
}
.s-product-item-1 .new:after{
    border-left-color:  #F45831;
    left: 0;
}
.s-product-item-1 .info{
    text-align: center;
    margin-bottom: 10px;
}
/* ratings */
.ratings{}
.ratings .stars{
    text-align: center;
}
.ratings .stars i{
    /*width: 20px;*/
    /*line-height: 20px;*/
    /*border-radius: 50%;*/
    /*background-color: rgba(35, 31, 32, 0.2);*/
    font-size: 16px;
    color: #E5E6E7;
}
.ratings .stars i.active{
    color: #FFCA05;
    /*background-color: #EFAD1B;*/
}
.ratings span{
    color: #5E6264;
    font-size: 12px;
    margin-top: 5px;
    padding: 0 5px;
}
/* ratings */
.s-product-item-1 .info .ratings{
    margin-bottom: 5px;
}
.s-product-item-1 .info h3{
    color: #6D6E70;
    font-size: 18px;
    margin-bottom: 0;
}
.s-product-item-1 .info p{
    font-size: 14px;
    color: #A6A8AB;
    margin-bottom: 0;
}
.s-product-item-1 .meta{
    padding: 8px;
}
.s-product-item-1 .meta .shipping img{
    height: 40px;
    padding-right: 15px;
}
.s-product-item-1 .price-with-discount{
    margin-right: auto;
}
.s-product-item-1 .price-with-discount span{
    display: block;
    text-align: left;
    direction: ltr;
    font-family: var(--font700);
}
.s-product-item-1 .price-with-discount .old{
    font-size: 12px;
    text-decoration: line-through;
    color: #D0D2D3;
}
.s-product-item-1 .price,
.s-product-item-1 .price-with-discount .current{
    font-size: 14px;
    color: #6D6E70;
}
.s-product-item-1 .price{
    font-family: var(--font700);
    text-align: left;
    direction: ltr;
    margin-right: auto;
}
.s-product-item-1 .price-with-discount .percent{
    background-color: #F45831;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
    font-family: var(--font700);
}
.s-product-item-1 .actions{
    margin-bottom: 5px;
}
.s-product-item-1 .actions .btn{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
}
.s-product-item-1 .actions .btn img{
    position: relative;
    top: -2px;
    height: 20px;
    margin-left: 5px;
}
.s-product-item-1 .actions .btn + .btn{
    margin-right: 7px;
}
.store-widget{
    border-bottom: 1px solid #C3D5DF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.store-widget:last-child{
    border-bottom: 0
}
.store-widget .w-m-title{
    font-size: 16px;
    font-family: var(--font700);
    color: #808184;
    margin-bottom: 10px;
    cursor: pointer;
}
.departments-widget{}
.departments-widget .sub-title{
    font-size: 16px;
    color: #6D6E70;
    padding: 5px;
    border-right: 5px solid #C3D5DF;
    cursor: pointer;
}
.departments-widget .subdepart{
    margin-bottom: 2px;
}
.departments-widget .subdepart .list-wrapper{
    padding-bottom: 10px;
}
.departments-widget .custom-control-label{
    color: #6D6E70;
    font-size: 16px;
}
.store-widget input.form-control{
    border-radius: 20px;
    border-color: #C3D5DF;
    /*color: #D0D2D3;*/
    color: #808184;
}
.store-sidebar-toggle{
    display: none;
    border-radius: 7px;
}

/*store-page*/
/*checkout-page*/
.checkout-page{
    padding: 40px 0;
}
.checkout-page .m-title{
    font-size: 30px;
    font-family: var(--font700);
    color:#707070;
    margin-bottom: 25px;
    text-align: center;
}
.ckout-copoun-sec{
    margin-bottom: 35px;
}
.ckout-copoun-sec label{
    font-size: 20px;
    font-family: var(--font700);
    font-weight: normal;
    color: #707070;
}
.ckout-copoun-sec .form-group{
    position: relative;
}
.ckout-copoun-sec .form-control{
    border-radius: 10px;
    height: 50px;
    padding-left: 120px;
}

.ckout-copoun-sec .form-group .btn{
    border-radius: 5px;
    width: 80px;
    position: absolute;
    top: 50%;
    left:8px;
    /*margin-top: -12px;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ckout-copoun-sec .message i{
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--greenColor);

    text-align: center;
    font-size: 14px;
    /*position: absolute;
    top: 50%;
    left:8px;
    margin-top: -12px;*/
    margin-left: 8px;
}
.ckout-copoun-sec .message i.red{
    background-color: #F45831;
}
.ckout-copoun-sec .message p{
    margin-bottom: 0;
    color: #707070;
    font-size: 20px;
}
.ckout-copoun-sec .message p span{
    font-family: var(--font700);
    color: #F45831;
    direction: ltr;
    padding: 0 5px;
    display: inline-block;
}

.ckout-copoun-sec .actions{}
.ckout-copoun-sec .btn{
    min-width: 100px;
}
/* payment-methods-tabs */
.payment-methods-tabs{
    margin-top: 35px;
    /*border-bottom: 1px solid #A6A8AB;*/
    margin-bottom: 35px;
}
.payment-methods-tabs > .title{
    font-size: 20px;
    margin-bottom: 30px;
    font-family: var(--font700);
    color: #707070;
}
.payment-methods-tabs .nav{
    /*margin-bottom: 35px;*/
    margin-bottom: 15px;
}
.payment-methods-tabs .nav-item{
    padding: 5px 15px;
    flex:1 1 auto;
}
.payment-methods-tabs .nav-link{
    /*padding: 0;*/
    /*border: none !important;*/
    background-color: transparent !important;
    border: 2px solid #A6A8AB;
    border-radius: 5px;
    min-height: 120px;
    /*width: 120px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    color: #A6A8AB;
    margin:0 auto 10px;
}
.payment-methods-tabs .nav-link figure{
/*    border: 2px solid #A6A8AB;
    border-radius: 5px;*/
    /*height: 120px;*/
    /*width: 120px;*/
/*    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    /*padding: 1rem;*/
    /*color: #A6A8AB;*/
    /*margin:0 auto 10px;*/
    margin-bottom: 0;
    margin-left: 15px;
}
.payment-methods-tabs .nav-link h3{
    font-size: 20px;
    font-family: var(--font700);
    margin-bottom: 0;
    color: #A4B7C1;
    /*text-align: center;*/
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.payment-methods-tabs .nav-pills .nav-link.active,
.payment-methods-tabs .nav-pills .show>.nav-link{
    background-color: transparent;
    border-color: #1ACCA6;
    color: #1ACCA6;
}
.payment-methods-tabs .nav-pills .nav-link.active h3,
.payment-methods-tabs .nav-pills .show>.nav-link h3{
    color: #1ACCA6;
}

.payment-methods-tabs .tab-pane label{
    font-size: 14px;
    font-family: var(--font700);
    color: #707070;
}
.payment-methods-tabs .tab-pane .custom-select,
.payment-methods-tabs .tab-pane .form-control{
    border-color: #C3D5DF;
    border-radius: 10px;
    color: #6D6E70;
}
.payment-methods-tabs .tab-pane .iban-input{
    position: relative;
}
.payment-methods-tabs .tab-pane .iban-input .form-control{
    padding-left: 70px;
}
.payment-methods-tabs .tab-pane .iban-input .btn{
    position: absolute;
    top: 3px;
    left: 3px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.payment-methods-tabs .tab-pane .upload-btn-wrapper{}
.payment-methods-tabs .tab-pane .upload-btn-wrapper input[type="file"]{
    display: none;
}

.payment-methods-tabs .tab-pane .cvv-help-link{
    font-size: 14px;
    /* font-family: var(--font_tjM); */
    text-decoration: underline;
}
.payment-methods-tabs .tab-pane .cvv-help-link:hover{
    color: var(--purpleColor);
}

.bank-transfer-items{
    margin-bottom: 35px;
}
.upload-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    color: #000; /* Text color */
    font-size: 24px; /* Font size */
    border-radius: 50%; /* Make it a circle */
    cursor: pointer; /* Pointer cursor */
    position: relative;
}

.bank-transfer-item .top{
    border-radius: 10px;
    border: 1px solid #C3D5DF;
    margin-bottom: 10px;
}
.bank-transfer-item .top figure{
    margin-bottom: 0;
    height: 100px;
    border-bottom: 1px solid #C3D5DF;
}
.bank-transfer-item .bottom,
.bank-transfer-item .info{
    /*padding: 15px;*/
    padding: 10px 10px 5px;
    background-color: #F5F8FA;
    text-align: center;
    color: #707070;
    /*border-radius: 0 0 10px 10px;*/
    border-radius: 10px;
}
.bank-transfer-item .bottom{
    border-radius: 10px;
    margin-bottom: 50px;
    border: 1px solid #C3D5DF;
}
.bank-transfer-item .bottom label,
.bank-transfer-item .info label{
    font-size: 18px;
    /*margin-bottom: 10px;*/
    margin-bottom: 0px;
    font-weight: normal;
    font-family: var(--font400);
}
.bank-transfer-item .bottom p,
.bank-transfer-item .info p{
    font-size: 18px;
    font-family: var(--font700);
    margin-bottom: 0;
}
.bank-transfer-item .bottom .btn{
    /*margin-bottom: -50px;*/
    margin-bottom: -25px;
    border-radius: 5px;
}
.bank-transfer-item .bottom .btn i{
    margin-left: 5px;
}
.cs-upload-img-sec{
    margin-bottom: 15px;
}
.cs-upload-img-sec .upload-wrapper{
    background-color: #F5F8FA;
    border: 1px solid #C3D5DF;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    color: #707070;
    cursor: pointer;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.cs-upload-img-sec .upload-wrapper:hover{
    color: var(--yallowColor);

}
.cs-upload-img-sec .upload-wrapper span{
    margin-left: 10px;
}
.cs-upload-img-sec .upload-wrapper label{
    font-size: 20px;
    font-family: var(--font700);
    font-weight: normal;
    color: currentColor;
    margin-bottom: 0;
}
.cs-upload-img-sec .upload-item{
    background-color: #F5F8FA;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.cs-upload-img-sec .upload-item figure{
    margin-bottom: 0;
    margin-left: 15px;
}
.cs-upload-img-sec .upload-item figure img{
    width: 100px;
    border-radius: 0 10px 10px 0;

}
.cs-upload-img-sec .upload-item h3{
    font-size: 16px;
    color: #707070;
    margin-bottom: 5px;
}
.cs-upload-img-sec .upload-item p{
    margin-bottom: 0;
    font-size: 16px;
    color: #CDD6DC;
    font-family: var(--font700);
}
.cs-upload-img-sec .upload-item .btn{
    /*position: absolute;
    top: 0px;
    left: 0;*/
    color: #C3D5DF;
}
.cs-upload-img-sec .upload-item .btn:hover{
    color: var(--yallowColor);
}
/* payment-methods-tabs */
/* shipping-methods-tabs */
.shipping-methods-tabs{
    margin-top: 35px;
    margin-bottom: 35px;
    /*border-bottom: 1px solid #A6A8AB;*/
}
.shipping-methods-tabs > .title{
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--font700);
    color: #707070;
}
.shipping-methods-tabs .nav-item{
    padding: 5px 15px;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}
.shipping-methods-tabs .nav-link{
    padding: 0;
    border: none !important;
    background-color: transparent !important;
}
.shipping-methods-tabs .nav-link figure{
    border: 2px solid #A6A8AB;
    border-radius: 5px;
    height: 120px;
    /*width: 120px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    color: #A6A8AB;
    margin:0 auto 10px;
}
.shipping-methods-tabs .nav-link figure img{
    max-height: 100%;
}
.shipping-methods-tabs .nav-link h3{
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 0;
    color: #6D6E70;
    text-align: center;
}
.shipping-methods-tabs .nav-pills .nav-link.active figure,
.shipping-methods-tabs .nav-pills .show>.nav-link figure{
    background-color: transparent;
    border-color: #1ACCA6;
    color: #1ACCA6;
}

.shipping-methods-tabs .tab-pane label{
    font-size: 14px;
    font-family: var(--font700);
    color: #707070;
}
.shipping-methods-tabs .tab-pane .custom-select,
.shipping-methods-tabs .tab-pane .form-control{
    border-color: #C3D5DF;
    border-radius: 20px;
    color: #6D6E70;
}
.shipping-methods-tabs .tab-pane .iban-input{
    position: relative;
}
.shipping-methods-tabs .tab-pane .iban-input .form-control{
    padding-left: 70px;
}
.shipping-methods-tabs .tab-pane .iban-input .btn{
    position: absolute;
    top: 3px;
    left: 3px;
    padding-top: 4px;
    padding-bottom: 5px;
}
.shipping-methods-tabs .tab-pane .upload-btn-wrapper{}
.shipping-methods-tabs .tab-pane .upload-btn-wrapper input[type="file"]{
    display: none;
}

.shipping-methods-tabs .tab-pane .cvv-help-link{
    font-size: 14px;
    /* font-family: var(--font_tjM); */
    text-decoration: underline;
}
.shipping-methods-tabs .tab-pane .cvv-help-link:hover{
    color: var(--purpleColor);
}

/* payment-methods-tabs */
/*ckout-total-summary-sec*/
.ckout-total-summary-sec{
    margin-bottom: 15px;
    background-color: #E6EEF2;
    padding: 15px 0;
}
/*.ckout-total-summary-sec > .title{
    font-size: 14px;
    margin-bottom: 15px;
    font-family: var(--font700);
    color: #6D6E70;
}
.ckout-total-summary-sec .discount{
    background-color: #F45831;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
}
.ckout-total-summary-sec .discount img{
    margin-right: 5px;
    height: 48px;
}
.ckout-total-summary-sec .discount p{
    font-size: 14px;
    margin-bottom: 0;
}
.ckout-total-summary-sec .total-summary{}
.ckout-total-summary-sec .total-summary .item{
    border-radius: 2px;
    border:1px solid #C3D5DF;
    padding: 10px 15px;
}
.ckout-total-summary-sec .total-summary .sfooter .item{
    background-color: #E6EEF2;
}
.ckout-total-summary-sec .total-summary .item p,
.ckout-total-summary-sec .total-summary .item label{
    font-weight: normal;
    font-family: var(--font700);
    font-size: 16px;
    color: #6D6E70;
    margin-bottom: 0;
}
.ckout-total-summary-sec .total-summary .item p{
    direction: ltr;
}*/
.ckout-total-summary-sec .invoice-details{}
.ckout-total-summary-sec .invoice-details .ibody{
    border-bottom: 1px dashed #BAC2C7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ckout-total-summary-sec .invoice-details .item{
    /*padding: 5px;*/
}
.ckout-total-summary-sec .invoice-details .item label{
    color: #707070;
    font-size: 20px;
    font-weight: normal;

}

.ckout-total-summary-sec .invoice-details .item p{
    margin-bottom: 0;
    color: #6D6E70;
    font-size: 20px;
    direction: ltr;
}
.ckout-total-summary-sec .invoice-details .item.red p,
.ckout-total-summary-sec .invoice-details .item.red label{
    color: #F45831;
}
.ckout-total-summary-sec .invoice-details .ifooter .item p,
.ckout-total-summary-sec .invoice-details .ifooter .item label{
    font-family: var(--font700);
}
.checkout-page .actions{
    text-align: left;
}
.checkout-page .actions .btn{
    border-radius: 10px;
}
/*ckout-total-summary-sec*/
/*checkout-page*/
/*single-product-details-sec*/
.single-product-details-sec{
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 25px;
}
.sigle-product-slider-sec{}
.single-product-slider .item img{
    border-radius: 8px;
}
.single-product-slider .owl-nav{
    position: absolute;
    bottom: 50%;
    right: 15px;
    left: 15px;
}

.single-product-slider .owl-nav .owl-prev,
.single-product-slider .owl-nav .owl-next{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-product-slider .owl-nav .owl-prev{
    right: 0;
}
.single-product-slider .owl-nav .owl-next{
    left: 0px;
}
.single-product-slider .owl-nav button{
    border-radius: 50%;
}
.single-product-slider .owl-nav button.disabled{
    cursor: not-allowed;
}
.single-product-slider .owl-nav i{
    width: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);

}
.single-product-slider .owl-nav i:hover{
    background-color: #fff;
    color: var(--mainColor);
}
.sigle-product-dots{
    max-width: 100%;
    overflow-x: auto;
}
.sigle-product-dots .item{
    margin: 5px;
}
.sigle-product-dots .item img{
    border-radius: 8px;
    border: 2px solid transparent;
    /*width: 55px;*/
    /*height: 42px;*/
    width: 100px;
    height: 85px;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.sigle-product-dots .item.active img{
    border-color: #1ACCA6;
}
.single-product-details{}
.single-product-details .brief{
    border-bottom: 1px solid #C3D5DF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single-product-details .brief-content{
    margin-left: 10px;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
}
.single-product-details .brief .head{
    margin-bottom: 15px;
}
.single-product-details .brief .info h1{
    font-size: 26px;
    color: #6D6E70;
    font-family: var(--font700);
    margin-bottom: 5px;
}
.single-product-details .brief .info p{
    font-size: 18px;
    /*font-family: var(--font700);*/
    color: #A6A8AB;
    margin-bottom: 0;
}
.single-product-details .brief .ratings{
    white-space: nowrap;
}
.single-product-details .brief .ratings span{
    font-family: var(--font700);
    font-size: 16px;
}
.single-product-details .brief .extra p{
    color: #6D6E70;
    font-family: var(--font700);
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    padding:0 5px;
}
.single-product-details .brief .description{}
.single-product-details .brief .description .title{
    font-size: 16px;
    font-family: var(--font700);
    color: #A6A8AB;
    margin-bottom: 10px;
}
.single-product-details .brief .description .desc-content{
    color: #A6A8AB;
    font-size: 14px;
}
.single-product-details .brief .new{
    background-color: #F45831;
    color: #fff;
    font-size: 14px;
    font-family: var(--font700);
    /*padding: 5px;*/
    padding:3px 5px 5px;
    position: relative;
    z-index: 0;
}

.single-product-details .brief .new:after,
.single-product-details .brief .new:before{
    content: '';
    position: absolute;
    top:75%;
    border: 13px solid transparent;
    border-top-color:  #F45831;
    z-index: -1;
}
.single-product-details .brief .new:before{
    border-right-color:  #F45831;
    right: 0;
}
.single-product-details .brief .new:after{
    border-left-color:  #F45831;
    left: 0;
}
.single-product-details .cart-shipping-sec,
.single-product-details .quantity-price-sec{
    border-bottom: 1px solid #C3D5DF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single-product-details .price-with-discount{
    margin-right: auto;
}
.single-product-details .price-with-discount span{
    display: block;
    text-align: left;
    direction: ltr;
    font-family: var(--font700);
}
.single-product-details .price-with-discount .old{
    font-size: 16px;
    text-decoration: line-through;
    color: #D0D2D3;
}
.single-product-details .price,
.single-product-details .price-with-discount .current{
    font-size: 18px;
    color: #6D6E70;
    line-height: 1.2;
}
.single-product-details .price{
    font-family: var(--font700);
    text-align: left;
    direction: ltr;
    margin-right: auto;
}
.single-product-details .price-with-discount .percent{
    background-color: #F45831;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
    font-family: var(--font700);
}
.quantity-control{
    background-color: #C3D5DF;
    border-radius: 5px;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.quantity-control input{
    width: 60px;
    padding: 5px;
    background-color: #fff;
    outline-color: #fff;
    text-align: center;
    font-family: var(--font700);
    font-size: 14px;
}
.quantity-control i{
    padding: 0 5px;
    line-height: 35px;
    cursor: pointer;
    color: #6D6E70;
}
.single-meta-info-sec{
    margin-bottom: 20px;
}
.single-meta-info-sec .item{
    /*-ms-flex:1 1 auto;*/
    /*flex:1 1 auto;*/
    -ms-flex:1 1 50%;
    flex:1 1 50%;
    max-width:50%;
}
/*.single-meta-info-sec .item + .item{*/
.single-meta-info-sec .item:nth-child(even){
    /*margin-right: 15px;*/
    border-right: 1px solid #A6A8AB;
    padding-right: 15px;
}
.single-meta-info-sec .item .table{
    margin-bottom: 0;
}
.single-meta-info-sec .item th,
.single-meta-info-sec .item td{
    font-size: 14px;
}
.single-meta-info-sec .item th{
    color: #6D6E70;
    width:50%;
}
.single-meta-info-sec .item td{
    color: #A6A8AB;
}
.single-product-details .cart-shipping-sec .btn{
    margin-left: auto;
}
.single-product-details .cart-shipping-sec .shipping-text{
    margin-bottom: 0;
    font-size: 14px;
    color: #F45831;
    padding: 0 10px;
}
.single-product-details .cart-shipping-sec .shipping-img{
    margin-bottom: 0;
    border-right: 1px solid #C3D5DF;
    padding-right: 10px;
}
/*single-product-details-sec*/
/*single-descriptions-tabs-sec*/
.single-descriptions-tabs-sec{
    background-color: #fff;
    border-radius: 8px;
    /*padding: 10px;*/
    margin-bottom: 25px;
}
.single-descriptions-tabs-sec .shead .nav-link{
    border-radius: 0;
    background-color: #A6A8AB;
    color: #fff;
    font-family: var(--font700);
    font-size: 14px;
}
.single-descriptions-tabs-sec .shead .nav-item:first-child .nav-link{
    border-top-right-radius: 8px
}
.single-descriptions-tabs-sec .shead .nav-item:last-child .nav-link{
    border-top-left-radius: 8px
}
.single-descriptions-tabs-sec .shead .nav-link.active,
.single-descriptions-tabs-sec .shead .show>.nav-link{
    background-color: #fff;
    color: #A6A8AB;
}
.single-descriptions-tabs-sec .tab-pane{
    color: #A6A8AB;
    font-size: 14px;
    padding: 15px;
}
/*single-descriptions-tabs-sec*/
/*product-rating-summary-sec*/
.product-rating-summary-sec{
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}
.product-rating-summary-sec .rating-details{}
.product-rating-summary-sec .rating-details h3{
    color: #6D6E70;
    font-size: 18px;
    font-family: var(--font700);
    margin-bottom: 15px;
}
.product-rating-summary-sec .rating-details .ratings{
    margin-left: 15px;
}
.product-rating-summary-sec .rating-details .ratings span{
    min-width: 90px;
    display: inline-block;
}
.product-rating-summary-sec .rating-details .progress{}
.product-rating-summary-sec .rating-details .progress-bar{
    background-color: var(--greenColor);
}
.product-rating-summary-sec .single-rate-total{
    text-align: center;
}
.product-rating-summary-sec .single-rate-total .ratings span{
    font-family: var(--font700);
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.product-rating-summary-sec .single-rate-total p{
    font-size: 36px;
    font-family: var(--font700);
}

.product-rating-summary-sec .single-rate-total .btn svg{
    width: 18px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
/*product-rating-summary-sec*/
/*single-evaluations-section*/
.single-evaluations-section .evl-filter{
    margin-bottom: 20px;
}
.single-evaluations-section .evl-filter label{
    color: #6D6E70;
    font-size: 14px;
    font-family: var(--font700);
    font-weight: normal;
    padding:0 10px;
    margin-bottom: 0;
}
.single-evaluations-section .evl-filter .content{

}
.single-evaluations-section .evl-filter .content a{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*border: 1px solid #E6EEF2;*/
    background-color: #CCDDE6;
    color: #6D6E70;
    text-align: center;
    padding: 5px;
    margin:0 1px;
}
.single-evaluations-section .evl-filter .content a.active{
    background-color: #6D61A8;
    color: #fff;
}
.evaluation-item{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.evaluation-item .media{
    padding:0 15px
}
.evaluation-item .media-body{
    /*height: 50px;*/
}
.evaluation-item .media figure{
    height: 50px;
    margin-bottom: 0;
}
.evaluation-item .media img{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-left: 10px;
}
.evaluation-item .media .ratings span{
    font-size: 14px;
    font-family: var(--font700);
    color: #A6A8AB;
    margin-right: 10px;
    display: inline-block;
}
.evaluation-item .media p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #6D6E70;
    font-family: var(--font700);
    margin-top: 5px;
}
.evaluation-item .content{
    color: #6D6E70;
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 8px;
    padding-right: 110px;
}
.evaluation-item .meta{
    margin-top: 5px;
    margin-bottom: 5px;
}
.evaluation-item .meta label{
    color: #989898;
    margin-bottom: 0;
    font-size: 14px;
    padding: 0 10px;
}
.evaluation-item .meta p{
    margin-bottom: 0;
    margin-right: 5px;
}
.evaluation-item .meta p i{
    font-size: 16px;
}
.evaluation-item .meta p span{
    font-size: 14px;
    font-family: var(--font700);
    padding: 0 5px;
}
/*single-evaluations-section*/
/*cart-page*/
.cart-page{
    background-color: #E6EEF2;
    padding: 40px 0;
}
.cart-summary{
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
}
.cart-summary .m-title{
    font-size: 20px;
    font-family: var(--font700);
    color: var(--orangeColor);
    text-align: center;
    margin-bottom: 15px;
}
.cart-summary .table:not(:last-child){
    border-bottom: 1px solid #C3D5DF;
    margin-bottom: 10px;
}
.cart-summary .table th,
.cart-summary .table td{
    color: #6D6E70;
    font-size: 14px;
}
.cart-summary .table th{
    font-family: var(--font700);
    font-weight: normal;
}
.cart-summary .table th:last-child,
.cart-summary .table td:last-child{
    direction: ltr;
    text-align: left;
    font-weight: normal;
    font-family: var(--font700);
    font-size: 16px;
}
.cart-summary .table th:last-child span,
.cart-summary .table td:last-child span{
    font-family: inherit;
}
.cart-item{
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.cart-item .m-img{
    margin-bottom: 0;
    margin-left: 15px;
}
.cart-item .m-img img{
    width: 200px;
}
.cart-item .info{}
.cart-item .info h3{
    font-size: 26px;
    font-family: var(--font700);
    color: #6D6E70;
    margin-bottom: 5px;
}
.cart-item .info p{
    font-size: 18px;
    color: #A6A8AB;
    margin-bottom: 0;
}

.cart-item .price-with-discount{
    margin-left: auto;
}
.cart-item .price-with-discount span{
    display: block;
    text-align: left;
    direction: ltr;
    font-family: var(--font700);
}
.cart-item .price-with-discount .old{
    font-size: 16px;
    text-decoration: line-through;
    color: #D0D2D3;
    white-space: nowrap;
}
.cart-item .price,
.cart-item .price-with-discount .current{
    white-space: nowrap;
    font-size: 18px;
    color: #6D6E70;
    line-height: 1.2;
}
.cart-item .price{
    font-family: var(--font700);
    text-align: left;
    direction: ltr;
    margin-right: auto;
}
.cart-item .price-with-discount .percent{
    background-color: #F45831;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
    font-family: var(--font700);
}
.cart-item .shipping{
    margin-left: 20px;
}
.cart-item .shipping p{
    margin-bottom: 0;
    font-size: 14px;
    color: #F45831;
    padding: 0 10px;
}
.cart-item .shipping figure{
    margin-bottom: 0;
    border-right: 1px solid #C3D5DF;
    padding-right: 10px;
}
.cart-item .quantity-control{
    -ms-flex-direction: column;
    flex-direction: column;
}
.cart-item .quantity-control input,
.cart-item .quantity-control i{
    width: 45px;
    text-align: center;
}
/*cart-related-section*/
.cart-related-section{
    margin: 40px 0;
}
.cart-related-section .m-title{
    background-color: var(--orangeColor);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-family: var(--font700);
    font-size: 20px;
    padding: 8px;
    margin-bottom: 25px;
}
/*cart-related-section*/
/*cart-page*/
/*media-page*/
.cs-bg-page{
    background-color: #E6EEF2;
    padding: 50px 0;
}
.media-filter-header-section .m-title {
    color: var(--orangeColor);
    font-size: 30px;
    font-family: var(--font7002);
    margin-bottom: 25px;
    text-align: center;
}
.media-filter-header-section .links{
    margin: 20px 0
}
.media-filter-header-section .links a{
    background-color: var(--purpleColor);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    margin: 5px;
    font-family: var(--font700);
    font-size: 16px;
}
.media-filter-header-section .links a.active{
    background-color: var(--greenColor);
}
.media-filter-header-section .search-sec{
    margin-bottom: 25px;
}
.media-filter-header-section .search-sec .search-input{
    position: relative;
}
.media-filter-header-section .search-sec .search-input i{
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1ACCA6;
}
.media-filter-header-section .search-sec .search-input input{
    background-color: #fff;
    border-radius: 20px;
    border-color: #C3D5DF;
    padding-right: 40px;
}
/*media-archive-section*/
.media-archive-section{
    margin: 40px 0;
}
.media-item{
    margin-bottom: 25px;
}
.media-item figure{
    position: relative;
}
.media-item figure a{
    display: block;
    position: relative;
    width: 100%;
}
.media-item figure img{
    width: 100%;
    border-radius: 10px;
    height: 246px;
}
.media-item figure i{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding-left: 4px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.media-item figure:hover i{
    background-color: var(--yallowColor);
    color: #fff;
}
.media-item h3{
    color: #6D6E70;
    font-size: 16px;
    font-family: var(--font700);
}
.media-item h3 a{
    color: inherit;
    font-family: inherit;
}
.media-item h3 a:hover{
    color: var(--yallowColor);
}
.media-item p{
    color: #A6A8AB;
    font-size: 16px;
    margin-bottom: 0;
}
/*media-archive-section*/
/*media-page*/
/*student-guide-page*/
.student-guide-page{}
.student-guide-archive-section{
    margin: 40px 0;
}
.student-guide-item{
    margin-bottom: 25px;
}
.student-guide-item figure{}
.student-guide-item figure img{
    width: 100%;
    border-radius: 10px;
    height: 246px;
}
.student-guide-item h3{
    color: #6D6E70;
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 15px;
}
.student-guide-item .meta{
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--greenColor);
}
.student-guide-item .meta label{
    font-size: 12px;
    margin-bottom: 0;
    font-family: var(--font700);
    line-height: 1;
}
.student-guide-item .meta span{
    font-size: 14px;
    display: block;
    font-family: var(--font700);
    line-height: 1;
}
.student-guide-item .meta .date{
    border-left: 1px solid var(--greenColor);
    padding-left: 10px;
    margin-left: 10px;
}
.student-guide-item .actions{}
.student-guide-item .actions .btn{
    display: block;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
/*student-guide-page*/
/*quiz-page*/
.quiz-page{}
.quiz-page .p-header{}
.quiz-page .p-header .m-title{
    color: var(--orangeColor);
    font-size: 30px;
    font-family: var(--font700);
    margin-bottom: 25px;
    text-align: center;
}
.quiz-header{
    margin-bottom: 25px;
}
.quiz-header .exam-time{}
.quiz-header .exam-time label{
    font-size: 16px;
    color: #6D61A8;
    text-align: center;
    display: block;
}
.quiz-header .exam-time p{
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #D0D2D3;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 20px;
    font-family: var(--font700);
    color: #6D61A8;
    text-align: center;
}
.quiz-header .question-time{}
.quiz-header .question-time label{
    font-size: 16px;
    color: var(--greenColor);
}
.quiz-header .question-time p{
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #D0D2D3;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--font700);
    color: var(--greenColor);
    text-align: center;
}
.quiz-header .questions-numbers{
    max-width: 400px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.quiz-header .questions-numbers .item{
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
}
.quiz-header .questions-numbers span{
    font-size: 16px;
    font-family: var(--font700);
    background-color: var(--greenColor);
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    margin: 3px;
}
.quiz-header .questions-numbers span.active{
    background-color: var(--purpleColor);
}

.quiz-content .quiz-type-1 {
    display: flex; /* Align question and answers horizontally */
    align-items: center; /* Center them vertically */
    margin-bottom: 20px; /* Add some space between questions */
}

.horizontal-sections-container {
    display: flex;
    width: 100%;
}

.quiz-content .quiz-type-1 .q-question {
    flex: 1; /* Allow the question to take the remaining space */
    margin-right: 20px; /* Add some space between the question and answers */
}

.quiz-content .quiz-type-1 .answers {
    display: flex; /* Align answers horizontally */
    flex-direction: column; /* Ensure answers are listed vertically */
    width: 100px; /* Set the width of the answers container */
}

.cs-radio input[type="radio"]{
    display: none;
}

.sections-container {
    display: flex; /* Use flexbox */
    gap: 20px; /* Gap between the sections */
    width: 100%; /* Full width */
}

.flex-item {
    flex-grow: 1; /* Default grow factor */
}

.quiz-content .quiz-type-1 .answer label{
    display: block;
    background-color: #fff;
    /*color: #EBEBEB;*/
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #D0D2D3;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 45px;
}
.quiz-content .quiz-type-1 .answer span{
    background-color: var(--greenColor);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: var(--font700);
    text-transform: capitalize;
    position: absolute;
    top: 3px;
    right: 3px;
    line-height: 34px;
    width: 35px;
}
.quiz-content .quiz-type-1 .answer.checked label{
    /*color: #1ACCA6;*/
    color: var(--purpleColor);
    border-color: currentcolor;
}
.quiz-content .quiz-type-1 .answer.checked span{
    /*background-color: #1ACCA6;*/
    background-color: var(--purpleColor);
}
.quiz-content .quiz-type-1 .answer:not(.checked) label{
    /*color: #D0D2D3;*/
    /*color: #5f6263;*/
    color: #333;
    border-color: #D0D2D3;
}
.quiz-content .quiz-type-1 .answer:not(.checked) span{
    background-color: #D0D2D3;
}
.quiz-content .quiz-type-1 .answer.wrong label{
    color: #F45831 !important;
    border-color: currentcolor !important;
    /*background-color: #fbd1dc;*/
}
.quiz-content .quiz-type-1 .answer.wrong span{
    background-color: #F45831 !important;
}

.quiz-content .quiz-type-1 .answer.success label{
    color: #1ACCA6 !important;
    border-color: currentcolor !important;
}
.quiz-content .quiz-type-1 .answer.success span{
    background-color: #1ACCA6 !important;
}
.quiz-type-2{
    position: relative;
}
.quiz-type-2 .q-question{
    color: #5E6264;
    font-size: 20px;
    color: #5E6264;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #D0D2D3;
    min-height: 200px;
    padding-bottom: 35px;
}
.quiz-type-2 .answers{
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 8px 30px;
    background-color: var(--greenColor);
    border-radius: 8px;
}
.quiz-type-2 .answer label{
    display: block;
    background-color: #fff;
    font-size: 26px;
    border-radius: 50%;
    width: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 0 4px;
    text-transform: capitalize;
    font-family: var(--font700);
}
.quiz-type-2 .answer.checked label{
    background-color: #6D61A8;
    color: #fff;
}
.quiz-type-2 .answer.success label{
    background-color: #1ACCA6;
    color: #fff;
}
.quiz-type-2 .answer.wrong label{
    background-color: #F45831;
    color: #fff;
}



.quiz-footer{
    margin-top: 25px;
}
.quiz-footer > i{
    /*background-color: var(--purpleColor);*/
    color: #fff;
    width: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    /*margin: 0 7px;*/
}
/*quiz-page*/
/*teacher-content-body*/
.teacher-content-body{}
.teacher-item{
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    /*margin-bottom: 25px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.teacher-item figure{
    margin-bottom: 15px;
    position: relative;
}
.teacher-item figure img{
    width: 100%;
    border-radius: 10px;
    height: 241px;
}
.teacher-item figure .status{
    position: absolute;
    right: 25px;
    bottom: -10px;
    display: flex;
    align-items: center;
}
.teacher-item figure .status .circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #CCDDE6;
    border: 2px solid #fff;
    display: inline-block;
}
.teacher-item figure .status.green .text,
.teacher-item figure .status.green .circle{
    background-color: var(--greenColor);
}
.teacher-item figure .status.red .text,
.teacher-item figure .status.red .circle{
    background-color: #F45831;
}
.teacher-item figure .status .text{
    border-radius: 15px;
    background-color: #CCDDE6;
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
    padding: 1px 7px 2px;
    margin: 0 5px;
}
.teacher-item .info{
    text-align: center;
    margin-bottom: 10px;
}
.teacher-item .info .ratings{
    margin-bottom: 5px;
}
.teacher-item .info h3{
    color: #6D6E70;
    font-size: 20px;
    margin-bottom: 5px;
}
.teacher-item .info p{
    font-size: 14px;
    color: #A6A8AB;
    margin-bottom: 0px;
}
.teacher-item .brief{
    font-size: 13px;
    color: #A6A8AB;
    margin-bottom: 10px;
}
.teacher-item .hour-price{
    background-color: #CCDDE6;
    border-radius: 30px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: auto;
}
.teacher-item .hour-price label{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}
.teacher-item .hour-price p{
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 0;
}
.teacher-item .actions{

}
.teacher-item .actions .btn{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.teacher-item .actions .btn + .btn{
    margin-right: 7px;
}
/*teacher-content-body*/
/*student-guide-details-page*/
.student-guide-details-page{
    padding: 40px 0;
}
.student-guide-details-page .m-header{
    text-align: center;
    margin-bottom: 25px;
}
.student-guide-details-page .m-header h1{
    font-size: 30px;
    font-family: var(--font700);
    color: var(--greenColor);
    margin-bottom: 0;
}
.student-guide-details-page .m-header h2{
    font-size: 26px;
    font-family: var(--font700);
    color: var(--greenColor);
    margin-bottom: 0;
}
.student-guide-details-page .main-img{
    text-align: center;
    margin-bottom: 20px;
}
.student-guide-details-page .main-img img{
    width: 100%;
    border-radius: 40px;
}


.row-container {
    display: flex; /* Enable Flexbox */
    justify-content: space-between; /* Place items at the far ends */
    align-items: center; /* Center items vertically */
    width: 100%; /* Ensure the container takes full width */
    margin-top: 10px; /* Add some space between the images */
    gap: 50px;
}



.corner-image {
    margin-left: auto; /* Push the image to the far right */
}


.student-guide-details-page .m-title{
    font-size: 26px;
    font-family: var(--font700);
    color: #6D6E70;
    text-align: center;
    margin-bottom: 0;
}
.student-guide-details-page .author-meta{
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--greenColor);
}
.student-guide-details-page .author-meta label{
    font-size: 12px;
    margin-bottom: 0;
    font-family: var(--font700);
    line-height: 1;
}
.student-guide-details-page .author-meta span{
    font-size: 14px;
    display: block;
    font-family: var(--font700);
    line-height: 1;
}
.student-guide-details-page .author-meta .date{
    border-left: 1px solid var(--greenColor);
    padding-left: 10px;
    margin-left: 10px;
}
.student-guide-details-page .content{
    margin-top: 25px;
    color: #58595B;
}
/*student-guide-details-page*/
/*related-guides-section*/
.related-guides-section{
    margin-bottom: 30px;
}
.related-guides-section .s-title{
    background-color: var(--greenColor);
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: var(--font700);
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: -20px;
    margin-bottom: 35px;
}
/*related-guides-section*/
/*teacher-details-modal*/
.teacher-details-modal{}
.teacher-details-sec{
    position: relative;
}
.teacher-details-sec .tools-actions{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.teacher-details-sec .tools-actions .btn{
    padding: 2px 5px;
    color: #58595B;
}
.teacher-details-sec .tools-actions .btn:hover{
    background-color: var(--yallowColor);
    border-color: var(--yallowColor);
    color: #fff;
}
.teacher-details-sec .tools-actions .btn.active i:before{
    font-weight: 700;
}
.teacher-details-sec .profile{
    margin-bottom: 20px;
    padding-left: 40px;
}
.teacher-details-sec .profile figure{
    margin-bottom: 0;
}
.teacher-details-sec .profile figure img{
    width: 150px;
    margin-left: 15px;
    border-radius: 8px;
}
.teacher-details-sec .profile .media-body{}
.teacher-details-sec .profile .media-body h3{
    color: #6D6E70;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: var(--font700);
}
.teacher-details-sec .profile .media-body p{
    font-size: 14px;
    color: #A6A8AB;
    margin-bottom: 5px;
}
.teacher-details-sec .actions{
    margin-bottom: 20px;
}
.teacher-details-sec .actions .btn{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
}
.teacher-details-sec .video{
    margin-bottom: 20px;
}
.teacher-details-sec .video iframe,
.teacher-details-sec .video video{
    max-width: 100%;
    width: 100%;
}
.teacher-details-sec .tags-sec,
.teacher-details-sec .text-sec{
    margin-bottom: 20px;
}
.teacher-details-sec .tags-sec h3,
.teacher-details-sec .text-sec h3{
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 10px;
    color: #58595B;
}
.teacher-details-sec .text-sec .content{
    font-size: 14px;
    color: #6D6E70;
}
.teacher-details-sec .tags-sec .content{}
.teacher-details-sec .tags-sec .item{
    background-color: #CCDDE6;
    padding: 5px 10px;
    border-radius: 15px;
    color: #6D6E70;
    font-size: 14px;
    margin:3px;
    display: inline-block;
}
.teacher-details-sec .hour-price{
    background-color: #CCDDE6;
    border-radius: 30px;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.teacher-details-sec .hour-price label{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}
.teacher-details-sec .hour-price p{
    font-size: 16px;
    font-family: var(--font700);
    margin-bottom: 0;
}
/*teacher-details-modal*/
/*add-comment-modal-sec*/
.add-comment-modal-sec{
    position: relative;
}
.add-comment-modal-sec .close-btn{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 8px;
    border-radius: 50%;
}
.add-comment-modal-sec .close-btn:hover{
    background-color: var(--yallowColor);
    border-color: var(--yallowColor);
    color: #fff;
}
.add-comment-modal-sec .media{
    margin-bottom: 20px;
}
.add-comment-modal-sec .media figure{
    margin-bottom: 0;
}
.add-comment-modal-sec .media figure img{
    width: 120px;
    margin-left: 10px;
    border-radius: 8px;
}
.add-comment-modal-sec .media .media-body h3 {
    color: #6D6E70;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: var(--font700);
}
.add-comment-modal-sec .media .ratings p {
    font-size: 14px;
    color: #A6A8AB;
    margin-bottom: 0px;
}
.add-comment-modal-sec .form-wrapper{}
.add-comment-modal-sec .form-control{
    border-radius: 25px;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    color: #8a99a0;
}
.add-comment-modal-sec .comment-help{
    text-align: left;
}
.add-comment-modal-sec .custom-control label{
    font-size: 14px;
    color: #A6A8AB;
}
.cs-upload-file-input{
    position: relative;
}
.cs-upload-file-input input[type="file"]{
    display: none;
}
.cs-upload-file-input label{

}
.cs-upload-file-input .form-control{
    padding-left: 40px;
}
.cs-upload-file-input i{
    background-color: var(--greenColor);
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
}
.cs-upload-file-input i:hover{
    background-color: var(--yallowColor);
    color: #fff;
}
/*  selectable-rating  */
.selectable-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.selectable-rating>input {
    display: none
}

.selectable-rating>label {
    position: relative;
    /* width: 1em; */
    /* font-size: 6vw; */
    color: #FCB52D;
    cursor: pointer;
    padding: 0 2px;
}

/**/
.old_price{
    font-size: 16px;
    text-decoration: line-through;
    color: #dc3545;
}

.selectable-rating>label::before {
    content: "\f005";

    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.selectable-rating>label:hover:before,
.selectable-rating>label:hover~label:before {
    font-weight: 900;
}

.selectable-rating>input:checked~label:before {
    font-weight: 900;
}

/*.selectable-rating:hover>input:checked~label:before {
    font-weight: 400;
    opacity: 0.4
}*/
/* selectable-rating  */
/*add-comment-modal-sec*/




/* responsive */
@media only screen and (min-width: 1024px) {
    .wow.fadeInUp[data-wow-duration="1.5s"][data-wow-delay="0.2s"] {
        font-size: 140px; /* Adjust the font size as needed */
    }


}

@media (min-width: 1600px){
    .body-content{
        min-height: 77vh;
    }

}
@media (max-width: 1280px){
    .main-header .navbar-nav .nav-link{
        font-size: 12px;
        padding-right: 6px;
        padding-left: 6px;
    }

}
@media (max-width: 1240px){
}
@media (max-width: 1199px){
    .navbar-toggler{
        color: #fff;
        padding: 5px;
        margin-right: auto;
    }
    .navbar-toggler:hover{
        color: var(--orangeColor);
    }
    .h-main-slider .info h2{
        font-size: 28px;
    }
    .h-about-section .info h2{
        font-size: 34px;
    }
    .h-about-section .info .content{
        font-size: 16px;
    }
    .sec-header-1 h2{
        font-size: 34px;
    }
    .sec-header-1 p{
        font-size: 16px;
    }
    .service-item{
        padding: 0;
    }
    .product-item-1 figure img{
        height: 193px;
    }
    .f-top .f-img{
        margin-top: 80px;
    }
    /**/
    .subscriptions-main-banner-section .content figure img{
        max-height: 350px;
    }
    /**/
    .s-product-item-1 figure img{
        height: 265px;
    }
    /**/
    .sigle-product-slider-sec{
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    /**/
    .cart-item .m-img img{
        width: 175px;
    }
    /**/
    .media-item figure img{
        height: 193px;
    }
    /**/
    .student-guide-item figure img{
        height: 193px;
    }
    /**/
    .teacher-item figure img{
        height: 260px;
    }
}




@media (max-width: 991px){
    .subscription-item .title h3{
        font-size: 16px;
    }

    .product-item-1 figure img {
        height: 140px;
    }
    .product-item-1 .details{
        padding: 15px;
    }
    .product-item-1 h3{
        font-size: 16px;
    }
    .f-top{
        padding-bottom: 15px;
    }
    .f-top .f-img {
        display: none;
    }
    .f-bottom .f-links a{
        font-size: 10px;
    }
    .copyright{
        font-size: 10px;
    }
    /**/
    .subsc-details-features-section .features-list-sec-wrapper{
        overflow-x: auto;
    }
    .subsc-details-features-section .features-list-sec{
        min-width: 900px;
    }
    .subsc-details-filter-sec{
        height: auto;
    }
    .subsc-details-filter-sec .container{
        z-index: 0;
    }
    .subsc-details-filter-sec .img{
        top: auto;
        z-index: -1;
        bottom: -39px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .subsc-details-filter-sec .classes-wrapper{
        max-width: 400px;
        margin: 15px auto 0
    }
    /**/
    .store-sidebar-toggle{
        display: block;
        margin-bottom: 15px;
    }
    .store-sidebar{
        /*display: none;*/
        margin-bottom: 25px;
    }
    .store-main-slider-section .thumbs-slider-wrapper{
        padding: 0 120px;
    }
    .store-slider-large .owl-nav{
        right: 90px;
        left: 90px;
    }
    .s-product-item-1 figure img{
        height: 300px;
    }
    /**/
    .cart-summary{
        margin-bottom: 35px;
    }
    .cart-item .info h3{
        font-size: 22px;
    }
    .cart-item .info p{
        font-size: 16px;
    }
     /**/
    .media-item figure img{
        height: 220px;
    }
    /**/
    .student-guide-item figure img{
        height: 220px;
    }
    /**/
    .teacher-item figure img{
        height: 299px;
    }
}

@media (max-width: 767px){
    .h-main-slider .item .caption{
        top: calc(50% + 30px);
    }

    .subscription-item{
        margin-bottom: 30px;
    }
    .product-item-1{
        margin-bottom: 30px;
    }
    .product-item-1 figure img{
        height: 160px;
    }
    .f-bottom .wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .f-bottom .f-social-wrapper{
        margin: 15px auto 0;
    }
    /**/
    .subsc-courses-section .m-title,
    .subsc-fasih-features-section .m-title,
    .subsc-details-features-section .m-title,
    .subsc-details-types-sec .m-title{
        font-size: 26px;
    }
    .subsc-details-types-sec .types .item{
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .subsc-fasih-features-section .media{
        margin-bottom: 10px;
    }
    .features-list-sec .sbody .item{
        font-size: 14px;
    }
    .subsc-details-types-sec .types .item{
        text-align: center;
    }

    .subsc-details-courses-filter-sec{
        height: auto;
        flex-grow: 2; /* Let this section take up more space */
    }

    .subsc-details-courses-filter-sec .img{
        display: none;
    }
    .subsc-details-courses-filter-sec .courese-types .item{
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .subsc-courses-list-sec .item .media{
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /**/
    .s-product-item-1 figure img{
        height: 218px;
    }
    /**/
    .cart-item{
        display: block;
    }
    .cart-item .m-img{
        margin-bottom: 15px;
        text-align: center;
    }
    /**/
    .media-filter-header-section .links a{
        font-size: 14px;
    }
    .media-item figure img {
        height: 160px;
    }
    /**/
    .student-guide-item figure img{
        height: 160px;
    }
    /**/
    .student-guide-details-page .main-img img{
        border-radius: 25px;
    }
    .student-guide-details-page .author-meta{
        margin-top: 20px;
    }
    .student-guide-details-page .content{
        margin-top: 0px;
    }
    /**/
    .teacher-item figure img{
        height: 212px;
    }

}
@media (max-width: 575px){
    #move-to-top{
        left: 8px;
    }

    .h-main-slider .item .caption{
        top: calc(50% + 0px);
    }
    .h-main-slider .info h2{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .product-item-1,
    .subscription-item,
    .service-item{
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .product-item-1 figure img,
    .subscription-item figure{
        height: auto;
    }
    .section-type{
        margin-bottom: 30px;
    }
    .f-top .contact-info{
        margin-top: 25px;
    }
    .cs-modal .auth-header .title{
        font-size: 18px;
        line-height: 1.5;
    }
    .register-type-wrapper{
        padding: 0;
    }
    /**/
    .quiz-header .questions-numbers{
        margin-bottom: 15px;
    }
    /**/
    .teacher-item figure img{
        height: 217px;
    }
    /**/
    .ckout-copoun-sec label{
        font-size: 16px;
    }
    .ckout-copoun-sec .message p{
        font-size: 16px;
    }
    .shipping-methods-tabs > .title,
    .payment-methods-tabs > .title{
        font-size: 18px;
    }
    .quick-contact:hover{
        right:-33px;
    }

}
@media (max-width: 480px){
    .main-header .brand img{
        height: 25px;
    }

    .main-header .h-toolbar{
        margin: 5px auto 0;
    }
    .h-main-slider .item-video,
    .h-main-slider .item .main-img{
        min-height: 360px;
    }
    /**/
    .subsc-details-filter-sec .img {
        display: none;
    }
    /**/
    .store-main-slider-section .thumbs-slider-wrapper{
        padding: 0 90px;
    }
    .store-slider-large .owl-nav{
        right: 55px;
        left: 55px;
    }
    .store-sort-filters a{
        font-size: 14px;
    }
    .cart-related-section .products-wrapper > .row > div[class*="col-6"],
    .store-page .products-wrapper > .row > div[class*="col-6"]{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width: 100%;
    }
    .s-product-item-1{
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
    .s-product-item-1 figure img{
        height: auto;
    }
    /**/
    .media-item figure img {
        height: 134px;
    }
    /**/
    .student-guide-item figure img{
        height: 134px;
    }
    /**/
    .teachers-wrapper > .row > div[class*="col-6"]{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width: 100%;
    }
    .teacher-item{
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
    .teacher-item figure img{
        height: auto;
    }
}
@media (max-width: 479px){
    .h-auth-btns .btn{
        font-size: 10px;
        padding: 3px 7px;
    }

    .h-about-section .info h2{
        font-size: 30px;
    }
    .f-bottom .f-copyright,
    .f-bottom .f-apps-stores{
        margin: 10px auto;
    }
    /**/
    .subsc-courses-list-sec .item .media-body{
        padding: 15px 0;
    }
    .subsc-courses-list-sec .item .meta{
        display: block !important;
        text-align: center;
    }
    .subsc-courses-list-sec .item .meta .price{
        margin-bottom: 10px;
    }
    /**/
    .ckout-total-summary-sec .summary-wrapper{
        display: block !important;
    }
    /*.ckout-total-summary-sec .discount{*/
        /*margin-right: auto;*/
        /*margin-left: auto;*/
        /*margin-top: 15px;*/
        /*max-width: 200px;*/
    /*}*/
    /**/
    .single-product-details .brief .head{
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .single-product-details .brief .head .info{
        margin-top: 15px;
    }
    .single-product-details .brief .info h1{
        font-size: 20px;
    }
    .single-meta-info-sec{
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-meta-info-sec .item{
        -ms-flex:1 1 auto;
        flex:1 1 auto;
        max-width:100%;
    }
    /*.single-meta-info-sec .item + .item{*/
    .single-meta-info-sec .item:nth-child(even){
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .single-meta-info-sec .item th{
        width: 40%;
    }
    .product-rating-summary-sec .single-rate-total{
        margin-top: 15px;
    }
    .single-evaluations-section .evl-filter{
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-evaluations-section .evl-filter label{
        margin-bottom: 8px;
    }
    .evaluation-item .media{
        padding: 0 10px;
    }
    .evaluation-item .media .ratings span{
        font-size: 12px;
        margin-right: 0;
    }
    /**/
    .cart-item .quantity-price-sec{
        display: block !important;
        margin-top: 10px;
    }
    .cart-item .shipping{
        margin: 15px 0;
    }
    .cart-item .quantity-control{
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 150px;
        justify-content: center;
        margin: 0 auto;
    }
    /**/
    .media-archive-section{}
    .media-archive-section .row > div[class*="col-6"]{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width: 100%;
    }
    .media-item{
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
    .media-item figure img {
        height: auto;
    }
    /**/
    .related-guides-section .row > div[class*="col-6"],
    .student-guide-archive-section .row > div[class*="col-6"]{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width: 100%;
    }
    .student-guide-item{
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
    .student-guide-item figure img{
        height: 193px;
    }
    /**/
    .student-guide-details-page .m-header h1{
        font-size: 26px;
    }
    .student-guide-details-page .m-header h2{
        font-size: 22px;
    }
    .student-guide-details-page .main-img img{
        border-radius: 10px;
    }
    .student-guide-details-page .m-title{
        font-size: 20px;
    }
    .related-guides-section .s-title{
        font-size: 20px;
    }
    /**/
    .teacher-details-sec .profile figure img{
        width: 120px;
    }
    /**/
    .single-product-details .cart-shipping-sec{
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-product-details .cart-shipping-sec .btn{
        margin: 0 auto 10px;
    }
    .single-product-details .cart-shipping-sec .shipping-text{
        margin-bottom: 10px;
    }
    .single-product-details .cart-shipping-sec .shipping-img{
        padding-right: 0;
        border-right: none;
    }
    /**/
    .add-comment-modal-sec .media figure img{
        width: 100px;
    }
    .add-comment-modal-sec .media .media-body h3{
        font-size: 16px;
    }
    .add-comment-modal-sec .media .ratings p{
        font-size: 12px;
    }
    /**/
    .cs-upload-img-sec .upload-wrapper label{
        font-size: 16px;
    }
    .ckout-total-summary-sec .invoice-details .item p,
    .ckout-total-summary-sec .invoice-details .item label{
        font-size: 16px;
    }
    .quiz-type-2 .answers{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 320px){
}
/* responsive
