.display-pic {
    height: 80vh;
    position: relative;
    text-align: center;
    background: rgb(43,159,166);
    background: linear-gradient(90deg, rgba(43,159,166,0.8606793059020483) 0%, rgba(90,90,195,0.8690826672465861) 51%, rgba(156,97,233,0.7486344879748774) 100%), url("../images/displayheader.jpg") no-repeat center; 
    background-size: cover; 
    width: 100%;

  }
  
#curve{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right:0;
    width: 100%;
}
.centered {
    position: absolute;
    top: 15%;
    left: 30%;
    width: 40%;
    color: white;
    font-size: 2.5vw;
  }

.welcome-block{
    text-align: center;
}


#sideimage{
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    height: 80%;
    width: auto;
}

#sideimage1{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left:0;
    height:80%;
    width: auto;
}

.container{
    margin-top: 100px;
    margin-bottom: 10%;
}

.heading{
    text-align: center;
    margin-bottom: 70px;
}

.header-img{
    width: 100%;
}

.why{
    text-align: center;
}

.why .col-lg-4{
    padding: 50px;
}

.middle, .why-block{
    background-color:#dcdadb69;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 1%;
}
.icons img{
    width: 120px;
}
.icons{
    
    text-align: center;
    margin-top: 20%;
}

.icons h4{
    margin-top: 15px;
    margin-bottom: 20px;
    color:rgb(126, 128, 131);
}

h2{
    color:rgb(127, 181, 57);
}
.product-card-body h5{
    color:#494949;
    margin-top: 30px
}

.product-card-body{
    position: relative;
    text-align: center;
}

.card-top-img{
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: -60px;
    right: 0;
    left: 0;
}

.product-card{
    box-shadow: 5px 5px 5px #e74c3c;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
}

.product-card:hover{
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 5px 5px 10px #9e9e9e;
}

.card:hover > .card-body h5{
    color: #fff;
}

.product-card{
    height: 100%;
}

div.col-xl-3.step-card-col{
    margin-top:5%
}

.learn-more, .learn-more1{
    background: #3caea3 !important;
    color: #fff !important;
}

.learn-more{
    position: absolute;
    margin: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 150px;
}

.plan {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 30px 0px;
    border-radius: 100px;
    position: relative;
}
.plan-header {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.price {
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.price span {
    font-size: 30px;
}
.title {
    width: 80%;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    bottom: -20px;
}
.services-list {
    padding: 10px 20px;
}
.services-list li {
    padding: 20px 0px;
    font-size: 20px;
    color: #344;
    text-align: center;
    border-bottom: 1px solid #ddd;
    width: 80%;
    margin: 0 auto;
}
.border {
    width: 80px;
    height: 1px;
    background: #ddd;
    margin: auto;
}
.plan a {
    display: block;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s;
}
.plan a:hover {
    border-radius: 30px;
}
.basic-plan .plan-header {
    background: #2980b9;
}
.pro-plan .plan-header {
    background: #2c3e50;
}
.premium-plan .plan-header {
    background: #c0392b;
}
.basic-plan .title {
    background-image: linear-gradient(125deg, #03A9F4, #ff76a4);
}
.pro-plan .title {
    background-image: linear-gradient(125deg, #34495e, #95a5a6);
}
.premium-plan .title {
    background-image: linear-gradient(125deg, #e74c3c, #f39c12);
}
.order-btn{
    font-size: 20px;
}
.basic-plan a {
    color: #2980b9;
}
.pro-plan a {
    color: #2c3e50;
}
.premium-plan a {
    color: #c0392b;
}
.basic-plan a:hover {
    background: #2980b9;
    color: #fff;
}
.pro-plan a:hover {
    background: #2c3e50;
    color: #fff;
}
.premium-plan a:hover {
    background: #c0392b;
    color: #fff;
}

.price-description{
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {



    .display-pic{
        height: 70vh;
    }
    
    div.col-xl-3.step-card-col{
        margin-top: 10%;
    }
    
  }

  @media only screen and (max-width: 600px) {
      #sideimage, #sideimage1{
          height: 35vh;
      }

      .display-pic{
        height: 40vh;
    }
        .centered{
            font-size: 3.5vw;
    }

  }

  @media only screen and (max-width: 800px) {

    .display-pic{
      height: 50vh;
  }
  div.col-xl-3.step-card-col{
    margin-top: 20%;
}
  
}

  footer{
    height: 100px;
    background-color: #494949;
    width: 100%;
    box-shadow: 0px -5px 32px rgba(50, 50, 50, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
}