/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2024 | 07:06:03 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {
.mobile-menu-btn {
    display: none !important;
}
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
	.elementor-widget-animated-headline h1{
		height:55px;
	}
	.header-top-right .widget_text.widget.widget_custom_html {
    position: relative;
    z-index: 9;
}
.header-top-right .corner-logo {
        margin: 0 0 -35px 10px;
        width: 85px;
}
.header-top-right .widget.widget_nav_menu {
    position: fixed;
    top: -120%;
    right: 0;
    width: 100%;
    padding: 50px 20px 20px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.page-is-open .header-top-right .widget.widget_nav_menu {
    top: 0;
}
.header-top-right ul {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}
.header-top-right ul a {
    display: block;
    padding: 7px;
}
.goal-posts-list {
    display: block;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: auto;
}
.goal-posts-list .goal-item {
    display: inline-block;
    width: 300px;
    white-space: normal;
}
.goal-posts-list::-webkit-scrollbar {
    display: none;
}
.footer-bottom {
    display: block;
}
.footer-bottom ul {
    display: block;
    text-align: center;
}
.footer-bottom .footer-third {
    width: 100%;
    text-align: center !important;
    justify-content: center !important;
    padding: 10px 0;
}
.header-top-right .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
}
.company-header .company-logo {
    margin: 0 10px 0 0;
    padding: 5px 0;
    height: 44px;
    width: auto;
}	
.company-header p {
    font-size: 12px;
}	
.header-top-left {
    position: relative;
    z-index: 9;
}	
	
	
	
	
	

}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

	
	
/*-- F O R M ---*/	
	.df-form {
    padding: 0;
}
.df-header {
    display: block;
    padding: 15px 10px;
}
.df-header .col-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        text-align: center;
        font-size: 13px;
    }
.df-header .col-2 {
    margin: 20px 0 0;
}
.df-header .col-1 .title {
    font-size: 18px;
}
.df-container-header {
    margin: 20px 0;
    font-size: 13px;
}
.df-form .progress-bar .step.step-4 {
    width: 50px;
}
.df-form .progress-bar .step {
    width: 25%;
    padding: 0;
    min-width: fit-content;
}
.df-form .progress-bar .step .text {
    display: block;
}
.df-form .progress-bar .step .num {
    display: block;
    font-size: 13px;
    margin: 0 0 0;
}
.df-form .progress-bar .step .text {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    padding: 0 0 5px;
}
.df-form .progress-bar .bar .circle {
    width: 12px;
    height: 12px;
	background-size: 7px;
}
.df-form .progress-bar .bar .line {
    width: calc(100% - 15px);
}
.df-container-header .title {
    margin: 0 0 7px;
    font-size: 25px;
    line-height: 1;
}
.df-container {
    padding: 0 20px;
}
.df-container .notes {
    padding: 15px;
    font-size: 13px;
}
.df-container .navigation {
    margin: 0;
    padding: 30px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.df-container .navigation .back {
    width: 100%;
    text-align: center;
}
.df-container .navigation .next {
    margin: 0 0 20px;
    width: 100%;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 21px;
}
.df-container .navigation button.back {
    justify-content: center;
    font-size: 16px;
}
.df-container .navigation button.next, .df-container .navigation .wpcf7-submit {
    margin: 0;
    width: 100%;
}
.df-container .step-1 .notes .image {
    width: 30px;
    height: 30px;
}	
.df-container .step-3 .inputs .input .label .email {
    font-size: 12px;
}	
.df-container .step-3 .inputs .input .label .email .conpany-domain {
    font-size: 11px;
    letter-spacing: 0px;
}
span.wpcf7-not-valid-tip {
    padding: 5px 0 5px 5px;
    font-size: 12px;
    line-height: 1;
}	
	
	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}