/*============================================================================================*/
/* Your custom styles below */
.cd-nav-trigger {
    top: 3.5%;
    right: 20px;
    height: 44px;
    width: 44px;
    z-index: 5;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
	@media (max-width: 767px){
.content-right {
   padding: 25% 5% !important;
}
}
.content-right {
   padding: 12% 5%;
}
	#wizard_container {
    width: 50%;
    padding: 3% 7%;
	    margin: auto;
    background: rgba(255,255,255,60%);
	border-radius:3%;
}

.ui-widget-header {
    background: #434bdf;
}
#bottom-wizard{
border-top: 2px solid #434bdf;
}
#middle-wizard {
    min-height: 100%;
	
}
#height_change .list{

height:auto;

}
@media (max-width: 767px) {

.content-right{
	
	padding:0% 5%;

}

#wizard_container {
    width: 100%;
	}
#bottom-wizard {
    padding-top: 20px;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 10px;
	}
	
	button.backward {
    color: #777;
    background: #e8e8e8;
    border: 1px solid #434bdf;
}
.col-lg-5 {
    flex: 0 0 auto;
    width: 100% !IMPORTANT;
}
}
button.backward {
    color: #777;
    background: #e8e8e8;
    border: 1px solid #434bdf;
	float:left;
}
.cd-overlay-logo {
    z-index: 4;
}
.cd-overlay-logo {
    position: absolute;
    top: 0px;
    right: 80%;
    height: 6%;
    width: 16%;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}

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

	.cd-overlay-logo{
    position: absolute;
    top: -10px;
    right: 40%;
    height: 6%;
    width: 50%;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}
.responsing{

    box-shadow: 0 20px 3px -20px #ffffff !important;

}
.responsivenes{
    padding: 3%;
    width: 30%;
    margin: auto;
	}
}
a.animated_link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.forward1{
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #434bdf;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
.forward1:hover {
    background: #d80075;
    color: #fff;
}
.responsing{
box-shadow: 20px 0px 2px -20px #fff;

}


.category {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px;
	margin-top:1%;
}

.category-item {
	position: relative;
	display: flex;
	<!-- flex-direction: column; -->
	justify-content: space-between;
	overflow: hidden;
	background: #ffffffc7;
	border: 1px solid #CDCDCD;
	box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
	border-radius: 3px;
	text-decoration: none;
	transition: 0.5s;
	margin-right:2%;
}



.category-item-title {
    font-style: normal;
        font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}



.category-item:hover>.title {
	color: #1C62CD;
}

.category-item-link {
	font-size: 14px;
	color: #666;
}



.category-item:hover>.category-item-link::after {
	margin-left: 8px;
}

 .main_title h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    /* font-size: 1.625rem; */
    color: #434bdf;
    text-transform: uppercase;
}

.responsive-on mobile-col {
    flex: 0 0 auto;
    width: 48%;
}


 button.forward_disabled {
    border: none;
    color: #fff;
    text-decoration: none;
   -webkit-transition: background .5s ease;
    display: inline-block;
    outline: none;
    text-align: center;
    background: #434bdf;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
	}

/*============================================================================================*/
