body{
  /*font-family: 'Karla';*/
  color: #010101;
  font-family: "Neo Sans Std";
}
html {
	 color: #010101;
  	font-family: "Neo Sans Std";
}

body.home-page .header-top,
html.home-page .header-top {
  background: none;
}

body.home-page header.fixed-header .header-top,
html.home-page header.fixed-header .header-top {
  background-image: url("../images/banner_new.png");
}

/*@font-face { font-family: Neo Sans Pro; src: url(../font/neo-sans-std-417.otf); font-weight: 400; font-style: normal }*/

/*@font-face {
  font-family: "Neo Sans Std";
  src: url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.eot");
  src: url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.woff") format("woff"), url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/eae734a8099f563be4380b01338ab3db.svg#Neo Sans Std") format("svg");
}*/

@font-face {
  font-family: 'Neo Sans Std';
  src: url("../font/Neo Sans Std Regular.otf");
}

/*New CSS by Design Team*/

/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}


.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";


}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}


.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}


.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("fontawesome/5_5_0/webfonts/fa-regular-400.eot");
  src: url("fontawesome/5_5_0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/5_5_0/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome/5_5_0/webfonts/fa-regular-400.woff") format("woff"), url("fontawesome/5_5_0/webfonts/fa-regular-400.ttf") format("truetype"), url("fontawesome/5_5_0/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}


/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fontawesome/5_5_0/webfonts/fa-brands-400.eot");
  src: url("fontawesome/5_5_0/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/5_5_0/webfonts/fa-brands-400.woff2") format("woff2"), url("fontawesome/5_5_0/webfonts/fa-brands-400.woff") format("woff"), url("fontawesome/5_5_0/webfonts/fa-brands-400.ttf") format("truetype"), url("fontawesome/5_5_0/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}


/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("fontawesome/5_5_0/webfonts/fa-solid-900.eot");
  src: url("fontawesome/5_5_0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome/5_5_0/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome/5_5_0/webfonts/fa-solid-900.woff") format("woff"), url("fontawesome/5_5_0/webfonts/fa-solid-900.ttf") format("truetype"), url("fontawesome/5_5_0/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


/*! * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;

}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {

  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f15e";
}


.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}


/*End New CSS by Design Team*/

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-Bold.woff2") format("woff2"), url("../fonts/Karla-Bold.woff") format("woff"), url("../fonts/Karla-Bold.ttf") format("truetype"), url("../fonts/Karla-Bold.svg#Karla-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-BoldItalic.woff2") format("woff2"), url("../fonts/Karla-BoldItalic.woff") format("woff"), url("../fonts/Karla-BoldItalic.ttf") format("truetype"), url("../fonts/Karla-BoldItalic.svg#Karla-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-Italic.woff2") format("woff2"), url("../fonts/Karla-Italic.woff") format("woff"), url("../fonts/Karla-Italic.ttf") format("truetype"), url("../fonts/Karla-Italic.svg#Karla-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Karla';
  src: url("../fonts/Karla-Regular.woff2") format("woff2"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg#Karla-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}


/***********Home Page Css***********/


/***********Header Css***********/

.mob_header {
  display: none;
}

header .header-top {
  padding: 25px 0px 15px;
  background: rgba(25, 13, 0, 0.2);
  display: block;
  width: 100%;
  position: fixed;
  z-index: 100;
  min-height: 120px;
  background-image: url(../images/banner_new.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 9999;
}

@media (max-width: 767px) {
  header .header-top {
    padding: 0px;
  }
}

header .logo {
  float: left;
  position: relative;
  z-index: 1;
}

header .social-bar {
  width: 100%;
  float: right;
}

.top_search {
  width: 82%;
  float: left;
}

.top_search .header_search {
  float: right;
  width: 28%;
}

.top_search .header_search input {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0;
  width: 85%;
  line-height: 24px;
  border-radius: 0;
  background: 0 0;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  padding: 0;
  display: inline-block;
  height: auto;
  -webkit-appearance: none;
  padding-left: 5px;
}

.top_search .header_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.top_search .header_search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.top_search .header_search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.top_search .header_search input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.top_search .header_search button {
  width: 12%;
  padding: 0;
  border: none;
  background: 0 0;
  display: inline-block;
  position: relative;
  cursor: pointer;

}

header .social-bar .social-sec {
  display: block;
  text-align: right;
  margin-bottom: 15px;
  width: 18%;
  float: right;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  header .social-bar .social-sec a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  header .social-bar .social-sec a span,
  header .social-bar .social-sec a i {
    color: #fff;
  }
}

header .social-bar .social-sec li {
  text-decoration: none;
  display: inline-block;
  list-style: none;
  margin-left: 5px;
}

.menu_bar {
  width: 100%;
  float: right;
}

a.logo {
  display: block;
  padding-top: 15px;
}

a.logo img {
  max-width: 100%;
  max-height: 85px;
}

.block.heading {
  padding-bottom: 30px;
}

.block.heading h3 {
  font-size: 40px;
  color: #f7941d;
  line-height: 45px;
  margin-bottom: 0px;
  font-weight: 700;
}

.block.heading h3 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #000;
}

header .main_menu {
  display: block;
  float: right;
  margin-bottom: 0px;
}

header .main_menu li {
  padding-bottom: 5px;
  float: left;
  list-style: none;
  border-bottom: 2px solid transparent;
}

header .main_menu li:hover {
  border-bottom: 2px solid #70b737;
}

header .main_menu li a {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #5c554e;
  padding: 2px 25px;
}

header .main_menu li:last-child a {
  padding-right: 0;
  border-right: none;
}

.banner {
  width: 100%;
  background: url("../images/banner_new.png");
  background-size: cover;
}

.banner-left {
  width: 100%;
  position: relative;
}

.banner-right {
  width: 100%;
  position: relative;
}

.banner .searchbox {
  pointer-events: auto;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 100%;
  padding: 22% 0 18%;
}

.banner .searchbox form input {
  margin: 0 auto;
  width: 77%;
  border-radius: 0;
  font-size: 25px;
  line-height: 43px;
  background: 0 0;
  border: none;
  color: #acacac;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  padding: 0 20px;
  height: 50px;
  -webkit-appearance: none;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  background-color: #fff;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .banner .searchbox form input {
    widows: 100%;
  }
}

.banner .searchbox form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

.banner .searchbox form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

.banner .searchbox form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

.banner .searchbox form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.banner .searchbox form button {
  border: none;
  background: 0 0;
  display: inline-block;
  position: absolute;
  width: 10%;
  background-color: #70b737;
  height: 50px;
  float: left;
}

.banner .searchbox form #dropdown-button {
  background: white;
  border-radius: 0px;
  width: 12%;
  float: left;
  position: relative;
  padding-top: 8px;
  margin-right: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner .searchbox #demolist {
  width: 200px;
  border-radius: 0px;
}

.cat-top-slider .category_slider .slide-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  display: block;
  min-height: 150px;
}

.cat-top-slider .category_slider .slide-box .image {
  max-height: 150px;
  min-height: 140px;
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background-clip: padding-box;
  border: solid 3px transparent;
  border-radius: 50%;
  z-index: 1;
}

.cat-top-slider .category_slider .slide-box .image a {
  display: block;
  text-align: center;
  width: 100%;
}

.cat-top-slider .category_slider .slide-box .image img {
  max-height: 65px;
  max-width: 85px;
  margin: 0 auto;
}

.cat-top-slider .category_slider .slide-box .image:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.cat-top-slider .category_slider .slide-box .image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: -3px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#70b737), to(#f7941d));
  background: linear-gradient(to right, #70b737, #f7941d);
}

.cat-top-slider .category_slider .slide-box .image img+img {
  display: none;
}


/* .cat-top-slider .category_slider .slide-box .image:hover:after { background: -webkit-gradient(linear, left top, right top, from(#70b737), to(#f7941d)); background: linear-gradient(to right, #70b737, #f7941d); } */


/* .cat-top-slider .category_slider .slide-box .image:hover:before { background: -webkit-gradient(linear, left top, right top, from(#f7941d), to(#70b737)); background: linear-gradient(to right, #f7941d, #70b737); border-top-right-radius: 40%; border-top-left-radius: 60%; border-bottom-left-radius: 30%; border-bottom-right-radius: 60%; opacity: 0.7; } */


/* .cat-top-slider .category_slider .slide-box .image:hover img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } */

.cat-top-slider .category_slider .slide-box h5 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.toogleDropDown {
  background-color: #70b737 !important;
}

#menuIcon {
  background-image: url("../images/menu_down.png");
  height: 35px;
  width: 35px;
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#caretIcon {
  background-image: url("../images/caret_down.png");
  height: 35px;
  width: 15px;
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.changeMenuIcon {
  background-image: url("../images/menu.png") !important;
}

.changeCaretIcon {
  background-image: url("../images/caret_up.png") !important;
}

.banner .searchbox form button:focus {
  background-color: #70b737;
  border-color: #70b737;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
}

.banner .searchbox form ul li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0px;
}

.banner .searchbox form ul li a {
  color: black;
}

.banner .searchbox form ul li img {
  width: 35px;
}

.banner .searchbox form .btn-group {
  position: absolute;
}

.banner .check-btn-sec {
  width: 100%;
  margin: 25% auto 0;
  pointer-events: auto;
}

.banner .check-btn-sec .chk-button {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #f7941d;
  background: #fff;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.banner .check-btn-sec .caption {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 34px;
  /*font-family: 'Montserrat', sans-serif;*/
}

.banner .check-btn-sec .caption:before {
  content: '';
  display: block;
  position: absolute;
  left: 3%;
  top: 0;
  bottom: 0;
  background-image: url(../images/seperator.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 46px;
  width: 16px;
  height: 46px;
  margin: auto;
}


/***********Header Css***********/


/***********Content css***********/


/*******Product step sec********/

.product-slider {
  width: 100%;
  padding: 50px 0px 35px;
}

.banner-slider {
  width: 100%;
}

.banner-slider .slide-box {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px 15px;
  text-align: center;
  margin-bottom: 8px;
}

.banner-slider .slide-box .slide-img {
  width: 25%;
  float: left;
}

.banner-slider .slide-box .slide-cont {
  width: 75%;
  float: left;
}

.banner-slider .slide-box .slide-cont h4 {
  font-size: 12px;
  color: #353535;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.banner-slider .slide-box .slide-cont span {
  font-size: 12px;
  color: #353535;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.banner-slider .slide-box .slide-cont .view_btn {
  display: inline-block;
  padding: 3px 35px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-slider .slide-box .slide-cont .view_btn:hover {
  border: 1px solid #70b737;
  background: transparent;
  color: #70b737;
}

.banner-slider .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50px;
  background: #ad9181;
}

.banner-slider .carousel-indicators li.active {
  background: #f7941d;
}

.banner-slider .carousel-indicators {
  bottom: -40px;
}


/*******Product step sec********/

.product-sep-sec {
  width: 100%;
}

.product-sep-sec .step-box {
  text-align: center;
}

.product-sep-sec .step-box h1 {
  font-size: 55px;
  color: #70b737;
  margin: 0px 0px 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product-sep-sec .step-box h2 {
  font-size: 28px;
  color: #70b737;
  margin: 0px 0px 18px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product-sep-sec .step-box p {
  font-size: 14px;
  color: #70b737;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.step {
  position: relative;
}

.step:before {
  content: '';
  height: 100%;
  width: 70px;
  max-height: 198px;
  background-image: url(../images/step-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 90%;
  top: 50%;
  bottom: 0;
  margin: auto;
}

.step.first:before {
  display: none;
}


/*******Gallery section********/

.manu-gallery {
  width: 100%;
  text-align: center;
}

.manu-gallery h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 0px 0px 5px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.manu-gallery h2 {
  font-size: 20px;
  color: #f7941d;
  margin: 0px 0px 40px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  position: relative;
}

.manu-gallery h2:before {
  content: '';
  height: 1px;
  width: 125px;
  background: #d7d7d7;
  left: 30%;
  top: 50%;
  position: absolute;
}

.manu-gallery h2:after {
  content: '';
  height: 1px;
  width: 125px;
  background: #d7d7d7;
  right: 30%;
  top: 50%;
  position: absolute;
}

.manu-gallery .brand-logo {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.manu-gallery .brand-logo:hover {
  border: 1px solid #f7941d;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.border-bo {
  border-bottom: 1px solid #d7d7d7;
}


/*******Hot slider section********/


.hot-slider {
  width: 100%;
  text-align: center;
}

.hot-slider h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 0px 0px 35px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.slide-box {
  width: 14%;
  text-align: center;
  float: left;
}

.slide-box a img {
  display: inline-block;
  margin-bottom: 15px;
}

.slide-box span a {
  display: block;
  font-size: 13px;
  color: #000;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.slide-box span a:hover {
  color: #f7941d;
  text-decoration: none;
}

.hot-slider .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}


/* The colour of the indicators */

.hot-slider .carousel-indicators li {
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #70b737;
}

.hot-slider .carousel-indicators .active {
  background: #70b737;
}


/***********Review section css***********/

.review-section {
  width: 100%;
}

.review-section h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 0px 0px 35px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  /* border-top: 1px solid #d7d7d7;*/
  padding-top: 25px;
}

.review-section .review-pro-box {
  width: 100%;
  padding: 30px 10px 30px 0px;
  border-top: 1px solid #d7d7d7;
}

.review-section .review-pro-box .review-pro-box-img {
  text-align: center;
}

.review-section .review-pro-box .review-pro-box-cont p {
  font-size: 14px;
  color: #010101;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  margin: 0px 0px 30px 0px;
}

.review-section .review-pro-box .review-pro-box-cont span {
  font-size: 14px;
  color: #010101;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 0px 30px 0px;
}

.review-offer-box {
  text-align: center;
  margin-bottom: 20px;
}

.review-offer-box h2 {
  font-size: 18px;
  color: #000000;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 0px 0px 0px;
}

.review-offer-box h3 {
  font-size: 30px;
  color: #000000;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  margin: 0px 0px 20px 0px;
}

.review-offer-box span {
  font-size: 18px;
  color: #000000;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  display: block;
}

.review-offer-box .review-offer-box-img {
  width: 100%;
}

.review-offer-box img {
  display: inline-block;
  margin-bottom: 20px;
}

.review-offer-box .click-btn {
  display: inline-block;
  padding: 5px 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.review-offer-box .click-btn:hover {
  border: 1px solid #70b737;
  color: #70b737;
  background: transparent;
}

.testi-head a {
  font-size: 13px;
  color: #000000;
  font-weight: 800;
  margin: 20px 0px 20px 0px;
  width: 100%;
}

.testi-head a:hover {
  color: #70b737;
  text-decoration: none;
}

.more-testi-box a {
  font-size: 13px;
  color: #010101;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  display: block;
}

.more-testi-box a:hover {
  text-decoration: none;
}


/***********Content css***********/


/***********Footer css***********/

footer {
  background: #858585;
  padding: 60px 0px 30px 0px;
}

footer .footer-top .footer-left-nav {
  border-right: 1px solid #d7d7d7;
  padding: 25px 0px;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: block;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 li {
  display: block;
  list-style: none;
  margin-bottom: 0px;
}

footer .footer-top h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer .footer-top .fotter-social h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 li a:hover {
  color: #ff6600;
}

.fotter-social ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 12px 0px;
  display: block;
}

.fotter-social h2 {
  text-align: right;
}

.fotter-social ul li {
  display: inline-block;
  margin-right: 8px;
}

.fotter-social ul li:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 10px #ff6600;
  box-shadow: 0 0 10px #ff6600;
}

.fotter-social .news-blog-btn {
  display: inline-block;
  padding: 5px 43px;
  background: #ff6600;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #ff6600;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fotter-social .news-blog-btn:hover {
  background: transparent;
  border: 1px solid #ff6600;
  color: #ff6600;
}

footer .footer-bottom {
  text-align: center;
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
  margin-top: 35px;
}

footer .footer-bottom p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
}

footer .footer-bottom span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  display: block;
}


/* Popup box BEGIN */

.hover_bkgr_fricc {
  padding: 30px !important;
  max-height: 1000000000px;
  height: auto;
  border: solid 1px #d7d7d7;
  -webkit-box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.8);
  overflow: visible;
  position: absolute;
  width: 720px;
  max-width: 720px;
  padding: 0;
  background: #ffffff;
  /*overflow: hidden;*/
  bottom: 240%;
  left: -15%;
}

.hover_bkgr_fricc p {
  font-size: 14px;
  color: #000;
}

.hover_bkgr_fricc:after {
  content: '';
  position: absolute;
  top: 96%;
  left: 0;
  right: 60%;
  -webkit-transform: matrix(0.5, 1, -0.5, 1, 0, 0);
  transform: matrix(0.5, 1, -0.5, 1, 0, 0);
  border-right: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.4);
  width: 30px;
  background: #fff;
  height: 30px;
  margin: auto;
}

.hide {
  display: none;
}


/***********How it work page css***********/

.how_it_work_sec {
  width: 100%;
  padding: 145px 0px 50px;
}

.how_it_work_sec h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 80px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.step-sec {
  width: 100%;
  float: left;
  padding-bottom: 110px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 50px;
}

.how_it_work_sec .work-step-box {
  padding: 30px 25px;
  background: #f1f8ec;
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 60px;
}

.how_it_work_sec .step-1,
.how_it_work_sec .step-2,
.how_it_work_sec .step-3 {
  position: relative;
}

.how_it_work_sec .step-1:after {
  content: '';
  display: block;
  position: absolute;
  right: -62%;
  top: 43%;
  background-image: url(../images/first-step.png);
  width: 284px;
  height: 155px;
}

.how_it_work_sec .step-2:before {
  content: '';
  display: block;
  position: absolute;
  left: -64%;
  bottom: -42%;
  background-image: url(../images/second-step.png);
  width: 293px;
  height: 78px;
}

.step-1 img {
  position: absolute;
  right: 0%;
  bottom: -118%;
}

.step-2 img {
  position: absolute;
  left: 7%;
  bottom: -116%;
}

.step-3 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80%;
  margin: 0 auto;
}

.how_it_work_sec .work-step-box .step-index {
  width: 25%;
  float: left;
  text-align: center;
}

.how_it_work_sec .work-step-box .step-index span {
  font-size: 104px;
  color: #70b737;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  line-height: 75px;
}

.how_it_work_sec .work-step-box .step-info {
  width: 75%;
  float: left;
}

.how_it_work_sec .work-step-box .step-info h2 {
  font-size: 20px;
  color: #70b737;
  margin: 0px 0px 15px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.how_it_work_sec .work-step-box .step-info p {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.hiw-video-sec {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  padding: 0px 25px;
}

.hiw-video-sec .video-box {
  width: 100%;
}

.hiw-video-sec .video-box video {
  width: 100%;
}

.check-out-faq {
  width: 100%;
  text-align: center;
  float: left;
}

.check-out-faq .more_faq_btn {
  display: inline-block;
  padding: 10px 0px;
  width: 70%;
  background: #70b737;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  /*font-family: 'Montserrat', sans-serif;*/
  border: 1px solid #70b737;
  text-decoration: none;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.check-out-faq .more_faq_btn:hover {
  background: transparent;
  border: 1px solid #70b737;
  color: #70b737;
}

.check-out-faq .more_faq_btn img {
  display: inline-block;
  margin: -3px 10px 0px 0px;
}

.side-hot-slider {
  background: #f2f2f2;
  padding: 35px 20px;
  text-align: center;
  margin-top: 35px;
}

.side-hot-slider h2 {
  font-size: 20px;
  color: #f7941d;
  margin: 0px 0px 35px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.side-hot-slider .hot-slide-box {
  margin-bottom: 30px;
}

.side-hot-slider .hot-slide-box img {
  display: inline-block;
}

.side-hot-slider .hot-slide-box h4 {
  font-size: 11px;
  color: #353535;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.side-hot-slider .hot-slide-box span {
  font-size: 11px;
  color: #353535;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.side-hot-slider .hot-slide-box .hot_view_btn {
  display: inline-block;
  padding: 3px 35px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-hot-slider .hot-slide-box .hot_view_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.side-hot-slider .carousel-indicators {
  bottom: -20px;
}

.side-hot-slider .carousel-indicators li {
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #70b737;
}

.side-hot-slider .carousel-indicators .active {
  background: #70b737;
}


/*****About Us page css*****/

.about-us {
  width: 100%;
  padding: 145px 0px 50px;
}

.about-us h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 50px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.about-us .about_cont {
  width: 100%;
}

.about-us .about_cont .about_cont_box {
  padding: 45px 65px;
  background: #fafafa;
}

.about-us .about_cont .about_cont_box h2 {
  font-size: 18px;
  color: #f7941d;
  margin: 0px 0px 35px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.about-us .about_cont .about_cont_box p {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}


/*****Why Us page css*****/

.why-us {
  width: 100%;
  padding: 145px 0px 50px;
}

.why-us h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 50px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.why-us .promise_line {
  width: 100%;
  position: relative;
  height: 50px;
  border: 1px solid #d7d7d7;
  margin-bottom: 50px;
}

.why-us .promise_line .promise_line_wrap {
  position: absolute;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3px;
}

.why-us .promise_line .promise_line_wrap .promise_line_left {
  float: left;
  width: 25%;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.why-us .promise_line .promise_line_wrap .promise_line_left h3 {
  font-size: 18px;
  color: #f7941d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.why-us .promise_line .promise_line_wrap .promise_line_right {
  float: left;
  width: 75%;
  display: block;
}

.why-us .promise_line .promise_line_wrap .promise_line_right p {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.why-us .whyus_cont .whyus_cont_wrap {
  width: 100%;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box {
  width: 100%;
  margin-bottom: 20px;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_top {
  width: 100%;
  background: #f1f8ec;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_top .left {
  float: left;
  width: 25%;
  display: block;
  text-align: center;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_top .left h2 {
  font-size: 60px;
  color: #2d6e00;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_top .right {
  float: left;
  width: 75%;
  display: block;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_top .right h3 {
  font-size: 18px;
  color: #2d6e00;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_bottom {
  width: 100%;
  padding: 20px 15px;
  text-align: center;
}

.why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_bottom p {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.why_tagline {
  width: 100%;
  text-align: center;
}

.why_tagline h4 {
  font-size: 16px;
  color: #f7941d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  display: block;
  font-style: italic;
  position: relative;
}

.why_tagline h4:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 30%;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  display: block;
  left: 0;
}

.why_tagline h4:after {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 30%;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  display: block;
  right: 0;
}


/*****Contact us page css*****/

.contact-us {
  width: 100%;
  padding: 145px 0px 50px;
}

.contact-us h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 50px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.contact-us .contact_us_cont {
  width: 100%;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
}

.contact-us .contact_us_cont input,
.contact-us .contact_us_cont textarea {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.contact-us .contact_us_cont textarea {
  height: auto !important;
}

.contact-us .contact_us_cont input::-webkit-input-placeholder,
.contact-us .contact_us_cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}

.contact-us .contact_us_cont input::-moz-placeholder,
.contact-us .contact_us_cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}

.contact-us .contact_us_cont input:-ms-input-placeholder,
.contact-us .contact_us_cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}

.contact-us .contact_us_cont input:-moz-placeholder,
.contact-us .contact_us_cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}

.contact-us .contact_us_cont .contact_send {
  display: block;
  padding: 0px 0px;
  width: 70%;
  height: 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 25px auto 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.contact-us .contact_us_cont .contact_send:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.contact-us .contact_us_cont .form-control:focus {
  border-color: #70b737;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
}

.contact-us .help_desk {
  width: 100%;
  text-align: center;
}

.contact-us .help_desk h2 {
  font-size: 18px;
  color: #f7941d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  display: block;
}

.contact-us .help_desk span {
  font-size: 18px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  display: block;
}


/*****Bulk Buy Back Form css*****/

.bulk_buy_back {
  width: 100%;
  padding: 145px 0px 50px;
}

.bulk_buy_back h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 50px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.bulk_buy_back .bulk_buy_back_cont {
  width: 100%;
  margin-bottom: 35px;
}

.bulk_buy_back .bulk_buy_back_cont input,
.bulk_buy_back .bulk_buy_back_cont textarea,
.bulk_buy_back .bulk_buy_back_cont select {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.bulk_buy_back .bulk_buy_back_cont textarea {
  height: auto !important;
}

.bulk_buy_back .bulk_buy_back_cont form span {
  display: block;
  font-size: 12px;
  color: #70b737;
  margin: 0px 0px 15px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.bulk_buy_back .bulk_buy_back_cont input::-webkit-input-placeholder,
.bulk_buy_back .bulk_buy_back_cont textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}

.bulk_buy_back .bulk_buy_back_cont input::-moz-placeholder,
.bulk_buy_back .bulk_buy_back_cont textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}

.bulk_buy_back .bulk_buy_back_cont input:-ms-input-placeholder,
.bulk_buy_back .bulk_buy_back_cont textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}

.bulk_buy_back .bulk_buy_back_cont input:-moz-placeholder,
.bulk_buy_back .bulk_buy_back_cont textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}

.bulk_buy_back .bulk_buy_back_cont .bulkform_send {
  display: block;
  padding: 0px 0px;
  width: 70%;
  height: 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 25px auto 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.bulk_buy_back .bulk_buy_back_cont .bulkform_send:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.bulk_buy_back .bulk_buy_back_cont .form-control:focus {
  border-color: #70b737;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
}


/*****Privacy policy page css*****/

.privacy_policy {
  width: 100%;
  padding: 175px 0px 50px;
}

.privacy_policy h2 {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.privacy_policy p {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 20px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.privacy_policy ul {
  margin: 0px 0px 20px;
}

.privacy_policy ul li {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 10px;
  /*font-family: 'Montserrat', sans-serif;*/
}


/*****Bitcoin page css*****/

.bitcoin {
  width: 100%;
  padding: 175px 0px 50px;
}

.bitcoin img {
  display: inline-block;
  margin-bottom: 20px;
}

.bitcoin h2 {
  font-size: 16px;
  color: #f7941d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.bitcoin h3 {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 15px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.bitcoin h4 {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 5px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.bitcoin p {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.bitcoin ul {
  margin: 0px 0px 20px;
}

.bitcoin ul li {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 10px;
  /*font-family: 'Montserrat', sans-serif;*/
}


/*****Identification page css*****/

.posting_instruction {
  width: 100%;
  padding: 175px 0px 50px;
}

.posting_instruction h1 {
  font-size: 18px;
  color: #f7941d;
  margin: 0px 0px 25px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.posting_instruction h2 {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.posting_instruction p {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.posting_instruction iframe {
  margin: 0px 0px 20px 0px;
  border: 5px solid #70b737;
  width: auto;
  height: auto;
}

.posting_instruction ul {
  margin: 0px 0px 20px;
}

.posting_instruction ul li {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 5px;
  /*font-family: 'Montserrat', sans-serif;*/
}

.posting_instruction ul li img {
  display: inline-block;
}

.posting_instruction .post_pattern {
  padding: 0;
  margin-top: 20px;
}

.posting_instruction .post_pattern li {
  width: 49%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 25px;
  border: 1px solid #d7d7d7;
  margin-right: 2%;
  margin-bottom: 20px;
  min-height: 375px;
}

.posting_instruction .post_pattern li:nth-child(even) {
  margin-right: 0;
}


/*****Identification page css*****/

.identification {
  width: 100%;
  padding: 140px 0px 50px;
}

.common-side-bar {
  width: 100%;
  float: left;
}

.common-side-bar h4 {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 5px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.common-side-bar p {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.common-side-bar span {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

.identification-cont-area .identification_cont h2 {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.identification-cont-area .identification_cont p {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.identification-cont-area .identification_cont ul {
  margin: 0px 0px 20px;
}

.identification-cont-area .identification_cont ul li {
  margin: 0px 0px 20px;
  list-style: none;
}

.identification-cont-area .identification_cont ul li h3 {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 10px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.identification-cont-area .identification_cont ul li img {
  display: inline-block;
}


/*****FAQ page css*****/

.faq {
  width: 100%;
  padding: 140px 0px 50px;
}

.faq_cont-box {
  margin-bottom: 20px;
}

.faq-cont-area h2 {
  font-size: 22px;
  color: #f7941d;
  margin: 0px 0px 20px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.faq-cont-area .panel-default {
  margin-bottom: 10px;
}

.faq-cont-area .panel-heading h4 {
  margin: 0px 0px 0px 0px;
}

.faq-cont-area .panel-heading h4 a {
  color: #5f615d;
  font-size: 14px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 10px;
  background: transparent;
  border: 1px solid #d7d7d7;
}

.faq-cont-area .panel-body {
  color: #5f615d;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  padding: 10px;
  border: 1px solid #d7d7d7;
}


/*****My Account page css*****/

.my-account {
  width: 100%;
  padding: 140px 0px 50px;
}

.my-account .my-account-cont-area .login_box {
  width: 100%;
  margin-bottom: 70px;
}

.my-account .my-account-cont-area .login_box form {
  width: 50%;
  margin: 0 auto;
}

.my-account .my-account-cont-area .login_box h2 {
  font-size: 18px;
  color: #f7941d;
  margin: 0px auto 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
  width: 80%;
  padding-bottom: 10px;
  text-align: center;
}

.my-account .my-account-cont-area .login_box input {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.my-account .my-account-cont-area .login_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #acacac;
}

.my-account .my-account-cont-area .login_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #acacac;
}

.my-account .my-account-cont-area .login_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac;
}

.my-account .my-account-cont-area .login_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #acacac;
}

.my-account .my-account-cont-area .login_box .login_btn {
  display: inline-block;
  padding: 0px 20px;
  height: 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 25px 10px 0px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.my-account .my-account-cont-area .login_box .login_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.my-account .my-account-cont-area .login_box .dealer_login_btn {
  display: block;
  padding: 0px 20px;
  height: 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 25px auto 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.my-account .my-account-cont-area .login_box .dealer_login_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.my-account .my-account-cont-area .login_box .send_pass_btn {
  display: inline-block;
  padding: 0px 20px;
  height: 35px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 25px 0px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.my-account .my-account-cont-area .login_box .send_pass_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.my-account .my-account-cont-area .login_box .form-control:focus {
  border-color: #70b737;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
}


/*****Product page css*****/

.gadget-area {
  width: 100%;
  padding: 140px 0px 50px;
}

.gadget-area .progress_bar .progress-bar-area {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  float: left;
}

.gadget-area .progress_bar .progress-bar-area li {
  padding: 0px 18px 0px 18px;
  background: #f0f0f0;
  list-style: none;
  float: left;
  height: 50px;
  position: relative;
}

.gadget-area .progress_bar .progress-bar-area li:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f0f0f0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 999;
}

.gadget-area .progress_bar .progress-bar-area li:first-child {
  background: #f7941d;
  padding-right: 10px;
}

.gadget-area .progress_bar .progress-bar-area li:nth-child(2) {
  padding-left: 35px;
}

.gadget-area .progress_bar .progress-bar-area li:first-child:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f7941d;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 999;
}

.gadget-area .progress_bar .progress-bar-area li:first-child a {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.gadget-area .progress_bar .progress-bar-area li a {
  color: #b0b0b0;
  font-size: 30px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.gadget-area .progress_bar .progress-bar-area li a span {
  color: #b0b0b0;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
  margin-top: -30px;
  margin-left: 25px;
}

.gadget-area .progress_bar .progress-bar-area li.active {
  background: transparent;
  padding-right: 10px;
  padding-left: 30px;
}

.gadget-area .progress_bar .progress-bar-area li.active+li {
  padding-left: 30px;
}

.gadget-area .progress_bar .progress-bar-area li.active:before {
  border-left: 20px solid #ffffff;
}

.gadget-area .progress_bar .progress-bar-area li.active a,
.gadget-area .progress_bar .progress-bar-area li.active a span {
  color: #70b737;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #70b737;
}

.product-side-bar .advance_search {
  width: 100%;
  text-align: center;
  background: #f2f2f2;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.product-side-bar .advance_search h3 {
  font-size: 14px;
  color: #f7941d;
  margin: 0px 0px 15px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product-side-bar .advance_search form .form-group {
  margin-bottom: 10px;
}

.product-side-bar .advance_search form input {
  padding: 0px 10px;
  background: #fff;
  color: #bababa;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 30px;
}

.product-side-bar .advance_search form select {
  padding: 0px 10px;
  background-color: #fff;
  color: #bababa;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 0px;
  height: 30px;
}

.product-side-bar .advance_search form .advance-submit {
  display: inline-block;
  padding: 3px 30px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  cursor: pointer;
}

.product-side-bar .advance_search form .advance-submit:hover {
  color: #70b737;
  background: transparent;
  border: 1px solid #70b737;
}

.product-side-bar .advance_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

.product-side-bar .advance_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

.product-side-bar .advance_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

.product-side-bar .advance_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}

.product-side-bar .product_add_sec {
  width: 100%;
}

.product-side-bar .product_add_sec h4 {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 5px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product-side-bar .product_add_sec p {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 25px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.product-side-bar .product_add_sec span {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

.gadget-area .prouct-cont-area .product-brand-sec .brand-logo {
  display: block;
  text-align: center;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  padding: 20px;
}

.gadget-area .prouct-cont-area .product-brand-sec .brand-logo:hover {
  border: 1px solid #f7941d;
  /*opacity: 0.7;*/
}


/*****Product listing page css*****/

.product_listing_info {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.product_listing_info h1 {
  font-size: 28px;
  color: #f7941d;
  margin: 20px 0px 20px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product_listing_info img {
  display: inline-block;
}

.product_listing_info p {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 20px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.product_listing_info .listing_filter {
  width: 45%;
  margin: 0 auto;
}

.product_listing_info .listing_filter label {
  font-size: 14px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  width: 25%;
  float: left;
  padding-top: 5px;
}

.product_listing_info .listing_filter select {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background-color: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  width: 50%;
  float: left;
}

.product_listing {
  width: 100%;
}

.product_listing .product_listing_box {
  width: 25%;
  float: left;
  text-align: center;
  padding: 15px;
  margin-bottom: 25px;
}

.table-bordered th.order-value,
.table-bordered td.order-value {
  text-align: center;
}

.table-bordered td.order-value {
  font-weight: bold;
  font-size: 25px;
  color: #70b737;
}

.product_listing .product_listing_box a {
  border: 1px solid #ddd;
  display: block;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

.product_listing .product_listing_box a img {
  display: inline-block;
  min-height: 78px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_listing .product_listing_box a:hover {
  border-color: #f7941d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_listing .product_listing_box a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product_listing .product_listing_box h3 {
  font-size: 17px;
  color: #353535;
  margin: 0px 0px 5px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.product_listing .product_listing_box p {
  font-size: 12px;
  color: #353535;
  margin: 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  display: block;
}

.product_listing .product_listing_box span {
  font-size: 24px;
  color: #353535;
  margin: 0px 0px 10px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  display: block;
}

.blog-item h1 {
  margin-top: 0px;
}

.blog-item .block h1 {
  margin-bottom: 10px;
  color: #081f2d;
}

.product_listing .product_listing_box .sell_btn {
  display: inline-block;
  padding: 3px 15px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_listing .product_listing_box .sell_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.form-control:focus {
  border-color: #70b737;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(112, 183, 55, 0.25);
}


/*****Product model details page css*****/

.model_detail_section {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.model_detail_section h2 {
  padding-bottom: 10px;
}

.model_detail_section .model_text {
  float: left;
  text-align: center;
}

.model_detail_section .model_text h3 {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.model_detail_section .model_text span {
  font-size: 16px;
  color: #5f615d;
  margin: 0px 0px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.model_input_details input {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  color: #acacac;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.model_input_details h2 {
  font-size: 42px;
  color: #5f615d;
  margin: 0px 0px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 100%;
  float: left;
}

.model_input_details span {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
}

.model_input_details input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

.model_input_details input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

.model_input_details input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

.model_input_details input:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}

.model_input_details .cancel_btn {
  width: 125px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}

.model_input_details .cancel_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.model_input_details .save_btn {
  width: 125px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
}

.model_input_details .save_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.condition_verify_sec {
  width: 100%;
}

.condition_verify_sec .condition_verify_box {
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid #d7d7d7;
  height: 100%;
}

.condition_verify_sec h1 {
  font-size: 20px;
  color: #f7941d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.condition_verify_sec .condition_verify_box h3 {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 10px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.condition_verify_sec .condition_verify_box p {
  font-size: 12px;
  color: #5f615d;
  margin: 0px 0px 5px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.product_section_heading {
  font-size: 20px;
  color: #f7941d;
  margin: 10px 0px 30px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  width: 100%;
  text-align: center;
}


/*****Product sales basket page css*****/

.sales_basket {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}

.sales_basket table {
  width: 100%;
  margin-bottom: 30px;
}

.sales_basket table thead {
  background: #e9e9e9;
}

.sales_basket table tbody {
  background: #ffffff;
}

.sales_basket table th {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.sales_basket table td {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #5f615d;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  border-bottom: 1px solid #f1f1f1;
}

.sales_basket table td input,
.sales_basket table td select {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 30px;
  color: #acacac;
  font-size: 12px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  text-align: center;
}

.sales_basket table td input#imei_phn {
  border: none;
  border-bottom: 1px solid #a9a9a9;
}

.sales_basket table td .basket_edit {
  display: inline-block;
  padding: 5px 30px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sales_basket table td .basket_edit:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.sales_basket table .form-check-input {
  position: relative;
  margin-top: .3rem;
  margin-left: 0;
}

.basket_btn_sec {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.basket_btn_sec h3 {
  font-size: 16px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 50px 0px 0px;
  display: inline-block;
}

.basket_btn_sec h3 span {
  display: inline-block;
  font-weight: 400;
}

.basket_btn_sec .add_basket_btn {
  width: 125px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
  margin-right: 30px;
}

.basket_btn_sec .add_basket_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.basket_btn_sec .update_basket_btn {
  width: 125px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
}

.basket_btn_sec .update_basket_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}

.payment_method {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}

.payment_method .paypal_payment {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid transparent;
}

.payment_method .paypal_payment.active,
.payment_method .paypal_payment:hover,
.payment_method .bank_payment.active,
.payment_method .bank_payment:hover,
.payment_method .bitcoin_payment.active,
.payment_method .bitcoin_payment:hover {
  opacity: 1;
  border: 1px solid #70b737;
}

.payment_method img {
  display: inline-block;
  margin-bottom: 15px;
}

.payment_method p {
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.payment_method .bank_payment {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid transparent;
}

.payment_method .bitcoin_payment {
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid transparent;
}

.mailing_option {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 60px;
}

.mailing_option .mailing_left {
  width: 90%;
  float: right;
  padding: 20px 15px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
}

@media (max-width: 767px) {
  .mailing_option .mailing_left {
    width: 100%;
  }
}

.mailing_option .mailing_right {
  width: 90%;
  float: left;
  padding: 20px 15px;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
}

@media (max-width: 767px) {
  .mailing_option .mailing_right {
    width: 100%;
  }
}

.mailing_option img {
  display: inline-block;
}

.mailing_option p {
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  float: left;
  text-align: left;
}

.mailing_option .mailing_left.active,
.mailing_option .mailing_left:hover,
.mailing_option .mailing_right.active,
.mailing_option .mailing_right:hover {
  opacity: 1;
  border: 1px solid #70b737;
}

.next_step_btn_sec {
  width: 100%;
  text-align: center;
}

.next_step_btn_sec .next_step_btn {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 7px 0px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.next_step_btn_sec .next_step_btn:hover {
  background: transparent;
  color: #70b737;
  border: 1px solid #70b737;
}


/*****Product customer detail page css*****/

.product_customer_details h1 {
  font-size: 20px;
  color: #f7941d;
  margin: 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

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

.account_section {
  width: 100%;
}

.divider-heading {
  position: relative;
  padding: 40px 0;
}

.divider-heading h3 {
  /*color: #d7d7d7;*/
  color: #081f2d;
  display: table;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  font-weight: bold;
}

.divider-heading:before {
  content: " ";
  background: #d7d7d7;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 56px;
  z-index: 0;
}

.login_form {
  text-align: center;
}

.product_customer_details label {
  text-align: center;
  color: #5f615d;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 5px 0px 0px 0px;
  width: 100%;
}

.product_customer_details input,
.product_customer_details select {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.product_customer_details input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bababa;
}

.product_customer_details input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bababa;
}

.product_customer_details input:-ms-input-placeholder {
  /* IE 10+ */
  color: #bababa;
}

.product_customer_details input:-moz-placeholder {
  /* Firefox 18- */
  color: #bababa;
}

.product_customer_details .login_form button {
  display: inline-block;
  width: 165px;
  height: 30px;
  background: #70b737;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #70b737;
  text-decoration: none;
  margin: 10px 10px 0px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: center;
}

.product_customer_details .login_form button.account_sendpass_btn {
  background: transparent;
  border: 1px solid #70b737;
  color: #70b737;
}

.product_customer_details .login_form button.account_sendpass_btn:hover {
  background: #70b737;
  color: #fff;
}

.product_customer_details .login_form button:hover {
  color: #70b737;
  background: transparent;
  border: 1px solid #70b737;
}

.customer_detail_section {
  width: 100%;
  padding-bottom: 15px;
}

.craeat_pass_section {
  width: 100%;
  float: left;
}

.terms_con_section {
  padding-top: 35px;
  border-top: 1px solid #d7d7d7;
  margin-top: 40px;
}

.craeat_pass_form .form-group {
  display: table;
  margin: 0 auto;
  padding-bottom: 20px;
}

.paypal_detail_section {
  width: 100%;
  float: left;
  padding-bottom: 35px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}

.terms_con_section {
  width: 100%;
  float: left;
  padding-bottom: 35px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}

.condition_box {
  width: 100%;
  padding: 40px 100px;
  background: #f5f5f5;
  max-height: 350px;
  overflow-y: scroll;
}

.condition_box p {
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

.terms_click_sec {
  width: 100%;
  float: left;
  padding: 0px 100px;
  margin-top: 20px;
}

.terms_click_sec .form-check-inline .form-check-input {
  height: auto;
  margin: 5px 0px 0px 10px;
  float: right;
}

.main_btn_sec {
  width: 100%;
  text-align: center;
  float: left;
}

.main_btn_sec .back_basket_btn {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
  margin-right: 30px;
}

.main_btn_sec .continoue_btn {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
}

.main_btn_sec .back_basket_btn:hover,
.main_btn_sec .continoue_btn:hover {
  color: #70b737;
  background: transparent;
  border: 1px solid #70b737;
}


/***********Product All Details page css***********/

.detail_table {
  width: 100%;
  float: left;
  padding-bottom: 35px;
  overflow: hidden;
}

.all_details h1 {
  font-size: 20px;
  color: #f7941d;
  margin: 0px 0px 40px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  line-height: 0;
  width: 100%;
  text-align: center;
}

.final_detail_table {
  width: 100%;
  margin-bottom: 20px;
}

.detail_table table thead {
  background: #e9e9e9;
}

.detail_table th {
  padding: 15px;

  text-align: center;
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.detail_table td {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.detail_table table tbody {
  background: #ffffff;
}

.detail_table table tbody td {
  border-bottom: 1px solid #f1f1f1;
}

.system-message {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}

.detail_table h2 {
  font-size: 16px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 50px 0px 0px;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.detail_table h2 span {
  display: inline-block;
  font-weight: 400;
}

.customer_detail_listing {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 60px;
}

.customer_detail_listing h3 {
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

.customer_detail_listing h3 span {
  font-weight: 400;
}

.bank_detail_info {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 60px;
  text-align: center;
}

.bank_detail_info h3,
.customer_account_detail h3 {
  font-size: 12px;
  color: #5f615d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

.bank_detail_info h3 span,
.customer_account_detail h3 span {
  font-weight: 400;
}

.customer_account_detail {
  width: 100%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 60px;
  text-align: center;
}

.all_detail_btn_sec {
  width: 100%;
  text-align: center;
  float: left;
}

.all_detail_btn_sec .change_detail_btn,
.all_detail_btn_sec .cancel_sale_btn {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
  margin-right: 30px;
}

.all_detail_btn_sec .complete_sale_btn {
  width: 200px;
  text-align: center;
  display: inline-block;
  padding: 5px 0px;
  background: #70b737;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
  text-transform: uppercase;
}

.all_detail_btn_sec .cancel_sale_btn:hover,
.all_detail_btn_sec .change_detail_btn:hover,
.all_detail_btn_sec .complete_sale_btn:hover {
  color: #70b737;
  background: transparent;
  border: 1px solid #70b737;
}


/***********Acknowledgement page css***********/

.congrates_msg {
  width: 100%;
  float: left;
}

.congrates_msg h1 {
  font-size: 25px;
  color: #f7941d;
  margin: 0px 0px 25px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

.congrates_msg span {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 40px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
}

.congrates_msg p {
  font-size: 12pt;
  color: #5f615d;
  margin: 0px 0px 20px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}


/***********Error page css***********/

.error_page {
  width: 100%;
  padding: 300px 0px 100px;
  background: url("../images/error_bg.png") no-repeat;
  background-position: right center;
}


.error_page .error_cont {
  width: 100%;
  float: left;
}

.error_img {
  width: 100%;
  text-align: center;
  display: none;
}

.error_page .error_cont h1 {
  font-size: 48px;
  color: #3f3f3f;
  font-weight: bold;
  margin: 0px 0px 50px 0px;
}

.error_page .error_cont h2 {
  font-size: 72px;
  color: #f7941d;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
}

.error_page .error_cont p {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.error_page .error_cont .error_btn {
  display: inline-block;
  padding: 5px 35px;
  background: #70b737;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  border: 1px solid #70b737;
  text-decoration: none;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  font-style: italic;
  margin-top: 25px;
}

#html5-lightbox-box {
  width: 560px !important;
}

#html5-watermark {
  display: none !important;
}

.html5-elem-wrap {
  width: 100% !important;
}


/***********media query css***********/

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.bv-form .help-block {
  color: #c82333;
}

.show_final_amt i {
  padding-left: 5px;
}

.basket_remove {
  display: block;
  padding-top: 10px;
}

.basket_remove:hover {
  text-decoration: underline;
}

.basket_remove i {
  padding-right: 3px;
  display: none;
}


/*New CSS by Design Team*/

.cart-item {
  position: relative;
}

.cart-item i {
  color: #28a745;
  font-size: 30px;
}

.cart-item span {
  display: inline-block;
  background: #f7941d;
  color: #fff;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}

header .social-bar .social-sec {
  width: auto;
  float: right;
}

header .top_search {
  width: 100%;
}

header .top_search .header_search {
  width: 65%;
}

.gadget-area .searchbox {
  display: table;
  margin: 0 auto;
}

.gadget-area .searchbox .form-group .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0px;
  float: left;
  width: 370px;
}

.gadget-area .searchbox .form-group .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gadget-area .searchbox .form-group button {
  background: none;
  border: none;
  float: left;
  border-left: 1px solid #333;
  margin-left: 10px;
  margin-top: 7px;
}

.autocomplete-suggestion {
  font-size: 14px !important;
}

.product_listing h3 {
  text-align: center;
  color: #c82333;
}

.model_input_details select {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  height: 35px;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.condition_verify_sec h1 {
  margin-bottom: 0px;
  padding: 10px 0;
}

.condition_verify_sec h3 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

.model_text .show_final_amt {
  color: #70b737;
}

.condition_verify_box a {
  color: #70b737;
}

.condition_verify_box label {
  font-size: 14px;
}

.condition_verify_box .h2 {
  font-size: 18px;
}

.condition_verify_sec .condition_verify_box {
  text-align: left;
}

.modal {
  z-index: 9999;
}

.model_input_details .save_btn {
  float: right;
  margin-right: 30px;
}

.model_input_details span.redText {
  display: none;
}

.model_input_details p {
  margin: 0 0 5px 0;
}

.custom-select-tmpl input,
.bitcoin_payment input,
.bank_payment input,
.paypal_payment input {
  opacity: 0;
  display: none;
}

.custom-select-tmpl input:checked~label,
.bitcoin_payment input:checked~label,
.bank_payment input:checked~label,
.paypal_payment input:checked~label {
  color: #333;
}

.custom-select-tmpl input:checked~label p,
.bitcoin_payment input:checked~label p,
.bank_payment input:checked~label p,
.paypal_payment input:checked~label p {
  color: #333;
}

.payment-method-form {
  display: none;
  margin-top: 20px;
}

.payment-method-form input {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.payment-method-form .form-inline .form-control {
  margin-bottom: 10px;
}

.payment-method-form .form-inline .form-group {
  display: table;
  margin: 0 auto;
}

.block.heading .btn-success {
  margin-right: 10px;
}

.condtion-tab {
  margin: 0;
  padding: 0;
  list-style: none;
}

.condtion-tab li {
  position: relative;
}

.condtion-tab li input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.condtion-tab li input:checked~label {
  background: #70b737;
  color: #fff;
}

.condtion-tab li input:checked~label:before {
  content: "\f058";
}

.condtion-tab li label {
  margin: 0;
  padding: 10px 10px 10px 35px;
  cursor: pointer;
  display: block;
}

.condtion-tab li label:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 20px;
}

.system-message .alert {
  margin: 0;
  width: 100%;
  border-radius: 0px;
}

.tooltip-block {
  color: #70b737;
  text-align: center;
  display: block;
  font-size: 25px;
}

.tooltip-block:hover {
  color: #70b737;
}

.btn-success {
  background-color: #70b737;
  border-color: #70b737;
  padding-top: 5px;
  padding-bottom: 5px;
}

.review-section {
  text-align: center;
}

.review-section .lSSlideOuter .lSSlideWrapper .reviews_slider .lslide .review-pro-box {
  border: none;
  background: #f1f8ec;
  border-radius: 15px;
  text-align: left;
  padding: 30px;
  margin: 15px 0;
}

.review-section .lSSlideOuter .lSSlideWrapper .reviews_slider .lslide .review-pro-box .review-pro-box-cont {
  text-align: left;
}

.review-section .block.heading {
  text-align: center;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide {
  background: #F8F8F8;
  border-radius: 15px;
  width: 30%;
  margin: 1.6%;
  float: left;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container {
  padding: 30px;
  text-align: left;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info .review-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 60px;
  float: left;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info img {
  width: 100%;
  height: auto;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info .details {
  margin-left: 70px;
  text-align: left;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info .details h5 {
  font-size: 15px;
  font-weight: 800;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info .details .fas {
  color: #f7941d;
}

.review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide .container .info .details p {
  font-size: 12px;
  margin: 0;
}

.sell-rate-section {
  background: #F1F8EC;
  padding: 60px 0;
  margin: 30px 0;
}

.sell-rate-section h1 {
  font-weight: 800;
}

.sell-rate-section h5 {
  font-size: 15px;
  font-weight: 800;
}

.sell-rate-section .fas {
  color: #f7941d;
}

.sell-rate-section p {
  font-size: 12px;
  margin: 0;
}

.sell-rate-section .btn {
  background: #70b737;
  color: #fff;
  margin-top: 30px;
  border-radius: 0px;
}

.sell-rate-section .btn:hover {
  border: 1px solid #70b737;
  background: transparent;
  color: #70b737;
}

body .lSSlideOuter .lSPager.lSpg>li a {
  width: 10px;
  height: 10px;
  background-color: #f7941d;
  padding: 0;
  display: block;
}

body .lSSlideOuter .lSPager.lSpg>li.active a,
body .lSSlideOuter .lSPager.lSpg>li:hover a {
  background: #ad9181 !important;
}

body .lSSlideOuter .lSPager.lSpg>li {
  padding: 0 3px;
}

.head.head-account .h2 {
  color: #f7941d;
}

.form-block .form-control {
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  background: transparent;
  height: 35px;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
}

.form-block .btn {
  background: #70b737;
  color: #fff;
  border: 1px solid #70b737;
  margin-top: 30px;
  border-radius: 0px;
}

.form-block .btn:hover {
  border: 1px solid #70b737;
  background: transparent;
  color: #70b737;
}

.toggle-bar {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #28a745;
  font-size: 30px;
}

@media (max-width: 767px) {
  .toggle-bar {
    color: #fff;
  }
}

.mobile-navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  background: #fff;
  left: 0;
  top: 0;
  padding-top: 70px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow-x: hidden;
}

.mobile-view {
  display: none;
}

.sitemap {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: circle;
}

.sitemap li {
  line-height: 25px;
}

.sitemap li a {
  color: #28a745;
}

.sitemap ul {
  padding-left: 20px;
  list-style: circle;
  padding-top: 10px;
}

.sitemap ul ul {
  list-style: circle;
  padding-top: 10px;
  padding-left: 20px;
}

.res_login {
  position: relative;
  top: 13px;
  display: none;
}

.res_login img {
  width: 30px;
}

.mobile_only {
  display: none;
}

.HelpPopup .modal-header {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.HelpPopup .modal-header h3 {
  text-align: center;
}

.HelpPopup .close {
  position: absolute;
  right: 16px;
  top: 18px;
}

.HelpPopup .modal-body {
  text-align: center;
}

.HelpPopup .modal-body h1 {
  word-spacing: -8px;
}

.HelpPopup .modal-body .btn-off {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 30px;
  font-weight: 900;
}

.HelpPopup .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding-top: 0px;
  color: #e9ecef;
}

.banner-slider .slide-box .slide-cont {
  width: 50%;
  float: right;
}

.tab-content {
  padding-top: 20px;
}

.banner-slider .slide-box .slide-cont {
  padding-top: 22px;
}

.banner-slider .slide-box .slide-img {
  width: 35%;
}

.banner-slider .slide-box .slide-img img.img-responsive {
  width: 100%;
  height: auto;
}

.slide-box a img {
  height: 70px;
}

.condition_verify_sec h3 {
  font-size: 18px;
  font-weight: 700;
}

.condition_verify_sec ul {
  margin: 0px;
  padding: 0px 0 0 20px;
}

@media (max-width: 1023px) {
  header .main_menu li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product_listing .product_listing_box {
    width: 33.33%;
  }
  .review-section h1 {
    padding-top: 20px;
  }
  .home-page .side-hot-slider h1 {
    margin-top: 0px;
  }
  .home-page .review-section h1 {
    margin-bottom: 0px;
  }
  .check-out-faq .more_faq_btn {
    width: 80%;
  }
}

.review-form {
  padding-top: 50px;
}

.review-form .h2 {
  padding-bottom: 30px;
  text-align: center;
}

.manu-gallery .lSSlideOuter .lSPager.lSpg {
  padding-bottom: 50px;
}

section {
  padding: 50px 0;
}

section.gray {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

a,
.btn-link {
  color: #f7941d;
}

.blog,
.blog-item {
  width: 100%;
  padding: 150px 0px 50px;
}

.blog .h3,
.blog-item .h3 {
  font-size: 23px;
  color: #f7941d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: left;
}

.blog h1,
.blog-item h1 {
  font-size: 25px;
  color: #f7941d;
  margin: 20px 0px 50px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-top: 25px;
  width: 100%;
  text-align: left;
}

.blog .block a,
.blog-item .block a {
  color: #f7941d;
}

.blog .block h1,
.blog-item .block h1 {
  padding-top: 0;
  margin-top: 0px;
}

.blog .block h1 a,
.blog-item .block h1 a {
  color: #333;
  font-size: 22px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
}

.blog .block .blog-credits,
.blog-item .block .blog-credits {
  color: #9b9b9b;
  font-size: 13px;
}

.blog .block .blog-credits a,
.blog-item .block .blog-credits a {
  color: #f7941d;
}

.blog .right-sidebar,
.blog-item .right-sidebar {
  margin-top: 70px;
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
}

.blog .right-sidebar .h3,
.blog-item .right-sidebar .h3 {
  padding-top: 0px;
  font-size: 20px;
  color: #f7941d;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
}

.blog .right-sidebar ul,
.blog-item .right-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog .right-sidebar ul li,
.blog-item .right-sidebar ul li {
  position: relative;
}

.blog .right-sidebar ul li .fa,
.blog-item .right-sidebar ul li .fa {
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 20px;
  display: none;
}

.blog .right-sidebar ul li a,
.blog-item .right-sidebar ul li a {
  color: #333;
  font-size: 17px;
  padding: 5px 0;
  display: block;
}

.blog .right-sidebar ul li+li a,
.blog-item .right-sidebar ul li+li a {
  border-top: 1px solid #ddd;
}

.blog .block {
  border: 1px solid #ddd;
  width: calc(48% - 20px);
  padding: 20px;
  float: left;
  margin: 1%;
}

.blog-item {
  padding-top: 190px;
}

.blog-item .h3 {
  padding-top: 0px;
  font-size: 23px;
}

.blog-item .block .blog-credits {
  padding-bottom: 15px;
}

.blog-item .block img {
  padding-bottom: 15px;
}

.gadget-area .searchbox .form-group .form-control {
  /*width: 300px;*/
  width: 620px;       
}

@media (max-width: 767px) {
  .gadget-area .progress_bar {
    margin-bottom: 0px;
  }
  .blog-item { 
    padding-top: 110px;
  }
  .blog {
    padding-top: 70px;
  }
  .blog .block {
    border: 1px solid #ddd;
    width: calc(100% - 20px);
    padding: 20px;
    float: none;
    margin: 0;
  }
  .blog h1 {
    margin-bottom: 20px;
  }
  .why-us .whyus_cont .whyus_cont_wrap .whyus_cont_box .whyus_cont_box_bottom {
    padding-bottom: 0px;
  }
  .mobile-title {
    display: block;
    padding-top: 20px;
  }
  .mobile-title a {
    font-size: 12px;
    color: #333;
    margin: 0px 0px 35px 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
    display: block;
  }
  .about-us .about_cont .about_cont_box {
    padding: 15px 25px;
  }
  body .home-page .review-section h1 {
    padding-bottom: 0px;
  }
  body .review-section h1 {
    padding-bottom: 30px;
  }
  .hiw-video-sec .col-12 {
    margin: 5px 0;
  }
  .review-section .review-offer-box .click-btn {
    margin-top: 15px;
  }
  .pc-title {
    display: none;
  }
  #html5-lightbox-box {
    width: 90% !important;
  }
  .about-us,
  .bulk_buy_back {
    padding-top: 80px;
  }
  .privacy_policy,
  .bitcoin,
  .posting_instruction {
    padding-top: 120px;
  }
  .identification.identification-cont-area {
    padding-top: 120px;
  }
  .system-message {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
  }
  .home-page .review-section {
    padding-top: 20px;
  }
  .home-page .side-hot-slider {
    margin-top: 0px;
  }
  .review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide+.swiper-slide {
    margin-top: 20px;
  }
  .HelpPopup .modal-body .btn-off {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_listing .product_listing_box {
    width: 100%;
  }
  .mobile_only {
    display: block;
  }
  .res_login {
    display: block;
  }
  .how_it_work_sec .step-3:after,
  .how_it_work_sec .step-2:before,
  .how_it_work_sec .step-1:after {
    display: none;
  }
  .how_it_work_sec .work-step-box {
    margin-bottom: 10px;
  }
  .pc-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .toggle-bar {
    display: block;
  }
  .toggle-bar:hover {
    color: #333;
  }
  .fixed-header .toggle-bar {
    display: block;
  }
  .fixed-header .toggle-bar:hover {
    color: #fff;
  }
  .select-condition-title {
    font-size: 20px;
  }
  header .social-bar {
    width: auto;
    margin-right: 40px;
  }
  header .social-bar .cart-item {
    top: 18px;
  }
  header .social-bar .cart-item i {
    font-size: 25px;
  }
  header .header-top {
    min-height: 62px;
  }
  header .logo {
    padding-top: 12px;
  }
  header .logo img {
    width: 150px;
    height: auto;
  }
  .menu_bar {
    display: none;
  }
  header .top_search .header_search {
    display: none;
  }
  .review-section h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
  }
  .review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0;
    float: none;
  }
  .banner {
    padding-top: 110px;
    height: 290px;
  }
  .banner .col-9 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .banner .searchbox {
    margin: 0% auto 0;
  }
  .banner .searchbox form input {
    font-size: 14px;
  }
  .banner .searchbox form button {
    width: 20%;
  }
  .banner .searchbox .form-group {
    margin-bottom: 0px;
  }
  .banner .check-btn-sec {
    margin: 10% auto 0;
  }
  .slide-box {
    width: 50%;
  }
  footer .footer-top .footer-left-nav {
    border-right: 0px;
  }
  footer .footer-top .fotter-social h2 {
    text-align: center;
  }
  .product-sep-sec {
    float: none;
    width: auto;
    padding-top: 25px;
  }
  .mobile_menu_bar ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
  }
  .mobile_menu_bar ul li a {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .mobile_menu_bar ul li a span {
    display: inline-block;
    width: 15%;
    margin-right: 5px;
  }
  .mobile-navigation .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    margin-left: 50px;
    color: #70b737;
  }
  .mobile-navigation .close-btn i {
    font-size: 35px;
  }
  .manu-gallery h1 {
    font-size: 20px;
  }
  .manu-gallery h2 {
    font-size: 15px;
  }
  .manu-gallery h2:after,
  .manu-gallery h2:before {
    display: none;
  }
  .product-sep-sec .step-box h1 {
    font-size: 30px;
    margin: 0px 0px 15px;
  }
  .product-sep-sec .step-box h2 {
    font-size: 20px;
    margin: 0px 0px 10px;
  }
  .product-sep-sec .step-box p {
    font-size: 13px;
  }
  .banner-slider .slide-box .slide-img {
    width: 100%;
    text-align: center;
  }
  .banner-slider .slide-box .slide-img img.img-responsive {
    max-height: 250px;
    width: auto;
  }
  .banner-slider .slide-box .slide-cont {
    width: 100%;
    text-align: center;
  }
  .why-us .promise_line {
    border: none !important;
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 0px;
  }
  .step-3 img,
  .step-1 img,
  .step-2 img {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .detail_table h2 {
    text-align: center;
  }
  .why-us .promise_line .promise_line_wrap {
    position: relative;
  }
  .why-us .promise_line .promise_line_wrap .promise_line_right,
  .why-us .promise_line .promise_line_wrap .promise_line_left {
    width: 100%;
  }
  .gadget-area,
  .why-us,
  .how_it_work_sec,
  .contact-us,
  .my-account,
  .faq {
    padding: 82px 0px 50px;
  }
  .my-account .my-account-cont-area .login_box form {
    width: 100%;
  }
  .how_it_work_sec h1,
  .contact-us h1 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .offset-6,
  .offset-3 {
    margin-left: 0px;
  }
  .condition_verify_sec .col-md-4 {
    margin-bottom: 20px;
  }
  .model_detail_section .model_text {
    float: none;
  }
  .model_detail_section h2 {
    padding-top: 15px;
    text-align: center;
  }
  .my-account-cont-area .your-order {
    margin-top: 20px;
  }
  .my-account-cont-area .nav-tabs {
    margin-top: 20px;
  }
  .my-account-cont-area .table th {
    display: none;
  }
  .my-account-cont-area .table td {
    display: block;
    width: 100%;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .my-account-cont-area .table tr td:last-child {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
  }
  .final_detail_table.table-responsive,
  .table-tmpl.table-responsive {
    display: inline-table;
  }
  .final_detail_table th,
  .table-tmpl th {
    display: none;
  }
  .final_detail_table td,
  .table-tmpl td {
    display: block;
    width: 100%;
  }
  .final_detail_table tr td:last-child,
  .table-tmpl tr td:last-child {
    border-bottom: 10px solid #fff;
  }
  #apl_promo_code {
    margin-top: 10px;
  }
  .final_detail_table td,
  .sales_basket table td {
    padding: 5px;
  }
  .mailing_option .mailing_left {
    float: left;
    margin-bottom: 20px;
  }
  .product_customer_details h1 {
    margin: 0;
    padding: 0 0 20px 0;
  }
  .condition_box {
    padding: 15px;
  }
  .main_btn_sec .back_basket_btn {
    margin-right: 0px;
  }
  .product-side-bar {
    display: none;
  }
  .model_detail_section {
    text-align: left;
  }
  .model_detail_section .model_image {
    text-align: center;
  }
  .block.heading h1 {
    width: 100%;
  }
  .block.heading .btn {
    margin-left: 5px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .block.heading .btn.btn-success.float-right {
    float: left !important;
  }
  .why-us h1 {
    padding-top: 0px;
    margin-top: 0px;
  }
  .product-slider {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .manu-gallery {
    padding-top: 70px;
  }
  .manu-gallery h2 {
    margin-bottom: 3px;
  }
  .all_detail_btn_sec .change_detail_btn,
  .all_detail_btn_sec .cancel_sale_btn {
    margin-right: 0px;
  }
  .gadget-area .searchbox .form-group .form-control {
    width: 297px;
  }
  .hot-slider {
    padding-bottom: 30px;
  }
  .home-page .review-section h1 {
    padding-bottom: 40px;
  }
  .review-section .review-offer-box {
    padding-top: 20px;
  }
  .review-section .review-offer-box img {
    margin-bottom: 0px;
  }
}

#look-up h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

#look-up .searchbox {
  text-align: center;
}

#look-up .searchbox form {
  display: table;
  margin: 0 auto;
}

#look-up .searchbox form input {
  text-align: center;
}

img {
  max-width: 100%;
}

.hot-slider .slide-box a {
  display: block;
}

.hot-slider .slide-box a img {
  padding: 10px;
  background: #fff;
}


/*# sourceMappingURL=custom.css.map */


/***24/11/2020(start new css)***/

.rounded-pill {
  border-radius: 50rem !important;
}

.banner {
  width: 100%;
  /*background: url(../images/banner_new.jpg); background-size: cover; */
  background-color: #081f2d;
}


/*a.logo img { padding: 8px 0; }*/

.cart-item i {
  color: #7cf7ff;
  font-size: 20px;
  margin: 5px 0 0;
}

.cart-item span {
  background: #7efaff;
  color: #000;
  min-width: 15px;
  height: 15px;
  border-radius: 20px;
  line-height: 16px;
  font-size: 14px
}

header .header-top {
  padding: 20px 0px 20px;
  min-height: 165px;
  background: #081f2d !important;
}

.fixed-header .header-top {
  padding: 20px 0px 20px;
  background: #081f2d !important;
  /*background: -webkit-gradient(linear, left top, right top, from(#80fdff), to(#0035ff)) !important; background: linear-gradient(to right, #80fdff, #0035ff) !important;*/
  display: block;
  width: 100%;
  position: fixed;
  z-index: 100;
  min-height: 165px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 9999;
}

header .main_menu li a {
  border-right: none;
  padding: 2px 15px;
  text-transform: uppercase;
  font-size: 16px;
}

a.cart-item {
  margin: 0 0 0 20px;
}

header .main_menu li:hover {
  border: none;
}

header .main_menu li:hover a {
  color: #80fdff;
}

a.login_account_detail {
  color: #fff;
  font-size: 16px;
}

a.login_account_detail:hover {
  text-decoration: none;
  color: #80fdff;
}

a.login_account_detail i {
  font-size: 20px;
  vertical-align: middle;
}

.mainheader_section_contain {
  padding: 140px 0 0;
}

.mainheader_section_contain .block.showcase-text h1 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 55px;
  color: #fff;
}

.mainheader_section_contain .block.showcase-text p {
  font-size: 19px;
  margin-bottom: 0;
  padding: 15px 0 20px;
  color: #fff;
}

.mainheader_section_contain {
  min-height: 500px !important;
}

header .main_menu {
  float: left;
  padding-left: 0;
}

.menu_bar {
  padding: 25px 0 0 0;
  width:auto;
}

ul.social-sec {
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
}

.mainheader_section_contain input#top_search {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  border: 3px solid;
  border-image-source: linear-gradient(180deg, rgb(128 253 255), rgb(5 60 255));
  border-image-slice: 1;
  /*max-width: 377px;*/
  max-width:100%;
  height: 42px;
  font-weight: 500;
}

.mainheader_section_contain input#top_search::placeholder {
  color: #000;
  font-weight: 500;
}

section.cat-top-slider.device_image_section {
  padding-top: 40px;
  padding-bottom: 0;
  background: #f2f2f2;
  height: 165px;
}

.cat-top-slider.device_image_section .category_slider .slide-box .image:before {
  background: none;
}

.cat-top-slider.device_image_section .category_slider .slide-box h5 {
  padding-top: 20px;
  color: #081f2d;
}

.cat-top-slider.device_image_section .category_slider .slide-box .image a:hover {
  text-decoration: none;
}

.cat-top-slider.device_image_section .category_slider .slide-box .image {
  max-height: 90px;
  min-height: 90px;
  background: none !important;
}

.cat-top-slider.device_image_section .category_slider .slide-box .image:after {
  background: none !important;
}

.cat-top-slider.device_image_section .category_slider .slide-box .image img {
  max-height: 50px;
}

.product-sep-sec .circle {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-color: #3265ff;
  text-align: center;
  position: relative;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.product-sep-sec .circle img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 95px;
  height: auto;
}

.product-sep-sec .step:before {
  background: none;
}

.product-sep-sec .step-box h2 {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 400;
  margin: 10px 0px 5px;
}

.product-sep-sec .step-box p {
  font-size: 16px;
  color: #2e2e2e;
  padding: 0 30px;
}

section.gray {
  border: none;
}

.bulk_trad_in_banner {
  background-image: url(../images/bulk_banner.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 50px 0px 50px;
  background-position: 50%;
  text-align: center;
}

.bulk_trad_in_detail_section h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.bulk_trad_in_detail_section h5 {
  color: #fff;
  font-size: 16px;
}

.bulk_trad_in_detail_section .btn.btn-success {
  background: #00ffff;
  border-color: #00ffff;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 10px 0 0;
}

.bulk_trad_in_detail_section .btn.btn-success:hover {
  background: #3265ff;
  border-color: #3265ff;
  color: #fff;
}

.device-card .dc_section a.dc_inner_img {
  min-height: 420px;
  max-height: 420px;
  margin-bottom: 31px;
}

.device-card a.dc_inner_img {
  background-color: #fff;
  min-height: 230px;
  max-height: 230px;
  height: 100%;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0;
  padding: 40px 15px 30px;
  border-radius: 10px;
  margin: 5px 5px;
}

.device-card a.dc_inner_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border-radius: 0.25rem;
}

.device-card .dc_img {
  margin: 0 auto;
  text-align: center;
}

.device-card .dc_img h5 {
  font-size: 18px;
  color: #081f2d;
  margin-bottom: 0px;
  font-weight: 400;
  /* font-family: "Metropolis"; */
  padding: 15px 0;
}

.device-card .dc_section .dc_img img {
  max-width: 100%;
  max-height: 250px;
  margin: 30px 0;
}

.device-card .dc_second a.dc_inner_img {
  min-height: 192px;
  max-height: 192px;
  padding: 30px 15px 30px;
  margin-bottom: 31px;
}

.device-card .dc_second .v-aligh {
  display: flex;
  align-items: center;
}

.device-card .dc_img {
  margin: 0 auto;
  text-align: center;
}

.device-card .dc_second .dc_img img {
  max-width: 100%;
  max-height: 135px;
}

.device_calculate a {
  color: #000;
  text-decoration: none;
}

.device-card a.dc_inner_img:hover {
  background: -webkit-gradient(linear, left top, right top, from(#80fdff), to(#0035ff)) !important;
  background: linear-gradient(to right, #80fdff, #0035ff) !important;
}

.device-card a.dc_inner_img:hover .dc_img h5 {
  color: #fff !important;
}

.brand_list .brand-logo {
  border: none;
  margin-bottom: 0;
}

.brand_list .brand-logo:hover {
  border: none;
}

.brand_list .brand-logo img {
  max-width: 130px;
}

section.manu-gallery.brand_gallery {
  padding-top: 40px;
}

footer {
  background: #081f2d;
  padding: 15px 0px 20px 0px;
}

footer .footer-top .footer-left-nav {
  border-right: none;
}

.footer_logo img {
  max-width: 250px;
  height: auto;
}

h3.contact_number {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  margin-bottom: 0;
}

.fotter-social ul li a img {
  max-width: 30px;
}

.fotter-social ul {
  margin-bottom: 0;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 li a {
  text-transform: uppercase;
  color: #cccccc;
}

footer .footer-top .footer-left-nav .footer-sub-nav-1 li a:hover {
  color: #80fdff;
}

footer .footer-bottom {
  border-top: none;
  padding-top: 0;
}

footer .footer-bottom p {
  color: #cccccc;
  margin-bottom: 0;
}

footer .footer-bottom span {
  color: #cccccc;
}

.fotter-social ul li:hover {
  box-shadow: none;
}


/***25/11/2020***/

.inner_page_search .srch_list_of_model {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  border: 2px solid !important;
  border-image-source: linear-gradient(180deg, rgb(128 253 255), rgb(5 60 255)) !important;
  border-image-slice: 1 !important;
  width: 350px;
  height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}

.inner_page_search .srch_list_of_model::placeholder {
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.gadget-area .prouct-cont-area .product-brand-sec .brand-logo {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  border-radius: 8px;
}

.gadget-area .prouct-cont-area .product-brand-sec .brand-logo:hover {
  border: 1px solid #081f2d;
  /*background: #081f2d;*/
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
}

.main_inner_title {
  text-align: center;
  margin-top: 50px;
}

.main_inner_title h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #081f2d;
  word-break: break-word;
  max-width: 570px;
  margin: 20px auto 7px auto;
}

.main_inner_title h2 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 400;
  color: #b3b3b3;
}

.main_inner_title p {
  font-size: 16px;
  max-width: 600px;
  margin: 10px auto 15px auto;
}

.product_listing .product_listing_box a img {
  margin-bottom: 15px;
}

.product_listing .product_listing_box a:hover {
  border-color: #081f2d;
  /*background:#081f2d;*/
}


/*.product_listing .product_listing_box a:hover h3, .product_listing .product_listing_box a:hover p, .product_listing .product_listing_box a:hover span { color:#fff; }*/


/*.product_listing .product_listing_box a:hover .sell_btn { background: #fff; color:#081f2d; border-color:#fff; }*/

.product_listing .product_listing_box .sell_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
}

.product_listing .product_listing_box .sell_btn:hover {
  color: #3366FF;
  border: 1px solid #3366FF;
}

.product_listing .product_listing_box a {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}

.product_listing .product_listing_box {
  margin-bottom: 0;
}

.model_information {
  margin-bottom: 0;
}

.main_inner_title.category_section {
  text-align: left;
}

.main_inner_title.category_section h1 {
  max-width: 100%;
}

.model_detail_section.bottom_section {
  border: none;
  padding-bottom: 10px;
}

.model_image.left_side_img {
  margin: 50px auto 0 auto;
  display: block;
  text-align: center;
}

h2.show_final_amt {
  color: #3366FF;
  font-size: 30px;
  margin: 15px 0 0 20px;
  font-weight: 500;
}

.model_detail_section.bottom_section .condtion-tab li label:before {
  display: none;
}

.model_detail_section.bottom_section .condtion-tab li label {
  padding: 10px 10px 10px 15px;
}

.model_detail_section.bottom_section .condtion-tab li input:checked~label {
  background: #7ffffe;
  border: 1px solid #7ffffe;
  color: #000;
}

.sell_model_input {
  margin: 35px 0 0;
}

.model_input_details .cancel_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
}

.model_input_details .cancel_btn:hover {
  background: transparent;
  color: #3366FF;
  border: 1px solid #3366FF;
}

.model_input_details .save_btn {
  background: #7ffffe;
  border: 1px solid #7ffffe;
  margin: 20px 0;
  color: #000;
  padding: 10px 5px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 400;
  width: 155px;
}

.model_input_details .save_btn:focus {
  border: none;
  outline: none;
}

.model_input_details .cancel_btn:focus {
  border: none;
  outline: none;
}

.model_input_details .save_btn:hover {
  color: #000;
  border: 1px solid #7ffffe;
}

.tooltip-block {
  color: #3366FF;
  font-size: 22px;
}

.model_detail_section.bottom_section .condtion-tab li label {
  padding: 10px 10px 10px 15px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  text-transform: uppercase;
}

.sales_basket table td .basket_edit {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
}

.basket_remove {
  color: #3366ff;
}

.show_final_amt i {
  padding-left: 5px;
  display: none;
}

table.table-tmpl.basket_detail {
  margin-top: 5px;
}

.sales_basket table td .basket_edit:hover {
  color: #3366FF;
  border: 1px solid #3366FF;
}

.basket_btn_sec .update_basket_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
}

.basket_btn_sec .update_basket_btn:hover {
  color: #3366FF;
  border: 1px solid #3366FF;
}

.product_section_heading {
  color: #081f2d;
}

.payment_method .paypal_payment,
.payment_method .bank_payment {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  border-radius: 8px;
}

.payment_method .paypal_payment.active,
.payment_method .paypal_payment:hover,
.payment_method .bank_payment.active,
.payment_method .bank_payment:hover,
.payment_method .bitcoin_payment.active,
.payment_method .bitcoin_payment:hover {
  opacity: 1;
  border: 1px solid #3265ff;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #081f2d;
}

.mailing_option .mailing_left,
.mailing_option .mailing_right {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  border-radius: 8px;
}

.mailing_option .mailing_left.active,
.mailing_option .mailing_left:hover,
.mailing_option .mailing_right.active,
.mailing_option .mailing_right:hover {
  opacity: 1;
  border: 1px solid #3265ff;
}

.next_step_btn_sec .next_step_btn {
  background: #3366ff;
  border: 1px solid #3366ff;
  border-radius: 25px;
}

.next_step_btn_sec .next_step_btn:hover {
  color: #3366ff;
  border: 1px solid #3366ff;
}

.next_step_btn_sec .next_step_btn:focus {
  outline: none;
}

.model_image.left_side_img img {
  min-height: 335px;
  margin-bottom: 15px;
}

.sales_basket table td input,
.sales_basket table td select {
  height: 40px;
  font-size: 14px;
}

.sales_basket table td {
  font-size: 14px;
}

.sales_basket table th {
  font-size: 14px;
  font-weight: 600;
}

.sales_basket table td {
  border-bottom: none;
}

table.table-tmpl.basket_detail {
  border: 1px solid #e9e9e9;
}

.sell_model_input .save_btn {
  background: #7ffffe;
  border: 1px solid #7ffffe;
  margin: 10px 0;
  color: #000;
  padding: 10px 5px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 400;
  width: 155px;
  text-transform: uppercase;
}

.sell_model_input .save_btn:focus {
  outline: none;
}

.sell_model_input .save_btn:hover {
  background: #3265ff;
  border-color: #3265ff;
  color: #fff;
}

.prouct-cont-area.product_customer_details.product_detail {
  padding-top: 50px;
}

.product_customer_details.product_detail h1 {
  color: #081f2d;
}

.product_detail .login_form.bv-form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.product_detail .customer_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 20px;
}

.product_detail .craeat_pass_section .craeat_pass_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 20px 30px 20px;
}

.product_customer_details .login_form button {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
  height: 40px;
}

.product_customer_details .login_form button:hover {
  color: #3366FF;
  border: 1px solid #3366FF;
}

.product_customer_details .login_form button.account_sendpass_btn {
  border: 1px solid #3366FF;
  color: #3366FF;
}

.product_customer_details .login_form button.account_sendpass_btn:hover {
  background: #3366FF;
  color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #3366FF;
}

.main_btn_sec .back_basket_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
  margin-right: 10px;
}

.main_btn_sec .back_basket_btn:hover,
.main_btn_sec .continoue_btn:hover {
  border: 1px solid #3366FF;
  color: #3366FF;
}

.main_btn_sec .continoue_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
}

.craeat_pass_form .form-group {
  display: block;
  padding-bottom: 0px;
}

.craeat_pass_section {
  margin-bottom: 20px;
}

.bv-form .help-block {
  color: red;
  font-size: 14px;
}


/***26/11/2020***/

.terms_click_sec .form-check-inline .form-check-input {
  float: left;
  /*margin: 4px 0px 0px 0px; */
}

.condition_box {
  padding: 40px 30px;
}

.condition_box p {
  font-size: 14px;
  margin: 0px 0px 8px 0px;
}

.terms_click_sec {
  padding: 0;
}

.final_confirm {
  margin-top: 65px;
}

.detail_table th {
  font-size: 14px;
  font-weight: 600;
}

.detail_table td {
  font-size: 14px;
}

table.final_detail_table {
  border: 1px solid #e9e9e9;
}

.all_details h1 {
  color: #081f2d;
  margin: 0px 0px 30px;
}

button#apl_promo_code {
  background: #3366FF;
  border: 1px solid #3366FF;
}

.bonus_code {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 20px 30px 20px;
}

.customer_detail_listing h3 {
  font-size: 14px;
  margin: 8px 0 2px 0;
}

.bank_detail_info h3,
.customer_account_detail h3 {
  font-size: 14px;
  margin: 0;
}

.customer_account_detail {
  margin-bottom: 30px;
}

.all_detail_btn_sec .change_detail_btn,
.all_detail_btn_sec .cancel_sale_btn,
.all_detail_btn_sec .complete_sale_btn {
  background: #3366ff;
  border: 1px solid #3366ff;
  border-radius: 25px;
  margin-right: 15px;
}

.all_detail_btn_sec .cancel_sale_btn:hover,
.all_detail_btn_sec .change_detail_btn:hover,
.all_detail_btn_sec .complete_sale_btn:hover {
  color: #3366ff;
  background: transparent;
  border: 1px solid #3366ff;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: none;
}

button:focus {
  outline: none;
}

form#login_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.my-account .my-account-cont-area .login_box {
  margin-top: 65px;
  margin-bottom: 30px;
}

.my-account .my-account-cont-area .login_box h2 {
  color: #081f2d;
  border-bottom: none;
  margin: 0px auto 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.my-account .my-account-cont-area .login_box .login_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
  margin: 5px 10px 0px 0px;
}

.my-account .my-account-cont-area .login_box .login_btn:hover {
  background: transparent;
  color: #3366FF;
  border: 1px solid #3366FF;
}

.my-account .my-account-cont-area .login_box .send_pass_btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
  margin: 5px 10px 0px 0px;
}

.my-account .my-account-cont-area .login_box .send_pass_btn:hover {
  background: transparent;
  color: #3366FF;
  border: 1px solid #3366FF;
}

.customer_detail_listing {
  margin-bottom: 40px;
}

.bank_detail_info {
  margin-bottom: 30px;
}

.contact-us {
  width: 100%;
  background-image: url(../images/bulk_banner.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 105px 0px 40px;
  background-position: 50%;
  text-align: left;
  color: #fff;
}

.contact-us .main_inner_title h1 {
  color: #00ffff;
  max-width: 100%;
  text-align: left;
  padding-left: 12px;
  font-weight: 400;
}

.contact-us .main_inner_title h2 {
  color: #fff;
  text-align: left;
  padding: 5px 0 15px 14px;
  line-height: 26px;
  font-size: 20px;
}

.contact-us .contact_us_cont input,
.contact-us .contact_us_cont textarea {
  background: #fff;
  height: 40px;
  border-radius: 10px;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.contact-us .contact_us_cont input::placeholder,
.contact-us .contact_us_cont textarea::placeholder {
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.contact-us .help_desk {
  text-align: left;
  margin-bottom: 15px;
}

.contact-us .help_desk h2 {
  font-size: 18px;
  color: #00ffff;
  margin: 0 0 5px;
  font-weight: 400;
}

.help_desk span a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.Address_desk {
  margin-bottom: 20px;
}

.Address_desk h2 {
  font-size: 18px;
  color: #00ffff;
  margin: 0 0 5px;
  font-weight: 400;
  /*font-family: 'Montserrat', sans-serif;*/
}

.Address_desk span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.contact-us .contact_us_cont .contact_send {
  background: #00ffff;
  border: 1px solid #00ffff;
  /*margin: 0 auto;*/
  width: 100px;
  color: #081f2d;
  border-radius: 25px;
  margin: 30px auto 30px auto;
}

.contact-us .contact_us_cont {
  border-bottom: none;
}

.contact-us .contact_us_cont .contact_send:hover {
  background: #3265ff;
  border-color: #3265ff;
  color: #fff;
  font-weight: 400;
}

.contact-us .contact_us_cont .form-control:focus {
  box-shadow: none;
}

section.bulk_buy_back a {
  color: #00ffff;
}

.how_it_work_sec h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #081f2d;
  word-break: break-word;
  margin: 40px auto 7px auto;
}

section.more_faq_section {
  padding-top: 0;
}

section.more_faq_section .srch_list_of_model {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  border: 2px solid !important;
  border-image-source: linear-gradient(180deg, rgb(128 253 255), rgb(5 60 255)) !important;
  border-image-slice: 1 !important;
  width: 235px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  margin: 30px auto 0 auto;
  padding: 10px 30px;
  display: block;
  color: #081f2d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

section.more_faq_section .srch_list_of_model:hover {
  text-decoration: none;
  color: #081f2d;
  letter-spacing: 3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.more_faq_section .main_inner_title {
  margin-top: 0;
}

.more_faq_section .main_inner_title h2 {
  color: #081f2d;
}

.block.why-choose {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px !important;
}

.block.why-choose .card-title {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  padding: 20px 0 15px 0;
  color: #081f2d;
  font-weight: 400;
}

.block.why-choose .card-body p {
  color: #081f2d;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.block.why-choose .card-group>.card {
  border: none;
  position: relative;

}

.block.why-choose .card-group>.card+.card:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #081f2d;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  opacity: 0.5;
}

.main_inner_title.whychoose_main {
  margin-top: 0;
}

.why-us h1 {
  margin: 40px 0px 5px;
  color: #081f2d;
  font-weight: 600;
  text-transform: uppercase;
}

.main_inner_title.whychoose_main h2 {
  color: #081f2d;
}

.testimonial_review .swiper-wrapper {
  display: flex;
  overflow: hidden;
}

section.customer-reviews-whyus {
  background: #081f2d;
}

section.customer-reviews-whyus h3 {
  color: #fff;
}

.testimonial_review .swiper-slide.review-item {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
  background: #80ffff;
  margin: 0 0 0 30px;
  padding: 30px 20px;
}

.testimonial_review .swiper-slide.review-item:last-child {
  display: none;
}

.customer-reviews-whyus .swiper-container.review-swiper .swiper-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.customer-reviews-whyus .swiper-slide.review-item {
  text-align: center;
  background: #80ffff;
  padding: 30px 20px;
}

.customer-reviews-whyus .swiper-slide.review-item:after {
  content: '';
  position: relative;
  left: -78px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #80ffff;
  clear: both;
  top: 65px;
}

.customer-reviews-whyus .swiper-slide.review-item i {
  font-size: 50px;
  margin-bottom: 20px;
}

.main_swiper-slide.review-item {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  text-align: center;
  margin: 0 0 0 30px;
}

.customer-reviews-whyus .swiper-slide.review-item p {
  min-height: 142px;
}

.customer-reviews-whyus .review-stars {
  text-align: center;
  padding: 15px 5px 5px;
  margin: 15px auto 0 auto;
  display: block;
}

.customer-reviews-whyus .rev-name {
  text-align: center;
  color: #80959a;
  font-weight: 600;
  font-size: 18px;
}

.why-us {
  padding: 145px 0px 0px;
}

section.customer-reviews {
  padding: 0;
}

section.testimonial_review {
  padding: 0;
}

.testimonial_review .rev-name {
  font-weight: 600;
}

.testimonial_review .review-item p {
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 120px;
}

.review-stars i {
  color: #80959a;
  margin: 0 4px;
  font-size: 20px;
}

.testimonial_review h3 {
  text-transform: uppercase;
  font-weight: 600;
}

form#review_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

section.review-section.rs_section {
  padding-top: 165px;
}

section.review-section.rs_section h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #081f2d;
  word-break: break-word;
  margin: 20px auto 7px auto;
}

.form-block .btn {
  background: #3366FF;
  border: 1px solid #3366FF;
  border-radius: 25px;
  margin: 5px 10px 0px 0px;
}

.form-block .btn:hover {
  background: transparent;
  color: #3366FF;
  border: 1px solid #3366FF;
}

.head.head-account .h2 {
  color: #081f2d;
}

section.review-section.rs_section .block.heading {
  padding-bottom: 0;
}

.review-section.rs_section table tr td {
  text-align: center;
  position: relative;
  top: 5px;
}

section.faq.faq-cont-area h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #081f2d;
  word-break: break-word;
  margin: 20px auto 7px auto;
  text-align: center;
  padding: 50px 0 30px;
}

.faq-cont-area h2 {
  font-size: 22px;
  color: #3366FF;
  margin: 0px 0px 20px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 600;
  text-align: center;
}

.faq-cont-area .panel-heading h4 a {
  color: #081f2d;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.faq-cont-area .panel-default {
  margin-bottom: 0px;
  border: 1px solid #dadada;
}

.faq-cont-area .panel-body {
  color: #081f2d;
  text-align: center;
  border: none;
}

.faq-cont-area .accordion-toggle {
  color: #3366FF;
}

.faq-cont-area .accordion-toggle.collapsed {
  color: #081f2d;
}

.blog.main_blog_section .block {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  border: none;
  width: calc(50% - 20px);
}

.blog.main_blog_section h1,
.blog.main_blog_section .blog-item h1 {
  font-size: 28px;
  color: #081f2d;
  margin: 20px 0px 22px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 600;
  padding-top: 25px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

.blog.main_blog_section h1 strong {
  font-weight: 600;
}

.blog .block a,
.blog-item .block a {
  color: #3366FF;
}

.blog .block .blog-credits a,
.blog-item .block .blog-credits a {
  color: #081f2d;
  font-weight: 600;
}

.main_blog_section .block p {
  padding-top: 12px;
  color: #081f2d;
}

.blog .right-sidebar .h3,
.blog-item .right-sidebar .h3 {
  color: #081f2d;
  padding-bottom: 0;
}

.blog .right-sidebar ul li a,
.blog-item .right-sidebar ul li a {
  color: #081f2d;
  font-size: 16px;
}

.blog .right-sidebar ul li a:hover {
  text-decoration: none;
  color: #3366FF;
}

.blog .right-sidebar ul li+li a:hover {
  text-decoration: none;
  color: #3366FF;
}

.blog .right-sidebar {
  padding: 20px 0;
  margin-top: 109px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  background: none;
}

a,
.btn-link {
  color: #3366FF;
}

.heading_page_title h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 7px;
  color: #081f2d;
  word-break: break-word;
  margin: 20px auto 30px auto;
  padding-top: 130px;
  text-align: center;
}

.sitemap li a {
  color: #3366FF;
}

.terms_and_condation {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
  margin-bottom: 0;
  padding: 30px 30px;
}

.terms_and_condation ul {
  list-style: none;
}

.terms_and_condation ul li {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
  position: relative;
  color: #666;
  padding-left: 24px;
}

.terms_and_condation ul li:before {
  font-family: Linearicons-Free;
  content: "\";
  border: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  color: #3366FF;
}

section.privacy_policy.heading_page_title h1 {
  padding-top: 0;
}

.posting_instruction h1 {
  font-size: 28px;
  color: #081f2d;
  margin: 20px 0px 25px;
  font-weight: 600;
}

.posting_instruction h2 {
  margin: 15px 0px 15px; 
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 22px;
  font-weight: 400;
  color: #b3b3b3;
}

.posting_instruction .post_pattern li {
  width: 49%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 25px;
  margin-right: 2%;
  margin-bottom: 20px;
  min-height: 320px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  border: none;
}

.posting_instruction ul {
  list-style: none;
}

.posting_instruction ul li {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 0px;
  position: relative;
  color: #081f2d;
  padding-left: 24px;
}

.posting_instruction ul li:before { 
  font-family: Linearicons-Free;
  content: "\";
  border: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
  color: #3366FF;
}

.posting_instruction p {
  margin: 0px 0px 10px;
  color: #081f2d;
}

ul.post_pattern li:before {
  display: none;
}

.posting_instruction iframe {
  border: 5px solid #3366FF;
}

.identification.identification-cont-area h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  color: #081f2d;
  word-break: break-word;
  margin: 60px auto 25px auto;
}

.identification-cont-area .identification_cont p {
  margin: 0px 0px 5px;
}

.identification_list li {
  margin-bottom: 7px !important;
  padding-left: 0 !important;
}

.head.clearfix.empty_card {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
  margin-top: 65px;
}

.bulk_buy_back {
  width: 100%;
  background-image: url(../images/bulk_banner.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 105px 0px 15px;
  background-position: 50%;
  text-align: left;
  color: #fff;
}

.bulk_buy_back .bulk_buy_back_cont input,
.bulk_buy_back .bulk_buy_back_cont textarea,
.bulk_buy_back .bulk_buy_back_cont select {
  background: #fff;
  height: 40px;
  border-radius: 10px;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.bulk_buy_back .bulk_buy_back_cont .form-control:focus {
  box-shadow: none;
}

.bulk_buy_back .bulk_buy_back_cont .bulkform_send {
  background: #00ffff;
  border: 1px solid #00ffff;
  width: 100px;
  color: #081f2d;
  border-radius: 25px;
  margin: 30px auto 30px auto;
}

.bulk_buy_back .bulk_buy_back_cont .bulkform_send:hover {
  background: #3265ff;
  border-color: #3265ff;
  color: #fff;
  +font-weight: 400;
}

.bulk_buy_back .main_inner_title h1 {
  color: #00ffff;
  max-width: 100%;
  text-align: left;
  padding-left: 0px;
  font-weight: 400;
}

.bulk_buy_back .main_inner_title {
  color: #fff;
  text-align: left;
  padding: 5px 0 15px 14px;
  line-height: 26px;
  font-size: 20px;
}

.bulk_buy_back .bulk_buy_back_cont form span {
  color: #00ffff;
  font-weight: 500;
  font-size: 14px;
}

form#lost_psw_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
  text-align: center;
}

section.my-account.lost_password p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 25px auto;
  color: #081f2d;
}

.my-account .my-account-cont-area .login_box .form-control:focus {
  box-shadow: none;
  border-color: #081f2d;
}

.blog-item.blog_view .block img {
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.19);
  max-width: 100%;
  /* border: 3px solid var(--primary_color) !important; */
  border: 3px solid #3265ff;
  margin-bottom: 23px;
  object-fit: cover;
  width: 100%;
}

.blog-item.blog_view .right-sidebar {
  margin-top: 75px;
  padding: 20px 0;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  background: none;
}

.blog h1,
.blog-item h1 {
  color: #081f2d;
}

section.blog p {
  padding-top: 12px;
  color: #081f2d;
}

.blog .block {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  border: none;
  width: calc(50% - 20px);
}

.reset_password_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.head.user-area-head.reset_psw_inner {
  margin-top: 65px;
  margin-bottom: 30px;
}

.btn-primary {
  border-radius: 25px;
}

.account_varify_section .my-account-cont-area {
  padding-top: 65px;
}

.account_varify_section .my-account-cont-area h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  color: #081f2d;
  word-break: break-word;
  max-width: 570px;
  margin: 0 auto;
}

.account_varify_section .block.sell-status p {
  margin-bottom: 5px;
}

.account_varify_section .table-bordered td.order-value {
  color: #3265ff;
}

form#profile_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.account_varify_section .alert-info {
  background-color: #7cf7ff;
  border-color: #7cf7ff;
  color: #081f2d;
}

form#chg_psw_form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
  text-align: center;
}

.account_varify_section .sell-status-row {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 15px 15px 15px;
  margin: 10px 0 20px;
}

.view_order_list h2 {
  color: #00ffff;
  max-width: 100%;
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

table.view_order_list {
  margin-top: 45px;
}

table.view_order_list dl dt {
  font-size: 16px;
  font-weight: 400;
}

td.total_order {
  position: relative;
  top: 5px;
}

.place_order .block.heading .btn.btn-danger {
  margin-top: 50px;
}

.place_order .place_order_inner {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.congrates_msg span {
  margin: 0px 0px 30px;
}

.congrates_msg p {
  font-size: 16px;
  color: #081f2d;
  margin: 0px 0px 15px;
}

.privacy_policy_section {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 30px 30px;
}

.privacy_policy_section .privacy_inner {
  line-height: 40px;
}

.block.heading.page-heading.shipping-heading {
  padding-top: 60px;
}

.place_order .block.heading h3 {
  font-size: 35px;
  color: #081f2d;
  line-height: 45px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.block.heading.page-heading.shipping-step-heading {
  padding-bottom: 0;
  margin-bottom: 0px;
  padding-top: 100px;
}


.block.shipping-step .row:first-child {
  padding-top: 200px;
}

.block.shipping-step .row:last-child {
  padding-top: 150px;
}

.block.shipping-step {
  background-image: url(../images/sucess-way-point.png);
  background-repeat: no-repeat;
  background-size:100%;
  background-position: top center;
  margin-top: 0px;
  padding-top: 0px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.block.shipping-info p {
  font-size: 18px;
  color: #081f2d;
}


.block.shipping-step .row:last-child .text-content,
.block.shipping-step .row:first-child .text-content {
  padding-right: 130px;
}

.block.shipping-step .row:nth-child(2) .text-content {
  padding-left: 150px;
}

.block.shipping-step .row:nth-child(2) {
  padding-top: 150px;
}

.block.shipping-step p {
  color: #081f2d;
  font-size: 18px;
}

img.success {
  max-width: 220px;
  margin-top: 75px;
}

ul.identity_card {
  padding-left: 0;
  display: flex;
  margin: 25px 0 25px 0 !important;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  padding: 25px 20px 0
}

.identity_card li img {
  padding: 0 10px;
}

.identity_card h3 {
  padding: 0 10px;
}

ul.identification_list li {
  margin-bottom: 5px !important;
}

ul.identification_list {
  list-style: none;
}

.identification_list li {
  line-height: 22px;
  padding-bottom: 5px;
  position: relative;
  color: #666;
  padding-left: 24px !important;
}

.identification_list li:before {
  font-family: Linearicons-Free;
  content: "\";
  border: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  color: #3366FF;
}


/***slider***/

.quick_link_section .lightSlider.lsGrab.lSSlide {
  height: 225px !important;
}

.quick_link_section .slide-box {
  width: 23%;
  /* text-align: center; */
  float: left;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
  margin: 10px 10px;
  padding: 25px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.quick_link_section .slide-box:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #081f2d;
}

.quick_link_section .slide-box span a {
  display: block;
  font-size: 14px;
  color: #081f2d;
  margin: 0px 0px 0px;
  font-weight: 500;
  letter-spacing: 0.5;
}

.quick_link_section .slide-box a img {
  height: 125px;
}

.hot-slider h1 {
  color: #081f2d;
  text-transform: uppercase;
}

.cat-top-slider.device_image_section .category_slider {
  display: flex;
  justify-content: center;
}

.customer_detail_listing h3 span {
  font-weight: 400;
  line-height: 22px;
}

.tooltip-block:hover {
  color: #081f2d;
}

.category_section h2 strong {
  font-weight: 400;
}

.m_detail h3 {
  font-size: 20px;
}
span.device_name {
  font-size: 20px;
}

/***tab colleaps(1/12/2020)***/

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link.collapsed .plus {
  display: block;
  filter: none;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link .plus {
  display: none;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link.collapsed .minus {
  display: none;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link .minus {
  display: block;
  filter: none;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link span {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 22px;
  height: 22px;
}

.faq_cont.setting-page .accordion .card-header {
  background: none;
  border-bottom: none;
}

.faq_cont.setting-page .accordion .card .card-body {
  padding: 0px 20px 15px 20px;
  font-size: 18px;
  color: #000 !important;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  margin: -5px 0 0 0;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link {
  padding: 0px;
  color: #3366FF;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  width: 100%;
  text-align: center;
  padding-right: 40px;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 0.5px;
  white-space: initial;
}

.faq_cont.setting-page .accordion .card .card-header .btn.btn-link.collapsed {
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #000000;
}

.privacy_policy_section span {
  line-height: 25px;
}

.privacy_policy_section ol {
  line-height: 25px;
  padding-left: 20px;
}

.privacy_policy_section ol li {
  margin-bottom: 5px;
}

.mailing_option.terms_conditions_main {
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px; 
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28); 
  border:none;
}

.mailing_option.terms_conditions_main .product_section_heading {
  margin-bottom: 15px;
}

.payment_method {
  border-bottom:none;
}

.center_section {
  justify-content:center;
}

.sold_out_step_section .sold_out_step_section_inner {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  -o-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.15);
  padding: 30px 15px;
  min-height: 357px; 
  margin-bottom:20px;     
}

.sold_out_step_section .sold_out_step_section_inner img {
  margin-bottom: 15px;
  min-height: 130px;
  max-height: 130px;
}

.sold_out_step_section .sold_out_step_section_inner h4 { 
  font-size:20px;
}

.sold_out_step_section .sold_out_step_section_inner p {
  font-size:16px;
  margin-bottom:0; 
}

.sold_out_step_section { 
  margin-top: 30px;
}

section.posting_instruction ol li {
  line-height: 25px;
  padding-bottom: 4px;
  position: relative;
  color: #081f2d;
}
.block.shipping-step .step-number div {
  display: block;
  height: 36px;
  width: 40px;
  line-height: 36px;
  font-size: 35px;
  display: table;
  margin: 0 auto;
  border: 2px solid #081f2d;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding: 5px 12px;
}

.block.shipping-step .step-number div .text {
  color:#081f2d;
}

.block.heading.page-heading.shipping-step-heading {
  padding-top: 65px;
}

.basket_remove {
  color: red;
}
 
.center_section{
  justify-content:center;
}

.HelpPopup .close {
  position: relative;
  right: 0;
  top: 0;
}

/***05/12/2020***/

.product_listing {
  padding: 100px 0 20px; 
}

/****responsive ***/

@media only screen and (max-width: 767px) {
  header .header-top {
    padding: 15px 0px 15px;
    min-height: 90px;
  }
  .fixed-header .header-top {
    padding: 15px 0px 15px;
    min-height: 90px;
  }
  header .logo {
    padding-top: 3px;
  }
  header .social-bar {
    width: 100%;
    margin-right: 40px;
    position: relative;
    top: 20px;
  }
  .mainheader_section_contain {
    padding: 0 0 0;
  }
  .banner {
    padding-top: 95px;
    height: auto;
  }
  .mainheader_section_contain .block.showcase-text h1 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  .mainheader_section_contain .block.showcase-text p {
    font-size: 18px;
    text-align: center;
  }
  .mobile-navigation .close-btn {
    color: #081f2d;
  }
  .main_inner_title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .main_inner_title h2 {
    font-size: 18px;
  }
  .main_inner_title {
    margin-top: 30px;
  }
  .sell_model_input .save_btn {
    margin: 0 auto 0 auto;
    display: block;
  }
  .basket_btn_sec {
    margin-bottom: 15px;
  }
  .sales_basket {
    margin-bottom: 15px;
  }
  .payment_method .paypal_payment {
    margin-bottom: 15px;
  }
  .mailing_option {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block.why-choose .card-group>.card+.card:after {
    display: none;
  }
  .block.why-choose .card-body {
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
  }
  section.cat-top-slider.device_image_section {
    height: auto;
  }
  .why-us h1 {
    font-size: 24px;
  }
  section#whyChoose {
    padding: 30px 0;  
  }
  .testimonial_review h3 {
    font-size: 22px;
  }
  .testimonial_review .swiper-wrapper {
    display: block;
  }
  .testimonial_review .swiper-slide.review-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  h2.show_final_amt {
    margin: 0 0 0 0;
  }
  table.table-tmpl.basket_detail {
    margin-top: 20px;
    border-collapse: inherit;
  }
  footer .footer-top .footer-left-nav .footer-sub-nav-1 {
    margin: 0px 0px 10px 0px;
  }
  footer .footer-bottom {
    margin-top: 5px;
  }
  /***28/11/2020***/
  .mainheader_section_contain input#top_search {
    margin: 0 auto;
  }
  .step {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .cat-top-slider.device_image_section .category_slider {
    display: block;
  }
  .quick_link_section .slide-box {
    width: 100%;
    margin: 5px 10px 15px 0;
  }
  .cat-top-slider.device_image_section .category_slider .slide-box .image {
    max-height: 125px;
    min-height: 125px;
  }
  section.cat-top-slider.device_image_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cat-top-slider.device_image_section .category_slider .slide-box {
    min-height: auto;
  }
  .main_swiper-slide.review-item {
    -ms-flex: 0 0 24%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-reviews-whyus .swiper-container.review-swiper .swiper-wrapper {
    display: block;
    overflow: visible;
  }
  .customer-reviews-whyus .rev-name {
    margin-bottom: 20px;
  }
  .why-us {
    float: initial;
  }
  #whyChoose .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 100%;
    margin-bottom: 0;
  }
  .gadget-area .searchbox .form-group .form-control {
    width: 100%;
    max-width: 295px;
    margin-bottom: 15px;
  }
  .condition_verify_sec .flawless-conditions {
    margin-top: 15px;
  }
  .sell_model_input {
    margin: 10px 0 0;
  }
  .payment_method .paypal_payment,
  .payment_method .bank_payment {
    margin-bottom: 20px;
  }
  .product_customer_details input,
  .product_customer_details select {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .payment_method {
    padding-bottom: 10px;
  }
  .terms_con_section {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .terms_con_section .condition_box {
    padding: 40px 15px;
  }
  .terms_con_section .condition_box ul {
    padding-left: 15px;
  }
  .product_section_heading {
    margin: 20px 0px 20px;
  }
  .main_btn_sec .back_basket_btn {
    margin-right: 0;
  }
  .final_detail_table {
    border-collapse: initial;
  }
  .detail_table table.final_detail_table tbody td {
    border-bottom: none;
  }
  .customer_detail_listing h3 {
    font-size: 14px;
    margin: 0px 0 2px 0;
    line-height: 24px;
  }
  .all_detail_btn_sec .change_detail_btn,
  .all_detail_btn_sec .cancel_sale_btn,
  .all_detail_btn_sec .complete_sale_btn {
    margin-right: 0
  }
  .bonus_code {
    margin: 0;
  }

  .mailing_option.terms_conditions_main {
    padding: 10px 15px 10px;
    text-align: center;
  }

  .terms_conditions_main input#terms_conditions {
    margin-right: 5px;
  } 

  .place_order .block.heading h3 {
    font-size: 24px;
  }

  .block.shipping-step {
    background-image: none;
  }

 .block.shipping-step h4 img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .block.shipping-step .row:last-child .text-content, .block.shipping-step .row:first-child .text-content {
    padding-right: 15px;
    padding-top: 20px;
  }

  .block.shipping-step h4 span {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .block.shipping-step p {
    text-align:center; 
  }

  .block.shipping-step .row:nth-child(2) .text-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block.shipping-step .step-number::before {
    content: "";
    position: absolute;
    background:#081f2d;
    height: 2px;
    width: 100%;
    top: 25px;
    left: 0px;
    right: 0px;
    z-index: 0;
  }

  .block.shipping-step .row:nth-child(2) {
    padding-top: 30px;
  }

  .block.shipping-step .row:last-child {
    padding-top: 15px;
  }

  .block.shipping-step .step-number {
    position: relative;
    margin-bottom: 30px;  
  }

  .block.shipping-step .row:first-child {
    padding-top: 20px;
  }

  .block.heading.page-heading.shipping-step-heading {
    padding-top: 50px;
  }

  img.success {
    margin-top: 30px;
  }
  
  .block.setting-page {
    text-align: center;
  } 

  .place_order .block.heading h3 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
  }

  .empty_card {
    text-align: center;
  }

  .fotter-social ul li {
    margin-right: 5px;
  }
  .footer_logo img {
    max-width: 250px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .why-us {
    padding: 92px 0px 0px;
  } 

  .main_inner_title h2 {
    font-size: 18px;
    line-height: 25px;
  }

  section.customer-reviews-whyus h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .how_it_work_sec h1 {
    font-size:20px;
    line-height:30px;
  }

  .product-sep-sec .step-box {
    margin-bottom:0;
  }

  .main_swiper-slide.review-item {
    margin:0;
  }

  footer .footer-top .footer-left-nav {
    text-align:center;
  }

  section {
    padding: 25px 0;
  }

  .how_it_work_sec {
    padding: 82px 0px 20px;
  }

  section.faq.faq-cont-area h1 {
    font-size: 20px;
    padding: 20px 0 20px;
    line-height: 30px;
  }

  .identification.identification-cont-area h1 {
    font-size: 20px;
    margin: 20px auto 20px auto;
  }

  ul.identity_card {
    display:block;
    padding: 25px 20px 15px !important;
  }

  .identification {
    padding: 140px 0px 0
  }

  .bulk_buy_back {
    padding: 50px 0px 15px;
  }

  .bulk_buy_back .bulk_buy_back_cont .bulkform_send {
    margin: 15px auto 15px auto;
  }

  .bulk_buy_back .main_inner_title h1 {
     text-align:center;
  }
  
  .bulk_buy_back .main_inner_title {
    padding: 5px 15px 15px 15px;
    text-align:center;
  }

  .contact-us .main_inner_title h1 {
    text-align:center;
  }

  .contact-us .main_inner_title h2 {
    text-align: center;
    padding: 5px 15px 15px 14px;
    line-height: 30px;
  }

  .contact-us .help_desk {
    text-align:center;
  }

  .Address_desk {
    text-align:center;
  }

  .contact-us {
    padding: 70px 0px 0;
  }

  .posting_instruction ul {
    padding-left:0;
  }

  .posting_instruction ol {
    padding-left: 20px;
  }

  .posting_instruction h2 {
    font-size:20px;
  }
  .terms_and_condation ul {
    padding-left:0;
  }

  .privacy_policy_section {
    padding: 30px 20px 30px;
  }

  .privacy_policy_section dl dd {
    margin-bottom: 5px;
  }

  section.privacy_policy.heading_page_title h1 {
    font-size:20px;
  }

  .blog.main_blog_section .block {
    margin-bottom: 20px;
    width: calc(100% - 0px);
  }

  .blog.main_blog_section h1, .blog.main_blog_section .blog-item h1 {
    text-align:center;
  }

  .main_blog_section .col-md-2.col-lg-2.pl-0.pr-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .blog .right-sidebar {
    margin-top: 20px;
  }

  section.review-section.rs_section {
    padding-top: 90px;
  }

  section.review-section.rs_section h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  table {
    width: 100% !important;
  }

  .faq_cont.setting-page .accordion .card .card-header .btn.btn-link span {
    right:0;
  }

  .model_image.left_side_img img {
    min-height: auto;
  }

  .faq_cont.setting-page .accordion .card .card-header .btn.btn-link {
    font-size:16px;
  } 

  .btn-success {
    margin-bottom: 5px;
  }

  .account_varify_section .my-account-cont-area {
    padding-top: 40px;
  }

  .account_varify_section .my-account-cont-area h1 {
    font-size: 24px;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .account_varify_section .heading {
    padding-bottom: 5px;
  }

  .my-account.account_varify_section .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
  }

  .my-account.account_varify_section .nav-link { 
    width:100%;
  }

  section.my-account.account_varify_section {
    text-align: center;
  }

  .my-account.account_varify_section .nav-tabs {
    border: 1px solid #dee2e6;
  }

  .my-account.account_varify_section .nav-tabs .nav-link {
    border:none;
    border-bottom: 1px solid #dee2e6;
  }

  /***05/12/2020***/

  .product_listing {
    padding: 60px 0 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu_bar {
    padding: 8px 0 0 0px;
  }
   
  header .main_menu li a {
    padding: 2px 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  a.cart-item {
    margin: 0 0 0 5px;
  }

  .fixed-header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  .mainheader_section_contain {
    padding: 85px 0 0;
  }

  .mainheader_section_contain .block.showcase-text h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .mainheader_section_contain .block.showcase-text p {
    font-size: 18px;
  }

  .mainheader_section_contain {
    min-height: 350px !important;
  }

  .product-sep-sec .step-box p {
    font-size: 14px;
    color: #2e2e2e;
    padding:0;
  }

  .quick_link_section .slide-box {
    width: 30%; 
  } 
  
  .footer_logo img {
    max-width: 185px;
  } 

  h3.contact_number {
    justify-content: end;
  }

  .main_inner_title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .main_inner_title h2 { 
    font-size: 18px;
    line-height: 25px;
  }

  .gadget-area, .why-us, .how_it_work_sec, .contact-us, .my-account, .faq {
    padding: 100px 0px 30px;
  }  

  .model_image.left_side_img img {
    min-height: auto;
    margin-top: 15px;
  }

  .why-us h1 {
    font-size: 24px;
    margin: 30px 0px 5px;
  } 

  .customer-reviews-whyus .swiper-container.review-swiper .swiper-wrapper {
    overflow:visible;
  }

  .main_swiper-slide.review-item {
    -ms-flex: 0 0 24%;
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    margin: 0 0 0 15px;
  }

  h2.show_final_amt {
    margin: 15px 0 0 0;
  }

  span.device_name {
    line-height: 25px;  
  }

  .m_detail h3 {
    margin-bottom: 5px;
  }

  .basket_btn_sec {
    margin-bottom: 15px;
  }

  .sales_basket {
    margin-bottom: 15px;
  }

  .payment_method {
    padding-bottom: 20px;
  }

  .divider-heading {
    padding: 25px 0;
  }
  .divider-heading:before {
    top: 42px;
  }

  .block.why-choose .card-group>.card+.card:after {
    -webkit-transform: rotate(0deg);  
    transform: rotate(0deg);
    width:2px;
  } 

  .why-choose .card-body {
    padding: 0 10px;
  }

  .block.why-choose .card-body p {
    font-size:14px;
  }

  .block.why-choose .card-title {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 10px 0;
  }

  .customer-reviews-whyus .review-stars {
    padding: 5px 5px 5px;
    margin: 10px auto 0 auto;
  } 

  .review-stars i {
    font-size: 15px;
  }

  .how_it_work_sec h1 {
    font-size: 24px;
  }

  section.more_faq_section {
    padding-bottom:15px;
  }

  .bulk_buy_back {
    padding: 50px 0px 15px;
  }

  .bulk_buy_back .main_inner_title {
    padding: 5px 15px 15px 15px;
  }

  .bulk_buy_back .bulk_buy_back_cont .bulkform_send {
    margin: 15px auto 15px auto;
  }

  .contact-us {
    padding: 70px 0px 0; 
  }

  .contact-us .main_inner_title {
    margin-top: 30px;
  } 

  table {
    width: 100% !important;
  }

  section.review-section.rs_section {
    padding-top: 90px;
  }

  section.review-section.rs_section h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide {
    width: 46%;
    height: 265px !important;
  }

  .review-form {
    padding-top: 15px; 
  }

  .review-form .h2 {
    padding-bottom: 15px; 
  }

  .blog {
    padding-top: 80px;
  }  

  .blog.main_blog_section .block { 
    width: calc(100% - 0px);
    margin: 0 0 15px 0;  
  }

  .blog .right-sidebar {
    margin-top: 100px;
  }

  .site-map.heading_page_title h1 {
    padding-top: 65px; 
  }

  .sitemap {
    column-count: 3;
  }

  .privacy_policy, .bitcoin, .posting_instruction {
    padding-top: 120px;
  }

  .terms_and_condation ul {
    padding-left: 0;
  }

  .terms_and_condation {
    padding: 25px 20px 10px; 
  }

  .identification.identification-cont-area h1 {
    margin: 20px auto 20px auto;
  }

  .identification {
    padding: 125px 0px 50px;
  }

  ul.identity_card {
    padding: 20px 10px 0;
  }

  .btn-success {
    margin-bottom: 8px;
  }

  .account_varify_section .my-account-cont-area {
    padding-top: 30px;
  }

  section.faq.faq-cont-area h1 {
    padding: 25px 0 25px;
  }

  /***05/12/2020***/

  .product_listing {
    padding: 70px 0 30px;
  }

}


@media only screen and (min-width: 992px) and (max-width: 1023px) {

  a.logo {
    padding-top: 5px;
  } 

 .menu_bar {
    padding: 15px 0 0 0px;
  }
   
  header .main_menu li a {
    padding: 2px 9px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  a.cart-item {
    margin: 0 0 0 5px;
  }

  .fixed-header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  .mainheader_section_contain {
    padding: 85px 0 0;
  }

  .mainheader_section_contain .block.showcase-text h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .mainheader_section_contain .block.showcase-text p {
    font-size: 18px;
  }

  .mainheader_section_contain {
    min-height: 350px !important;
  }

  .product-sep-sec .step-box p {
    font-size: 14px;
    color: #2e2e2e;
    padding:0;
  }

  .quick_link_section .slide-box {
    width: 30%; 
  } 
  
  .footer_logo img {
    max-width: 185px;
  } 

  h3.contact_number {
    justify-content: end;
  }

  .main_inner_title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .main_inner_title h2 { 
    font-size: 18px;
    line-height: 25px;
  }

  .gadget-area, .why-us, .how_it_work_sec, .contact-us, .my-account, .faq {
    padding: 100px 0px 30px;
  }  

  .model_image.left_side_img img {
    min-height: auto;
    margin-top: 15px;
  }

  .why-us h1 {
    font-size: 24px;
    margin: 30px 0px 5px;
  } 

  .customer-reviews-whyus .swiper-container.review-swiper .swiper-wrapper {
    overflow:visible;
  }

  .main_swiper-slide.review-item {
    -ms-flex: 0 0 24%;
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    margin: 0 0 0 15px;
  }

  h2.show_final_amt {
    margin: 15px 0 0 0;
  }

  span.device_name {
    line-height: 25px;  
  }

  .m_detail h3 {
    margin-bottom: 5px;
  }

  .basket_btn_sec {
    margin-bottom: 15px;
  }

  .sales_basket {
    margin-bottom: 15px;
  }

  .payment_method {
    padding-bottom: 20px;
  }

  .divider-heading {
    padding: 25px 0;
  }
  .divider-heading:before {
    top: 42px;
  }

  /*.block.why-choose .card-group>.card+.card:after {
    -webkit-transform: rotate(0deg);  
    transform: rotate(0deg);
    width:2px;
  } */

  .why-choose .card-body {
    padding: 0 10px;
  }

  .block.why-choose .card-body p {
    font-size:14px;
  }

  .block.why-choose .card-title {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 10px 0;
  }

  .customer-reviews-whyus .review-stars {
    padding: 5px 5px 5px;
    margin: 10px auto 0 auto;
  } 

  .review-stars i {
    font-size: 15px;
  }

  .how_it_work_sec h1 {
    font-size: 24px;
  }

  section.more_faq_section {
    padding-bottom:15px;
  }

  .bulk_buy_back {
    padding: 50px 0px 15px;
  }

  .bulk_buy_back .main_inner_title {
    padding: 5px 15px 15px 15px;
  }

  .bulk_buy_back .bulk_buy_back_cont .bulkform_send {
    margin: 15px auto 15px auto;
  }

  .contact-us {
    padding: 70px 0px 0; 
  }

  .contact-us .main_inner_title {
    margin-top: 30px;
  } 

  table {
    width: 100% !important;
  }

  section.review-section.rs_section {
    padding-top: 90px;
  }

  section.review-section.rs_section h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide {
    width: 46%;
    height: 265px !important;
  }

  .review-form {
    padding-top: 15px; 
  }

  .review-form .h2 {
    padding-bottom: 15px; 
  }

  .blog {
    padding-top: 80px;
  }  

  .blog.main_blog_section .block { 
    width: calc(100% - 0px);
    margin: 0 0 15px 0;  
  }

  .blog .right-sidebar {
    margin-top: 100px;
  }

  .site-map.heading_page_title h1 {
    padding-top: 65px; 
  }

  .sitemap {
    column-count: 3;
  }

  .privacy_policy, .bitcoin, .posting_instruction {
    padding-top: 120px;
  }

  .terms_and_condation ul {
    padding-left: 0;
  }

  .terms_and_condation {
    padding: 25px 20px 10px; 
  }

  .identification.identification-cont-area h1 {
    margin: 20px auto 20px auto;
  }

  .identification {
    padding: 125px 0px 50px;
  }

  ul.identity_card {
    padding: 20px 10px 0;
  }

  .btn-success {
    margin-bottom: 8px;
  }

  .account_varify_section .my-account-cont-area {
    padding-top: 30px;
  }

  section.faq.faq-cont-area h1 {
    padding: 25px 0 25px;
  }

}


@media only screen and (min-width: 1024px) and (max-width: 1200px) { 

  a.logo {
    padding-top: 5px;
  } 

 .menu_bar {
    padding: 15px 0 0 0px;
  }
   
  header .main_menu li a {
    padding: 2px 9px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  a.cart-item {
    margin: 0 0 0 5px;
  }

  .fixed-header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  header .header-top {
    padding: 15px 0px 15px;
    min-height: 100px;
  }

  .mainheader_section_contain {
    padding: 120px 0 0;
  }

  .mainheader_section_contain .block.showcase-text h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .mainheader_section_contain .block.showcase-text p {
    font-size: 18px;
  }

  .mainheader_section_contain {
    min-height: 350px !important;
  }

  .product-sep-sec .step-box p {
    font-size: 14px;
    color: #2e2e2e;
    padding:0;
  }

  .quick_link_section .slide-box {
    width: 30%; 
  } 
  
  .footer_logo img {
    max-width: 185px;
  } 

  h3.contact_number {
    justify-content: end;
  }

  .main_inner_title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .main_inner_title h2 { 
    font-size: 18px;
    line-height: 25px;
  }

  .gadget-area, .why-us, .how_it_work_sec, .contact-us, .my-account, .faq {
    padding: 100px 0px 30px;
  }  

  .model_image.left_side_img img {
    min-height: auto;
    margin-top: 15px;
  }

  .why-us h1 {
    font-size: 24px;
    margin: 30px 0px 5px;
  } 

  .customer-reviews-whyus .swiper-container.review-swiper .swiper-wrapper {
    overflow:visible;
  }

  .main_swiper-slide.review-item {
    -ms-flex: 0 0 24%;
    flex: 0 0 35%;
    max-width: 35%;
    text-align: center;
    margin: 0 0 0 15px;
  }

  h2.show_final_amt {
    margin: 15px 0 0 0;
  }

  span.device_name {
    line-height: 25px;  
  }

  .m_detail h3 {
    margin-bottom: 5px;
  }

  .basket_btn_sec {
    margin-bottom: 15px;
  }

  .sales_basket {
    margin-bottom: 15px;
  }

  .payment_method {
    padding-bottom: 20px;
  }

  .divider-heading {
    padding: 25px 0;
  }
  .divider-heading:before {
    top: 42px;
  }

  /*.block.why-choose .card-group>.card+.card:after {
    -webkit-transform: rotate(0deg);  
    transform: rotate(0deg);
    width:2px;
  } */

  .why-choose .card-body {
    padding: 0 10px;
  }

  .block.why-choose .card-body p {
    font-size:14px;
  }

  .block.why-choose .card-title {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0 10px 0;
  }

  .customer-reviews-whyus .review-stars {
    padding: 5px 5px 5px;
    margin: 10px auto 0 auto;
  } 

  .review-stars i {
    font-size: 15px;
  }

  .how_it_work_sec h1 {
    font-size: 24px;
  }

  section.more_faq_section {
    padding-bottom:15px;
  }

  .bulk_buy_back {
    padding: 50px 0px 15px;
  }

  .bulk_buy_back .main_inner_title {
    padding: 5px 15px 15px 15px;
  }

  .bulk_buy_back .bulk_buy_back_cont .bulkform_send {
    margin: 15px auto 15px auto;
  }

  .contact-us {
    padding: 70px 0px 0; 
  }

  .contact-us .main_inner_title {
    margin-top: 30px;
  } 

  table {
    width: 100% !important;
  }

  section.review-section.rs_section {
    padding-top: 90px;
  }

  section.review-section.rs_section h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .review-section .block.testimonials-details .swiper-container .swiper-wrapper .swiper-slide {
    width: 46%;
    height: 265px !important;
  }

  .review-form {
    padding-top: 15px; 
  }

  .review-form .h2 {
    padding-bottom: 15px; 
  }

  .blog {
    padding-top: 80px;
  }  

  .blog.main_blog_section .block { 
    width: calc(100% - 0px);
    margin: 0 0 15px 0;  
  }

  .blog .right-sidebar {
    margin-top: 100px;
  }

  .site-map.heading_page_title h1 {
    padding-top: 65px; 
  }

  .sitemap {
    column-count: 3;
  }

  .privacy_policy, .bitcoin, .posting_instruction {
    padding-top: 120px;
  }

  .terms_and_condation ul {
    padding-left: 0;
  }

  .terms_and_condation {
    padding: 25px 20px 10px; 
  }

  .identification.identification-cont-area h1 {
    margin: 20px auto 20px auto;
  }

  .identification {
    padding: 125px 0px 50px;
  }

  ul.identity_card {
    padding: 20px 10px 0;
  }

  .btn-success {
    margin-bottom: 8px;
  }

  .account_varify_section .my-account-cont-area {
    padding-top: 30px;
  }

  section.faq.faq-cont-area h1 {
    padding: 25px 0 25px;
  }


}