* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: bebasregular;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	overflow-x: hidden !important;
}

p {
	font-size: 16px;
	margin: 0;
	line-height: normal;
}

.form-control:focus {
	border: none;
	outline: 0;
	box-shadow: none;
}

.my-table-fixed {
	table-layout: fixed;
}

a:hover {
	color: inherit;
}

.butn {
	padding: 6px 10px;
	background: #fff;
	border: 2px solid transparent;
	position: relative;
	z-index: 3;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	outline: none !important;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.butn span {
	position: relative;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.butn::before {
	content: '';
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: -1;
	opacity: 0.4;
}

.butn::after {
	content: '';
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	z-index: -1;
	opacity: 0.4;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: #fff;
	opacity: 1;
}

.butn:hover::before {
	width: 100%;
}

.butn:hover::after {
	width: 100%;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.butn:hover span {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.butn-bg {
	background: #263262;
	border-color: #263262;
	color: #fff;
}

.butn-bg:hover span {
	color: #263262;
}

.butn-bg:hover .studio-btn:before {
	color: #263262;
}

.butn-bg.bg-pink {
	background: #f6bcbd;
	border-color: #f6bcbd;
	color: #fff;
}

.butn-bg.bg-pink:hover span {
	color: #f6bcbd;
}

.butn-bg.bg-drk-pink {
	background: #ec797b;
	border-color: #ec797b;
	color: #fff;
}

.butn-bg.bg-drk-pink:hover span {
	color: #ec797b;
}

.butn-light {
	background: #fff;
}

.butn-light::before {
	background: #263262;
}

.butn-light::after {
	background: #263262;
}

.butn-light:hover span {
	color: #fff;
}

.butn-light span {
	color: #263262;
}

.butn-bord {
	background: transparent;
	border: 2px solid #263262;
	color: #263262;
}

.butn-bord:hover {
	color: #fff;
}

.butn-bord span {
	color: #263262;
}

.butn-bord::before {
	background: #263262;
}

.butn-bord::after {
	background: #263262;
}

.butn-bord:hover {
	border-color: #263262;
}

.butn-bord:hover span {
	color: #fff;
}

.butn-bord.pink-bord {
	background: transparent;
	border: 2px solid #ec797b;
}

.butn-bord.pink-bord span {
	color: #ec797b;
}

.butn-bord.pink-bord::before {
	background: #ec797b;
}

.butn-bord.pink-bord::after {
	background: #ec797b;
}

.butn-bord.pink-bord:hover {
	border-color: #ec797b;
}

.butn-bord.pink-bord:hover span {
	color: #fff;
}

#header-main {
	width: 100%;
	border: 0;
	background: transparent;
	z-index: 9;
	min-height: 70px;
}

#header-main .navbar .icon-bar {
	color: #fff;
}

#header-main .navbar .navbar-nav .nav-item.show {
	position: relative;
}

#header-main .navbar .navbar-nav .nav-item .nav-link {
	color: #263262;
	text-transform: uppercase !important;
	margin: 15px 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	letter-spacing: 1.33px;
	position: relative;
}

#header-main .navbar .navbar-nav .nav-item .nav-link .fas.fa-bars {
	font-size: 26px;
}

#header-main .navbar .navbar-nav .nav-item .nav-link.active {
	position: relative;
	background: transparent;
}

#header-main .navbar .navbar-nav .nav-item .nav-link.active::after {
	content: '';
	width: 88%;
	position: absolute;
	bottom: 0;
	height: 3px;
	background: #263262;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#header-main .navbar .navbar-nav .nav-item .dropdown-menu {
	background: transparent;
	border: none;
	padding: 0 10px;
	margin: 0;
	left: 5px;
	top: 60px;
}

#header-main .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item
	{
	padding: 0;
	margin: 0;
	color: #ec797b;
	text-transform: uppercase !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	letter-spacing: 1.33px;
	background: transparent;
}

#header-main .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover
	{
	background: transparent;
}

#header-main .navbar .navbar-nav .nav-item .dropdown-menu.show::before {
	content: '';
	left: 0;
	position: absolute;
	height: 145%;
	width: 3px;
	background: #ec797b;
	top: -50%;
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.nav-scroll .icon-bar {
	color: #222;
}

.nav-scroll .navbar-nav .nav-item .nav-link {
	color: #222;
}

.logo {
	padding: 15px 0;
	display: inline-block;
	width: 150px;
}

.inner-page {
	position: relative;
	background: transparent;
}

.inner-page::before {
	content: '';
	background-image: url(../img/img1.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	position: fixed;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	z-index: -2;
}

.inner-page::after {
	content: '';
	background-image: url(../img/img2.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 100%;
	z-index: -2;
}

.socal-round li {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}

.socal-round li a {
	color: #fff;
}

.socal-round li.facebook {
	background: #6081c4;
}

.socal-round li.twitter {
	background: #43bdef;
}

.banner-heading {
	font-size: 90px;
}

.banner-heading-2 {
	font-size: 60px;
}

.login-butns .butn {
	font-size: 20px;
	min-width: 220px;
}

.all-butns .butn {
	font-size: 20px;
	min-width: 220px;
}

#home-page .home-or {
	font-size: 24px;
}

.tow-rounds {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.tow-rounds li p {
	text-transform: uppercase !important;
	font-size: 32px;
	padding: 0 25px;
}

.tow-rounds li.rd {
	width: 230px;
	height: 230px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

.tow-rounds li.rd a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 230px;
	color: #fff;
}

.tow-rounds .student {
	background-image: linear-gradient(130.17deg, #f19b9c 0%, #ec797b 100%);
}

.tow-rounds .private {
	background-image: linear-gradient(130.17deg, #3f7378 0%, #03474f 100%);
}

.tow-rounds .choose {
	text-transform: uppercase !important;
	color: #03474f;
	font-size: 24px;
	padding: 0 40px;
}

.steps {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	height: 50px;
	margin-top: 20px;
	width: 80%;
}

.steps::before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 4px;
	background: #03474f;
	z-index: 1;
}

.steps ul {
	display: flex;
	width: 100%;
	margin: 0;
	height: 30px;
	z-index: 2;
}

.steps ul li {
	display: flex;
	margin-right: 15px;
	align-items: center;
}

.steps ul li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.steps ul li.step-fill span {
	background: #03474f;
	background: #03474f;
	width: 29px;
	height: 29px;
}

.steps ul li.step-next span {
	background-color: #cae5de;
	border: 2px solid #03474f;
	width: 25px;
	height: 25px;
}

.steps ul li.step-fill-checked span {
	background: #03474f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}

.steps ul li.step-fill-checked span .fas.fa-check {
	font-size: 12px;
}

.pink-sm-round a {
	display: flex;
	align-items: center;
	background-image: linear-gradient(130.17deg, #f19b9c 0%, #ec797b 100%);
	width: auto;
	/* height: 80px; */
	padding: 15px;
	border-radius: 50%;
	color: #fff;
	text-transform: uppercase !important;
	justify-content: center;
	font-size: 19px;
}

#basket-type .pink-sm-round {
	position: relative;
}

#basket-type .pink-sm-round a {
	position: absolute;
	left: 50px;
}

.amount-table .table {
	text-transform: uppercase !important;
}

.amount-table .table td {
	padding: 0 10px;
	line-height: normal;
}

.amount-table .table td {
	font-size: 22px;
}

.amount-table .table td.tb-title {
	width: 70%;
}

.amount-table .table td.tb-amount {
	width: 30%;
}

.amount-table .table td.tb-delete a {
	font-size: 16px;
	color: #ec7d7f;
}

.amount-table .table tr:last-child td {
	padding-bottom: 5px;
}

.totle-cost h1 {
	color: #ec797b;
	font-size: 74px;
	text-align: center;
	text-transform: uppercase !important;
}

.totle-cost p {
	color: #263262;
	text-transform: uppercase !important;
	font-size: 26px;
	text-align: center;
}

.my-details-form {
	padding: 0 20px;
}

.my-details-form .form-group {
	display: flex;
	align-content: flex-end;
	border-bottom: 3px solid #263262;
	color: #263262;
	margin-bottom: 25px;
	position: relative;
}

.my-details-form .form-group label {
	padding-right: 10px;
	margin: 0;
	display: flex;
	align-items: flex-end;
	color: #263262;
	opacity: 0.5;
	text-transform: uppercase !important;
	font-size: 16px;
	white-space: nowrap;
}

.my-details-form .form-group .form-control {
	border: none;
	background: transparent;
	padding: 0 15px;
	height: auto;
	text-align: center;
	color: #263262;
	text-transform: none !important;
	font-size: 22px;
	font-family: lucida_granderegular;
}

input {
	text-transform: none !important;
	font-family: lucida_granderegular;
}

.my-details-form .form-group .form-control::-webkit-input-placeholder {
	color: #263262;
	opacity: 0.8;
}

.my-details-form .form-group .form-control:-ms-input-placeholder {
	color: #263262;
	opacity: 0.8;
}

.my-details-form .form-group .form-control::placeholder {
	color: #263262;
	opacity: 0.8;
}

#my-details .my-details-boy {
	position: absolute;
	left: 15px;
	z-index: 99;
}

#my-details .steps ul li:last-child {
	margin-right: 0;
}

#transaction-history .steps ul li:last-child {
	margin-right: 0;
}

.hd-content p {
	text-transform: uppercase !important;
	font-size: 34px;
	color: #03474f;
	margin-top: 30px;
}

#forgot-pass .reset-password-data {
	max-width: 500px;
}

.about-banner-para {
	color: #03474f;
	font-family: proxima_nova_altlight;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
}

.service-marg {
	margin-top: 160px;
}

.student-batch li a {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.student-batch li a p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase !important;
	text-align: center;
}

.student-batch a {
	background-image: linear-gradient(130.17deg, #f19b9c 0%, #ec797b 100%);
}

.about-studio .studio-btn {
	margin-left: 80px;
}

.service-heading {
	color: #03474f;
	font-size: 90px;
	line-height: 82px;
}

.right-0 {
	right: 0;
}

.bottom-0 {
	bottom: 0;
}

.men-img {
	z-index: -1;
}

.package-detail .studio-btn .butn {
	width: 100%;
}

.package-detail .studio-btn .butn:hover span:before {
	color: #263262;
}

.proceed-btn {
	background: #ec797b !important;
	border-color: #ec797b !important;
}

.submit-btn .studio-btn .butn {
	width: 100%;
	min-width: 218px;
}

.contact-content p {
	color: #263262;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2.48px;
	line-height: 22px;
}

#contact .steps::before {
	content: '';
	position: absolute;
	left: 0;
	width: 39%;
	height: 5px;
	background: #03474f;
	z-index: 1;
}

#contact .steps ul li:last-child {
	margin-right: 0;
}

.studio-btn {
	position: relative;
}

.studio-btn>a {
	position: relative;
}

.studio-btn>a span {
	display: flex;
	width: 100%;
	position: static;
	align-items: center;
	justify-content: center;
}

.studio-btn .butn {
	transition-delay: 0.3s;
}

.service-drop .studio-btn>a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	right: 10px;
	font-size: 23px;
	position: absolute;
	z-index: 9 !important;
	font-weight: 600;
	color: #fff;
	left: auto;
}

.service-drop .studio-btn>a:hover span::before {
	color: #263262;
}

.service-drop .studio-btn>a.collapsed span::before {
	content: "\f107";
}

.radio input[type="checkbox"]:checked+.radio-label::before, .radio input[type="radio"]:checked+.radio-label::before
	{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-size: 13px;
	z-index: 9 !important;
	font-weight: 600;
	color: #fff;
	background: #03474f;
}

.radio input[type="checkbox"]+.radio-label::before, .radio input[type="radio"]+.radio-label::before
	{
	content: '';
	background: #eaeaea;
	border-radius: 100%;
	border: none;
	display: inline-block;
	width: 23px;
	height: 23px;
	position: relative;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	vertical-align: bottom;
	border: 2px solid #03474f;
}

.radio input[type="checkbox"]:focus+.radio-label:before, .radio input[type="radio"]:focus+.radio-label:before
	{
	outline: none;
	border-color: #3197ee;
}

.service-list input {
	display: none;
}

.service-list label p {
	font-size: 18px;
	font-weight: 400;
	line-height: 12px;
	text-align: left;
}

.order-sum-page p {
	font-size: 21px;
}

.opacity-9 {
	opacity: 0.8;
}

.order-list p {
	font-size: 21px;
}

.thanks-image {
	width: 350px;
	margin: auto;
}

.login-signin .form-group label {
	font-size: 14px;
}

.login-signin .form-group .form-control {
	border: none;
	background: transparent;
	padding: 0 15px;
	height: auto;
	text-align: center;
	color: #263262;
	text-transform: none !important;
	font-size: 26px;
	padding-bottom: 10px;
	font-family: lucida_granderegular;
}

.login-signin .form-group input {
	color: #263262 !important;
}

.forgot-pass a {
	color: #263262;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.83px;
	line-height: 12px;
}

.height-fix {
	min-height: 700px;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-height: 100%;
}

.register input.form-control {
	padding-bottom: 3px !important;
}

.register .form-group .form-control {
	font-size: 24px;
}

.forgot-para {
	color: #263262;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
}

.forgot-pass-img {
	width: 300px;
	right: -12%;
	bottom: 0;
}

.reset-password-data p {
	color: #263262;
	font-size: 21px;
	font-weight: 400;
	line-height: 22px;
	width: 485px;
	text-align: center;
}

.order-cancel-img {
	width: 350px;
}

.order-cancel-page {
	justify-content: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
}

.registered-page-img {
	margin-top: -115px;
	z-index: -1;
}

.services-buttns .butn {
	width: 290px;
	letter-spacing: 1.33px;
	line-height: 18px;
	padding: 10px 25px;
}

.services-buttns .studio-btn>a span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	right: 10px;
	font-size: 23px;
	position: absolute;
	z-index: 9 !important;
	font-weight: 600;
	color: #263262;
	left: auto;
}

.services-buttns .studio-btn>a.butn.collapsed span::before {
	content: "\f107";
	z-index: 10 !important;
}

.services-buttns .studio-btn .butn:hover span:before {
	color: #fff;
	transition-delay: 0.3s;
}

.service-height-fix {
	min-height: 800px;
	position: relative;
	max-height: 100%;
}

.other-services-img {
	position: absolute;
	left: 30%;
	top: -5%;
}

.position-unset {
	position: unset;
}

#our-services .steps ul li:last-child {
	margin-right: 0;
}

.day>a {
	width: 100%;
	text-align: center;
}

.date>a {
	width: 100%;
	text-align: center;
}

.text-grey {
	color: #cecece;
}

.blue-border {
	border: 3px solid #263262;
}

.cal-list label p {
	font-size: 20px;
}

.drop-collpase>a span::before {
	line-height: 32px;
}

.price-font {
	font-size: 74px;
}

#accordion .butn-bg.collapsed, #accordion .butn-bord {
	background: #263262;
	border-color: #263262;
	color: #fff;
}

#accordion .butn-bg.collapsed span::before {
	color: #fff;
}

#accordion .butn-bord span {
	color: #fff;
}

#accordion .butn-bord span:before {
	color: #fff;
}

#accordion .butn-bord.collapsed span {
	color: #263262;
}

#accordion .butn-bord.collapsed span:before {
	color: #263262;
}

#accordion .butn-bg, #accordion .butn-bord.collapsed {
	background: #fff;
	color: #263262;
}

#accordion .butn-bord.collapsed:hover span, #accordion .butn-bord.collapsed:hover span:before
	{
	color: #fff;
}

#accordion .butn-bg span::before, #accordion .butn-bg.collapsed:hover span::before,
	#accordion .butn-bg:hover span::before {
	color: #263262;
}

.my-details-form .form-group>div input {
	min-height: auto;
}

.my-details-form .form-group>div {
	width: 100%;
}

.my-details-form .form-group>div .help-block-error {
	bottom: -24px;
	top: auto;
	position: absolute;
	color: #ec797b;
	font-family: 'lucida_granderegular';
	font-size: 13px;
	left: 15px;
}

.pink-sm-round.big-rounds a {
	width: 125px;
	height: 125px;
	text-align: center;
}

.my-all-form .form-group {
	position: relative;
}

/*  development css */
.active, .butn-bg:hover {
	color: #263262;
	background-color: #fff;
}

.breadcrumb>li.active {
	background-color: #e9ecef!important;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.text-to-p p {
	font-size: 18px;
}

#footer {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #fff;
	margin-top: auto;
}

.rt-boy-img.text-center img, .men-img img, .add-ons-img img,
	.place-order-img img, .order-sum-img img, .basket-men img, .about-men img
	{
	max-height: 80vh;
	width: auto;
}

.rt-boy-img, .men-img, .add-ons-img, .place-order-img, .order-sum-img,
	.basket-men, .about-men {
	text-align: center;
}

.package-detail .table-calendar #basketitem-start_time-kvdate #basketitem-start_time
	{
	display: none;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed
	{
	margin: 0 auto;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th
	{
	text-transform: uppercase !important;
	font-size: 18px;
	color: #000;
	background: transparent;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.dow
	{
	color: #ec797b !important;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr:nth-child(2) th
	{
	padding-bottom: 20px;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.prev,
	.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.next
	{
	color: #fff;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.prev::before,
	.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.next::before
	{
	content: "\f060";
	color: #000;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
}

.package-detail .table-calendar #basketitem-start_time-kvdate .datepicker-days .table-condensed thead tr th.next::before
	{
	content: "\f061";
}

.datepicker table tr td.active.active, .datepicker table tr td.active.active:hover,
	.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	color: #fff;
	background-color: #03474f;
	border-color: #03474f;
	border-radius: 50%;
}

.table-calendar .border.border-secondary.rounded.p-1 {
	border: none !important;
	margin: 0 auto;
	width: 100% !important;
	padding: 0 !important;
}

.services-buttns.myaccordion .card-body p {
	color: #03474f !important;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.services-buttns.myaccordion .card-body ul p {
	margin-bottom: 5px;
}

.name-detail p {
	color: #263262;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2.48px;
	line-height: 22px;
}

#header-main .navbar .navbar-nav .nav-item .nav-link .cart-value {
	background: #ec7d7f;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	top: -8px;
	right: -6px;
	z-index: -1;
}

#checkout .my-details-form {
	padding: 0;
}

#checkout .amount-table {
	padding: 0;
}

#checkout .banner-heading {
	font-size: 60px;
}

.my-all-form .form-group .clean-select select {
	padding-bottom: 0;
	padding-top: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.my-all-form .form-group .clean-select::before {
	content: "\f078";
	position: absolute;
	right: 18px;
	display: flex;
	line-height: 50px;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	font-size: 20px;
	top: 3px;
	pointer-events: none;
}

.register .form-group select.form-control {
	text-indent: 0 !important;
}

*[data-href] {
	cursor: pointer;
}

.stripe-button-el {
	background: transparent !important;
	border: 2px solid #ec797b !important;
	border-radius: 0px !important;
}

.stripe-button-el span {
	background: transparent !important;
	color: #ec797b !important;;
}

.stripe-button-el span:hover {
	background: transparent !important;
	color: #ec797b !important;;
}

/* .butn {
	padding: 0;
}


.butn span {
	white-space: nowrap;
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding: 6px 10px;
	float: left;
}

.butn span {
	width: 220px;
	padding: 6px 10px;
	float: left;
} */
.alert-danger {
    color: #fff;
    background-color: #EC797B;
    border-color: #EC797B;
    text-align: center;
}
.alert.alert-success {
    background: #263262;
    color: #fff;
    border-color: #263262;
    text-align: center;
}

