@charset "utf-8";
/* CSS Document */
:root {
  --brand-green: #93e9be;
  --primary-bg-color: #0066b2;
  --dark-bg-color: #0E3386;
  --btn-bg-color: #a3c1ad;
  --btn-bg:#0661be;
  --btn-text-color: #002d62;
  --btn-font-weight: 700;
  --font-color: white;
  --primary-font-color: white;
}
@import url("/font/roboto.css");
body {
  margin: 0;
  padding: 0;
  font-family: "robotoregular";
  line-height: 22px;
  font-size: 14px;
}
section {
  position: relative;
}
.margin-top-10 {
  margin-top: 10px;
}
a:hover,
a:focus {
  text-decoration: none !important;
  color: inherit;
}

::selection {
  background: #034183;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
/* Scroller */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #428bca;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(245, 75, 0, 0.4);
}

/* classes */
.text-center{
  text-align: center;
}
.m-nav-top{
  padding-top: 150px;
}

/* classes */

/*------FONT SPECS------*/
.text-cap {
  text-transform: uppercase;
}
.font-bold {
  font-family: "robotobold";
}
.font-semibold {
  font-family: "robotosemibold";
}
.font-reg {
  font-family: "robotoregular";
}
.f25 {
  font-size: 25px;
}
.f35 {
  font-size: 35px;
}


.top-nav {
  width: 100%;
  background: var(--dark-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-left: 4px;
  color: #b0cb1f;
  z-index: 99999;
  font-family: "PTSans-Caption";
  font-size: 18px;
  border-bottom: 0px solid #8696ae;
}
.top-nav-text {
  padding-left: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  font-family: "robotoregular";
}

.top-nav-text ul li {
  text-decoration: none;
  list-style-type: none;
  float: left;
}
.top-nav-text a {
  color: #fff !important;
}

.navbar {
  padding-bottom: 20px;
}
.logo img{
   height: 110px;
}
.navbar-fixed-top {
  border-width: 0 0 0px;
}
.navbar-default {
  background: #ffffff;
  border-bottom: none;
  padding: 0 0px;
  /*border-bottom:1px solid #dadada;*/
  box-shadow: 0 7px 6px -8px #2d2d2d;
  z-index: 1030;
}

.navbar-default .navbar-nav > li {
  padding: 2px 0px;
  color: #3a3a3a;
}

.navbar-default .top-nav .navbar-nav > li > a {
  color: #034183;
  font-size: 18px;
  font-family: "robotoregular";
  letter-spacing: 0.1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff7c20;
}
.navbar-default #menubar .navbar-nav > li > a {
  padding: 0px 8px;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: "KozGoPr6N-Medium-AlphaNum";
  letter-spacing: 0.1px;
  line-height: 20px;
}

.navbar-default #menubar .navbar-nav > li > a:hover {
  color: #0661be;  
  /* navbar on hover */
}

.top-nav-text a:hover {
  color: #ff7c20 !important;
}
nav{
  position: relative;
}
.navbar-brand {
  /* margin-top: 10px; */
  /* padding-bottom: 10px; */
}
.navbar-brand img {
  padding-bottom: 8px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 65px;
}
.login-btn {
  font-family: "robotoregular";
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 8px 22px;
  margin-top: -6px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #0661be;
  border: 1px solid #0661be;
  border-radius: 5px;
  margin-left: 20px;
}
.login-btn:hover {
  background: #48494a;
  border: 1px solid #48494a;
  color: #ffffff;
}

.navbar-left {
  float: left !important;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.show-nav {
  background: #ffffff;
  transition-property: height 80px;
}

.glyphicon-home {
  color: #000 !important;
}
.glyphicon-home {
  color: #48494a;
}

#basket nav.smaller {
  min-height: 48px;
}
navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: #ffffff;
  border-top: 0px solid #e7e7e7;
}

.no-top-nav {
  display: none;
}
.no-login {
  display: none;
}
.small-login {
  background: url(/images/small-login-bg.png) center no-repeat;
  width: 180px;
  min-height: 38px;
  margin-top: -4px;
  display: none;
}
.no-small-login {
  display: block;
}
.nav-login {
  background: #f57920 !important;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  font-family: "open_sansregular";
  padding-right: 5px;
  padding-left: 6px;
  padding-top: 7px;
  padding-bottom: 8px;
  text-align: center;
  width: 100px;
  margin-top: -8px;
}
#inner-pages .nav-login {
  padding-top: 11px;
}

/* dropdow-menu */
/* .dropdown_content{
  display: none;
  position: absolute;
}
.dropdown_content a{
  font-size: 1.5rem;
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  border-bottom: 2px solid rgb(244, 241, 241);
}
.dropdown_content a:hover{
  color: white;
  background-color: var(--btn-text-color);
}

.dropdown:hover .dropdown_content{
  display: flex;
  min-width: 30vh;
  position: absolute;

}
.menu-text{
  transition: all .8s ease-out;
}
.menu-text:hover .menu-text:active{
text-decoration: underline;
} */
.dropdown {
  position: relative;
}

.dropdown_content {
  display: none;
  position: absolute;
  min-width: 30vh;
background-color: rgb(255, 255, 255);
  flex-wrap: wrap;
  z-index: 10; /* Ensures it stays above other elements */
}

.dropdown_content a {
  font-size: 1.2rem; /* Adjusted for responsiveness */
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px 8px;
  border-bottom: 1px solid rgb(244, 241, 241);
  text-align: left; /* Ensures readability */
}

.dropdown_content a:hover {
  color: white;
  background-color: var(--btn-text-color);
}

.dropdown:hover .dropdown_content {
  display: flex;
  flex-direction: column; /* Ensures vertical stacking */
}

.menu-text {
  transition: all 0.8s ease-out;
}

.menu-text:hover {
  text-decoration: underline;
}

/* Media queries for smaller screens */
@media (max-width: 768px) {
  .dropdown_content {
    min-width: 100%; /* Take full width of the parent container */
    position: static; /* Prevent overlapping issues */
  }

  .dropdown_content a {
    font-size: 1rem; /* Smaller font for mobile */
    padding: 8px 6px; /* Compact padding */
  }
}

/*-------------------------Navbar Animation------------------------------------- */
.top-nav-text {
  margin-top: 0px;
}
.top-most-header {
  min-height: 40px;
  margin-top: -3px;
}
.top-most-header a:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.mail-to {
  text-align: center;
}
.mail-to a {
  text-align: center;
  font-size: 16px;
  color: #1a6eda;
  font-family: "merriweather_sansbold";
}
.mail-to a:hover {
  color: #000;
}

.call-to {
  text-align: center;
  font-size: 22px;
  color: #1a6eda;
  font-family: "merriweather_sansbold";
}

.top-nav-text .col-lg-1 {
  width: 11.333333%;
}

nav {
  min-height: 110px;
  z-index: 99;
  background: #ffffff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

nav .navbar-left {
  float: left !important;
  margin-right: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}
nav.smaller {
  min-height: 50px;
  background: #ffffff;
}

nav.smaller .navbar-right {
  /* float: right!important; */
  margin-right: 0px;
  padding-top: 10px;
  vertical-align: bottom;
  margin-left: 10px;
}

.navbar-collapse ul {
  margin-top: 60px;
}

/* product section */
.product {
  margin-top: 150px;
  padding-left: 60px;
  height: auto;
  margin-bottom: 40px;
}
.head_section {
  display: flex;
  padding-left: 30px;
}
.top_heading p {
  font-size: 1.2em;
  line-height: 2em;
}
.product_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding: 20px 20px; */
}
.product_cart {
  /* border: 2px solid gray; */
  margin: 10px 20px;
  padding: 10px 0;
  border-radius: 10px;
}
#product_img {
  background-color: rgb(195, 201, 204);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 150px;
  border-radius: 12px;
}
#product_img:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}

.plan_name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 15px;
  padding-top: 10px;
}
.btn button {
  border-radius: 15px;
  padding: 1px 10px;
}
/* product section */

.banner-btn .glyphicon {
  position: relative;
  top: 3px;
  padding-left: 10px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
}

.banner-btn:hover {
  background: #48494a;
  color: #ffffff;
}
#banner .carousel-caption .lastline {
  font-family: "robotoregular";
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  line-height: 22px;
  padding-top: 10px;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

#banner .carousel-control.left {
  background-image: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  width: 0%;
  font-size: 20px;
}

#banner .carousel-control.right {
  background-image: none;
  right: 78px;
}
.transition-timer-carousel-progress-bar {
  height: 3px;
  background-color: #fc231d;
  width: 0%;
  margin: 0px 0px 0px 0px;
  border: none;
  z-index: 0;
  position: relative;
}

/*-----=================================section1 end==========================================----*/

/*-----=================================section2==========================================----*/
#section2 {
  min-height: 540px;
  background: var(--dark-bg-color);
  font-family: "robotoregular";
  padding-top: 80px;
  padding-bottom: 30px;
}
#section2 .services-head {
  font-size: 31px;
  line-height: 40px;
  color: #ffffff;
  font-family: "robotolight";
  margin-bottom: 30px;
}
#section2 .custom_font {
  color: #ffffff;
  font-family: "KozGoPr6N-Bold-AlphaNum", robotobold;
}

#section2 .services-head-content {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 65px;
  padding-top: 10px;
  font-family: "KozGoPr6N-Medium-AlphaNum", robotomedium;
  line-height: 25px;
}
#section2 .ser-head {
  font-size: 22px;
  color: #ffffff;
  font-family: "KozGoPr6N-Medium-AlphaNum", robotomedium;
}
#section2 .ser-content {
  font-family: "KozGoPr6N-Regular-AlphaNum", robotoregular;
  font-size: 14px;
  color: #ffffff;
  text-align: justify;
  min-height: 100px;
  line-height: 21px;
}

/*-----=================================section2 end==========================================----*/
/*-----=================================section3==========================================----*/

.graph-bg {
  min-height: 280px;
}
.chart-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  float: none;
}
.result-line {
  font-family: "KozGoPr6N-Regular-AlphaNum", robotoregular;
  font-size: 29px;
  line-height: 32px;
  color: #212121;
}
#show_final_amount {
  font-family: "KozGoPr6N-Bold-AlphaNum", robotobold;
  font-size: 35px;
  color: #eea10a;
}
.calcu-input {
  background: #e9e9e9;
  padding: 10px 15px;
  border-radius: 5px;
  border: 0px;
  outline: none;
  margin-bottom: 10px;
  font-family: "open_sansregular";
  color: #787878;
  font-size: 13px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#amtError,
#interror,
#tenureerror {
  background: #ffc261;
  position: absolute;
  width: 250px;
  left: 0;
  top: -37px;
  border-radius: 3px;
  padding: 5px;
  z-index: 100;
}
#amtError:after,
#interror:after,
#tenureerror:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 33px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #ffc261;
  color: #000000;
  text-align: center;
}

.wealth-gaintext {
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-family: "KozGoPr6N-Regular-AlphaNum", robotoregular;
  margin-bottom: 10px;
}
.wealth-dot {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #ffad0e;
  position: absolute;
  top: -3px;
  left: -10px;
}
.amount-investedtext {
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-family: "robotomedium";
  margin-bottom: 10px;
}
.amount-invested-dot {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #5e9fac;
  position: absolute;
  top: -3px;
  left: -10px;
}

/*----tooltip--------*/
[data-tip] {
  position: relative;
}
[data-tip]:before {
  content: "";
  /* hides the tooltip when not hovered */
  display: none;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff9324;
  position: absolute;
  top: -5px;
  left: 35px;
  z-index: 8;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
[data-tip]:after {
  display: none;
  content: attr(data-tip);
  position: absolute;
  top: -35px;
  left: 0px;
  padding: 5px 8px;
  background: #ff9324;
  color: #fff;
  z-index: 9;
  font-family: "robotoregular";
  font-size: 12px;
  height: 30px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
  display: block;
}
[data-tip]:focus:before,
[data-tip]:focus:after {
  display: none;
}

#power-sip a.start-sip {
  background: #f08910;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  font-family: "KozGoPr6N-Regular-AlphaNum", robotoregular;
  font-size: 14px;
  cursor: pointer;
}
#power-sip a:hover.start-sip {
  background: #0661be;
  color: #ffffff;
}

/*-----=================================section3 end==========================================----*/

/*-----=================================section4==========================================----*/
/*------Finnapp------*/

#finnapp {
  background-image: url(/images/app-img.png), url(/images/section4.jpg);
  background-position: 80%, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  min-height: 560px;
  font-size: 14px;
  color: #5f5f5f;
  padding-top: 60px;
}
.finnapp-head {
  font-family: "KozGoPr6N-Light-AlphaNum", robotothin;
  font-size: 33px;
  color: #ffffff;
  line-height: 36px;
  padding-top: 30px;
}
.finnapp-subhead {
  font-family: "KozGoPr6N-Medium-AlphaNum";
  font-size: 39px;
  color: #ffffff;
  line-height: 39px;
  padding-top: 10px;
}
.finnapp-para1 {
  font-family: "KozGoPr6N-Light-AlphaNum";
  font-size: 15px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 24px;
}
.connect-line {
  font-family: "KozGoPr6N-Light-AlphaNum";
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
}
ul.finnapp-para li {
  list-style: url(/images/star-blue.png);
  font-family: "KozGoPr6N-Light-AlphaNum";
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 22px;
  margin-left: -20px;
}
#finnapp a {
  color: #3b5999;
  font-family: "KozGoPr6N-Regular-AlphaNum";
  font-size: 13px;
}
#finnapp a:hover {
  color: #16cdc4;
}

/*---Mobile app--------*/
#mobile_app {
  min-height: 560px;
  background: url(/images/section4.jpg) center no-repeat;
  background-size: cover;
  font-family: "robotoregular";
  color: #fff;
}
#mobile_app .mobile_head1 {
  font-size: 40px;
  line-height: 40px;
  padding-top: 17%;
  padding-bottom: 25px;
  font-family: "robotolight";
}
#mobile_app .mobile_head1 .custom_font {
  font-family: "robotomedium";
  font-style: italic;
}
#mobile_app .mobile_head2 {
  font-family: "robotobold";
  font-size: 50px;
  line-height: 40px;
  color: #ffc600;
}
#mobile_app .mobile_content {
  font-family: "robotoregular";
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
}
#mobile_app .mobile_head4 {
  font-family: "robotolight";
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 30px;
  color: #ffffff;
}
#mobile_app .app_download {
  font-size: 20px;
  line-height: 15px;
}

#mobile_app .app_img {
  padding-top: 10%;
}

/*--------Key to success Homepage scss------*/

/*--------Feedback------*/
#feedback {
  background: url(/images/section5.jpg) center no-repeat;
  background-size: cover;
  min-height: 600px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: "robotoregular";
}
.feedback-head {
  font-family: "robotobold";
  font-size: 35px;
  color: #000000;
  line-height: 40px;
  padding-top: 25px;
}
.feedback-head p {
  font-family: "robotoregular";
  font-size: 17px;
  color: #696868;
  line-height: 20px;
  padding: 10px 10px;
  text-transform: none;
}

/* -------------------Testimonials Carousel--------------- */
#feedback .carousel-inner > .item {
  min-height: 270px;
}

#feedback .carousel-caption {
  top: 20px;
  left: 5%;
  text-align: center;
  right: 0%;
  text-shadow: none;
  width: 94%;
}
#feedback .carousel-control {
  width: 0%;
  font-size: 27px;
  color: #000000;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=1);
  opacity: 1;
}
#feedback .carousel-control.left {
  background-image: none;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 1.5%;
}
#feedback .carousel-control.right {
  background-image: none;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 3.4%;
}

.testimonial-txt {
  background: none;
  min-height: 100px;
  font-size: 14px;
  color: #393939;
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 25px 0px 25px 15px;
}
.testimonial-txt .heading-txt {
  font-family: "robotomedium";
  font-size: 25px;
  color: #0661be;
  line-height: 30px;
  padding-top: 25px;
}
.testimonial-txt p {
  padding-top: 10px;
  padding-right: 15px;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}
#feedback hr {
  margin-top: 12px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid #000;
}

.testimonial-txt a {
  text-decoration: none;
  color: #575757;
}
.testimonial-txt a:hover {
  text-decoration: none;
  color: #000000;
}
.testimonial-line {
  border-top: 1px solid #e1e1e1;
}
.testimonial-line:before {
  top: 0px;
  left: 60px;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  border-top: 13px solid #e1e1e1;
  border-left: 10px solid transparent;
  position: absolute;
}
.testimonial-line:after {
  top: -1px;
  left: 61px;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 8px solid transparent;
  position: absolute;
}
.testimonial-client {
  padding-top: 0px;
  font-family: "robotobold";
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.testimonial-client p {
  padding-top: 10px;
  font-family: "robotolight";
  font-size: 14px;
  color: #000000;
  padding-bottom: 20px;
}

#feedback a.start-sip {
  background: #17286e;
  color: #ffffff;
  padding: 12px 30px;
  font-family: "robotoregular";
  font-size: 14px;
}
#feedback a.start-sip span {
  margin-left: 40px;
}

#feedback a.more {
  background: #0661be;
  border: 1px solid #0661be;
  border-radius: 5px;
  color: #ffffff;
  padding: 6px 35px 10px 35px;
  font-family: "robotoregular";
  font-size: 14px;
}
#feedback a:hover.more {
  background: #48494a;
  color: #fff;
  border: 1px solid #48494a;
}

#contact-home {
  background: #004964;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.support_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support_content {
  line-height: 200%;
}
#suppot_img img {
  height: 400px;
  width: 500px;
}
.foot-border {
  border-top: 1px solid #48494a;
}
.foot_padding {
  padding-top: 30px;
  padding-bottom: 15px;
}
.contact_home_head {
  font-family: "robotomedium";
  font-size: 35px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.contact_home_subhead {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
}
.contact-home-heading {
  font-family: "robotomedium";
  font-size: 25px;
  color: #ffc600;
  line-height: 30px;
}
.add-media-text {
  font-size: 15px;
}

.add-media-text a {
  color: #fff;
}

.add-media-text a:hover {
  color: #ffc600;
}
.contact_mid {
  width: 80%;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 25px;
}
.contact_mid .media {
  margin-top: 10px;
}

.links-list {
  font-family: "robotoregular";
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
}
.links-list ul {
  margin-left: 0px;
  -webkit-padding-start: 6px;
}
.links-list li {
  list-style-type: none;
  margin: 0;
  padding: 6px 0px;
}
.links-list li a {
  color: #fff;
  text-decoration: none;
}
.links-list li a:hover {
  color: #ffc600;
}

.links-list li:before {
  content: "\e092";
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.links-list .panel-body {
  padding: 1px 15px 5px 15px;
  font-size: 13px;
}

/* footer css */
footer {
  background:#0C2340;
  color: #fafbfb;
  font-family: "robotoregular";
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 6px;
  letter-spacing: 0px;
  position: relative;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-column h3 {
  /* text-align: left; */
  font-size: 20px;
  font-weight: 600;
  /* text-decoration: underline; */
}
#footer ul {
  text-decoration: none;
  list-style-type: none;
  line-height: 250%;
  font-size: 16px;
}
.footer-column a{
  color:  white;
}

#footer ul li:hover{
  text-decoration: underline;
}



footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}
footer h3:hover{
  /* text-decoration: underline */
  /* color: black; */
}
.footer_disclaimer{
  font-size: 10px;
  line-height: 100%;
}

.smart_zindagi{
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  font-weight: 500;
}

/*---Media Queries-----------------*/
@media (min-width: 992px) and (max-width: 1300px) {
  .navbar-default .top-nav .navbar-nav > li > a {
    font-size: 18px;
  }
  .nav > li > a {
    padding: 6px 5px;
  }
  #feedback .carousel-caption {
    top: 0px;
  }
}

@media (min-width: 100px)  and (max-width: 800px){
  .sz_logo{
    position: absolute;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default {
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
    min-height: 94px;
  }
  .top-most-header {
    background-position-x: right;
    margin-top: -6px;
  }

  nav .navbar-brand {
    /* min-height: 85px; */
    /* width: 100px; */
    /* margin-top: 0px; */
  }


  #menubar .navbar-right {
    margin-right: 0;
  }
  .navbar-default .navbar-nav > li {
    padding: 5px 0px;
  }

  .navbar-default .top-nav .navbar-nav > li > a {
    font-size: 18px;
  }
  .navbar-default #menubar .navbar-nav > li > a {
    padding: 5px 4px 5px 5px;
  }
  .login-btn {
    font-size: 18px;
    padding: 4px 11px;
    margin-top: -6px;

    margin-left: 20px;
  }

  #banner .carousel-caption .banner-head-text {
    font-size: 30px;
    line-height: 33px;
  }
  #banner .carousel-caption .banner-head-content {
    font-size: 25px;
    line-height: 30px;
  }
  #banner .carousel-inner > .item .va-table {
    min-height: 470px !important;
  }

  #section2 .services-head {
    text-align: center;
  }
  #section2 .services-head-content {
    text-align: center;
  }
  #mobile_app .mobile_head1 {
    padding-top: 11%;
  }

  #mobile_app .mobile_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #mobile_app .app_img img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10%;
  }

  .carousel-control img {
    height: 30px;
  }
  #feedback .carousel-inner > .item {
    min-height: 300px;
  }

  #feedback .carousel-caption {
    top: 0px;
    left: 1%;
    right: 0%;
    width: 100%;
  }
  #footer li {
    /* float: left; */
    padding: 0px 22px 5px 0px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  nav .navbar-brand {
    display: inline-block;
    min-height: 105px;
    width: 245px;
    margin-top: 14px;
    background: url(/images/logo.png) no-repeat;
  }
  .navbar-default {
    background: #fffefe;
    border-bottom: none;
    padding: 0 0px;
    border-bottom: 0px solid #dadada;
    min-height: 94px;
  }
  nav .navbar-right {
    float: left !important;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 4px;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 20px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
  }
  .navbar-collapse ul {
    margin-top: 12px;
  }

  /* product section */
  .product {
    margin-top: 150px;
    padding-left: 10px;
    /* margin-bottom: 100px; */
    height: auto;
  }
  .head_section {
    display: flex;
    padding-left: 30px;
  }
  .top_heading p {
    font-size: 20px;
  }
  .product_section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 20px 20px; */
  }
  .product_cart {
    /* border: 2px solid gray; */
    margin: 10px 5px;
    border-radius: 10px;
    height: 130px;
    width: 100px;
  }
  #product_img {
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 12px;
  }
  #product_img img {
    object-fit: contain;
    height: 90px;
    width: 90px;
  }
  .plan_name p {
    font-size: 14px;
    text-align: center;
    color: black;
  }
  #contact-home {
    padding-left: 20px;
  }
  #contact-home {
    background: #004964;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .support_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #suppot_img img {
    height: 300px;
    width: 400px;
  }
  #section2 .services-head {
    font-size: 26px;
    text-align: center;
  }

  #section2 .services-head-content {
    font-size: 19px;
    text-align: center;
  }
  .result-line {
    font-size: 24px;
    line-height: 28px;
  }
  #show_final_amount {
    font-size: 26px;
  }
  #mobile_app .mobile_head1 {
    font-size: 27px;
    line-height: 33px;
  }
  #mobile_app .mobile_head2 {
    font-size: 36px;
    line-height: 40px;
  }
  #mobile_app .app_img img {
    max-width: 100%;
  }
  #mobile_app .mobile_content {
    text-align: justify;
  }
  #mobile_app .app_img {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  #feedback {
    padding-bottom: 50px;
  }
  .feedback-head {
    font-size: 24px;
  }
  #feedback .carousel-caption {
    top: -10px;
  }
  #feedback .carousel-control.left {
    top: 45%;
    left: 0%;
  }
  #feedback .carousel-control.right {
    top: 45%;
    right: 6.4%;
  }
  #feedback .carousel-inner > .item {
    min-height: 420px;
  }
  .carousel-control img {
    height: 6%;
  }
  .testimonial-txt .heading-txt {
    padding-top: 5px;
  }
  .testimonial-txt {
    margin-bottom: 20px;
    padding: 5px 20px 15px 0px;
  }
  .contact_home_head {
    font-size: 25px;
  }
  .contact_home_subhead {
    padding-bottom: 30px;
  }
  .links-list {
    padding-top: 12px;
    margin-bottom: 20px;
  }
  .contact_mid {
    padding-top: 12px;
  }
  footer {
    font-size: 13px;
    padding-left: 25px;
  }

  #footer li {
    /* float: left; */
    padding: 0px 21px 5px 17px;
  }
  .footer-content {
    flex-direction: column;
    justify-content: space-between;
    /* align-items: end; */
  }
}

@media (max-width: 375px) {
  #banner .carousel-caption .banner-head-text {
    font-size: 30px;
  }
  .app_icon img {
    border: 0;
    max-width: 100%;
  }
  footer {
    padding-top: 28px;
    padding-bottom: 25px;
    letter-spacing: 0px;
  }
  #footer li {
    float: left;
    padding: 0px 12px 5px 6px;
  }
}
@media (max-width: 320px) {
  #banner .carousel-inner > .item {
    min-height: 490px;
  }
  #banner .carousel-caption {
    left: 6%;
  }

  #feedback .carousel-inner > .item {
    min-height: 560px;
  }

  .testimonial-txt {
    margin-bottom: 20px;
    padding: 5px 10px 15px 0px;
  }

  #about-bg .home_about_left {
    background: none;
    min-height: 358px;
    padding: 34px 25px;
    color: #fff;
    background-color: #06478d;
  }
}

/* agent registration */
.registration-content {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.registration-content p {

  font-size: 16px;
}

.registration-content p {
  margin-bottom: 10px;
}

.call-now-button {
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.call-now-button:hover {
  background-color: #2980b9;
}