:root {
    --secondary-color: #1e625f;
	--primary-color: #f14341;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing:border-box; 
}
body {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}
.default-padding {
    padding: 40px 50px;
}
.page-heading {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.page-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.line_break {
    position: relative;
    display: block;
    width: 90px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 0px auto 15px;
}
.line_break::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 0px auto 0px;
}
.line_break::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 0px auto 0px;
}

.title-text {
    font-size: 15px;
    font-weight: 500;
    color: #7b7b7b;
}

.text-color-white {color: white !important;}
.text-color-primary {color: var(--primary-color) !important;}
.text-color-secondary {color: var(--secondary-color) !important;}
.bg-color-primary {background: var(--primary-color) !important;}
.bg-color-secondary {background: var(--secondary-color) !important;}
.bg-color-white {background: white !important;}


/*==========top-header=========*/
.top-header {
    position: relative;
    background: #000;
    padding: 10px 50px;
    z-index: 1002;
}

.top-headerNav {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-flow: wrap;
    align-items: center;
}
.top-headNavbar {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-headNavbar li {
    position: relative;
    display: block;
}
.top-headNavbar li a {
    display: flex;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
	align-items: center;
}
.top-headNavbar li:first-child a {
    padding-left: 0px !important;
}
.topbar-icon {
    display: block;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 11px;
    color: #000;
}
.nt-text {
    display: block;
    font-size: 11px;
    color: #f5f5f5;
}

.rightside_top-headNavbar {
    position: relative;
    margin-left: auto;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    flex-wrap: wrap;
}
.rightside_top-headNavbar > li {
    display: block;
    position: relative;
}
.rightside_top-headNavbar > li > a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 0px 10px;
    text-transform: capitalize;
}
.rightside_top-headNavbar > li.dropdown:last-child > .dropdown-menu {
    left: auto;
    right: 0px;
    top: 30px;
    box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 10%);
}
.r-icon {
    display: inline-block;
    margin-right: 0px;
    color: var(--primary-color);
}
/*===========middle-header===========*/
.middle-header {
    position: relative;
    background-color: #fff;
    padding: 10px 50px;
    border-bottom: 1px solid #f5f5f5;
    z-index: 1000;
}
.middle-header.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 1000;
    box-shadow: 0px 5px 10px -4px rgb(0 0 0 / 10%);
    border-color: transparent;
}
.logo {
    position: relative;
	width: auto;
    height: 75px;
    margin-right: 30px;
}
.logo {
    position: absolute;
    height: 110px;
    top: 0;
}
.middle-header.sticky-header .logo {
    position: relative;
    height: 75px;
}
li.nav-item:last-child .nav-link {
	padding-right: 0 !important;
}
.top-header {
    background: #ededed;
}
.top-headNavbar li a,
.rightside_top-headNavbar > li > a {
    color: #1f605f;
}
.logo img {
	width: auto;
	max-width: 100%;
	height: 100%;
}
.navbar_text {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
}
.searching_block {
    position: relative;
    width: 35%;
}
.searching_block .input-group {
    border-radius: 5px;
}
.searching_block .form-control {
   border: 1px solid var(--primary-color); 
}
.searching_block select.form-control {
    font-size: 13px;
    padding: 5px;
}

.shop-bag {
    position: relative;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}
.shop-icon {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
}
.shop-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.shop-text p {
    font-size: 12px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 0px;
}
/*===========bottom-header=========*/
.main-header {
    position: relative;
    top: 0px;
    background-color: #fff;
    padding: 0px 50px;
    z-index: 999;
    box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 40%);
}
.main-header.sticky_header {
    position: sticky;
}
.navbar-menu {
    position: relative;
    display: flex;
    /* flex-direction: row; */
    flex-grow: 1;
    align-items: center;
}
.navbar-menu .navbar-nav {
    flex-direction: row;
}
.dropdown-menu {
	top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
.nav-link {
    display: block;
    padding: 13px 15px !important;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
}
.nav-link::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: .7s;
}
.nav-link:hover {
	color: var(--secondary-color);
}
.nav-link:hover::before {
    width: Calc(100% - 0px);
}
.nav-item:first-child .nav-link {
    padding-left: 0px !important;
}
.dropdown-item {
    padding: 10px 15px;
}

.mega-dropdown {
    position: static;
}
.dropdown-megamenu {
    width: 100%;
    padding: 20px;
}
.megamenu {
    display: block;
}
.megamenu > li {
    position: relative;
}
.megamenu-link {
    font-size: 14px;
    display: block;
    font-weight: 400;
    color: #212529;
    padding: 7px 13px;
}
.megamenu-link:hover {
	color: var(--primary-color);
}
.megamenu-img {
    width: 100%;
    padding: 0px 10px;
}
.megamenu-img img {
    max-width: 100%;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--secondary-color);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--secondary-color);
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 15px;
}
.dropdown-submenu .subMenu {
	position: absolute;
    top: 0;
    left: 100%;
	display: none;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
	min-width: 10rem;
    padding: 0px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
	box-shadow: 0px 3px 10px -3px rgb(0 0 0 / 10%);
}


.search_icon {
    position: relative;
    margin-left: auto;
    display: none;
}
.search_iconn_link {
    display: block;
    font-size: 17px;
    color: var(--primary-color);
}
.main-header.sticky_header .search_icon {
    display: block;
}
.megamenu-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding-left: 10px;
}
a.megamenu-title {
  padding-left: 13px;
}
.megamenu-carousel .item {
	position: relative;
	margin: 0px 10px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	height: 300px;
	box-shadow: 0px 3px 10px -3px rgba(0,0,0,.3);
}
.megamenu-carousel .item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

/*=========custom-block========*/
.form-control {
    display: block;
    width: 100%;
    height: calc(23px + 16px + 3px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #7b7b7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
.form-group label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 7px;
    font-weight: 500;
    color: #555;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fed1b6;
    border-color: #fed1b6;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #fed1b6;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}


.btn.focus, .btn:focus {
	box-shadow: none;
}
button, button:focus {
    outline: none;
}
.btn.search_btn {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
}
.btn.btn_primary {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding: 6px 15px;
    border-radius: 0px;
}
.btn.btn_primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.btn.btn_secondary {
    background-color: #fff;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 7px 25px;
    border-radius: 0px;
}
.btn.btn_secondary:hover {
    background-color: transparent;
    color: #fff;
}
.btn.btn_third {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 6px 15px;
    border-radius: 0px;
}
.btn.btn_third:hover {
    background-color: transparent;
    color: #000;
}
.btn.facebook_btn {
    background: #0058b7;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0px 0px;
	border-radius: 0px;
}
.btn.google_btn {
    background: #ff3737;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0px 0px;
	border-radius: 0px;
}
.btn.facebook_btn:hover{
    background: #003f82;
}
.btn.google_btn:hover{
    background: #f00000;
}
/*========home-slider=========*/
.slideshow .home-slider {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, .5);
    height: 60vh;
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.home-slider .item {
    height: 70vh;
    position: relative;
    z-index: 1;
}
.home-slider .item img {
    height: 100%;
    width: 100%;
    transition: all 5000ms cubic-bezier(.7,0,.3,1);
    transform: scale(1);
}

.home-slider .item.slick-active img {
    /*transform: scale(1.5);*/
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom: 30px;
}
.slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    outline: none;
    background: #fff;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li.slick-active button {
    opacity: 1;
    background: var(--primary-color);
    border-color: #fff;
}

/*==============================*/
.suggestion_list {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 12px -3px rgb(0 0 0 / 10%);
	margin-bottom: 0px;
	height: auto;
	max-height: 300px;
	overflow-y: hidden;
}
.suggestion_list:hover {
	overflow-y: scroll;
}
.suggestion_list li {
    position: relative;
    display: block;
}
.suggestion_list li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b7b;
}
.suggestion_list li a:hover {
	background-color: rgb(30 98 95 / 10%);
}
.suggestion_list li a img {
	max-width: 100%;
	max-height: 30px;
	margin-right: 7px;
	width: 25px;
}

/*=============program============*/
.program-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 30%);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.prog_img {
    position: relative;
    width: 100px;
    height: auto;
    margin: 0px auto 15px;
}
.prog_img img {
    max-width: 100%;
}
.pro-title {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #495057;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.pro-title:hover {
    color: var(--primary-color);
}
.prog_content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #555;
}

/*============feature==========*/
.feature_background {
    position: relative;
    background: rgba(0,0,0,.9) url(../img/slider2.jpg);
    background-blend-mode: color-burn;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.feature_category_background {
    background: url(../img/category-student-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.feature-item {
    position: relative;
    background: #fff;
    margin: 10px;
    border: 1px solid #f5f5f5;
    transition: .5s ease;
    transform: translateY(0px);
}
.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 15px -8px rgba(0,0,0,.3);
    border-color: transparent;
}
.feature_img {
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
    overflow: hidden;
}
.feature_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.feature-item:hover .feature_img img {
    transform: scale(1.1);
}
.feature_content {
    position: relative;
    padding: 15px;
}
.feature-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #495057;
    line-height: 23px;
    margin-bottom: 10px;
}
.feature-title:hover {
    color: var(--primary-color);
}
.author_name {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
.author_name a {
    color: var(--primary-color);
}
.off_price {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}
.off_price span {
    text-decoration: line-through;
}
.off_price span i {
    font-size: 13px;
}
.ft_price {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 13px;
}
.review_items {
    display: flex;
    margin-bottom: 0px;
    justify-content: space-between;
    align-items: center;
}
.rating_stars span {
    font-size: 12px;
    color: #ffc107;
}
.t_review span {
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    border: 0px solid #fff;
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0px 3px 12px -4px rgb(0 0 0 / 60%);
    z-index: 1;
    color: #fff;
}
.NextArrow {
    right: 0;
}
.PrevArrow {
    left: 0;
}
.height290 {
    max-height: 290px;
}
/*===========category============*/
.categ-item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.categ_img {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 0px;
}
.categ_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.categ-item:hover .categ_img img {
    transform: scale(1.1);
}
.categ-content {
    position: absolute;
    background: rgb(30 98 95 / 90%);
    padding: 13px;
    bottom: 0px;
    width: 100%;
    left: 0;
    transition: .5s all;
}
.carteg_title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.categ-item:hover .categ-content {
    bottom: 0px;
}
.categ-rightside_item {
    width: 100%;
    position: relative;
    max-height: 656px;
    height: Calc(100% - 15px);
    margin-bottom: 20px;
}
.categ-rightside_item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.category-block .feature-item {
    margin: 0px 0px 20px;
}
.feature_category_background .bg-color-primary:hover {
    background: #dd1916 !important;
}
.feature_category_background .bg-color-secondary:hover {
    background: #044f4b !important;
}
.feature_category_background .categ-list-item .carteg_title {
    display: inline-block;
    text-align: center;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -ms-border-radius: 14px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    padding: 40px 15px;
    margin-bottom: 10px;
    position: relative;
}
.feature_category_background .categ-list-item .carteg_title:after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 80%;
    height: 2px;
    left: 10%;
    background: #fff;
}

.ctg_topbar {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.ctg_numbers p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}
.short-options {
    position: relative;
    margin-left: auto;
    display: flex;
}
.sort-filt {
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    margin-left: 10px;
    color: #000;
}
.sort-filt span {
    margin-right: 7px;
    color: var(--primary-color);
    font-size: 12px;
}
.sortby-item {
    margin-left: 10px;
}
.sortby-item select {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    outline: none;
    border-radius: 0px;
}
/*===============other-teacher===========*/
.deal_item {
    position: relative;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
	margin: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: 0.5s;
}
.deal_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 15px -8px rgb(0 0 0 / 30%);
    border-color: transparent;
}
.deal-user-profimg {
    position: absolute;
    width: 120px;
    height: 120px;
	bottom: -20px;
    left: 0;
    right: 0;
    margin: -47px auto 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
    z-index: 1;
}
.deal-user-prof-background-img {
    position: relative;
    width: 100%;
    height: 130px;
	background-color: #fff;
}
.deal-user-profimg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.deal-user-prof-info {
    position: relative;
    padding: 52px 20px 20px;
    text-align: center;
}
.deal-user-prof-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}
.deal-user-prof-info h5.ft_price {
    font-size: 15px;
    font-weight: normal;
}
.deal-user-prof-info p {
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 3px;
}

/*==========journey=========*/
.Counter_background {
	position: relative;
    background-image: url(../img/background-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.Counter_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
136deg, rgb(255 255 255 / 90%), rgb(30 98 95 / 90%));
    width: 100%;
    height: 100%;
    z-index: 0;
}
.jour_counter_block {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
}
.counter-item {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
}
.counter-item::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(45deg, var(--primary-color), #fbb12b);
    border-radius: 50%;
}
.counter-item::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 20px;
    width: 5px;
    height: Calc(100% - 20px);
    border-right: 2px dashed var(--primary-color);
}
.counter-item:last-child::after {
    display: none;
}
.counter-item:last-child::before {
    display: none;
}
.counter {
    font-size: 23px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}
.jour_title {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0px;
}
/*============section-clocker============*/
.section_blocker {
    position: relative;
    display: flex;
}
.blocker-content {
    position: relative;
    background: var(--primary-color);
    width: 60%;
    padding: 30px 50px;
    display: table-cell;
    vertical-align: middle;
}
.blocker-content .inner-content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.block_img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.block_img {
    display: table-cell;
    width: 40%;
    position: relative;
}
.blck_title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blocker-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.block-divder {
	display: block;
	position: relative;
    background-image: url(../img/banner-books.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 370px;
    background-attachment: scroll;
}
/*=============product-details=========*/
.product-img {
    position: relative;
    margin-bottom: 20px;
}
.product-details {
    position: relative;
    margin-bottom: 30px;
}
.product-img {
    position: relative;
    width: 100%;
}
.product-img img {
    max-width: 100%;
    max-height: 400px;
}
.prod-det-title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.prod-det-title span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.book-author-name {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}
.book-author-name a {
    color: var(--primary-color);
}
.prod-review {
    display: block;
    margin-bottom: 0px;
}
.prod-review li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}
.prod-review li a {
    font-size: 13px;
    color: var(--primary-color);
}
.prod-review li i.fa-heart {
    font-size: 15px;
    color: var(--primary-color);
}
.prod-avail {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.prod-det-elem {
    position: relative;
    /* margin-bottom: 10px; */
    border-top: 1px dashed #f5f5f5;
    padding: 10px 0px;
}
.form-inline.qty_numb {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.form-inline.qty_numb #qty {
    width: 45px;
    padding: 0px 5px;
    font-size: 13px;
    height: 30px;
    margin-left: 10px;
}
.prod-inner-det ul {
    position: relative;
    margin: 20px 0px;
    display: block;
}
.prod-inner-det ul li {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #7b7b7b;
}
.prod-inner-det ul li span {
    display: inline-block;
}
.prod-inner-det ul li span:nth-child(1) {
    width: 120px;
}
.prod-inner-det ul li span:nth-child(2) {
    width: 50px;
}
.prod-mrp-det {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.offer {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    margin-right: 10px;
}
.prod-pirc p {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 500;
}
.prod-pirc p > span {
    text-decoration: line-through;
}
.prod-pirc h5 {
    margin-bottom: 0px;
    font-size: 23px;
}
.prod-pirc h5 i {
    font-size: 20px;
}

.product-det-block {
    position: relative;
    margin-bottom: 25px;
}
.prod-det-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f5f5f5;
}
.page-text {
    font-size: 14px;
    text-align: justify;
    color: #7b7b7b;
}
.highlight-text {
    font-style: italic;
    color: var(--primary-color);
    font-weight: 500;
}
/*============cart============*/
.cart-table .table {
    box-shadow: 0px 5px 15px -7px rgb(0 0 0 / 15%);
}
.cart-table .table thead {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.cart-table .table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 7px 7px;
}
.cart-table tbody {
    position: relative;
    margin-top: 10px;
}
.cart-table .table tbody td {
    padding: 15px 7px;
}
.cart_imag img {
    max-width: 100px;
    max-height: 150px;
}
.cart-prod-name {
    font-size: 15px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 5px;
}
.delete_btn {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    margin: 0px;
}
.payment-items {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.payment-items > li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    font-weight: 600;
    color: #7b7b7b;
}
.mrp-pr {
    color: #555 !important;
}
.mrp-pr i {
    font-size: 13px;
}
.total-price {
    border: 0px !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
.total-price .mrp-pr {
    color: #000 !important;
}
.save-text {
    font-size: 13px;
    font-weight: 500;
    color: #06b306;
    display: block;
}
#myform {
    display: flex;
    margin-top: 5px;
}
.qtyminus, .qtyplus {
    border: 1px solid var(--primary-color) !important;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-weight: 500;
    /* border-radius: 0px; */
    background: var(--primary-color);
}
.qty {
    height: 35px;
    width: 35px;
    padding: 5px 7px;
    background: transparent;
    border: 1px solid transparent !important;
    color: #000;
    font-weight: 400;
    text-align: center;
    outline: none;
}
/*==============breadcrumb==============*/
.breadcrumb-section {
    position: relative;
    background: #f5f5f5;
    padding: 20px 50px;
}
.breadcrumb-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.breadcrumb-link li {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 0px 10px;
}
.breadcrumb-link li:first-child {
    padding-left: 0px;
}
.breadcrumb-link li a {
    position: relative;
    display: block;
    color: var(--primary-color);
}
.breadcrumb-link li a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    width: 1px;
    height: 15px;
    background: var(--primary-color);
    transform: rotate(25deg);
}
/*==============sidebar============*/
.sidebar-block {
    position: relative;
    box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
    border-radius: 4px;
}
.sidebar-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0px;
}
.sidebar-content {
    position: relative;
    padding: 15px 15px;
}
.scateg-items {
    display: block;
    margin-bottom: 0px;
}
.scateg-items > li {
    position: relative;
    display: block;
}
.scateg-items > li > .ctg-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    padding: 10px 0px;
}
.ctg-subitems > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    padding: 5px 0px;
}
.ctg-subitems > li > a:hover {
    color: #555;
}
.ctg-subitems {
    display: block;
    margin-bottom: 0px;
    padding-left: 10px;
}
.ctg-subitems > li {
    position: relative;
    display: block;
}
.colp-icon {
    float: right;
    font-size: 13px;
    font-weight: 700;
}
.scateg-items .ctg-link[aria-expanded="true"] .colp-icon {
    color: var(--primary-color);
	transform: rotate(90deg);
}
.subcateg_items {
    padding-left: 20px;
    margin-bottom: 0px;
    display: block;
}
.subcateg_items > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    padding: 5px 0px;
}
.ctg-subitems > li > .sub2categ[aria-expanded="true"] .colp-icon {
    color: #000;
	transform: rotate(90deg);
}

.account-items {
    display: block;
    position: relative;
    margin-bottom: 0px;
}
.account-items > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.angle-icon {
    font-size: 13px;
    margin-right: 7px;
    color: var(--primary-color);
}
.account-items > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    padding: 7px 0px;
    transition: .5s ease;
}
.account-items > li > a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}
/*===========Account-info=========*/
.custome-block {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 15px -8px rgb(0 0 0 / 30%);
}
.page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
}
.page-subtitle::before {
    content: "";
    position: absolute;
	left: 0px;
	right: 0px;
    bottom: -5px;
    width: 70px;
    height: 2px;
    background: var(--primary-color);
}
.page-subtitle.before_auto::before {
	margin: auto;
}
.profile-img {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0px auto 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 3px 10px -4px rgb(0 0 0 / 40%);
}
.profile-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.prof-info {
    display: block;
    text-align: center;
}
/*===========about-us=============*/
.about_cont-block {
    position: relative;
    background: var(--primary-color);
    padding: 45px 65px;
}
.about_cont-block .page-subtitle {
	color: #fff;
}
.about_cont-block .page-subtitle::before {
	background: #fff;
}
.about_cont-block .page-text {
	color: #f5f5f5;
	margin-bottom: 30px;
}
.about-img {
    position: relative;
    margin-top: 110px;
    margin-left: -120px;
    height: 390px;
	z-index: -1;
}
.about-img img {
    max-width: 100%;
	height: 100%;
    box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 30%);
}
/*=====timeline=====*/
.timeline-heading {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.timeline-heading .page-subtitle.before_auto {
    color: #fff;
}
.timeline-heading .page-subtitle.before_auto::before {
    margin: auto;
    background: #ffdfe2;
}
.timeline-background {
    background: var(--primary-color);
}
.timeline-block {
    max-width: 880px;
    margin: 0px auto;
    position: relative;
}
.timeline-block .center-line {
    position: absolute;
    height: Calc(100% - 160px);
    width: 4px;
    background: #fff;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}
.timeline-block .row_left {
    justify-content: flex-start;
}
.timeline-block .row_right {
    justify-content: flex-end;
}
.timeline-block .time_box-content {
    background: #fff;
    border-radius: 5px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
}
.timeline-block .time_box-content::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 28px;
    z-index: 1;
    transform: rotate(45deg);
}
.row_left .time_box-content::before {
    right: -7px;
}
.row_right .time_box-content::before {
    left: -7px;
}
.time_box-content .icon, .center-line .scroll-icon {
    position: absolute;
    background: #ffdfe2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}
.center-line .scroll-icon {
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
}
.row_left .time_box-content .icon {
    top: 15px;
    right: -60px;
}
.row_right .time_box-content .icon {
    top: 15px;
    left: -60px;
}
.time_box-content .details,
.time_box-content .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time_box-content .details .title {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
}
.time_box-content p {
    margin: 10px 0 17px 0;
}
.time_box-content .bottom a {
    text-decoration: none;
    background: #3ea0e2;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
}
.time_box-content .bottom a:hover {
    transform: scale(0.97);
}
/*==========book-details=========*/
.books_det-carousel .item {
	position: relative;
	width: 100%;
	margin: 5px;
}
.books_det-carousel .item .product-img {
	margin-bottom: 0px;
}
.books_det-carousel .item img {
	max-width: 100%;
	max-height: 100%;
	height: 500px;
	width: 100%;
}
.books_det-nav .item .product-img {
	margin-bottom: 0px;
}
.books_det-nav .item {
	position: relative;
	margin: 5px;
	width: 100%;
}
.books_det-nav .item img {
    max-width: 100%;
    height: 100%;
    max-height: 110px;
    width: 100%;
}
/*===========checkout=========*/
.checkout_step-items {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.checkout_step-items > li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 0px;
}
.checkout_step-items > li.active {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.checkout_step-items > li.active a {
    font-size: 14px;
    color: var(--primary-color);
}
.checkout-block {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 7px 13px -7px rgb(0 0 0 / 15%);
	border-radius: 4px;
}
.checkout-block.active .ch-heading {
	background: var(--primary-color);
}
.checkout-block.active .ch-title {
	color: #fff;
}
.ch-heading {
    position: relative;
    background: #ffdfe2;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 20px;
}
.ch-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 35px;
}
.ch-count {
    position: absolute;
    left: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #ffdfe2;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
	border-radius: 30px 0px;
	box-shadow: 0 0 0 3px #fff, inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
}
.ch_custome-block {
    position: relative;
    padding: 20px;
}
.custome-title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.form_info {
    position: relative;
    margin: 10px 0px;
}
.form_info p {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #7b7b7b;
}
.form_info > ul {
    display: block;
    margin-bottom: 0px;
}
.form_info > ul > li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.form_info > ul > li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.custom-link {
    color: var(--primary-color);
    font-weight: 500;
}


.btn.view-btn {
    position: absolute;
    top: 6px;
    right: 20px;
    background: #f1f1f1;
    padding: 4px 15px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 700;
    float: right;
    /* margin: -4px 0px 0px; */
}

.add_block {
    position: relative;
    margin-bottom: 10px;
}
.add_block input[type="radio"] {
    display: none;
}
.add_block input[type="radio"]:checked + label .add_item {
    border-color: var(--primary-color);
}
.add_item {
    position: relative;
    background: #fff;
    display: flex;
    border: 1px solid #f5f5f5;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.add_icon {
    margin-right: 15px;
    font-size: 35px;
    color: #000;
}
.add_hname {
    font-size: 15px;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 8px;
}
.add_info {
    font-size: 12px;
    font-weight: 600;
    color: #7b7b7b;
    margin-bottom: 5px;
}
.add_tel {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.requried_text {
    font-size: 14px;
    color: red;
    font-weight: 500;
}
.add2_content {
    position: relative;
    padding-left: 30px;
    margin: 10px 0px;
}
.total_price {
    font-size: 13px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 10px;
}
.add_cimg {
    background-color: #fff;
    max-width: 100px;
    height: auto;
    border: 1px solid #f5f5f5;
}
.add_cimg img {
    max-width: 100%;
}

.payment-options li {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px dashed #ddd;
}
ul.payment-options {
    display: block;
    margin-bottom: 0px;
}
.payment-options .custom-control-label {
    font-size: 15px !important;
    color: #7b7b7b;
    font-weight: 600 !important;
}
.payoption-item {
    position: relative;
    margin: 20px 0px 0px 20px;
    display: none;
}
.form-group.payment_detail {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 10px;
}
.form-group.payment_detail .form-control {
    display: block;
    width: 100%;
    height: calc(7px + 10px + 2px);
    padding: 2px 0px;
    font-size: 12px;
    font-weight: 500;
    border: 0px;
}
.form-group.payment_detail .input-group-text {
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0px;
    border-radius: .25rem;
}
.form-group.payment_detail .input-group {
    flex-wrap: nowrap;
}
.form-group.payment_detail span {
    font-size: 13px !important;
    font-weight: 600;
    color: #555;
}
.payment_prc {
    display: inline-block;
    background: #f50606;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    min-width: 100px;
    text-align: center;
}
.payment_prc:hover {
    color: #fff;
}
.total_order_box {
    position: relative;
    background: #000;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 4px;
}
.total_order_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.final_cust_prc {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.final_cust-heading h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
}
.final_cust-heading p {
    font-size: 14px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 0px;
}
.final_cust-int .form-control {
    background-color: #fff;
    border: 0px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.final_cust-int .input-group-text {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
}
.earn_margin {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.earn_margin h3 {
    font-size: 23px;
    font-weight: 800;
    color: var(--secondary-color);
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.earn_margin p {
    width: 100%;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 15px;
    text-align: justify;
}
.earn_margin p span {
    font-size: 20px;
    margin-right: 7px;
    color: #555;
}
.acc_logo {
    width: 45px;
    height: 25px;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 23px;
    margin-right: 10px;
    margin-left: 10px;
}
.acc_logo img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.track_pro {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.track-icon {
    font-size: 17px;
    color: #000;
    margin-right: 15px;
}
.tpr-info {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

/*===========contact-us===========*/
.contactus-block {
    position: relative;
    margin-top: -145px;
}
.contact-item {
    position: relative;
    border: 1px solid #ddd;
    margin: 0px auto;
    padding: 15px 20px;
    border-radius: 5px;
    background: #fff;
	height: Calc(100% - 30px);
    text-align: center;
    margin-bottom: 20px;
    transition: .5s;
}
.contact-item:hover{
    box-shadow: 0px 3px 10px #ddd;
}
.contact-icon {
    width: 60px;
    height: 60px;
    margin: 0px auto 15px;
    line-height: 65px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}
.contact-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.contact-info p {
    font-size: 15px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 5px;
}
.contForm-block {
    position: relative;
    /* box-shadow: 0px 3px 15px #ddd; */
    padding: 30px;
    border-radius: 5px;
    background: rgb(0 0 255 / 6%);
}
.contct-heading {
    margin-bottom: 25px;
    text-align: center;
}
.contct-heading h3 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
/*===========delivery-slots======*/
.slot-status {
    position: relative;
    display: inline-flex;
    margin-bottom: 0px;
}
.slot-status p {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 15px 0px 0px;
    color: #7b7b7b;
}
.slot-status p.selected-text {
    color: var(--primary-color);
}
.prdt_delivery-time {
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 20px;
    height: 300px;
    overflow-y: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
.prdt_delivery-time > ul {
    margin-bottom: 0px;
    display: block;
}
.prdt_delivery-time > ul > li {
    display: block;
    margin-bottom: 10px;
}
.prdt_delivery-time label {
    display: block;
    padding: 5px 10px 5px 35px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.prdt_delivery-time .custom-control {
    padding-left: 0px;
}
.prdt_delivery-time .custom-control-label::before {
    position: absolute;
    top: 7px;
    left: 10px;
}
.prdt_delivery-time input[type="radio"]:checked + label {
    background: #ffdfe2;
}

.prdt_delivery-time input[type="radio"]:disabled + label {
    background: #f5f5f5;
}
.prdt_delivery-bttm {
    border: 1px solid #f5f5f5;
    padding: 13px 20px;
    display: block;
}
.show_select_Value {
    display: block;
    background: #f5f5f5;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.show_select_Value span {
    display: inline-block;
    font-size: 15px !important;
    color: #555 !important;
    margin-left: 7px;
    font-weight: 600 !important;
}
/*=========pagunation========*/
.pagination {
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.page-link {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e600;
    border-radius: 50%;
    margin: 0px 3px;
}
.page-link:hover {
    z-index: 2;
    color: var(--primary-color);
    text-decoration: none;
    background-color: #ffffff;
    border-color: var(--primary-color);
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: 0px;
}
.page-link:focus {
	box-shadow: none;
}
/*=========modal-box=========*/
.modal {
    background: rgba(0,0,0,.5);
}
.modal-backdrop {
    position: static;
}
.modal-backdrop.show {
    opacity: 0;
}
.modal-dialog {
    max-width: 700px;
    margin: 50px auto;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: var(--primary-color);
    opacity: 1;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    outline: none;
    z-index: 3;
}
.modal-header {
    padding: 0px;
    border: 0px;
}
.modal-title {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 1px solid #7b7b7b;
}
.loging-rightblock {
    position: relative;
    width: 100%;
    height: 100%;
}
.loging-rightblock img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.loging-leftblock {
    position: relative;
    padding: 15px;
    background-color: #fff;
}
.loging-leftblock .form-group label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.custom-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
}
.custom-link:hover {
	color: var(--secondary-color)
}
/*================newsletter-section==============*/
.newsletter_bg {
    background: #000;
}
.newsletter_box {
    position: relative;
    margin: 0px 0px -140px;
    background: #fff;
    box-shadow: 0px -3px 10px #ececec;
    z-index: 1;
    padding: 30px 20px;
    border-radius: 5px;
}
/*=====================top-footer=====================*/
.top-footer {
    position: relative;
    background: #fff;
    padding: 40px 50px 20px;
}
.footer-block {
    margin-bottom: 15px;
    height: 100%;
}
.footer-logo {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.footer-logo img {
	max-width: 50%;
}
.footer_title {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.footer_title::before {
    content: "";
    width: 57px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin-bottom: 0px;
    position: absolute;
    bottom: -5px;
}
.footer_logo a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer-add p {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: justify;
}
.footer-block form .form-group {
    margin-bottom: 5px;
}
.info-list {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.info-list > li {
    display: flex;
    width: 100%;
    margin-bottom: 13px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.add_text {
    color: var(--primary-color) !important;
}
.info-list > li > a {
    color: #555;
}
.info-list > li > a:hover {
    color: var(--primary-color);
}
.info-icon {
    font-size: 16px;
    margin-right: 10px;
    color: var(--primary-color);
}
.footer-media-icon li {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.footer-media-icon {
    display: block;
    margin: 20px 0px;
}
.footer-media-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
.footer-media-icon li a.facebook {
    background: #023d7d;
}
.footer-media-icon li a.twitter {
    background: #56a7ff;
}
.footer-media-icon li a.instagram {
    background: linear-gradient(317deg, #fe00f6, #ff0076,#ff9007,#feff00);
}
.footer-media-icon li a.linkedin {
    background: #0573ea;
}
.footer-add li {
    font-size: 16px;
    color: #f5f5f5;
    font-weight: 500;
    margin-bottom: 5px;
}
.footer-add ul {
    margin-bottom: 25px;
}
.footer-add li i {
    color: #005bbe;
    margin-right: 9px;
}
.footer-link li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 4px 0px;
    transition: .5s all;
    color: #555;
}
.footer-link li span{
	color: var(--primary-color);
	margin-right: 4px;
}
.footer-link li a:hover{
	color: #000;
	transform: translateX(7px);
}
.footer-bottom {
    position: relative;
    background: #101010;
    padding: 15px 50px;
}
.copyright-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
}
.copyright-text i {
    color: var(--primary-color);
    padding: 0px 3px;
	font-size: 20px;
}
.download-app-img {
    margin-bottom: 10px;
}
.download-app-img li {
    display: inline-block;
    margin: 0px 0px 5px 0px;
}
.download-app-img img{
    max-width: 100%;
}
.download-img {
    width: 110px;
    border: 1px solid #adb5bd;
    border-radius: 0px;
}
.blog-details {
	position: relative;
	padding: 15px;
}
.blog-details p {
	text-align: justify;
}



/*=============for-gallery=============*/

.gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-wrapper > div {
  padding: 0 3px;
}
.gallery-box {
  margin-bottom: 6px;
  position: relative;
}
.gallery-box:before {
  opacity: 0;
  content: "";
  background-color: rgba(253, 200, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box img {
  width: 100%;
  height: 350px;
}
.gallery-box .gallery-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box .gallery-content a {
  background-color: var(--primary-color);
  height: 55px;
  width: 55px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.gallery-box .gallery-content a i {
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-box:hover .gallery-content {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-area1 {
  padding: 20px 0;
}

.gallery-box p {
  opacity: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  text-align: justify;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 10px;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 500;
}
.gallery-box:hover p {
  opacity: 1;
}

.faq_accord {
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 10px #f0f0f0;
    margin-bottom: 25px;
}
.faq_accord-heading {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.faq_accord-heading a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    background: rgb(0 51 153 / 5%);
    color: #000;
}
.faq_accord-heading a strong {
    color: #00f;
}
.faq_accord-heading a .sideber-collap-icon {
    position: absolute;
    right: 10px;
    top: 35%;
    font-size: 17px;
    display: block;
    line-height: 0;
    color: #000;
}
.faq_accord-heading a.collapsed .sideber-collap-icon {
    transform: rotate(90deg);
}
.faq_accord-content {
    position: relative;
    padding: 15px;
}
		
		
/*=============for-mobile=============*/
.middle-header.mobile-header {
    display: none;
}
.close_navbar {
    border: 0;
    background: #f14341;
    padding: 0px 0px;
    margin-bottom: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    margin-left: auto;
    position: relative;
    color: #fff;
    border-radius: 50%;
    right: 0;
    top: 0;
    display: none;
}

@media(max-width: 790px){
	.main-header {
		z-index: 9999;
	}
	.top-header {
		/*display: none;*/
		padding: 5px;
	}
	ul.rightside_top-headNavbar li:last-child {
		display: none;
	}
	.destop-header {
    display: none;
}
	header.middle-header.mobile-header {
    display: block;
}
	.mobile-header .navbar-nav {
		flex-direction: row;
	}
	.navbar-menu .navbar-nav {
    flex-direction: column;
}
	.middle-header {
		padding: 5px 0px;
	}
	.shop-bag {
		display: block;
		margin-left: 0px;
		cursor: pointer;
	}
	.shop-icon {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		line-height: 26px;
		font-size: 12px;
		margin-left: 7px;
		margin-right: 0px;
	}
	.searching_block {
		width: 100%;
		margin-top: 5px !important;
	}
	.searching_block .form-control {
		height: calc(18px + 13px + 2px);
		font-size: 13px;
	}
	.searching_block .input-group-append {
		max-width: 100px;
	}
	.close_navbar {
		display: block;
	}
	.navbar-toggler {
		padding: 0;
		font-size: 15px;
		color: #000;
		margin-right: 5px;
		display: block;
	}
	.navbar-menu {
        border-right: 1px solid #fff;
        background-color: #fff;
        transition: all 0.3s ease;
        position: fixed;
        top: 0px;
        left: -280px;
        z-index: 999;
        padding: 20px 0px;
        width: 280px;
        height: 100vh;
		padding: 15px;
        display: block;
		overflow-y: scroll;
    }
    .navbar-menu.left-open {
        left: 0;
    }
	.default-padding {
    padding: 20px 0px;
}
	.logo {
		position: relative;
		width: auto;
		margin-right: 7px;
		height: 100px;
	}
	.dropdown-megamenu {
		width: 100%;
		padding: 5px;
	}
	.dropdown-toggle::after {
    	float: right;
	}
	.nav-link {
		padding: 10px 0px !important;
	}
  .timeline-block .center-line{
    left: 40px;
  }
  .timeline-block .row{
    margin: 30px 0 3px 60px;
  }
  .timeline-block .time_box-content{
    width: 100%;
  }
  .row_left .time_box-content::before{
    left: -7px;
  }
  .row_left .time_box-content .icon{
    left: -60px;
  }
	.home-slider .item {
		height: 25vh;
	}
	.blocker-content {
		padding: 5px 15px;
	}
	.blck_title {
    font-size: 18px;
	}
	.blocker-content p {
    font-size: 10px;
	}
	.page-title {
    font-size: 20px;
	}
	.title-text {
    font-size: 12px;
    font-weight: 400;
	}
	.pro-title {
		font-size: 20px;
	}
	.prog_content p {
    font-size: 13px;
    font-weight: 400;
	}
	.jour_counter_block {
		display: flex;
	}
	.counter-item {
		width: 50%;
	}
	.counter-item:nth-child(even)::before, .counter-item:nth-child(even)::after {
		display: none;
	}
	.about_cont-block {
		padding: 15px;
	}
	.about-img {
		position: relative;
		margin-top: 0;
		margin-left: 0;
		height: auto;
	}
	.categ_img {
		height: 200px;
	}
	.megamenu-carousel .item {
		height: 130px;
	}
	.block-divder {
		height: 140px;
	}
	.top-footer {
		padding: 40px 0px 20px;
	}
	.footer-bottom {
		padding: 5px 0px;
	}
	.copyright-text {
		font-size: 12px;
		text-align: center !important;
	}
	.copyright-text i {
		font-size: 13px;
	}
}
@media(max-width: 440px){
  .timeline-block .center-line,
  .time_box-content::before,
  .time_box-content .icon{
    display: none;
  }
  .timeline-block .row{
    margin: 10px 0;
  }
}


