:root {
    --main-color: #FEC765;
}

/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    height: 100px;
    border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* start nav */
.profile-nav img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.header-icon{
    font-size: 1.6rem;
}
nav img {
    width: 5.75rem;
    height: 2.625rem;
}

.bg-body-tertiary {
    background-color: #ffffff !important;
    height: 91px;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.01);
}

img.navbar-brand {
    height: auto;
}

nav .linkPage a {
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 1.5625rem !important;
    color: #313C45 !important;

}

.shipping-link img {
    width: 24px !important;
    height: 24px !important;
}

nav .linkPageActive a {
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #FE954F !important;
}

button.nav-link {
    padding: 0;
    border: 0 !important;
}


a.shipping-link {
    position: relative;
}

a.shipping-link span.dot {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    right: 5px;
}

nav .loginDetails .cart i {
    width: 1.5rem;
    height: 1.5rem;
    color: #555555;
}

nav .loginDetails .cart span {
    font-size: .9375rem;
    font-weight: 600;
    line-height: .875rem;
    color: #555555;

}

nav .loginDetails button {

    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5625rem;
}

.btn-info:hover {
    color: #ffffff;
}

nav .loginDetails .creatAccount {
    color: #ffffff;
    background: #1b4d99;
    border-color: #1b4d99;
}

nav .login .btn-light {
    background-color: #E7E7E7 !important;
}

/* end nav */
/* start header */
header {
    background-color: #FDFBFA;
}

header h1 span {
    color: #FEB942;
}

header h5 {

    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.875rem;
    color: #777777;
}

/* end header */
/* start section educationalLevel */
#educationalLevel {
    margin-top: 80px !important;
}

#educationalLevel h2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #1E293B;
}

#educationalLevel h2 span i {
    color: #AFD1EF;
}

#educationalLevel select {
    background-color: #F1F1F1;
    border: none;
}

#educationalLevel select {
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    color: #585858;
}

#educationalLevel .btn {
    background-color: #FEC665;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3125rem;
    color: #181818;
    margin: 0;
    padding: 29px 53px 29px 53px;
}

#educationalLevel .search h2 {
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
}

#educationalLevel .search .lang {
    transition: 0.5s linear;
}

#educationalLevel .search .lang:hover {
    background-color: #FD954E;
}

@media screen and (max-width: 1357px) {

    #educationalLevel .search h2,
    #educationalLevel h2 {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    #educationalLevel select,
    #educationalLevel .btn {
        font-size: 1rem;
        line-height: 1rem;
    }

    #educationalLevel .search a {
        font-size: .9375rem;
        line-height: 1.375rem;
    }
}

#educationalLevel .search h2::after {
    content: ' ';
    position: absolute;
    height: 2px;
    background-color: #ccc;
    top: 50%;
    right: 0;
    left: 0;
    z-index: -1;
}

#educationalLevel .search ul {
    list-style-type: none;
}

#educationalLevel .search a {
    text-decoration: none;
    background-color: #F1F1F1;
    font-weight: 500;
    font-size: 29px;
    color: #313131;
    display: block;
    padding: 36px 82px !important;
}

#educationalLevel .curriculumFeatures {
    background-color: #1B4D99;
    height: 240px;
    margin-top: 90px !important;
    border-radius: 28px;
}

#educationalLevel .owl-carousel img {
    width: 3.75rem !important;
    height: 3.75rem !important;
}

#educationalLevel .curriculumFeatures .title {
    position: relative;
    padding-left: 10px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#educationalLevel .curriculumFeatures .title::before {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    width: 3px;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
}

#educationalLevel .curriculumFeatures .title h6 {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    color: white;
}


#educationalLevel .curriculumFeatures .title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #eaeaea;
    margin-top: 15px;
}

#educationalLevel .curriculumFeatures .owl-carousel p {
    font-size: 18px;
    font-weight: 600;
    /* line-height: 18px; */
    color: white;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1357px) {
    #educationalLevel .curriculumFeatures .title h6 {
        font-size: 20px;
    }

    #educationalLevel .curriculumFeatures .title p {
        font-size: 18px;
    }

    #educationalLevel .curriculumFeatures .owl-carousel p {
        font-size: 16px;
    }
}

/* start Payment */
#Payment h6 {

    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #1E293B;
}

#Payment p {

    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #818181;
}

#Payment ul svg {
    width: 130px;
}

@media screen and (max-width: 1357px) {
    #Payment h6 {
        font-size: 22px;
        line-height: 1.5625rem;
    }

    #Payment p {
        font-size: 16px;
        line-height: 16px;
    }
}


/* start download */
#download {
    background-color: #1B4D99;
}

#download .upper {
    position: relative;
    z-index: 1;
}

#download .download-sec {
    margin-top: 90px;
}

#download .imgTitle {
    width: 11.25rem;
    height: auto;
}

#download h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: white;
}

#download p {
    font-size: 26px;
    font-weight: 300;
    line-height: 46px;
    color: #cbcbcb;
}

#download .mobile-download a {
    margin-left: 25px;
}

#download .download-img-mobile svg {
    height: 530px;
}

#download .bg-cover {
    z-index: 0;
}

@media screen and (max-width: 1357px) {
    #download h4 {
        font-size: 20px;
        line-height: 25px;
    }

    #download p {
        font-size: 1rem;
        line-height: 25px;
    }
}


/* start partners */
#partners .owl-carousel img {
    width: 13.875rem;
    height: 10.3125rem;
    object-fit: contain;
    margin: auto;
}

#partners h2 {

    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #1E293B;
}

@media screen and (max-width: 1357px) {
    #partners h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

/* start teachers */
#teachers img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid;
}

#teachers ul {
    list-style-type: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#teachers ul li {
    background-color: #FBF8DF;
    width: 17.5%;
}

#teachers ul li h6 {

    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    color: #1E293B;
}

#teachers ul li p {

    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    color: #545454;
}

#teachers .btn {
    background-color: var(--main-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #181818;
    height: 58px;
}

#teachers .btn:hover {
    background-color: #FEC665;

}

/* start footer */
footer {
    background-color: #FBFBFD;
}

footer a {
    color: #888;
    text-decoration: none;
}

footer img {
    width: 138px;
    height: 59px;
    margin-bottom: 15px;
}

footer .desc {


    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    text-align: right;

}

footer .row ul {
    list-style-type: none;
}

footer .row h6 {

    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #0d1216;
}

footer .row ul li {
    margin: 15px 0;
}

footer .row p {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    color: #48555f;
    margin-left: 25%;
}

footer .d-flex p {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #1E293B;
}

footer .d-flex .colorP {
    color: #0d1216;
    margin-bottom: 0 !important;
}

footer .copyright-left {
    display: flex;
    justify-content: space-around;
    width: 400px;
}

.copyright-bottom {
    padding-bottom: 0 !important;
}

/* creat account page  */
.form-check-input {
    background-color: #FEB942 !important;
    color: #0d1216 !important;
}

.registration-container {
    max-width: 750px;
    margin: auto;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    direction: rtl;
}

.registration-container .btn-custom {
    background-color: var(--main-color);
    border: none;
    font-weight: 700;
    line-height: 30px;
    height: 57px;
}

.registration-container .btn-custom:hover {
    background-color: #ffb700;
}

/* login page */
.login-container {
    max-width: 650px;
    margin: auto;
    border-radius: 8px;
    direction: rtl;
}

.login-container .btn-custom {
    background-color: var(--main-color);
    border: none;
    height: 59px;
    font-weight: 700;
}

.login-container .btn-custom:hover {
    background-color: #ffb700;
}

/* verification passowrd  */
.verification-container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    /* background-color: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    direction: rtl;
    text-align: center;
}

.verification-container .btn-custom {
    background-color: var(--main-color);
    border: none;
    transition: 0.5s linear;
    height: 59px;
    font-weight: 700;
}

.verification-container .btn-custom:hover {
    background-color: #272727;
    color: #fff;
}

.verification-code-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 5px;
    padding: 0 !important;
}

.hover {
    border: 1px solid #777777;
}

.hover:hover {
    background-color: #FAFAF2;
    border: 1px solid #ffcc00;
}

.minimal {
    padding: 18px 25px !important;
    appearance: none;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: left 1rem top 50%;
    background-size: 0.95rem auto;
}

/************************************** create account **********************************/
.createaccount {
    background-color: #fff;
    padding: 40px 0;
}

.createaccount h4 {
    font-weight: 600;
    font-size: 30px;
}

.form-group {
    position: relative;
}

.form-group i,
.form-group img {
    position: absolute;
    right: 10px;
    bottom: 20px;
    opacity: 0.7;
}

.form-group img {
    bottom: 17px;
    opacity: 1;
}

.pass i {
    bottom: 38px;

}


.createaccount p {
    color: #999;
}

a {
    color: var(--main-color);
}

.createaccount .card {
    border-color: var(--main-color);
}

.createaccount .card-header {
    font-size: 25px;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding-bottom: 0;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    background-color: inherit;
}

/************************************** create account **********************************/


/************************************** create account **********************************/
@media screen and (max-width:772px) {
    .navbar-collapse .collapse-content {
        flex-direction: column;
        align-items: flex-start !important;
    }

    div.nav-item {
        width: 100%;
    }

    div.nav-item,
    .navbar-nav {
        padding: 0 !important;
        margin: 0 !important;
    }

    div.nav-item .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-item.cart {
        margin-left: 10px;
    }

    header .btn {
        padding: 12px 15px;
        font-size: 12px;
    }

    header .btn span {
        font-size: 12px;
    }

    #educationalLevel .curriculumFeatures .title::before {
        display: none;
    }

    #educationalLevel h2 {
        font-size: 16px;
    }

    #educationalLevel .search .lang {
        padding: 35px 50px !important;
    }

    #educationalLevel .curriculumFeatures {
        height: 100%;
    }

    #download .download-sec {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #download .mobile-download {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #download .mobile-download a {
        margin-left: 0;
    }

    #download .mobile-download a svg {
        width: 150px;
        height: 45px;
    }

    #Payment ul,
    #teachers ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #Payment ul li,
    #teachers ul li {
        display: block !important;
        width: 44%;
    }

    #teachers ul li {
        margin: 40px 8px !important;
    }

    #teachers ul li div {
        padding: 45px 0 15px !important;
    }

    #partners .owl-carousel img {
        width: 100%;
        height: 150px;
    }
}

/*
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: rgb(27, 77, 153) !important;
    background-color: transparent;
    border-color: rgb(27, 77, 153);
}
*/
/************************************** create account **********************************/
.radio-label.choose {
    background: #7F7F7F;
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.radio-label.choose.head-form {
    background: #836C4C;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-radio-group {
    display: flex;
    justify-content: space-between;
}

.check {
    display: inline-block;
    position: absolute;
    border: 1px solid #95856D;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 18px;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.check:before {
    position: absolute;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
}

input[type=radio]:checked~.check {
    border-color: #FFA100;
}

input[type=radio]:checked~.check::before {
    background: #FFA100 !important;
}

input[type=radio]:checked~label {
    color: #FFA100;
    background: #FBFAF2;
    border-color: #FFA100;
    z-index: 1;
}

input[type=radio]:checked> {
    border: 1px solid #555
}

.form-radio-item {
    position: relative;
}

.form-radio-item label {
    font-weight: 500;
    color: #787878;
    padding: 15px;
    border: 1px solid #787878;
    border-radius: 7px;
    padding-right: 40px;
    position: relative;
    z-index: 9;
    display: block;
    cursor: pointer;
    text-transform: none;
    width: 296px;
    height: 67px;
    line-height: 35px;
}

.radio-label,
label.head {
    font-size: 18px;
    width: max-content;
    padding: 10px 15px;
    background: #c6baad;
    color: #fff;
    margin-top: 10px;
    border-radius: 15px;
    max-width: 100%;
}

.radio-label.sm {
    font-size: 11px;

}

.line label.son {
    font-size: 18px;
    width: max-content;
    padding: 10px 15px;
    background: #423b28;
    color: #fff;
    border-radius: 18px;
}

.form-check {
    margin-top: 1rem;
}

/****************************************Start breadcrumb*********************************************/
.breadcrumb-area {
    background-image: url(../img/bg/bread.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 130px 0 0;
    position: relative;
    height: 500px;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-area h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}


@media (max-width: 767px) {
    .breadcrumb-area {
        height: auto;
    }

    .breadcrumb-area h2 {
        font-size: 35px
    }
}

.breadcrumb-item {
    text-align: center;
}

@media (max-width: 767px) {
    .breadcrumb-item .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.breadcrumb-item nav {
    display: inline-block;
}

.breadcrumb-item nav ol li a {
    color: rgba(102, 102, 102, 1);
    font-weight: 600;
    text-decoration: none;
}

.breadcrumb-item nav ol li.active {
    color: rgba(102, 102, 102, 1);
    font-weight: 600;
    opacity: 0.9;
    font-size: 17px;
}

.breadcrumb-item nav ol li+.breadcrumb-item::before {
    color: rgba(102, 102, 102, 1);
    float: right;
    padding-left: 0.5rem;
}

/****************************************End breadcrumb*********************************************/
/****************************************Start Courses*********************************************/
.courses {
    padding: 70px 0 0;
}

.courses .form-control {
    height: 72px;
    border-radius: 8px;
    background: rgba(241, 241, 241, 1);
    border: transparent;
    padding-right: 50px;
}

.courses .btn {
    background-color: #FEC665;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3125rem;
    color: #181818;
    margin: 0;
    line-height: 58px;
}

.courses .form-group img {
    bottom: 22px;
    right: 15px;
    opacity: 1;
}

.courses #educationalLevel {
    margin-top: 30px !important;
}

.courses .nav-tabs {
    display: flex;
    justify-content: space-between;
    border: 0;
    padding: 20px;
    background: rgba(241, 241, 241, 1);
    margin-top: 15px;
}

.courses .nav-tabs button {
    width: 215px;
    height: 72px;
    padding: 25px 40px 25px 40px;
    border-radius: 8px;
    background: rgba(185, 185, 185, 1);
    color: rgba(18, 18, 18, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
}

.courses .nav-tabs button.active {
    background: rgba(254, 198, 101, 1);
    text-align: center;
}

.courses {
    padding-top: 70px;
}

.courses a {
    text-decoration: none;
}

.courses a .card {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    width: 379px;
    height: 418px;
    border-radius: 14px;
    padding: 10px 0;
    margin: auto;
    margin-bottom: 30px;
}

.courses a .card .card-img {
    width: 100%;
    text-align: center;
    position: relative;
}

.courses a .card .card-img img {
    width: 347px;
    height: 210px;
    border-radius: 14px;
}

.courses a .card .card-img .course-category {
    position: absolute;
    left: 16px;
    top: 0;
    color: #E99400;
    background-color: #FFECCB;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    min-width: 130px;
}

.courses a .card .card-body {
    padding-bottom: 0;
    padding-top: 20px;
}

.courses a .card .card-body h5 {
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
}

.courses a .card .card-body h5 span {
    color: rgba(255, 180, 51, 1);
    transition: 0.5s linear;
}

.courses a .card .card-body p {
    font-family: Cairo;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: rgba(160, 160, 160, 1);
    margin-bottom: 0 !important;
}

.courses a .card .card-footer {
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.courses a .card .card-footer .period,
.courses a .card .card-footer .sec {
    color: rgba(172, 172, 172, 1);
}

.courses a .card .card-footer .price {
    font-family: Cairo;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    color: rgba(255, 180, 51, 1);
}

.courses a .card:hover {
    transition: 0.5s linear;
    background-color: rgba(255, 180, 51, 1);
}

.courses a .card:hover .card-body h5 span,
.courses a .card:hover .card-body p,
.courses a .card:hover .card-footer .period,
.courses a .card:hover .card-footer .sec,
.courses a .card:hover .card-footer .price {
    color: #fff;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination .page-item {
    margin: 0 15px;
    line-height: 60px;
}

.pagination .page-item img {
    width: 24px;
    height: 24px;
}

.pagination .page-item.space {
    letter-spacing: 2px;
    color: rgba(131, 131, 131, 1);
}

.pagination .page-item .page-link {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    text-align: center;
    line-height: 55px;
    background: rgba(245, 245, 245, 1);
    color: rgba(131, 131, 131, 1);
    font-size: 22px;
    transition: 0.5s linear;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background: rgba(255, 180, 51, 1);
    border-color: rgba(255, 180, 51, 1);
    color: #fff;
}

.instructor-details {
    padding: 32px;
    border-radius: 8px;
    background-color: #FFECCB9E;
    border: 1px solid #FFD080;
    margin-bottom: 56px;
}

.instructor-details .informations {
    display: flex;
    align-items: center;
    gap: 16px;
}

.instructor-details .informations img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.instructor-details .informations .infoos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.instructor-details .informations .infoos .name {
    font-size: 24px;
    color: #1e293b;
    font-weight: bold;
    margin-bottom: 0;
}

.instructor-details .informations .infoos p {
    font-size: 20px;
    color: #888;
    font-weight: 400;
    margin-bottom: 0;
}

.instructor-details .description {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #2d2d2d;
}

@media (max-width: 767px) {
    .courses a .card {
        width: auto;
    }

    .courses a .card .card-img img {
        width: 90%;
    }

    .courses a .card .card-footer .period,
    .courses a .card .card-footer .sec {
        font-size: 12px;
    }

    .courses a .card .card-footer .price {
        font-size: 15px;
    }

    .courses .nav-tabs button {
        width: 150px;
        height: auto;
        padding: 15px 30px 15px 30px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .pagination {
        padding: 0;
    }

    .pagination .page-item {
        margin: 0 5px;
        line-height: 60px;
    }

    .pagination .page-item .page-link {
        width: 50px;
        height: 50px;
        line-height: 45px;
        font-size: 18px;
    }

    .breadcrumb {
        margin-bottom: 0;
    }
}

/****************************************End Courses*********************************************/
/****************************************Start Offers*********************************************/
.offers #educationalLevel {
    margin-top: 30px !important;
}

.offers form {
    margin-bottom: 30px;
}

.offers a {}

.offers a .card {}

.offers a .card .card-img {}

.offers a .card .card-img img {}

.offers a .card .card-body {}

.offers a .card .card-body ul {}

.offers a .card .card-body ul li {}

.offers a .card .card-body ul li img {}

.offers a .card .card-body ul li .content {}

.offers a .card .card-body ul li .content h6 {}

.offers a .card .card-body ul li .content .price {}

.offers a .card .card-footer {}

.offers a .card .card-footer .btn {}

.offers a .card .card-footer .btn-left {}

.offers a .card .card-footer .btn-right {}

/****************************************End Offers*********************************************/