.bunddle { 
 background-color: #04b0ad;
 color:#fff !important;
 font-size:20px;
 text-align: center;
 padding: 5px 15px;
 width: 25%;
}

.bunddleprice {
  font-size: 17px;
    color: #5a5a5a !important;	
}

.bunddleh6 {
	 color: #000!important;
}

.bundlle-button {
	 background-color: #04b0ad !important;
	 border-color: 1px solid #04b0ad !important;
	 color:#fff !important;
	 padding: 5px 25px !important;
}

.bunddle-sign{ padding-left: 0px !important;
    padding-right: 0px !important;
	max-width: 1.333333% !important;}
	
.bunddle-div-3{
     max-width: 24% !important;	
}



/*#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}
*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

a:hover {
    color: #337ab7;
    text-decoration: none !important;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "✓"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "✓"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "✓"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "✓"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #04b0ad;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}


.mt-5 {
	padding-top: 2.5rem!important
}

.pt-3 {
    padding-top: 1rem!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.pt-2 {
    padding-top: .5rem!important;
}
.pb-2 {
    padding-bottom: .5rem!important;
}
.mt-2 {
    margin-top: .5rem!important;
}
.mb-2 {
    margin-bottom: .5rem!important;
}
.pt-1 {
    padding-top: .25rem!important;
}
.pb-1 {
    padding-bottom: .25rem!important;
}
.mt-1 {
    margin-top: .25rem!important;
}
.mb-1 {
    margin-bottom: .25rem!important;
}

.pr-3 {
    padding-right: 1rem!important;
}
.pl-3 {
    padding-left: 1rem!important;
}
.mr-3 {
    margin-right: 1rem!important;
}
.ml-3 {
    margin-left: 1rem!important;
}
.pr-2 {
    padding-right: .5rem!important;
}
.pl-2 {
    padding-left: .5rem!important;
}
.mr-2 {
    margin-right: .5rem!important;
}
.ml-2 {
    margin-left: .5rem!important;
}
.pr-1 {
    padding-right: .25rem!important;
}
.pl-1 {
    padding-left: .25rem!important;
}
.mr-1 {
    margin-right: .25rem!important;
}
.ml-1 {
    margin-left: .25rem!important;
}





main{
  width: 100%;
  overflow: hidden;
}

.hero{
  width: 100%;
  max-width: 1355px;
  height: 500px;
  text-align: center;
  margin: 0 auto;
  background: #392f28;
  position: relative; 
  color: #392f28;
}

.hero {
	background:url(../images/darma-slide.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hero h1{
  font-size: 23px;;
  margin: auto;
  position: absolute; 
  top: 80%;
  left: 9%;
  /*right: 0;
  bottom: 0;*/
  z-index: 1;
}

.hero p{
  font-size: 1.5em;
  margin: auto;
  position: absolute; 
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
   z-index: 1;
}
.hero img{
  width: 100%;
}
.bar{
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: -webkit-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: -ms-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: linear-gradient(161deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  opacity: 0.3;
  position: absolute; 
  z-index: 0;
  left: 0;
  top: 90px;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
   -webkit-animation: roll-out 1.2s ease-out ;
  -moz-animation: roll-out 1.2s ease-out ;
    animation: roll-out 1.2s ease-out ; 
}
.hero h1, .hero p{
  -webkit-animation: scale-in 1.3s ease-out;
  -moz-animation: scale-in 1.3s  ease-out;
    animation: scale-in 1.3s ease-out; 
}

.button1234 {
    border-radius: 5%;
    background-color: #1221DC !important;
    color: #fff !important;
    /* padding: 3px 25px; */
    border-color: #1221DC !important;
    width: 230px !important;
    height: 50px !important;
}

.button1234:hover{
    color: #fff !important;
}


@media all and (max-width: 768px) {

.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

  .hero{
    height: 50vw;
  }
  .bar{
    height: 26vw;
    top: 10vw;
  }
  .hero h1{
    font-size: 8vw;
    top: 13vw;
  }
  .hero p{
    font-size: 3vw;
    top: 27vw;
  }
 
}






.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}


.p1-text p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.kith5 {
    color: #262427 !important;
    font-size: 28px;
    font-weight: 600;
}

.p1-text h5 {
    font-size: 25px;
    color: #0f957d;
    font-weight: 500;
}

.kitproduct {     color: #666666 !important;
    font-size: 18px; 
}

.kittest {
    color: #262427 !important;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

.testimg { width: 110px !important;
    height: 20px !important;
    float: right;  }

.textpheignt { height: 105px; }



.new_row {
    width: 100%;
}

.new_row ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.new_row ul li{
        list-style: none !important;
}

.sidebar {
  /*flex: 0 0 33.3333%;*/
  background: transparent;
}

.sidebar__widget {
  position: sticky;
  top: 0;
  background: transparent;
  height: 250px;
}

.button {
    background: #05afab;
	
}

h1, h2, h3, h4, h5, h6 {
    color: #03b0ae !important;
}

ul {
    padding-left: 0px !important;
}

ul li {
    list-style: none !important;
}

figure{
  width: 100%;
  height: 600px;
  background-image:
  url(../images/darma-slide.jpg);
  background-position: 50% 46%;
  background-size: 100%; 
/*   border: 2px solid #000000; */
  position: relative;
  background-repeat: no-repeat;
}

.divsec{
  width: 100%;
  height: 600px;
  background-image:
  url(../images/sec1.jpg);
  background-position: 50% 46%;
  background-size: 100%; 
/*   border: 2px solid #000000; */
  position: relative;
  background-repeat: no-repeat;
}

.p-text{ padding-top: 10%;;
}

.p-text p {font-size: 15px;
    color: #000;
	width: 445px;
    font-weight: 500;
	    text-align: justify;
}

.p-text h5 {font-size: 25px;
    color: #0f957d;
    font-weight: 500;
}

.red{ color:red;
}

.pitems {
    width: 55px !important;
}

.pt-90 { padding-top: 90px; }

.white-text{ color:#fff;
margin-bottom: 5px !important;}

@media (min-device-width:900px) and (max-device-width:2000px){
	
	.mobilekit{
		display:none;
	}
	
	.hero {
	background:url(../images/darma-slide.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

 .display-none { display:none !important; }
 
 .kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }
	
.prodtop {  margin-top: 28%;
    margin-left: 7%;
 } 
 
 .mobilesec	 { display: none !important; }
 
 .textheight { height: 130px; }
 
 .textheight1 { height: 125px; }
 
}

@media only screen and (max-width: 600px){
	.hero h1{ display:none; }
	
	
	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
	.flogo1{ display:none !important;}
	.fcenter1{ text-align:center  !important; }
	.rwo1{text-align:center;}
	
	.owl-carousel .owl-item img {
    margin-left: 120px !important;
}

.textheight { height: auto; }
 
 .textheight1 { height: auto; }

.desktopsec { display: none !important; }

.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }

.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important; }

.sidebar__widget {
	display:none !important;	
}

.display-none1
{
	 display:none;
}

figure {
    
  background-position: unset ; 
 background-size: cover !important;
  height: 570px !important;
  background-image:url(../images/ab1.jpg);
   
}

.sec1{     padding-top: 0px; 
}

.sec-center{ text-align:center !important;
margin-top:20px;}

}  

@media (min-device-width:320px) and (max-device-width:768px) {
	
	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
	
	.textheight { height: auto; }
 
 .textheight1 { height: auto; }
	
	.desktopsec { display: none !important; }
	
	.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important;}
	
	.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }
	
   figure {
    
  background-position: unset ;
  background-size: cover !important;
    height: 570px !important;
	background-image:url(../images/ab1.jpg);
}

.sec1{     padding-top: 0px;
}

.sidebar__widget {
	display:none !important;	
}

.sec-center{ text-align:center !important;
margin-top:20px;}

.display-none1
{
	 display:none;
}

} 

@media only screen and (max-width: 768px){
	
	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

	.textheight { height: auto; }
 
 .textheight1 { height: auto; }
	
	.desktopsec { display: none !important; }
	
	.flogo1{ display:none  !important;}
	.fcenter1{ text-align:center !important; }
	.rwo1{text-align:center;}
	.owl-carousel .owl-item img {
    margin-left: 120px !important;
}

.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }

.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important; }


figure {
    
  background-position: unset ;
  background-size: cover !important;
    height: 570px !important;
}

.sec1{     padding-top: 0px;
}

.sidebar__widget {
	display:none !important;	
}

.sec-center{ text-align:center !important;
margin-top:20px;}

.display-none1
{
	 display:none;
}

}

.fcenter1{ 
    text-align:right; 
}

.iq-over-blue-90:before {
    background: none !important;
}

.icon-bg img {
	width: 70%;
    padding: 30px 0px;
}

.tabul {
	padding: 5px 30px 5px 35px;
    text-align: left;
}

.tabul li {
	list-style: disc;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1)*/;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background:rgba(0,0,0,.12);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: 15px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 50px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
	text-align:justify;
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}