body {
    overflow-x: hidden;
	color: #011b36;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-size:15px;
	font-family: 'Merriweather', serif;	
        background-color: #fff;
}
.under_sections{
    background-image: url(../images2/body_background.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.upper_sections{
    background-color: #fff;
}
.upper_section_canvas{
    background-color: rgba(0, 0, 0, 0.3);
}@media only screen and (max-width: 991px) {
    .under_sections{
        background-image: url(../images2/body_background_mobile.png);
    }
}

/* width */
/*::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar:hover {
  width: 6px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
  background: #111; 
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #111; 
}*/


/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 220px;
    height: 160px;
    position: absolute;
    left: 42%;
    top: 40%;
    background-image: url(../images2/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}
img{max-width:100%;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

    input[type="radio"]{
        width: 25px; height: 25px;
        vertical-align: bottom;
    }

.form-control {
	border: 0px solid transparent;
	font-size: 16px;
	font-family: 'Merriweather', serif;	
	height: 45px;
	border-bottom:1px solid #ddd;
	background-color: rgba(255, 255, 255, 0);
	border-radius:0;
	-webkit-box-shadow:0;
	box-shadow:inset 0 0px 0px rgba(0,0,0,0.075);
}
.form-control:focus {
	border-color: #f9ce12;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
p {
	font: normal 16px;
}

h1,h2,h3,h4,h5,h6 { color: #011b36;}

h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	font-family: 'Merriweather', serif;
	margin: 0;
}

h3 {
	font-size: 30px;
	/*line-height: 32px;*/
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	/*line-height: 22px;*/
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}

.btn {
	border: 1px solid #3c3c3c;
	display: inline-block;
	min-width: 100px;
	padding: .9em;
	text-align: center;
	color: #3c3c3c;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
	border-radius:0;
	margin-top:5px;
}
.btn:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="file"],
    .uneditable-input {
      font-size: 40px;
    }
    input[type="radio"]{
        width: 40px; height: 40px;
    }
    .txt-box-ch{
      font-size: 30px;
    }
    
    .dash{
        font-size: 40px;
    }
    p{
      font-size: 30px;
    }
    h3 {
      font-size: 50px;
    }
    h4 {
      font-size: 45px;
    }
    h5 {
      font-size: 50px;
    }
    h6 {
      font-size: 35px;
    }
    th{
      font-size: 28px;
    }
    td{
      font-size: 25px;
    }
    li{
      font-size: 30px;
    }
    .btn {
      font-size: 30px;
    }
    span{
      font-size: 30px;
    }
}

.sections {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
	
}
.channeling_button{
    border: #022f5c ridge medium;
    border-radius: 10px;
    box-shadow: 5px 10px #888888;
    padding: 2%;
    margin: 5%;
    transition:.3s;
    width: 90%;
    color: #011b36;
}

.channelling_middle_p{
    font-size: 35px;
    font-family: serif;
    font-weight: bold;
}
.channelling_side_p{
        font-size: 20px;
    font-family: sans-serif;
    letter-spacing: 1px;
    }
@media (max-width: 991px) {
    .channelling_side_p{
        font-size: 35px;
    }
    .channelling_middle_p{
        font-size: 60px;
    }
}

.channeling_button:hover{
    color: #fff !important;
    background-color: #022f5c !important;
    border-radius: 18px;
}
.separetor{
	background:url(../images2/spr.png) no-repeat center center;
	overflow:hidden;
	padding:20px 0px 30px 0px;
}
.scrolldown {
	padding-top: 24px;
}

.banner .scroll_btn {
	background: url(../images2/scroll.gif) 50% 50% no-repeat rgba(156, 145, 153, 0.5);
	border-radius: 20%;
	-moz-border-radius: 20%;
	-webkit-border-radius: 20%;
	display: block;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	/*width: 45px;*/
	position:absolute;
	left:50%;
	bottom:0;
        font-size: 24px;
        color: #f79b23;
        padding-left: 10px;
        padding-right: 10px;
}

.banner .scroll_btn:hover {
	background: url(../images2/scroll.gif) 50% 50% no-repeat #785671;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);

}



/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	/*height:80px;*/
	
}
.main_menu_bg{
	margin-top:0px;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.6s;
}
.container-fluid {
    margin-top: 20px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#000;
}
.main_menu_bg .navbar {
    margin-bottom:0px;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a{
	border:1px solid transparent;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:#000;
	background-color:transparent;
	border:1px solid #666;
	text-transform:uppercase;
}

.main_menu_bg .navbar-nav>li>a{
	padding-top:10px;
	padding-bottom:10px;
}



/* Banner section */

.banner{
	background:url(../images2/mainbg.png) no-repeat;
	position:relative;
	background-size:cover;
        height: 700px;
}

.main_banner_area{
	padding:270px 0px;
	overflow:hidden;
}

.single_banner_text p{
	font-size:40px;
	color:#3c3c3c;
}




/* features section */
.features{
	background:#ffffff;
}

.sinle_features{
	margin:50px 0px;
}

.sinle_features img{
	margin-bottom:25px;
}
.sinle_features h5{
	margin-bottom:20px;
	color:#3c3c3c;
	font-weight:700;
	font-size:18px;
}
.sinle_features p{
	color:#3c3c3c;
	font-weight:300;
	font-size:16px;
}

/* Special Section */
.special1{
	background:url(../images2/testimonals.png) no-repeat;
        height: 650px;
	position:relative;
	background-size:cover;
}
.special2{
	background:url(../images2/blog.png) no-repeat;
        height: 650px;
	position:relative;
	background-size:cover;
}

.main_special{
    padding-bottom: 100px;
    overflow: hidden;	
}

.single_special{
	margin:5px;
}
.single_special_img_cat{
        width: 200px;
        height: 300px;
        border-radius: 30px;
	position:relative;
}
.single_special_img{
        width: 19%;
        height: 420px;
        border-radius: 30px;
	position:relative;
        border:#0052A0 thin ridge;
}
.single_special_img:hover .single_special_overlay{
	opacity:1;
        height: 315px;
}

.cart_img_size{
        width: 75px;
        height: 75px;
        border-radius: 10px;
}
.single_special_img_size, .single_special_img_size_item{
        width: 150px;
        height: 150px;
        border-radius: 30px;
}
.single_special_img_size2{
        width: 200px;
        height: 200px;
        border-radius: 30px;
        border: bisque solid thin;
}

.single_special_overlay{
	background:rgba(255, 255, 255, 0.9);
        border-radius: 30px;
	padding:20px 10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:0.5s;
	opacity:0;
        border:#0052A0 medium ridge;
        cursor: alias;
}
.overlay_separetor {
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
    width: 70%;
    margin: 0 auto;
}
.single_special_overlay h3{
	color:#000;
	font-size:18px;
}
.single_special_overlay p{
	color:#666;
	font-size:16px;
	font-weight:300;
	margin-top:20px;
        text-align: left;
}
.cat_name_title{
    color:#011b36;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size:28px;
}
.single_special_img_search_bar{
        width: 23%;
}
.card_div{
    padding: 1%;
}
.card {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
  margin: auto;
  text-align: center;
  font-family: arial;
  transition: 0.3s;
}
.card:hover{
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.8);
}
.price {
  color: grey;
}
.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #0052a0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border-radius: 0px;
}
.card button:hover {
  opacity: 0.7;
}
.card_doc_name_height{
    height: 45px;
    overflow: auto;
}
.card_doc_spec_height{
   height: 55px; overflow: auto;
}
.card_doc_qualify_height{
   height: 55px; overflow: auto;
}
.card_doc_language_height{
   height: 40px; overflow: auto;
  color: grey;
}
.card_doc_medInt_height{
   height: 150px; overflow: auto;
  padding: 2%;
}
@media (max-width: 991px) {
    .card button {
        font-size: 24px;
    }
    .price{
  font-size: 22px;
    }
.card_doc_name_height{
    height: 55px;
    overflow: auto;
}
.card_doc_spec_height{
   height: 75px; overflow: auto;
}
.card_doc_qualify_height{
   height: 100px; overflow: auto;
}
.card_doc_language_height{
   height: 55px; overflow: auto;
}
.card_doc_medInt_height{
   height: 300px; overflow: auto;
}
}

.doc_search_view_box{
    background-color: #f6fbff;
    box-shadow: 2px 5px 5px #222;
        /*width: 24%;*/
        height: 520px;
}
    .mobile_br{
        display: none;
    }

    
@media (max-width: 991px) {
    .single_special{
            margin:1%;
    }
    .single_special_img_cat{
            width: 48%;
            height: 450px;
    }
    .single_special_img_size{
            width: 95%;
            height: 75%;
    }
    .single_special_img_size_item{
            width: 95%;
            height: 60%;
    }
    .single_special_img{
                width: 48%;
                height: 800px;
    }
    
    .single_special_img:hover .single_special_overlay{
            opacity:1;
            height: 475px;
    }
    .cat_name_title{
        font-size:42px;
    }
    .breadcrumb{
        font-size:26px;
    }
    .order_btn{
        width: 45%;
        
    }
    .doc_search_view_box{
            width: 48%;
            height: auto;
    }
    .booking_box{
        height: auto;
    }
    .mobile_br{
        display: block;
    }
}

/* Abouts Section */
.head_title{
	padding-bottom:50px;
}
.abouts{
    background:#ffffff;
}

.single_abouts p{
	font-size:20px;
	font-weight:300;
	text-align:center;
	font-family: 'Merriweather', serif;
        line-height: 30px;
}
.signature_img{
    
}

/* Siblings Section */
.head_title{
	padding-bottom:50px;
}
.siblings{
	background:url(../images2/export.jpg) no-repeat;
        height: 650px;
	position:relative;
	background-size:cover;
}

.single_siblings p{
	font-size:16px;
	font-weight: 700;
	text-align:center;
	font-family: 'Merriweather', serif;
        line-height: 33px;
}
.siblings_details{
    color: black;
	font-size:12px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}
.siblings_details_body{
    color: black;
	font-size:11px;
	font-weight: 300;
	font-family: 'Merriweather', serif;
        line-height: 16px;
}

/* Menus Section */

.menus{
        /*background-color: #f4f4f4;*/
	/*background:url(../images2/order.jpg) no-repeat;*/
	/*position:relative;*/
	/*background-size:cover;*/
        /*min-height: 650px;*/
}

@media (max-width: 991px) {
    .menus{
        /*background-color: #fff;*/
    }
}
.menus2{
	/*background:url(../images2/sliders/7.jpg) no-repeat;*/
	position:relative;
	background-size:cover;
        /*min-height: 400px;*/
}
.main_menus{
	overflow:hidden;
        padding: 5%;
}
.menus_top_menu{
	margin-bottom:50px;
}
.menus_top_menu li{
	display:inline-block;
}
.menus_top_menu a{
	border:1px solid transparent;
	color:#3c3c3c;
	padding:5px 10px;
	display:block;
	transition:.6s;
}
.menus_top_menu a:hover{
	border:1px solid #b1b1b1;
	color:#000;
	padding:5px 10px;
	display:block;	
}

.single_menu_img_size{
        width: 260px;
        height: 260px;
        border-radius: 180px;
        transition: 1s;
}
.single_menu_img_size:hover{
        border-radius: 5px;
}

.single_menus{
	padding-bottom:60px;
}
.single_menus ul li{
	margin-bottom: 35px;
	font-size:20px;
	font-weight:300;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
}
.single_menus3 ul li{
	margin-bottom: 35px;
	font-size:20px;
	font-weight:300;
    text-shadow: 1px 1px 0 #fff;
	color: #011b36;
}
.single_menus2 ul li{
	margin-bottom: 10px;
}
.single_menus_top_span1{
    font-size: 28px;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
}
.single_menus_top_span{
    font-size: 22px;
    font-family: sans-serif;
    text-shadow: 1px 1px 0 #000;
    color:#fff;
}
.single_menus_top_span2{
    font-size: 22px;
    font-family: sans-serif;
    text-shadow: 1px 1px 0 #fff;
}
.single_menus_bottom_span{
    font-size: 26px;
    text-shadow: 1px 1px 0 #000;
    color: #fff;
}
.single_menus_bottom_span3{
    font-size: 26px;
    text-shadow: 1px 1px 0 #fff;
}

@media (max-width: 991px) {
.single_menus ul li{
	font-size:35px;
}
.single_menus_top_span1{
    font-size: 45px;
}
.single_menus_top_span{
    font-size: 30px;
}
.single_menus_top_span2{
    font-size: 30px;
}
.single_menus_top_span3{
    font-size: 40px;
}
.single_menus_bottom_span{
    font-size: 40px;
}
}
.prs_btn{
    border: #022f5c ridge medium;
    border-radius: 10px;
    box-shadow: 4px 5px #888888;
    background-color: #022f5c;
    color: #fff;
    font-size: 35px;
    min-width: 40%;
    min-height: 80px;
    padding: 0 10px;
    position: relative;
}

.prs_btn:hover{
    color: #fff;
}
.prs_btn::before, .prs_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #000f1f;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
    border-radius: 5px;
}
.prs_btn::before {
    left: -30%;
}
.prs_btn::after {
    right: -30%;
}
.prs_btn:hover::after {
    transform: scale(1);
}
.prs_btn:active {
    transform: translateY(2px);
}

/* models */

.model_ul{ 
  list-style-image: url('../images2/title.png');
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  font-size: 16px;
}


/* Contact Section */

.main_contact_content{
	
}
.single_contact{
    margin-bottom: 80px;
	margin-left:10px;
}
.single_contact h5{
	margin-bottom:10px;
}
.single_contact span{
	display:block;
        color:black;
        font-size: 18px;
}

.contact_form_area{}

.contact_form_area h3{
	font-size:18px;
	text-transform:uppercase;
	padding:12px;
	margin-bottom:20px;
}
.form_btn_area{
	
}



/* footer section */
.footer{
	background:url(../images2/footerbg.jpg) no-repeat center top;
	background-size:cover;
	padding:0;
        margin-bottom: -10px;
}

.copyright_text_area{
    display: block;
    padding: 40px 0px 20px 0px;
    overflow: hidden;
    width: 100%;
    border-top: 30px;
}
.single_footer p{
	padding:5px;
}
.single_footer p i{
	color:#ff0000;
	padding:0px 10px;
}
.single_footer p a {
	color:green;
	padding:0px 10px;
}

.single_footer .footer_socail a{
	border:1px solid #666;
	padding:5px;
	font-size:20px;
	width:30px;
	height:30px;
	display:inline-block;
	color:#666;
	line-height:20px;
	text-align:center;
}
.single_footer .footer_socail a:hover{
	color:#3c3c3c;
	border-color:#3c3c3c;
	
}


/* scrollup */

.scrollup{
	width: 50px;
	height: 50px;
	border-radius: 30px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #000;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}

/** banner-section **/
.header{
 background-color: #fff;   
}
.banner-section {
  position: relative;
  overflow: hidden;
/*  background-color: #0f7aca;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 600px;*/
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  padding: 88px 0px;
  height: 300px;
}

@media (max-width: 991px) {
    .banner-carousel .slide-item {
      height: 450px;
    }
}

.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,82,160, 0.2), rgba(255, 255, 255, 0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.banner-carousel .content-box {
  position: relative;
  display: block;
  z-index: 5;
}

@media (max-width: 991px) {
    .banner-carousel .content-box {
      margin-top: 5%;
    }
}
.banner-carousel .content-box h5 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Hind', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: none;
  /*padding-left: 85px;*/
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box h5:before,
.banner-carousel .content-box h5:after {
  position: absolute;
  content: '';
  background: #fff;
/*  width: 50px;
  height: 1px;*/
}

.banner-carousel .content-box h5:before {
  left: 10px;
  top: 8px;
}

.banner-carousel .content-box h5:after {
  left: 0px;
  bottom: 9px;
}

.banner-carousel .content-box h6 {
  position: relative;
  display: block;
  color: #fff !important;
  font-size: 24px;
	font-family: 'Merriweather', serif;
  line-height: 22px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 56px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn {
  padding: 13px 38px;
  margin-left: 10px;
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:before {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.banner-carousel .content-box .btn-box .theme-btn.banner-btn:hover {
  border-color: #070719;
}

.banner-carousel .image-box {
  position: relative;
  display: block;
  margin-right: -150px;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}

.banner-carousel .active .image-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .image-box .image {
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%, 10% 0%);
  padding-left: 10px;
  padding-bottom: 10px;
}

.banner-carousel .image-box .image:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: -90px;
  top: 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-carousel .image-box .image img {
  position: relative;
  width: 100%;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}

.banner-section .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .owl-theme .owl-dots .owl-dot {
  display: block;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 15px 0px;
  cursor: pointer;
}

.banner-section .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before {
  transform: scale(1, 1);
}

.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span:before,
.banner-section .owl-theme .owl-dots .owl-dot span:hover:before {
  background-color: #0b0b45;
}

.owl-theme .owl-dots .owl-dot {
  width: 25%;
  margin: 0px 0px;
  padding: 0px 0px;
}

.notification .badge {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}

.login-card {
    padding: 50px;
    width: 500px;
    /*background-color: #F7F7F7;*/
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.login-card h1 {
    font-weight: 100;
    text-align: center;
    font-size: 2.3em;
}

.login-card input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.login-card input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.login-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-card a:hover {
    opacity: 1;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modalTopZero{
  padding-top: 1%; /* Location of the box */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

@media (max-width: 991px) {
    .modal-content {
      width: 90%;
    }
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close4 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close4:hover,
.close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close5 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close5:hover,
.close5:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close6 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close6:hover,
.close6:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close7 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close7:hover,
.close7:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close8 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close8:hover,
.close8:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close9 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close9:hover,
.close9:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close10 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close10:hover,
.close10:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close11 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close11:hover,
.close11:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close12 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close12:hover,
.close12:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close13 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close13:hover,
.close13:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close14 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close14:hover,
.close14:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.searchBox {
    position: absolute;
    left:13%;
    top: -5%;
    transform:  translate(0%,50%);
    background: #fff;
    height: 45px;
    border-radius: 45px;
    outline: none;
	box-shadow: 0 0 6px #000;
        z-index: 9999;

}

.searchBox:hover > .searchInput {
    width: 250px;
    padding: 0 10px;
    outline: none;
        border: 0 !important;
}
.searchInput:focus {
    width: 250px;
    padding: 0 10px;
    outline: none;
        border: 0 !important;
        box-shadow: none !important;
        background-color: transparent !important;
}

.searchBox:hover > .searchButton {
  background: #006CD3;
  color : #2f3640;
    outline: none;
}

.searchButton {
    color: white;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 45%;
    background: #022f5c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    outline: none;
  text-shadow: 0 0 10px #fff;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: #000;
    font-size: 16px;
    transition: 0.4s;
    line-height: 45px;
    width: 0px;
    border: 0 !important;
}

.banner_top_div{
    /*display: none;*/
    /*height: 475px;*/
    background-color: #cdebff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    text-align: right;
}

.webhederimg{
    border-radius: 30px;
}
.webhedervid{
    margin-top: 70px;
    width: 95%;
    padding: 25px;
}

@media (max-width: 991px) {
    
    .webhedervid{
        margin-top: 170px;
    }
    .banner_top_div{
        display: block;
    }
    .searchInput {
        font-size: 24px !important;
    }
    .searchBox > .searchInput {
    width: 250px;
    padding: 0 10px;
    outline: none;
        border: 0 !important;
    }
    .searchInput {
        width: 250px;
        padding: 0 10px;
        outline: none;
            border: 0 !important;
            box-shadow: none !important;
            background-color: transparent !important;
    }
}

.icon-bar a {
  float: right;
  width: 25%;
  text-align: center;
  transition: all 0.5s ease;
  color: #022f5c;
  font-size: 48px;
  /*margin-top: -2%;*/
  text-shadow: 0 0 10px #fff;
  cursor: pointer;
  
}
.icon-bar-text {
   margin-top: -10px;
  font-size: 16px !important;
  /*font-weight: bold;*/
}

.icon-bar-text :hover {
  color: #0052a0;
}

.icon-bar a:hover {
  background-color: #022f5c;
  border-radius: 15px;
  color: white;
  text-shadow: none;
}

.active_icon {
  background-color: #9704aa;
}

@media (max-width: 991px) {
    .icon-bar a {
        width: 20%;
    }
.icon-bar-text {
  font-size: 24px !important;
}
}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 3%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
    box-shadow: 8px 0 5px rgba(0, 0, 0, 0.5);
    margin: 1%;
    border-radius: 15px;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 75px;
  top: 30%;
  color: rgba(0, 0, 0, 0.4 );
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 100px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: -15px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -15px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: -15px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -15px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 3%;
  /*height: 50px;*/
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  padding: 1%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 50%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 50%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  vertical-align: middle;
}

#basicSlider .MS-controls button { 
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 75px;
  top: 30%;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#basicSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #basicSlider .MS-controls button {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #basicSlider .MS-controls button {
    font-size: 100px;
  }
}

#basicSlider .MS-controls .MS-left {
  left: -15px;
}

#basicSlider .MS-controls .MS-right {
  right: -15px;
}
.web_item_name{
    font-size: 20px;
	color: #011b36;
    font-family: sans-serif;
}
.web_item_price{
    font-size: 18px;
    font-family: serif;
	color: #011b36;
}

@media (max-width: 991px) {
.web_item_name{
    font-size: 30px;
}
.web_item_price{
    font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
    .upload_prescription_logo {
        display: none;
    }
}
@media only screen and (min-width: 991px) {
    .upload_prescription_p {
        /*display: none;*/
    }
}
.cart_list{
     border-radius: 10px;
     padding: 3%;
	box-shadow: 0 0 10px #ccc;
}
.cart_list2{
     background-color: #fff;
     border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
}
.del_adds{
    padding: 2%;
}
.del_adds:hover{
	box-shadow: 0 0 10px #ccc;
        border-radius: 10px;
}
.reg_blink {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
}
@keyframes blink {
    from {
        color:#0052a0;
    }
    to {
        color:#6ca8da;
    }
}
@-webkit-keyframes blink {
    from {
        color:#0052a0;
    }
    to {
        color:#6ca8da;
    }
}
.header_title{
    font-size: 50px;
    font-weight: bold;
    color: #022f5c;
  text-shadow: 0 0 15px #fff;
    letter-spacing: 2px;
    line-height: normal;
    margin-left: 80px;
}
.header_img{
    height: 80px;
    width: auto;
    margin-top: -10px;
    margin-left: -10px;
    position: absolute;
}
@media (max-width: 991px) {
    .header_img{
        height: 170px;
    }
    .header_title{
        margin-left: 160px;
    }
}

.btn_blue {
    background-color: #C1E1FF;
    border: 1px solid #0052a0;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    /*background: none;*/
}
.btn_blue:hover{
    color: #fff;
}
.btn_blue::before, .btn_blue::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #0052a0;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
    border-radius: 2px;
}
.btn_blue::before {
    left: -30%;
}
.btn_blue::after {
    right: -30%;
}
.btn_blue:hover::after {
    transform: scale(1);
}
.btn_blue:active {
    transform: translateY(2px);
}

.btn_green {
    background-color: #D8FFD7;
    border: 1px solid #03a000;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    /*background: none;*/
}
.btn_green:hover{
    color: #fff;
}
.btn_green::before, .btn_green::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #03a000;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
    border-radius: 2px;
}
.btn_green::before {
    left: -30%;
}
.btn_green::after {
    right: -30%;
}
.btn_green:hover::after {
    transform: scale(1);
}
.btn_green:active {
    transform: translateY(2px);
}

.btn_yellow {
    background-color: #FBE9B6;
    border: 1px solid #dea60b;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    /*background: none;*/
}
.btn_yellow:hover{
    color: #fff;
}
.btn_yellow::before, .btn_yellow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #dea60b;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
    border-radius: 2px;
}
.btn_yellow::before {
    left: -30%;
}
.btn_yellow::after {
    right: -30%;
}
.btn_yellow:hover::after {
    transform: scale(1);
}
.btn_yellow:active {
    transform: translateY(2px);
}

.btn_red {
    background-color: #FFCACA;
    border: 1px solid #a00000;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    position: relative;
    /*background: none;*/
}
.btn_red:hover{
    color: #fff;
}
.btn_red::before, .btn_red::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #a00000;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
    border-radius: 2px;
}
.btn_red::before {
    left: -30%;
}
.btn_red::after {
    right: -30%;
}
.btn_red:hover::after {
    transform: scale(1);
}
.btn_red:active {
    transform: translateY(2px);
}
@-webkit-keyframes index_emergency_animation {  
  0% { color: #000; }
  50% { color: #000; }
  51% { color: #f00; }
  100% { color: #f00; }
}
.index_emergency {
    color: #fff;
    font-family: monospace;
    font-size: 18px;
    -webkit-animation-name: index_emergency_animation;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 1.5s; 
} 

@media (max-width: 991px) {
    .index_emergency{
        font-size: 30px;
    }
    .index_emergency2{
        font-size: 80px;
        line-height: 100%;
    }
    .btn_blue{
        font-size: 30px;
    }
    .btn_green{
        font-size: 30px;
    }
    .btn_yellow{
        font-size: 30px;
    }
    .btn_red{
        font-size: 30px;
    }
}

@-webkit-keyframes notification_animation {  
  0% { color: #000; }
  50% { color: #000; }
  51% { color: #ff5900; }
  100% { color: #ff5900; }
}
.notification_animation {
    color: #fff;
    /*font-size: 18px;*/
    -webkit-animation-name: notification_animation;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 0.5s; 
} 
.normal_outer_list{
    border: #3fd42f ridge 3px;
  clip-path: 
    polygon(
      0% 30px,                 /* top left */
      30px 0%,                 /* top left */
      calc(100% - 30px) 0%,    /* top right */
      100% 30px,               /* top right */
      100% calc(100% - 30px),  /* bottom right */
      calc(100% - 30px) 100%,  /* bottom right */
      30px 100%,               /* bottom left */
      0 calc(100% - 30px)      /* bottom left */
    );
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
  border-radius: 10px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button:hover{
  background-color: #0052a0;
  border-radius: 10px;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 6rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 4rem;
  font-weight: bold;
  text-align: center;
}
.chss_slot{
    height: 80px;
    width: 16%;
    border: #0052A0 solid thin;
    margin:12px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
}

.chss_slot{
    height: 80px;
    width: 10%;
    border: #0052A0 solid thin;
    margin:12px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
}
.chss_slot:hover{
    border: #0052A0 dashed thin;
    box-shadow: 0 0 10px #000;
}

@media (max-width: 991px) {
.chss_slot{
    height: 180px;
    width: 45%;
    margin:10px;
    font-size: 30px;
}
}
.book_button{
    padding: 2px 10px;
    border: #007bf0 solid thin;
    border-radius: 5px;
}
.book_button:hover{
    border: #000 solid thin;
    background-color: #0000FF;
    color: #000;
}
.doc_host_image{
    width: 50%;
    height: auto;
    box-shadow: 0 0 10px #000;
    transition: .2s;
}
.doc_host_image:hover{
    transform: scale(2);
}
.cus_med_history_image{
    width: 50%;
    height: auto;
    box-shadow: 0 0 10px #000;
    transition: .2s;
}
.cus_med_history_image:hover{
    transform: scale(1.2);
}
.profile_title{
    font-size: 22px;
    font-family: monospace;
    font-weight: bolder;
}
.promo_doc{
    background-color: #1b191a;
}