@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Roboto:wght@300;400;600&display=swap');

body{
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-family: 'Roboto', sans-serif;
}

h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
}

h2{
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
}

h3{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

h4{
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

h5{
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

a{
    text-decoration: none;
    color: #ec9c1f;
    transition: all 0.3s ease;
}

a:hover{
    color: #ff9d00;
}

a,img{
    outline: 0;
}

ul{
    padding-left: 15px;
}

/* ul li{
    list-style: none;
} */
.form-control::-webkit-input-placeholder { /* Edge */
    opacity: 0.2;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.2;
}
.form-control::placeholder {
    opacity: 0.2;
}

.primary-link-btn,
.btn-primary {
	font-size: 0.85rem;
	text-transform: uppercase;
	padding: 11px 60px;
	background-color: #ec9c1f;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px 10px 0px 10px;
	color: #fff;
    border:0;
    border:#ec9c1f solid 1px;

    border: 1px solid #2EB872;
    background: transparent;
    color: #2EB872;
    font-weight: 700;
}

.primary-link-btn.trans {
    border-color: white;
    color: white;
}

.primary-link-btn.trans:hover {
    background-color: white;
    border-color: #2EB872;
    color: #444;
}

.primary-link-btn:hover,
.btn-primary:hover{
    background-color: #2EB872;
    color: white;
}

.btn-secondary{
	padding: 5px 30px;
	box-sizing: border-box;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px 5px;
	background: #1fb566;
	border: 0;
}
    

section{
    margin-bottom: 60px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    box-sizing: border-box;
    z-index: 999;
    transition: all 0.5 linear;
}


.top-bar{
    background: rgb(90 63 118);
    background: #1d252b;
    color: #919ba2;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 20px;
}

.language-switcher{
    text-align: right;
    color: #fff;
}

.language-switcher ul{
    margin: 0;
}

  .language-switcher ul li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    font-size: 0.85em;
  }
  
  .language-switcher ul li.active{
    opacity: 0.5;
    pointer-events: none;
  }

  .language-switcher ul li a{
    color: #fff;
  }

body.scrolled header,
body.sub-page header{
    background:rgb(59, 38, 81);
    background: #282f34;
    padding: 0 0 10px;
}

    header .logo{
        display: block;
    }

        header .logo img{
            /* width: 150px; */
            width:80px;
            height: auto;
            transition: all 0.5 linear;
        }

        body.scrolled header .logo img,
        body.sub-page .logo img{
            width:80px;
        }

    header .contact-no {
        display: flex;
        flex-direction: column;
        color: #fff;
        padding-left: 40px;
        box-sizing: border-box;
        position: relative;
        transition: all 0.5 linear;
    }

    header .contact-no:before{
        font-family: 'bootstrap-icons';
        content: '\F5C1';
        /* font-size: 2rem; */
        font-size: 1.5rem;
        line-height: 1;
        position: absolute;
        left: 0;
        top:50%;
        pointer-events: none;
        z-index: 1;
        transform: translateY(-50%);
    }

        header .contact-no a{
            /* font-size: 1.8rem; */
            font-size: 1.3rem;
            color: #fff;
        }

        header .contact-no span{
            /* font-size: 0.85rem; */
            font-size: 0.65rem;
        }

        body.scrolled header .contact-no a,
        body.sub-page .contact-no a{
            font-size: 1.3rem;
        }

        body.scrolled header .contact-no span,
        body.sub-page header .contact-no span{
            font-size: 0.65rem;
        }

        body.scrolled header .contact-no:before,
        body.sub-page .contact-no:before{
            font-size: 1.5rem;
        }
    
        .mobile-nav-icon {
            width: 22px;
            height: 20px;
            cursor: pointer;
            display: block;
            position: relative;
        }
        
            .mobile-nav-icon span{
                position: absolute;
                width: 22px;
                height: 2px;
                background: #fff;
                top: 0;
                left: 0;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }
        
            .mobile-nav-icon span:nth-child(2){
                top: 8px;
            }
        
            .mobile-nav-icon span:nth-child(3){
                top: 16px;
            }
        
            body.open-menu .mobile-nav-icon span:nth-child(1){
                transform: rotate(45deg);
                top: 10px;
            }
        
            body.open-menu .mobile-nav-icon span:nth-child(2){
                opacity: 0;
                -webkit-transition: opacity 0.2s ease-in-out;
                -moz-transition: opacity 0.2s ease-in-out;
                -o-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
            }
        
            body.open-menu .mobile-nav-icon span:nth-child(3){
                transform: rotate(-45deg);
                top: 10px;
            }
            body.open-menu{
                height: 100vh;
                width: 100%;
                overflow: hidden;
            }
    .main-navigation .navbar {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        height: 100%;
        /* background: #3b2651; */
        background: #2EB872;
        top: 92px;
        padding: 50px 0;
    }

    .main-navigation .navbar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }
        
        .main-navigation .navbar ul li{
            margin-bottom: 30px;
            text-transform: uppercase;
            list-style: none;
            width: 100%;
            text-align: center;
        }
        
        .main-navigation .navbar ul li a{
            color: #fff;
        }

.main-banner{
    width: 100%;
    height: auto;
    background: #282f34;
    /* background: linear-gradient(90deg, rgba(104,78,151,1) 12%, rgba(175,72,155,1) 100%); */
    background-image: url('/public/images/hero.jpg');
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.main-banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 16%, rgba(0,0,0,0) 100%);
}

/* .main-banner:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 1;
    background: url(../images/banner-bg.png)no-repeat center;
} */

    .banner-content-wrapper {
        position: relative;
        height: auto;
        margin: 60px 0 0;
        color: #fff;
        z-index: 2;
    }

    .banner-content-wrapper .banner-text{
        margin-bottom: 60px;
        text-shadow: 0px 5px 11px black;
    }

    /* .banner-text-inner{
        position: absolute;
        bottom:100px;
        left: 0;
        width: 100%;
        z-index: 2;
        color: #fff;
        align-items: center;
    }

    .main-banner.sub-page .banner-text-inner{
        bottom: 0;
    } */

        .banner-text h2{
            /* font-size: 3.25rem; */
            font-size: 3rem;
            max-width: 80%;
            margin-bottom: 20px;
        }

        .banner-text p{
            font-size: 1.5rem;
            max-width: 80%;
        }

    .request-loan .inner-wrapper{
        padding: 50px 40px 20px;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 50px 0px 0px 0px;
        text-align: center;
        color: #292929;
    }

    .request-loan h3,
    .request-loan .loan-amount{
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 10px;
    }


    .request-loan .loan-amount input{
        border: 0;
        width: auto;
        display: inline-block;
        max-width: 90px;
        height: auto;
    }

    .request-loan #slider-range-min.ui-widget-content .ui-state-default.ui-slider-handle {
        border: 5px solid #1fb665;
        background: #fff;
        font-weight: normal;
        color: #454545;
        width: 36px;
        height: 36px;
        border-radius: 36px;
        top: -14px;
    }

    .request-loan #slider-range-min.ui-widget-content{
        background:#cccccc;
        border-radius: 0;
        margin: 20px 0;
    }

    .request-loan #slider-range-min.ui-widget-content .ui-widget-header.ui-slider-range-min{
        border-radius: 0;
        background: #1fb665;
    }

    .request-loan .return-amount{
        color:#a1a1a1;
    }

    .request-loan .apply-now{
        padding: 50px 40px;
        box-sizing: border-box;
        width: 100%;
        background-color: #fcecd2;
        background-color: #2eb872;
        border-radius: 0 0 50px 0px;
    }



    .request-loan .apply-now .primary-link-btn{
        display: block;
    }


#who-is-eligible .icon{
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: rgb(32,181,99);
    /* background: linear-gradient(338deg, rgba(32,181,99,1) 0%, rgba(105,201,217,1) 100%); */
    background-image: linear-gradient(to right bottom, #2eb872, #48c569, #63d15e, #80dd4f, #9ee83c);
    border-radius: 40px 0 40px 0;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 1.875rem;
    font-weight: 600;
    width: 130px;
    height: 110px;
}

#who-is-eligible .icon:before{
    font-size: 2.5rem;
}

#how-to-apply{
    width: 100%;
    padding: 60px 0;
    background-color: #f8f8f8;
}

#how-to-apply .text-block{
    background: rgb(32,181,99);
    /* background: linear-gradient(338deg, rgba(32,181,99,1) 0%, rgba(105,201,217,1) 100%); */
    background-image: linear-gradient(to right bottom, #2eb872, #48c569, #63d15e, #80dd4f, #9ee83c);
    width: 100%;
    padding: 20px 20px 20px 46px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    border-radius: 20px 0px;
    margin-bottom: 30px;
}

#how-to-apply .text-block .numer {
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}

#how-to-apply .text-block p{
    margin: 0;
    text-align: left;
}

#how-to-apply .text-block .top-line{
    font-size: 0.75rem;
    line-height: 1;
}

#how-to-apply .primary-link-btn{
    display: inline-block;
    margin-top: 40px;
}

#about-section img{
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 30px;
}

.accordion-item{
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
}

.accordion-header .accordion-button{
    border: 0;
    border-radius: 20px 0;
    /* background-color: #6a4e97; */
    background-color: #2EB872;
    color: #fff;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button{
    border-radius: 20px 0;
}

.accordion-button::after {
	font-family: 'bootstrap-icons';
	content: '\F124';
	color: #fff;
	background: none;
	font-size: 1.5rem;
	line-height: 1;
	width: auto;
	height: auto;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-content{
    background-color: #eeeeee;
    border-radius: 0px 0px 20px 0px;
}

.accordion-item .accordion-button:not(.collapsed){
    border-radius: 20px 0px 0px 0px;
}

footer{
    /* background-color: #fff0fb; */
    background-color: #F0FCF4;
    padding: 60px 0 0;
    color: #555;
}

footer h3{
    margin-bottom: 0;
}

footer nav{
    margin-bottom: 30px;
}

footer nav ul,
footer ul.social-media{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

footer ul.social-media{
    margin-top: 20px;
}

footer ul.social-media li{
    margin: 0 5px;
    list-style: none;
}

footer nav ul li{
    margin: 0 15px 15px;
    font-size: 0.95rem;
    list-style: none;
}

footer nav ul li a,
footer ul.social-media li a,
footer a{
    color: #555;
}

footer ul.social-media li a:before{
    font-size: 2rem;
}

footer p{
    margin: 0;
    font-size: 0.85rem;
}

p b,
footer p.contact-details strong{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

footer .copyright{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top:#f0dfec solid 1px;
    border-bottom:#f0dfec solid 1px;
    margin: 30px 0;
    color: #b3b3b3
    
}

footer .copyright p{
    font-size: 0.75rem;
}

/* sub page */
.main-content{
    margin-top: 136px;
    padding-top: 60px;
}


.contact-item {
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 25px;
  }
  
  .contact-item span{
    position: absolute;
    left: 0;
    top:5px;
    z-index: 1;
    pointer-events: none;
  }
  
  .contact-item span:before{
    font-size: 1.5rem;
    color: #2EB872;
  }
  
  .contact-item h5{
    color: #000;
    font-size: 0.95rem;
    margin: 0 0 5px;
  }
  
  .contact-item h5 a{
    color: #000
  }
  
  .contact-item p{
    font-size: 0.85rem;
    color: #777;
  }

  .form-wrapper{
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0 50px;
    background: #fff0fb;
    background: #F0FCF4;
  }

  form.success {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    pointer-events: none;
}
  
  form .form-group,
  form .form-row,
  .contact-form .form-field {
    margin-bottom: 20px;
  }
  

  form label{
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: block;
  }
  
  form .form-control-file,
  form .form-control{
    width: 100%;
    background: none;
    border: #dddbdb solid 1px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  
  form .form-control-file:focus,
  form .form-control:focus{
    box-shadow: none;
  }

    .success {
        color: #25b770;
        font-weight: 700;
    }

    .failed {
        color: #f40404;
        font-weight: 700;
    }

    form label.error {
        margin-top: 10px;
        color: #f40404;
        font-size: 0.85rem;
        position: absolute;
        bottom: 0;
    }
form .document-content {
	padding: 30px;
	background: #f5f5f5;
	border-radius: 0 30px;
	color: #777;
	margin-bottom: 30px;
    font-size: 0.85rem;
}

form .document-content h4{
    font-size: 1rem;
}

/* form .upload-document{
    padding: 30px;
	background: #f5f5f5;
	border-radius: 0 30px;
} */

.apply-loan-form{
    display: none;
}

.form-switch {
    max-width: 500px;
    margin: 30px auto;
    padding: 0;
  }
  
  .form-switch .user-status{
    border:0;
    border-radius: 0 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 40px;
    box-sizing: border-box;
    background: rgb(32,181,99);
    /* background: linear-gradient(338deg, rgba(32,181,99,1) 0%, rgba(105,201,217,1) 100%); */
    /* background: linear-gradient(338deg, rgba(32,181,99,1) 0%, rgba(105,201,217,1) 100%); */
    background-image: linear-gradient(to right bottom, #2eb872, #48c569, #63d15e, #80dd4f, #9ee83c);
    color: #fff;
    transition: all 0.5s linear;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    margin: 0 auto 30px;
    display: block;
  }
  
  .form-switch .user-status:hover{
    /* background: linear-gradient(90deg, rgba(32,181,99,1) 0%, rgba(105,201,217,1) 100%); */
    background-image: linear-gradient(to left top, #2eb872, #48c569, #63d15e, #80dd4f, #9ee83c);
  }

  .submit-data-wrapper.submitting{
    display: none;
  }

  #map{
    margin-bottom: 0;
  }

  #map iframe{
    width: 100%;
    height: 360px;
  }

  .bank-detail{
    border-radius: 10px;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);

  }

    .bank-detail::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 10px;
        width: 100px;
        height: 42px;
        z-index: 1;
        pointer-events: none;
        background-size: contain;
        background-position: center right;
        background-repeat: no-repeat;
    }

    .bank-detail.boc:before{
        background-image:url(../images/bank-logos/boc.jpg);
    }
    .bank-detail.sampath:before{
        background-image:url(../images/bank-logos/sampath.jpg);
    }
    .bank-detail.commercial:before{
        background-image:url(../images/bank-logos/combank.svg);
    }
#vission-mission .row > div{
    margin-bottom: 30px;
}

#term-and-conditions h3{
    margin-top: 30px;
}

#term-and-conditions h3:first-child{
    margin-top:0;
}

.vision-wrapper,
.mision-wrapper,
.coreval-wrapper{
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0 40px;
    color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.vision-wrapper .bi,
.mision-wrapper .bi,
.coreval-wrapper .bi{
    margin-right: 10px;
}

.vision-wrapper{
    background-color: #2EB872;
}
.mision-wrapper{
    background-color:#00BADE;
}
.coreval-wrapper{
    background-color: #0084A7;
}

#apply-loan .form-section{
    display: none;
}

#apply-loan .form-section:first-child{
    display: block;
}

#apply-loan form{
    padding: 40px;
    box-sizing: border-box;
    background:#fff;
    border-radius: 0px 40px 0px 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

/* #apply-loan .form-section > .row{
    justify-content: center;
} */

#apply-loan .form-section .btn {
	margin: 30px auto 0;
	display: block;
	width: 110px;
	padding: 5px 0;
}

#apply-loan .form-section .btn-primary {
    margin: 30px auto 0;
    width: 200px;
    display: block;
}

.form-field.agree-field{
    margin-top: 30px;
}

#apply-loan .form-label{
    margin-bottom: 10px;
}

#apply-loan .form-control,
#apply-loan .input-group,
#apply-loan .form-select{
    margin-bottom: 25px;
}


#apply-loan .input-group .form-control{
    margin-bottom: 0;
}

#apply-loan hr{
    margin: 0 0 20px;
}


#apply-loan .form-field.required input,
#apply-loan .form-field.required select{
    border-color: rgb(206, 52, 52);
}

.help-block {
	background: none;
	color: #ff7676;
	padding: 10px 0;
	top: auto;
	bottom: -5px;
    font-size: 0.75rem;
    position: absolute;
}

.section-heading{
    position: relative;
}

.section-heading .back-btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #888;
    cursor: pointer;
}

.section-heading .back-btn .bi{
    margin-right: 5px;
}

#apply-loan .loan-summary {
	padding: 30px;
	box-sizing: border-box;
	border-radius: 0 30px;
	background: #fff1ea;
}

#apply-loan .loan-summary .item{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.85rem;
}

#apply-loan .loan-summary .item .lable{
    width: 50%;
}

#apply-loan .loan-summary .item .value{
    font-weight: 600;
    width: 50%;
}

#apply-loan .iagree-field{
    margin:30px 0;
}

#apply-loan .instructions{
    padding: 30px;
    border-radius: 0 30px;
    background:#fff1ea;
}

#apply-loan .instructions h4{
    font-size: 1rem;
}

#apply-loan .instructions ul li{
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.contact-form .position-relative{
    position: relative;
    height:60px
}

.contactmethod{
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 1;
}

#why-choose {
	padding: 60px 0;
	background: #f8f8f8;
}

#why-choose .icon {
	font-size: 1.8rem;
	margin-bottom: 20px;
    color: #2EB872;
}

#why-choose .text-block{
    margin-bottom: 30px;
}

#why-choose .primary-link-btn {
    margin-top: 20px;
	display: inline-block;
}

/* sinhala */
body.sinhala{
    font-size: 14px;
    line-height: 1.6;
}

body.sinhala .banner-text h2 {
	font-size: 2rem;
	line-height: 1.5;
}

body.sinhala .banner-text p {
	font-size: 1.2rem;
}

body.sinhala .request-loan h3, 
body.sinhala .request-loan .loan-amount {
	font-size: 1.2rem;
}

body.sinhala h1{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
}

body.sinhala h2{
    font-size: 1.8rem;
}

body.sinhala h3{
    font-size: 1.5rem;
}

body.sinhala h4{
    font-size: 1.2rem;
    font-weight: 600;
}

body.sinhala h5{
    font-size: 1rem;
}


.submit-data-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.5);
}

.submit-data-wrapper .inner {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding:50px;
    background:#fff;
    border-radius:0 50px;
    font-size:1.3rem;
    text-align: center;
    z-index: 1;
}

.submit-data-wrapper .inner .close{
    margin: 30px 0 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    line-height: 1;
}

/* info poup */
.info-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999;
    display: none;
}

.info-popup .popup-wrapper {
	background: #f8f8f8;
	padding: 60px 20px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.info-popup .popup-wrapper .inner-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.info-popup .popup-wrapper h2{
    color: #d90000;
}

.info-popup .popup-wrapper .close-icon {
	position: absolute;
	top: 15px;
	right: 15px;
    cursor: pointer;
    z-index: 1;
}

.info-popup .popup-wrapper .close-icon:before{
    font-size: 2rem;
    color: #ec9c1f;
}

form .document-content.with-selfy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

form .document-content.with-selfy .content-wrapper{
    width: 100%;
}

form .document-content.with-selfy .image-wrapper{
    width: 100%;
}

form .document-content.with-selfy .image-wrapper .selfy-photo{
    width: 100%;
    height: auto;
    max-width: 250px;
    margin:0 auto
}


@media(min-width:768px){
    .mobile-nav-icon{
        display: none;
    }

    .main-navigation .navbar {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        padding: 0;
        background: transparent;
    }

    .main-navigation .navbar ul {
        flex-direction: row;
        justify-content: end;
    }

    .main-navigation .navbar ul li {
        margin-bottom: 0;
        margin-left: 15px;
        width: auto;
    }

    #about-section .image{
        order:1;
    }
    
    .info-popup .popup-wrapper{
        height: auto;
    }

    form .document-content.with-selfy .content-wrapper{
        width: 50%;
    }
    
    form .document-content.with-selfy .image-wrapper{
        width: 50%;
    }
}

@media(min-width:1024px){
    .main-navigation .navbar ul li {
        margin-left: 30px;
    }

    .banner-text-inner{
        align-items: center;
    }

    .banner-content-wrapper .banner-text {
        margin-bottom: 0;
    }

    #how-to-apply .bottom-border{
        border-bottom: #d3d3d3 solid 1px;
    }
    
    #how-to-apply .bottom-border .col-lg-3{
        position: relative;
    }
    
    #how-to-apply .bottom-border .col-lg-3::after {
        font-family: 'bootstrap-icons';
        content: '\F51C';
        font-size: 1.5rem;
        line-height: 1;
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        color: #bababa;
    }

    .accordion {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .accordion .accordion-item {
        width: calc(50% - 30px);
        margin: 0 15px 30px;
    }
}

@media(min-width:1366px){
    header .contact-no{
        float: right;
    }
    header .logo img{
        width: 150px;
    }
    header .contact-no:before{
        font-size: 2rem;
    }

        header .contact-no a{
            font-size: 1.8rem;
        }

        header .contact-no span{
            font-size: 0.85rem;
        }
    .main-banner {
        padding: 155px 0;
    }
    .banner-text h2 {
        font-size: 3.25rem;
    }
    
    .info-popup .popup-wrapper{
        width: 80%;
        padding: 60px;
    }

    form .document-content.with-selfy .content-wrapper{
        width: 70%;
    }
    
    form .document-content.with-selfy .image-wrapper{
        width: 30%;
    }
}