
.collapse{
	flex: none;
}

    @font-face {
    font-family: 'Bariol Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Bariol Bold'), url('Bariol_Bold.woff') format('woff');
   }

   
h2{ 
	 /* i need to add the bariol font here*/
	font-family:'Bariol Bold';
	font-weight:bold;
	font-size: 65px;

}
h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-weight: 700;
	font-size: 36px;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: medium;
	font-weight: 600;
	font-size: 30px;
	line-height: 34px;
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

h6, .cb-label-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: semibold;
	font-size: 18px;
}

p{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}

.flex-parent {
	display:  flex;
	margin: 0% 8%;
}

/*
.navbar{
	box-shadow: 0 10px 15px -10px rgba(107,0,124,.2);
} */

.nav-logo{
	height: 90px;
	width: 202px;
}
#navbarSupportedContent {
	justify-content:  flex-end;
	font-family: 'Montserrat', sans-serif;
}
.header-title{
	display: inline-block;
}
.hero-img{
		display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 50px;
}
.container-header-content {
	text-align:  center;
}
.kismet-title{
	display: inline-block;
	color:#6B007C; 
	text-align: left;
	padding-top: 50px;

}

.kismet-title1{
	text-align: center;
	color:#6B007C; 
	padding-top: 50px;
	padding-bottom: 10px;
	font-family:'Bariol Bold';
	font-size: 65px;
	 /* i need to add the bariol font here*/
	
}
.title-val-prop{
	text-align: center;
	margin: 0 5%;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
}

.why-kismet-title{
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 50px;
	font-family:'Bariol Bold';
	font-size: 65px;
}


.let-title{
	display: inline-block;

}
.why-kismet{
	display: inline-block;
	background-color: #6B007C;
	width: 100%;


}

.why-kismet-words{

	color: #ffff;
	font-weight:500;
	text-align: center;
	padding-bottom: 50px;
	margin: 0 15%;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
}
.why-title{
	display: inline-block;
	
}
.val-prop1{
	display: inline-block;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.val-prop-title{
	color: #6B007C;
	padding-bottom: 15px;
	padding-top:50px;
	display: flex;
	justify-content: left;
	font-family:'Bariol Bold';
	font-size: 65px;

}

.val-prop-link{
	color: #6B007C;
	padding-bottom: 15px;
	padding-top:50px;
	display: flex;
	justify-content: center;
	font-family:'Bariol Bold';
	font-size: 65px;
	text-align: center;

}
.matches{
	display: grid;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.val-prop-words{
	margin: auto;

}
.val-prop2{
	display: inline-block;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.form-check-input{
	color:#6B007C ;
	height: 20px;
	width: 20px;
}
.btn-check{
	display: hidden;

}

input[type="checkbox"]{
	
	display: none;	

}

.btn{
	padding: 50px;
	background-color: #6B007C;
	
}
#btn2{
	background-color: #6B007C;
	color:  white !important;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 10px;
}

.button-s{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.question {

	padding-bottom: 50px;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;

}

hr {  
width: 90%;  
height: 2px;  
background-color: #6B007C;  
border-width: 8px;  
border-color: #6B007C; 
}  
.custom-hr {
	margin: 20px auto;
	width: 90%;  
	height: 2px;  
	background-color: #6B007C;  
	border-width: 8px;  
	border-color: #6B007C; 
}

.test1{
	display: flex;
	width: 100%;
	padding-top: 50px;
}
.image-test {
	flex:  33%;
	max-width:  250px;
}
.test {
	padding-left: 10%;
	flex:  67%;
}
.cb4{
	padding-bottom: 50px;
	display:  flex;
}
.cb{
	flex-basis:  25%;
	max-width:  25%;

}
.ph {
	display: flex;


}
.ladder1 {
	display: flex;
	justify-content: center;
	padding-top: 50px;

}
.ladder12{
	display: flex;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.survey-prop{
	text-align: left;
	margin: 0 9%;
	padding-bottom: 50px;
	font-size: 30px;
}

.survey-title{
	text-align: left;
	padding-top: 50px;
	margin: 0 9%;
}
.survey-image{
	display: flex;
	flex-direction: column;
	padding: 0 200px 0;
}
.ph2{
	display: flex;
	
	align-content:center;
	justify-content:center;
}

.cb input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cb label {
	cursor:  pointer;
}

.cb .checkmark {
	display: block;
	margin-left:  10px;
    height: 25px;
    width: 25px;
    border: 3px solid #6B007C;
    border-radius: 50%;
}

.footer-basic {
  padding:40px 0;
  background-color:#E5D2E8;
  color:#000000;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}
.cb-label-text{
	padding-top: 10px;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:2px solid #F2A81D;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

.cb input[type="radio"]:checked ~ .checkmark {
	border: 8px solid #6B007C;
}

@media (max-width: 1024px) {
	h3 {
		font-size: 30px;
	}
	h6, .cb-label-text {
		font-size:  16px;
	}
}

@media (max-width: 760px) {
	.test {
		padding: 0% 5%;
	}
	.test1 {
		flex-direction: column;
		align-items: center;
	}
	.image-test, .question, .cb4 {
		padding-bottom:  25px;
	}
	hr {
		margin-top: 0;
	}
	.why-kismet-words{
		margin: 0 0;
	}
	.title-val-prop{
		margin: 0 0;
	}
	.val-prop1, .val-prop2 {
		grid-template-columns:  1fr;
		justify-content: center;
	}
	.ladder1{
		grid-row: 1;
		height: 480px;
		margin: 0 auto;
	}
	.ladder12 {
	  grid-row:  1;	
	  width: 280px;
	  margin: 0 auto;
	}
	.val-prop-words {
		grid-row: 2;
		padding-bottom: 30px;
	}
}

