@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
* {
  box-sizing:border-box
}


img {
  width:100%;
  display:block;
}

#before-after-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 10rem;
}

#after-image {
  display:block
}

#before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

#resizer {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	/*Stop vertical scrolling on touch*/
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	background-color: #FFF;
	
}

#resizer:after {
  background:linear-gradient(62deg,#c93072 5%,#3365c0);
  font-family: "Font Awesome 5 Free";
  content:'\f337';
  font-weight:900;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  position:absolute;
  margin: 0 0 0 -22px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid white;
  

}
/***
====================================================================
                        My-Account-page
====================================================================

***/

.myaccount-section{
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.myaccount-section .inner-box{
  position: relative;
  display: block;
}

.myaccount-section .inner-box .upper-inner h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 3px;
}

.myaccount-section .inner-box .upper-inner{
  margin-bottom: 0px;
}

.myaccount-section .inner-box .default-form .form-group{
  position: relative;
  margin-bottom: 23px;
}

.myaccount-section .inner-box .default-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  margin-bottom: 7px;
}

.myaccount-section .inner-box .default-form .form-group input[type='text'],
.myaccount-section .inner-box .default-form .form-group input[type='email'],
.myaccount-section .inner-box .default-form .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
  transition: all 500ms ease;
}

.myaccount-section .inner-box .default-form .form-group input:focus{

}

.myaccount-section .inner-box .default-form .form-group .recover-password{
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0px;
  font-size: 15px;
  line-height: 18px;
  z-index: 1;
}

.myaccount-section .inner-box .default-form .form-group .recover-password:hover{
  color: #222;
  border-bottom: 1px solid #222;
}

.myaccount-section .inner-box .default-form .form-group .custom-controls-stacked{
  position: relative;
  padding-top: 4px;
}

.myaccount-section .inner-box .default-form .form-group button{
  display: block;
  width: 100%;
  padding: 16px 35px;
}

.myaccount-section .inner-box .default-form .custom-control.material-checkbox .material-control-indicator{
  width: 18px;
  height: 18px;
  top: 3px;
}

.myaccount-section .inner-box .default-form .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
  width: 10px;
}

.myaccount-section .inner-box .default-form .custom-controls-stacked .description{
  margin-left: 28px;
}

.myaccount-section .inner-box .lower-inner{
  position: relative;
}

.myaccount-section .inner-box .lower-inner:before{
	position: absolute;
	content: '';
	background: #daa33c;
	width: 100%;
	height: 1px;
	left: 0px;
	top: 13px;
}


.rows {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    justify-content: space-between;
}

.myaccount-section .inner-box .lower-inner span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	height: 50px;
	text-align: center;
	background: #fac158;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.myaccount-section .inner-box .lower-inner .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.myaccount-section .inner-box .lower-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.myaccount-section .inner-box .lower-inner .social-links li a i{
  margin-right: 10px;
}

.myaccount-section .inner-box .lower-inner .social-links{
  position: relative;
  margin-bottom: 24px;
}

.myaccount-section .inner-box .lower-inner p a{
  display: inline-block;
  color: #848484;
}
