.bg-primary {
    background: #effbf7 !important;
    background-image:none !important  ; 
    height: 631px !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaedf2;
    border-radius: 20px !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
    transform: translateY(-.5rem);
}

.card-body {
    flex: 1 1 auto;
    padding: 2.25rem;
    color: #204356;
    font-size: 17px !important;
    font-family: 'proxima_novaregular';
    text-align: left !important;
}
.stretched-link {
    color: #C1253C !important;
}
h3 {
    color: #204356 !important;
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 23px;
}

.bg-primary-1 {
    background: #F7F7F9 !important;
    background-image: none !important;
    height: 544px !important;
}

@media (max-width: 500px) {
	.bg-primary-1 {
    background-color: #F7F7F9 !important;
    background-image: url(../../notfound.html);
    height: 786px !important;
    background-position: center;
}
.poppins {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 1.2rem !important;
    color: #204356;
    text-align: justify;
}
.no-hardware {
	padding-left: 1px !important;
	margin-left: 1px !important;
}
.whats-dec {
	text-align: center !important;
}
}

@media (max-width: 320px) {
	.bg-primary-1 {
    background-color: #F7F7F9!important;
    background-image: url(../../notfound.html);
    height: 795px !important;
    background-position: center;
}
.poppins {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 1.2rem !important;
    color: #204356;
    text-align: justify;
}
.no-hardware {
	padding-left: 1px !important;
	margin-left: 1px !important;
}
.whats-dec {
	text-align: center !important;
}
}

.no-hardware {
	padding-left: 50px;
	margin-left: 50px;
}
@media (min-width: 500px) and (max-width: 768px) {
	.pt-75 {
    padding-top: 7.5rem !important;
}
.no-hardware {
	padding-left: 1px !important;
	margin-left: 1px !important;
	    margin-top: 0px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) { 
.no-hardware {
    padding-left: 1px !important;
    margin-left: 1px !important;
    margin-top: 203px !important;
}

}

.accordion {
  width: 100%;
  max-width: 1080px;
  height: 250px;
  overflow: hidden;
  margin: 50px auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 30%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
  color: #ffffff !important;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul li:nth-child(1) { background-image: url("../../notfound.html");background-size: cover; }
.accordion ul li:nth-child(2) { background-image: url("../../notfound.html");background-size: cover; }
.accordion ul li:nth-child(3) { background-image: url("../../notfound.html");background-size: cover; }
.accordion ul li:nth-child(4) { background-image: url("../../notfound.html");background-size: cover; }

.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 60%; }
.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
.accordion { height: auto; }
.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}
.mb-lg-0 {
  margin-left: auto;
    margin-right: auto;
}

p.area-text-main{
      padding-top: 25px;
      margin-bottom: 0px;
}



/**************************************************************/
/*new responsive style start*/
/*new responsive style start*/

@media only screen and (min-width:280px) and (max-width:600px){
 .accordion ul li{margin-bottom: 20px;}
}
@media only screen and (min-width:280px) and (max-width:767px){


.accordion ul li div a *{
  opacity: 0;
  overflow: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  white-space: normal;
  /*position: initial;*/
}
.accordion ul li div{    background-color: rgb(0 0 0 / 58%);}
.card-body{text-align: center !important;padding: 15px !important;}
.card-body h3{text-align: center !important;}


}


@media only screen and (min-width:768px) and (max-width:991px){
  .accordion ul li div a *{
  opacity: 0;
  overflow: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  white-space: normal;
  
}
.accordion ul li div{    background-color: rgb(0 0 0 / 58%);}

}



@media only screen and (min-width:768px) and (max-width:991px){
    .accordion ul li div a{
        padding: 10px;
    }
}

@media only screen and (min-width:280px) and (max-width:600px){
 .accordion ul li div a {opacity: 1;}
 .accordion ul li div a *{opacity: 1;}
}
@media only screen and (min-width: 992px){
  p.area-text-main{padding: 25px 55px 0px 55px;}
}
/*new responsive style end*/

/**************************************************************/

h3.green{color: #C1253C !important;}
.stretched-link{color: #276CF6 !important;}
