/*==== Clearfix start ====*/
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
/*==== Clearfix end ====*/
/*==== Common css start ====*/
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #434343;
    font-family: 'Montserrat';
    overflow-x: hidden;
    background-color: #fff !important;
}
a {
    transition: all 600ms ease;
    color: #0366ae;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    transition: all 600ms ease;
    color: #d2a12a;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    line-height: 1.3;
}

h1 {
    font-size: 42px;
    color: #0e4b91;
}

h2 {
    font-size: 36px;
    color: #0e4b91;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}
p {
    line-height: 1.5;
}
ul{
    list-style: none;
}
ul li, ol li {
    line-height: 1.5;
   
}
.btn-danger {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #dc0101;
    border-color: #dc0101;
}
.section-pad-top {
    padding-top: 30px;
  }
  
  .section-pad-bottom {
    padding-bottom: 10px;
  }
  
  @media (min-width:1024px) {
    .section-pad-top {
        padding-top: 50px;
    }
    .section-pad-bottom {
        padding-bottom: 30px;
    }
   
  }
  label {
    font-weight: 400;
    color: #434343;
    font-size: 15px;
    margin-bottom: 5px;
}
  .form-control {
    border-color: #d2e8f9;
    box-shadow: none;
    height: 45px;
}

.form-group {
    min-height: 90px;
}

@media(min-width:1024px){
    .form-group {
        min-height: 60px;
    }
}

/*social icons style start*/
.social-links{
    text-align: right;
    position: fixed;
    left: -38px;
    bottom: 0;
    z-index: 2;
    transition: 0.5s ease;
  }
  .left0{
    left: 0!important;
  }
  .fa-share-alt {
    height: 40px;
    width: 40px;
    background-color: #fe0000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.16);
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    cursor: pointer;
  }
  .social-links .jssocials-share{
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  @media(max-width: 1023px){
    .social-links{
      bottom: 0;
    }
    .fa-share-alt{
      height: 35px;
      width: 35px;
    }
    .fa-share-alt:before{
      font-size: 20px
    }
  }
  /*Social icon style end*/
figure{
    overflow: hidden;
    position: relative;
}
.nav-bar ul li:before {
    content: none;
}
/*.btn, .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    text-decoration: none;
    transition: all 600ms ease;
    box-shadow: none;
    color:#fff;
}*/
.btn, .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    text-decoration: none;
    transition: all 600ms ease;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 400;
}

.btn-warning {
    background-color: #d3a22c;
    border-color: #d3a22c;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #ca9822;
    border-color: #ca9822;
}
.img-full {
    width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin: 0 auto;
}
.img-pos {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} 


@media screen and (max-device-width: 1023px){
    body{
        -webkit-text-size-adjust: none;
    }
}
/*==== Common css end ====*/

/* fixed-nav */

/* navigation-css */
.fixed-nav-muktinath {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: menu_sticky 0.7s ease-in-out;
}

.bottom-header {
    z-index: 3;
    background-color: #fff;
}

.top-logo{
    z-index: 3;
}
.bottom-header.fixed-nav-muktinath .animated-arrow{
    top: 4px !important;
}
/*==== Navigation css start ====*/
.nav-links li {
    display: inline-block;
}



/* nav */
.top-header-content {
    background-color:#fff;
    border-bottom: 2px solid #e8e8e8;
}
.top-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.top-content img {
   width: 200px;
}


.top-content h5 {
    color: #0e4b91;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.top-content h5 span{
    font-Family: 'Mukta';
    font-Size: 12px;
    line-Height: 26px;


}
.new{
    position: relative;
}
.new span{
    position: absolute;
    bottom: 35px;
    background-color: #fe0000;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
    line-height: 1;
    border-radius: 3px;
    letter-spacing: 1px;
}

.second-nav ul{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 0;


}
.second-nav li{
    padding-left: 10px;
}


.second-nav ul li a{
    color: #434343;
    font-size: 12px;
    font-weight: 400;
    line-height: 42px;
}
.second-nav ul li:hover a {
    color: #fe0000;
}


@media(min-width:1023px){
	/* .top-content */
	
	.top-content .logo-text {
		padding: 5px 0px;
	}
	.top-logo{
		padding: 5px 15px!important;
	}
	.top-content .e-banking {
		display: none;
	}
	li.first-main-nav {
		padding-right: 20px !important;
		

	}
	
	/* navbar-starts */

	.nav-bar{
		margin: 8px -15px;
		display: flex;
		justify-content: space-between;
        align-items: center;
        width: 100%;
	}
	.first-nav{
		display: flex;
	}
	.top-content h5 {
		font-size: 16px;
		 padding-left: 15px;
	}
	.top-content h5 span {
		font-Size: 18px;
	}
	nav .account-banking {
		display: none;
	}
	.first-nav-content {
		padding: 0 12px !important;
		background-color: #eeeeee;
		display: block;
	   
	}


	li.first-main-nav:last-child{
		padding-right: 0 !important;
	}
	
	.first-nav  .home-img{
		margin-right: 20px;
	}
	.first-nav img{
		width: 57px !important;
		padding: 12px;
		background-color: #fe0000;
		border-radius: 2px;
	}
}

@media(min-width:1360px){

	/* nav */
	.second-nav ul li a{ 
		font-size: 16px;
	}
	
	.banner-button{
		position: absolute;
		top: 0;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		max-width: 1286px;
		width: 100%;
	}
	li.first-main-nav {
		padding-right: 25px !important;
	}
	
	.first-nav-content {
		padding: 0 30px !important;
	   
	}
}

@media(max-width:1023px){
    .second-nav {
        margin-top: 15px;
    }
    .social-links{
        display: none;
    }
    
   
    /* nav-for-mobile */
    
   

   .first-nav-content{
    padding: 60px 30px 30px 30px;
    max-height: 500px;
    overflow-y: auto;
   }
   li.first-main-nav {
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
}

   li.first-main-nav:last-child {
    border-bottom: none !important;
    }
    .top-content {
    display: block;
    position:relative;
   
    }
    .top-content .e-banking img{
         width: 25px;
        background-color: #fff;
        border-radius: 50%;
        padding: 5px;
    }
    
    .top-logo{
        background-color: #fff;
    }
    .top-content>div {
        padding: 10px 5px;
        border-bottom: 1px solid #eee;
    }
    .top-header-content {
        border-bottom: none;
    }

    .top-content .e-banking{
        position: absolute;
        right: 0;
        top: 0;
        padding: 18px;

    }
    .second-nav ul {
        display: block;
        column-count: 2;
        padding-left:30px;
	}
}

/* mobile nav */
@media(max-width:1023px){
    
    .animated-arrow{
        float: right;
    }
      .second-nav ul li a {
        font-size: 16px;
    }

    nav .account-banking {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
    }
    nav .account{
        width: 60%;
        padding: 20px;
    }
    nav .e-banking{
        width: 40%;
        padding: 20px;
    }
    /* mobile-menu */
    .home-img{
        display:none;
    }
    

}
.banner-button .account-banking{
    position: absolute;
    right: 15px;
    top:0;
    z-index: 2;
    display: flex;
}
.account-banking a {
    color: #fff;
}
.account-banking img{
    width: 25px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}

.account , .e-banking{
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
.account{
    background-color: #064992;

}
.e-banking{
    background-color: #fe0000;
}
.e-banking a{
    color: #fff;
}
.social-links {
    position: fixed;
    top: 40%;
    left: 0;
}
.social-links ul li{
    padding-left: 0 !important;
}
.social-links  ul li:before {
    content: none;
}
.social-links ul{
    padding: 0;
}
.social-links a img {
    width: 25px;
    height: auto;
}

/* Quick-access */
.quickaccess {
    padding: 0 15px;
}
.quickaccess h2{
    color: #0e4b91;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}
section.quick-access-section ul li:before {
    content: none;
}
.quickaccess ul li a:before{
    content: '\f101';
    color:#fe0000;
    font-family: fontawesome;
    font-size: 18px;
    margin-right: 5px;
}
.quickaccess ul {
    column-count:2 ;
    padding-left: 0;
    padding-bottom: 15px;
}
.quickaccess ul  li{
    padding-bottom: 15px;
    padding-left: 0;
}
.quickaccess ul li a {
    color: #434343;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;

}



    @media(min-width:1023px){
        /* .top-content */
        
        
        
        /* navbar-starts */
    
      
        .quickaccess ul {
            column-count: 4 ;
        }
       
    }

 @media(min-width:1360px){
        .banner-button{
            position: absolute;
            top: 0;
            margin: 0 auto;
            left: 50%;
            transform: translateX(-50%);
            max-width: 1286px;
            width: 100%;
        }
       
        .social-links a img {
            width: 40px;
        }
        
        /* Quick-access */
        
        .quickaccess ul li a {
            font-size: 12px;
        }
       
        .quickaccess ul li a {
            font-size: 17px;
        }
        .quickaccess ul li a:hover {
            color: #fe0000;
        }
        footer{
            padding: 90px 0 0;
        }
    }



    /* footer */
    footer {
        border-top: 4px solid #d3a22c;
        padding-top: 30px;
        background-color: #fff;
    }
    
    .call-footer {
        margin-bottom: 30px;
    }
    
    .call-footer h5 {
        color: #212121;
        margin-bottom: 20px;
    }
    
    .call-footer a {
        display: block;
        color: #656565;
        font-size: 17px;
        font-weight: 400;
    }
    
    .call-footer a:hover,
    .call-footer a:focus {
        color: #d2a12a;
    }
    
    .call-footer a:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .online-partner img {
        max-width: 140px;
    }
    
    .social-icons {
        display: block;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    
    .social-icons a {
        font-family: FontAwesome;
        font-size: 24px;
        z-index: 1;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        color: #FFF !important;
        display: inline-block;
        text-align: center;
        position: relative;
    }
    
    .social-icons a.facebook {
        background-color: #3B5999;
    }
    
    .social-icons a.linkedin {
        background-color: #0077B5;
    }
    
    .social-icons a.twitter {
        background-color: #55ACEE;
    }
    
    .social-icons a.instagram {
        background-color: #E4405F;
    }
    
    .social-icons a.youtube {
        background-color: #C4302B;
    }
    
    .social-icons a:before {
        line-height: 42px;
    }
    
    /* Effect 5 */
    .social-icons a:hover {
        color: #ffffff;
        box-shadow: 0 0 0 3px rgba(3, 102, 174, 0.3);
    }
    
    
    .social-icons a:not(:last-child) {
        margin-right: 8px;
    }
    
    .copyright {
        border-top: 1px solid #e9e9e9;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .copyright p {
        margin-bottom: 0px;
    }
    
@media(min-width:1360px){

    
    .account, .e-banking {
        padding: 12px 18px;
        color: #fff;
        font-size: 16px;
    }
    
    /* quick-access */
    .quickaccess h2{
        font-size: 28px;
       
    }
    .quickaccess ul {
        column-count: 6 !important;
    }

}


@media(max-width:1023px){
  
    .social-links{
        display: none;
    }
    
   
    /* nav-for-mobile */
    
   

   
    .quick-access-section ul li a{
        font-size:14px;
    }
    .quickaccess h2 {
        font-size: 24px;
    
    }

   

    .footer-container .flex-row{
        flex-direction: column-reverse

    }
    .footer-container .flex-row .col-md-3{
        margin-bottom: 40px;

    }
    footer .about-footer{
        column-count: 2;
    }

}


@media(max-width:700px){
    .featured h2{
        margin-bottom: 60px !important;
    }
}    
   
.breadcrumb {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #0e036e;
}

.breadcrumb a {
    color: #08124a;
}
.center-notice {
    display: block;
    margin: 0 auto;
}




/*==== Navigation css end ====*/
.select2 {
    width: 100% !important;
    display: block;
}
.select2-container .select2-selection--single {
    height: 45px  !important;
    background-color: #fcfcfc !important;
    border: 1px solid #d2e8f9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

/* career form */
label.title {
    display: block;
}
.choice-select{
    background-color: #0365ad;
    padding: 15px 0;
}
.choice-select label{
    color: #fff;
}
.account-detail{
    padding: 20px 0;
    border-bottom: 2px dashed #d2e8f9;
    margin-bottom: 20px;
}


/* only demo styles */

  .checkbox-custom, .radio-custom {
      opacity: 0;
      position: absolute;   
  }
  
  .checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
      display: inline-block;
      vertical-align: middle;
      margin: 5px;
      cursor: pointer;
  }
  
  .checkbox-custom-label, .radio-custom-label {
      position: relative;
  }
  
  .checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 1px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
  }
  
  .checkbox-custom:checked + .checkbox-custom-label:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      background: rebeccapurple;
      color: #fff;
  }
  
  .radio-custom + .radio-custom-label:before {
      border-radius: 50%;
  }
  
  .radio-custom:checked + .radio-custom-label:before {
      content: "\f00c";
      font-family: 'FontAwesome';
      color: #fff;
      background-color: #d3a22c;
      border-color: #d3a22c;
  }
  
 
  section ul li {
    padding-left: 15px;
    position: relative;
    
  }
  section ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0px;
    content: "";
    background-color: #0e4b91;
  }

  ul.terms li:before {
    content: none;
  }
 
/* section background-color:#f6f8fb */
.BgSilver{
    background-color:#f6f8fb;
}

.remove-height{
    height: auto;
}

.remove-bullets li:before {
    content: none;
}
/* icons */
i.fa.fa-minus-circle {
    font-size: 15px;
    color: #fe0000;
}

i.fa.fa-plus-circle {
    margin-right: 10px;
}
.apply-btn{
    background-color: #d3a22c;
}
.blue-btn{
    background-color: #0365ad;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f0f9ff;
    opacity: 1;
}

        /* .links-list li, .slick-dots li {
        padding-left: 0px !important;
        }
        .links-list li::before, .slick-dots li:before {
        content: none !important;
        }  */
 .career-application .form-group label.error {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 2;
}
 .career-application .form-group {
     position: relative;
 }

 form.info-form a {
    color: #134072;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.call-wrap a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    background-color: #d2a12a;
    border-radius: 2px;
}

.call-wrap a.viber {
    background-color: #703e84;
}

.call-wrap a.whatsapp {
    background-color: #25d366;
}