/* header start */
@import url("https://fonts.googleapis.com/css?family=Mukta");
@font-face {
  font-family: 'Work Sans';
  src: url(https://tiimg.tistatic.com/new_website1/ti-design/fonts/woff/WorkSans-Regular.woff);
}
@font-face {
  font-family: 'WorkSans-Bold';
  font-weight: 700;
  src: url(https://tiimg.tistatic.com/new_website1/ti-design/fonts/woff/WorkSans-Bold.woff);
}
/* mixin for multiline */
img {
  max-width: 100%;
}

.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

*,
ul,
li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  font-family: 'Work Sans';
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1500px;
}

.container-1 {
  margin: 0 auto;
  max-width: 1500px;
  padding:  0 6.25rem;
}

.bg-primary {
  background: #e21a22;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.clearfix::before {
  content: '';
  display: table;
  clear: both;
}

.color0 {
  color: #000000;
}

.color3 {
  color: #333333;
}

.colorF {
  color: #ffffff;
}

.primary-color {
  color: #e21a22;
}

.secondary-color {
  color: #ffc20e;
}

label.error {
  color: #e21a22 !important;
  font-size: 14px !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal !important;
}

a {
  text-decoration: none;
}

.link a {
  color: #333333;
}
.link a:hover {
  color: #e21a22;
}

.theme-link a {
  color: #e21a22;
}
.theme-link a:hover {
  color: #333333;
}

.white-link a {
  color: #ffffff;
}

.wd100 {
  width: 100%;
}

.wd50 {
  width: 50%;
}

.wd33 {
  width: 33%;
}

.wd-auto {
  width: auto !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vertical-align-mid {
  vertical-align: middle;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.hide {
  display: none;
}


.opacity0 {
  opacity: 0;
}

.opacity1 {
  opacity: 1;
}

.relative {
  position: relative;
}

.mt10 {
  margin-top:  0.625rem;
}

.mt20 {
  margin-top:  1.25rem;
}

.mt30 {
  margin-top:  1.875rem;
}

.mt50 {
  margin-top:  3.125rem;
}

.ml10 {
  margin-left:  0.625rem;
}

.ml20 {
  margin-left:  1.25rem;
}

.ml30 {
  margin-left:  1.875rem;
}

.mb10 {
  margin-bottom:  0.625rem;
}

.mb20 {
  margin-bottom:  1.25rem;
}

.mb30 {
  margin-bottom:  1.875rem;
}

.p0 {
  padding: 0;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-700 {
  font-weight: 700;
}

.placeholder::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

.placeholder:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

.placeholder::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
}

.placeholder:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.align-item-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.align-item-start {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}

.align-item-end {
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}

.swiper-pagination-bullet-active {
  background: #e21a22 !important;
}

.breadcrumb-main .heading {
  font-size: 26px;
  font-size: 1.625rem;
}

.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}

.btn {
  padding:  0.75rem 1.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-red {
  background: #e21a22;
  border: 1px solid #e21a22;
  color: #ffffff;
}

.btn-yellow {
  background: #ffc20e;
  border: 1px solid #ebaf00;
  color: #000000;
}

.btn-sent {
  background: #ffffff;
  border: 2px solid #ebaf00;
  outline: none;
  cursor: auto;
}
.btn-sent:before {
  content: "";
  background: transparent;
  height: 13px;
  width: 6px;
  border: 2px solid #333;
  border-width: 0px 3px 3px 0;
  transform: rotate(45deg);
  top: 10px;
  left: 8px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.form-control {
  width: 100%;
  height: 47px;
  border: 2px solid #c6cad1;
  padding:  0 0.625rem 0 0.9375rem;
  font-family: 'Work Sans', 'Roboto', sans-serif;
}

.textarea {
  height: 100px;
  font-family: 'Work Sans', 'Roboto', sans-serif;
  padding-top:  0.625rem;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"], textarea {
  -webkit-appearance: none;
}

.form-input-padding {
  padding:  0 0.9375rem;
}

header {
  position: relative;
  -webkit-box-shadow: 0px 13px 40px #e4e4e4;
  -moz-box-shadow: 0px 13px 40px #e4e4e4;
  box-shadow: 0px 2px 4px 0px #BBBABA40;
}

.header-icons {
  background: url(https://tiimg.tistatic.com/new_website1/ti-design/images/header-footer-sprite-new.png) no-repeat;
}

/*.mobi-nav-icons {
  background: url(https://tiimg.tistatic.com/new_website1/ti-design/images/mobile-nav-icons.png) no-repeat;
}*/

.app-toggle {
	margin-left:20px;
}
.head-app-icon {
    width: 20px;
    height: 29px;
    display: inline-block;
    background-position: -160px -2px !important;
}
.logoSearchCnt{
  display: flex;
  align-items: center;
  width: calc(60% + 150px);
}
.searchPost{
  display: flex;
  align-items: center;
  width: calc(100% - 70px);
  margin-left: 150px;
}
.searchPost .search-area{
  width: calc(100% - 280px) !important;
}
.post-req{
    background-color: rgb(29, 103, 141) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 8px !important;
    padding: 11px 12px !important;
    margin: 0 0 0 10px !important;
    border: 0 !important;
    width: 250px;
    height: 50px;
    text-align: center;
}
.support-area {
  margin:  3px 0 0 0;
}
.support-area .support {
  border-right: solid 5px #f3f3f3;
  padding-right:  1.25rem;
  margin-right:  1.25rem;
}
.support-area .support .support-icon {
  width: 32px;
  height: 40px;
}
.support-area .dwonload-app {
  display: none;
}

.joinCnt {
  margin-left: 5px;
  font-size: 14px;
  display: flex;
  align-items: baseline;
}
.joinCnt a {
    display: block;
    color: rgb(8, 47, 74) !important;
    text-decoration: none !important;
}
.joinCnt a:hover {
    text-decoration: none !important;
}
.joinCnt .myTrade{
  margin-top: 10px !important;
}
.joinCnt a.signUp {
  background-color: rgb(29, 103, 141);
    color: rgb(255, 255, 255) !important;
    border-radius: 4px;
    padding: 8px 12px;
    margin-left: 10px;
}
.right-toggle {
  display: none;
}
.grigMenu{
  position: relative;
    padding-right: 5px;
    margin-left: 20px;
    height: 16px;
    cursor: pointer;
}

.otherMenu {
  position: absolute;
  right: 0;
  top: 30px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(238, 240, 243);
    padding: 16px 16px 0 16px;
    width: 312px;
    box-sizing: border-box;
    box-shadow: rgba(187, 194, 205, 0.25) 3px 31px 40px;
    display: none;
}
.otherMenu::before {
    content: "";
    position: absolute;
    right: 4px;
    top: -7px;
    border-bottom: 8px solid rgb(238, 240, 243);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: -1;
}
.otherMenu .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.otherMenu .subTitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(45, 56, 64);
    margin-bottom: 8px;
  }
  .otherMenu .subTitle img{
    margin-right: 5px;
  }
.otherMenu .pbrBtn {
    border: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    height: 44px;
    padding: 0px 14px;
    margin-bottom: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(40.27deg, rgb(64, 132, 173) -16.4%, rgb(38, 92, 129) 118.06%);
    color: rgb(255, 255, 255);
    width: 100%;
}

.otherMenu .menuList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


.otherMenu .menuList li {
    display: inline-block;
    width: calc(33.33% - 6px);
    margin: 0px 9px 9px 0px;
    text-align: center;
    vertical-align: top;
}
.otherMenu .menuList li:nth-last-child(-n+3) {
    margin-bottom: 0px;
}
.otherMenu .menuList li:nth-child(3n) {
    margin-right: 0px;
}
.otherMenu .menuList li a{
  text-decoration: none;
}
.otherMenu .menuList li a .listItem {
    background-color: rgba(29, 104, 141, 0.08);
    border: 1px solid rgb(210, 218, 224);
    border-radius: 8px;
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.otherMenu .menuList li a .listItem .itemName {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    color: rgb(45, 56, 64);
    margin: 8px 0;
    word-break: break-word;
}
.downloadApp {
    background: rgb(247, 250, 254);
    border-top: 1px solid rgb(210, 218, 224);
    border-radius: 0px 0px 8px 8px;
    display: block;
    width: calc(100% + 32px)!important;
    margin-left: -16px;
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 24px !important;
    color: rgb(45, 56, 64);
    padding: 16px;
    display: flex;
    align-items: center;
}
.downloadApp img{
  margin-right: 5px;
}

.helpCnt {
	padding: 0.5rem 1.25rem 0.5rem 1.25rem;
	float: right;
	cursor: pointer;
	position: relative;
	border-left: solid 2px #f3f3f3;
	margin-left: 1.25rem;
	}
.helpCnt .help-icon {
    width: 23px;
    height: 23px;
    background-position: -1px -164px;
    margin-right: 3px;
}

.helpCnt:after {
  content: "\276E";
  position: absolute;
  right: 3px;
  top: 8px;
  color: #e21a22;
  transform: rotate(-90deg);
}
.helpCnt:hover {
  color: #e21a22;
}
.helpCnt:hover .dropdwonMenu {
  display: block;
}
.helpCnt .dropdwonMenu {
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 10px 10px;
  width: 195px;
  text-transform: none;
  box-shadow: 2px 3px 8px #b1aeae;
  top: 34px;
  right: 0;
  display: none;
}
.helpCnt .dropdwonMenu:before {
  content: '';
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #e4e4e4;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  top: 0;
  right: 11px;
  margin: -8px 0 0 0;
}
.helpCnt .dropdwonMenu:after {
  content: '';
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  top: 0;
  right: 11px;
  margin: -6px 0 0 0;
}
.helpCnt .dropdwonMenu ul {
  margin: 0;
  padding: 0;
}
.helpCnt .dropdwonMenu ul li {
  padding: 6px 0;
}
.helpCnt .dropdwonMenu ul li a {
  display: block;
}

.login-icon {
  width: 33px;
  height: 40px;
  background-position: -40px 0px !important;
}
.login-icon.userImg {
  float: left;
  width: 40px;
  outline: none;
}
.login-icon.userImg img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  margin-right: 0.5rem;
  display: inline-block;
	cursor: pointer;
}

.search-area {
  position: relative;
  width: 38%;
  z-index: 99;
}
.search-area .searchInput  {
  background: rgb(255, 255, 255);
    border: 1px solid rgb(209, 218, 224);
    border-radius: 8px;
    color: rgb(45, 56, 64);
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 1rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    appearance: none;
}
.search-area input[type="submit"] {
  background: url(https://img.tradeindia.com/new_website1/ti-design/images/search-icon290.svg) no-repeat 15px 15px, linear-gradient(to right, rgb(64, 132, 173) 0%, rgb(38, 92, 129) 100%);
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
}

.top-nav2 {
  display: none;
}

.afterloginCnt {
  width: 345px;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 40px;
  padding: 25px;
  border: solid 1px #ececec;
  background-color: #fff;
  border-radius: 0 3px 3px 3px;
  box-shadow: 2px 3px 4px #e1e1e1;
  display: none;
}
.afterloginCnt:before {
  content: '';
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #e4e4e4;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -8px 0 0 320px;
}
.afterloginCnt:after {
  content: '';
  border-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  border-style: dashed dashed solid;
  border-width: 0 8.5px 8.5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -6px 0 0 320px;
}
.afterloginCnt .close-login {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  color: #333;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
  margin:  0.375rem 0.625rem 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  display: none;
}
.afterloginCnt .login-heading {
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  display: none;
}
.afterloginCnt label {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding-bottom:  0.625rem;
  color: #666;
  margin-bottom:  1.25rem;
}
.afterloginCnt .messageAlert {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  float: left;
  text-align: center;
  padding:  0 0 0.625rem 0;
  margin-bottom:  1.5625rem;
  border-bottom: 1px solid #eaeaea;
}
.afterloginCnt .rememberMe {
  width: 100%;
  float: left;
  margin: 10px 0 15px 0;
  text-align: center;
}
.afterloginCnt .rememberMe label {
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
.afterloginCnt .btnBox {
  text-align: center;
}
.afterloginCnt .btnBox .btnRed {
  font-weight: normal;
  border: solid 1px #aeabab;
  background-color: #ffc20f;
  cursor: pointer;
	padding: .75rem 1.875rem;
	height: auto;
	color:#000;
	font-size: 20px;
}
.afterloginCnt .forgotPass {
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
}
.afterloginCnt .forgotPass a {
  text-decoration: underline;
  font-size: 20px;
  color: #00a5e8;
}
.afterloginCnt .newTrade {
  width: 100%;
  float: left;
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
}
.afterloginCnt .reg {
  width: 100%;
  float: left;
  margin: 10px 0;
  text-align: center;
}
.afterloginCnt .reg a {
  color: #dc0000;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: solid 1px #dc0000;
}
.afterloginCnt .formGroup {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.afterloginCnt .formGroup label {
  position: absolute;
  pointer-events: none;
  top: 5px;
  left: 10px;
  font-size: 13px;
  opacity: 0;
  background: #ffffff;
  padding: 0 2px;
  transition: 0.2s ease-in-out;
}
.afterloginCnt .formGroup .formControl {
  width: 100%;
  height: 44px;
  border: 1px solid #999;
  color: #000000;
  line-height: 32px;
  padding: 5px 15px;
  border-radius: 2px;
  font-size: 15px;
}
.afterloginCnt .formGroup .formControl:focus + label {
  opacity: 1;
  top: -8px;
  color: #000;
}
.afterloginCnt .title {
  width: 100%;
  float: left;
  color: #222;
  margin-bottom:  0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.afterloginCnt .userEmail {
  width: 100%;
  float: left;
  background: #ededed;
  border: solid 1px #dddfdf;
  border-radius: 20px;
  padding: 3px;
  text-align: left;
  margin-bottom:  1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.afterloginCnt .userEmail .userid {
  padding: 10px 0;
  display: inline-block;
}
.afterloginCnt .userEmail .closeform{
  float: right;
  margin: 10px;
  cursor: pointer;

}
.afterloginCnt .closeotpform {
  float: right;
  margin: 10px;
  cursor: pointer;
}
.afterloginCnt .userEmail .userImage img {
  float: left;
  width: 40px;
  border-radius: 50%;
  height: 38px;
  margin-right:  0.5rem;
}
.afterloginCnt .emailSection {
  float: left;
  width: 100%;
}
.afterloginCnt .passwordSection {
  float: left;
  width: 100%;
}
.afterloginCnt .otpAlert {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  float: left;
  text-align: center;
  padding:  0 0 0.9375rem 0;
}
.afterloginCnt .formControl.otpNumber {
  width: 50px;
  margin:  0 0.25rem 1.25rem 0.25rem;
  text-align: center;
}
.afterloginCnt .formGroup.textCenter {
  text-align: center;
}
.afterloginCnt .otp {
  text-align: center;
  margin: 15px 0;
  text-decoration: underline;
  font-size: 20px;
}
.afterloginCnt .otp a {
  color: #00a5e8;
}
.afterloginCnt .dNone {
  display: none;
}
.afterloginCnt .afterLogin {
  float: left;
  width: 100%;
}
.afterloginCnt .afterLogin .signedWhiteArea {
  padding:  0 0 0.9375rem 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #eaeaea;
}
.afterloginCnt .afterLogin .signedWhiteArea .userName {
  float: left;
  width: calc(100% - 60px);
}
.afterloginCnt .afterLogin .signedWhiteArea .userName .signedUserName {
  color: #4a4a4a;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  float: left;
}
.afterloginCnt .afterLogin .signedWhiteArea .signedOut {
  float: right;
  width: 60px;
  text-align: right;
}
.afterloginCnt .afterLogin .signedWhiteArea .signedOut a {
  color: #1686ce;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
.afterloginCnt .afterLogin .myTiArea {
  float: left;
  width: 100%;
  padding:  0.625rem 0;
}
.afterloginCnt .afterLogin .myTiArea a {
  color: #ce241b;
  text-decoration: none;
  border-bottom: solid 1px #ce241b;
  padding:  0 0 0.125rem 0;
}
.afterloginCnt .afterLogin ul.myTradeindia {
  padding:  0.75rem 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.afterloginCnt .afterLogin ul.myTradeindia li {
  list-style: none;
}
.afterloginCnt .afterLogin ul.myTradeindia li a {
  padding:  0.3125rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #747474;
  display: block;
  transition: all 0.2s;
}
.afterloginCnt .afterLogin ul.myTradeindia li a:hover {
  color: #ce241b;
}
.afterloginCnt .afterLogin .submitBuyReq {
  float: left;
  width: 100%;
  border-top: solid 1px #eaeaea;
  padding:  0.9375rem 0 0 0;
}
.afterloginCnt .afterLogin .submitBuyReq .submitHeading {
  float: left;
  width: 100%;
  padding:  0 0 0.3125rem 0;
}
.afterloginCnt .afterLogin .submitBuyReq .submitHeading a {
  color: #4a4a4a;
  text-decoration: none;
  transition: all 0.2s;
}
.afterloginCnt .afterLogin .submitBuyReq .submitHeading a:hover {
  color: #ce241b;
}
.afterloginCnt .afterLogin .submitBuyReq .submitQuote {
  float: left;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

/* header css end */


/*footer css start*/
  .footer-bg {
    background: #f6f6f6;
    border-top: solid 1px #cccccc;
    padding:  3.75rem 5rem;
  }
  .footer-bg .footer-link {
    width: 20%;
    float: left;
  }
  .footer-bg .footer-link .fotterlink-title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom:  1.875rem;
  }
  .footer-bg .footer-link ul {
    margin:  0;
    padding:  0;
    list-style-type: none;
  }
  .footer-bg .footer-link ul li {
    padding:  0.3125rem 0;
  }
  .footer-bg .footer-link ul li a {
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
  }
  .footer-bg .socialIcon {
    float: left;
    width: 75%;
    margin-top:  0.9375rem;
  }
  .footer-bg .socialIcon .social-media .app-headline {
    float: left;
    margin:  0.375rem 0.625rem 0 0;
    font-weight: bold;
  }
  .footer-bg .socialIcon .social-media .socialIconbg {
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
  }
  .footer-bg .socialIcon .social-media .socialIconbg:hover {
    transform: translateY(-3px);
    transition: 0.3s;
  }
  .footer-bg .socialIcon .social-media .facebook {
    background-position: -30px -164px;
  }
  .footer-bg .socialIcon .social-media .twitter {
    background-position: -72px -164px;
  }
  .footer-bg .socialIcon .social-media .google-plus {
    background-position: -54px -164px;
  }
  .footer-bg .socialIcon .social-media .linkedin {
    background-position: -156px -164px;
  }
  .footer-bg .socialIcon .social-media .youtube {
    background-position: -199px -164px;
  }
	.footer-bg .socialIcon .social-media .blog {
    background-position: -114px -164px;
  }
  .footer-bg .dwonload-app {
    width: 100%;
    margin-top:  0.9375rem;
  }
  .footer-bg .dwonload-app .google-play {
    width: 203px;
    height: 59px;
    background-position: 0px -102px;
  }
  .footer-bg .dwonload-app .app-store {
    width: 203px;
    height: 59px;
    background-position: 0px -41px;
  }
	.footer-bg .dwonload-app .google-partner {
    background-position: 0 -200px;
    width: 177px;
    height: 59px;
	}
  .footer-bg .copy-right {
    width: 25%;
  }
  .footer-bg .copy-right img {
    display: block;
  }
  .footer-bg .copy-right span {
    margin-top:  1.25rem;
  }
  .footer-bg .copy-right .term-co{
    color: #ffc20e;
  }
  .footer-bg .copy-right .term-co a {
    color: #ffc20e;
  }
  
  #toTop {
    padding:  0.3125rem 0.1875rem;
    background: #333;
    color: #fff;
    position: fixed;
    bottom: 90px;
	  right: 25px;
    display: none;
    width: 50px;
    border-radius: 100%;
    height: 50px;
    cursor: pointer;
  }
  #toTop:after {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #ffffff;
    border-width: 0px 1px 1px 0;
    background: transparent;
    display: inline-block;
    transform: rotate(225deg);
    position: relative;
    top: 16px;
    margin: 0 0 0 0.625rem;
    transition: all ease 0.5s;
    float: right;
    right: 14px;
  }
  
  .rfq-box {
    position: fixed;
    bottom: 152px;
    right: 25px;
    z-index: 98;
    display:none;
  }
  .rfq-box .ti-pay-pulse {
    overflow: initial;
    position: relative;
  }
  .rfq-box .ti-pay-pulse:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 2s cubic-bezier(0.1, 0, 0.9, 1) infinite;
    animation: pulse-animation 2s cubic-bezier(0.1, 0, 0.9, 1) infinite;
    z-index: -1;
  }
  
  .new-features {
    background: #e21a22;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0px 9px 1px 13px;
    z-index: 1;
    display: inline-block;
  }
  
  @-webkit-keyframes pulse-animation {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100%,
      50% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  @keyframes pulse-animation {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100%,
      50% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  .full-form {
    width: 100% !important;
  }
  
  .downloadAppMain{
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 15px;
    display: none;
  }
  .downloadAppText {
    background: #323c31;
    border: solid 1px #fff;
    color: #fff;
    font-size: .875rem;
    border-radius: 4px;
    padding: 5px 10px 1px 5px;
    display: inline-block;
  }
  
  .downloadAppText .footerLogo {
    width: 25px;
    float: left;
    margin-right: 10px;
  }
  
  .downloadAppText .appText {
    float: left;
    margin-top: 4px;
  }
  .ui-widget.ui-widget-content{
    z-index:999;
  }
  /*footer css end*/



 @font-face {
  font-family: 'Work Sans';
  src: url(https://tiimg.tistatic.com/new_website1/ti-design/fonts/woff/WorkSans-Regular.woff);
}

*{margin: 0; padding: 0; box-sizing: border-box;}
body{font-size: 15px; color: #373737; font-family:'Work Sans', 'Roboto', sans-serif;  font-weight: 400;}

img{margin: 0; padding: 0; max-width: 100%;}
a{text-decoration: none; color: #00a5e8;}
.cboth{clear:both;}
.redText{color:#e34d4e;}
.error{color:#e01b22; font-size:14px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #929292;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #929292;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #929292;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #929292;
  opacity:1;
}
::placeholder {
  color: #929292;
  opacity:1;
  }

/*main header common css start*/
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clearfix::before {
    content: '';
    display: table;
    clear: both;
}
.ml10 {
    margin-left: .625rem;
}

.container {
    margin: 0 auto;
    max-width: 1500px;
}
.mt30 {
    margin-top: 1.875rem;
}
.block {
    display: block;
}
@media screen and (max-width:1440px){.container{padding:0 1.875rem}}
@media screen and (max-width:395px){.container{padding:0 .625rem}}
@media screen and (max-width:395px){.dwonload-app{display: none;}}
/*main header common css end*/



.wraperCnt{width: 100%;}
.innerCnt{max-width: 1500px; padding: 0 40px; margin: 0 auto; position:relative;}
.mainCnt{width: 100%;}



/*Header css start*/
header{display: flex; flex-direction: row; justify-content: space-between; width: 100%; flex-wrap: wrap; padding: 10px 0; transition: ease all .3s; border-bottom: 1px solid #d2dae0; background: #fff; margin-bottom: 10px;}
/* .headerBgHeight{height:83px;display:block;} */

.mobileMenu{display:none;}
.ti-wrapper .logo{
  float: none;
  display: inline-block;
}
nav{width:80%; float:right;margin-top: 7px;}
nav ul{list-style: none; display:flex;float: right;align-items: center;}
nav ul li{display:flex; padding:0 0 0 40px;}
nav ul li.active{background: transparent !important;}
nav ul li a{ font-size: 16px; color: #000; opacity:0.4; transition: all 0.2s; position: relative;}
nav ul li a:hover, nav ul li.active a {opacity:1;}

.loginCnt{background-color: #f8f8f8; padding: 10px; border-radius: 40px;}
.loginCnt .user-icon { height: 24px; margin-right: 5px;}

/*responsive menu start */
.top-nav2 {height:100%; display:none; width:100%; background:rgba(0, 0, 0, 0.9); position:fixed; right:0; top:0; z-index:99; }
.top-nav2 ul {padding:1.25rem;}
.top-nav2 ul li {list-style-type: none;}
.top-nav2 ul li a {color: #fff; text-decoration: none; padding:  0.625rem 1.25rem; display: block;border-bottom: solid 1px #3a3939;}
.cross-btn {position: absolute;top: 0;right: 0;padding: 10px 20px;font-size: 30px;color: #fff;z-index: 999;}
/*responsive menu end */

.loginBox{float: left; margin: 40px 0 0 50px;}
.logCnt{position: relative; display: inline-block;}
.loginBox .btn-yellow{ font-weight: bold; width: 150px; outline: none;}
.loginBox.active .btn-yellow {background-color: #fff; border: solid 1px #ececec; }
.loginBox .btnBdr{width: calc(100% - 2px); height: 3px; background-color:#fff; position: absolute; z-index: 10; left: 1px; bottom: -1px; display: none;}
.loginBox.active .btnBdr{display: block;}

.loginBox .afterloginCnt{width: 345px; position: absolute; z-index: 9; right: 0; top: 40px; padding: 25px; border: solid 1px #ececec; background-color: #fff; border-radius: 0 3px 3px 3px; box-shadow: 2px 3px 4px #e1e1e1; display: none;}
.afterloginCnt .rememberMe { width: 100%;float: left; margin: 10px 0 15px 0; text-align: center;}
.afterloginCnt .rememberMe label { padding-left: 5px; color: #000;}
.afterloginCnt .btnBox { text-align: center;}
.afterloginCnt .btnBox .btn-yellow{font-weight: normal; border: solid 1px #aeabab; background-color: #ffc20f;}
.afterloginCnt .forgotPass{width: 100%;float: left; margin: 15px 0; text-align: center;}
.afterloginCnt .forgotPass a{text-decoration: underline; font-size: 20px;}
.afterloginCnt .newTrade{width: 100%;float: left; margin: 15px 0; font-size: 18px; text-align: center;}
.afterloginCnt .reg{width: 100%;float: left; margin: 10px 0; text-align: center;}
.afterloginCnt .reg a{color:#dc0000; text-transform: uppercase; font-size: 18px; padding-bottom: 5px; border-bottom: solid 1px #dc0000;}
/*Header css End*/



/* search suggestion css start */
.keyword-search-error {
    position: absolute;
    bottom: -24px;
    left: 12px;
    color: red;
    font-size: 15px;
}

.searchHint {
    position: absolute;
    background: #fff;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    z-index: 1001;
    box-shadow: 0 -1px 4px #ccc;
    border-top: 0;
    left: 7px;
}

.searchHint>a {
    display: block;
    padding: 5px 10px;
    font-size: 17px;
    color: #4a4a4a;
    cursor: pointer
}

.searchHint>a:hover {
    background: #eee
}

.searchHint .highlight {
    font-weight: bold;
    color: #000
}

/* search suggestion css end */

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

@media screen and (max-width: 768px) {
    .container{
      padding:0 10px !important;
    }
.searchPost{
  margin-left: 8px;
  width: 100%;
}
.logoSearchCnt {
    width: calc(100% - 46px);
}

.searchPost .search-area{
  width: 100% !important;
}
.search-area .searchInput{
			height: 46px;
      border-radius: 12px;
			padding: 0 52px 0 1.25rem;
			font-size: 16px !important;
		}
    .search-area input[type="submit"]{
      height: 46px;
    }
  .post-req {
    display: none;
   }
  .right-toggle {
    display: block;
    padding: 4px 0 0 0;
    position: relative;
    background-color: transparent;
    width: 40px;
    height: 46px;
   }
.login-icon.userImg, .joinCnt {
    display: none;
}
  .grigMenu{
    display: none;
  }

	.loginBox{display:none;}

.menuBg { width: 100%;  height: 100%; background: rgba(0,0,0,.5); position: fixed; left: 0; top: 0; display: none; z-index: 99;}
.top-nav {padding-top: 25px; height: auto; display: block; width: 100%; background-color: #fff;  position: fixed; border-radius: 40px 40px 0 0; right: 0; bottom: -100%; top: inherit; z-index: 100; margin-right: inherit; transition: all 0.5s;}
.top-nav.pushMenu {bottom: 0;}
.top-nav .scroll{height: 560px; overflow-y: auto;}
.top-nav .top-nav-head { width: 100%; height: auto; float: left; border-bottom: solid 1px #EEF0F3; color: #2D3840; background: transparent;  padding: 0 .9375rem 15px .9375rem;box-sizing:border-box;}
.top-nav .top-nav-head .title{display: flex; align-items: center; font-size: 14px; line-height: 20px; font-weight: 500; margin-bottom: 18px;}
.top-nav .top-nav-head .title img{margin-right: 5px; cursor: pointer;}
.top-nav .top-nav-head .userImg {float: left; margin-right: .625rem; outline: 0;}
.top-nav .top-nav-head .userImg .logUser{width: 40px; border-radius: 50%; height: 40px; border: solid 1px #fff;}
.top-nav .top-nav-head .userImg .bfLogin { float: left; margin: .25rem 0 0 0; max-width:100%;}
.top-nav .top-nav-head .infoCnt { float: left; width: calc(100% - 50px);}
.top-nav .top-nav-head .infoCnt .userName { font-size: 16px; font-size: 1rem; width: 100%; float: left; font-weight: 700; margin-top: 0;    line-height: 20px; letter-spacing: .3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.top-nav .top-nav-head .infoCnt .loginText { font-size: 14px; width: 100%; float: left; margin-top: .1875rem;     line-height: 20px;}
.top-nav .top-nav-head .infoCnt .loginText a {color: #2D3840;}
.top-nav ul { width: 100%; max-height: calc(100% - 154px); float: left; padding-top: .625rem; position: relative; overflow-x: auto;}
.top-nav ul li { list-style-type: none; position: relative;}
.top-nav ul li a { color: #111; text-decoration: none; font-size: 17px; font-size: 1.0625rem; padding: 10px 15px; display: flex; align-items: center;}
.top-nav ul li a img{margin-right: 8px;}
.top-nav ul li.cities a{ border-bottom: solid 1px #EEF0F3; border-top: solid 1px #EEF0F3;}
.top-nav .btnCnt{ width: 100%; float: left; margin: 18px 0 25px 0; padding: 0 15px;}
.top-nav .btnCnt .loginsBtn{
  border-radius: 8px;
  background-color: #8195A5;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 44px;
  margin: 0 auto;
}
.top-nav .btnCnt .loginsBtn img{
  margin-left: 8px;
}
.top-nav .btnCnt.loinsbtns{
  justify-content: space-between;
  display: flex;
}
.top-nav .btnCnt.loinsbtns a{
width: calc(50% - 10px);
border-radius: 4px;
}
.top-nav .btnCnt.loinsbtns a img{
  margin: 0 8px 0 0;
}
.top-nav .btnCnt.loinsbtns a:first-child{
  background-color: #1D678D;
}

.oneStepSolution{
  font-size: 16px;
  font-weight: 500;
  color: #2D3840;
  text-align: center;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.oneStepSolution .red{
  color: #e21b22
}
.oneStepSolution .yellow{
  color: #ffb508
}
.sellBuy{
      display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.sellBuy a{
  margin: 0 6px;
}
.registerdUser{
  font-size: 14px;
  font-weight: 400;
  color: #2D3840;
  background-color: #F7FAFE;
  border-radius: 4px;
  border: solid 1px #C8DBDF;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 5px 10px;
}
.registerdUser .totalUser{
  font-weight: 600;
  color: #17BF2C;
}

.mobileServises{
  margin-top: 16px;
  padding: 0 15px;
}
.mobileServises .title{
  font-size: 14px;
  color: #2D3840;
  font-weight: 500;
}
.mobileServises ul{
  list-style: none;
  display: flex;
  overflow-x: inherit;
  flex-wrap: wrap;
}
.mobileServises ul a{
  width: 33.333%;
}
.mobileServises ul a .iconT{
width: 64px;
height: 64px;
display: flex;
align-items: center;
justify-content: center;
background-color: #1D678D;
border-radius: 100%;
margin: 0 auto;
}
.mobileServises ul a .serviceName{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2D3840;
  text-align: center;
  margin-top: 12px;
}
.mobileServises ul.exSrv a{
  margin-bottom: 16px;
}
.mobileServises ul.exSrv a .iconT{
  width: 52px;
  height: 52px;
background-color: #E0F2F6;
}

.ti-wrapper .logo{
  float: none;
}
.ti-wrapper .logo a{
  width: 70px;
  display: inline-block;
}
.mainCnt{
  float: none;
  display: block;
}
.show {
    max-height: 300px;
    visibility: visible;
    display: flex !important;
}
.mobileMenu{display:block; position:absolute;z-index: 9; right: 16px;height: 28px; top: 8px;}
.hideMenu{display:none;}	
nav{width:100%; position: absolute;box-shadow: 0 2px 3px rgb(0 0 0 / 10%);  background: #fff; width: 100%; left: 0; top: 60px; padding-top:0px;overflow: hidden;
    transition: ease all 1s;max-height: 0;visibility: hidden;margin-top: 4px; display: flex !important; align-items: center;}
nav ul{display:block;width:100%; padding-top: 10px;}
nav ul li{padding:0 0 10px 20px;}
}






