
#sectionterm {
    background-color: #fb4848;
    position: relative;

    height: 40vh !important;
    min-height: 40vh !important;

}

h5{
    font-size: 1.25rem;
    font-family: OpenSans-Semibold
  }
ul li b{
    font-size: 1rem;
    font-family: OpenSans-Semibold
  }

#sectionterm .flex-viewport {
    height: 100vh;
}
#sectionterm .flex-viewport .slides li {
    height: 100vh;
}
#sectionterm .flexslider .display-4.text-white span {
    font-family: "OpenSans-Light";
    font-weight: normal;
}

#sectionterm .flexslider .display-4.text-white b {
    font-family: "OpenSans-Bold";
    font-weight: normal;
}

#sectionterm h2.h4.display-4 {
    font-family: "OpenSans-Bold";
}

#sectionterm.section-talktous {
    background: linear-gradient(to bottom, #fb4848 0%, #fb4848 100%) no-repeat;
    background-size: 100% calc(65%);
    background-position-y: 0;
}
#sectionterm.section-talktous span.h3.mb-3.d-block {
    font-family: "OpenSans-Bold";
}

#sectionterm .slides li .display-4 {
    font-size: 20px;
}

#sectionterm .slides li h3 {
    font-size: 19px;
}
#sectionterm .flexslider .slides li .col-md-6:nth-child(2) {
    text-align: center;
}
#sectionterm .flexslider .slides li .col-md-6:nth-child(2) img {
    width: 70%;
    margin: auto;
}

/* #sectionterm {
    height: auto !important;
    min-height: unset;
} */

#sectionterm > .container {
    height: auto !important;
}

#sectionterm > .container > .flexslider {
    height: auto !important;
    margin-bottom: 0px;
}

#sectionterm .flex-viewport .slides li {
    height: auto !important;
}

#sectionterm .flex-viewport {
    height: auto !important;
}
#sectionterm .slides li .display-4,
#sectionterm .slides li div.mt-n5.text-white,
#sectionterm .slides li div.text-white {
    margin-top: 20px !important;
}
#sectionterm .flexslider .slides li .col-md-6:nth-child(2) img {
    margin-top: 20px !important;
    width: 60%;
}
#sectionterm .flexslider .display-4.text-white b {
    margin-top: 20px !important;
}

/* md */
@media (min-width: 992px) and (min-height: 661px) {
    #sectionterm .flexslider {
        height: 100% !important;
    }

    #sectionterm .flexslider .display-4 .text-white span {
        margin-top: 60px !important;
    } 
}

@media (max-width: 1200px) and (max-height: 750px) {
  

    #sectionterm .flexslider .display-4 span {
        font-size: 50px !important;
    }

    #sectionterm .flexslider .display-4 b {
        font-size: 30px !important;
    }

    #sectionterm li .row .col-md-6 img {
        max-width: 85% !important;
        margin-left: 50px;
    }

    #sectionterm .container {
        width: 85%;
    }

    .static-banner {
        /*background-color: #fae997;*/
        -webkit-box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
        box-shadow: 1px 0px 15px 1px rgba(0, 0, 0, 0.17);
        width: 95%;
    }

    .static-banner .text-content span {
        font-size: 20px;
    }
}

@media (max-height: 650px) {
    #sectionterm .flexslider .display-4 span {
        font-size: 45px !important;
    }

    #sectionterm .flexslider .display-4 b {
        font-size: 28px !important;
    }

    #sectionterm li .row .col-md-6 img {
        max-width: 80% !important;
    }
}