@charset "utf-8";
/* CSS Document */

body {
  /*font-family: "Poppins", sans-serif; */
  font-family: 'Mulish', sans-serif;
  color: #3f3e3e;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  /*overflow-x: hidden;
  background: #f00;*/
}
* {
  border: medium none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
}
.mar-top {
  margin-top: 85px;
}
.mar-top2 {
  margin-top: 75px;
}
.mar-bttm {
  margin-bottom: 40px;
}
p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #343434;
}
.no-padding {
  padding: 0;
}
.no-mrgn {
  margin: 0 !important;
}
.posi-rela {
  position: relative;
}

/*#######################*/

.head-top {
  /*padding: 23px 0 10px 0;*/
  padding: 23px 0 23px 0;
}
.top-rt-prt {
  float: right;
  margin: 2px 0 0;
  padding: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
.top-rt-prt > a {
  color: #1F1534;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}
.top-rt-prt > a.phoneno {
  line-height: 42px;
  padding-top: 2px;
  color:#1f153470;
}
.top-rt-prt > a + a {
    margin-left: 15px;
}
.top-rt-prt .dropdown a {
  color: #3f3e3e;
  font-size: 14px;
  font-weight: 300;
}
.top-rt-prt .dropdown a .far {
  color: #27a8e0;
}
.top-rt-prt .dropdown-menu a {
  font-size: 15px;
  padding: 4px 12px;
}
.top-rt-prt > a img {
  margin-top: 8px;
}
/*######################## NAV ####################*/

.top-menu {
    margin-top: 12px;
}
.top-menu ul{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  margin-bottom: 0;
  justify-content:center;
}
.top-menu ul li a {
  padding: 4px 13px;
  color: #1f153470;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.top-menu ul li:first-child a {
    padding-left:0;
}
.top-menu ul li a:hover{
  color: #16a1db;
} 
.top-menu .navbar {
  padding: 0;
  margin: 0;
}
.top-menu .navbar-nav li {
  margin-right: 34px;
}
.top-menu .navbar-nav li a {
  padding: 4px 20px;
  display: inline-block;
  color: #3f3e3e;
  font-size: 13px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.top-menu .navbar-nav li a:hover{
  color: #16a1db;
} 
.top-menu .navbar-nav li a::before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background-color: #16a1db;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.top-menu .navbar-nav li.active a {
  color: #16a1db;
  background-color: transparent;
}
.top-menu .navbar-nav li:hover a {
  color: #16a1db;
  background-color: transparent;
}
.top-menu .navbar-nav a.nav-link {
  color: #16a1db !important;
  background-color: transparent;
}
.top-menu .dropdown-menu {
  padding: 8px;
  border:1px solid #aaa7b2;
}
.top-menu ul ul {
    display:none;
}
.top-menu ul li:hover ul {
    display:block;
    width:250px;
    top:22px;
}
.top-menu .dropdown-menu li {
  margin: 0;
}
.top-menu .dropdown-menu li + li {
    border-top:1px solid #aaa7b2;
}    
.top-menu .dropdown-menu li a.dropdown-item {
  color: #aaa7b2;
  display: block;
  width: 100%;
}
.top-menu .dropdown-menu li a:hover {
    color: #27a8e0;
}
.top-menu .navbar-nav li > a:hover:before,
.navbar-nav li.active a:before {
  left: 0;
  right: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
    color: #3f3e3e;
    background-color: #f8f9fa;
}

/*######################## END NAV ####################*/

.head-bttm {
  background-color: #e6e6e7;
  padding: 5px 0;
}
.top-contact {
  margin: 0;
  float: right;
  padding: 6px 10px;
  background-color: #16a1db;
  border-radius: 3px;
}
.top-contact img {
  float: left;
  margin-right: 10px;
}
.top-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 20px;
  float: right;
}
.top-contact p a {
  color: #fff;
  display: block;
  font-size: 17px;
}

/*######################## NAV ####################*/

.main-menu .navbar {
  padding: 0;
  margin: 0;
}
.main-menu .navbar-nav li {
  margin-right: 40px;
}
.main-menu .navbar-nav li a {
  padding: 15px 0;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}
.main-menu .navbar-nav li .dropdown-menu li a:hover{
  background: #131f55;
  color: #fff;
}
.main-menu .navbar-nav li.active a {
  color: #fff;
  background-color: transparent;
}
.main-menu .navbar-nav li:hover a {
  color: #fff;
  background-color: transparent;
}
.main-menu .navbar-nav a.nav-link {
  color: #fff !important;
  background-color: transparent;
}
.main-menu .navbar-nav li .dropdown-menu li {
  margin-right: 0;
}
.main-menu .navbar-nav li .dropdown-menu li a {
  padding: 6px 8px;
  border-bottom: 1px solid #d4d4d4;
  color: #131f55;
}
.main-menu .navbar-nav li .dropdown-menu li:last-child a{
  border: none;
}
.dropdown-menu{
  padding: 0 0;
  padding: 0 0;
  top: 57px;
  border-radius: 0;
  background: #fff;
}

/*######################## END NAV ####################*/

.banner {
  position: relative;
  padding-top:30px;
}
#main-banner.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}
/*.banner img {
  width: 100%;
}*/
.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.shape img {
  width: 100%;
}
.owl-item h2,
.storeDetailsBanner h2,
.contactMember h2 {
    padding-top: 84px;
    font-size: 43px;
    font-weight: 700;
    color: #000;
}
.owl-item p,
.storeDetailsBanner .productSummary,
.contactMember .contactMemberText {
    padding-top:0px;
    font-size: 18px;
    font-weight: 400;
    color:#7D7987;
    line-height: normal;
}
.owl-theme .owl-dots .owl-dot span {
    border:1px solid #468ff6;
    background:#fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border:1px solid #468ff6;
    background:#468ff6;
}
.membershipInclude {
    margin: 0 56px;
    padding-top: 60px;
}
.memberBlock {
    position: relative;
    /*padding: 15px 30px;*/
    padding: 30px;
    background: #fff;
    /*border-radius: 10px;*/
    border-radius: 18px;
    /*box-shadow: 19px 1px 19px rgb(0 0 0 / 7%);*/
    margin-top: 30px;
    border: 1px solid #cccccc1c;
    transition: all ease-in-out 0.3s;
}
.memberBlock:hover {
    box-shadow: 9px 36px 45px rgba(229, 233, 246, 0.4);
    transition: all ease-in-out 0.3s;
}
.memberBlock .memberBlockArrowimg {
    position: absolute;
    right: 16px;
    top: 12px;
    /*font-size: 30px;*/
    /*color: #000;*/
    /*font-weight: normal;*/
}
.memberBlock h6 {
    font-size:21px;
    font-weight:600;
    color:#000;
    margin:0;
    padding:28px 0 14px 0;
}
.memberBlock p {
    font-size:16px;
    font-weight:300;
    color:#7D7987;
    margin:0;
    padding:0;
    line-height: normal;
} 
.memberimg {
  /*height: 100px;*/
  /*padding: 17px 10px 0px;*/
  height: 150px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.annualConnect {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-bottom: 29px;
    padding-top: 57px;
    line-height: 40px;
}
.annualConnect b {
    font-weight:700;
}
.annualConnect h3 {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    margin: 0px;
}
.subHeadding,
.subHeadding3 h3 {
    font-size: 32px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    /*margin-bottom: 41px;*/
    margin-bottom: 30px;
    text-align:center;
    color: #000;
}
h3.subHeadding::after,
.subHeadding3 h3::after,
.subHeadding.subHeaddingDouble::after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -7px;
}
.cuttingtool {
    border: 1px solid #5c9df7;
    border-radius: 9px;
    margin: 0 51px;
    padding: 39px 0 68px 0;
    text-align: center;
    margin-top: 80px;
}
.cuttingtool h3 {
    font-size: 36px;
    font-weight: 900;
    padding: 20px 0;
    position: relative;
    margin-bottom: 64px;
}
.cuttingtool h3:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -2px;
} 
.cuttingtool span {
    font-size:54px;
    font-weight:900;
    color:#31396A;
}
.cuttingtool p {
    font-size:16px;
    font-weight:400;
    color:#31396A;
    margin:0;
    padding:0;
    margin-top: 29px;
}
.freeWebiner {
    padding:84px 0 93px 0;
    background-image: linear-gradient(to bottom right, #67c3f4, #5999f1);
    margin-top:114px;
}
.freeWebiner iframe {
  border-radius: 10px;
}
.customerSayin {
  padding:84px 0;
  background-image: linear-gradient(to bottom right, #67c3f4, #5999f1);
  margin-top:100px;
}
.customerSayin {
    margin: 0 56px;
    border-radius:15px;
}
.freeWebiner h4 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    padding: 11px 0 29px 0;
    line-height: 47px;
}
.freeWebiner p {
    color: #fff;
    font-weight: 400;
    /*font-size: 24px;*/
    font-size: 18px;
    padding: 0 0 10px 0;
    line-height: normal;
}
.freeWebiner p b {
    font-weight:700;
}
.whatsnew {
    padding:0 50px;
    padding-top:40px;
}
.customerSayin {
  padding:0 50px;
  padding-top:31px;
}
.checkLetestArticle {
    padding:0 50px;
    padding-top:5px;
}
.whatsnewblock {
    border-radius: 8px;
    overflow: hidden;
    /*box-shadow: 1px 4px 16px rgb(0 0 0 / 10%);*/
    margin-bottom: 30px;
    margin-top: 43px;
    border: 1px solid #cccccc1c;
    transition: all ease-in-out 0.3s;
}
.whatsnewblock:hover {
    box-shadow: 1px 4px 16px rgb(0 0 0 / 10%);
    transition: all ease-in-out 0.3s;
}
.whatsnewblock img {
    margin-bottom:15px;
}
.whatsnewblock h4 {
    font-size:16px;
    font-weight:700;
    color:#000;
    padding:0 14px;
    min-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whatsnewblock p {
    font-size:14px;
    font-weight:300;
    /*color:#7D7987;*/
    color:#000;
    padding:0 14px;
    line-height: 17px;
}
.whatsnewblock a.wlink img {
  width: 13px !important;
  display: inline-block !important;
  margin-top: 14px;
}
.whatsnewblock a.wlink {
    line-height: normal;
    font-size: 12px !important;
    padding: 0 14px;
    font-weight: 600;
    margin: 0 14px 14px;
    color: #fff;
}
#whatsnew .owl-nav, #customerSlide .owl-nav {
    margin-top: 27px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}
#whatsnew p {
  margin-bottom: 7px !important;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}
 #customerSlide .owl-nav {
     bottom: -146px;
 }
#whatsnew .owl-nav [class*=owl-], #customerSlide .owl-nav [class*=owl-] {
    color: #468ff6;
    margin: 0 20%;
    background: transparent;
}
#whatsnew .owl-dots, #customerSlide .owl-dots {
    margin-top: 33px;
}
#customerSlide.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #cee1fb;
  background: #cee1fb;
}
#customerSlide.owl-theme .owl-dots .owl-dot.active span, #customerSlide.owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #5b9bf3;
  background: #5b9bf3;
}
#customerSlide .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -148px;
}
.video-sec {
    padding:0 50px;
    padding-top:28px;
}
.groupExp {
    padding:0 50px;
    padding-top: 117px;
}
.groupExp p {
    font-size:16px;
    font-weight:300;
    /*color:#7D7987;*/
    color:#000;
    padding:0;
    padding-top: 8px;
}
.groupExp h3.subHeadding {
    font-size: 32px;
    text-align:left;
    font-weight:400;
}
.groupExp h3.subHeadding b {
    font-weight: 700;
}
.groupExp h3.subHeadding:after {
    left:0;
    margin-left:0;
}
.customerSayin  h3.subHeadding {
    color: #fff;
}
.customerSayin  h3.subHeadding:after {
    background: #fff;
}
.customerSayin {
    padding-bottom: 63px;
    margin-bottom: 150px;
    margin-top: 77px;
}
.customerSayin h3.subHeadding {
  font-weight: 700;
  padding: 19px 0;
  margin-bottom: 80px;
}
.customerSayin p {
    font-size:18px;
    font-weight:300;
    color:#fff;
    padding:0;
    line-height: normal;
}
.clientImg {
    display: flex;
}
.clientImg .clientImgAddon {
    display:inline-block;
    /*vertical-align:middle;*/
    color:#fff;
    font-size: 18px;
    font-weight:300;
}
.clientImg .clientImgAddon.clientImgAddonImg {
    width:121px;
    height:121px;
}
.clientImg .clientImgAddon.clientImgAddonDetails {
    width: calc(100% - 121px);
    padding: 15px 0px 0px 20px;
}
.clientImg .clientImgAddon .clientName {
    font-weight:700;
    font-size: 18px;
}
.clientImg .clientImgAddon .clientDesignation {
    font-size: 16px;
    font-weight: 300;
}
.clientImg .clientImgAddon img {
    width:100%;
    height:100%;
    border-radius:50%;
    border:3px solid #fff;
    object-fit: cover;
}
.articleBlock {
    padding: 0 0 30px 0;
    overflow: hidden;
    /*border-radius: 21px;*/
    /*box-shadow: 19px 1px 24px rgb(0 0 0 / 5%);*/
    box-shadow: 9px 36px 45px rgba(229, 233, 246, 0.4);
    border-radius: 18px;
    margin-bottom: 22px;
    margin-top: 38px;
    background-color: #fff;
    min-height: 450px;
}
.articleBlock h4 {
    font-size:16px;
    font-weight:700;
    margin: 20px 30px;
    padding: 0;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38.4px;
}
.articleBlock p {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 30px;
    padding: 0;
    color: #7D7987;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
}
.articleBlock a {
  margin-left: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    padding: 8px 14px;
}
.articleBlock a img {
  margin-left:6px;
}
.newsletter {
    /*padding: 57px 0 90px 0;*/
    /*background-image: linear-gradient(to bottom right, #67c3f4, #5999f1);*/
    /*margin-top: 52px;
    margin-bottom: 53px;*/
    padding: 0px;
    margin-bottom: 80px;
    z-index: 9;
}
.newsletterblock {
    max-width:640px;
    margin:0 auto;
}
.newsletterblock h3 {
    font-size:36px;
    font-weight:700;
    color:#fff;
    line-height: 49px;
}
.newsinputs {
    margin:0 auto;
    max-width:433px;
    display:flex;
    border-bottom:1px solid #fff;
    margin-top: 60px;
}
.newsinputs input[type=text] {
    width:calc(100% - 95px);
    height:42px;
    line-height:40px;
    color:#fff;
    font-weight:300;
    font-size:14px;
    background: transparent;
}
.newsinputs input[type=submit] {
    width:95px;
    height:42px;
    line-height:40px;
    color:#fff;
    font-weight:700;
    font-size:18px;
    background: transparent;
}
input:focus {
  outline: none;
}
input:focus-visible {
  outline: none;
}
.newsinputs input::placeholder {
    color:#b4d5f8;
}
body > div {
    position:relative;
    z-index:2;
}
.kuchi {
    position: absolute;
    z-index:1;
    pointer-events: none;
}
.position02 { left:-52px; top:511px;}
.kuchiposition1 { right:0px; top:4334px;}
.kuchiposition2 { right:0px; top:5584px;}
.position13 {
  right: -77px;
  top: 5740px;
  width: 100px;
}
.position01 {
  left: -53px;
  top: 133px;
  width: 96px;
}
.position03 {
  right: -47px;
  top: 507px;
}
.position04 {
  right: 159px;
  top: 1520px;
  width: 95px;
}
.position05 {
  left: 233px;
  top: 1947px;
  width: 70px;
}
.position06 {
  left: -87px;
  top: 3132px;
}
.position07 {
  left: -66px;
  top: 2783px;
  width: 132px;
}
.position08 {
  left: 53%;
  top: 3850px;
}
.position09 {
  left: 1313px;
  top: 3196px;
  width: 88px;
}
.position10 {
  left: 124px;
  top: 4343px;
  width: 100px;
}
.position11 {
  left: 133px;
  top: 4886px;
  width: 100px;
}
.position12 {
  left: 143px;
  top: 5287px;
  width: 91px;
}
.position14 {
  left: -83px;
  top: 5711px;
  width: 115px;
}



.thought-sec {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -28px;
}
.thought-bx {
  width: 100%;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 73px;
  box-shadow: 0 0 5px #888888;
}
.thought-bx h3 {
  font-size: 36px;
  font-weight: 600;
  color: #131f55;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-style: italic;
}
.thought-bx p {
  font-size: 15px;
  margin: 5px 0 0;
  padding: 0;
}
.thought-bx a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 15px 0 0;
  padding: 12px 25px;
  display: inline-block;
  background-color: #16a1db;
  border-radius: 25px;
  float: right;
}
.main-title {
  font-size: 32px;
  font-weight: 600;
  color: #131f55;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-pera {
  font-size: 16px;
  margin: 10px 0 0;
  text-align: center;
  padding: 0 120px;
}
.video-bx iframe {
  width: 100%;
  height: 218px;
  overflow: hidden;
  border: none;
  border-radius: 9px;
}
h5.video-bx {
  color:#003484;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 14px 0 0 0;
}
.mt-55 {
  margin-top: 34px;
}
.eyecount {
    position: absolute;
    z-index: 999;
    background: #fffbfb9e;
    top: 14px;
    font-size: 17px;
    left: 14px;
    padding: 3px 22px 3px 10px;
    border-radius: 4px;
}
.btn-explore {
  padding: 10px 25px;
  border-radius: 40px;
  background-color: #16a1db;
  margin: 35px 0 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-explore:hover {
  color: #fff;
  background-color: #0069d9;
}
.btn-primary {
  color: #fff;
  background-color: #16a1db;
  border-color: #16a1db;
  padding: 7px 25px;
  font-weight: 400;
}
.btn-success {
  padding: 7px 25px;
  font-weight: 400;
}
.top-login-btn {
  color: #fff !important;
  background-color: #fff;
  padding: 4px 0px !important;
  border:1px solid #000;
  color:#000 !important;
  font-weight: 400;
  border-radius: 10px;
  width:99px;
}
.top-register-btn {
  color: #fff !important;
  background-color: #468ff6;
  border:1px solid #468ff6;
  padding: 4px 0px !important;
  font-weight: 400;
  border-radius: 10px;
  width:99px;
}
.banner-btn {
  color: #fff !important;
  background-color: #468ff6;
  border:1px solid #468ff6;
  padding: 12px 36px !important;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px !important;
}
.banner-btn:hover,
.btn-explore.btnSubmit:hover {
  color: #468ff6 !important;
  background-color: #fff;
  border:1px solid #468ff6;
}
.whitebg:hover,
.top-login-btn:hover {
    color: #fff !important;
    background-color: #468ff6;
    border-color: #468ff6;
}
.top-register-btn:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #000;
}
.text-button {
    color: #468ff6;
    font-weight: 400;
}
.text-button:hover {
    /*color: #000;*/
}
.whitebg {
    /*background-color: #fff;*/
    background-color: transparent;
    color:#468ff6 !important;
}
.whitebg img {
    padding-left: 5px;
}
.btn-login {
  color: #fff !important;
  background-color: #16a1db;
  padding: 4px 20px !important;
  font-weight: 400;
  border-radius: 40px;
}
.btn-danger{
  padding: 7px 25px;
  font-weight: 400;
}
.btn-round {
  border-radius: 40px;
}
.btn-primary-outline {
  color: #16a1db;
  background-color: #fff;
  border-color: #16a1db;
  padding: 7px 25px;
  font-weight: 400;
}
.mock-sec {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.mock-bx {
  text-align: center;
  padding: 45px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px #b4b4b4;
}
.mock-ico {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e5f4fb;
  position: relative;
}
.mock-ico img {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.mock-bx h3 {
  font-size: 20px;
  font-weight: 500;
  color: #131f55;
  margin: 15px 0 0;
  padding: 0;
}
.mock-bx p {
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0;
}
.mock-bx a {
  padding: 10px 25px;
  border-radius: 40px;
  background-color: #16a1db;
  margin: 35px 0 0;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.link-sec {
  background: rgb(19, 31, 85);
  background: -moz-linear-gradient(
    left,
    rgba(19, 31, 85, 1) 0%,
    rgba(30, 99, 152, 1) 50%,
    rgba(41, 166, 219, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(19, 31, 85, 1) 0%,
    rgba(30, 99, 152, 1) 50%,
    rgba(41, 166, 219, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(19, 31, 85, 1) 0%,
    rgba(30, 99, 152, 1) 50%,
    rgba(41, 166, 219, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131f55', endColorstr='#29a6db',GradientType=1 );
  padding: 60px 0;
}
.link-sec .main-title {
  color: #fff;
}
.link-sec .main-pera {
  color: #fff;
}
.link-bx {
  background-color: transparent;
  padding: 15px;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
}
.link-bx:hover {
  background-color: #fff;
}
.link-bx .link-ico {
  float: left;
  margin-right: 15px;
  position: relative;
  margin-top: 10px;
}
.link-bx .link-ico span {
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.link-bx:hover .link-ico span {
  opacity: 1;
}
.link-txt {
  overflow: hidden;
}
.link-txt h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  transition: all ease-in-out 0.3s;
  padding: 0;
}
.link-bx:hover .link-txt h3 {
  color: #1c3766;
}
.link-txt p {
  font-size: 13px;
  color: #fff;
  margin: 4px 0 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.link-bx:hover .link-txt p {
  color: #787878;
}
.blog-sec {
  padding: 70px 0;
}
.lft-pnl {
}
.lft-pnl ul {
  margin: 0;
  padding: 0;
}
.lft-pnl ul li {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid #d7d7d7;
  background-color: transparent;
}
.lft-pnl ul li a {
  color: #3f3e3e;
}
.lft-pnl ul li.active {
  background-color: #29a6db;
}
.lft-pnl ul li.active a {
  color: #fff;
  display: block;
}
.lft-pnl ul li:hover a {
  color: #1c3766;
}
.blog-bx {
  box-shadow: 0 0 6px #7c7c7c;
  border-radius: 10px;
  overflow: hidden;
}
.blog-img {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-txt {
  padding: 12px;
  position: relative;
}
.blog-txt h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1c3766;
  margin: 10px 0 0;
  padding: 0;
  height: 50px;
  overflow: hidden;
}
.blog-txt p {
  font-size: 12px;
  font-weight: 300;
  margin: 8px 0 0;
  padding: 0;
}
.blog-txt a {
  color: #16a1db;
  width: 100%;
  display: inline-block;
  margin: 10px 0 0;
}
.blog-txt a i {
  float: right;
  margin: 5px;
}
.date {
  position: absolute;
  left: 10px;
  top: -19px;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #29a6db;
}
.new-sec {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.new-bx {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px #676767;
  padding: 25px 8px;
  text-align: center;
}
.new-img {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.new-img img {
  width: 100%;
  height: 100%;
}
.new-bx h3 {
  font-size: 17px;
  font-weight: 500;
  color: #1c3766;
  margin: 10px 0 0;
  padding: 0;
  height: 42px;
  overflow: hidden;
}

#new-carousel .owl-item {
  padding: 0 15px;
}
#new-carousel .owl-stage-outer {
  padding: 10px 0;
}
#new-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
#new-carousel .owl-dots .owl-dot.active span,
#new-carousel .owl-dots .owl-dot:hover span {
  background: #16a1db;
}
#new-carousel .owl-dots {
  margin-top: 24px;
}
.testi-sec {
  padding: 80px 0;
  position: relative;
}
.testi-bx {
  box-shadow: 0 0 8px #8a8a8a;
  padding: 50px 25px;
  border-radius: 8px;
  position: relative;
}
.testi-bx:before {
  content: "";
  position: absolute;
  background: url(../images/quote.png) no-repeat;
  width: 37px;
  height: 32px;
  left: 15px;
  top: -15px;
}
.testi-bx::after {
  content: "";
  position: absolute;
  background: url(../images/corner.png) no-repeat;
  width: 46px;
  height: 27px;
  left: 15px;
  bottom: -22px;
}
.testi-bx p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.client {
  margin-top: 20px;
}
.clint-img {
  float: left;
  margin-right: 25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.client h5 {
  font-size: 17px;
  color: #1c1f21;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
  line-height: 25px;
}
.client h5 span {
  font-size: 13px;
  font-weight: 300;
  display: block;
}
#client-carousel .owl-item {
  padding: 0 15px;
}
#client-carousel .owl-stage-outer {
  padding: 15px 0 0;
}
#client-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
#client-carousel .owl-dots .owl-dot.active span,
#client-carousel .owl-dots .owl-dot:hover span {
  background: #16a1db;
}
.footer-top {
  border-top: 1px solid #c7c7c7;
  padding: 43px 0 14px 0;
}
.footer-menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.footer-menu li {
  font-size: 14px;
  font-weight: 300;
}
.footer-menu li a {
  color: #000;
  padding: 3px 0;
  display:block;
}
.footer-menu li a:hover{
  color: #131f55;
  text-decoration: underline;
}
.footer-menu li.active a {
  color: #29a5db;
}
.footer-mid {
  padding:10px 0 10px 0;
  border-top: 1px solid #c7c7c7;
  text-align: center;
}
.address-list {
  margin: 25px 0 0 0px;
  padding: 0;
  display: block;
  padding-left: 10px;
}
.address-list li {
  float: none;
  margin: 4px 0px;
  text-align: left;
  display: block;
  position: relative;
}
.address-list li i {
  font-size: 16px;
  margin-right: 8px; 
  float: left;
  background: -webkit-linear-gradient(#16356a, #248ac0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.address-list li p {
  font-size:14px;
  font-weight:300;
  color: #000;
  margin: 0;
}
.address-list li a {
  font-size:14px;
  font-weight:300;
  color: #000;
}
.address-list li img {
  position: absolute;
  left: -33px;
  top: 4px;
}
/** footer social **/
.f-logo {
    max-width:190px;
}
.social-media{
    margin: 24px 0;
    padding:0 0 0 5px;
}
.social-media ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin:0;
    padding:0;
    text-align: center;
}
.social-media ul li {
    margin-right: 24px;
}
.social-media ul li a {
    font-size: 16px;
    background-color: #2c9cdb;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    line-height: 24px;
}
.footer-bttm {
    border-top:1px solid #c7c7c7;
}
.copyright {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height:38px;
  text-align: center;
}
.copyright a {
  color: #000;
}
.btm-shape-prt {
    position: relative;
}
.btm-shape-prt img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.copyrDiv {
  display:flex;
  justify-content: space-between;
}
.logo {
  text-align: center;
}
.vidcover {
    height: 236px;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    object-fit: cover;
}
.top-rt-prt .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.forspace {
  margin-top: 20px;
}
.articleBlock > img {
  width: 100%;
}
@media (max-width: 1490px) {
  .top-menu ul li a {
    padding: 4px 5px;
  }
  .top-menu ul li a{
    font-size: 13px;
  }
  .top-rt-prt > a{
    font-size: 13px;
  }
  .top-rt-prt .dropdown a{
    font-size: 13px;
  }
  
}
@media (max-width: 1300px) {
  .top-menu ul li a{
    font-size: 11px;
  }
  .top-rt-prt > a{
    font-size: 11px;
  }
  .top-rt-prt .dropdown a{
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .top-menu ul li a{
    font-size: 10px;
  }
  .top-rt-prt > a{
    font-size: 10px;
  }
  .top-rt-prt .dropdown a{
    font-size: 10px;
  }
}
@media (max-width: 1117px) {
    header .col-md-3, header .col-md-9 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        flex: unset;
        max-width: 100%;
    }
    .top-rt-prt {
        margin: 0 !important;
        float:none;
        justify-content: center;
    }
    .top-menu {
        margin-top: 12px;
    }
    .top-menu ul {
        justify-content: center;
    }
    .head-top {
      padding: 4px 0 0px 0;
    }
    .logo {
      padding-bottom: 14px;
    }
    .top-menu ul li a{
      font-size: 11px;
    }
    .top-rt-prt > a{
      font-size: 11px;
    }
    .top-rt-prt .dropdown a{
      font-size: 11px;
    }
}
@media (max-width: 991px) {
    .owl-item h2,
    .storeDetailsBanner h2,
    .contactMember h2   {
         padding-top: 0px; 
        font-size: 27px;
    }
    .cuttingtool h3 {
        font-size: 25px;
    }
    .cuttingtool span {
        font-size: 25px;
    }
    .subHeadding, .groupExp h3.subHeadding, .newsletterblock h3 {
        font-size: 25px;
    }
    .memberBlock {
        padding: 15px 12px;
    }
    .memberBlock h6 {
        font-size: 16px;
    }
    .annualConnect {
        font-size: 18px;
    }
    .freeWebiner, .customerSayin {
        margin-top: 25px;
    }
    .freeWebiner p {
        font-size: 14px;
        padding: 0 0 15px 0;
        line-height: 22px;
    }
    .freeWebiner h4 {
        font-size: 22px;
        padding: 0 0 0px 0;
    }
    .articleBlock h4 {
        font-size: 14px;
        padding: 20px 7px 0 7px;
    }
    .articleBlock p {
        font-size: 12px;
        padding: 10px 7px 0 7px;
    }
    .footer-menu li {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
    }
    .address-list {
      margin: 25px 0 0 0px;
    }
    .cuttingtool, .membershipInclude, .customerSayin {
        margin-left:0;
        margin-right:0;
    }
    .whatsnew, .checkLetestArticle, .groupExp, .video-sec {
        padding-left:0;
        padding-right:0;
    }
    .bannerpremioum .page-link {
      font-size: 12px;
      padding: 0.5rem 8px;
    }
    /*.newsletter {*/
    /*  margin-top: 17px !important;*/
    /*  padding: 27px 0 45px 0 !important;*/
    /*}*/
    .newsinputs {
      margin-top: 26px !important;
    }
    .cartAdjBox .lft-cart-prt,
    .cartAdjBox .rt-cart-prt {
        width: 100% !important;
    }
    .cartAdjBox .cart-table {
        padding-right: 0px !important;
    }
    .cartAdjBox .rt-cart-prt {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .head-bttm {
        display:block;
    }
    .logo {
      width: 100% !important;
    }
    .top-menu {
        display:none;
    }
    .main-menu .navbar-nav li a, .main-menu .navbar-nav li.active a {
        color:#504e4e;
    }
    .kuchi {
        display: none;
    }
    .bannerpremioum .pagination {
      margin-top: 0px !important;
    }
    .head-bttm {
      margin-top: 10px;
    }
    .banner {
      padding-top: 2px !important;
      padding-bottom: 30px !important;
      margin-bottom: 0 !important;
    }
    .owl-item h2,
    .storeDetailsBanner h2,
    .contactMember h2   {
      padding-top: 22px;
    }
    h5.video-bx {
      margin-bottom: 30px;
    }
    .fullaccBlock {
      padding: 10px !important;
    }
    .FAQIconFinder ul li {
      text-align: center;
    }
    .FAQIconFinder ul li:last-child {
      margin-right:0;
    }
    .FAQIconFinder h3 {
      /*width: 75%;*/
      margin-right: 2% !important;
      font-size: 14px !important;
    }
    .top-rt-prt > a.phoneno {
      display: none;
    }
    .top-rt-prt > a {
      line-height: 24px;
    }
    #main-banner .banner-btn {
      margin-bottom: 15px;
    }
    .cuttingtool {
      margin-top: 20px;
      padding: 0px;
    }
    .cuttingtool p {
      margin-bottom: 20px;
    }
    .cuttingtool h3 {
      margin-bottom: 33px;
    }
    .membershipInclude {
      padding-top: 20px;
    }
    .memberBlock {
      margin-top: 20px;
    }
    .annualConnect {
      padding-bottom: 26px;
      padding-top: 20px;
    }
    .freeWebiner {
      margin-top: 0px;
      padding: 50px 0 50px 0;
    }
    .whatsnewblock {
      margin-top: 6px;
    }
    .groupExp {
      padding-top: 20px;
    }
    .groupExp .banner-btn {
      margin-top: 0 !important;
      margin-left: 0 !important;
    }
    .video-sec {
      padding: 0px 0 20px !important;
    }
    .mt-55 {
      margin-top: 0px;
    }
    .customerSayin {
      padding-bottom: 27px;
      padding-top: 15px;
      margin-bottom: 75px
    }
    #customerSlide .owl-nav {
      bottom: -82px;
    }
    #whatsnew .owl-nav {
      left: 0px;
      right: 0px;
      justify-content: space-between;
    }
    #customerSlide .owl-nav {
      left: -54px;
      right: -54px;
      justify-content: space-between;
    }
    #customerSlide .owl-nav {
      bottom: -75px;
    }
    #customerSlide .owl-dots {
      bottom: -75px;
    }
    #whatsnew .owl-nav [class*=owl-], #customerSlide .owl-nav [class*=owl-] {
      margin: 0;
    }
    .articleBlock {
      margin-top: 8px;
    }
    .checkLetestArticle .banner-btn {
      margin-top: 20px;
    }
    .annualConnect {
      line-height: 27px;
    }
    .articleBlock a {
      padding-left: 8px;
      margin-left: 0;
    }
}
@media (min-width: 768px) {
    .head-bttm {
        display:none;
    }
}
@media (max-width: 545px) {
    .top-rt-prt {
        margin: 0 !important; 
        float: none;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .logo {
        width:100% !important;
        text-align:center;
        padding-bottom:10px;
    }
    .top-rt-prt > a, .top-rt-prt .dropdown a {
      font-size: 14px;
    }
    .cuttingtool p {
      margin-top: 0px;
    }
    .freeWebiner .text-right {
      text-align: center !important;
    }
}
/*################################## Marketting Video ###############################################*/

.page-title {
  font-size: 25px;
  font-weight: 600;
  padding: 0;
  color: #131f55;
  margin-bottom: 0;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-title span {
  display: block;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
}
.main-sec {
  position: relative;
  padding: 80px 0;
  padding-top: 0px;
  z-index: 2;
}
.lft-pnl2 {
  border-radius: 8px;
  overflow: hidden;
}
.lft-pnl2 ul {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.lft-pnl2 ul li {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  border-bottom: 1px solid #36406e;
}
.lft-pnl2 ul li a {
  background-color: #131f55;
  padding: 10px;
  color: #fff;
  display: block;
}
.lft-pnl2 ul li.active a {
  color: #fff;
  background-color: #16a1db;
}
.rt-pnl,
.stationery-box,
.success-story {
  /*box-shadow: 0 0 30px #a3a3a3;*/
  /*border-radius: 12px;*/
  box-shadow: 7.57895px 18.9474px 41.6842px 5.68421px rgba(0, 0, 0, 0.25);
  padding: 26px 26px 30px;
  border-radius: 18.9474px;
  position: relative;
  background: #fff;
  /*padding-bottom: 32px;*/
}
.rt-pnl img.banethumb {
  height: 253px;
  width: 100%;
}
.water-mark-sale{
  position: absolute;
  bottom: 36%;
  right: 0;
  color: #eee;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.water-mark-paid-banner{
  position: absolute;
  bottom: 31%;
  right: -14px;
  color: rgba(0,0,0,0.2);
  width: 92px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.action-buttons{
  /* border-top: 1px solid #ddd;
  padding-top: 10px;*/
  text-align: center;
  display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.action-buttons .btn-success{
  padding: 8px 8px;
  font-size: 14px;
  border-radius: 0;
  width: 44%;
}
.action-buttons .custom-control{
  background-color: #131f55;
  color: #fff;
  padding: 8px 8px;
  padding-left: 30px;
  width: 56%;
}
.action-buttons .custom-control-label::before{
  left: -22px;
}
.action-buttons .custom-control-label::after{
  left: -22px;
}
.headline {
  font-size: 22px;
  font-weight: 600;
  color: #131f55;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #dfe2ee;
}
.vid-bx {
  /*border-radius: 10px;*/
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  /*border: 1px solid #eee;*/
  text-align: center;
}
.vid-bx iframe{
  width: 100% !important;
  height: 254px !important;
  border-radius: 10px;
}
.vid-bx img {
  width: 100%;
}
.video-description {
  padding: 10px;
  position: relative;
  padding-top: 5px;
}
.video-description h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.video-description p {
  margin: 0;
}
.bttm-title {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; */
  /*text-align: center;*/
  /*padding: 0 15px;*/
  /* background-color: #16a1db; */
  /*font-size: 22px;*/
  /*font-weight: 400;*/
  /*color: #000;*/
  /*margin-bottom: 10px;*/
  /*margin-top: 10px;*/
  /*height: 56px;*/
  /*overflow: hidden;*/
  /* transition: all ease-in-out 0.3s; */
}
.bttm-title a{
  color: #000;
}
/* .vid-bx:hover .bttm-title {
  bottom: -42px;
}
.vid-bx:hover .overlay {
  opacity: 1;
} */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 15px;
  top: 0;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.inr-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inr-txt h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.inr-txt p {
  color: #fff;
  margin: 10px 0 0;
  padding: 0;
}
.overlay ul {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}
.overlay ul li {
  float: left;
  margin: 0 8px;
}
.overlay ul li i {
  font-size: 17px;
  color: #fff;
}
.btn-chat {
  display: none;
  background-color: #16a1db;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 15px 14px;
  /* writing-mode: vertical-rl; */
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  box-shadow: 0 0 8px #fff;
  right: -44px;
  width: 132px;
  height: 50px;
  z-index: 90;
  top: 40%;
  position: fixed;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn-chat:hover {
  background: #131f55;
  color: #fff;
}

/*################################## Shopping Cart ###############################################*/

.main-cart-bx {
  border-radius: 10px;
  box-shadow: 0 0 6px #bcbcbc;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.lft-cart-prt {
  width: 70%;
  float: left;
  padding: 25px 15px;
}
.headline span {
  font-size: 18px;
  font-weight: 500;
  color: #131f55;
  margin: 0;
  padding: 0;
  float: right;
}
.cart-table {
  margin-top: 20px;
}
.cart-table table tr th {
  color: #979797;
  font-weight: 400;
}
.pro-detail {
  display: inline-block;
  width: 100%;
}
.pro-img {
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #9c9c9c;
  margin-right: 15px;
  float: left;
}
.pro-img img {
  width: 100%;
}
.pro-txt {
  overflow: hidden;
}
.pro-txt h3 {
  font-size: 15px;
  font-weight: 400;
  color: #131f55;
  margin: 0;
  padding: 0;
}
.pro-txt span {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin: 9px 0 0;
  padding: 0;
  display: block;
}
.pro-txt span i {
  color: #f00;
}

/* base style */
.stepper {
  display: inline-block;
  max-width: 120px;
  width: 100%;
  position: relative;
}
.stepper__input {
  width: 35px;
  padding: 4px;
  border: 1px solid #c4c4c4;
  -moz-appearance: textfield;
}
.stepper__input:focus {
  color: #333;
  background-color: #fff;
  border-color: #c4c4c4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.stepper__input::-webkit-inner-spin-button,
.stepper__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.stepper__controls {
}

.stepper__controls [spinner-button="up"],
.stepper__controls [spinner-button="down"] {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  height: 50%;
  font-size: 1.375em;
  line-height: 0;
  transition: all ease 0.25s;
}

.stepper__controls [spinner-button="up"]:hover,
.stepper__controls [spinner-button="down"]:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

/* style 3*/
.stepper--style-3 {
  max-width: 77px;
  padding-left: 20px;
  padding-right: 20px;
}
.stepper--style-3 .stepper__input {
  position: relative;
  z-index: 1;
  text-align: center;
}
.stepper--style-3 [spinner-button="up"],
.stepper--style-3 [spinner-button="down"] {
  border: 0;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 15px;
  line-height: 36px;
}
.stepper--style-3 [spinner-button="up"] {
  right: 0;
  margin-left: -1px;
}
.stepper--style-3 [spinner-button="down"] {
  left: 0;
  margin-right: -1px;
}
.cart-table a {
  font-size: 14px;
  color: #16a1db;
  font-weight: 400;
  margin: 15px 0 0;
  display: inline-block;
}
.cart-table a i {
  margin-right: 8px;
}
.rt-cart-prt {
  width: 30%;
  float: right;
  padding: 25px;
  background-color: #f6f6f6;
  min-height: 520px;
}
.rt-cart-prt ul {
  margin: 15px 0 0;
  padding: 0;
}
.rt-cart-prt ul li {
  float: none;
  margin: 16px 0;
  font-size: 14px;
  color: #5e6171;
  text-transform: uppercase;
}
.rt-cart-prt ul li h4 {
  color: #131f55;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.rt-cart-prt ul li h4 span {
  float: right;
}
.rt-cart-prt ul li span {
  float: right;
}
.rt-cart-prt ul li a {
  margin: 0;
  padding: 7px 16px;
}
.total-prt {
  margin-top: 30px;
  padding-top: 0;
  border-top: 1px solid #d5d5d7;
}
.total-prt ul li {
  color: #131f55;
  font-size: 16px;
}
.total-prt ul li span {
  float: right;
}
.total-prt a {
  width: 100%;
  text-align: center;
  margin-top: 15px 0 0;
}

/*################################## Calculator ###############################################*/

.rt-btn-prt {
  position: absolute;
  right: 20px;
  top: 6px;
}
.rt-btn-prt a {
  padding: 7px 16px;
  background-color: #16a1db;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  float: left;
}
.calculator-bx {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #777777;
  display: inline-block;
  width: 100%;
}
.calculator-bx:hover {
  background-color: #16a1db;
}
.calculator-bx .cal-ico {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #def2fa;
  transition: all ease-in-out 0.3s;
}
.calculator-bx:hover .cal-ico {
  background-color: #37aee0;
}
.calculator-bx .cal-ico img {
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.calculator-bx .cal-ico span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.calculator-bx:hover .cal-ico span {
  opacity: 1;
}
.calculator-bx h3 {
  font-size: 18px;
  font-weight: 500;
  color: #131f55;
  margin: 5px 0 0;
  transition: all ease-in-out 0.3s;
  padding: 0;
  line-height: 26px;
}
.calculator-bx:hover h3 {
  color: #fff;
}
.recuring-bx {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
}
.recuring-bx h3 {
  font-size: 16px;
  font-weight: 400;
  color: #131f55;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase;
}
.recuring-bx table tr td span {
  font-size: 12px;
  color: #999999;
  display: block;
}
.recuring-bx h5 {
  font-size: 12px;
  color: #16a1db;
  text-align: right;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.checkbox-inline {
  font-size: 12px;
  font-weight: 300;
  color: #8d8f93;
  margin: 10px 0 0;
}
.info-form label {
  font-size: 13px;
  color: #46495c;
}
.info-form .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  font-size: 13px;
  padding: 4px 0;
}
.info-form textarea.form-control {
  height: 80px;
}
.info-form {
  margin: 20px 0 0;
}
.bullet-list {
  padding-left: 15px;
}
.bullet-list li {
  list-style-type: disc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #131f55;
}
h4 a {
  color: #131f55;
}
.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cacaca;
  min-height: 48px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  /*    background: #fbfbfb;*/
    color: #3F3D56;
}
.cont-info-box {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  padding: 2rem 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-height: 178px;
}
.cont-info-box .fas {
  color: #16a1db;
  font-size: 3rem;
}
.cont-info-box a {
  color: #343434;
  font-size: 1.2rem;
}
.sale-presenter-list ul li {
  background: #f5f5f5;
  padding: 20px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.sale-presenter-list ul li .left{
  width: 16%;
}
.sale-presenter-list ul li .left img{
  width: 100%;
}
.sale-presenter-list ul li .right{
  width: 84%;
  padding: 0 15px;
}
.sale-presenter-list ul li h4 a {
  color: #131f55;
}
.tools-box {
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  min-height: 126px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 0.3s;
}
.tools-box h5 {
  font-size: 15px;
  color: #131f55;
  transition: all ease-in-out 0.3s;
}
.tools-box:hover h5{
  color:#16a1db;
  }
.tools-box i {
  font-size: 40px;
  color: #16a1db;
  transition: all ease-in-out 0.3s;
}
.tools-box:hover i{
  color:#131f55;
  }
.tools-box:hover {
  background: #f5f5f5;
}
.mock-topic {
  border: 1px solid #e8e8e8;
  padding: 20px 15px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-height: 164px;
  margin-bottom: 30px;
}
.mock-topic h5 {
  font-size: 20px;
  line-height: 30px;
}
.mock-topic i {
  font-size: 30px;
  color: #16a1db;
  margin-bottom: 15px;
}

.success-story {
  border: 1px solid #e8e8e8;
  /*padding: 20px 15px;*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 4px;*/
  text-align: center;
  margin-bottom: 30px;
  /*background: #fff;*/
}
.success-person {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  margin-bottom: 10px;
  border: 2px solid #eee;
}
.success-person img {
  width: 100%;
  height: 100%;
}
.success-story-text h6 {
  font-size: 20px;
  height: 54px;
  overflow: hidden;
}
.success-story-text h6 a {
  /*color: #131f55;*/
  color: #000;
}
.success-story-text ul {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.success-story-text ul li {
  font-size: 13px;
  margin: 0 4px;
}
.success-story-text ul li i {
  color: #131f55;
}
.coaching-img {
  padding: 5px;
}
.coaching-img img {
  width: 100%;
}

.ifa-coaching {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  border-radius: 4px;
}
.ifa-coaching h3 {
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #D9D9D9;
}
.card-header {
  padding: 0.25rem 0.5rem;
}
.card-header .btn {
  font-size: 15px;
  color: #131f55;
  padding: 5px 5px;
  display: block;
  width: 100%;
  text-align: left;
}
.card-body {
  padding: 1rem;
}

.gallery-list {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.gallery-list li {
  width: 32.95%;
  float: left;
  min-height: 182px;
  margin: 2px;
  position: relative;
}
.gallery-list li .gallery-box {
  position: relative;
}
.gallery-list li .gallery-box > img {
  width: 100%;
}
.gallery-list li .gallery-box .overlay {
  background: rgba(22, 161, 219, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 24% 5%;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
}
.gallery-list li:hover .overlay {
  opacity: 1 !important;
}

.stationery-box {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 26px 26px 30px;
  box-shadow: 0 0 40px #8c8b8b; */
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
  /*padding-bottom: 40px;*/
}
.stationery-box .btn-primary {
  padding: 8px 18px;
  margin: 2px 4px;
  font-size: 14px;
}
.stationery-box .btn-success {
  padding: 8px 18px;
  margin: 2px 4px;
  font-size: 14px;
}
.stationery-box .stationery-img {
  height: 304px;
  overflow: hidden;
  border-radius: 7px;
}
.stationery-box .stationery-img img {
  width: 100%;
  height: 100%;
}
.stationery-box img{
   width: 100%;
}
.stationery-text h4,
.market-video .rec-book-text h5,
.bttm-title,
.storyDetails .success-story-text h6,
.blog-bx.blogSection .blog-txt h3 {
  font-size: 18px;
    margin-top: 15px;
    font-weight: 700;
    text-transform: capitalize;
    height: 46px;
    overflow: hidden;
    color: #000;
    padding: 0px;
}
.stationery-text p,
.market-video .market-video-text p,
.sv-text,
.storyDetails .success-story-text p,
.blog-bx.blogSection .blog-txt p {
  font-size: 16px;
    margin-top: 20px;
    font-weight: 300;
    color: #000;
    line-height: normal;
}
.stationery-text p.stationeryprice {
  font-size: 27px;
  margin-top: 15px;
  font-weight: 700;
}
.stationery-btn {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
}
.product_meta{
  margin-top: 8px;
  margin-bottom: 8px;
}
.product_meta a{
  font-size: 14px;
}
.faq-total-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 28px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.faq-total-box:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  color: #ececec;
  font-size: 78px;
  position: absolute;
  top: 16px;
  right: -18px;
  z-index: 1;
}
.faq-total-box h6 {
  font-size: 18px;
  position: relative;
  z-index: 2;
  line-height: 28px;
  min-height: 62px;
}
.faq-total-box p {
  margin: 0;
}
.faq-total-box .badge {
  border-radius: 30px;
  font-weight: 400;
  padding: 8px 20px;
}


.FAQIconFinder ul{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
  margin: 0;
}
.FAQIconFinder ul li{
  margin-right: 20px;
  font-size: 18px;
  color:#458FF6;
  font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.FAQIconFinder ul li:last-child {
    margin-right: 0px;
}
.FAQIconFinder ul li span {
    margin-left: 8px;
}
.FAQIconFinder h3{
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    color: #000;
    display: inline-block;
    padding-right: 30px;
    width: calc(100% - 135px);
    padding-bottom: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #dddddd;
    background: #eee;
    font-weight: normal;
    color: #fff;
}
.ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 5px 15px;
    font-size: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    background: #131f55;
    border: 1px solid #131f55;
    color: #fff;
}
.ui-accordion .ui-accordion-header:focus{
  outline: none;
}
.ui-accordion .ui-accordion-content {
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 0;
    margin-top: -15px;
}
/*.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png);
}*/
/*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon{
  background-image: url(images/ui-icons_444444_256x240.png);
}*/

.badge {
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
}
.rec-book {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 10px;
}
.rec-book-img {
  width: 26%;
  padding: 0 15px;
  padding-left: 0;
}
.rec-book-img img {
  width: 100%;
}
.market-video .rt-pnl {
  /*padding-bottom: 37px;*/
}
.rec-book-text h5 {
  height: 51px;
  font-size: 25px;
  padding-top: 19px;
}
.rec-book-text p{
  margin:0 0 10px;
}
.rec-book-text ul{
  margin: 10px 0 0;
  padding: 0;
}
.rec-book-text ul li{
  width: 45%;
  text-align: center;
  float: left;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.59);
}
.rec-book-text ul li i{
  font-size: 12px;
  color: #000;
  margin-right: 4px;
}
.download-tools ul li {
  text-align: left;
  width: 33%;
}
.download-tools .share-faq ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.download-tools .share-faq ul li {
  width: auto;
}
.download-tools .share-faq ul li a i {
  color: #fff;
}
.download-tools .rec-book-img {
  width: 30%;
}
.buy-from {
  padding: 5px;
  margin-right: 5px;
  border-radius: 4px;
  width: 80px;
  height: auto;
}
.rec-book-text .btn {
  margin-top: 10px;
}
.rec-book-text .btn-success {
  padding: 7px 25px;
  font-weight: 400;
}
.book-heading {
    margin-top: 10px;
  letter-spacing: 1px;
  border-left: 4px solid #16a1db;
  padding-left: 10px;
  margin-bottom: 30px;
}
.add {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 8px 8px;
  border-radius: 4px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.add img {
  width: 100%;
}

.sip-calculator {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.sip-calculator .form-control {
  border: 1px solid #e2e2e2;
  min-height: 42px;
  /*padding-right: 58px;*/
}
.sip-calculator .form-group {
  position: relative;
}
.sip-calculator label {
  color: #131f55;
  font-size: 16px;
  font-weight: 600;
}
.cal-icon {
  position: absolute;
  top: 1px;
  right: 16px;
  background: #fff;
  color: #131f55;
  padding: 8px 10px;
  border-left: 1px solid #eee;
  font-size: 15px;
  width: 50px;
  text-align: center;
}
/*############################### blog single page css start ########################################*/
.blog-single-wraper{
position: relative;
width: 100%;
}
.blog-single-wraper h1{
position: relative;
width: 100%;
color: #0d1d31;
font-size: 30px;
font-weight: 600;
margin-bottom: 15px;
text-transform: uppercase;
}
.blog-single-wraper .entry-meta{
position: relative;
width: 100%;
margin-bottom: 15px;
font-size: 14px;
color: #0d1d31;
}
.blog-single-wraper .entry-meta a{
color: #3f56d6;
}
.blog-single-wraper .blog-img{
position: relative;
width: 100%;
overflow: hidden;
height: auto;
margin-bottom: 15px;
height: 325px;
}
.blog-single-wraper .blog-img img{
  height: 100%;
transform: scale(1.0);
transition: 0.5s;
}
.blog-single-wraper .blog-img:hover img{
transform: scale(1.1);
transition: 0.5s;
}
.blog-single-wraper .blog-img .blog-date{
position: absolute;
bottom: 10px;
left: 20px;
padding: 6px 20px;
border-radius: 30px;
background-color: #29a6db;
text-align: center;
}
.blog-single-wraper .blog-img .blog-date p{
position: relative;
margin-bottom: 0px;
color: #ffffff;
font-size: 14px;
font-weight: 500;
}
.blog-single-wraper p{
position: relative;
width: 100%;
font-size: 14px;
color: #343434;
margin-bottom: 10px;
}
.blog-social{
position: relative;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
text-align: center;
}
.blog-social:before{
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 3px;
background-color: rgba(0,0,0,0.1);
}
.blog-social ul{
position: relative;
display: block;
margin-bottom: 0px;
}
.blog-social ul li{
position: relative;
display: inline-block;
padding: 0px 5px;
}
.blog-social ul li a{
color: #131f55;
transition: 0.5s;
font-size: 16px;
}
.blog-social ul li a:hover{
color: #16a1db;
transition: 0.5s;
}

.blog-prev-next-wraper{
position: relative;
width: 100%;
padding: 10px 0px;
margin-bottom: 20px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
}
.blog-prev-next-wraper a{
color: #666666;
font-size: 14px;
}
.blog-prev-next-wraper a .fa{
padding: 0px 5px;
}
.comment-respond{
position: relative;
width: 100%;
background-color: #f1f1f1;
padding: 20px 20px;
border-radius: 5px;
}
.comment-respond > h3{
position: relative;
width: 100%;
color: #666666;
font-size: 22px;
margin-bottom: 15px;
}
.comment-respond .comment-form label{
position: relative;
color: #000;
font-size: 16px;
}
.comment-respond .comment-form .form-control{
background-color: #fff;
border: 1px solid #ced4da;
transition: 0.5s;
}
.comment-respond .comment-form .form-control:focus{
box-shadow: none;
border-color: #0d1d31;
transition: 0.5s;
}
.comment-respond .comment-form .btn-explore{
cursor: pointer;
}

/*###### blog sidebar css start #######*/
.blog-sidebar{
position: relative;
width: 100%;
height: 100%;
border-left: 1px solid #ededed;
padding: 0px 15px;
}
.blog-sidebar-title{
position: relative;
width: 100%;
color: #0d1d31;
font-size: 18px;
margin-bottom: 20px;
padding-bottom: 10px;
font-weight: 600;
text-transform: uppercase;
}
.blog-sidebar-title:after{
content: "";
position: absolute;
bottom: 0;
left: 0%;
width: 30px;
height: 3px;
background-color: rgba(0,0,0,0.1);
}
.recent-posts{
position: relative;
width: 100%;
margin-bottom: 15px;
}
.recent-posts .recent-posts-list{
position: relative;
width: 100%;
display: block;
margin-bottom: 0px;
}
.recent-posts .recent-posts-list li{
position: relative;
width: 100%;
display: block;
margin-bottom: 10px;
padding: 5px 0px;
border-bottom: 1px solid #ededed;
}
.recent-posts .recent-posts-list li:last-child{
border-bottom: 0px;
}
.recent-posts .blog-posts-wrap{
position: relative;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.recent-posts .blog-posts-wrap .blog-img{
position: relative;
width: 50px;
margin-right: 10px;
height: 50px;
}
.recent-posts .blog-posts-wrap .blog-right-text{
position: relative;
width: calc(100% - 60px);
}
.recent-posts .blog-posts-wrap .blog-right-text h5{
position: relative;
width: 100%;
color: #1c3766;
font-size: 14px;
margin-bottom: 0px;
font-weight: 600;
padding-bottom: 0px;
}
.recent-posts .blog-posts-wrap .blog-right-text h5 a{
color: #1c3766;
}
.recent-posts .blog-posts-wrap .blog-right-text p{
position: relative;
color: #000;
font-size: 14px;
margin-bottom: 0px;
}
.recent-posts .blog-posts-wrap .blog-right-text p a{
color: #666666;
}

.recent-comment{
position: relative;
width: 100%;
margin-bottom: 15px;
}
.recent-comment ul{
position: relative;
display: block;
width: 100%;
margin-bottom: 0px;
}
.recent-comment ul li{
position: relative;
width: 100%;
display: block;
padding: 5px 0px;
padding-left: 12px;
font-size: 14px;
color: #666666;
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
}
.recent-comment ul li a{
color: #666666;
}
.recent-comment ul li:after{
content: "\f054";
position: absolute;
top: 5px;
left: 0px;
font-family: "Font Awesome 5 Free";
font-weight: 900;

}
.recent-comment ul li:last-child{
border-bottom: 0px;
}
/*############################### blog single page css end ########################################*/


/*########## thoughts list css start ##############*/
.thoughts-list:nth-child(odd) .thoughts-list-inner{
background-color: #f2f2f2;
}
.thoughts-list:nth-child(even){

}
.thoughts-list-inner{
position: relative;
width: 100%;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
padding: 15px;
display: -webkit-box; 
display: -moz-box; 
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
flex-wrap: wrap;
}
.thoughts-list-inner .icon{
font-size: 24px;
color: #203864;
padding-right: 15px;
width: 40px;
line-height: 1;
}
.thoughts-list-inner .content{
width: calc(100% - 40px);
}
.thoughts-list-inner .content h6{
font-size: 20px;
}
.thoughts-list-inner .content .IconFinder{
position: relative;
width: 100%;
}
.thoughts-list-inner .content .IconFinder ul{
position: relative;
padding: 5px 0 0;
margin: 0;
}
.thoughts-list-inner .content .IconFinder ul li{
position: relative;
display: inline-block;
margin: 0;
padding: 0 5px;
color: #757575;
}
.thoughts-list-inner .content .IconFinder ul li i{
font-size: 12px;
color: #757575;
width: auto;
padding-right: 7px;
line-height: 1;
margin-top: 2px;
}
.thoughts-list-inner .content .IconFinder ul li:first-child{
padding-left: 0px;
}
/*########## thoughts list css end ##############*/
.sip-calculator__modify .card-header {
  padding: 0.75rem 1.25rem;
}

/*########## 31-12-2019 ##############*/

.filter-nav{
  float: right;
  margin:0;
  background-color: #1c3766;
  padding: 2px;
  }
.filter-nav li{
  float: left;
  font-size: 13px;
  padding: 0 8px;
  border-right:1px solid #fff;
  }
.filter-nav li a{
  color:#fff;
  }
.filter-nav li:last-child{
  border:none;
  }
.category-box{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*background-color: #fff;*/
  background: transparent;
}
.category-box h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 12px;
  margin: 0;
  background-color: #1c3766;
}
.category-box h3 a{
  color: #fff;
}
.category-box .cate-list {
  padding: 0;
}
.category-box .cate-list li {
  font-size: 13px;
  font-weight: 400;
  padding: 6px 12px 6px 33px;
  float: none;
  position: relative;
  background: #ecf9ff;
  margin-bottom: 1px;
  line-height: 16px;
}
.category-box .cate-list li a{
  color: #1c3766;
}
.category-box .cate-list li::before {
  content: "\f0c1";
  position: absolute;
  left: 7px;
  top: 9px;
  font-family: "Font Awesome 5 Free";
   font-weight: 900;
  font-size: 10px;
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #1c3766;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}
.top-rated-bx {
  display: block;
  padding: 10px 10px;
  margin: 5px;
      min-height: 98px;
}
.top-rated-bx:nth-child(even){
  background: #eee;
}
.top-rated-bx .top-rated-img {
  float: left;
  margin-right: 10px;
  width: 35%;
  height: 78px;
    overflow: hidden;
}
.top-rated-bx .top-rated-img img {
  width: 100%;
}
.top-rated-bx .top-rated-txt {
  overflow: hidden;
}
.top-rated-bx .top-rated-txt h4 {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0 0 7px;
  border-bottom: 1px solid #efefef;
}
.top-rated-bx ul {
  margin: 5px 0 0;
  padding: 0;
}
.top-rated-bx ul li{
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #1c3766;
  font-weight: 400;
}
.top-rated-bx ul li i{
  margin-right: 6px;
  color: #16a1db;
}
.cstm-form{
  padding: 15px;
  background-color: #f5f5f5;
  }
.form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.count-download {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9FCCEC;
  color: #000;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.faq-list {
  padding: 10px;
  margin: 0;
}
.faq-list li {
  background: none;
  padding: 0 0 15px;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  width: 100%;
  float: none;
  font-size: 13px;
  font-weight: 400;
}
.faq-list li a{
  color: #282828;
  transition: all ease-in-out 0.3s;
}
.faq-list li:hover a{
  color: #16a1db;
}
.faq-list li span {
  background: #0CBCE8;
  color: #fff;
  padding: 2px 10px;
  margin: 8px 0 0;
  font-size: 12px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  display: block;
  width: 88px;
}
.faq-list li:hover span {
  background: #1C3766;
}
.MutualFundCon {
  width: 100%;
  float: left;
  padding: 0px;
}
.MutualFundCon ul {
  padding: 0;
}
.MutualFundCon ul li a {
  background: #fff;
  padding: 15px 0 15px 15px;
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 25px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.MfContain {
  padding: 0;
  width: calc(100% - 55px);
  float: left;
}
.MutualFundCon ul li h6 {
  font-size: 16px;
  color: #1c3766;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.5;
}
.MutualFundCon ul li p {
  font-size: 14px;
  color: #1c3766;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.MfImg::after {
  content: "";
  border-right: 100px solid #1C3766;
  position: absolute;
  z-index: -1;
  border-top: 260px solid rgba(0,0,0,0);
  top: -140px;
  right: -10px;
}
.MfImg {
  padding: 0;
  width: 35px;
  margin: 10px;
  float: right;
  position: relative;
  z-index: 1;
}
.MfImg img{
  max-width: 100%;
}
.MfImg::after {
  content: "";
  border-right: 100px solid #1C3766;
  position: absolute;
  z-index: -1;
  border-top: 260px solid rgba(0,0,0,0);
  top: -140px;
  right: -10px;
}
.inn-ban2{
  border-radius: 12px;
  overflow: hidden;
  }
.inn-ban2 img{
  width: 100%;
  }


.banner-topic ul li a{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}
.banner-topic ul li a:hover .circle-shape div{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.circle-shape{
  width: 28%;
  position: relative;
  box-shadow: 0 0 10px #525252;
  border-radius: 50%;
}
.circle-shape img{
  width: 100%;
}
.circle-shape div{
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 42px;
}
.circle-shape div img{
  width: 41px;
}
.circle-text{
  width: 72%;
  padding: 0 15px;
  color: #fff;
  margin-top: 20px;
}
.circle-text h6{
    font-size: 16px;
    margin-bottom: 0;
     color: #fff;
}
.circle-text p{
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}
.banner{
  position: relative;
}
.banner>img{
  width: 100%;
}
.banner-topic{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1140px;
  height: 314px;
  margin: 0 auto;
  margin-top: 50px;
}
.connection-line{
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 336px;
}
.banner-topic ul li {
    width: 34%;
    position: absolute;
    left: 0;
}
.banner-topic ul li:nth-child(1){
    left: 1.5%;
    top: 10.5%;
}
.banner-topic ul li:nth-child(1) .circle-shape{
  order: 2;
}
.banner-topic ul li:nth-child(1) .circle-shape div img{
  width: 33px;
  margin-left: 4px;
}
.banner-topic ul li:nth-child(1) .circle-text{
  text-align: right;
}
.banner-topic ul li:nth-child(2){
  top: 53%;
  left: 1.5%;
}
.banner-topic ul li:nth-child(2) .circle-shape{
  order: 2;
}
.banner-topic ul li:nth-child(2) .circle-text{
  text-align: right;
}
.banner-topic ul li:nth-child(3){
    left: 65.5%;
    top: 10.5%;
}
.banner-topic ul li:nth-child(4){
    top: 53%;
  left: 65.5%;
}
.banner-topic ul li:nth-child(5){
    top: 18.2%;
    left: 41%;
    width: 17%;
}
.banner-topic ul li:nth-child(5) .circle-shape{
  width: 100%;
}
.banner-topic ul li:nth-child(5) .circle-text{
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
}
.banner-topic ul li:nth-child(5) .circle-shape div{
  top: -92px;
  width: 56px;
}
.banner-topic ul li:nth-child(5) .circle-shape div img{
  width: 58px;
}
.banner-topic ul li:nth-child(5) .circle-text h6{
  color: #000;
}
.banner-topic ul li:nth-child(5) .circle-text p{
  color: #000;
}


.ziehharmonika h3 {
    font-size: 14px;
    background: #003260;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 22px;
}
.ziehharmonika .collapseIcon {
    top: 50%;
    font-size: 14px;
}
.ziehharmonika2 h3 {
    font-size: 14px;
    background: #003260;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 22px;
}
.ziehharmonika2 .collapseIcon {
    top: 50%;
    font-size: 14px;
}
.share-faq ul{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;     
}
.share-faq ul li{
  margin-right: 10px !important;
}
/*.share-faq ul li a{*/
/*  display: inline-block;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*  padding: 4px 8px;*/
/*}*/
.share-faq ul li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 4px 8px;
    min-width: 32px;
    text-align: center;
}
.share-faq ul li:nth-child(1) a{
  background: #2855a8;
}
.share-faq ul li:nth-child(2) a{
  background: #26d367;
}
.ziehharmonika h3.active {
    margin-bottom: 21px;
    background: #16a1db;
}
.ziehharmonika .active .arrowDown {
    border-color: #16a1db transparent transparent transparent;
}
.VideoNav{
  border-bottom: 1px solid #ccc;
}
.VideoNav ul{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
}
.VideoNav ul li{
  margin-right: 15px;
  position: relative;
}
.VideoNav ul li:after{
  content: "|";
  position: absolute;
  right: -9px;
  top: 0;
  color: #131f55;
}
.VideoNav ul li:last-child:after{
  display: none;
}
.VideoNav ul li a{
  color: #131f55;
  display: block;
}
.VideoNav ul li a:hover{
  color: #16a1db;
}
.qty-box{
  border: 1px solid #ddd;
  width: 80px;
  margin: 10px 0;
  padding: 4px;
}

.question-box{
  padding: 15px;
  border-radius: 8px;
   -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  background: #fff;
}
.question-box .form-check{
  position: relative;
  margin: 10px 0;
  background:#f9f9f9b3;
  padding: 10px 15px;
  padding-left: 34px;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.question-box .form-check:hover{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.option-num{
  position: absolute;
  left: 12px;
  top: 8px;
}
.question{
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 15px;
}
.clock{
  font-size: 40px;
  padding: 5px;
  display: inline-block;
}
.question-total{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
  padding: 5px;
}
.question-total li a {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    margin: 0 5px 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #eee;
    border-radius: 50%;
    color: #1c3766;
    font-weight: 500;
}
.question-total li.noanswer a{
  background: #bd2130;
  color: #fff;
}
.question-total li.answer a{
  background: #008000;
  color: #fff;
}
.answer-small{
  background: #008000;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 36px;
}
.not-answer-small{
  background: #bd2130;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  line-height: 36px;
}
.badge{
  font-weight: 400;
  border-radius: 30px;
}
.question-step .badge{
  float: right;
}
.login-box{
  max-width: 600px;
  margin: 15px auto;
  border-radius: 10px;
  box-shadow: 0 0 6px #bcbcbc;
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.blue-bg-heading{
  background-color: #131f55;
  color:#fff !important;
  font-size:20px;
  padding:10px;
  text-align:center;
}
select.form-control{
  padding-right: 0 !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  height: 42px !important;
  padding: 4px 0 !important;
  border: 1px solid #e2e2e2 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
}

.modal-header{
  border-bottom: 0;
  background: #f1f1f1;
  padding: 10px 15px;
}

.modal-title{
  padding: 0;
}
.modal-footer{
  border-top: 0;
  padding: 10px 15px;
}
.top-tab {
    padding-top:22px;
    border-top:2px solid #aeabb4;
}
.top-tab ul{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-tab ul li{
  margin-bottom: 20px;
}
.top-tab ul li a{
  color: #000;
  font-size: 16px;
  padding: 4px 0px;
  border-bottom: 2px solid #fff;
  font-weight: 300;
  /*margin-right: 10px;*/
}
.top-tab ul li a:hover{
  color: #16a1db;
}
.top-tab ul li.active a{
  color: #000;
  font-weight: 700;
}
.status{
  background: #ffc107;
  color: #000;
  display: inline-block;
  padding: 4px 14px;
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ui-sortable-handle{
  cursor: move;
}
.table-bordered td, .table-bordered th {
  font-family: sans-serif;
}
.cal-icon{
  font-family: sans-serif;
}
.less-padding tr td{
  padding: 5px;
}
.heading2{
  background-color: #131f55;
  color:#fff !important;
  font-size:20px;
  padding:10px;
  text-align:center;
}

em.error {
  position: absolute;
  left: 22px;
  /*top: 36px;*/
  bottom: -14px;
  background: #fff;
  font-size: 10px;
  line-height: 1;
  color: #f00;
  letter-spacing: 0.5px;
  padding: 0 5px;
  font-weight: 600;
}
/* 28.02.2020 */
.success-story-details{
  text-align: left;
}
.success-story-details .success-person {
  margin: 0px;
  margin-bottom: 15px;
  border-radius: 0;
  position: absolute;
  top: 3px;
  right: 18px;
}
.success-story-details .success-story-text ul {
  justify-content: start;
  margin-bottom: 30px;
}
.main-cart-bx tr td{
  font-family: sans-serif;
}


/* 10.03.2020 */
.accordion_disable .FAQIconFinder{
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fullaccBlock {
  padding: 26px 46px 26px 39px;
  background: #fff;
  box-shadow: 3px 8px 23px rgb(0 0 0 / 30%);
  border-radius: 10px;
  margin-bottom: 30px;
}
.fullaccBlock .content-section {
  /*margin-top: 55px;*/
  margin-top: 35px;
}
.fullaccBlock .content-section p {
  font-size: 18px;
  font-weight: 700;
  color:#7D7987;
  margin: 0;
}
.fullaccBlock .content-section p + p {
  margin-top: 10px;
}
.fullaccBlock .content-section ul li {
    font-size: 16px;
  font-weight: 700;
  color:#7D7987;
  margin: 5px 0px;
}
.table tr td{
  padding: 4px 5px;
}
.table tr th{
  padding: 4px 5px;
}
#content h5{
  margin-bottom: 0;
  margin-top: 15px;
}
.answer-sheet-list ul li{
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  margin-bottom: 10px;
  background: #fff;
}
.answer-sheet-table tr td{
  border: none;
  padding: 4px;
}
.market-video .market-video-text {
  /*height: 94px;*/
  /*overflow: hidden;*/
  /*padding-top: 8px;*/
}
.market-video .market-video-text p {
  /*font-size: 16px;*/
  /*  line-height: normal;*/
  /*  color: #000;*/
  /*  display: -webkit-box;*/
  /*  -webkit-line-clamp: 3;*/
  /*  -webkit-box-orient: vertical;*/
  /*  overflow: hidden;*/
  /*  text-overflow: ellipsis;*/
}
.bannerpremioum .market-video-text {
  height: 54px;
  overflow: hidden;
}
.market-video .rec-book-img{
  height: 148px;
}
.market-video .rec-book-img img{
  height: 100%;
}

.total-cart-table tr td{
  padding: 10px 4px;
}
.Videostatistic{
  padding: 8px 0px 0px;
  margin-top: 15px;
/*  background: #f3f3f3;
  padding: 7px 10px;
  border: 1px solid #eee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-top: -6px;*/
}
.Videostatistic ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.Videostatistic ul li{
    
}
.w-share{
  position: absolute;
  top: 18px;
  left: 15px;
  padding: 7px 12px;
}
/* .w-share:after{
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #28a745;
  border-bottom: 6px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 0;
  transform: rotate(50deg);
} */
.filterby{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.filterby .btn{
  background: #eee;
  color: #222;
  margin: 0 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.filterby .btn.active{
  background: #16a1db;
  color: #fff;
}
.cms-content ul{
  padding-left: 30px;
}
.cms-content ul li{
  list-style-type: disc;
}
#image_demo{
    margin-left: auto; margin-right: auto;
    
}
.premade-sales .btn{
    width: 48%;
}
.website-tree li a{
    color: #131f55;
}



/*---- webinar page ------*/
.bebinar-list .card-header h2 button{
  font-size: 20px !important;
}
.bebinar-list .card-header h2 button:hover{
  text-decoration: none;
}
.bebinar-list .card-header h2 button:focus{
  text-decoration: none;
}
.bebinar-short-details{
  display: flex;
  margin-bottom: 0;
  margin-top: 5px;
}
.bebinar-short-details li{
  font-size: 15px;
  margin-right: 20px;
  position: relative;
  color: #636363;
}
.bebinar-short-details li:after{
  content: "|";
  color: #b5b5b5;
  position: absolute;
  top: 0;
  right: -12px;
}
.bebinar-short-details li:last-child:after{
  display: none;
}
.webinar-tittle{
  font-size: 20px !important;
}
.bebinar-date{
  font-size: 16px !important;
  margin-top: 6px;
}
.webinar-card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 10px 10px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.banner-caption{
  position: absolute;
  top: 33%;
  transform: translate(23%);
  width: 600px;
}
.banner-caption h3{
  font-size: 42px;
}
.thought-bx {
  position: relative;
  z-index: 2;
}


/*---- Assets Allocation page ------*/

.asset-allocation .form-control{
    border: 1px solid #ddd;
}
.investment-suitability .form-control{
    border: 1px solid #ddd;
    min-height: 42px;
}
.question-box .form-check {
    margin: 4px 0;
}
.asset-allocation .question-box{
    margin-bottom: 10px;
}
.result_exam{
    margin-top: 30px;
}
.pro_card{
   border: 1px solid #eee;
    padding: 10px;
    background: #fbfbfb;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.divs .question-box{
    margin-bottom: 15px;
}
.investment-suitability .question {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 18px;
}
.investment-suitability .form-check-inline {
    margin-right: 2px;
}
.investment-suitability .question-box .form-check {
    margin: 2px 0;
    padding: 2px 30px;
}
.investment-suitability .option-num {
    top: 2px;
}
.center-padding{
    padding: 0 15%;
}
.close-absolute{
    position: absolute;
    top: 10px;
    right: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: red;
    text-align: center;
    color: #fff;
    line-height: 18px;
    z-index: 2;
}
.relative{
    position: relative;
}
.btn-sm {
    height: 32px;
}
#custome_per_view{
    position: absolute;
    bottom: 8px;
    right: 116px;
}
#add_your_asset .d-flex{
    flex-wrap: wrap;
}

.download-app ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.download-app ul li {
    margin-right: 8px;
    margin-left: 8px;
}
.download-app ul li img {
    width: 148px;
}
.download-app h6 {
  font-size: 14px;
}
.fab{
    line-height: inherit !important;
}

/*.website-tree{
    padding-left: 30px;
}
.website-tree li{
    list-style-type: disc;
}*/
.website-tree tr th{
    background: #131f55;
    color: #fff;
}
.website-tree tr td a{
    color: #131f55;
}
.dnld-tool-image{
    width: 100%;
    overflow: hidden;
}
.dnld-tool-image ul li{
    width: 48.6%;
    margin: 10px;
    margin-left: 0;
    border: 1px solid #0f3d79;
}



/* Ananda's css start here */

.investmentAmountForm input[type="number"] {
  -moz-appearance: textfield;
}
.investmentAmountForm input[type="number"]::-webkit-outer-spin-button, 
.investmentAmountForm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.schemeAlloTable tbody td select,
.portfolioTopTable.mfCalcTable tbody td select {
  -webkit-appearance: none;
    -moz-appearance: none;
     /*background: #fff url('../images/select-notch.png') right 3% center no-repeat !important; */
    cursor: pointer;
}

.form-group label {
  font-weight: 500;
}
.form-group em {
  color: #f00;
}
.add-new-user-btn button {
  width: 114px;
}
.btn-cancel {
  background: none;
  border: 1px solid #000;
  color: #131f55;
}
.btn-cancel:hover {
  background: #ddd;
  border: 1px solid #000;
  color: #131f55;
}
.form-group .form-control {
  font-weight: 300;
}
.invoiceListTitle,
.invoiceListText {
  font-size: 14px;
  color: #000;
}
.invoiceListTitle {
  font-weight: 500;
}
.invoiceListText {
  font-weight: 300;
}
.invoiceList  {
  padding-right: 5px;
}
.invoiceCard .card-body {
  padding: 10px 24px 10px 16px;
  display: flex;
  align-items: center;
}
.downloadIcon {
  margin-left: auto;
}
.invoiceCard {
  margin-bottom: 10px;
}
.userManagementSearch .input-group {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.userManagementSearch .form-control {
  border: 0px;
  font-weight: 300;
  min-height: 45px;
  border-radius: .25rem 0px 0px .25rem;
}
.userManagementSearch .form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.btn:focus,
.page-link:focus {
  box-shadow: none;
}
.btn-search {
  padding: 0px;
  background-color: #e9eaf3;
  width: 46px;
  margin: 0px !important;
}
.btn-search .serchIcon {
  width: 24px;
}
.userManagementTop {
  margin-bottom: 30px;
}
.userManagementTop,
.userManagementSearch,
.addUserBtn {
  display: flex;
  align-items: center;
}
.addUserBtnText {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin-left: 10px;
}
.addUserBtn {
  margin-left: auto;
  width: 131px;
}
.userManagementSearch {
  width: calc(100% - 131px);
}
.userManagementCount {
  margin-left: 10px;
  width: 140px;
}
.userManagementIconList {
  margin-left: auto;
}
.userManagementIconList .userManagementIcon {
  margin-left: 15px;
}
.userManagementCard:nth-child(even) {
  background-color: #f0f1f6;
}
.userManagementPagination.pagination {
  justify-content: center;
  margin: 35px 0px;
}
.bannerpremioum .pagination {
    justify-content: center;
    margin-top:49px;
}
.bannerpremioum .page-link {
    border:0;
    background-color: transparent;
    font-size:16px;
    font-weight:300;
    color:#000;
    padding: 0.5rem 0.95rem;
}
.bannerpremioum .page-item.active .page-link {
    font-weight:700;
    color:#000;
    background-color: transparent;
}
.bannerpremioum .page-item.disabled .page-link {
    background-color: transparent;
}
.userManagementPagination.pagination .page-link {
  color: #131f55;
  font-size: 14px;
  padding: 5px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0,0,0,.125);
}
.userManagementPagination.pagination .paginationBFL .page-link {
  width: 88px;
}
.userManagementPagination.pagination .paginationFL .page-link {
  width: 58px;
}
.userManagementPagination.pagination .page-item.active .page-link {
  background-color: #e9eaf3;
  border-color: #e9eaf3;
}
.pagination li:first-child a, .pagination li:last-child a , .pagination li:first-child span, .pagination li:last-child span {
  font-size: 32px;
  line-height: 14px;
}
#permissionModal .linkAccountList li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  border-top: 1px solid #bebebe; 
  border-bottom: 1px solid #bebebe; 
  margin-top: -1px;
  height: 40px;
align-items: center;
}
#permissionModal .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: 0px;
}
#permissionModal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#permissionModal input:checked + .slider {
    background-color: #25a8e0;
}
#permissionModal .slider.round {
    border-radius: 34px;
}
#permissionModal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b1b5c7;
    -webkit-transition: .4s;
    transition: .4s;
}
#permissionModal input:checked + .slider::before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
#permissionModal input:checked + .slider::before {
    background-color: #fff;
    margin-left: -3px;
}
#permissionModal .slider.round::before {
    border-radius: 50%;
}
#permissionModal .slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 3px;
    margin-bottom: 3px;
}
#permissionModal .modal-header {
  background: none;
  position: relative;
  padding: 12px 20px;
}
#permissionModal .modal-header .modal-title {
  font-size: 22px;
  color: #131f55;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
#permissionModal .modal-header .close {
  padding: 0px;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: -8px;
  margin-top: -8px;
}
#permissionModal .linkAccountList li span {
  font-weight: 400;
  font-size: 14.5px;
  color: #000;
}
#permissionModal .modal-body {
  padding: 0px 20px 0px;
}
#permissionModal .btn-submit {
  background: none;
  font-size: 16px;
  color: #25a8e0;
  font-weight: 400;
}
#permissionModal .modal-footer {
  padding: 7px 20px;
}
#permissionModal .modal-content {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
button {
  outline: none !important;
}
.planCard {
  border: none;
}
.planCard .planCol {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #bebcc3;
}
/* .planCard .activePlanList .planCol:last-child .countPlan,
.planCard .activePlanList .planCol:last-child .countPlanTick {
    border-right: 1px solid #ddd;
}
.planCard .activePlanList .planCol:last-child .countPlanText {
    border-right: 1px solid #ddd;
} */
.planHeading {
    font-weight: 700;
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 28px;
    padding: 2px 6px;
    margin-left: -1px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 36px;
    text-transform: capitalize;
}
.planCard .row {
  margin: 0px;
}
.planCard .col-3,
.planCard .col-4,
.planCard .col-8 {
  padding: 0px;
}
.planPrice {
  font-weight: 700;
  font-size: 36px;
  color: #4089ed;
  text-align: center;
  line-height: 34px;
  padding: 4px;
  margin-left: -1px;
}
.gstText {
  font-weight: 400;
  font-size: 12px;
  color: #848199;
  text-transform: capitalize;
  line-height: 18px;
  text-align: center;
  padding: 4px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-bottom: 33px;
}
.allplnsb1 {
    background: #eff7ff;
    padding-bottom: 23px;
    border-radius: 0 0 15px 15px;
    box-shadow: 7px 18px 28px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
}
.topplan1 {
  background: #eff7ff;
  border-radius: 15px 15px 0 0;
  box-shadow: 7px 18px 28px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
}
.payNowBtn {
  padding: 30px 0px;
  text-align: center;
  padding-bottom: 60px;
}
.approvePlan {
  font-size: 17px;
  text-align: left;
  color: #848199;
  font-weight: 300;
  padding: 0px 16px;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 11px;
}
 .countPlan #minus1,
 .countPlan #plus1,
 .countPlan #minus2,
 .countPlan #plus2,
 .countPlan #minus3,
 .countPlan #plus3,
 .countPlan #minus4,
 .countPlan #plus4 {
  width: 20%;
  text-align: center;
 }
 .countPlan .countNumberPlan,
 .countPlan #number1,
 .countPlan #number2,
 .countPlan #number3,
 .countPlan #number4 {
  width: 20%;
  font-size: 16px;
  color: #131f55;
  font-weight: 600;
  text-align: center;
 }
 .countPlan {
  display: flex;
  justify-content: center;
  height: 58px;
    align-items: center;
 }
 .countPlan img {
  cursor: pointer;
 }
 .planAsk {
  margin-left: 10px;
  cursor: pointer;
 }
.btn-payNow,
.btn-payNow:hover {
  font-size: 14px;
  color: #fff;
  background-color: #4089ed;
  text-transform: capitalize;
  border-radius: 30px;
  margin: 0px auto;
  padding: 11px 30px;
}
.activePlanList {
  /*border: 1px solid #ddd;*/
  padding-bottom: 16px;
  margin-bottom: 10px;
  /*margin-top: 30px;*/
}
.topPayCOl {
    padding-right:0px;
    padding-left:0px;
}
.planCard .activePlanList .planCol::last-child {
    border-right: 1px solid #ddd;
}
.countPlanTick {
  text-align: center;
  height: 58px;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
}
.countPlanText {
  font-size: 16px;
  text-align: center;
  color: #131f55;
  font-weight: 600;
  text-align: center;
  height: 58px;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
}
.cartCard table, 
.cartCard th, 
.cartCard td {
  border-collapse: collapse;
  vertical-align: top;
}
.cartCard th, 
.cartCard td {
  padding: 8px 20px;
  text-align: left;    
}
.cartCard th {
  padding-bottom: 0px;
}
.cartTable {
  width: 100%;
}
.cartCard th,
.productGst {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.cartCard .productTitle,
.cartCard .productPrice,
.cartCard .productTotalPrice {
  font-weight: 600;
  font-size: 26px;
}
.cartCard .productTitle {
  color: #131f55;
}
.cartCard .productPrice {
  color: #16a1db;
}
.cartCard .productTotalPrice {
  color: #000;
}
.cartClose {
  cursor: pointer;
}
.cartCard th:last-child,
.cartCard td:last-child {
  width: 280px !important;
  text-align: left !important;
  border-left: 1px solid #ddd;
}
.cartCard th:nth-child(3),
.cartCard td:nth-child(3) {
  width: 60px;
  text-align: center;
}
.planCard.cartCard {
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}
.cartTable.cartTableProduct {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cartTable.cartTableCoupon tr:first-child td:first-child {
  background-color: #131f55;
  width: 260px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0px;
}
.cartTable.cartTableCoupon tr:first-child td:last-child {
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.productCouponTitle {
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #131f55;
    width: 260px;
    height: 56px;
    cursor: pointer;
    padding: 5px;
}
.couponForm {
    display: flex;
    align-items: center;
}
.productCouponField .form-control {
  /*min-height: auto;*/
  height: 56px;
  padding-right: 30px;
  border: none;
  background-color: #f0f1f5;
  color: #000;
}
.productCouponField .form-control::placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
.cartTable.cartTableCoupon tr:first-child td:nth-child(2) {
  background-color: #f0f1f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cartTable.cartTableProduct tr:last-child td {
  padding-top: 0px;
  padding-bottom: 15px;
  vertical-align: top;
}
.cartTable.cartTableCoupon tr:nth-child(2) {
  border: 1px solid #ddd;
}
.cartTable.cartTableCoupon tr:nth-child(2) td:first-child {
  vertical-align: middle;
}
.cartTable.cartTableCoupon tr:nth-child(2) td:last-child {
  background-color: #e6ebff;
  vertical-align: middle;
  height: 70px;
}
.cartCard .productTotalGrand {
  color: #131f55;
}
.continueShoppingLink {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
}
.cartTable.cartTableCoupon tr:last-child td:first-child {
  padding-left: 0px;
  vertical-align: middle;
}
.checkOut {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
.cartTable.cartTableCoupon tr:last-child td:last-child {
  border: 1px solid #ddd;
  background-color: #131f55;
  padding: 5px;
  vertical-align: middle;
  text-align: center !important;
  cursor: pointer;
  height: 70px;
}
.couponClose {
    width: 12px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    margin-right: 10px;
}
.productCouponField {
    position: relative;
    width: calc(100% - 260px);
}

.planTooltip {
  position: relative;
  padding-right:12px;
  color: #4089ed;
  font-size: 21px;
}

.planTooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #20272e;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -55px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 15px;
  font-weight:400;
  box-shadow: 1px 6px 4px #0a0a0a61;
}

.planTooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  z-index:99;
}

.planTooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.referanceTitle {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.referanceTitle span {
    color: #16a1db;
    font-weight: 500;
    margin-left: 15px;
}
.referanceTable.table thead th,
.referanceTable.table tbody td {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}
.referanceTableResponsive {
    border-radius: 5px;
    border: 1px solid #cacaca;
}
.referanceTable.table {
    margin-top: 0px;
    margin-bottom: 0px;
}
.referanceTable.table thead th {
    border-bottom: none;
    background-color: #bde5f6;
    padding: 12px 30px;
}
.referanceTable.table tbody tr:nth-child(even) {
    background: #f0f1f6;
}
.referanceTable.table tbody td {
    line-height: 18px;
    padding: 8px 30px;
    border-color: #dfdfdf;
}
.referanceTable.table tbody td:first-child {
    width: 60px;
    padding: 8px 0px 8px 20px;
}
.referanceTable.table tbody td span {
    color: #9f9f9f;
    font-size: 12px;
}
.referanceTable.table thead th:last-child,
.referanceTable.table tbody td:last-child{
    text-align: right;
}
.referanceTable.table thead th:nth-child(2), 
.referanceTable.table tbody td:nth-child(2) {
    padding-left: 10px;
}
.website-tree table tbody tr td:first-child {
    color: #131f55;
    font-weight: 600;
    width: 25%;
}
.website-tree table tbody tr td:last-child {
    color: #8c8c8c;
    font-weight: 400;
}
.website-tree table tbody tr td {
    padding: 10px 30px;
    vertical-align: middle;
}
.website-tree table tbody tr {
    cursor: pointer;
}
.website-tree table tbody tr:hover {
    background-color: #d0ecf8;
}
.headline.portfolioTitle {
    margin-top: 35px;
    border-bottom: 0px;
}
.portfolioTopTable thead tr {
    background-color: #75cdf3;
}
.portfolioTopTable thead tr th {
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding: 9px;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #929292;
}
.portfolioTopTable tbody tr td {
    border: 1px solid #929292;
    padding: 6px 8px;
    text-align: center;
    vertical-align: middle;
}
.portfolioBtn {
    border-radius: 6px;
    background: #131f55;
    border: 1px solid #131f55;
    padding: 4px 25px;
    margin: 20px auto 0px;
    height: 34px;
    display: block;
}
.myHolding .myHoldingTitle {
    font-size: 14px;
    color: #fff;
    background-color: #28a9e0;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    border: 1px solid #929292;
    line-height: 16px;
}
.myHolding .downloadImg {
    margin-left: auto;
    width: 14px;
    cursor: pointer;
}
.myHolding .myHoldingTitleOnly {
    width: calc(100% - 14px);
}
.myHolding .myHoldingTable {
    border: 1px solid #929292;
}
.myHolding .myHoldingTable thead th {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #929292;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
    background-color: #ddd;
    height: 40px;
    vertical-align: middle;
    padding: 6px 14px;
}
.myHolding .myHoldingTable tbody td {
    font-weight: 400;
    font-size: 12px;
    color: #000;
    border: 0px;
    padding: 2px 14px;
    height: 30px;
    vertical-align: middle;
    line-height: 16px;
    border: 1px solid #929292;
}
.myHolding.myHoldingLeft .myHoldingTable tbody tr td:last-child {
    text-align: center;
}
.myHolding .myHoldingTable tbody tr:nth-child(even) {
  background: #f0f1f6;
}
.myHolding {
    margin-top: 30px !important;
}
.myHolding.myHoldingRight .myHoldingTable thead th:last-child,
.myHolding.myHoldingRight .myHoldingTable tbody td:last-child {
    width: 22% !important;
}
.myHolding.myHoldingLeft .myHoldingTable thead tr th:last-child,
.myHolding.myHoldingLeft .myHoldingTable tbody tr td:last-child {
    width: 18%;
}
.myHolding.myHoldingLeft .myHoldingTable thead tr th:nth-child(2),
.myHolding.myHoldingLeft .myHoldingTable tbody tr td:nth-child(2) {
    width: 36%;
}
.myHolding.myHoldingRight .myHoldingTable thead th:nth-child(2), 
.myHolding.myHoldingRight .myHoldingTable tbody td:nth-child(2) {
    width: 26%;
}
.investmentOptionTitle {
    text-align: center;
    color: #3f3e3e;
    font-size: 14px;
    margin: 10px 0px 8px 0px;
}
.investmentOption {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  color: #3f3e3e;
}
.investmentOption input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.investmentOption .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #192459;
    margin-top: -8px;
}
.investmentOption.activeInvestment .checkmark {
  border: 1px solid #0075ff;
}
.investmentOption .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.investmentOption.activeInvestment .checkmark:after {
    display: block;
 	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0075ff;
	margin-top: -4px;
    margin-left: -4px;
}
.investmentOptionText {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cacaca;
}
.investmentOption.activeInvestment .investmentOptionText {
    background-color: #bde5f6;
}
.investmentAmountForm {
    margin-top: 18px;
}
.investmentAmountForm input {
    min-height: 40px;
    border: 1px solid #cacaca;
    width: calc(100% - 197px) !important;
    margin-left: 20px;
}
.schemeAlloTable thead th {
    font-size: 14px;
    color: #fff;
    background-color: #25a8e0;
    font-weight: 500;
    border: 1px solid #000;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}
.schemeAlloTable tbody td select.form-control,
.portfolioTopTable.mfCalcTable tbody td select.form-control {
    min-height: auto;
    border: 0px;
    padding: 0px;
    height: 30px;
    background-color: #e6ebff !important;
}
.schemeAlloTable tbody td {
    background-color: #e6ebff;
    border: 1px solid #000;
    vertical-align: middle;
    height: 40px;
}
.schemeAlloTable tbody td .form-group,
.portfolioTopTable.mfCalcTable tbody td .form-group {
    position: relative;
    padding-right: 20px;
    width: 100%;
}
.schemeSelectNotch {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 0px;
    margin-right: 4px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 0;
}
.schemeAlloTable tbody tr:last-child td {
    background: #fff;
    border: 1px solid #cacaca;
}
.schemeAlloTable thead tr th:last-child, 
.schemeAlloTable tbody tr td:last-child {
    min-width: 28%;
}
.schemeAlloTable tbody tr:last-child td select.form-control {
    background-color: #fff !important;
}
.schemeSelect {
    margin-top: 26px;
}
.schemeSelect .addSchemeBtn {
    align-self: end;
}
.addSchemeBtn .add_button {
    padding: 7px 20px;
}
.downloadbtn {
    border-radius: 9px;
    background: #131f55;
    border: 1px solid #131f55;
    line-height: 14px;
}
.savedBtn {
    border-radius: 9px;
    background: #16a1db;
    border: 1px solid #131f55;
    line-height: 14px;
}
.allSchemeBtn {
    border-bottom: 1px solid #ccc; 
    padding: 28px 0px 60px;
}
.investmentPie {
    text-align: center;
}
.investmentAllocationCol {
    align-self: center;
}
.investmentAllocationTable thead th {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #28a9e0;
    text-align: center;
    height: 40px;
    border: none;
    vertical-align: middle;
}
.investmentAllocationTable tbody td {
    border: 1px solid rgba(19,31,85,0.4);
    font-size: 12px;
    color: #000;
    padding: 5px 25px;
    height: 46px;
    vertical-align: middle;
    text-align: center;
}
.investmentAllocationTable tbody tr td:first-child {
    text-align: left;
}
.investmentAllocationTable thead {
     border: 1px solid rgba(19,31,85,0.4);
}
.investmentAllocationTable tbody tr:nth-child(even) td  {
      background-color: #f0f1f6;
}
.allocationChartAll {
    margin: 35px 0px 5px;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable thead tr th:last-child,
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable tbody tr td:last-child {
    width: 18% !important;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable thead tr th:nth-child(2),
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable tbody tr td:nth-child(2) {
    width: 22%;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable thead tr th,
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable tbody tr td {
    border: 1px solid #929292;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable thead tr th {
    text-align: center;
}
.myHolding.investAllocTable .myHoldingTitle {
    border-bottom: 0px;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.schemeTable tbody tr:last-child td {
    font-weight: 600;
    font-style: italic;
}
.bar {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 30px 0px 24px;
}
.allocationSegmentTitle {
     font-weight: 700;
    font-size: 14px;
    color: #000;
}
.allocationSegment {
    display: flex;
    align-items: center;
    justify-content: center;
}
.allocationCheck {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin-bottom: 0px;
}
.allocationCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.allocationCheck .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
    width: 13px;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-top: 1px;
}
.allocationCheck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.allocationCheck input:checked ~ .checkmark:after {
  display: block;
}
.allocationCheck .checkmark:after {
  left: 4px;
  top: -4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.allocationSegment .allocationCheck {
    width: auto;
}
.allocationSegment .allocationCheck .checkmark {
    margin-top: 6px;
}
.allocationSegment .allocationCheck .checkmark,
.allocationSegment .allocationCheck .checkmark::after {
    border-color: #767676;
}
.allocationSegment .allocationCheck {
    padding-left: 26px;
}
.performanceTable .allocationSegment .allocationCheck .checkmark {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
    left: 50%;
    margin-left: -7.5px;
}
.performanceTable .allocationSegment .allocationCheck {
    padding-left: 0px;
    height: 40px;
    width: 100%;
}
.myHolding .myHoldingTable.performanceTable thead th {
    font-weight: 400;
    font-size: 14px;
}
.myHolding .myHoldingTable.performanceTable tbody td {
    height: 48px;
    text-align: center;
}
.myHolding .myHoldingTable.performanceTable tbody tr td:first-child {
    text-align: left;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable thead tr th:nth-child(2), 
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable tbody tr td:nth-child(2),
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable thead tr th:last-child, 
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable tbody tr td:last-child{
    width: auto !important;
}
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable thead tr th:first-child, 
.myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable tbody tr td:first-child {
    width: 30%;    
}
.factSheetTab {
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #929292;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.factSheetRow .factSheetCol:first-child {
    padding-right: 0px;
    margin-right: -1px;
}
.factSheetRow .factSheetCol:last-child {
    padding-left: 0px;
}
.navPriceBox .navPrice {
    font-weight: 600;
    font-size: 22px;
    color: #28a9e0;
    text-align: center;
    margin-bottom: 4px;
}
.navPriceBox .navText {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 18px;
}
.navPriceBox {
    border: 4px solid #131f55;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}
.navPriceBox:last-child {
    margin-bottom: 0px;
}
.navPriceBox .navPriceBottom .navPrice {
    font-size: 20px;
}
.riskoMeterTop {
    margin-top: 30px;
}
.investmentAllocationTable.riskoMeterTable tbody td {
    padding: 4px 18px;
    height: 35px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}
.investmentAllocationTable.riskoMeterTable tbody tr:nth-child(odd) td {
    background-color: #f0f1f6;
}
.investmentAllocationTable.riskoMeterTable tbody tr:nth-child(even) td {
    background-color: #fff;
}
.myHolding.riskoMeterTableAll .myHoldingTitle {
    font-weight: 700;
}
.myHolding.riskoMeterTableAll .myHoldingTable thead th,
.myHolding.riskoMeterTableAll .myHoldingTable tbody td {
    text-align: center;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoReturnTable thead th:first-child, 
.myHolding.riskoMeterTableAll .myHoldingTable.riskoReturnTable tbody td:first-child {
    text-align: left;
    width: 30%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoRatioTable tbody td:first-child {
    text-align: left;
    width: 40%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoRatioTable {
    margin-top: -1px;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoRatioTable tbody td {
    height: 32.2px;
}
.myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable tbody td {
    height: 42.4px;
}
.myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable thead tr th:last-child, 
.myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable tbody tr td:last-child {
    width: 6%;
}
.myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable thead tr th:nth-child(2), 
.myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable tbody tr td:nth-child(2) {
    width: 24%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoObjTable  {
    margin-top: -1px;
}
.myHolding.riskoMeterTableAll .myHoldingTable.riskoObjTable tbody td {
    text-align: left;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.myHoldingTable.sectorAlloTable .progress {
    height: 12px;
    background-color: #ebebeb;
    border-radius: 16px;
}
.myHoldingTable.sectorAlloTable .progress .progress-bar {
    background-color: #28a9e0;
}
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable tbody td:first-child {
    text-align: left;
}
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable tbody td:last-child {
    width: 18%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable tbody td:nth-child(2) {
    width: 46%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable.factStockCountTable tbody td:last-child {
    width: 34%;
}
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable.portfolioCapTable thead th:nth-child(2),
.myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable.portfolioCapTable tbody td:nth-child(2) {
    width: 28%;
}
.calculatorHeaderText {
    border-bottom: 1px solid #dfe2ee;
    background: #f7f7f7;
    padding: 12px 20px;
}
.investmentAmountForm.calcucatorNameForm label {
    font-weight: 600;
}
.investmentAmountForm.calcucatorNameForm input {
    width: calc(100% - 109px) !important;
}
.investmentAmountForm.calcucatorNameForm {
    margin-top: 30px;
}
.calcucatorCheck .allocationSegment .allocationSegmentTitle {
    font-weight: 600;
}
.calcucatorCheck .allocationSegment {
    justify-content: left;
    margin-right: 20px;
    margin-bottom: 2px;
}
.calcucatorCheck {
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.portfolioTopTable.mfCalcTable thead tr th {
    font-size: 14px;
    font-weight: 500;
    background: #25a8e0;
    border: 1px solid rgba(19,31,85,0.4);
}
.portfolioTopTable.mfCalcTable tbody tr td,
.portfolioTopTable.mfCalcTable tbody td select.form-control {
    background-color: #f0f1f6 !important;
    font-size: 12px;
    color: #000;
}
.portfolioTopTable.mfCalcTable thead tr:nth-child(2) th {
    background: #ddd;
    color: #000;
    font-size: 12px;
    white-space: nowrap;
}
.allocationSegment.mfTableCheck .allocationCheck {
    padding-left: 20px;
}
.allocationSegment.mfTableCheck .allocationCheck .checkmark {
    margin-top: -6px;
    background-color: #fff;
}
/* .portfolioTopTable.mfCalcTable thead tr:first-child th, */
.portfolioTopTable.mfCalcTable tbody tr td:first-child {
    width: 12%;
}
/* .portfolioTopTable.mfCalcTable thead tr:nth-child(3) th, */
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(3) {
    width: 30%;
}
/* .portfolioTopTable.mfCalcTable thead tr:nth-child(2) th, */
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(4),
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(5),
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(6),
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(7),
.portfolioTopTable.mfCalcTable tbody tr td:nth-child(8) {
    width: 8%;
}
.allocationSegment.mfTableCheck {
    justify-content: left;
}
.portfolioTopTableText {
    text-align: left;
    color: #000;
    line-height: 16px;
    border: 1px solid #929292;
    padding: 6px 8px 18px;
    margin-top: -1px;
    font-size: 12px;
}
.allSchemeBtn.calcucatorBtn {
    padding-top: 25px;
    padding-bottom: 0px;
    border-bottom: none;
}
.allSchemeBtn.calcucatorBtn {
    
}
.calcucatorText {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td, 
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody td select.form-control,
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td, 
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody td select.form-control {
    background-color: #f0f1f6 !important;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable thead tr th:first-child,
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td:first-child {
    width: 28%;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable thead tr th:last-child,
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td:last-child {
    width: auto;
}
.calsSubmitBtn .savedBtn {
    border: 0px;
    padding: 7px 34px;
    border-radius: 20px;
    height: 34px;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td:last-child,
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td:nth-child(2),
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td:last-child {
    text-align: left;
    line-height: 16px;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td,
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td {
    padding-bottom: 18px;
}
.portfolioTopTable.mfCalcTable {
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.portfolioTopTable.mfCalcTable thead tr th,
.portfolioTopTable.mfCalcTable tbody tr td {
    border-left: 0px;
}
.portfolioTopTable.mfCalcTable tbody tr td:first-child {
    border-left: 1px solid #929292;
}
.portfolioTopTable.mfCalcTable thead tr th:first-child {
    border-left: 1px solid rgba(19,31,85,0.4);
}
.portfolioTopTable.mfCalcTable.mfCalcTableText tbody tr:nth-child(even) td {
    text-align: left;
    line-height: 16px;
    padding-bottom: 18px;
    background: #fff !important;
}
.portfolioTopTable.mfCalcTable .subMfCalcTable {
    margin: 10px -10px -10px -10px; 
    width: 105%;
}
.portfolioTopTable.mfCalcTable .subMfCalcTable tr th:last-child {
    border-right: 0px;
}
.portfolioTopTable.mfCalcTable table.subMfCalcTable tbody tr th {
    background: #ddd;
    color: #000;
    font-size: 12px;
}
.portfolioTopTable.mfCalcTable thead {
    position: relative;
    bottom: -6px;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable {
    border-spacing: 0px 11px;
    margin-top: -6px;
}
.portfolioTopTable.mfCalcTable.nonMfCalcTable thead {
    bottom: -12px;
}
.portfolioTopTable.mfCalcTable.insuranceCalcTable thead tr th:first-child, 
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td:first-child {
    width: 24%;
}
.portfolioTopTable.mfCalcTable.insuranceCalcTable thead tr th:nth-child(2), 
.portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td:nth-child(2) {
    width: 18%;
}

.mfliketbl {
    border: 1px solid #b5b3b3 !important;
    border-top: 0px solid #b5b3b3 !important;
}
.mfliketbl thead tr th {
    background-color: #c3c3c3;
}
.mfliketbl tbody tr td {
    padding: 5px 4px !important;
    line-height: 14px !important;
    font-size: 11px !important;
    vertical-align: middle;
}
.mfliketbl thead tr th {
    padding: 9px 4px !important;
    text-align: center;
    line-height: 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding-right: 16px !important;
    border-bottom: 1px solid #111 !important;
    vertical-align: middle;
}
.mfliketbl tbody tr td + td, .mfliketbl thead tr th + th {
    border-left: 1px solid #b5b3b3;
}
.mfliketbl tbody tr:nth-child(even) {
    background-color: #f0f1f6;
}
.downloadButton {
    border-radius: 9px;
    background: #131f55;
    border: 1px solid #131f55;
    line-height: 17px;
}
.campairButton {
    border-radius: 9px;
    background: #a2d2f7;
    border: 1px solid #131f55;
    line-height: 17px;
}
.sv-calendar,
.sv-like {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
}
.sv-calendar img,
.sv-like img {
    padding-right: 6px;
    margin-top: -2px;
}
.sv-watch {
    font-size: 15px;
    position: absolute;
    bottom: 9px;
    right: 0px;
    background-color: rgba(255,255,255,0.85);
    padding: 2px 14px;
    border-radius: 6px 0px 0px 6px;
    color: #000;
}
.sv-text {
    /*font-weight: 300;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*padding: 0px 26px;*/
    /*line-height: 20px;*/
    /*height: 80px;*/
    /*overflow: hidden;*/
    /*margin-bottom: 20px;*/
}
.storeDetailsBanner h2 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bar2 {
    width: 50px;
    height: 3px;
    background-color: #000;
}
.productPrice {
    font-weight: 700;
    font-size: 24px;
    margin: 18px 0px 14px;
}
.productPrice2 {
    font-size: 16px;
    margin: 0px;
}
.storeDetailsBanner .productSummary {
    font-weight: 300;
    margin: 18px 0px 30px;
    font-size: 16px;
}
.productPrice.productPrice2 span {
    font-size: 22px;
}
.btn-view {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 10px;
    margin-right: 10px;
    color: #458FF6;
    border-color: #458FF6;
    font-weight: 700;
    border-width: 1px;
}
  .qtyOfProduct input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qtyOfProduct input[type=number]::-webkit-inner-spin-button,
.qtyOfProduct input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.qtyOfProduct {
  border: none;
  display: inline-flex;
  background: #F6F7F8;
  border-radius: 4px;
}

.qtyOfProduct,
.qtyOfProduct * {
  box-sizing: border-box;
}
.qtyOfProduct button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 46px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.qtyOfProduct button:before,
.qtyOfProduct button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #33A0FF;
  transform: translate(-50%, -50%);
}
.qtyOfProduct button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qtyOfProduct input[type=number] {
  font-family: sans-serif;
  max-width: 42px;
  padding: 5px;
  border: none;
  font-size: 18px;
  color: #262626;
  height: 46px;
  font-weight: 400;
  text-align: center;
  background: #F6F7F8;
}
.storeDetailsBanner .btn-view {
    font-weight: 700;
}
.btn-cart {
    background-color: #458FF6;
    color: #fff;
    border-color: #458FF6;
    margin: -2px 0px 0px 32px;
    padding: 5px;
    width: 160px;
    height: 50px;
}
.productInfoTab .nav-tabs,
.productInfoTab .nav-tabs .nav-link,
.productInfoTab .nav-tabs .nav-item.show .nav-link, 
.productInfoTab .nav-tabs .nav-link.active,
.productInfoTab .nav-tabs .nav-link:focus, 
.productInfoTab .nav-tabs .nav-link:hover {
    border: none;
}
.productInfoTab .nav-tabs  {
    justify-content: center;
}
.productInfoTab .nav-tabs .nav-link {
    color: #7D7987;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #fff;
    padding: 5px;
    margin: 0px 20px;
}
.productInfoTab .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}
.addInfoDetails ul li:first-child {
    font-weight: 700;
    width: 38%;
}
.addInfoDetails ul li:last-child {
    font-weight: 300;
    width: calc(100% - 38%);
}
.addInfoDetails ul {
    display: flex;
}
.addInfoDetails ul li {
    font-size: 16px;
    color: #7D7987;
    display: inline-block;
}
.productInfoTab .tab-content {
      margin-top: 50px;
}
.similarProducts .subHeadding {
    text-align: left;
}
.similarProducts h3.subHeadding::after {
    left: 0%;
    margin-left: 0px;
}
.similarProducts .whatsnewblock {
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
}
.similarProducts {
    margin: 10px 0px 50px;
}
.similarProducts .whatsnewblock .similarProductsImg {
    border-radius: 30px;
}
.similarProducts .whatsnewblock .similarProductDetails {
    font-weight: 700;
    font-size: 16px !important;
    color: #458FF6;
    line-height: normal !important;
}
.similarProductPrice {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.similarProductDetailsAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 0px;
}
.similarProducts .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.similarProducts .owl-theme .owl-nav .owl-prev {
    left: -30px;
    background: url("../images/leftArrow.png") no-repeat center;
    width: 21px;
    height: 21px;
}
.similarProducts .owl-theme .owl-nav .owl-next {
    right: -30px;
    background: url("../images/rightArrow.png") no-repeat center;
    width: 21px;
    height: 21px;
}
.similarProducts .owl-theme .owl-nav .owl-prev .am-next,
.similarProducts .owl-theme .owl-nav .owl-next .am-prev {
    display: none;
}
.fullaccBlock .content-section p.pressLikeFaq {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.pressLikeFaq .ifa-business-faq-like {
    margin-right: 8px;
    margin-top: -2px;
}
.contactUsDetails .contactUsPh {
    display: flex;
    align-items: start;
}
.contactUsDetails .contactUsPh img {
    width: auto;
    margin-right: 8px;
    margin-top: 7px;
}
.contactUsDetails .contactUsPh,
.contactUsDetails .contactUsPh a {
    font-weight: 300;
    font-size: 24px;
    color: #3F3D56;
    line-height: 30px;
}
.contactUsDetails {
    margin-bottom: 30px;
}
.getInTouchAll h3.subHeadding::after,
.mostViewed h3.subHeadding::after {
    display: none;
}
.getInTouchForm .cont-info-box {
    box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
    border-radius: 14.0699px;
    padding: 44px 65px 33px;
    background: #fff;
}
.btn-explore.btnSubmit {
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    background: #458FF6;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    width: 194px;
    height: 50px;
}
.contactMemberTop {
    padding-top: 80px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-bottom: 54px;
}
.mostViewed .top-rated-bx .top-rated-img {
    float: none;
    margin: 0px auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.mostViewed .top-rated-bx ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding-top: 10px;
}
.mostViewed .top-rated-bx ul li {
    margin: 0px;
}
.mostViewed .top-rated-bx {
    padding: 0px 15px 20px;
    margin: 0px;
    /*box-shadow: 6.00804px 15.0201px 33.0442px 4.50603px rgba(0, 0, 0, 0.25);*/
    box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15.0201px;
}
.mostViewed .top-rated-bx .top-rated-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin: 0px auto;
    background: #ddd;
}
.mostViewed .top-rated-bx .top-rated-txt h4 {
    font-size: 18px;
    text-align: center;
    margin: 22px 0px 8px;
    height: 44px;
    overflow: hidden;
    border: none;
}
.mostViewed .top-rated-bx ul li i {
    color: rgba(69, 143, 246, 0.5);
}
.mostViewed .userName {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
}
.mostViewed .item {
    padding-top: 10px;
}
.mostViewed {
    padding: 0px 0px 55px;
}
.mostViewed .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}
.mostViewed .owl-carousel .owl-stage {
    margin-left: 15px;
}
.storyDetails {
    padding: 45px 0px 0px;
}
.storyDetails .success-person {
    width: 120px;
    height: 120px;
}
.storyDetails .success-person img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    background: #ddd;
}
.storyDetails .success-story {
    /*padding: 35px 15px;*/
    /*box-shadow: 7.57895px 18.9474px 41.6842px 5.68421px rgba(0, 0, 0, 0.25);*/
    /*border-radius: 18.9474px;*/
}
.storyDetails .success-story-text h6 {
    /*font-weight: 600;*/
    /*font-size: 24px;*/
    /*height: 60px;*/
    /*padding: 0px;*/
    /*color: #000;*/
    /*margin: 18px 0px 10px;*/
}
.storyDetails .success-story-text ul li {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.storyDetails .success-story-text ul {
    align-items: center;
}
.storyDetails .success-story-text p {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*color: #000;*/
    /*font-weight: 300;*/
    /*font-size: 16px;*/
}
.storyDetails .storyDetails-user {
    margin-bottom: 15px;
}
.storyDetails .storyDetails-address {
    justify-content: space-between;
    margin: 35px 0px 0px;
}
.mutualFundDetails .MfContain {
    float: none;
    width: 100%;
}
.mutualFundDetails .mutualFundDetailsView {
    color: #000;
    font-weight: 300;
    font-size: 14px;
}
.mutualFundDetailsIcon {
    text-align: center;
}
.mutualFundDetails.MutualFundCon ul li h6 {
    color: #000000;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0px 8px;
}
.mutualFundDetails.MutualFundCon ul li .btn-view {
    padding: 5px;
    box-shadow: none;
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    margin: 22px auto 2px;
    border: 1.645px solid #458FF6;
}
.mutualFundDetails.MutualFundCon ul li .mutualFundDetailsCard {
    padding: 15px;
    box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
    border-radius: 14.0699px;
    background: #fff;
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 30px;
    overflow: hidden;
}
.mutualFundDetails.MutualFundCon ul li p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.mutualFundDetails.MutualFundCon {
    padding-bottom: 70px;
}
.topInvestmentFaq h3 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000;
}
.topInvestmentFaqContainer {
    border-top: 1px solid #ccc;
}
.topInvestmentFaq .faqContentTitle h3 {
    font-size: 18px;
    text-align: left;
    padding-right: 0px;
    width: calc(100% - 135px);
}
.topInvestmentFaq {
    padding: 35px 0px 0px;
}
.topInvestmentFaq .fullaccBlock:last-child {
    margin-bottom: 20px;
}
.topInvestmentFaq .accordion_disable {
    padding-top: 45px;
}
.shoppingCartBannaer .btn-view {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 0px;
    font-size: 21px;
    width: 270px;
    height: 60px;
    padding: 5px;
    font-weight: 700;
}
.shoppingCartBannaer .btn-view:hover {
    color: #458FF6;
    background-color: #fff;
}
.cartAdjBox.main-cart-bx {
    border-radius: 0px;
    box-shadow: none;
    background: none;
}
.cartAdjBox .lft-cart-prt {
    width: 58%;
    padding: 0px;
}
.cartAdjBox .rt-cart-prt {
    width: 42%;
    padding: 60px 40px 35px;
    background: rgba(196, 196, 196, 0.2);
}
.cartAdjBox .cart-table table tr th {
    color: #22262A;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #F6F7F8;
    height: 55px;
    vertical-align: top !important;
}
.cartAdjBox .cart-table {
    margin-top: 0px;
    padding-right: 26px;
}
.cartAdjBox .cart-table table tr th:first-child {
    padding-left: 40px;
}
.cartAdjBox .cart-table table tr th:first-child,
.cartAdjBox .cart-table table tr td:first-child {
    width: 25%;
    text-align: left;
}
.cartAdjBox .pro-txt h3 {
    font-weight: 700;
    color: #000;
}
.cartAdjBox .cart-table a {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12.433px;
}
.cartAdjBox .pro-txt {
    position: relative;
    padding-left: 35px;
    min-height: 24px;
    display: flex;
    align-items: center;
}
.cartAdjBox .cart-table table tr td {
    color: #262626;
    font-weight: 400;
    font-size: 18px;
    height: 210px;
    border-bottom: 1px solid #F6F7F8;
}
.qtyOfProduct.stepper--style-3 {
    max-width: 120px;
    padding-left: 40px;
    padding-right: 40px;
}
.qtyOfProduct.stepper--style-3 [spinner-button="up"], .qtyOfProduct.stepper--style-3 [spinner-button="down"] {
    width: 40px;
}
.qtyOfProduct .stepper__input:focus {
    box-shadow: none;
}
.cartAdjBox .cart-table table tr th,
.cartAdjBox .cart-table table tr td {
    text-align: center;
    vertical-align: middle;
}
.couponInput {
    border: 2px solid #458FF6;
}
.couponInput .form-control {
    height: 58px !important;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    background: #F7F7F7;
}
.couponInput .form-control::placeholder {
    font-size: 16px;
    color: #262626;
    opacity: 0.5;
    font-weight: 400;
}
.couponInput .btn-explore {
    border-radius: 0px;
    width: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #458FF6;
    margin-bottom: 0px;
}
.couponAlertMsg {
    color: red;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.cartAdjBox .rt-cart-prt ul li {
    font-weight: 400;
    font-size: 18px;
    color: #262626;
    text-transform: capitalize;
    margin: 0px;
}
.membershipPt {
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.membershipPt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.membershipPt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22.5px;
  width: 22.5px;
  border: 2px solid #458FF6;
}

/* On mouse-over, add a grey background color */
/*.membershipPt:hover input ~ .checkmark {*/
/*  background-color: #ccc;*/
/*}*/

/* When the checkbox is checked, add a blue background */
/*.membershipPt input:checked ~ .checkmark {*/
/*  background-color: #2196F3;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
.membershipPt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.membershipPt input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.membershipPt .checkmark:after {
  left: 6px;
    top: 0px;
    width: 8px;
    height: 14px;
  border: solid #458FF6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cartAdjBox .total-prt {
    margin-top: 20px;
    border-top: 2px solid #b6b6b6;
}
.cartAdjBox .total-prt ul {
    margin-top: 12px;
}
.cartAdjBox .total-prt ul li {
    color: #22262A;
    font-weight: 700;
}
.btn-explore.btn-checkOut {
    width: 100%;
    height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #458FF6;
    border-radius: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    margin-top: 38px;
    cursor: pointer;
}
.cartPaymentBox .rt-cart-prt {
    width: 37%;
    background: rgba(196, 196, 196, 0.2);
    padding: 25px 8px 0px;
    border-radius: 0px 14.0699px 14.0699px 0px;
}
.cartPaymentBox .lft-cart-prt {
    width: 63%;
    padding: 25px 60px 60px;
}
.cartPaymentBox .headline {
    color: #3F3D56;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    border-bottom: none;
    padding: 0 0 25px;
}
.cartPaymentBox .info-form .form-group {
    margin-bottom: 35px;
}
.cartPaymentBox .info-form .form-control {
    font-size: 18px;
    color: #3F3D56;
}
.cartPaymentBox .info-form textarea.form-control {
    height: 48px;
}
.cartPaymentBox .info-form .form-control::placeholder {
    color: #3F3D56;
    opacity: 0.6;
}
.cartPaymentBox .info-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/selectNotch.png') right 4% top 20px no-repeat !important;
}
.cartPaymentBox .total-cart-table tr:first-child td {
    border: none;
    font-weight: 500;
    font-size: 22px;
    color: #22262A !important;
    text-align: center !important;
    padding: 26px 4px 15px;
}
.cartPaymentBox .total-cart-table tr td {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    vertical-align: middle;
    /*height: 70px;*/
    height: auto;
    padding: 10px;
}
.cartPaymentBox .total-cart-table tr td:last-child {
    color: #262626;
    text-align: right;
    min-width: 120px;
}
.cartPaymentBox .btn-explore.btn-checkOut {
    width: 90%;
    margin: 56px auto 25px;
    cursor: pointer;
}
.main-cart-bx.cartPaymentBox {
    box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
    border-radius: 14.0699px;
}
.yourOrderTable {
    min-height: 480px;
}
.newsletter .owl-theme .owl-dots .owl-dot.active span, 
.newsletter .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid #fff;
  background: #fff;
  opacity: 1;
}
.newsletter .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.3;
  margin: 0px 8px
}
.newsletter .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -50px;
  z-index: 9;
  position: relative;
}
.category-box.categoryList .cate-list li::before {
    display: none;
}
.category-box.categoryList .cate-list li {
    display: inline-block;
    background: none;
    padding: 10px 25px;
}
.category-box.categoryList {
    box-shadow: none;
    margin-bottom: 60px;
    margin-top: -33px;
}
.category-box.categoryList .cate-list li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.blog-bx.blogSection .date {
    position: relative;
    left: auto;
    top: auto;
    border-radius: 0px;
    padding: 0px;
    background: none;
    font-weight: 300;
    color: #000;
}
.blog-bx.blogSection .blog-txt {
    /*padding: 12px 26px 30px;*/
    padding: 5px 26px 30px;
}
.blog-bx.blogSection .blog-txt h3 {
    /*font-weight: 700;*/
    /*font-size: 21px;*/
    /*color: #000;*/
    /*height: 54px;*/
    /*margin-top: 10px;*/
}
.blog-bx.blogSection .blog-txt p {
    /*font-weight: 300;*/
    /*font-size: 14px;*/
    /*color: #7D7987;*/
    /*line-height: normal;*/
    /*margin-top: 15px;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.blog-bx.blogSection .blog-txt a {
    color: #458FF6;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0px;
    width: auto;
    justify-content: center;
}
.blog-bx.blogSection .blogBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.blog-bx.blogSection .blog-img {
    height: 220px;
}
.blog-bx.blogSection {
    /*box-shadow: 9px 10px 20px rgba(229, 233, 246, 0.8);*/
    box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    background: #fff;
    margin-bottom: 30px;
}
.allBlogTogether {
    /*padding: 0px 65px;*/
    padding: 0px 45px;
}
.membershipPoints {
    color: #7D7987;
    margin-top: 20px;
    text-align: left;
}
.pointsClaimed {
    color: #458FF6;
    margin-top: -15px;
}
.gstValue {
    margin: 20px 0px -15px;
}
.webinarsCard .webinarsCardLeft {
    width: 205px;
    min-height : 206px;
}
.webinarsCard .webinarsCardRight {
    width: calc(100% - 205px);
    padding: 0px 40px 0px 25px;
}
.webinarsCard .webinarsCardLeft .webinarsImg,
.webinarsCard .webinarsCardLeft .webinarsImg img {
    width: 100%;
    height: auto;
}
.webinarsCard .webinarsCardLeft .webinarsImg img {
    object-fit: contain;
    background: #dddddd30;
}
.webinarsTitle {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}
.webinarsText,
.bookRecAll .rec-book-text p {
    font-weight: 300;
    font-size: 16px;
    color: #7D7987;
    margin-top: 15px;
    line-height: normal;
}
.webinarsTimeDetails li span {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.59);
}
.webinarsCardRight .wlink {
    font-weight: 700;
    font-size: 16px;
    color: #458FF6;
}
.webinarsTimeDetailsAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails {
    display: flex;
    align-items: center;
}
.webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails li {
    margin-right: 45px;
}
.webinarsCard {
      padding: 30px;
      background: #FFFFFF;
      box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
      border-radius: 14px;
      position: relative;
      cursor: pointer;
      margin-bottom: 30px;
}
.webinarsCard .webinarsContent {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
}
.webinarsCard .notchWebinars {
    position: absolute;
    top: 30px;
    right: 30px;
}
.webinarsCard .programmeDetails {
    display: none;
    margin-top: 30px;
}
.webinarsCard.webinarsCardExpand .notchWebinars {
    transform: rotateZ(180deg);
}
.webinarsCard.webinarsCardExpand .webinarsCardLeft {
  width: 422px;
  min-height: 424px;
}
.webinarsCard.webinarsCardExpand .webinarsCardRight {
  width: calc(100% - 422px);
  padding: 0px 50px 0px 85px;
}
.webinarsCard.webinarsCardExpand .webinarsContent {
    min-height: 380px;
}
.webinarsCard.webinarsCardExpand .programmeDetails {
    display: block;
}
.webinarsCardAll {
    /*margin-top: 70px;*/
}
.userHeadding {
  font-size: 21px;
    font-weight: 700;
    padding: 0px;
    position: relative;
    text-align: center;
    color: #000;
    margin: -5px 0px 45px
}
.lft-pnl2.userLeftMenu {
    background: #FFFFFF;
    box-shadow: 6.92874px 17.3219px 38.1081px 5.19656px rgba(0, 0, 0, 0.25);
    border-radius: 7.38679px;
}
.lft-pnl2.userLeftMenu ul li {
    border-bottom: 0.5px solid #DDDDDD;
}
.lft-pnl2.userLeftMenu ul li a {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 12px 12px 12px 55px;
}
/* new design biswanath */
.lft-pnl2.userLeftMenu ul li#cover_page_li a {
  background: #fff url(../images/coverpage_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#calculator_li a {
  background: #fff url(../images/calculator_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#mf_research_li a {
  background: #fff url(../images/mfresearch_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#sales_presenter_li a {
  background: #fff url(../images/salesrepre_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#suitability_profiler_li a {
  background: #fff url(../images/suitablity_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#welcome_letter_li a {
  background: #fff url(../images/welcomeletter_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#readymade_protfolio_li a {
  background: #fff url(../images/readymade_library.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li#purchased_video_li a {
  background: #fff url(../images/salesrepre_library.png) no-repeat center left 10px;
}

.lft-pnl2.userLeftMenu ul li#cover_page_li a:hover, .lft-pnl2.userLeftMenu ul li#cover_page_li.active a {
  background: #458FF6 url(../images/coverpage_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#calculator_li a:hover, .lft-pnl2.userLeftMenu ul li#calculator_li.active a {
  background: #458FF6 url(../images/calculator_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#mf_research_li a:hover, .lft-pnl2.userLeftMenu ul li#mf_research_li.active a {
  background: #458FF6 url(../images/mfresearch_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#sales_presenter_li a:hover, .lft-pnl2.userLeftMenu ul li#sales_presenter_li.active a {
  background: #458FF6 url(../images/salesrepre_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#suitability_profiler_li a:hover, .lft-pnl2.userLeftMenu ul li#suitability_profiler_li.active a {
  background: #458FF6 url(../images/suitablity_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#welcome_letter_li a:hover, .lft-pnl2.userLeftMenu ul li#welcome_letter_li.active a {
  background: #458FF6 url(../images/welcomeletter_library_white.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li#readymade_protfolio_li a:hover, .lft-pnl2.userLeftMenu ul li#readymade_protfolio_li.active a {
  background: #458FF6 url(../images/readymade_library_white.png) no-repeat center left 10px;
  color: #fff;
}

.lft-pnl2.userLeftMenu ul li#purchased_video_li a:hover, .lft-pnl2.userLeftMenu ul li#purchased_video_li.active a {
  background: #458FF6 url(../images/salesrepre_library_white.png) no-repeat center left 10px;
  color: #fff;
}
/* new design biswanath */
.lft-pnl2.userLeftMenu ul li.active a {
  background-color: #458FF6;
}
.lft-pnl2.userLeftMenu ul li.userProfile a {
    background: #fff url(../images/userProfile.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userProfile.active a {
    background: #458FF6 url(../images/userProfile_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.userDisplay a {
    background: #fff url(../images/userDisplay.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userDisplay.active a {
    background: #458FF6 url(../images/userDisplay_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.userManagement a {
    background: #fff url(../images/userManagement.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userManagement.active a {
  background: #458FF6 url(../images/userManagement_a.png) no-repeat center left 10px;
  color: #fff;
}
.lft-pnl2.userLeftMenu ul li.whitelist a {
  background-image: url(../images/whitelistIcon_normal.png), url(../images/whitelist-dimond_normal.png);
  background-repeat: no-repeat;
  background-position: center left 10px, center right 10px;
  background-color: #fff;
}
.lft-pnl2.userLeftMenu ul li.whitelist.active a {
  background-image: url(../images/whitelistIcon.png), url(../images/whitelist-dimond.png);
  background-repeat: no-repeat;
  background-position: center left 10px, center right 10px;
  color: #fff;
  background-color: #458FF6;
}

.lft-pnl2.userLeftMenu ul li.userSubs a {
    background: #fff url(../images/userSubs.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userSubs.active a {
    background: #458FF6 url(../images/userSubs_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.userOrder a {
    background: #fff url(../images/userOrder.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userOrder.active a {
    background: #458FF6 url(../images/userOrder_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.userMembers a {
    background: #fff url(../images/userMembers.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userMembers.active a {
    background: #458FF6 url(../images/userMembers_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.userChangePass a {
    background: #fff url(../images/userChangePass.png) no-repeat center left 10px;
}
.lft-pnl2.userLeftMenu ul li.userChangePass.active a {
    background: #458FF6 url(../images/userChangePass_a.png) no-repeat center left 10px;
    color: #fff;
}
.lft-pnl2.userLeftMenu ul li.logout a {
    background: #fff url(../images/logout.png) no-repeat center left 10px;
}
.userManagementRight {
    padding-left: 40px;
}
.userManagementRight .btn-search {
    background: none;
    width: 70px;
}
.userManagementRight .userManagementSearch .input-group {
    background: #F7F7F7;
    border: 2px solid #458FF6;
    width: 382.5px;
}
.userManagementRight .userManagementSearch .form-control {
    background: #F7F7F7;
    min-height: 54px;
    color: #262626;
    font-weight: 300;
    font-size: 16px;
    padding-left: 25px;
}
.userManagementRight .btn-search .serchIcon {
  width: auto;
}
.userManagementRight .userManagementSearch .form-control::placeholder {
    color: #262626;
    opacity: 0.5;
    font-weight: 300;
    font-size: 16px;
}
.userManagementRight .userManagementSearch {
    width: auto;
}
.banner-btn.userBtn {
    padding: 5px !important;
    width: 194px;
    /*height: 50px;*/
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
}
.userUpdrade .cartTable.cartTableProduct {
    border: none;
}
.footerGps {
    background: url(../images/foot_loca_icon.png) no-repeat center left;
    padding-left: 35px;
}
.footerMail {
    background: url(../images/foot_add_icon.png) no-repeat center left;
    padding-left: 35px;
}
.footerPh {
    background: url(../images/foot_call_icon.png) no-repeat center left;
    padding-left: 35px;
}
.orderRight {
    /*padding-left: 10px;*/
    padding-left: 42.5px;
}
.orderTable table thead tr th {
    font-weight: 700;
    font-size: 13px;
    color: #FFF;
    background: #458FF6;
    border: 0px;
    position: sticky;
    top: 0px;
}
.orderTable {
    background: #FFFFFF;
    box-shadow: 5.16537px 12.9134px 28.4096px 3.87403px rgba(0, 0, 0, 0.25);
    border-radius: 12.9134px;
    height: 400px;
}
.orderTable table {
    margin: 0px;
}
.orderTable table thead tr th,
.orderTable table tbody tr td {
    padding: 4px 25px;
    height: 45px;
    vertical-align: middle;
    line-height: normal;
}
.orderTable table tbody tr td {
    border-bottom: 0.917808px solid rgba(0, 0, 0, 0.25);
    font-weight: 300;
    font-size: 12px;
    color: #3F3D56;
}
.subscriptionTable.orderTable .badge {
    padding: 0px;
    font-weight: 700;
    font-size: 12px;
}
.subscriptionTable.orderTable .badge.badge-success {
    color: #27AE60;
    background: none;
}
.subscriptionTable.orderTable .badge.badge-danger {
    color: #F2994A;
    background: none;
}
.subscriptionTable.orderTable .subscriptionView,
.subscriptionTable.orderTable .subscriptionInvoice {
    font-weight: 700;
    margin: 0px 6px;
    color: #458FF6;
}
.subscriptionTable.orderTable .subscriptionInvoice {
    color: #7D7987;
}
.subscriptionTable.orderTable table thead tr th:last-child,
.subscriptionTable.orderTable table tbody tr td:last-child {
    text-align: center;
}
.orderRight .banner-btn {
    width: 194px;
    /*height: 50px;*/
    height: 50px;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscriptionBtnAll {
    margin: 90px 0px 30px;
}
.subscriptionBtnAll .subscriptionBtnRight {
    justify-content: end;
    display: flex;
}
.personalInfoForm {
    background: #FFFFFF;
    box-shadow: 5.15522px 12.888px 28.3537px 3.86641px rgba(0, 0, 0, 0.25);
    border-radius: 12.888px;
    padding: 52px 78px 48px;
}
.personalInfoForm .form-row > [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}
.personalInfoForm .form-row {
    margin: 0px;
}
.personalInfoForm .form-group .form-control::placeholder {
    color: rgba(63, 61, 86, 0.4);
}
.personalInfoForm .form-group .form-control {
    min-height: 42px;
    border-bottom: 0.916004px solid rgba(0, 0, 0, 0.25);
}
.personalInfoForm .form-group {
  margin-bottom: 40px;
}
.personalInfoForm .note-for-logo {
  font-size: 12px;
  margin-top: 15px;
  color: #000;
  line-height: 15px;
  font-weight: 300;
}
.uploadField .banner-btn.whitebg {
    font-size: 8px !important;
    width: 86px;
    height: 22px;
    padding: 2px !important;
    border-radius: 6px;
}
.uploadField span {
    color: rgba(63, 61, 86, 0.4);
    font-weight: 300;
    font-size: 14px;
}
.uploadField .uploadFile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uploadedLogoAll {
    position: relative;
    text-align: right;
}
.uploadedLogoAll .uploadedLogo {
    border: 0.458002px solid #000000;
    border-radius: 4.58002px;
    /*padding: 15px;*/
    padding: 20px;
    /*width: 250px;*/
    width: 80%;
}
.uploadedLogoAll .removeLogoIcon {
    position: absolute;
    right: 8px;
    top: 2px;
}
.uploadedLogoBtn {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}
.personalInfoForm.displaySettingForm {
    padding: 0px;
}
.personalInfoForm.displaySettingForm .formAlertTop {
    font-weight: 300;
    font-size: 12px;
    color: #FFF;
    background: #458FF6;
    border: none;
    border-radius: 12.847px 12.847px 0px 0px;
    padding: 10px 25px;
    margin: 0px;
}
.personalInfoForm.displaySettingForm .allFromRow {
    /*padding: 35px 35px 80px;*/
    padding: 35px 35px 48px;
}
.personalInfoForm.displaySettingForm .form-group {
  margin-bottom: 20px;
}
.membershipPt.displaySettionCheck {
    margin: 0px;
}
.membershipPt.displaySettionCheck .checkmark {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #458FF640;
    border: none;
    margin-top: -11.5px;
}
.membershipPt.displaySettionCheck .checkmark::after {
    width: 5px;
    height: 10px;
    left: 6px;
    top: 2px;
    border-color: #fff;
}
.membershipPt.displaySettionCheck input:checked ~ .checkmark {
  background: #458FF6;
}
.formCheeck {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.formCheeck label {
    margin-left: -12px;
}
.formCheeckAll {
    display: flex;
}
.personalInfoForm.displaySettingForm .form-row > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.personalInfoForm .form-row label {
    font-weight: 300;
    font-size: 12px;
    color: #3F3D56;
}
.displaySettionRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.displaySettionRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.displaySettionRadio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #458FF6;
  margin-top: -14px;
}
.displaySettionRadio:hover input ~ .checkmark {
  background-color: #458FF640;
}
.displaySettionRadio input:checked ~ .checkmark {
  background-color: #fff;
}
.displaySettionRadio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.displaySettionRadio input:checked ~ .checkmark:after {
  display: block;
}
.displaySettionRadio .checkmark:after {
 	top: 1.9px;
	left: 1.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #458FF6;
}
.personalInfoForm .form-group.colorBrand .form-control {
    padding: 0px;
    border: none;
    min-height: 20px;
    height: 20px;
}
.bellowColorBrand {
    margin-top: 28px !important;
}
#customerSlide .owl-nav [class*="owl-"],
#whatsnew .owl-nav [class*="owl-"] {
    width: 26px;
    height: 17px;
}
#customerSlide .owl-nav .owl-prev,
#whatsnew .owl-nav .owl-prev {
    background: url(../images/arrowL.png) no-repeat center;
    }
#customerSlide .owl-nav .owl-next,
#whatsnew .owl-nav .owl-next {
    background: url(../images/arrowR.png) no-repeat center;
}
.SurveyCardAll .tools-box {
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    background: none;
    box-shadow: none;
    transition: none;
}
.SurveyCardAll h3,
.SurveyCardAll h3:hover,
.SurveyCardAll h5,
.SurveyCardAll table th {
    color: #000;
}
.SurveyCardAll h3 {
    font-weight: 600;
}
.SurveyCardAll p {
    color: #7D7987;
}
.SurveyCardAll table {
    margin-bottom: 0px;
}
.SurveyCardAll .table tr th,
.SurveyCardAll .table tr td {
    padding: 4px 12px;
    vertical-align: middle;
    text-align: center;
}
.SurveyCardAll .table tr th {
    border-bottom: 0px;
}
.SurveyCardAll .table tr th p,
.SurveyCardAll .table tr td p {
    margin: 0px;
    line-height: normal;
}
.surveyBackBtn {
    text-align: center;
    margin-top: 70px;
}
.surveyBackBtn .banner-btn {
    padding: 5px !important;
    height: 50px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.share-faq {
    margin-top: 10px;
}
.bookRecAll .rec-book-img {
    width: 100%;
    padding: 0px;
}
.bookRecAll .share-faq {
    margin-top: 30px;
}
.onlineStoreLink {
    /*margin: 30px 0px 20px;*/
    margin: 30px 0px 0px;
}
.rec-book-text .btn i {
    margin-right: 6px;
}
.rec-book-text .btn.banner-btn {
  margin-top: 0px;
  width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bookRecBtn {
    display: flex;
    margin-top: 30px;
}
.rec-book-text ul.bookRecDownloadCount li {
  width: 280px;
}
.rec-book-text ul.bookRecDownloadCount {
    margin-top: 5px;
}
.rec-book-text .btn.banner-btn,
.rec-book-text ul.bookRecDownloadCount li {
  margin-right: 15px;
}
.rec-book .share-faq ul {
    justify-content: normal;
    margin-bottom: 0px;
}
.rec-book .share-faq ul li:last-child {
    margin-right: 0px !important;
}
.allTools .mutualFundDetailsCard i {
    color: #458FF6;
    font-size: 40px;
    padding: 15px 0px;
}
.allTools .mutualFundDetailsIcon {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stationery-box.famousQuotesBox .stationery-btn a {
    width: 45%;
}
.famousQuotesDetails {
    padding: 30px 20px 20px !important;
    /*margin-bottom: 15px;*/
}
.famousQuotesDetails .stationery-btn .banner-btn.whitebg {
    padding: 10px 30px !important;  
    margin-top: 35px;
}
.famousQuotesDetails .famousQuotesDetailsImg {
    position: relative;
}
.famousQuotesDetails .famousQuotesDetailsImg .water-mark-sale {
    bottom: 20%;
    right: -10%;
}
.famousQuotesDetails .famousQuotesDetailsImg img {
    /*width: 223px;*/
    height: 223px;
    object-fit: cover;
}
.famousQuotesDetailsAll .famousQuotesDetailsCol {
    padding: 0px 11px;
}
.getInTouchForm.demoForm .form-group {
  margin-bottom: 35px;
}
.getInTouchForm.demoForm .em.error {
  
}
.getInTouchForm.demoForm .form-group select.form-control,
.getInTouchForm.demoForm .form-group .select2-container--default .select2-selection--single{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/selectNotch.png') right 4% top 22px no-repeat !important;
  background-size: 10px !important;
}
.getInTouchForm.demoForm .form-group .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #cacaca !important;
    min-height: 48px;
    font-size: 14px;
    padding-left: 10px !important;
    padding-right: 0px !important;
    color: #3F3D56;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #cacaca !important;
}
.getInTouchForm.demoForm .form-group .select2-container--default .select2-selection--single:focus {
  border-color: #000 !important;
  box-shadow: none;
}
.getInTouchForm.demoForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3F3D56;
    line-height: normal;
    padding: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.getInTouchForm.demoForm .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.getInTouchForm.demoForm .cont-info-box {
    padding: 45px 65px;
}
.invalid-feedback {
    background: #fff;
    font-size: 10px;
    line-height: 1;
    color: #f00;
    letter-spacing: 0.5px;
    padding: 0 5px;
    font-weight: 600;
    /*font-style: italic;*/
    text-align: left;
}
.categoryList .cate-list.cate-list-equal {
    display: flex;
    justify-content: space-between;
}
.salesPresenterTab {
    padding: 26px 30px 40px;
}
.salesPresenterTab .action-buttons {
    justify-content: space-between;
}
.salesPresenterTab .action-buttons .banner-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: 5px;
    margin-top: 30px;
}
.salesPresenterTab .action-buttons .banner-btn.whitebg {
    margin-left: 5px;
    margin-right: 0px;
}
.salesPresenterTab .action-buttons .custom-control-label::after,
.salesPresenterTab .action-buttons .custom-control-label::before {
    display: none;
}
.salesPresenterTab .action-buttons .membershipPt.displaySettionCheck .checkmark {
    margin-top: -8px;
    background: #ddd;
}
.salesPresenterTab .action-buttons .membershipPt.displaySettionCheck .checkmark::after {
    border-color: #468ff6;
}
.salesPresentersTopBtn .btn.banner-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 180px;
}
.clearfix {
    clear: both;
}
.membershipPointsTable.orderTable table thead tr th:first-child,
.membershipPointsTable.orderTable table tbody tr td:first-child {
    padding: 4px 0px 4px 25px;
    width: 50px;
}
.membershipPointsInfo {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}
.membershipPointsInfo .referanceTitle {
    font-size: 18px;
    color: #000;
}
.membershipPointsInfo .referanceTitle span {
    font-weight: 700;
    font-size: 21px;
    color: #458FF6;
}
.npsDescription p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.npsDisclaimer {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}
.npsDisclaimer::after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  background: #7D7987;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 85px;
}
.blogInnerDetails {
    /*margin: 75px 0px 90px;*/
    margin: 50px 0px 80px;
}
.blogInnerDetailsTitle {
    font-weight: 700;
    /*font-size: 32px;*/
    font-size: 18px;
    color: #000000;
    /*margin: 34px 0px 27px;*/
    margin: 25px 0px 20px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blogInnerDetails .entry-meta {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}
.blogInnerDetails .blog-social {
    text-align: left;
    margin: 15px 0px 0px;
    padding: 0px;
}
.blogInnerDetails .blog-social::before {
    display: none;
}
.blogInnerDetails .blog-social ul li {
    padding: 0px;
    margin-right: 5px;
}
.blogInnerDetails .blog-social ul li i {
    width: 24px;
    height: 24px;
    background: #2D9CDB;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.blogInnerDetailsContent p {
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin: 68px 0px 0px;
    text-align: justify;
}
.blogInnerAuthorName {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
.blogInnerAuthorEmail {
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.blogInnerAuthorMsg {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
.blogInnerAuthorImg {
    height: 64px;
    width: 64px;
    background: #3F3D56;
    border-radius: 13px;
    overflow: hidden;
    margin-right: 17px;
}
.blogInnerAuthorImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.blogInnerAuthorInfo {
    display: flex;
    align-items: center;
}
.blogInnerAuthorBar:after {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #828282;
    position: absolute;
    left: 0%;
    margin-left: -30px;
    top: 0%;
}
.blogInnerAuthorAll {
    position: relative;
    padding: 5px 0px;
    margin: 60px 100px 0px;
}
.blogTopSection .container {
    border-bottom: 1px solid #ccc;
    margin-bottom: 43px;
}
.subHeadding2 {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    color: #000000;
}
.blogBottomSection .getInTouchForm {
    margin-top: 28px;
}
.similarBlog .owl-carousel.owl-theme {
    padding: 0px 30px;
}
.similarProducts.similarBlog .whatsnewblock {
    background: #FFFFFF;
    box-shadow: 14px 14px 20px rgba(229, 233, 246, 0.4);
    border-radius: 18px;
}
.similarProducts.similarBlog  .whatsnewblock .similarProductsImg {
    border-radius: 0px;
    margin-bottom: 0px;
}
.similarProducts.similarBlog .similarBlogTitle {
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    margin-bottom: 15px;
}
.similarProducts.similarBlog .similarBlogDate {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}
.similarBlogDetails {
    padding: 20px 24px 30px;
}
.similarBlog .owl-carousel.owl-theme .item {
    margin-bottom: 30px;
}
.similarProducts.similarBlog {
    margin-bottom: 20px;
}
.salespresentersbannerBtn {
    margin-top: 60px;
}
.market-video .rec-book-text h5 {
    /*font-size: 22px;*/
    /*color: #000;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*height: 80px;*/
    /*margin-bottom: 0px;*/
    /*line-height: normal;*/
}
.market-video .rec-book-text .btn.banner-btn {
     padding: 12px 36px !important;
}
.market-video .playdownlaodbutton {
    display:flex;
    justify-content: space-between;
}
.regAll {
    margin-top: 80px;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
}
.regAll .regTitle {
    font-weight: 700;
    font-size: 24px;
    color: #3F3D56;
    text-align: center;
    margin-bottom: 40px;
}
.regAll .getInTouchForm .cont-info-box {
    padding: 18px 47px 26px;
}
.regAll .getInTouchForm .regLoginLink {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 25px;
}
.regAll .getInTouchForm .cont-info-box a {
    font-size: 16px;
    color: #458FF6;
}
.regAll .getInTouchForm .form-group {
    margin-bottom: 32px;
}
.regAll .getInTouchForm .form-check {
    padding: 0px;
    margin: -15px 0px -10px;
    text-align: left;
}
.regAll .getInTouchForm .form-check .form-check-label {
    font-weight: 300;
    font-size: 14px;
    color: #7D7987;
    margin-left: 24px;
}
.regAll .getInTouchForm .form-check .linkForgotPassword {
    font-weight: 300;
    font-size: 14px;
    color: #458FF6;
    margin-left: 15px;
}
.regAll .getInTouchForm .form-check .membershipPt .checkmark {
    height: 16px;
    width: 16px;
    margin-top: 12px;
}
.regAll .getInTouchForm .form-check .membershipPt .checkmark::after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
}
.searchItemField {
    width: 580px;
    height: 60px;
    margin: 60px auto -20px;
    border: 2px solid #458FF6;
    border-radius: 6px;
}
.searchItemField .form-control {
    height: 100%;
    background: #F7F7F7;
    border: none;
    padding-left: 30px;
    border-radius: 6px 0px 0px 6px;
}
.searchItemField .btnSearchItemGlass {
    background: #F7F7F7;
    border-radius: 0px;
    padding: 4px 20px;
    border-radius: 0px 6px 6px 0px;
}
.searchItemField .form-control::placeholder  {
    font-weight: 300;
    color: #262626;
    font-size: 16px;
    opacity: 0.5;
}
.stationery-text p,
.storeBlockAlign .stationery-text p,
.market-video .market-video-text p,
.sv-text,
.storyDetails .success-story-text p,
.blog-bx.blogSection .blog-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.storeBlockAlign .stationery-text h4,
.market-video .rec-book-text h5,
.bttm-title,
.storyDetails .success-story-text h6,
.blog-bx.blogSection .blog-txt h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.storeBlockAlign .stationery-text p.stationeryprice {
    /*font-size: 18px;*/
    font-size: 16px;
    margin: 8px 0px;
    height: auto;
    font-weight: 400;
}
.storeBlockAlign .stationery-text p.stationeryprice.stationerypriceOnly {
    /*font-size: 24px;*/
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0px;
}
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr th {
    height: 60px;
}
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr td {
    height: 80px;
}
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr th:first-child,
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr td:first-child,
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr th:nth-child(2),
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr td:nth-child(2),
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr th:nth-child(3),
.SurveyCardAll .conferencesTable.conferencesTableAdj .table tr td:nth-child(3) {
    width: 25%;
}
.SurveyCardAll .conferencesTable .table tr th,
.SurveyCardAll .conferencesTable .table tr td {
    border-color: #468ff6;
}
.memberBlock.memberBlockContent h3 {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 51px;
    margin-bottom: 4px;
    padding: 0px;
}
.memberBlock.memberBlockContent p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.membershipInclude .subHeadding::after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 5px;
}
.membershipIncludeText p {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: normal;
}
.freeWebiner p strong {
    font-size: 24px;
    font-weight: 700;
}
.zoombtn {
    background: #fff;
}
.subHeadding h2 {
    color: #000;
}
.subHeaddingLeft h3 {
    text-align: left;
}
.subHeaddingLeft h3::after,
.subHeadding.subHeaddingDouble.subHeaddingLeft::after {
    left: 0%;
    margin-left: 0px;
}
.subHeadding.subHeaddingDouble {
    padding: 20px 0;
    position: relative;
    /*margin-bottom: 41px;*/
    margin-bottom: 30px;
}
.subHeadding.subHeaddingDouble h3 {
    margin: 0px;
    padding: 0px;
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.bannerForAll {
    /*padding-top: 131px;*/
    padding-top: 50px;
    /*padding-bottom: 60px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    z-index: 9;
}
.storeDetailsBanner {
    padding-top: 80px;
}
.getInTouchAll .subHeadding {
    padding-top: 0px;
    margin-bottom: 15px;
}
.storyDetails .success-story-text ul.storyDetails-address li {
    font-size: 15px;
}
.bannerpremioum {
    margin-top: 1.5rem !important;
}
.colProfileLeft {
  -ms-flex: 0 0 261px;
  flex: 0 0 261px;
  max-width: 261px;
}
.colProfileRight {
  -ms-flex: 0 0 calc(100% - 261px);
  flex: 0 0 calc(100% - 261px);
  max-width: calc(100% - 261px);
}
.orderTable::-webkit-scrollbar {
  width: 2.29px;
}

/* Track */
.orderTable::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.orderTable::-webkit-scrollbar-thumb {
  background: rgba(18, 25, 66, 0.2);
  border-radius: 9.17808px; 
}

/* Handle on hover */
.orderTable::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.tablecalallHideLastCol thead tr th:last-child,
.tablecalallHideLastCol tbody tr td:last-child {
    display: none;
}
.banner .page-title {
    margin-bottom: 25px;
}
.bookBuyTitle {
    margin: 15px 0px -28px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.share-faq.shareBookHere ul li a i {
    font-size: 13px;
    color: #fff;
    margin: 0px;
}
.share-faq.shareBookHere ul li {
    width: auto;
}
.fullaccBlock .content-section table {
    margin-top: 30px;
}
.fullaccBlock .content-section table tr td p,
.fullaccBlock .content-section table tr td p strong {
    font-size: 16px;
    font-weight: 700;
}
.groupExp.groupExpReduGap {
    padding-top: 80px;
}
.groupExp.membershipRefer {
    border-top: 1px solid #ccc;
    padding-top: 45px;
    margin-top: 55px;
}
.resetPasswordInst {
    font-size: 14px;
    line-height: normal;
    margin: -15px 0px 30px;
    opacity: 0.8;
}
.FAQIconFinder .aFAQIconFinderLink {
    width: calc(100% - 135px);
}
.FAQIconFinder .aFAQIconFinderLink h3 {
    width: 100%;
}
.welcomeLetterTable .dataTables_length select {
    background: none;
    /*-webkit-appearance: none;*/
 /*   -moz-appearance: none;*/
 /*    background: url('../images/welcome-letter-select.png') right 4% center no-repeat !important; */
    width: 45px;
}
.welcomeLetterTable {
    margin-top: 15px;
}
.welcomeLetterTable table.dataTable thead th {
    background-color: #c3c3c3;
}
.welcomeLetterTable table.dataTable thead th {
    border-bottom: 1px solid #b5b3b3;
}
.welcomeLetterTable table.dataTable.no-footer {
    border: 1px solid #b5b3b3;
}
.welcomeLetterTable table.dataTable thead th,
.welcomeLetterTable table.dataTable tbody td {
    border-top: none;
    padding: 10px 18px;
}
.welcomeLetterTable table.dataTable thead th:first-child,
.welcomeLetterTable table.dataTable tbody td:first-child{
    border-right: 1px solid #b5b3b3;
}
.welcomeLetterTable table.dataTable tbody tr:nth-child(even) {
    background: #f0f1f6;
}
.welcomeLetterTable .dataTables_length label,
.welcomeLetterTable .dataTables_filter label {
	margin-bottom: 0px;
}
.welcomeLetterTable .dataTables_filter label {
    border: 1px solid #b5b3b3;
    margin-right: -2px;
    padding: 7px 16px;
    margin-bottom: 4px;
}
.welcomeLetterTable .dataTables_length label {
    margin-top: 8px;
}
.storeBlockAlign .stationery-text .stationerypriceAll {
    border: 1px solid #458FF6;
    border-radius: 10px;
    margin-bottom: 5px;
}
.storeBlockAlign .stationery-text .stationerypriceAll p.stationeryprice {
    display: flex;
    justify-content: center;
    align-items: center;
}
.storeBlockAlign .stationery-text .stationerypriceAll p.stationeryprice span {
    width: 130px;
    display: block;
}
.storeBlockAlign .stationery-text p.stationeryprice.stationerypriceOnly.stationerypriceOnlyOff {
    font-size: 14px;
    color: #CACACA;
    text-decoration: line-through;
    margin-bottom: -14px;
}
.storeBlockAlign .stationery-text .priceForMembers .stationerypriceAll p.stationeryprice {
    margin: 2px 0px;
}
.storeBlockAlign .stationery-text .priceForMembers .stationerypriceAll+.stationeryprice+.stationeryprice{
  margin: 15px 0px 10px 0px;
}
.footer-menu-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.market-video .playdownlaodbutton .banner-btn {
    padding: 12px 6px !important;
}
.market-video .playdownlaodbutton {
    margin: 0px -12px 0px;
}
.market-video .playdownlaodbutton .banner-btn.portLandBtnView {
    width: 138.14px !important;
}
.market-video .playdownlaodbutton .banner-btn.portLandBtnDown {
    width: 177.69px !important;
}
footer {
    position: relative;
    /* z-index: 99; */
    background: #fff;
}
.bannerImgCol {
    align-self: center;
}
.market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
    padding: 12px 43px !important;
}
.category-box .cate-list li.active a {
  color: #000;
  font-weight: 700;
}
.category-box .cate-list.tiggerTab {
    text-align: center;
    margin-top: 15px;
}
.tiggerListSel .membershipPt .checkmark {
    height: 17px;
    width: 17px;
    margin-top: 4px;
}
.tiggerListSel .membershipPt .checkmark::after {
  left: 4px;
  top: -0.5px;
  width: 7px;
  height: 11px;
}
.tiggerListSel .form-check-label {
    margin-left: 30px;
    color: #458FF6;
    font-weight: 600;
    font-size: 14px;
}
.tiggerListSelDel,
.tiggerListDrop,
.tiggerListFilter {
    display: flex;
    align-items: center;
}
.tiggerListSelDel .form-group.form-check {
      margin-bottom: 0px;
}
.tiggerListSel.tiggerListDel {
    margin-top: 6px;
    margin-left: 15px;
}
.tiggerListDrop {
    margin-left: auto;
    margin-top: 10px;
    width: 240px;
}
.tiggerListDrop .form-check-label {
    width: 90px;
}
.tiggerListDrop select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #EFF0F7 url('../images/select-tigger-notch.png') right 10% center no-repeat !important;
    width: calc(100% - 90px);
    border: none;
    border-radius: 16px;
    height: 56px;
    /*color: #A0A3BD;*/
    font-size: 16px;
    padding-right: 38px !important;
}
.tiggerListTable .table td {
    border-top: none;
    padding: 8px 15px 10px;
}
.tiggerListTable .table tr td:first-child {
    width: 70px;
    padding-left: 5px;
}
.tiggerListTable .table tr td:last-child {
    /*width: 125px;*/
    width: 90px;
    padding-right: 5px;
}
.tiggerListTable .table tr td:nth-child(3) {
    width: 300px;
}
.tiggerListTable .table tbody tr {
    border-bottom: 1px solid #7D7987;
}
.tiggerListTable .table tbody .tiggerListSel .membershipPt {
    margin-top: -16px;
    margin-left: -5px;
}
.tiggerTableTitle1 {
    color: #458FF6;
    font-weight: 600;
    font-size: 18px;
}
.tiggerTableTitle2 {
    color: #000;
    margin-bottom: 2px;
}
.tiggerTableText {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.tiggerTableValue {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.tiggerTableEditMore {
    display: flex;
    margin-top: 15px;
}
.tiggerTableMore {
    margin-left: 30px;
}
.tiggerListFilter {
    margin: 45px 0px 20px;
}
.triggerSetting .displaySettionRadio .checkmark {
    height: 22px;
    width: 22px;
}
.triggerSetting .displaySettionRadio .checkmark::after {
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
}
.triggerSetting .form-group label.radioTitle {
    font-weight: 700;
    font-size: 18px;
    color: #3F3D56;
    margin-bottom: 10px;
}
.triggerSetting .form-group label.radioOption {
    font-size: 16px;
    margin-left: -6px;
    margin-right: 68px;
}
.triggerSetting {
    width: 75%;
    margin: 0px auto;
}
.triggerSetting .form-group {
    margin-bottom: 55px;
    margin-top: 30px;
}
.triggerSettingBtn.uploadedLogoBtn {
    justify-content: center;
    margin-bottom: 80px;
}
.triggerSettingBtn.uploadedLogoBtn .banner-btn {
    padding: 12px 60px !important;
}
.triggerSetting.newTrigger {
    width: 90%;
}
.newTrigger .form-group .form-control {
    border: none;
    background: #EFF0F7;
    border-radius: 16px;
    height: 56px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
}
.newTrigger .form-group .form-control::placeholder {
    color: #A0A3BD;
}
.newTrigger .tiggerListDrop {
    width: 100%;
    margin: 0px;
}
.newTrigger.triggerSetting .form-group {
    margin: 0px;
    position: relative;
}
.newTrigger .tiggerListDrop select {
    width: 100%;
    background-position: right 5% center !important;
    padding-left: 24px;
    padding-right: 50px !important;
    cursor: pointer;
}
.triggerValueOption {
    margin-right: 0px;
    margin-bottom: 25px;
}
.newTrigger .form-control {
    margin-bottom: 25px;
}
.newTrigger .triggerValueOption .form-control {
    margin-bottom: 0px;
}
.newTrigger .triggerValueOption .displaySettionRadio .checkmark {
    margin-top: -10px;
}
.percentageTriggerValue {
    background: #EFF0F7 url('../images/triggerPercent.png') right 5% center no-repeat !important;
    padding-right: 50px !important;
}
.newTrigger .tiggerListDrop .select2-selection.select2-selection--single {
    border: none !important;
    background: #EFF0F7 url('../images/select-tigger-notch.png') right 5% center no-repeat !important;
    border-radius: 16px !important;
    height: 56px !important;
    font-size: 16px !important;
    padding: .375rem 50px .375rem 24px !important;
    margin-bottom: 25px;
}
.newTrigger .tiggerListDrop .select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #A0A3BD;*/
    color: #3F3D56;
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    font-weight: 300;
}
.newTrigger .tiggerListDrop .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
/*02-Feb-2023*/
.userAddUpgrade {
    display: flex;
    margin-left: auto;
}
.readymadeNewAdj tbody tr td:nth-child(2) {
    position: relative;
    padding-left: 35px;
}
.readymadeNewAdj tbody tr td .newIcon {
    width: 26px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.triggerSetting.newTrigger.newTriggerFormSetup .tiggerListDrop {
    display: block;
}
.triggerSetting.newTrigger .form-group em {
    position: absolute;
    top: 0px;
    margin-top: 90px;
    left: 20px;
}
.tiggerListFilter .tiggerListDrop select {
    padding-left: 15px;
}
.triggerCountBox .triggerCountNo {
    text-align: center;
    /*color: #00b0ff;*/
    color: #468ff6;
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
}
.triggerCountBox .triggerCountTitle {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #3F3D56;
    margin-top: 5px;
}
.triggerCountBox {
      box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
      border-radius: 14.0699px;
      background: #fff;
      padding: 18px 10px 15px;
      margin-bottom: 30px;
}
.triggerSetting .formCheeckAll.inDecForm .formCheeck:first-child .form-group label.radioOption {
    margin-right: 15px;
}
.triggerSetting .formCheeckAll.inDecForm .form-group label.radioOption {
    margin-right: 0px;
}
.formCheeckAll.inDecForm .triggerValueOption {
    margin-bottom: 0px;
}
.triggerSettingBtn.uploadedLogoBtn.triggerBtnInline .banner-btn {
    margin: 0px 10px;
}
/*02-Feb-2023 End*/
/* biswanath */
.singleLineHolder {
  margin: 0 auto;
  padding: 52px 48px 42px;
  margin-top: 30px;
  box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
  border-radius: 14.0699px;
  background: #fff;
  max-width: 1079px;
  width: 100%;
}
.singleLineHolder .col-form-label {
  font-weight: 700;
  /*font-size: 18px;*/
  font-size: 17px;
  color: #3F3D56;
  line-height: normal;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}
.singleLineHolder .form-check-label {
  font-weight: 700;
  font-size: 18px;
  color: #3F3D56;
  line-height: normal;
}
.singleLineHolder .text-muted {
  font-weight: 700;
  font-size: 20px;
  color: #3F3D56;
  line-height: normal;
}
.singleLineHolder .form-group .form-control {
  border: none;
  background: #EFF0F7;
  border-radius: 12px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}
.singleLineHolder .form-group .cal-icon {
  height: 100%;
  background: none;
  border: none;
  color: #458FF6;
  font-weight: 300;
  font-size: 14px;
  top: 1px;
  right: 16px;
  padding: 5px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleLineHolder input[type=checkbox] {
  margin-right: 7px;
}
.roundTable {
  border: 1px solid #458FF6;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 12px;
}
.roundTable .table-bordered {
  margin: -1px;
  width: 100%;
  border-radius: 10px;
  border:0;
}
.roundTable .table-bordered td, .roundTable .table-bordered th {
  border: none;
  border-left: 1px solid #458FF6;
  border-bottom: 1px solid #458FF6;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
}
.roundTable .table-bordered td label.checkcontainer, .roundTable .table-bordered th label.checkcontainer {
    font-size: 12px;
    font-family: 'Mulish', sans-serif;
}
.styleNew #mycustomelist.table-bordered td, .styleNew #mycustomelist.table-bordered th, 
.styleNew #mycategorylist.table-bordered td, .styleNew #mycategorylist.table-bordered th {
  border: none;
  border-left: 1px solid #458FF6;
  border-bottom: 1px solid #458FF6;
  font-family: 'Mulish', sans-serif;
  font-size: 12px;
}
#mycustomelist.table-bordered , #mycategorylist.table-bordered  {
  border-top: 1px solid #458FF6;
  border-right: 1px solid #458FF6;
}
.roundTable .table-bordered.bigthheading tr:first-child td {
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}
.roundTable .table-bordered th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.roundTable .table-bordered td {
  vertical-align: middle;
}

.blue-bg-heading {
  background: #458FF6;
  border-radius: 10px;
  margin: 0 4%;
  margin-bottom: 20px;
}


/* The sqarecontainer */
.sqarecontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 18px !important;*/
  font-size: 17px !important;
  font-weight: 700 !important;;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sqarecontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sqarecontainer .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #458FF6;
}
.sqarecontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.sqarecontainer input:checked ~ .checkmark {
  background-color: #fff;
}
.sqarecontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sqarecontainer input:checked ~ .checkmark:after {
  display: block;
}
.sqarecontainer .checkmark:after {
  left: 4px;
  top: 0px;
  width: 7px;
  height: 11px;
  border: solid #458FF6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* checkLinecontainer css */
.checkLinecontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700 !important;
}
#mycustomelist .checkLinecontainer, #mycategorylist .checkLinecontainer {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 10px;
  vertical-align: middle;
}
.checkLinecontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkLinecontainer .checkmark {
  position: absolute !important;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid rgb(69 144 246);
  border-radius: 50%;
}
.checkLinecontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkLinecontainer input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid rgb(69 144 246);
}
.checkLinecontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkLinecontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkLinecontainer .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: rgb(69 144 246);
  border-radius: 50%;
}

/* checkbox css */
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(69, 143, 246, 0.3);
  border-radius: 15px;
  left: 50%;
  margin-left: -12px;
}
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkcontainer .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smalllineHeading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 29px;
  margin-bottom: 29px;
  margin-left: 11px;
}
.smalllineHeading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background:#000;
  width: 100px;
}
.card-header {
  background: none;
  border: 0;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #7D7987;
  margin-bottom: 60px;
}
.charcount {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
}
.calcBelowBtn {
  margin-top: 27px;
}

/* number-wrapper */
.number-wrapper {
  background: #EFF0F7;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #458ff6;
  font-size: 11px;
  padding: 0 8px;
}
.number-wrapper input {
  background: transparent;
  height: 21px;
  color: #000;
  font-size: 13px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}



#mycustomelist, #mycategorylist {
  width: 99%;
}
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none !important;
  background: none !important;
  font-weight: bold !important;
}
.btm-shape-prt {
  position: relative;
  bottom: -80px;
  z-index: -1;
}

.styleApril h2.page-title {
  text-transform: capitalize;
  text-align: left;
  border-bottom: 0;
  position: relative;
}
.styleApril h2.page-title:after {
  position: absolute;
  left: 0;
  top: 58px;
  width: 130px;
  border-bottom: 2px solid #000;
  content: '';
}
.styleApril .btn-primary {
  border: 1px solid #458ff6;
  color:#458ff6;
  background: transparent;
  margin: 0 18px;
  height: 50px;
  line-height: 34px;
  width: 180px;
}
.styleApril .btn-round {
  border-radius: 12px;
}
.styleApril .btn-solid {
  background: #458ff6;
  color:#fff;
  width: 250px;
}
.outputTableHolder {
  padding:20px 45px;
  margin-top: 30px;
  box-shadow: 5.62794px 14.0699px 30.9537px 4.22096px rgba(0, 0, 0, 0.25);
  border-radius: 14.0699px;
  background: #fff;   
}
.styleApril .table-bordered td, .styleApril .table-bordered th {
  border: 1px solid #458ff6;
  font-size: 15px;
  padding: 10px 5px;
}
.styleApril .table-bordered.suggestfont td, .styleApril .table-bordered.suggestfont th {
  /*font-size: 13px;*/
  line-height: normal;
  vertical-align: middle;
}
.styleApril .table-bordered th.bluetableheader {
  background: #003063;
  text-align: center; color: #fff !important;
  text-transform:uppercase;
}
.styleApril .table-bordered td table tr:first-child td {
  border-top: 0;
}
.styleApril .table-bordered td table tr td:first-child {
  border-left:0;
}
.styleApril .table-bordered td table tr td:last-child {
  border-right:0;
}
.styleApril .table-bordered td table tr:last-child td {
  border-bottom:0;
}
.styleApril .roundBorderHolder {
  border: 1px solid #458ff6;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 15px;
}
.styleApril .roundBorderHolder .table {
  width: 101%;
  background-color: transparent;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.bottomPinfo {
  text-align: left; 
  margin-top: 0px;
}
.smalllineHeading {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding-bottom: 29px;
  margin-bottom: 29px;
  margin-left: 11px;
}
.smalllineHeading:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background:#000;
  width: 100px;
}
.card-header {
  background: none;
  border: 0;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #7D7987;
  margin-bottom: 60px;
}
.charcount {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
}
.calcBelowBtn {
  margin-top: 27px;
}
.category-box.categoryList {
  margin-bottom: 0;
}

#curve_chart {
    width: 100%;
    height: 600px;
  border-radius: 15px;
  border: 2px solid #003063;
  overflow: hidden;
}
#curve_chart2 {
    width: 100%;
    height: 600px;
  border-radius: 15px;
  border: 2px solid #003063;
  overflow: hidden;
}
.midheading {
  /*margin-bottom: 12px;*/
  margin-bottom: 4px;
  text-align: center;
  margin-top: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #003063;
}

/* biswanath */

/*ananda*/
.singleLineHolder.calculatorFormShape .form-group .cal-icon {
    height: 40px;
    top: 0px;
}
.singleLineHolder.calculatorFormShape .form-group strong {
    font-size: 12px;
}
.singleLineHolder.calculatorFormShape .form-group .text-muted strong {
    font-size: 18px;
}
.singleLineHolder.calculatorFormShape .titleBlueUnderline {
    font-size: 18px;
    /*color: #458FF6 !important;*/
    color: #3F3D56 !important;
    font-weight: 700;
    text-decoration-line: underline;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.equity_fund_box.SWPPeriodRadio {
    padding: 0px 15px;
}
.singleLineHolder.calculatorFormShape .red-tooltip {
    margin-left: 4px;
}
.singleLineHolder.calculatorFormShape .roundTable .table-bordered td textarea {
    line-height: normal;
}

/* checkbox css */
.checkcontainer2 {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkcontainer2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: rgba(69, 143, 246, 0.3);
  border-radius: 15px;
  margin-top: 2px;
  margin-left: 15px;
}
.checkcontainer2:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkcontainer2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkcontainer2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer2 input:checked ~ .checkmark:after {
  display: block;
}
.checkcontainer2 .checkmark:after {
  left: 12px;
  top: 6px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.outputSingleBox {
    margin: 0 auto !important;
    padding: 12px 5px;
    max-width: 280px;
    border: 1px solid #ccc;
    white-space: nowrap;
}
.sip-calculator.calculatorFormShape .openEye label span {
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.sip-calculator.calculatorFormShape .openEye label span i {
    color: #979393;
}
.sip-calculator.calculatorFormShape .openEye label span:hover i {
    color:#131f55;
}
.sip-calculator.calculatorFormShape .openEye label span span {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    background: #fff;
    box-shadow: 1px 1px 3px #000;
    padding: 7px;
    border-radius: 4px;
    top: 16px;
    font-weight: normal;
    display: none;
    z-index: 99999999;
}
.sip-calculator.calculatorFormShape .openEye label span:hover span {
    display: block;
}
.removeGoalCalculatorBtn {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff !important;
}
.styleApril .roundBorderHolder .table tr th,
.styleApril .roundBorderHolder .table tr td {
    /*padding-right: 10px;*/
    padding-right: 12px;
}
.singleLineHolder.calculatorFormShape table.suggested-scheme-details tr th,
.singleLineHolder.calculatorFormShape table.suggested-scheme-details tr td {
    vertical-align: middle;
    text-align: center;
    line-height: normal;
}
.singleLineHolder.calculatorFormShape table.suggested-scheme-details tr th:first-child,
.singleLineHolder.calculatorFormShape table.suggested-scheme-details tr td:first-child {
    text-align: left;
}
.singleLineHolder.calculatorFormShape table.suggested-scheme-details th .checkcontainer {
    padding-top: 6px;
    padding-bottom: 6px;
}
.suggestedSchemesSubTh {
   font-size: 14px !important;
}
.opCmtTable td {
    text-align: left;
}
/*ananda end*/





























@media (max-width: 1199px) {
    .myHolding.myHoldingLeft .myHoldingTable thead tr th:last-child, 
    .myHolding.myHoldingLeft .myHoldingTable tbody tr td:last-child {
        width: 18%;    
    }
    .investmentAllocationTable {
        margin-top: 30px;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 30px !important;
    }
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardLeft {
      width: 380px;
      min-height: 380px;
    }
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardRight {
      width: calc(100% - 380px);
      padding: 0px 20px 0px 30px;
    }
    .bodyResponsive .webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails li {
      margin-right: 15px;
    }
    
    /*02-Feb-2023*/
    .userManagementTop {
        display: block;
    }
    .userManagementRight .userManagementSearch .input-group {
        width: 100%;
    }
    .userAddUpgrade {
        margin-top: 15px;
    }
    .famousQuotesDetailsAll.premiumBannersAll .famousQuotesDetails .famousQuotesDetailsImg img {
        height: auto;
        min-height: 200px;
    }
    /*02-Feb-2023 End*/
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardRight {
        width: calc(100% - 360px);
        padding: 0px 5px 0px 30px;
    }
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardLeft {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .myHolding.myHoldingLeft .myHoldingTable thead tr th:last-child, 
    .myHolding.myHoldingLeft .myHoldingTable tbody tr td:last-child {
        width: auto;
    }
    .addSchemeBtn .add_button {
        display: block;
        margin-top: 15px;
    }
    .investmentAllocationTable {
        margin-top: 30px !important;
    }
    .myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable thead tr th, 
    .myHolding.myHoldingLeft.investAllocTable .myHoldingTable.performanceTable tbody tr td,
    .portfolioTopTable.mfCalcTable thead tr th, 
    .portfolioTopTable.mfCalcTable tbody tr td {
        white-space: nowrap;
    }
    .myHolding.riskoMeterTableAll .myHoldingTable.sectorAlloTable tbody td:nth-child(2) {
        width: 42%;
    }
    .portfolioTopTable.mfCalcTable tbody tr td:first-child select.form-control {
        width: 60px;
    }
    .portfolioTopTable.mfCalcTable tbody tr td:nth-child(3) select.form-control {
        width: 160px;
    }
    .portfolioTopTable.mfCalcTable.nonMfCalcTable tbody tr td:first-child select.form-control {
        width: 110px;
    }
    .portfolioTopTable.mfCalcTable.insuranceCalcTable tbody tr td:first-child select.form-control {
        width: 115px;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 40px !important;
    }
    .bodyResponsive .webinarsCard .webinarsCardLeft {
      width: 150px;
      min-height: 150px;
    }
    .bodyResponsive .webinarsCard .webinarsCardRight {
      width: calc(100% - 150px);
      padding: 0px 20px 0px 30px;
    }
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardLeft {
      width: 200px;
      min-height: 200px;
    }
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardRight {
      width: calc(100% - 200px);
    }
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsContent {
      min-height: 200px;
    }
    
    /*02-Feb-2023*/
    .personalInfoForm {
        padding: 52px 55px 48px;
    }
    .invoiceCard.userManagementCard .card-body {
        display: block;
        text-align: right;
    }
    .invoiceCard.userManagementCard .invoiceList {
        text-align: left;
    }
    .invoiceCard.userManagementCard .userManagementIconList {
        margin-top: 5px;
    }
    .membershipPointsInfo {
        display: block;
        text-align: right;
    }
    .rec-book.webinarsCard.bookRecOnly .rec-book-text .bookRecBtn {
        display: block;
    }
    .rec-book.webinarsCard.bookRecOnly .rec-book-text .bookRecBtn .btn.banner-btn.whitebg {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .bannerForAll .salespresentersbannerBtn {
      margin-bottom: 30px;
    }
    .groupExp.groupExpReduGap .salespresentersbannerBtn .banner-btn.whitebg {
        margin-top: 15px !important;
    }
    /*02-Feb-2023 End*/
    .webinarsCardView .webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails {
        display: block;
    }
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardLeft {
        width: 320px;
    }
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardRight{
        width: calc(100% - 320px);
    }
    .webinarsCardView .webinarsCard .webinarsContent {
        padding-bottom: 75px;
    }
    .cartPaymentBox.cartPaymentBoxRes .lft-cart-prt,
    .cartPaymentBox.cartPaymentBoxRes .rt-cart-prt {
        width: 100%;
    }
    .cartPaymentBox.cartPaymentBoxRes .rt-cart-prt {
        min-height: auto !important;
        padding-bottom: 30px;
    }
    .triggerSetting .formCheeckAll.inDecForm .formCheeck:first-child .form-group label.radioOption {
      margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .myHolding .table.myHoldingTable {
        margin-top: 0px;
    }
    .portfolioTopTable thead tr th,
    .portfolioTopTable tbody tr td {
        white-space: nowrap;
    }
    .myHolding.myHoldingLeft .myHoldingTable thead tr th:last-child, 
    .myHolding.myHoldingLeft .myHoldingTable tbody tr td:last-child {
        width: 18%;
    }
    .factSheetTab {
        font-size: 14px;
        line-height: 18px;
    }
    .navPriceBox .navPriceBottom .navPrice {
        font-size: 18px;
    }
    .navPriceBox {
        margin-bottom: 18px;
    }
    .myHolding.riskoMeterTableAll .myHoldingTable thead th, 
    .myHolding.riskoMeterTableAll .myHoldingTable tbody td,
    .investmentAllocationTable.riskoMeterTable tbody td {
        white-space: nowrap;
    }
    .myHolding.myHoldingLeft.riskoMeterTableAll .myHoldingTable.riskoReturnTable tbody td {
        height: 30px;
    }
    .myHolding.riskoMeterTableAll .myHoldingTable.riskoObjTable tbody td {
        white-space: normal;
    }
    .top-rt-prt > a.phoneno {
      white-space: nowrap;
    }
    .bannerResponsive .item {
        text-align: center;
    }
    .bannerResponsive .owl-item h2 {
        margin-bottom: 0px;
    }
    .bannerResponsive .searchItemField {
        width: 100%;
        margin: 30px 0px 0px;
    }
    .bodyResponsive .category-box.categoryList,
    .bannerResponsive .bannerImgCol {
        margin-top: 30px;
    }
    .bannerResponsive .bannerImgCol {
        display: none;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 80px !important;
    }
    .bodyResponsive .webinarsCard .webinarsCardLeft,
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardLeft {
      width: 100%;
      min-height: auto;
    }
    .bodyResponsive .webinarsCard .webinarsCardRight,
    .bodyResponsive .webinarsCard.webinarsCardExpand .webinarsCardRight {
      width: 100%;
      padding: 30px 0px 0px;
    }
    .bodyResponsive .subHeadding {
        margin-top: 45px;
    }
    .bodyResponsive .accordion_disable {
        margin-top: 60px;
    }
    .bodyResponsive .FAQIconFinder ul li span,
    .bodyResponsive .FAQIconFinder ul li i.fa.fa-eye,
    .bodyResponsive .fullaccBlock .content-section p,
    .bodyResponsive .FAQIconFinder h3 {
      font-size: 14px;
      line-height: normal;
    }
    .bodyResponsive .FAQIconFinder ul li span img,
    .bodyResponsive .fullaccBlock .content-section img.ifa-business-faq-like {
        width: 18px;
    }
    .bodyResponsive .FAQIconFinder ul li span {
      margin-left: 4px;
    }
    .bodyResponsive .category-box.categoryList .cate-list li a,
    .bodyResponsive .bannerpremioum .page-link {
        font-size: 14px;
    }
    .bodyResponsive .category-box.categoryList .cate-list li {
        padding: 10px 15px;
    }
    .bodyResponsive .pagination li:first-child a, 
    .bodyResponsive .pagination li:last-child a, 
    .bodyResponsive .pagination li:first-child span, 
    .bodyResponsive .pagination li:last-child span {
        font-size: 28px;
    }
    .bodyResponsive .fullaccBlock {
        padding: 20px 30px 20px 25px !important;
    }
    
    /*02-Nov-2022*/
    .notificationBlock.notificationBlockRespon {
        right: -140px !important;
    }
    /*02-Nov-2022 End*/
    .searchItemField {
        width: 100%;
    }
    
    /*02-Feb-2023*/
    .colProfileLeft {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
    .colProfileRight {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 45px;
    }
    .colProfileRight .orderRight {
        padding-left: 0px;
    }
    .personalInfoForm {
      padding: 52px 45px 48px;
    }
    .rec-book.webinarsCard .webinarsCardLeft {
        margin: 0px auto 30px;
    }
    .rec-book.webinarsCard .webinarsCardRight {
        width: 100%;
    }
    .webinarsCardAll.bookRecAll {
        margin-top: 50px !important;
    }
    .rec-book.webinarsCard.bookRecOnly {
        display: block;
    }
    .groupExp.groupExpReduGap:nth-child(even) img {
        margin-bottom: 30px;
    }
    .groupExp.groupExpReduGap:nth-child(odd) img {
        margin-top: 30px;
    }
    .owl-carousel .owl-item img {
          margin-top: 15px;
          margin-bottom: 15px;
    }
    .customerSayin .clientImg {
        align-items: center;
    }
    .customerSayin p {
        margin-top: 30px;
    }
    .customerSayin h3.subHeadding {
        margin-bottom: 40px;
    }
    .oldCart.cartCard .productTitle, 
    .oldCart.cartCard .productPrice, 
    .oldCart.cartCard .productTotalPrice {
        font-size: 18px;
    }
    .oldCart.cartCard th:last-child, 
    .oldCart.cartCard td:last-child {
        width: 170px !important;
    }
    .oldCart.cartCard .couponForm {
        display: block;
    }
    .oldCart.cartCard .productCouponField,
    .oldCart.cartCard .productCouponTitle {
        width: 100%;
    }
    .tiggerListTable .table tr td:last-child {
        width: 125px;
    }
    .tiggerTableTitle1 {
        font-size: 16px;
    }
    .triggerValueOption {
        margin-bottom: 10px;
    }
    .triggerValueRow .triggerValueCol:last-child .formCheeckAll {
        margin-bottom: 15px;
    }
    .uploadedLogoBtn.triggerSettingBtn.triggerBtnInline {
        display: block;
        text-align: center;
    }
    .triggerSettingBtn.uploadedLogoBtn.triggerBtnInline .banner-btn.whitebg {
        margin-bottom: 15px;
    }
    /*02-Feb-2023 End*/
    .category-box.categoryList {
        margin-top: 30px;
    }
    .webinarsCardView .webinarsCard {
        display: block;
    }
    .webinarsCardView .webinarsCard .webinarsCardLeft {
        margin: 0px auto 30px;
    }
    .webinarsCardView .webinarsCard .webinarsCardRight,
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardRight {
        width: 100%;
    }
    .webinarTitle {
        margin-top: 30px;
    }
    .cartPaymentBox.cartPaymentBoxRes .lft-cart-prt {
        padding: 25px 30px 30px;
    }
}

@media (max-width: 575px) {
    .navPriceBox {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .factSheetRow .factSheetCol:first-child {
        padding-right: 15px;
    }
    .factSheetRow .factSheetCol:last-child {
        padding-left: 15px;
        margin-top: -1px;
    }
    .bannerpremioum .page-link {
      font-size: 16px;
      padding: 0.5rem 6px;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 70px !important;
    }
    
    /*02-Nov-2022*/
    .notificationBlock.notificationBlockRespon {
        right: -110px !important;
    }
    /*02-Nov-2022 End*/
    
    /*02-Feb-2023*/
    .triggerSetting .formCheeckAll,
    .tiggerListFilter {
      display: block;
    }
    .rec-book.webinarsCard {
        margin-left: 0px;
        margin-right: 0px;
    }
    .rec-book.webinarsCard .bookRecBtn {
        display: block;
    }
    .rec-book.webinarsCard .bookRecBtn .btn.banner-btn.whitebg {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .rec-book.webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails {
        display: block;
    }
    .cartAdjBox .lft-cart-prt .cart-table .table {
        width: 600px;
    }
    .cartPayScroll {
        overflow-x: scroll;
    }
    .cartPayScroll .planCard.cartCard.oldCart {
        width: 510px;
    }
    .formCheeckAll.inDecForm .triggerValueOption {
      margin-bottom: 10px;
    }
    /*02-Feb-2023 End*/
    .oldCart.cartCard th:last-child, 
    .oldCart.cartCard td:last-child {
      width: 150px !important;
    }
}

@media (max-width: 489px) {
    .myHolding .myHoldingTable thead tr th,
    .myHolding .myHoldingTable tbody tr td,
    .schemeAlloTable thead th, 
    .schemeAlloTable tbody td {
        white-space: nowrap;
    }
    .myHoldingTable.sectorAlloTable .progress {
        width: 150px;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 50px !important;
    }
    .bodyResponsive .webinarsTimeDetailsAll {
        display: block;
    }
    .bodyResponsive .webinarsCard .webinarsContent {
        padding-bottom: 75px;
    }
    .bodyResponsive .FAQIconFinder ul {
        display: block;
    }
    .bodyResponsive .FAQIconFinder ul li {
        margin: 5px 0px;
    }
    .bodyResponsive .FAQIconFinder h3 {
        padding-right: 15px;
        width: calc(100% - 54px);
        margin-right: 0px !important;
    }
    
    /*02-Nov-2022*/
    .notificationBlock.notificationBlockRespon {
        right: -75px !important;
    }
    /*02-Nov-2022 End*/
    .tiggerListTable table {
        width: 500px;
    }
    .couponInput .form-control {
        width: 1% !important;
    }
    .cartAdjBox .rt-cart-prt ul li {
        font-size: 14px;
    }
    .oldCart.cartCard .productTitle, .oldCart.cartCard .productPrice, .oldCart.cartCard .productTotalPrice {
      font-size: 16px;
    }
    .oldCart.cartCard th:last-child, 
    .oldCart.cartCard td:last-child {
      width: 102px !important;
    }
    .webinarsCardView .webinarsCard .webinarsCardRight,
    .webinarsCardView .webinarsCard.webinarsCardExpand .webinarsCardRight {
        padding: 0px 5px 0px 5px;
    }
}

@media (max-width: 413px) {
    .investmentAmountForm label {
        font-size: 12px;
    }   
    .investmentAmountForm input {
        width: calc(100% - 162px) !important;
        margin-left: 10px;
    }
    .market-video .rec-book-text .playdownlaodbutton.playMrktDownlaodButton .btn.banner-btn {
      padding: 12px 30px !important;
    }
    .bodyResponsive .webinarsCard .webinarsTimeDetailsAll .webinarsTimeDetails {
        display: block;
    }
    .bodyResponsive .webinarsCard .webinarsContent {
        padding-bottom: 115px;
    }
    
    /*02-Nov-2022*/
    .notificationBlock.notificationBlockRespon {
        right: -40px !important;
        width: 300px;
    }
    .notificationBlock.notificationBlockRespon .notitab a {
        padding: 0px;
        width: 49%;
    }
    /*02-Nov-2022 End*/
    
    /*02-Feb-2023*/
    .rec-book {
      padding-left: 0px;
      padding-right: 0px;
    }
    .rec-book.webinarsCard.bookRecOnly .rec-book-text .bookRecBtn .btn.banner-btn {
        width: 222px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .rec-book.webinarsCard.bookRecOnly .rec-book-text ul.bookRecDownloadCount li {
      width: 223px;
    }
    .cartAdjBox .rt-cart-prt {
        padding-left: 0px;
        padding-right: 0px;
        background: none;
    }
    /*02-Feb-2023 End*/
    .webinarsCardView .webinarsCard {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.description-text{
    text-align: left;
}

.description-text p{
    margin-bottom: 0;
}


/* Ananda's css End */

/* 10.01.2024 start */
.barchatArea{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.barArea{
  width: 60%;
  border-radius: 4.833px;
  background: var(--Neutral-Colors-White, #FFF);
  box-shadow: 0px 0.773px 2.319px 0px rgba(13, 10, 44, 0.08);
  padding: 10px
}
.percentArea{
  width: 40%;
  margin-left: 10px;
}
.barblock{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.amountarea{
  width: 73px;
}
.percentage{
  width: 53px;
}
.chartbar{
  width: 50%;
  margin-top: 5px;
}
.progress{
  background-color: #f8f8ff !important;
  height: 12px !important;
}
.browccolor{
  background-color: #ac454c !important;
}
.yellowcolor{
  background-color: #f9a426 !important;
}
.greencolor{
  background-color: #60c7aa !important;
}
.darkblue{
  background-color: #435d74 !important;
}
.red{
  background-color: #f05a64 !important;
}
.blue{
  background-color: #2d9ed0 !important;
}
.lightyellow{
  background-color: #ffd78d !important;
}
.equityList{
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
.colorbullet{
  width: 8px;
  height: 8px;
  border-radius: 4.833px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
    top: 8px;
}
.equityList:nth-child(2) .colorbullet{
  width: 10px;
  height: 7px;
}
/* 10.01.2024 end*/




/* 19.08.2024 start*/

/* brokerage page header title css start */
.whtlst-hdr-sctn{ width: auto; position: relative; display: inline-flex; gap: 25px;  font-family: 'Mulish', sans-serif; }
.whtlst-bck-btn{ min-width: 51px; height: 33px; border-radius: 10px; background-color: rgba(36, 48, 101, 1); display: inline-flex; align-items: center; justify-content: center; padding: 0px; }
.whtlst-bck-btn>img{ width: 10px; transform: rotate(90deg); filter: invert(1) brightness(100); }
.whtlst-bck-btn:focus{ outline: none; }
.whtlst-hdr-title-wrap{ width: auto; display: inline-flex; flex-direction: column; align-items: flex-start; }
.whtlst-hdr-title{ font-size: 24px; font-weight: 700; color: #000; line-height: 1.4; padding: 0px; margin: 0px; }
.whtlst-hdr-sub-title{ color: rgba(255, 92, 92, 1); size: 12px; font-weight: 700; line-height: 1.2;  }
/* brokerage page header title css ended */

.whtlst-brkage-section{ width: 100%; position: relative; padding: 0px 0px 0px 12px; margin-bottom: 40px; }

/* brokerage slider css start */
.whtlst-brkage-sldr-sctn{ width:100%; min-height:356px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #67C3F3 0%, #5A98F2 100%);  font-family: 'Mulish', sans-serif; margin-bottom: 40px;  }
.whtlst-brkage-sldr{ width: 100%; max-width: 1100px; display: inline-flex; justify-content: space-between; position: relative; color: #fff; }
.whtlst-brkage-sldr .sldr-col{ position: relative;display: inline-flex; flex-direction: column; }
.whtlst-brkage-sldr .sldr-col.left{ width: 40%; }
.whtlst-brkage-sldr-title{ font-size: 32px; font-weight: 700; margin-bottom: 20px; }
.whtlst-brkage-sldr-subtitle{ font-size: 16px; font-weight: 300; line-height: 1.6; }
.whtlst-brkage-sldr-img-wrap{ display: inline-flex; position: relative; align-items: center; gap: 5px; }
.whtlst-brkage-sldr-imgframe{width: 157px; height: 209px; overflow: hidden; border-radius: 18px; }
.whtlst-brkage-sldr-imgframe.lg{width: 187px; height: 253px; overflow: hidden; }
.whtlst-brkage-sldr-imgframe:nth-child(1) img{ margin: -24px; }
.whtlst-brkage-sldr-imgframe:nth-child(2) img{ margin: -29px; }
.whtlst-brkage-sldr-imgframe:nth-child(3) img{ margin: -24px; }
/* brokerage slider css ended */

/* Mat card css start */
.mat-card{ padding: 0px !important; border: 1px solid rgba(182, 233, 255, 1); border-radius: 10px !important; box-shadow: none !important;  }
.mat-card .mat-card-header{ min-height: 56px; display: flex; align-items: center; background-color: rgba(36, 48, 101, 1); padding:10px 30px; color: #fff; border-radius: 10px 10px 0px 0px; }
.mat-card .mat-card-header-text{ margin: 0px; }
.mat-card .mat-card-content{ padding:20px 30px 50px !important; }
.mat-card .mat-card-title{ margin: 0px !important; }
.mat-card .mat-card-title.sm{ font-size: 14px !important; }
.mat-card .mat-card-content p{ font-size: 16px; color: rgba(46, 58, 89, 1); font-weight: 700; line-height: 1.2; }
/* Mat card css ended */

/* mat dialog css start */
.mat-dialog-container, .modal-content{ border-radius: 10px !important; padding: 15px 35px !important; font-family: 'Mulish', sans-serif; position: relative; }
.mat-dialog-fullwrap{ width: 100%; display: inline-block; position: relative; }
.mat-dialog-header{ width: 100%; margin: 0px 0px 12px 0px;  display: inline-flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: rgba(46, 58, 89, 0.9); font-family: "Poppins", sans-serif;  position: relative; }
.mat-dialog-header.left{ justify-content: flex-start; }
.mat-dilog-close-btn{ width: auto; height: auto; position: absolute; top: 0px; right: -10px; appearance: none; background: transparent; z-index: 1; }
.mat-dilog-close-btn>img{ width: 15px; filter: brightness(0); opacity: 0.6; }
.mat-dialog-bold-text{ font-size: 14px; font-weight: 800; color: rgba(36, 48, 101, 1); line-height: 1.4; }
/* mat dialog css ended */


/* upload excel popup css start */
.upload-excel-dialog .mat-dialog-container{ overflow: visible; }
.dialog-field-row{ width: 100%; display: inline-flex; position: relative; gap: 10px; margin-bottom: 10px; }
.dialog-field-label{ padding: 10px 0px; width: 30%; color: rgba(0, 0, 0, 1); font-size: 13px; font-weight: 700; margin: 0px; }
.dialog-field-contentwrap{ flex: 1; position: relative; }
/* .mat-dialog-content{ min-height: calc(100vh - 300px); max-height: calc(100vh - 200px); } */
.mat-dialog-content{ max-height: calc(100vh - 200px); width: calc(100% + 0px); padding: 10px 24px !important; overflow: auto; margin-left: 0px; }
.mat-dialog-content::-webkit-scrollbar { height: 5px; width: 5px; border: 1px solid #d5d5d5; }
.mat-dialog-content::-webkit-scrollbar-track { background: #f1f1f1; }
.mat-dialog-content::-webkit-scrollbar-thumb { background: #3d5bff; }
.mat-dialog-content::-webkit-scrollbar-thumb:hover { background: #283a9b; }
.mat-dialog-actions{ width:100%; min-height: 10px !important; margin: 0px !important; display: inline-flex; align-items: center; gap: 20px; justify-content: center; padding: 40px 0px 20px !important; }
.mat-dialog-shadow-box{ width: 100%; display: inline-flex; align-items: center; gap: 15px; padding: 9px 12px; border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09); font-size: 11px; font-weight: 700; color: rgba(132, 132, 132, 1); line-height: 1.4; margin-bottom: 20px; }
.mat-dialog-shadow-icon{ width: 20px; }
.mat-dialog-shadow-box.info-box{ padding: 9px 24px; }
.mat-dialog-shadow-box.period-box{ position: relative; flex-direction: column; }
.dialog-btn{ width: auto; min-width: 130px; min-height: 40px; border-radius: 24px; border: #283a9b solid 1px; background-color: #283a9b; color: #fff; font-size: 12px; font-weight: 600; display: inline-flex; justify-content: center; align-items: center; padding: 5px 20px; box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08); transition: all ease-in-out 0.2s; }
.dialog-btn:focus{ outline: none; }
.dialog-btn.sm{ min-width: 50px; min-height: 31px; font-size: 11px; line-height: 1; font-weight: 700; }
.dialog-btn.white{ background-color: #fff; border-color:#fff; color: rgba(36, 48, 101, 1); font-weight: 700; }
.dialog-btn.white:hover{ background-color: rgba(182, 233, 255, 1); border-color:rgba(182, 233, 255, 1); }
.dialog-btn.white:focus, .dialog-btn.white.active{ background-color: rgba(36, 48, 101, 1); border-color:rgba(36, 48, 101, 1); color: #fff; }
.dialog-btn.warning{ box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.19); }
.dialog-btn.warning:hover{ background-color: rgba(255, 130, 130, 1); border-color: rgba(255, 130, 130, 1); }
.dialog-btn.success:hover{ background-color: rgba(130, 255, 197, 1); border-color: rgba(130, 255, 197, 1); }

.modal-email-list{ width:100%; padding: 0px; margin: 0px; list-style-type: none; display: inline-flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.modal-email-list>li{ width:100%; position: relative; }
.uploadfile-frame{ width:100%; height: 105px; display: inline-flex; align-items: center; gap: 50px; position: relative; border: 1px dashed rgba(0, 0, 0, 1); padding: 30px; margin-bottom: 20px; }
.uploadfile-content-col{ flex: 1; display: inline-flex; flex-direction: column; align-items: flex-start; gap: 0px; }
.uploadfile-title{ font-size: 14px; color: rgba(0, 0, 0, 1); font-weight: 700; line-height: 1.2; padding: 0px; }
.uploadfile-title a{ text-decoration: underline; color: rgba(0, 0, 0, 1); }
.uploadfile-para{ color:rgba(72, 72, 72, 1); font-size: 12px; font-weight: 400; font-style: italic; padding: 0px; line-height: 1.4; margin: 0px; }
.uploadfile-plus{ width: 45px; height: 45px; position: relative; display: inline-flex; align-items: center; justify-content: center; }
.uploadfile-plus:before{ content:''; width: 100%; height: 5px; border-radius: 10px; background-color: rgba(61, 91, 255, 1); }
.uploadfile-plus:after{ content:''; width: 5px; height: 100%; border-radius: 10px; background-color: rgba(61, 91, 255, 1); position: absolute; left: 50%; top: 0; transform: translateX(-50%); }
.uploadfile-modal .modal-section-title{ font-size: 16px; color:rgba(46, 58, 89, 0.9); font-weight: 700; margin-bottom: 15px; }
.uploadfile-prgrs-box{ width: 100%; display: inline-flex; align-items: flex-start; position: relative; gap: 20px; }
.prgrs-icon{ width: 30px; flex-shrink: 0; }
.prgrs-bar-col{ display: inline-flex; flex-direction: column; gap: 3px; position: relative; align-items: flex-start; flex: 1; }
.prgrs-bar{ width: 100%; height: 6px; border-radius: 5px; position: relative; overflow: hidden; background-color: rgba(235, 235, 235, 1); }
.prgrs-bar>span{ height: 100%; position: absolute; top:0px; left: 0px; border-radius: 5px; background: linear-gradient(90deg, #69A7FF 41.09%, #3D5BFF 100%); }
.prgrs-bar-title{ font-size: 12px; font-weight: 400; color: rgba(46, 58, 89, 0.9); line-height: 1.2; padding: 0px; margin: 0px 0px 8px 0px; }
.prgrs-bar-status{ font-size: 10px; font-weight: 400; color: rgba(63, 94, 255, 1); font-style: italic; padding: 0px; margin: 0px; display: inline-flex; }
.prgrs-bar-status .prgrs-icn{ width: 10px; height: 10px; flex-shrink: 0; margin: 0px 5px; }
.prgrs-bar-status.success{ color: rgba(72, 137, 0, 1); }
.prgrs-bar-status.error{ color: rgba(244, 67, 54, 1); }
.prgrs-icn-btn{ width: 30px; height: 30px; padding: 0px; margin: 0px; border: none; background: transparent; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; outline: none; appearance: none; flex-shrink: 0; }
/* upload excel popup css ended */

/* show hidden rows popup css start */
.hidden-rows-dialog .mat-dialog-container{ padding: 25px 35px !important; }
.hidden-rows-dialog .mat-dialog-content { min-height: 200px; max-height: 300px; width: calc(100% + 40px); margin: 0px 0px 0px -15px; padding: 0px 15px 0px 15px !important; }
.hidden-rows-dialog .mat-dialog-actions{ padding: 10px 0px 10px !important; }
.rows-accro-box{ width: 100%; display: inline-flex; position: relative; flex-direction: column; overflow: hidden; border-radius: 8px; margin-bottom: 5px; }
.rows-accro-box .rows-accro-hdr{ width: 100%; height: 41px; padding: 8px 28px; display: inline-flex; align-items: center; justify-content: space-between; background-color: rgba(241, 251, 255, 1); border: rgba(241, 251, 255, 1) solid 1px; color: rgba(102, 102, 102, 1); font-size: 11px; font-weight: 700; border-radius: 8px; line-height: 1.4; }
.rows-accro-box .rows-accro-hdr-title{ display: inline-flex; align-items: center; gap: 15px; color: rgba(32, 70, 250, 1); }
.rows-accro-box .rows-accro-hdr-arrow{ width: 12px; transition: all ease-in-out 0.2s; }
.rows-accro-box .rows-accro-content{ width: 100%; height: 0px; border: 1px solid rgba(204, 204, 204, 1); border-radius: 0px 0px 8px 8px; transition: all ease-in-out 0.2s; overflow: hidden; opacity: 0;  }
.rows-accro-box .rows-accro-cntwrap{ width: 100%; padding: 15px 28px; }
.rows-accro-box.active .rows-accro-hdr{ border-radius: 8px 8px 0px 0px; background-color: rgba(36, 48, 101, 1); border-color: rgba(36, 48, 101, 1); color: #fff; }
.rows-accro-box.active .rows-accro-hdr-title{ color: #fff; }
.rows-accro-box.active .rows-accro-hdr-arrow{ filter: brightness(100); transform: rotate(180deg); }
.rows-accro-box.active .rows-accro-content{ height: auto; opacity: 1; }
.rows-info-label{ width: 100%; font-size: 9px; font-weight: 600; color: rgba(46, 58, 89, 1); line-height: 1.2; margin-bottom: 5px }
.rows-info-content{ width: 100%; font-size: 10px; font-weight: 700; color: rgba(46, 58, 89, 1); line-height: 1.2; margin-bottom: 10px; }

.rows-accro-list{ width: 100%; display: flex; flex-direction:column; align-items: flex-start;  }
.rows-accro-list .rows-accro-box .rows-accro-hdr{ height: auto; }
.rows-accro-list .rows-accro-box:nth-child(even) .rows-accro-hdr{ background-color: #fff; }
.rows-accro-hdr > .row{ width: 100%; align-items: center; }
/* show hidden rows popup css ended */

/* show hidden columns popup css start */
.hidden-columns-dialog .mat-dialog-container{ padding: 25px 35px !important; }
.hidden-columns-dialog .mat-dialog-content { min-height: 200px; max-height: 300px; width: calc(100% + 40px); margin: 0px 0px 0px -15px; padding: 0px 15px 0px 15px !important; }
.hidden-columns-dialog .mat-dialog-actions{ padding: 10px 0px 10px !important; }
/* show hidden columns popup css ended */


/* publish warning popup css start */
.publish-popup-wrap{ width: 100%; display: inline-flex; flex-direction: column; justify-content: center; padding: 40px 0px; gap: 25px; }
.publish-popup-wrap .mat-dialog-actions{ padding: 0px !important; }
/* publish warning popup css ended */


/* mat radio css start */
.mat-radio-button{ color: rgba(0, 0, 0, 1) !important; font-size: 11px !important; font-family: 'Mulish', sans-serif; }
.mat-radio-button .mat-radio-ripple{ display: none !important; }
.mat-radio-outer-circle{ border-color: rgba(69, 143, 246, 1) !important; }
.mat-radio-inner-circle{ background-color: rgba(69, 143, 246, 1) !important; }
.sm-radio .mat-radio-container{ height: 15px !important; width: 15px !important; }
.sm-radio .mat-radio-outer-circle { height: 15px !important; width: 15px !important; border-width: 2px !important; }
.sm-radio .mat-radio-inner-circle{ height: 15px !important; width: 15px !important; }
/* mat radio css ended */


/* search filter dropdown css start */
.filter-search-overlay{ position: absolute; right: 0px; top: 42px; z-index: 91; }
.whtlst-search-filter{ min-width: 382px; height: auto; padding: 5px; display: inline-flex; gap: 9px; position: relative; }
.whtlst-search-btn{ background-color: rgba(69, 143, 246, 1); border: rgba(69, 143, 246, 1) solid 1px; min-width: 118px; height: 44px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; appearance: none; cursor: pointer; }
/* search filter dropdown css ended */

/* 19.08.2024 end*/

/* 28.02.2024 mf research navigation design fixing*/
.navigationPanel{
  padding: 0;
  margin-bottom: 20px;
}
.VideoNav{
  border: 1px solid #131F55;
  border-radius:8px;
  padding: 15px;
}
.uparrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin:0 auto;
  display: flex;
  align-items: center;
}
.listOfcategory{
  margin-top: 0 !important;
}
.listOfcategory ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.listOfcategory ul li{
  /* width: 20%; */
  margin-right: 0;
  border: 1px solid rgba(69, 143, 246, 1);
  border-radius:3px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  padding: 5px 20px !important;
}
.listOfcategory ul li a{
  font-family: Mulish;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 15.06px;
  letter-spacing: 0%;
  color: rgba(38, 38, 38, 1) !important;  
}
.listOfcategory ul li:hover{
  background-color:rgba(69, 143, 246, 1) !important;
}
.listOfcategory ul li:hover a{
  color:#fff !important;
  display:block;
}
.listOfcategory ul li:after{
  content:"";
  position: absolute;
  right:0;
  top: 0px;
}
.headingWithbutton{
  position: relative;
}
.headingButton{
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 8px 23px;
  border-radius:3px;
  font-family: Mulish;
  font-weight: 700;
  font-size: 12px;
  line-height: 15.06px;
}
.headingbuttonArea{
  position: absolute;
  top: 0;
  right: 0;
}
/* 28.02.2024 mf research navigation design fixing*/

/* 23.09.2024 start*/
.sentmailbtnadded{
  margin: 0;
  padding: 0;
}
.styleApril .sentmailbtnadded .btn-primary{
  padding: 7px 13px;
  margin: 0 5px;
  width:auto !important;
  min-width:180px !important;
}
.whatsupBtn{
  width:auto !important;
  min-width:180px !important;
}
.whatsupBtn img{
  position: relative;
  top:-2px;
  margin-right: 5px;
}
/* 23.09.2024 end*/
.ui-autocomplete{
  background-color:#fff;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item .contact-item{
  padding: 10px;
}
.ui-autocomplete .ui-menu-item .contact-item:hover{
  color:#000;
}

/* 05.03.2025 start */
.listOfcategory ul li.active{
  background-color: #25A8E0 !important;
}
.listOfcategory ul li.active a{
  color: #fff !important;
  font-weight: 400 !important;
}
.cate-list li span{
  position: relative;
  top: -2px;
}
.headingButton.active{
  background-color: #25A8E0 !important;
  color: #fff !important;
}
/* 05.03.2025 end */
@media (max-width: 1200px) {
  .styleApril .sentmailbtnadded .btn-primary{
    display: inline-block;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .styleApril .sentmailbtnadded .btn-primary{
    display: block;
    margin-bottom: 15px;
  }
  .headingbuttonArea{
      position: relative;
      margin-bottom:30px;
  }
}
@media (max-width: 767px) {
  .styleApril .sentmailbtnadded .btn-primary{
    display: block;
    margin-bottom: 15px;
  }
  .styleApril .btn-primary {
    margin:0;
  }
}

