.partnar-page-from .schedule-survey-section { 
    background: #c97511;
    width: 40%;
    min-height: 485px;
    display: flex;
    margin-top:0;
    align-items: center;
    flex-direction: column;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.partnar-page-from .signup-login {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
}

.partnar-page-from .Signup_text{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding: 15px;
}

.partnar-page-from .signup-login li {
    list-style: none;
    display: inline-block;
    width: 35%;
    -webkit-box-shadow: 4px -1px 6px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 4px -1px 6px 0px rgba(0,0,0,0.35);
    box-shadow: 0px -1px 6px 2px rgb(0 0 0 / 35%);
    position: relative;
    background: #c97511;
    z-index: 1;
    color: #fff;
}

.partnar-page-from .signup-login li a {
    list-style: none;
    font-size: 18px;
    padding: 10px 16px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color:#fff;
}

.partnar-page-from .signup-login li.active{
    background:#fff;	
}
.partnar-page-from .signup-login li.active a{
	color:#c97511;
	font-weight:800;
}

form a {
    text-decoration: none;
    color: #fff;
}

partnar-page-from a {
    text-decoration: none;
    background: #c97511;
    color: #fff;
}

.partnar-page-from .schedule-survey-section .schedule-survey {
    padding: 15px 50px 40px;
    width: 100%;
    background: #c97511;
    position: relative;
}

/*For error massage*/
.partnar-page-from .error-color, .partnar-page-from .error{
    color: #fff;
    font-weight: 400;
    padding-left:0;
    margin-bottom: 30px;
    font-family: dinregular;
}
.partnar-page-from .schedule-survey-section .schedule-survey .form-group label.error {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: 12px;
}
.partnar-page-from input[type=text].error, input[type=email].error{
    color:#F44336;
}

.partnar-page-from .schedule-survey p {
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.schedule-survey-section .schedule-survey .next {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.partnar-page-from .schedule-survey-section .schedule-survey input[type=text], .partnar-page-from .schedule-survey-section .schedule-survey input[type=email], .partnar-page-from .schedule-survey-section .schedule-survey input[type=password]{
		padding: 10px 15px;
    		border: none;
		font-size:15px;
   		height: 38px
	}


.partnar-page-from .schedule-survey-section  .schedule-survey .next input[type=submit], .schedule-survey .next input[type=button]{
	background-color:#5d5d5d ;
	font-size:24px;
}

.partnar-page-from .custom-select1 select {
    display: inline-block;
    margin: 0;
    font: inherit;
    background: #fff;
    outline: 0;
    color:#a9a49d;
    font-size:13px;
    line-height: 1.2;
   border-radius:0px;
}

/*Thank you massage css*/

.partnar-page-from .schedule-survey-section .schedule-survey h3 {
    font-size: 35px;
    color:#fff;
    margin-bottom: 25px;
    text-align: center;
}


@media screen and (max-width: 1024px){
	
	.partnar-page-from .schedule-survey-section {
   		width: 100%;
   		min-height: 485px;
    		min-height: initial;
	}
	.partnar-page-from a{
	    font-size: 15px;
	}
	
	.partnar-page-from .signup-login li{
		width:23%;
	}

	.partnar-page-from .schedule-survey-section .schedule-survey .next input[type=submit], .partnar-page-from .schedule-survey-section .schedule-survey .next input[type=button]{
		font-size: 24px;
	}
	.partnar-page-from .schedule-survey-section .schedule-survey input[type=text], .partnar-page-from .schedule-survey-section .schedule-survey input[type=email], .partnar-page-from .schedule-survey-section .schedule-survey input[type=password]{
		font-size: 16px;
   		height: 30px;
	}

	.partnar-page-from .schedule-survey-section .schedule-survey h3 {
    		font-size: 40px;
    		text-align: center;
    		margin-bottom: 25px;
	}
.partnar-page-from .custom-select1 select {
		font-size: 16px;
	}
}
	
@media screen and (max-width: 768px){
	.partnar-page-from .schedule-survey-section {
    		width: 100%;
    		min-height: initial;
	}
	.partnar-page-from .signup-login li a {
    		font-size: 16px;
	}
		.partnar-page-from .signup-login li{
		width:30%;
	}
}

	
@media screen and (max-width: 480px){
	.partnar-page-from .schedule-survey-section .schedule-survey {
    		padding: 10px;
	}

	.schedule-survey-section .schedule-survey .next input[type=submit], 
	.schedule-survey-section .schedule-survey .next input[type=button] {
    		padding: 8px 40px;
    		font-size: 24px;
	}
	.partnar-page-from .signup-login li{
		width:40%;
	}
}

/* costume css:- In this css hide props add in .bellowon class  */
.hideen{
display:none;
}

.background{
	background:#5d5d5d;
	padding: 15px 0 40px;
}