@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');



.form-group-rad{
    width: 100%;
    padding: 10px;
    padding-top:14px;
    margin: 7px 0;
    display: flex;
    background: #fff;
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 4%);
}

.form-group-rad > input[type="radio"] {
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 25px; 
    margin-right: 15px;
    position: relative;
    width: 25px;
    margin-bottom: -6px;
    -webkit-appearance: none;
}
.form-group-rad > input[type="radio"]:after {
    background-color: transparent;
    border-radius: 25px;
    content: '';
    display: block;
    height: 15px;
    left: 20%;
    position: relative;
    top: 20%;
    width: 15px;
}
.form-group-rad > input[type="radio"]:checked:after {
    background-color: #4f6ce2;
}
.rad_left{
    width: 10%;
}
.rad_right{
    width:90%;
    font-family: 'Nunito Sans', sans-serif;

}
.progg{
    position:absolute;
    height:5px;
    width:10%; 
    background:#4f6ce2;
    top:0;
    left:0;
    transition: .6s all;
}
.form_steps{
    display: none;
}
.form_step_active{
    display: block;
}
.ten_step_loader_holder{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_loader {
width: 110px;
height: 110px;
transform: rotate(-90deg);
stroke-linecap: round;
stroke-width: 4;
fill: none;
}
.popup_loader .internal-circle,
.popup_loader .external-circle {
stroke: #4f6ce2;
stroke-dashoffset: 0;
transform-origin: center;
}
.popup_loader .internal-circle {
stroke-dasharray: 187;
-webkit-animation: internal 1s ease-in-out infinite;
        animation: internal 1s ease-in-out infinite;
opacity: 0.4;
}
.popup_loader .external-circle {
stroke-dasharray: 312;
-webkit-animation: external 1s linear infinite;
        animation: external 1s linear infinite;
opacity: 0.9;
}

@-webkit-keyframes internal {
0% {
    stroke-dashoffset: 187;
}
25% {
    stroke-dashoffset: 80;
}
100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
}
}

@keyframes internal {
0% {
    stroke-dashoffset: 187;
}
25% {
    stroke-dashoffset: 80;
}
100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
}
}
@-webkit-keyframes external {
0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
}
60% {
    stroke-dashoffset: -312;
}
100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
}
}
@keyframes external {
0% {
    stroke-dashoffset: 312;
    transform: rotate(70deg);
}
60% {
    stroke-dashoffset: -312;
}
100% {
    stroke-dashoffset: -312;
    transform: rotate(450deg);
}
}

.mymodal_popup_x{
    max-width:50%;
}
.form_step_head_appcost{
    font-size:21px; 
    margin-top:-20px; 
    font-weight:100;
    font-family: 'Nunito Sans', sans-serif!important;
}
@media (min-width:1026px) {
    .appcost_title{
        font-size: 28px;
    }
}
@media (max-width: 960px) {
    .mymodal_popup_x{
        max-width:100%;
    }
    .form_step_head_appcost{
        font-size:17px; 
        margin-top:0px; 
        font-weight:100;
    }
    .form-group-rad{
        width: 100%;
        padding: 8px;
        padding-top:11px;
        margin: 5px 0;
    }
    
    .form-group-rad > input[type="radio"] {
        height: 22px; 
        width: 22px;
        margin-bottom: -9px;
    }
    .form-group-rad > input[type="radio"]:after {
        height: 13px;
        width: 13px;
    }
    .rad_right{
        padding-top: 5px;
        font-size: 14px;
    }
}



/* Sticky form recereation */

.cost_sticky_holder{
	position: fixed;
    z-index: 99999;
    top: 40%;
	right: 0;
    text-align: right;
    left: auto;
	display: flex;
	align-items: center;
    font-family: 'Jost',sans-serif!important; 
    display: none!important;
}


.cost_sticky_control{
	transition: all 1s ease 0s;
	list-style: none;
    display: flex;
	flex-direction: row;
	transform: rotate(-90deg);
	margin-right:-65px;
}




.cost_sticky_control li{
	/*cursor: pointer;
    color: #fff;
    background-color: #4f6ce2;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding: 18px 20px 2px 22px;
    height: 60px;
    line-height: 1.2;
    font-size: 13px;
	margin: 0;*/
	
	cursor: pointer;
    color: #fff;
    background-color: #4f6ce2;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
	padding: 8px 16px 2px 18px;
    height: 40px;
    line-height: 1.2;
    font-size: 8px;
	margin: 0;
}







.cost_sticky_control li h4{



	font-size: 16px;



    color: #fff;



    font-weight: normal;



}

