@font-face {
    font-family:'adm-cg-pro';
    src: url(fonts/all-fonts/adm-cg-pro.otf);
}
@font-face {
    font-family:'AMS-Aaditya';
    src: url(fonts/all-fonts/AMS-Aaditya.ttf);
}
@font-face {
    font-family:'AMS-Indu';
    src: url(fonts/all-fonts/AMS-Indu.ttf);
}
@font-face {
    font-family:'AMS-Manthan';
    src: url(fonts/all-fonts/AMS-Manthan.ttf);
}
@font-face {
    font-family:'Abbeyline';
    src: url(fonts/all-fonts/Abbeyline.ttf);
}
@font-face {
    font-family:'AlexBrush-Regular';
    src: url(fonts/all-fonts/AlexBrush-Regular.ttf);
}
@font-face {
    font-family:'Arizonia-Regular';
    src: url(fonts/all-fonts/Arizonia-Regular.ttf);
}
@font-face {
    font-family:'Arkhip_font';
    src: url(fonts/all-fonts/Arkhip_font.otf);
}
@font-face {
    font-family:'Arkhip_font';
    src: url(fonts/all-fonts/Arkhip_font.ttf);
}
@font-face {
    font-family:'Dragon-is-coming';
    src: url(fonts/all-fonts/Dragon-is-coming.otf);
}
@font-face {
    font-family:'TR-Alexei-Copperplate';
    src: url(fonts/all-fonts/TR-Alexei-Copperplate.ttf);
}
@font-face {
    font-family:'Vacations-in-Phuket';
    src: url(fonts/all-fonts/Vacations-in-Phuket.ttf);
}
@font-face {
    font-family:'akaDora';
    src: url(fonts/all-fonts/akaDora.ttf);
}
@font-face {
    font-family:'akadora-regular';
    src: url(fonts/all-fonts/akadora-regular.ttf);
}
@font-face {
    font-family:'florencesans-sc-black';
    src: url(fonts/all-fonts/florencesans-sc-black.ttf);
}
@font-face {
    font-family:'florencesans-sc-bold';
    src: url(fonts/all-fonts/florencesans-sc-bold.ttf);
}

/* =============================================================================
    1. CSS RESET
    ========================================================================= */
:focus, a:active, a:focus {
  text-decoration: none;
  outline: 0; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

.info-popup{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:20px;
    display:table;
    border:1px solid red;
    background:#fff;
    border-radius:4px;
    z-index:99999999999;
    display:none;
    font-weight:600;
    font-size:1rem;
}

.nopadding{
    padding: 0;
    margin: 0;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-15{
    margin-top: 15px;
}
.m-top-20{
    margin-top: 20px;
}
.m-top-25{
    margin-top: 25px;
}
.m-top-30{
    margin-top: 30px;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-15{
    margin-bottom: 15px;
}
.m-bottom-20{
    margin-bottom: 20px;
}
.m-bottom-25{
    margin-bottom: 25px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-40{
    margin-bottom: 40px;
}
.zero
{
	padding: 0;
}

/*====================================================================
	                    Global Settings
====================================================================*/

body {
	font-size:14px;
	font-family: 'Karla', sans-serif;
	line-height:1.6em;
	font-weight:400;
	background: #ffffff;
	margin:0px;
	padding:0px;
	color: #333;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#000;	
}
.new-price{
	text-align: center;
}
.categry-main{
	position: relative;
    margin-bottom: 2.5rem;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 6px 18px 6px rgba(230,230,230,1);
    -moz-box-shadow: 0px 6px 18px 6px rgba(230,230,230,1);
    box-shadow: 0px 6px 18px 6px rgba(230,230,230,1)
	}
	
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:bold;
	margin:0px;
	background:none;
	-webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
h1 {
  font-size: 36px;
  line-height: 54px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  
}

h4 {
  font-size: 21px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 15px;
  line-height: 23px;
}
p{
	position:relative;
	line-height:1.6em;
		
}
.price-title pt-2 pb-1{
	
    text-align: center;

	}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
::placeholder{
    color: #999;
}
.center{
	text-align:center;	
}
.clear{
	clear:both;
}
.divider {
    margin: 50px 0px 50px;
    border-width: 2px;
    background-color: #999999;
    overflow:hidden;
}
.section-title{
	position:relative;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
	background:url(images/icons/separator2.png) center bottom no-repeat;	
}

.section-title h2{
	font-size:30px;
	text-transform:uppercase;
	color:#333;
	
}

.section-title strong{

	font-weight: normal;
	display: block;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	color: #aaa;
	margin-top: 10px;
}

.section-text{
	position:relative;
	text-align:center;
	color:#777777;
	margin-bottom:50px;
}

.section-text p{
	margin-bottom:0px;	
}

.section-title-blank{
	position:relative;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
	background:url(images/icons/blank-1.jpg) center bottom no-repeat;	
}
.section-title-line{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-2.jpg) no-repeat;	
}
.section-title-green{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-4.jpg) no-repeat;	
}
.section-title-line-white{
	position:relative;
	padding-bottom:30px;
	background:url(images/icons/blank-3.jpg) no-repeat;	
}

/*============== padding css ===============*/
.padd-top-20{
	padding-top:20px !important;	
}
.padd-top-30{
	padding-top:30px !important;	
}
.padd-top-40{
	padding-top:40px !important;	
}
.padd-bott-20{
	padding-bottom:20px !important;	
}
.padd-bott-30{
	padding-bottom:30px !important;	
}
.padd-bott-40{
	padding-bottom:40px !important;	
}
.no-padd-bottom{
	padding-bottom:0px !important;	
}
.no-padd-top{
	padding-top:0px !important;	
}
.no-margin-bottom{
	margin-bottom:0px !important;	
}
.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padding{
	padding:0px !important;		
}
.no-padding-left{
	padding-left:0px !important;		
}
.no-padding-right{
	padding-right:0px !important;		
}

.btn-green{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green:hover{
	background-color:#006eab;
	color:#fff;
}

.btn-border-white{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 35px;
	border-radius:3px;
	border:2px solid #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-border-white:hover{
	background-color:#fff;
	color:#02b762;
}

.btn-blog{
	color:#fff;
	font-size:16px;
	padding:10px 25px;
	border-radius:1px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-blog:hover{
	background-color:#006eab;
	color:#fff;
}

.btn-full{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
        width:100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-full:hover{
	background-color:#006eab;
	color:#fff;
}



/*==============================================================================
                               header style
================================================================================*/


/*============== Top bar css ===============*/
.topbar-section{
	padding:10px 0px 10px 0px;
	color:#fff;
}
.topbar-section a{
	color: #122f33;
}
.top-social{
	float:right;
	text-align:center;
}

.topbar-left{
    padding: 0px 0px;
    position: relative;
}
.topbar-left ul{
   padding: 0px;
}
.topbar-left ul li{
   padding-right: 20px;
   list-style-type: none;
   display: inline-block;
}
.topbar-left ul li a i{
  color: #717171;
    font-size: 16px;
    transition: .2s;
}
.topbar-left a:hover{
	text-decoration:none;
}
.topbar-left a:hover i{
	color: #e11931;
}
.social-links {
    position: relative;
 
}
.log{
    float: right;
}
.log ul{
    list-style-type: none;
}
.log ul li{
    display: inline-block;
    font-size: 13px;
    /* margin: 0px 5px; */
    border-right: 1px solid #dadada;
    padding: 0 15px;
	position: relative;
    top: 16px;
	    
}
.log ul li:last-child{
    padding-right: 0px;
	border-right: none;
}
.btn-log{
  
}
.btn-log a{
    color: #888888;
    font-size: 14px;
    transition: .2s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #bababa;
    padding: 5px 15px;
    border-radius: 30px;
}
.btn-log:hover a{
    border: 1px solid #0186d5;
    background-color: #0186d5;
    color: #ffffff;
}
.btn-reg{
    background-color: #2d52a0;
    color: #fff;
    border: 1px solid #2d52a0;
    padding: 1px 17px;
    border-radius: 3px;
}
.btn-reg a{
    color: #fff;
}
.btn-reg:hover {
    background-color: transparent;
    color: #102d33;
    border: 1px solid #2d52a0;
}
.btn-reg:hover a {
    color: #102d33;
}


.social-links {
   padding: 0px;
  float: right;
}
.social-links ul {
   padding: 0px 5px;
}
.social-links ul li {
    font-size: 12px;
    float: left;
    padding: 0px 5px;
}
.social-links ul li a i{
   color: #102d33;
   background-color: #9bc0c6;
   line-height: 28px;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}




/*============== Top logo css ===============*/
.int-topbar{
	padding:0px 0px 0px 0px;
}
.top-navbar{
    padding: 8px 0px;
}
.top-navbar ul{
    padding: 0px 0px;
    list-style-type: none;
    text-align: left;
}
.top-navbar ul li{
    padding: 4px 4px;
    display: inline-block;
    color: #122f33;
}
.top-navbar ul li a{
   /* padding: 0px 15px;
    color: #122f33;
    text-transform: capitalize;*/
    padding: 4px 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #E91E63;
    margin-left: 0px;
    border-radius: 5px;
    background-color: #E91E63;
    font-weight: bold;
    letter-spacing: 1px;
}
.top-navbar ul li a:hover{
    /*color: #02b762;*/
    color: #E91E63;
    font-weight: bold;
    border: 2px solid #E91E63;
    background-color: transparent;
}


.book-doct-popup-in{
    z-index: 9999;
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 10%;
    left: 35%;
    color: rgb(0, 0, 0);
    border: 0px solid rgb(170, 170, 170);
    background: transparent none repeat scroll 0% 0%;
    cursor: default;
}
#model-booking{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    padding: 0px;
    margin: 0px;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.booking-popup-close-btn {
    background: url(../images/icons/btn-close.png) no-repeat 9px 8px;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
}
.booking-popup-close-btn:hover {
    background: url(../images/icons/btn-close.png) no-repeat 9px -22px;
}


.booking-nav-tabs {
    border-bottom: 1px solid #e8e8e8;
}
.booking-nav-tabs li {
    border-bottom: 0px;
}
.booking-nav-tabs li a {
    font-weight: 600;
    color: #0186d5;
    padding: 8px 14px;
    border: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.booking-nav-tabs li a:hover {
    color: #2d52a0;
    background-color: transparent;
    border-bottom: 1px solid #2d52a0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.booking-nav-tabs li.active a{
    border-bottom: 1px solid #0186d5;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    color: #0186d5;
    cursor: default;
    background-color: #fff;
}
.booking-nav-tabs li.active a:hover{
    color: #2d52a0;
    background-color: transparent;
    border-bottom: 1px solid #2d52a0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
/* login model popup css
===========================================*/
#model-login{
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 0px;
    margin: 0px;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}
.login-popup-close-btn {
    background: url(../images/icons/btn-close.png) no-repeat 8px 8px;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
}
.login-popup-close-btn:hover {
    background: url(../images/icons/btn-close.png) no-repeat 9px -22px;
}
.login-popup-in{
    z-index: 9999;
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 40%;
    top: 7%;
    left: 30%;
    color: rgb(0, 0, 0);
    border: 0px solid rgb(170, 170, 170);
    background: transparent none repeat scroll 0% 0%;
    cursor: default;
}
.login-popup-wrap {
    background: #fff;
    width: 100%;
    padding: 20px 0px 27px 0px;
    font-weight: normal;
    border-radius: 3px;
}
.login-popup-logo{
    position: relative;
    padding: 0px 0px;
}
.login-popup-content{
    position: relative;
    padding: 0px 0px;
}
.login-popup-content .login-heading{
    padding: 10px 0px 10px 0px;
}
.login-popup-content .login-heading h1{
    padding: 5px 0px;
    font-size: 22px;
    line-height: 17px;
    text-align: left;
}
.login-popup-content .login-heading h2{
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    padding: 5px 0px;
    text-align: right;
}
.login-popup-content .login-heading h2 a {
    color: #ff1f0e;
}
/*.login-popup-content .login-heading h2{*/
/*    font-size: 20px;*/
/*    line-height: 17px;*/
/*    font-weight: 700;*/
/*    border: 1px solid #ccc;*/
/*    display: inline-table;*/
/*    padding: 10px 0px;*/
/*    margin-top: 5px;*/
/*    text-align: left;*/
/*}*/
/*.login-popup-content .login-heading h2 span{*/
/*    padding: 6px 12px;*/
/*}*/
/*.login-popup-content .login-heading h2 a{*/
/*    padding: 7px 15px;*/
/*    background-color: #30b775;*/
/*    color: #fff;*/
/*}*/

.login-popup-content .login-form{
    padding: 0px 0px;
    overflow: hidden;
    color: #6c6c6c;
}
.login-form-header {
    padding: 5px 0px 15px 0px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.login-form-header p {
    font-size: 14px;
	padding-top: 15px;
	font-weight: 300;
	color: #5d5d5d;
}

.login-form-header p span{
    font-size: 16px;
	font-weight: 700;
        color: #02b762;
}

.login-form-header h3 {
    font-size: 22px;
	padding-top: 15px;
}
.login-form-header a {
    float: right;
}
.login-popup-item {
    padding: 5px 0px;
}
.login-popup-item .popup-cont{
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.for-pass{
    text-align: right;
}
.all-sign{
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.login-form label{
    padding-bottom: 5px;
    color: #6c6c6c;
    font-weight: 300;
}
.login-form input[type="text"]{
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form input[type="text"]:focus{
    border: 1px solid #ff4a52;
}
.login-form input[type="email"]{
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form input[type="email"]:focus{
    border: 1px solid #ff4a52;
}
.login-form input[type="date"]{
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form input[type="date"]:focus{
    border: 1px solid #ff4a52;
}
.login-form input[type="file"]{
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form input[type="file"]:focus{
    border: 1px solid #ff4a52;
}
.login-form input[type="password"]{
    width: 100%;
    border: none;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form input[type="password"]:focus{
    border: 1px solid #ff4a52;
}
.login-form select{
    width: 100%;
    border: none;
    padding: 8px 4px;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    font-size: 14px;
}
.login-form select:focus{
    border: 1px solid #ff4a52;
}
.btn-register-full{
    /*background: #0186d5;*/
    background: #FF5722;
    color: #fff;
    font-size:20px;
    padding:10px 40px;
	margin-top: 0px;
    width: 100%;
    border-radius:0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    clear: both;
}
.btn-register-full:hover, .btn-register-full:focus{   
    
    color:#fff;
	/*background-color: #e11931;*/
	background-color: #F44336;
}




/*============== Top logo css ===============*/
.int-topbar{
    padding: 5px 0px; 
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);

}

.int-topbar.sticky{
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.menu-section{
    padding: 5px 0px; 
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
}
.menu-section.sticky{
    -webkit-animation-name: fadeHeaderInDown;
    -moz-animation-name: fadeHeaderInDown;
    -o-animation-name: fadeHeaderInDown;
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -11;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.logo{
	float:left;
	padding: 2px 0px;
}
.logo img{
	padding: 0px 0px;
}
.btn-right{
  overflow: hidden;
    position: relative;
    float: right;
  padding: 50px 0px 20px 0px;
}
.btn-right a{
    font-size: 16px;
    color: #fff;
    background-color: #02b762;
   padding: 10px 30px;
    border-radius: 50px;
}
.nav-bar{
    padding: 25px 0px;
}
.hamburger{
    display: none;
}
.hamburger i{
    color: #2d52a0;
    font-size: 20px;
}
.nav-bar ul{
    padding: 0px 0px;
    list-style-type: none;
    text-align: right;
}
.nav-bar ul li{
    padding: 0px 0px;
    display: inline-block;
    color: #122f33;
}
.nav-bar ul li a{
    padding: 8px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #E91E63;
    margin-left: 15px;
    border-radius: 5px;
    background-color: #E91E63;
    font-weight: bold;
    letter-spacing: 1px;
    /*padding: 5px 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #0186d5;
    margin-left: 15px;
    border-radius: 50px;
    background-color: #0186d5;
    font-weight: 500;
    letter-spacing: 1px;*/
}
.nav-bar ul li:hover a{
    color: #E91E63;
    font-weight:bold;
    border: 2px solid #E91E63;
    background-color: transparent;
}

.nav-bar ul li:last-child{
    
}
.registered{

padding: 121px 0px 20px 22px;
font-weight: bold;
}
.vaccination{

padding: 121px 0px 20px 22px;
font-weight: bold;

}
.doctor{

padding: 121px 0px 20px 22px;
font-weight: bold;

}
.baby-img{
	height: 68px;
    margin-top: 54px;
}
.widget-title {
    border-left-color: #008fd5;
}
.widget-title {
    margin-bottom: 20px;
    padding-left: 7px;
    border-left-width: 1px;
    border-left-style: solid;
    font-size: 20px;
    line-height: 30px;
    color: #ff0000;
	font-weight: bold;
}
.w3-blue, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #0186d5!important;
}	
@media only screen and (min-width: 320px) and (max-width: 768px){
	
	.baby-img {
    height: 95px;
    margin-top: 49px;
	    margin-left: -15px;
}
	.mbox-title h3{
     font-size: 23px;
    color: #fff;
    line-height: 22px;
   /* margin-top: 98px;*/
    font-weight: bold;
	text-align: center;
	top: 140px;
}
	.no-padding {
    padding: 0px !important;
    margin-top: 31px;
}
.registered {
    padding: 166px 0px 20px -1px;
    /*font-size: 9px;*/
    font-weight: 100;
}
.vaccination{
padding: 166px 0px 20px -1px;
/*font-size: 9px;*/
font-weight: 100;


}
.doctor{
padding: 166px 0px 20px -1px;
/*font-size: 9px;*/
font-weight: 100;


}
    .login-popup-in {
        z-index: 9999;
        position: absolute;
        padding: 0px;
        margin: 0px;
        width: 94%;
        top: 0%;
        left: 3%;
        color: rgb(0, 0, 0);
        border: 0px solid rgb(170, 170, 170);
        background: transparent none repeat scroll 0% 0%;
        cursor: default;
    }
}





/*==============================================================================
                             cover-section
================================================================================*/

.cover-section{
    position: relative;
    padding: 0px;
}
.cover-img{
    padding: 0px 0px;
}
.cover-img img{
  width: 100%;
  height: 550px;
}
.search-container{
    position: absolute;
   z-index: 9999;
   top: 12%;
   left: 15%;
   width: 70%;
   text-align: center;
   background: hsla(0, 0%, 100%, 0.5);
}
.search-container h1{
    /*color: #ffffff;*/
    /*padding-bottom: 20px;*/
    /*text-align: center;*/
    /*font-size: 46px;*/
    /*line-height: 44px;*/
    /*font-weight: 700;*/
    /*font-family: 'akaDora';*/
    padding: 0px 0px 30px 0px;
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 5px 4px rgba(90,90,90,0.81);
}
.search-container h1 span{
    /*font-family: 'akaDora';*/
    font-size: 60px;
    font-weight: 700;
    color: #ff1f0e;
    text-shadow: 1px 5px 4px rgba(90,90,90,0.81);
}
.blink-text {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
} 
.search-container h2{
   /* color: #ffffff;*/
    color: #f44336;
    padding-Top: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700; 
    margin-top: 10px;
    
}
.search-container a{
    color: #ffffff;
    padding: 5px 30px;
    text-align: center;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    margin-top: 35px;
    background-color: #16c3b0;
    display: inline-table;
    border-radius: 3px;
}
.search-container a:hover{
    color: #ffffff;
    background-color: #FD4D40;
}
/*.search-container h1 span{*/
/*    color: #fff;*/
/*    font-size: 42px;*/
/*    text-transform: uppercase;*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*}*/
.search-container h4{
    color: #ffffff;
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-shadow: 1px 5px 4px rgba(90,90,90,0.81);
}
.left-search{
    position: relative;
    padding: 10px 10px;
	overflow: hidden;
	opacity:0.7;
}
.left-search .select-box{
    position: relative;
    padding: 10px 10px;
   background-color: #fff;
   width: 25%;
   float: left;
   height: 50px;
   margin-right: 2px;
}
.select-box select{
    padding: 0px 18px;
   background-color: #fff;
   width: 100%;
   height: 30px;
   border: none;
   background-image: url(../images/icons/select-down.png);
    text-indent: 1px;
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: '';
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
	color: #8e8c8c;
}
.left-search .input-box{
    position: relative;
    padding: 10px 10px;
   background-color: #fff;
   width: 39%;
   float: left;
   height: 50px;
   margin-right: 2px;
}
.select-box input[type="text"]{
    padding: 0px 10px;
   background-color: #fff;
   width: 100%;
   height: 30px;
   border: none !important;
}
.input-box input[type="text"]{
    padding: 0px 10px;
   background-color: #fff;
   width: 100%;
   height: 30px;
   border: none !important;
}
.submit-box button{
   background-color: transparent;
   border: none;
}
.left-search .submit-box{
    position: relative;
	padding: 10px 0px;
	background-color: #e91e63;
	width: 9%;
	float: left;
	height: 50px;
	text-align: center;
	color: #fff;
	transition: .3s ease-in-out;
}
.left-search .submit-box:hover{
	/*background: #e11931;*/
	background: #FF9800;
}
.submit-box .search-icon{
    width: 100%;
}
.search-icon{
    width: 5%;
    float: left;
    font-size: 16px;
    padding: 0px;
    top: 4px;
    position: relative;
    left: 2px;
    color: #a1a1a1;
}
.left-search .submit-box .search-icon i{
  color: #fff;
    margin-right: 19px;
    padding: 1px 15px;
}
.search-content{
    width: 95%;
    float: left;
}

/*==============================================================================
                               main slider css
================================================================================*/

.bs-slider{	
}
.carousel{
    /*background: #0186d5;*/
    background: #FF9800;
    margin-top: 0px;
	height: 220px;
}
.carousel .item img{
    margin: 0 auto;
	height:500px;
}
.carousel-control, .left, .right{
	cursor:pointer;
}



/*==============================================================================
                               choose-us section css
================================================================================*/

.choose-us{
	position:relative;
	padding:70px 0px 70px 0px;
	background-color:#fff;
}
.choose-us .text-content{
	position:relative;
}
.choose-us .text-content p{
     color: #6b6c80;
}
.choose-us .text-content h3{
	font-size: 22px;
        color: #0c111b;
       padding: 0px 12px 11px 0px;
}
.choose-us .text-content i{
	font-size: 33px;
	font-weight:normal;
	/*color: #e11931;*/
	color: #F44336;
}



/*==============================================================================
                               about-parallax section css
================================================================================*/

.about-parallax{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(images/about.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 95px;
	z-index:1;
}

.about-parallax h1{
	font-size:34px;
	color:#fff;
	padding:0px 0px 20px 0px;
	text-transform:uppercase;
	font-weight:normal;
}
.about-parallax p{
	color:#fff;
	padding:20px 0px 40px 0px;
	font-weight:normal;
}
.about-parallax-content{
	padding:100px 0px 100px 0px;
	overflow:hidden;
}



/*==============================================================================
                               services section css
================================================================================*/

.our-services{
	position:relative;
	padding:0px 0px 0px 0px;
	/*background-color: #0186d5;*/
	background-color: #009688;
}
.our-services .text-box{
	position:relative;
	width:100%;
	float:left;
}
.our-services .text-box h1{
	font-size:32px;
	color:#333;
	padding:0px 0px 15px 0px;
}
.our-services .text-box h2{
	font-size:20px;
	color:#02b762;
}
.our-services .text-box h3{
    margin-bottom: 10px;
    font-size: 32px;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
}
.our-services .text-box h4{
	margin-bottom: 0px;
       font-size: 39px;
      color: #fcfcfc;
     font-weight: bold;
}
.our-services .text-box i{
	font-size:18px;
	font-weight:normal;
	padding:7px;
}

.our-services .text-inner{
	padding:60px 40px 60px 30px;
}
.our-services .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}
.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}
.btn-m{
  overflow: hidden;
    position: relative;
    float: left;
    padding: 27px 0px 20px 0px;
}
.btn-m i{
       background-color: #f3f3f3;
       padding: 0px 10px;
       font-size: 14px;
}
.btn-m a{
    font-size: 14px;
    /*color: #0186d5;*/
    color: #009688;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    background-color: #fff;
    letter-spacing: 1px;
	transition: .3s ease-in-out;
}
.btn-m a:hover{
    /*background: #e11931;*/
    background: #FF5722;
    color: #fff;
}
.service-cont{
    padding: 0px 0px;
}
.service-cont h5{
    padding: 9px 0px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.5px;
}
.service-cont p{
    padding: 0px 0px;
    font-size: 14px;
    color: #ffffff;
}
.service-cont ul{
    padding: 20px 0px 20px 22px;
    list-style-type: none;
    
}
.service-cont ul li{
    padding: 5px 0px;
    font-size: 16px;
    list-style-image: url(https://www.vaxisure.com/resources/media/1529494353_li-circle_0.png);
    list-style-position: outside;
    color: #ffffff;
}



/*==============================================================================
                               testimonial section css
================================================================================*/

.testimonial{
	position:relative;
	padding:0px 0px 0px 0px;
	background-color:#fff;
}
.testimonial .carousel{
    background-image:url(images/4.jpg);
    margin-top: 0px;
	height:500px;
}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
	color:#fff;
	text-align:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 30px;
}
.test-image{
	width:100px !important;
	height:100px !important;
}
blockquote::before {
    display: block;
    color: #fff;
    content: 'open-quote';
    font-size: 120px;
    line-height: 0.1em;
    vertical-align: -0.4em;
    content: "\201C";
    font-style: normal;
	text-align:left;
}


/*==============================================================================
                               clients logo section css
================================================================================*/

.client-logos{
	position:relative;
	padding:30px 0px;
	background:#fff;	
}
.client-logos li{
	display:block;
	text-align:center;	
}

.client-logos li img{
	position:relative;
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;	
}
.client-logos .owl-controls{
	display:none !important;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}



/*==============================================================================
                               contact quote section css
================================================================================*/


.contact-quote{
	position:relative;
	padding:20px 0px 20px 0px;
	overflow:hidden;
}
.contact-quote-content{
	width:100%;
	float:left;
	padding:20px 0px 20px 0px;
}
.contact-quote-content h1{
	color:#fff;
	font-size:24px;
        padding-bottom: 20px;
}


/*==============================================================================
                               footer section css
================================================================================*/

.footer{
	position:relative;
	padding:20px 0px 1px 0px;
    background-color: #404d5f;  
}
.footer-content{
	width:100%;
	float:left;
        padding-bottom: 42px;
}
.footer-content h1{
	color: #fff;
    font-size: 24px;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    line-height: 28px;
    font-weight: 700;
}
.footer-content p{
	color: #e9e9e9;
}
.footer-content ul{
	list-style-type:none;
}
.footer-content ul li{
	display: block;
        padding:  2px 5px;
        color: #e9e9e9;
}
.footer-content ul li a{
	color: #e9e9e9;
	line-height:25px;
}
.footer-content ul li a:hover{
	color:#0186d5;
}
.social ul{
	list-style-type:none;
	padding:15px 0px 0px 0px;
}
.social ul li{
	display:inline-block;
	padding:0px 5px 0px 0px;
	text-align:center;
}
.footer-content i{
	color:#fff;
	padding:10px;
	font-weight:bold;
}
.footer-content i:hover{
	color:#000;
	
	background:#fff;
}

 .fa i{
    background-color: #3b5a9a;
}
 .tw i{
    background-color: #18a9e0;
}
 .li i{
    background-color: #0074b1;
}


.footer-content span{
	font-size: 25px;
        color: #e9e9e9;
}
.copyright{
    background-color: #404d5f;
   border-top:1px solid #394556;
   padding-top: 10px;
    
}
.copyright p{
    color: #e9e9e9;
    
}
.disclamer{
    background-color: #4f5e73;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.disclamer h1{
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}
.disclamer p{
    font-size: 13px;
}




/*==============================================================================
                               Pages style
================================================================================*/


/*============== Page title css ===============*/

.page-title{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	background-image: url(../images/cover.jpg);
}
.page-title .page-title-content{
	position:relative;
	padding:70px 0px;
}
.page-title h1{
	position:relative;
	font-size:22px;
	color:#ffffff;
	text-transform:uppercase;
}
.page-title .bread-crumb{
	position:relative;
	top:3px;
        color:#fff;
}
.page-title .bread-crumb a{
	color:#fff;	
}
.page-title .bread-crumb a:hover{
	color:#ffffff;	
}



/*============== default us section css ===============*/

.default-section{
	position:relative;
	padding:70px 0px 70px 0px;
	background-color:#fff;
}
.default-section ul{
	padding: 20px 0px 20px 22px;
    list-style-type: none;
}
.default-section  ul li{
    padding: 5px 0px;
    font-size: 16px;
    list-style-image: url(https://www.vaxisure.com/resources/media/1529494353_li-circle_0.png);
    list-style-position: outside;
    text-align: justify;
}

.sec-text{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}
.full-image {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.medium-text{
	font-size:20px;	
}


/*============== Pages section css ===============*/

.page-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
#page{
	animation-name: fadeHeaderInDown;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
	background: rgba(255, 255, 255, .99);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	}
.page-section h2{
	font-size:30px;
	color:#333;
	padding:0px 0px 12px 0px;
}
.page-section h4{
	font-size:20px;
	color:#333;
	padding:0px 0px 12px 0px;
}
.page-widget {
    position: relative;
    margin-bottom: 50px;
    padding-right: 15px;
}
.page-widget h3 {
	color:#333;
    font-size: 20px;
    padding: 12px 0px 12px 0px;
    margin-bottom: 12px;
    border-bottom: 3px double #02b762;
}
.sidebar{
	position:relative;
	display:block;
}
.sidebar ul{
	list-style-type:square;
	color:#0bc165 !important;
}
.sidebar ul li{
	display:block;
	position:relative;
	margin-bottom:5px;
	list-style-type:square;
	margin-left:13px;
	color:#0bc165 !important;
}
.sidebar li::before{
	list-style-type:square !important;
	color:#0bc165 !important;
}
.sidebar li a{
	position:relative;
	padding-left:5px;
	display:block;
	color:#353535;	
}
.sidebar li a:hover{
	color:#02b762;	
}

/*============== Pages 404 css ===============*/

.section-404{
    position: relative;
}
.section-404 h1{
    text-align: center;
    display: inline-table;
    font-size: 70px;
    color: #fff;
    padding: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.section-404 h2{
    text-align: center;
    font-size: 40px;
}




/*==============================================================================
                               Blog post style
================================================================================*/


/*============== Pages section css ===============*/

.blog-section{
	position:relative;
	display:block;
	padding:50px 15px 50px 15px;
}
.blog-post{
	position:relative;
	margin-bottom:50px;	
}
.blog-post .content-box{
	padding:0px 0px;	
}
.blog-post .post-text{
	font-size:14px;
	margin-bottom:20px;
	line-height:1.8em;
}
.blog-post h2{
	padding:0px 0px 20px 0px;
}
.blog-post h2 a{
	font-size:20px;
	color:#333;
}
.blog-post h2 a:hover{
	color:#02b762;
}
.blog-post .post-detail{
	position:relative;
	margin-bottom:15px;
}
.blog-post .post-detail li{
	display:inline-block;
	padding:0px 20px 0px 0px;
}
.blog-post .post-detail li a{
	color:#7f7f7f;	
	font-size:13px;
	font-style:italic;
}
.blog-post .post-detail li a:hover{
	color:#02b762;
}
.blog-post .post-detail i{
	color:#02b762;	
}
.blog-post .post-image{
	position:relative;
	display:block;
	overflow:hidden;
}
.blog-post .post-image img{
	position:relative;
	width:100% !important;
	max-width:none;
	min-height:100px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.blog-post .post-image:hover img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);	
}

/*============== blog-single css ===============*/
.comment-sec{
    position:relative;
}
.comment-title{
    margin:0px 0px 30px 0px;
}

.comment-title h3{
    font-size: 20px;
    font-weight:normal;
    text-transform:uppercase;
    color:#02b762;
}
.comment-box{
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 110px;
    border-bottom: 2px solid #d0d0d0;
}
.comment-box .comment {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 110px;
    border-bottom: 2px solid #d0d0d0;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #cccccc;
}
.comment-box .author-thumb img {
    width: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #999999;
}

.comment-form{
    position:relative;
}
.comment-form input[type="text"], textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:25px;
    padding:12px 20px;
    border:1px solid /*#02b762*/ #dddddd;
    background-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.comment-form input[type="text"]:focus,
.comment-form textarea:focus{
    border:1px solid #02b762;
}


/*============== blog-pagination css ===============*/

.blog-pagination{
	position:relative;
}
.blog-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 1px;	
}
.blog-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 13px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:1px solid #d0d0d0;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}
.blog-pagination li a:hover,
.blog-pagination li a.active{
	color:#ffffff;
	background:#02b762;	
}

/*============== blog-sidebar css ===============*/

.blog-widget {
    position: relative;
    margin-bottom: 50px;
    padding-right: 15px;
}
.blog-widget-title{
	margin-bottom:10px;
}
.blog-widget-title h3 {
	text-transform:uppercase;
    font-size: 20px;
    color: #02b762;
	padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #e1e1e1;
}

/*====== widget-category =======*/
.widget-category{
	position: relative;
	margin-bottom:30px;
}
.widget-category ul.list{
	list-style:circle !important;
}
.widget-category li{
	display:block;
}
.widget-category li a{
	color:#333;
}
.widget-category li a:hover{
	color:#02b762;
}

/*====== widget-recent-post =======*/
.widget-recent-post{
	position: relative;
	margin-bottom:20px;
}
.widget-recent-post .recent-post {
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
    min-height: 90px;
    padding: 0px 0px 0px 100px;
}
.widget-recent-post .recent-post .recent-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
	overflow: hidden;
	margin-bottom: 30px;
	float:left;
}
.widget-recent-post h4 {
	position:relative;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
	color:#333;
}
.widget-recent-post .recent-title {
    margin: 0px 0px 15px;
    line-height: 1.4em;
}
.widget-recent-post .recent-info {
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
}
.widget-recent-post .recent-info li{
	display:inline-block;
	padding-right:8px;
	float:left;
}
.widget-recent-post .recent-info li a{
	color:#7f7f7f;
}
.widget-recent-post .recent-info li a:hover{
	color:#02b762;
}
.widget-recent-post .recent-info i{
	color:#02b762;
}

/*====== flickr-post =======*/
.flickr-post{
	position: relative;
	margin-bottom:20px;
        overflow:hidden;
}
.flickr-content{
	position: relative;
}
.flickr-post .flickr-content .image {
    position: relative;
    float: left;
    width: 25%;
    max-width: 100px;
    border: 3px solid #ffffff;
    overflow: hidden;
}

/*====== tag-post =======*/
.tag-post{
	position: relative;
	margin-bottom:20px;
        overflow:hidden;
}
.tag-content{
	position: relative;
}
.tag-post ul.tag-list{
}
.tag-post li{
    display:inline-block;
    background-color:#02b762;
    padding:3px 10px 3px 10px;
    margin:5px 0px 0px 0px;
}
.tag-post li:hover{
    background-color:#006eab;
}
.tag-post li a{
    color:#fff;
}




/*==============================================================================
                               contact-us style
================================================================================*/

.contact-us-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.contact-info{
    position:relative;
}
.contact-info h3{
    font-size: 20px;
    color:#000;
    padding:10px 0px 5px 0px;
}
.contact-info h4{
    font-size: 14px;
    color:#333;
    padding:0px 0px 5px 0px;
}
.contact-info i{
    font-size: 30px;
    color:#fff;
    background-color:#02b762;
    height:80px;
    width:80px;
    text-align:center;
    line-height:80px;
    border-radius:50%;
}
.contact-info i:hover{
    background-color:#006eab;
    transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
}
.contact-form{
    position:relative;
}
.contact-form input[type="text"], textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:25px;
    padding:12px 20px;
    border:1px solid /*#02b762*/ #dddddd;
    background-color:#fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus{
    border:1px solid #02b762;
}
.contact-map{
    position:relative;
    border:1px solid #02b762;
    padding: 5px;
    margin: 15px 0px 0px 0px;
}




/*==============================================================================
                               shortcode style
================================================================================*/

.shortcode-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.shortcode-section h2{
    font-size: 30px;
    color:#000;
    padding:10px 0px 5px 0px;
}
.shortcode-section h3{
    font-size: 20px;
    color:#000;
    padding:10px 0px 5px 0px;
}
.shortcode-section h4{
	font-size:18px;
	color:#000;
	padding:0px 0px 5px 0px;
}

/*====== shortcode accordion =======*/

.acc-section{
       position: relative;
    border: 1px solid #ddd;
    padding: 0px 0px 0px 0px;
}
.acc-section h3{
   font-size: 24px;
    background: #09a7a5;
    padding: 15px 15px 15px 15px;
    color: #fff;
}
.acc-box{
    padding:15px 15px 15px 15px;
}
.acc-section .acc-box .panel-heading {
    color: #000;
    background: none;
    border-bottom: none;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 700;
}
.acc-section .acc-box .panel-heading a {
    color: #000;
    font-weight:500;
}
.acc-section .acc-box .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #bbe8ee;
    border-top: 0px solid #bbe8ee;
    border-left: 0px solid #bbe8ee;
    border-right: 0px solid #bbe8ee;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius:0px;
}
.acc-section .acc-box .panel-body {
    border-top: 0px solid #bbe8ee !important;
}


/*====== shortcode tabs =======*/

.tab-section{
    position:relative;
    padding:0px 0px 0px 0px;
}
.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
}
.nav-tabs li {
    border-bottom: 0px;
}
.nav-tabs li a {
    font-weight: 600;
    color: #0186d5;
    padding: 8px 14px;
    border: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.nav-tabs li a:hover {
    color: #2d52a0;
    background-color: transparent;
    border-bottom: 1px solid #2d52a0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.nav-tabs li.active a{
    border-bottom: 1px solid #0186d5;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    color: #0186d5;
    cursor: default;
    background-color: #fff;
}
.nav-tabs li.active a:hover{
    color: #2d52a0;
    background-color: transparent;
    border-bottom: 1px solid #2d52a0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.tab-content{
    border-top:none;
    padding: 5px 0px;
	overflow: hidden;
}
.tab-content-page{
    border: 1px solid #e8e8e8;
	margin-top: 9px;
}

/*====== shortcode buttons =======*/

.button-section{
    position:relative;
}
.button-section ul{
    position:relative;
    padding:20px 0px 20px 0px;
}
.button-section ul li{
    display:inline-block;
}
/*-----button green background-----*/
.btn-green-lg{
	color:#fff;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-lg:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-md{
	color:#fff;
	font-size:16px;
	padding:12px 30px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-md:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-sm{
	color:#fff;
	font-size:16px;
	padding:10px 26px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-sm:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-xs{
	color:#fff;
	font-size:16px;
	padding:8px 22px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-xs:hover{
	background-color:#006eab;
	color:#fff;
}
.btn-green-xxs{
	color:#fff;
	font-size:16px;
	padding:5px 16px;
	border-radius:3px;
        border:none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-xxs:hover{
	background-color:#006eab;
	color:#fff;
}
/*-----button green border-----*/
.btn-green-border-lg{
        border:1px solid #02b762;
	color:#02b762;
	font-size:16px;
	padding:15px 35px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-lg:hover{
	background-color:#02b762;
	color:#fff;
}
.btn-green-border-md{
        border:1px solid #02b762;
	color:#02b762;
	font-size:16px;
	padding:12px 30px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-md:hover{
	background-color:#02b762;
	color:#fff;
}
.btn-green-border-sm{
	border:1px solid #02b762;
	color:#02b762;
	font-size:16px;
	padding:10px 26px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-sm:hover{
	background-color:#02b762;
	color:#fff;
}
.btn-green-border-xs{
	border:1px solid #02b762;
	color:#02b762;
	font-size:16px;
	padding:8px 22px;
	border-radius:3px;
        -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-xs:hover{
	background-color:#02b762;
	color:#fff;
}
.btn-green-border-xxs{
	border:1px solid #02b762;
	color:#02b762;
	font-size:16px;
	padding:5px 16px;
	border-radius:3px;
        -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn-green-border-xxs:hover{
	background-color:#02b762;
	color:#fff;
}


/*============== shortcode Typography section css ===============*/

.typography-section{
	position:relative;
	display:block;
	padding:50px 15px 50px 15px;
        color:#333;
}
.typography-box{
	position:relative;
	display:block;
        border:1px solid #02b762;
        padding:20px 15px 20px 15px;
}

/*============== shortcode tooltip section css ===============*/

.tooltip-section{
	position:relative;
	display:block;
        color:#333;
}
.tooltip-box{
	position:relative;
	display:block;
        border:1px solid #02b762;
        padding:20px 15px 20px 15px;
}
.tooltip-box .tooltip {
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
    position: relative;
}
.tooltip-box .tooltip.top {
    padding: 5px 0;
}
.tooltip-box .tooltip.bottom {
    padding: 5px 0;
}
.tooltip-box .tooltip.right {
    padding: 0 5px;
}
.tooltip-box .tooltip.left {
    padding: 0 5px;
}
.tooltip-box .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #02b762;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #02b762;
    border-radius: 4px;
}

/*============== shortcode table section css ===============*/

.table-section{
	position:relative;
	display:block;
        color:#333;
}
.table-box{
	position:relative;
	display:block;
        border:1px solid #02b762;
        padding:20px 15px 20px 15px;
}

/*============== shortcode counter section css ===============*/

.counter-section{
    position: relative;
    padding: 0px 0px 0px 0px;
}
.count-clear{
    padding: 30px 0px 0px 0px;
}
.count-number{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.count-number::before{
    content: "";
    width: 40px;
    height: 2px;
    background-color:#02b762;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.count-number .counter{
    font-size: 30px;
    font-weight: 400;
    color: #333;
}
.counter-section h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.round.count-number{
    border: 8px solid #02b762;
    position: relative;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    line-height: 135px;
    margin: 0px auto;
    margin-bottom: 20px;
    
}
.round.count-number::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color:#02b762;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}


/*============== shortcode piechart section css ===============*/

.piechart-section{
    position: relative;
}
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px 0px;
    width: 100%;
}
.piechart span {
    font-size: 30px;
    font-weight: bold;
    font-family: arial;
    position: relative;
    line-height: 140px;
    top: 0px;
    z-index: 2;
}
.piechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.piechart-section h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

/*============== shortcode form section css ===============*/

.shortcode-form{
    position:relative;
}

/*============== shortcode social section css ===============*/

.social-section{
    position: relative;
}
.social-section ul li{
    display: inline-block;
}
.social-icon-circle i{
    background-color:#02b762;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 15px;
}
.social-icon-squire i{
    background-color:#02b762;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.social-icon-border i{
    background: none;
    color: #02b762;
    border: 1px solid #02b762;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

/*============== shortcode google map section css ===============*/

.map-section{
    position:relative;
}
.map-short{
    position:relative;
    border:1px solid #02b762;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

/*==============================================================================
                               portfolio style
================================================================================*/

/*============== portfolio grid css ===============*/

.portfolio-section{
	position:relative;
	display:block;
	padding:50px 0px 50px 0px;
}
.portfolio-section .portfolio-item{
	position:relative;
	padding:0px 0px 30px 0px;
}
.portfolio-section .portfolio-item .inner{
	position:relative;
        overflow:hidden;
        max-width:100%;
        margin:0 auto;
}
.portfolio-section .portfolio-item .inner img{
	position:relative;
        display:block;
        width:100%;
}
.portfolio-section .portfolio-item .overlay{
	position: absolute;
        display: none;
        left: 5%;
        top: 5%;
        width: 90%;
        height: 90%;
        transition: all 0.5s ease-in 0s;
}
.portfolio-section .portfolio-item .inner:hover .overlay{
    background-color: #02b762;
    opacity: 0.9;
    display: block;
    
}
.portfolio-section .portfolio-item .over-icons{
	position: absolute;
        overflow: hidden;
        top: 42%;
        left: 40%;
        text-align: center;
}
.portfolio-section .portfolio-item .over-icons li{
    display:inline-block;
    padding: 0px 10px 0px 10px;
}
.portfolio-section .portfolio-item .over-icons i{
    color: #fff;
    font-size:26px;
    background-color:#006eab;
    padding: 15px;
    border-radius: 50%;
}

/*============== portfolio detail css ===============*/

.portfolio-section .portfolio-detail{
	position:relative;
	padding:0px 0px 30px 0px;
}
.portfolio-section .portfolio-detail ul li{
        margin:0px 0px 0px 30px;
        line-height:25px;   
        position: relative;
        padding-left: 20px;
}
.portfolio-detail ul li::before{
    position: absolute;
    overflow: hidden;
    content: "";
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color:#02b762;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/*============== portfolio popup css ===============*/
.pop-bg{
    position: fixed !important;
    display: block;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 1000 !important;
}
.pop-inner{
    position:absolute !important;
    top:10% !important;
    left:20% !important;
    width:60% !important;
    height:80% !important;
    z-index:15000 !important;
    background:#FFF !important;
    border-radius:5px;
    display:block;
}
.pop-inner img{
    position:absolute !important; 
    z-index:20000 !important; 
    vertical-align:top central !important; 
    width:100% !important; 
    height:100% !important;
    border: 50px solid #fff;
}
.pop-inner .pop-tabs{
    position:absolute !important; 
    z-index:30000 !important;
    top: 91.6%;
    left: 37%;
}
.pop-inner .pop-tabs ul li{
    display: inline-block;
    padding: 0px 20px 0px 20px;
}
.pop-inner .pop-tabs .click-close{ 
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}
.pop-inner .pop-tabs .click-left{
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}
.pop-inner .pop-tabs .click-right{
    z-index:30000 !important;
    width:40px !important; 
    height:40px !important;
    border: none;
}




/*====================================================================
                     testimonial content wrapper style
====================================================================*/

.section-wrapper{
    position: relative;
    padding: 0 0;
    background-color: #fff;
}


/*
parallax-about style
==============================================================*/

.parallax-offer{
    position: relative;
    padding: 0px 0px;
    background-color: #fff;
}
.parallax-offer .parallax-offer-content{
    padding: 60px 0px;
    position: relative;
}
.offer-item{
    padding: 0px 0px;
    background-color: #f7f7f7;
    transition: all 0.5s ease-in-out 0s;
}
.offer-item:hover{
    background-color: #fa9928;
    transition: all 0.5s ease-in-out 0s;
}
.offer-item:hover a{
    color: #fff;
}
.offer-item .offer-item-image{
    padding: 0px 0px;
}
.offer-item .offer-item-image img{
    padding: 0px 0px;
    min-height: 215px;
    max-height: 215px;
    width: 100%;
}
.offer-item .offer-item-detail{
    padding: 15px 15px;
    color:#282828;
    font-size: 20px;
}
.offer-item-detail a{
    color:#282828;
}
.offer-item-detail i{
    padding-right: 10px;
    font-size: 30px;
}


/*
parallax-services style
==============================================================*/

.parallax-services{
    position: relative;
    padding: 0px 0px;
    background-color: #f7f7f7;
}
.parallax-services .parallax-services-content{
    padding: 60px 0px;
    position: relative;
}
.services-item{
    padding: 0px 10px;
    margin: 15px 0px;
    transition: all 0.5s ease-in-out 0s;
}
.services-item:hover .services-item-icon i{
    background-color: #48c7ec;
    transition: all 0.5s ease-in-out 0s;
}
.services-item:hover .services-item-text h3{
    color: #fa9928;
    transition: all 0.5s ease-in-out 0s;
}
.services-item a {
    color: #282828;
}
.services-item .services-item-icon {
    padding-bottom: 15px;
}
.services-item-icon i {
    padding: 0px 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background-color: #fa9928;
}
.services-item .services-item-text {
    padding: 0px 0px;
}
.services-item-text h3 {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 600;
}


/*
parallax-about style
==============================================================*/

.parallax-about{
    position: relative;
    padding: 0px 0px;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.parallax-about .parallax-about-content{
    padding: 60px 0px;
    position: relative;
}
.parallax-about-content .title-about{
    padding-bottom: 10px;
}
.title-about h3{
    font-size: 20px;
    font-weight: 600;
}
.parallax-about-content .about-detail{
    padding: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}
.parallax-about-content .faq-detail{
    padding: 0px 0px;
    transition: all 0.5s ease-in-out 0s;
}




/*
parallax-testimonial style
==============================================================*/

.parallax-testimonial{
    position: relative;
    padding: 50px 0px 10px 0px;
    /*background: #0186d5;*/
    background: #FF9800;
}
.parallax-testimonial-content{
    padding: 0px 0px;
    position: relative;
}

.parallax-testimonial-text{
    position: relative;
    padding: 0px;
    margin-top: 0px;
}
.carousel-indicators .active{
    
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.content{
    margin-top:0px;
}
.adjust1{
    float:left;
    width:100%;
    margin-bottom:0;
}
.adjust2{
    margin:0;
}
.thumbnail {
    display: block;
    padding: 10px 60px;
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li{
    border :1px solid #ccc;
}
.carousel-control{
    color:#31708f;
    width:5%;
}
.carousel-control:hover, .carousel-control:focus{
    color:#31708f;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.media-object{
    margin:auto;
    margin-top:0%;
}
.testi-title {
    padding: 9px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.testi-text {
    padding: 5px 150px;
    text-align: center;
    color: #fff;
}
.testi-text p {
    padding: 0px 0px;
}

.chapter-titles{
    position: relative;
    background: none;
    text-align: center;
}
.chapter-titles h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}


/*
about-us-section
==============================================================*/
.about-us{
    padding: 50px 0px;
    position: relative;
    background-color: #f1f1f1;
}

.about-container{
    position: absolute;
    z-index: 9999;
     top: -265px;
   left: 0%;
   width: 100%;
   /*overflow: hidden;*/
}
.about-search{
    position: relative;
    padding: 10px 10px;
    /*overflow: hidden;*/
}
.about-search .about-box{
    padding: 10px 150px;
    width: 100%;
    /*overflow: hidden;*/
}
@media only screen and (min-width: 320px) and (max-width: 768px){
.about-search .about-box{
    padding: 10px 0px;
    width: 100%;
    /*overflow: hidden;*/
}
}

.mbox_1{
    padding: 0px 0px;
   /* background-color: #F1C22E; */
/*     background: rgba(0,143,213,0.9);*/
  background: rgba(255, 87, 34, 0.78);
    width: 100%;
    height: 306px;
}
.mbox_1-icon{
    position: absolute;
    left: 35%;
    top: -44px;
    z-index: 99999999;
}
.register{
	color:#fff;
}
.mbox_1-icon i{
   font-size: 67px;
    color: #fff;
    /* background-color: #F1C22E; */
    width: 90px;
    height: 113px;
    line-height: 90px;
    text-align: center;
    /* border-radius: 50%; */
    margin-top: 61px;
}
.mbox_2{
    padding: 0px 0px;
    /*background-color: #FD4D40; */
/*	 background: rgba(77,177,226,0.9);*/
     background: rgba(255, 152, 0, 0.78);
     width: 100%;
    height: 306px;
}
.mbox_2-icon{
    position: absolute;
    left: 35%;
    top: -44px;
    z-index: 99999999;
}
.mbox_2-icon i{
  font-size: 67px;
    color: #fff;
    /* background-color: #F1C22E; */
    width: 90px;
    height: 113px;
    line-height: 90px;
    text-align: center;
    /* border-radius: 50%; */
    margin-top: 61px;
}
.mbox_3{
    padding: 0px 0px;
    /*background-color: #16C3B0;*/
/*	     background: rgba(0,143,213,0.9);*/
    background: rgba(22, 195, 176, 0.78);
     width: 100%;
    height: 306px;
}
.mbox_3-icon{
    position: absolute;
    left: 35%;
    top: -44px;
    z-index: 99999999;
}
.mbox_3-icon i{
   font-size: 89px;
    color: #fff;
    /* background-color: #F1C22E; */
    /* width: 90px; */
    /* height: 113px; */
    /* line-height: 90px; */
    text-align: center;
    /* border-radius: 50%; */
    margin-top: 72px;
}
.mbox_4{
    padding: 0px 0px;
    background-color: #FF7300;
     width: 100%;
    height: 105px;
}
.mbox_4-icon{
    position: absolute;
    left: 35%;
    top: -44px;
    z-index: 99999999;
}
.mbox_4-icon i{
   font-size: 36px;
    color: #fff;
    background-color: #FF7300;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
}
.mbox-title{
    position: relative;
    color: #fff;
    /*padding: 46px 0px 0px 24px;*/
   /* text-align: center; */
}
.mbox-title h3{
     font-size: 23px;
    color: #fff;
    line-height: 22px;
   /* margin-top: 98px;*/
    font-weight: bold;
	text-align: center;
	top: 116px;
}
.mbox-title h3 span{
    font-size: 16px;
}

.home-appointment-sec {
    padding: 70px 0px;
    position: relative;
    background-color: #fff;
}
.home-appointment-sec .home-appointment-sec-inn {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.about_company_sec{
    padding: 110px 0px 0px 0px;
    overflow: hidden;
}
.about-title{
    position: relative;
    padding: 0px 0px;
}
.about-title h3{
    padding: 6px 0px;
    font-size: 36px;
    line-height: 44px;
}
.about-title h3 span{
    padding: 6px 0px;
    font-size: 36px;
    font-weight: 700;
}
.about-title h4{
	padding: 6px 0px;
    font-size: 20px;
    color: #414244;
}
.about-discp{
    padding: 0px 0px;
}
.about-discp ul{
    padding: 20px 0px 20px 22px;
    list-style-type: none;
    
}
.about-discp ul li{
    padding: 5px 0px;
    font-size: 16px;
    list-style-image: url(https://www.vaxisure.com/resources/media/1529494353_li-circle_0.png);
    list-style-position: outside;
}
.about-discp p{
    padding: 17px 0px;
    font-size: 15px;
    color: #7a7a7b;
}
.btn-left{
  overflow: hidden;
    position: relative;
    float: left;
    padding: 14px 0px 20px 0px;
}
.btn-left a{
  font-size: 14px;
    color: #fff;
    padding: 10px 30px;
   
    border-radius: 50px;
   
    background: #e11931;
	transition: .3s ease-in-out;
}
.btn-left a:hover{
   background-color: #0186d5;
  
}

/* tabel section
============================================*/

#no-more-tables{
       
    width: 100%;
}
#no-more-tables table{
        border: 1px solid #989898;
        /*border: 2px solid #ff9800;*/
    width: 100%;
}
#no-more-tables table a{
    color:#ff001f;
   /* color: #013196;*/
	font-weight: 700;
}
#no-more-tables table a:hover{
    color: #0186d5;
	text-decoration: underline;
}
.thead-inverse  th {
    color: #fff;
    background-color: #30b775;
    /*background-color: #FF9800;*/
}

.thead-inverse th {
   padding: 10px 10px !important;
    line-height: 1.5;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.tbody-inverse td {
    padding: 10px 10px !important;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #989898;
    /*border: 2px solid #ff9800;*/
    font-size: 16px;
    /*background: #FFEB3B;*/
}
.tbody-inverse tr:nth-child(2n+2){
       background-color: #fff;
       color: #000;
}

.thead-inverse-red  th {
    color: #fff;
    background-color: #30b775;
}
.thead-inverse-red th {
   padding: 15px 10px !important;
    line-height: 1.5;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
/*.tbody-inverse tr:hover{
    background-color: ;
}*/


/*list page list page list page  list page  list page  list page 
=================================================================*/
.search-field{
    padding: 23px 0px;
}

.select-list{
    position: relative;
    padding: 8px 10px;
    border: 1px solid #ddd;
    height: 40px; 
	margin-left: 5px;	
}
.select-list select{
   width: 88%;
   border: none;
   color: #a1a1a1;
   background: transparent;
   background-image: url(../images/icons/select-down.png);
   text-indent: 1px;
   background-repeat: no-repeat;
   background-position: right center;
   text-overflow: '';
   outline: none;
   display: inline-block;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer; 
   margin-left: 12px;
}
.select-list .map-icon{
    width: 5%;
	float: left;
	font-size: 16px;
	padding: 0px;
	top: 0px;
	position: relative;
	left: 2px;
	color: #a1a1a1;
}
.select-list .map-icon i{
	color: #a1a1a1;
}
.select-list .search-content {
    width: 95%;
    float: left;
}
.select-hospital{
    height: 40px;
	border: 1px solid #ddd;	
    margin-left: 5px;
    padding: 8px 10px;
}

.select-input input[type="text"]{
	width: 90%;
	background: none;
	border: none;
}
.hospital-search{
	position:absolute;
	top: 0;
	right: 0;
}
.hospital-search button{
	padding: 8px 15px 8px 15px; 
	background: none;
	border: none;
}
.hospital-search button:hover{
	background: #0186d5;
	border: none;
	color: #fff;
}
.hospital-search button:hover i{
	color: #fff;
}
.hospital-search button i{
	font-size: 16px;
	transition: .2s;
	color: #a1a1a1;
}
.hospital-search button i:hover{
	color: red;
}
.list-btn{
	padding: 47px 0px;
}
.list-btn a{
	padding: 0px 20px;
    color: #fff;
    text-transform: capitalize;
	background: #02b762;
	border-radius: 50px;
	padding: 10px 20px;
}
.list-btn a:hover{
    color: #fff;
    background-color: #2d52a0;
}
.abt-logo{
	float:left;
	padding: 10px 0px;
}
.abt-logo img{
	padding: 0px 0px;
}

/*======================filter section=========================*/
.filter{
	background: #f1f1f1;
}

.filter-icon {
	padding: 15px 15px;
	background: #8e8e8e;
}
.filter-by
{
	background: red;
}
.filter-icon i{
	color: #fff;
	font-size: 30px;
}
.filter-icon span{
	color: #fff;
	font-size: 20px;
	padding: 5px  0px 5px  20px;
}
.filter-choose{
	padding: 10px 0px;
}
.filter-select{
}
.filter-option{
	height: 40px;
    padding: 0px 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
}
.filter-option select{
	width: 100%;
	background: none;
	border: none;
	color: #9f9a9a;
	padding: 10px 8px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; 
	background-image: url(../images/icons/select-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: capitalize;	
}

/*booking sections=====================================booking sections
=====================================================================*/
.doctors-section{
	
}
.item-list{
	/*background: #fbfbfb;*/
	background: #ffeb3b24;
    overflow: hidden;
    /* -webkit-box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.53); */
    -moz-box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.53);
    /* box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.2); */
    margin-bottom: 40px;
    border: 1px solid #f5f5f5;
    padding: 15px;
}
.item-list-detail{
	background: #eafcfe;
	-webkit-box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.53);
	-moz-box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.53);
	box-shadow: 9px 2px 82px -19px rgba(0,0,0,0.53);
	margin-bottom: 40px;
}
.doc-detail-img {
	border-right: 1px solid #122f33;
	border-left: 1px solid #122f33;
	border-top: 1px solid #122f33;
	border-bottom: 1px solid #122f33;
}
.doc-detail-img img{
	min-height: 110px;
    max-height: 110px;
    width: 115px;
    padding: 0px;
    margin: 0px;
    border-radius: 6px;
}
.doc-img {
	padding: 0px;
	/*height: 130px;*/
    width: 100%;
}
.doc-img a{
	padding: 0px;
	margin: 0px;
}
.doc-img img{
    padding: 0px;
    margin: 0px;
    border-radius: 4px;
    /*height: 100%;*/
    height: auto;
    width: 100%;
}
.doc-name {
	padding: 0px 0px;
}
.doc-name h3  {
/*	color: #018fe3;
    font-size: 19px;
    font-weight: 500;*/
    color: #F44336;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.doc-name h3 a {
	/*color: #018fe3;*/
	color: #F44336;
    font-weight: bold;
    text-transform: uppercase;
}
.doc-name h4 {
    font-size: 14px;
    padding: 0px 0 5px 0;
}
.doc-detail {
	padding:  0px 0px;
	
}
.doc-detail ul {
	padding: 0px 0px 0px 0px;
}
.doc-detail ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	padding: 3px 0px;
    font-size: 15px;
}
.doc-detail h5 {
    font-weight: 700;
    padding: 0px 0px 10px 0px;
}
.doc-detail i {
	padding-right: 10px;
	color: #313030;
	
}
.doc-detail span {
	padding-left: 18px;
	
}
.doc-rating{
	position: relative;
	float: right;
	
}
.doc-rating span{
	padding-left: 10px;
}
.doc-rating span i{
	margin-left: 4px;
	color: #e11931;	
	font-weight: 700;
}
.doc-rating i{
	color: #e11931;	
}
.doc-rating h4{
	    color: #1d1f1f;
    font-weight: 400;
    font-size: 16px;
	padding-bottom: 5px;
}
.doc-wishlist{
	position: relative;
	float: left;
	color: #e11931;
	float: right;
	    margin-top: 10px;
}
.doc-wishlist a{	
	color: #018fe3;	
	color: #FF9800;
	background: none;
	border: 2px solid #FF9800;
	padding: 6px 22px;
    border-radius: 3px;
    font-weight: bold;
}

.doc-wishlist a:hover{	
	color: #fff;	
	background: #FF9800;
	border: 2px solid #FF9800;
}

.doc-status{
	position: relative;
	text-align: center;
	color: #e11931;
	padding: 5px 0px 0px 0px;
	font-weight: 700;
}
.doc-status a{	
	color: #e11931;	
	font-weight: 700;
}

.doc-status a:hover{	
	color: #09a7a5;	
}

.doc-book{
	position: relative;
	float: left;
	padding: 0px 10px;
    margin-top: 10px;
}
.doc-book .red a{
	background: #e11931;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 500;
	border: 1px solid #e11931;
	margin: 0px 10px;
}
.doc-book .red a:hover{
	background: transparent;
    color: #e11931;
	border: 1px solid #e11931;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 500;
}
.doc-book h6{
    font-size: 12px;
}
.doc-book a{
	background: #FF5722;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    font-weight: 600;
    border: 2px solid #FF5722;
    margin: 0px 0px;
    display: inline-block;
}

.selectt a{
	background: #002387;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 500;
	border: 2px solid #002387;
}
.doc-book a:hover{
	background: transparent;
    color: #FF5722;
	border: 2px solid #FF5722;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 600;
}

.doc-gallery {
    display: block;
}
.doc-gallery .well {
    padding: 5px 5px;
    background: #fbfbfb;
    border: none;
	text-align: center;
	box-shadow: none;
}
.doc-gallery img {
    width: 100%;
    min-height: 130px;
    max-height: 130px;
    margin: 0 auto;
}
.doc-gallery h3 {
    font-size: 14px;
    padding-top: 10px;
}





/*side bar================side bar================side bar================
side bar================side bar================side bar================*/

.side-bar{
	margin-bottom: 50px;
}



/*detail list of doctor==========================detail list of doctor
=======================detail list of doctor==========================*/

.doc-name span{
	font-size: 14px;
    padding-left: 10px;
}
.doc-detail span{
	    color: #313030;
    margin-left: -15px;
}
.doc-detail a{
	color: #e11931;
	font-weight: 500;
	margin-left: 10px;
}

.doc-detail a:hover{
	color: #09a7a5;
}

/*vertical tabs of doctor==========================detail list of doctor
=======================detail list of doctor==========================*/
.vertical-tab{
	width: 100%;	
}
.vertical-tab ul{
	padding: 0;	
}
.vertical-tab ul li{
	font-size: 15px;
}
.tabs-left{
  border-bottom: none;
}

.tabs-left>li{
  float: none;
  background: #0186d5;
  color: #fff;
  border-bottom: none;
  font-size: 15px;
}

.tabs-left>li>a{
  float: none;
  color: #fff;
  border-bottom: none;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase; 
  font-size: 15px;
}
.tabs-left>li {
  	margin-bottom: 10px;
}

.vertical-tab .nav-tabs li{
	border-left: 5px solid #0186d5;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.vertical-tab .nav-tabs li:hover{
	border-left: 5px solid #0186d5;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #fbfbfb;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.vertical-tab .nav-tabs li.active{
	border: none;
    color: #122f33;
    cursor: default;
    background-color: #fbfbfb;
	    border-left: 5px solid #0186d5;
}
.vertical-tab .nav-tabs li.active a{
	border: none;
    color: #122f33;
    cursor: default;
    background-color: #fbfbfb;
}

.vertical-tab .nav-tabs li a:hover{
	background: #fbfbfb;
	border-bottom: none;
	color: #122f33;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}

.vertical-tab .tab-content{
	    background: #fbfbfb;
    padding: 28px 15px 28px 15px;
    border: 1px solid #f5f5f5;
}
#appointments h5{
	font-size: 17px;
	font-weight: 700;
}
#appointments p{
	padding-top: 15px;
	font-size: 15px;
}
#appointments span{
	margin-left: 20px;
	font-size: 15px;
}
.schedule-btn{
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.schedule-btn a{
	background: #02b762;
	color: #fff;
	padding: 10px 0px;
	width: 100%;
	display: inline-table;
	text-align: center;
}
.schedule-btn a:hover{
	background: #eafcfe;
	border: 0.1px solid #02b762;
	color: #02b762;
	
}
.book1-btn{
	/*background: #018fe3;*/
	background: #FF5722;
    color: #fff !important;
    padding: 4px 7px;
	border: 2px solid #FF5722;
    display: inline-table;
    text-align: center;
	font-weight:700;
}
.book1-btn:hover{
	background: transparent;
	border: 2px solid #FF5722;
	color: #FF5722 !important;
	font-weight:700;
}
/*.cancel-btn{
	width: 100%;
	float: left;
}*/

.cancel-btn a{
	background: #f97b2e;
	color: #fff;
	padding: 10px 0px;
	width: 100%;
	display: inline-table;
	text-align: center;
	
}
.cancel-btn a:hover{
	background: #eafcfe;
	border: 0.1px solid #f97b2e;
	color: #f97b2e;
	
	
}
#profile1 h4{
	padding-bottom: 8px !important;
	font-weight: 500;
}
#transaction .table{
	border: 1px solid #ddd;
}

#transaction .tbody-inverse{
	background: transparent;
}
#profile h5{
	font-size: 15px;
	margin-bottom: 20px;
}
#manage td a:hover{
		color: #000;
}
#vacation {
	
}

.set-time{
	margin-bottom: 30px;
	overflow: hidden;
}
.time-btn{
	margin-top: 45px;
}
/*horizontsl nestes tabs=====================================================
======================================================horizontsl nestes tabs*/
.hor-tab{
	width: 100%;	
}
.hor-tab .tabs-left{
  border-bottom: none;
}

.hor-tab>li{
  float: none;
  background: red;
  color: #fff;
  border-bottom: none;
}
.hor-tab .tabs-left>li>a{
  float: none;
  color: #fff;
  border-bottom: none;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase; 
}
.hor-tab li {
  
  	margin-bottom: 10px;
	background: #e11931;
	color: #fff;
	margin-right: 12px;
}
.hor-tab .nav-tabs li a{
	color: #fff !important;
	font-weight: 600;
    color: #2d52a0;
    padding: 2px 14px;
    border: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 12px;
}


.hor-tab .nav-tabs li.active{
	border: none;
    color: #122f33 !important;
    cursor: default;
    background-color: #eafcfe;
	
}
.hor-tab .nav-tabs li.active a{
	border: none;
    color: #ffffff !important;
    cursor: default;
    background-color: #0186d5;
}

.hor-tab .nav-tabs li a:hover{
	background: #0186d5;
	border-bottom: none;
	color: #fff !important;
}

.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}

.hor-tab .tab-content{
	padding:  8px 15px 28px 15px;
}

/*basic information========================*/

.tabs-title{
	text-align: center;
    padding-top: 7px;
    font-weight: 700;
    color: #3f3f40;
    padding-bottom: 4px !important;
}
.tabs-title h4{

    padding-bottom: 4px !important;
}

.info_label label{
	display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
line-height: 40px;
}
.info_field{
	width: 100%;
	background: none;
	color: #a7a3a3;
	
}
.info_field label{
	width: 100%;
	background: none;
	color: #000;
	font-weight: 500;
	
	
}
.info_field select{
	background: none;
	border: none;
	width: 100%; 
}
.profile {
	margin: 5px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 768px){
	.drrigester{
	    margin-top: -215px;
	}
	.tab-content-page{
    border: 1px solid #e8e8e8;
	margin-top: 9px;
}

.tab-pane{
	    margin-top: 186px;
	}
	.tab-pane2{
	    margin-top: 4px;
	}
.tab-pane3{
	    margin-top: 0px;
	}
.registere{
	    margin-top: -24px;
	}	
}


.profile input[type="text"]{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile textarea{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile input[type="email"]{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile input[type="file"]{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile input[type="date"]{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile input[type="submit"]{
	width: 100%;
    padding: 10px 0px;
    background: #0186d5;
    border: none;
    color: #fff;
    border-radius: 3px;
}
.profile input[type="button"]{
	width: 100%;
	padding: 10px 10px;
	background: #0186d5;
	border: none;
	color: #fff;
	border: 1px solid #0186d5;
	border-radius: 3px;
}
.profile input[type="button"]:hover{
    border: 1px solid #0186d5;
	background: transparent;
	color: #0186d5;
}
.profile input[type="password"]{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile input[type="submit"]:hover{
	border: 1px solid #0186d5;
	background: transparent;
	color: #0186d5;
}
.profile select{
	width: 100%;
	padding: 10px 10px;
	background: none;
	border: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
.profile-img{
	height: 80px;
	width: 80px;
	margin-bottom: 5px;

}
.profile-img img{
	height: 79px;
	width: 100%;
	border: 1px solid #122f33;
}
.profile-txt{
	text-align: center;
	padding: 30px 0;
}
#member table a:hover{
    color: #000;
}


/*agree disagree button==================================
agree disagree button====================================*/
.agree{
	padding-top: 25px;
}
.agree a{
	padding: 10px 40px;
	background:  #0186d5;
	display: inline-table;
	color: white;
	float: right;
	font-size: 18px;
	border: 1px solid #0186d5;
	transition: .2s ease-in-out;
}
.agree a:hover{
	padding-left: 55px;
	background: transparent;
	border: 1px solid #0186d5;
	color: #0186d5;;
	
}
.disagree{
	padding-top: 25px;
}
.disagree a{
	padding: 10px 40px;
    background: #e11931;
    display: inline-table;
    color: white;
    float: left;
    border: 1px solid #e11931;
    font-size: 18px;
    transition: .2s ease-in-out;
}
.disagree a:hover{
	padding-right: 55px;
	background: transparent;
	border: 1px solid #e11931;
	color: #e11931;;
	
}

/*fix total bar==================================
fix total bar====================================*/
.total-fix{
	width: 100%;
/*	background: #e11931;*/
	background: #ef4453;
	margin-top: 20px;
	overflow: hidden;
	height: 80px;
	position: fixed;
	bottom:  0;
	z-index: 9999;
}
.total-fix .cart{
	color: #fff;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
	padding: 17px 8px;
}
.total-fix .cart i{
	color: #fff;
	font-size: 30px;
	transition: .2s ease-in-out;
	padding: 5px;
}

.total-fix .cart .badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0186d5;
    border-radius: 10px;
	margin-top: -38px;
	margin-left: -15px;
}
.total-fix .cart:hover .badge{
	background-color: #052c7f;
}
.total-fix .total{
	width: 100%;
	padding: 28px 0px;
}
.total-fix .checkout-btn{
	width: 100%;
}
.total-fix h4 i{
	color: #fff;
	font-size: 28px;
}
.total-fix h5{
	color: #fff;
	
	font-size: 17px;
	
}
.checkout-btn {
	width: 100%;
	padding: 21px 0px;
}
.checkout-btn a{
    background: #0186d5;
    padding: 9px 13px;
    color: #fff;
    display: inline-table;
    border: 2px solid #ffffff;
    transition: .2s ease-in-out;
    font-weight: bold;
}
.checkout-btn a:hover{
	background: #052c7f;
	color: #fff;
	display: inline-table; 
	border: 2px solid #fff;	
}

/*====================================disagree reasons input field============================================
==============================================================================================================*/
.disagree input{
	
	width: 100%;
	padding: 5px 5px;
	border-radius: 3px;
	border: 1px solid #bdc3c7;

}
.disagree .popup-cont{
	
	width: 100%;
	border: 1px solid #fff;
	
}
.disagree form{
	border: 1px solid #dedede;
	overflow: hidden;
	padding: 31px 16px;
	border-radius: 5px;
}
.disagree label{
	color: #5b5a5a;
	font-weight: 400;
	
}


/*============== Top user dashbord profile dropdown css ===============*/
.top-user{
    padding: 15px 0px;
}
.top-user ul {
    padding: 0px 0px 0px 0px;
    margin: 0;
    list-style: none;
    text-align: right;
}	
.top-user ul li {
    display:inline-block;
    position: relative;
    height: 40px;
    text-align: left;
}
.top-user ul li img{
    position: relative;
    height: 60px;
    width: 60px;
    border: 3px solid #02b762;
	
}
.top-user ul li a {
    display:block;
    padding: 0 0px 23px 20px;	
    color:#fff;
    font-size:14px;
    line-height: 20px;
    text-decoration:none;
    font-weight: bold;
}
.top-user ul li a:hover { 
    color: #02b762;
}
.top-user ul ul { 
    display:none;
    position:absolute;
    top: 71px;
    right: -15px;
    background: #27606b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    z-index:9999;
}
.top-user ul li:hover > ul {
    display:inherit;
}
.top-user ul ul li{
    width:170px;
    float:none;
    display:list-item;
    position:relative;
    border-right: 0px;
	text-align: right;	
}
.top-user ul ul li a{
	padding: 0 20px 0px 20px;
    line-height: 40px;
    padding-bottom: 0px;
/*    border-bottom: 1px solid #fff;*/
}
.top-user ul ul li a:hover{
    color: #fff;
    background-color: #02b762;
}



/*============== Top user dashbord profile dropdown css ===============*/
.topbar-user{
    padding: 0px 0px;
}
.topbar-user ul {
    padding: 7px 0px 7px 0px;
    margin: 0;
    list-style: none;
    text-align: right;
}	
.topbar-user ul li {
    display:inline-block;
    position: relative;
    padding: 0 8px;
    border-right: 1px solid #e4e4e4;
    font-size: 13px;
}
.topbar-user ul li:last-child {
    padding-right: 0px;
    border-right: 0px solid #e4e4e4;
}
.topbar-user ul li a {
    display:block;
    padding: 0 0px;	
    color: #e11931;
    font-size:13px;
    text-decoration:none;
    font-weight: bold;
}

.topbar-user ul li a:hover {
        color: #02b762;
}





.das-gallery{
	padding: 20px 0px 0px 0px;
}
.das-gallery .das-item{
	padding: 5px;
	margin: 15px 0px;
	background: #dcdcdc;
	border-radius: 5px;
}
.das-item .das-item-image{
	padding: 0px;
}
.das-item-image img{
	width: 100%;
	min-height: 100px;
	max-height: 100px;
}
.das-item .das-item-title{
	padding: 0px;
	text-align: center;
}
.das-item-title a{
	color: #000;
	padding: 3px 0px 0px 0px;
}
.das-item-title a:hover{
	color: #e11931;
}

/*==============================================================================
                             modal-popup
================================================================================*/
#Modal_appointments{
    z-index:99999999;
}
.modal-popup{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999999;
        display: none;
}
.modal-popup-in{
        position: absolute;
        top: 20%;
        left: 30%;
        width: 40%;

}
.modal-wrapper{
        position: relative;
        background: #fff;
        padding: 70px 65px;
}
.modal-close-btn{
        background-image:url(../images/icons/btn-close.png);
        background-repeat: no-repeat;
        background-position: 9px 8px;
        clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;

}
.modal-close-btn:hover{
        background-image:url(../images/icons/btn-close.png);
        background-repeat: no-repeat;
        background-position: 9px -22px;
}
.modal-heading{
        position: relative;
        text-align: center;
            font-size: 27px;
}
.modal-heading h1{
                    padding-bottom: 12px;
            font-size: 27px;
}
.modal-form{
        position: relative;
        padding-top: 20px;
}
.modal-field-box{

}
.modal-form-select{
        position: relative;


}
.modal-form-select select{
        border: 2px solid #bdc3c7;
        padding: 5px 20px;
        position: relative;
        margin-bottom: 20px;
        border-radius: 4px;
        position: relative;
        width: 100%;
        font-size: 17px;
        padding: 10px 25px;
        background: transparent;
        color: #6c6c6c;
}
.modal-form-field{
        position: relative;

}
.modal-form-field input{
        border: 2px solid #bdc3c7;
        padding: 5px 20px;
        position: relative;
        margin-bottom: 20px;
        border-radius: 4px;
        position: relative;
        padding: 10px 25px;
        background: transparent;
        font-size: 17px;
        width: 100%;
}
.modal-button{
        position: relative;
        text-align: center;
        padding: 0 15px;
}
.modal-button input[type="submit"]{
        position: relative;
        text-align: center;
        background: #052c7f;
        border: none;
        padding: 15px 45px;
        color: #fff;
        width: 100%;
        font-size: 20px;
        transition: .2s ease-in-out;

        }
.modal-button input[type="submit"]:hover{
	background: #02b762;
}


/*===============checkout=========================*/
.checkout{
	position: relative;
}

.checkout .disagree form {
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 31px 16px;
    border-radius: 5px;
}

.checkout .disagree select{
	
	width: 100%;
	padding: 5px 5px;
	border-radius: 3px;
	border: 1px solid #bdc3c7;

}

.checkout .order{
	position: relative;
	margin-top: 25px;
	border: 1px solid #dedede;
    overflow: hidden;
    padding: 31px 16px;
    border-radius: 5px;
}
.checkout-inner-box{
	position: relative;
	padding: 0 40px;

}
.checkout .cart{
	background: #fff;
	padding: 10px 0 10px 0;
	color: #000;
}
.checkout .cart-btn{
	position: relative;
	padding: 7px 0;
}
.checkout .cart-btn a{
	    position: relative;
    padding: 2px 13px;
    float: right;
    background: #e11931;
    border-radius: 3px;
}
.checkout .cart-btn a:hover{
	background: #2d52a0;
}
.checkout .cart i{
	padding-right: 10px;
}
.checkout .cart-head{
	background: #f7f6f6;
	padding: 10px;
	color: #000;
}
.checkout .cart-head i{
	padding-right: 10px;
}
.checkout .cart-table{
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 10px 23px;
	color: #000;
	margin-bottom: 0px;
}
.checkout .cart-table-detail{
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 28.5px 23px;
	color: #000;
	margin-bottom: 0px;
}

.checkout .cart-table i{
	padding-right: 10px;
}
.checkout .cart-remove{
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 5px;
	color: #000;
}
.checkout .cart-remove i{
	color: red;
}
.checkout .cart-remove i:hover{
	color: green;
}
.checkout .unavl-btn{
	position: relative;
	float: left;
	padding-top: 15px;
	margin-right: -15px;
}
.checkout .unavl-btn a{
	background: #2e9bdc;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
	
}
.checkout .unavl-btn a:hover{
	background: #2d52a0;

}
.checkout .checkout-submit-btn{
	position: relative;
	float: right;
	margin-top: 40px;
	padding: 12px 45px;
	border-radius: 4px;
	background: #2e9bdc;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.checkout .checkout-submit-btn:hover{

	background: #2d52a0;
	color: #fff;
}
.modal-close-btn-checkout{
	background-image:url(../images/icons/btn-close.png);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
	
}
.modal-close-btn-checkout-change{
	background-image:url(../images/icons/btn-close.png);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
	
}
.modal-popup-checkout{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
	display: none;
}
.modal-popup-checkout-change{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999999999;
	display: none;
}



/*=========================================new styles===========================================*/
.m-top-50{
    margin-top: 50px;
}
/*.doctor-name{
	color: #e11931 !important;
}
.doctor-name:hover{
	color: green !important;
}*/
.patient-detail{
	color: orange !important;
}
.patient-detail:hover{
	color: green !important;
}
.cancel-btn{
	background: #e11931;
    color: #fff !important;
    padding: 3px 9px !important;
    font-size: 12px;
    border-radius: 3px;
}

.cancel-btn:hover{
	background: #122f33;
}
.reschedule-btn{
	background: #0186d5;
    color: #fff !important;
    padding: 3px 9px !important;
    font-size: 12px;
	border-radius: 3px;
}
.reschedule-btn:hover
{
	background: #02b762;
    
}

.vacci-complete-btn{
	background: #02b762;
    color: #fff !important;
    padding: 3px 9px !important;
    font-size: 12px;
	border-radius: 3px;
}
#up-appointments{
	display: block;

}
.close-btn-up-app{
	float: right;
	right: 10px;
	top: 28px;
	padding: 14px 0;
}


.modal-close-btn-checkout-reschedule{
        background-image:url(../images/icons/btn-close.png);
        background-repeat: no-repeat;
        background-position: 9px 8px;
        clear: both;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;

}
.modal-popup-checkout-reschedule{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9999999;
        display: none;
}

.combo-box{
	width: 100%;
	height: 200px;
	display: none; 
}
.combo-close{
	float: right;
	color: red;
}

.vacci_combo-box{
	width: 100%;
	height: 200px;
	display: none; 
}
.vacci_combo-close{
	float: right;
	color: red;
}

.vacci_combo-box2{
	width: 100%;
	height: 200px;
	display: none; 
        overflow: scroll;
        margin-bottom: 20px;
}
.vacci_combo-close2{
	float: right;
	color: red;
}

.vacci_trans1{
	width: 100%;
	height: 400px;
	display: none; 
        overflow: scroll;
        margin-bottom: 20px;
}
.vacci_trans1-close1{
	float: right;
	color: red;
}

#appointments,#appointments1{
	overflow: scroll;
	height:80vh;
}
#transaction{
	overflow: scroll;
	height:80vh;
}

.move-circle{
	position: absolute;
	top:  50px;
	right: 60px;
	width: 165px;
	height: 165px;
	animation-name: hurry;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	border-radius: 50%;
	animate-timing-function: ease;
	background-color: #fd4d40;
	display: none;
}
.move-circle:before{
	positin: relative;
	content: '';
	font-family: fontawesome;
	display: block;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	margin-top: 12px;
	margin-left: 12px;
}
.move-circle h4{
	text-align: center;
    top: -116px;
    color: #fff;
    line-height: 17px;
}

@keyframes hurry{
	0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    -ms-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }

  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }

  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }

  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}


/* pages banner style
==========================================*/
.page_intros:before {
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(230, 93, 144, .8);
    text-align: center;
    text-transform: uppercase;
    
}
.page_intros .inner::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://www.vaxisure.com/resources/media/1521443230_page_drop_0.png) no-repeat scroll center center #e91e63;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
}
.page_intros {
    background: url(https://www.vaxisure.com/resources/media/1521443230_page_intro_1.jpg) no-repeat scroll center 0;
    height: 180px;
    -webkit-background-size: cover;
    content: '';
    width: 100%;
    position: relative;
    top: 0;
    z-index: 0;
    opacity: 0.9;
    margin-bottom: 30px;
} 
.page_intros h2{
  color: #fff;
    font-size: 32px;
    margin: 0;
    line-height: 36px; 
    text-align: center;
}
.page_intros a {
    color: #fff;
}
.page_intros .inner {
    padding-top: 50px;
    height: 100%;
    position: relative;
}
.page_intros h5 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}
.page_intro.row {
    height: 180px;
    background-color: #e65d90;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
	position: relative;
}
.page_intro.row a {
    color: #fff;
}
.page_intro.row .inner {
    padding-top: 50px;
    height: 100%;
	position: relative;
}
.page_intro.row .inner::before {
    background: url(https://www.vaxisure.com/resources/media/1521443230_page_intro_1.jpg) no-repeat scroll center 0;
        background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.3;
}
.page_intro.row .inner::after {
    content: '';
    width: 60px;
    height: 60px;
    background: url(https://www.vaxisure.com/resources/media/1521443230_page_drop_0.png) no-repeat scroll center center #e91e63;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
}
.page_intro.row h5 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
}
.page_intro.row h2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    line-height: 36px;
}
.red-font{
    color: #e11931;
}
.font-decorat{    
    color: #e11931;
    font-weight: bold;
    text-transform: uppercase;
}
.red-text
{
    color: #c00118;
}
.none{
    display:none;
}
.btn-trans-close
{
    background: #c90000;
    padding: 3px;
    color: #fff;
}

.btn-trans-close:hover
{
    background: #032a7e;
    padding: 3px;
    color: #fff;
}
.combo-highlight a{
    color: #c90000;
    font-weight: bold;
}
.combo-highlight a:hover{
    color: #032a7e;
    font-weight: bold;
}
.go-to{
        background-color: #e11931;
    color: #ffffff;
    padding: 2px 30px;
    text-align: center;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    display: inline-table;
    border-radius: 3px;
}
.go-to:hover a{
    color:#ffffff !important;
}
.go-to a:hover {
    color:#ffffff !important;
}
.go_back_btn{
    background: #0186d5;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    padding: 7px 30px;
}
.go_back_btn:hover{
    background: #2d52a0;
}
.capsltr{
        text-transform: uppercase;
}
.doctor_vaccation
{
    height: 500px;
    overflow: Scroll;
}

.combo-name{
    color: #029c05 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.combo-name:hover{
    color: #029c05 !important;
}

.about-item{
    position: relative;
    display: block;
    padding: 50px 20px 30px 20px;
    background-color: #f1f1f1;
    text-align: center;
    margin: 100px 0px 20px 0px;
    height: 140px;
}
.about-item:hover{
    box-shadow: 0 5px 10px 5px #cbcbcb;
}
.about-item .about-item-icon{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-item .about-item-icon i{
    padding: 15px;
    background-color: #f1f1f1;
    color: #0186d5;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    box-shadow: 0 5px 10px 5px #cbcbcb;
}
.about-item .about-item-cont{
    position: relative;;
    display: block;
    padding: 0px 0px;
}
.about-item-cont .item-cont-heading{
    position: relative;;
    display: block;
    padding: 10px 0px;
}
.about-item-cont .item-cont-heading h3{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}
.about-item-cont .item-cont-text{
    position: relative;;
    display: block;
    padding: 0px 0px;
    color: #000;
    text-transform: uppercase;
}
.wgl-infobox_title {
    margin: 27px 6px 76px 17px;
    font-size: 14px;
    font-weight: 700;
    font-family: "font-family: "Montserrat",Arial,sans-serif";
    text-transform: uppercase;
    line-height: 1.4;
    clear: both;
    color: #343839;
    text-align: justify;
	font-weight: bold;
}
.wgl-infobox_title2 {
    margin: 27px 6px 24px 17px;
    font-size: 14px;
    font-weight: 700;
    font-family: "font-family: "Montserrat",Arial,sans-serif";
    text-transform: uppercase;
    line-height: 1.4;
    clear: both;
    color: #343839;
    text-align: justify;
	font-weight: bold;
}
.wgl-infobox_title3 {
    margin: 27px 6px 30px 17px;
    font-size: 14px;
    font-weight: 700;
    font-family: "font-family: "Montserrat",Arial,sans-serif";
    text-transform: uppercase;
    line-height: 1.4;
    clear: both;
    color: #343839;
    text-align: justify;
	font-weight: bold;
}


.wgl-infobox_content {
    margin: 0px 0px 30px 0px;
    color: #3b4964;
}
.elementor-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 601px;
   /* margin-left: -93px; */

}
.doctor2-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 649px;
	margin-right: -18px;
    margin-left: -93px;
	margin-top:17px;

}

.doctor3-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 600px;
	margin-right: -18px;
    margin-left: -93px;
	margin-top:17px;

}
.doctor4-column{
	 transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #f9f9f9;
    height: 445px;
	margin-right: -18px;
    margin-left: -93px;
	margin-top:17px;

	}
.not-doctor{
	position: relative;
	left: 31px;
	color: #fff;
	}
.registerdr{
	 border:1px solid #fff;
	}	
@media only screen and (min-width: 320px) and (max-width: 768px){
.not-doctor{
	position: relative;
	left: -33px;
	color: #fff;
	}
.doc-img {
    padding: 0px;
   /*height: 130px;*/
    width: 100%;
}
.doc-rating{
    float: none; 
}
.doc-wishlist{
 float: none;    
}
.doc-book a{
     margin: 3px 0px;   
}
.book1-btn{
  padding: 3px 0px;
    float: right;
}
.login-form-header {
    padding: 5px 0px 15px 0px;
    border-bottom: 1px solid #e8e8e8;
     margin-bottom: 10px; 
}	
.doctor4-column{
	 transition: background 0.3s, 
    border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #f9f9f9;
    margin-bottom: 540px;
	margin-right: -18px;
    margin-left: -93px;
	margin-top:17px;

	}

	.elementor-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*background: #f9f9f9;*/
    margin-bottom: 540px;
	margin-right: 1px;
    margin-left: 1px;

}
.doctor2-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 1000px;
	margin-right: 1px;
    margin-left: 1px;
	margin-top:17px;

}
.doctor3-column {
    transition: background 0.3s, 
   border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 885px;
	margin-right: 1px;
    margin-left: 1px;
	margin-top:17px;

}

	}

.pairagraph{
	text-align:justify;
    font-size: 16px;
    font-weight: 700;
    color: #3b4964;
	font-family: "Nunito", Sans-serif;
    font-weight: 400;
	margin: 0 0 20px 0;
}
.pairagraph h3 :hover{
	color:#54ced4;
	}	
.microscop{ 
   
    width: 70%;
}
.drctoc{
	height: 41px;
    padding-left: 15px;

	}
.vaccint{
	height: 41px;
	}	
.element{
	/*padding: 45px;
    padding-top: 0px; */

	}
.doctor-element{
	padding: 45px;
    padding-top: 23px;

	}
.pairagrap{
	text-align:justify;
	margin-top: -11px;
	font-size: 14px;
    padding-left: 13px;
	}		

<!---Doctor page css --->
ol {
    list-style-type: upper-roman;
}
.microscop{
    margin-left: 7px;
    position: relative;
    top: 16px;
    font-size: 42px;
}
.circle{
   background: #ffc107;
   color: #fff;
	}
.circle{
    height: 80px;
    width: 80px;
    border: 1px solid #FFC107;
     background-image: linear-gradient(#FF9800, #FFEB3B);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle:hover {
  background-size: 100% 100%;
  color: #ffba52;
}

.circle2{
    background: #9C27B0;
    color: #fff;
	}
.circle2{
    height: 80px;
    width: 80px;
    border: 1px solid #9C27B0;
    background-image: linear-gradient(#673AB7, #9C27B0);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle2:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop2{
    margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
	
.circle3{
   background: #E91E63;
   color: #fff;
	}
.circle3{
    height: 80px;
    width: 80px;
    border: 1px solid #E91E63;
    background-image: linear-gradient(#E91E63, #ef3977);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle3:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop3{
    margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
.circle4{
    background: #009688;
    color: #fff;
	}
.circle4{
    height: 80px;
    width: 80px;
    border: 1px solid #009688;
    background-image: linear-gradient(#009688, #00BCD4);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle4:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop4{
  margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
.circle5{
    background: #3F51B5;
    color: #fff;
	}
.circle5{
   height: 80px;
    width: 80px;
    border: 1px solid #3F51B5;
    background-image: linear-gradient(#3F51B5, #2196F3);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle5:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop5{
    margin-left: 10px;
    position: relative;
    top: 15px;
    font-size: 42px;	
	}
.circle6{
   background: #FF5722;
   color: #fff;
	}	
.circle6{
     height: 80px;
    width: 80px;
    border: 1px solid #FF5722;
    background-image: linear-gradient(#F44336, #FF9800);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle6:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop6{
    margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
.circle7{
    background: #E91E63;
    color: #fff;
	}	
	.circle7{
 height: 80px;
    width: 80px;
    border: 1px solid #E91E63;
    background-image: linear-gradient(#b4184d, #9C27B0);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle7:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop7{
   margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
.circle8{
   background: #ff0000;
  color: #fff;
	}	
.circle8{
    height: 80px;
    width: 80px;
    border: 1px solid #ff0000;
    background-image: linear-gradient(#ff0000, #F44336);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle8:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop8{
   margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}
.circle9{
    background: #ca0045;
   color: #fff;
	}	
.circle9{
     height: 80px;
    width: 80px;
    border: 1px solid #ca0045;
    background-image: linear-gradient(#ca0045, #E91E63);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    background-size: 0 0;
    background-position: 50% 50%;
    border-radius: 30px;
    border-radius: 50%;
}

.circle9:hover {
  background-size: 100% 100%;
  color: #ffba52;
}
.microscop9{
margin-left: 12px;
    position: relative;
    top: 11px;
    font-size: 42px;	
	}	


