@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.container,
.container-fluid {
    padding: 0 !important;
}

#deskTop {
    display: block;
    margin: auto;
}

#moBile {
    display: none;
}


.header-title {
    background-color: #003b79;
    text-align: center;
    /*padding: 0px 20%;*/
    height: 460px;
}

.header-info {
    padding: 40px 0 0 !important;
}

.header-logo img {
    width: 10%;
}

.header-info h3 {
    padding-top: 40px;
    margin: 0;
   color: #fff;
   font-size: 25px;
   font-weight: 600;
}

#title-sub {
    padding-top: 0;
}

.bg-banner {
    text-align: center;
    /* margin: auto; */
    position: relative;
    top: -160px;
}

.apply-main {
    text-align: center;
    position: relative;
    top: -70px;
    /*padding: 0px 20%;*/
}

.apply-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}

.apply-info {
    background-color: #f7f7f7;
    border: 1px solid #E5E5E5;
    padding: 25px 15px 20px;
}

.img-wrapper img {
    margin: 20% auto;
    width: 60%;
   
}

.img-wrapper {
    background-color: #003b79;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
}

.apply-title {
    margin-bottom: 50px;
}

.sub-apply {
    padding: 0px 17%;
    grid-template-columns: 49% 48%;
    padding-top: 25px;
    grid-gap: 3%;
}

.bonus-grid {
    display: grid;
    grid-template-columns: 30% 5% 30% 5% 30%;
}

.bonus-desc {
    background-color: #f7f7f7;
    padding: 25px;
    margin: 0 10px;
}

.bonus-desc h5 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #003b79;
    font-weight: 600;
}

.bonus-desc h3 {
    font-size: 27px;
    margin: 0;
    font-weight: 600;
}

.bonus-main {
    padding: 7% 13%;
    padding-bottom: 0;
}

.bonus-title h2 {
    margin-bottom: 30px;
}

.bonus-info p {
    margin-bottom: 30px !important;
}

.bonus-icon i {
    color: #fcb813;
    font-size: 20px;
}

.bonus-icon {
    align-self: center;
}

.bonus-icon h5 > span {
    font-size: 25px;
    font-weight: bold;
    color: #fcb813;
}

.special-main {
    background-color: #f7f7f7;
    padding: 5% 0 !important;
}

.special-desc img {
    width: 100%;
}

.special-grid {
    display: grid;
    grid-template-columns: 47% 47%;
    grid-gap: 6%;
}

.special-code {
    text-align: center;
    border-radius: 30px;
    background-color: #fff;
    padding: 80px 35px 35px;
    height: 535px;
    box-shadow: 0 10px 24px #7987914d;
}

.special-unit {
    background: transparent linear-gradient( 
180deg, #FFD05D 0%, #EDA800 100%) 0% 0% no-repeat padding-box;
    width: 65%;
    margin: auto;
    position: relative;
    top: -135px;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    box-shadow: 2px 4px 10px #00000033;
}

.special-unit h5 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}

.special-unit h4 {
    font-size: 32px;
    font-weight: 900;
    margin: 0;
}

.special-inverse {
    background: transparent linear-gradient( 
180deg, #FFD05D 0%, #EDA800 100%) 0% 0% no-repeat padding-box;
    width: 50%;
    margin: auto;
    position: relative;
    top: -50px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 2px 4px 10px #00000033;
}

.product-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.provider-grid {
    display: grid;
    grid-template-columns: 49% 2% 49% 2%;
    /*grid-gap: 2%;*/
    background-color: #f7f7f7;
}

.v-line {
    background-color: #fff;
}

.product-title h3 {
    font-size: 16px;
    color: #003b79;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.special-wrap {
    position: relative;
    top: -100px;
}

.provider-info h2 {
    margin: 0;
    font-weight: 600;
    font-size: 27px;
}

.provider-info h3 {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}

.provider-info p {
    font-size: 16px;
    margin: 0;
}

.provider-info {
    /*background-color: #f7f7f7;*/
    padding: 25px 5px;
    margin: 9% auto;
}

.all-provider {
   align-self: center;
       height: 120.8px;
}

.special-inverse h5 {
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.special-desc {
    align-self: center;
}

.special-code a:hover {
    text-decoration: none;
}

.terms-main {
    padding: 5% 0 !important;
}

.terms-main a {
    color: #0070c9;
    text-decoration: none;
}

.terms-main a:hover {
    color: #0070c9;
}

.terms-main h2 {
    margin-bottom: 30px;
}

.terms-info ol {
    margin: 0;
    padding-left: 15px;
}

.footer-bg {
    background-color: #003b79;
}

.terms-main {
    padding: 5% 0 !important;
}

.footer-main {
    padding: 5% 0 1% !important;
    text-align: center;
    color: #fff;
}

.footer-social li {
    display: contents;
}

.footer-social img {
    width: 5%;
}

.footer-social ul {
    padding: 0;
    margin: 0;
}

.footer-info h2 {
    margin-bottom: 30px;
}

#sub-footer {
    margin-bottom: 0;
}

.footer-img {
    margin-bottom: 30px;
}

.footer-img img {
    width: 50%;
}

#hrStyle {
    border-top: 2px solid #003164 !important;
}

.apply-title h2,
.bonus-title h2,
.terms-info h2,
.footer-info h2 {
    font-size: 33px;
    font-weight: 600;
}

.apply-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.apply-info p,
.bonus-info p {
    margin: 0;
    font-size: 16px;
}

.footer-info p {
    margin: 0;
    font-size: 18px;
}

#sub-p {
    margin-bottom: 20px;
}

.footer-info h2 {
    text-transform: uppercase;
}

.info-one {
    margin: 0 !important;
}

@media (min-width: 700px) and (max-width: 1023px) {

.bg-banner img {
    width: 90%;
}

.header-title {
    height: 400px;
}

.bg-banner {
    top: -100px;
}

.header-logo img {
    width: 15%;
}

.apply-title h2, .bonus-title h2, .terms-info h2, .footer-info h2 {
    font-size: 28px;
}

.apply-title {
    margin-bottom: 25px;
}

.bonus-main {
    padding: 7% 0%;
    padding-bottom: 0;
}

.provider-info h2 {
    font-size: 18px;
}

.special-code {
    padding: 80px 5px 35px; 
    height: 490px;
}

.special-unit h4 {
    font-size: 25px;
}

.special-wrap {
    top: -125px;
}

.special-unit,
.special-inverse {
    width: 80%;
    
}

.special-main {
    padding: 10% 0 !important;
}

.special-inverse {
    top: -85px;
   
}

.provider-info {
    margin: 15% auto;
}

.info-one {
    margin: -12px auto !important;
}

    }

    @media (min-width: 1024px) and (max-width: 1080px) {


        .bg-banner img {
    width: 90%;
}

.header-title {
    height: 425px;
}

.bg-banner {
    top: -100px;
}

.header-logo img {
    width: 15%;
}

.apply-title h2, .bonus-title h2, .terms-info h2, .footer-info h2 {
    font-size: 28px;
}

.apply-title {
    margin-bottom: 25px;
}

.bonus-main {
    padding: 7% 0%;
    padding-bottom: 0;
}

.provider-info h2 {
    font-size: 18px;
}

.special-code {
    padding: 80px 5px 35px; 
    height: 490px;
}

.special-unit h4 {
    font-size: 25px;
}

.special-wrap {
    top: -125px;
}

.special-unit,
.special-inverse {
    width: 80%;
    
}

.special-main {
    padding: 10% 0 !important;
}

.special-inverse {
    top: -85px;
   
}
    }


    @media (min-width: 300px) and (max-width: 600px) {


    #deskTop {
    display: none !important;
}

#moBile {
    display: block !important;
    margin: auto;
}

.apply-grid {
    grid-template-columns: auto;
    
}

.sub-apply {
    grid-template-columns: auto;
    padding-top: 43px !important;
    padding: 0;
   
}

.bonus-grid {
    grid-template-columns: auto;
    grid-gap: 3%;
    margin: 0 20%;
}

.special-grid {
    grid-template-columns: auto;
}

.container {
    padding: 0 30px !important;
}

.header-logo img {
    width: 25%;
}

.header-logo {
    padding-top: 40px;
}

.header-info h3 {
    padding-top: 25px;
}

.bg-banner {
    top: -85px;
}

.header-title {
    height: 360px;
}

.apply-title h2, .bonus-title h2, .terms-info h2, .footer-info h2 {
    font-size: 25px;
}

.apply-main {
    top: -50px;
    
}

.apply-title {
    margin-bottom: 35px;
}

.bonus-main {
    padding: 15% 0;
    padding-bottom: 15%;
}

.bonus-desc h3 {
    font-size: 22px;
}

.special-unit h4 {
    font-size: 25px;
}

.provider-info h2 {
    font-size: 22px;
}

.special-wrap {
    top: -110px;
}

.provider-info p {
    font-size: 12px;
}

.provider-info h3 {
    font-size: 20px;
}

.special-unit,.special-inverse {
    width: auto;
    
}

.special-unit {
    top: -125px;
}

.special-inverse {
    top: -75px;
}

.special-unit h5 {
    margin-bottom: 0px;
}

.special-code {
    height: 490px;
    margin-top: 10%;
}

.special-info {
    margin-bottom: 20%;
}

.terms-main.container {
    margin: 10% 0;
}

.provider-info {
    margin: 16% auto;
}

.footer-info {
    padding: 10% 0;
}

.footer-img img {
    width: 100%;
}

.footer-social img {
    width: 12%;
}




}


