body {
	font-family: "Manrope", sans-serif !important;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.navbar-brand img {
	height: 55px;
}

.theme-btn { 
	background: #1ba6e5;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
	transition: all .5s ease-in-out;
	border: 1px solid #1ba6e5;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

.theme-btn:hover {
	background-color: #1ba6e5f0;
	color: #fff;
}

section {
	padding: 80px 0;
}

.sub-heading {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

.main-heading {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

.about-txt p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #525252;
	padding: 10px 0 20px 0;
}

/* header css start */
header .navbar {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 0;
}

header .navbar .nav-item .nav-link {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #fff !important;
}

.sub-category ul li {
	list-style-type: none;
	padding: 6px 10px;
}

.sub-category ul {
    position: absolute;
    top: 40px;
    border: 1px solid #ebebeb;
    width: 140px;
    background-color: #ffffff54;
    display: none;
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.sub-category:hover ul {
	display: block;
}

.sub-category ul li {
	color: #fff;
}

.sub-category ul li:hover {
	background-color: #0085f1;
	border-radius: 6px;
}

.sub-category ul li:hover a {
	color: #fff !important;
}

.sub-category a i:before {
	font-weight: 800 !important;
}

/* header css end */

/* banner css start */
.banner-main {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}


.banner-txt .search-top input::placeholder {
	color: #fff !important;
}

.banner-txt .search-top input {
	height: 50px;
	background: transparent !important;
	color: #fff;
	padding: 0 20px;
	border: 1px solid #fff !important;
	border-radius: 10px;
	box-shadow: none;
	outline: 0;
}

.banner-txt .title {
	font-family: "Michroma", sans-serif;
	font-size: 45px;
	line-height: 76px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
}

.banner-txt .title span {
	background: linear-gradient(#91d3F3, #a3dadd);
	border-radius: 6px;
	padding: 9px 15px;
}

.banner-txt p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	padding: 15px 0 30px 0;
}

/* banner css end */

/* about css start */
.about-main {
	background-color: #E2E7EA;
	position: relative;
	z-index: 99;
}

.about-main:before {
	content: '';
	background-image: url('../img/about-vector.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.about-txt span {
	position: relative;
}

.bg-blue {
	height: 3px;
	background-color: #1ba6e5;
	position: absolute;
	width: 100%;
	bottom: 9px;
}

.about-right-img-top {
	position: absolute;
	top: -75px;
	left: 136px;
}

.about-right-img-right {
	position: absolute;
	right: 100px;
	top: 30px;
}

.about-right-img-bottom {
	position: absolute;
	bottom: -105px;
	left: 285px;
}

.about-box {
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	border-radius: 10px;
	min-height: 270px;
}

.about-box h6 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
}

.about-left-img-1 {
	background: #FFE6B2;
	width: 75px;
	height: 75px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

.about-left-img-1:before {
	content: '';
	position: absolute;
	width: 95px;
	height: 95px;
	border: 1px solid #FFE6B2;
	border-radius: 100px;
}

.bg-light-pink .about-left-img-1 {
	background: #EAD0FF;
}

.bg-dark-pink .about-left-img-1:before {
	border: 1px solid #FFC4BB;
}

.bg-dark-pink .about-left-img-1 {
	background: #FFC4BB;
}

.bg-light-blue .about-left-img-1:before {
	border: 1px solid #CFE5F2;
}

.bg-light-blue .about-left-img-1 {
	background: #CFE5F2;
}

.bg-light-pink .about-left-img-1:before {
	border: 1px solid #EAD0FF;
}

/* about css end */

/* album css start */
.album-heading .hr-line {
	width: 35px;
	height: 1px;
	background-color: #1ba6e5;
}

.album-btn a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #1ba6e5;
}

.album-img-bottom-txt span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #525252;
}

.album-img-bottom-txt p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

.album-img-bottom-txt {
	border: 1px solid #BDBDBD;
	border-radius: 10px;
	padding: 15px;
	width: 282px;
	background-color: #fff;
	position: absolute;
	top: 41%;
	left: -43%;
}

.album-img-bottom-txt-right {
	right: -27%;
	left: auto;
}

/* album css end */

/* popular css start */
.popular-main {
	background-color: #26237b;
}

.popular-btn a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

/* popular css end */

/* ebook css start */
.e-book span {
	position: relative;
}

.e-book p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #262626;
	padding-right: 80px;
}

.e-book {
	position: relative;
	z-index: 999;
}

.e-book:before {
	content: '';
	background-image: url('../img/e-book-layer.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
}

/* ebook css end */

/* network css start */
.network-main {
	background-color: #E2E7EA;
}

.network-main .bg-blue {
	height: 3px;
	background-color: #1ba6e5;
	position: absolute;
	width: 100%;
	bottom: 9px;
	right: 0;
}

.message-img {
	position: absolute;
	bottom: -75%;
	right: 0;
}

.like-img {
	position: absolute;
	top: -67%;
	left: 4%;
}

.network-people p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-align: start;
	margin-bottom: 0;
}

.network-people {
	background-color: #fff;
	border-radius: 14px;
	position: absolute;
	top: -6%;
	padding: 15px;
	left: 21%;
}

/* network css end */

/* customer css start */
.customer-main p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #7F7F7F;
	padding-right: 180px;
}

/* customer end start */

/* subscription css start */
.subscription-main {
	background-color: #020202;
}

.customer-box {
	border: 1px solid #C9C9C9;
	padding: 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #F2F6F8;
	position: relative;
}

.customer-box:before {
	content: '';
	position: absolute;
	border: 5px solid #C9C9C9;
	left: 0;
	height: 100%;
}

.customer-txt h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}

.customer-txt p {
	font-size: 18px;
	line-height: 28px;
	color: #2E2E2E;
	font-weight: 400;
	padding-right: 0;
}

.customer-box-center {
	margin-right: 120px;
	color: #1ba6e5;
	margin-left: -120px;
}

.customer-box.customer-box-center:before {
	border: 5px solid #1ba6e5;
}

.subscription-heading .hr-line {
	width: 35px;
	height: 1px;
	background-color: #1ba6e5;
}

/* subscription css end */

/* plan css start */
.plan-box {
    border: 1px solid #00b7f870;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.paln-benefit ul li {
	list-style-type: none;
}

.paln-top-txt h6 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.paln-top-txt span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #6B7989;
}

.paln-top-txt p {
	font-size: 35px;
	line-height: 45px;
	font-weight: 800;
	color: #293A51;
}

.paln-benefit ul li {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #6B7989;
	padding: 6px 0;
}

.paln-benefit ul li i {
	margin-right: 10px;
	color: #1ba6e5;
}

.paln-benefit ul li i:before {
	font-weight: 800 !important;
}

.plan-box.background-blue {
	background-color: #1ba6e5 !important;
	transform: scale(1);
}

.plan-box {
	transform: scale(0.8);
}

section.plan-main {
	margin-top: -200px;
}

.subscription-main {
	padding: 76px 0 150px 0;
}

/* plan css end */

/* faq css start */
.fax-main {
	background-color: #ECF3FE;
}

.fax-main .text-blue {
	color: #1ba6e5;
}

.faq-txt .accordion-item {
	margin: 20px 0;
}

.faq-txt button.accordion-button {
	border-bottom: 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	background-color: #fff !important;
	border-top: 1px solid #DADADA;
	border-bottom: 0;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-radius: 5px;
	justify-content: space-between;
}

.faq-txt button.accordion-button i {
	width: 30px;
	height: 30px;
	background-color: #1ba6e5;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	color: #fff;
}

.faq-txt .accordion-button::after {
	display: none;
}

.faq-txt .accordion-body {
	border: 1px solid #DADADA;
}

.faq-txt .accordion-button.collapsed .on-open {
	display: none;
}

.faq-txt .accordion-button.collapsed .on-close {
	display: block;
}

.faq-txt .accordion-button .on-close {
	display: none;
}

.faq-txt .accordion-button:focus {
	box-shadow: none;
}

/* faq css end */

/* footer css start */
footer {
	background-color: #020202;
	padding: 80px 0 20px 0;
	margin-top: auto;
}

.logo-bottom-txt p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.logo-bottom-txt ul li {
	list-style-type: none;
}

.logo-bottom-txt ul li {
	width: 35px;
	height: 35px;
	background-color: #1ba6e5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.logo-bottom-txt ul li a {
	color: #ffff;
}

footer .form-control {
	border: 1px solid #1ba6e5;
	background: transparent;
	padding: 13px;
	color: #fff !important;
}

footer .form-control:focus {
	background-color: transparent;
	border-color: #1ba6e5;
	box-shadow: none;
}

footer .form-control::placeholder {
	color: #fff;
}

.newsletter-btn {
    position: absolute;
    top: 3px;
    right: 3px;
}
.footer-links h6 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	border-bottom: 1px solid #1ba6e5;
	display: inline-block;
	margin-bottom: 30px;
}

.footer-links ul li {
	padding: 6px 0;
	list-style-type: none;
}

.footer-links ul li a {
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	color: #fff;
	display: flex;
	gap: 10px;
}

.footer-links .contact-info li a .icons {
	width: 35px;
	height: 35px;
	background-color: #1ba6e5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.icons-location {
	background: #1ba6e5;
	width: 69px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

hr.color-light-gray {
	color: #fff;
}

/* footer css end */

/* slider css start */
.carousel {
	width: 90%;
	margin: 0px auto;
}

.slick-slide {
	margin: 10px;
}

.slick-slide img {
	width: 100%;
	border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
	font-size: 20px;
	color: white;
}

button.slick-prev.slick-arrow {
	position: absolute;
	top: 120px;
	right: -86px;
	left: auto;
}

.popular-btn {
	margin-top: 70px;
}

.slick-next.slick-arrow {
	position: absolute;
	top: 121px;
	right: -130px;
	left: auto;
}

.slick-prev:before,
.slick-next:before {
	font-size: 33px !important;
}

/* slider css end */

/* auht css start */
.login-sec {
	background: url('../img/banner.png');
	background-size: cover;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 !important;
}

.login-logo img {
	width: 140px;
}

.login-sec .login-main {
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
	box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.login-sec .login-main .theme-form h4 {
	margin-bottom: 8px;
	font-weight: 600;
}

.login-sec .login-main .theme-form p {
	margin-bottom: 20px;
	font-size: 13px;
	color: #898989;
}

.login-sec .login-main .theme-form label {
	font-size: 14px;
}

.login-sec .form-control {
	border-color: #eee;
	background-color: #fff;
	font-size: 14px;
	color: #898989;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login-sec .form-control {
	height: 45px;
	border-radius: 6px;
}

.signup-link {
	font-size: 16px !important;
	margin-top: 25px !important;
}

.input-width input {
	width: 40px;
	height: 40px;
}

label.label-main {
	width: 150px;
	height: 150px;
	cursor: pointer;
}

label.label-main img {
	border-radius: 100px;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	object-fit: cover;
}

.upload-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #1ba6e5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	bottom: 0;
	right: 9px;
}

/* auht css end */

/* static css start */
.breadcrum-main {
    background: linear-gradient(to top, #00c6fb 0%, #005bea 100%);
    padding: 120px 0 80px 0;
}

.breadcrum li a:after {
	content: '->';
	margin: 0 8px;
}

.breadcrum-main .breadcrum li {
	list-style-type: none;
}

.breadcrum li a,
.breadcrum li {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.plan-my-remove {
	margin-top: 0 !important
}

.plan-my-remove .plan-box {
	min-height: 500px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.plan-box a {
	margin-top: 30px;
}

.plan-my-remove .plan-box.background-blue,
.plan-my-remove .plan-box {
	transform: unset;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-box {
	background: #1ba6e5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-radius: 5px;
	min-height: 250px;
}

.contact-icon i {
	width: 60px;
	height: 60px;
	background: #F2F6F8;
	border-radius: 5px;
	color: #1ba6e5;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box .contact-icon-bottom-txt h6 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.contact-box .contact-icon-bottom-txt a {
	color: #fff;
	text-decoration: none;
}

.contact-box .contact-icon-bottom-txt p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.contact-box .contact-icon-bottom-txt a:hover {
	color: #ffffffb8;
	text-decoration: underline;
}

.contact-form-inner {
	padding: 40px;
}

.contact-form .contact-form-inner .form-control {
	height: 60px;
}

.contact-form .contact-form-inner textarea {
	height: 150px !important;
}

.contact-form .contact-form-inner .form-label {
	text-transform: capitalize;
}

.contact-form .contact-form-inner {
	padding: 50px;
	background: #ECF3FE;
	border-radius: 5px;
}

/* static css end */

/* list page css start */
.right-block .form-select {
	cursor: pointer;
	width: 150px;
	text-transform: capitalize;
}

.right-block .form-select:focus {
	box-shadow: none;
	border-color: #ced4da;
}

.right-block .nav-link {
	color: #1ba6e5;
}

.right-block .nav-link.active {
	background-color: #1ba6e5;
	border-radius: 5px;
}

.left-sidebar.filters .filter-block {
	border-bottom: 1px solid #F8F8FF;
	padding: 32px 0;
}

.left-sidebar .mb-15 {
	margin-bottom: 15px;
}

.left-sidebar .form-group .form-control {
	padding: 14px 65px 14px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-radius: 30px;
	border: 1px solid #ced4da;
}

.left-sidebar .form-group .form-control:focus {
	box-shadow: none;
}

.left-sidebar .has-search button {
	border: 1px solid #1ba6e5;
	background-color: #1ba6e5;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 7px;
	right: 7px;
}

.left-sidebar .has-search button {
	color: #fff;
}

.form-group.has-search {
	position: relative;
}

.filter-block h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}

.filters .filter-block {
	border-bottom: 1px solid #dbdbdb;
	padding: 30px 0 50px 0;
}

.filter-block .title .bi-dash-lg::before {
	font-weight: 800 !important;
	font-size: 23px;
}

.unstyled list li {
	list-style-type: none;
}

.mb-16 {
	margin: 15px 0;
}

.unstyled li label,
.filter-checkbox input {
	cursor: pointer;
}

.unstyled li label {
	cursor: pointer;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	margin-left: 4px;
}

.mb-16 p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0;
}

.book-card {
	background-color: #f7f7f7;
	border-radius:4px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 1px 1px 2px 0px rgba(0, 0, 0, 0.04), 4px 3px 4px 0px rgba(0, 0, 0, 0.03), 8px 6px 6px 0px rgba(0, 0, 0, 0.02), 14px 11px 7px 0px rgba(0, 0, 0, 0.01), 22px 17px 8px 0px rgba(0, 0, 0, 0);
	overflow: hidden;
	max-height: 100%;
	margin-bottom: 24px;
}

.book-card img {
	width: 100%;
	height: 225px;
	min-height: 200px;
	object-fit: cover;
}

.rating-stars .rating {
	color: #FA9A41;
}

.rating-border i {
	color: #FA9A41;
}

.book-content h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
}

.book-content {
	padding: 16px;
}

.book-content h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #7F7F7F;
}

.price h3,
.price h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
}

.old-price {
	color: #7F7F7F;
}

.writer-area img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px solid #ddd;
}

.writer-area h4 {
	color: #7F7F7F;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.writer-area h5 {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

.unstyled-list li {
	list-style-type: none;
}

.unstyled-list li a {
	width: 40px;
	height: 40px;
	background-color: #1ba6e5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.unstyled-list li a i {
	color: #fff;
}

.product-dsc-main p,
.product-content .main-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #2E2E2E;
	word-break: break-all;
}

.product-content .main-content .pb-20 {
	padding-bottom: 35px;
}

.desc .nav-link.active {
	background-color: #1ba6e5 !important;
}

.desc .nav-link {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 11px 35px;
}

.comments-sec .accordion-button {
	width: auto !important;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #2E2E2E;
}

.desc .nav-link {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 11px 35px;
	border: 1px solid #1ba6e5;
	color: #1ba6e5;
}

.info h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #525252;
}

.comment-box p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #2E2E2E;
}

.write-comment-box .form-control {
	padding: 15px;
}

.write-comment-box .b-unstyle.color-primary {
	width: 200px;
	border: 0;
}

.write-comment-box .theme-btn {
	font-size: 20px;
	font-weight: 600;
	background-color: #1ba6e5;
	border-radius: 10px;
	padding: 0 30px;
	height: 56px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.write-comment-box .form-control:focus {
	box-shadow: none;
	border-color: #ced4da;
}

.bottom-review .form-control {
	padding: 15px;
}

.bottom-review .form-control::placeholder {
	text-transform: capitalize;
}

.bottom-review textarea {
	min-height: 150px;
}

.product-detail {
	padding: 80px 0 35px 0;
}

/* list page css end */
.faq-txt .empty {
	text-align: center;
}

/***Checkout Page Start***/

/* checkout page css */
.checkout {
	padding: 80px 0px;
}

.checkout .address-wrap .add-new {
	cursor: pointer
}

.dropdown-toggle::after {
	color: #fff;
}

.following-icn {
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}

.following-icn img {
	border-radius: 100px;
}

.checkout .summery-wrap {
	position: sticky;
	top: 80px
}

.address-box {
	height: 100%;
	padding: calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)));
	border: 1px solid #f0f3f8;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.address-box.add-new {
	cursor: pointer
}

.address-box.checked {
	border-color: #1ba6e5;
}

.address-box h3 {
	margin-bottom: 15px
}

.address-box .plus-icon {
	padding: 10px;
	background-color: #fafafa;
	border-radius: 100px
}

.address-box .plus-icon svg {
	width: calc(30px + (40 - 30)* ((100vw- 320px)/(1920- 320)));
	height: calc(30px + (40 - 30)* ((100vw- 320px)/(1920- 320)));
	stroke: #1ba6e5
}

.address-box .radio-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.address-box .option-wrap {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px
}

.address-box .option-wrap .edit,
.address-box .option-wrap .delet {
	cursor: pointer
}

.address-box .option-wrap .edit svg,
.address-box .option-wrap .delet svg {
	width: calc(16px + (18 - 16)* ((100vw- 320px)/(1920- 320)));
	height: calc(16px + (18 - 16)* ((100vw- 320px)/(1920- 320)));
	stroke: #767676;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.address-box .option-wrap .edit svg:hover,
.address-box .option-wrap .delet svg:hover {
	stroke: #262834
}

.address-box .address-detail {
	padding: 0 30px;
	margin-top: 18px;
	margin-bottom: -3px
}

.address-box .address-detail p {
	margin-bottom: 5px
}

.address-box .address-detail>span {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.address-box .address-detail ul {
	margin-top: 15px;
	list-style: disc;
	padding-left: 19px
}

.address-box .address-detail ul li {
	font-size: 16px;
	color: #262834;
	display: list-item
}

.address-box .address-detail .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px
}

.order-summery-box .order-summery {
	padding-left: 0px;
}

.summery-wrap .grand-total-wrap .checkout-btn {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: calc(20px + (23 - 20)* ((100vw- 320px)/(1920- 320)));
	padding: calc(10px + (12 - 10)* ((100vw- 320px)/(1920- 320))) calc(20px + (50 - 20)* ((100vw- 320px)/(1920- 320)))
}

.summery-wrap .coupon-box {
	margin-bottom: 20px;
	padding: calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)));
	background-color: #f5f5f5;
}

.summery-wrap .coupon-box .text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.summery-wrap .coupon-box .btn {
	padding: 5px 10px;
	margin-top: 0px;
	border: 1px solid #1ba6e5;
	color: #1ba6e5;
}

.btn-outline {
	border: 1px solid #1ba6e5;
	color: #1ba6e5;
}

.btn-outline:hover {
	border: 1px solid #1ba6e5;
	color: #fff !important;
	background: #1ba6e5;
}

.summery-wrap .coupon-box h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14)* ((100vw- 320px)/(1920- 320)));
	font-weight: 500;
	color: #767676
}

.summery-wrap .font-danger {
	color: #ff5353 !important;
	font-size: 14px;
	text-decoration: none;
}

.summery-wrap .coupon-box h4 svg {
	width: 18px;
	height: 18px
}

.summery-wrap .cart-title {
	font-size: 16px;
	font-weight: 500;
	color: #262834;
	margin-bottom: 10px;
	margin-top: -1px;
}

.summery-wrap .order-summery li {
	padding: calc(3px + (5 - 3)* ((100vw- 320px)/(1920- 320))) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.summery-wrap .order-summery li span {
	font-size: 14px;
	border: none;
	color: #767676;
	font-weight: normal;
}

.content-color {
	color: #767676 !important;
	font-size: 14px;
}

.content-color a {
	text-decoration: none;
}

.summery-wrap .order-summery li:last-child {
	padding: 10px 0;
	margin-top: 8px;
	border-top: 1px solid #c4c4c4;
	margin-bottom: -5px
}

.summery-wrap .order-summery li:last-child span {
	color: #262834;
	font-weight: 600
}

.summery2 {
	background-color: #fafafa;
	padding: calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)))
}

.summery2 ul li {
	display: block;
	color: #767676;
	font-size: calc(14px + (16 - 14)* ((100vw- 320px)/(1920- 320)));
	font-weight: 400
}

.summery2 ul li:not(:first-child) {
	margin-top: 4px;
}

.summery2 p {
	line-height: calc(20px + (25 - 20)* ((100vw- 320px)/(1920- 320)));
	margin-bottom: -4px;
	font-weight: 400;
}

.summery-wrap .grand-total-wrap {
	background-color: #f5f5f5;
	padding: calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)));
}

.radio-box input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.badges.badges-theme {
	background-color: #1ba6e5;
	color: #fff;
	border: 1px solid #1ba6e5;
	font-size: 14px;
}

.badges.badges-pill {
	padding: 3px 10px;
	border-radius: 100px;
}

.radio-box input[type="radio"]+.radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: calc(14px + (16 - 14)* ((100vw- 320px)/(1920- 320)));
	font-weight: 500;
	color: #262834;
	cursor: pointer;
}

.radio-box input[type="radio"]+.radio-label:before {
	content: "";
	background: transparent;
	border-radius: 100%;
	border: 2px solid #1ba6e5;
	display: inline-block;
	width: calc(16px + (18 - 16)* ((100vw- 320px)/(1920- 320)));
	height: calc(16px + (18 - 16)* ((100vw- 320px)/(1920- 320)));
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio-box input[type="radio"]:checked+.radio-label:before {
	background-color: #1ba6e5;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.radio-box input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #1ba6e5;
}

.radio-box input[type="radio"]:disabled+.radio-label:before {
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
	border-color: #1ba6e5;
	background: #363636;
}

.radio-box input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}

.checkout .modal-body {
	padding: 0px 15px;
}

.checkout .modal-title {
	color: #1ba6e5;
	font-weight: 600;
}

.checkout .modal-dialog {
	max-width: 700px;
}

.input-box .form-control {
	height: 50px;
	text-align: left;
}

.input-box label {
	margin-bottom: 10px;
}

.checkout .modal-content {
	border-radius: 25px;
}

.checkout .modal-footer {
	padding: 25px 15px;
}

.checkout .btn-box {
	display: flex;
	column-gap: 15px;
}

.checkout .modal-header {
	position: relative;
}

.checkout .modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: #1ba6e5;
	border: 0px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

/* payment page css */
.checkout .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.accordion .accordion-item {
	background-color: #fff !important;
	line-height: 23px;
	padding: 0 calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)));
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 10px;
}

.accordion .accordion-item:not(:first-of-type) {
	margin-top: calc(15px + (20 - 15)* ((100vw- 320px)/(1920- 320)));
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col {
	border: #f0f3f8;
	background-color: rgba(229, 229, 229, 0.3);
	padding: calc(10px + (15 - 10)* ((100vw- 320px)/(1920- 320)));
	font-size: calc(14px + (16 - 14)* ((100vw- 320px)/(1920- 320)));
	border-radius: 5px;
	font-weight: 600;
	color: #767676;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.payment-section .accordion .accordion-button {
	background: #0000 !important;
	box-shadow: none !important;
}

.payment-section .accordion-button:focus {
	border-color: #0000 !important;
	box-shadow: none !important;
}

.payment-section .accordion .accordion-item .accordion-body .filter-row .filter-col .payment-card {
	width: calc(30px + (50 - 30)* ((100vw- 320px)/(1920- 320)));
	height: auto;
	margin-left: auto;
}

.payment-section .accordion .accordion-item .accordion-body .radio-box label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-theme {
	position: relative;
	background: #1ba6e5;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s linear;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	font-weight: 500;
	border-radius: 7px;
	border: 1px solid #1ba6e5;
	text-decoration: none;
}

.btn-theme:hover {
	color: #1ba6e5 !important;
	border-color: #1ba6e5;
}

/***Checkout Page End***/

/* Thankyou page css */
.thankyou-page {
	padding: 80px 0px;
}

.thankyou_inner {
	padding: 50px 100px;
	border-radius: 8px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px #eee;
}

.thankyou_inner p {
	color: #7d807b;
}

.thank-check-icn {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #6eb356;
	color: #fff;
	display: flex;
	font-size: 35px;
	margin: 30px auto;
	justify-content: center;
	align-items: center;
}

.thank-check-icn i {
	font-size: 45px;
	animation: mover 1s infinite alternate;
	font-weight: 800;
}

.thnk_hd {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}

.mail_hd {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.thankyou_inner a {
	text-decoration: none;
	color: #fa8c0b;
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY (-7px);
		transform: translateY (-7px)
	}
}

@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY (-7px);
		transform: translateY (-7px)
	}
}

/**New  CSS**/
.main-btn {
	background: #1ba6e5;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
	transition: all .5s ease-in-out;
	border: 1px solid #1ba6e5;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

.main-btn:hover {
	background: transparent;
	color: #1ba6e5;
	border: 1px solid #1ba6e5 !important;
}

.claim-modal .modal-dialog {
	max-width: 700px;
}

.claim-modal .modal-content {
	border-radius: 25px;
}

.claim-modal .modal-title {
	color: #1ba6e5;
	font-weight: 600;
}

.claim-modal .modal-header .btn_close {
	position: absolute;
	right: -50px;
	top: -5px;
	opacity: 1;
	background: #1ba6e5;
	border: 0px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.claim-modal .input-box textarea.form-control {
	height: 120px;
}

.userdrop img {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 100px;
}

.banner-txt .search-top .form-inline {
	position: relative;
	z-index: 2;
}

.banner-txt .search-top .form-inline .b-unstyle {
	position: absolute;
	top: 13px;
	right: 15px;
	border: 0;
	background: transparent;
}

.banner-txt .search-top .form-inline .b-unstyle i {
	color: #fff;
}

.field-loginform-password .field-icon,
.field-user-password .field-icon,
.field-user-confirm_password .field-icon {
	position: absolute;
	top: 47px;
	right: 29px;
}

#post-image_id {
	display: none;
}

.video-btn {
	display: none
}

.red-color {
	color: red !important;
}

.size-50 {
	max-width: 50px;
}

.handshow {
	cursor: grab;
}

#dataprovide .pagination {
	display: none;
}

#reletedContentId .pagination {
	display: none;
}

#subscription .pagination {
	display: none;
}

.fix-height {
	height: 300px;
}

.alert_wrap .alert {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
}

.alert_wrap .alert a.close {
	float: right;
}

.iti {
	width: 100%;
}

#contact-form-submit {
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	background-color: #1ba6e5;
	border-radius: 10px;
	padding: 0 30px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: 0;
}



.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image-detail {
    min-height: 600px;
    width: 100%;
	background-color: #e7e7e7;
}

.product-image-detail img {
	height: 450px;
	max-width: 350px;
	object-fit: cover;
}




.navbar .navbar-toggler {
	background-color: #fff;
}

/* chat box CSS */

.people-list ul li {
    border-bottom: 1px solid #00000017;
}

.user_img.chat-user-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.people-list input {
    border-radius: 6px;
}

.people-list .fa-search {
    position: absolute;
    right: 32px;
    top: 12px;
	color: #1ba6e5;
}

.message-title {
	color: #1ba6e5;
}

.card-header.msg_head.clearfix {
    padding: 12px 20px;
}

.chat .chat-message textarea {
    border-radius: 12px;
}

div#chat-message-box {
	position: relative;
}

button#message-submit-button {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.people-list .img-view .status {
    position: absolute;
    top: 35px;
    left: 35px;
}

.fa-send:before, .fa-paper-plane:before {
    line-height: 28px;
}

.chat-message .btn-dark {
    background-color: #1ba6e5 !important;
}

.chat .chat-history .my-message {
	background-color: #1ba6e5 !important;
}

.message_main svg path {
	fill: #1ba6e5 !important; 
}

.people-list ul li:hover {
    background-color: #1ba6e5;
}

.people-list li.active span, .people-list li.active p, .people-list li:hover span, .people-list li:hover p {
    color: #fff;
}

.theme-krajee-svg.rating-md .krajee-icon, .theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 1.7rem;
    height: 1.7rem;
}

.chat {
	background-color: #fff;
}

.chat .chat-history {
	height: 600px;
}

.chat-list-user .media-body {
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.people-list .time {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	font-size: 13px;
    color: #888888;
}


/* new layout css */

.white-btn {
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
    border-radius: 4px;
    padding: 0 30px;
    height: 50px;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    color: #005bea;
}

.upload-file-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.like-btn {
    transition: all .5s ease-in-out;
    font-size: 16px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.like-btn i {
    font-size: 24px;
}


.music-card {
    position: relative;
}


.music-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.music-card-img {
    height: 100%;
}

.music-card-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.music-card-img::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(2deg, #000000, transparent);
}

.music-card-text {
    position: absolute;
    bottom: 10px;
    padding: 20px;
    color: #fff;
    width: 100%;
}

.product-image {
    height: 100%;
    background: #f3f3f3;
}

.product-image img {
    object-fit: cover;
}


.bg-with-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    animation: animate 4s infinite;
}

@keyframes animate {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }
}

.bg-with-img.first-box {
    top: 45%;
    left: 10%;
}

.bg-with-img.second-box {
    top: 45%;
    right: 10%;
    height: 170px;
    width: 170px;
    
}

.bg-with-img.third-box {
    top: 18%;
    left: 20%;
    height: 150px;
    width: 150px;
}

.bg-with-img.fourth-box {
    top: 13%;
    right: 17%;
}

.bg-with-img.fifth-box {
    top: 68%;
    left: 65%;
    height: 110px;
    width: 110px;
}

.bg-with-img.sixth-box {
    top: 68%;
    left: 65%;
    height: 110px;
    width: 110px;
}

.bg-with-img.sixth-box {
    top: 78%;
    left: 39%;
    height: 170px;
    width: 170px;
}

.bg-with-img img {
    object-fit: cover;
    border-radius: 50%;
    height: 100%;
    border: 4px solid #fff;
}


.theme-krajee-svg.rating-md .krajee-icon, .theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 1.7rem;
    height: 1.7rem;
}

i.fa-light.fa-heart {
    background: #ffffffb8;
    padding: 4px;
    border-radius: 4px;
}


.filter-btn {
	position: absolute;
	left: 28px;
    color: #47ace5 !important;
}

aside.left-sidebar {
    background: #ededed;
    padding: 0 24px;
    border-radius: 16px;
}

.pdf-file {
    width: fit-content;
    background: #f1f1f1;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
}

.page-link {
	color: #1ba6e5;	
}

.active>.page-link, .page-link.active {
    color: #fff;	
    background-color: #1ba6e5;
    border-color: #1ba6e5;
}




/*********************pagination start---------------------*/
ul.pagination {
    display: inline-flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    border-bottom: 0 !important;
    width: 100%;
    justify-content: center;
}
ul.pagination>li {
    display: inline;
    border: 0 !important;
}
.pagination>li>a:hover, .pagination>li.active>a,
 .pagination>.active>a:hover,
  .pagination>li>span:hover, 
  .pagination>li>a:focus, 
  .pagination>li>span:focus {
    background-color: #1ba6e5;
    border-color: #1ba6e5;
    color: #fff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1ba6e5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*********************pagination end---------------------*/