body {
  color: #333333;
  font-family: "Inter", sans-serif;
}
h1, h2, h3 {
  text-transform: capitalize;
  color: #333333;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
.header {
    display: flex;
    justify-content: space-between;
}

.sale {
    display: block;
    background-color: #ffffff;
    position: absolute;
    padding: 0 20px 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.logo {
    margin-left: 30px;
    font-size: 1.8rem;
}
.logo h1 {
    margin-bottom: 20px;
    position: relative;
}
.logo h1 i {
    z-index: 2;
    position: relative;
}
.lang_cont {
    display: flex;
    position: relative;
}
.lang_link {
    position: absolute;
    left: -60px;
    padding: 10px 15px !important;
}
.header_details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 20px;
}
.French_page .text_or_call {
    font-size: 16px;
}
.responsive .slick-slide img {
    margin: 0 auto;
}
.text_or_call {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.subbanner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.icons_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
}
.icons_row p {
    margin-bottom: 0;

}
.icons_row>div {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.block {
    margin: 40px 0 30px;
}
.title2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-style: italic;
}
.title3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-style: italic;
}
.icons_row img {
    width: 80px;
}
.icons_row p {
    background-color: #DED5CD;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;

}
.flex_box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.descr_box h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.descr_box p {
    font-size: 18px;
    text-align: justify;
}
.descr_box {
    width: 62%;
}
.form_box {
    width: 30%;
}
.form_box h2 {
    margin-top: 25px;
    margin-bottom: 20px;
}
.form_box {
    background-color: #DED5CD;
    border-radius: 15px;
    padding: 0 20px;
    height: fit-content;
}
.form_box input[type="submit"] {
    background-color: #DED5CD;
    padding: 5px 20px;
    font-size: 16px;
    border-width: 1px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #000000;
    color: #000000;
}
.form_result {
    color: #f61c1c;
    font-weight: bold;
}
.form_box input[type="submit"]:hover {
    cursor: pointer;
}
.form__input, textarea {
    border-bottom: 1px solid #0000004f !important;
    background-color: #DED5CD;
    border: none;
    outline: none;
    margin-bottom: 10px;
    width: 100%;
}
.form_fields ::-webkit-input-placeholder { color: #000000; font-size: 17px; }
.form_fields :-ms-input-placeholder { color: #000000; font-size: 17px; }
.form_fields ::-ms-input-placeholder { color: #000000; font-size: 17px; }
.form_fields ::placeholder { color: #000000; font-size: 17px; }
.form_fields textarea::placeholder { color: #000000; font-size: 17px; }
.form__input {
    height: 30px;
}
.form_fields, .form_fields, .form_fields textarea::placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
.subbanner>div {
    width: 32%;

}
.subbanner img {
    width: 100%;

}
.header_details a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    background-color: #DED5CD;
    border-radius: 10px;
    display: flex;
}
.bg_title {
    padding: 5px;
    background-color: #DED5CD;
    font-weight: normal;
    font-size: 2.2rem;
}
.map_block .title2 {
    margin-top: 80px;
}
.header_details a img {
    width: 20px;
    margin-right: 10px;
}
.price {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.banner img {
    max-width: 100%;
}
.space {
    z-index: 1;
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 30px;
    top: 27px;
    left: 123px;
    border-top: 60px solid #ffffff;
    border-left: 60px solid #ffffff;
    border-top-left-radius: 90px;
}
.banner_text {
    position: relative;
}
.banner_text .cta {
    background-color: #4AA15E;
    position: absolute;
    padding: 10px 40px 7px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%); 
    border-radius: 20px;
    color: #ffffff;
    top: -140px;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: max-content;
}
.overlay_block {
    background: #000000;
    opacity: .60;
    filter: Alpha(Opacity=30);
    display: none; 
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.popup_content { 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 450px; 
    text-align: center; 
    background-color: #DED5CD; 
    box-sizing: border-box; 
    padding: 10px; 
    z-index: 100; 
    display: none; 
    /*to hide popup initially*/ 
} 
.popup_content .form_box {
    width: 90%;
    margin: 0 auto;
}
  
.close-btn { 
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 15px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 4px;
} 
.close-btn:hover { 
    cursor: pointer;
} 
.banner_text .cta:hover {
    cursor: pointer;
}
.banner_text p {
    background-color: #ffffff;
    position: absolute;
    padding: 10px 40px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%); 
    border-radius: 10px;
    top: -100px;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: max-content;
}
p.talk{
	display:inline-block;
	background: #fff;
	text-align: center;
	border-radius:8px;
}
 p.talk:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #fff transparent transparent transparent;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.map_block h2 {
    text-align: center;
}
.map_iframe {
    text-align: center;
}
.icons_row2 {
    margin-top: 60px;
}
.icons_row2 .icons_row img {
    width: 60px;
}
.icons_row2 .icons_row .cor1 img {
    width: 45px;
}
.icons_row2 .icons_row .cor2 img {
    width: 105px;
}
.center_form {
    margin: 0 auto;
}
.section_text {
    margin-left: 30px;
}

.content {
    margin: auto;
    padding: 30px;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    opacity: .85 !important;
    color: #DED5CD !important;
}
.slick-prev {
    left: -65px !important;
}
.slider_block img {
    max-height: 400px;
}
body {
    padding-bottom: 60px;
}
.mob {
    display: none;
}
.DetailsOpt {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.2rem;
    gap: 30px;
}
.opt_section {
    margin-bottom: 50px;
}
.DetailsOpt>div {
    width: 50%;
}
.DetailsOpt>div:nth-child(1) {
    text-align: right;
}
.spaceFR {
    left: 217px;
}

.product-slider{
    width: 350px;
    margin: auto;
    background-color: #edeeef;
    color: #000;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.slide h6{
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

/* Slick slider custom styles */
/* .product-slider .slick-slide {
    height:290px !important;
}
.product-slider .slick-slide img {
    height: 250px !important;
    object-fit: cover;
} */
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    cursor: pointer;
    background-size: 20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}
/**/
.slick-lightbox-slick .slick-prev {
    left: 20px !important;
}
.slick-lightbox-slick .slick-next {
    right: 50px !important;
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,0.3);
}
.slick-prev:focus, .slick-next:focus {
    background-color: rgba(0,0,0,0.6);
}

.video_block {
    margin-top: 60px;
    text-align: center;
}
.video_block video {
    width: 500px;
    margin: 0 auto;
}
.video_block h2 a, .video_block h2 a:visited {
    color:#000000;
}



@media screen and (max-width: 1024px) {
    .slick-prev {
        left: -60px !important;
    }
    .content {
        width: 91%;
    }
    .slider_block img {
        max-height: 370px;
    }

}

@media screen and (max-width: 820px) {
    .slider_block img {
        max-height: 285px;
    }

}

@media screen and (max-width: 768px) {
    .slider_block img {
        max-height: 410px;
    }

}
@media screen and (max-width: 660px) {
    .video_block video {
        width: 90%;
    }
    .video_block iframe {
        width: 100%;
    }
    .mob {
        display: block;
    }
    .web {
        display: none;
    }
    .cor_title2 {
        margin-top: 40px !important;
    }
    .cor_title {
        margin-top: 10px;
    }
    .slider_block img {
        max-height: 400px;
    }
    .slick-dots {
        display: none !important;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 40px !important;
    }
    .slick-prev {
        left: -45px !important;
    }
    .section_text {
        margin-left: 10px;
    }
    .bg_title {
        font-size: 1.8rem;
    }
    .icons_row2 .icons_row .cor1 img {
        width: 60px;
    }
    .map_iframe iframe {
        width: 100%;
    }
    .flex_box {
        flex-direction: column;
        margin-top: 30px;
    }
    .form_box {
        padding: 0;
    }
    .form_box h2 {
        margin-left: 10px;
    }
    .form_box form {
        margin: 0 10px;
        overflow: hidden;
    }
    .descr_box {
        margin-bottom: 20px;
    }
    .descr_box, .form_box {
        width: 100%;
    }
    .title2 {
        font-size: 1.4rem;
    }
    .title3 {
        font-size: 1.2rem;
    }
    .icons_row {
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .icons_row img {
        width: 55px;
    }
    .icons_row>div {
        width: 40%;
        margin-bottom: 30px;
    }
    p.talk:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid;
        border-color: #fff transparent transparent transparent;
        top: 100%;
        left: 50%;
        margin-left: -10px;
    }
    .banner_text p {
        padding: 5px 20px;
        top: -55px;
        font-size: 0.7rem;
    }
    .banner_text .cta {
        padding: 5px 20px 3px;
        top: -75px;
        font-size: 0.7rem;
    }
    .logo {
        margin-left: 10px;
        font-size: 0.6rem;
    }
    .header_details {
        margin-right: 10px;
    }
    .header_details a {
        padding: 10px;
        font-size: 14px;
    }
    .space {
        display: none;
    }
    .price {
        font-size: 26px;
    }
    .sale {
        background-color: unset;
        position: static;
        padding: 0;
    }
    .lang_link {
        left: -50px;
        padding: 10px !important;
    }
    .header_details a img {
        width: 15px;
        margin-right: 5px;
    }
    .text_or_call {
        font-size: 12px;
        margin-top: 6px;
    }
    .French_page .text_or_call {
        font-size: 11px;
    }
    .subbanner {
        margin-top: 5px;
    }
    
    .popup_content { 
        width: 350px; 
    } 

}

.video-thumbnail {
  position: relative;
  width: 840px;
  height: 472px;
  cursor: pointer;
  display: inline-block;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.play-button::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #000;
}
