
.panel
{
    text-align: center;
	    width: 90%;
    margin-left: 5%;
	 border-radius: 30px;
	     margin-top:30px;
  
}
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body
{
    padding: 0px;
	padding:20px;
	text-align:left;
}

.panel-body ul li
{
	color: black;
    padding: 0px;
	padding-top:10px;
}.panel-body ul
{
   padding-inline-start: 23%;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0099ff;
    border-color: #0099ff;
    border-top-left-radius: 30px;
    /* background-color: white; */
    border-top-right-radius: 30px;
	padding:13px;
}




.panel-title {
    font-size: 23px;
    color: #01203f;
    font-weight: 200;
    padding: 11px;
    text-decoration: none;
	    margin-top: 0;
    margin-bottom: 0;
 
    color: white!important;
}

.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}


.pricingsec{
	text-align:center;
}
.price-wrapper{
  position: relative; 
  display: inline-block;
}

.price-slash{
  position: relative;
  width: 100%;
  height: 0;
  border-top: 2px solid red;
  transform: rotate(-16deg);
  top: 17px;
}

.price{ font-size: 22px;margin-bottom:10px;}

.submit_btnpricing{
    WIDTH: 185PX !important;
    height: 37px;
    padding: 1px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;	
	
}

.panel-primary {
    border-color: #337ab700;
}

.panel:hover .panel-heading {
    color: #fff;
    background-color: #0073c0;
    border-color: #0073c0;
 
}.panel:hover .submit_btnpricing {
    color: #fff;
    background-color: #0073c0 !important;
    border-color: #0073c0;
 
}

@media only screen and (max-width: 480px){
#products3 .owl-nav {
    display: block;
}
#products3 .owl-prev {
    background: 0 0;
    font-size: 40px;
    width: 15px;
    height: 100px;
    position: absolute;
    top: 39%;
    left: 5px;
    margin-left: 6px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    background: #b17b7b;
    opacity: .5;
    padding: 5px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
}
#products3 .owl-next {
    background: 0 0;
    font-size: 40px;
    width: 15px;
    height: 100px;
    position: absolute;
    top: 39%;
    right: 18px;
}
.panel {
    text-align: center;
    width: 90%;
    margin-left: 5%;
    border-radius: 30px;
    margin-top: 30px;
}
#products3 .owl-pagination {
	display:none;

}

#products3 .submit_btn {
    WIDTH: 206PX !important;
	
}

}
