/*font-awesome*/

@font-face {
  font-family: "FontAwesome";

  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");

  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

/*added font*/
/* gilroy */
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.eot");
  src: url("./fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Light.woff2") format("woff2"),
    url("./fonts/Gilroy-Light.woff") format("woff"),
    url("./fonts/Gilroy-Light.ttf") format("truetype"),
    url("./fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.eot");
  src: url("./fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Medium.woff2") format("woff2"),
    url("./fonts/Gilroy-Medium.woff") format("woff"),
    url("./fonts/Gilroy-Medium.ttf") format("truetype"),
    url("./fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-SemiBold.eot");
  src: url("./fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("./fonts/Gilroy-SemiBold.woff") format("woff"),
    url("./fonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("./fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.eot");
  src: url("./fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Bold.woff2") format("woff2"),
    url("./fonts/Gilroy-Bold.woff") format("woff"),
    url("./fonts/Gilroy-Bold.ttf") format("truetype"),
    url("./fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*Fonts*/

* {
  margin: 0;

  padding: 0;

  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input[type="submit"],
input[type="reset"],
a {
  transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  text-decoration: none;
}

::-moz-selection {
  color: #ffd6e9;

  background: #3399ff;
}

::selection {
  color: #ffd6e9;

  background: #3399ff;
}

::-moz-selection {
  color: #ffd6e9;

  background: #3399ff;
}

::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

:-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

:-ms-input-placeholder {
  /* IE 10+ */

  color: #e4e4e4;

  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */

  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */

  color: #e4e4e4;

  font-size: 16px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */

  color: #333333;
}

textarea:-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

/* font-family: 'Roboto', sans-serif;

 font-family: 'Poppins', sans-serif;

*/

body {
  font-weight: 400;

  line-height: normal;

  font-size: 17px;
  /* font-family: 'Raleway', sans-serif;
    font-family: 'Rubik', sans-serif; */
  font-family: "Lato", sans-serif;
}

*:focus {
  outline: none;
}

ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

img {
  max-width: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;
}

a {
  outline: none !important;

  border: none;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;

  font-weight: normal;

  padding: 0;

  margin: 0;
}

img {
  border: none;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;
}

p {
  margin: 0;

  padding: 0;
}

ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.navbar {
  border-radius: 0;

  margin-bottom: 0;

  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

/*****************/

.container {
  max-width: 1560px;
}

.navbar,
.nav-link,
.nav-link {
  padding: 0;
}

/*As Per Design Change*/

.cus_nav_outr {
  padding: 20px 0px;

  background: #eee;
}

.cus_nav_innr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.navbar-nav li {
  padding: 0px;

  position: relative;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.navbar-nav li:first-child {
  padding-left: 0;
}

.right_nav {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.navbar-nav li a {
  display: block;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;

  padding-left: 0;
}

/***/

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar {
  border-radius: 0;

  margin-bottom: 0;

  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.btn-primary.focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

/*Header*/

.top_header {
  padding: 0;
}

/*zoom effect*/

.zoom_otr {
  overflow: hidden;
}

.bnr_pic {
  overflow: hidden;
}

.zoom {
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*Zoom effect*/

.bnr_content {
  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.bnr_otr {
  position: relative;

  overflow: hidden;
}

/* Banner End */

/* cmn_margin */

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

/*----Common Sec----*/

.cmn_pdding {
  padding: 90px 0;
}

/* .cmn_hdr h2 {

    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    color: #2A0600;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.cmn_hdr.wht h2 {

    color: #fff;
}

.cmn_hdr h6 {

    color: #2B2B2B;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.cmn_hdr p {

    font-size: 20px;
    color: #3D565B;
    line-height: 1.5;
    padding-bottom: 10px;
}

.cmn_hdr_wht p {

    color: #fff;

} */

.cmn_btn {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 15px 60px;
  background: #0aaa9e;
  border: 2px solid #0aaa9e;
  position: relative;
  text-transform: capitalize;
  border-radius: 5px;
}

.cmn_btn:hover {
  color: #0aaa9e;
  background: #fff;
  border: 2px solid #0aaa9e;
  border-radius: 5px;
}

/*----Common Sec End----*/

/* Animation Section */

/* Swing */

.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swing {
  -webkit-animation: swing ease-in-out 1s infinite alternate;
  animation: swing ease-in-out 1s infinite alternate;
  -webkit-transform-origin: center -20px;
  -ms-transform-origin: center -20px;
  transform-origin: center -20px;
}

/* Rotate */

.rotate {
  -webkit-animation: rotation 12s infinite linear;

  animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Rotate */

.rotate {
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Floating */

.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, -0px);
    transform: translate(0, -0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, -0px);
    transform: translate(0, -0px);
  }
}

/* Animation Section End */

/* Ankur 21.09.22 */

#header_id {
  width: 100%;
  background-color: #0caea3;
  padding-right: 20px;
}

.main_header {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_area {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_area ul:first-child {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-right: 25px;
  border-right: 1px solid #69ccc5;
}

.cart_area ul:first-child svg {
  color: #fff;
}

.logo_area {
  background-color: #fff;
  padding: 5px 15px;
}

#header_id .btn.btn-secondary.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0 20px;
}

#header_id .btn.btn-secondary.dropdown-toggle:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart_area ul:first-child li {
  position: relative;
}

/* .cart_area ul:first-child li:first-child::before {

    content: '2';
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: -12px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #9883e8;
    color: #fff;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;


} */

/* .cart_area ul:first-child li:nth-child(2):before {

    content: '1';
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: -12px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #e2993b;
    color: #fff;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;


} */

/* Tab Sec */

.tab_main_otr .resp-tabs-list {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_main_otr .resp-tabs-list li {
  /* width: 20%; */
  border-right: 1px solid #dbe0e0;
  height: 67px;
  /* display: -ms-grid;
  display: grid; */
  place-items: center;
  float: none;
  /* border-bottom: 2px solid #969696; */
  background: #f4f9f9;
  margin: 10px auto !important;
  padding: 12px 12px 14px 12px !important;
}

.tab_main_otr .resp-tabs-list li svg {
  font-size: 20px;
  color: #969696;
}

.tab_main_otr .resp-tabs-list li span {
  font-family: "Lato", sans-serif;
  color: #969696;
  font-weight: 400;
}

.tab_main_otr .resp-tab-item.resp-tab-active {
  /* margin-bottom: 0 !important; */
  border-color: #0aaa9e;
  border: 2px solid #0aaa9e;
  /* border-top: none; */
  padding: 12px 9px 14px 8px !important;
}

.tab_main_otr .resp-tab-item.resp-tab-active svg,
.tab_main_otr .resp-tab-item.resp-tab-active span {
  color: #999999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.resp-tab-content {
  border: none;
}

/* Ankur 22.09.22 */

.tab_main_otr .dashboard {
  padding: 35px;
}

.tab_main_otr .prtfolio_para {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.tab_main_otr .prtfolio_para::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #0aaa9e;
  bottom: 0;
}

.tab_main_otr .prtfolio_para h4,
.rcmnded_para h4 {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: #292929;
  font-weight: bold;
}

/* Dashboard */

.dashboard {
  background-color: #f8f8f8;
}

.dashboard .tab-container {
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 20px;
}

.dashboard .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard .tabs .tab_btn {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 20px;
}

.dashboard .tabs button {
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
  background-color: #e0e9fa;
  color: #2893fb;
  border-radius: 5px;
  border-color: transparent;
}

.dashboard .tabs button.active {
  background-color: #2893fb;
  color: #fff;
}

.dashboard .tab-content {
  padding: 20px 0;
}

.dashboard .hidden {
  display: none;
}

.dashboard a {
  text-decoration: none;
}

.dashboard .author {
  position: absolute;
  left: 35px;
  top: 35px;
  color: #fff;
}

.dashboard .btn.btn-secondary.dropdown-toggle {
  background-color: #e5eeff;
  color: #2895ff;
}

.dashboard .btn.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.dashboard .tab-content .indvdl_part_1,
.dashboard .tab-content .indvdl_part_2 {
  background-color: #fff;
  padding: 25px;
  min-height: 300px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #0004;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul h3 {
  font-size: 18px;
}

.dashboard .tab-content .indvdl_part_1 .rtrn_otr p svg {
  font-size: 13px;
  color: #018001;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul p {
  color: #686868;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr p {
  text-align: right;
  font-size: 18px;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr .rtrn_otr p:nth-child(2) {
  color: #686868;
  font-size: 14px;
}

.dashboard .invstd_otr ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.dashboard .invstd_otr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard .invstd_otr ul:last-child {
  margin: 0;
}

.dashboard .indvdl_part_2 .invstd_inr h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Raleway";
  color: #000;
  font-weight: 600;
}

.dashboard .indvdl_part_2 .invstd_inr h6 {
  font-size: 12px;
  font-family: "Raleway";
  color: #000;
  font-weight: 600;
  padding-top: 15px;
}

.dashboard .indvdl_part_2 .invstd_inr h6 span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4bfaa5;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: -2px;
}

.dashboard .rcmnded_sec {
  padding-top: 40px;
}

.dashboard .rcmnded_para {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.dashboard .rcmnded_para::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #0aaa9e;
  bottom: 0;
}

.dashboard .rcmnded_sec .rcmnd_otr {
  -webkit-box-shadow: 2px 2px 10px #0004;

  box-shadow: 2px 2px 10px #0004;
  border-radius: 10px;
  padding-top: 50px;
}

.dashboard .rcmnded_sec .img_otr {
  width: 100%;
  min-height: 175px;
}

.dashboard .rcmnded_sec .img_inr {
  text-align: center;
}

.dashboard .rcmnded_sec .rcmnded_bx {
  padding-top: 20px;
}

.dashboard .rcmnded_sec .rcmnd_para {
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 50px;
}

.dashboard .rcmnded_sec .rcmnded_btn a {
  padding: 10px 15px;
  color: #2895ff;
  background-color: #e5edff;
  border-radius: 5px;
}

.dashboard .rcmnded_sec .rcmnded_btn a:hover {
  color: #e5edff;
  background-color: #2895ff;
}

.dashboard .rcmnded_sec .rcmnd_para p {
  color: #909090;
  padding-top: 15px;
  font-size: 14px;
}

.dashboard .rcmnded_sec .rcmnd_para h5 {
  font-size: 18px;
}

/* ----shreyasi(21.9.22)----------- */
/* ------login page----------- */
.login-pg {
  background-color: #fffef5;
  padding: 40px 0;
}

.lgin-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lgin-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lgin-cl {
  border-right: 1px solid #d3d3ce;
  padding-right: 10px;
}

.lgin-cl:last-child {
  border-right: none;
  padding-left: 15px;
  padding-right: 0;
}

.lgin-cl h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #404040;
  padding-bottom: 5px;
  font-size: 15px;
}

.lgin-cl a {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #404040;
  font-size: 13px;
}

.lgin-cl a:hover {
  color: #0aaa9e;
}

.lgin-btm {
  /* border: 2px solid #404040;
    border-radius: 50px; */
  position: relative;
}

/* .lgin_img {
    position: absolute;
    left: 0;

} */

/* .lgin_infrmtn {
    position: relative;
    z-index: 99999;
} */

.lgin_frm .col-md-12:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}

.lg_ggl h5 {
  display: inline-block;
}

.lgin-icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}

.lgin_dtl h5 {
  display: inline-block;
}

.lgin_dtl {
  display: block;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}

.lg_wlcm h4 {
  background-color: #fdd1a1;
  color: #000;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0 10px 15px;
  /* width: 61%; */
  letter-spacing: 2px;
}

.lg_acnt h2 {
  font-family: "Gilroy";
  font-weight: 500;
  color: #000;
  font-size: 54px;
  letter-spacing: 2px;
  padding: 25px 0;
}

.lg_ggl {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: -4px 5px 5px -8px;
  box-shadow: -4px 5px 5px -8px;
  /* width: 30%; */
  margin: auto;
  padding: 8px 0;
  margin-top: 15px;
}

.rgstrn-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #8c8c8c;
}

.lgin-btm {
  background-color: #fff;
  border: 2px solid #9a9995;
  border-radius: 40px;
  margin: 19px 0;
}

.logo_area {
  width: 259px;
}

.lg-optn h4 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: inherit;
  color: #b8b8b8;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.lg-optn h4::before {
  position: absolute;
  content: "";
  background-color: #b8b8b8;
  width: 131px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
}

.lg-optn h4::after {
  position: absolute;
  content: "";
  background-color: #b8b8b8;
  width: 131px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
}

.lg_ggl a {
  color: #000;
  padding-left: 10px;
}

.lg_ggl a:hover {
  color: #0aaa9e;
}

.login-pg {
  background-color: #fffef5 !important;
}

.form-control:focus {
  border-color: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.lgin_frm .form-control {
  background-color: #f3fbfa;
  color: #0f968d;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #f3fbfa;
  height: 50px;
  border-radius: 5px;
}

.lgin_frm .form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control::-moz-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.rgstrn-info {
  width: 48%;
}

.lgin_frm .form-group {
  margin-bottom: 20px;
}

.btn-primary:focus {
  background: #0aaa9e;
  color: fff;
}

.lgin_frm a:hover {
  color: #0aaa9e;
}

.lgin_frm a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #f14033;
  font-size: 15px;
}

.lg_sgn h5 {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #b0b0b0;
  padding: 20px 0;
}

.lg_sgn a {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0aaa9e;
  padding-left: 5px;
}

.lg_sgn a:hover {
  color: #b0b0b0;
}

.lgin_dtl h5 {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
}

.lgin-icns {
  margin: 35px 0;
  width: 100%;
}

.lgin_img {
  position: relative;
  top: 82px;
}

.sgn-cpy p {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #757472;
}

.sgn-cpy a {
  color: #757472;
}

.sgn-cpy a:hover {
  color: #0aaa9e;
}

.sgn-prvcy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}

.sgn-prvcy li a {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.sgn-prvcy li a:hover {
  color: #0aaa9e;
}

.sgn-prvcy li {
  border-right: 1px solid #000;
  padding: 0 10px;
}

.lgin-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sgn-prvcy li:last-child {
  border-right: none;
  padding-right: 0;
}

.pw-eye {
  position: relative;
}

.pw-eye span a {
  position: absolute;
  top: 20px;

  right: 21px;
  color: #484b4b;
}

/* Ayon 22.09.22 */

.tp_btn_sd_inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.tp_btn_sd_inr ul li a,
span {
  color: #929595;
  font-size: 13px;
}

.tp_btn_sd_inr {
  position: relative;
  top: -100px;
}

/* Footer pabitra 22.09.22 */

footer {
  background-color: #3c434b;
  color: #fff;
  text-align: center;
  padding: 28px 0;
}

.footer-cont p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.footer-cont p a {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.footer-cont p a:hover {
  color: #0ba70b;
}

/* purchase tabs Ankur 22.09.22 */

.Purchase {
  background-color: #eaedf0;
}

.Purchase .tab-container {
  width: 100%;
}

.Purchase .tab {
  border: none;
  background-color: #fff;
  border-radius: 15px;
}

.Purchase .tabs button.active {
  background-color: #0cada2;
  color: #fff;
}

.Purchase .tabs button.active h4 {
  border-bottom: 1px solid #6cccc6;
}

.Purchase .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.Purchase .tab-content {
  padding: 10px 20px;
}

.Purchase .hidden {
  display: none;
}

.Purchase .author {
  position: absolute;
  left: 35px;
  top: 35px;
  color: #fff;
}

.Purchase .mn_prchse_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 15px;
  width: 280px;
}

.Purchase .mn_prchse_otr h4 {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #5a52521f;
  text-align: left;
}

.Purchase .mn_prchse_otr p {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 12px;
}

/* Purchase tab Content 1 Ayon paul 22.09.22 */

.prchs-tabs-hdng-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 25px;
}

.prchs_hdng_txt {
  border-bottom: 2px solid #0caea3;
  color: #0caea3;
}

.prchs_hdng_txt h5 {
  font-size: 23px;
  text-transform: capitalize;
}

.bx_inner_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
}

.bx_inner_field .form-group label {
  font-size: 17px;
  margin-left: 17px;
}

.prchs_btn {
  margin-top: 35px;
}

.prchs_btn .cmn_btn {
  padding: 13px 30px;
  font-size: 16px;
}

.prchs-tabs-inr {
  padding: 25px 0 50px;
}

.select_bx {
  margin-bottom: 38px;
}

.select_bx label p {
  font-size: 17px;
  text-transform: capitalize;
}

.select_bx label p span {
  color: red;
}

.form-select {
  border: none;
  border-bottom: 2px solid #aaaeae;
}

.form-select option {
  font-size: 16px !important;
  color: #43525f !important;
  text-transform: capitalize !important;
}

.select_bx .form-group .form-control {
  font-size: 16px;
  color: #43525f;
  text-transform: capitalize;
  outline: none;
  border: none !important;
  border-bottom: 2px solid #aaaeae !important;
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-select:focus {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select_bx select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-arrow.png) no-repeat 98% 60%;
}

.after_tb_txt p {
  font-size: 16px;
  color: #393939;
}

.purchase_tab_one {
  background-color: #fff;
  padding: 20px 50px;
}

/* Purchase tab Content 2 Pabitra 22.09.22*/

.sip-sec {
  background-color: #eef2f5;
}

.sip-contbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sip-contbx h2 {
  color: #5dbfb7;
  border-bottom: 2px solid #5dbfb7;
  font-family: "Lato-Regular", sans-serif;
  font-size: 23px;
  margin-left: 10px;
}

.sip-sec {
  padding: 25px 0;
}

.sip-sec .mainform {
  background-color: #ffffff;
  padding: 20px 75px;
}

.radio-tbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-tbx .form-check:last-child {
  margin-left: 10px;
}

.sip-sec form .form-label {
  font-size: 17px;
  font-family: "Lato-Regular", sans-serif;
  margin: 0;
  margin-bottom: 20px;
}

.sip-sec form .form-select {
  font-size: 16px;
  font-family: "Lato-Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #aaaeae;
  border-radius: 0px;
  padding: 0;
  min-height: 38px;
}

.sip-sec form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/formdarr.png) no-repeat 98% 60%;
}

.sip-sec form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.sipbt {
  background-color: #0cada2 !important;
  color: #fff;
  border: 2px solid #0cada2;
  padding: 12px 40px !important;
  border-radius: 5px;
}

.sipbt:hover {
  background: transparent !important;
  border: 2px solid #0cada2;
  color: #000;
}

.sip-sec form {
  margin-top: 25px;
}

.buynew-contbx h3 {
  font-size: 16px;
  font-family: "Lato-Regular", sans-serif;
  padding: 0 15px;
  color: #393939;
  padding-top: 20px;
}

.sip-sec .form-group .form-control {
  font-size: 16px;
  color: #43525f;
  text-transform: capitalize;
  outline: none;
  border: none !important;
  border-bottom: 2px solid #aaaeae !important;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.sip-sec .form-group .form-control:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.sipbt {
  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.purchase_part .form-group .form-control {
  border-radius: 0;
}

.purchase_part .form-group .form-control:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.purchase_part .form-select {
  border-radius: 0;
}

/* Ankur 23.09.22 */

.Portfolio.resp-tab-content {
  padding: 0;
}

/* Current Holding Tab */

.b-tab {
  padding: 20px;
  display: none;
  background-color: #fff;
  margin-top: 20px;
  -webkit-box-shadow: 1px 1px 5px #0004;
  box-shadow: 1px 1px 5px #0004;
}

.b-tab.active {
  display: block;
}

.b-nav-tab {
  padding: 10px 20px;
  color: #2891f9;
  background-color: #e0e9f9;
  border-radius: 5px;
}

.b-nav-tab.active {
  color: #fff;
  background-color: #2891f9;
}

.crnt_hldng_sec {
  padding-top: 40px;
}

.crnt_hldng_sec .tabs-1 {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crnt_hldng_sec .rght_hldng_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crnt_hldng_sec .rght_hldng_otr .srch_btn input {
  padding: 8px;
  border-color: #0004;
}

.crnt_hldng_sec .rght_hldng_otr .srch_btn input:hover {
  border-color: #0004;
}

.crnt_hldng_sec .grp_otr a {
  color: #0caea3;
  padding: 10px;
  background-color: #e2eafb;
  border-radius: 5px;
}

.crnt_hldng_sec .grp_otr a:hover {
  background-color: #cfe8e6;
}

.fltr_otr a {
  width: 30px;
  height: 30px;
  background-color: #e8eeee;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid #d1d6d6;
}

.hldng_tble th {
  font-size: 13px !important;
  color: #8492a6;
  padding: 10px;
}

.hldng_tble td {
  font-size: 12px;
  padding: 5px 10px;
}

.hldng_tble th span {
  margin-right: 10px;
}

.dashboard .hldng_tble .btn.btn-secondary.dropdown-toggle {
  background-color: #0bada3;
  color: #fff;
  border: none;
}

.dashboard .hldng_tble .btn.btn-secondary.dropdown-toggle:hover {
  background-color: #0c978e;
}

.hldng_tble tr {
  height: auto;
  border-bottom: 1px solid #0004;
}

.paginations_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item:not(:first-child) .page-link,
.page-item:first-child .page-link {
  color: #000;
  -webkit-box-shadow: inset 0px 0px 6px #0002;
  box-shadow: inset 0px 0px 6px #0002;
}

.page-item:not(:first-child) .page-link:focus {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.purchase_part .form-group .form-control,
.purchase_part .form-select {
  padding: 5px 0;
}

/* Shreyasi 2309.22 */

.prtfolio_para a {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #aeb1b2;
  font-weight: 600;
}

.redeem {
  background-color: #eff3f6;
}

.rdm_inpt {
  position: relative;
}

.rdm_inpt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.rdm_grp {
  margin-bottom: 25px;
}

.rdm_tab .tab-container {
  width: 100%;
}

.rdm_tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rdm_tab .tabs button {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;

  padding: 5px 16px;
  font-size: 13px;
}

.rdm_tab .tabs button:hover {
  opacity: 1;
}

.rdm_tab .tabs .non-active {
  opacity: 0.6;
}

.rdm_tab .tab-content {
  padding: 10px 20px;
}

.rdm_tab .hidden {
  display: none;
}

.rdm_tab .tabs .non-active {
  background-color: transparent;
  border-radius: 30px;
  color: #000;
  width: 81%;
  border: 1px solid #fff;
}

.rdm_tab .tabs .active {
  background-color: #0cada2;
  border-radius: 30px;
  width: 81%;
  border: 1px solid #0cada2;
}

.rdm_tab .tabs {
  background-color: #fff;
  border: 1px solid #d0cece;
  border-radius: 30px;
  width: 32%;
  padding: 3px;
  margin-right: 3px;
}

.tb-cntnt h5 {
  color: #393939;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.rdm_tab .tab-content {
  margin-top: 40px;
}

.rdm_tab .tab-content .rdm_grp .form-label {
  color: #393939;
  font-size: 16px;
  text-transform: capitalize;
}

.redeem p {
  color: #43525f;
  font-size: 12px;
  /* padding: 8px 0 20PX 45PX; */
  width: 100%;

  padding-left: 10px;
}

.rdm-para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rdm_tab .tab-content label {
  font-size: 16px;
  margin-bottom: 20px;
}

.rdm_inpt .form-control {
  border: none;
  border-bottom: 1px solid #aaaeae;
  border-radius: 0;
  background-color: transparent;
}

/* .tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) {

    border-color: #cc5453;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) span {

    color: #cc5453;


}

.tab_main_otr .resp-tab-item.resp-tab-active:first-child {

    border-color: #95ba43;

}

.tab_main_otr .resp-tab-item.resp-tab-active:first-child svg,
.tab_main_otr .resp-tab-item.resp-tab-active:first-child span {

    color: #95ba43;


}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) {

    border-color: #5b83d8;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) span {

    color: #5b83d8;


}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) {

    border-color: #f1a81b;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) span {

    color: #f1a81b;


} */

.invstd_otr ul li {
  font-size: 15px;
}

.rgstrn_wdth {
  width: 50%;
  margin: auto;
}

.lgin_frm .cmn_btn {
  padding: 6px 27px;
}

.lgin-btm.cmn_pdding {
  padding: 40px 0;
}

/* scrollbar */
* {
  scrollbar-width: 15px;
  scrollbar-color: #0caea3 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #0caea3;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.dashboard .rcmnded_sec .rcmnded_btn a {
  font-size: 15px;
}

/* 
.prchs_hdng_txt {
    padding-bottom: 20px;
} */
.purchase_tab_one .row {
  margin-top: 38px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */

input[type="number"] {
  -moz-appearance: none;
}

input[type="number"]::-moz-number-spin-box {
  height: 100px;

  width: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* shreyasi(14.10.22) */
.tab_main_otr .resp-tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 20px;
}

.icn_otr {
  background-color: #0cada2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 15px;
}

.tab_main_otr .resp-tab-item.resp-tab-active .icn_otr {
  background-color: #0caea3;
}

.resp-tab-item span {
  margin-left: 10px;
}

/* Ankur 14.10.22 */

.sip-sec .form-group .form-control {
  padding-left: 0;
}

.resp-tab-item p {
  display: none;
}

.top_para {
  display: none;
}

/* pabitrasignup(23.11.22) */
.singhdrp {
  width: 25%;
  margin: 90px auto;
}

.singupinfo {
  width: 100%;
}

.singupwlm {
  padding: 35px 15px;
  text-align: center;
  background: #aec785;
  border-bottom: 10px solid #a0b87e;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.singupwlm h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.sinuppage .lgin_frm input[type="password"] {
  width: 100%;
}

.sinuppage .pw-eye a {
  background-color: #1fb5ac;
  border-radius: 20%;
  padding: 12px 12px;
}

.sinuppage form {
  width: 100%;
  margin: auto;
}

.sinuppage .lgin_frm {
  background: #fff;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.sinuppage .pw-eye span a {
  right: 0px;
}

.sinuppage .btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding: 10px 16px;
  font-size: 18px;
}
.sinuppage .btn-primary:hover {
  color: #1fb5ac;
}
.sinuppage .forgot a,
.forgot a:hover {
  color: #1fb5ac;
}
.singin-bodyp {
  background: #32323a !important;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.sinuppage .singlerow-log {
  padding: 50px 12px;
}
.sinuppage .lgin_frm .col-md-12:last-child {
  display: block;
}
.sinuppage .lgin_frm .form-control {
  background-color: #fff;
}
.sinuppage .lgin_frm .form-control::placeholder {
  color: #c2c2c2;
}
.sinuppage input[type="text"],
.sinuppage input[type="password"] {
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eaeaea;
  box-shadow: none;
  font-size: 16px;
  color: #000;
}
.sinuppage .forgot {
  padding: 15px 0;
}
.sinuppage .form-cntct {
  padding: 15px 12px;
  background: #eaeaec;
}
.sinuppage label {
  color: #c2c2c2;
}

/* Changes by Ayon Paul / 22-12-2022 */
/* pabitra(31.03.23) */
.cfrm .col-md-12:nth-child(4){
  justify-content: space-between;
    display: flex;
    align-items: center;
}
