@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
  

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
  
  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .step-circle{
        font-size: 13px;
        width: 28px;
        height: 28px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        border: 3px solid #F8F8F8;
    }

    .avatar-upload .avatar-edit {
        right: 0px;
        top: 6px;
    }

    .avatar-upload {
        width: 120px;
    }

    .heading{
        font-size: 18px;
        font-weight: 700;
    }

    .sub_heading{
        font-size: 15px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	

}

@media only screen and (max-width : 460px) {
	

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
	

	
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

	


}


@media only screen and (max-width : 320px) {



}

@media only screen and (min-width: 992px) {
    
    
}