html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    color: #1C8271;
    font-size: 16px;
    font-weight: 300;
    overflow-x: hidden;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 35px;
    font-weight: 700;
}
	
h5 {
    font-size: 18px;	
    font-weight: 700;
}	

h1, h2, h3, h5, h6 {
    line-height: 1.5;
}

p {
    color: #1C8271;
    font-size: 16px;
    line-height: 40px;
}

h3 {
    color: #1C8271;
    font-size: 38px !important;
    font-weight: bold;
}
h4 {
    color: #1C8271;
    font-size: 24px;
    font-weight: bold;
}

section,footer {
    padding: 55px 0;
}

/** General **/
.jdb-section .btn-orange:hover,
.contact-form .btn-orange:hover,
.how-to-apply-paygo-account-section .btn-orange:hover {
    background: rgba(242, 111, 30, 0.753);
    color: #fff;
}
.br-pc {
	display:block;
}
.br-sp {
	display:none;
}

.laos-banner-content .btn:hover{
	color: #1C8271!important;
}

/**  Nav css  **/
header nav .navbar-brand .paygo-logo{
    width: 50%;
}
header nav .nav-link,
header nav .navbar-brand {
    color: #1C8271 !important;
}
header nav .navbar-brand {
    font-size: 32px;
    font-weight: bold;
}
header nav .nav-link {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px
}
header {
    background: url(/assets/imgs/banner-shape.png) no-repeat;
    background-position: 100% 0%;
}
.hamburger-btn {
    background: #fff !important;
    border: none !important;
}
.dropdown-bg {
    background: #fff;
}

/**  Laos Banner css  **/
.laos-banner-section {
    padding-top: 100px;
    padding-bottom: 145px;
}
.laos-banner-section .laos-banner-content{
    color: #1C8271;
}
.laos-banner-section .laos-banner-content h3{
    font-weight: 700;
}
.laos-banner-section .laos-top-title {
    font-size: 26px !important;
}
.laos-banner-section .laos-middle-title {
    font-size: 48px !important;
}
.laos-banner-section .btn-outline-green {
    border: 2px solid #1C8271;
    border-radius: 5px;
    color: #1C8271;
    font-size: 26px;
    font-weight: 700;
    padding: 5px 20px;
}
.laos-banner-section .paygo-card-image {
    height: 100%;
    width: 100%;
}

/**  What is Paygo Section css  **/
.what-is-paygo-section {
    background: #f3f5f7;
}
.what-is-paygo-image .paygo-bank-image {
    height: 100%;
    width: 58%;
    margin: 0 55px;
}
/**  What is a Paygo debit card css  **/
.what-is-paygo-debit-card-section {
    background: #1C8271;
    color: #fff;
}
.what-is-paygo-debit-card-section p,
.what-is-paygo-debit-card-section h3{
    color: #fff;
}
/**  JDB Bank account opening css  **/
.jdb-section {
    background: #1C8271;
    color: #fff;    
    padding: 0;
}
.building-bg {
    background: url(/assets/imgs/buildings.png) center;
    background-size: cover;
    padding: 55px 0;
}
.jdb-section p,
.jdb-section h3{
    color: #fff;
}
.jdb-real-title {
    font-size: 100px !important;
	text-shadow: 5px 5px #072f00;    
}
.jdb-section .btn-orange {
    background: #F26E1E;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    width: 40%;
    padding: 12px 20px;
}

/** Contact us css **/
.contact-form {
	width: 60%;
	margin: 0 auto;
}
.contact-form label {
    color: #1C8271;
    font-size: 18px;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid #979797;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact-form .btn-orange {
    background: #F26E1E;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    width: 45%;
    padding: 12px 20px;
}

/** How to open account  css  **/
.how-to-open-account-section {
    background: #f3f5f7;
}
.how-to-open-account-image .paygo-bank {
    height: 100%;
    width: 90%;
}
.how-to-open-account-image .paygo-save {
    height: 100%;
    width: 100%;
}


/** How to apply for a PAYGO account css **/

.account-icon {
    height: 20%;
    width: 20%;
}
.how-to-apply-paygo-account-section .btn-orange {
    background: #F26E1E;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    width: 40%;
    padding: 12px 20px;
    
}
/** Is applying for a PAYGO card complicated css **/

.is-applying-paygo-card-section {
    background: #f3f5f7;

}
.apply-card {
    background: #1C8271 !important;
    height: 250px;
}
.card-container {
    margin-bottom: 25px;
}
.icon-container {
    height: 100%;
}
.person-icon-img {
    width: 35%;
}
.bank-icon-img {
    width: 40%;
}
.card-icon-img {
    width: 55%;
}
.col-md-3.card-container {
	padding-left: 35px;
	padding-right: 35px;
}
.apply-card .arrow-right {
    position: absolute;
    top: 35%;
    right: -68px;
    border-radius: 50%;
    color: #1C8271;
    font-size: 35px;
    font-weight: 700;
    padding: 10px 18px;
}
.apply-card .arrow-down {
    display: none;
}

.title-card p {
	font-weight: bold;
}


/**  Footer css  **/
.footer-section {
    background: #1C8271;
    color: #fff;
}
.footer-section .footer-links a{
    color: #fff;
    font-size:16px;
    font-weight: 700;
}
.footer-section .copy-rights {
    font-size: 14px;
    font-weight: bold;
}

/**  max-width 768px css  **/
@media (max-width: 768px) { 
    header #navbarResponsive {
        position: absolute;
        width: 100%;
        top: 100% !important;
        z-index: 999;
    }
    .home header {
        background-size: 125%;
        background-position: 100% 30%;
    }
    header {
        background-size: 110%;
        background-position: 100% 30%;
    }
    
     /**  Laos Banner css  **/
    .laos-top-title,
    .laos-middle-title {
        color: #fff;
    }
    .laos-banner-section .btn-outline-green {
        border: 2px solid #fff;
        color: #fff;
        font-size: 24px;
        margin-bottom: 30px;
    }
    /**  What is Paygo Section css  **/
    .what-is-paygo-img-container {
        display: flex;
        flex-direction: column;
        justify-content: center;  
    }

    /** How to open account  css  **/
    .open-account-img-tab {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 575.98px) { 
    header #navbarResponsive {
        left: 0;
        width: 100%;
        padding: 20px;
    }
}
/**  max-width 425px css  **/
@media (max-width: 425px) {
    body {
        color: #1C8271;
        font-size: 14px;
        font-weight: 300;
        overflow-x: hidden;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
        font-weight: 700;
    }
        
    h5 {	
        font-size: 16px;	
        font-weight: 700;	
    }	

    h1, h2, h3, h5, h6 {
        line-height: 1.5;
    }

    p {
        color: #1C8271;
        font-size: 15px;
        line-height: 30px;
    }

    h3 {
        color: #1C8271;
        font-size: 22px !important;
        font-weight: bold;
        text-align: center;
    }
    h4 {
        font-size: 18px!important;
        font-weight: bold;
    }
    section {
        padding: 0 1rem;
    }
    .jdb-section .btn-orange,
    .contact-form .btn-orange,
    .how-to-apply-paygo-account-section .btn-orange {
        width: 100%;
    }
    .home header {
        background-size: unset;
        background-position: 100% 0%;
    }
    header {
        background-size: unset;
        background-position: 100% 0%;
    }
	.laos-banner-content .btn:hover{
		color: #fff!important;
	}
    .br-pc {
	    display:none;
	}
	.br-sp {
		display:block;
	}

    /**  Nav css  **/
    header nav .nav-link {
    	font-size: 16px;
		font-weight: 700;
		margin-left: 10px;
	}
    
    header nav .navbar-brand{
        width: 75%;
    }
    /**  Laos Banner css  **/
    
    .home .laos-banner-section {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .home .laos-banner-section .laos-banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 45px;
    }
    .laos-banner-section {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .laos-banner-section .banner-content-col {
        order: 2;
    }
    .laos-banner-section .laos-top-title{
        font-size: 24px !important;
        line-height: 2rem;
    }
    .laos-banner-section .laos-middle-title {
        font-size: 40px !important;
    }
    .laos-top-title,
    .laos-middle-title {
        color: #fff;
    }
    .laos-banner-section .btn-outline-green {
        border: 2px solid #fff;
        color: #fff;
        font-size: 18px;
    }
    .laos-banner-image {
	    width: 100%;
    }

    /**  What is Paygo Section css  **/
    .what-is-paygo-image  {
    	width: 50%;
        margin: 0 auto 25px;
    }
    .what-is-paygo-image .paygo-bank-image {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    /**  JDB Bank account opening css  **/
    .mobile-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .jdb-real-title {
        font-size: 55px !important;
        text-shadow: 4px 3px #072f00;
    }

    /** Contact us css **/
	.contact-form {
		width: 95%;
		margin: 0 auto;
	}
    
    .contact-us-section{
        padding-bottom: 55px;
    }

    .how-to-open-account-section .custom-margin-top {
        margin-top: 0px !important;
    }

    /**  How to open account page css  **/
    .how-to-open-account-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .custom-order {
        order: 2;
    }
    .how-to-open-account-image {
        margin-bottom: 25px;
    }
    .how-to-open-account-section .custom-margin-top {
        margin-top: 0px !important;
    }

    /** How to apply for a PAYGO account css **/
    .account-icon {
        height: 40%;
        width: 40%;
    }
    .how-to-apply-paygo-account-section .btn-orange {
        margin-bottom: 25px;
    }
    .person-icon-img,
    .bank-icon-img {
        width: 30%;
    }
    .card-icon-img {
        width: 40%;
    }
    /** Is applying for a PAYGO card complicated css **/
    .apply-card {
        margin-bottom: 25px;
    }
    .apply-card .arrow-right {
        display: none;
    } 
    .apply-card .arrow-down {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
		left: 45%;
        border-radius: 50%;
        color: #1C8271;
        font-size: 35px;
        font-weight: 700;
        /* padding: 10px 18px; */
    }
	.title-card p {
		font-size: 20px;
		font-weight: bold;
	}
	.card-content p {
		font-size: 16px;
	}
	
    /**  Footer section css  **/
    .footer-section .footer-links {
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
    }
}