
.navbar {
    background: transparent;
    z-index: 9;
    position: absolute;
    width: 100%;
    margin-top: 50px;
}

.form-check-input:checked[type=radio] {
    background-color: #FFCF02;
    border-color: #FFCF02;
}

.form-check-input {
    border: 1px solid rgb(255 255 255 / 100%);
    background: none;
}

.height{
	height: 350px;
}

.s-height{
	height:350px;
	opacity:0.8!important
}

.main_content {
	display:none;
	color: #fff;
	position: relative;
	left: 0;
	width: 100%;
    margin-top:50px;
    padding:0px 30px;
}

h1.heading{
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    font-size:48px
}

.yellow {
    color: #FFCF02;
}

.d-block{
    display:block
}

.numbers {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #FFCF02;
    padding-top: 10px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    font-size: 22px;
    margin-right: 30px;
    text-align: center;
}

.action_btns{
    border-top:1px solid;
	z-index:10;
}

.action_btns span{
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #000;
    padding-top: 4px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 100%;
    float: left;
    font-size: 16px;
    margin-right: 18px;
    text-align: center;    
    border: 1px solid #E94E27;
}
	
.action_btns span.active{
    background: #FFCF02;border:none;color:#000
}
	
.s-width{ 
	width: 60%;
    margin-top:60px;
}
	
.radio_btn_style{
    border-bottom: 1px solid #404040;
    padding: 20px 80px;
}

.contct_form .form-control {
    min-height: 60px;
    margin-bottom: 5px;
    background-color: #D9D9D9;
    margin-top: 10px;
}

#cb_others_notes{
    min-height: 240px;
    margin-bottom: 10px;
    background-color: #D9D9D9;
    margin-top: 10px;
	padding:10px;
}

#dm_others_notes{
    min-height: 240px;
    margin-bottom: 10px;
    background-color: #D9D9D9;
    margin-top: 10px;
	padding:10px;
}

.contct_form .form-check-input{
	min-height: 30px;
	width:25px;
	background-color: #D9D9D9;
}

.contct_form .form-check-label {
    margin: 5px 0 0 15px;
}

.page {
    cursor:pointer;
}

.form-error
{
font-size:14px;
color:red;
height:20px;
}

.action_btns span::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    margin-top: 12px;
    z-index: -1;
}

.action_btns span.active::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #FFCF02;
    position: absolute;
    margin-top: 12px;
    z-index: -1;
}

.action_btns span#page-4::after {content: ""; width: 0px;    height: 0px;}


.hero-section-height{height:auto}

.yellow-checkbox{
	background:#FFCF02;
	color:#181818;
}
.cb-click{
	cursor:pointer;
}
.form-check-input:checked {
	background-color: #181818; 
	border-color: #FFCF02; 
  }
.form-success
{
font-size:14px;
color:green;
display:none;
}
.cursor-pointer{
	cursor:pointer;
}
.no-wrap{
	white-space:nowrap;
}	
.form-check-input[type="radio"]:checked + label {
	color: #FFCF02;
}

@media only screen and (max-width: 1024px) {
.action_btns{
    position: fixed;
    bottom: 0;
    width: calc(100% - 60px);
}

}

@media only screen and (max-width: 1000px) {
  /* For portrait layouts only */
  
.s-width{ 
	width: 60%;
    margin-top:-15px;
}
	
.height{height: 100%;}

.s-height{height:300px;}
	
.main_content {margin-top:10px}

.contct_form .form-control {
        min-height: 45px;
        margin-bottom: 0px;
        background-color: #D9D9D9;
        margin-top: 6px;
}

}

@media only screen and (max-width: 820px) {

.contct_form .form-control {
        min-height: 45px;
        margin-bottom: 0px;
        background-color: #D9D9D9;
        margin-top: 6px;
}

.height{height: 300px;}
}


@media all and (device-width: 768px) and (device-height: 915px) and (orientation:portrait) {
      .height {
        height: 250px;
    }
}
  

