
/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
body {
  font-size: 1rem;
  line-height: 1.6rem;
}
a {
  color: #f26522;
}
a.btn_1, .btn_1 { 
  color: #fff;
  background: #f26522;
}
a.btn_1.outline,.btn_1.outline {
  background: transparent;
  border: 2px solid #f26522;
  color: #f26522;
}
a.btn_1.outline:hover,.btn_1.outline:hover {
  background: #f26522;
  color: #fff;
}

.brandColor {color: #f26522; }
.brandBt { background: #f26522; color:#ffffff;}
.brandBt:hover{background: #753011;color:#ffffff;}





.box_feat h3 {
  color: #f26522;
}
.main_title_3 h3 strong {
  background-color: #f26522;}

footer ul li a:hover {
    color: #f26522;
}
footer ul.contacts li a i {
  margin-right: 10px;
  color: #f26522;
}
.follow_us ul li a i:hover {
  color: #f26522;
}
.list_home ul li a:after {
  color: #f26522;
}
.list_home ul li a:hover {
  background-color: #f26522;
}
.bg_color_3 {
  background: #f5f8fa;
}


blockquote {
	font-weight: 100;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding:0 2rem;
}

blockquote:before,
blockquote:after {
  font-family: fontello;
	position: absolute;
	color: #f1efe6;
	font-size: 3rem;
	/*width: 3rem;
	height: 3rem;*/
}

blockquote:before {
	content: '\e84d';
	left: -2rem;
	top: -2rem;
}

blockquote:after {
	content: '\e84e';
	right: -1.5rem;
	bottom: -2rem;
}

cite {
  line-height: 3;
  padding:0 2rem;
	text-align: center;
}

.disclaimertext{font-size: .8rem; line-height:1.2rem; color:#929292;}


.radio-toolbar input[type="radio"] {opacity: 0;position: fixed;  width: 0;}
.radio-toolbar label {
  display: inline-block; cursor: pointer;
  background-color: #ffffff;
  padding: 7px 15px;
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color:#3f3f3f;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color:#f26522;
  border-color: #f26522;
  color:#ffffff;
}
.radio-toolbar input[type="radio"]:focus + label {
  border: 1px solid #f26522;
}
.radio-toolbar label:hover {
  background-color: #dfd;
}


#breadcrumb {
  
  padding: 5px 0;
  color: #fff;
  background: #05aaa3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #05aaa3 0%, #92ed8d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #05aaa3 0%, #92ed8d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #05aaa3 0%, #92ed8d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05aaa3', endColorstr='#92ed8d', GradientType=1);
    /* IE6-9 */
}

#ah-breadcrumb{padding:15px 0;}
.breadcrumbs{margin: 0; font-size: 13px; padding:15px 0; }
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a:hover {
  color: #74d1c6;
}


header::after{
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  width: 100%;
  clear: both;
  background: #05aaa3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #05aaa3 0%, #92ed8d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #05aaa3 0%, #92ed8d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #05aaa3 0%, #92ed8d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05aaa3', endColorstr='#92ed8d', GradientType=1);
  /* IE6-9 */
}

/*home text  */
#headerText{position: absolute; width: 100%; top:40%; height: auto;}
.homeTextType{
  position: relative;
  background-color: black;
  /*height: 60vh;
  min-height: 25rem;*/
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: table;
  
}
.textType{ color: #000000;}

h1.textType{ 
    font-size: 20px;
    line-height: 20px;
    min-height: 20px;
    font-weight: 300;
    margin: 2px;
    padding: 0;
  
  }
h2.textType {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.homeTextType .backimage {
  position: absolute;
}
.homeTextType .container {
  position: relative;
  z-index: 2;
}
.homeTextType .overlay {
  position: absolute;
  top: 0;  left: 0;  height: 100%;  width: 100%;
  background: #ffffff;
/*background: #231437;
  background: -moz-linear-gradient(#231437 0%, #2c385e 25%, #336e6b 100%);
  background: -webkit-linear-gradient(#231437 0%, #2c385e 25%, #336e6b 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#231437), color-stop(0.25, #2c385e), to(#336e6b));
  background: -o-linear-gradient(#231437 0%, #2c385e 25%, #336e6b 100%);
  background: linear-gradient(#231437 0%, #2c385e 25%, #336e6b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#231437', endColorstr='#336e6b', GradientType=0);
	*/
	
  /* IE6-9 */
  opacity: 0.8;
  z-index: 1;
}
.homeTextType img{
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;

}

@media (min-width: 720px) {
  h1.textType {
      font-size: 50px;line-height: 50px;min-height: 50px;
  }
  h2.textType {
      font-size: 45px; line-height: 45px;
  }
  #headerText{height: 100%; top:auto;}
}
@media (min-width: 990px) {

  .homeTextType {
      padding: 0;
  }
}

.bg_color_2 {
  background: #133755 url(../img/background/doctor-blueback.jpg);
  background-size: cover;
  min-height: 375px;
}


.checkboxlist {
    list-style: none;
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.1rem;
}

.checkboxlist li {
    padding: 0 0 0 25px;
    margin: 12px 0;
    position: relative;
}

.checkboxlist li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*width: 15px;
		height: 15px;
		margin-right: 10px;*/
    color: #FF9226;
    position: absolute;
    top: 0;
    left: 0;
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.margin_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*-------- List --------*/
ul.bulletarrow {
  line-height: 1.8;
  margin-bottom: 0;
}
ul.bulletarrow li {
  position: relative;
  padding-left: 20px;
}
ul.bulletarrow li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  content: "\35";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

ul.listcolumns {
  display: flex;
  flex-wrap: wrap;
}

ul.listcolumns li{
  width:33%;
  padding-right: 0.8em;
  margin: 8px 0;
  font-size: .9rem;
  line-height: 1.2rem;
  display: flex;
}

@media (max-width: 800px) {
	ul.listcolumns li{ width:50%;}
}

@media (max-width: 630px) {
  .container { width: 95%;}
  ul.listcolumns li{ width:100%;}
  #logo_home h1 {margin: 0 0 0 40px;}
}

.teststeps .card{ background:transparent; text-align:center; border: none;}
.teststeps h3{ color:#f26522; font-size:1.3rem;}
.teststeps .steps{position: relative;}
.teststeps .steps:after{
      content:'';
      position: absolute;
      width: 70px;
      height: 70px;
      top: 40%;
      right: -35px;
      background: url(../img/arrow-gray-1.svg) no-repeat center center;
      display: block; 
      border-radius: 50%;
      border: 2px solid #ededed;
    }


@media (max-width: 767px){
  .teststeps .card{margin-bottom: 35px;}
  
  .teststeps .steps:after{
    top: 100%;
    left: 50%;

    margin: -40px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}
/*.teststeps .steps:last-child:after{display: none;}*/

/*-----------------------------------------------------------------------------------*/


/*	07. Products page elements
/*-----------------------------------------------------------------------------------*/

@media (min-width: 767px){
  .navCartCount{
    position: absolute;
    top: -3px;
    font-size: 9px;
    right: -2px;
  }
}

h1.productTitle {
    font-size: 2rem;
    color: #000000;
	margin: 0;
	padding: 40px 0 0 0;
}

h2.productSubTitle {
    font-size: 1.3rem;
    /*color:#0A5851;*/
	color: #808080;
    font-weight: 400;
    padding-bottom: 40px;
}

h2.productPageSubTitle{
  font-size: 1.5rem;
  line-height: 2rem;
  color: #808080;
  font-weight: 400;
  padding: 0 0 15px 0;
}

.description {
    font-size: 1.1rem;
}

.productPageDescription{
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0 20px 0;
}

.doctorBox{ padding:30px; background-color: rgb(230, 247, 255); border-radius: 10px;}

.cartInfo{
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.cartInfo .price{ font-size: 1.2rem; padding: 0 0 10px 0;}
.cartInfo .price strong{font-size: 1.6rem;}


/*side add to cart box*/

.sticky-order-bar{ position: fixed; width: 100%; background: #fafafa; border-bottom: 1px solid #cccccc; display: none; z-index: 999; }
.sticky-order-bar.active{display:block;}

.feature-list{ padding: 40px 0;}
.feature-list li{ display: inline; padding:14px;}

.cartBox {
    padding: 30px;
    background: #DDEAEC;
}

.cartBox h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #0A5851;
}

.cartBox .price {
    font-size: 2rem;
    padding: 15px 0;
    color: #2F525D;
}

.cartBox .qty {
    margin-right: 5px;
    border-radius: .25rem 0 0 .25rem;
    height: calc(2.75rem + 2px);
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}


#sidecart{background: #ffffff; }
.sidecart-header{ background-color: #d47511; padding: 22px 16px;}

.sidecart-header .closeBT{position: relative;cursor: pointer; border-radius: 50%;z-index: 1; font-size: 22px;}
.sidecart-header .closeBT a{color: #ffffff;}
.sidecart-header .sideTitle{color: #ffffff; position: absolute; left: 0px; top:22px;text-align: center;width: 100%;font-size: 22px; }
.sidecart-content{ padding:15px;}

.sidecart-content .cartItem{ border-bottom: 1px solid #efefef; padding: 0 0 8px 0; margin: 0 0 8px 0; line-height: 1.2rem;}

#promomessage{ font-size: .8em; line-height: 1.2em;}
#promomessage .alert-dismissible .close{ padding: 8px !important;}

.card .card-header{ padding:10px 20px; background-color:#9cb4bb; }
.card-title{ color:#ffffff;}

.creditcards ul{ list-style: none; padding: 0 0 30px 0; margin: 0;}
.creditcards ul li{ display: inline-block;}
.creditcards ul li img{ max-width: 60px;}

.boxdivider{ padding: 0; font-size: 1.6em; font-weight: bold;}
.doctorBanner {
    padding: 40px;
    margin: 20px 0;
    font-size: 1.3rem;
    border-radius: 12px;
    border: 1px solid #efefef;
   /*background:url("../img/telemedicine2.jpg") top right no-repeat #e1ecf2;*/
}

.doctorBanner h3 {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 400;
    color: #E58C2C;
    margin: 0;
    padding: 0;
}

.doctorBanner h4 {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 600;
    color: #109084;
    margin: 0;
    padding: 0 0 10px 0;
}

/*button color options**/
  #packages .card {margin:2px 0;border: #EEEEEE;}
  #packages .card-body{padding: .2rem;}
  #packages .card-title { min-height: 20px; font-size: .8rem; margin: 10px 0;font-weight: 600;text-transform: uppercase; color: #333333;}
	#packages a .card-title{color:#333333;}
	#packages a:hover .card-title{color:#f26522;}
	#packages a .card-subtitle, #packages a .price{color:#333333; clear: both;}

  #packages .card-subtitle { min-height:55px; display: none; font-size: .8rem;font-weight: 300;margin: 5px 0 20px 0;}
  #packages .btn-outline { font-size: .9rem;width:100%;text-transform: uppercase; margin: 10px auto;}

	#packages .price{ margin-bottom: 25px;}

  .pr-orange .card-bar { background: #FFBF00;}
  .pr-orange .btn-outline {border-color: #d47511;color: #d47511;}
  .pr-orange .btn-outline:hover { background: #d47511; color: #ffffff;}
  
  .pr-red .card-bar { background: #FF0000;}
  .pr-red .btn-outline {border-color: #FF0000;color: #FF0000; }
  .pr-red .btn-outline:hover {background: #FF0000;color: #ffffff;}
 
  .pr-purple .card-bar {background: #8500B2;}
  .pr-purple .btn-outline {border-color: #8500B2;color: #8500B2;}  
  .pr-purple .btn-outline:hover {background: #8500B2;color: #ffffff;}
  
  .pr-pink .card-bar { background: #FF73FF;}
  .pr-pink .btn-outline {border-color: #FF73FF;color: #FF73FF;}
  .pr-pink .btn-outline:hover { background: #FF73FF;color: #ffffff;}
 
  .pr-blue .card-bar { background: #2693FF;}
  .pr-blue .btn-outline { border-color: #2693FF;color: #2693FF; }
  .pr-blue .btn-outline:hover { background: #2693FF;color: #ffffff;}
  
  .pr-green .card-bar {background: #00B22D;}
  .pr-green .btn-outline { border-color: #00B22D; color: #00B22D;}
  .pr-green .btn-outline:hover {background: #00B22D;color: #ffffff; }

  #packages .btn-outline { font-size: .6rem;margin: 5px auto; border: 1px solid;}
   
  #packages .btn-outline { width: 70%; padding: .375rem .5rem}

  @media (min-width: 550px) {
    #packages .card-specs {
        padding: 20px;
        
        
    }
	  
    
  }
    @media (min-width: 720px) {
        #packages .card {margin: 2px 4px 15px 4px;}
        #packages .card-body{padding: 1.25rem;}
        #packages .card-title {font-size: 1.2rem; margin: 20px 0 10px 0;min-height: 35px;}
        #packages .card-subtitle {font-size: 1rem;margin: 5px 0 20px 0;}
        #packages .btn-outline { font-size: .9rem;width: 90%;margin: 10px auto;border: 2px solid;}
		#packages .card-subtitle { display: block;}

    }
    
/*-----------------------------------------------------------------------------------*/
/*	My Account
/*-----------------------------------------------------------------------------------*/

.woocommerce-MyAccount-navigation .is-active{ background-color: #cccccc;}

/*-----------------------------------------------------------------------------------*/
/*	Doctors
/*-----------------------------------------------------------------------------------*/


.reviews-container .review-box{ padding-left: 0;}
.indent_title_in p{ color: #494949; margin-bottom: 15px;}
.drAddress{ padding: 10px 0; font-size: .9em; line-height: 120%;}
.drAddress h6{ font-weight: bold;font-size:1em; margin: 0 0 2px 0;}

.specList{ font-size: .9em; line-height: 130%; margin-bottom: 20px;}
.drSummary{ font-size: .9em; line-height: 130%; margin-bottom: 20px;}


.page-numbers { list-style: none; padding: 0; margin: 0;}
.page-numbers li{ display: inline; font-size: .9em;}
.page-numbers a, .page-numbers span { margin:0; padding:10px 10px; text-decoration: none;background-color: #ffffff; color: #333; border: 1px solid #efefef;}

.page-numbers a:hover, .page-numbers a:focus {background-color:#f26522; color: #ffffff;border: 1px solid #f26522;}

.page-numbers .current {
    background-color: #007acc;
    color: #fff;
}

.page-numbers .previous { border-radius:6px 0 0 6px;}
.page-numbers .next {border-radius: 0 6px 6px 0;}



/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

  footer{  }

  .modal-body ul{
    list-style: disc;
      padding: 0 0 0 20px;
      margin: 20px 0 30px 0;
  }

  /* product add to cart message */
  .modal-confirm {color: #636363;	width: 325px;  font-size: 14px;}
  .modal-confirm .modal-content {	padding: 20px;	border-radius: 5px;	border: none;}
  .modal-confirm .modal-header {	border-bottom: none;   	position: relative;}
  .modal-confirm h4 {	text-align: center;	font-size: 26px;	margin: 30px 0 -15px;}
  .modal-confirm .form-control, .modal-confirm .btn {	min-height: 40px;	border-radius: 3px; }
  .modal-confirm .close {	position: absolute;	top: -5px;	right: -5px;}	
  .modal-confirm .modal-footer {	border: none;	text-align: center;	border-radius: 5px;	font-size: 13px;}	
  .modal-confirm .iconarea {
    color: #fff;		
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
  .modal-confirm .iconarea i,  .modal-confirm .iconarea .iconfont{
    font-size: 58px;
    position: relative;
    top: 3px;
  }
  .modal-confirm.modal-dialog {	margin-top: 80px;}
  .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
  }
  .modal-confirm .btn:hover, .modal-confirm .btn:focus {	background: #6fb32b;	outline: none;}
  .trigger-btn {	display: inline-block;	margin: 100px auto;}


footer  ul.menu{ padding: 0; margin: 0; list-style: none;} 

footer ul.menu li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.menu li a:hover:after {
  opacity: 1;
}
footer ul.menu li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


/*-------------------------------------------------------------------------------------*/
/* My account section */

.profileBox, .contentBox{ border: 1px solid #E1E1E1;}

.woocommerce-MyAccount-navigation ul{list-style: none; border: 1px solid #efefef; margin:0 40px 40px 0; padding: 0;}
.woocommerce-MyAccount-navigation ul li:hover{background-color: #efefef;}


.woocommerce-MyAccount-navigation ul li a{display: block; padding:10px 20px; border-bottom: 1px solid #efefef;}
.woocommerce-MyAccount-navigation ul li a:hover{background-color: #efefef;}
.woocommerce-MyAccount-navigation ul li:last-child a{border: none;}

.woocommerce-MyAccount-navigation ul li.is-active a{ background-color: #f26522;color: #ffffff; }

.woocommerce-Address{ border: 1px solid #efefef;}
.woocommerce-Address-title{ padding: 10px 20px; background: #efefef;}
.woocommerce-Address h3, .woocommerce-Address h2{ font-size: 1.2em; margin: 0; padding:5px 0 0 0;}
.woocommerce-Address address{ padding:20px 30px;}


.woocommerce .woocommerce-customer-details address{padding: 20px 30px; border-radius: 10px;}
.woocommerce-column__title{ font-size: 1.2em;}
.woocommerce-order-overview{ padding: 20px;border: 1px solid #C3C3C3; border-left: 10px solid #f26522;}
.woocommerce-table--order-details tfoot tr th{ text-align: right;}


.notelist{ list-style: none; padding: 0; margin:10px 0;}
.notelist li{ background-color: #efefef; border-radius: 10px; margin-bottom: 5px; padding: 20px;}
.infoListBox{ background-color: #efefef; border-radius: 10px; margin-bottom: 5px; padding: 20px;}

.testkit_disclaimer{ margin: 40px 0; padding: 20px 0; border-top: 1px solid #efefef; font-size: .8em; color:#6F6F6F;}


/*-----------------------------------------------------------------------------------*/


/*	Shopping cart
/*-----------------------------------------------------------------------------------*/

.shop_table .product-remove{ width: 40px;}
.shop_table .product-thumbnail img{ width: 100px !important; border-radius: 5px;}
.shop_table .product-thumbnail { width: 110px;}
#coupon_code{width: 200px; height: 45px !important; border-radius: 5px; border: 1px solid #ddd; padding: 0 15px; margin-right: 10px;}

.checkout-button{ 
    background-color: #28a745 !important; 
    padding: 15px 30px !important; 
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: block !important;
    text-align: center;
}
.checkout-button:hover{
    background-color: #218838 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(40,167,69,0.4);
}

.woocommerce-cart .actions .button[name="update_cart"] {
    background-color: #f8f9fa !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
}

/* Coupon as a Card */
.woocommerce-cart .coupon {
    background: #fff;
    border: 1px solid #efefef;
    padding: 25px !important;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px !important;
}
.woocommerce-cart .coupon h4 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
}

/* Desktop: Coupon next to Totals */
@media (min-width: 768px) {
    .cart-collaterals {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        margin-top: 40px;
    }
    .cart-collaterals .cart_totals {
        flex: 1;
        margin: 0 !important;
        background: #fff;
        padding: 25px;
        border: 1px solid #efefef;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    
    /* We'll use JS to move the coupon here if needed, but styling it in place for now */
    .woocommerce-cart-form .actions .coupon {
        float: left;
        width: 45%;
        margin: 0;
    }
    .woocommerce-cart-form .actions .button[name="update_cart"] {
        float: right;
    }
}

/* Responsive Mobile Cart */
@media (max-width: 767px) {
    .woocommerce-cart-form {
        margin-top: 20px;
    }
    
    .woocommerce table.shop_table_responsive {
        border: none !important;
    }

    .woocommerce table.shop_table_responsive thead {
        display: none;
    }
    
    .woocommerce table.shop_table_responsive tr {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #eee;
        border-radius: 20px;
        padding: 25px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        position: relative;
        overflow: hidden;
        border-left: 6px solid #f26522;
    }
    
    .woocommerce table.shop_table_responsive td {
        display: block;
        text-align: right !important;
        clear: both;
        border: none !important;
        padding: 15px 0 !important;
        border-bottom: 1px solid #f8f8f8 !important;
    }

    .woocommerce table.shop_table_responsive td:last-child {
        border-bottom: none !important;
    }
    
    .woocommerce table.shop_table_responsive td:before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
        color: #222;
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    
    /* Fix X Delete Button */
    .woocommerce table.shop_table_responsive td.product-remove {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 0 !important;
        border: none !important;
        z-index: 5;
    }
    
    .woocommerce table.shop_table_responsive td.product-remove:before {
        display: none;
    }
    
    .woocommerce table.shop_table_responsive td.product-remove a.remove {
        display: block !important;
        width: 34px !important;
        height: 34px !important;
        line-height: 30px !important;
        background: #fff !important;
        border: 1px solid #ff4d4d !important;
        color: #ff4d4d !important;
        border-radius: 50% !important;
        text-align: center !important;
        font-size: 20px !important;
        font-weight: bold !important;
        transition: all 0.3s ease;
    }
    .woocommerce table.shop_table_responsive td.product-remove a.remove:hover {
        background: #ff4d4d !important;
        color: #fff !important;
    }

    /* Thumbnail Positioning */
    .woocommerce table.shop_table_responsive td.product-thumbnail {
        text-align: center !important;
        border: none !important;
        padding-top: 0 !important;
    }
    .woocommerce table.shop_table_responsive td.product-thumbnail:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive td.product-thumbnail img {
        width: 100px !important;
        margin: 0 auto 10px;
        display: block;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .woocommerce table.shop_table_responsive td.product-name {
        text-align: center !important;
        font-size: 1.1rem;
        font-weight: 600;
        border-top: 1px solid #f0f0f0 !important;
    }
    .woocommerce table.shop_table_responsive td.product-name:before {
        display: none;
    }
    
    .woocommerce-cart .coupon {
        width: 100% !important;
        box-sizing: border-box;
    }
    
    .woocommerce-cart .coupon .button {
        width: 100% !important;
        margin-top: 10px;
    }
    
    .woocommerce-cart .actions .button[name="update_cart"] {
        width: 100% !important;
        margin-top: 20px;
        display: block !important;
    }

    .cart-collaterals .cart_totals {
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        border: 1px solid #ececec;
    }

    .woocommerce-cart .cart_totals table tr {
        padding: 15px 0;
    }
}

.woocommerce .quantity .qty{ min-width: 85px;}
/*
.shopping-cart{ width: 100%;} 
.product-image { float: left; width: 20%;}
.product-details { float: left; width: 37%;}
.product-price { float: left;  width: 12%;}
.product-quantity { float: left; width: 19%;}
.product-removal { display: inline;}
.product-line-price {  float: left;  width: 12%;  text-align: right;}
 */
/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}
 
.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}
 
.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}
 
/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '$';
}


label { color: #aaa;}
 
 
/* Column headers */
.column-labels label {  padding-bottom: 15px;  margin-bottom: 15px;  border-bottom: 1px solid #eee;}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}
 
/* Product entries */
.product {  margin-bottom: 20px;  padding-bottom: 10px; text-align: center;/*  border-bottom: 1px solid #eee;*/}
.product h2, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{color: #f26522;font-size: 1.3rem;}

.product .card-subtitle{color: #333; font-weight: normal; padding-bottom: 20px; }
.product .amount{color: #555;font-size: 1rem;}
.product .product-image {  text-align: center;}
.product .product-image img {  width: 100px;}
.product .product-details .product-title {  margin-right: 20px;}
.product .product-details .product-description {  margin: 5px 20px 5px 0;
  line-height: 1.2em;
	font-size: .8em;
	color: #A3A3A3;
}
.product .product-quantity input {  padding: 8px; width: 60px; border: 1px solid #eee;border-radius: 3px;}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {  background-color: #a44;}
 
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
 
/* Make adjustments for tablet */
@media screen and (max-width: 650px) {

  .shopping-cart { margin: 0; padding-top: 20px; border-top: 1px solid #eee;}
  
  .column-labels { display: none; }

  .product-image { float: right; width: auto;}
  .product-image img { margin: 0 0 10px 10px;}
 
  .product-details { float: none; margin-bottom: 10px; width: auto; }
 
  .product-price { clear: both; width: 70px; line-height: 2.5em;}

  .product-quantity { width: 150px; }
  .product-quantity input {  margin-left: 20px;}
  .product-quantity:before { content: 'x';}

  .product-removal {  width: auto; }
  .product-line-price {  float: right;  width: 70px;}
}


/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    /*float: right;*/
  }
 
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
 
  .product .product-line-price:before {  content: 'Item Total: $';}

  .totals .totals-item label { width: 60%;}
  .totals .totals-item .totals-value { width: 40%;  }
}


/*doctors */

.strip_list figure{
  /*-webkit-border-radius: 0; 
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius:0;*/
}

/**** content block elements ***/


.content-block-row{
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.content-block-row h1{
	font-weight: 300;
    letter-spacing: -1px;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}
.content-block-row h2.subheadline{
	font-weight: 300;
    font-size: 20px;
    color: #777;
   

}

.tabs_styled_2 .tab-pane{ padding: 50px;}
.tabs_styled_2 .tab-pane ul{
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 30px;}

/***** Directory *******/

/*.bootstrap-wrapper{ background: rgba(255,255,255,0.00) !important;}*/
.bootstrap-wrapper img{ width: 100%; height: auto;}
.whole-container #results{ background: rgba(255,255,255,0.00) !important;  padding:0;color:#333333 ;}

.whole-container #results .item { background:#ffffff !important;  padding:0;color:#333333; box-shadow: 0px 0px 5px #cccccc !important;}

#profile-account2 .profile-usermenu ul li {

    width: 100%;
}


/**** check out form ***/

input, .woocommerce-checkout .input-text {
	border:1px solid #D1D1D6;
	height: 3rem;
	border-radius: 6px;
    line-height: 3rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
}


.woocommerce-checkout  .form-row label{ width: 100%;}


.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-account-fields {
	/*padding: 40px;
    border: 1px solid #D1D1D6;
	border-radius: 6px;*/
	 margin-bottom: 20px;

}
.woocommerce-billing-fields:empty, .woocommerce-shipping-fields:empty, .woocommerce-account-fields:empty {
	display: none;

}

.woocommerce-checkout h3{ border-bottom:4px solid #FFB324; font-size:1.3em; text-transform: uppercase; margin-bottom: 30px; padding: 2px 0 10px 0;}






.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: none;background-color: #f6f5f8; 
}


/**directory**/
.bottomline-parent{ padding: 0 !important;}
.whole-container .bottomline-parent2{
    position: relative !important;
    /* border: 2px solid red; */
}

    


/* START Make the WooCommerce Cart Table Responsive  for Mobile */

.button{
	
	color: #fff;
    background: #f26522;
}
.woocommerce-terms-and-conditions-checkbox-text{ line-height: 120%;}
@media screen and (max-width: 600px) {



.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
	padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
	clear: left;
	margin-bottom: 10px;
	border:0;
}

}

.woocommerce-ordering {
    display: none;
}

/* END Make the WooCommerce Cart Table Responsive  for Mobile */

#toTop { z-index: 1500;}

/** ACF ***/

.col-50{ width: 50%;}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.select2 .select2-selection .select2-selection__rendered {
    padding: 0 1.3rem 0 0;
    color: inherit;
	height: 2.5rem;
    line-height: 2rem;
	font-size: 0.875rem;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 5px;
}
.doctor-registration .acf-form-submit {
				margin-top: 275px;
				padding: 0px 15px;
			}
			.doctor-registration {
				position: relative;
			}
			.doctor-registration-bottom {
				position: absolute;
				height: 225px;
				bottom: 110px;
				width: 100%;
				
				margin: 0;
				padding: 16px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #EAECF0;
				
			}

			.doctor-registration .acf-button{
				background: #f26522;
				color: #FFF;
				padding: 10px 15px;
				border-radius: 14px;
				margin-bottom: 10px;
				height: auto !important; line-height: 100%; font-size: 1em; 
			}
			.doctor-registration .acf-button:hover {
				background: #74d1c6;
			}
.doctor-registration input[type=file]{ line-height: 1.3em;}
.doctor-registration .acf-field select{ padding: 10px !important; border: 1px solid #D1D1D6; border-radius: 6px;}	

			/*input[type=file]{
				height: 50px;
			}*/
			#wrong_pass_alert {
				clear: both;
				min-height: 20px;
			}
			@media screen and (max-width: 768px) {
				.doctor-registration .acf-form-submit {
					margin-top: 375px;
				}
				.doctor-registration-bottom {
					bottom: 185px;
					height: 250px;
					
				}
			}


/* Hide "View Cart" on desktop top menu */
.main-menu .mobile-cart-link {
    display: none !important;
}

/* Show "View Cart" only in the cloned mobile mmenu or on small screens */
.mm-menu .mobile-cart-link {
    display: block !important;
}

@media (max-width: 767px) {
    .mobile-cart-link {
        display: block !important;
    }
}

