* {
  transition: padding 400ms ease-in-out;
  -webkit-transition: padding 400ms ease-in-out;
  -moz-transition: padding 400ms ease-in-out;
  -o-transition: padding 400ms ease-in-out;
}

body {
  margin: 0 auto;
  max-width: 1366px;
  font-family: "Raleway", sans-serif;
  -webkit-font-family: "Raleway", sans-serif;
  -moz-font-family: "Raleway", sans-serif;
  -o-font-family: "Raleway", sans-serif;
  font-weight: 400;
  -webkit-font-weight: 400;
  -moz-font-weight: 400;
  -o-font-weight: 400;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  color: #000000;
}

a {
  text-decoration: none;
}

:focus {
  outline: none;
}

::selection, ::-webkit-selection, ::-moz-selection, ::-o-selection {
  color: #ffffff;
  background-color: #da2727;
  /*background: linear-gradient(to right, rgba(218,39,39,0.5), rgba(218,39,39,0), rgba(218,39,39,0.5)); */
}

p, label, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

a {
  color: #26316f;
}
a:focus, a:hover, a:active {
  color: #26316f;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("../images/select-dropdown-arrow.png") no-repeat 96%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}

textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}

select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}
select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.anchor {
  display: block;
  height: 90px;
  /*same height as header */
  margin-top: -90px;
  /*same height as header */
  visibility: hidden;
}

/******************* Flex ****************** */
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

/******************* Spacing Remove ****************** */
.rm-padd {
  padding: 20px;
}

.rm-pt {
  padding-top: 0px !important;
}

.rm-padd-top {
  padding-top: 0px;
}

.rm-padd-bottom {
  padding-bottom: 0px;
}

.rm-padd-left {
  padding-left: 0px;
}

.rm-padd-right {
  padding-right: 0px;
}

.rm-margin {
  margin: 0px;
}

.div-center {
  display: flex;
  align-items: center;
}

.div-top {
  display: flex;
  align-items: start;
}

.td-footer {
  display: block;
  width: 100%;
}

/******************* Background Color ****************** */
.bg {
  background-color: #f7f7f8;
}

.bg-2 {
  background-color: #f5f5f5;
}

.bg-blue {
  background-color: #24295e !important;
}

.bg-red {
  background-color: #da2727;
}

/******************* Global Container ****************** */
.section-container {
  padding: 0px 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* Golbal Spacing ****************** */
.box {
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.box-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.box-3 {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.box-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.padd_top_20 {
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.padd_btm_20 {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.padd_btm_30, .padd_btm_40 {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.padd_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.padd_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.margin_btm_10 {
  margin-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* Global Border ****************** */
.rm-border {
  border: none !important;
}

/******************* Global Background Image ****************** */
.bg_img {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
}

.bg_img-2 {
  background: url("../images/bg_2.jpg") no-repeat;
  background-size: cover;
}

/******************* Global Font Heading ****************** */
.sect-title {
  margin: 0px;
  color: #141936;
  font-size: 46px;
  font-weight: 700;
}

.main-heading {
  font-size: 46px;
  line-height: 44px;
  font-weight: 700;
}

.main-heading-2 {
  font-size: 50px;
  line-height: 47px;
}

.heading {
  font-size: 20px;
  line-height: 21px;
  font-weight: 800;
}

.sub-heading {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}

.sub-heading-2 {
  font-size: 17px;
  line-height: 22px;
}

.desc-content {
  font-size: 16px;
  line-height: 22px;
}

.error {
  font-size: 14px;
}

/******************* Global Font Color ****************** */
.text-white {
  color: #ffffff;
}

.text-blue {
  color: #24295e !important;
}

.text-blue-2 {
  color: #1f2962 !important;
}

.text-black {
  color: #404040 !important;
}

.text-black-2 {
  color: #353535 !important;
}

.text-black-3 {
  color: #010101;
}

.text-red {
  color: #da2727;
}

.text-orange {
  color: #f8714e;
}

/******************* Global Font Weight ****************** */
.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

/******************* Button ****************** */
.btn {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 30px;
  white-space: normal;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.btn.btn-1 {
  color: #ffffff;
  background-color: #da2727;
  /*padding: 12px 60px; */
  border: 1px solid #da2727;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.26);
}
.btn.btn-2 {
  color: #a3a3a3;
  background-color: transparent;
  /*padding: 12px 60px; */
  border: 1px solid #cccccc;
}
.btn.show {
  background-color: transparent;
  color: #545455;
}

.btn-1.btn-sm, .btn-2.btn-sm {
  padding: 6px 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.btn:hover, .btn:focus {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}
.btn:active {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}
.btn:active:focus {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}

.btn-2:hover, .btn-2:focus, .btn-2:active {
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
}

/* .btn {
  &:hover, &:focus, &:active {

  }
} */
.btn-2:hover, .btn-2:focus, .btn-2:active {
  color: #a3a3a3;
}

.btn_pt-20 {
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.btn_pt-30 {
  padding-top: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.btn_pt-40 {
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.btn_pb-40 {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.btn_ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.btn_fs-14 {
  font-size: 14px;
}

/******************* Input type ****************** */
.form-group {
  position: relative;
  margin-bottom: 20px !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.form-group.cust_padd {
  margin-bottom: 2px !important;
}
.form-group.bank-padd {
  margin-bottom: 30px !important;
}
.form-group a {
  font-size: 14px;
}
.form-group .control-label {
  font-weight: bold;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form-group .control-label {
    text-align: left;
  }
}
.form-group .bold-text {
  font-weight: bold;
}

.form-control {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  /* width: auto; */
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  /*  width: auto; */
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  background-color: transparent;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-color: #000000;
}
.form-control.user_input {
  width: auto;
}

.control-form {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  background-color: transparent;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.control-form:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-color: #000000;
}

.form-select {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}
.form-select:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-color: #000000;
}

.form-control-placeholder {
  position: absolute;
  top: 0px;
  left: 12px;
  cursor: text;
  /*color: #9b9b9e; */
  color: #8d8d8d;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.form-control.valid ~ .form-control-placeholder, .form-control:focus ~ .form-control-placeholder, .form-control.notempty ~ .form-control-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  transform: translate(0, -2rem);
}

.formSection .Phn_number .form-group {
  margin-bottom: 15px;
}
.formSection .remember-opt, .formSection .forgot-opt a {
  color: #737373;
  font-size: 13px;
  line-height: 30px;
}
.formSection .remember-opt .radio-inline {
  font-weight: 500;
}
.formSection .remember-opt input[type=radio] {
  margin-top: 9px;
}
.formSection .forgot-opt a:hover, .formSection .forgot-opt a:focus, .formSection .forgot-opt a:active {
  color: #737373;
  text-decoration: none;
}
.formSection .btn-loging {
  padding-top: 14px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #cccccc;
  margin-top: 2px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  max-height: 56px;
}

.form-control:focus ~ .input-group-text {
  border-bottom: 1px solid #000000;
}

select.form-control {
  -webkit-appearance: none;
  width: auto;
  -moz-appearance: none;
       appearance: none;
  background: url("../images/select-dropdown-arrow.png") no-repeat 96%;
  padding-right: 30px;
}
select.form-control.width-full {
  width: 100%;
}

/******************* TopMenu ****************** */
.TopMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding: 7px 20px;
  background-color: #f4f4f8;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.TopMenu .header-logo {
  visibility: hidden;
  /*   img {

    } */
}
.TopMenu ul {
  margin: 0px;
  padding: 0px;
}
.TopMenu ul > li {
  color: #545455;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0px;
  margin-right: 10px;
  vertical-align: middle;
}
.TopMenu ul > li:last-child {
  margin-right: 0px;
}
.TopMenu ul > li.schedule:last-child {
  background-color: #da2727;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.TopMenu ul li a {
  color: #545455;
  text-decoration: none;
}
.TopMenu ul li.schedule:last-child a {
  color: #ffffff;
}
.TopMenu ul > li.ScheduleIcon {
  display: none;
}
.TopMenu ul > li.ScheduleIcon .fa-phone-square {
  font-size: 20px;
}
.TopMenu ul > li > .btn-group > .btn {
  background: transparent;
  padding: 0px;
  border: none;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0px;
}
.TopMenu ul > li > .btn-group > .btn:hover, .TopMenu ul > li > .btn-group > .btn:focus, .TopMenu ul > li > .btn-group > .btn:active {
  color: #545455;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  outline: none;
  outline-offset: 0px;
}
.TopMenu ul > li > .btn-group > .btn + .dropdown-toggle {
  padding: 10px;
}
.TopMenu ul > li ul.dropdown-menu {
  margin-top: 5px;
  padding: 5px 0px;
}
.TopMenu ul > li ul.dropdown-menu > li {
  margin: 0px;
}
.TopMenu ul > li ul.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 19px;
}

/******************* Menu ****************** */
/******************* Dropdown Menu ****************** */
/******************* Breadcrumb List ****************** */
.breadcrumb-list .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0px;
  padding: 0px;
  /*padding-top: 20px; */
  padding-bottom: 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.breadcrumb-list .breadcrumb li {
  color: #a3a3a3;
  font-size: 15px;
  line-height: 25px;
}
.breadcrumb-list .breadcrumb li a {
  color: #a3a3a3;
}
.breadcrumb-list .breadcrumb li a:hover, .breadcrumb-list .breadcrumb li a:focus, .breadcrumb-list .breadcrumb li a:active {
  text-decoration: none;
}
.breadcrumb-list .breadcrumb > li + li:before {
  padding: 0px;
  color: #a3a3a3;
}

/******************* Page Title ****************** */
.main_header {
  background-color: transparent;
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.main_header h1 {
  color: #1f2962;
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 25px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.main_header p {
  margin: 0px;
}
.main_header .description {
  color: #585858;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}

/******************* Main Slider ****************** */
.main_slider h3.title {
  /* position: absolute;
   *top: 170px;
   *z-index: 2; */
  font-size: 20px;
}
.main_slider .description {
  position: relative;
  bottom: 80px;
  z-index: 2;
  font-size: 17px;
  line-height: 24px;
}
.main_slider .item .sub-header {
  font-size: 17px;
  line-height: 24px;
}
.main_slider a {
  color: #ff7f5d;
  text-decoration: none;
}
.main_slider a:hover, .main_slider a:active {
  color: #ff7f5d;
}
.main_slider .owl-carousel .owl-stage .owl-item {
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_slider .owl-carousel .owl-stage .owl-item:nth-child(1) {
  background-image: url("../images/home/slider/bg-1.png");
}
.main_slider .owl-carousel .owl-stage .owl-item:nth-child(2) {
  background-image: url("../images/home/slider/bg-2.png");
}
.main_slider .owl-carousel .owl-stage .owl-item:nth-child(3) {
  background-image: url("../images/home/slider/bg-3.png");
}
.main_slider .item {
  padding: 100px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  /*  .description {} */
}
.main_slider .item .header {
  color: #f8714e;
  font-size: 46px;
  margin-top: 40px;
  padding-bottom: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.main_slider .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  margin: 3px;
  width: 6px;
  height: 6px;
}
.main_slider .owl-theme .owl-dots .owl-dot.active span, .main_slider .owl-theme .owl-dots .owl-dot span:hover {
  background: #f8714e;
}
.main_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: rotate(180deg);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.main_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.main_slider .owl-carousel .owl-nav .owl-prev.disabled, .main_slider .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.main_slider .owl-carousel .owl-dots {
  position: absolute;
  bottom: 22%;
  right: 45.5%;
  line-height: 0px;
}

/******************* Testimonial ****************** */
.testimonial {
  /*   	padding: 50px 0px;
   *     transition: all 400ms ease-in-out;
   *     -webkit-transition: all 400ms ease-in-out;
   *     -moz-transition: all 400ms ease-in-out;
   *     -o-transition: all 400ms ease-in-out; */
}
.testimonial ul {
  margin: 0px;
}
.testimonial ul li {
  /*padding: 0px; */
  padding: 60px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial ul li:nth-child(2) {
  background-color: #ea745c;
}
.testimonial .header {
  padding-top: 10px;
}
.testimonial .header > h2 {
  font-size: 61px;
  line-height: 62px;
  font-weight: 900;
  color: #6b5f5b;
}
.testimonial h2 .value {
  color: #f8714e;
}

.testimonial_slider {
  color: #ffffff;
}
.testimonial_slider .item {
  padding: 60px 120px;
  padding-top: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider .testi_img {
  /*padding-top: 10px; */
}
.testimonial_slider .testi_img img {
  width: 180px;
  height: 180px;
  margin: 0px auto;
  border-radius: 50%;
  filter: brightness(120%) grayscale(100%);
  -webkit-filter: brightness(120%) grayscale(100%);
  -moz-filter: brightness(120%) grayscale(100%);
  -o-filter: brightness(120%) grayscale(100%);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
}
.testimonial_slider .testi_details {
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider .title {
  font-size: 38px;
  line-height: 30px;
}
.testimonial_slider .sub-title {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
}
.testimonial_slider .description {
  font-size: 17px;
  line-height: 28px;
}
.testimonial_slider .owl-theme .owl-dots .owl-dot span {
  background: #ee907d;
  margin: 3px;
  width: 6px;
  height: 6px;
}
.testimonial_slider .owl-theme .owl-dots .owl-dot.active span, .testimonial_slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.testimonial_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  bottom: -5px;
  left: 50px;
  transform: rotateY(180deg);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: -5px;
  right: 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider .owl-carousel .owl-nav .owl-prev.disabled, .testimonial_slider .owl-carousel .owl-nav .owl-next.disabled {
  /*display: none; */
  opacity: 0;
}

/******************* Product Cards ****************** */
.product-cards {
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-cards .owl-carousel .owl-stage {
  padding-left: 50px !important;
  /*padding-right: 50px !important; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-cards .item {
  margin-bottom: 20px;
}
.product-cards figure {
  position: relative;
  color: #ffffff;
  width: 95%;
}
.product-cards figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.2;
}
.product-cards figure img {
  width: 100%;
  /*box-shadow: 4px 6px 15px 0px #888888; */
  box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.26);
}
.product-cards figure .header {
  text-shadow: 0px 5px 10px #000000;
  -webkit-text-shadow: 0px 5px 10px #000000;
  -moz-text-shadow: 0px 5px 10px #000000;
  -o-text-shadow: 0px 5px 10px #000000;
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
}
.product-cards figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 40px;
}
.product-cards .owl-carousel .owl-nav .owl-prev, .product-cards .owl-carousel .owl-nav .owl-next {
  background-color: #ea745c;
  padding: 5px;
  border-radius: 50px;
}
.product-cards .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  transform: rotate(180deg);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-cards .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.product-cards .owl-carousel .owl-nav .owl-prev.disabled, .product-cards .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

/******************* Process ****************** */
.process ul {
  margin: 0px;
  padding-top: 30px;
  transition: all 400ms ease-in-out;
}
.process ul li {
  position: relative;
  padding: 0px;
  padding-left: 60px;
  color: #f8714e;
  font-size: 24px;
  font-weight: 700;
  transition: all 400ms ease-in-out;
}
.process ul li:first-child {
  padding-left: 0px;
}
.process ul li:first-child:before {
  visibility: hidden;
}
.process ul li:before {
  content: "";
  background-color: #f8714e;
  border-radius: 50px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 38%;
  left: 22px;
}

.work-process {
  padding-top: 60px;
  transition: all 400ms ease-in-out;
}
.work-process .list {
  display: inline-block;
  width: 32%;
  vertical-align: text-top;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 400ms ease-in-out;
}
.work-process .list:last-child {
  /* width: 100%; */
  padding-bottom: 0px;
}
.work-process .icon img {
  margin: 0px auto;
}
.work-process .caption {
  color: #888889;
  font-size: 18px;
  font-weight: 800;
  padding-top: 20px;
}
.work-process .caption .value {
  font-size: 24px;
  font-weight: 700;
  color: #f8714e;
}

/******************* Cards ****************** */
.blog-cards {
  padding: 60px 0px;
  max-width: 1100px;
  margin: 0px auto;
  transition: all 400ms ease-in-out;
}
.blog-cards .item {
  background-color: #ffffff;
  padding: 25px;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.09);
}
.blog-cards .title {
  padding-top: 25px;
  color: #55657a;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  transition: all 400ms ease-in-out;
}
.blog-cards .description {
  color: #585858;
  padding-top: 20px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  transition: all 400ms ease-in-out;
}
.blog-cards .read-more {
  padding-top: 20px;
  transition: all 400ms ease-in-out;
}
.blog-cards .read-more a {
  color: #e96b4a;
  font-size: 17px;
  text-decoration: none;
}
.blog-cards .read-more a:hover, .blog-cards .read-more a:focus, .blog-cards .read-more a:active {
  color: #e96b4a;
}

.blogs .view-more .btn {
  color: #516680;
  font-size: 17px;
  font-weight: 800;
  border: 2px solid #55657a;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 15px 80px;
}
.blogs .view-more .btn:hover {
  color: #f8714e;
  border-color: #f8714e;
}

/******************* FAQ ****************** */
.faq .banner img {
  margin: 0px auto;
}
.faq .title {
  color: #090c2d;
  font-size: 46px;
  font-weight: 700;
  line-height: 54px;
  padding-top: 40px;
  max-width: 1000px;
  margin: 0px auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq .title .value {
  color: #e86c46;
}

.faq-banner ul {
  margin: 0px;
  padding: 0px;
}
.faq-banner ul li {
  /*float: left; */
  /*width: 50%; */
  padding: 0px;
  line-height: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-banner ul li:nth-child(odd) {
  border-right: 1px solid #ffffff;
}
.faq-banner ul li:nth-child(odd) > a {
  color: #ffffff !important;
}
.faq-banner ul li:nth-child(even) {
  border-left: 1px solid #ffffff;
}
.faq-banner ul li:nth-child(even) > a {
  color: #000000 !important;
}
.faq-banner ul li:nth-child(-n+2) {
  border-bottom: 1px solid #ffffff;
}
.faq-banner ul li:nth-child(n+3) {
  border-top: 1px solid #ffffff;
}
.faq-banner ul li img {
  margin: 0px auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-banner ul li:hover img {
  /*width: 99%; */
  transform: scale(1.1);
  /*box-shadow: 0px 0px 10px #000000; */
}
.faq-banner figure {
  position: relative;
  overflow: hidden;
}
.faq-banner figcaption {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-banner figcaption > .header {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-banner figcaption > .sub-header {
  font-size: 46px;
  font-weight: 900;
  line-height: 55px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* Client ****************** */
.clients {
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.client-logo ul {
  padding: 0px;
  margin: 0px;
}
.client-logo ul li {
  width: 19.5%;
  vertical-align: middle;
  padding-bottom: 30px;
}
.client-logo .icon img {
  margin: 0px auto;
  /*opacity: 0.5;
   *-webkit-opacity: 0.5;
   *-moz-opacity: 0.5;
   *-o-opacity: 0.5;
   *filter: grayscale(100%); 
   *-webkit-filter: grayscale(100%); 
   *-moz-filter: grayscale(100%); 
   *-o-filter: grayscale(100%); */
  cursor: pointer;
  transition: all 400ms ease-in-out;
  /*   &:hover {

    } */
}

.clients .view-more a {
  color: #ea745c;
  font-size: 17px;
  line-height: 30px;
  text-decoration: underline;
}
.clients .view-more a:hover, .clients .view-more a:focus, .clients .view-more a:active {
  color: #ea745c;
}
.clients .view-more #showLess {
  display: none;
}

/******************* Services ****************** */
.services-cards {
  /*max-width: 1100px; */
  /*margin: 0px auto; */
  /*padding: 120px 0px; */
  padding-bottom: 120px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards > .main-heading {
  padding-bottom: 80px;
}
.services-cards ul {
  padding: 0px;
  margin: 0px;
}
.services-cards ul li {
  /*padding: 0px 80px; */
  padding-bottom: 120px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  /*   &:nth-child(n+3) {

    } */
}
.services-cards ul li:nth-child(odd) {
  padding-right: 60px;
  padding-left: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards ul li:nth-child(even) {
  padding-left: 60px;
  padding-right: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards ul li:last-child {
  padding-bottom: 0px;
}
.services-cards .item {
  position: relative;
  border: 4px solid #222339;
  padding: 70px 40px 20px 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  min-height: 270px;
}
.services-cards .item .head {
  color: #202138;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards .item .description {
  color: #585858;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards .item .view-more {
  text-align: right;
}
.services-cards .item .view-more a {
  color: #8d8d8d;
  font-size: 12px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: 500;
}
.services-cards .item .view-more a:focus, .services-cards .item .view-more a:hover, .services-cards .item .view-more a:active {
  color: #8d8d8d;
}
.services-cards .item .item-img {
  position: absolute;
  top: -40px;
  left: -30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-cards ul li:nth-child(even) .item .item-img {
  /*left: 30px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* SIP ****************** */
.services-inner-header {
  /*padding-top: 20px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-inner-header > .main-heading {
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.sip-banner {
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.services-inner-info {
  /*padding: 80px 0px; */
  /*padding-bottom: 80px; */
  /*color: #404040; */
  /*font-size: 16px; */
  /*line-height: 22px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.services-inner-info > .header {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.sip-container {
  padding-top: 40px;
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .title {
  font-size: 22px;
  line-height: 44px;
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .qa-list {
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .qa-list .qa-row {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .qa-list .qa-row:last-child {
  padding-bottom: 0px;
}
.sip-container .sip-box {
  padding: 80px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .sip-box ul {
  text-align: center;
  margin: 34px;
  padding: 0px;
}
.sip-container .sip-box ul li {
  /*width: 30%; */
  width: 32%;
  padding: 0px 40px;
  /*padding-right: 40px; */
  vertical-align: top;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .sip-box .item {
  border: 1px solid #d9d9d9;
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .sip-box .item .item-img {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sip-container .sip-box .item .item-img img {
  margin: 0px auto;
}
.sip-container .callback-heading {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

/******************* Tax ****************** */
.tax-container {
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tax-container .tax-points {
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tax-container .tax-points .title {
  padding-bottom: 20px;
  /*padding-bottom: 10px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tax-container .tax-points ol {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tax-container .tax-points ol li {
  padding-left: 15px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.tax-container .description {
  padding-bottom: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.tax-points a {
  font-weight: 700;
  text-decoration: underline;
  color: #26316f;
}

/******************* Asset ****************** */
.asset-container {
  /*padding-top: 40px; */
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.asset-container .content-row {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.asset-container .content-row:first-child {
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.asset-container .content-row .title {
  font-size: 18px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* PMS ****************** */
.pms-container {
  padding-top: 40px;
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-qa .title {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-qa .quest {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-qa > .content-row {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-qa > .content-row:last-child {
  padding-bottom: 0px;
}
.pms-container .heading {
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-content {
  padding: 30px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-content .content-row {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pms-container .faq-content .content-row:last-child {
  padding-bottom: 0px;
}
.pms-container .faq-content .sub-heading {
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* Loans ****************** */
.loans-container {
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.loans-container .content-row {
  padding: 30px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.loans-container .content-row .heading {
  padding-bottom: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* NPS ****************** */
.nps-container {
  padding-top: 80px;
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* Save Tax ****************** */
.st-container {
  /*padding-top: 40px; */
  /*padding-bottom: 60px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.st-container .content-row {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.st-container .st-page-header > .heading {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
}
.st-container .st-page-header > .description {
  padding: 20px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.st-container .banner img {
  /*margin: 0px 0px 0px auto; */
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.32);
  -o-box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.32);
}
.st-container ul {
  margin: 0px;
  padding: 0px;
}

.InvestmentForm .content-row {
  padding-bottom: 40px;
}

/******************* FAQ Accordion ****************** */
.faq-page-header .main-heading-2 {
  max-width: 900px;
}

.faq-container {
  /*padding-top: 20px; */
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-container .accordion-row + .accordion-row {
  margin-top: 40px;
}
.faq-container .accordion-row > .section-container {
  padding-top: 20px;
  padding-bottom: 10px;
}

.faq-accordion .panel {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.faq-accordion .panel-heading {
  border-radius: 0px;
  padding: 30px 0px 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-accordion .panel-heading a {
  color: #da2727;
}
.faq-accordion .panel-heading a:hover, .faq-accordion .panel-heading a:focus {
  color: #da2727;
}
.faq-accordion .panel-heading a.collapsed {
  color: #1f2962;
}
.faq-accordion .panel-heading .panel-title {
  font-size: 24px;
  line-height: 24px;
}
.faq-accordion .quest .value {
  font-size: 27px;
}
.faq-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 0px 0px 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-accordion .panel-group .panel-heading + .panel-collapse > .panel-body a {
  font-weight: 700;
  text-decoration: underline;
  color: #26316f;
}
.faq-accordion .panel-group .panel-heading + .panel-collapse > .panel-body a.active {
  color: #555;
}
.faq-accordion .panel-body ul {
  margin: 0px;
}
.faq-accordion ol {
  margin: 0px;
}
.faq-accordion ol li {
  padding-left: 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.faq-accordion .panel-heading .panel-title a:focus, .faq-accordion .panel-heading .panel-title a:hover, .faq-accordion .panel-heading .panel-title a:active {
  text-decoration: none;
}
.faq-accordion .table {
  margin-bottom: 0px;
}

/******************* GBI ****************** */
.gbi-container {
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.gbi-container .content-row {
  padding-bottom: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.gbi-container .content-row .title {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.icon_slider {
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.icon_slider .item {
  /*text-align: center; */
  /*    .item-img img {

     } */
}
.icon_slider .item .title {
  padding-top: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.icon_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 22%;
  left: 0px;
  transform: rotate(180deg);
}
.icon_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 22%;
  right: 0px;
}
.icon_slider .owl-carousel .owl-nav .owl-prev.disabled, .icon_slider .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.calc-frm .total-value {
  font-size: 24px;
  border-bottom: 1px solid #24295e;
}

/******************* Calculator ****************** */
.calculator-container {
  /*padding-top: 40px; */
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.calculator-container .content-row {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.calculator-container .content-row:last-child {
  border: none;
}
.calculator-container .title {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.calculator-container ul {
  margin: 0px;
  padding: 0px;
}
.calculator-container ul li {
  padding: 0px;
  vertical-align: bottom;
}
.calculator-container .content-row ul li:nth-child(1) {
  width: 65%;
}
.calculator-container .content-row ul li:nth-child(2) {
  width: 34%;
  text-align: right;
}

/******************* Category ****************** */
.category-opt {
  border-bottom: 3px solid #d7d7d7;
  padding: 40px 0px 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.category-opt select {
  position: relative;
  color: #737373;
  font-size: 13px;
  line-height: 21px;
  border: none;
  border-radius: 50px;
  background-color: #e5e5e5;
  padding: 10px 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.category-opt select:after {
  content: " ";
}

/******************* select-box ****************** */
.calc-opt ul li {
  vertical-align: top;
  text-align: center;
  padding: 0;
  padding-right: 30px;
}
.calc-opt ul li:last-child {
  padding: 0px;
}
.calc-opt .item-box {
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.calc-opt .item-box:hover, .calc-opt .item-box:focus, .calc-opt .item-box:active {
  border: 1px solid #1f2962;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
}
.calc-opt .item-box.active {
  border: 1px solid #1f2962;
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.calc-opt .item-box img {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
  -moz-filter: opacity(0.5);
  -o-filter: opacity(0.5);
}
.calc-opt .item-box:hover img, .calc-opt .item-box:focus img, .calc-opt .item-box:active img, .calc-opt .item-box.active img {
  filter: opacity(1);
  -webkit-filter: opacity(1);
  -moz-filter: opacity(1);
  -o-filter: opacity(1);
}
.calc-opt figure figcaption {
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/******************* BottomMenu ****************** */
.BottomMenu {
  background-color: #f4f5f6;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.BottomMenu ul {
  margin: 0px;
}
.BottomMenu ul li {
  margin: 0px;
  padding: 12px 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.BottomMenu ul li a {
  position: relative;
  padding: 12px 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.BottomMenu ul li a:focus, .BottomMenu ul li a:hover, .BottomMenu ul li a:active {
  text-decoration: none;
}
.BottomMenu ul li.active a:before {
  content: "";
  border-top: 3px solid #da2727;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

/******************* Risk Profile ****************** */
.QuestAns-container {
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .bar {
  padding-bottom: 60px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .bar > ul {
  margin: 0px;
  padding: 0px;
}
.QuestAns-container .bar > ul > li {
  position: relative;
  padding: 0px;
  vertical-align: middle;
  margin-right: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .bar > ul > li:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #dddddd;
  top: 3px;
  left: 8px;
  right: -46px;
  z-index: -1;
}
.QuestAns-container .bar > ul > li.active:before {
  top: 12px;
}
.QuestAns-container .bar > ul > li.progress-circle {
  background-color: #cccccc;
  padding: 4px;
  border-radius: 50px;
  border: 1px solid #cccccc;
}
.QuestAns-container .bar > ul > li.progress-circle:last-child:before {
  display: none;
}
.QuestAns-container .bar > ul > li.progress-circle.active {
  color: #ffffff;
  text-align: center;
  padding: 0px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  font-size: 16px;
  line-height: 26px;
  /*font-size: 16px;
   *line-height: 21px; */
  font-weight: 500;
  background-color: #da2727;
  border: 1px solid #da2727;
  border-radius: 50%;
  /*padding: 3px 10px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .bar > ul > li.progress-circle:not(.active) {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
}
.QuestAns-container .QuestAns {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .QuestAns > .title {
  color: #1f2962;
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .tips > .main-header {
  color: #1f2962;
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .QuestAns > .anwser-opt > .radio {
  margin: 0px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .tips {
  color: #585858;
  font-size: 17px;
  line-height: 25px;
}
.QuestAns-container .tips > .header {
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.QuestAns-container .tips > .description {
  /*max-width: 300px; */
}

/*.QuestAns-container .bar>ul>li:after
 *{
 *	content: "";
 *} */
/*.wizard-progress 
 *{
 *    list-style: none;
 *    list-style-image: none;
 *    margin: 0;
 *    padding: 0;
 *    margin-top: 20px;
 *    float: left;
 *    white-space: nowrap;
 *}
 *
 *.wizard-progress li 
 *{
 *    float: left;
 *    margin-right: 50px;
 *    text-align: center;
 *    position: relative;
 *    width: 100px;
 *}
 *
 *.wizard-progress .step-name 
 *{
 *    display: table-cell;
 *    height: 32px;
 *    vertical-align: bottom;
 *    text-align: center;
 *    width: 100px;
 *}
 *
 *.wizard-progress .step-name-wrapper 
 *{
 *    display: table-cell;
 *    height: 100%;
 *    vertical-align: bottom;
 *}
 *
 *.wizard-progress .step-num 
 *{
 *    font-size: 14px;
 *    font-weight: bold;
 *    border: 3px solid #000;
 *    border-radius: 50%;
 *    width: 18px;
 *    display: inline-block;
 *    margin-top: 10px;
 *}
 *
 *.wizard-progress .step-num:after 
 *{
 *    content: "";
 *    display: block;
 *    background: #000;
 *    height: 5px;
 *    width: 130px;
 *    position: absolute;
 *    bottom: 10px;
 *    left: 60px;
 *}
 *
 *.wizard-progress li:last-of-type .step-num:after 
 *{
 *    display: none;
 *}
 *
 *.wizard-progress .active-step .step-num {
 *    background-color: #ff0500;
 *}
 *
 *ol.progtrckr 
 *{
 *    display: table;
 *    list-style-type: none;
 *    margin: 0;
 *    padding: 0;
 *    table-layout: fixed;
 *    width: 100%;
 *}
 *ol.progtrckr li {
 *    display: table-cell;
 *    text-align: center;
 *    line-height: 3em;
 *}
 *
 *ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
 *ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
 *ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
 *ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
 *ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
 *ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
 *ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
 *ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }
 *
 *ol.progtrckr li.progtrckr-done {
 *    color: black;
 *    border-bottom: 4px solid yellowgreen;
 *}
 *ol.progtrckr li.progtrckr-todo {
 *    color: silver; 
 *    border-bottom: 4px solid silver;
 *}
 *
 *ol.progtrckr li:after {
 *    content: "\00a0\00a0";
 *}
 *ol.progtrckr li:before {
 *    position: relative;
 *    bottom: -2.5em;
 *    float: left;
 *    left: 50%;
 *    line-height: 1em;
 *}
 *ol.progtrckr li.progtrckr-done:before {
 *    content: "\2713";
 *    color: white;
 *    background-color: yellowgreen;
 *    height: 1.2em;
 *    width: 1.2em;
 *    line-height: 1.2em;
 *    border: none;
 *    border-radius: 1.2em;
 *}
 *ol.progtrckr li.progtrckr-todo:before {
 *    content: "\039F";
 *    color: silver;
 *    background-color: white;
 *    font-size: 1.5em;
 *    bottom: -1.6em;
 *} */
/******************* Press and media ****************** */
.pnm-header .main-heading {
  padding-bottom: 30px;
}
.pnm-header .header-section {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pnm-header .main-header {
  font-size: 124px;
  line-height: 124px;
}
.pnm-header .header {
  font-size: 67px;
  /*line-height: 22px; */
}
.pnm-header .sub-header {
  font-size: 124px;
  line-height: 22px;
}

.pnm-container {
  margin-top: 80px;
  padding: 80px 0px;
  border-top: 1px solid #e5e5e5;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.pnm-container > .header {
  font-size: 30px;
  line-height: 22px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.publication_slider .item > .item-img {
  border-bottom: 1px solid #cecece;
}
.publication_slider .item > .item-img > img {
  margin: 0px auto;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.publication_slider .item > .title {
  color: #141936;
  font-size: 20px;
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.publication_slider .item > .sub-heading-2 {
  line-height: 24px;
  padding: 20px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.publication_slider .item > .read-more > a {
  color: #e96b4a;
  font-size: 17px;
  text-decoration: none;
}
.publication_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 6%;
  left: -30px;
  transform: rotate(180deg);
}
.publication_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 6%;
  right: -30px;
}
.publication_slider .owl-carousel .owl-nav .owl-prev.disabled, .publication_slider .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

/******************* Contact Us ****************** */
.contact_us-section .content-row {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.contact_us-section .main-header {
  font-size: 56px;
  line-height: 62px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.contact_us-section .description {
  font-size: 13px;
  line-height: 24px;
}
.contact_us-section .map {
  line-height: 0px;
}
.contact_us-section .map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.contact-form {
  background-color: #ffffff;
  border: 10px solid #ececee;
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.contact-form .header {
  color: #18192f;
  font-size: 26px;
  line-height: 25px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.contact-form .form-group {
  margin-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.social-media {
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.social-media > .header {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
  transition: all 400ms ease-in-out;
}
.social-media ul {
  padding: 0px;
  margin: 0px;
}
.social-media li {
  padding: 0px;
  padding-right: 15px;
}
.social-media li:last-child {
  padding-right: 0px;
}
.social-media .icon .fab {
  color: #141936;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  /*font-size: 24px; */
  /*padding: 5px; */
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
}

.testimonial_slider-2 {
  padding: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 > .header {
  font-size: 46px;
  line-height: 54px;
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 .item {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 .testi_img {
  padding-top: 10px;
}
.testimonial_slider-2 .testi_img img {
  width: 150px;
  height: 150px;
  margin: 0px auto;
  border-radius: 50%;
  filter: brightness(100%) grayscale(100%);
  -webkit-filter: brightness(100%) grayscale(100%);
  -moz-filter: brightness(100%) grayscale(100%);
  -o-filter: brightness(100%) grayscale(100%);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.26);
}
.testimonial_slider-2 .testi_details {
  padding: 40px 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 .title {
  font-size: 36px;
  line-height: 30px;
}
.testimonial_slider-2 .sub-title {
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
}
.testimonial_slider-2 .description {
  font-size: 17px;
  line-height: 28px;
}
.testimonial_slider-2 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 15%;
  left: 25%;
  transform: rotate(180deg);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 15%;
  right: 25%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.testimonial_slider-2 .owl-carousel .owl-nav .owl-prev.disabled, .testimonial_slider-2 .owl-carousel .owl-nav .owl-next.disabled {
  /*opacity: 0.4; */
  /*cursor: not-allowed; */
  display: none;
}
.testimonial_slider-2 .owl-carousel .owl-dots {
  padding-top: 30px;
}

/******************* Resource ****************** */
.resource_section .title {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.resource_section .view-more {
  font-size: 16px;
  line-height: 22px;
  padding-top: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.resource_section .view-more > a:hover {
  color: #da2727;
  text-decoration: none;
}
.resource_section .eguide-section > .box-2 {
  padding-bottom: 0px;
  border-bottom: 2px solid #ffffff;
}
.resource_section .eguide-section .banner_img {
  position: relative;
  top: 4px;
}
.resource_section .qa_forum-section .box-3 {
  padding-bottom: 0px;
}
.resource_section .qa_forum-section .banner_img {
  position: relative;
  top: 40px;
  right: 50px;
}
.resource_section .view-more a:focus, .resource_section .view-more a:hover, .resource_section .view-more a:active {
  color: #da2727;
  text-decoration: none;
}

/******************* Corporate Corner ****************** */
.Corporate_Header {
  /*padding-top: 40px; */
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.Corporate_Header .banner_img > img {
  margin: 0px 0px 0px auto;
}
.Corporate_Header .main-header {
  color: #26316f;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.Corporate_Header .header {
  font-size: 30px;
  line-height: 54px;
  font-weight: 700;
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.Corporate_Header .description {
  padding-bottom: 40px;
  /*padding: 40px 0px; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.corporate_points ul {
  margin: 0px;
  list-style-type: none;
  list-style-image: url("../images/corporate_cornor/bullet.png");
  padding-left: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.corporate_points ul li {
  padding-bottom: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.Corporate_FormSection .banner_img {
  position: relative;
  right: 50px;
  bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.Corporate_ContactForm .form-group {
  margin-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.Corporate_ContactForm .form-control {
  color: #ffffff;
  border-color: #ffffff;
}
.Corporate_ContactForm .form-control:empty + .form-control-placeholder {
  color: #afafb4;
}
.Corporate_ContactForm .form-control:focus, .Corporate_ContactForm .form-control:active {
  background-color: transparent;
}
.Corporate_ContactForm .text-red label {
  color: #da2727 !important;
}
.Corporate_ContactForm .form-floating label {
  color: #afafb4;
}
.Corporate_ContactForm .button {
  /*text-align: right; */
}
.Corporate_ContactForm .btn {
  color: #1b1d32;
  font-weight: 700;
  background-color: #ffffff;
  border-color: #ffffff;
}

/******************* NRI Corner ****************** */
.nri-container {
  padding-top: 50px;
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.box_slider ul {
  margin: 0px;
}
.box_slider ul li {
  width: 22%;
  vertical-align: top;
  padding: 0px;
  margin-right: 3%;
}
.box_slider ul li:last-child {
  margin-right: 0px;
}
.box_slider .item {
  text-align: center;
}
.box_slider .item .item-img {
  background-color: #f3f3f3;
  padding: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.box_slider .item .item-img img {
  margin: 0px auto;
}
.box_slider .item .item-img .view-more {
  /*visibility: hidden; */
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.box_slider .item:hover .view-more {
  /*visibility: visible; */
}
.box_slider .item .item-img .view-more a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  color: #da2727;
  text-decoration: underline;
}
.box_slider .item .title {
  padding-top: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.box_slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 26%;
  left: 0px;
  transform: rotate(180deg);
}
.box_slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 26%;
  right: 0px;
}
.box_slider .owl-carousel .owl-nav .owl-prev.disabled, .box_slider .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

/******************* NRI Investment ****************** */
.nri_innner-container {
  /*padding-top: 40px; */
  padding-bottom: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.nri_innner-container .content-row {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.nri_innner-container .content-row .title {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.nri_innner-container ul {
  margin: 0px;
}
.nri_innner-container ul li {
  padding-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.nri_innner-container ul li:last-child {
  padding-bottom: 0px;
}

/******************* Why CAGR ****************** */
.WhyCagr_section .banner_img img {
  margin: 0px 0px 0px auto;
  width: 100%;
}
.WhyCagr_section section:nth-child(even) .desc-content {
  color: #1e1f36;
}
.WhyCagr_section .btn {
  font-weight: 700;
  background-color: transparent;
  border-width: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.WhyCagr_section section:nth-child(odd) .btn {
  border-color: #ffffff;
}
.WhyCagr_section section:nth-child(even) .btn {
  color: #16182d;
  border-color: #16182d;
}
.WhyCagr_section section:nth-child(6) .box-2 {
  padding-bottom: 0px;
}
.WhyCagr_section h2 {
  font-size: 40px;
  font-weight: 900;
}

.fp-section.fp-table, .fp-slide.fp-table {
  /*margin-top: 55px; */
}

#fp-nav.right {
  left: 50px !important;
  right: auto !important;
}
#fp-nav ul li {
  margin: 7px 7px 15px 7px !important;
}

.fp-slidesNav ul li {
  margin: 7px 7px 15px 7px !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  background-color: white !important;
  width: 8px !important;
  height: 8px !important;
  margin: -4px 0 0 -4px !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  background-color: #f7714e !important;
}

/******************* About US ****************** */
.about-us > h1 {
  padding-bottom: 20px;
}
.about-us > h2 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.founder_slider .badge {
  border-radius: 0px;
  padding: 10px 30px;
  margin-bottom: 30px;
  background-color: #24295e;
}
.founder_slider .team-list {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.founder_slider .team-list > .item {
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
  /* flex: 0 1 19.3%; */
  border: 1px solid #24295e;
  /* flex: 0 1 19.2%; */
  width: 19%;
  /* margin-right: 1.25%; */
}
.founder_slider .team-list > .item + .item {
  margin-left: 1.25%;
}
.founder_slider .team-list > .item:nth-child(5n) {
  /* margin-right: 0px; */
}
.founder_slider .team-list > .item > figure {
  position: relative;
  overflow: hidden;
}
.founder_slider .team-list > .item > figure > img {
  /* width: 200px; */
  /* height: 200px; */
  /* border-radius: 50%; */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.founder_slider .team-list > .item > figure:hover figcaption {
  transform: translate3d(0, 0, 0);
  bottom: -1px;
}
.founder_slider .team-list > .item > figure > figcaption {
  /* padding-top: 10px; */
  text-align: left;
  padding: 15px;
  background-color: #f4f4f8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  transform: translate3d(0, 100%, 0);
  transition: all 300ms ease-in-out;
}
.founder_slider .team-list > .item > figure > figcaption .social-media-list {
  list-style: none;
  padding-top: 10px;
  padding-left: 0px;
}
.founder_slider .team-list > .item > figure > figcaption .social-media-list .list-item {
  padding: 0px;
}
.founder_slider .team-list > .item > figure > figcaption .social-media-list .list-item .fab {
  padding: 0px;
  font-size: 24px;
}

/******************* Filter Accordion ****************** */
.filter-accordion .panel-group .panel {
  border-radius: 0px;
  border: none;
  margin: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-bottom: 1px solid #ffffff;
}
.filter-accordion .panel-group .panel + .panel {
  margin: 0px;
}
.filter-accordion .panel-default > .panel-heading {
  background-color: #27316e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
.filter-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 0px;
}
.filter-accordion .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px;
  background-color: #eeeeee;
  color: #666;
  padding: 8px 15px;
}
.filter-accordion .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}
.filter-accordion .panel > .panel-collapse > .list-group .list-group-item.active {
  color: #da2727;
  background-color: transparent;
  border-color: #dddddd;
}
.filter-accordion .panel > .panel-collapse > .list-group .list-group-item:hover, .filter-accordion .panel > .panel-collapse > .list-group .list-group-item:focus {
  color: #da2727;
  background-color: transparent;
}
.filter-accordion .panel-title > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.filter-accordion .panel-title > a:hover, .filter-accordion .panel-title > a:focus, .filter-accordion .panel-title > a:active {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.filter-accordion .panel-title .accordion-toggle:after {
  content: "\f0d7";
  font-family: FontAwesome;
  float: right;
  color: #ffffff;
  font-size: 18px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.filter-accordion .panel-title .accordion-toggle.collapsed:after {
  transform: rotateZ(-90deg);
}

/******************* Report Table ****************** */
.report-table {
  border: 8px solid #27316e;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.report-table .red-bg {
  background-color: #fce4d6;
}
.report-table .header {
  padding: 10px 0px;
  margin-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.report-table .header .title {
  font-size: 18px;
}
.report-table .red-border {
  /*margin-bottom: 40px; */
  border-bottom: 5px solid #d82727;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.report-table thead.thead > tr > th {
  vertical-align: top;
  background-color: #eeeeee;
  color: #666666;
}
.report-table #report-table > thead.thead > tr > th {
  vertical-align: top;
  background-color: #eeeeee;
  color: #666666;
}
.report-table #report-table > tfoot {
  font-weight: 700;
}
.report-table #report-table > tfoot.tfoot {
  background-color: #eeeeee;
  color: #666666;
}
.report-table tbody {
  font-size: 14px;
}
.report-table .description .title {
  background-color: #27316e;
  color: #ffffff;
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 14px;
}
.report-table .description p {
  padding-bottom: 10px;
}
.report-table .description p:last-child {
  padding-bottom: 0px;
}

/******************* Rounded Table ****************** */
.rounded-table {
  font-size: 14px;
}
.rounded-table #mytable {
  font-size: 14px;
}
.rounded-table #mytable > thead.thead {
  background-color: #eeeeee;
  color: #666666;
}
.rounded-table #mytable > thead.thead > tr > th {
  vertical-align: top;
}
.rounded-table #mytable > thead.thead > tr > th strong {
  font-weight: 700px !important;
}

#mytable {
  font-size: 14px;
}
#mytable > thead.thead {
  background-color: #eeeeee;
  color: #666666;
}
#mytable > thead.thead > tr > th {
  vertical-align: top;
}
#mytable > thead.thead > tr > th strong {
  font-weight: 700px !important;
}

.table-responsive .table {
  font-size: 14px;
}
.table-responsive .table > thead.thead th {
  background-color: #eeeeee;
  color: #666666;
  border-bottom: 2px solid rgba(102, 102, 102, 0.231372549);
}
.table-responsive .table > thead.thead tr td {
  background-color: #eeeeee;
  color: #666666;
  border-bottom: 2px solid rgba(102, 102, 102, 0.231372549);
}
.table-responsive .table tbody .select.form-control {
  width: -moz-max-content;
  width: max-content;
}
/******************* Fullwidth Table ****************** */
.fullwidth-table .table > thead.thead {
  background-color: #eeeeee;
  color: #666666;
}
.fullwidth-table .table > thead.thead > tr > th {
  vertical-align: top;
  background-color: #eeeeee;
  color: #666666;
  font-size: 14px;
  border-bottom: 2px solid rgba(102, 102, 102, 0.231372549);
}
.fullwidth-table .table > thead.thead tr td {
  background-color: #eeeeee;
  color: #666666;
  border-bottom: 2px solid rgba(102, 102, 102, 0.231372549);
}
.fullwidth-table .table > tfoot.tfoot {
  background-color: #eeeeee;
}
.fullwidth-table .table > tfoot.tfoot.no-color tr {
  background-color: white;
}
.fullwidth-table .table > tfoot.tfoot.no-color tr td {
  background-color: white;
}
.fullwidth-table .table > tfoot.tfoot tr {
  background-color: #eeeeee;
}
.fullwidth-table .table > tfoot.tfoot tr td {
  border-top: 1px solid #ddd;
  background-color: #eeeeee;
}
.fullwidth-table .table > tbody > tr > td {
  vertical-align: middle;
  font-size: 14px;
}
.fullwidth-table .form-control {
  display: inline-block;
  width: auto;
  border: 1px solid #cccccc;
  padding: 0px 30px 0px 10px;
  background-color: #ffffff;
}
.fullwidth-table .table > tbody > tr > td.rm-margin {
  margin: 0px;
}
.fullwidth-table .table > tbody > tr > td.rm-border {
  border: none;
}
.fullwidth-table .sub-title {
  padding-right: 20px;
}

/******************* Quickinvest ****************** */
.quickinvest-container {
  padding-top: 10px;
  padding-bottom: 40px;
}
.quickinvest-container .heading {
  padding-bottom: 10px;
}

.quickinvest-form ul {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 14px;
}
.quickinvest-form ul li {
  padding: 0px;
  vertical-align: top;
  width: 30%;
  margin-right: 10px;
}
.quickinvest-form .main-invest-cont .image-cont {
  border: 1px solid #ccc;
  padding: 20px 0px;
}
.quickinvest-form .main-invest-cont .item-box {
  background-color: #27316e;
  color: #fff;
}
.quickinvest-form .main-invest-cont .header {
  color: #d82727;
  font-weight: 700;
}
.quickinvest-form .main-invest-cont .header span {
  background-color: #eee;
  padding: 10px 20px;
  font-size: 14px;
}
.quickinvest-form .main-invest-cont .description {
  margin: 30px 10px 20px 10px;
}
.quickinvest-form .main-invest-cont .control-group {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin: 10px;
  text-align: left;
  vertical-align: top;
  background: #27316e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.quickinvest-form .main-invest-cont .control-group .control {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.quickinvest-form .main-invest-cont .control-group .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  /*margin: 0px; */
  /*width: 50px; */
  /*height: 50px; */
}
.quickinvest-form .main-invest-cont .control-group .control__indicator {
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #e6e6e6;
}
.quickinvest-form .main-invest-cont .control-group .control input:checked ~ .control__indicator {
  /*background-color: #da2727; */
}
.quickinvest-form .main-invest-cont .control-group .control__indicator:after {
  /*top: 5px; */
  /*left: 5px; */
  width: 40px;
  height: 40px;
  /*width: 30px; */
  /*height: 30px; */
  border-radius: 50%;
  /*background-color: #ffffff; */
  border: 5px solid #da2727;
  content: "";
  position: absolute;
  display: none;
}
.quickinvest-form .main-invest-cont .control-group .control input:checked ~ .control__indicator:after {
  display: block;
}

/******************* DashBord ****************** */
.referralPoints .sub-heading {
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.referralPoints ol {
  padding-left: 15px;
  margin-bottom: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.referralPoints ol li {
  padding-bottom: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.referralPoints ol li:last-child {
  /*padding-bottom: 0px; */
}
.referralPoints ol li ol {
  padding-top: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.referralForm .form-control {
  width: auto;
  display: inline-block;
}
.referralForm .social {
  padding: 20px 0px;
  margin: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.referralForm .social li {
  padding: 0px;
  padding-right: 15px;
}
.referralForm .social li:last-child {
  padding-right: 0px;
}
.referralForm .social .icon .fab, .referralForm .social .icon .fas {
  color: #ffffff;
  background-color: #7d7d7d;
  font-size: 22px;
  line-height: 45px;
  /*font-size: 24px; */
  /*padding: 5px; */
  width: 45px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
}
.referralForm .social .icon .fab.fa-facebook-f, .referralForm .social .icon .fas.fa-facebook-f {
  background-color: #4267b2;
}
.referralForm .social .icon .fab.fa-linkedin-in, .referralForm .social .icon .fas.fa-linkedin-in {
  background-color: #0077b5;
}
.referralForm .social .icon .fab.fa-times, .referralForm .social .icon .fas.fa-times {
  background-color: #1da1f2;
}

.account_summary {
  font-size: 14px;
}
.account_summary .table-condensed > thead tr th {
  /*  background-color: #24295e;
   color:white; */
}

.summary_link ul {
  margin: 0px;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.summary_link ul li {
  padding: 0px 10px;
  border-right: 1px solid;
}
.summary_link ul li:nth-last-child(2) {
  border: none;
}
.summary_link ul li a {
  text-decoration: underline !important;
}

/******************* Register ****************** */
.sign-up-tab .nav-tabs {
  border-bottom: none;
  padding-bottom: 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sign-up-tab .nav-tabs .disabled a:hover {
  cursor: not-allowed;
}
.sign-up-tab .nav-tabs .nav-link {
  font-size: 14px;
  color: #989898;
  border: none;
  background-color: transparent;
  border-radius: 5px;
}
.sign-up-tab .nav-tabs .nav-link.active, .sign-up-tab .nav-tabs .nav-link:focus, .sign-up-tab .nav-tabs .nav-link:hover {
  color: #da2727;
  background-color: transparent;
  border: none;
  border-radius: 5px;
}
.sign-up-tab .nav-tabs .nav-link.active .sub-title, .sign-up-tab .nav-tabs .nav-link:focus .sub-title, .sign-up-tab .nav-tabs .nav-link:hover .sub-title {
  border-top: 3px solid #da2727;
  color: #da2727;
}
.sign-up-tab .nav-tabs .nav-link .sub-title {
  border-top: 3px solid #dfdfdf;
  margin-top: 5px;
  padding-top: 0px;
  font-size: 11.9px;
  padding-top: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sign-up-tab .form-horizontal .form-sec-head {
  color: #ffffff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  background-color: #24295e;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sign-up-tab .form-horizontal .control-label {
  text-align: left;
  font-size: 14px;
}
.sign-up-tab .tab-content {
  padding: 0px 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.sign-up-tab .note {
  color: #da2727;
  font-weight: 600;
  font-size: 16px;
}
.sign-up-tab .form-group {
  display: flex;
}

/******************* Footer ****************** */
footer {
  background-color: #141936;
  color: #ffffff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
footer li a {
  color: #ffffff;
  text-decoration: none;
}
footer li a:hover, footer li a:focus, footer li a:active {
  color: #da2727;
  text-decoration: none;
}

.footer-menu {
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}
.footer-menu li {
  padding: 0px;
  font-size: 17px;
  font-weight: 700;
  line-height: 38px;
  padding-right: 20px;
}
.footer-menu li:last-child {
  padding-right: 0px;
}

footer .description {
  font-size: 12px;
  line-height: 19px;
  color: #a7a8ae;
}
footer .social {
  padding: 0px;
  margin: 0px;
  text-align: right;
  padding-bottom: 50px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
footer .social li {
  padding: 0px;
  padding-right: 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
footer .social li:last-child {
  padding-right: 0px;
}
footer .social .icon .fab, footer .social .icon .fas {
  color: #141936;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  /*font-size: 24px; */
  /*padding: 5px; */
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
footer .social .icon .fab:hover, footer .social .icon .fas:hover {
  color: #ffffff;
  background-color: #da2727;
}

.privacy-policy {
  text-align: right;
  font-size: 12px;
  line-height: 38px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.privacy-policy ul {
  margin: 0px;
  padding: 0px;
}
.privacy-policy ul li {
  padding: 0px;
  padding-right: 20px;
}
.privacy-policy ul li:last-child {
  padding-right: 0px;
}

/******************* All Popup ****************** */
.loginPopup .modal-lg {
  width: 800px;
  /*margin: 0px auto; */
  /*top: 20%; */
}
.loginPopup .modal-content {
  border-radius: 0px;
  border: none;
}
.loginPopup .modal-body {
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.loginPopup .header {
  padding-bottom: 25px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.loginPopup .header .close {
  opacity: 0.5;
  font-size: 20px;
  line-height: 12px;
  position: relative;
  top: -15px;
}
.loginPopup .header .close:hover {
  opacity: 1;
}
.loginPopup .title {
  color: #da2727;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.loginPopup .sub-title {
  color: #545455;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.loginPopup figure {
  position: relative;
}
.loginPopup figure img {
  box-shadow: 7px 0px 10px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 7px 0px 10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 7px 0px 10px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 7px 0px 10px rgba(0, 0, 0, 0.26);
}
.loginPopup figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.loginPopup figcaption .heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.loginPopup figcaption .sub-heading a {
  color: #000000;
}
.loginPopup figcaption .heading a:focus {
  color: #000000;
  text-decoration: none;
}
.loginPopup figcaption .sub-heading {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}
.loginPopup .btn {
  font-weight: 700;
}

.schedulePopup .btn {
  font-weight: 700;
}
.schedulePopup .modal-content {
  border-radius: 0px;
  border: none;
}
.schedulePopup .modal-body {
  padding: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.schedulePopup .header {
  padding-bottom: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.schedulePopup .header .close {
  opacity: 0.5;
  font-size: 26px;
  position: relative;
  top: -15px;
}
.schedulePopup .header .close:hover {
  opacity: 1;
}
.schedulePopup .title {
  color: #da2727;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.schedulePopup .sub-title {
  color: #545455;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.alertPopup .modal-content {
  border-radius: 0px;
  border: none;
}
.alertPopup .modal-body {
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.alertPopup .modal-header .close {
  opacity: 0.5;
  font-size: 26px;
  position: relative;
}
.alertPopup .modal-header .close:hover {
  opacity: 1;
}
.alertPopup .header {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.alertPopup .title {
  color: #da2727;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.alertPopup .sub-title {
  color: #545455;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.dialogPopup .modal-content {
  border-radius: 0px;
  border: none;
}
.dialogPopup .modal-header {
  padding: 30px;
  background-color: #27316e;
  color: #ffffff;
}
.dialogPopup .modal-body {
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.dialogPopup .modal-header .close {
  color: #ffffff;
  opacity: 0.5;
  font-size: 26px;
  position: relative;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
}
.dialogPopup .modal-header .close:hover {
  opacity: 1;
}
.dialogPopup .header {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.dialogPopup .title {
  color: #da2727;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}
.dialogPopup .sub-title {
  color: #545455;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.dialogPopup .modal-footer {
  text-align: center;
}

.AnnouncePopup .modal-content {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: none;
  background-color: transparent;
}
.AnnouncePopup .modal-body {
  padding: 0px;
}
.AnnouncePopup .modal-body > .header {
  padding: 20px;
  background-color: #56d5ac;
  color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.AnnouncePopup .modal-body > .header > .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.AnnouncePopup .modal-body > .header > .title:before {
  content: "\f005";
  font-family: "FontAwesome";
}
.AnnouncePopup .modal-body > .header > .close {
  opacity: 1;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  font-size: 26px;
  line-height: 26px;
}
.AnnouncePopup .offer-content {
  background: url("../images/home/popup-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.AnnouncePopup .offer-content > .content-body {
  max-width: 65%;
  color: #ffffff;
  padding: 80px 0px 80px 40px;
}
.AnnouncePopup .offer-content > .content-body > .title {
  font-size: 50px;
  line-height: 50px;
}
.AnnouncePopup .offer-content > .content-body > .title .value {
  color: #56d4ae;
}
.AnnouncePopup .offer-content > .content-body > .sub-title {
  padding: 40px 0px;
}
.AnnouncePopup .btn {
  background-color: #56d5ac;
  border-color: #56d5ac;
  font-weight: 700;
}

.stdPopup .modal-content {
  border-radius: 0px;
  border: none;
}
.stdPopup .modal-body {
  padding: 40px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.stdPopup .header .close {
  opacity: 0.5;
  font-size: 26px;
  position: relative;
  top: -15px;
}
.stdPopup .header .close:hover {
  opacity: 1;
}
.stdPopup .title {
  color: #1f2962;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  text-align: right;
}
.stdPopup p {
  color: #545455;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.stdPopup .form-group {
  /* margin-bottom: 20px; */
}
.stdPopup .form-control {
  height: 24px;
}
.stdPopup .form-control-placeholder {
  font-size: 13px;
  line-height: 18px;
}
.stdPopup .btn {
  font-weight: 700;
}

/******************* Animation ****************** */
.social-icons {
  position: fixed;
  top: 70%;
  z-index: 2;
  /*z-index: 9999; */
}
.social-icons ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  text-align: center;
}
.social-icons ul > li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}
.social-icons ul > li:last-child {
  margin-bottom: 0px;
}
.social-icons ul > li > a {
  color: #b2b2b2;
}
.social-icons ul > li > a:hover, .social-icons ul > li > a:focus {
  color: #b2b2b2;
}

.floating-icons {
  position: fixed;
  bottom: 3%;
  right: 0px;
  z-index: 2;
  animation: animatebottom 900ms ease-in-out;
}
.floating-icons > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
  text-align: center;
}
.floating-icons > ul > li {
  cursor: pointer;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0px 3px 7px -1px #888888;
  -webkit-box-shadow: 0px 3px 7px -1px #888888;
  -moz-box-shadow: 0px 3px 7px -1px #888888;
  -o-box-shadow: 0px 3px 7px -1px #888888;
}
.floating-icons > ul > li:nth-child(1) {
  background-color: #56d5ac;
}
.floating-icons > ul > li:nth-child(2) {
  background-color: #ea6b4a;
}
.floating-icons > ul > li .fa {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}

.max-width-50 {
  max-width: 50% !important;
}

/******************* Animation ****************** */
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes animatebottom {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0px);
  }
}
.content-404 {
  margin-top: 30px;
  margin-bottom: 25px;
}

h6.oops {
  font-size: 16px;
  font-weight: 800;
  color: #c00000;
}

h2.creation {
  font-size: 30px;
  font-weight: 800;
  color: #203864;
  margin-top: 30px;
  margin-bottom: 5px;
}

p.visit {
  font-size: 15px;
  font-weight: 600;
}

.why_cagr {
  color: #00f;
}
.why_cagr:hover {
  background-image: linear-gradient(180deg, transparent 10%, #ff0 0);
}

.desc-content-sip {
  margin-top: -45px;
}

.sip-goal:hover, .wcagr:hover {
  background-image: linear-gradient(180deg, transparent 10%, #ff0 0);
}

.call-sip {
  font-size: 24px;
}

.img-right-info {
  position: relative;
}

.invest-in-sip .img-right {
  background: url("../images/services/sip1.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -96px;
  right: 0px;
  height: 457px;
  width: 30%;
}
.invest-in-sip .img-left {
  background: url("../images/services/sip2.png") no-repeat;
  background-size: contain;
  bottom: -204px;
  left: -72px;
  height: 218px;
  width: 200px;
}

.invest-info-main {
  position: relative;
}
.invest-info-main .left-content {
  display: inline-block;
  margin: 36px 0 24px -48px;
  padding: 24px 0;
  background: #fff;
}

.invest-info {
  position: relative;
  padding-bottom: 36px;
  border: 10px solid #da2727;
  margin: 0 0px;
  z-index: 2;
}

.invest-sip-img-1-container {
  position: relative;
}

.invest-sip-img-1 {
  background: url("../images/services/sip1.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  right: 0px;
  height: 198px;
  width: 250px;
}

.invest-sip-content {
  position: relative;
  padding-bottom: 36px;
  border: 10px solid #da2727;
  margin: 0 50px;
  min-height: 400px;
  z-index: 2;
}

.invest-sip-heading {
  margin-left: -70px;
  margin-top: 50px;
}

.invest-sip-wrapper {
  position: relative;
}

.container-flex-invest {
  padding-top: 50px;
  padding-bottom: 80px;
}

.static-guest-homepage-section-subheadline, .static-guest-homepage-intro-subheadline, .static-guest-investing-planning-subheadline, .static-guest-planning-intro-section-subheadline, .static-guest-planning-section-subheadline, .static-guest-planning-goal-carousel-component-title-container {
  opacity: 0.68;
  letter-spacing: 1.85px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.static-guest-homepage-headline {
  font-size: 50px;
  line-height: 1.15;
  display: inline-block;
  background-color: #ffffff;
}
.static-guest-homepage-headline span {
  color: #da2727;
}

.margin--top {
  padding-top: 12px !important;
  background-color: #ffffff;
}

.static-guest-homepage-cta-container {
  margin-top: 30px;
}

.invest-sip-goals-wrapper {
  height: 108px;
  position: relative;
}

.invest-sip-goals-content {
  margin-top: -50px;
  margin-right: 48px;
  background: #fff;
  padding: 10px;
  width: 50%;
}

.container-flex-invest .horizontal, .container-fixed-flex .horizontal, .container-full-width-flex .horizontal {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-width: 1px;
}

.invest-sip-border {
  position: relative;
}
.invest-sip-border::before {
  content: "";
  position: absolute;
  width: 20px;
  background: #da2727;
  height: 2px;
  left: 7px;
  top: 37px;
}

.invest-sip-goals-text-wrapper {
  background-color: #fff;
  padding-left: 40px;
  padding-top: 20px;
  line-height: 34px;
}

.font-weight-stronger {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.invest-sip-img-2-container {
  position: relative;
  top: -144px;
  left: 0px;
}

.invest-sip-img-2 {
  background: url("../images/services/sip2.png") no-repeat;
  background-size: contain;
  bottom: -204px;
  left: -72px;
  height: 200px;
  width: 218px;
}

.winner-amount {
  background-image: url("../images/home/winner/winner-amount-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.winner-amount img {
  width: 170px;
}
.winner-amount .sect-title {
  /* font-size: 38px; */
  /* line-height: 42px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #26316f;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}

.dropdown-toggle::after {
  /*  display: flex;
   margin: 0;  
   font-family: "Font Awesome 5 Free";
   content: "\f107";
   border-top: none;
   border-right: none;
   border-bottom: 0;
   border-left: none;

   justify-content:center; */
}

.nav-item.dropdown.active > .nav-link {
  color: #da2727;
}
.nav-item.dropdown.active .dropdown-menu li.active a.dropdown-item {
  background-color: #da2727;
  color: white;
}
@media only screen and (max-width: 991px) {
  .nav-item.dropdown.active .dropdown-menu li.active a.dropdown-item {
    color: white;
  }
}
.nav-item.active > .nav-link {
  color: #da2727;
}

.heading-icon {
  /* padding-top: 30px; */
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 50px;
}

.offcanvas {
  background-color: #141936;
}
.offcanvas .offcanvas-header .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}

.navbar-nav .dropdown-menu {
  background-color: #f4f4f8;
  left: -100%;
  right: auto;
  border: none;
  border-radius: 0px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.navbar-nav .dropdown-menu a {
  padding: 10px;
}
.navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:active {
  background-color: #da2727;
  color: white;
}

.navbar-toggler {
  border-color: #26316f;
  padding: none;
  margin: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%2326316f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.text-danger {
  font-size: 14px;
  color: #a94442 !important;
  font-weight: bold;
}
.text-danger .error {
  color: #a94442;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
}

.navbar-expand-lg {
  margin-top: 5rem !important;
  margin: 20px 0;
}

figure {
  margin: 0px;
}

.dropdown-toggle {
  background: transparent;
  color: #545455;
  border: 0px;
}
.dropdown-toggle.btn:hover, .dropdown-toggle .btn:focus, .dropdown-toggle .btn:active {
  background: transparent !important;
  color: #545455 !important;
  border: 0px;
}

.accordion-item.accordian-question {
  border: none;
}
.accordion-item .accordion-header .accordion-button {
  background-color: #27316e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
}
.accordion-item .accordion-header .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  float: right;
  color: #ffffff;
  font-size: 18px;
}
.accordion-item .accordion-header .accordion-button.questinary {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  text-transform: capitalize;
  margin-top: 5px;
}
.accordion-item .accordion-header .accordion-button.questinary::after {
  content: "\f067";
  --bs-accordion-btn-icon: "none";
  --bs-accordion-btn-active-icon: "none";
  float: right;
  color: #333;
  font-size: 18px;
}
.accordion-item .accordion-header .accordion-button.questinary:active, .accordion-item .accordion-header .accordion-button.questinary:focus {
  border-color: #ddd;
}
.accordion-item .accordion-header .accordion-button:active, .accordion-item .accordion-header .accordion-button:focus {
  border-color: #ddd;
}
.accordion-item .list-group {
  background-color: #eeeeee;
  padding: 0px;
}
.accordion-item .list-group .list-group-item {
  background-color: #eeeeee;
  color: #666;
  font-size: 14px;
  padding: 8px 15px;
}
.accordion-item .list-group .list-group-item.active {
  color: #da2727;
  background-color: white;
  border-color: #dddddd;
}
.accordion-item .list-group .list-group-item:hover {
  color: #da2727;
  background-color: white;
  border-color: #dddddd;
}
.accordion-item .accordion-body.question-body {
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: none;
}

.profile-padd {
  font-size: 14px;
}

.footer-wrapper {
  margin-top: 40px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: white;
}

.asset_parag {
  font-size: 14px;
  color: #27316e;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-transparent {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-close.active {
  border: none;
}

.tbl-border {
  border-bottom-color: #999;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.back2, .text-small {
  font-size: 12px;
}

/* .nav{
  &.nav-tabs{

  }  
} */
.nav-justified .nav-item {
  font-size: 14px;
}
.nav-justified .nav-item .nav-link {
  color: #555;
}
.nav-justified .nav-item .nav-link.active {
  color: #26316f;
}

.page-link {
  color: #337ab7;
  font-size: 12px;
  line-height: 1.5;
}
.page-link.active {
  background-color: #337ab7;
  border-color: #337ab7;
}

.active > .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
}

.title-request h4 {
  color: #da2727;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.sub-title {
  color: #545455;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.text-green {
  color: green;
  font-size: 18px;
  margin-top: 2px;
  font-weight: 700px;
}

.table-border {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2196078431);
}

.nominee-header {
  font-size: 36px;
  margin: 5px 15px !important;
}

.profile-name {
  font-size: 12px;
  font-weight: bold;
}

/* .register-tab{
  &.disabled{
    &:hover{
      border : none;
      color : red;
      cursor: not-allowed;

      .sub-title{
        color: red;
        border-top: 3px solid #da2727;
      }
    }
  }
  .nav-link{
    font-size : 14px;
    color: #989898;
    border : none;

    background-color: transparent;
      &.active, &:hover{
        border : none;
        color : red;

        .sub-title{
          color: red;
           border-top: 3px solid #da2727;
        }
      } 

  }
} */
.gj-datepicker.mb-3 {
  margin-bottom: 0px !important;
  flex: 1 1;
}

.btn .gj-icon {
  display: none;
}

.gj-datepicker .btn {
  border-radius: 0;
  border: 1px solid #7b7b7b;
}

.form-control[readonly] {
  background-color: #e9ecef;
}
.form-control[readonly].date-input {
  background-color: #ffffff;
}/*# sourceMappingURL=style.css.map */