*, body {
  padding: 0;
  margin: 0;
/*  font-family: 'Josefin Sans', sans-serif;*/
}
:root {
  --primary-color: #7a88a5;
  --secondery-colo: #616161;
}
::selection {
  background: #46679F;
  color: #fff;
}
::-webkit-scrollbar {
  width: 7px !important;
  background-color: #e8efff !important;
}
::-webkit-scrollbar-thumb {
  background-color: #c3c3c3 !important;
  border-radius: 10px;
}
a:hover {
  color: #aa0634;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #aa0634;
}
section {
  padding: 80px 0;
  margin: 0px;
  overflow: hidden;
}
.primary-color {
  color: var(--primary-color);
}
.secondery-color {
  color: var(--secondery-colo);
}
.btn-main {
  border-radius: 50px;
  padding: 7px 30px;
  background-color: #ab0634;
  color: #fff;
}
.btn-main:hover {
  border-radius: 50px;
  padding: 7px 30px;
  color: #ab0634;
  border: 1px solid #ab0634;
  background-color: #fff;
}
.btn-sub {
  border-radius: 50px;
  padding: 7px 30px;
  color: #ab0634;
  border: 1px solid #ab0634;
}
.btn-sub:hover, .btn-sub:focus {
  background-color: #ab0634;
  color: #fff;
  box-shadow: none;
}
h1 {
  font-size: 45px;
}
p {
  font-size: 16px;
  color: #777777;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.head-sec {
  background: #616161;
  padding: 2px;
  text-align: right;
}
.head-sec a {
  font-size: 12px;
}
.main-bannet-text {
/*  padding: 100px 116px 0;*/
	padding: 10% 8% 0;
}
.main-bannet-text h1 {
  color: #a41238;
  font-size: 55px;
  font-weight: 700;
  text-align: left;
	text-transform: uppercase;
}
.main-bannet-text p {
  color: #707070;
  text-align: left;
}
.sub-slider {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #9f2138;
  height: 5px;
}
.service-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 35px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.service-card-inner {
  border-radius: 8px;
  box-shadow: 0 6px 16px rgb(52 105 203 / 16%);
  -webkit-box-shadow: 0 6px 16px rgb(52 105 203 / 16%);
  overflow: hidden;
  position: relative;
}
.card-body {
  background: #3f3f3f;
  color: #fff;
}
.card-body h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}

.sub-slider-mobile .carousel-control-prev{left: 0;}
.sub-slider-mobile .carousel-control-next{right: 0;}
.sub-slider-mobile .carousel-control-prev-icon{background-image: url(../images/right-arrow.svg);}
.sub-slider-mobile .carousel-control-next-icon{background-image: url(../images/left-arrow.svg);}
.sub-slider-mobile .card-body h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.panel-login {
  background: #f7f7f7;
}
.panel-heading .tab-sec {
  text-decoration: none;
  background-color: #e3e3e3;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
.tab-sec.active {
  background-color: #f7f7f7;
}
.panel-body {
  padding: 20px 40px;
}
.login-section {
  content: "";
  background-image: url(../images/login-section.png);
  background-size: cover;
  background-position: bottom center;
}
.about-section {
  margin: 30px;
  border-radius: 24px;
  background-color: #fdf8fa;
}
.secure-old {
  background-color: #e9f0f6;
}
.box-card {
  border: 1px solid rgb(254, 254, 255);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 19.78px 3.22px rgba(11, 143, 205, 0.07);
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 600;
  min-height: 109px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.chil-section li {
  list-style: none;
  padding: 15px 0px;
  padding-left: 60px;
  position: relative;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.878px 6.997px 49.68px 4.32px rgba(244, 252, 255, 0.92);
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 16px;
}
.chil-section li::after {
  content: "";
  background: url(../images/list-icon.png) no-repeat;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 17px;
  top: 15px;
}
.strip-banner {
  content: "";
  background-image: url(../images/strip-banner.png);
  background-size: cover;
  background-position: bottom center;
}
.footer-bg {
  background-color: #e7e7e7;
}
.footer-bg ul li {
  list-style: none;
  padding: 5px 0;
  position: relative;
}
.footer-bg ul li a:hover {
  text-decoration: none;
  color: #9f2138;
  font-size: 14px;
}
.footer-bg ul li a {
  text-decoration: none;
  color: #232d42;
  font-size: 14px;
}
.footer-bg h5 {
  color: #232d42;
}
.get-app {
  background-color: #dfdfdf;
}
.text-area {
  background-color: #dfdfdf;
  padding: 10px;
}
.app-area {
  background-color: #fff;
  padding: 10px 10px 10px 25px;
  clip-path: polygon(9% 0, 100% 0%, 100% 100%, 0% 100%);
}
.sub-text {
  font-size: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
.video-box {
  max-width: 310px;
  min-width: 310px;
  background: #ffff;
  box-shadow: 0px 10px 20px rgba(160, 163, 167, 0.15);
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  text-decoration: none;
}
.video-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.noBg {
  background: none;
  border: none;
  box-shadow: none;
}
.close-size {
  color: #ffffff;
  opacity: 1;
  font-size: 2.2em;
  font-weight: 300;
  background: none;
}
.close-size:hover {
  color: #ccc;
}
.cursor-pointer {
  cursor: pointer;
}
#masthead.scrollUp {
  transform: translateY(-111px);
}
#masthead {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s;
}
#masthead .container.py-2{
	padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.opac-effect {
	background: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026!important;
}

.secure-img-1{
	position: relative;
    top: -8px;

}

.secure-img-2{
 position: relative;
    top: -12px;
}

.corner-round{position: absolute;
  background: #ab0634;
  padding: 10px 15px 20px;
  border-radius: 0 0 150px 12px;}


  .head-sec-mobile {
    background: #616161;
    padding: 2px;
    text-align: right;
}
.head-sec-mobile a {
  font-size: 10px;
}


.service-card-inner .card-body {min-height:75px; line-height: normal; vertical-align: middle;}


