*, *:before, *:after{
  box-sizing: border-box;
}
:root{
	--clr-light-blue: rgb(217, 217, 217);
}
body{
	margin: 0;
	padding:0;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

a{
	text-decoration: none !important;
	color: initial;
	cursor: pointer;

}

a:hover{
	color: initial;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

p,h1,h2,h3,h4,h5{
	margin-bottom: 0;
}

img{
	width: 100%;
}

textarea,input,select,button{
	box-shadow: none;
	outline: 0 !important;
}

select::placeholder,input::placeholder{
	color: #D9D9D9;
}



div{
	transition: all 0.5s ease;
}


/*model css start*/

.modal-content{
  border-radius: 11px;
}

.nobtn,.yesbtn{
	padding: 15px 57px !important;
}

.form-control {
    border: none;
    line-height: inherit;
    height: auto;
    padding: 0;
    display: flex;
    position: relative;
}

.form-control label.error{
    display: inline-block;
    margin-bottom: 0.5rem;
    color: red;
    position: absolute;
    bottom: -26px;
    left: 0;
    font-size: 12px;
    margin-left: 0 !important;
    line-break: anywhere;
    width: max-content;
}
p.error{
    display: none;
    margin-bottom: 0.5rem;
    color: red;
    position: absolute;
    bottom: -26px;
    left: 0;
    font-size: 12px;
    margin-left: 0 !important;
}

.error-message{
  display: none;
  margin-bottom: 0.5rem;
  color: red;
  position: absolute;
  bottom: -26px;
  font-size: 12px;
}
.card-header{
  border-bottom: 0 !important;
}

.red-select.notvalid .multi-select-component{
      border: 1px solid red !important;
}
.skills-red.notvalid .multi-select-component{
      border: 1px solid red !important;
}
.lang-control.notvalid .multi-select-component{
      border: 1px solid red !important;
}

input.error {
    border: 1px solid red !important;
}
textarea.error {
    border: 1px solid red !important;
}
select.error {
    border: 1px solid red !important;
}


.rup-sign{
  position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px;
}

.relative{
  position: relative;
}
.relative input{
  padding: 12px 33px !important;
}

.modal-body h3{
    font-size: 28px;
    font-weight: 900;
    color: #000000;
    letter-spacing: 0px;
}


.modal-body h4{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0px;
}

.modal-body p{
	margin-bottom: 15px;
	font-size: 18px;
}

.modal-body .next-btn{
    font-size: 20px;
	padding: 15px 48px;
}
.modal-body{
	padding: 30px 0px ;
}

.modal.fade.show{
	display: flex !important;
	align-items: center;
	justify-content: center;
}

/*model css end*/

/*landing css start*/

a.btn.dotted-btn {
    width: 100%;
    border: 1px dashed #0045FB;
    font: normal normal bold 14px/18px Source Sans Pro;
    color: #0045FB;
    padding: 16px 0;
}

.landing-sec{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #0045FB;
}

.btn-main{
	color: #000;
    height: 72px;
    font-size: 32px;
    border-radius: 7px;
    padding: 16px 40px;
    display: flex;
    letter-spacing: 0.32px;
    margin-top: 20px !important;
    align-items: center;
    text-align: center;
    background: #FBC85B 0% 0% no-repeat padding-box;
    font-family: 'Source Sans Pro', sans-serif;
    width: fit-content;
}

.pow-row{
    margin-top: 103px;
    left: 0;
    right: 0;
}

.pow-text{
	text-align: center;
	color: #fff;
	font-size: 32px;
	letter-spacing: 0.19px;
	font-weight: normal;
}

.spl-logo{
	width: 103px;
}

.sub-text{
	font-size: 48px;
	letter-spacing: 0px;
	margin-top: 55.75px;
	color: #fff;
	text-align: center;
}

.mt-75{
	margin-top: 78.83px !important;
}

.iam-btn{

	height: 150px;
    background: #fff;
    border: 1px solid #707070;
    padding: 54px 0;
    width: 411px;
    font-size: 34px;
}

.top-25{
	margin-top: 25.92px;
	font-size: 43px;
}

.iam-btn:hover{
	background: #FBC85B 0% 0% no-repeat padding-box;
	width: 407px ;
	height: 147px;
	font-weight: 600;
}


/*landing css end*/


/*coach section css start*/


.coach-sec{
	height: 100%;
	position: relative;
}
.coach-sec2{
	height: 100%;
	position: relative;
}
.coach-sec::after{
	content: "";
	position: fixed;
	width: 100%;
	height: 214px;
	background: #0045FB 0% 0% no-repeat padding-box;
	top: 0;
	z-index: 0;
}

.coach-sec2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 339px;
	background: #0045FB 0% 0% no-repeat padding-box;
	top: 0;
	z-index: 0;
}

.z-ind{
	position: relative;
	z-index: 1;
}
.pad-new{
	padding: 0 15px;

}


.sticky-row{
	position: sticky;
    top: 0;
    z-index: 20;
    background: #0045fb;
}
.first-card{
	position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
	top: 141.22px;
	z-index: 20;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 0 0;
}
.first-card2{
	position: revert !important;
}

#rama-form .first-card{
	top: 126.22px;
}

.next-btn{
	background: #FBC85B 0% 0% no-repeat padding-box;
	height: 60px;
	border-radius: 7px;
	box-shadow: 0px 3px 6px #00000029;
	font-size: 24px;
	font-weight: 600;
	padding: 15px 69px;
	border: 0;
	display: flex;
  align-items: center;
}

.coach-sec2 .next-btn{
    font-size: 16px;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    /* margin: 0 7px !important; */
    border: 1px solid #0045fb !important;
    width: 180px;
    background: #0045fb;
    max-width: 150px;
    display: block;
    height: auto;
    text-transform: capitalize;
}

.back-btn{
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #0045FC;
	height: 60px;
	border-radius: 7px;
	box-shadow: 0px 3px 6px #00000029;
	font-size: 24px;
	font-weight: 600;
	padding: 15px 69px;
	color: #0045FB;
	display: flex;
    align-items: center;
    justify-content: center;
}

.coach-sec2 .back-btn{
    font-size: 16px;
    color: #0045FB;
    padding: 8px 25px;
    border-radius: 4px;
    background: #fff;
    /* margin: 0 7px !important; */
    border: 1px solid #0045fb !important;
    width: 180px;
    text-align: center;
    max-width: 150px;
    display: block;
    height: auto;
    text-transform: capitalize;
}

.back-btn:hover{
	color: #0045FB;
}
#successMsg{
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    background: #fff;
    padding: 12px;
    color: #0045fb !important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 10px 0px 0px 10px;
}


.green-dot{
	background: #D9D9D9;
	width: 54px;
	height: 54px;
	text-align: center;
	border-radius: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	display: flex;
    align-items: center;
    justify-content: center;
}
.blue .green-dot{
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}

.card-header{
	cursor: pointer;
}

.card-header::after{
    content: "";
    position: absolute;
    width: 0;
    height: 62px;
    border: 0.5px solid #D9D9D9;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blue.card-header::after{
    top: -27px;
}

.card-header:first-child:after{
    content: none;
}


.tab-main .card{
	flex-direction: inherit;
	border: 0;
}


.step-label{
    background: #0045fb;
    color: #fff;
    font-size: 18px;
    padding: 16px 50px;
    text-transform: uppercase;
}

.mt-53{
  margin-top: 53px;
}

.first-card h5{
	color: #D9D9D9;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
}

.first-card .blue h5{
    font-size: 18px;
    font-weight: bold;
}


.process-fill.active{
	background: #129232;

}

.process-fill{
	background: #EEEEEE;
	height: 15px;
	width: 100%;
}

.card-header{
	width: 100%;
	background: #fff;
  position: relative;
}

.pad-40{
	padding: 40px;
}
.pad-16{
	padding: 16px 16px 32px 16px;
}

.cardbody-2,.cardbody-3,.cardbody-4{
	display: none;
}

.card-header.active h5{
	color: #414141;
}


.card-header.active .green-dot{
	background: #129232;
}

.blue.card-header.active .green-dot{
	background: #0045fb;
}


.card-header.active .process-fill{
	background: #129232;
}

.blue.card-header.active .process-fill{
	background: #0045fb;
}


.card input{
	height: 53px;
	border: 0.5px solid #d9d9d9;
	border-radius: 4px;
	padding: 12px 15px;
	width: 100%;
}

.price-inp{
	padding: 12px 25px !important;
}

.card textarea{
	border: 0.5px solid #d9d9d9;
	border-radius: 4px;
	padding: 12px 15px;
	width: 100%;
}

.card select{
  border: 0.5px solid #d9d9d9 !important;
  border-radius: 4px;
  padding: 12px 15px;
  width: 100% !important;
  clip: unset !important;
  height: 53px !important;
  -webkit-clip-path: inset(0%) !important;
  clip-path: inset(0%) !important;
}
.card select option{
opacity: 0;
}

.card select.error {
    border: 1px solid red !important;
}

.card p.lab{
	font-size: 18px;
	font-weight: 500;
	color: #000000 !important;
	text-align: right;
}

.cardbody-2 p.lab{
	text-align: left;
}

.cardbody-3 p.lab{
	text-align: left;
}
.cardbody-4 p.lab{
	text-align: left;
}

.card sup{
	color: red;
}


.w-40{
	width: 40% !important;
}
.w-21{
	width: 21% !important;
}

.pr-8{
	padding-right: 8rem;
}

.border-bottom{
	border: 1px solid #CBCBCB !important;
}


.cardbody-2 .pr-8{
	padding-right: 8rem;
	padding-left: 8rem;
}

.cardbody-3 .pr-8{
	padding-right: 8rem;
	padding-left: 8rem;
}
.cardbody-4 .pr-8{
	padding-right: 8rem;
	padding-left: 8rem;
}

.pad-11{
	padding:0 11px;
}

.sel-yn{
	width: 20%;
    margin-left: auto;
    align-items: center;
    justify-content: end;
}


.sel-yn input{
	width:19px;
	height: 19px;
	position: relative;
	visibility: hidden;
}

.sel-yn label{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.sel-yn input[type='radio']:before {
	    width: 19px;
	    height: 19px;
	    border-radius: 15px;
	    top: 0;
	    left: 0;
	    position: absolute;
	    background-color: #FFFFFF;
	    content: '';
	    display: inline-block;
	    visibility: visible;
	    border: 1px solid #707070;
    }


    .sel-yn input[type='radio']:checked:before {
		width: 19px;
		height: 19px;
		border-radius: 15px;
		top: 0;
		left: 0;
		position: absolute;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid white;
    }

    .weeks {
	    border: 0.5px solid #707070;
	    border-radius: 4px;
	    overflow: hidden;
	}

	.weeks h3{
		background: #F7F7F7;
	    height: 63px;
	    display: flex;
	    align-items: center;
	    padding: 21px;
	    font-size: 18px;
	    font-weight: bold;
	}

	.weeks-inp{
		height: 16px !important;
		width: 16px !important;
		position: absolute;
	}
	.sel-week{
		padding: 21px;
		display: flex;
		align-items: center;
	}

	.sel-week label{
		margin-bottom: 0;
		margin-left: 30px;
	}

	.select-box{
		width: 60%;
		justify-content: space-around;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}

	.select-box select{
		color: #000000;
	}

	.weeks-inp:checked + .select-box{
		display: flex !important;
	}

	input.weeks-inp[type=checkbox]:after {
		content: "";
		/*border-bottom: 10px solid red;
		border-top: 10px solid red;*/
		display: block;
		opacity: 1;
	}

	input.weeks-inp[type=checkbox]:checked:after {
		border-bottom: 16px solid #FBC85B;
		border-top: 1px solid #FBC85B;
	}


	.badge-member{
		font-size: 18px;
		color: #000000;
		font-weight: 600;
		background: #CFE3FB;
		padding: 20px 14px;
		width: 100%;
	}

	.cardbody-3 .card{
		flex-direction: column !important;
	}

	.cardbody-3 .card-header{
		box-shadow: 0px 1px 3px #00000029;
	}


	.cardbody-3 .card-header .btn{
		font-size: 18px;
		font-weight: 600;
		color: #000000;
		opacity: 0.4;
	}

	.cardbody-3 .btn.focus, .btn:focus{
		box-shadow: none;
	}

	.cardbody-3 div#accordion{
		box-shadow: 0px 3px 6px #00000029;
	}

	span.circle-no{
		width: 22px;
		height: 22px;
		background: #000000 0% 0% no-repeat padding-box;
		opacity: 0.4;
		color: #fff;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 11px;
	}

	span.price-icn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}




/*coach section css end*/



/*contact us css start*/

.cont-us{
	background: #0045fb;
}

.cont-us h4{
	color: #fff;
	font-size: 26px;
	letter-spacing: 0px;
}

.cont-us p{
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
}

.cont-btn{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	height: 51px;
	border: 1px solid #0045FB;
	border-radius: 7px;
	color: #0045FB;
	font-size: 22px;
	padding: 12px 49px;
	display: flex;
    align-items: center;
}

/*contact us css end*/


/*custom select css start*/

li.select2-results__option.select2-results__message {
    background: none;
    width: 100%;
    border: none;
    box-shadow: none;
}

.select2-container--default .select2-selection--multiple{
  /* height: 53px !important; */
  /* border: 0.5px solid #d9d9d9 !important; */
  border: 0 !important;
  border-radius: 4px !important;
  padding: 5px 12px !important;
  width: 100% !important;
  height: 53px;
  cursor: pointer !important;
  clip-path: inset(2% 12px) !important;
}
.select2-hidden-accessible{
  -webkit-clip-path: inset(0%) !important;
  clip-path: inset(0%) !important;
}

.select2-container{
  width: -webkit-fill-available !important;
  /* min-width: 100%; */
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    position: relative;
    z-index: 2;
}

span.select2-search.select2-search--inline{
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.down-arrow{
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/down-arrow.png);
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.select2-results__options{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px !important;
}

.select2-results__option{
  border: 1px solid #E5E5E5;
  border-radius: 4px !important;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  margin: 0px 15px 20px 15px;
  width: 27%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 52px;
  font: normal normal normal 18px/23px Source Sans Pro;
}


.select2-dropdown{
  border: 0.5px solid #0045FB !important;
  border-radius: 0px 0px 4px 4px !important;
  background: #FAFBFF 0% 0% no-repeat padding-box !important;
  z-index: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #fff !important;
  color: #0045FB !important;
  border: 2px solid #0045FB !important;
}
.select2-container--default .select2-results__option--selected{
  background-color: #fafbff !important;
  color: #c1c3cd !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-left: 1px !important;
  margin-right: 5px !important;
  margin-top: 0px !important;
  background-color: #fafbff !important;
  border: 1px solid #d9d9d9 !important;
  height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border: none !important;
  color: #f00 !important;
  height: 100%;
  padding: 0 0px 0 10px !important;
}

.notvalid .select2-container--default .select2-selection--multiple{
  border: 1px solid #ff0000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color: #fafbff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 10px !important;
  font: normal normal normal 18px/23px Source Sans Pro;
}


.select2-container .select2-search--inline .select2-search__field{
  height: 100% !important;
  line-height: 2.5;
  margin: 0 !important;
}

.select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .select {
     position: relative;
     display: flex;
     flex-direction: column;
}
 .select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     /*justify-content: space-between;*/
     height: 53px;
     font-size: 16px;
     font-weight: 400;
     color: #3b3b3b;
     line-height: 60px;
     background: #ffffff;
     cursor: pointer;
     border: 0.5px solid #d9d9d9;
	 border-radius: 4px;
	 padding: 12px 15px;
}
 .custom-options {
     position: absolute;
     display: flex;
     flex-wrap: wrap;
     top: 100%;
     left: 0;
     right: 0;
     border: 0.5px solid #0045FB;
     opacity: 1;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
     padding: 30px;
     justify-content: center;
     padding-bottom: 10px;
}
 .select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
     background: #FAFBFF;

}
 .custom-option {
     position: relative;
     padding: 0 50px 0 50px;
     font-weight: 400;
     color: #000000;
     line-height: 60px;
     cursor: pointer;
     transition: all 0.5s;
     width: 30%;
     height: 52px;
     display: flex;
     justify-content: center;
     align-items: center;
     border: 1px solid #E5E5E5;
     border-radius: 4px;
     box-shadow: 0px 3px 6px #00000029;
     font-size: 16px;
     margin: 0 9.7px 20px;

}
 .custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
 .custom-option.selected {
     /*color: #ffffff;
     background-color: #305c91;*/
}

.arrow {
     position: absolute;
     height: 15px;
     width: 15px;
     right: 15px;
}
 .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
 .arrow::before {
     left: -5px;
     transform: rotate(-45deg);
     background-color: #d9d9d9;
}
 .arrow::after {
     left: 5px;
     transform: rotate(45deg);
     background-color: #d9d9d9;
}
 .open .arrow::before {
     left: -5px;
     transform: rotate(-45deg);
}
 .open .arrow::after {
     left: 5px;
     transform: rotate(45deg);
}

.select__trigger span {
    background: #F4F7FF 0% 0% no-repeat padding-box;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    /*padding: 0px 20px;*/
    display: flex;
    align-items: center;
}




span#select__trigger {
    background: none;
    height: 40px;
    border: none;
    border-radius: 0;
    /*padding: 0px 20px;*/
    display: flex;
    align-items: center;
}

.option-new{
	background: #F4F7FF 0% 0% no-repeat padding-box !important;
    height: 40px;
    border: 1px solid #D8D8D8 !important;
    border-radius: 4px !important;
    padding: 0px 10px;
    margin-right: 10px;
}

.select__trigger small{
	padding-right: 10px;
}
.select__trigger span:nth-last-of-type(2){
	display: none !important;
}



/*custom select css end*/



/*sports development css start*/




.dev-inp .first-card h5{
	font-size: 18px;
}

.dev-inp .card-header:nth-child(2){
	width: 110%;
}

.dev-inp .bord-new{
	width: 75%;
    border: 0.5px solid #707070;
    border-radius: 4px;
    overflow: hidden;
}

/*sports development css end*/



/*thank you css start*/

.container-mini{
	width: 892px;
	border-radius: 10px;
	padding: 80px;
}

.thnk-u .center-thank{
	box-shadow: 0px 13px 26px #00000029;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	background: #fff;

}

.thnk-u .center-thank img{
	width: 283px;
}

.thnk-u .center-thank h1{
	font: normal normal 600 107px/153px Source Sans Pro;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0px;
}

.thnk-u .center-thank h3{
	font: normal normal normal 37px/46px Source Sans Pro;
	color: #000000;
	letter-spacing: 0px;
}


.spol.thnk-u .center-thank h4{
	font: normal normal normal 28px/36px Source Sans Pro;
	color: #000000;
	letter-spacing: 0px;
}
section.thnk-u {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	overflow: hidden;
}

.thnk-u::after{
	content: '';
	width: 1920px;
	height: 1920px;
	background: #2D45FB 0% 0% no-repeat padding-box;
	position: absolute;
	top: 11%;
    border-radius: 50%;
    left: -50%;
}

.thnk-u::before{
	content: '';
	width: 1920px;
	height: 1920px;
	background: #FBC85B 0% 0% no-repeat padding-box;
	position: absolute;
	bottom: 11%;
    border-radius: 50%;
    right: -50%;
}

.pwd-by{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

.pwd-by p{
	font-size: 20px;
	color: #000000;
	display: flex;
	align-items: center;
}

.pwd-by img{
	width: 53px;
	margin-left: 9px;
}

/*thank you css end*/





/*upload css start*/

/* .drop-zone {
  max-width: 200px;
  height: 200px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 4px dashed #009578;
  border-radius: 10px;
} */

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  opacity: 0;
  height: 11.25rem !important;
  position: absolute;
}

.drop-zone__thumb {
  width: 100%;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-color: #cccccc;
      background-size: contain;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}


/* End General Styles */

/* Upload Area */

.upld-btn{
    border: 1px solid #0045fb;
      font-size: 12px;
      padding: 2px 5px;
      top: 50px;
      position: absolute;
      left: auto;
      right: auto;
      display: flex;
      align-items: center;
}

.upload-area {
  width: 100%;
  max-width: 25rem;
}

.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {

}

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: var(--clr-white);
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed var(--clr-light-blue);
  border-radius: 15px;
  /* margin-top: 2.1875rem; */
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: var(--clr-blue);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: var(--clr-blue);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin: 0;
  margin-top: 0.625rem;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {

}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

/*upload css end*/

/*details css start*/

.details::after{
	height: 141px !important;
}
.details .card p{
	color: #707070;
	font-size: 18px;
}

.details .card p b{
	color: #000;
}

.details .card a{
	color: #0045FB;
	text-decoration: underline !important;
}


.details .px-lg-5{
	padding-left: 6rem! important;
	padding-right: 6rem! important;
}

.bl-txt{
	font-size: 16px;
	color: #0045FB;
	font-weight: 600;
}


/*details css end*/



/*mediaquery css start*/


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px){

	.iam-btn:hover{
		width: 100% ;
		height: 72px;
	}

	.btn-main{
		font-size: 22px;
		width: 100%;
		padding: 16px 0;
	}
	.iam-btn{
		height: 72px;
	}
	.mt-75{
		margin-top:50px !important;
	}

	.pad-40{
		padding: 8px;
		display: block !important;
	}

	.pad-16{
		padding: 8px;
		display: block !important;
	}


	.green-dot{
		width: 36px;
		height: 36px;
		font-size: 16px;
		margin: auto;
	}
	.first-card h5{
		font-size: 18px;
		margin: 0 !important;
		text-align: center;
	}

	.pr-8{
		padding: 0 15px;
	}
	.card p.lab{
		text-align: left;
		width: 100%;
	}
	.card-header::after{
		height: 50%;
	}

	.l-row{
		margin-left: -15px;
		margin-right: -15px;
	}

	.pad-11{
		padding: 0 15px;
		margin-bottom: 1.4rem;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.l-row{
		display: flex;
		flex-wrap: wrap;
	}

	.addpad-15{
		padding: 0 15px;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.next-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}
	.back-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.w-40{
		width: 100% !important;
	}
	.w-21{
		width: 100% !important;
	}

	.pad-new{
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.cont-us{
		padding: 15px !important;
	}
	.cont-btn{
		padding: 12px 30px;
	}
	.cardbody-2 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}

	.cardbody-3 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}

  .cardbody-4 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}
	.container-mini{
		padding: 80px;
		width: 90%;
	}
	.thnk-u .center-thank h1{
		/*font:normal normal 600 54px/56px Source Sans Pro ;*/
	}
	.thnk-u .center-thank h3{
		/*font:normal normal 18px/20px Source Sans Pro ;*/
	}
	.thnk-u::after{
		top: 50%;
		width: 800px;
		height: 800px;
	}

	.thnk-u::before{
		bottom: 50%;
		width: 800px;
		height: 800px;
	}
	.dev-inp .bord-new{
		width: 90%;
	}
	.dev-inp .card-header:nth-child(2){
		width: 120%;
	}
	.details .px-lg-5{
		padding-left: 3rem! important;
		padding-righr: 3rem! important;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
	.thnk-u::after{
		top: 50%;
		width: 1000px;
		height: 1000px;
	}

	.thnk-u::before{
		bottom: 50%;
		width: 1000px;
		height: 1000px;
	}

	.dev-inp .pad-40{
		padding: 20px;
	}
	.dev-inp .pad-16{
		padding: 20px;
	}

	.dev-inp .first-card{
		top: 126.22px;
	}

	.dev-inp .bord-new{
		width: 85%;
	}
  .modal-body p{
    font-size: 14px;
  }

  .iam-btn{
    width: 330px;
    height: 125px;

  }
  .iam-btn:hover{
    width: 325px;
    height: 120px;
  }

}

@media screen and (max-width: 767px){
  .modal-body{
        padding: 14px 0px;
  }

	.container-mini{
		padding: 10px;
		width: 90%;
	}
	.thnk-u .center-thank h1{
		font:normal normal 600 54px/56px Source Sans Pro ;
	}
	.thnk-u .center-thank h3{
		font:normal normal 18px/20px Source Sans Pro ;
	}
	.thnk-u::after{
		top: 50%;
		width: 400px;
		height: 400px;
	}

	.thnk-u::before{
		bottom: 50%;
		width: 400px;
		height: 400px;
	}
	.btn-main{
		font-size: 22px;
		width: 100%;
		padding: 16px 0;
	}
	.iam-btn{
		height: 72px;
	}
	.mt-75{
		margin-top:50px !important;
	}

	.pad-40{
		padding: 0;
		display: block !important;
	}
	.pad-16{
		padding: 0;
		display: block !important;
	}

	.green-dot{
		width: 36px;
		height: 36px;
		font-size: 16px;
		margin: auto;
		margin-bottom: 15px;
	}
	.first-card h5{
		font-size: 16px;
		margin: 0 !important;
		text-align: center;
		display: none;
	}

	.pr-8{
		padding: 0 15px;
	}
	.card p.lab{
		text-align: left;
		width: 100%;
	}
	.card-header::after{
		height: 80%;
		top: -15px;
	}

	.l-row{
		margin-left: -15px;
		margin-right: -15px;
	}

	.pad-11{
		padding: 0 15px;
		margin-bottom: 1.4rem;
	}

	.addpad-15{
		padding: 0 15px;
	}

	.next-btn{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		height: 42px;
		font-size: 16px;
		padding: 0 40px;
	}

	.w-40{
		width: 100% !important;
	}
	.w-21{
		width: 100% !important;
	}

	.cont-us{
		padding: 15px !important;
		text-align: center;
	}

	.cont-btn{
		margin: auto;
		margin-top: 15px;
		font-size: 16px;
		height: 43px;
	}

	.cardbody-2 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}

	.cardbody-3 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}
	.cardbody-4 .pr-8{
		padding-right: 15px;
	    padding-left: 15px;
	}
	.back-btn{
		width: fit-content;
		margin: auto;
		height: 42px;
		font-size: 16px;
		padding: 0 40px;
	}
	.first-card{
		top: 131.22px;
	}
	.sel-yn{
		width: 100%;
		display: flex;
		justify-content: flex-start;
    margin: 10px 0;
	}

  .wid_50{
    width: 50%;
  }
	.card p.lab{
		font-size: 14px;
	}
	.iam-btn:hover{
		height: 72px;
		width: 100%;
	}
	.card input{
		height: 40px;
		font-size: 14px;
		padding: 10px;
	}

  .select2-container--default .select2-selection--multiple{
    height: 40px !important;
    font-size: 14px !important;
    clip-path: inset(3% 12px) !important;
        overflow-x: auto;
  }

  .select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex !important;
    overflow-x: auto;
    margin: 0px !important;
    height: 100% !important;
  }

  .down-arrow{
    width: 12px !important;
    height: 12px !important;
  }

  .select2-results__option{
    height: 40px !important;
    font-size: 14px;
    margin: 0px 4px 15px 5px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
        font-size: 14px;
  }

	.multi-select-component{
		height: 40px !important;
		font-size: 12px !important;
    padding: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	}
  .selected-wrapper{
  height: 32px !important;
  margin: 0 !important;
  }
	.card select{
		height: 40px !important;
		font-size: 12px;
		padding: 10px;
	}
	.card textarea{
		font-size: 12px;
	}
	.sel-yn input[type='radio']:after{
		top: 0 ;
	}
	.sel-yn input[type='radio']:checked:after{
		top: 0 ;
	}
	.weeks h3{
		font-size: 14px;
	}
	.sel-week,.weeks h3{
		padding: 15px;
	}
	input[type="radio"].mr-3{
		margin-right: 0.5rem !important;
	}

	input[type="radio"]{
		height: 19px;
		visibility: hidden;
		position: relative;
	}
	.dev-inp .bord-new{
		width: 90%;
	}
	.dev-inp .first-card{
		top: 147.22px;
	}

	.details .px-lg-5{
		padding-left: 15px! important;
		padding-right: 15px! important;
	}

	.modal-body p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	/* .modal-dialog{
		height: inherit;
	} */
  .modal-body h4{
    font-size: 18px;
    margin-bottom: 0.5rem!important;
  }
  .modal-body h3{
    font-size: 24px;
  }
  .search-container ul li{
    width: auto !important;
    margin: 10px 10px !important;
    font-size: 14px !important;
    min-height: 40px !important;
  }
  .search-container ul{
    top: 40px !important;
  }
  .search-container{
    height: 0
  }
  .search-container .selected-input{
      position: absolute;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      height: 100% !important;
  }
}


/*mediaquery css end*/


/* toggle swithc css start */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0045fb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.weeks-label{
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 100px;
  height: 53px;
  display: flex;
  align-items: center;
}
.two-input.hide{
  display: none;
}
.two-input{
  display: flex;
}

.two-input input{
  border: none !important;
  border-bottom: 1px solid #d6d6d6 !important;
  border-radius: 0 !important;
  padding: 12px 0px !important;
}
.two-input input.error{
  border-bottom: 1px solid red !important;
}

.remove-btn{
  font-size: 25px;
    color: #eb0b0b;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
datalist{
  max-height: 250px;
  overflow-y: auto;
}
/* toggle swithc css end */

.form-group{
  display: flex;
  align-items: center;
}


.valid-feedback {font-size: 17px;display: block !important;}
