/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   IRSHAD's custom styles
   ========================================================================== */

/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"),
    url("../fonts/lato-v14-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v14-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v14-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v14-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v14-latin-regular.svg#Lato")
      format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"),
    url("../fonts/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v14-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v14-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v14-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v14-latin-700.svg#Lato")
      format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v14-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"),
    url("../fonts/lato-v14-latin-900.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/lato-v14-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/lato-v14-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/lato-v14-latin-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/lato-v14-latin-900.svg#Lato")
      format("svg"); /* Legacy iOS */
}
body {
  font-family: "Lato";
  color: #333333;
}
a {
  font-weight: 400;
  color: #0056b3;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
p {
  font-family: "Lato";
  color: #232323;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  color: #232323;
  font-family: "Lato";
}

.logo {
  width: 100px;
}
.navbar-brand {
  font-size: 44.5px;
  color: rgb(7, 4, 1);
  font-weight: bold;
  line-height: 1.451;
  font-family: "Times New Roman", Times, serif;
}

.d-responsive{
	width:15%;
	//display:block;	
}

.login {
  background-color: #742600;
  color: #ffffff;
  padding: 0 0 0 1rem;
}
.internet-banking {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Lato";
  color: rgb(251, 112, 51);
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.btn-login {
  border: solid 1.5px #fc6820;
  background-color: #ffffff;
  display: inline;
  margin: 0rem 1rem;
  padding: 0.16rem;
  border-radius: 6px;
  vertical-align: middle;
}

.btn-login button{
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.login a, .login span {
  color: #3f3f3f;
  margin: 2px;
  cursor: pointer;
}
.login a:hover{
  color: #fff !important;
}
.login i {
  background-color: #fdb799;
  padding: 0.25rem;
  color: #3f3f3f;
  margin-left: 1.5rem;
}

.navigation {
  background-color: #fc6820;

  color: #ffffff;
  box-shadow: 1px 1px 10px 1px;
  z-index: 50;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  margin: 0 1rem;
}
.navbar-light .navbar-nav .nav-item {
  border-right: solid 2px #35110078;
}
.navbar-light .navbar-nav .nav-item.last {
  border-right: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #fc6820;
}

/* .navbar-light .navbar-nav .nav-link:after {
      content: "";
    width: 30px;
    height: 50px;
    background: url(../images/4.png) no-repeat 0 0;
    position: absolute;
    display: inline-block;
    margin-left: 1.5rem;
} */
/* .navbar-light .navbar-nav .nav-link.last:after{
    background: none;
} */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;

  background-color: #fc6820;
  background-size: 50% 100%;
}

.carousel-indicators .active {
  background-color: #fc6820;
}
.carousel-indicators {
  background: #38180899;
  padding: 0.5rem;
  width: 10rem;
  margin: 0 auto;
  z-index: 11;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}

.slide-content {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: 0;
    background-image: url(../images/Shape_1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-content h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
}
.slide-content p {
  color: #fc6820;
  font-size: 25px;
}

.btn-orange {
  border-width: 1px;
  border-color: rgb(160, 65, 13);
  border-style: solid;
  border-radius: 7px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 101, 26) 0%,
    rgb(210, 75, 8) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 101, 26) 0%,
    rgb(210, 75, 8) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 101, 26) 0%,
    rgb(210, 75, 8) 100%
  );

  color: #ffffff;
}
.slide-content .btn-orange {
  font-weight: 500;
}
.slide-content .btn-orange  a{
   color: #ffffff
  }

.links {
  background-color: #fc6820;
  box-shadow: 1px 1px 10px 1px;
}

.btn-my-links {
  margin-left: 1rem;
  font-weight: 500;
  color: #742600 !important;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(212, 95, 44);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 0.99px 0.01px rgba(212, 95, 44, 0.75);
}

.btn-my-links:hover {
  background-color: #742600;
  color: #ffffff !important;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
  background-color: rgb(116, 38, 0);
  box-shadow: 2.828px 2.828px 5.76px 0.24px rgba(53, 53, 53, 0.75);
}

.btn-my-links span {
    display: inline-block;
    vertical-align: top;
    font-weight: 900;
    margin-left: 0.3rem;
        margin-top: 6px;
}
.links-img{
  display: inline-block;
  background-repeat: no-repeat;
}

.safebox{
   width: 34px;
  height:40px;
  background-image: url(../images/safebox.png);
}
.btn-my-links:hover .links-img.safebox{
 
  background-image: url(../images/safeboxh.png);
  
}
.gold-ingots{
   width: 43px;
  height:31px;
  background-image: url(../images/gold-ingots.png);
}
.btn-my-links:hover .links-img.gold-ingots{
 
  background-image: url(../images/gold-ingotsh.png);
  
}
.loan{
   width: 36px;
  height:36px;
  background-image: url(../images/loan.png);
}
.btn-my-links:hover .links-img.loan{
 
  background-image: url(../images/loanh.png);
  
}
.risk{
   width: 36px;
  height:36px;
  background-image: url(../images/risk.png);
}
.btn-my-links:hover .links-img.risk{
 
  background-image: url(../images/riskh.png);
  
}
.RuPay_Icon{
   width: 90px;
  height:39px;
  background-image: url(../images/RuPay_Icon.png);
}
.btn-my-links:hover .links-img.RuPay_Icon{
 
  background-image: url(../images/RuPay_Iconh.png);
  
}
.cost{
   width: 37px;
  height:33px;
  background-image: url(../images/cost.png);
}
.btn-my-links:hover .links-img.cost{
 
  background-image: url(../images/costh.png);
  
}
.Layer7{
   width: 29px;
  height:35px;
  background-image: url(../images/Layer\ 7.png);
}
.btn-my-links:hover .links-img.Layer7{
 
  background-image: url(../images/Layer\ 7h.png);
  
}

.why-msb h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 33px;
}

.why-msb h4 {
  margin: 1rem auto;
  font-size: 21px;
  font-family: "Lato";
  color: rgb(16, 16, 16);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}

.why-msb-img:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.msg {
  background: #ebebeb;
}
.msg p {
  font-size: 16.667px;
  color: rgb(16, 16, 16);
  font-style: italic;
  line-height: 1.3;
}

.Shri_Poonamchand_Dhoot_ {
  font-size: 16.667px;
  font-family: "Lato";
  color: rgb(16, 16, 16);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.msg h2 {
  color: #ffffff;
  padding: 0.5rem;
  background-color: #fc6820;
  font-size: 29px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0.707px 0.707px 1.96px rgba(116, 38, 0, 0.5);
}

.announcement {
  height: 100%;
  //margin:15px;
  //width:40%;
}

.ann {
  background-image: url(../images/ann.png);
  height: 48px;
  padding:6px 0px 0px 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ann h1 {
  font-size: 25px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  line-height: 1;
  text-shadow: 0.707px 0.707px 1.96px rgba(116, 38, 0, 0.5);
  margin: 0;
  padding: 0.5rem;
}

.announcement-content {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(206, 206, 206);
  border-radius: 3px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.06);
  margin-left: 7px;
}
.announcement-content li{
  margin-right: 5px;
}


p {
  font-size: 18px;
  font-family: "Lato";
  color: rgb(16, 16, 16);
  line-height: 1.778;
}

footer {
  background-color: #351100;
  padding-top: 1rem;
  padding-bottom: 0
}

footer .alinks a {
  font-weight: 500;
  display: block;
  margin: 0.5rem 1rem;
  font-size: 16.667px;
  font-family: "Lato";
  color: rgb(180, 86, 44);
  font-weight: bold;
  line-height: 1.2;
}

footer .alinks a::before {
  content: "\f054";
  margin-right: 0.7rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer .alinks a:hover {
  color: #ff5100;
}
.emp-login button.btn.btn-orange a {
  color: #ffffff;
}
.emp-login p {
  color: #ffffff;
  background: #fc6820;
  font-size: 17px;
  font-weight: bold;
  line-height: 2.471;
  text-align: center;
  margin: 0.3rem 0;
}
.emp-login button.btn.btn-orange {
  line-height: 1;
  margin: 0;
}

.emp-login.text-center {
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 0.5rem;
  width: 153px;
  margin: 0 auto;
}
.sub-footer{
   margin-top: 1rem;
    background-color: #89360f;
}

.sub-footer p {
    color: #ffffff;
    font-size: 12px;
    padding: 0;
    margin: 0.5rem
    
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 992px) {
		.d-responsive{
	width:50%;	
	display:block;
	margin:3px auto;
}
  .navbar-brand {
    font-size: 16px;
  }
  .logo {
    width: 80px;
  }

  img.animated.why-msb-img {
    width: 120px;
  }
  .slide-content {
    width: 60%;
  }
  .slide-content h2 {
    right: 17%;
    top: 5%;
    font-size: 22px;
}
 .slide-content p {
    right: 16%;
    top: 57%;
    font-size: 19px;
}
  .slide-content .btn-orange {
    right: 30%;
    top: 75%;
  }

  .btn-my-links {
    margin: 0.5rem;
  }
  .ribbon {
    width: 210px;
  }
}

/* =================================== 667 ======================================= */

@media screen and (max-width: 667px) {
	.d-responsive{
	width:50%;	
	display:block;
	margin:3px auto;
}
  .row.rvrs{
    flex-direction: column-reverse
  }
  .row.rvrs .col-md-8{
    margin-top: 2rem; 
  }
  .navbar-brand {
    font-size: 15px;
  }
  .logo {
    width: 60px;
  }

  .login {
    margin: 0 auto;
  }
  .carousel-item img {
    height: 50vw;
  }
  
  .RuPayimg {
    height: auto !important;
  }
  
  .slide-content {
    width: 90%;
  }
  .slide-content h2 {
    text-align: center;
    right: 15%;
    top: 0%;
    font-size: 15px;
}
  .slide-content p {
    text-align: center;
    right: 10%;
    top: 46%;
    font-size: 14px;
    width: 68vw;
}
  .slide-content .btn-orange {
    top: 60%;
    font-size: 15px;
  }

  .btn-my-links {
    margin: 0.5rem;
    width: 80%;
  }

  .ribbon {
    width: 93%;
  }
  .announcement {
  height: 100%;
  margin:10px;
  width:100%;
}
  .ann {
    height: 58px;
  }
}
/* ==================================== ipad p====================================== */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
}
/* ==================================== ipad ====================================== */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.d-responsive{
	width:15%;	
}
  .navbar-brand {
    font-size: 28px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 0 0.5rem;
  }
  .ribbon {
    width: 210px;
  }
  .slide-content {
    width: 60%;
  }
  .slide-content p {
    right: 15%;
  }
  .slide-content .btn-orange {
    top: 75%;
  }
  .btn-my-links {
    margin: 1rem;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.blinking{
  animation:blinkingText 1.5s infinite;
}

@keyframes blinkingText{
  0%{   color: #000;  }
  20%{  color: red; }
  50%{  color: #bb0000; }
  99%{  color:transparent;  }
  100%{ color: #000;  }
}

footer .row > * {
    width: auto;
}

form .form-group {
    margin: 1rem 0;
}