 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200; 0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    /* [.tint-bg] Colors */
    --tint-bg-default: 0, 0, 0;
    --tint-bg-alt-1: 180, 3, 7;
    --tint-bg-alt-2: 55, 57, 147;
    /* Opacity */
    --opacity-1: 0.25;
    --opacity-2: 0.70;
    --opacity-3: 0.80;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    line-height: 1.3;
    color: #363636;
}
h1::after, h2::after {
    background: url(https://assets.unlayer.com/projects/5192/1673013047479-lines.png) no-repeat center;
    height: 5px;
}
h1::after, h2::after {
    display: block;
    content: "";
    margin: 10px auto 0;
    width: 133px;
    height: 5px;
}
.d-slider-caption br {
    display: none;
}
.text-shade {
    text-shadow: 0 2px 2px rgba(0,0,0,.75);
}
.d-con-slider-button .d-appointment-button {
   background: #000 !important;
    color:#fff !important;
    border: 1px solid #fff;
    font-weight: 700 !important;
    font-size: 14px !important;
    min-width: 175px;
    padding: 0px 36px 0 36px !important;
    text-shadow: none;
    height: 35px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
}

.d-appointment-info:after {
    content: url(https://assets.unlayer.com/projects/5192/1667809229117-bg-cta-a.png);
    background: #f0c40d;
    padding: 4.5px 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
}
.d-con-slider-button:hover .d-appointment-info:after, .d-appointment-info-2:hover a:after 
{
background: #000 !important;
 transition: all 0.5s;
}
button.d-appointment-button {
    margin-left: -28px;
}
.d-con-button a {
    margin-left: -28px;
}
.d-con-slider-button {
    width: 229px;
    margin: 0 auto;
}
.d-con-button a
{
    background: #000 !important;
    color: #fff !important;
    font-size: 14px  !important;
    font-weight: 700;
    min-width: 175px;
    padding: 5px 36px 0 20px !important;
    margin: 15px auto 10px;
    text-shadow: none;
    height: 35px;
    display: inline-block;
    transition: all 0.5s;
    position: relative;
    padding-top: 9px;
    border: solid 1px #fff;
}
.d-appointment-info-2 a:after {
    content: url(https://assets.unlayer.com/projects/5192/1667809229117-bg-cta-a.png);
    background: #f0c40d;
    padding: 6.5px 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #FFF;
   margin: -6px 0 0 31px;
}
.d-slider-caption div {
    margin-bottom: -12px;
}
.d-con-button a:hover, .d-con-slider-button .d-appointment-button:hover{
color: #d10010 !important;
}
.fix-bg h2::after {
   /* background: url(https://assets.unlayer.com/projects/5192/1672829177475-bg-header-after-white.png) no-repeat center;*/
    display:none !important;
}
.d-slider-caption {
    line-height: 40px;
    margin-bottom: 30px !important;
}
p {
    letter-spacing: -.5px;
}
.max-width-820 {
    max-width: 820px;
    margin: 0 auto;
}
.max-width-600 {
    max-width: 600px;
    margin: 0 auto;
}
.width-600 {
    max-width: 600px;
    margin: 0 auto;
}
.max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}
.letter-s
{
    line-height: 28PX;
    letter-spacing: -.5px;
}
a {
    text-decoration: none;
}
.fix-bg {
    background-attachment: fixed;
}
.d-con-button a {
    height: 36px;
   font-weight: 700;
}
.ten-bg {
    position: relative;
}
.ten-bg::before {
    background-color: rgba(0,11,195,.75);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ten-bg-dark::before {
   background-color: rgba( var(--tint-bg-default), var(--opacity-2) );
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fix-bg >.container {
    max-width: 820px !important;
}
.bg-posi {
    background-position: center !important;
}
.img-max img {
    max-width: 100% !important;
}
.d-slider-caption {
    text-shadow: 0 2px 2px rgba(0,0,0,.75);
}
button#Contact-btnSubmit {
    font-weight: 700;
    background: #c20000 !important;
}
button#Contact-btnSubmit:hover {
    font-weight: 700;
    background: #46a046 !important;
}
h1, h2, h3, h4, h5, h6, .slogan, ul.menu li, .d-con-list-item-info-title, .price, .d-box-special .d-special-title {
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.after-none h1::after, .after-none h2::after {
    display: none !important;    
}
@media (max-width: 1500px){
.slogan .d-slider-caption {
    font-size: 32px !important;
}
}
@media (max-width: 991px){
.footer .ten-bg-dark {
    background-attachment: fixed;
}
}
@media (max-width: 767px){
div#u_content_custom_slider_1 {
    display: none !important;
}
}
