.home-faq-section .row {
    border-top: 3px solid #FDA430;
    padding-top: 50px;
    position:relative;
}

.home-faq-section .row:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px 12px 12px 60px;
    left: calc(50% - 30px);
    background: #FDA430;
    top: -30px;
    background-image: url(/themes/guest/assets/own/images/tools.svg);
    background-position: center;
    background-size: 65%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-blend-mode: screen;
}

.home-faq-section{
    padding-bottom:80px !important;
}

.newsletter-inside-home {
    border-top: 3px solid #FDA430;
    border-bottom: 3px solid #FDA430;
    padding-top: 60px;
    padding-bottom:60px;
    padding-left:60px;
    padding-right:60px; 
    text-align:center;
    padding-bottom:40px;
    margin-bottom:72px; 
    margin-top:-50px;
    position:relative;
}

.newsletter-inside-home:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px 12px 12px 60px;
    left: calc(50% - 30px);
    background: #FDA430;
    top: -30px;
    background-image: url(/themes/guest/assets/own/images/tools.svg);
    background-position: center;
    background-size: 65%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-blend-mode: screen;
}


.newsletter-inside-home h3 { 
    width: 100%; 
    margin-bottom: 30px; 
    font-weight: 800; 
    text-align: center; 
    margin-top:-20px; 
}

.actions-container-home-page{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    color:#fff;
    margin-top:20px;
}

.newsletter-inside-home .item{
    width: 49.5%;
    margin: 0;
    border-radius: 5px;
    padding: 21px;
    position: relative;
    cursor: pointer;
}

.newsletter-inside-home .item:hover{
    transition:1s;
    transform:scale(1.05);
    z-index:100;
}

.newsletter-inside-home h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
}

.newsletter-inside-home p{
    margin-bottom: 0px;
    font-size:14px;
    color:#fff;
}

.newsletter-inside-home .ajanlatkeres{ 
    background: #182333;
}

.newsletter-inside-home .phone{
    background:#FDA430;
}


@media(max-width:555px){
    .newsletter-inside-home{
        padding-left:10px;
        padding-right:10px;
    }
}

@media(max-width:355px){
    .newsletter-inside-home{
        padding-left:6px;
        padding-right:6px;
    }
}

@media(max-width:680px){
    .actions-container-home-page{
        flex-direction:column;
    }

    .actions-container-home-page .ajanlatkeres,
    .actions-container-home-page .phone{
        width:95%;
    }

    .actions-container-home-page .ajanlatkeres{
        margin-bottom:30px;
    }
}

.banners-section-home{
    margin-top: -130px;
}

.banners-section-home .banners-flex{
    display:flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction:row;
}

.banners-section-home .banners-flex .item{
    width:49%;
}

.banners-section-home .banners-flex .text-item{
    padding-right:15px;
}

.banners-section-home .banners-flex .item img{
    width:100%;
    border-radius: 9px;
    box-shadow: 0 0px 7px 3px rgba(0, 0, 0, .2);
}

@media(min-width:600px) and (max-width:768px){
    .banners-section-home .image-item img{
        width:80% !important;
    }

    .banners-section-home .image-item{
        display:flex;
        justify-content: center;
        align-items:center;
    }
}

@media(min-width:768px) and (max-width:992px){
    .banners-section-home .image-item img{
        width:70% !important;
    }

    .banners-section-home .image-item{
        display:flex;
        justify-content: center;
        align-items:center;
    }
}


@media(max-width:992px){
    .banners-section-home .banners-flex .item{
        width:100%;
    }   

    .banners-section-home .banners-flex{
        flex-direction:column-reverse;
    } 

    .banners-flex{
        padding-left:15px;
        padding-right:15px;
    }

    .banners-flex img{
        margin-top:20px;
        margin-bottom:20px;
    }

    .banners-section-home .banners-flex .text-item{
        padding-right:1px;
    }
}

.banners-section-home strong{
    border-bottom:3px solid #FF9C00;
}

.free-section-home .btn-connect:hover{
    transition:0.5s;
    background-color: #FDA430 !important;
    border-bottom:2px solid #182333;      
}