body{
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    letter-spacing: 0.7px;
    margin-top: 0px;
  }

.header-top.navbar-nav .nav-link{
    height: 38px;
    color: #ffffff;
  }
  .sm-icons {
    flex-direction: row;
  }
  .sm-icons .nav-link {
    padding-right: 1em;
  }
  
  nav.navbar.navbar-expand-md.header-top {
   padding-top: 0px;
    padding-bottom: 0px;
  }

  .m-logo{
    padding: 10px 0px;
  }
  .m-logo img{
    width: 38%;
    height: 93px !important;
  }

  .service-icon {
    position: relative;
    left: 45%;
  }
  .c-body{
    color: green;
    background: #cbdfc1;
    padding: 52px;
    /* box-shadow: 2px -2px 13px 1px rgb(10 9 9 / 98%); */
  }
  /* .c-body:hover{
    box-shadow: 0 1px 12px 0 #3c1212;
  } */
  .card-body.c-body:hover {
    transform: scale(1.02);
    transition: .2s;
  }

  .p-body {
    padding: 28px 0px;
  }

/* .p-card{
  margin-bottom: 31px;
} */
.card.p-card {
  margin: 70px 10px 70px 10px;
}

.p-card:hover{
  box-shadow: 0 1px 12px 0 #3c1212;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img,iframe {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.line{
  width: 152px;
  background-color: #7c4dff;
  height: 2px;
  text-align: center !important;
  margin-left: 44%;
  margin-top: -43px;
}


.f-icon {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.blog-card{
  background-color: #e8edf0;
}

.inner-body {
  background: #e8edf0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}

img.card-imgg:hover {
  transform: scale(1.01);
}
.card-imgg {
  height: 250px;
  object-fit: cover;
  padding: 20px;
}
.text-cardd {
  color: black;
}

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

img.richtext-image.full-width {
  width: 100%;
}

.contact-heading {
  font-size: large;
  font-weight: 600;
}
.contact-details.title {
  font-weight: 700;
}
.card-header.contact {
  min-height: 169px;
  padding: 30px 0px 0px 30px;
}
.gap{
  height: 2rem;
}
.contact{
  background: #e8edf07a;
}

.contact-form{
  border: 1px solid #cdc1c1;
  background: #e8edf07a;
  /* margin-left: 14px; */
  margin-bottom: 9px;
  border-radius: 1%;
  font-weight: 800;
  padding: 19px 50px;
  margin-right: 3px;
}
.form-heading{
  font-weight: 700;
}

.report {
  background: #e8edf07a;
}
.report-heading{
  font-size: large;
  font-weight: 600;
}
.service-heading{
  font-weight: 600;
}


.team4 .font-weight-medium {
	font-weight: 500;
}
.sub-desc {
  line-height: 24px;
}

.team4 h5 {
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}
.team4 .sub-title {
  font-size: 14px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}


/* emi calculator */

.sub-container {
  display: flex;
  width: 100%;
  gap: 50px;
  height: max-content;
}


.view,
.breakup {
  width: 50%;
}
.details input {
  width: 100%;
}

.detail {
  display: flex;
  justify-content: space-between;
}

.footer {
  display: flex;
  justify-content: space-between;
}

/*----- Styling the sliders ----*/
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #9088d2;
  border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #9088d2;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #9088d2;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #9088d2;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #9088d2;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
  background: #9088d2;
  border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
  background: #9088d2;
  border-radius: 5px;
}

input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #9088d2;
  cursor: pointer;
  margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #9088d2;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #9088d2;
}

/*-------------------------------------*/
#price {
  color: #130f31;
  font-size: 25px;
}

.loan-details {
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 56px;
}

#price-container {
  color: #9088d2;
  margin-top: 100px;
}

#price-container::before {
  content: "Monthly Payable:";
  font-size: 12px;
  display: block;
}


h2.exchange-title {
  color: #6258a8;
  text-align: center;
}


.banner-box{
  height: 100px;
  line-height: 100px;
  text-align: center;
  /* padding-top: 210px; */
  padding-top: 283px;
}


.custom-btn:hover{
  background: #266ba7;
  color: white;
}

/* read more btn */
.btn-read-more {
  padding: 15px 15px 0px 15px;
  border-radius: 15px;
}
.btn-read-more:hover{
  background: #266ba7;
  color: white;
}
.main-tilte{
  font-weight: bold;
  margin-bottom: 20px;
}
.profile-div{
  padding: 75px 0px;
  line-height: 1rem;
}
.gapp-right-50{
  padding-right: 50px;
}
.line-gapp{
  line-height: 30px !important;
}

.service-inner-text {
  /* background: #07336ad6; */
  padding: 7px 9px;
}

.news-notice-card{
  padding-right: 47px;
  line-height: 30px;
}

.top-heightt{
  margin-top: 85px !important;
}

.top-gappp{
  margin-top: 40px !important;
}
.img-sizee {
  width: 148%;
  height: 12.5rem;
  margin-bottom: 1rem;
  object-fit: cover;
}
/* .img-size-ceo{
  height: 11.5rem;
  margin-bottom: 1rem;
  object-fit: cover;
  width: 84%;
  margin-top: 20px;
} */
/* .team-box {
  width: 10.5rem;
  height: 11.5rem;
  margin-bottom: 1rem;
  left: 6%;
  top: 18px;
} */

.card-boxx:hover {
  transform: scale(1.03);
  transition: 0.4;
  transition: transform .7s;
}

.h-line {
  height: 5px;
  width: 90%;
  margin-left: 4%;
}
.sep-div {
  background: #e8edf07a;
  margin-top: 75px;
  padding: 36px 0px 84px 0px;
}

img.gallery {
  float: left;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.my-card{
  box-shadow: 0px -3px 12px 1px rgb(10 9 9 / 98%);
}
.my-card:hover, .my-video:hover  {
  transform: scale(1.05);
  transition: .4s;
}

.gallery-img{
  float: left;
  width: 100%;
  height: 500px;
  object-fit: cover;
}


a#scroll {
  width: 50px;
  height: 50px;
  background-color: #e58912;
  display: inline-block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
}
#scroll span {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 0;
  width: 0;
  margin-left: -9px;
  margin-top: -5px;
  border-bottom: 10px solid #fff;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.imgggg{
    width: 77%;
    height: 219px;
    object-fit: cover;
    padding-left: 23%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

div#nav-tab a:hover {
  color: black;
}
a.nav-link:hover {
  color: #e9dcdc;
}

.header_container {
  background: #3173d9;
}

input#loan-term-input,input#interest-rate-input,input#loan-amount-input {
  border: 2px solid #3072d6;
  border-radius: 6px;
}

img.mbl {
  width: 244px;
  height: 400px;
  object-fit: cover;
  margin-top: 56px;
  margin-left: 26%;
}

img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.n-body{
 background: #e8edf0;
 padding: 32px;
}

.headline-bottom {
  padding: 0px 0px 35px 0px;
}
.headline-top {
  padding: 45px 0px 0px 0px;
}

.gapp-top{
  padding-top: 71px;
}


/* photo */
/* Container */

.wrapper {
  width: 800px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.carousel {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #ddd;
}

/* Images */

.carousel-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  -webkit-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}

.carousel-img-displayed {
  display: block;
  opacity: 1;
  z-index: 2;
}

.carousel-img-hidden {
  display: block;
  opacity: 0;
  z-index: 1;
}

.carousel-img-noDisplay {
  display: none;
}

/* Flèches de défilement */

.carousel-arrow {
  z-index: 3;
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  background-image: url("http://res.cloudinary.com/dnqehhgmu/image/upload/v1509720334/blue-arrow_jk1ydw.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  -webkit-transition: background-size 0.15s ease-out;
  transition: background-size 0.15s ease-out;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  background-size: 22px 22px;
}

.carousel-arrow-next {
  right: 20px;
}

.carousel-arrow-prev {
  left: 20px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}


/*Ripple*/
.ripple {
  width: 10px;
  height: 10px;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: fixed;
}
/*Bright Ripple*/
body.dark {
  background: rgba(0, 0, 0, 0.9);
}
/*Animate Function*/
.animate {
  animation: ripple-mo 1s cubic-bezier(0, 0, 0.2, 1);
}
@keyframes ripple-mo {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}

.t-card {
  border: 1px solid #0e0d0d;
  padding: 13px;
  margin: 4px;
}

.carddd {
  height: 23rem;
  width: 19rem;
  border: 1px solid black;
  padding: 13px;
}

footer.text-center.text-lg-start.text-dark {
  line-height: 32px;
}

img.wrappedimg {

  float: right;
  margin: 42px 0px 31px 50px;
  width: 628px;
}

.card-img-top.branch {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.gapp-bottom{
  padding-bottom: 70px;
}

img.wrappedimg-chairman {
  float: right;
  margin: -13px 0px 7px 26px;
  width: 332px;
}

/* navbar */
.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
 /* end nav bar */


img.card-img-top.team {
    height: 336px;
}
a#dropdownSubMenu2:hover {
  background: #141670;
  color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #141670;
  color: white;
}

.branch-name{
  font-weight: 600;
  text-align: center;
}
.richtext-image{
  align-items: right !important;
}


/* image pop up model */
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 90%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

/* end image pop up model */


/* end video pop up model */
.vid-wrapper {
  text-align: center;
}

.vid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.vid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  height: 66%;
  width: 41%;
}

.iframe-wrapper .close-video {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  right: 0;
  background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
  border-radius: 50%;
  background-size: cover;
}


.gapp-bttm {
  padding-bottom: 71px;
}

.custom-icon {
  font-size: 25px;
}

div#nav-tab a:hover {
  color: #040303;
  border: 1px solid #0a0a0a2e;
  border-radius: 5px;
  background: white;
}
div#nav-tab a{
  border: 1px solid #0a0a0a2e;
  border-radius: 5px;
  background: white;
}

.custom-content{
  background: transparent;
}
.modal-header{
  position: absolute;
  right: 0;
}
.custom-close{
  background: #252121;
  color: white;
  opacity: 1;
}
button.close.custom-close:hover {
  color: white;
}
@media only screen and (max-width: 992px){
  .gapp-right-50{
    padding-right: 10px;
  }
  .m-logo img{
    width: 100%;
  }
  .news-notice-card{
    padding-right: 0px;
  }
  .card.p-card {
    margin: 50px 10px 0px 10px;
  }
  .home-banner {
    height: 225px !important;
}
.banner-box {
  height: 100px;
  text-align: center;
  padding-top: 11px;
}
.company-img{
  margin-top: 70px;
}
.top-heightt {
  margin-top: 55px !important;
}
.gapp-top {
  padding-top: 29px;
}
.sep-div {
  margin-top: 51px;
  padding: 36px 0px 84px 0px;
}
.custom-content {
  width: 100%;
  left: 0px;
}
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
}
.menu-icon{
  color: white;
  font-size: 31px;
}
.login-logo{
  text-align: center;
}
.img-error {
  width: 100%;
  height:  auto;
}

.btn.custom-lg-btn {
  padding: 4px 75px;
}
.btn.custom-lg-btn:hover{
  background: #266ba7;
  color: white;
}

.font-weight-bold{
  font-weight: bold;
}
footer.text-center.text-lg-start.text-dark {
  font-size: 15px !important;
}