body,
html {
    font-family: 'CupraRegular', serif;
    background-color: #f5f5f5;
    margin: 0 !important;
    scroll-behavior: smooth;
    height: auto;
}

/*

@font-face {
  font-family: 'Cupra-Book';
  src: url("../fonts/Cupra-Book.eot") format('eot');
}
*/

@font-face {
    font-family: 'Cupra-Book';
    src: url('../../common/fonts/Cupra-Book.woff') format('woff'),
        url('../../common/fonts/Cupra-Book.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Medium';
    src: url('../../common/fonts/Cupra-Medium.woff') format('woff'),
        url('../../common/fonts/Cupra-Medium.eot') format('eot');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Regular';
    src: url('../../common/fonts/Cupra-Regular.woff') format('woff'),
        url('../../common/fonts/Cupra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Light';
    src: url('../../common/fonts/Cupra-Light.woff') format('woff'),
        url('../../common/fonts/Cupra-Light.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}


h1, h2, h3 {
	font-family: 'Cupra-Book', serif;
	color:#000;
}

.pl-15 {
	padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.cupra-mt-40 {
	margin-top:40px;
}

/*Contact us page style starts*/

.cupra-contactus-ssn-hero-section  {
	background-color:black;
}
.cupra-contactus-ssn-hero-section h1 {
   font-family: 'Cupra-Light';
   font-size: 62px;
   color:#fff;
   font-weight: 300;
   font-stretch: normal;
   font-style: normal;
   line-height: normal;
   letter-spacing: normal;
   padding: 43px 0 43px 131px; 
	text-transform: uppercase;
}
.hero-wrap {
	padding:0 100px;
/*	height: 400px;*/
}
.hero-wrap img {
	width:100%;
	max-width: 100%;
}


.cupra-contactus-ssn-form-heading h3 {
	font-family: 'Cupra-Light';
	color:#000000;
	font-size: 28px;
    font-weight: 300;
	line-height: normal;
	margin:75px 0;
}
.cupra-contactus-ssn-form-inner-wrap {
	width:574px;
	margin: auto;
}
.cupra-contactus-ssn-form-inner-wrap label.form-questions {
	font-family: 'Cupra-Medium';
	font-size: 16px;
    font-weight: 500;
	color:#000;
	line-height: normal;
    letter-spacing: normal;
	margin-bottom: 15px;
}





.cupra-contactus-form-ssn-query-section .invalid-feedback{
	margin-left: -20px;
	margin-top: 10px;
}
.invalid-feedback {
	font-family: 'Cupra-Light';
	color:#eb1b40;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
} 
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow:none;
}
.form-check-input:active {
	filter:brightness(100%);
}

.form-check-input
{
	width: 24px;
    height: 24px;
	margin-top:0px;
	cursor: pointer;
}

.cupra-your-message-ssn-textarea textarea {
	height:144px;
	font-family: 'Cupra-Light';
	color:#000;
	font-size: 14px;
	font-weight: 300;
}

.cupra-contactus-ssn-form-inner-wrap .form-control {
	background: #f5f5f5;
	font-family: 'Cupra-Light';
	color:#000;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
	padding:15px;
}
.cupra-contactus-ssn-form-inner-wrap-subscription {
   font-family: 'Cupra-Light';
   font-size: 16px;
   font-weight: 300;
   font-stretch: normal;
   font-style: normal;
   line-height: normal;
   letter-spacing: normal;
   color: var(--black-000);
}
.cupra-contactus-form-ssn-subscription-wrap .form-check-input {
	width:24px;
	height:24px;
}
.cupra-contactus-form-ssn-subscription-wrap label {
	margin-left: 12px !important;
}
.cupra-contactus-form-ssn-subscription-wrap .form-check-input[type="checkbox"] {
	border-radius: 0;
	margin-top: 5px;
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("../../common/images/combined-shape.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.form-check-input:checked[type="checkbox"]:focus,
.form-check-input:checked[type="checkbox"]:active
 {
	border:none;
}

.cupra-contactus-form-ssn-send-btn {
	text-align: center;
	margin-top:40px;
	margin-bottom: 45px;
}
.cupra-contactus-form-ssn-send-btn .send-btn-style {
	font-family: 'Cupra-Regular';
	width:170px;
	height: 50px;
	padding: 12px 66px 15px;
	background-color: #242221;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
	cursor: pointer;
	border:none;
}

.cupra-privacy-collection-ssn-wrap h3 {
  font-family: 'Cupra-Medium';
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black-000);
  margin-bottom: 20px;
}
.cupra-privacy-collection-ssn-wrap p {
  font-family: 'Cupra-Light';
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black-000);
}
.cupra-privacy-collection-ssn-wrap p a {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: var(--black-000);
	
}
.cupra-privacy-collection-ssn-wrap p a:hover,
.cupra-privacy-collection-ssn-wrap p a:focus {
	color: var(--black-000);
}

.form-check-input:checked[type="radio"] {
	background-image: url("../../common/images/radio-select.svg");
	background-repeat: no-repeat;
}

.cupra-contactus-form-ssn-select-modal {
	margin-top: 35px;
}

.cupra-contactus-form-ssn-select-modal ul {
	list-style: none;
	margin: 0;
	padding:0;
	display: grid;
	grid-template-columns: 1fr 1fr;	
	margin-bottom: 30px;
}

.cupra-contactus-form-ssn-select-modal ul li {
	list-style: none;
	position: relative;
}
.cupra-contactus-form-ssn-select-modal ul li img {
	width:100%;
	max-width: 100%;
	padding: 40px;
}

.cupra-contactus-ssn-form-inner-wrap .was-validated .cupra-contactus-form-ssn-select-modal .form-check-input {
	width: 24px;
	height: 24px;
	margin-top: 0px;
}

.form-check-input:focus {
	box-shadow: none;
}
.cupra-check-form-input {
	width: 24px;
	height: 24px;
	margin-top: 0px;
}
.hide {
	display: none;
}


/*Thank You Page Style Starts*/


.cupra-thankyou-ssn-heading h1 {
	  font-family: 'Cupra-Light';
	  font-size: 48px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: var(--black-000);
	  margin:120px auto 30px auto;
	  padding:0;
}

.cupra-thankyou-ssn-heading h2 {
	  font-family: 'Cupra-Light';
	  font-size: 30px;
	  font-weight: 300;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: var(--black-000);
	  padding:0;
}
.back-home-ssn-btn-wrap {
	width:100%;
	text-align: center;
}
.back-home-ssn-btn {
	  font-family: 'Cupra-Regular';
	  width: 218px;
	  height: 50px;
	  margin: 60px auto 120px auto;
	  opacity: 0.9;
	  background-color:#242221;
	  font-size: 16px;
	  font-weight: normal;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #fff;
	  cursor:pointer;
	  border:none
} 

.cupra-ryi-form-ssn-inner-wrap {
	margin-top:10px;
}

.cupra-ryi-ssn-form-heading h3 {
	margin-bottom:40px;
}

.cupra-ryi-form-ssn-model-select-wrap {
	width:1084px;
	margin: auto;
}

.cupra-ryi-form-ssn-select-modal ul {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.form-check-input:checked {
	background-color: #fff;
	border-color:#979797;
	border-width: 2px;
}
.cupra-ryi-form-ssn-select-modal ul li img {
	padding: 25px 30px;
	margin-top: 20px;
}
.cupra-ryi-form-ssn-select-modal ul li label {
   width:100%;
   font-family: 'Cupra-Book';
   font-size: 20px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 22px;
   letter-spacing: normal;
   color: var(--black-000);
   display: block;
   text-align: center;
   margin-bottom: 36px;
   
}
.form-check-input:focus {
	border:solid 2px #979797;
}
.form-check-input {
	border:solid 2px #979797;
}
/*---------------------------New Validation Style-----------------------------*/

.invalid-feedback-txt {
	font-family: 'Cupra-Light';
	color:#eb1b40;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 5px;
}

textarea.error-state {
	background: url("../../common/images/invalid-name.svg") no-repeat !important;
	border:solid 1px #eb1b40;
	background-position: right 15px bottom 15px !important;
	background-position: calc(100% - 15px) calc(100% - 15px) !important;
	
}
textarea.valid-state {
	background: url("../../common/images/icon-check.svg") no-repeat !important;
	border:solid 1px #d5d5d5;
	background-position: right 15px bottom 15px !important;
	background-position: calc(100% - 15px) calc(100% - 15px) !important;
}

.error-state {
	border:solid 1px #eb1b40;
	background: url("../../common/images/invalid-name.svg") no-repeat !important;
	background-position: right 15px center 15px !important;
	background-position: calc(100% - 15px) calc(100% - 15px) !important;
}
.valid-state {
	background: url("../../common/images/icon-check.svg") no-repeat !important;
	border:solid 1px #d5d5d5;
	background-position: right 15px bottom 15px !important;
	background-position: calc(100% - 15px) calc(100% - 15px) !important;
}

.cupra-contactus-form-ssn-query-section label.form-check-label {
	font-family: 'Cupra-Light';
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #242221;
	margin-left:16px;
}
.cupra-contactus-form-ssn-select-modal ul li label.form-check-label {
	 width: 100%;
    font-family: 'Cupra-Book';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: var(--black-000);
    display: block;
    text-align: center;
    margin-bottom: 36px;
}
.cupra-contactus-form-ssn-select-modal ul li img {
	padding-bottom:30px;
}

.form-control:focus {
	box-shadow: none;
	border-color:#242221;
}
.cupra-contactus-form-ssn-subscription-wrap label.form-check-label {
	font-family: 'Cupra-Light';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
}
.radio-error-state {
	border: solid 2px #eb1b40 !important;
}
.cupra-contactus-form-ssn-subscription-wrap .form-check-input:checked {
	border-width:0;
}
.cupra-contactus-form-ssn-query-section .invalid-feedback-txt{
	font-family: 'Cupra-Light';
	color: #eb1b40;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 15px;
	margin-left: -20px;
}

.error-state:focus {
	border:solid 1px #eb1b40;
}

/*------------Media Quey Starts-----------------*/





@media screen and (max-width: 1024px) {
	body, html {
		background-color: #fff;
	}
	.cupra-contactus-ssn-form-inner-wrap .form-control {
		background: #fff;
   }
   .cupra-contactus-ssn-hero-section h1 {
	margin-left: -12px;
}
.hero-wrap {
	margin-left: -12px;
	margin-right: -12px;
      }
}
	


@media screen and (max-width: 576px) {
	
	 .cupra-contactus-ssn-form-inner-wrap {
		width:100%;	
	}
    .hero-wrap {
		padding: 0;
		height: auto;
	}
	.cupra-contactus-ssn-form-wrapper {
		padding: 0 18px;
	}
	.cupra-contactus-ssn-hero-section h1 {
		font-size: 30px;
		padding:52px 0 50px 19px;  
	}
	.cupra-contactus-ssn-form-heading h3 {
		font-size: 20px;
		padding: 50px 0 30px 0;
		margin: 0;
		letter-spacing: normal;
	}
	.cupra-contactus-ssn-form-heading {
		text-align: left !important;
	}
	.cupra-contactus-form-ssn-send-btn .send-btn-style {
		width:100%;
	}
	.cupra-mt-40 {
		margin-top: 30px;
	}
	.cupra-thankyou-ssn-heading h2 {
		font-size: 20px;
		width: 200px;
		margin: auto;
	}

	.cupra-ryi-thankyou-ssn-heading h2 {
		width: auto;

	}
	.cupra-thankyou-ssn-heading h1 {
		margin: 80px auto 30px auto;
	}
	.back-home-ssn-btn {
		width:100%;
		margin: 30px auto 80px auto;
	}
	
	
	.cupra-contactus-ssn-form-inner-wrap label.form-questions {
		margin-bottom: 20px;
	}
	.cupra-contactus-ssn-form-inner-wrap .was-validated .cupra-contactus-form-ssn-select-modal .form-check-input:valid ~ .form-check-label {
		margin-bottom: 30px;
	}
	.cupra-contactus-form-ssn-select-modal ul {
		margin-bottom: 0;
	}
	.cupra-contactus-ssn-form-inner-wrap label.form-questions {
		margin-bottom: 15px;
	}
	.cupra-contactus-form-ssn-subscription-wrap label {
		margin-left: 20px !important;
	}
	.cupra-contactus-form-ssn-select-modal ul li img {
		padding: 30px;
	}
	
	.cupra-ryi-form-ssn-model-select-wrap {
	    width:100%;
}

	.cupra-ryi-form-ssn-select-modal ul {
	    grid-template-columns: 1fr 1fr;
}
	.cupra-ryi-form-ssn-select-modal ul li img {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.cupra-ryi-form-ssn-select-modal ul li label {
		margin-bottom: 30px;
	}
	
	.cupra-ryi-form-ssn-inner-wrap {
	margin-top:10px;
}
	
}

/* different techniques for iPad screening */
    @media only screen and (min-width: 578px) and (max-width: 1084px) {
        .hero-wrap {
		padding: 0;
		height: auto;
	}
	.cupra-contactus-ssn-form-inner-wrap {
			width: 540px;
		}
	.cupra-contactus-ssn-form-wrapper {
		padding: 0 20px;
	}
	.cupra-contactus-ssn-hero-section h1 {
		font-size: 30px;
		padding:52px 0 50px 19px;  
	}
	.cupra-contactus-ssn-form-heading h3 {
		font-size: 20px;
		padding: 50px 0 30px 0;
		margin: 0;
	}
	.cupra-contactus-ssn-form-heading {
		text-align: left !important;
	}
	.cupra-thankyou-ssn-heading h2 {
		font-size: 20px;
		width: 200px;
		margin: auto;
	}

	.cupra-ryi-thankyou-ssn-heading h2 {
		width: auto;
		
	}
	.cupra-thankyou-ssn-heading h1 {
		margin: 80px auto 30px auto;
	}
	.cupra-ryi-form-ssn-model-select-wrap {
	    width:540px;
   }
	.cupra-ryi-form-ssn-select-modal ul {
	    grid-template-columns: 1fr 1fr;
   }
		
}


	
@media screen and (min-width: 992px) and (max-width: 1215px) {


}
