
-------------Table of Contents for Home page---------------
1. Header
2. banner section
3. Popular Book
4. Book Categories
5. magazine
6. latest article
7. Footer

*/

/*
-------------Table of Contents for blog details page---------------
1. blog details

*/
/*
-------------Table of Contents for about us page---------------
1. about

*/
/*
-------------Table of Contents for seminar us page---------------
1. seminar

-------------Table of Contents for all book  page---------------
1. all book
-------------Table of Contents for book details page---------------
1. book details

*/
/***** some modules *******

1. section title
2. view details

******/

/* section title */
ul{
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.section_title{
    text-align: center;
}
.section_title .title_text{
    font-family: 'SamsungSharpSans';
    font-size: 35px; 
    color: #151515;
    line-height: 60px;
    position: relative;
}
.section_title .text{

}
.section_title .title_text .prev_shape {
    width: 180px;
    height: 2px;
    background-color: #108666;
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 19%
}
.section_title .title_text .prev_shape:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -275%;
    width: 14px;
    height: 14px;
    background: #108666;
    border-radius: 50%;

}
.section_title .title_text .next_shape {
    width: 180px;
    height: 2px;
    background-color: #108666;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 19%
}
.section_title .title_text .next_shape:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -275%;
    width: 14px;
    height: 14px;
    background: #108666;
    border-radius: 50%;

}
.section_title .title_text .next_shape{

}
/* view details */
.view_details{
    text-align: center;
}
.view_details a{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #108666;
    padding: 20px 30px;
    border-radius: 72px;
    display: inline-block;
    margin-top: 50px;
}
.view_details a i{
    margin-left: 10px;
}
/* Button Hover effects */
.btn_hover{
    position: relative;
    overflow: hidden;
}
.btn_hover span{
    position: relative;
    z-index: 1;
}
.btn_hover::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #d5f2ea;
    transition: width 0.5s, height 0.5s;
}
.btn_hover:hover::before{
     width: 300px;
     height: 300px;
}
.btn_hover span{
    transition: .5s;
}
.btn_hover:hover span{
    color: #000000;
}

/*Stkey Menu Start*/
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25); 
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
/*Stkey Menu End*/
.header-area {
    background:#0D1F35;
}
.header-top {
    padding: 10px 0;
}
.header-menu {
  position: relative; 
}
.menu-content {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.login_button {
    padding-left: 20px;
}
.addToCart a{
    position: relative;
}
 .addToCart a .cart_notification {
    width: 20px;
    height: 20px;
    background: #F79E06;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ProductSans';
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: -7px;
}

/*navbar here*/

.header-horizontal-menu .menu-content li {
  display: inline-block;
  position: relative; 
}
.header-horizontal-menu .menu-content li a {
    display: block;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 68px;
    transition: all 0.3s linear;
}
.header-horizontal-menu .menu-content li.active > a, .header-horizontal-menu .menu-content li:hover > a {
  color:#108666; 
}
.header-horizontal-menu .menu-content li .sub-menu {
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  top: 100%;
  width: 240px;
  left: 0;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  padding: 12px 0;
}
.header-horizontal-menu .menu-content li .sub-menu li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative; 
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #333;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 400;
  position: relative; 
}
.header-horizontal-menu .menu-content li .sub-menu li a i {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 40px;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover > a {
  color: #e52e06; 
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
  top: 20px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden; 
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible; 
}
/*=========== Mobile  ==========*/
.mobile-toggle a {
  color: #fff;
  line-height: 39px;
  font-size: 24px;
  padding: 5px;
  display: inline;
}
/*OVERLY Start*/
.overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 99;
  visibility: visible;
  opacity: 0;
  visibility: hidden; 
}
.overlay.open {
  opacity: 0.6;
  visibility: visible; 
}
/*END OVERLY*/
.mobile-off-canvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  background-color: #fff;
  z-index: 999;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.mobile-off-canvas-menu.open {
  left: 0; 
}
.mobile-canvas-close {
  background: #19201e;
  padding: 0 35px; 
}
.mobile-canvas-close p {
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative; 
}
.mobile-canvas-close p i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6; 
}

.mobile-main-menu .menu-content li {
  position: relative; 
}
.mobile-main-menu .menu-content li a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5; 
}
.mobile-main-menu .menu-content li a i {
  display: none; 
}
.mobile-main-menu .menu-content li .mobile-menu-expand {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer; 
}
.mobile-main-menu .menu-content li .mobile-menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.mobile-main-menu .menu-content li .mobile-menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.mobile-main-menu .menu-content li.active-expand > .mobile-menu-expand::after {
  height: 0; 
}
     
.mobile-main-menu .menu-content li .sub-menu li a {
  font-weight: 400;
  padding-left: 50px; 
}
.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a, .mobile-main-menu .menu-content li .sub-menu li .sub-menu li a {
  padding-left: 65px; 
}
.mobile-main-menu .menu-content li .sub-menu li img {
  padding: 10px;
  padding-right: 20px; 
}
.header-horizontal-menu .menu-content li:hover .sub-menu, .header-horizontal-menu .menu-content li:hover .mega-sub-menu {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
/* other pages menu color */
.secondary_header {
    background-color: #d5f2ea;
    padding: 20px 0;
}
.secondary_header .logo{
    color: #108666;
}
.secondary_header .main_menu ul li a{
    color: #242424;
}
.secondary_header.sticky{
    background-color: #d5f2ea;
}

/* *** header end **** */

/* banner section start */

.banner_section{
    /*background-image: url('../images/banner.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}
/*.banner_section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(10.51deg, rgba(11, 16, 19, 0.178428) 0.56%, rgba(11, 16, 19, 0) 0.56%, rgba(11, 16, 19, 0.45) 0.56%, rgba(11, 16, 19, 0.45) 15.49%, rgba(11, 16, 19, 0.45) 71.37%, rgba(11, 16, 19, 0.45) 100%);
    z-index: 0;

}*/
.banner_content{
    text-align: center;
    position: relative;
    z-index: 1;
    min-height:650px;
    max-height: 650px;
    padding: 200px 0 150px;
}
.banner_content .banner_title{
    font-family: 'SamsungSharpSans';
    font-size: 60px;
    line-height: 115px;
    color: #ffffff;
}
.banner_content .banner_text{
    font-family: 'ProductSans';
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    width: 55%;
    margin: 0px auto;
}
.banner_content .banner_readMore{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    width: 180px;
    height: 60px;
    background: #F79E06;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0px;

}
.account a {
    width: 40px;
    height: 40px;
    background: #F79E06;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
 .account {
    margin-left: 15px;
}
/* banner section end */

/* Popular Book start */
.popular_books{
    padding: 100px 0;
}
.book_item{
    border: 1px solid #EFEDED;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    min-height: 435px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.book_item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #d5f2ea;
	transform: rotate(13deg) translate(-4px, 16px) scale(1.3);
	z-index: -1;
}
.book_item .book_image a img{
    max-height: 220px;
    min-height: 220px;
}

.book_item .book_description{
    /* background-color: #108666;
    clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 100%); */
    padding-top: 20px;
}
.book_description h3 {
    height: 45px;
}
.book_item .book_description .book_name a{
    font-family: 'SamsungSharpSans';
    font-size: 16px;
    color: #242424;
    line-height: 20px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.book_item .book_description .writer_name{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 17px;
}
.book_item .book_description .price_cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
/*.book_item .book_description .price_cart .price{
    font-family: 'SamsungSharpSans';
    font-size: 20px; 
    line-height: 22px;
    color: #108666;
    margin: 0;
}*/
.book_item .book_description .price_cart .price {
    font-family: 'SamsungSharpSans';
    font-size: 20px;
    line-height: 22px;
    color: #108666;
    margin: 0;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book_item .book_description .price_cart .price .discounted{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    color: #666666;
    text-decoration: line-through;
    margin: 0;
}
.book_item .book_description .price_cart .cart{
    font-family: 'ProductSans';
    font-size: 12px;
    line-height: 13px;
    color: #ffffff;
    text-decoration: none;
    background-color: #108666;
    padding: 9px 13px;
    border-radius: 40px;
    border: 1px solid transparent;
}

/* Popular Book end */


/* Book Categories start */
.book_categories{
    padding: 100px 0;
    background: #EFEFEF;
}
.book_categories .all_categories{

}
.book_categories .all_categories .single_category{
    text-align: center;
    background-color: #ffffff;
    padding: 30px 0 20px;
    margin-top: 24px;
}
.book_categories .all_categories .single_category .category_name{
    font-family: 'ProductSans';
    font-weight: 600;
    margin-top: 15px;
    color: #242424;
}
.book_categories .all_categories .single_category .category_image img{
    width: 60%;
}
.book_categories .all_categories .single_category .category_name a{
    font-family: 'SamsungSharpSans';
    font-size: 16px; 
    line-height: 20px;
    text-decoration: none;
    color: #242424;
    margin-top: 25px;
    display: inline-block;
}

/* Book Categories end */


/* magazine start */
.magazine{
    padding: 100px 0;
}
.magazine .all_magazine{

}
.magazine .all_magazine .single_magazine{
    text-align: center;
    padding: 35px 35px 20px;
    margin-top: 24px;
    position: relative;
}
.magazine .all_magazine .single_magazine::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-color: #d5f2ea;
    z-index: -1;
}
.magazine .all_magazine .single_magazine .magazine_image img{
    width: 70%;
}
.magazine .all_magazine .single_magazine .magazine_name a{
    font-family: 'SamsungSharpSans';
    font-size: 20px; 
    line-height: 25px;
    text-decoration: none;
    color: #242424;
    margin-top: 25px;
    display: inline-block;
}

/*magazine end */

/* ******* latest article start ********** */
.article{
    padding: 100px 0;
    background: #d5f2ea;
}
.all_article{
    margin-top: 40px;
}
.article_item{
    margin-top: 24px;
    background-color: #ffffff;
}
.article_item .article_image {
    max-height: 200px;
    overflow: hidden;
}
.article_item .article_image img{
    width: 100%;
}
.article_item .article_content{
    padding: 15px;
}
.article_item .article_content .article_title{
    font-family: 'SamsungSharpSans';
    font-size: 18px; 
    line-height: 31px;
    color: #242424;
}
.article_item .article_content .article_text{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 32px;
}
.article_item .article_content .date_like{
    border-top: 1px solid #AEAEAE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article_item .article_content .date_like .date{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 19px;
    margin-top: 15px;
    margin-bottom: 0;
}

.article_item .article_content .date_like .like{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 19px;
    margin-top: 15px;
    margin-bottom: 0;
}
.article_item .article_content .date_like .date i{
    color: #108666;
    margin-right: 10px;
}
.article_item .article_content .date_like .like i{
    color: #108666;
    margin-right: 10px;
}

/* ******* latest article end ********** */

/* Footer start */
.footer{
    background: #0D1F35;
}
.footer .footer_top{
    padding: 60px 0 40px;
}
.footer .footer_top .footer_intro{

}
.footer .footer_top .footer_intro h3{
    font-family: 'ProductSans';
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #108666;

}
.footer .footer_top .footer_intro p{
    font-family: 'ProductSans';
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    transition: all .2s ease-in-out;
}
.footer .footer_top .footer_intro p:hover{
    color: #93eed5;
}
.footer .footer_top .footer_intro .social_links{

}
.footer .footer_top .footer_intro .social_links ul{
    list-style: none;
    display: flex;
    padding: 0;
}
.footer .footer_top .footer_intro .social_links ul li a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.footer .footer_top .footer_intro .social_links ul li a{
    font-size: 18px;
}
.footer .footer_top .footer_intro .social_links ul li.facebook a{
    color: #015BFA;
}
.footer .footer_top .footer_intro .social_links ul li.instagram a{
    color: #FF006B;
}
.footer .footer_top .footer_intro .social_links ul li.twitter a{
    color: #55ACEE;
}
.footer .footer_top .footer_intro .social_links ul li a:hover{
    background: #108666;
    color: #ffffff;
}
/* important links */
.footer .footer_top .important_links{
}
.footer .footer_top .important_links .link_title{
}
.footer .footer_top .important_links .link_title h3{
    font-family: 'SamsungSharpSans';
    font-size: 22px; 
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer .footer_top .important_links ul{
    list-style: none;
    padding: 0;
}
.footer .footer_top .important_links ul li a{
    color:#DCDCDC;
    font-size: 16px;
    font-family: 'ProductSans';
    line-height: 28px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.footer .footer_top .important_links ul li a:hover{
    color: #93eed5; 
}

/* categories */
.footer .footer_top .categories{
}
.footer .footer_top .categories .categories_title{
}
.footer .footer_top .categories .categories_title h3{
    font-family: 'SamsungSharpSans';
    font-size: 22px; 
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer .footer_top .categories ul{
    list-style: none;
    padding: 0;
}
.footer .footer_top .categories ul li button{
    color:#DCDCDC;
    font-size: 16px;
    font-family: 'ProductSans';
    line-height: 28px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.footer .footer_top .categories ul li button:hover{
    color: #93eed5 !important;
}
/* contact */
.footer .footer_top .contact_us{

}
.footer .footer_top .contact_us .contact_title h3{
    font-family: 'SamsungSharpSans';
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer .footer_top .contact_us .contact_item a{
    color:#DCDCDC;
    font-size: 16px;
    font-family: 'ProductSans';
    line-height: 28px;
    text-decoration: none;
    display: block;
    transition: all .2s ease-in-out;
}
.footer .footer_top .contact_us .contact_item a:hover{
    color: #93eed5; 
}

.copyright_area{
    border-top: 1px solid #DCDCDC;
    padding: 30px 0 10px;
}
.copyright_area p{
    font-family: 'ProductSans';
    color: #DCDCDC;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.copyright_area p:hover{ 
    color: #93eed5; 
}
.copyright_area p a{
    text-decoration: none;
}
.copyright_area ul{
    display: flex;
    justify-content: flex-end;
}
.copyright_area ul li{
    list-style: none;
    margin-left: 20px;
}
.copyright_area ul li a{
    text-decoration: none;
    font-family: 'ProductSans';
    color: #DCDCDC;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all .2s ease-in-out;
}
.copyright_area ul li a:hover{ 
    color: #93eed5; 
}
/* Footer end */


/* blog page css start*/

.blog_details{
    padding: 100px 0 130px;
}
.blog_details .blog_container{
    max-width: 940px;
    margin: auto;
}
.blog_details .blog_container .blog_title{

}
.blog_details .blog_container .blog_title h2{
    font-family: 'SamsungSharpSans';
    font-size: 36px;
    line-height: 45px;
    color: #000000;
}
.blog_details .blog_container .blog_meta{
    display: flex;
    margin: 20px 0;
}
.blog_details .blog_container .blog_meta .published_date{
    padding-right: 15px;
    border-right: 1px solid #C4C4C4;
}
.blog_details .blog_container .blog_meta .published_date p{
    font-family: 'ProductSans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.blog_details .blog_container .blog_meta .published_date p span{
    text-transform: capitalize;
}
.blog_details .blog_container .blog_meta .blog_categories{
    padding-left: 15px;
}
.blog_details .blog_container .blog_meta .blog_categories p span{
    text-transform: capitalize;
}
.blog_details .blog_container .blog_meta .blog_categories p{
    font-family: 'ProductSans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.blog_details .blog_container .blog_feature_image{

}
.blog_details .blog_container .blog_feature_image img{
    width: 100%;
}
.blog_details .blog_container .blog_content{
    padding-top: 40px;
}
.blog_details .blog_container .blog_content p{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
}
/* blog page css end */

/* about page css start*/

.about{
    padding: 100px 0 100px;
}
.about .about_container{
    max-width: 940px;
    margin: auto;
}
.about .about_container .about_title h2{
    font-family: 'SamsungSharpSans';
    font-size: 42px;
    line-height: 130%;
    color: #242424;
    text-align: center;
    margin-bottom: 40px;
}
.about .about_container .about_feature_image img{
    width: 100%;
}
.about .about_container .about_content{
    padding-top: 40px;
}
.about .about_container .blog_content p{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
}

/* about page css end  */


/* seminar page css start  */
.seminar{
    padding: 100px 0;
}
.seminar .seminar_title h2{
    font-family: 'SamsungSharpSans';
    font-size: 48px;
    line-height: 120%;
    color: #242424;
    text-align: center;
}
.seminar .all_seminar{
    padding-top: 50px;
}
.seminar .all_seminar .single_seminar{
    padding: 20px;
    background-color: #F7F7F8;
    margin-top: 24px;
}
.seminar .all_seminar .single_seminar .seminar_image {
	background-color: #ffffff;
	text-align: center;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seminar .all_seminar .single_seminar .seminar_image img{
    width: 100%;
    height: 100%;
}
.seminar .all_seminar .single_seminar .seminar_date{
    padding-top: 20px;
}
.seminar .all_seminar .single_seminar .seminar_date p{
    font-family: 'Jost', sans-serif;
    color: #1E1D1E;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
}
.seminar .all_seminar .single_seminar .seminar_description{

}
.seminar .all_seminar .single_seminar .seminar_description h3{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 700;
    color: #242424;
    line-height: 30px;

}
.seminar .all_seminar .single_seminar .seminar_description p{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 400;
    color: #7C7C7C;;
    line-height: 32px;
}
.seminar .all_seminar .single_seminar .downloads {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    margin: 20px 0;
}
.seminar .all_seminar .single_seminar .downloads .pdf,
.seminar .all_seminar .single_seminar .downloads .documents {
	font-family: 'ProductSans';
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background: #108666;
	width: 170px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seminar .all_seminar .single_seminar .downloads .pdf img,
.seminar .all_seminar .single_seminar .downloads .documents img{
    margin-right: 15px;
 }
/* seminar page css end  */


/* book details start */
.book_details{

}
.book_image_info{
    padding: 100px 0;
}
.book_image_info .book_image{
    text-align: center;
    position: relative;
}
.book_image_info .book_image span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    background: rgba(107, 157, 46, 0.2);
    z-index: -1;
}
.book_image_info .book_image img{
    height: 85%;
    min-width: 60%;
}
.book_image_info .book_info{

}
.book_image_info .book_info .book_name_author{

}
.book_image_info .book_info .book_name_author .book_name{
    font-size: 30px;
    font-family: 'SamsungSharpSans';
    line-height: 44px;
    color: #242424;
}
.book_image_info .book_info .book_name_author .book_author{
    font-family: 'ProductSans';
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #108666;
    text-transform: uppercase;
}
.book_image_info .book_info .other_info{
    width: 70%;
    margin: 30px 0 0;
}
.book_image_info .book_info .other_info .info_type{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.book_image_info .book_info .other_info .info_type .first{
    width: 40%;
}
.book_image_info .book_info .other_info .info_type .second{
    width: 60%;
}
.book_image_info .book_info .other_info .info_type span{
    display: block;
}
.book_image_info .book_info .other_info .info_type .info_name{
    font-family: 'ProductSans';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #242424;
}
.book_image_info .book_info .other_info .info_type .info_dot{
    padding: 0px 20px;
    font-family: 'ProductSans';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #242424;
}
.book_image_info .book_info .other_info .info_type .info_value{
    font-family: 'ProductSans';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #767373;
    text-align: left;
    width: 100%;
    display: block;
}
.book_image_info .book_info .other_info .info_type .info_value::before{
    content: ':';
    margin-right: 10px;
}
.book_image_info .order_action{
    margin-top: 50px;
}
.order_action .quantity .form-control{
    box-shadow: unset;
}
.book_image_info .order_action .order_nowbtn{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #108666;
    padding: 15px 30px;
    border-radius: 72px;
    display: inline-block;
    border: 1px solid transparent;
}
.book_description{

}
.book_description p{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 31px;
    max-width: 976px;
    margin: 60px auto;
}
.related_books{
    padding: 60px 0;
}
/* book details end */


/* all books start */
.all_books{

}
.all_books .filtering{

}
.filter_category h3 {
	font-family: 'ProductSans';
	font-weight: 700;
}
.all_books .filtering .filter_category select{
    height: 45px;
	background-color: #eaeaea;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #0f1626;
	border-radius: 0px;
    cursor: pointer;
    margin: 10px 10px 10px 0px !important;
    font-family: 'ProductSans'; 
}
.all_books .filtering .filter_category select:focus {
	box-shadow: unset !important;
	background-color: #eaeaea;
}
.header-top__search-form {
	position: relative;
    display: block;
}
.search_by h3 {
	font-family: 'ProductSans';
	font-weight: 700;
}
.header-top__search-form input {
	height: 45px;
	background-color: #eaeaea;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #0f1626;
	border-radius: 0px;
    margin: 10px 10px 10px 0px !important;
    font-family: 'ProductSans'; 
}
.header-top__search-form__button {
	border: unset;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0 22px;
	line-height: 45px;
	background-color: #8dcfbd;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header-top__search-form input:focus {
	box-shadow: unset !important;
	background-color: #eaeaea;
}
/* pagination area */
.pagination-area {
	margin-top: 50px;
	text-align: center;
}
.pagination-area .pagination {
	display: block;
}
.pagination-area .page-item {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--heading-color);
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
	background-color: #f5f6fa;
	border: 0;
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.pagination-area .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ffb607;
	border-color: #ffb607;
}

/* all writers */
.section_bg{
    background-color: #f2f3f8;
}
.all_writers{

}
.all_writers .single_writer{
    background-color: #ffffff;
    border: 1px solid #dee2e6 !important;
    border-radius: 0px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all_writers .single_writer:hover{
    background-color: #ffffff;
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.all_writers .single_writer .writer_image {
	width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px;

}
.all_writers .single_writer .writer_image img{
    width: 100%;
}
.all_writers .single_writer .writer_details{
    border-left: 1px solid #dee2e6 !important;
    padding: 16px;
}

.all_writers .single_writer .writer_details h4{
    font-size: 16px;
    color: #1b1b28;
    font-weight: 600;
    font-family: 'ProductSans';
    line-height: 22px;
}
.all_writers .single_writer .writer_details .writer_profile_btn{
    font-size: 15px;
    color: #1b1b28;
    font-family: 'ProductSans' !important;
    font-weight: 600 !important;
    letter-spacing: .5px;
    line-height: 22px;
    background: #D5F2EA;
    padding: 8px 15px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
}
 

/* cart page css start*/
.cart_section{
    background: #f2f3f8;
    padding: 40px 0;
}
.cart_section .cart_container{
    max-width: 1024px;
    margin: auto;

}
.cart_section .cart_wraps{
    background: #ffffff; 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin: 20px 0;

}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #b6b4b4 !important;
}
.cart_section .cart_wraps .cart_table{}
.cart_section .cart_wraps .cart_table thead tr th{
    text-align: center;
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.cart_section .cart_wraps .cart_table tbody tr td {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-family: 'ProductSans';
	font-weight: 500;
	color: #000;
}
.cart_section .cart_wraps .cart_table .product_thumbnail{

}
.cart_section .cart_wraps .cart_table .product_thumbnail img{
    vertical-align: middle;
    height: 60px;
}
.cart_section .cart_wraps .cart_table .product_name a{
    color: #000;
}
.cart_section .cart_wraps .cart_table .product_price{}
.cart_section .cart_wraps .cart_table .product_quantity{}
.cart_section .cart_wraps .cart_table .product_quantity .input_counter{}
.cart_section .cart_wraps .cart_table .subtotal_amount {}
.cart_section .cart_wraps .cart_table .cart-product-quantity .input-group {
	flex-wrap: nowrap !important;
}
.cart_section .cart_wraps .cart_table .cart-product-quantity .input-group .qty-input{
	width: 50px !important;
}
.cart_section .cart_wraps .cart_table .product_remove a{
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #d5f2ea;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    transition: all .5s;
}
.cart_section .cart_wraps .cart_table .product_remove a:hover{
    background: #108666;
    color: #ffffff;
}
.cart_section .total_amount{}
.cart_section .total_amount .coupon_cart{
    background: #ffffff; 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin-bottom: 20px;
}
.cart_section .total_amount .coupon_cart form{
    position: relative;
}
.cart_section .total_amount .coupon_cart form input{
    height: 50px;
    color: var(--main-color);
    border: 1px solid #ececed;
    background-color: #f5f6fa;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;

}
.cart_section .total_amount .coupon_cart form input:focus{
    box-shadow: unset !important;
	border-color: #108666 !important;

}
.cart_section .total_amount .coupon_cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;

    font-size: 16px;
	color: #000000;
	padding: 15px 40px;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	background-color: #d5f2ea;
	border-radius:  0px;
	border: 1px solid #d5f2ea;
	margin-bottom: -4px;
	text-transform: capitalize;
}
.cart_section .total_amount .coupon_cart .form-group .default-btn:hover { 
	color: #ffffff; 
	background-color: #108666;
	border: 1px solid #108666;
}

.checkout_address,
.ataglance{
    background: #ffffff; 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin-bottom: 20px;
}
.ataglance .cart-checkout-title{
    background-color: #d5f2ea;
	padding: 20px 30px;
	color: #000000;
	margin-bottom: 0;
    text-transform: capitalize;
}
.ataglance .cart-totals {
	padding: 35px;
	border-radius: 0;
	border: 1px solid #ebf0ff;
	overflow: hidden;
}
.ataglance .cart-totals h1 {
	font-family: 'ProductSans' !important;
	font-weight: 600;  
}
.ataglance .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}
.ataglance .cart-totals ul li {
	color: var(--body-color);
	position: relative;
	padding-bottom: 21px;
    font-size: 16px;
    font-family: 'ProductSans';
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden;
}
.ataglance .cart-totals ul li::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -22px;
	width: 108%;
	height: 1px;
	border-bottom: 1px solid #eaedff;
}
.ataglance .cart-totals ul li span {
	float: right;
	color: #666666;
	font-weight: normal;
}
.ataglance .cart-totals ul li .form-check-input:checked {
	background-color: #108666;
	border-color: #108666;
}
.ataglance .cart-totals ul li .form-check-input:focus{
    box-shadow: unset;
}
.ataglance .cart-totals .dubble_btn{
    display: flex;
    justify-content: space-between;
}
.ataglance .cart-totals .dubble_btn .checkout_btn,
.ataglance .cart-totals .dubble_btn .shoping_btn {
	font-family: 'ProductSans';
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #108666;
	padding: 17px 0;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
	text-align: center;
	border-radius: 0px;

}



/* cart page css end*/

/* checkout page css start */
.checkout_section{
    background: #f2f3f8;
    padding: 40px 0;
}
.checkout_section .checkout_container{
    max-width: 1024px;
    margin: auto;

}
.checkout_address form select option {
	background: #f5fffc;
}

.checkout_address form select,
.checkout_address form textarea,
.checkout_address form input {
    line-height: 1.8;
    background-color: #f5fffc;
    border-radius: 0px !important;
}
.checkout_address form select:focus,
.checkout_address form textarea:focus,
.checkout_address form input:focus{
    box-shadow: unset;
    border-color: #108666;
    background-color: #ffffff;
}
/* checkout page css end */


/* customer profile start */

.dashboard_wrapper{
    background: #f2f3f8;
    padding: 50px 0;
    min-height: 500px;
}
.dashboard_wrapper .sidber_menu{
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin-bottom: 20px;
}
.dashboard_wrapper .sidber_menu ul{
    list-style: none;
}

.dashboard_wrapper .sidber_menu .dashboard_title_tab{
    padding: 10px 15px;
    border-radius: 0px;
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;

}
.dashboard_wrapper .sidber_menu .dashboard_title_tab.active,
.dashboard_wrapper .sidber_menu .dashboard_title_tab:hover{
    background: #d5f2ea;
}
.dashboard_wrapper .content_wrapper{

}
.dashboard_wrapper .content_wrapper .tab_content{
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin-bottom: 20px;
    display: none;
}
.dashboard_wrapper .content_wrapper .tab_content.active{
    display: block;
}


.order_wraps{

}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #b6b4b4 !important;
}
.order_wraps .order_table{}
.order_wraps .order_table thead tr th{
    text-align: center;
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.order_wraps .order_table tbody tr td {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-family: 'ProductSans';
	font-weight: 500;
	color: #000;
}
.order_wraps .order_table .product_id a{

}
.order_wraps .order_table .order_date p{
    color: #000;
    margin: 0;
}
.order_wraps .order_table .product_price{}
.order_wraps .order_table .order_status{}
.order_wraps .order_table .order_status span{
    background: #108666;
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 16px;
	font-family: 'ProductSans';
	font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}
.order_wraps .order_table .subtotal_amount {}
.order_wraps .order_table .order_status {}
.order_wraps .order_table .order_status a.view_details,
.order_wraps .order_table .order_status a.remove{
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #d5f2ea;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    transition: all .5s;
}
.order_wraps .order_table .order_status a.remove{
    background: #dfb3bb;
}
.order_wraps .order_table .order_status a.remove:hover{
    background: #c94560;
    color: #ffffff;
}
.order_wraps .order_table .order_status a:hover{
    background: #108666;
    color: #ffffff;
}
/* customer profile end */


/* all magazine start */

.all_magazine .filtering .filter_category select{
    height: 45px;
	background-color: #eaeaea;
	border: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #0f1626;
	border-radius: 0px;
    cursor: pointer;
    margin: 10px 10px 10px 0px !important;
    font-family: 'ProductSans';
    font-weight: 600;
}
.all_magazine .filtering .filter_category select:focus {
	box-shadow: unset !important;
	background-color: #eaeaea;
}
/* all magazine end */


/* contact page css start */

/* edit kora lagbe */
.contact_section{
    background: #f2f3f8;
    padding: 40px 0;
}
.contact_section .contact_container{
    max-width: 1024px;
    margin: auto;

}
.contact_form{
    background: #ffffff; 
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    padding: 15px;
    margin-bottom: 20px;
}
.contact_form label,
.contact_form input{
    font-family: 'ProductSans';
}
.contact_form .contact_btn{
    font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #108666;
    padding: 17px 0;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    border: 0;
}
.contact_form .contact_btn:focus{
    background-color: #36af8f;
}
.contact_form form select option {
	background: #f5fffc;
}

.contact_form form select,
.contact_form form textarea,
.contact_form form input {
    line-height: 1.8;
    background-color: #f5fffc;
    border-radius: 2px;
}
.contact_form form select:focus,
.contact_form form textarea:focus,
.contact_form form input:focus{
    box-shadow: unset;
    border-color: #108666;
    background-color: #ffffff;
}
.contact_section .ataglance p{
    font-family: 'ProductSans';
    font-weight: 600;
}
/* contact page css end */
/* user Profile  Start*/

.picture-container{
    position: relative;
    cursor: pointer;
    text-align: center;
        }
        .picture{
            width: 120px;
            height: 120px;
            background-color: #999999;
            border: 4px solid #CCCCCC;
            color: #FFFFFF;
            border-radius: 50%;
            margin: 0px auto;
            overflow: hidden;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
        }
        .picture:hover{
            border-color: #2ca8ff;
        }
        .content.ct-wizard-green .picture:hover{
            border-color: #05ae0e;
        }
        .content.ct-wizard-blue .picture:hover{
            border-color: #3472f7;
        }
        .content.ct-wizard-orange .picture:hover{
            border-color: #ff9500;
        }
        .content.ct-wizard-red .picture:hover{
            border-color: #ff3b30;
        }
        .picture input[type="file"] {
            cursor: pointer;
            display: block;
            height: 100%;
            left: 0;
            opacity: 0 !important;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .picture-src{
            width: 100%;

        }
/* user Profile  end*/
/* order details start */
.dashboard_wrapper .content_wrapper .repeat_design {
	background: transparent;
	border-radius: unset;
	box-shadow: unset !important;
	padding: 0;
	margin-bottom: 0px;
}
.dashboard_wrapper .content_wrapper .tab_content .card{
    margin-bottom: 20px;
}
.dashboard_wrapper .content_wrapper .tab_content .ataglance .cart-totals {
	padding: 0px;
	border-radius: 0;
	border: unset;
}
.dashboard_wrapper .content_wrapper .tab_content .ataglance .cart-totals ul{
    margin: 0;
}
.dashboard_wrapper .content_wrapper .tab_content .ataglance .cart-checkout-title {
    padding: 15px 15px;
    font-size: 20px;
}
.dashboard_wrapper .content_wrapper .tab_content .card{
    border: unset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.dashboard_wrapper .content_wrapper .tab_content .card .card-header{
    background-color: #d5f2ea;
    padding: 15px 15px;
    color: #000000;
    margin-bottom: 0;
    text-transform: capitalize;
    border-bottom: unset;
}
.dashboard_wrapper .content_wrapper .tab_content .card .card-header h5{
    font-size: 20px;
    border-radius: 2px 2px 0 0;
}
.dashboard_wrapper .content_wrapper .tab_content .ataglance {
	background: transparent;
	border-radius: unset;
	box-shadow: unset;
	padding: 0;
	margin-bottom: 0px;
}
.dashboard_wrapper .content_wrapper .tab_content .ataglance .cart-totals{
    background: #ffffff;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
	padding: 15px;
	margin-bottom: 20px;
}

/* order details end */

/* loging css start */
.login .card{
    border-radius: 0px !important;
}
.login .card-header {
	background-color: #d5f2ea;
	padding: 20px 30px;
	color: #000000;
	margin-bottom: 0;
	text-transform: capitalize;
    font-size: 1.75rem;
    border-radius: 0px !important;
}
.login .card-header a{ 
    border-radius: 0px !important;
}
.login .card-body{}
.login .card-body .login_image, .register_form .card-body .login_image{
    text-align: center;
}
.login .card-body .login_image img, .register_form .card-body .login_image img{
    width: 80%;
}
.login .card-body form label{
    font-family: 'ProductSans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    padding: 10px 0 5px;
}
.login .card-body form input:focus{
    box-shadow: unset;
}
.login .card-body form .form-check {
	display: flex ;
	align-items: center;
}

.login .card-body form{
    padding: 20px 30px 0 0;
}

.login button {
	font-family: 'ProductSans';
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #108666;
	padding: 12px 0;
	display: inline-block;
	width: 40%;
	text-align: center;
	border-radius: 0px;
}
.login .btn-link{
    text-align: left;
}
/* loging css end */

/* registration css start */
.register_form .card{
    border-radius: 0px !important;
}
.register_form .card-header {
	background-color: #d5f2ea;
	padding: 20px 30px;
	color: #000000;
	margin-bottom: 0;
	text-transform: capitalize;
    font-size: 1.75rem;
    text-align: center;
    border-radius: 0px !important;
}
.register_form .card-header a{ 
    border-radius: 0px !important;
}
.register_form input:focus{
    box-shadow: unset;
}
.register_form button{
    font-family: 'ProductSans';
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #108666;
	padding: 17px 0;
	display: inline-block;
	width: 60%;
	text-align: center;
	border-radius: 0px;
}


/* registration css end */

/* slider css start */
.slider_container{
    position: relative;
}
.slider_container ul.slick-dots {
	list-style-type: none;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-left: 0;
}
.slider_container ul.slick-dots button {
	color: transparent;
	border: 0;
	background-color: #cdcdcd;
	height: 6px;
	width: 16px;
	border-radius: 3px;
	margin: 0 5px;
}
.slider_container ul.slick-dots li.slick-active button {
	background-color: #108666;
	width: 30px;
}
/* slider css end */

/* lake a look start*/
.take_a_look {
	text-align: center;
	margin: 30px 0px 0px;
}
.take_a_look .look_btn{
	font-family: 'ProductSans';
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #108666;
    padding: 15px 30px;
    border-radius: 72px;
    display: inline-block;
    border: 1px solid transparent;

}
/* lake a look end
/*offer-single*/
.offer-single{

}
.offer-single img{
    width: 100%;
    height: auto;
}
.offer-single .offer-content h5{
    padding-top: 10px;
}
.offer-single .offer-content h5 a{
    font-family: 'SamsungSharpSans';
    font-size: 18px;
    line-height: 31px;
    color: #242424;
}

.date-content {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 5px;
}

.date-content .end-date p::before, .date-content .start-date p::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
    color: #36d7c0;
}


.offer-single .offer-img{
    position: relative;
    overflow: hidden;
}
.offer-single .post-discount {
    position: absolute;
    top: 0%;
    left: 3%;
}
.offer-single .post-discount .discount {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #65d5ab;
}
.offer-box {
    padding-top: 60px;
}