header {
  background: #000;
  min-height: 50px;
  padding-top: 10px;
}

.logo {
  display: inline-block;
  width: 180px;
  margin: 0 0;
}

.logo a {
  display: block;
}
.navbar {
  padding: 0;
}

.menu-primary {
  float: right;
}

footer ul,
.menu_primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_primary ul li {
  display: inline-block;
  margin-left: 20px;
}

.menu_primary ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  line-height: 1;
  text-decoration: none;
}

.menu_primary ul li:last-child a {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 12px 20px;
}

.section {
  margin: 60px 0;
}

.home_project,
.mount_bg {
  position: relative;
  padding: 50px 0 50px;
}

.home_project {
  background-image: url(../../assets/img/homeproject.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -114px;
}

.section .container {
  position: relative;
  z-index: 9;
}

.cm_title {
  font-size: 32px;
  text-align: center;
  padding: 15px 0;
  color: #000;
  background-image: url(../../assets/img/title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  font-weight: 100;
  font-family: 'SF Pro Display';
}

.title_icon_white {
  font-size: 32px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  background-image: url(../../assets/img/title-bg-white.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 90px;
  font-weight: 100;
  font-family: 'SF Pro Display';
}

.title_icon:after {
  content: "";
  width: 164px;
  height: 23px;
  background-image: url(../../assets/img/subtitle-bg.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title_icon_white:after {
  content: "";
  width: 164px;
  height: 23px;
  background-image: url(../../assets/img/subtitle-bg-white.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title_icon {
  margin-bottom: 65px;
}

.sub_title {
  font-weight: 300;
  color: #000;
}

.btn-primary {
  color: #000000;
  background-color: #fed528;
  border-color: #fed528;
  padding: 0.375rem 1.75rem;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
  }

.btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
  padding: 0.375rem 1.75rem;
  border-radius: 40px;
  font-size: 18px;
}

.banner img {
  width: 100%;
  background: transparent;
}

.case_body img {
  width: 80%;
}

.case_body .container {
  text-align: center;
}


footer {
  padding-top: 130px;
  background: url(../../assets/img/homeproject.png);
}
.section.home_project.ourproject {
  background: url(../../assets/img/homebg2.png);
}
footer .container {
  padding-bottom: 100px;
}

footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 100;
  font-family: 'SF Pro Display';
}

footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-family: 'SF Pro Display';
}

footer p a,
footer ul a {
  display: block;
  color: #fff;
  font-weight: 300;
  padding: 3px 0px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
  font-family: 'SF Pro Display';
}

.copyright p {
  background: #081b22;
  margin: 0;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.copyright {
  padding-bottom: 10px;
}

footer img {
  margin-bottom: 15px;
}


.home_project ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section.home_project ul li {
  display: inline-block;
  width: calc(100% / 4 - 4px);
  text-align: center;
}

.home_project.bg_fit:after {
  background-position: center;
}

.app_liks_wrapper {
  padding-bottom: 0;
  background: url(../../assets/img/homebg.png);
  background-size: cover;
}

.img-with-content-row.row {
  margin: 50px 0;
}
.img-with-content-row .col-img {
  text-align: center;
}

.col-content {
  display: flex;
  align-items: center;
}
.ul-list li {
  list-style-image: url(../../assets/img/list_icon.png);
  margin-bottom: 20px;
}
ul.ul-list {
  padding: 10px 0 10px 30px;
  margin: 0;
}
img {
  max-width: 100%;
}

.cm_slick .slick-slide img {
  max-height: 490px;
}
.two-col-img-content-wrapper .img-with-content-row:nth-child(even) {
  flex-direction: row-reverse;
}
.banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner {
  position: relative;
}

.banner-caption h1 {
  color: rgba(255,255,255,.8);
  text-transform: uppercase;
  font-size: 130px;
  text-align: center;
}
.cm_slick.slick-slider {
  margin: 60px 0;
}
.cm_slick .slick-slide img {
  display: inline-block;
}
.two-col-img-content-wrapper .cm_slick.slick-slider:nth-child(even) .img-with-content-row >.row {
  flex-direction: row-reverse;
}
.slick-prev {
  left: 10px;
  z-index: 9;
}
.slick-next {
  right: 0;
}
.slick-next {
  width: 50px;
  height: 50px;
}
.slick-prev:before {
  background-image: url(../../assets/img/arrow-right.png);
  content: "" !important;
  height: 40px;
  width: 42px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  opacity: 0;
}
.slick-prev:before {
  opacity: 1;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.ourpartner .slick-slide a {
  padding: 10px;
}
.slick-next:before {
  background-image: url(../../assets/img/arrow-right.png);
  content: "" !important;
  height: 40px;
  width: 42px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.cm_slick.arrowmiddle button.slick-next.slick-arrow {
  right: 48%;
}
.img-with-content-row>.row {
  min-height: 450px;
  align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  padding:11px 0 16px 0;

}
.menu-primary .nav-link.button {
   background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 12px 20px;
  margin-top: 2px;
}
footer p a:hover, footer ul a:hover {
  text-decoration: none;
  color: rgba(255,255,255,.75);
}
.social-icons span {
  display: inline-block;
  margin-right: 20px;
}
.social-icons {
  font-size: 27px;
}
.social-icons a {
  color: rgba(255,255,255,0.5);
}
.cm_col.col-img:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/plateform-background.png);
}
.cm_col.col-img {
  position: relative;
}
.nav-item {
  margin: 0 0 0 20px;
}
.menu-primary .nav-link.button:hover {
  color: #006e2c;
}
.col-content .btn {
  padding: 7px 50px;
  border-radius: 21px;
}

.btn-warning {
  background: #FED528;
  border-color: #FED528;
  color: #000000;
  font-size: 14px;
}
.contact_wrapper {
  background: #fff;
  padding: 50px 50px 100px;
  background-image: url(../../assets/img/contact-wrapper.png);
  background-position: center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
}
.form-control {
  border-color: #bdbdbd;
  padding: 15px 19px;
  height: auto;
}
.form-control::placeholder {
  color: #CCCCCC;
  opacity: 1;
}
.contact-btnwrapper {
  text-align: center;
  margin-top: 30px;
}
.contact-btnwrapper .btn {
  padding: 10px 40px;
}
label {
  font-size: 90%;
}                         
.switch_wrapper {
  display: inline-block;
  position: relative;
}
.switch_wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  font-size: 0;
  opacity: 0;
}
.checkbox_swich {
  display: block;
  position: relative;
  border-radius: 40px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
  border: 1px solid #000;
}
.checkbox_swich:after {
  content: '';
  position: absolute;
  width: 180px;
  height: 46px;
  background: #000000;
  border-radius: 30px;
  left: 4px;
  top: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 0;
}

.switch_wrapper input:checked + span:after {
  left: 190px;
}

span.checkbox_swich span.toggle_text {
  display: inline-block;
  padding: 10px;
  text-align: center;
  min-width: 185px;
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #fff;
}

.filter.section {
  margin-bottom: 50px;
}

.switch_wrapper input:checked + span > span.toggle_text:last-child {
  color: #fff;
}

.switch_wrapper input:checked + span > span.toggle_text:first-child {
  color: #000;
}

.switch_wrapper input span > span.toggle_text:last-child {
  color: #fff;
}

span.checkbox_swich span.toggle_text:last-child {
  color: #000;
}
.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */
.form-group.has-search {
  position: relative;
  width: 100%;
  max-width: 420px;
}
.has-search .form-control {
  border: 1px solid #000;
  position: relative;
  border-radius: 40px;
  padding-left: 50px;
  outline: none;
}
.has-search .form-control::placeholder {
  color: #000;
}
.filter-inner {
  display: flex;
  justify-content: space-between;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #000;
  top: 8px;
  left: 11px;
  cursor: pointer;
}
.form-control:focus {
  box-shadow: none;
}
.form-group.has-search:after {
  content: "";
  position: absolute;
  top: 0;
  right: 45px;
  height: 55px;
  background: #000;
  width: 1px;
}
span.filgericon {
  position: absolute;
  top: 15px;
  right: 60px;
  padding: 0 4px;
  color: #000;
  cursor: pointer;
}

span.crossicon {
  position: absolute;
  right: 3px;
  top: 15px;
  width: 40px;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.droupdown-box.show {
  display: block;
}
.droupdown-box {
  position: absolute;
  background: #fff;
  padding: 20px;
  right: 0;
  border-radius: 5px;
  width: 100%;
  top: 100%;
  margin-top: 10px;
  display: none;
}
.droupdown-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.droupdown-box ul li {
  position: relative;
  padding-right: 40px;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
}
.droupdown-box ul li i {
  position: absolute;
  right: 10px;
  top: 8px;
}
.droupdown-box ul li:hover {
  background: #eee;
}
.droupdown-box:before {
  content: "";
  border: 17px solid #ffffff;
  position: absolute;
  top: -20px;
  right: 63px;
  border-top: 2px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.droupdown-box ul li>ul {
  display: none;
}
.card-inner .card {
  /* margin-bottom: 30px; */
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.card-title {
  position: relative;
  padding-right: 46px;
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
  
}
.tab-pane .row>[class*="col"] {
  margin-bottom: 30px;
}
.star.btn.btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  padding: 0 5px;
}
h4.price {
  display: inline;
}
span.price {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.card-body .btn.btn-outline-dark {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
}
img.card-img-top {
  width: 100%;
  /* height: 417px; */
  object-fit: cover;
  border-radius: 10px;
}

ul.nav.nav-tabs.switch_wrapper {
  list-style: none;
  display: block;
  position: relative;
  border-radius: 40px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
  border: 1px solid #000;
  height: fit-content;
  padding: 0 2px;
  margin: 0 auto;
}

.switch_wrapper li {
  display: inline-block;
}

.switch_wrapper li a {
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  min-width: 185px;
  position: relative;
  z-index: 9;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.switch_wrapper li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  background: #000000;
  border-radius: 30px;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: -1;
  opacity: 0;
}
.switch_wrapper li.slidebutton a:after {
  opacity: 1;
}

.project_details button.slick-prev.slick-arrow {
  opacity: 0;
}

.switch_wrapper li.slidebutton a {
  color: #fff;
}

/* .nav.nav-tabs.switch_wrapper:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 50px;
  background: #000000;
  border-radius: 30px;
  left: 2px;
  top: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 0;
} */
.nav.nav-tabs.switch_wrapper.slidebutton::after {
  left: 190px;
}
.presspage .card {
  padding: 15px;
  border: 0;
  border-radius: 10px;
  height: 100%;
}
.cardinrow>.row>[class*="col"] {
  margin-bottom: 20px;
}
.presspage .card .btn.btn-outline-dark {
  width: auto;
  padding: 7px 25px;
}
.cardinrow {
  margin-top: 30px;
}
p.disc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.presspage .card .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.presspage .card .author-date {
  /* background-image: url(../../assets/img/title-bg.png); */
  /* background-repeat: no-repeat; */
  position: relative;
  display: inline-block;
  font-size: 13px;
  /* background-size: contain; */
  margin-bottom: 20px;
}

.presspage .card .author-date i {
  color: #FED528;
  margin: 0 3px 0 0;
}

.presspage .card .author-date>span {
  display: inline-block;
  margin: 0 10px 4px 0;
  background-image: url(../../assets/img/title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.presspage .card-title {
  margin: 0;
}
.presspage .card-body {
  padding: 20px 0;
}
.presspage .cardinrow h6.title {
  font-size: 19px;
  margin-bottom: 20px;
}
.presspage .cardinrow img.card-img-top {
  height: 257px;
}
.presspage .form-group.has-search:after {
  display: none;
}
.needhelprepaire img {
  width: 100%;
}

.needhelprepaire {
  margin-bottom: 30px;
}

.recent-article img.card-img-top {
  width: 90px;
  height: fit-content;
  display: inline-block;
  margin-right: 20px;
}

.recent-article .card-body {
  width: calc(100% - 90px);
  display: inline-block;
  padding: 0 0 0 10px;
}
.presspage .card .btn.btn-outline-dark a {
  color: inherit;
}
.recent-article .card {
  flex-direction: revert;
}
.recent-article .card-body .author-date {
  font-size: 10px;
  background: transparent;
  margin: 0 0 5px;
}
.recent-article .card-body h6.title a{
  color: #000;
}
.recent-article .card-body h6.title {
  font-size: 14px;
}

.recent-article .card-title {
  padding-right: 0;
}

ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}
ul.lSPager.lSGallery li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  height: 64px !important;
  object-fit: contain;
}
img {
  /* display: block; */
  height: auto;
  max-width: 100%;
}
.lightSlider li.lslide img {
  margin: 0 auto;
  width: 100%;
}

.lSSlideOuter.vertical .lSGallery {
  height: 360px !important;
}
.fw-light {
  font-weight: 300;
}
.productpage .row {
  align-items: center;
}
.productdetails p {
  font-size: 16px;
  color: #9A9A9A;
}
.productdetails h1.price {
  color: #000;
  font-size: 55px;
}
.qtymanager {
  padding: 0px 0 20px;
  color: #000;
  white-space: nowrap;
}
.qtymanager .increaseqty, span.decreaseqty {
  padding: 0 20px;
  cursor: pointer;
}

.productdetails .btn-warning {
  padding: 10px 20px;
  border-radius: 25px;
  min-width: 140px;
}
.shippingpopupmain {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}

.shippingwrapper {
  position: absolute;
  width: 100%;
  max-width: 650px;
  background: #fff;
  padding: 40px;
  right: 0;
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  display: none;
}

.cancelpopup {
  text-align: center;
  color: #0D6E2C;
  font-size: 30px;
  margin-bottom: 30px;
}

.shippinginfo.shippingrow {
  background: #F1F1F1;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}

.shippingheading {
  position: relative;
  padding: 10px 40px 10px 0;
}

.shippingheading h6 {
  color: #000;
  font-size: 22px;
}

.userdetails {
  font-size: 14px;
}

.userdetails li i {
  color: #0D6E2C;
  margin-right: 10px;
}

.userdetails li {
  margin-bottom: 5px;
}
.d-flex-item {
  display: flex;
  justify-content: space-between;
}
.placedbtn {
  text-align: right;
  border-top: 1px solid #bbb;
  padding: 30px 0 0;
  margin-top: 20px;
}

.placedbtn .btn-warning {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 30px;
  min-width: 160px;
}
.alignicon {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.cancelpopup i {
  cursor: pointer;
}

.forminput .form-control {
  background: #F1F1F1;
  border: 0;
  font-weight: 300;
}
.tittle-heading {
  margin-bottom: 30px;
}
span.cartabbr abbr {
  background: #0D6E2C;
  color: #fff;
  padding: 0 5px;
  border-radius: 50%;
}
video.bannervideo {
  width: 100%;
  background: rgb(255 255 255 / 20%);
  background-image: url(../img/videoposter.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  object-fit: cover;
}
video.productstory {
  width: 100%;
  background: rgb(255 255 255 / 20%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  object-fit: cover;
}
.imgblk {
  display: block;
  margin: 0 auto;
}
.mount_bg h6, .mount_bg h2 {
  color: #fff;
  margin: 0 0 20px;
    font-weight: 100;
    font-family: 'SF Pro Display';
}
.app_links>a {
  display: inline-block;
}
.mount_bg .row {
  align-items: center;
}
.home-implement-section {
  padding: 50px 0 0;
  text-align: center;
}
.home-implement-section img {
  margin: 20px 0;
}

.home-implement-section p {
  line-height: 1.5;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.sec-share-work .content {
  min-height: 200px;
}
.sec-share-work h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 100;
    font-family: 'SF Pro Display';
}
.cm-blockquote {
  position: relative;
  max-width: 84%;
  margin: 0 auto;
  padding: 1% 5% 1% 16%;
}
.cm-blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 70px;
  height: 70px;
  background: url(../../assets/img/quote.png);
  background-repeat: no-repeat;
}
.cm-blockquote .row.no-gutters {
  align-items: center;
}

.cm-blockquote .row.no-gutters p {
  margin: 0;
  font-size: 16px;
  color: #A0A0A0;
}

.cm-blockquote .row.no-gutters p strong {
  color: #000;
  font-weight: bold;
}
/* .two-col-img-content-wrapper:before {
  content: "";
  background: url(../../assets/img/topdirbg.png);
  position: absolute;
  top: 25%;
  right: 15%;
  width: 510px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
}
.two-col-img-content-wrapper:after {
  content: "";
  background: url(../../assets/img/bottomdirbg.png);
  position: absolute;
  bottom: 25%;
  right: 15%;
  width: 510px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
} */
.two-col-img-content-wrapper {
  position: relative;
}
.cart-tag {
  position: absolute;
  top: -5px;
  left: -32px;
  background: #DA0023;
  padding: 15px 5px 1px 5px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 93px;
  text-align: center;
}
span.cart-tag.feature {
  transform: none;
  padding: 10px 10px;
  width: auto;
  border-radius: 5px;
  top: 15%;
  left: 10px;
}
.mycart td {
  vertical-align: middle;
}
.mycart table.table {
  min-width: 710px;
}
.contrulation {
  text-align: center;
  margin-bottom: 70px;
}
.Congratulations .modal-header {
  border: 0;
}

.Congratulations p {
  font-size: 14px;
}

.clgeading {
  margin-bottom: 20px;
}

.Congratulations .modal-content {
  background-image: url(../../assets/img/orderbg.png);
  background-repeat: no-repeat;
}
.shippingpopupmain.show {
  display: block;
}
.shippingwrapper.initial {
  display: block;
}
body.show {
  overflow: hidden;
}
.shippingwrapper.addaddress.addadressshow {
  display: block;
}
.shippingwrapper.cart.addcartsshow {
  display: block;
}
.lSSlideOuter .lSPager.lSGallery li.active {
  border: 1px solid black;
}

.nav-item .dropdown {
  margin: 0px 0;
}

.dropdown.cartheader {
  top:4px;
}

.nav-item .dropdown .btn {
  padding: 4px 6px;
  outline: none;
}
.btn, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.login-form-inner {
  padding: 0 20px;
}
.loginform input.form-control {
  background: #eee;
  border: 0;
}
.resetpassword {
  max-width: 400px;
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
}

.play-pause-button.pause {
  opacity: 0;
}

.play-pause-button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px;
  outline: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #fff;
}
.play-pause-button i.fas.fa-pause {
  display: none;
}

.play-pause-button.buttons.pause i.fas.fa-pause {
  display: block;
}

.play-pause-button.buttons.pause i.fas.fa-play-circle {
  display: none;
}

.play-pause-button i.fas.fa-pause {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 40px;
}
.uk-button {
  background: transparent;
  border: 0;
}
.first {
  display: none;
}
button:focus {
  outline: none;
  outline: none;
}
.ourpartner .slick-slide img, .ourpartner .slick-slide a {
  width: 100%;
  display: block;
}
.ourprojects {
  /* background: #000; */
  padding: 40px 0;
}
.home_project img.img-fluid {
  background: #fff;
}

form.contactform {
  background: #fff;
  padding: 10px 0px;
}
img.captchaimg {
  width: 100%;
  height: 70px;
}
.cm_login_with {
  margin-right: 20px;
}
form#loginform {
  max-width: 480px;
  margin: 0 auto;
}
#signupform, .user_form {
  max-width: 580px;
  margin: 0 auto;
}

.checkbox input[type="checkbox"] {
  margin-right: 10px;
}

select#user_phone_code, #phone_code {
  font-size: 14px;
  padding: 19px 4px;
}

span.cm_login_with {
  margin-right: 10px;
}

.rowhh {
  margin: 30px 0 0;
}
.userdropdown {
  display: inline-block;
  margin-right: 60px;
}

.userdropdown button#dropdownMenuButton {
  padding: 3px 5px;
  margin: 5px 0 0;
}

.userdropdown .dropdown-menu.show {
  right: 0 !important;
  left: auto !important;
}
.visible-phn {
  display: none;
}
.mount_bg.app_liks_wrapper button.slick-arrow {
  top: auto !important;
  bottom: 0 !important;
  width: 40px;
  height: 40px;
}
.card.custom {
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 0;
  background: #fbfbfb;
}

.card.custom .title {
  margin-bottom: 20px;
}
.home-sec2 p.sub_title {
  max-width: 730px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.section.text-center.home-sec2 {
  padding-bottom: 62px;
}

.overlaywrapper {
  position: relative;
  display: block;
  text-decoration: none;
}

.overlaywrapper .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fed528d9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  opacity: 0;
  flex-direction: column;
}

.overlaywrapper .caption p {
  font-size: 35px;
  font-weight: 500;
}
.overlaywrapper:hover .caption {
  opacity: 1;
}
.overlaywrapper img.img-fluid {
  max-height: 380px;
  width: 100%;
  object-fit: cover;
}
.big_padd {
  padding: 60px 0;
}
.imgalign {
  text-align: center;
}
.cm_bg_h3 {
  position: relative;
}
h3.cm_bg_h3:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 6px;
  background: #aaabb5;
  z-index: -1;
  left: 0;
  top: -13px;
}
.twocolmargin {
  margin-bottom: 60px;
}
.case_down_trigger svg {
  width: 13px;
}

.banner-caption * {
  color: #fff;
}

.case_down_trigger {
  display: inline-block;
  text-align: center;
  margin-top: 40px;
}

.case_down_trigger p {
  margin: 0;
}

.banner-caption h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
/* .body_container img {
  background: #eee;
} */
.testmonial.owl-carousel img {
  width: auto;
}

.slick-slide {
  height: auto;
}


.ecosystem_bf {
  margin: 110px 0 0;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-stage-outer {
  padding: 60px 0;
}
.col-content .btn-lg {
  font-size: 20px;
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
}
.copyright a {
  display: inline-block;
  font-size: 13px;
}
.imground {
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.anchor:hover {
  text-decoration: none;
}
.anchor {
  color: #A0A0A0;
  text-decoration: none;
}
.cm-blockquote>p>a {
  color: #4F4F4F;
}
.sliderarrow  .slick-prev:before {
  background-image: url(../img/arrowright.png);
  background-color: transparent;
  border-radius: 0px;
}
.sliderarrow  .slick-next:before {
  background-image: url(../img/arrowright.png);
  background-color: transparent;
  border-radius: 0px;
}
.overlaywrapper .caption a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
  }

.headeranchor {
  color: #fff;
  text-decoration: none;
}

.headeranchor:hover {
  text-decoration: none;
}
.cardwrapper {
  display: block;
}
.overlaywrapper .caption a.cardwrapperlink {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlaywrapper .caption .google_links {
  position: relative;
}
.cm_title.small {
  font-size: initial;
  padding: 2px 0;
  margin: 0 0 10px;
  background-size: contain;
}

.cm_title.small:after {
  display: none;
}
.ourpartner.slick-initialized .slick-slide {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  max-height: 300px;
}
.download_slider .slick-slide img {
  margin-right: 10px;
}
footer p.email a {
  display: inline-block;
}
.card-inner .card .imgwrap {
  height: 417px;
  overflow: hidden;
}
.imgwrap.pad {
  padding: 10px;
}
.ourprojects>.container {
  padding: 0 0 40px;
}
.section.sec-share-work {
  padding: 40px 0 0;
}
.sectionpadding {
  padding: 1px 0;
}




/* ecosystem  */
.ecpsystem_slider .img-fluid {
  display: inline-block;
  margin-top: -130px;
}
.button_asfornav img {
  display: inline-block;
  vertical-align: initial;
  margin-right: 5px;
}

.button_asfornav h3.cm_title:after {
  display: none;
}
.button_asfornav h3.cm_title {
  background-size: contain;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  background-image: url(../../assets/img/ecosystem/buttonicon/headingbg.png);
  /* background-color: #c7c7c7; */
  padding: 7px 10px;
}

.button_asfornav, .button_asfornav .slick-list, .button_asfornav .slick-list .slick-track {
  position: absolute;
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  transform: translate3d(0px, 0px, 0px) !important;
}
.button_asfornav .slick-list {
  position: static;
  overflow: inherit;
}

.button_asfornav .btn1 {
  top: 0;
  left: 0px;
}
.button_asfornav .btn2 {
  bottom: 0;
  left: -20px;
}
.button_asfornav .btn3 {
  right: 0px;
}
.button_asfornav .btn4 {
  bottom: 0;
  right: 00px;
}

.button_asfornav .slick-slide>div>div {
  position: absolute;
  width: auto !important;
  display: block !important;
}

.ecosystem {
  position: relative;
  margin: 87px 0 0;
}
.button_asfornav .btn1 .cm_title, .button_asfornav .btn3 .cm_title, .button_asfornav .btn4 .cm_title {
  padding: 15px 30px;
}
.button_asfornav .slick-current.slick-active .cm_title {
  background-image: url(../../assets/img/ecosystem/buttonicon/headingbghover.png);
  z-index: 9;
}
.button_asfornav .btn2 .cm_title {
  padding: 13px 30px;
  background-image: url(../../assets/img/ecosystem/buttonicon/anment.png);
}
.button_asfornav .slick-current.slick-active .btn2 .cm_title {
  background-image: url(../../assets/img/ecosystem/buttonicon/anmenthover.png);
}
.button_asfornav .slick-current.slick-active .cm_title:before {
  opacity: 1;
}
.button_asfornav h3.cm_title:before {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  width: 100px;
  height: 25px;
  background-image: url(../../assets/img/ecosystem/buttonicon/arrows.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  display: none;
}
.button_asfornav .btn3 .cm_title::before, .button_asfornav .btn4 .cm_title::before {
  right: auto;
  left: -90px;
  top: -20px;
  transform: rotateY(160deg);
}
.button_asfornav .btn2 .cm_title:before {
  right: 0;
  top: -30px;
  /* transform: rotateZ(-15deg); */
}

.error {color:#DA0023;}

div#recaptcha {
  display: flex;
  justify-content: center;
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}
.loader-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.button_asfornav .slick-current.slick-active .btn3 .cm_title {
  top: 3px;
}
.button_asfornav .slick-current.slick-active>div>div {
  background: #fefefe;
}


@media(min-width: 1200px){
  .button_asfornav .btn1 {
    left: 70px;
  }
  /* .button_asfornav .btn2 {
    bottom: 0;
    left: -20px;
  } */
  .button_asfornav .btn3 {
    right: 60px;
  }
  .button_asfornav .btn4 {
    right: 50px;
  }
}

@media(max-width: 1200px){
  .button_asfornav .btn2 {
      bottom: -50px;
      left: -60px;
  }
  .button_asfornav h3.cm_title:before {
    top: -30px;
  }
  .button_asfornav .btn4 .cm_title::before {
    right: auto;
    left: 0px;
    top: -30px;
    transform: rotateY(160deg);
  }
}

.story_social_links {
  text-align: center;
  font-size: 40px;
  margin: 10px 0;
}
.story_social_links a {
  color: #182021;
}

.story_social_links a:hover {
  color: #0d6a2c;
}
.story_social_links.visible {
  display: none;
}

.nav-item .dropdown.cm {
  margin: 0;
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 16px;
  top: 32px;
}
.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.cm-visible {
  display: none;
}
.dropdown.cm-visible .dropdown-menu {
  background: transparent;
  font-size: 14px;
  padding: 0;
  margin-top: 8px;
}

.dropdown.cm-visible .dropdown-menu a {
  display: block;
  text-align: center;
  padding: 7px 0;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
}

.dropdown.cm-visible .dropdown-menu a:hover {
  text-decoration: none;
  color: #fff;
}
.dropdown.cm-visible button#dropdownMenuButton {
  background: #fff;
  border: 0;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 20px;
  border-radius: 20px;
}
.about_page .img-with-content-row {
  align-items: center;
}

.about_page .col-img img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.about_page p.social-profile a {
  color: #000;
  font-size: 27px;
}

p.social-profile {
  margin: 0;
}
.recent-article img.recent-blog {
  border-radius: 7px;
}
.presspage .card .author-date>span.atuhor:before {
  content: "|";
  position: absolute;
  right: -6px;
  font-weight: bold;
}

.presspage .card .author-date>span.atuhor {
  position: relative;
}
.banner_wrapper video {
  width: 100%;
  height: calc( 100vh - 50px);
}
.two-col-img-content-wrapper .app_links {
  margin-top: 40px;
  text-align: center;
}

.two-col-img-content-wrapper .app_links>a {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.two-col-img-content-wrapper .app_links>a img {
  height: auto;
}

/***************************************************/

.cur{
	cursor: pointer;
}

.pull-right {
	float: right;
}

.green_color,
.bg_green .cm_badge {
    color: #10A458;
}

.show {display:block;}
.hide {display:none;}

#user_card_add .form-group{margin-top:5px;margin-bottom: 5px;}


/* purchase flow design  */

.cartheader .icon-cart:before {
  color: #fff;
}

.cartheader .badge {
  padding: .25em .3em;
  font-size: 62%;
  position: relative;
  top: -10px;
}
.cartheader a {
  color: #fff;
}
#header_user_pic img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.copy_btn .usr_name {
  display: inline-block;
  width: 61px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 15px;
}
.copy_btn > i {
  font-size: 7px;
  transform: rotate(-180deg);
  display: inline-block;
  margin-left: 8px;
}
.copy_btn > i.icon-arrow-up:before {
  color: #fff;
}
.copy_btn > * {
  vertical-align: middle;
}
.copy_btn img {
  display: inline-block;
  margin-right: 5px;
}
.auth_btns .dropdown-item i {
  display: inline-block;
  min-width: 26px;
  font-size: 13px;
}
.auth_btns .dropdown-item i.icon-user {
  min-width: 21px;
  margin-left: 4px;
}
span.copy_btn {
  cursor: pointer;
}
.profilepage .card {  
  color: #212B3E;
}

.profilepage .card {
  box-shadow: 0px 5px 30px rgb(0 0 0 / 5%);
  border: 0;
  border-radius: 15px;
  padding: 15px;
}
ul#accordion li p i {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
}
ul#accordion li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 29px;
}
ul#accordion li ul li {
  margin-bottom: 8px;
}

ul#accordion li a, ul#accordion li {
  color: #495E86;
  text-decoration: none;
}
ul#accordion li {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  position: relative;
}
ul#accordion li ul li a {
  font-size: 16px;
}

ul#accordion li a, ul#accordion li {
  color: #495E86;
  text-decoration: none;
}
.cm_trngle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #495E86 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 9px;
  transition: all 0.25s;
}
.collapse.show + .cm_trngle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #495E86 transparent;
  position: absolute;
  right: 0;
  top: 0;
}
ul#accordion li p {
  position: relative;
  cursor: pointer;
}
.profile_cover img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.profile_cover {
  position: relative;
}
.uplad_cover {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fe9200;
  color: #fff;
  padding: 5px 9px;
  border-radius: 4px;
  font-size: 13px;
}
.uplad_cover input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  cursor: pointer;
  opacity: 0;
}
.pro_img {
  display: inline-block;
  width: 120px;
  padding-top: 60px;
  position: relative;
  margin-left: 25px;
  font-size: 15px;
}
.bao_text {
  display: inline-block;
  width: calc(100% - 149px);
  padding: 10px 15px;
  vertical-align: top;
  font-size: 15px;
}
.pro_img img {
  position: absolute;
  bottom: 22px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #fff;
  left: 0;
}
.cur {
  cursor: pointer;
}
.card h3 {
  font-size: 16px;
}
.user_info {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 15px;
  color: #6C6B6B;
}
.user_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user_info ul li {
  border-bottom: 1px solid #C4CEE1;
  position: relative;
  padding: 15px 0;
  color: #6C6B6B;
}
.user_info ul li > div {
  display: inline-block;
}
.info_val {
  width: calc(100% - 190px);
}
.info_title {
  width: 135px;
}
.cm_close_modal {
  font-size: 18px;
  opacity: 1;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 9999;
}
.profilepage {
  margin-bottom: 50px;
}
.item_view_wrapper {
  margin-top: 35px;
  font-size: 15px;
}

.prod_rating > span {
  background: #10A458;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.item_view_wrapper h2 {
  color: #212B3E;
  margin-bottom: 15px;
}
.item_price {
  color: #212B3E;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.btn_group {
  border: 1px solid #707070;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
  margin: -1px 0;
}
.max-width-150 {
  max-width: 150px;
}
.btn_group > button {
  background: #C6CFE1;
  border: 0;
  width: 23px;
  height: 23px;
  margin: -1px 0;
  outline: none;
  line-height: 1;
}
.btn_group > * {
  min-width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.buy_qty_manage {
  width: 35px;
  border: 0;
  text-align: center;
}
.detailspage .btn-primary:hover {
  color: #fff;
  background-color: #0d8c4b;
  border-color: #0d8c4b;
}
.detailspage .btn-secondary {
  background-color: #FD9300;
  border-color: #FD9300;
}
.detailspage .btn-primary {
  background-color: #10A458;
  border-color: #10A458;
  color: #fff;
}
.cartpage .card {
  box-shadow: 0px 5px 30px rgb(0 0 0 / 5%);
  border: 0;
  border-radius: 15px;
  padding: 15px;
}
.cartpage h2 {
  color: #495E86;
  font-size: 28px;
  margin-bottom: 45px;
}
.cartpage {
  font-size: 15px;
  margin-bottom: 70px;
}
.cart_item {
  border: 1px solid #E9EDF0;
  border-radius: 10px;
  padding: 15px;
  padding-left: 130px;
  position: relative;
  padding-right: 80px;
  margin-top: 20px;
}
.my_cart_item > img, .cart_item > img {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: cover;
  left: 15px;
  top: 15px;
  border-radius: 5px;
}
.cart_item_price {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  font-weight: bold;
}
.fw-bold{
  font-weight: bold;
}
.cm_process > div {
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 0 5px;
}
.cm_process:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #495E86;
  top: 11px;
}
.cm_process {
  position: relative;
}
.order_summary {
  margin: 30px 0 0;
}
.order_summary > * {
  margin-bottom: 10px;
}

.cm_current {
  color: #10A458;
}


.cartpage a:hover {
  text-decoration: none;
}
/* .cm_min_100vh {
  min-height: calc(100vh - 140px);
} */
.shippingpage h2 {
  color: #495E86;
  font-size: 28px;
  margin-bottom: 45px;
}

.add_address_btn {
  height: 100%;
  border: 1px dashed #DEDFDF;
  text-align: center;
}
.cm_addrss_card img {
  max-width: fit-content;
  margin: 0 auto 4px;
}
.cm_addrss_card {
  position: relative;
  padding: 10px;
  border: 1px solid #DEDFDF;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cm_addrss_card p {
  color: rgba(33, 43, 62, 0.7);
  margin-bottom: 10px;
}
.shippingpage {
  margin-bottom: 50px;
  font-size: 14px;
}
.cm_addrss_card.selected {
  background: rgba(16, 164, 88, 0.1);
  border: 2px solid #10A458;
  overflow: hidden;
}
.cm_addrss_card.selected:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  right: 4px;
  top: 5px;
  z-index: 99;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.cm_addrss_card h5 {
  font-size: 15px;
  margin-bottom: 20px;
}
.cm_addrss_card.selected:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: #10A458;
  top: -20px;
  right: -20px;
  border-radius: 100%;
}
.shippingpage a {
  text-decoration: none;
}
.paymentpage{
  font-size: 14px;
}

.delivery-address {
  background: #F7F7F7;
  border: 1px solid #ECEFF2;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 25px;
}
.buy_info_section .cart_item {
  border-radius: 0px;
  background: #F7F7F7;
  padding-bottom: 30px;
  margin-top: 5px;
}
.card_fill_form {
  border: 1px solid #E9EDF0;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 15px;
}
.card_fill_form h3 {
  background: #fff;
  margin: -15px;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #E9EDF0;
}
.card h3 {
  font-size: 16px;
}
#user_card_add {
  margin-top: -10%;
}
.mt-20 {
  margin-top: 20px;
}

.delivery_summary {
  margin-top: 25px;
}
.buy_info_section h3 {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px 10px 0 0;
}
.buy_info_section {
  border: 1px solid #E9EDF0;
  border-radius: 10px;
}

.successpage h2 {
  color: #495E86;
  font-size: 28px;
  margin-bottom: 45px;
}
.order_summery {
  padding: 15px;
  background: #F7F7F7;
  border: 1px solid #ECEFF2;
  border-radius: 5px;
}
.order_summery h6 {
  border-bottom: 1px solid #ECEFF2;
  margin: 0 -15px;
  padding: 15px;
  margin-bottom: 15px;
}
img.item-img {
  max-width: 80px;
}
.order_summery .table td, .order_summery .table th {
  vertical-align: middle;
}
.cm_total_amount {
  font-size: 23px;
  color: #000;
  margin-top: 20px;
}
.cm_total_amount span {
  color: #FD9300;
  margin-left: 20px;
}

.successpage,
.addressedit,
.addresspage,
.paymentpage {
  margin-bottom: 60px;
}
.successpage .card,
.paymentpage .card,
.shippingpage .card,
.addressedit .card,
.addresspage .card {
  box-shadow: 0px 5px 30px rgb(0 0 0 / 5%);
  border: 0;
  border-radius: 15px;
  padding: 15px;
}

.shippingpage .btn-secondary,
.paymentpage .btn-secondary,
.cartpage .btn-secondary,
.successpage .btn-secondary,
.addressedit .btn-secondary,
.addresspage .btn-secondary {
  background-color: #FD9300;
  border-color: #FD9300;
}
.shippingpage .btn-secondary:hover,
.paymentpage .btn-secondary:hover,
.cartpage .btn-secondary:hover,
.successpage .btn-secondary:hover,
.addressedit .btn-secondary:hover,
.addresspage .btn-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}
.successpage,
.addresspage {
  font-size: 14px;
}
.cm_addrss_card a {
  color: #495e86;
}
.settingpage form#loginform {
  max-width: 100%;
  margin: 0;
}
.savechange {
  font-size: 13px;
}
.settingpage .form-group {
  margin-bottom: .5rem;
}  
.my_order_id {
  padding: 15px;
  text-align: left;
  background: #F7F7F7;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #ECEFF2;
}
.my_cart_item {
  padding: 15px;
  padding-left: 130px;
  position: relative;
  padding-right: 80px;
  border-bottom: 1px solid #ECEFF2;
  min-height: 130px;
}
.my_order {
  border: 1px solid #ECEFF2;
  border-radius: 15px;
  margin-bottom: 10px;
}
.delivery_address {
  border: 1px solid #ECEFF2;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 25px;
}
.sectionmargin {
  margin: 60px 0;
}

.h-50vh {
  height: 50vh;
}
.h-30vh {
  height: 30vh;
}
.verifyotpform {
  max-width: 100% !important;
}

.image_block > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.image_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item_view_wrapper {
  margin-top: 35px;
}

.image_block > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.image_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 7px;
}

.image_block ul li {
  display: inline-block;
  width: calc(100% / 4 - 8px);
  margin-left: 7px;
  cursor: pointer;
}

.image_block ul li:first-child {
  margin-left: 0;
}

.image_block ul li img {
  height: 80px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.image_block ul li.active {
  border: 2px solid #10a458;
  border-radius: 7px;
}

.imgalign img{
  width: 65%;
  height: 400px;
  vertical-align: middle;
}

.link img.img-fluid {
  height: 400px;
  width: 90%;
}

.menu-primary.main_pages .btn-primary {
  background-color: #557D26;
  border-color: #557D26;
  font-size: 12px;
  border-radius:3px;
  color: #fff;
  margin: 0px 0;
}

.menu-primary.main_pages .btn-primary:hover {
  color: #fff;
  background-color: #354f17;
  border-color: #354f17;
}

.menu-primary.main_pages .btn-secondary {
  color: #557d26 !important;
  background-color: #000;
  border-color: #557d26;
  font-size: 12px;
  margin: 2px 0;
}

.menu-primary.main_pages .btn-secondary:hover {
  color: #fff !important;
  background-color: #557d26;
  border-color: #557d26;
}

.nav-item.link {
  margin-left: 8px;
  margin-top: 1px !important;
}

h4.about-heading {
  font-weight: 100 !important;
    font-family: 'SF Pro Display';
}

.container.about_page h3  {
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
}

.case_body h3 {
  font-weight: 100 !important;
  font-family: 'SF Pro Display';
}

.ecosystem_new {
  margin-top: -60px;
}

@media(max-width: 1023px){ 
  .ecosystem_new {
    margin-top: -25px;
  }

  .banner_wrapper video {
    height: auto;
  }
}

@media(max-width: 991px){
  .logo {
    margin-top: 0px;
  } 

  .ecosystem {
    padding: 0 0!important;
    margin:0 0 !important;
  }

  .ecpsystem_slider .img-fluid {
    margin-top: 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding:11px 0;
  }
  
}

@media(max-width: 767px){
  .menu-primary.main_pages .btn-secondary {
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .dropdown.cartheader {
    top: 14px;
  }
   .ecosystem_new {
    margin-top: 60px;
  }

  .navbar-dark .navbar-toggler {
    top: -32px;
  }

}



