.hidden{
display: none !important; }
.white {
  color: #FFF !important;
}
.c_lock {
 /*background-color: cornflowerblue;
  opacity: 0.4;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  margin: 30px;*/
	background-color: cornflowerblue;
  opacity: 0.4;
  position: absolute;
  top: 10%;
  left: 15%;
  right: 15%;
  bottom: -77%;
  border-radius: 105px;
}
.c_loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.float-right{
    float: right !important;
  }
.mrt {
  margin-right: 5%;
}
.overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.text-red {
 color: #ED1D21 !important;
}
.text-red-2 {
 color: rgb(223, 70, 97) !important;
}
.alert.error {
  font-size: 15px !important;
}
.error {
  color: #c22f2f !important;
  display: block !important;
  font-size: 15px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.error-input {
  border: 1px solid #c22f2f !important;
    /*border-radius: .25rem;*/
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    /*overflow: hidden;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;
    width: 300px;
    z-index: 999999;
    left: 50%;
    margin-top: 75px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt-trigger {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 10px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    display: block;
    font-family: Calibri;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);

}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

/*.pt-page h1 {
    position: absolute;
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 6px;
    margin: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    word-spacing: -0.3em;
}*/
 .my-custom{
   margin-top: 5rem !important;
   margin-bottom: 12rem !important;
}
.my-custom-2{
   margin-top: 5rem !important;
   margin-bottom: 5rem !important;
}

.js-notify-msg {
  display: none;
	}
#popup, #popup2, .bMulti {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
		max-width: 600px;
}
#popup .logo {
    color: #2b91af;
    font: bold 325% 'Petrona', sans
}
#popup, .bMulti {
    min-height: 250px
}
#popup2 iframe {
    background: url('loader.gif') center center no-repeat;
    min-height: 240px;
    min-width: 450px
}
#popup2 .loading {
    background: url('loader.gif') center center no-repeat
}
#popup2 .button {
  background-color: #2b91af;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
#popup2 .button.b-close, #popup2 .button.bClose {
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: -50px;
  width: 23px;
  height: 23px;
}
#custom-overlay {
  background-color: cornflowerblue;
  opacity: 0.4;
}
.loading-overlay.loading-theme-light {
  background-color: cornflowerblue !important;
  color: #000;
	border-radius: 5%;
}
.sawy{
  color: #00843e;
}
.c-btn {
  width: 5em;
  height: 5em;
  gap: 4px;
	}
.spac40 {
  height: 40px;
}
@media (max-width: 767px) {
.btn--start{
		float: none !important;
	}
	}
.radio_c .radio-section {
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	/*height: 100vh;*/
	display: block;
}
.radio_c .radio-list {
	display: flex;
	/*align-items: center;
	justify-content: center;*/
  align-items: start;
  justify-content: start;
}
.radio_c .radio-item {
	/*width: 50%;*/
	
}
.radio_c .radio-item [type="radio"] {
	display: none;
}
.radio_c .radio-item + .radio-item {
	/*margin-top: 15px;*/
	margin-left: 15px;
}
.radio_c .radio-item label {
	display: block;
  /*padding: 20px 60px;*/
  padding: 10px 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
	
	
	/*display: block;
	padding: 20px 60px;
	background: #1d1d42;
	border: 2px solid rgba(255, 255, 255, 0.1);*/
	border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	min-width: 250px;
	white-space: nowrap;
	position: relative;
	transition: 0.4s ease-in-out 0s;
}
.radio_c .radio-item label:after,
.radio_c .radio-item label:before {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.radio_c .radio-item label:after {
	height: 19px;
	width: 19px;
	border: 2px solid #fff;
	left: 19px;
	top: calc(50% - 12px);
}
.radio_c .radio-item label:before {
	background: #fff;
	height: 20px;
	width: 20px;
	/*left: 21px;*/
	left: 18px;
	top: calc(50%-5px);
	transform: scale(5);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-in-out 0s;
}
.radio_c .radio-item [type="radio"]:checked ~ label {
	border-color: #fff;
	/*border-color: #524eee;*/
}
.radio_c .radio-item [type="radio"]:checked ~ label::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.qr-section{
    margin-top: 22px;
  }
.qr-section p{
	font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  }
.qr-section img{
    width: 150px;
	height: auto;
  }
@media (min-width: 1080px) {
.contly {
  margin: 120px auto;
	}
	/*.qr-section {
	display: block;
  }*/
	}

@media (max-width: 991px) {
	 .contly div {
    padding: 0px 3%;
  }
  .radio_c .radio-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
	/*.radio_c .radio-section {
    display: inline-block;
}*/

	.radio_c .radio-list {
  display: block;
}
	.radio_c .radio-item + .radio-item {
  margin-top: 15px;
  margin-left: 0px;
}
	.btn-container {
    display: block;
  }
	.btn-launch{
  display: none;
}
/*	.qr-section {
	display: none;
  }*/
}

@media (max-width: 767px) {
  .contly {
    margin: 10% 0%;
  }
}
.contly .g-button-ret{
    padding: 10px 0;
	 /*background-color: ;*/
  }
