

.subscription.bg-white {
  background: none;
}

.bg-white {
  background-color: #fff!important;
}

.subscription.bg-white .subscription-wrapper {
  background: #fff;
}

.subscription-wrapper {
  border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
  -webkit-transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  transform: perspective(1800px) rotateY(20deg) skewY(1deg) translateX(50px);
  padding: 70px 50px;
  z-index: 1;
  width: 100%;
  background: linear-gradient(80deg, #1f6f9a 0%, #ebebeb 100%);
  position: absolute;
  top:100px;
  
}

.subscription-wrapper {
  position: relative;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important;
}

.subscription-content {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
}

h3, .h3 {
  font-size: 30px;
}

.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}

.subscription.bg-white .form-control {
  border: 1px solid #ebebeb !important;
}

.subscription-wrapper .form-control {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
}

.subscription-wrapper .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  border: 0;
  color: #fff;
}



.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 18px 45px;
  border-radius: 45px;
  font-weight: 500;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .3s ease-in;
  overflow: hidden;
}

.btn-primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 103%;
  height: 236%;
  background: linear-gradient(45deg, #a1b5d1 0%, #1f6f9a 100%);
  z-index: -1;
  transition: ease 0.3s;
}





.btn:hover{
  color: var(--bs-btn-hover-color);
  color: #4c6178 !important;
  background-color: #a8b9d4  !important;
  border-color: #7298c4 !important;
}


#hdiwID{
  margin-bottom: 3.5rem !important;
}




.whyus-main-title{
  max-width: 80%;
  letter-spacing: -1px;
  text-align: center;
  color: #575755;
  margin: auto auto 30px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  font-family: Lato,sans-serif;
}

.whyus-i1-content-header-img{
  width: 100%;
  height: 153px;
  background-image: url('/imgs/whyus/header.jpg');
  background-size: cover;
}


.whyus-i2-content-header-img-cont{
  width: 100%;
  height: 371px;
}


.whyus-i2-content-header-img{
  width: 720px;
  height: 98%;
  background-image: url('/imgs/whyus/h-i2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.whuysitemp{
  font-size: 12px;
}

.whuysitemcardcont{
  background-color: white;
}



.whyus-products-list-item{
margin: 8px 7rem 0;
padding: 0 0 0 35px;
list-style: none;
position: relative;
font-weight: 400;
}

.whyus-products-list-item:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 24px;
height: 24px;
background: url(/imgs/home/icon-check.png) no-repeat;
}






/* ========================= Responsive Starts ============================== */


@media only screen and (max-width: 1250px), 
screen and (max-height: 721px) {
    

  }




  
@media only screen and (max-width: 1030px) {
    .text-center{
      flex-direction: column;
    }
 
  }


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

    .whyus-i2-content-header-img-cont{
      height: 400px !important;
    }

    .whyus-i2-content-header-img{
      width: 580px !important;
      height: 400px !important;
    }

  }

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

    .whyus-i2-content-header-img{
      width: 480px !important;
    }

  }


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

    .whyus-i2-content-header-img-cont{
      height: 200px !important;
    }

    .whyus-i2-content-header-img{
      width: 390px !important;
      height: 200px !important;
    }

  }


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

    .whyus-main-title{
      max-width: 99% !important;
    }

    .whyus-products-list-item{
      margin: 8px 2.3rem 0;
    }

    .whyus-i2-content-header-img-cont{
      height: 170px !important;
    }

    .whyus-i2-content-header-img{
      width: 352px !important;
      height: 170px !important;
    }
        
  

  }



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

    

    .whyus-i2-content-header-img{
      width: 281px !important;
     
    }
        
  

  }







  

/* ========================= Responsive Ends ============================== */
