@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #333399;
	color: #CCCCFF;
}
header{
    min-height: 86px;
}
.headerbg{
	z-index: 1000;
	position: relative;
    transition: .8s;
}
.headerbg .navbar-brand img{
	height: 60px;
	transition: .6s;
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-right: 30px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 17px;
	font-weight: 600;
    padding: 5px 0 0;
	line-height: 17px;
    color: #333366;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link{
    color: #333399;
}
.headerbg .btn-danger img{
	height: 34px;
}
.welcome-modal .modal-content{
    top: 50%;
    transform: translateY(-50%);
}
.headerbg__iconcart-number{
	top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
	padding-top: 4px;
    font-size: 12px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    right: 0;
	background-color: #fff;
}
.iconsbars.active{
	padding-top: 14px !important;
}
.iconsbars span{
	display: block;
	width: 22px;
	height: 2px;
	margin: 5px 0;
	background-color: #333399;
	border-radius: 20px;
	transition: .5s;
}
.iconsbars.active span:nth-child(1){
	transform: rotate(45deg);
	margin: 0;
}
.iconsbars.active span:nth-child(2){
	transform: rotate(-45deg)translateX(1px)translateY(-2px);
	margin: 0;
}
.iconsbars.active span:nth-child(3){
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	bottom: 0;
	left: -350px;
	width: 350px;
	height: calc(100% - 86px);
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #333399;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 13px 15px 9px;
	display: flex;
	align-items: center;
	font-weight: 500;
	border-radius: 8px;
	transition: .4s;
}
.sidenav .navbar-nav .nav-item.active .nav-link,
.sidenav .navbar-nav > .nav-item .nav-link:hover{
	background-color: #333399;
	color: #fff;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover img{
	filter: brightness(4000%);
}
.sidenav .navbar-nav > .nav-item .nav-link.text-danger:hover{
	background-color: #D94E4C;
	color: #fff !important;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #6f5275;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #333399;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.5);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.breadcrumb{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 8px 15px;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #151515;
}
.breadcrumb-item a:hover{
    color: #333399;
}
.breadcrumb-item{
	display: flex;
	align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    padding-right: 2px;
	padding-left: 12px;
	margin-bottom: 2px;
}
.slidertitle{
	min-height: 200px;
}
.btn{
	font-weight: 700;
	border-radius: 10px;
}
.boxshadow11{
	box-shadow: 0 4px 14px 0 rgb(0 0 0 / 8%);
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 12px 40px 0 rgba(51, 51, 153, 0.1);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;	
}
li::marker{
    color: #333399;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.singlecontentbg strong{
	color: #333399;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #333399;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 18px;
	font-weight: 500;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 16px;;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #FFB546;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #CCCCFF;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #333399;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.mfp-counter{
	direction: ltr;
	font-size: 18px;
}
.grid__masonry__4 .grid__masonry--item{ 
    width: 25%;
}
.grid__masonry__3 .grid__masonry--item{ 
    width: 33.33%;
}
.grid__masonry__row15{
	margin-left: -8px;
	margin-right: -8px;
}
.grid__masonry__row15 .grid__masonry--item{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}
/* Fix padding font btn */
.btn{
	padding: 9px 12px 5px;
}
.btn-group-lg>.btn, .btn-lg,
.custom-select-lg{
	padding: 14px 15px 10px;
}
.form-control-lg{
	padding: 15px 15px 9px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .input-group-text, 
.input-group-lg > .input-group-prepend > .input-group-text{
	padding: 12px 15px 6px;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea){
	height: 50px;
}
.btn-group-sm>.btn, .btn-sm{
	padding: 7px 10px 3px;
}
.btn-lg.d-flex .fa,
.btn-lg.d-inline-flex .fa{
	margin-bottom: 5px;
}
/* / Fix padding font btn */
.form-control-feedback{
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-decoration{
	text-decoration: underline;
}
.fixtop_text{
	padding-top: 5px;
}
.sliderhome__line > [class^="col"]{
	position: relative;
}
.sliderhome__line > [class^="col"] + [class^="col"]::before{
	position: absolute;
	content: '';
	background: url(assets/img/line.png) no-repeat;
	right: 0;
	top: 0;
	width: 2px;
	height: 48px;
}
.boxservices__shadow .slick-list{
	padding-right: 40px;
	padding-left: 40px;
}
.boxservices__shadow .boxservices,
.boxservices__shadow .boxoffers{
	margin: 40px 18px;
}
.boxservices__shadow .slick-next:before,
.boxservices__shadow .slick-prev:before {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	background-color: #9696cb;
	transition: .6s;
}
.boxservices:hover,
.boxoffers:hover,
.boxshadow__hover:hover{
	box-shadow: 0 3px 8px 0 rgba(51, 51, 153, 0.1);
	transform: scale(1.02);
}
.rounded-32{
	border-radius: 32px;
}
.boxoffers__label{
	top: 0;
	right: 0;
	border-radius: 0 32px 32px 32px;
	padding: 10px 26px 6px;
}
.footerbg a{
	color: #fff;
}
.footerbg a:hover{
	color: #CCCCFF;
}
.footerbg .border-bottom{
	border-color: #ffffff20 !important;
}
.btn-danger{
	background-color: #D94E4C;
	border-color: #D94E4C;
}
.btn-danger:hover{
	background-color: #c34644;
	border-color: #c34644;
}
.text-danger{
	color: #D94E4C;
}
.no-focus:focus{
	box-shadow: none !important;
}
.form-control ~ .input-group-append .input-group-text{
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control ~ .input-group-append .input-group-text p{
	padding-top: 6px;
}
.form-control:focus ~ .input-group-append .input-group-text{
	border-color: #333399 !important;
}
.nav-tabs.customtabs__style-1 {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs__style-1 .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.nav-tabs.customtabs__style-1 .nav-link {
	padding: 15px 15px 10px;
	font-weight: 700;
	font-size: 24px;
	border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    text-align: center;
	color: #acacac;
}
.nav-tabs.customtabs__style-1 .nav-item.show .nav-link,
.nav-tabs.customtabs__style-1 .nav-link.active{
	background-color: rgba(204, 204, 255, 0.1);
	border-color: #333399;
    color: #333399;
}
.nav-tabs.customtabs__style-1 .nav-link:hover {
	color: #333399;
}
.colorstar{
	color: #F1AD25;
}
.listprofile li + li{
	margin-top: 2px;
}
.listprofile li a{
	display: flex;
	align-items: center;
	padding: 18px 15px 14px;
	border-radius: 8px;
}
.listprofile li a:hover,
.listprofile li.active a{
	background-color: #333399;
	color: #fff;
}
.listprofile li.sign__out a:hover{
	background-color: #D94E4C;
	color: #fff !important;
}
.listprofile li a img{
	margin-bottom: 4px;
}
.listprofile li a:hover img,
.listprofile li.active a img{
	filter: brightness(5000%);
}
.boxmyrequests__label{
	left: 0;
	top: 20px;
	z-index: 4;
}
.gridfilter-buttons{
	margin-right: -10px;
	margin-left: -10px;
}
.gridfilter-buttons div{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.gridfilter-buttons button{
	display: block;
	width: 100%;
	font-size: 20px;
	background-color: #fff;
	border: 1px solid #929093;
	color: #929093;
	border: 1px solid ;
	border-radius: 8px;
	padding: 15px 15px 10px;
}
.gridfilter-buttons button.is-checked{
	border-color: #333399;
	color: #333399;
}
.changetocards img,
.changetolists img{
	filter: grayscale(1);
    opacity: .8;
	transition: .5s;
}
.changetocards.active img,
.changetolists.active img,
.changetocards:hover img,
.changetolists:hover img{
	filter: grayscale(0);
    opacity: 1;
}
.boxservices__cards{
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}
.boxservices__cards .boxservices__item{
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 24px;
}
.boxservices__cards .boxservices__item .boxservices__item_img{
	margin-bottom: 30px;
}
.boxservices__cards .boxservices__item .boxservices__item_img img{
	height: 260px;
}
.boxservices__cards .boxservices__item .box:hover{
	transform: translateY(-5px);
}
.boxservices__cards .box{
	display: block;
}
.boxservices__lists .box{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.boxservices__lists .boxservices__item .box .boxservices__item_img{
	width: 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-left: 30px;
	height: 100%;
}
.boxservices__lists .boxservices__item .box .boxservices__item_content{
	width: calc(75% - 30px);
	flex: 0 0 calc(75% - 30px);
	max-width: calc(75% - 30px);
}
.list-mb2 li a{
	color: #919191;
}
.list-mb2 li a:hover{
	color: #333399;
}
.list-mb2 li + li{
	margin-top: 10px;
}
.sticky__custom_1{
	top: 100px;
}
.quantity{
	width: calc(25px + 25px + 5px + 5px + 30px);
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity .form-control {
    width: calc(100% - 25px - 25px - 5px - 5px);
    height: 25px;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
	border: 0;
	border-radius: 0;
	padding: 5px 0 0;
	font-weight: bold;
}
.quantity-button {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #151515;
    width: 25px;
    height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 2px;
	border-style: solid;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: .4s;
}
.quantity-button.quantity-up {
	border-color: #2e7c30;
	color: #2e7c30;
    right: 0;
    top:7px;
}
.quantity-button.quantity-down {
	color: #e53835;
	border-color: #e53835;
    left: 0;
    top:7px;
}
.quantity-button.quantity-up:hover {
	background-color: #2e7c30;
	color: #fff;
}
.quantity-button.quantity-down:hover {
	background-color: #e53835;
	color: #fff;
}
.colorstar{
	color: #f1ad25;
}
.custom_inputgroup{
	border: 1px solid #ced4da;
	border-radius: 8px;
	transition: .7s;
	align-items: center;
}
.custom_inputgroup .form-control:focus ~ .custom_inputgroup{
	border-color: #333399;
}
.custom_inputgroup .input-group-text,
.custom_inputgroup .form-control{
	transition: .7s !important;
}
.custom_inputgroup > .form-control:not(textarea){
	height: 18px;
	border-top: 0;
	border-bottom: 0;
}
.custom_inputgroup > .form-control{
	border-radius: 0;
}
.custom_inputgroup > .input-group-prepend{
	margin-left: 0;
}
.custom_inputgroup > .input-group-append {
	margin-right: 0;
}
.custom_inputgroup > .input-group-prepend > .input-group-text {
	border-radius: 0 4px 4px 0 !important;
	border: 0;
}
.custom_inputgroup > .input-group-append > .input-group-text {
	border-radius: 4px 0 0 4px !important;
	border: 0;
}
.custom_inputgroup .form-control:focus{
	box-shadow: none;
}
.custom_inputgroup .form-control:focus ~ .input-group-append .input-group-text,
.custom_inputgroup .form-control:focus ~ .input-group-prepend .input-group-text{
	border-color: #333399 !important;
}
.boxpackages__list li{
	position: relative;
	padding-right: 30px;
	margin-bottom: 6px;
}
.boxpackages__list li::before{
	position: absolute;
	content: '';
	top: -2px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(assets/img/icon-47.svg) no-repeat;
}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #333399;
    background-color: transparent;
    padding: 22px 35px 18px;
    padding-left: 85px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
    color: #333399;
}
.customaccordion .card .card-header a.collapsed {
    color: #000;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 20px;
    left: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
/* new */
.details-order {
	box-shadow: 0px 0px 25px rgb(0 0 0 / 8%);
	padding: 20px;
	border-radius: 10px;
}
.details-order ul {
	padding: 0px;
}
.details-order ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	margin: 0px ;
}
.details-order ul li:first-of-type{
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 15px;
}
.details-order .col > img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}
.details-order p{
	margin: 3px 0px;
}
.details-order .col:first-of-type {
padding: 0px;
}
.details-order .col div{
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: flex-start;
	/* margin: 80px  0px; */
}
.details-order .col div span{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.details-order .col div span p{
	margin: 0px;
}
.list-cart ul{
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
margin: 10px 0px;
padding: 0px;
}
.list-cart ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.gridfilter  .head-request {
	margin-bottom: 20px;
}
.gridfilter  .head-request div{
	display: flex;
	align-items: center ;
	justify-content: center;
}
.gridfilter  .head-request div p{
	margin-left: 15px;
}
.gridfilter  .head-request  .num{
	background-color: #c2c2ff !important;
	color: #49459b !important;
	font-weight: bolder !important;
}
.gridfilter  .price-order  {
	background-color: #2e7c30 !important;
}
.boxmyrequests__label{
	border-radius: 10px ;
}



.iconwithline{
	margin-right: -20px;
}
.rounded-left-0{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.rounded-right-0{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.custom-radio__1.custom-control-lg,
.custom-radio__2.custom-control-lg{
	padding-right: 0;
}
.custom-radio__1.custom-control-lg .custom-control-label{
	padding: 20px 60px 20px 20px;
	transition: .5s;
	box-shadow: 0 12px 20px 0 rgba(51, 51, 153, 0.1);
}
.custom-radio__1 .custom-control-input:checked ~ .custom-control-label,
.custom-radio__2 .custom-control-input:checked ~ .custom-control-label{
	box-shadow: 0 0px 40px 0 rgba(51, 51, 153, 0.3);
}
.custom-radio__1.custom-control-lg .custom-control-label::before,
.custom-radio__1.custom-control-lg .custom-control-label::after{
	top: 20px;
	right: 20px;
}
.custom-radio__2.custom-control-lg .custom-control-label{
	display: flex !important;
	flex-direction: row !important;
	align-items: center ;
	justify-content: flex-start;
	padding: 30px 20px;
	transition: .5s;
	box-shadow: 0 12px 20px 0 rgba(51, 51, 153, 0.1);
	margin-bottom: 15px;
}
.custom-radio__2.custom-control-lg .custom-control-label img{
	margin-bottom: 0px !important;
	margin-right: 40px;
}
.custom-radio__2.custom-control-lg .custom-control-label p{
	margin-right: 25px;
}
.custom-radio__2.custom-control-lg .custom-control-label::before,
.custom-radio__2.custom-control-lg .custom-control-label::after{
	display: none;
}
.modal-small{
	width: 480px;
}
.custom-radio-maps.custom-control-lg{
	padding-right: 50px;
}
.custom-radio-maps.custom-control-lg .custom-control-label{
	display: block;
	width: 100%;
	border: 2px solid rgba(216, 216, 216, 0.5);
	border-radius: 8px;
	padding: 10px 20px 8px;
	transition: .3s;
	color: #6d6d6d;
}
.custom-radio-maps .custom-control-input:checked ~ .custom-control-label{
	border-color: #333399;
	color: #333399;
}
.custom-radio-maps.custom-control-lg .custom-control-label::before,
.custom-radio-maps.custom-control-lg .custom-control-label::after{
	right: -50px;
	top: 20px;
}
/* edit new  */
.cart > *{
margin: 20px 0px;
}
.cart > img{
	width: 20%;
}
.cart button{
	width: 350px;
}
.modal-dialog{
	height: 95% !important;
	max-width: 60% ;
	width: 100%;
	margin: auto;
  }
 .modal2 .modal-dialog{
	height: 95% !important;
	max-width: 40% ;
	width: 100%;
	margin: auto;
  }
  .modal .close-pop{
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	 width: 40px; 
	 height: 40px;
	 font-weight: bolder;
	 font-size: 25px;
	  border: solid 1px white;
	  background-color: transparent;
  }
  .modal .close-pop2{
background-color: #333399 !important;
	border-radius: 10px;
	 width: 100%; 
	 height: 100%;
	 font-size: 16px;
	 font-weight: bolder;
	  border: none;
	  background-color: transparent;
	  transition: 1s;
  }
  .modal .close-pop2:hover{
	opacity: .8;
  }
  .modal .modal-body {
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
  }
  .modal .close-pop i{
	color: white;
  }
  /* end basic  */

  .modal-dialog .nav-tabs {
	border: none;
  }
  .modal-dialog .nav-tabs{
   width: 100%; 
   margin-bottom: 30px;
  }
  .modal-dialog .tab-content div span{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  }
  .modal-dialog .tab-content div span >*{
	margin: 5px 0px;
  }
  .modal-dialog .nav-tabs .nav-item {
	width: 24%;
	text-align: center; 
	border-radius: 10px;
	margin: 0 .5%;
  } 
  .modal-dialog .nav-tabs .nav-item  a{
	border-radius: 5px;
	padding: 10px 0px;
	font-weight: 500;
	color: rgba(128, 128, 128, 1);
  }
  .modal-dialog .nav-tabs .nav-item  .active {
	color: white ;
  }
  .modal-dialog .nav-tabs .active{
  background-color: var(--prime);
  color: white;
  }
   .modal-body form{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
  }
   .modal-body form span{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	margin: 10px 0;
	padding: 0 20px;
  }
  .modal-body form span label{
	font-weight: bold;
  }
  .modal-body form input{
	border-radius: 30px;
	width: 100%;
	padding: 15px;
	border: 1px solid rgba(116, 114, 114, 0.452);
  }
  .modal-body form .info-form{
	margin: 50px 0;
  }
  
  .modal-body form select{
	border-radius: 30px;
	width: 100%;
	padding: 15px ;
	border: 1px solid rgba(116, 114, 114, 0.452);
  }
  .modal-body  .icon-form ,.modal-body  .icon-form2{
	position: relative;
	}

   .modal-body  .icon-form2 .icon-form2-float{
	display: flex;
	justify-content: flex-end;
	margin: auto;
	align-items: center;
	flex-direction: row;
	position: absolute;
	left:10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
  }
  .modal-body img{
	width: 40%;
  }
  .modal-copun .modal-dialog  .nav-tabs li {
	width: 32%;
	margin: 0 0.5%;
  }
  .modal-footer1 .dropdown{
		width: 25%;
		margin: 10px;
  }
  .modal .dropdown-toggle::after{
	display: none;
  }
  .modal  .dropdown-menu a{
	font-weight: 500;
  }
  .modal-footer1 .dropdown button{
	width: 100%;
  }
  .modal .fix-btn p {
	margin: 0px;
  }
  .modal .fix-btn button:hover p {
	color: white !important;
	transition: 0.5s;
  }
  .modal2 .modal-body > img{
width: 20%;
  }

  .option-pay .col label{
	position: relative;
  }
  .option-pay .col .custom-control-label::before,
  .modal .option-pay .col .custom-control-label::before{
    position: absolute;
    top: 50%;
    right: 20px;
	transform: translateY(-50%);
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
  }
  .option-pay .col .custom-control-label::after,
  .modal .option-pay .col .custom-control-label::after{
    position: absolute;
    top: 50%;
    right: 20px;
	transform: translateY(-50%);
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }

  .modal .option-pay .col .custom-control-label::before{
    position: absolute;
    top: 50%;
    right: -30px;
	transform: translateY(-50%);
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
  }
  .modal .custom-control-input:checked ~ .custom-control-label::before{
	background-color: #333399;
  }
  .modal .option-pay .col .custom-control-label::after{
    position: absolute;
    top: 50%;
    right: -24px;
	transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
	border-radius: 50%;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }
  .modal .custom-control-input:checked ~ .custom-control-label::after{
	background-color: rgb(228, 228, 228);
  }
  .modal .option-pay .col .custom-control-label{
	display: flex;
	flex-direction: column !important;
	align-items: start !important;
	justify-content: center;
	padding: 5px 20px;
	width: 85%;
	margin: 20px auto;
	border-radius: 20px;
  }
/*--------- Responsive ----- */
@media (min-width: 992px){
	.afterfooter{z-index: 2}
	.footerbg{position: sticky;bottom: 0;z-index: 1}
	.welcome-modal .modal-content{
	    width:60%;
	}
}
@media (max-width: 1200px) {
	.sliderhome__line > [class^="col"]{margin-bottom: 30px;}
	.sliderhome__line > [class^="col"]:nth-child(3):before{display: none;}
	/* new */
	.details-order .col {
		margin: 15px 0px;
	}
}
@media (max-width: 992px) {
	.removebr__lg{border-left: 0 !important;}
	.listprofile{display: flex;flex-wrap: wrap;justify-content: center;}
	.listprofile li{margin-left: 8px;margin-bottom: 8px;}
	.listprofile li a{padding: 10px 15px 6px;border-radius: 8px;background-color: #f8f7f7;}
	.listprofile li a img{height: 15px;}
	.nav-tabs.customtabs__style-1 .nav-link{font-size: 18px;}
	.gridfilter-buttons button{padding: 10px 10px 6px;}
	.boxmyrequests__label{top: 40px;}
	.boxservices__cards .boxservices__item .boxservices__item_img img{height: auto;}
	.boxservices__cards .boxservices__item{flex: 0 0 100%;max-width: 100%;width: 100%;}
}
@media (max-width: 768px) {
	.slidertitle{min-height: 150px;}
	.modal-dialog{
		max-width: 90%;
	}
	.modal2 .modal-dialog{
		max-width: 90%;
	}
	.modal-footer1 {
		flex-direction: column;
  }
	.modal-footer1 button {
		width: 70%;
	}
	.w-sm-100{
		width: 100%;
	}
	.head-request{
		font-size: 16px !important;
	}
	.head-request p{
		margin-left: 5px !important;
	}
	.head-request span{
		font-size: 13px !important;
	}
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
	.modal-small{
		width: 95%;
	
	}
	.d-flex.justify-content-between.align-items-center.border-bottom.py-2{
    flex-direction:column;
}
.d-flex.justify-content-between.align-items-center.border-bottom.py-2 > *{
    margin-bottom:20px;
            display: flex;
        align-items: center;
}
}
@media (max-width: 375px) {
	.head-request{
		font-size: 12px !important;
	}
	.head-request p{
		margin-left: 5px !important;
	}
	.head-request span{
		font-size: 10px !important;
	}

}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}
.image-request {
	margin: 20px 0px;
}
.image-request .col img{
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 15px;
}
.welcome-modal {
    display:block;
    background-color:#0000005e;
}
.modal {
    background-color:#0000005e;
}
#TechnicalMeasurements{
    background-color:#0000005e;
}
#TechnicalMeasurements .modal-dialog{
    display:flex;
    justify-content:center;
}
 /* .modal-dialog .modal-body > div{*/
	/*width: 90%;*/
	/*display: flex;*/
	/*justify-content: flex-start;*/
	/*align-items: center;*/
	/*flex-direction: column;*/
 /* }*/
.modal-backdrop{
    display:none;
}
.add-cart .modal-content{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add-cart .modal-dialog .modal-body > div{
width:90%;
}
#additionsContainer .justify-content-between .flex-column:last-of-type{
    flex-direction:row !important;
    align-items:center;
}
#additionsContainer .justify-content-between .flex-column:last-of-type p{
    margin:0px;
    margin-right:5px;
}

.add-mod .modal-dialog{
    display:flex;
    justify-content:center;
    align-items:center;
}
#addressModal .modal-content{
    top: 50%;
    transform: translateY(-50%);
}
