.pdpa-box{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	background-color: rgb(245, 245, 245);
	/*border: 1px solid #e8e8e8;*/
	color: rgb(42, 42, 42);
	padding: 15px 60px;
	z-index: 9999;
	
}
.pdpa-box.show{
	display: block !important;
	overflow:  auto;
}
.pdpa-box h5{
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 15px 0;
	text-align: center !important;
	text-decoration: underline;
}
.slider-active {
	text-transform: capitalize;
	display: flex;
	-webkit-box-pack: justify;
    justify-content: space-between;

}
.pdpa-box h4{
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0 0;
	text-transform: capitalize;
	
}
.pdpa-box h3{
	font-size: 22px;
	margin: 15px 0;
	font-weight: 500;
}
.pdpa-box span{
	font-weight: 500;
	text-transform: uppercase;
}
.pdpa-box a {
    color: #3d98f3;
    font-weight: 500;
    text-decoration: none;
    outline: 0;
}
.pdpa-box .preferences{
	cursor: pointer;
}
.pdpa-box .accept{
	right: 0;
	float: right;
	color: rgb(255, 255, 255);
	background-color: rgb(61, 152, 243);
	padding: 5px 14px;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.pdpa-box-inner{
	/*display: none;
	transform: scale(20);*/
}
.pdpa-box-inner.show{
	display: initial !important;
}
.pdpa-box-inner .pdpa-box-inner-preference{
	border: 1px solid rgb(232, 232, 232);
	border-radius: 15px;
	padding: 10px 20px;
}
.pdpa-box-inner .pdpa-box-inner-preference p{
	width: 80%;
	display: inline-block;
	padding: 3px 0px;
	margin: 5px 0 0;

}
@media(min-width: 320px) and (max-width: 991px){
	.pdpa-box .pdpa-box-bottom{
		margin: 10px 0 0 0;
		padding: 0 0px;

	}
}
.pdpa-box .switcher{
	position: relative !important;
	display: inline-block !important;
	width: 50px !important;
	height: 25px !important;
}
.pdpa-box .switcher input{ 
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.pdpa-box .slider{
	position: absolute !important;
	cursor: pointer !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background-color: #ccc !important;
	-webkit-transition: .4s !important;
	transition: .4s !important;
}
@media(min-width: 320px) and (max-width: 991px){
	.pdpa-box .slider:before{
		left: -7px !important;
	}
}
.pdpa-box .slider:before{
	position: absolute !important;
	content: " " !important;
	height: 20px !important;
	width: 20px !important;
	left: -2px ;
	bottom: 3px !important;
	background-color: white !important;
	-webkit-transition: .4s !important;
	transition: .4s !important;
}
.pdpa-box input:checked + .slider{
	background-color: #2196F3 !important;
}
.pdpa-box input:disabled + .slider{
	background-color: rgb(113, 113, 113) !important;
}
.pdpa-box input:focus + .slider{
	box-shadow: 0 0 1px #2196F3 !important;
}
.pdpa-box input:checked + .slider:before{
	-webkit-transform: translateX(26px) !important;
	-ms-transform: translateX(26px) !important;
	transform: translateX(26px) !important;
}
.pdpa-box .slider.round{
	border-radius: 34px !important;
}
.pdpa-box .slider.round:before{
	border-radius: 50% !important;
}
.change-color{
	color: rgb(61, 152, 243);
}
.pdpa-box p{
	font-size: 14px;
	line-height: 22px;
}
.width-p{
	width: 80%;
}
@media(min-width: 320px) and (max-width: 991px){
	.width-p{
	width: 100%;
	}
	.pr-0{
		padding-right: 0px;
	}
}
.label-mt{
	margin-top: 0px;
}
label {
    margin-bottom: 0px;
    margin-top: 10px;
}
.border-bottom{
	border-bottom: 1px solid rgb(232, 232, 232);
	/*margin: 16px 0;*/
}
@media (min-width: 992px){
	.col-lg-9 {
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	    float: left;
	}
	.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
	}
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 5px 20px 15px;
  border: 1px solid #888;
  width: 50%;
}
@media(min-width:320px) and (max-width: 1200px){
	.modal-content{
		width: 90%;
	}
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 50px;
  font-weight: 400 !important;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #3d98f3;
  text-decoration: none;
  cursor: pointer;
}

h1 sup a { color: #999; font-size: 14px; text-decoration: none; }
h1 sup a:hover { color: #666; text-decoration: none; }
h1 sup a:focus,
h1 sup a:active { color: #666; text-decoration: underline; }

.faq-container {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}
.faq-container article p { margin: 10px 15px 15px 15px; }
.faq-container input[type=checkbox],
.faq-container input[type=radio] {
  background-color: transparent;
  border: 1px solid transparent;
  height: 1px;
  position: absolute;
  width: 1px;
  margin: 4px 0 0 0;
  outline: none;
}
.faq-container input[type=checkbox] + label,
.faq-container input[type=radio] + label {
  /*background: #EEEEEE;
  border-bottom: 1px solid #fff;*/
  color: #43a2dc;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  /*padding: 10px 15px;*/
  position: relative;
  z-index: 20;

}
.faq-container input[type=checkbox] + label:before,
.faq-container input[type=radio] + label:before,
.faq-container input[type=checkbox] + label:after,
.faq-container input[type=radio] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
/*.faq-container input[type=checkbox] + label:before,
.faq-container input[type=radio] + label:before {
  content: "\f29c";
  padding-right: 10px;
}*/
.faq-container input[type=checkbox] + label:after,
.faq-container input[type=radio] + label:after {
  content: "\f0da";
  float: left;
  margin-right: 5px;
}
.faq-container input[type=checkbox] + label:hover,
.faq-container input[type=radio] + label:hover {}
.faq-container input[type=checkbox]:checked + label,
.faq-container input[type=radio]:checked + label {}
.faq-container input[type=checkbox]:focus + label,
.faq-container input[type=radio]:focus + label {}
.faq-container input[type=checkbox]:checked + label:hover,
.faq-container input[type=radio]:checked + label:hover {}
.faq-container input[type=checkbox]:checked + label:after,
.faq-container input[type=radio]:checked + label:after {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.faq-container input[type=checkbox] + label + article,
.faq-container input[type=radio] + label + article {
  display: none;
  /* display: none; - Content is ignored by screen readers, additionally stops tabbing through hidden content */
  height: 0;
  max-height: 0;
  overflow: hidden;
  /* 0, 0, hidden; - Content is ignored by screen readers, but tab key still steps through hidden elements */
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.faq-container input[type=checkbox]:checked + label + article,
.faq-container input[type=radio]:checked + label + article {
  display: block;
  height: auto;
  max-height: 2000px;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
table { 
	width: 90%; 
	border-collapse: collapse; 
	/*margin:10px auto;*/
	margin-bottom: 10px;
	border-radius: 15px;
	overflow: hidden;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #f5f5f5; 
	}
td, th { 
	background: #f5f5f5; 
	padding: 10px 10px 0px; 
	text-align: left; 
	font-size: 14px;
	vertical-align: top;
	line-height: 22px;
	}
.td-pb{
	padding-bottom: 10px;
}
/*td:nth-of-type(odd), th { 
	width: 20%;
	}*/

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		/*display: block; */
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { /*border: 1px solid #ccc;*/ }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		/*border-bottom: 1px solid #eee;*/ 
		position: relative;
		/*padding-left: 50%; */
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}

@media(min-width: 768px) and (max-width: 2560px){
	.hidden-lg-ck{
		display: none;
	}
}
@media(min-width: 320px) and (max-width: 767px){
	.hidden-xs-ck{
		display: none;
	}
	.pdpa-box{
	padding: 15px 15px !important
	}

}
@media(min-width: 516px) and (max-width: 2560px){
	.width-btn{
	float: :  right !important;
	}
}

@media(max-width: 425px){
    .ine {
    font-size: 40px !important;
}
    .inee{
    font-size: 20px !important;
    }
    .ttm-btn.ttm-btn-size-md {
    padding: 10px 25px;
}
    .imglan {
    width: 25% !important;
}
    .pppp{
        margin: 40px 0px!important;
    }
}

@media (max-width: 425px){
        .hrland {
    width: 250px !important;
    border: 2px solid #dc5b8a !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}
}

@media (min-width: 426px) and (max-width: 768px){
        .hrland {
    width: 350px !important;
    border: 2px solid #dc5b8a !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}
}

@media (min-width: 426px) and (max-width: 768px){
    .ine {
    font-size: 55px !important;
}
    .inee{
    font-size: 35px !important;
    }
    .ttm-btn.ttm-btn-size-md {
    padding: 10px 25px;
}
    .pppp{
        margin: 40px 0px!important;
    }
}

@media (min-width: 574px) and (max-width: 768px){
    .imglan {
    width: 20% !important;
}
}
@media (min-width: 426px) and (max-width: 573px){
    .imglan {
    width: 25% !important;
}
}

@media (min-width: 769px) and (max-width: 1024px){
	.imglan{
	width: 18% !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px){
    .ine {
    font-size: 70px !important;
}
    .inee{
    font-size: 50px !important;
    }
    .ttm-btn.ttm-btn-size-md {
    padding: 10px 25px;
}
    .pppp{
        margin: 40px 0px!important;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
        .hrland {
    width: 450px !important;
    border: 3px solid #dc5b8a !important;
    margin-bottom: 30px !important;
    margin-top: 20px;
}
}

@media (min-width: 1025px) and (max-width: 1440px){
	.imglan{
	width: 15% !important;
	}
    h.ine {
    font-size: 70px !important;
}
    .hrland {
    width: 450px !important;
}
    .inee {
    font-size: 50px !important;
}
    .pppp{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
    }
}

