html, body, ul, ol{margin: 0; padding: 0 !important}
/*Font face */
@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
.modal-open .modal{overflow-y: hidden; padding: 0 !important}
.modal-open{padding-right: 0 !important}
@font-face {
    font-family: 'SFProText';
    src: url('../fonts/sf_ui_text_regular-webfont.woff2') format('woff2'),
         url('../fonts/sf_ui_text_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
/*-------------------End------------------*/
body{font-family: SFProText; overflow-x: hidden;}

section{float: left; width: 100%;}
.Section_first{
  float: left;
  padding: 6rem 0; 
  width: 100%;
  color: #0a0a14;
  background: #f4f5f8; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f8 0%, #ecedef 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f5f8 0%,#ecedef 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f5f8 0%,#ecedef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f8', endColorstr='#ecedef',GradientType=0 ); /* IE6-9 */
}
.navbar .navbar-brand {
    color: #fff;
    font-size: 20px;
}
.navbar .navbar-brand:hover{color: #fff}
.navbar{
	padding-bottom: 16px;
	padding-top: 16px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-family: 'opensans';
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{color: rgba(255,255,255,0.7)}
.navbar-expand-lg .navbar-nav li{margin-right: 22px; position: relative;}
.header-btn {
    border-radius: 3px;
    border: solid 1px #fff;
    background: transparent;
    color: #fff;
    padding: 0 8px;
    font-size: 13px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    line-height: 31px;
    text-decoration: none;

}
.header-btn:hover {
    border-color:  #2350f5;
    color: #fff;
    background: #2350f5;
    text-decoration: none;
}
.Section_first h2{
  font-size: 56px;
  line-height: 1.38;
  text-align: left;
}
.Section_first p{
  font-size: 18px;
  line-height: 1.61;
  text-align: left;
  margin: 1em 0 2em;
}
.seller_benefits {
    float: left;
    width: 100%;
    padding: 6rem 0 2rem 0;
    position: relative;
}
.seller_benefits  h2, .buyer-benefits h3{
    font-family: 'opensans';
    font-weight: 300;
    text-align: left;
    color: #0a0a14;
    font-size: 40px;
}
.seller_benefits  .trazoo_things{
	margin: 6rem 0;
}
.seller_benefits .trazoo_things figure .img{position: relative; height: 100px}
.seller_benefits .trazoo_things figure .img img{    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }
.seller_benefits  .trazoo_things figure{
	text-align: center;
	vertical-align: top;
	margin: 5rem 0 3rem;
}
.seller_benefits  .trazoo_things figure figcaption{
    font-size: 18px;
    color: #0a0a14;
    margin: 20px 0;
}
.blue_btn {
    border-radius: 4px;
    background-color: #2350f5;
    color: #fff;
    padding: 0 2.5rem;
    height: 48px;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    text-decoration: none;
    transition: all 0.3s;
    border:1px solid  #2350f5;
}
.blue_btn:hover {
    border-radius: 4px;
    border:1px solid  #2350f5;
    color: #2350f5;
    background: transparent;
    text-decoration: none;
}
.seller_benefits ul{
	padding: 0;
	margin:1rem 0 0  0;
}
.seller_benefits ul li {  
    font-size: 18px;
    text-align: left;
    color: #0a0a14;
    line-height: 51px;
    margin-bottom: 10px;
    list-style: none;
    float: left;
    width: 100%;
    height: 51px;
}
.btn-border {
    border-radius: 4px;
    background: #2350f5;
    color: #fff;
    border: 1px solid #2350f5;
    padding: 0 23px;
    height: 42px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    line-height: 42px;
    text-decoration: none;
}
.btn-border:hover {
	  background: transparent;
    color: #2350f5;
    text-decoration: none;    
    border: 1px solid #2350f5;
}
.seller_benefits .icon{
	  width: 52px;
    float: left;
    margin-right: 17px;
    margin-top: -5px;
    text-align: center;
}
.seller_benefits .icon img{width: auto; max-width: inherit;}
.buyer-benefits{float: left; width: 100%; background: #fafafd; padding: 6em 0;}
.buyer-benefits ul {
	margin: 35px 0;
	display: inline-block;
}
.buyer-benefits ul li {  
  font-size: 18px;
  text-align: left;
  color: #0a0a14;
  line-height: 30px;
  margin-bottom: 20px;
  list-style: none;
  float: left;
  width: 100%;
}
.buyer-benefits ul li:last-child{
	margin-bottom: 0px;
}
.buyer-benefits .icon{
	width: 50px;
    text-align: center;
    float: left;
    margin-right: 17px;
}
.buyer-benefits .icon img{width: auto; max-width: inherit;}

.buyer-benefits .app-store-warp .abon{
    color: #0a0a14;
    font-style: italic;
}
.appstore_btn {
    text-decoration: none;
    margin-right: 13px;
    padding: 0;
    display: inline-block;
    transition: all 0.3s;
}
.appstore_btn:hover {
	opacity: 0.8
}
.trazoo_features{
	padding: 6rem 0;
}
.trazoo_features .header{
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}

.trazoo_features .header h2{
    font-family: 'raleway';
    font-size: 45px;
    font-weight: 500;
    color: #0a0a14;
    position: relative;
}
.trazoo_features .header h2:after{
	content: '';
    width: 200px;
    height: 1px;
    background: #0067ff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.trazoo_features .header p {
  font-size: 14px;
  line-height: 1.64;
  margin: 25px 0;
  color: #0a0a14;
}
.trazoo_features .box{
	margin: 3.5rem 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.trazoo_features .box .content-warp{
	padding: 3rem 0;
}
.trazoo_features .box .content-warp .numbers-wp span{
    width: 48px;
    height: 48px;
    border: 1px solid #2350f5;
    display: inline-block;
    font-size: 30px;
    color: #2350f5;
    font-weight: 300;
    text-align: center;
    border-radius: 100%;
    margin: 10px 0;
}
.trazoo_features .box .content-warp h3{
  font-size: 34px;
  color: #0a0a14;
}
.trazoo_features .box .content-warp p{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    color: #0a0a14;
    padding-right: 6rem;
}
.trazoo_features .box .content-warp .bot-text{
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #2552f8;
}
.our_key_partners{
    border-top: 1px solid #e6e9f9;
    min-height: 172px;
    line-height: 172px;
}
.our_key_partners ul li{
	float: left;
    list-style: none;
    margin-right: 50px;
}
.our_key_partners ul li:last-child{
	margin-right: 0;
}
.our_key_partners h2 {
	  font-size: 33px;
	  line-height: 172px;
	  color: #2c2c2c;
	  margin: 0;
}
/*-------------Start Footer----------------*/
footer{
	width: 100%;
	float: left;
}
footer .top-warp{
	padding: 5rem 0 1rem;
    background: url(../images/footer-bg.jpg) #2350f5;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .bottom-warp{
	padding: 13px 0;
    background:  #14152d;
    columns: #fff;
}
footer .top-warp h4{
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}
footer .top-warp ul li{
	font-size: 12px;
	list-style: none;
	margin: 10px 0;
}
footer .top-warp ul li a{
	color: rgba(255, 255, 255, 0.8);
}
footer .bottom-warp ul li{
	list-style: none;
	margin: 10px;
	display: inline-block;
}
footer .bottom-warp ul li a{
    background: #677897;
    color: #14152d;
    width: 31px;
    height: 31px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    transition: all 0.3s;
}
footer .bottom-warp ul li a:hover{
    background: #fff;
}
footer .bot-sec{ width: 100%; float: left; margin-top: 4rem; text-align: center}
footer .bot-sec p{color:#fff;}
.seller_benefits .col-md-6:last-child{
    position: absolute;
    right: 0px;
    text-align: right;
    padding-right: 0;
}
.seller_benefits .col-md-6:last-child img{
  max-width: 100%;
}
.phone-popup-submit .modal-dialog {
    max-width: 520px;
    margin: 10.75rem auto;
}
.phone-popup-submit .modal-dialog .modal-content{
  box-shadow: 0 2px 24px 0 rgba(10, 10, 20, 0.16);
    border: 0;
    border-radius: 0;
    padding: 25px;
}
.phone-popup-submit .modal-body, .phone-popup-submit .modal-header{padding: 0; color: #0a0a14;}
.phone-popup-submit .modal-header{
  border: 0;
  position: relative;
  float: left;
  margin-bottom: 15px;
  height: 17px;
}
.phone-popup-submit .modal-header .close-btn{
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../images/close-icon.png');
  border: 0;
  cursor: pointer;
}
.phone-popup-submit .modal-body p{
    font-size: 19px;
    font-weight: 300;
    line-height: 1.45;
}
.phone-popup-submit .modal-body h4{
  font-size: 16px;
  line-height: 1.81;

}
.phone-popup-submit .modal-body input {
    border: 1px solid #2350f5;
    height: 48px;
}
.phone-popup-submit .modal-body button {
    background: #2350f5;
    border: 0;
    color: #fff;
    font-size: 20px;
    min-width: 118px;
    line-height: 48px;
    height: 48px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
.phone-popup-submit .modal-body button:hover{
  opacity: 0.7;
}
.blue_btn.getapp {
    height: 42px;
    float: left;
    line-height: 42px;
    margin-right: 2rem;
}
nav .navbar-brand span {
    background: #fff;
    color: #2350f5;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 10px;
}
header{background: #234bbe;}
.navbar-light .navbar-toggler-icon{background-image: none; line-height: 0; padding-top: 6px;}
.navbar-light .navbar-toggler-icon .line {
    width: 100%;
    height: 2px;
    background: #fff;
    float: left;
    margin: 0;
}
.navbar-light .navbar-toggler-icon .line:nth-child(2) {
    margin: 7px 0;
}
.helpTrazoo {
    position: absolute;
    top: 52px;
    right: -10px;
    display: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
}

.helpTrazoo .helpTrazooContent {
    background: #fff;
    cursor: default;
    width: 280px;
    border-radius: 2px;
}
.helpTrazoo .head:after{
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    content: '';
    right: 40px;
    top: -13px;
}
.helpTrazoo .head { 
    position: relative;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0a0a14;
    padding: 15px 24px;
    border-bottom: 1px solid lightgray;
    height: 46px;
}
.helpTrazoo .contant-wp{
    color: #0a0a14;
    font-size: 12px;
    padding: 15px 24px;
}
.helpTrazoo .contant-wp p{margin: 4px 0}
.helpTrazoo .head .closeButton{
    float: right;
    font-size: larger;
    font-weight: normal;
    cursor: pointer;
}
.helpTrazoo .contant-wp p strong{
    letter-spacing: 0.2px;
    text-align: left;
    color: #0a0a14;
    text-shadow: none;
}
.helpTrazoo .contant-wp p span{
    font-weight: 600;
    letter-spacing: normal;
    color: #2350f5;
}
.helpTrazoo button.btn-pop {
    margin-top: 12px;
    height: 28px;
    width: 72px;
    border-radius: 2px;
    background-color: #2350f5;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
}
.pp2 .modal-content{background: transparent;
    box-shadow: none;
    border: 0;
    top: 5rem;}
.pp2  .modal-body {
    padding: 0;
    background: transparent;
}
.pp2  .modal-body .helpTrazoo {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
}
.displaynone{display: none}
.error-ms{font-size: small;color: red}
.sucess-msg{text-align: center; color: #11b53c;}
.pp2  .modal-body .helpTrazoo .helpTrazooContent {
    width: 280px;
}
.fade.show {
    padding: 0 !important;
}
.pp2  .modal-body .helpTrazoo .head:after{display: none}
:focus, button:focus {outline: 0}
.error-valid{font-size: 12px; color: red; padding-top: 5px;}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus{color: #fff}
.message-sucess-content h4{
    color: #0a0a14;
    font-size: 34px;
}
.message-sucess-content{
    padding-top: 8rem;
    display: none;
}
.contact-us-warp h2{font-family: Raleway;     margin-bottom: 25px; font-size: 34px; color: #0a0a14;}
.contact-us-warp label{line-height: 1.64; font-size: 14px; font-family: 'SFProText'; display: block;  color: #0a0a14;}
.contact-us-warp .send-btn{
    width: 118px;
	height: 48px;
	border-radius: 4px;
	background-color: #2350f5;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #2350f5;
	cursor: pointer;
	transition: all 0.3s;
}
section.contact-us-warp {
    padding: 54px 0;
    margin-top: 73px;
}
.contact-us-warp .form-group{margin-bottom: 25px}
.contact-us-warp .send-btn:hover{
	background-color: #fff;
	color: #2350f5;
}
.contact-us-warp .form-control{height: 48px;}
.contact-us-warp p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0a0a14;
    font-weight: 400;
}
.contact-us-warp .map-wp{height: 170px; margin-top: 20px}
/*---------Start shipment policies css-------*/
.content-wp {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.64;
    color: #0a0a14;
}
.img-shipment{
    margin: 1rem auto;
    width: 185px;
}
.img-shipment img{
    width: 100%;
}
.content-wp  h5 {
    font-size: 14px;
    font-weight: 600;
}
.content-wp  p{
    margin-bottom: 2rem;
}
.privacy-policy b{font-weight: bold;}
ul.policies-ul li{margin-bottom: 5px; font-weight: 600; list-style: none;}
.policy-links{margin: -15px 0 20px;}
.policy-links li{list-style: none;}
/*---------Start Responsive css--------------*/
@media (min-width:767px){
  header {
      position: fixed;
      z-index: 999;
      width: 100%;
      border-bottom: 1px solid #f7f7f7;
  }
  .Section_first{margin-top: 72px;}
  .desk-hide{display: none;}
}
@media (max-width: 1199px){
  img{max-width: 100%;}
  
}
@media (min-width:768px) and (max-width:1024px){
  .Section_first h2 {font-size: 36px; line-height: 1;}
  .Section_first p{margin-bottom: 1rem;}
  .seller_benefits ul{margin-top: 1rem}
  .seller_benefits ul li {font-size: 14px; line-height: 16px; margin-bottom: 15px;}
  .seller_benefits h2, .buyer-benefits h3{font-size: 30px}
  .seller_benefits .trazoo_things figure{margin: 1rem 0}
  .seller_benefits .trazoo_things figure figcaption {font-size: 13px;}
  .buyer-benefits ul li{font-size: 14px;}
  .trazoo_features .box .content-warp h3{font-size: 26px}
  .trazoo_features .box .content-warp p{padding-right: 0}
  .our_key_partners ul li{margin-right: 20px;}
  

}
@media (min-width:768px) and (max-width:991px){
  
  .blue_btn.getapp{padding: 0 25px;}
  .trazoo_features .box .content-warp{padding: 0}
  .our_key_partners h2 {line-height: 30px; text-align: center;  margin-top: 3rem;}

}
@media (max-width:767px){
  .mob-hide{display: none;}
	.Section_first, .seller_benefits, .buyer-benefits, .trazoo_features {padding: 2rem 0;}
	.Section_first h2, .trazoo_features .header h2 {font-size: 30px;  line-height: 1.38;}
	.Section_first p {font-size: 15px;}
	.Section_first .img {margin: 25px auto 15px auto;}
	.seller_benefits .col-md-6:last-child {position: relative;  text-align: center; top: 0;}
	.seller_benefits ul li {font-size: 15px; line-height: 20px;}
	.seller_benefits .trazoo_things{margin: 2rem 0}
	.seller_benefits h2, .buyer-benefits h3{font-size: 30px;}
	.seller_benefits .trazoo_things figure{margin: 0;}
	.buyer-benefits ul li{font-size: 15px; line-height: 18px;}
	.buyer-benefits .col-md-6:first-child{margin-bottom: 2rem}
	.buyer-benefits ul{margin: 15px 0}
	.buyer-benefits .app-store-warp {margin-top: 1rem;}
	.appstore_btn{width: 135px;}
	.appstore_btn:last-child{margin-right: 0;}
	.trazoo_features .box {margin: 1rem 0;}
	.trazoo_features .box .content-warp {padding: 1rem 0; text-align: center;}
	.trazoo_features .box .content-warp h3{font-size: 24px;}
	.trazoo_features .box .content-warp p{padding-right: 0}
	.our_key_partners {min-height: auto; margin-bottom: 2rem; padding: 1rem 0;  line-height: inherit;}
	.our_key_partners h2 {font-size: 30px; text-align: center; line-height: inherit;}
	.our_key_partners ul{float: left; width: 100%; margin-top: 15px;}
	.our_key_partners ul li{float: none;  margin: 25px auto;}
	footer .top-warp {padding: 2rem 0 1rem;  background-size: cover;}
	footer .bottom-warp{padding: 5px 0}
	.navbar{padding: 15px 0}
	.navbar-light .navbar-toggler{border-color: transparent;}
  .trazoo_features  .wow{animation-name: none !important; visibility: visible !important;    }
  footer .bottom-warp ul{text-align: center;}
  .blue_btn.getapp{margin-right: 1rem; width: auto;  padding: 0 20px;}
  img{max-width: 100%;}
  .img-shipment {margin: 1rem auto;  width: 285px;}
  section.contact-us-warp {padding: 25px 0; margin-top: 0px;}
}
div#top-scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    border: 1px solid rgb(35, 80, 244);
    cursor: pointer;
    display: none;
}
div#top-scroll.show{
	display: block;
}
div#top-scroll a{
    display: block;
    text-decoration: none;
}

/* Hide HTML5 Up and Down arrows. */
 input[type="number"]::-webkit-outer-spin-button,  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
 input[type="number"] {
    -moz-appearance: textfield;
}