/* top banner style */

.bg-banner{
    background: url('https://www.givesit.it/wp-content/uploads/2018/06/assistenza_banner.png') no-repeat center bottom;
    background-size: cover;
    height: 305px;
    -webkit-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
    -moz-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
    box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
}

.answer-question {
    margin-top: 25px;
}

.answer-question .select-form {
    border: none;
    width: 320px;
    max-width: 100%;
    height: 45px !important;
    font-size: 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(163,163,163,0.51);
    -moz-box-shadow: 0px 2px 6px 0px rgba(163,163,163,0.51);
    box-shadow: 0px 2px 6px 0px rgba(163,163,163,0.51);
    background: url('https://www.givesit.it/wp-content/uploads/2018/06/arrow-down-blue.png') no-repeat 96%;
    color: #A53445;
}
.txt-content {
    font-size: 24px;
    line-height: 35px;
    color: #848484;
    margin: 45px 0 45px 0;
}

.title-of-section {
    color: #A53445;
    font-size: 38px;
    font-weight: 500;
}
.subtitle {
    color: #A53445;
    font-weight: normal;
}

/* customize collapse panels  */
.card {
    border-radius: 0;
    border: none;
}

.card-header:first-child {
    background: #A53445;
    border-radius: 0!important;
}

@media (min-width: 992px) {
    .card-header:first-child a {
        font-size: 26px;
        padding: 10px 48px;
    }
    .card-header {
        height: 55px;
    }
    .card {
        margin-bottom: 10px;
    }
    .subtitle {
        font-size: 38px;
        margin-top: 35px;
        margin-bottom: 38px;
    }
}
@media (max-width: 991px) {
    .card-header:first-child a {
        font-size: 18px;
        padding: 5px 50px 5px 20px;
        background-size: 15px !important;
    }
    .card-header {
        /*height: 40px;*/
        overflow: hidden;
    }
    .card {
        margin-bottom: 25px;
    }
    .subtitle {
        font-size: 23px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
 {
    .card-header:first-child a {
        font-size: 15px;
    }
 }
.card-header:first-child a {
    color: #ffffff;
    display: block;
    width: 100%;
    background: url('https://www.givesit.it/wp-content/uploads/2018/06/arrow-down-white.png') no-repeat 100%;
    background-position: top 15px right 30px;
    line-height: 30px;
}
.card-header:first-child a:hover, .card-header:first-child a:focus {
    text-decoration: none;
}

.card-header:first-child a.card-link[aria-expanded="true"] {
    background: url('https://www.givesit.it/wp-content/uploads/2018/06/arrow-up-white.png') no-repeat 100%;
    background-position: top 15px right 30px;
}
.collapse.show {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
    -moz-box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
    box-shadow: 0px 2px 1px 1px rgba(163,163,163,0.51);
}

.card-body {
    background: #F5F5F5;
    min-height: 120px;
    font-size: 20px;
    color: #848484;
    line-height: 28px;
    padding: 40px 30px;
}

.card-body .download-btn {
    margin-top: 35px;
    background: transparent;
    border: 1px solid #A53445;
    color: #A53445;
    font-size: 12px;
    width: 168px;
    max-width: 100%;
    padding: 8px 35px 8px 50px;
    border-radius: 0;
    background: url(https://www.givesit.it/wp-content/uploads/2018/06/download-arrow.png) no-repeat 15%;
}

.video-img {
    margin-top: 15px;
    background: url(https://www.givesit.it/wp-content/uploads/2018/06/video-img.png) no-repeat;
    height: 304px;
    cursor: pointer;
    background-size: contain;
}

#videoModal .modal-dialog {
    max-width: 555px;
}

#videoModal .modal-content {
  border-radius: 0;
}

#videoModal .modal-body {
    padding-top: 65px;
}

#videoModal .modal-body button.close {
    margin-top: -45px;
    font-weight: 300;
    color: #ffffff;
    background: #A53445;
    opacity: 1;
    height: 40px;
    width: 40px;
    right: 0px;
    position: absolute;
    top: 45px;
    text-align: center;
}

.lavaggio {
    margin-bottom: 70px;
}