.owl-nav button {
    font-size: 40px !important;
    background: #fd5701 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff !important;
    line-height: 1 !important;
    position: absolute;
    top: 46%;
}
.owl-nav button:hover {
    background: #d33837 !important;
}
.owl-nav button.owl-prev {
    left: 20px;
}
.owl-nav button.owl-next {
    right: 20px;
}
.owl-nav button:active, .owl-nav button:focus {
    border: 0 !important;
	box-shadow: unset;
}

.lab-test-section, .lab-packages {
    padding: 30px 0;
}
.div-header h1, .div-header h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.package-block a {
    color: #161616;
}
.package-block a:hover {
    color: #161616;
	text-decoration: none;
}
.package-block .package-body {
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    margin: 10px 0;
    border: 1px solid #ccc;
    transition: all 500ms ease;
    min-height: 500px;
    position: relative;
}
.package-block .package-body:hover {
	box-shadow: 0 0 6px 0 #00000075;
}





.package-block:nth-of-type(4n+1) .theme-code1 .package-box {
    background: #fce6fd;
}

.package-block:nth-of-type(4n+2) .theme-code1 .package-box {
    background: #e6e2ff;
}

.package-block:nth-of-type(4n+3) .theme-code1 .package-box {
    background: #c9efff;
}

.package-block:nth-of-type(4n+4) .theme-code1 .package-box {
    background: #ffd89173;
}




.package-body .package-header {
    padding: 20px;
    padding-bottom: 0;
    height: 50px;
}
.package-body .package-header h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.package-body .package-header .tests {
    margin: 0;
}
.package-block .package-body .package-tag {
    display: flex;
    padding: 0 0 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.package-block .package-body .package-tag .card-box-text {
    width: 70%;
    position: relative;
    color: #161616;
    padding-top: 36px;
}
.package-price .strike {
    font-size: 16px;
    color: #8f8f8f;
    margin-right: 10px;
    font-weight: 600;
}
.package-price .strike .fa-rupee-sign {
    font-size: 14px;
}
.package-price .price {
    font-size: 26px;
    font-weight: 700;
}
.package-price .price .fa-rupee-sign {
    font-size: 22px;
    font-weight: 900;
}
.package-price .discount {
    margin: 0;
    margin-top: 6px;
}
.package-price .discount span {
    background: #f48245;
    color: #fff;
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 14px;
}
.package-price .discount {
    background: #d11219;
    color: #fff;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 15px;
}

.discount_test{
	background: #D1232A;
    color: #fff;
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 15px;
}

.package-tag .package-img {
    width: 30%;
    text-align: right;
}
.package-body .package-testdetail {
    padding: 16px;
}
p.free_collection {
    font-weight: 500;
}
.package-testdetail .tests {
    padding-left: 30px;
    margin-bottom: 10px;
}
.package-body .package-testdetail .tests ul.hoverulleft {
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.package-body .package-testdetail .tests li {
    font-size: 14px;
    padding: 4px 0;
	font-weight: 500;
}
.tests li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #008000;
    margin-right: 8px;
}
.tests li.more-tests {
    text-align: right;
}
.tests li.more-tests:before {
    content: none;
}
.tests .read_more {
    font-size: 14px;
    text-align: right;
    color: #0255af;
    font-weight: 500;
}
.package-body .package-testdetail .btn-warning.booknow {
    background: #f48245;
    color: white;
    border: 0;
    border-radius: 4px;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 9px;
}
.lab-packages .all_details {
    margin-top: 30px;
}

.added-cart-btn{
    padding: 7px 4px 7px 2px!important;
    float: right !important;
    font-size: 12px !important;
    background: #4CAF50 !important;
    color: #fff !important;
}

ul.profiles {
    list-style: none;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.profiles .lab-test-box {
    float: left;
   /* width: 18.5%;*/
	width: 22.5%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin: 22px 0;
    text-align: center;
    margin-right: 15px !important;
}
.flo-l{
	float:left !important;
}

.flo-r{
	float:right !important;
}

.profiles .lab-test-box:nth-child(5) {
    margin-right: 0;
}
.lab-test-box:hover {
    border: 1px solid #f48245;
}
.lab-test-box a {
    color: #161616;
}
.lab-test-box a:hover {
    color: #161616;
	text-decoration: none;
}
.lab-test-box .test-icon, .package-body.profile-block .test-icon {
    margin: 0 auto;
text-align: center;
margin-top: -50px;
background: #ffffff;
border-radius: 50%;
border: 1px solid #dddcdb;
padding: 9px;
width: 64px;
height: 64px;
}
.package-body.profile-block .package-header {
    padding: 0;
    height: 70px;
    text-align: center;
}
.package-body.profile-block .card-box-text {
    margin-bottom: 10px;
}
.package-body.profile-block .test-icon {
    margin-top: -35px !important;
}
.package-body.profile-block {
    overflow: unset;
    margin: 30px 0;
    min-height: 480px;
	background: white;
}
.profile_s {
    margin: 50px 0 30px;
}
.lab-test-box .test-name {
    height: 46px;
    margin-top: 10px;
}
.lab-test-box .test-name h3 {
    font-size: 16px;
    font-weight: 600;
}
.lab-test-box p {
    font-size: 12px;
}
.lab-test-box .test-price {
    font-size: 20px;
    font-weight: 600;
	margin-top:20px;
    text-align: center;
}
.lab-test-box .test-price .strike {
    font-size: 16px;
    color: #787676;
    margin-right: 6px;
}
.lab-test-box .test-button {
    text-align: center;
    margin-top: 15px;
}
.lab-test-box .test-button .btn-booknow {
    background: #f48245;
    color: #fff;
    border: 1px solid #f48245;
    cursor: pointer;
    border-radius: 4px;
    padding: 3px 16px;
}
.all_details {
    text-align: center;
}
.all_details a {
    color: #0659b3;
    font-weight: 600;
    text-transform: uppercase;
}
.all_details a:hover {
    text-decoration: none;
}

.p-tb{
    padding-bottom: 30px;
    padding-top: 20px;
}

.heacydiscount{
    border-radius: 5px;
    border: 1px solid #d11219;
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 2px;
    color: #d11219;
}





/*sayyad*/
.pt-b-40{
	padding-top:40px;
	padding-bottom:40px
}

.city-bg{
    background: #ffededbf;
    padding: 30px;
    border-radius: 5px;
	margin-top:30px;
}

.btn_style{
    margin-bottom: 10px !important;
    width: 100% !important;
    background: none !important;
    border: 1px solid #bdbdbd61 !important;
	color: #df753c !important;
}

.t-25{
	margin-top:25px;
}

.price-top-m{
	margin-top:7px;
}
.m-r-0{
	margin-right:0px;	
}

.p-header{
    height: 110px !important;
    padding: 30px !important;
}

.profile-header-m-l{
	margin-left:-85px !important;
}

.p-bod-height{
	min-height:450px !important;
}

         
.w-color{
	color:#a52f2c !important;
}
.w-color:hover{
	color:#fff !important;
}		 
		 
.outline{
        position: relative;
        z-index: 3;
        background: transparent;
        color: #fff;
        font-size: 16px;
        border-color: #c63a2f;
        border-style: solid;
        border-width: 2px;
        border-radius: 22px;
        padding: 10px 40px;
        text-transform: uppercase;
        transition: all 0.2s linear;
		cursor: pointer;
	    outline: none;
    }
    .outline:hover {
        color: white;
        background: #bf3d26;
        border-color: white;
        transition: all 0.2s linear;
    }
   .outline:active {
        border-radius: 22px;
    }
	
	
.m-top50{
	margin-top:50px;
}	

/*sayyad*/



.package-block .package-body .lab_cat{
	position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
}

.add-cart-bg{
    background: linear-gradient(to bottom right, #ff6918, #bd3c25) !important;
	/*background: #ffdbdb !important;*/
    border: 1px solid #e9c4c4 !important;
    color: #ffffff !important;
}


.add-cartbtnpo{
    position: absolute;
    top: 45%;
    right: 0;
    margin-right: 15px;
}

.lab_cat li.more-tests {
    text-align: right;
    list-style: none;
}

.package-body .lab_cat .btn-warning.booknow {
    background: linear-gradient(to bottom right, #ff8a4b, #8f050b);
    color: white;
    border: 0;
    border-radius: 4px;
    width: 45%;
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px;
}

.booknow_test{
    background:#ff6f61;
    color:#fff !important;
    border: 0;
    border-radius: 4px;
    /*width: 100%;*/
    text-transform: uppercase;
    font-size: 18px;
    padding: 9px;
}
.bg-addcart{
	background: linear-gradient(to bottom right, #ff6918, #bd3c25) !important;
    border: 1px solid #e9c4c4 !important;
    color: #fff !important;
}



.mobilecart {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #eee;
    text-align: center;
    padding: 15px;
    left: 0;
    display: none;
    box-shadow: 0px 0px 5px #666;
    z-index: 99;
}

.mobilecart a {
    background: #ff6f61;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

.mobilecart a:hover {
    color: #ffffff;
    text-decoration: none;
}

.listarea {

    width: 100%;
    padding: 15px;
    margin: 15px 0 0;
    float: left;
    border: 1px solid #f4ebec;
    border-radius: 5px;
    background: #fdfdfd;

}

.listtext {
    width: 45%;
    float: left;
}
.listprice {
    width: 15%;
    float: left;
}

.listbutton {
    width: 15%;
    float: right;
}
.font-s12{
	font-size:12px !important;
}
.m-r-20{
	margin-right:20px;
}

 .font-s20{
    font-size: 20px;
}

 .tex-dn{
    text-decoration: none !important;
    color: #000;
}

.bg-text {
    background: #f9f9f9a8;
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 18px;
}


.m-b20{
	margin-bottom:20px;
}

.font-s28 {
    font-size: 26px;
    font-weight: 500;
}
.test-color-b{
	color:#000000;
}

.{
    width: 100%;
    border: 1px solid #000;
    background: antiquewhite;
    border-radius: 5px;
}
.search-box-sty{
    width: 100%;
    border: 1px solid #dfcfcb;
    background: #fff0ec;
    border-radius: 5px;
    padding: 10px;
}


 .alltest-btn {
    background: #f48245;
    color: #fff !important;
    border: 1px solid #e77d44;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 22px;
}

.m-b15{
	margin-bottom:15px;
}

.addcart-alltest{
    width: 100%;
    color: #FFF;
	    font-size: 15px !important
}

.bkbtnleft{
    padding: 5px 15px !important;
	float:left;
	font-size: 15px;
}

.bkbtnright{
    padding: 6px 13px !important;
	/*float:right;*/
	font-size: 14px !important;
}

.cart-sbg {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.all-carttop{
	margin-top:7px;
}

.greyc {
    color: #303030;
}

.orange{
	color:#ff6f61;
}
.border-t0{
	border-top:0 !important;
}

.m-b30{
	margin-bottom:30px;
}

.color-w{
	color:#363636;
}

.btn-danger {
    color: #fff;
    border-color: #d71c2e !important;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 111 97) !important;
}

.f-26{
	font-size:26px;
}

.cart-check-icon{
    font-size: 14px;
    padding-right: 7px;
    color: #37b483;
}

.delet-icon{
    color: #ff6f61;
    font-size: 13px;
}

.font-s17{
    font-weight: 500;
    font-size: 17px;
}
.font-w{
    font-weight: 500;
}

.pay-btn-sty{
    width: 100%;
    background: #ff6f61 !important;
    font-size: 20px !important;
}
.font-s18{
	font-size:18px;
}

.ex1scrol {
  height:400px;
  width: 100%;
  overflow-y: scroll;
}

.lp-query-formbg{
	background:#2c313f;
	padding:25px;
	border-radius:5px;
	margin-bottom:30px;
}
.pad-radi{
    margin-right: 5px !important;
    border-radius: 5px !important;
}

.bg-home{
    background: #fff5f6;
}



@media (max-width: 992px) {
	
	
	.profiles .lab-test-box {
    float: left;
    /* width: 18.5%; */
    width: 22.5%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin: 22px 0;
    text-align: center;
    margin-right: 6px !important;
}
	
	.flo-l {
    float: none !important;
}

.mt15{
	margin-top:10px;
	
}
	.bkbtnleft {
    padding: 5px 30px !important;
    float: left;
    font-size: 15px;
    margin-bottom: 11px;
}

.bkbtnright {
    padding: 5px 23px !important;
    float: right;
    font-size: 15px !important;
}

.mtop15{
    margin-top: 15;
}
	
	.bkbtnpad {
    padding: 5px 20px !important;
}
	
	.alltest-btn {
    background: #ffffff;
    color: #cb4622 !important;
    border: 1px solid #e85a1d;
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 19px;
}
	
	.bg-text {
    background: #f9f9f9a8;
    overflow: auto;
	border:none !important;
	border-radius:5px;
	padding:5px;
}
	
 	.mobilecart {
    display: block;
}

.mobilecartviewnone{
	display:none;
}

.ex1scrol {
    height: auto;
    width: 100%;
    overflow-y: scroll;
}

.font-s12 {
    font-size: 14px !important;
}

.m-r-20 {
    margin-right: 40px;
}
  
  .listbutton {
    width: 18%;
    float: right;
}
  
  
}


@media only screen and (max-width: 767px) {
	.mobiletestsearch {
    width: 100%;
    position: fixed;
    /* bottom: 0; */
    /* background: #eee; */
    text-align: center;
    /* padding: 15px; */
    left: 0;
     display: black;
    /* box-shadow: 0px 0px 5px #666; */
    z-index: 99;
    top: 73px;
}

.top-50 {
    width: 100%;
    padding-top: 65px !important;
    display: inline-block;
}

	
	.mobilecart {
    display: block;
}
	
.profiles .lab-test-box {
    width: 30.6%;
}


.m-b30 {
    margin-bottom: 25px;
    margin-top: 20px;
}



.owl-nav {
    display: none;
}



.profile-header-m-l {
    margin-left: 0px !important;
}

.package-body .package-header h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.listtext {
    width: 100%;
    float: left;
}
.listprice {
    width: 100%;
    float: left;
}

.listbutton {
   /*width: 33%;
    float: left;*/
	width: 41%;
}

.listbutton-mob {
    width: 30%;
    float: right;
}

	

}


@media only screen and (max-width: 640px) {
.res_price{margin:10px 0px}
.lab-test-box .test-name h3{font-size:14px;}
.discount_test{margin:15px;}
.package-body.profile-block .card-box-text {margin:10px;}	
	
.profiles .lab-test-box {
    width: 48%;
    padding: 16px;	
    margin-right: 10px;
}
.profiles .lab-test-box:nth-of-type(even) {
    margin-right: 0;
}

.profile-header-m-l {
    margin-left: 5px !important;
}	

.package-body .package-header h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}






}







 
		 