/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ==================== commna ==================== */
h6 {margin-bottom:10px;} 





/* ==================== buutton ==================== */

/* .primary_btn a { text-align: center; text-decoration: none; padding: 10px 67px; background: var(--secondary-color); color: #fff;  display: inline-block; border-radius: 2px; }
.primary_btn a:hover{ background: var(--primary-color);  color: #fff;   }
 */

/* .secondary_btn a { text-align: center; text-decoration: none; padding: 10px 67px; background: var(--primary-color); color: var(--secondary-color); display: inline-block; border-radius: 2px; }
.secondary_btn a:hover{ background: var(--secondary-color);  color: var(--primary-color);   }
 */



a:hover, a:focus{ opacity: 1; }

/* ==================== form ==================== */

label.hs-form-checkbox-display, label.hs-form-radio-display { display: inline-block; position: relative }
input[type=checkbox]+label, input[type=checkbox]+span, input[type=radio]+span { align-items: center; color: var(--form_label_font_color); display: flex !important; font-size: var(--form_label_font_size); line-height: 1.4; margin-left: 0 !important; min-height: 29px; padding-left: 43px; position: relative; }
input[type=checkbox]+label:before, input[type=checkbox]+span:before, input[type=radio]+span:before { border: 2px solid var(--primary-color); content: ""; height: 25px; left: 0; margin: auto 0; position: absolute; top: -3px; width: 25px }
input[type=checkbox]+label:after, input[type=checkbox]+span:after, input[type=radio]+span:after { border-color: var(--primary-color); border-style: solid; border-width: 0 0 2px 2px; content: ""; height: 6px; left: 7px; opacity: 0; position: absolute; top: 5px; transform: rotate(-45deg); transition: all .3s ease; width: 12px }
input[type=checkbox]:checked+label:after, input[type=checkbox]:checked+span:after, input[type=radio]:checked+span:after { opacity: 1 }
.field input[type=checkbox], .field input[type=radio], .hs-form-field input[type=checkbox] { display: none; cursor: pointer; height: 100% !important; margin: 0; min-height: 100% !important; opacity: 0;  width: 100%; z-index: 1 }



@media(max-width:991px)
{
    h1{ font-size:36px; line-height:41px;}
    h2{font-size:32px; line-height:38px;}
    h4{font-size:22px; line-height:28px;}
    body{ font-size:20px; line-height:1.2; }
}
@media(max-width:767px)
{
    h1{ font-size:40px; line-height:45px;}
    h2{font-size:30px; line-height:35px;}
     h4{font-size:20px; line-height:25px;}
     body{ font-size:18px; line-height:1.2; }
}



/* ==================== commna ==================== */


/*  */
.header_left { width: 80%; padding-right: 10px; }
.header_right { width: 20%; text-align: right; }
.header_left .menu {display: flex; justify-content: right; }




/* ==================== header ==================== */
.header_row { align-items: center; display: flex; flex-flow: wrap; justify-content: space-between; }
header.header { position: relative; padding: 18px 0; box-shadow: 0 4px 4px rgb(0 0 0 / 25%); }
.header_left { display: flex; flex-flow: wrap; align-items: center; }
.header_left .logo { width: 340px; }
.header_left .menu { width: calc(100% - 340px); padding-left: 20px; }
.header_left .logo .header_logo img { width: 100%; display: block; }
.arrow_down { align-items: center; display: inline-block; display: inline-flex; height: 15px; justify-content: center; position: relative; transition: all .3s ease; width: 15px; }
.arrow_down span {  border-style: solid; border-width: 0 0 2px 2px; bottom: 0; height: 60%; left: 0; margin: auto; position: absolute; right: 0; top: -5px; transform: rotate(-45deg); width: 60%; }
/* .header_btn a { text-align: center; text-decoration: none; padding: 10px 67px; background: var(--secondary-color); color: #ffff; display: inline-block; border-radius: 2px; }
 */

.header_btn.mobile_view { display: none; }

.language_switcher__mai { position: fixed; bottom: 30px;  right: auto; left:30px;  z-index: 9; }







@media screen and (min-device-width:991px) and (max-device-width:1250px) {
    .header_left .logo { width: 170px; }
    .header_left .menu { width: calc(100% - 170px); padding-left: 10px; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li { padding: 0 9px; }
/*     .header .menu ul li a { font-size: 19px !important; line-height: 23px; } */
    .header .menu-wrapper .hs-menu-wrapper>ul>li { padding: 0 10px; position: relative; }
}


@media screen and (min-device-width:991px) and (max-device-width:1150px) {
.header_left { width: 70%; padding-right: 10px; }
.header_right { width: 30%; text-align: right; }
    
}

 

@media (min-width:992px) {
    .header .menu-wrapper .hs-menu-wrapper>ul>li:hover>.arrow_down span { border-color: #F15A22 !important; }
    .header .menu-wrapper .hs-menu-wrapper>ul { display: flex; flex-wrap: wrap; list-style: none; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li { padding: 0 15px; position: relative; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li>.arrow_down { margin-left: 8px; vertical-align: middle; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li ul { z-index: 99999; background-color: #FFFFFF; color: var(--primary-color); /*font-family: var(--primary-font); font-size: 18px; */list-style: none; margin-top: 20px; opacity: 0; position: absolute; visibility: hidden; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li ul a { color: #F15A22; font-family: inherit; font-size: inherit; padding: 0; }
    .header .menu-wrapper .hs-menu-wrapper>ul li:hover>ul { margin-top: 0; opacity: 1; visibility: visible; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li:hover>.arrow_down { transform: scale(-1); }
    .header .menu ul li a {  text-decoration: none; }

    
    
    
    
    
    .header ul.hs-menu-children-wrapper { padding: 20px 0; transition: all .5s cubic-bezier(.075, .82, .165, 1); }
    .header ul.hs-menu-children-wrapper>li { margin: 10px 0; padding: 0 20px; position: relative; }
    .header ul.hs-menu-children-wrapper>li>a { min-width: 165px; padding: 8px 15px; }
    .header ul.hs-menu-children-wrapper .hs-item-has-children { position: relative; }
    .header ul.hs-menu-children-wrapper .hs-item-has-children:hover>.arrow_down span { border-color: var(--secondary-color); }
    .header ul.hs-menu-children-wrapper .hs-item-has-children span.child-triggerm { bottom: 0; margin: auto 0; position: absolute; right: 20px; top: 0; transform: rotate(-90deg); }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2 ul.hs-menu-children-wrapper { left: 100%; right: auto; top: 0; }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2:hover ul.hs-menu-children-wrapper { left: 100%; top: 0; }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper { left: auto; opacity: 1; top: 100%; }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper ul { left: 100%; top: -27px; }
    .header .hs-menu-flow-horizontal { display: block !important }
    .header a.mobile-trigger { display: none; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li:before { background: transparent; content: ""; height: 31px; left: 0; position: absolute; right: 0; top: 100%; width: 100%; }
    .header ul.hs-menu-children-wrapper { background-color: #fff; border-radius: 0; border: 2px solid #F15A22;
 box-shadow: 1px 1px 30px rgba(0, 0, 0, .06); padding-bottom: 0; padding-top: 0; transform: translateY(25px); width: 300px; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li:before { background: transparent; content: ""; height: 31px; left: 0; position: absolute; right: 0; top: 100%; width: 100%; }
    .header ul.hs-menu-children-wrapper>li { border-bottom: 1px solid #dcdadb; margin: 0; padding: 10px; transition: all .4s ease; }
    .header ul.hs-menu-children-wrapper>li:hover { background: #fff }
    .header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2:hover ul.hs-menu-children-wrapper { top: -32px; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li>a:after { background: var(--secondary-color); bottom: auto; content: ""; height: 3px; left: 0; opacity: 0; position: absolute; right: 0; top: -35px; transition: all .4s ease; width: 100%; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li>a { position: relative; }
    .header .menu-wrapper .hs-menu-wrapper>ul>li>a:hover:after { opacity: 1; }
}
@media (max-width:991px) {
    .menu-wrapper { text-align:left;}
    .mainmenu, .menu-wrapper* { background-color: transparent; background-image: none; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; bottom: auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #fff; display: block; float: none; font-weight: 400; height: auto; left: auto; line-height: 1; margin: 0; max-width: none; padding: 0; position: static; right: auto; text-align: left; text-decoration: none; text-indent: 0; top: auto; width: 100% }
    a.mobile-trigger { background: var(--secondary-color); border-radius: 6px; cursor: pointer; display: inline-block !important; font-size: 15px; font-weight: 400; height: 44px; padding: 10px 10px; position: absolute; right: 15px; text-align: left; text-transform: uppercase; top: 29px; -webkit-transition: background-color .2s linear; -webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; transition: color .2s ease-in; width: 44px; z-index: 99999999999 }
    a.mobile-trigger:hover { color: #fff; text-decoration: none }
    a.mobile-trigger span { display: inline }
    a.mobile-trigger span:before { content: "Menu"; position: absolute }
    a.mobile-trigger span:after { background-color: var(--secondary-color); content: "Close"; opacity: 0; position: relative; right: 2px; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out }
    .mobile-open a.mobile-trigger { background: var(--secondary-color); -webkit-transition: background-color .2s linear; -moz-transition: background-color .2s linear; transition: background-color .2s linear }
    .mobile-open a.mobile-trigger span:after { opacity: 1 }
    a.mobile-trigger i { display: inline; margin-left: 0; position: relative; top: -2px; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; transition-delay: .2s; -webkit-transition-duration: 0s; -moz-transition-duration: 0s; transition-duration: 0s }
    a.mobile-trigger i:after, a.mobile-trigger i:before { content: ""; position: absolute }
   
 
         a.mobile-trigger i, a.mobile-trigger i:after, a.mobile-trigger i:before {
             background-color: #fff; opacity:100%; display: inline-block; height: 3px; width: 24px }
    
    
    
    
    a.mobile-trigger i:before { margin-top: -9px }
    a.mobile-trigger i:after, a.mobile-trigger i:before { -webkit-transition-delay: .2s, 0; -webkit-transition-duration: .2s; -webkit-transition-property: margin, -webkit-transform }
    a.mobile-trigger i:after { margin-top: 9px }
    .mobile-open a.mobile-trigger i { background-color: transparent; -webkit-box-shadow: 0 1px 1px transparent; -moz-box-shadow: 0 1px 1px transparent; box-shadow: 0 1px 1px transparent; -webkit-transition-delay: .2s }
    .mobile-open a.mobile-trigger i:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg) }
    .mobile-open a.mobile-trigger i:after, .mobile-open a.mobile-trigger i:before { -webkit-box-shadow: 0 1px 1px transparent; -moz-box-shadow: 0 1px 1px transparent; box-shadow: 0 1px 1px transparent; margin-top: 0; -webkit-transition-delay: 0, .2s }
    .mobile-open a.mobile-trigger i:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg) }
    .menu-wrapper.hs-menu-flow-horizontal>ul ul li { position: relative }
    span.child-triggerm { border-left: 1px dotted hsla(0, 0%, 100%, .35); height: 45px; position: absolute; right: 0; top: 0; width: 45px }
    span.child-triggerm span { border-color: #fff; height: 10px; width: 10px }
    span.child-triggerm.child-open span { top: 4px; transform: rotate(-45deg) scale(-1); }
    .menu-wrapper .hs-menu-children-wrapper, .menu-wrapper.hs-menu-flow-horizontal { display: none }
    .menu-wrapper ul.hs-menu-children-wrapper { display: none; opacity: 1 !important; position: static !important; visibility: visible !important }
    .menu-wrapper .hs_cos_wrapper_type_menu { display: none; background-color: var(--primary-color); -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .65); -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .65); box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .65); left: 0; padding: 0; position: absolute; top: 91px; width: 100%; z-index: 8888; }
    .menu-wrapper .hs-menu-flow-horizontal>ul>li { position: relative }
    .menu-wrapper .hs-menu-flow-horizontal>ul>li a { /*font-size: 20px; */line-height: 45px; overflow: visible; color: #fff; text-decoration: none; }
    .menu-wrapper .hs-menu-flow-horizontal ul li { border-top: 1px dotted hsla(0, 0%, 100%, .35) }
    .menu-wrapper .hs-menu-flow-horizontal ul li a { padding: 0 10px }
    .menu-wrapper .hs-menu-flow-horizontal ul li a:hover { color: #fff }
    .menu-wrapper .hs-menu-flow-horizontal>ul ul li { background-color: hsla(0, 0%, 100%, .08) }
    .menu-wrapper .hs-menu-flow-horizontal>ul ul li a { /*font-size: 16px;*/ text-indent: 10px }
    .menu-wrapper .hs-menu-flow-horizontal>ul ul ul li a { text-indent: 30px }
    .menu-wrapper .hs-menu-flow-horizontal>ul ul ul ul li a { text-indent: 50px }
    .header_btn a { white-space: nowrap }
    .header_wrapp { position: relative }
    .header .menu-wrapper .hs-menu-wrapper>ul>li:hover>.arrow_down span { color: #fff !important; }
    .hs-menu-wrapper ul { display: block; }
    .header_row { padding-right: 50px; }
    .header_left { width: 60%; }
    .header_right { width: 40%; }
}
@media (max-width:767px) {
    .header .logo img { max-width: 220px; }
    .header_left .logo { width: 100%; }
    a.mobile-trigger  { top: 25px; }
    .header_btn a { width: 100%; text-align: center;         display: block; border-radius:0;  }
    .header_right {width: 100%;}
    

}
@media (max-width:560px) {
    .header .logo img { max-width: 170px; }
    a.mobile-trigger { top: 15px; }
    .header_btn { padding-top: 0; padding-bottom: 1px;  text-align: center;  }
    .menu-wrapper .hs_cos_wrapper_type_menu { top: 70px; }
    .header_right {width: 100%; padding-top:10px;}
    .header_row { padding-right: 0px; }
    
}
/* ==================== header ==================== */
/* ==================== footer ==================== */
footer.footer { padding-top: 100px; padding-bottom: 30px; }
footer.footer { position: relative; }
footer.footer:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: auto; box-shadow: 0 4px 4px rgba(0, 0, 0, .25); width: 100%; height: 20px; }
footer.footer .row { display: flex; flex-flow: wrap; }
footer.footer .row .left { width: 40%; padding-right: 112px; }
footer.footer .row .left .logo img { display: block; width: 100%; }
footer.footer .row .left .content { padding-top: 36px; max-width: 278px; }
footer.footer .row .right { width: 60%; padding-left: 90px; text-align: right; }
footer.footer .row .right .menu_row { display: flex; flex-flow: wrap; text-align: left; }
footer.footer .row .right .menu_row .menu_clomn { width: calc(100% / 3 - 30px); margin: 0 15px; }
/* footer.footer .row .right .menu_row .menu_clomn .heading { font-size: 24px; line-height: 30px; padding-bottom: 10px; color: 003C50; font-weight: 700; } */
footer.footer .row .right .menu_row .menu_clomn .menu_menu ul li { display: block; padding-bottom: 19px; }
footer.footer .row .right .menu_row .menu_clomn .menu_menu ul { display: block; }
footer.footer .row .right .menu_row .menu_clomn .menu_menu ul li:last-child { padding-bottom: 0; }
footer.footer .row .right .menu_row .menu_clomn .menu_menu ul li a { /*font-size: 24px;*/ text-decoration: none; /*line-height: 30px;*/ }
footer.footer .row .right .menu_row .menu_clomn .menu_menu ul li a:hover { color: var(--secondary-color); }
footer.footer .copyright ul li { display: inline-block; }
footer.footer .copyright__row { padding-top: 30px; display: flex; flex-flow: wrap; }
footer.footer .copyright { width:75% ;}
footer.footer .social_media_box { width:25% ;}
footer.footer .copyright ul { display: inline-flex; flex-flow: wrap;  gap: 0 40px;  padding: 0 0; margin: 0; list-style: none; }
footer.footer .copyright p { margin-bottom: 0; }
footer.footer .copyright ul li a { text-decoration: none; }
footer.footer .copyright ul li a:hover { color: var(--secondary-color); }
.social_media_box ul li:first-child {padding-left: 0;}

.social_media_box ul li :hover svg path {fill: var(--secondary-color);}

.social_media_box ul li svg { height: 28px; width: 28px; display: block; fill: var(--primary-color); }
.social_media_box ul li { display: inline-flex; padding-left: 18px; }
.social_media_box ul { padding: 0; margin: 0; list-style: none; }
@media(max-width:1024px) {
    footer.footer .row .left { padding-right: 30px; }
    footer.footer .row .right { padding-left: 30px; }
    footer.footer .row .left .content { max-width: 347px; }
    footer.footer .copyright { flex-direction: column; gap: 28px; }
    footer.footer .copyright ul li:first-child { padding-left: 0; }
    footer.footer .copyright { width:100% ;}
footer.footer .social_media_box { display: flex; width:100% ; justify-content: left;
        padding-top: 20px; }
}
@media(max-width:992px) {
    footer.footer .row .left { width: 100%; padding-right: 0; }
    footer.footer .row .right { width: 100%; padding-left: 0; }
    footer.footer .row .right .menu_row { margin: 0 -15px; }
    footer.footer .copyright ul li { padding: 0px 9px; }
    footer.footer .copyright { gap: 15px; }
    
    
}
@media(max-width:767px) {
    footer.footer { padding-top: 70px; padding-bottom: 30px; }
    footer.footer .row .right .menu_row .menu_clomn { width: 100%; margin: 0 0; margin-bottom: 25px; }
    footer.footer .row .right .menu_row { margin: 0 0; }
    footer.footer .row .right .menu_row .menu_clomn:last-child { margin-bottom: 0; }
    footer.footer .copyright ul li { display: block; padding: 0 0 11px 0; }
    footer.footer .copyright ul li:last-child { padding-bottom: 0; }
}
/* ==================== footer ==================== */



/* ==================== Hero Banner ==================== */
.hero__section { padding: 52px 0; }
.hero__section .row { display: flex; flex-flow: wrap; align-items: center; }
.hero__section .row .left { width: 40%; padding-right: 20px; }
.hero__section .row .right { width: 60%; padding-left: 20px; }
.hero__section .row .right .Thumbnail img { width: 100%; display: block; border-radius: 20px; }
.hero__section .row.row__revres { flex-direction: row-reverse; }
.hero__section .row__revres .left { padding-right: 0; padding-left: 20px; }
.hero__section .row__revres .right { padding-left: 0; padding-right: 20px; }
/* ==================== end Hero Banner ==================== */ 

/* ==================== img_with_text ==================== */

.img_with_text { padding: 52px 0; background-color:#F4F4F4; }
.img_with_text .row { display: flex; flex-flow: wrap; align-items: center; }
.img_with_text .row .left { width: 50%; padding-right: 20px; }
.img_with_text .row .right { width: 50%; padding-left: 20px; }
.img_with_text .row .right .Thumbnail img { width: 100%; display: block; border-radius: 20px; }
.img_with_text .row.row__revres { flex-direction: row-reverse; }
.img_with_text .row__revres .left { padding-right: 0; padding-left: 20px; }
.img_with_text .row__revres .right { padding-left: 0; padding-right: 20px; }
/* ==================== img_with_text ==================== */

/* ==================== service ==================== */
.service {padding: 60px 0;background-color:#F4F4F4; }
.service .row { display: flex; flex-flow: wrap; margin: 0 -50px; }
.service .row .clomn { width: calc(100% / 3 - 100px); margin: 0 50px 30px; }
.service .heading h3 { margin-bottom: 5px; }
.service .icon img { width: 60px; display: inline-block; object-fit: contain; }
.service .icon { padding: 10px 0; }
/* ==================== end service ==================== */

/* ==================== email_section ==================== */
.email_section { padding: 50px 0; }
.email_section .email_row { position: relative; align-items: center; border-radius: 10px; padding: 50px 100px; background-color: #fff;  }
.email_section .email_description { width: 65%; padding-right: 20px; }
.email_section .email_form {  width: 35%; padding-left: 20px; }
/* .email_section .hs-button.primary { padding: 10px 50px; } */
.email_section .form-title { margin: 0; }
.email_section .field .hs-input {border: 2px solid var(--secondary-color);outline: none;}
.email_section span.hs-form-required { color: red; }
.email_section .email_row {  position: relative; display: flex; flex-flow: wrap; }
.email_section .email_description .title h2 { margin: 0; padding-bottom: 40px; }
.email_row:before { box-shadow: 1px -1px 16px 6px rgb(0 0 0 / 25%); position: absolute; top: 8px; bottom: -3px; left: 0; right: 0; border-radius: 15px; z-index: -1; content: ""; }
.email_section .email_form .hs-form-field {margin-bottom: 10px !important;}
.email_section .email_form .form-title, .submitted-message, form {background: transparent;}
.email_section .email_form form input[type=checkbox]+span:before { height: 20px; width: 20px; top: 0; border-color: var(--secondary-color); }
.email_section .email_form form input[type=checkbox]+span:after { width: 11px; top: 5px; left: 5px; border-color: var(--secondary-color); }
.email_section .email_form form input[type=checkbox]+span { padding-left: 35px; }
.email_section .email_form .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left:0 !important;}


/* ==================== end email_section ==================== */


/* ==================== faq_section ==================== */
.faq_section { padding: 60px 0; }
.faq_title { position: relative; cursor: pointer; }
/* .faq_title:before { position: absolute; content: ""; background-image: url('https://cixon.de/hubfs/Banner/Vector%20%2822%29.svg'); background-position: center; background-size: contain; top: auto; right: 3px; left: auto; bottom: auto; height: 30px; width: 30px; background-repeat: no-repeat; transition: all 0.4s ease; } */
.faq_title { padding-right: 45px; }
.faq_list { padding-left: 20px; }
/* .faq_section .active:before { transform: rotate(180deg); transition: all 0.4s ease; } */
.faq_section .content { padding-right: 45px; padding-left: 20px; position: relative; }
.faq_section .content:before { position: absolute; top: 0; right: auto; left: 0; width: 5px; height: 100%; background: var(--secondary-color); content: ""; border-radius: 12px; }
.faq_title h4 { margin-bottom: 00px; }
.faq_content {padding-top: 15px;}
.faq_box {padding-bottom:30px;}
/* .faq_title {display: flex;justify-content: space-between;} */
.faq_box_aroww {position: absolute;top: 0;right: 0;left: auto;}
.faq_box .faq_down { align-items: center; display: inline-block; display: inline-flex; height: 15px; justify-content: center; position: relative; transition: all .3s ease; width: 15px; }
.faq_box .faq_down span {border-color: var(--primary-color);border-style: solid;border-width: 0 0 4px 4px;bottom: 0;height: 80%;left: 0;margin: auto;position: absolute;right: 0;top: -5px;transform: rotate(-45deg);width: 80%;}
.active .faq_down {transform: scale(-1);}
/* .faq_box span.faq_down {padding-left: 20px;} */

/* ==================== end faq_section ==================== */

/* ==================== Testimonials ==================== */
.review_row { display: flex; flex-flow: wrap; margin: 0 -15px; }
.review_left.review_box { width: calc(100% / 3 - 30px); margin: 0px 15px; }
.dental_slider_box_cover {  padding: 27px 24px 22px 24px; background: #D9D9D9; position: relative; z-index: 1; border-radius: 10px; }
.dental_slider_box { padding-top: 30px; }
.dental_slider_box:first-child { padding-top: 0; }
section.review_section { padding: 50px 0 70px; }
.dental_slid_bottom {padding-top: 30px; display: flex; flex-flow: wrap; align-items: center; }
.slide_client_img { width: 70px; }
.slider_client_info { width: calc(100% - 70px); padding-left: 22px; text-align: left; }
.slide_client_img img { width: 70px; height: 70px !important; border-radius: 100%; object-fit: cover; display: block; margin: 0 auto; position: relative; z-index: 1; object-position: center; }
.slider_client_info h6 { margin-bottom: 3px; }
.review_row.mobile__view { display: none; }
/* ==================== end Testimonials ==================== */
/* ==================== Pricing Section ==================== */
.pricing { padding: 90px 0; background-color:#F4F4F4; box-shadow: 0 3px 3px rgb(0 0 0 / 25%); }
.pricing_row { display: flex; flex-flow: wrap; margin: 0 -30px; align-items: center; }
.pricing_clomn { width: calc(100% / 3 - 60px); margin: 0 30px; box-shadow: 0 4px 4px rgba(0, 0, 0, .25); padding: 20px 42px 49px; text-align: center; background: #fff; }
.pricing_content h4 { margin: 0; padding-bottom: 30px; color: var(--secondary-color); }
.pricing_content h3 { padding-bottom: 30px; margin: 0; }
.pricing_content .list_items ul { padding: 0; margin: 0; list-style: none; }
.most__box .pricing_content .list_items ul li { display: flex; flex-flow: wrap; padding-left: 0; }
.list_row { display: flex; flex-flow: wrap;     align-items: center;  }
.most__box .pricing_content .list_items ul li { justify-content: center; width: 100%; }
.pricing_content .list_items ul li { padding-bottom: 29px; }
.pricing_content .list_items ul li:last-child { padding-bottom: 0; }
.list_icon { width: 23px; line-height: 0;  }
.list_content { padding-left: 12px; }
.list_content { width: calc(100% - 23px); }
.most__box .pricing_row { align-items: flex-start; }
.most__box .list_items { padding-top: 37px; padding-bottom: 37px; }
.most__box .list_items ul li { padding-left: 45px; }


/* ==================== end Pricing Section ==================== */





@media(max-width:1450px){
    /* ==================== service ==================== */
    .service .row .clomn {width: calc(100% /3 - 30px);margin: 0 15px 30px;}
    .service .row {margin: 0 -15px;}
}
@media(max-width:1050px) {
    /* ==================== Pricing Section ==================== */
    .pricing_clomn { padding: 20px 20px 35px; width: calc(100% / 3 - 30px); margin: 0 15px; }
    .pricing_row { margin: 0 -15px; }
}

@media(max-width:991px){
    /* ==================== service ==================== */
    .service .row .clomn {width: calc(100% /2 - 30px);margin: 0 15px 30px;}
    .service .row {margin: 0 0px 0px;}
    /* ==================== email_section ==================== */
    .email_section .email_row { padding: 50px 50px; }
    .email_section .email_description { width: 50%; }
    .email_section .email_form { width: 50%; padding-top: 0; } 
    /* ==================== Testimonials ==================== */
    .review_row {margin: 0 0;}
    .review_row desktop_view { display: none; flex-flow: wrap; }
    .review_left.review_box { display: flex; flex-flow: wrap; }
    .dental_slider_box { width: calc(100% / 2 - 30px); margin: 0 15px; background: #d9d9d9; border-radius: 10px; padding: 27px 22px 22px; position: relative; z-index: 1; margin-bottom: 30px; }
    .review_left.review_box { width: 100%; margin: 0 0; }    
    .dental_slider_box_cover { background: transparent; padding: 0; border-radius: 0; }
    .review_row.mobile__view { display: block; }
    .dental_slider_box:first-child { padding-top:27px;}
    /* ==================== faq_section ==================== */
    .faq_list { padding-left: 0; }
    .faq_title  { padding-right: 34px; }
    .content { padding-right: 0; }
    /* ==================== Pricing Section ==================== */
    .pricing_clomn { padding: 20px 20px 35px; width: calc(100% / 3 - 30px); margin: 0 15px 30px; }
    .pricing_row { margin: 0 -15px; }
}
@media(max-width:767px){
    /* ==================== Hero Banner ==================== */
    .hero__section .row .left { width: 100%; padding-right: 0; padding-bottom: 20px; }
    .hero__section .row .right { width: 100%; padding-left: 0; padding-top: 20px; }    
    .hero__section .row__revres .left { padding-right: 0; padding-left: 0px; padding-bottom: 20px; }
    .hero__section .row__revres .right { padding-left: 0; padding-right: 0px; padding-top: 20px; }
    
    /* ==================== img_with_text ==================== */
    .img_with_text .row .left { width: 100%; padding-right: 0; padding-bottom: 20px; }
    .img_with_text .row .right { width: 100%; padding-left: 0; padding-top: 20px; }    
    .img_with_text .row__revres .left { padding-right: 0; padding-left: 0px; padding-bottom: 20px; }
    .img_with_text .row__revres .right { padding-left: 0; padding-right: 0px; padding-top: 20px; }
    
    /* ==================== service ==================== */
     .service .row .clomn {width: calc(100% /1 - 0px);margin: 0 0px 30px;}
    .service .row {margin: 0 0px 0px;}
    .service {padding: 40px 0;}
    
    /* ==================== email_section ==================== */
    .email_section .email_row { padding:30px 15px; }
    .email_section .email_description { width: 100%; padding-right: 0; padding-bottom: 20px; }
    .email_section .email_form { width: 100%; padding-left: 0; padding-top: 10px; }
    .email_section .email_description .title h2 { padding-bottom: 20px; }
    .email_section .hs-button.primary { width: 100%; padding: 13px 50px; }
    
    /* ==================== Testimonials ==================== */
    .dental_slider_box { width: calc(100% /1 - 00px); margin: 0 0px; background: #d9d9d9; border-radius: 10px; padding: 27px 20px 22px; position: relative; z-index: 1; margin-bottom: 30px; }
    .review_left.review_box { width: 100%; margin: 0 0; }
    .review_row.mobile__view { display: block; }
    
    /* ====================  faq_section ==================== */
/*     .faq_title:before { width: 24px; height: 24px; } */
    .faq_title { padding-right: 28px; }
    
    
    /* ==================== Pricing Section ==================== */
    .pricing_clomn { padding: 20px 20px 35px; width: calc(100% / 1 - 00px); margin: 0 00px 30px; }
    .pricing_row { margin: 0 00px;
}