/*-------------------------- RESPONSIVE CSS -- START ------------------------*/


/*---------------Mobile - iPhone 5 ----------*/

@media only screen and (min-width : 300px) and (max-width : 320px){

	.box_general {
		padding: 15px 10px 0 10px;
	}
	#navbarResponsive {
		background: var(--primary-clr);
		padding: 20px;
	}
	
	
}

/*----------- Mobile - iPhone 6,7,8 -----------

@media only screen and (min-width : 321px) and (max-width : 374px){


	.box_general {
		padding: 15px 10px 0 10px;
	}
	#navbarResponsive {
		background: black;
		padding: 20px;
	}
	
}
*/

/*----------- Mobile - iPhone 6,7,8 Plus -----------*/

@media only screen and (min-width : 360px)  and (max-width : 450px){

	.box_general {
		padding: 15px 10px 0 10px;
	}
	#navbarResponsive {
		background: var(--primary-clr);
		padding: 20px;
	}
	
}

@media only screen and (max-width : 768px) {
    .navbar-toggler {
        border: 0px solid transparent;
    }
    ol.breadcrumb {
        display: none;
    }
    
    
    
    
}

/*-----------Desktops and laptops computers-----------*/

@media only screen and (min-width : 451px) {

	.healthcard_flip.bounce-invert > li {
		width: 32% !important;
		margin: 0.5% !important;
	}
	.healthcard_price_list .pricing-list > li {
		width: 24% !important;
		margin-right: 0.3% !important;
	}
	
	.dr_by_location ul li {
		width: 18%;
	}
	
	.box_general {
		padding: 15px 30px 0 30px;
	}
	#navbarResponsive {
		background: transparent;
		padding: auto;
	}
	
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

.menu_side_arrow {
	transform: rotate(90deg);
}



}


/*-------------------------- RESPONSIVE CSS -- END ------------------------*/

/* --------------------- Fonts CSS - START --------------------- */
@font-face {
    font-family: 'lucida_sans';
    src: url('/fonts/lucida_sans_regular-webfont.woff2') format('woff2'),
         url('/fonts/lucida_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --- Source sans pro FONT --- */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('/fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prolight';
    src: url('/fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_probold';
    src: url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proextralight';
    src: url('/fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_problack';
    src: url('/fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* --------------------- Fonts CSS - END --------------------- */

.opacity-25 {opacity: 0.25;}
.opacity-half {opacity: 0.5;}
.opacity-75 {opacity: 0.75;}
.opacity-1 {opacity: 1;}
.vw-100 {width: 100vw;}
.vh-100 {height: 100vh;}
.w-lg-30 {max-width: 30%}
.mw-lg-65 {max-width: 65%}

.outline-none {outline: none !important;}
.border-r-5 {border-radius: 5px !important;}
.w-16 {width: 16px;}
.bg-red {background-color: #EC1C23;}

.z-index-9999 {
    z-index: 9999; 
}
.hover-white {
    color: #FFF !important;
}

.web_customer_says {
    overflow: inherit;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}

.fit-image {
    object-fit: cover;
}
.grayscale{filter: grayscale(100%);}

:root {
	--gradient-btn:  -webkit-linear-gradient(0deg, #0277b5 0%, #e00201 100%);
    --primary-clr: #0277b5;
    --primary-clr-hover: #00649d;
    --secondary-clr: #e00201;
    --amazon-clr: #FFA41C;
    --orange-clr: #F27C39;
    --text-clr: #333232;
    --accent-clr: #8f8d8d;
    --lightgrey-clr:#c8c8c8;
    --ff-heading: 'Roboto', sans-serif;
    --ff-para: 'Merriweather', serif;
}

/*-----------------
2. Background Color
-----------------------*/
.bg-primary-clr {background: var(--primary-clr) !important;}
.bg-secondary {background: var(--secondary-clr) !important;}
.bg-lightgrey {background: var(--lightgrey-clr) !important;}
.bg-lightgrey2 {background: rgba(216, 216, 216, 0.2) !important;}
.bg-white {background: #fff !important;}
.bg-lightred {background: #fff3f4 !important;}
.bg-lightred2 {background: #ffdee1 !important;}
.bg-lightblue {background: #ACC8FE !important;}
.bg-t {background: transparent !important;}
.bg-green {background: green !important;}

/*-----------------
3. Color and Fonts 
-----------------------*/
.primary-clr {color: var(--primary-clr);}
.secondary-clr {color: var(--secondary-clr);}
.text-clr {color: var(--text-clr) !important;}
.text-clr2 {color: #666666 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.lightgrey-clr {color: var(--lightgrey-clr);}
.green{color:#38BC68;}
.f-headind {font-family: var(--ff-heading);}
.f-para {font-family: var(--ff-para);}

/*-----------------
4. Headings and Typographic Classes / .title, .uppercase etc
-----------------------*/
/* - Font size classes - */
.big {font-size: 3.6rem;line-height: 4.8;}
.bigger {font-size: 4.8rem;line-height: 1.2;}
.super {font-size: 6rem;line-height: 1.2;margin-bottom: 0;}
.f-6 {font-size: 0.6rem !important;}
.f-7 {font-size: 0.7rem !important;}
.f-8 {font-size: 0.8rem !important;}
.f-9 {font-size: 0.9rem !important;}
.f-10 {font-size: 1rem !important;}
.f-11 {font-size: 1.1rem !important;}
.f-12 {font-size: 1.2rem !important;}
.f-13 {font-size: 1.3rem !important;}
.f-14 {font-size: 1.4rem !important;}
.f-15 {font-size: 1.5rem !important;}
.f-16 {font-size: 1.6rem !important;}
.f-18 {font-size: 1.8rem !important;}
.f-20 {font-size: 2rem !important;}
.f-22 {font-size: 2.2rem !important;}
.f-24 {font-size: 2.4rem !important;}
.f-25 {font-size: 2.5rem !important;}
.f-26 {font-size: 2.6rem !important;}
.f-28 {font-size: 2.8rem !important;}

.f-10px {font-size: 10px !important;}
.f-11px {font-size: 11px !important;}
.f-12px {font-size: 12px !important;}
.f-13px {font-size: 13px !important;}
.f-14px {font-size: 14px !important;}

/* - Font weight classes - */
.bold {font-weight: bold;}
.regular {font-weight: normal !important;;}
.bold-500 {font-weight: 500 !important;;}
.bold-600 {font-weight: 600 !important;;}
.bold-700 {font-weight: 700 !important;;}

.l-h-1 {line-height: 1;}
.l-h-2 {line-height: 1.2 !important;}
.l-h-3 {line-height: 1.3;}
.l-h-4 {line-height: 1.4;}
.l-h-5 {line-height: 1.5;}
.l-h-6 {line-height: 1.6;}
.l-h-7 {line-height: 1.7;}
.l-h-8 {line-height: 1.8;}
.l-h-9 {line-height: 1.9;}
.l-h2 {line-height: 2;}
.l-h3 {line-height: 3;}

.w-120px {width: 120px}



.h-20px {height: 20px}
.h-80px {height: 80px}
.h-100px {height: 100px}
.h-120px {height: 120px}
.h-150px {height: 150px}
.h-130px {height: 130px}
.h-180px {height: 180px !important;}
.h-200px {height: 200px !important;}
.h-210px {height: 210px !important;}
.h-230px {height: 230px !important;}
.h-250px {height: 250px} 

/*-----------------
6. Margins and Paddings
-----------------------*/
.mt-n1 {margin-top: -0.25rem !important;}
.mb-n1 {margin-bottom: -0.25rem !important;}
.ml-n1 {margin-left: -0.25rem !important;}
.mr-n1 {margin-right: -0.50rem !important;}
.mt-n2 {margin-top: -0.50rem !important;}
.mb-n2 {margin-bottom: -0.50rem !important;}
.ml-n2 {margin-left: -0.50rem !important;}
.mr-n2 {margin-right: -0.50rem !important;}
.mt-n3 {margin-top: -0.75rem !important;}
.mb-n3 {margin-bottom: -0.75rem !important;}
.ml-n3 {margin-left: -0.75rem !important;}
.mr-n3 {margin-right: -0.75rem !important;}
.mt-n4 {margin-top: -1rem !important;}
.mb-n4 {margin-bottom: -1rem !important;}
.ml-n4 {margin-left: -1rem !important;}
.mr-n4 {margin-right: -1rem !important;}

/*-----------------
11.Ellipsis
-----------------------*/
.ellipsis-line1 {  
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-line2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-line3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-line4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-line5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/* --------------------- Common CSS - START --------------------- */

.b-r-5 {border-radius: 5px !important;}
.b-r-10 {border-radius: 10px !important;}
.b-r-15 {border-radius: 15px !important;}
.b-r-50 {border-radius: 50px;}

.b-r-left-5 {
	border-radius: 5px 0px 0px 5px;
}
.b-r-left-10 {
	border-radius: 10px 0px 0px 10px;
}
.b-r-left-15 {
    border-radius: 15px 0px 0px 15px;
}

.b-r-top-5 {
	border-radius: 5px 5px 0px 0px;
}
.b-r-top-10 {
	border-radius: 10px 10px 0px 0px !important;
}
.b-r-top-15 {
    border-radius: 15px 15px 0px 0px;
}

.b-r-right-5 {
	border-radius: 0px 5px 5px 0px !important;
}
.b-r-right-10 {
	border-radius: 0px 10px 10px 0px;
}
.b-r-right-15 {
    border-radius: 0px 15px 15px 0px;
}

.b-r-bottom-5 {
	border-radius: 0px 0px 5px 5px;
}
.b-r-bottom-10 {
	border-radius: 0px 0px 10px 10px;
}
.b-r-bottom-15 {
	border-radius: 0px 0px 15px 15px;
}

.bg-lightred3 {
    background-color: #fff9f9;
}

.border-primary-clr {
	border: 1px solid var(--primary-clr);
}
.border-red-clr {
	color: var(--primary-clr);
}

.outline {
	border: 1px solid var(--primary-clr);
}
.text-transform-none {
    text-transform: none;
}

.mt-3rem {
    margin-top: 3rem;
}

.display_flex{
	display: flex;
}

.bottom-1{
	bottom: 1%;
}
.bottom-2{
	bottom: 2%;
}
.bottom-3{
	bottom: 3%;
}
.bottom-4{
	bottom: 4%;
}
.bottom-5{
	bottom: 5%;
}

.min-width-0 {
	min-width: 0;
}

.h-100vh {
    height: 100vh;
}

.h-100px {
	height: 100px;
}
.h-120px {
	height: 120px;
}
.h-140px {
	height: 140px;
}
.h-145px {
	height: 145px;
}
.h-160px {
	height: 160px;
}

.h-8vw {
	height: 8vw;
}
.h-9vw {
	height: 9vw;
}
.h-10vw {
	height: 10vw;
}
.h-14vw {
	height: 14vw;
}
.h-15vw {
	height: 15vw;
}
.h-16vw {
	height: 16vw;
}
.h-17vw {
	height: 17vw;
}
.h-18vw {
	height: 18vw;
}
.h-19vw {
	height: 19vw;
}
.h-20vw {
	height: 20vw;
}
.h-25vw {
	height: 25vw;
}

.w-100px {
	width: 100px;
}
.w-120px {
	width: 120px;
}

.w-8vw {
	width: 8vw;
}
.w-9vw {
	width: 9vw;
}
.w-10vw {
	width: 10vw;
}
.w-11vw {
	width: 11vw;
}
.w-12vw {
	width: 12vw;
}
.w-13vw {
	width: 13vw;
}

.box_shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.grey-clr {
	color: #838383;
}


.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.z-index-3 {
	z-index: 3;
}

.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.shadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
.shadow_2 {
    box-shadow: 0 0 15px rgb(0 0 0 / 29%);
}
select.goog-te-combo {
    width: 100% !important;
    border: none !important;
    background: lightcyan !important;
    padding: 10px !important;
    border-radius: 15px !important;
}
.goog-te-combo {
    width: 100% !important;
    border: none !important;
    background: lightcyan !important;
    padding: 10px !important;
    border-radius: 15px !important;
}
.img_reflection_bottom {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

/* * STYLE 1 */
.style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/** STYLE 2 **/
.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
	background-color: var(--primary-clr);
}


.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-3::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: #ECD6D8;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-x: auto;
}
.top-1 {
    top: 1px;
}
.top-2 {
    top: 2px;
}
.top-3 {
    top: 3px;
}
.top-4 {
    top: 4px;
}
.top-5 {
    top: 5px;
}
.top-n1 {
    top: -1px;
}
.top-n2 {
    top: -2px;
}
.top-n3 {
    top: -3px;
}
.top-n4 {
    top: -4px;
}
.top-n5 {
    top: -5px;
}

/* --------------------- Common CSS - END --------------------- */


/* --------------------- Website Common CSS - START --------------------- */

/* -- Website Btn -- */
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: var(--primary-clr);
  border: 2px solid var(--primary-clr);
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
}
a.btn_1.medium,
.btn_1.medium {
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
}
a.btn_1.medium-2,
.btn_1.medium-2 {
  padding: 8px 35px;
  font-size: 16px;
  font-size: 1rem;
}

a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  text-align: center;
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
a.btn_1:hover,
.btn_1:hover {
  background: var(--primary-clr-hover);
}
a.btn_1.outline,
.btn_1.outline {
  background: transparent;
  color: var(--primary-clr);
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: var(--primary-clr);
  color: #fff;
}

/* -- Amazon btn -- */
.btn_1.amazon_btn {
    background-color: var(--amazon-clr) !important;
    border: 2px solid var(--amazon-clr) !important;
	color: black !important;
}
.btn_1.amazon_btn:hover {
    background-color: var(--amazon-clr) !IMPORTANT;
    border: 2px solid var(--amazon-clr);
    box-shadow: 0 0 10px 0px #00000040;
	color: black !important;
}
.btn_1.amazon_btn.outline {
    color: var(--amazon-clr) !important;
    background: white !important;
}
.btn_1.amazon_btn.outline:hover {
    color: black !important;
    background: var(--amazon-clr) !important;
}



.amazon_clr{
	color: var(--amazon-clr) !important;
}
.amazon_clr:hover {
    color: #fc9a08 !important;
}
.bg_amazon_clr{
	background-color: var(--amazon-clr) !important;
}
.bg_amazon_clr:hover {
    background-color: #fc9a08 !important;
}

.ff_source_sans_bold {
	font-family: source_sans_prosemibold;
}
.ff_source_sans_probold {
	font-family: source_sans_probold;
}
.ff_roboto_condensed {
	font-family: 'Roboto Condensed', sans-serif;
}
.ff_lucida_sans {
    font-family: lucida_sans;
    text-transform: uppercase;
    font-weight: bold;
}
h1 {
	font-family: source_sans_probold;
}
.main_title h2 {
	font-family: source_sans_probold;
}

.form-control:focus {
	border-color: var(--primary-clr);
    box-shadow: 0 0 8px 0.2rem rgb(0 0 0 / 8%);
}
.on_hover_2:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.on_hover_3:hover{
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
body, label, .header_box {
    text-transform: inherit;
}

.box_general input, .box_general select, .box_general .select2-selection, .box_general textarea {
    background-color: #f8f8f8;
}
/* --------------------- Website Common CSS - END --------------------- */


#mainNav {
    height: 63px;
}
.breadcrumb-item.active {
    color: var(--primary-clr);
    font-weight: 600;
}

/* --------------------- Login - START --------------------- */

.login_logo {
    height: 90px;
}
.login_logo > .circle_logo {
    margin: auto;
    height: 100px;
    width: 250px;
    position: relative;
}
.login_logo > .circle_logo > img {
    padding-top: 26px;
    width: auto;
	height: 75px;
}

.login_form #formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
  margin: auto;
  margin-top: 20vh;
}

.login_form #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

.login_form h2.inactive {
  color: #cccccc;
}

.login_form h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

.login_input {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 8px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.login_input:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.login_input:placeholder{
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}



/* OTHERS */

.login_form *:focus {
    outline: none;
} 


/* --------------------- Login - END --------------------- */


/* --------------------- Dropdown Multi select - START --------------------- */

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
	flex: 0 1 auto;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 0% 3%;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.open>.dropdown-menu {
    display: block;
}
.bootstrap-select .glyphicon-ok:before {
    content: "\f00c";
    font-family: FontAwesome;
}
.bootstrap-select.btn-group .dropdown-menu.inner > li > a {
    color: #7a7a7a;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: -25px;
}
.bootstrap-select button.dropdown-toggle {
    border: 1px solid #ccc;
}

/* --------------------- Dropdown Multi select - END --------------------- */

/* --------------------- Common CSS - Website - START --------------------- */

button, .btn_1 {
    outline: none !important;
}
.navbar-sidenav > .nav-item > .nav-link > i.fa {
    width: 25px;
    text-align: left;
}
.card-header {
    color: var(--primary-clr);
    font-weight: 600;
}
.card-header > .fa {
    color: var(--secondary-clr);
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: white;
}
/* --------------------- Common CSS - Website - END --------------------- */


/* --------------------- Packages CSS - START --------------------- */
/*
.package_round {
    width: 25px;
    height: 25px;
    margin: auto;
    padding: 6px;
}
*/
.fa-times.package_round {
    background: none !important;
    color: red !important;
    font-size: 18px;
}
.fa-check.package_round {
    background: none !important;
    color: green !important;
    font-size: 18px;
}
.package_table thead > tr > th:first-child, .package_table tbody > tr > td:first-child {
    text-align: left;
}
.package_table tbody > tr > td:first-child {
    color: black;
}
.package_table_2 thead > tr > th:nth-child(2), .package_table_2 tbody > tr > td:nth-child(2) {
    text-align: left;
}
.package_table_2 tbody > tr > td:nth-child(2) {
    color: black;
}

.sub_plan_selection {
    box-shadow: none !important;
    height: 20px;
}
/* --------------------- Packages CSS - END --------------------- */


/* --------------------- Sidebar CSS - START --------------------- */

.prof_img {
	height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50px;
}
body.sidenav-toggled .navbar-sidenav .prof_img {
    height: 40px;
    width: 40px;
    margin-left: -10px;
}

/* --------------------- Sidebar CSS - END --------------------- */


/* --------------------- Dr. Profile Pages CSS - START --------------------- */

.profile_tabs {
    display: flex;
    border-bottom: 2px solid var(--primary-clr);
    padding-bottom: 5px;
	min-width: 800px;
}
.profile_tabs > li {
    margin: 0px 5px;
}
.profile_tabs > li > a {
    padding: 10px;
	border: none !important;
    text-transform: uppercase;
	font-family: source_sans_prosemibold;
	color: var(--primary-clr);
}
.profile_tabs > li:hover > a {
    background-color: var(--primary-clr);
    color: white;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.profile_tabs > li.active > a {
    background-color: var(--primary-clr) !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.profile_tabs > li > a:first-child, .profile_tabs > li:first-child {
    margin-left: 0px;
}

.profile_label {
    border: 1px solid var(--primary-clr);
    border-radius: 5px;
    color: var(--primary-clr) !important;
    padding: 10px;
	cursor: pointer;
	background: white;
}
.profile_label:hover {
    box-shadow: 0 0 7px #7d58ed5c;
}
/*
.profile_tabs > li.active {
    float: left;
    position: absolute;
	margin-top: -2px;
	margin-left: 0px;
}
.profile_tabs > li:first-child:not(.active) {
    margin-left: 195px;
}
.profile_tabs > li:first-child.active + li:nth-child(2) {
    margin-left: 195px;
}
*/
.consultations_label > input {
    height: 20px;
    width: 20px;
}
.week_days {
    background: none !important;
    border: 0px;
    font-weight: bold;
    font-size: 14px;
}
/* --------------------- Dr. Profile Pages CSS - END --------------------- */

/* --------------------- Dashboard CSS - START --------------------- */

.card.dashboard {
    border: none;
    background-color: #ffffff !important;
    box-shadow: 0 0 15px #00000038;
    color: var(--primary-clr) !IMPORTANT;
}

/* --------------------- Dashboard CSS - END --------------------- */
