.tile-package-variants {
  overflow: hidden;

  /* display: none; */
  /* -webkit-transition: all .2s cubic-bezier(.19,1,.22,1); */
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.btn {
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #346aa0;
  border: none;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 17px;
  padding:10px 20px;
}

.btn-new {
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #346aa0;
  border: none;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 17px;
  padding:12px 60px;
}

.btn-group button {
  background: 0 0;
  outline: 0;
  cursor: pointer;
  border: 0.5px solid #999;
  -webkit-transition: .2s;
  transition: .2s;
  /* width: 72px; */
  height: 30px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 30px;
  color: #666;
  letter-spacing: 1.7px;
  padding: 0 16px;
  margin: 0 2px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group button.active,
.btn-group button:hover {
  color: #fff;
  background: #5ec0c2;
  color: white;
  border-radius: 30px;
}

;
border: 0.5px solid #346aa0;
}

.margin-b-m,
.margin-tb-m {
  margin-bottom: 8px;
}

.container .card:hover .content {
  visibility: visible;
  opacity: 1;
  margin-top: -40px;
  transition-delay: 0.3s
}

.tile-items .tile-item {
  padding-bottom: 10px;
  position: relative;
}

/* .margin-r-s {
    margin-right: 4px;
} */
.tile-items .tile-item .item-oval {
  /* width: 72px;
    height: 72px; */
  background-color: #fff;
  border: 1px solid #eee;
  /* border-radius: 50%; */
  overflow: hidden;
  color: #999;
}

.tile-items .tile-item .item-oval-unit {
  position: absolute;
  width: 42px;
  height: 12px;
  border-radius: 1px;
  background-color: #f0f0f0;
  border: 0.5px solid #cbcbcb;
  font-size: 10px;
  color: #666;
  bottom: 10%;
  margin-left: 18px;
}

span {
  cursor: default;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tablinks {
  /* border-radius: 30px; */
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
  height: 190px !important;
  ;

}

.scale {
  display: flex;
  flex-wrap: nowrap;
  /* justify-content: space-evenly; */
  align-items: center;
  /* margin-bottom: 2rem; */
  margin-top: 26.66667px;
  margin-bottom: 26.66667px;

}



.benefits-section {
  background-color: #6063660d;
  /* margin: 30px 0 10px; */
  padding: 40px 0;
}

.flex-full {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;

}

.container:before,
.container:after {
  content: " ";
  display: table;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

.benefits-listing li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  flex: 1;
  align-items: baseline;
  /* align-content: center; */
  justify-content: center;
}

.benefits-listing li span {
  width: 100%;
    font-size: 16px;
    color: #36454f;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: 1.8rem;
    font-weight: bold;
}

/* .benefits-listing li::after {
    content: '';
    width: 1px;
    height: 186px !important;
}
.benefits-listing li::after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #cecece;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */
ul.benefits-listing.flex-full p {
  padding: 11px;
  text-align: center;
}

p {
  margin: 0px
}

@media only screen and (max-width: 600px) {
  .flex-full {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .benefits-listing li{
    padding-top: 4rem;
  }

  /* .testim .arrow.left {
    left: 0px;
  } */
}

/* @media (max-width:500px) {
  .benefits-listing li {
    flex: -1;
  }
} */

/* .container {
    margin: 50px auto
} */

.cards {
  width: 220px;
  display: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.cards .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: #4e9525;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: gold;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease
}

.cards:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 1
}

.cards .fab.fa-envira,
.fas.fa-cut,
.fas.fa-people-carry {
  font-size: 40px;
  background-color: #0000000d;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #4e9525
}

.card .h4 {
  font-weight: 700
}

.container .content {
  max-width: 810px
}

.container .content .h-6 {
  color: #4e9525;
  font-weight: 600
}

.container .content .btn.btn-primary {
  padding: 15px;
  background-color: #4e9525;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none
}

.cards:hover .fab.fa-envira,
.cards:hover .fas.fa-cut,
.cards:hover .fas.fa-people-carry {
  color: gold;
  background-color: #4e9525
}

@media (max-width:990px) {
  .container .content {
    max-width: 100%
  }
}

@media (max-width:500px) {
  /* body {
        padding: 25px
    } */

  .cards {
    width: 100%
  }

  .content {
    padding: 25px
  }
}














<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap"rel="stylesheet">*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

/* html {
    width: 100%;
    height: auto;
}

body {
  font-family: 'Montserrat', sans-serif!important;
    width: 100%;
    height: auto;
    font-size: 14px;

		background: #fff;
  overflow:hidden;
} */
.testim {
  width: 100%;
  /* position: absolute; */
  /* top: 50%; */
  /* -webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%); */
  /* transform: translatey(-50%); */
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #333;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #5ec0c2;
}


.testim .arrow.left {
  /* left: 70px; */
}

.testim .arrow.right {
  right: 20px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid green;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #5ec0c2;
  border-color: #5ec0c2;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #5ec0c2;
  font-size: 1em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #333;
  width: 70%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}



.condition .condition-strip {
  color: #fff;
  background-color: #5ec0c2;
  /* margin-right: 20px; */
  height: 42px;
}

.condition-strip__arrow--top {
  border-color: transparent currentcolor transparent #5ec0c2;
  border-style: solid none solid solid;
}

.condition .condition-strip__arrow--top {
  top: 0;
  border-width: 21px medium 0 20px;
}

.condition .condition-strip__arrow {
  right: -20px;
  position: absolute;
  width: 0;
  height: 0;
}

.condition .condition-strip__arrow--top {
  top: 0;
  border-width: 21px medium 0 20px;
}

.condition .condition-strip__arrow {
  right: -20px;
  position: absolute;
  width: 0;
  height: 0;
}

.condition .condition-strip__arrow--bottom {
  top: 21px;
  border-width: 0 medium 21px 20px;
}

.condition .condition-strip__arrow--bottom,
.condition .condition-strip__arrow--top {
  border-color: transparent currentcolor transparent #5ec0c2;
  border-style: solid none solid solid;
}

.procondition {
  padding-right: 0px !important;
  margin-right: 1rem;
  margin-left: -1rem;
}

.mint {
  text-align: center;
  padding: 9px;
}


.benefit-container .s-30 {
  width: 25px;
  MARGIN-BOTTOM: 1REM;

}

.padding-l {
  padding: 16px;
}

.padding-l-l,
.padding-rl-l {
  padding-left: 16px;
}

.padding-l-m,
.padding-rl-m {
  padding-left: 8px;
}

.padding-tb-l {
  /* padding-top: 16px; */
  /* box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 5%); */
  box-shadow: 2px 3px 5px 3px rgb(0 0 0 / 5%);
  /* box-shadow: 10px 10px 10px rgb(0 0 0 / 15%); */

}
.padding-tb-l:hover{
  box-shadow: 10px 10px 10px rgb(0 0 0 / 15%);
}
.padding-rl-m {
  padding-right: 8px;
}

.bg-primary {
  background-color: #5ec0c2;
}

.col {
  position: relative;
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  
}






.accordion {
  background-color: #d7d6d6;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active1,
.accordion:hover {
  /* background-color: #ccc; */
  background-color: #5ec0c2;
  color: white;
}


.accordion:after {
  content: '\002B';
  color: #d7d6d6;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



.gallary {
  width: 450px;
  height: 300px;
  margin: 5px;
  border-radius: 5px;
  transition: all 1s;
}

.photo {
  margin-top: 4rem;
  text-align: center;
}


img:hover {
  transform: scale(1.05);
}

.container1 {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.para {
  margin-top: -0.2rem;
}








.widget-author {
  margin-bottom: 58px;
}

.author-card {
  position: relative;
  /* padding-bottom: 48px; */
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.author-card .author-card-cover {
  position: relative;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.author-card .author-card-cover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}

.author-card .author-card-cover>.btn {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 10px;
}

.author-card .author-card-profile {
  display: table;
  position: relative;
  margin-top: -22px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 20px;
  z-index: 5;
}

.author-card .author-card-profile .author-card-avatar,
.author-card .author-card-profile .author-card-details {
  /* display: table-cell; */
  vertical-align: middle;
}

.author-card .author-card-profile .author-card-avatar {
  width: 85px;
  border-radius: 50%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  overflow: hidden;
}

.author-card .author-card-profile .author-card-avatar>img {
  display: block;
  width: 100%;
}

.author-card .author-card-profile .author-card-details {
  padding-top: 20px;
  padding-left: 15px;
}

.author-card .author-card-profile .author-card-name {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

.author-card .author-card-profile .author-card-position {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}

.author-card .author-card-info {
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 13px;
}

.author-card .author-card-social-bar-wrap {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}

.author-card .author-card-social-bar-wrap .author-card-social-bar {
  display: table;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}

.btn-style-1.btn-white {
  background-color: #fff;
}

.list-group-item i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

.list-group-item.active:not(.disabled) {
  border-color: #e7e7e7;
  background: #fff;
  color: #5ec0c2;
  cursor: default;
  /* pointer-events: none; */
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-flush .list-group-item {
  border-right: 0 !important;
  border-left: 0 !important;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

a.list-group-item,
.list-group-item-action {
  color: #404040;
  font-weight: 600;
}

.list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e7e7e7 !important;
  border-radius: 0 !important;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.product-card {
  position: relative;
  max-width: 380px;
  padding-top: 12px;
  padding-bottom: 43px;
  transition: all 0.35s;
  border: 1px solid #e7e7e7;
}

.product-card .product-head {
  padding: 0 15px 8px;
}

.product-card .product-head .badge {
  margin: 0;
}

.product-card .product-thumb {
  display: block;
}

.product-card .product-thumb>img {
  display: block;
  width: 100%;
}

.product-card .product-card-body {
  padding: 0 20px;
  text-align: center;
}

.product-card .product-meta {
  display: block;
  padding: 12px 0 2px;
  transition: color 0.25s;
  color: rgba(140, 140, 140, .75);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.product-card .product-meta:hover {
  color: #8c8c8c;
}

.product-card .product-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.product-card .product-title>a {
  transition: color 0.3s;
  color: #343b43;
  text-decoration: none;
}

.product-card .product-title>a:hover {
  color: #ac32e4;
}

.product-card .product-price {
  display: block;
  color: #404040;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.product-card .product-price>del {
  margin-right: 6px;
  color: rgba(140, 140, 140, .75);
}

.product-card .product-buttons-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}

.product-card .product-buttons {
  display: table;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}

.product-card .product-button {
  display: table-cell;
  position: relative;
  width: 50px;
  height: 40px;
  border-right: 1px solid rgba(231, 231, 231, .6);
}

.product-card .product-button:last-child {
  border-right: 0;
}

.product-card .product-button>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  color: #404040;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.product-card .product-button>a:hover {
  background-color: #ac32e4;
  color: #fff;
}

.product-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.product-category-card {
  display: block;
  max-width: 400px;
  text-align: center;
  text-decoration: none !important;
}

.product-category-card .product-category-card-thumb {
  display: table;
  width: 100%;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.product-category-card .product-category-card-body {
  padding: 20px;
  padding-bottom: 28px;
}

.product-category-card .main-img,
.product-category-card .thumblist {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

.product-category-card .main-img>img,
.product-category-card .thumblist>img {
  display: block;
  width: 100%;
}

.product-category-card .main-img {
  width: 65%;
  padding-right: 10px;
}

.product-category-card .thumblist {
  width: 35%;
  padding-left: 10px;
}

.product-category-card .thumblist>img:first-child {
  margin-bottom: 6px;
}

.product-category-card .product-category-card-meta {
  display: block;
  padding-bottom: 9px;
  color: rgba(140, 140, 140, .75);
  font-size: 11px;
  font-weight: 600;
}

.product-category-card .product-category-card-title {
  margin-bottom: 0;
  transition: color 0.3s;
  color: #343b43;
  font-size: 18px;
}

.product-category-card:hover .product-category-card-title {
  color: #ac32e4;
}

.product-gallery {
  position: relative;
  padding: 45px 15px 0;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.product-gallery .gallery-item::before {
  display: none !important;
}

.product-gallery .gallery-item::after {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .26);
}

.product-gallery .video-player-button,
.product-gallery .badge {
  position: absolute;
  z-index: 5;
}

.product-gallery .badge {
  top: 15px;
  left: 15px;
  margin-left: 0;
}

.product-gallery .video-player-button {
  top: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.product-gallery .product-thumbnails {
  display: block;
  margin: 0 -15px;
  padding: 12px;
  border-top: 1px solid #e7e7e7;
  list-style: none;
  text-align: center;
}

.product-gallery .product-thumbnails>li {
  display: inline-block;
  margin: 10px 3px;
}

.product-gallery .product-thumbnails>li>a {
  display: block;
  width: 94px;
  transition: all 0.25s;
  border: 1px solid transparent;
  background-color: #fff;
  opacity: 0.75;
}

.product-gallery .product-thumbnails>li:hover>a {
  opacity: 1;
}

.product-gallery .product-thumbnails>li.active>a {
  border-color: #ac32e4;
  cursor: default;
  opacity: 1;
}

.product-meta {
  padding-bottom: 10px;
}

.product-meta>a,
.product-meta>i {
  display: inline-block;
  margin-right: 5px;
  color: rgba(140, 140, 140, .75);
  vertical-align: middle;
}

.product-meta>i {
  margin-top: 2px;
}

.product-meta>a {
  transition: color 0.25s;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.product-meta>a:hover {
  color: #8c8c8c;
}

.cart-item {
  position: relative;
  margin-bottom: 30px;
  padding: 0 50px 0 10px;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.cart-item .cart-item-label {
  display: block;
  margin-bottom: 15px;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.cart-item .cart-item-product {
  display: table;
  width: 420px;
  text-decoration: none;
}

.cart-item .cart-item-product-thumb,
.cart-item .cart-item-product-info {
  display: table-cell;
  vertical-align: top;
}

.cart-item .cart-item-product-thumb {
  width: 110px;
}

.cart-item .cart-item-product-thumb>img {
  display: block;
  width: 100%;
}

.cart-item .cart-item-product-info {
  padding-top: 5px;
  padding-left: 15px;
}

.cart-item .cart-item-product-info>span {
  display: block;
  margin-bottom: 2px;
  color: #404040;
  font-size: 12px;
}

.cart-item .cart-item-product-title {
  margin-bottom: 8px;
  transition: color, 0.3s;
  color: #343b43;
  font-size: 16px;
  font-weight: bold;
}

.cart-item .cart-item-product:hover .cart-item-product-title {
  color: #ac32e4;
}

.cart-item .count-input {
  display: inline-block;
  width: 85px;
}

.cart-item .remove-item {
  right: -10px !important;
}

@media (max-width: 991px) {
  .cart-item {
    padding-right: 30px;
  }

  .cart-item .cart-item-product {
    width: auto;
  }
}

@media (max-width: 768px) {
  .cart-item {
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .cart-item .cart-item-product {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cart-item .cart-item-product-thumb,
  .cart-item .cart-item-product-info {
    display: block;
  }

  .cart-item .cart-item-product-thumb {
    margin: 0 auto 10px;
  }

  .cart-item .cart-item-product-info {
    padding-left: 0;
  }

  .cart-item .cart-item-label {
    margin-bottom: 8px;
  }
}

.comparison-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.comparison-table table {
  min-width: 750px;
  table-layout: fixed;
}

.comparison-table .comparison-item {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 12px 18px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.comparison-table .comparison-item .comparison-item-thumb {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.comparison-table .comparison-item .comparison-item-thumb>img {
  display: block;
  width: 100%;
}

.comparison-table .comparison-item .comparison-item-title {
  display: block;
  margin-bottom: 14px;
  transition: color 0.25s;
  color: #404040;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.comparison-table .comparison-item .comparison-item-title:hover {
  color: #ac32e4;
}

.remove-item {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  padding-left: 1px;
  border-radius: 50%;
  background-color: #ff5252;
  color: #fff;
  line-height: 23px;
  text-align: center;
  box-shadow: 0 3px 12px 0 rgba(255, 82, 82, .5);
  cursor: pointer;
}

.card-wrapper {
  margin: 30px -15px;
}

@media (max-width: 576px) {
  .card-wrapper .jp-card-container {
    width: 260px !important;
  }

  .card-wrapper .jp-card {
    min-width: 250px !important;
  }
}


.widget-author {
  margin-bottom: 58px;
}

.author-card {
  position: relative;
  /* padding-bottom: 48px; */
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.author-card .author-card-cover {
  position: relative;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.author-card .author-card-cover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}

.author-card .author-card-cover>.btn {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 10px;
}

.author-card .author-card-profile {
  display: table;
  position: relative;
  margin-top: -22px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-top: 16px;
  /* padding-left: 84px; */
  z-index: 5;
}

.author-card .author-card-profile .author-card-avatar,
.author-card .author-card-profile .author-card-details {
  display: table-cell;
  vertical-align: middle;
}

.author-card .author-card-profile .author-card-avatar {
  width: 85px;
  border-radius: 50%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
  overflow: hidden;
}

.author-card .author-card-profile .author-card-avatar>img {
  display: block;
  width: 100%;
}

.author-card .author-card-profile .author-card-details {
  padding-top: 20px;
  padding-left: 15px;
}

.author-card .author-card-profile .author-card-name {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}

.author-card .author-card-profile .author-card-position {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}

.author-card .author-card-info {
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 13px;
}

.author-card .author-card-social-bar-wrap {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}

.author-card .author-card-social-bar-wrap .author-card-social-bar {
  display: table;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}

.btn-style-1.btn-white {
  background-color: #fff;
}

.list-group-item i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

.list-group-item.active:not(.disabled) {
  border-color: #e7e7e7;
  background: #fff;
  color: #5ec0c2;
  cursor: default;
  /* pointer-events: none; */
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-flush .list-group-item {
  border-right: 0 !important;
  border-left: 0 !important;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding: 2rem;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

a.list-group-item,
.list-group-item-action {
  color: #404040;
  font-weight: 600;
}

.list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e7e7e7 !important;
  border-radius: 0 !important;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.active:not(.disabled)::before {
  background-color: #5ec0c2;
}

.list-group-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  content: '';
}






.col-md-4.col-sm-12.col-xs-12.pay {
  box-shadow: 0 6px 17px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  margin-left: 3%;
  width: 88%;
  margin-top: 7%;
  padding: 20px;
}

.BillingTable {
  margin-top: 38px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.cart {
  padding-bottom: 12rem;
}


.btn3 {
  border: none;
  padding: 10px 15px;
  border-radius: 10px;
  background: #f77f00;
  color: white;
  font-weight: bolder;
}

#myAlert {
  margin-top: 20rem;
  visibility: hidden;
  position: fixed;
  color: white;
  border-radius: 10px;
  top: 0;
  /* right: 0; */
  transform: translate(-15px, 15px);
  background: #5ec0c2;
  border-radius: 10px;
  overflow: hidden
}

.myAlert-text-icon {
  align-items: stretch;
  box-shadow: 0 1px 1px rgb(10 10 10 / 10%);
  display: flex;
  max-width: 250px;

}

.myAlert-message {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 15px 25px;
}

.close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;

}

#myAlert.show {
  visibility: visible;
}


#myAlert.show {
  animation: show 0.5s forwards;
}

@keyframes show {
  0% {
    transform: translate(-15px, 15px) scale(0);
  }

  50% {
    transform: translate(-15px, 15px) scale(1.2);
  }

  70% {
    transform: translate(-15px, 15px) scale(0.9);
  }

  100% {
    transform: translate(-15px, 15px) scale(1);
  }
}

#myAlertBar {
  height: 2px;
  background-color: #ddd;
  color: white;
}

#myAlertProgress {
  background-color: #5ec0c2;
  width: 100%
}


.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}




/* photo gallery */

.slider {
  display: flex;
  height: 350px;
  max-height: auto;
  overflow-y: hidden;
  overflow-x: scroll !important;
  padding: 16px;
  transform: scroll(calc(var(--i, 0)/var(--n)*-100%));
  scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
  height: 5px;
  width: 150px;
  display: none;
}

.slider::-webkit-scrollbar-track {
  background: transparent;
}

.slider::-webkit-scrollbar-thumb {
  background: #888;
}

.slider::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slider img:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.slide {

  position: relative;
} 

.slide img {
  height: 100%;
  /* width: 250px; */
   margin: 0 10px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: .25s ease-in-out; 
 }

.control-prev-btn {
  position: absolute;
  /* top: 50%; */
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
  height: 100px;
  line-height: 100px;
  width: 45px;
  text-align: center;
  box-shadow: 0 1px 3px #888;
  user-select: none;
  color: #444;
  cursor: pointer;
  margin-top: 8rem;
}

.control-next-btn {
  position: absolute;
  /* top: 50%; */
  right: 0;
  background-color: rgba(255, 255, 255, 0.55);
  height: 100px;
  line-height: 100px;
  width: 45px;
  text-align: center;
  box-shadow: 0 1px 3px #888;
  user-select: none;
  color: #444;
  cursor: pointer;
  margin-top: 8rem;
}

.slide img.zoomed {
  width: 500px;
  height: 600px;
  position: fixed;
  left: 25%;
  top: 0%;
  z-index: 1000;
  transform: scale(1) translatey(0) !important;

}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .45);
  top: 0;
  display: none;
}

.overlay.active {
  display: block;
}

@media only screen and (max-width: 420px) {
  .slider {
    padding: 0;
  }

  .slide {
    padding: 16px 10px;
  }

  .slide img {
    margin: 0;
  }

  .control-prev-btn {
    /* top: 56%; */
  }

  .control-next-btn {
    /* top: 56%; */
  }
}


.nav-tabs {
  border: 0;
  padding-top: 2rem;
}

@media only screen and (max-width: 600px) {
  .procondition {
  padding-right: 0px !important;
  margin-right: 1rem;
  margin-left: -1rem;
  margin-top: 5rem;
}
.custom1{
  display: grid;
}


}



@media only screen and (max-width: 600px) {

.slide img {
  height: 100%;
  width: 250px;
  /* margin: 0 10px; */
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
  transition: .25s ease-in-out;
}
.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.custom{
  margin-left: 7rem;
}
.plan{
  display: grid;

}
.plans{
  padding: 5rem;

}
.loc{
  display: flex;
}
.offer{
  margin: 1rem;
}

.plan-pro{
  margin-top: 3rem;
}
.basic{
  margin-left: 0px;
}
.btn1{
  margin-left: 3.5rem;
}

/* .pop1{
  height: 112px;
} */
.pop2{
  display: flex;
}
.img1{
  width: 47px!important;
  }
  
.img2{
  width: 31px!important;
}
.img3{
  width: 20px!important;

}
.arr{
  margin: 1rem!important;
    margin-top: 2rem!important;
}
.custombtn{

margin-left: 12rem!important;
}

.mt6{
  margin-left: 6rem;
}
.pd2{
  padding: 2rem;
}

.place{
  padding-left: 0px!important;

}
.breadbtn{
  
  font-size: 1rem;
}
.plan1 {
  padding: 1rem;
}


}

.check{
  color: green;
}


.btn1{
  float: right;
  width: 14rem!important;
}
.dis{
  display: flex;
}
.mar1{
  margin-right: 1rem;
}

.bread{
  margin-top: 0px!important;
  width: 100%;
    display: flex;
    /* padding: 2rem; */
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media only screen and (min-width: 1200px) {
  .control-next-btn{
    right: 171px;

  }
  .control-prev-btn{
    left: 171px;
  }
  .flex-full{
    padding-bottom: 6rem;
  }
  .custom{
    margin-left: 63rem;
  }
.basic{
  margin-left: 15rem;
}
.pop1{
  height: 144px;
}
.custom1{

display: inline-flex;
}
.img1{
  width: 100px;
}
.img2{
  width: 69px;
}
.img3{
  width: 42px;
}
.arr{
  margin: 4rem;
    
}
.custombtn{
  margin-left: 19rem!important;
}
  
}

#toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: black;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 16px;
}

#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
      bottom: 0;
      opacity: 0;
  }

  to {
      bottom: 30px;
      opacity: 1;
  }
}

@keyframes fadein {
  from {
      bottom: 0;
      opacity: 0;
  }

  to {
      bottom: 30px;
      opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
      bottom: 30px;
      opacity: 1;
  }

  to {
      bottom: 0;
      opacity: 0;
  }
}

@keyframes fadeout {
  from {
      bottom: 30px;
      opacity: 1;
  }

  to {
      bottom: 0;
      opacity: 0;
  }
}

.checkicon i {
  font-size: 40px;
  color: #47d764;
}



.accord{
  padding: 0px 5px 5px 5px;
}

.color1{
  color: black;
}
.color2{
  color: #5ec0c2;
}


/* @media only screen and (min-width: 768px) {
  .custom{
    margin-left: 39rem;
}
.custom1 {
  display: inline-flex;
}
} */




.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 3px  0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.value-button:hover {
  cursor: pointer;
}
.minus {
  /* margin-right: -4px; */
  border-radius: 30px;
}
.plus {
  /* margin-left: -4px; */
  border-radius: 30px;
}
.num{
    text-align: center;
  border: none;
  margin: 0px;
  width: 30px;
  height: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}








/* .custombtn{
  margin-left: 19rem!important;
} */

.mt2{
  margin-top: 2rem;
}
.imgw{
  width: 100%;
}

.select_container {
  position: relative;
}

.fwbold{
  font-weight: bold;
}

.pd5{
  padding-top: 5px;
    padding-bottom: 5px;
}

.text-danger {
  color: #bb4d23;
}

.rent_btn{
  float: right;
    padding: 17px;
    background: #70c2bf;
    border-radius: 3px 7px 5px 7px;
    font-size: 21px;
}
.buy_btn{
  float: right;
    padding: 17px;
    background: #c2b070;
    border-radius: 3px 7px 5px 7px;
    font-size: 21px;
    margin-right: 1rem;
}
.rent_btn:hover,
.rent_btn:focus{
  background-color: #b0c25e;
  color: white;

}


/* rent box css */
 .padding-m {
  padding: 8px;
}

.margin-b-l,
.margin-tb-l {
  margin-bottom: 16px;
}

 .bg-white {
  background: #fff;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

.dd-flex {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.pdp-container .sidebar-container ul {
  list-style: disc;
}

.padding-l-xl,
.padding-rl-xl {
  padding-left: 24px;
}

.margin-0 {
  margin: 0;
}

.font-color-999 {
  color: #999;
}

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

.line-height-20 {
  line-height: 20px;
}

.font-size-12 {
  font-size: 12px;
}

.pdp-tooltip .tooltip__text {
  visibility: hidden;
  right: 135%;
  min-width: 200px;
  border-radius: 4px;
}

.bg-black {
  background: #000;
}

.letter-spacing-25 {
  letter-spacing: .25px;
}

.font-color-white {
  color: #fff;
}

.font-weight-regular {
  font-weight: 400;
}

.position-absolute {
  position: absolute !important;
}

.align-items-center {
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}
.padding-l-l,
.padding-rl-l {
  padding-left: 16px;
}

.pdp-tooltip .tooltip__text .tooltip__arrow {
  position: absolute;
  left: 100%;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 5px;
}

.border-top-dashed {
  border-top: 1px dashed #e9e9e9;
}

.border-top-dashed {
  border-top: 1px dashed #ddd;
}

.pdp-tooltip {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

 .text-italic {
  font-style: italic;
}

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

 .font-color-snow {
  color: #fcfcfe;
}
.padding-l {
  padding: 16px;
} 

 .border-radius-2 {
  border-radius: 2px;
} 
 .position-relative {
  position: relative !important;
} 

 .font-color-blue,
.font-color-primary {
  color: #346aa0;
} 

 .font-size-10 {
  font-size: 10px;
}   



 /* plan model */
  .compare-tenure-btn {
    margin: 10px 0 15px;
    border-radius: 4px;
    border: 3px solid #68b5ae;
    color: #68b5ae;
    background: transparent;
    box-shadow: none;
    display: block;
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    padding: 12px 20px;
}

.compare-tenure-cart-btn {
  margin: 10px 0 15px;
  border-radius: 4px;
  border: 1px solid #68b5ae;
  color: #fff;
  background: #68b5ae;
  box-shadow: none;
  display: block;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  padding: 14px 20px;
}

HTML CSSResult Skip Results Iframe
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
.snip1207 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 10px;
}
.snip1207 .plan {
  margin: 0;
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.snip1207 .plan:first-of-type {
  border-radius: 8px 0 0 8px;
}
.snip1207 .plan:last-of-type {
  border-radius: 0 8px 8px 0;
}
.snip1207 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1207 .plan-title {
  font-weight: 800;
  padding: 15px;
  margin: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #595959;
  text-transform: uppercase;
}
.snip1207 .plan-cost {
  padding: 20px 10px;
}
.snip1207 .plan-price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 2em;
  color: #476075;
}
.snip1207 .plan-type {
  opacity: 0.6;
}
.snip1207 .plan-features {
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: outside none none;
  font-size: 0.8em;
}
.snip1207 .plan-features li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
}
.snip1207 .plan-features li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.snip1207 .plan-features i {
  margin-right: 8px;
  opacity: 0.4;
}
.snip1207 .plan-select {
  border-top: 1px solid #d2d7e2;
  padding: 30px 10px;
}
.snip1207 .plan-select a {
  background-color: #476075;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.snip1207 .plan-select a:hover {
  background-color: #476075;
}
.snip1207 .featured {
  margin-top: -20px;
  background-color: #476075;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 8px;
}
.snip1207 .featured .plan-title,
.snip1207 .featured .plan-price {
  color: #ffffff;
}
.snip1207 .featured .plan-title {
  padding: 25px 15px;
}
.snip1207 .featured .plan-select {
  padding: 40px 10px;
}
.snip1207 .featured .plan-select a {
  color: #476075;
  background-color: #ffffff;
}
.snip1207 .featured .plan-select a:hover {
  background-color: #476075;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .snip1207 .plan {
    width: 50%;
    border-radius: 0 !important;
  }
  .snip1207 .featured {
    margin-top: 0;
    border-radius: 0;
  }
  .snip1207 .featured .plan-title {
    padding: 15px;
  }
  .snip1207 .featured .plan-select {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 440px) {
  .snip1207 .plan {
    width: 100%;
  }
}



.modal-dialog.ppp {
  width: 80%;
  margin: 121px auto;
}

span.float-right {
  float: right;
  font-size: 13px;
  font-weight: 700;
}

button.btn.btn-Previouss {
  padding: 7px 10px;
  background-color: #38b8a6;
  margin: 0px 0px 10px;
}



/* order tracking */
.hh-grayBox {
	background-color: #F8F8F8;
	margin-bottom: 20px;
	padding: 35px;
  margin-top: 20px;
}
.pt45{padding-top:45px;}
.order-tracking{
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #f7be16;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #f7be16;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}

.col.font-weight-light.padding-tb-l {
  padding: 25px;
}

.coupon-code-wrapper{
  display: flex;
}

.btn-custom {
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #346aa0;
  border: none;
  -webkit-transition: .2s;
  transition: .2s;
  /* border-radius: 17px; */
  padding: 11px 42px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  /* vertical-align: top; */
  border-top: 1px solid #ddd;
}

/* modal */
.mo-imgs {
  width: 100%;
}
.mo-imgs:hover {
  transform: scale(1);
}

.bo-to{
  border-top:  1px solid #d2cece;
}
.bo-bot{
  border-top:  1px solid #d2cece;
}
.pa{
  padding: 8px;
}
.fo-si{
  font-size: 30px;
}

.inc{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.ma-bo{
  margin-bottom: 32px;
}
@media (max-width: 576px) {
.di-co{
  display: contents;
}
}

.modal-header {
  display: flex;
  justify-content: space-between;
}
/* modal */

@media (min-width: 768px) {
  .modal-dialog {
    width: 767px;
    margin: 130px auto; }
  }



  .img-wi{
    width: 80px !important;
  }

  /* .cart-ali{
    display: flex !important;
    align-items: center;
  } */

  .ecom-detail{
    padding: 35px 0;
    display: flex;
    justify-content: space-around;
  }
  

  li.ecom-style {
    border-bottom: 5px solid #5ec0c2;
    border-width: medium;
    width: 47%;
}

.ecom-content{
  margin: 36px -12px;
}

.ecom-spec {
  margin: 77px 0px;
  float: left;
}


@media only screen and (max-width: 320px){
.plans {
    padding: 3rem;
}
}


.modal {
  
  overflow: auto !important;
  
}

.tenure-msg{
  font-size: 15px;
  color: #1fc91f;
}

.cart-tenure-btn {
  margin: 10px 0 15px;
  border-radius: 4px;
  border: 3px solid #68b5ae;
  color: #68b5ae;
  background: transparent;
  box-shadow: none;
  display: block;
  font-weight: 700;
  /* justify-content: left; */
  font-size: 18px;
  width: 100%;
  padding: 6px 20px;
  text-align: -webkit-match-parent;
}

.thead-dark {
  background-color: #68b5ae;
  color: white;
  /* width: 100%; */
}
.margin-10{
  margin: 10px;
}

small#btn-tenure {
  font-size: 95%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

