body {
  margin-top:40px;
}
h1{
  text-align: center;
  margin-bottom: 40px;
}
.container{ 
  padding: 1em;
  
}
.card{
  cursor: pointer;
}
.descrptionselect{
  width: 420px !important;
    height: 40px!important;
    border-radius: 0!important;
    border: 1px black solid!important;
}

.card:hover{
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .35);
}
input{
  width: 420px !important;
  height: 40px!important;
  border-radius: 0!important;
  border: 1px black solid!important;
  margin-bottom: 0px;
}
.panel-title {
  font-size: 2em;
  font-weight: bold;
}

.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  margin-bottom: 40px;
  display: table-row;
}
.stepwizard {
  
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.setup-content button{
  width: 155px;
  height: 45px;
  font-size: 20px;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  background: black !important;
}
.setup-content h3{
  text-align: center;
  margin-bottom: 40px;
}
.stepwizard-row:before {
  top: 25px;
  bottom: 0;
  left: 5%;
  position: absolute;
  content: " ";
  width: 90%;
  height: 1px;
  background-color: #dadada;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   background-color: none;
   border: none;
   padding: none;
  font-size:none;; 
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.stepwizard-step {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100px;
}
.btn-primary {
  color: #fff !important;
  background-color: #f4005b !important;
  border-color: #f4005b !important;
}

.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 25px;
  pointer-events: none;
  border-radius: 50%;
  background: #dadada;
  color: black;
  padding: 10px;
  display: inline-block;
}
.Summary li{
  list-style-type: none;
}
.totalvalue{
  text-align: center
}
.totalvalue b{
  text-align: center;
  color: #f4005b
}
.getprice{
  background: #f4005b !important;
}

.card-text{
  font-size: 13px
}

.cardApp{
  cursor: pointer;
}

section {
  padding: 60px 0;
}

section .section-title {
  text-align: center;
  color: #000000;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#footer img{
  width: 180px;
}
#footer h5{
padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color:#ffffff;
}
.setup-content{
  min-height: 420px
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width:767px){
  
#footer h5 {
  padding-left: 0;
  border-left: transparent;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.stepwizard-row {
  display: none
}
input {
  width: 320px !important;
  font-size: 1.5rem !important;
  height: 60px!important;
}
.setup-content button {
  width: 100%;
  height: 80px;
  font-size: 30px;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  background: black !important;
}
body {
  margin-top:0px;
}
.container {
  padding: 1em;
}
h1{
background: #e9ecef;
padding: 30px;
text-align: center;
margin-bottom: 80px;
}
h5{
  height: 50px;
  font-size: 1rem !important;
}

.card {
  margin-bottom: 15px;
}
}

.containerbox {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 100vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover; 
  transition: .5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}


.box:hover { flex: 1 1 50%; }

.box:hover > img { width: 100%; height: 100%; }


