#mweh-Widget-home {
    position: fixed;
    right: 80px;
    top: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
    z-index: 119;
}
#mweh-Widget-home-form {
	width: 280px;
	height: 0;
	position: relative;
	z-index: -1;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	background-color: #f0f5f7;
	margin-bottom: 10px;
	border-radius: 8px;
	transform: skew(90deg, 90deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease-in-out;
}
#mweh-Widget-home-form.show {
    transform: skew(0deg, 0deg);
	opacity: 1;
	visibility: visible;
	z-index: 1000;
	height: 100%;
}
#mweh-Widget-home .eh-Widget-home-form {
    padding: 18px 17px 15px;
}
#mweh-Widget-home .eh-Widget-home-form {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ececec #ececec;
}
#mweh-Widget-home .eh-Widget-home-form::-webkit-scrollbar {
    width: 5px;
}
#mweh-Widget-home .eh-Widget-home-form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(209 209 209 / 77%);
}

#mweh-Widget-home .eh-Widget-home-form::-webkit-scrollbar-thumb {
    background-color: #e0eafc;
    border-radius: 4px;
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
    #mweh-Widget-home .eh-Widget-home-form {
        overflow-y: auto;
        height: 413px;
        overflow-x: hidden;
    }
}
#mwimage_set_onhover {
    display: block;
    position: fixed;
    top: 297px;
    z-index: 99;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: var(--primary-orange);
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.forCn {
    right: -27px;
}
.forEn {
    right: 15px;
}
#mweh-Widget-home .cty-zindex {
	z-index: 999999;
}
#mweh-Widget-home .eh-Widget-input__cont {
    position: relative;
    flex: 1;
}
#mweh-Widget-home .input-group {
    margin-bottom: 10px;
}
#mweh-Widget-home .eh-Widget-input__cont .form-control {
    height: 32px;
    border-radius: 4px;
    box-shadow: none;
    padding: 2px 5px 2px 35px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#mweh-Widget-home .select2-container {
    width: 100% !important;
}
#mweh-Widget-home .select2-container--default .select2-selection--single {
    border-radius: 4px;
    border-color: #ced4da;
    height: 32px;
}
#mweh-Widget-home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 5px;
}
#mweh-Widget-home .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    right: 10px;
}
#mweh-Widget-home .eh-Widget-input__cont textarea.form-control {
    height: auto;
    width: 100%;
}
#mweh-Widget-home .eh-Widget-icon__cont {
    position: absolute;
    top: 8px;
    left: 10px;
    color: var(--primary-orange);
    font-size: 14px;
    z-index: 999;
}
#mweh-Widget-home .eh-Widget-input__cont .form-check-input, #mweh-Widget-home .eh-Widget-input__cont .form-check-label, #mweh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
#mweh-Widget-home .eh-Widget-input__cont .form-check-label, #mweh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #000;
}
#mweh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn:nth-child(1) {
    margin-right: 10px;
}
#mweh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn, #mweh-Widget-home .eh-Widget-input__cont .form-check.form-check-inline {
    margin-right: 10px;
}
#mweh-Widget-home .eh-Widget-input__cont .form-check.form-check-inline:last-child {
    margin-right: 0;
}
#mweh-Widget-home .form-check-input:checked {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}
#mweh-Widget-home .multiplefields-st1 {
    display: inline-block;
    vertical-align: top;
    width: 110px;
}
#mweh-Widget-home .multiplefields-st2 {
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 110px);
}
#mweh-Widget-home .multiplefields-st2 .form-control {
    padding: 5px 5px 5px 15px;
}
#mweh-Widget-home .trm-cnd {
    text-align: center;
}
#mweh-Widget-home .trm-cnd p {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
#mweh-Widget-home .trm-cnd a {
    color: var(--primary-orange);
}
#mweh-Widget-home .trm-cnd a:hover {
    color: var(--primary-orange-dark);
}
#mweh-Widget-home .eh-Widget_btn {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    border-radius: 4px;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 6px 26px;
    transition: all 0.4s ease-in-out;
}
#mweh-Widget-home .bg-orng {
    background-color: var(--primary-orange);
    color: var(--white);
}
#mweh-Widget-home .bg-orng:hover, #mweh-Widget-home .bg-orng:active, #mweh-Widget-home .bg-orng:focus {
    background-color: var(--primary-orange-dark);
    color: var(--white);
}
#mweh-Widget-home .alert {
    font-size: 12px;
}
#mwimage_set_onhover:hover, #mwimage_set_onhover:focus, #mwimage_set_onhover:active {
    background-color: #393939;
    color: #fff;
}
#mweh-Widget-home label.error, #mweh-Widget-home .help-block {
    margin-top: 5px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #f10000;
    padding-left: 10px;
    text-align: left;
}

#mweh-Widget-home .eh-Widget-input__cont input.error, #mweh-Widget-home .eh-Widget-input__cont textarea.error {
    border-color: #f10000;
}

#mweh-Widget-home .offcomp-input_caplft {
	display: inline-block;
	vertical-align: top;
	width: 136px;
	padding: 7px 0px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 7px 5px;
	height: 38px;
}

#mweh-Widget-home .loader {
	height: 100%;
	background-color: #000000b0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}

#mweh-Widget-home .cty-zindex {
	z-index: 999999;
}

/*============Virtual Expo button CSS Start============*/
/*.clr_vid__cont {
	position: fixed;
	top: 354px;
	right: 15px;
	z-index: 98;
	background: var(--primary-orange);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}*/

#mweh-Widget-home .scanner span {
    color: transparent;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
}

#mweh-Widget-home .scanner span::before {
    content: "Submitting...";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-right: 4px solid var(--primary-orange);
    overflow: hidden;
    color: #ffffff;
    animation: submition 2.8s linear infinite;
}

 #b2bservices .modal-dialog {
	max-width: 600px;
	margin-top: 100px;
}
#b2bservices .modal-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
}
#b2bservices .btn-close {
	font-size: 12px;
}
#b2bservices img {
	max-width: 165px;
}
.b2bservices-mdl_txt h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #ea823b;
	margin-bottom: 10px;
}
.b2bservices-mdl_txt p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #2a2a2a;
	margin-bottom: 10px;
}
.b2bservices-mdl_txt p b {
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	#b2bservices .modal-title, .b2bservices-mdl_txt {
		text-align: center;
	}
	.b2bservices-mdl_txt {
		margin-top: 15px;
	}
	#b2bservices .modal-footer {
		justify-content: center;
	}
}

@keyframes submition {
    0%, 10%, 100% {
        width: 0;
    }

    10%,20%,30%,40%,50%,60%,70%,80%,90%,100% {
        border-right-color: transparent;
    }

    11%,21%,31%,41%,51%,61%,71%,81%,91% {
        border-right-color: var(--primary-orange);
    }

    60%, 80% {
        width: 100%;
    }
}

.btn-default
{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover
{	
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}