.px-3{
    padding-left:  2rem !important;
    padding-right: 2rem !important;
}
.fs-11{
    font-size: 11px !important;
}
.bg-transparent{
    background-color: transparent; 
}
.header-logo{
    background-color: #fff;
}
.img-fluid{
    height: auto;
    width: 100%;
}
.logo-head{
    background-color: #fff;
}
.d-none{
    display: none;
}
.banner-bg{
    /* background-image: url('../img/mercedays-img/banner.jpg'); */
    background-position: center;
    background-size: cover;
}
.banner-text{
    padding-top: 130px;
}
.banner-text-1{
    padding-top: 80px;
}
.text-to-upperCase{
    text-transform: uppercase;
}
.inline-form{
    width: 80%;
    display: flex;
    margin: auto;
    padding: 30px 20px;
}
.sreach-banner{
    padding: 20px;
    border-radius: 0px;

}
.inline-search-btn{
    background-color: #666666;
    border: 1px solid #666666;
    color: #fff;
    padding: 7px 14px;
    font-size: 18px;
    border-radius: 0px;
}
.mt-10{
    margin-top: 10px;
}
.px-5{
    padding-left: 5px;
    padding-right: 5px;
}
.btn-white{
    padding: 15px 25px;
    color: #000 !important;
}
.text-white{
    color: #fff;
}
.text-blue{
    color: #006A94;
}
.mt-5{
    margin-top: 2.5rem;
}
.btn-transparent{
    background-color: transparent !important;
    border: 1px solid #fff;
    padding: 15px 25px;
    color: #fff !important;
    transition: 0.2s ease-in-out;
}
.btn-transparent:hover{
    background-color: #006A94 !important;
    border: 1px solid #006A94;
    transition: 0.2s ease-in-out;
}
.grey-btn{
    background-color: #666666 !important;
    padding: 15px 25px;
    color: #FFFFFF !important;
}
.btn-blue{
    background-color: #006A94 !important;
    padding: 15px 25px;
    color: #FFFFFF !important;
}
.login-btn{
    width: 100%;
    padding: 15px 0px;
    border: 0px;
    font-size: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}
.bg-blue{
    background-color: #006A94;
}
.btn-dark{
    padding: 15px 25px;
    color: #fff !important;
    font-weight: normal !important;
}
.fs-14{
    font-size: 14px;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #006A94;
    color: #fff;
}

.SumoSelect > .optWrapper > .options li.opt.selected:not(.disabled) {
    background-color: #006A94;
    color: #fff;
}
.card{ padding: 20px;}
.card-listing{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 1px #12171e20;
    border: 1px black;
}
.shortcode-height{
    height: 450px;
}
.d-flex{
    display: flex;
}
.ms-10{
    margin-left: 10px;
}
.ms-20{
    margin-left: 20px;
}
.text-to-lowerCase{
    text-transform: lowercase;
}
.text-transform-none{
    text-transform: none !important;
}
.left-pos{
    left: 89%;
}
.right-pos {
    left: 0% !important;
}
.text-danger{
    color: #c50000 !important;
}
.text-success{
    color: #21c500 !important;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.text-to-upperCase{
    text-transform:uppercase ;
}
.line-feature {
    height: 1px;
    background-image: linear-gradient(rgb(122 122 122 / 0%), rgb(171 171 171));
    margin-top: 30px;
}


.avatar-upload {
	position: relative;
	max-width: 205px;
	margin: -90px auto 0px auto;
}
.avatar-upload .avatar-edit {
	position: absolute;
    left: 10%;
    z-index: 1;
    top: 10%;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #0e729a;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
	background: #006A94;
	border-color: #006A94;
}

	.avatar-upload .avatar-edit input + label:after {
	content: "\f030";
	font-family: 'FontAwesome';
	font-size: 16px !important;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	}
	.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	}
	.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}

    .profile-img img{
        width: 100%;
        height: 250px;
        border-radius: 15% ;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        object-position: center;
    }
    .profile-img-user{
        width: 100%;
        height: 250px;
        border-radius: 15% ;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        object-position: center;
    }
    a{
        font-family: '' !important;
    }
    .delete-btn{
        border: none;
        background-color: transparent;
        color: #ed0909cf;
        border-radius: 20%;
        font-size: 23px;
    }
    .edit-btn{
        border: none;
        background-color: transparent;
        color: #21c500;
        border-radius: 20%;
        font-size: 23px;
    }
    .input-file-wrapper .file-remove{
        top: 30% !important;
    }
    .w-100{
        width: 100%;
    }
    .border-none{
        border: none;
    }
    .service-img{
        height: 230px !important; 
        width:  230px !important; 
        object-position: center; 
        object-fit: cover !important;
    }
    .oneLineText{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .singleLineText{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .fourLineText{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .gallery-imgs{
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .banner-service-imgs{
        width: 100%;
        height: 400px;
        object-fit: contain;
        object-position: center;
    }
    .mb-0{
        margin-bottom: 0px !important;
    }
    .p-5{
        padding: 15px;
    }

    .oneLineText{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .border-danger{
        border-color: #c50000;
    }
    .danger-text{
        color: #c50000;
    }
    .pb-2{
        padding-bottom: 7px;
    }
    .accessory-img{
        height: 150px;
        width: auto;
        object-fit: contain;
        object-position: center;
    }

.magzine-img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    transition: 1s ease-in-out;
}
.magzine-img:hover{
    object-position: bottom;
    transition: 1s ease-in-out;
}

.magzine-slider-img{
    /* height: 400px !important; */
    width: 100%;
    /* object-fit: cover;
    object-position: center; */
    border-radius: 10px;
}

.magzineTitle:hover{
    color: #006A94;
}