/*ADD NEW CSS TO THIS FILE*/

/*.row	{
	margin-right:-15px;
	margin-left:-15px;	
}*/

.rowsbi {
    margin-right: -15px;
    margin-left: -15px;
}

a.btn {
    font-size:15px;
    max-width: 190px;
    margin-bottom:18px;
    border: 2px solid #116a3b;
    transition: all .25s;
}
a.btn:hover,
a.btn:focus{
    background-color: transparent;
    color: #116a3b;
}
.btn {
    background-color: #116a3b;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 350px;
}

.alt-color {
    background-color: #69be27 !important;
}

.btn:hover {
    color: #fff;
}

hr {
    border-top: 1px solid #c5c5c5;
}

.green {
    color: #116a3b;
}
.light-green {
    color: #6ebd33;
}

/* font styles */
p {
    font-size: 16px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
    margin-bottom: 25px;
}

h3 {
    font-size: 18px;
    line-height: 26px;
    color: #116a3b;
    margin-bottom: 25px;
    font-weight: 600;
}

/* page header */
.header-hashtag {
    padding: 10px 0 10px 15px;
    font-size: 22px;
    line-height: 26px;
    color: #116a3b;
}

.page-header {
    background-color: #116a3b;
    margin-top: 0 !important;
    padding-bottom: 0;
    margin-bottom: 55px;
    border-bottom: none;
}

    .page-header .sbi-logo {
        width: 250px;
        height: 250px;
    }

    .page-header .row {
        height: 300px;
        display: flex;
        align-items: center;
    }

    .page-header div.col-md-4,
    .page-header div.col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

.sbiportalbtn {
    border: 0;
    color: #fff;
    font-size: 20px;
    width: 420px;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 140px 10px 140px;
    position: relative;
    background: #007035;
    white-space: normal !important;
    word-wrap: break-word;
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
}

.banner {
    background-image: url('https://assets.greencastonline.com/images/media/hero-sbi-dk.jpg');
    background-position: center;
    background-size: cover;
    height: 300px;
}

.pb-5 {
    padding-bottom: 1.5rem;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* info sheet callout */
.info-sheet-callout {
    position: relative;
    /*background-color:#CCC;*/
    font-size: 24px;
    line-height: 28px;
    padding: 20px 10px 20px 157px;
    margin: 50px 0;
}

    .info-sheet-callout a {
        color: #116a3b;
    }

    .info-sheet-callout img {
        position: absolute;
        top: -30px;
        left: 0;
    }

/* testimonial area */
div.testimonial-container {
    padding: 50px 0 300px 0;
    background: no-repeat center bottom #dfdfdf;
    background-size: contain;
    position: relative;
    margin-bottom: 60px;
}

    div.testimonial-container h2 {
        color: #116a3b;
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 50px;
    }

div.testimonial {
    background-color: #fff;
    border-top: 16px solid #6ebd33;
    padding: 0 25px 35px 25px;
    margin-bottom: 60px;
}

    div.testimonial img {
        width: 120px;
        height: 120px;
        margin-top: -45px;
    }

    div.testimonial p {
        font-style: italic;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        font-weight: 200;
        padding: 0;
        margin: 20px 0 0 0;
    }

        div.testimonial p strong {
            color: #116a3b;
        }

div.bottom-bar-apply {
    padding: 35px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(17, 106, 59);
    background-color: rgba(17, 106, 59, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#116a3b, endColorstr=#116a3b);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#116a3b, endColorstr=#116a3b)";
}

    div.bottom-bar-apply a.btn {
        margin: 0 auto;
    }

/* news area */
.news p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.news ul {
    list-style-type: none;
    margin: 0 0 50px 0;
    padding: 0;
}

    .news ul li {
        padding: 10px 0;
        border-bottom: 1px solid #c5c5c5;
        font-size: 16px;
        line-height: 20px;
    }

        .news ul li:last-child {
            border-bottom: none;
        }

        .news ul li a {
            color: #116a3b;
            font-weight: bold;
        }

/* legal */
p.legal {
    font-size: 14px;
}

.legal-container {
    border-top: 1px solid #c5c5c5;
    padding: 20px 0 50px 0;
}
/*These media queries were in the original design but mess up the logo alignment now*/
/*@media screen and (max-width: 1700px) {
	.page-header .sbi-logo	{
		margin-top:68px;
	}
}
@media screen and (max-width: 1500px) {
	.page-header .sbi-logo	{
		margin-top:50px;
	}
}
@media screen and (max-width: 1500px) {
	.page-header .sbi-logo	{
		margin-top:40px;
	}
}
@media screen and (max-width: 1300px) {
	.page-header .sbi-logo	{
		margin-top:30px;
	}
}*/

@media screen and (max-width: 1200px) {
    /*.page-header .sbi-logo	{
		margin-top:20px;
	}*/
    /* info sheet callout */
    .info-sheet-callout {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 10px 30px 100px;
    }

        .info-sheet-callout img {
            top: 0;
            width: 100px;
        }
}
/*@media screen and (max-width: 1100px) {
	.page-header .sbi-logo	{
		margin-top:20px;
	}
}
@media screen and (max-width: 1000px) {
	.page-header .sbi-logo	{
		margin-top:10px;
	}
}*/
@media screen and (max-width: 991px) {
    .info-sheet-callout {
        font-size: 24px;
        line-height: 28px;
        padding: 20px 10px 60px 157px;
        background-color: #fff;
    }

        .info-sheet-callout img {
            top: 0;
            width: auto;
        }

    .page-header .row {
        flex-wrap: wrap;
    }
    .page-header .sbi-logo {
        margin: auto auto;
        width: 150px;
        height: 150px;
    }

    .banner {
        max-height: 150px;
    }
}

@media screen and (max-width: 768px) {
    div.testimonial-container {
        padding: 50px 0 200px 0;
        background: no-repeat center bottom #dfdfdf;
        background-size: contain;
        position: relative;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        background-image: url('https://assets.greencastonline.com/images/media/hero-sbi-mb.jpg');
    }
}

@media screen and (max-width: 400px) {
    .btn {
        width: 100%;
    }
}
