.am-container-wrap{
    background-color: #FBFBFB !important;
}

.am-container {
    padding-bottom: 50px;
}

.am_column1 {
    width: 29%;
    padding-left: 10px !important;
    padding-right: 4px !important;
}

.tdi_117{
    padding-bottom: 20px;
}

.am-container .am_column2 {
    width: 71%;
    margin-top: 20px;
}

@media (max-width: 768px) {
.am-container .am_column2 {
    width: 100%;
}
}

.amindi_location{
    background: #fff !important;
    padding: 25px 28px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07)
}

.am-title-text {
    font-family: 'Noto Sans Georgian' !important;
    font-size: 23px;
    color:var(--td_text_color, #111111);
    font-weight: 700;
    margin: 0 !important;
}

.am-day-section-title{
	display: flex;
	justify-content:space-between;
}

h3.am-block-title {
    text-align: end;
}

.am-block-title{
    font-size: 17px;
    font-family: Noto Sans Georgian !important;
    font-weight: 600 !important;
    margin: 0;
}

 @media (max-width:1024px) {
 .am-block-title {
        font-size: 15px;
    }
}

 @media (max-width:768px) {
 .am-block-title {
        font-size: 13px !important;
    }
}


.amindi-hours{
    margin-top: -16px;
}

.am-location-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}


.banner-custom-ad-1 {
    margin: 50px 0;
}

.banner-custom-ad-2 {
    margin: 25px 0;
}

.banner-custom-ad-3 {
    margin: 50px 0;
}

.banner-custom-ad-4 {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1018px){
    .am_column1 {
        width: 36% !important;
    }
    .am_column2 {
        width: 64% !important;
    }

    .am-container{
        width: 100% !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .am-location-image img{
        height: 300px;
    }
}


@media only screen and (max-width: 768px){
    .am_column1 {
        width: 100%;
        padding-left:0 !important;
    }
    .am-column2-content{
        display: flex;
        flex-direction: column-reverse;
    }

    .am-title-text {
        font-size: 25px !important;
    }

    .am-location-image img{
        height: 270px;
    }

    .banner-custom-ad-1 {
        margin: 25px 0;
    }

    .banner-custom-ad-2 {
        margin: 25px 0;
    }

    .banner-custom-ad-3 {
        margin: 25px 0;
    }

    .banner-custom-ad-4 {
        margin-top: 25px;
    }

}


/*post */

.am-post-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 20px;
}
.am-title-link img {
    border-radius: 8px;
    height: auto;
}

 

.am-post-title {
    font-family: 'Noto Sans Georgian' !important;
    font-size: 16px;
    color: #0c0824;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}
@media only screen and (max-width:600px){
    .am-post-grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .am-title-link img {
        height: 230px;
        object-fit: cover;
    }
}

/*faq*/
.am-faq{
    padding: 35px 0;
}
.FAQ-ala-accordion {
    border-width: 0 0 1px 0;
    border-color: #E8E8E8;
    border-style: solid;
    font-size: 18px;
    font-family: 'Noto Sans Georgian' !important;
    font-weight: 600;
    color: #111111;
    padding: 20px 0 20px 10px;
    cursor: pointer;
    position: relative;
    line-height: 1.2;
    transition: 1s ease;
    display: flex;
    gap: 20px;
    transition: height 0.3s ease-out;
}
.faq-start{
    width: 100%;
}

.FAQ-ala-accordion .FAQ-question {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.FAQ-ala-accordion .FAQ-question h3 {
    font-size: 18px !important;
    font-family: 'Noto Sans Georgian' !important;
    font-weight: 600;
    line-height: 1.2;
    color: #111111;
    margin: 0;
}

.FAQ-ala-accordion .FAQ-question .FAQ-ala-icon {
    transition: 0.2s ease;
    width: 18px;
    /*margin-left: 10px;*/
}

.FAQ-ala-accordion .FAQ-question .FAQ-ala-icon-minus {
    display: none;
}

.FAQ-ala-accordion-active .FAQ-ala-icon {
    transform: rotate(180deg);
    transition: 0.2s ease;
}

.FAQ-ala-accordion-active .faq-count {
    color:#EEB44A;
}

.FAQ-ala-accordion-active .FAQ-question {
    color:#EEB44A;
}

.FAQ-ala-accordion-active .FAQ-question h3 {
    color:#EEB44A;
}

.FAQ-ala-accordion-container .FAQ-ala-accordion:last-child {
    border-width: 0;
}

.FAQ-ala-accordion-active, .FAQ-ala-accordion:hover {

}
.FAQ-ala-panel{
    display: none;
}

 .FAQ-paragraph {
     font-size: 15px;
     font-family: 'Noto Sans Georgian', Arial, sans-serif;
     font-weight: 500;
     padding: 10px 30px 0 0;
     line-height: 1.4;
     color:#737577;
     margin: 0;
 }

 .FAQ-paragraph p{
     font-size: 15px;
     font-family: 'Noto Sans Georgian', Arial, sans-serif;
     font-weight: 500;
     padding: 10px 0px 0 0;
     line-height: 1.4;
     color:#737577;
     margin: 0!important;
 }

 .FAQ-paragraph a{
     font-size: 15px;
     font-family: 'Noto Sans Georgian', Arial, sans-serif;
     font-weight: 500;
     padding: 10px 30px 0 0;
     line-height: 1.4;
     margin: 0!important;
 }

.FAQ-ala-accordion-active .FAQ-ala-icon {
    display: none;
}

.FAQ-ala-accordion-active .FAQ-question .FAQ-ala-icon-minus {
    display: flex;
}

.FAQ-ala-panel.show {
    display: block;
}

@media all and (max-width:1018px) {
    .FAQ-ala-accordion{
        padding-left: 0;
    }
    .FAQ-ala-accordion .FAQ-question h3 {
        font-size: 16px !important;
    }

    .FAQ-ala-accordion {
        font-size: 16px;
    }

    .FAQ-paragraph{
        font-size: 13px;
    }
}