html , body {
	font-family: 'Poppins', sans-serif;
}
@media(min-width:  1600px){
.container-fluid {
padding-left: 160px;
padding-right: 160px;
}
}

.topbar-section {
	background: #eff0f0;
	padding: 9px 0;
}
.icon_top {
	padding: 0 43.5px;
	border-right:  2px solid #DDDEDE;;
}
.icon_top a {
	color: #383838;
	font-size: 18px;
	font-weight: 400;
	margin-left: 17px;
	text-decoration: none;
}

.icon_top.my_account {
	padding-right: 0;
	border-right: 0;
}
.ml-17 {
	margin-left: 17px;
}

/*header style start here*/

header.header {

}

.logo_search {
	background: #fff;
	padding:36px 0 ;
}

.search-bar .search-input{
width: 545px;
height: 56px;
border: 1px solid #707070;
border-radius: 7px;
padding: 0 59px 0 35px;
outline: none;
transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
.search-bar .search-input:focus {
    box-shadow: 0 0 6px 4px rgb(198 42 114 / 30%);
    border-color: rgb(198 42 114 / 60%);
}

.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: #c62a72;
	border: none;
	height: 100%;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 7px 7px 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
}
.search-btn:hover {
	background: #8f144d;
}
.shoping_btn {
	margin-left: 44px;
}
.shoping_btn a {
	background: #C62A72;
	border-radius: 8px;
	padding: 0 38px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FAFAFA;
	font-size: 18px;

}
.shoping_btn a .cart_icon{
	width: 35px;
	margin-right: 20px;
}
.navbar-light .navbar-nav .nav-link , .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	font-weight: 700;
	color: #383838;
	opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 21px;
	padding-right: 21px;
}
.bg-light {
	background: #f7f7f7;
}

.eligible {
	color: #383838; 
	font-size: 14px;
}
.eligible a {
	color: #383838; 
	font-weight: 700;
	text-decoration: underline;
}

.switch {
	display: block;
	position: relative;
  margin: auto; 
	width: 48px;
	height: 26px;
	cursor: pointer;
	overflow: hidden;

}
.switch input {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 0;
	height: 0;
}
.switch input + span {
 	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #707070;
}
.switch input + span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .3s;
	background: #c62a72;
}
.switch input:checked + span:before {
	left: 24px;
}

.discount_switch >span {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	margin: 0 7px;
	text-align: center;
}
.discount_switch {
	margin-left: 20px;
	align-items: center;
}


/*hero slider section style start here*/

.home-hero-section {
	margin-top: 35px;
	margin-bottom: 35px;
}

.home-hero-section .carousel-item {
	border-radius: 30px;
	overflow: hidden;
}
.home-hero-section .carousel-item  .over-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
}
.over-container {
	width: 1250px;
	max-width: 100%;
	padding-left: 103px;
}
.home-hero-section .carousel-item  .over-content  h1 {
	color: #FAFAFA;
	font-weight: 700;
	font-size: 56px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 44px;
}
.home-hero-section .carousel-item  .over-content h4 {
	font-size: 24px;
	color: #FAFAFA;
	font-weight: 400;
	margin-bottom: 49px;
}

.btn-primary {
	background: #c62a72;
	color: #fafafa;
	font-size: 18px;
	font-weight: 700;
	border: none;
	padding: 16.5px 29.5px;
}
.btn-primary:hover , .btn-primary:focus , .btn-primary:active {
	background: #9b255b;
}
.home-hero-section .carousel-control-next, .home-hero-section .carousel-control-prev{
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	box-shadow: 0px 24px 100px #0000001A;
	border-radius: 8px;
	color: #c62a72;
	background-image: url(../images/chevron-down.svg) ;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 11;
	opacity: 1;
	top: calc(50% - 24px);
}
.home-hero-section .carousel-control-prev {
    transform: rotate(180deg);
    left: -24px;
    
}
.home-hero-section .carousel-control-next {
	right: -24px;
}
.home-hero-section .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	border: none;

}
.home-hero-section .carousel-indicators li.active {
	background: #C62A72;
} 


/*service card section style start here*/
.service-card {
	border: 1px solid #A7A7A7;
	border-radius: 32px;
	opacity: 1;
	padding-bottom: 35px;
}
.service-title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: transparent linear-gradient(180deg, #503060 0%, #351D41 100%) 0% 0% no-repeat padding-box;
border-radius: 32px 32px 0px 0px;
height: 130px;
padding: 0 20px;
}
.service-title  h4 {
	font-size: 24px;
	color: #fafafa;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-weight: 700;
	text-align: center;
}
.service-title  h4 span {
	font-size: 24px;
}

.service-detail > p {
	font-size: 18px;
	color: #383838;
	margin-bottom: 25px;
	text-align: center;
	padding: 0 60px;
	min-height: 85px;
}
.price_list {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0 30px;
	margin-bottom: 30px;
}
.price_list span{
		font-size: 18px;
		font-weight: 600;
}
.price_list span.el_price{
	color: #C62A72;
}
.services-section {
	padding-bottom: 70px;
}


/*cheaper section style start here*/

.chepaer-section {
	margin-bottom: 70px;
}
.chepaer-block {
	display: flex;
	width: 100%;
	flex-direction: column;

}
.chepaer-block  h4 {
	color: #383838;
 		font-size: 36px;
 		font-family: 'Montserrat', sans-serif;
 		font-weight: 700;
}
.chepaer-block ul {
	padding: 0;
	margin: 0 0 26px;
	list-style: none;
}
.chepaer-block ul li {
	position: relative;
	font-size: 18px;
	color: #383838;
	padding-left: 31px;
	line-height: 32px;
	background: url(../images/np_bullet-point_4084345_000000.svg) no-repeat 0 9px ;
}

.form-group{
	border: 1px solid #A7A7A7;
	border-radius: 32px;
	opacity: 1;
	display: inline-flex;
	padding: 15px 20px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #383838;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 6px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #383838;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.service_box{
	border: 1px solid #A7A7A7;
	border-radius: 32px;
	display: flex;
	align-items: center;
}
.sr_icon {
	padding: 30px;
}
.sr_detail {
	padding: 0 20px;
}

/*more ways section style start here*/
.section-title {
	color: #383838;
	font-size: 36px;
	margin-bottom: 45px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.service-full-card {
	border: 1px solid #A7A7A7;
	border-radius: 32px;
	margin-bottom: 70px;
}
.service_card_title {
	background: transparent linear-gradient(180deg, #503060 0%, #351D41 100%) 0% 0% no-repeat padding-box;
	border-radius: 32px 32px 0px 0px;
	opacity: 1;
	padding: 20px 0
}
.service_card_title h4 {
	color: #FAFAFA; 
	font-size: 36px;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.service_card_detail {
	padding-top: 65px;
	padding-left: 103px;
	padding-bottom: 55px;
	display: flex;
	flex-direction: column;
}
.service_card_detail p {
	font-size: 16px;
	color: #383838;
	margin-bottom: 15px;
}
.service_card_detail p span{
	color: #C62A72;
	font-weight: 700;
}
.service_card_detail ul {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	display: flex;
	width: 100%;
	margin-bottom: 85px;
}
.service_card_detail ul li {
	padding: 0 15px;
}
.w-190 {
	width: 190px;
}
.btn-primary  svg {
	width: 15px;
}
.mx-223 {
	max-width: 143px;
}

.card-header .btn {
	color: #C62A72;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	box-shadow: none;
}
.card-header {
	background: transparent;
	border: none;
}
.card {
	border-left: 0;
	border-right: 0;
	background: transparent;
}
.card-header .btn img{
transform: rotate(180deg);
}
.card-header .btn.collapsed img{
transform: rotate(0deg);
}

.faq-section {
	margin-bottom: 87px;\
}

/*footer style start here*/

footer.footer {
	padding: 66px 0 57px 0;
	background: #F46B5B0D ;
}
footer.footer .logo-area {
	max-width: 338px;
}

.social_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.social_nav ul li a {
	margin-right: 36px;
	color: #a7a7a7;
	font-size: 20px;
}

.about_description p{
	font-size: 18px;
	color: #383838;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 60px;
	max-width: 333px;
}
.footer_nav_title h5{
	font-size: 24px;
	line-height: 1.5;
	color: #383838;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 32px;
}

.footer_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.footer_navigation ul  li {
	width: 100%;
}
.footer_navigation ul  li  a {
	font-size: 18px;
	color: #383838;
	margin-bottom: 16px;
	display: flex;
}

.footer_contact_detail {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.footer_contact_detail a {
	margin-bottom: 23px;
	color: #383838; 
	font-size: 18px;
}
.footer_contact_detail  img {
	margin-right: 15px;
}

.copyright {
	border-top: 1px solid #A7A7A7;
	padding-top: 44px;
	color: #383838;
	font-size: 14px;
}
.copyright a {
	color: #C62A72;
}

.noted {
	color: #383838;
	font-size: 14px;
	text-align: center;
	margin: 17px 0;
	width: 100%;
	display: block;
}

.breadcrum-navigation {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	color: #A7A7A7;
margin-bottom: 20px;
}
.pr-detail {
	display: block;
	margin-top: 15px;
}
.breadcrum-navigation .nav_item , .breadcrum-navigation > span{
	margin-right: 31px;
}
.breadcrum-navigation .current_item {
	color: #C62A72;
}
.breadcrum-navigation  a {
	color: #A7A7A7;
}


.pr_title h1 {
	font-size: 38px;
	color: #383838;
	line-height: 54px;
	font-weight: 400;
}

.pr_price h3 {
	font-size: 36px;
	color: #383838;
	font-weight: 700;
}

.pr_description {
	margin-top: 25px;
	border-top: 1px solid #a7a7a7;
	padding-top: 26px;
}
.pr_description p {
	font-size: 18px;
	line-height: 1.5;
	color: #383838;
}
.pr_description p:first-child {
	margin-bottom: 20px;
}
.pr_description p a {
	color: #C62A72; 
	text-decoration: underline;
}
.pr_description  ul {
	list-style: none;

	padding: 0;
	line-height: 1.9;
}

.show_more {
	display: inline-block;
	font-size: 18px;
	color: #383838;
}
.pr-detail {
	margin-bottom: 70px;
}

/*item detail page style start here*/
.items_detal_section {
	padding-top: 15px;
	padding-bottom: 91px;

}
.review_sort {
	display: flex;
	align-items: center;
}
.review_sort > span {
	color: #383838;
	font-size: 18px;
	font-weight: 400;
}
.review_sort > span.review_count {
	color: #A7A7A7;
}
.review_sort > i {
	margin: 0 4px;
	fontt-size: 24px;
	color: #FFD687;
}

.pr_price h3.original_price {
	color: #C62A72;
}
.pr_price {
	display: flex;
	width: 100%;
	align-items: center;
}
.pr_price h3 {
	margin-right:53px ;
}
.pr_price h3 span {
	font-weight: 400;
}
.usp-section {
	display: flex;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #a7a7a7;
}
.usp-section ul{
	list-style: none;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;

}
.usp-section ul li {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.usp-section ul li .usp_icon {
	margin-right: 12.8px;
}
.usp_title h4{
	color: #383838;
	margin: 0;
	font-size: 18px;

}

.quantity_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 51px 0;
	border-bottom: 1px solid #a7a7a7;
}
.quantity_bar	span {cursor:pointer; }
	
		.quantity_bar .minus, .quantity_bar .plus{
			width:60px;
			height:60px;
			background:#D0D0D2;
			border-radius:8px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			border:1px solid #ddd;
      text-align: center;
      font-size: 18px;
      color: #383838;
      transition: all 0.5s linear;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
		}
		.quantity_bar .minus:hover, .quantity_bar .plus:hover {
			background: #C62A72 ;
			color: #fff;
		}
		.quantity_bar input{
			height:60;
      width: 60px;
      text-align: center;
      font-size: 24px;
			border: none;
	 
      display: inline-flex;
      align-items: center;
      justify-content: center;
}

.system_options {
	padding: 31px 0 0;
}
.option_lable  h5{
	color: #383838;
	font-size: 18px;
	font-weight: 700;
}

.option_lable h5 span {
	color: #C62A72;
}


.cat{
  margin-right: 25px;
  background-color: #fff;
  border-radius: 8px;
  color: #A7A7A7;
  display: flex;
}
.cat label {
	display: flex;
	margin-bottom: 13px;
}

.cat label span {
  text-align: center;
  color: #A7A7A7;
  border: 1px solid #707070;;
  border-radius: 8px;
  padding: 16.5px 37.5px;
}

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}


/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
		color: #383838;
		font-weight: 700;
		box-shadow: 0px 3px 3px #00000029;
		border: 1px solid #707070;
		border-radius: 8px;
}

.option_list {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.package365 {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 55px;
}
.package365 p {
	max-width: 430px;
	margin-left: 40px;
}

.product-description {
	
	margin-bottom: 56px;
	display: flex;
	flex-direction: column;
	padding-right: 139px;
}
.product-description hr {
    background: #a7a7a7;
    height: 1px;
    width: 100%;
    border: none;
}
.product-description h4 {
	font-size: 24px;
	color: #C62A72;
	margin-bottom: 20px;
}


.product-description ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;

}

.product-info {
	position: relative;
}
.product-info:after {
    content: "";
    height: 50%;
    min-height: 761px;
    width: 1px;
    background: rgba(56, 56, 56, 0.1);
    top: calc(50% - 300px);
    position: absolute;
    right: 0;
}

.item_detail {
	padding-left: 105px;
}

.review_section h3 {
	font-size: 24px;
	color: #C62A72;
	font-weight: 500;
	margin-bottom: 40px;
}
.review_user_info {
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.user_avatar {
	display: flex;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	background: #C4C4C4;
	margin-right: 14px;
}

.user_detail h5 {
	color: #383838;
	font-size: 18px;
	margin-bottom: 10px;
}
.ratings {
	display: flex;
	align-items: center;

}
.ratings i{
	font-size: 24px;
	color: #FFD687;
	margin-right: 4px;
}
.ratings span {
	color: #C62A72;
	font-size: 18px;
	margin-right: 17px;
}
.ratings span.review_count_month {
	color: #a7a7a7;
}

.review_description {
	margin-top: 25px;
}
.review_list_item {
	margin-bottom: 30px;
}

.star-rating {
  
  display:inline-flex;
  flex-direction: row-reverse;
  font-size:24px;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}
.add_review h4 {
	font-size: 18px;
	color: #383838;
	font-weight: 700;
	margin-bottom: 18px;
}
.add_review p {
	color: #a7a7a7;
	font-size: 18px;
	max-width: 480px;
}

.form-element {
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 32px;
}
.form-element lable {
	font-size: 18px;
	color: #383838;
	margin-bottom: 16px;
}
.txt{
background: #FAFAFA 0% 0% no-repeat padding-box;
border: 1px solid #A7A7A7;
border-radius: 8px;
opacity: 0.5;
width: 680px;
max-width: 100%;
height: 60px;
padding: 0 15px ;
}
textarea.txt {
	height: 120px;
	padding: 15px;
}
.fill-star {
	margin-bottom: 70px;
}

.product_card {
	display: flex;
	width: 100%;
	border: 1px solid #A7A7A7;
		border-radius: 32px;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
}

.product_image {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.product_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.product_content {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	padding-bottom: 30px;
}
.product_content .btn {
	margin-top: 30px;
}
.product_content > span {
	color: #C62A72;
	font-size: 18px;
}
.product_content h4 {
	color: #383838;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 30px;
}
.featured_prodcut {
	margin-bottom: 50px;
}

.breadcrum-menu {
    padding: 43px 0 15px;
    display: flex;
    width: 100%;
}
.breadcrum-menu a , .breadcrum-menu span {
	margin-right: 16px;
	font-size: 18px;
	color: #A7A7A7;
}
.breadcrum-menu span.current_page {
	color: #C62A72;
}

.about_section b , .about_section p {
	margin-bottom: 20px;
	display: inline-block;
	white-space: normal;
}
.about_section p a {
color: #C62A72;
}

.about_banner {
	overflow: hidden;
	border-radius: 30px;
	margin:60px 0 80px 0;
}

.section_title {
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.section_title h3 {
	font-size: 48px;
	color: #383838;
}
.section_title  p {
	color: #a7a7a7;
	font-size: 18px;
	width: 920px;
	max-width: 100%;
	margin-left: 110px;
}

.contact_form {
	border: 1px solid rgba(54, 54, 54, 0.25);
	border-radius: 32px;
	padding: 70px;
}
.contact_form .txt{
width: 100%;
}
.contact_section_title {
	margin-bottom: 70px;
}

.contact-info-section {
	background: #C62A72 0% 0% no-repeat padding-box;
	border-radius: 32px;
	padding: 70px;
	display: flex;
	flex-direction: column;
}
.contact-info-section h4 {
	color: #Fff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 45px;
}
.contact-info-section a {
	margin-bottom: 40px;
	color: #fafafa;
	font-size: 24px;
	text-decoration: none;

}
.contact-info-section a  img {
	margin-right: 18px;
}
.contact-info-section h5 {
	margin-top: 44px;
	font-size: 24px;
	color: #FAFAFA;
}
.contact-info-section ul {
	display: flex;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.help_cards {
	margin-top: 30px;
}
.help_card {
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.help-detail {
    padding: 15px;
}

.help-description h4 {
	font-size: 24px;
	font-weight: 700;
	color: #383838;
}
.help-description p {
	font-size: 18px;
	font-weight: 400;
	color: #383838;
}
.help_footer{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn-gradient {
	background-image: -webkit-linear-gradient(top, #d80073 0, #9b0052 100%);
    background-image: -o-linear-gradient(top, #d80073 0, #9b0052 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d80073), to(#9b0052));
    background-image: linear-gradient(to bottom, #d80073 0, #9b0052 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd80073', endColorstr='#ff9b0052', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #91004d;
    color: #fff;
    background-color: #d80073;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btn-gradient:hover {
	color: #fff;
}

.inbox_card {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-color: #d80073;
}
.inbox_header {
	color: #fff;
    background-color: #d80073;
    border-color: #d80073;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
}
.inbox_description{
    padding: 15px;
}
.inbox_card.purple  {
	    border-color: #38254a
}
.inbox_card.purple .inbox_header{
	border-color: #38254a;
    background-image: -webkit-linear-gradient(top, #523162 0, #442951 100%);
    background-image: -o-linear-gradient(top, #523162 0, #442951 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #523162), to(#442951));
    background-image: linear-gradient(to bottom, #523162 0, #442951 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff523162', endColorstr='#ff442951', GradientType=0);	
}

.short-card {
	border: 1px solid #A7A7A7;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 40px;
}

.short-header {
	background: #503060;
	color: #fafafa;
	padding: 43px 0;
}
.short-header h4 {
	font-size: 36px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #fafafa;
	font-family: 'Montserrat', sans-serif;
}
.short-detail{
padding: 0 32px; 
text-align: center;
}
.short-detail p {
	font-size: 24px;
	color: #383838;
	margin-bottom: 30px;

}
.short-detail span{
	font-size: 24px;
	font-weight: 500;
	color: #C62A72;
}

.short-card  .carousel-indicators li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #a7a7a7;
	opacity: 1;
	background: #a7a7a7;
}
.short-card  .carousel-indicators li.active {
	background: #C62A72;
	border-color: #C62A72;
}

.pro-description {
	margin-bottom: 150px;
}

.pro-description p {
	font-size: 18px;
	color: #383838;
	line-height: 1.5;
}
.pro-description p span , .pro-description p a {
	color: #C62A72;
	text-decoration: none;
	font-weight: 700;
}


.schoool-banner-section {
	margin-bottom: 40px;
}
.radius-banner {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.radius-banner img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.how-to-order {
	margin-bottom: 66px;
}

.title-section {
	margin-bottom: 30px;
}
.title-section h5 {
	font-size: 24px;
	font-weight: 700;
	color: #383838;
	margin-bottom: 30px;
}

.order-form {
	border-radius: 30px;
	border: 1px solid rgba(54, 54, 54, 0.25);
	padding: 70px;
}

.order-form  [type="radio"]:checked,
.order-form  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.order-form  [type="radio"]:checked + label,
.order-form  [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.order-form  [type="radio"]:checked + label:before,
.order-form  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.order-form  [type="radio"]:checked + label:before
{
	border: 5px solid #2683df;
}
.order-form  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.order-form  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.my_account:hover .dropdown {
	display: block;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	/*width: 230px;*/ 
	background: #eff0f0;
	display: none;
}
.dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropdown ul li a {
	padding: 10px 15px;
	margin: 0;
	display: flex;
}
.dropdown ul li a:hover {
	background: #383838;
	color: #fafafa;
}