html {
	margin: 0;
	height:100%;
	min-height: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background:#fff;
	height:100%;
	min-height: 100%;
	font-family:'Roboto', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.42;
}

*,*:before,*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.unselectable {
    -webkit-touch-callout: none; 
    user-select: none;
    -webkit-user-select: none;
}

.clear,.clr:after,.fdhc-services-box:after,.fdhc-quote-list>li:after{
	content: " ";
	float: none;
	clear: both;
	display: table;
}
a{
	color:#d67809;
	text-decoration: none;
}
a:hover{
	color:#ff9e2c;
	text-decoration: underline;
}

.w10, .w20, .w25, .w30, .w33, .w40, .w50, .w60, .w70, .w80, .w90, .w100{width: 100%;}

.not-mobile{
	display:none;
}
.just-text{
	padding:30px 0;
}
.just-text h1,.just-text h2,.just-text h3{
	margin-bottom:2rem;
}
.just-text p{
	margin-bottom:1rem;
}
.fdhc-responsive-wrapper{
	margin:0 auto;
	width:100%;
	padding: 0 15px;
}

.fdhc-head{
	width: 100%;
    height: auto;
    position: relative;
    top: 0;
    font-size: 14px;
    text-align: right;
    z-index: 999!important;

}
.fdhc--txtbox{padding:30px 0;margin-top: 85px;}
.fdhc--txtbox h1,.fdhc--txtbox h2,.fdhc--txtbox h3{margin-bottom:2rem}
.fdhc--txtbox p{margin-bottom:1rem}
.fdhc-box2{margin:0 auto;width:96%;padding:0 10px}
.fdhc--txtbox ul{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    list-style-type: none;
    padding-left: 10px;
}
.fdhc--txtbox ul li{
	
}

.fdhc-head #fdhc-h-logo{
	display: block;
    width: 100%;
    position: relative;
    top: 5px;
    text-align: center;
}
.fdhc-head #fdhc-h-logo a{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.bg-c {
	background: #017b6b;
	height: 50px;
}
/*--------Menu Btn------*/
#fdhc-menu{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    padding: 3px 9px;
    cursor: pointer;
	margin-top: 18px;
}
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 4px;
  background-color: #cbcbcb;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: translate(0, 10px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -10px) rotate(45deg);
}

#fdhc-menu:hover{
    opacity: .6;
}
/*--------Header------*/
.fdhc-hdrtp{
	width:100%;
	position:fixed;
	top: 0;
	background-color: #fead4c;
	z-index: 999!important;}
.bg-show{
	background: #000000;
	box-shadow: 0px 7px 9px 5px rgb(209 209 209 / 40%);
}
.fdhc-hdrtp1{margin-bottom: 0;}
.fdhc-hdrtp2{width: 100%;}

nav{
	display: flex;
	height: 80px;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
label.logo-name{
	display:none;
	color: #3d3d3e;
	font-size: 25px;
	line-height: 60px;
	padding: 0;
	padding-left:2px;
	/*font-weight: bold;*/}
label.logo-name:hover{color: #f9aa33;cursor:pointer}
#check{display: none;}
label.logo-img{
	display: inline-block;
	/* padding: 2px 5px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-shadow: 0px 0px 13px 2px #fff;*/
}
label.logo-img img{
	vertical-align: middle;
    width: 100%;
    max-width: 165px;
}
label.logo-desck-img{display: none;}
label.logo-desck-img img{
	vertical-align: middle;
	width: 100%;
	max-width: 160px;
	height: auto;
}

.checkbtn{cursor: pointer;display: block;}
label.checkbtn #logo-hdrmnu {
	display: inline-block;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAFVBMVEVHcEzqBQXqBQXqBQXqBQXqBQXqBQWreRetAAAABnRSTlMA84MMsjaOjZQOAAAAS0lEQVQoz2NgoBtQE0QDSQwMTGkYQIGBBVPQAbtKBjd0M1OAFjEbowEDhoEGQUpoQJWBgRXTRwHY/Y5VEKt2rBYNMMAaHXRLDHQCAMeaXJOs/yHBAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
transition: all 0.2s linear;}
label.checkbtn #logo-hdrmnu:hover{outline: 1px solid #fff;outline-offset: 4px;border-radius: 3px;}
nav ul{
	position: fixed;
    width: 100%;
    background: #444444;
    top: 80px;
    height: 50vh;
    left: -100%;
    text-align: center;
    transition: all .3s;
    border-bottom: 3px solid #a4a4a4;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
	gap: 35px;
}
nav ul li{
	display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

nav ul li a{
	display: block;
    font-size: 20px;
    font-weight: normal;
    color: #ffed00;
    border: 2px solid #ffed00;
    padding: 10px 10px;
    font-weight: 500;
    width: 80%;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s linear;		
}
nav ul li a:hover{
	background-color: #ffed00;
    color: #444444;
    font-weight: 600;
}
#check:checked ~ ul{left: 0;}
.home-pd{
	padding-top: 50px;
}
/*--------End Header------*/
.fdhc-about{
    display: flex;
	position: relative;
    width: 100%;
    gap: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

/* Text column */
.fdhc-about-text{
	display: flex;
    padding: 8px 8px 8px 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.about-title {
	display: block;
    width: 100%;
    text-align: center;
}
.about-title h2{
	font-size: 28px;
    margin-bottom: 10px;
    color: #303030;
    line-height: 1.2;
}
.about-kicker{
  margin:0 0 14px 0;
  color: var(--brand);
  font-weight:700;
  letter-spacing:.2px;
}
.about-content p{
  color: var(--ink);
  line-height:1.65;
  margin: 0 0 14px 0;
}
.about-list{
  margin:0 0 18px 1.2em;
  padding:0;
}
.about-list li{
  margin:6px 0;
  color:#204050;
}
.about-cta{
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.btn-primary{
	display: inline-block;
    background: #ff9d28;
    color: #fff;
    font-size: 18px;
    padding: 10px 16px;
    width: 100%;
    max-width: 320px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}
.btn-primary:hover{
	filter: brightness(1.05);
    color: #fff;
    text-decoration: none;
    background: #222121;
}
.about-cta .note{
	color: var(--muted); font-size:.95rem;
}

/* Image column */
.fdhc-about-img{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.fdhc-about-img .about-img-content{
	position:relative;
	max-width: 550px;
    margin: 0 auto;
	aspect-ratio: 16/11;
	overflow:hidden;
	border-radius:16px;
	box-shadow: 0 6px 24px rgba(16,55,72,.15);
}
.fdhc-about-img img{
  width:100%; height:100%; object-fit:cover; display:block;
}





/*--------End--------*/
#fdhc-dllist{
	display:none;
	position:relative;
	float:right;
	text-align:right;
	width: fit-content;
	top:6px;
}

#fdhc-dllist ul{
	list-style: none;
	display: inline-block;
    vertical-align: middle;
}
#fdhc-dllist ul li{
    position: relative;
    display: inline-block;
    text-align: center;
}
#fdhc-dllist ul li a{
	display: block;
    padding: 0 5px;
    color: #a2a2a2;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
}

#fdhc-dllist ul li a:hover{
	color: #4caf50;
}


.fdhc-head img{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 260px;
    height: auto;
	border-radius: 10px;
}
.fdhc-head img:hover {
    transform: scale(1.05);
}
 /* test */
#fdhc-nllist{
	display:none;
	position:fixed;
	z-index:1000;
	top:-100%;
	right:0;
	width:100%;
	padding:0 1.5rem;
	border-bottom: 2px solid #babdd1;
	transition:top .3s;
}
#fdhc-nllist.fdhc-shoit{
	display:block;
	top:80px;
	box-shadow:0 3px 3px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.15);
	background-color:#fff;
	width: 96%;
    left: 2%;
}
#fdhc-nllist.fdhc-shoit ul {
	display:block!important;
	width: 90%;
	margin: 0 auto;
}
	
#fdhc-nllist.fdhc-shoit ul li{
	display:block!important;
	position:relative;
	text-align: center;
	margin:10px 0 10px 0;
	transition: all 0.5s ease-in-out;
}
#fdhc-nllist.fdhc-shoit ul li a{
	display: block;
    font-size: 1.5rem;
    padding: 10px 0;
    color: #0e0e0e;
    white-space: nowrap;
    background: #f7f7f7;
    text-decoration: none;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
	
#fdhc-nllist.fdhc-shoit ul li a:hover{
	background: #49a94d;
	color:#fff;
}

@keyframes ani2{
	0%{transform: scale(1);left:0px;}
	100%{transform: scale(1.1);left:5px;}
}

.fdhc-quote-list{
	list-style-type: none;
}
.fdhc-quote-list>li{
	margin-bottom: 14px;
	margin-top: 12px!important;
}
.fdhc-quote-list>li>label{
    font-weight: 700;
    font-size: 1rem;
}

.fdhc-quote-list .fdhc_checkbox li{
	list-style: none;
	margin-bottom:5px;
}
.fdhc_checkbox input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
	margin-top: 0!important;
    margin-right: 3px;
    position: relative;
    top: 1px;
    border: none;
	width: auto;
    height: auto;
}
.fdhc-quote-list .fdhc_checkbox li>label{
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
	margin: 0;
}
.fdhc-quote-box .btn{
    font-size: 1.2rem;
    height: auto;
    text-transform: uppercase;
	background: #4caf50;
    width: 100%;
}
.fdhc-almost-main{
}

.col-left,.col-right{
	float:none;
}
.w-70,.w-60,.w-40,.w-30,.w-50,.w-20,.w-80{
	width:100%;
}
.pad-r{padding-right: 0;float: none;}
.pad-l{padding-left: 0; float: none;}

.fdhc-somebody-cont p{
	margin-bottom:1em;
}
.fdhc-somebody-cont h1{
	margin-bottom:1.2em;
}
.fdhc-somebody-cont h2{
	margin-bottom:1em;
	color:#fff;
}
.fdhc-somebody-cont h3{
	color:#fff;
}
.uppercase{
	text-transform:uppercase;
}
.in-div{
	display: inline-block;
}

/*-------- Footer------------*/

.fdhc-foot{
	background: #017b6b;
    color: rgba(255, 255, 255, 0.6);
    padding: 40px 0;
    padding-top: 50px;
    padding-bottom: 10px;	
}

.fdhc-foot a{
    display: inline-block;
	text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.fdhc-foot a:hover{
	color: #fff;
}
#footer-about{
	display: block;
    width: 100%;
    border-bottom: 2px solid rgba(255 255 255/ 60%);
}
#footer-about h2{
	font-size: 1.6em;
    margin-bottom: 20px;
	text-align: center;
}
.sector1, .sector2, .sector3{
	display: block;
    position: relative;
    margin-bottom: 40px;
}
.sector1 {
	color: #d3d3d3;
} 
.sector2 {
	
} 
.sector3 {
	margin-bottom: 5px;
}
.sector3 ul{
	display: flex;
    width: 100%;
    list-style-type: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.sector3 ul li{
	display: block;
    margin: 0 10px;
}

.sector3 ul li a{
	font-size: 1.2em;
}
.sector3 ul li a:hover{
	color:#fff;
}
.sector4 ul{
	display: flex;
    width: 100%;
    list-style-type: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
	margin-bottom: 10px;
}
.sector4 ul li{
	display: block;
    margin: 0 10px;
}

.sector4 ul li a{
	font-size: 1.1em;
}
.sector4 ul li a:hover{
	color:#fff;
}

/*------Thk page-----*/
#fdhc-thk-page{
	display: block;
    position: relative;
    width: 100%;
    padding-top: 180px;
	text-align: center;
	padding-bottom: 90px;
}
#fdhc-thk-page h1{
	display: block;
    font-size: 30px;
    margin-bottom: 30px;
	color: #8d8d8d;
}
#fdhc-thk-page h3{
	display: block;
    font-size: 20px;
    margin-bottom: 60px;
    color: #8d8d8d;
}
#btn-thk{
	display: inline-block;
    margin: 0 auto;
}
#btn-thk a{
	display: inline-block;
    background: #fead4c;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 50px;
	border-radius: 4px;
}

#footer-content{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
#footer-content p{
	font-size: 16px;
}

#btn-contact{
	padding: 5px 0;
    background: #49a94d;
    margin-top: 10px;
}
#btn-contact:hover{
    background: #157819;
}
#btn-contact input{
	background: none;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    color: #fff;
    border: none;
}
.copyright{
	display: block;
    text-align: center;
    padding: 10px 0;
	font-size: 14px;
}

.btn {
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.3333333;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
	color: #fff;
    background-color: #fead4c;
    border-color: #017b6b;
    line-height: 1.8;
    margin-right: 10px;
}

.btn:hover{
	opacity:.8;
}
.col-right-strict,.col-left-strict{
	width:100%;
	float:none;
}

.fdhc-head ul .not-mobile {
	display: none;
}
.is-mobile{
	display:inherit;
}
#fdhc-home-wrap{
	background-color: #f6f6f6;
	display: block;
    position: relative;
	margin-top: 80px;
    padding: 60px 0 80px 0;
}

#fdhc-home-wrap h2{

}
#fdhc-home-wrap p{
	margin-bottom:15px;
	font-size:16px;
	opacity: .8;
}
#fdhc-home-wrap .btn{
	font-size: 16px;
    font-weight: 600;
    border: none;
    background:#ff5722;
}
#fdhc-home-wrap .home-list{
	display: block;
}
#fdhc-home-wrap ul{
	padding-left:12px;
}
#fdhc-home-wrap  ul li{
	list-style-type: none;
	padding: 3px 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}
#fdhc-home-wrap ul li>span{
	padding-right: 12px;
}
#fdhc-home-wrap ul li>span:before{
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAQlBMVEVHcEwd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQd3CQ5m8l+AAAAFXRSTlMAkOsvnA8I7s7zH2OUiFGu2DsZfLOLAIpsAAAAnklEQVQY05WRSRaEIAxEI2EUEKe6/1VbEGnoXlmr5D+oTEQvpTgZI4qM8Fe+7xmzd2iacr5knOBknKo24hU2Y4PQWbLFeeTAIQ5U6hKJbFi1NXpjrZ+3ijp8nPxQ1eEIO8/FwVtWDSuJdS2+AX7+ltQSd7WApcOkQiiff3BtpuFhHKKp4nF4khUPq4rSibvBYbGA839nuA5hEr+9I30A7dAJB5S7SgYAAAAASUVORK5CYII=');
	line-height: 1.5;
	vertical-align:middle;
	justify-content: center;
}

#fdhc-home-wrap .hm-details{
    background: rgba(221, 224, 225,.8);
    padding: 20px;
    font-size: 11px;
}
#fdhc-home-wrap .hm-details h2{
	font-size: 16px;
    margin-bottom: 10px;
}
#fdhc-home-wrap .hm-details p{
	font-size: 12px;
	margin-bottom: 10px;
}
#fdhc-home-wrap .hm-details ul{
	padding-left:30px;
}
#fdhc-home-wrap .hm-details ul li{
	
}
#fdhc-callbackform{
    background: #fff;
    padding: 30px 20px;
	margin-top: 30px;
}
#callbackform{
	display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 20px 35px 20px;
}
#callbackform .callbackform-row1{
	display: flex;
    flex-direction: column;
    width: 100%;
	gap: 0;
}
.sfrom-succes-message-anime{
	display: none;
}
#callbackform .callbackform-col1{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
}
#callbackform .callbackform-col1 h2{
	color: #595959;
	font-size: 1.8rem;
	font-weight: 700;
    line-height: 1;
    width: 100%;
    text-align: left;
}
#callbackform .callbackform-col2{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}
#callbackform label{
	display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 3px;
    font-size: 16px;
    color: #727272;
}
#callbackform textarea{
	margin-bottom: 2px;
    margin-top: 1px;
    padding: 8px;
    padding-left: 12px;
    font-size: 1.2em;
    
    font-family: 'Roboto';
    color: #727272;
}

#callbackform b{
	display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 13px;
    color: #727272;
    font-weight: 400;
   
}
#callbackform p{
	display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 16px;
    color: #727272;
	line-height: 24px;
	
}
#callbackform p a{
    color: #ce0202;
	font-weight: 600;
}
#callbackform p a:hover{
    color: #f66c6c;
}
#callbackform label span, #callbackform b span{
	display: inline-block;
	margin: 0 2px;
    color: #e30000;
}
.btn-cont{
	display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0 25px 0;
}
.bnn-btn{
	display: flex;
    width: 100%;
    background-color: #fead4c;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 0 24px;
    height: 46px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
    line-height: 1;
    justify-content: center;
	transition: all 0.2s ease-in-out;
}

.bnn-btn:hover{
	background-color: #000;
}
.bnn-btn i{
	font-size: 16px;
    margin-left: 4px;
    line-height: 1;
}
.bnn-btn.disabled{
	background-color: #d0d0d0;
    box-shadow: none;
    color: #7d7d7d;
	font-weight: 500;
}
/*------Home Sectione--------*/
#fdhc-sect1-content{
	display: block;
    position: relative;
    padding-bottom: 50px;
}
#fdhc-head-txt {
	display: block;
	position: relative;
	color: #017b6b;
}

#fdhc-head-txt h2{
	display: block;
    font-size: 20px;
	text-align: center;
}
#fdhc-head-txt .btn-sect1{
	display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
	margin-bottom: 30px;

}
#fdhc-head-txt .btn-sect1 a{
	display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    background: #4caf50;
    padding: 8px 30px;
}
#head-img{
	display:block;
	position:relative;
	float:right;
}
#img-top{
	display: block;
    width: 100%;
    position: absolute;
    top: 340px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#img-top img{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
	
}



/*------End Home Sectione----*/

/*------End Section----------*/
	#fdhc-end{
		display: block;
		position: relative;
		padding: 80px 0;
		background: #49a94d;
	}
	#sect2-content{
		
	}
	#sect2-content h2{
		display: block;
		color: #fff;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 50px;
	}

	#sect2-content .btn-sect2{
		display: block;
		text-align: center;
		position: relative;
		margin: 20px auto;
	}
	#sect2-content .btn-sect2 a{
		display: inline-block;
		color: #fff;
		font-size: 1.3rem;
		text-decoration: none;
		background: #333333;
		padding: 15px 35px;
	}
	#sect2-content .btn-sect2 a:hover{background: #000;}
	#fdhc-btn-space{
		display: block;
		background: #f7f7f7;
		width: 100%;
		height: 20px;
	}
/*-------Start Home Button----------*/
	.fdhc-to-top{
		position: fixed;
		display: inline-block;
		vertical-align: middle;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwClZYO4C0oMO1UAAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAcElEQVQoz73QKw6AMBAE0OHncbUkCCzhBDgst0CXEPb6dOlntz1Ax83kqUHVdGsxGJv3hmjMAZEtQE4MD4r8QBMH3ksRBlOriAM3sCTyA0CIB0ICEBJBJAlEIiAQAZ7gEMDkQS+AyY5h0z/MJyoE+ADnwSyyw1hPqQAAAABJRU5ErkJggg==);
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #222425;
		border: 10px solid #222425;
		width: 40px;
		height: 40px;
		float: right;
		right: 25px;
		cursor: pointer;
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
		border-radius: 10px;
		transition: all 0.4s ease;
	}
	.fdhc-to-top.active{
		bottom: 70px;
		opacity:1;
		pointer-events:auto;
	}
	.fdhc-to-top:hover{
		background-color: #fead4c;
		border: 10px solid #fead4c;
	}
			
/*------- Finish Home Button--------- */

.s-form{
    display: block;
    margin: 0 auto;
    width: 100%;
	margin-top: 30px;
}
.s-form input {
	height: 39px;
	margin-bottom:20px;
	width:100%;
	
}
.s-form input[type=text],.s-form input[type=email], .s-form input[type=password], .s-form input[type=tel],
.s-form select,
.s-form textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 9px 15px;
	width: 100%;
	border: 1px solid #fead4c;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.s-form input[type=text]:focus,.s-form input[type=password]:focus,.s-form input[type=tel]:focus,
.s-form select:focus,
.s-form textarea:focus, {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s-form textarea {
    overflow: auto;
	height: 200px;
	margin-bottom:20px;
}
.s-form input[type="checkbox"] {
    width: 275px;
    font-family: verdana,sans-serif;
    font-size: 12px;
    color: #a9a9a9;
    border: 1px solid #d3d3d3;
    padding: 1px 4px;
	margin-bottom: 0;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid darkred;
    background-color: rgb(250, 229, 229);
    width: 20px;
    vertical-align: middle;
}

::-webkit-input-placeholder {font-family:inherit, Arial, sans-serif;}
::-moz-placeholder{font-family:inherit, Arial, sans-serif;}
:-ms-input-placeholder{font-family:inherit, Arial, sans-serif;}
input:-moz-placeholder{font-family:inherit, Arial, sans-serif;}
.s-form .btn {
	width:100%;
	background:#fead4c!important;
}
#fdhc-callbackform h5{
    color: #a8a8a8;
    font-weight: normal;
}

#fdhc-services {
}
.fdhc-services{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
.fdhc-book-title{
	display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 45px
}
.fdhc-book-title h2{
	font-size: 28px;
    margin-bottom: 10px;
    color: #303030;
    line-height: 1.2;
}


#fdhc-calend{
	display: none;
	margin-top: 45px;
    margin-bottom: 35px;
	scroll-margin-top: 80px;
}

.fdhc-caled-modal{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	
}
#fdhc-calendar{
	display: block;
	position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
	padding: 30px 20px;
}
.calend-close {
    display: block;
    content: "x";
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #666669;
    border: 1px solid #666669;
    padding: 0 5px;
    border-radius: 2px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 1;
    padding-bottom: 2px;
    padding-top: 1px;
}
#fdhc-calendar img{
	display: block;
    width: 80%;
    margin: 0 auto;
	max-width: 350px;
}
#fdhc-callbackform{
	display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
}
#fdhc-calendar>div{
	/*width:80%;*/
	margin:0 auto;
}
#fdhc-dPicker{
	max-width:307px;
	display:none;
}
.flatpickr-calendar.inline {
    margin: 0 auto;
}
.fdhc-container{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
}
.fdhc-container h3{
	display: block;
    font-size: 20px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fead4c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.fdhc-container p{
	display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
/*
.fdhc-container button{
	display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
    border: 1px solid transparent;
    background-color: #222121;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.fdhc-container button:hover{
	background: #fff;
    border: 1px solid #fead4c;
    color: #fead4c;
}
*/
.fdhc-container a{
	display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
    border: 1px solid transparent;
    background-color: #222121;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.fdhc-container a:hover{
	background: #fff;
    color: #222121;
    border: 1px solid #fead4c;
    text-decoration: none;
}
.fdhc-container img{
	display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.fdhc-services-box{
	display: flex;
    width: 100%;
    border: 2px solid #fead4c;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 2px #b9b9b9;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	padding-bottom: 20px;
	max-width: 550px;
}

#fdhc-advantages{
	background-color: #f6f6f6;
}


.fdhc-advantages-box{
	width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
	padding: 40px 0 20px 0;
    text-align: left;
    color: #858483;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #f2d989;
}
.fdhc-propose-box{
	width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    padding: 40px 15px;
    text-align: left;
    color: #858483;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #f2d989;
}

.fdhc-adv-content{
	display: flex;
    width: 100%;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.fdhc-adv-content img{
	display: block;
    width: 100%;
    max-width: 220px;
    border-radius: 50%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}

.fdhc-advantages-box h3{
	display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    background-color: #fead4c;
    color: #fff;
    padding: 10px 10px;
}
.fdhc-advantages-box h4{
	display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    background-color: #5e5e5e;
    padding: 6px 0;
    color: #fff;
}
.fdhc-propose-box h3{
	display: block;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.fdhc-propose-box p{
	display: block;
    font-size: 16px;
    line-height: 1.6;
}
.fdhc-distance{
	display: block;
	height: 80px;
}
.fdhc-thx-distance{
	display: block;
	height: 80px;
}

.fdhc-faq-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fdhc-faq-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: white;
  width: 100%;
}

.faq-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  color: #d10000;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq-toggle .icon {
  margin-right: 10px;
  font-weight: 900;
  font-size: 1.2rem;
}

.faq-content {
  display: none;
  padding: 16px;
  color: #444;
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 0.95rem;
}

.faq-item-open .faq-content {
  display: block;
}

.faq-item-open .faq-toggle .icon {
  content: "-";
  transform: rotate(180deg);
}









table{
    width: 100%;
    margin-top: 15px;
	border-collapse: collapse;
	font-size: 16px;
    line-height: 2;
}
table tr{
	width: 100%;
}
table th{
	
}
table td{
	
}
.th80{
	width: 80%;
	text-align: left;
	padding: 0 10px;
}
.th20{
	width: 20%;
	text-align: center;
}
.color-table{
	background: #daf6ff;
    border-top: 1px solid #b8eeff;
    border-bottom: 1px solid #b8eeff;
}
.adv-h3{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: 1.8em;
    justify-content: flex-start;
}
.adv-str{
	margin-left: 20px;
}
.adv-p{
	text-align: left;
    margin-left: 23px;
    padding-left: 44px;
    margin-top: 12px;
    margin-bottom: 11px;
	padding-bottom: 25px;
    border-left: 2px solid #ccc;
}


.fdhc-services-box-image{
	padding-bottom: 65.625%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.fdhc-services-box-description{
	
}
.fdhc-services-box h2, .fdhc-advantages-box h2{
	font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1rem;
	line-height: 1;
	color: #4caf50;
}
.fdhc-services-head p,.fdhc-advantages-box p,.simple-text p{
	font-size: 1.4rem;
    opacity: .7;
	text-align: left;
}

.fdhc-services-head{
	margin-bottom:40px;
}
.fdhc-services-head h2{
	margin-bottom: 55px;
    font-size: 2.6rem;
    line-height: 1.3;
}
.fdhc-services-title{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.fdhc-services-title h2{
	font-size: 28px;
    margin-bottom: 40px;
    color: #303030;
    line-height: 1.2;
}


/*----------Benefits-----------*/
.fdhc-ben-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
	max-width: 550px;
    margin: 0 auto;
}
.fdhc-benefits-box{
	padding: 5px 0;
	
}
.fdhc-benefits-box p{
	display: block;
    color: #fead4c;
    font-size: 15px;
    text-align: left;
    padding: 25px 0;
    line-height: 1.4;
}

.fdhc-ben-coll{
  color: #858483;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}
.fdhc-ben-color1{
background: #cdf9f4;
border: 1px solid #fead4c;
border-radius: 4px;
}
.fdhc-ben-color2{
background: #fff;
border: 1px solid #fead4c;
border-radius: 4px;
}


.activec, .fdhc-ben-coll:hover {
	border: 1px solid #017b6b;
	border-radius: 4px;
	background-color: #017b6b;
	color: #fff;
}

.fdhc-ben-coll:after {
  content: "";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activec:after {
  content: "";
}

.fdhc-ben-cont {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/*----------End-------------*/

.fdhc-services-head p{
	font-size: 1.1rem;
    opacity: .7;
}
.simple-text h2{
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1;
}
.fdhc-services-head h3{
	font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2;
}
.fdhc-services-box span, .fdhc-advantages-box span{
    display: block;
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    background: #4caf50;
    border-radius: 50%;
    outline: 1px solid #4caf50;
    outline-offset: 2px;}

#fdhc-contacts{
    background: #f7f7f7;
    color: #333;
	padding: 100px 0;
	text-align:center;
}
#fdhc-contacts h2{
	font-size: 2rem;
    font-weight: 500;
    margin-bottom:30px;
    line-height: 1;
	text-align: center;
}
#fdhc-contacts h3{
	font-size: 22px;
    font-weight: 500;
    margin-bottom:60px;
    line-height: 1;
}
#fdhc-contacts p{
	font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.4;
}
#fdhc-contacts img{
    width: auto;
    height: auto;
   margin: 30px 0;
}

.adv{
	color: #b1b1b1;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 30px;
}
#fdhc-covid{
	padding: 1rem;
    background-color: #d11826;
    width: 100%;
    z-index: 115;
}
#fdhc-covid>div{
    position: relative;
    padding: 0 40px;
}
#fdhc-covid span{
	color:#fff;
	font-size:1rem;
	display:inline-block;
	vertical-align:middle;
}
#fdhc-covid>div:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAYCAMAAADTXB33AAAAS1BMVEVHcEz////////////////////////////////////////////////////////////////////////////////////////////////ScsZwAAAAGHRSTlMAIFTgP+sQ827PlAYsavh8YYWpv6UZS6/0GrnjAAAAz0lEQVQoz22Q1xKFIAxEI1IEK7a7//+lN0oRyz6QDBuGsyHKqlal1oo+VBmwzJdXA94D9dvpgT6dd7UD7FEthvZhOaA7age4BwMwh24G7iQLoGmTsiUNLKUjgZGoOXwaAXkDV3xOMAeCKgMwsuAizgEuV4AELuJ4ESCB79G6AmRwGR4XAU7wm5UCBPDQqfhFDFDnCz1OiewMMAXwUyJn5QATk9rnikMAS8UjX2xWYGDL5610mq6xgX7A2gT1co9dswI/2hQ+pTZGdta8ZJ2mPwwcECu2k1BSAAAAAElFTkSuQmCC);
	vertical-align:middle;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
}
#fdhc-covid>div:after{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaAQMAAACThN6NAAAABlBMVEVHcEz///+flKJDAAAAAXRSTlMAQObYZgAAAFRJREFUCNc9jbENgDAMBA9R0DFBxBzpWCkSC2S0jBI24XMFkm3p7fM/AwaTbdDYO5UDCiepQkQl60aACbzBeXrGneb6h9LDQoR900ArTbU3yMgV/gFMjhTXmry2bgAAAABJRU5ErkJggg==);
	vertical-align:middle;
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
	cursor:pointer;
}
input[type=email], input[type=number], input[type=tel], input[type=text] ,textarea{
    font-size: 1em;
    padding: 4px;
    color: #858483;
    width: 100%;
    height: 45px;
	padding-left: 10px;
}
.input-wrapper{
	margin-bottom:5px;
}
input,select,textarea{
    margin-bottom: 5px;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    color: #444;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	height: 45px;
}
input.text{
    height: 40px;
}
input.large{
    height: 80px;
    font-size: 30px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#a7a7a7}input::-moz-placeholder,textarea::-moz-placeholder{color:#a7a7a7}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a7a7a7}input::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#a7a7a7}input::placeholder,textarea::placeholder{color:#a7a7a7}
textarea {
	height:auto;
	padding-top: 5px;
}
/*--------Start Footer------*/
#fdhc-footer{
	display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
#fdhc-footer h2{
	font-size: 28px;
    color: #303030;
    line-height: 1.2;
    text-align: center;
}
.offer-banner{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 25px;
}
.footer-offer{
	display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    padding: 25px 10px;
    gap: 20px;
}
.footer-offer>div{
	display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
	overflow: hidden;
}
.footer-offer>div img{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
	
	border-radius: 6px;
}

.footer-offer p{
	font-size: 16px;
    width: 30%;
    z-index: 3;
    line-height: 15px;
}
.btn-offer{
	background-color: #fead4c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid transparent;
    z-index: 3;
    font-size: 16px;
    font-weight: 500;
	transition: all 0.3s ease-in-out;
}
.btn-offer:hover{
	background-color: #222121;
    color: #fff;
    text-decoration: none;
}
#footer-list{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 10px;
    margin-top: 60px;
}
#footer-list ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 0 auto;
    justify-content: center;
	list-style-type: none;
}
#footer-list ul li{
	
}
#footer-list ul li a{
	border: 1px solid #d67809;
    border-radius: 3px;
    padding: 1px 10px;
    color: #d67809;
}
#footer-list ul li a:hover{
	border: 1px solid #d67809;
	color: #fff;
	background-color: #000;
}

.fdhc-footer-cont1{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 40px 0 20px 0;
}
.fdhc-footer-cont2{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #3e3e3e;
    padding: 20px 0 20px 0;
    color: #ccc;
    font-size: 13px;
}

/*--------Start Cookies------*/
		
#fdhc-fxcookie{
	padding: 1rem;
    background-color: #000;
    color: #dddddd;
    width: 100%;
    left: 0;
    text-align: center;
    position: fixed;
    bottom: 5px;
    font-size: 13px;
    box-shadow: 6px 5px 15px rgb(42 120 145);
}
#fdhc-fxcookie>div{position:relative; padding:0 10px; max-width: 730px;    margin: 0 auto;}
#fdhc-fxcookie span{font-size:12px;line-height: 1.8; display:inline-block; vertical-align:middle;padding-top: 16px;}
#fdhc-fxcookie span a{
	color:#fead4c; 
	text-decoration: underline;
}
#fdhc-fxcookie span a:hover{
	color:#fedcb3; 
	text-decoration: none;
}
#fdhc-fxcookie>div:after{
	content:"x"; 
	vertical-align:middle;
	position:absolute;
	right:-5px;
	top:-5px;
	cursor:pointer;
	color: #dddddd;
	border:1px solid #dddddd;
	padding:0 5px;
	border-radius:2px;
	opacity:.7;
	font-size:12px;
	line-height:1;
	padding-bottom:2px;
	padding-top:1px;}
#fdhc-fxcookie .btn{display:block; width:95px; line-height:1; background:none; margin:0 auto; margin-top:10px; padding: 3px 0; border:1px solid #dddddd; border-radius: 2px; font-size:12px; color:#dddddd; cursor: pointer;}
	
/*------End Cookies-------*/

#contacts, #refunds {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
	margin-top: 90px;
    background-color: #fff;
    padding: 40px 0;
}


#a-box {
    background-color: #fff;
    background-clip: padding-box;
    position: relative;
    width: 100%;
	padding: 5px;
	margin: 0 auto;
	max-width: 1000px;
}
#thx-box {
	display:none;
}
#thx-box h2 {
    font-size: 32px;
    color: #1d242d;
    margin-bottom: 20px;
	font-family: var(--edhc-font-family-buttons);
    font-weight: var(--edhc-font-weight-bold);
}
#thx .h2vers1{
	border-top: 10px solid #ce0202;
    padding: 15px 10px;
    background: #5b4e48;
    width: fit-content;
    line-height: 30px;
    font-size: 22px;
    color: #e7e7e7;
    width: 100%;
    border-bottom: 2px solid #c4c4c4;
    box-shadow: 0 3px 6px 1px #ccc;
    border-left: 0;
    text-align: left;
}
#thx .h2vers1 span{
	display: block;
    position: relative;
    color: #e7e7e7;
    font-family: var(--edhc-font-family-base);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 10px;
    font-size: 0.8em;
}

#thx .h3vers1{
	display: flex;
    position: relative;
    padding: 15px;
    left: -10px;
    border-bottom: 2px solid #c4c4c4;
    box-shadow: 0 3px 6px 1px #ccc;
    background-color: #5b4e48;
    margin-bottom: 25px;
    line-height: 24px;
    width: calc(100% + 20px);
    vertical-align: middle;
    align-items: center;
    text-align: center;
    font-weight: var(--edhc-font-weight-medium);
    color: #e7e7e7;
    border: 0;
    border-radius: 0;
	height: 80px;
}

#thx-box .h3ord{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
#thx-box p {
    margin: 1em;
    font-size: 1.2em;
    color: #000;
    text-align: center;
}
#thx-box .bolt-p{
	font-weight: 500;
}
#thx-box .bolt-p b{
	display: inline-block;
    color: #ce0202;
    background: #f6f6f6;
    border-radius: 0;
    padding: 0 15px;
    border-left: 1px solid #ce0202;
    font-weight: 500;
}
#thx{
	display:none;
	text-align:center;
	margin-bottom: 100px;
}

#thx p {
    margin-bottom: 0.5em;
	font-size: 14px;
}
#thx p b{
    font-weight: 500;
}





@media screen and (min-width:320px){
	.fdhc-head{
		font-size:16px;
	}
}
@media screen and (min-width:641px){

	
	#img-top{
		width: 100%;
		top: 400px;
	}
	#img-top img{
		max-width: 400px;
	}
	#fdhc-services {
		
	}
	

}
@media screen and (min-width:767px){
	.w10{width: 10%;}
	.w20{width: 20%;}
	.w30{width: 30%;}
	.w33{width: 33.3333%;}
	.w40{width: 40%;}
	.w50{width: 50%;}
	.w60{width: 60%;}
	.w70{width: 70%;}
	.w80{width: 80%;}
	.w90{width: 90%;}
	.w100{width: 100%;}
	
	.pad-r{padding-right: 10px; float: left;}
	.pad-l{padding-left: 10px; float: right;}
	/*.mg-l{margin-left: 10px;}
	.mg-r{margin-right: 10px;}*/
	
	.fdhc-head{
		height: 70px;
	}
	.fdhc-head #fdhc-h-logo {
		top: 5px;
	}
	.fdhc-head img {
		max-width: 400px;
	}
	
	/*--------Start Header--------*/
	label.logo-name{display:inline-block;}
	.checkbtn{display: none;}
	label.logo-img{display: inline-block;}
	label.logo-desck-img{display:inline-block;}
	label.logo-img img {max-width: 230px;}
	nav {
		display: flex;
		height: 80px;
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	nav ul{
		display: flex;
        position: relative;
        width: 60%;
        margin: 0;
        gap: 8px;
        height: 80px;
        top: auto;
        left: auto;
        background: none;
        border: none;
        transition: all .3s;
        padding: 0;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        justify-content: flex-end;
        flex-wrap: nowrap;
	}
	nav ul li{
		display: flex;
        border: none;
        margin: 0;
        padding: 0;
        width: fit-content;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
	}
	nav ul li a{
		display: inline-block;
        text-decoration: none;
        border: 1px solid #840202;
        color: #840202;
        font-size: 15px;
        padding: 2px 15px;
        border-radius: 3px;
        box-shadow: 0px 0px 7px 0px #fff;
        width: fit-content;
	}
	nav ul li a.active, nav ul li a:hover{
		background: #fff;
        text-shadow: none;
        color: #000;
        border: 1px solid #fff;
        text-decoration: none;
	}
		
	/*--------End Header--------*/
	#fdhc-head-txt h2{
		font-size: 30px;
	}
	#fdhc-head-txt .btn-sect1{
		display: block;
		text-align: left;
		position: relative;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 30px;

	}
	#fdhc-head-txt .btn-sect1 a{
		display: inline-block;
		color: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		background: #4caf50;
		padding: 8px 30px;
	}


	#img-top{
		top: -15px;
		right: 35%;
		left: 65%;
		transform: translate(-50%, -50%);
	}
	#img-top img{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 270px;
	}
	
	#fdhc-services {}
	
	#fdhc-calend{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 50px;
		border: 1px solid #ccc;
		border-radius: 5px;
		box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
		margin-top: 70px;
	}
	.fdhc-caled-modal{
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#fdhc-calendar{
		width: 50%;
		border: none;
		border-radius: 0px 0px 0px 0px;
		border-right: 1px solid #ccc;
		box-shadow: none;
	}
	#fdhc-callbackform{
		width: 50%;
		border: none;
		border-radius: 0px 0px 0px 0px;
		margin-top: 0px;
		box-shadow: none;
	}
	#fdhc-calendar {
		border: none;
	}
	#fdhc-callbackform {
		border-left: 1px solid #ccc;
	}
		
	
	.fdhc-ben-content {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-content: space-around;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	.fdhc-benefits-box{
		padding: 5px;
	}
	
	.col-left,.col-right{
		float:left;
	}
	.col-left-strict{
		float:left;
	}
	.col-right-strict{
		float:right;
	}
	.col-left,.col-left-strict{
		padding-right:15px;
	}
	.col-right,.col-right-strict{
		padding-left:15px;
	}
	.fdhc-adv-content{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		height: 100%;
		gap: 20px;
	}
	.fdhc-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-around;
		justify-content: space-between;
		align-items: stretch;
		gap: 20px;
	}
	.fdhc-container h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.fdhc-services-box{
		width: calc(50% - 10px);
	}	
	
	.fdhc-propose-box, .fdhc-advantages-box{
		width: calc(50% - 20px);
		margin: 20px auto;
	}
	.fdhc-propose-box h3 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.fdhc-propose-box p {
		font-size: 18px;
		line-height: 1.8;
	}
	
	.fdhc-services-title h2{
		font-size: 26px;
	}

	.fdhc-ben-coll {
		padding: 18px;
		font-size: 18px;
	}

	.fdhc-benefits-box p {
		font-size: 16px;
		padding: 25px 0;
	}
	
	
	

/*-------Footer-------------*/
	#footer-content{
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	.sector1, .sector2, .sector3{
		display: block;
		position: relative;
		margin-bottom: 15px;
		padding: 0 10px;
	}

	.sector3 ul{
		display: flex;
		width: 100%;
		list-style-type: none;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	.sector3 ul li {
		display: block;
		margin: 5px 0;
	}
	
	

	#head-contacts{text-align: right;}
	.fdhc-head1{border-bottom: none;}
	#head-contacts{font-size:14px;}
	.fdhc-thx-distance{height: 110px;}
	
	.fdhc-about {
		display: flex;
		position: relative;
		width: 100%;
		gap: 30px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.fdhc-about-text {
		width: calc(50% - 15px);
	}
	.fdhc-about-img {
		width: calc(50% - 15px);
	}
	
}

@media screen and (min-width:992px){
	.fdhc-responsive-wrapper{
		width: 970px;
	}
	/*-----Start Header------*/
	label.logo-name{font-size: 34px; padding-left:2px;}
	/*-----End Header------*/
	
	
	#img-top{
		top: 30px;
		right: 35%;
		left: 65%;
		transform: translate(-50%, -50%);
	}
	#img-top img{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
	}
	
	.hero-img{
		top: -120px;
		margin-bottom: -100px;
	}
	#hero-box{
		margin-top: 120px;
	}
	.fdhc-thx-distance{height: 150px;}
}

@media screen and (min-width:1200px){
	.fdhc-responsive-wrapper{
		width: 1000px;
	}
	/*-----Start Header------*/
	label.logo-name{font-size: 40px; padding-left:2px;}
	/*-----End Header------*/
	
	#img-top{
		top: 53px;
		right: 40%;
		left: 60%;
		transform: translate(-50%, -50%);
	}
	#img-top img{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 350px;
	}
	
	#fdhc-services {}
	.fdhc-thx-distance{height: 180px;}
	
	.footer-offer {
		display: flex;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
		align-items: flex-start;
		padding: 40px;
	}
	.footer-offer p {
		font-size: 18px;
        width: 20%;
        z-index: 3;
        line-height: 24px;
	}
	.btn-offer {
		background-color: #df2b2f;
		font-size: 18px;
	}
	
}


.fdhc-head1{
    border-bottom: 1px solid #eee;
}
#head-contacts{
	font-size:12px;
	margin-top: 3px;
	text-align: right;
}

#head-contacts p{
	line-height:1.2;
}

#head-phone-number:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAXVBMVEVHcEzn5+fg4ODm5uZ9fX0pKSkYGBiampqvr68ICAgzMzPV1dUgICA8PDxHR0ctLS1paWkODg5PT0/d3d2mpqZnZ2e+vr7AwMAZGRk+Pj51dXWCgoIAAACPj48AAAAzZt4jAAAAHnRSTlMABhcKf9fjYUnzxibfw7fQke+pIVeXQDrovIh3/W4drZYFAAAAeklEQVQI10WNVxKEMAxDlZgUSCiB7UX3PyYOWWbfh2yNLRtozP7bmrgY1bR8stV6I2cDo+1AlZ5kFillw9ADrAi2lQl86wpdqjcm4kUEcjxOSrayAp7s2o/6AXfNhtMoHevcPpw0f1U/asbZ/7wy/fajO+wFJ+FZfAR2NikIEFTkEtYAAAAASUVORK5CYII=);
	vertical-align: middle;
    margin-right: 5px;
}
#work-time{
	margin-right: 3px;
}
#work-time:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAS1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3i/cDAAAAGHRSTlMALuJB2IpNxwTufWUHlDhzn1JJvyIbEWq6kOOcAAAAjklEQVQY002OVxLEIAxDsTEttIQ03/+ka8im6AOhN7ZHSnV5Xav26pEmZ4wj/eSwwHlCC3+S0GYWGYtpAOsiD0VnB5gIJVFgpGkAmS/blhIw5wFm5r37zjxfK8zQXSauFW/X2D2u9u6m8VDqQP1WNdQaGfWRkV6fCDlIk7nc0WEtIZSKDi6wyHGQv1/k+QHBGQanI3NffQAAAABJRU5ErkJggg==);
	vertical-align: middle;
    margin-right: 3px;
	margin-left: 3px;
}
#head-email:before{
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAD6xte7AAAAS1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3i/cDAAAAGHRSTlMARuHpOPBZITDcltiDP3v3S+PLZ3FPE7bxcQoPAAAAi0lEQVQY002OWRLEIAgFn0YluMQlG/c/6TiZMk5X8UFDwUPioJcJB1YI4klNyAuDXTsw2dvZsJCR7VWHFDBsQZGx6cRhrbAKULK/Cqt+HFzuDU77HQ2H2DeUePy5pH2NwXOaLvXPe68o5ufKowB6ThiY/pcoz9CbJWgsvt6XGVw3x9oD5xb0ILQs5wd4BwblNoHdUwAAAABJRU5ErkJggg==);
	vertical-align: middle;
    margin-right: 5px;
}
