﻿.choose-wrapper {
    background-image: url(../Images/bg-shape-5.png);
    background-position: center -120px;
    background-repeat: no-repeat;
    background-size: 140% 100%;
    padding-top: 480px;
    padding-bottom: 300px;
    margin-top: -300px;
}

.choose-wrapper h6 {
    font-family: Poppins-Bold;
    font-size: 25px;
    line-height: 30px;
    color: #014991;
}

.family-3 {
    position: relative;
    left: -170px;
}

.choose-highlights {
    margin-top: 20px;
}

.choose-item {
    text-align: center
}

table.choose-table td {
    border: none;
    text-align: center
}

table.choose-table td h6 {
    font-family: Poppins-SemiBold;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

.choose-para {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.07px;
    line-height: 28px;
    /*text-align: center;*/
    color: #033378;
}

@media(max-width:2000px) {
    .choose-wrapper {
        padding-top: 560px;
        margin-top: -200px;
        padding-bottom: 300px;
        background-size: 120% 100%;
    }
}

@media(max-width:1800px) {
    .choose-wrapper {
        padding-top: 460px;
        margin-top: -150px;
    }
}

@media(max-width:1600px) {
    .choose-wrapper {
        background-position: 100% -169px;
        padding-top: 320px;
        margin-top: -100px;
        background-size: 109% 100%;
    }
}

@media(max-width:1500px) {
    .choose-wrapper {
        background-position: 100% -120px;
        background-size: 110%;
        padding-top: 390px;
        padding-bottom: 220px;
        margin-top: -140px;
    }
}

@media(max-width:1400px) {
    .choose-wrapper {
        background-position: 100% -200px;
        background-size: 130% 109%;
        padding-top: 260px;
    }
}

@media(max-width:1366px) {
    .choose-wrapper {
        background-position: center top;
        background-size: 130% 100%;
        padding-top: 600px;
        padding-bottom: 220px;
        margin-top: -185px;
    }
}

@media(max-width:1200px) {
    .choose-wrapper {
        background-size: 165% 100%;
        padding-top: 547px;
        background-position: 47% 100%;
        margin-top: -294px;
    }
}

@media(max-width:1024px) {
    .choose-wrapper {
        padding-top: 500px
    }
    .choose-highlights {
        margin: 0 auto
    }
    .choose-para {
        font-size: 18px;
        line-height: 21px;
    }
}

@media(max-width:768px) {
    .choose-wrapper {
       padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0px;
    }
    .choose-wrapper h6 {
        font-family: Poppins-Medium;
        font-size: 21px;
        line-height: 23px;
    }
    .choose-table {
        margin-bottom: 0px;
    }
    .choose-table img {
        max-height: 90px;
        width: auto;
    }
    table.choose-table td h6 {
        font-size: 16px
    }
    .intro-header-small {
        font-size: 24px;
        margin-bottom: 20px
    }
    .mobileCenter {
        text-align: center;
    }
}

@media (max-width:480px) {
    table.choose-table td {
        padding: .25rem
    }
    .choose-table img {
        max-height: 80px;
        width: auto;
    }
}