


header h5 a{
    font-weight: 600!important;
    letter-spacing: 1px!important;
}


h2 strong{
    font-weight: 700!important;
}

/*=============form work========*/
/*.accordian{
    display: none;
}*/

.accordian {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
}


h3.accordion-title {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 60px !important;
    padding-top: 60px;
    border-top: 1px solid #3c3c3c;
    margin-bottom: 0px;
}

h3.accordion-title:first-child{
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px!important;
}

 

h3.accordion-title span.title{
    background: url("./images/plus.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right top;
    font-weight: 600;
    margin-top: -7px;
    padding-right: 30px;
    transition: all 0.1s ease-in-out;
        margin-bottom: 5px;
}

h3.accordion-title.open span.title{
background: url("./images/minus.svg");
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: right top;

}


.accordian .image, .accordian-left {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 85px;
    display: flex;
    flex-direction: column;
}

span.title-outer , .accordian-right{
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
}


span.title-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    word-spacing: 1px;
    margin-top: 5px;
    font-family: "Poppins-regular", Sans-serif;
    padding-right: 50px;
}


.accordion-container .accordion-title {
    position: relative;
    cursor: pointer;
    display: flex;
  }



.accordion-content .btn{

}
  
  /*=============accordion-content=============*/
  
  .accordion-content {
 
  }
  .accordion-container {
    width: 100;
  }

.accordian h3.accordion-title img {
    max-width: 290px;
    height: auto;
}

.accordian-content-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
        margin-top: 25px;
}

.after-photo {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c3c3c;
 
}


.after-photo strong {
    display: flex;
    margin-bottom: 20px;
}

span.after-photo-image {
    display: flex;
    margin-right: 5px;
}

span.after-photo-image img {
    min-width: 25px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
    margin-top: 2px;
    height: auto;
}

ul.location-ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style-type: none;
    padding: 0px;
}
ul.location-ul li {
    font-weight: 600;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

ul.location-ul li .icon {
    min-width: 30px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    margin-top: 3px;
}

.accordian-right h6 {
    font-weight: 600;
    margin-top: 0px;
}

ul.accordian-ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    list-style-type: none;
        margin-bottom: 20px;
}

ul.accordian-ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 13px;
}

ul.accordian-ul li img {
    width: 17px;
    height: 24px;
    margin-top: 1px;
}

.payment-box .btn-box {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    column-gap: 15px;
    flex-direction: column;
    max-width: 390px;
}
.payment-box .btn-box .contact-formbtn {
    margin-top: 20px;
}

a.border-btn {
    color: #060D44;
    border: 1px solid #060D44;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    column-gap: 10px;
}


.payment-image {
    margin-top: 20px;
}

.payment-image img {
    max-width: 470px;
}

/*==========acordian hide and show==========*/

/*.accordion-content {
    position: relative;
    top: -125px!important;
    transition: all 0.1s ease-in-out;
    opacity: 0!important;
    height: 0px!important;
}

.accordion-container .accordion-title {transition: all 0.1s ease-in-out;}

h3.accordion-title.js-accordion-title.open + .accordion-content {
    top: 0px!important;
    opacity: 1!important;
    height: auto!important;
}*/


/*=======accordian end here=============*/
  


.newcontact-section .newcontact-formwrapper {
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(217, 217, 217, .26);
    padding: 40px;
    position: relative;
}
.newcontact-section .newcontact-formwrapper:before {
    content: "";
    position: absolute;
    left: -7px;
    bottom: -7px;
    height: 100%;
    width: 100%;
    background: #bdd0fb;
    z-index: -1;
}


.newcontactform-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.wpcf7-form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpcf7-form .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
    

    .wpcf7-form .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
       width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
    

.newcontact-section .newcontact-formwrapper .form-group {
    text-align: left;
    margin-bottom: 30px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #787878;
     font-size: 16px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form-control {
    display: block;
    width: 100%!important;
     height: 40px;
    padding: .375rem .75rem!important;
    font-size: 16px;
    font-weight: 400!important;
    line-height: 1.5;
    color: #787878!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(120, 120, 120, 0.63)!important;
   border-radius: 5px!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.wpcf7-form-control {
    min-height: 150px;
}

.form-bottom-outer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.privacy-content, .privacy-content a {
    font-size: 12px;
    line-height: 18px;
}

.privacy-content a {
    text-decoration: underline;
    color: #096BCD;
}

.privacy-content {
    color: #787878;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.newcontact-button {
    margin-top: 15px;
}


.wpcf7-response-output {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}


.contact-formbtn svg, .btn-container a svg {
    margin-left: 10px;
        width: 14px;
        height: 11px;
        transition: all 0.3s ease-in-out;
}

button.contact-formbtn {

        line-height: 16px;
}

.banner a:hover path {
    fill: #fff;
    stroke: #fff;
}

/*==============responsive start here================*/

/*==============for 4k screen min width 1920 start here=================*/

@media only screen and (min-width: 1921px) { }

@media only screen and (min-width: 1200px) {

}


@media only screen and (max-width: 1200px) { 

    .accordian .image, .accordian-left {
            padding-right: 30px;
    }

.banner-text-box {
    top: 50% !important;
    transform: translateY(-50%);
}


}


/*==============tablet landscape  start  here=================*/
@media only screen and (min-width: 992px) and (max-width:1200px) { }


/*==============  1199 start  here=================*/
@media only screen and (max-width: 1199px) { }


/*==============tablet portrate  991 start  here=================*/
@media only screen and (max-width: 991px) {

.accordion-container .accordion-title {
    margin-top: 30px !important;
    padding-top: 30px;
}

 span.title br{
    display: none;
 }


}



/* ==================All small size Mobile  ==================*/
@media only screen and (max-width: 812px) { 
        h1 br, h2 br, h3 br, h4 br, h5 br, h5 br{
            display: none;
        }

    ul.accordian-ul li {
        background-image: url(https://www.ki4mi.at/wp-content/themes/hello-elementor/css/images/icons.svg);
        background-repeat: no-repeat;
        padding-left: 22px;
        background-position: left 6px;
        background-size: 11px auto;
        flex-direction: column;
    }


    ul.accordian-ul li img {
        display: none;
    }

    h3.accordion-title span.title {
        font-size: 18px;
        line-height: 1.5;
    }
    .after-photo {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .after-photo strong {
        margin-bottom: 10px;
    }



}


/* ==================All small size Mobile 767 close here ==================*/
@media only screen and (min-width:513px) and (max-width:812px) {

.accordian .image, .accordian-left {
    flex: 0 0 40%;
    max-width: 40%;

}

span.title-outer, .accordian-right {
    flex: 0 0 60%;
    max-width: 60%;
 
}

    .after-photo p {
    font-size: 14px;
    }

    span.after-photo-image img, .location-ul li .icon img {
        min-width: auto;
        width: 20px;
    }

    ul.location-ul li {
        font-size: 14px;
        line-height: 1.5;
    }

 }



/*=====iphone 5 media query=======*/
@media screen and (max-width: 512px) {
    .newcontact-section .newcontact-formwrapper {
        padding: 20px 15px;
    }

    .wpcf7-form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newcontact-section .newcontact-formwrapper .form-group {
     
        margin-bottom: 15px;
    }
h3.accordion-title span.title {
    margin-bottom: 0px;
}

    span.title-content {
        display: none;
    }

    h3.accordion-title span.title {
        font-size: 16px;
        background-position: right 6px;
    }
    h3.accordion-title.open span.title {
        background-position: right 6px;
    }

    .accordian-content-inner {
        flex-direction: column;
    }

    body .accordian .accordian-left, body .accordian .accordian-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .payment-box .btn-box {
        flex-direction: column;
        row-gap: 10px;
    }

    a.border-btn {
    text-align: center;
    justify-content: center;
    }

    .payment-box .btn-box a, .payment-box .btn-box .contact-formbtn {
        height: 45px;
        line-height: normal;
        padding: 10px 15px;
    }

    .accordion-container .accordion-title {
        margin-top: 20px !important;
        padding-top: 20px;
     }

    .accordian .image {
        padding-right: 15px;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .accordian span.title-outer {
       flex: 0 0 75%;
        max-width: 75%;  
    }

    .payment-image img {
    max-width: 100%;
    }

    .accordian .image {
        flex: 0 0 35%;
        max-width: 35%;
    }


    .accordian span.title-outer {
        flex: 0 0 65%;
        max-width: 65%;
    }


 }

/*=====iphone 5 media query=======*/
@media screen and (max-width: 330px) { }