* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
html {
	overflow-x: hidden
}
body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #3a3a3a;
	overflow-x: hidden;
	background-color:#ffffff;
	padding-top:60px;
}

img {
	max-width: 100%;
	outline: 0
}
button:focus { outline: none;}
ul {padding: 0; margin: 0;}

input:focus,
textarea:focus{
    outline: none;
    border: 0;
}
body.modal-open {
    padding-right: 0 !important;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: .6
}
nav.c-bread {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background-color: transparent;
}
.c-bread .breadcrumb {
    background: transparent;
    padding: 0px;
	margin:0;
}
.c-bread .breadcrumb .breadcrumb-item,
.c-bread .breadcrumb .breadcrumb-item a {
    color: #000000;
    text-decoration: none;
	font-weight: 500;
	font-size: 13px;
}
/* ========= End Comman CSS =========*/


/*========= Header CSS =========*/
header.vyonix_header {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 60px;
    box-shadow: 0px 0px 5px 0px #c3c3c3;
    align-content: center;
}
.navbar_wrap {
    grid-template-columns: 40% 60%;
    display: grid;
    align-items: center;
	position: relative;
}
.navbar_wrap .vyonix_logo img {
    width: 130px;
    margin: 0 auto;
	float: left;
}
.mainMenuWrapper ul.navlist li {
    display: inline-block;
    font-family: Montserrat;
	margin-left:50px;
}
.mainMenuWrapper ul.navlist li:nth-child(1) {
	margin-left:0px;
}
.mainMenuWrapper ul.navlist li a {
    padding: 8px 10px;
    text-decoration: none;
    font-size: 15px;
    transition: all ease-in-out 0.2s;
    font-family: Montserrat;
    font-weight: 500;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.mainMenuWrapper ul.navlist li a:after, 
.mainMenuWrapper ul.navlist li a.active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #c9c6c3;
    transition: all 0.35s;
}

.mainMenuWrapper ul.navlist .contact_us {
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
.mainMenuWrapper ul.navlist .contact_us a:after {
    display:none;
}
/*========= End Header CSS =========*/


/*========= Start Footer CSS =========*/
.footer {
    padding:60px 0 30px;
    background: #c9c6c3;
	z-index: 1;
    position: relative;
}
.footer .vyonix_logo img {
    width: 180px;
}
.footer_form_wrap h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}
.footer_form_wrap .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
	min-height: 70px;
	margin: 0;
	position: relative;
}
.footer_form_wrap input {
    background-color: #bab7b4;
    padding: 10px 20px;
    color: rgb(0 0 0 / 54%);
    width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 18px;
    height: 60px;
    border-radius: 12px;
    font-family: Montserrat, sans-serif;
}
.footer_form_wrap button {
    min-width: 80px;
    height: 60px;
    border-radius: 12px;
    border: 0;
    background-color: #636060;
    align-content: center;
    text-align: center;
	cursor: pointer;
}
.subfooter {
    margin-top: 50px;
    border-top: 2px solid #858483;
    padding-top: 25px;
} 
.subfooter ul li {
    display: inline-block;
    margin-right: 50px;
    font-size: 16px;
    color: #636060;
    font-weight: 400;
}
.subfooter ul li:last-child {
    margin: 0;
}
.subfooter ul li a {
    font-size: 16px;
    color: #636060;
    font-weight: 400;
    text-decoration: none;
}

.container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*========= End Footer CSS =========*/


/* ==========================================================
						Start Modal form
============================================================ */

.downloaddatasheet_Modal .modal-dialog {
    max-width: 780px;
}
.downloaddatasheet_Modal .modal-dialog .modal-content {
	padding: 50px 50px;
    background: linear-gradient(to right, rgba(208, 186, 172, 1) 0%, rgba(198, 185, 177, 1) 100%);
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 50%);
    border-radius: 0;
}
.downloaddatasheet_Modal .modal-dialog .contact_form {
    width: 100%;
    margin: 0 auto;
}
.downloaddatasheet_Modal .modal-header {
    border: 0;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
    display: block;
}
.downloaddatasheet_Modal .mdm_logo {
    text-align: center;
    margin-bottom: 20px;
}
.downloaddatasheet_Modal .mdm_logo img {
    filter: brightness(0) invert(1);
    width: 180px;
}
.downloaddatasheet_Modal .modal-header h5 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
	text-align: center;
}
.downloaddatasheet_Modal .modal-header button.close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 44px;
    color: #000000;
    opacity: 1 !important;
    padding: 6px;
    margin: 0;
    line-height: 30px;
    border: 0;
    background-color: transparent;
}
.modal-dialog .modal-body {
    padding: 0;
}
.downloaddatasheet_Modal .contact_form .label {
    margin-bottom: 30px;
	position: relative
}
.downloaddatasheet_Modal .contact_form input,
.downloaddatasheet_Modal .contact_form textarea {
    background-color: rgb(255 255 255 / 57%);
    padding: 10px 20px;
    font-size: 15px;
    min-height: 48px;
    color: rgb(0 0 0 / 73%);
    width: 100%;
    border: 0;
    font-weight: 400;
    border-radius: 8px;
	height: 48px;
}
.downloaddatasheet_Modal .contact_form select {
	background-color: rgb(255 255 255 / 57%);
    padding: 10px 20px;
    color: rgb(0 0 0 / 73%);
    width: 100%;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    min-height: 48px;
    border-radius: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 8px;
}
.downloaddatasheet_Modal .contact_form .label input::placeholder,
.downloaddatasheet_Modal .contact_form .label textarea::placeholder {
    color: #6a6a6a;
}
.downloaddatasheet_Modal .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    margin: 0;
}
.downloaddatasheet_Modal .custom-checkbox .checkmark {
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0;
    height: 24px;	
    width: 36px;
    background-color: #e1d6ce;
    transform: inherit;
}
.downloaddatasheet_Modal .custom-checkbox .checkmark:after {
    left: 14px;
    top: 2px;
}
.downloaddatasheet_Modal .sentbutton {
    background-color: #636060;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    margin: 40px 0 0;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
	transition: all 0.35s;
    height: 48px;
    box-shadow: none;
    cursor: pointer;
	
}
.contact_form textarea{
    height: 100px;
}
.error {
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}
label.error {
    position: absolute;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
    display: inline !important;
    bottom: -20px;
    left: 0px;
	margin: 0;
}
.error.subscribe_error {
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.contact_form .know_more {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
    align-items: center;
    display: flex;
    margin-top: 20px;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin: 0;
}
.custom-checkbox a {
    text-decoration: none;
    color: #3a3a3a;
}
.custom-checkbox input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    width: 36px;
    background-color: #f4f3f2;
    transform: translateY(-50%);
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: rgb(99 96 96);
}
.custom-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.custom-checkbox .checkmark:after {
    left: 14px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ==========================================================
						End	Modal form
============================================================ */

/* =========== comingsoon Modal =========== */

.comingsoonmodal .modal-dialog {
    max-width: 520px;
    border-radius: 0;
}
.comingsoonmodal .modal-content {
    border-radius: 0;
    text-align: center;
    background-color: #c9c6c3;
}
.comingsoonmodal .modal-body {
    padding: 50px 40px;
}
.comingsoonmodal .modal-content img {
    width: 160px;
    filter: brightness(0) invert(1);
    margin-bottom: 40px;
}
.comingsoonmodal .modal-body h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}
.comingsoonmodal .modal-body h4 {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    border-top: 2px solid #838383;
    display: inline-block;
    padding-top: 5px;
    margin: 0;
}
.comingsoonmodal .modal-header button.close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 44px;
    color: #000000;
    opacity: 1 !important;
    padding: 6px;
    margin: 0;
    line-height: 30px;
    border: 0;
    background-color: transparent;
	z-index: 2;
}
.thankyou-message .modal-dialog {
	max-width: 550px;
	margin: 0 auto;
}
.thankyou-message .modal-content.signupwidthmod {
    padding: 40px 40px;
}
.thnaku-checked img.popup_img {
    width: 70px;
}
.thankyou-message .sign_header h5 {
    font-weight: 700;
    font-size: 24px;
}
.thankyou-message p {
    margin-bottom: 0;
}
.thankyou-message .signupwidthmod .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 300;
    font-size: 44px;
    color: #000000;
    opacity: 1 !important;
    padding: 6px;
    margin: 0;
    line-height: 30px;
    border: 0;
    background-color: transparent;
}	

/* ==========================================================
							Responsive
============================================================ */

@media (min-width: 992px) {
	.hamBugarmenuBlock {
		display: none;
	}
	.mainMenuWrapper ul.navlist li a:hover:after,
	.mainMenuWrapper ul.navlist li a.active:after {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1580px;
	}
}
@media (min-width: 2299px) {
    body {
        padding-top: 90px;
    }
    .container {
        max-width: 2160px; 
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    header.vyonix_header {
        height: 90px;
        padding: 25px 0;
    }
    .navbar_wrap .vyonix_logo img {
        width: 200px; 
    }
    .mainMenuWrapper ul.navlist li {
        margin-left: 80px; 
    }
    .mainMenuWrapper ul.navlist li a {
        font-size: 20px; 
        padding: 12px 16px;
    }
    nav.c-bread {
        top: 140px; 
    }
    .c-bread .breadcrumb .breadcrumb-item,
    .c-bread .breadcrumb .breadcrumb-item a {
        font-size: 18px;
    }
    .loading {
        background-size: 120px; 
    }

    .footer {
        padding: 100px 0 50px; 
    }
    .footer .vyonix_logo img {
        width: 260px; 
    }
    .footer_form_wrap h4 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .footer_form_wrap .form-group {
        gap: 25px;
        min-height: 90px;
    }
    .footer_form_wrap input {
        font-size: 22px;
        height: 80px;
        border-radius: 16px;
        padding: 15px 25px;
    }
    .footer_form_wrap button {
        min-width: 120px;
        height: 80px;
        font-size: 20px;
        border-radius: 16px;
    }
    .subfooter {
        margin-top: 70px;
        padding-top: 40px;
    }
    .subfooter ul li,
    .subfooter ul li a {
        font-size: 20px;
        margin-right: 70px;
    }
}
@media (max-width: 1599px) {
	.navbar_wrap {
		grid-template-columns: 38% 62%;
	}
	.navbar_wrap .vyonix_logo img {
		width: 110px;
	}
	.mainMenuWrapper ul.navlist li {
		margin-left:40px;
	}
	.mainMenuWrapper ul.navlist li a {
		font-size: 14px;
	}
	.footer {
		padding: 50px 0 25px;
	}
	.footer .vyonix_logo img {
		width: 140px;
	}
	.footer_form_wrap h4 {
		font-size: 18px;
        margin-bottom: 12px;
	}
	.footer_form_wrap input[type="email"] {
		font-size: 16px;
        height: 50px;
	}
	.footer_form_wrap button {
        min-width: 70px;
        height: 50px;
    }
	.subfooter {
		margin-top: 40px;
		padding-top: 20px;
	}
	.subfooter ul li {
		margin-right: 40px;
		font-size: 15px;
	}
	.subfooter ul li a {
		font-size: 15px;
	}
	.thankyou-message .modal-dialog,
	.comingsoonmodal .modal-dialog {
		max-width: 410px;
	}
	.comingsoonmodal .modal-content img {
		width: 130px;
		margin-bottom: 30px;
	}
	.comingsoonmodal .modal-body h3 {
		font-size: 16px;
	}
	.comingsoonmodal .modal-body h4 {
		font-size: 22px;
	}
	
	/*    Form css    */
	.downloaddatasheet_Modal .contact_form input,
	.downloaddatasheet_Modal .contact_form textarea,
	.downloaddatasheet_Modal .contact_form select	{
		font-size: 14px;
		min-height: 42px;
		height: 42px;
	}
	.downloaddatasheet_Modal .modal-dialog .modal-content {
		padding: 40px 40px;
	}
	.downloaddatasheet_Modal .mdm_logo img {
		width: 140px;
	}
	.downloaddatasheet_Modal .modal-header h5 {
		font-size: 16px;
	}
	.contact_form input, .contact_form textarea, .contact_form select {
		font-size: 15px;
        min-height: 50px;
	}
	.contact_form textarea {
		height: 80px;
	}
	.custom-checkbox {
		padding-left: 40px;
		font-size: 16px;
	}
	.custom-checkbox .checkmark {
		height: 20px;
		width: 30px;
	}
	.custom-checkbox .checkmark:after {
		left: 11px;
        top: 0px;
        width: 8px;
        height: 15px;
	}
	/* .sentbutton {
		font-size: 18px;
        height: 60px;
	} */
	.downloaddatasheet_Modal .sentbutton {
		margin: 30px 0 0;
	}
	/*    Form css    */
}


@media (max-width: 1199px) {
	.footer_form_wrap h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
	.privacy_Content h2 {
		font-size: 24px;
	}
	.privacy_information_list {
		margin-top: 40px;
	}
	.privacy_information_list h4 {
		font-size: 15px;
	}
	.privacy_information_list h3 {
        font-size: 18px;
    }
	.terms-content p, .privacy_Content p, .privacy_information_list p, .privacy_information_list ul li {
        font-size: 15px;
    }
	/* .sentbutton {
        font-size: 16px;
        height: 52px;
        padding: 10px 20px;
    } */
}

@media (max-width: 991px) {
	nav.c-bread {
		display: none;
	}
	.navbar_wrap .vyonix_logo img {
		width: 100px;
	}
	.toggleMenu img {
		width: 36px;
	}
	.hamBugarmenuBlock {
        position: absolute;
        right: 0px;
        text-align: center;
        z-index: 1;
    }
	.closeMenu, .togglehamburgar .openMenu {
        display: none;
    }
	.togglehamburgar .closeMenu{
		display:block
	}
	.mainMenuWrapper {
        position: fixed;
        width: 260px;
        right: -100%;
        top: 60px;
        bottom: 0;
        height: 100%;
        z-index: 11;
        background-color: #f7f7f7;
        padding: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        transition-timing-function: cubic-bezier(0, 0, .58, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 0, .58, 1);
    }
	.mainMenuWrapper ul.navlist li {
        display: block;
        border-bottom: solid 1px #b9b9b9;
        text-transform: none;
		background-color: transparent;
        margin: 0;
    }
	.mainMenuWrapper ul.navlist li a {
        padding: 15px 10px;
        display: block;
    }
	.mainMenuWrapper ul.navlist .contact_us {
		position: inherit;
		top: 0;
		transform: inherit;
	}
	.form_wrap .contact_form, .download_datasheet_Btn button {
		width: 80%;
	}	
	.downloaddatasheet_Modal .modal-dialog {
		max-width: 90%;
        margin: 0 auto;
	}
}

@media (max-width: 767px) {
	
	.footer .vyonix_logo img {
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }
	.subfooter ul li {
        display: block;
        text-align: center;
        margin: 20px 0px;
    }
}

@media (max-width: 575px) {
	.downloaddatasheet_Modal .modal-dialog .modal-content {
		padding: 40px 15px;
	}
	.thankyou-message .modal-dialog, 
	.comingsoonmodal .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
	.form_wrap .contact_form, .download_datasheet_Btn button {
        width: 94%;
    }
}