.primary-btn-cls {
  border:2px;
  border-style: solid;
  font-weight: normal;
  /*font-size: 1.125rem;*/
  background-image: none;
  /*margin: -304px auto 70px 401px;*/
  padding: 8px 28px 9px 27px;
  background-color : #FFF;
  border-color:#80185F;
  color : #80185F;
}


.blinds-every-home {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left:15px;
    padding-right:15px;

    /* padding-right: 0px; */
    border-radius: 5px;
    background: #fff !important;
    line-height: 1.5em;
    text-align: center;
}

.primary-btn-cls:hover {
    background-color : #80185F;
    color : #FFF;
    text-decoration:none;
}
a.know-more-btn-cls.how-it-works {
  margin-top: 50px ;
}
.other-area-cls{
    margin-right:50px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 21vh auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 2s ease-in-out;
  padding-bottom: 39px;
  /*padding-top: 39px;*/

}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  /*max-height: 30%;*/
  overflow: auto;
}

.second-section-cls{
  
    display:none;
 
}

.second-section-cls:target{
    visibility: visible;
     display:block;
  opacity: 1;
}
.product-section{
    background-color:#EFF2F4;
    padding-top: 20px;
}

.collection-title-cls {
  text-align: center;
  color: #000;
  text-decoration: none;
  padding-bottom:10px;
}

.collection-description-cls{
    color: #000;
}

.collection-box-cls {
 padding: 15px;
/*border: 2px solid #ccc;*/
margin-top: 10px;
display: inline-block;
min-height: 311px;
border-radius: 10px;
margin-bottom: 20px;
background-color: #fff;
}
.printing-motor-section-cls{
    
    padding :38px 0px;
}

.printing-motor-btn-cls {
  padding: 10px 30px;
  background-color: #EA0560;
  display: block;
  width: 250px;
  color: #fff;
  font-weight: normal;
  border: 2px solid #EA0560;
  max-width:90%;

}
.printing-motor-btn-cls:hover {


  background-color:#fff;
  color: #000;
  border: 2px solid #000;

}

.printing-motor-title-cls{
    text-align:center;
}

.book-appointment-section-cls {
  background-color: #EFF2F4;
  padding: 30px 0px;
}

.appointment-book-box {
  background-color: #EA0560;
  color: #fff;
  display: table-cell;
    padding: 18px 30px;

}

.appointment-specialist-box {
  background-color: #fff;
  min-height: 437px;
  /*display: table-cell;*/
  padding: 35px;

}

.fortyfive-min-image-cls {
  float: left;
  margin-right: 15px;
}

.book-appointment-btn-cls, .know-more-btn-cls {
  text-align: center;
  margin: auto;
  padding: 10px 30px;;
  position: relative;
  border: 2px solid #000;
  background-color: #fff;
  display: table;
  color:#000;
  text-transform:uppercase;
}


.know-more-btn-cls:hover {
  background-color: #ea0560;
  color: #fff;
  border-color: #fff;
}

.book-appointment-btn-cls:hover{
    background-color : #5C6167;
     color: #fff;
      border-color:#5C6167;
}


.persent-number-cls {
  margin: auto;
  font-size: 6rem;
}
.round-shape-div-cls{
    margin: auto;
  text-align: center;
  border: 5px solid #fff;
  padding: 9%;
  width: max-content;
  border-radius: 50%;
  font-size: 6rem;
  float: left;
  margin-left: 17%;
}

.percent-smbol-cls {
  /*padding-left: 25px;*/
  float: left;
  width: 26%;
  padding-bottom: 10%;
}

.iframe-div-cls{
    width: 90%;
    min-height: 500px;
}
.make-ur-hom-section{
    background-color:#EFF2F4;
      padding-top: 15px;

}

.mak-ur-home{

    width: 100%;
    background-color:#fff;
    padding:34px;
    border-radius:10px;
    text-align: justify;
}
.child-safety-label-section{
     background-color:#EFF2F4;
      padding-top: 15px;
}


.hide-from-desktop-cls{
   display: none; 
}

#popup-click-id {
  cursor: pointer;
}
.item a, .item br {
  cursor: pointer;
}
.owl-nav{
     cursor: pointer;
}

.text-link-cls {
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
  display: block !important;
  color: #000;
}
/* Responsive Design Strat here */
@media (max-width:767px){
    .iframe-div-cls{
        min-height:30vh;
    }
    .popup {
        width:98%;
    }

.content-box {

    padding-bottom: 10px;

}

.hide-from-mob-cls {
  display: none;
}
.hide-from-desktop-cls{
   display: block; 
   /* padding-left: 20px;
   padding-right: 20px; */
}

.mobile-half-width-cls {
  width: 49%;
  float: left;
   min-height: 212px;

  
}


.primary-btn-cls {
    font-size:14px;
    
}
.collection-title-cls{
    font-size:14px;
}

.collection-box-cls{
    min-height: 247px;
}

.collection-box-cls a{
    font-size:14px;
}

    
}



