@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body {
    font-family: 'Roboto Slab', serif;
    /*font-family:Roboto !mportant;*/
    margin: 0px;
    padding: 0px;
    color: #444;
    font-size: 16px;
    font-weight: 300;
}

.w100 {
    width: 100%;
}

.mt0 {
    margin-top: 0px;
}

h1 {
    position: relative;
    margin-bottom: 20px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr15 {
    margin-right: 15px;
}

.strip {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a0a4+9,1448ea+84&0.82+0,0.3+100 */
    background: -moz-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d101a0a4', endColorstr='#4d1448ea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu {
    opacity: .3;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

#myHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a0a4+9,1448ea+84&0.82+0,0.3+100 */
    background: -moz-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d101a0a4', endColorstr='#4d1448ea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 18px 27px;
    font-size: 15px;
}

.navbar {
    min-height: 40px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
}

.navbar-default .navbar-nav>li .current a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li.current a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.highlight {
    background-color: #01a2a6;
}

.highlight a {
    color: #fff
}

a:focus {
    outline: none;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: -55px;
    z-index: -1;
}

.logo-area {
    padding: 8px 0px;
}

.logo-area span {
    font-size: 24px;
    margin-left: 8px;
}

.logo-area span a {
    color: #282727;
}

.logo-area span a:hover {
    color: #282727;
    text-decoration: none;
}

#nav .open>.dropdown-menu {}

.navbar-default .navbar-nav>li.current ul li a {
    border-bottom: 0px!important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

#nav .dropdown-menu>li>a {
    padding: 10px 20px;
}

#nav .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.navbar-brand {
    padding: 8px 15px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #f7f7f7;
}

#loader1 {
    display: block;
    position: relative;
    top: 31%;
    margin: 0px auto;
    height: auto;
    width: 10%;
}

#loader1 img {
    margin: 0px auto;
}

.topbar-icon {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .10);
    color: #01a2a6;
    border-radius: 100%;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.topbar-icon i {
    margin: 0px auto;
}

.top-sec {
    list-style: none;
    margin: 14px 0px;
    padding-left: 40px;
    text-align: right;
    font-size: 18px;
    color: #333;
}

.top-sec li {
    display: inline-flex;
    padding-left: 40px;
}

.top-sec li a {
    color: #333;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.top-sec li a:hover .topbar-icon {
    color: #fff;
    background-color: #01a2a6;
    transition: all ease-in-out 0.3s;
}

.wave1 {
    background: url(../images/wave1.png) 0 0 repeat-x;
    height: 139px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -70px;
}

.nursing_wrapper {
    padding: 25px 0;
    background: url(../images/px1.jpg) #01a2a6;
    position: relative;
}

.wave1 {
    -webkit-animation: wave-animation1 22.7s infinite linear;
    -moz-animation: wave-animation1 22.7s infinite linear;
    -o-animation: wave-animation1 22.7s infinite linear;
    animation: wave-animation1 22.7s infinite linear;
}

w.wave1 {
    -webkit-animation: wave-animation1 22.7s infinite linear;
    /* Safari 4+ */
    -moz-animation: wave-animation1 22.7s infinite linear;
    /* Fx 5+ */
    -o-animation: wave-animation1 22.7s infinite linear;
    /* Opera 12+ */
    animation: wave-animation1 22.7s infinite linear;
    /* IE 10+ */
}

@-webkit-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 710px 0;
    }
}

@-moz-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 710px 0;
    }
}

@-o-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 710px 0;
    }
}

@keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 710px 0;
    }
}

.nursing {
    position: relative;
    color: #fff;
}

.nursing .title {
    border-right: 1px solid #fff;
    padding-right: 30px;
    padding-top: 10px;
}

.nursing .title .txt1 {
    font-size: 22px;
    font-weight: 700;
}

.nursing .title .txt2 {
    font-size: 37px;
    font-weight: 300;
}

.nursing .title .txt3 {
    text-transform: uppercase;
}

#example {
    margin-top: 18px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}


/*.sticky a{

	color:#01a2a6;

}

.sticky .navbar-default .navbar-nav > li.current a {

    color: #01a2a6;

}

.sticky .navbar-default .navbar-nav > li  a {

    color: #333;

}*/

.sticky+.content {
    padding-top: 102px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #282727;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.award-sec {
    margin: 25px 0px;
}

.award-sec .award-left-block {
    background-color: #f2f2f2;
    padding: 25px 25px 25px 170px;
    width: auto;
    min-height: 465px;
}

.slider-efect {
    border: 10px solid #fff;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.5);
    position: relative;
}

.slider-move {
    position: absolute;
    left: -50%;
    top: 10%;
}

.award-sec h1 {
    color: #01a2a6;
    font-weight: 600;
}

.award-sec h1::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 2px;
    background-color: #01a2a6;
    left: 0px;
    bottom: -3px;
}

.award-sec h2 {}

.admission {}

.admission .add-box-outer {
    border: 1px solid #f4f4f4;
    padding: 15px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    margin-bottom: 30px;
}

.admission .add-box-outer:hover {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

.admission .add-box-outer .text-heading {
    font-size: 19px;
    text-transform: uppercase;
    color: #555;
    letter-spacing: -1.5px;
}

.admission h4 {
    line-height: 32px;
}

.admission .add-box-outer .icon-box {
    padding: 10px 0px;
}

.admission .add-box-outer .icon-box svg {
    width: 50px;
    height: 50px;
    fill: url(#MyGradient)
}

.admission a {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a0a4+9,1448ea+84&0.82+0,0.3+100 */
    background: -moz-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d101a0a4', endColorstr='#4d1448ea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    transition: all ease-in-out 0.3s;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    padding: 11px 38px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1448ea+0,01a0a4+75&0.82+0,0.3+100 */
    background: -moz-linear-gradient(45deg, rgba(20, 72, 234, 0.82) 0%, rgba(1, 160, 164, 0.43) 75%, rgba(1, 160, 164, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(20, 72, 234, 0.82) 0%, rgba(1, 160, 164, 0.43) 75%, rgba(1, 160, 164, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(20, 72, 234, 0.82) 0%, rgba(1, 160, 164, 0.43) 75%, rgba(1, 160, 164, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d11448ea', endColorstr='#4d01a0a4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    transition: all ease-in-out 0.3s;
    border: none;
}

.amenities {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a0a4+9,1448ea+84&0.82+0,0.3+100 */
    background: -moz-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d101a0a4', endColorstr='#4d1448ea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    min-height: 200px;
    padding: 25px 0px;
}

.clinical {}

.clinical a {
    text-decoration: none;
}

.clinical .cli-box-outer {
    border: 10px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
}

.clinical .cli-box-outer:hover {
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.cli-text-box {
    background-color: #01a2a6;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.milestone-block {
    text-align: center;
}

.milestone-number {
    font-size: 75px;
    color: #fff;
}

.counter-block h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.milestone-number::after {
    content: "+";
    font-size: 75px;
    color: #fff;
}

.hospitals {
    background-image: url(../images/hosp;ital-bg.jpg);
    background-position: ccenter center;
    background-attachment: fixed;
    padding: 25px 0px;
    min-height: 300px;
    margin-top: 25px;
    color: #fff !important;
}

.owl-nav {
    text-align: center;
    display: block;
    margin-top: 15px;
}

.owl-prev span {
    background-color: #01a2a6;
    padding: 5px 15px 7px 15px !important;
    color: #fff;
}

.owl-next span {
    background-color: #01a2a6;
    padding: 5px 15px 7px 15px !important;
    color: #fff;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-item {
    padding: 2px;
}

.footer-bg {
    background-color: #2a2a2a;
    padding: 25px 0px 0 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-top: 0px;
}

.footer-padding {
    padding: 40px 0px 20px 0px;
}

.footer-bg h4 {
    margin-top: 0px;
    position: relative;
}

.footer-bg h4::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 2px;
    background-color: #01a2a6;
    left: 0px;
    bottom: -8px;
}

.footer-bg ul {
    margin-top: 20px;
    padding: 0px;
}

.footer-bg ul li a {
    color: #ccc;
    padding: 3px 0px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.footer-bg ul li a:hover {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    padding-left: 5px;
}

.footer-bg ul li a i {
    color: #01a2a6;
}

.footer-bg a {
    color: #fff;
    text-decoration: none;
}

.footer-bg a:hover {
    color: #fff;
}

.managemt-card a {
    text-decoration: none;
    color: inherit;
}

.managemt-card a:hover {
    text-decoration: none;
    color: inherit;
}

.footer-bg svg {
    fill: #01a2a6;
    width: 21px;
    height: 21px;
    margin-top: 5px;
}

.footer2 {
    color: #ccc;
    background-color: #191919;
    padding: 15px 0px;
    border-top: 1px solid #333;
}

.footer2 ul {
    margin: 0px;
    padding: 0px;
}

.footer2 ul li {
    list-style: none;
    display: inline-block;
}

.footer2 ul li a {
    color: #ccc;
    font-size: 13px;
    padding-right: 15px;
}

.footer2 ul li a:hover {
    text-decoration: none;
}

.footer2 .footer-copy {
    font-size: 13px;
    text-align: right;
}

.footer2 .footer-copy a {
    font-size: 13px;
    text-decoration: none;
    color: #01a2a6;
}

.back-top {
    padding-top: 30px;
    background: #e8e8e8;
}

.back-top-bt {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    text-align: center;
    background-color: #01a2a6;
    text-align: center;
    border-radius: 100%;
    left: 48%;
    top: -103px;
}

.back-top-bt a {
    display: block;
}

.back-top-bt a i {
    color: #fff;
    font-size: 50px;
}

.social-sec {
    width: 100%;
    padding: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a0a4+9,1448ea+84&0.82+0,0.3+100 */
    background: -moz-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(1, 160, 164, 0.82) 0%, rgba(1, 160, 164, 0.77) 9%, rgba(20, 72, 234, 0.38) 84%, rgba(20, 72, 234, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d101a0a4', endColorstr='#4d1448ea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 50px;
    margin-top: -60px;
}

.social-box {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    border-radius: 25px;
    text-align: center;
}

.social-box:hover {
    opacity: 1;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    background-color: #01a2a6;
}

.social-box a {
    color: #fff;
    font-size: 16px;
}

.social-box a:hover {
    text-decoration: none;
}

.social-box a i {
    font-size: 18px;
    margin-right: 5px;
}

.footer {
    width: 100%;
    padding: 20px 0;
    background-color: #282727;
    color: #fff !important;
    text-align: center;
}

.footer a {
    color: #fff;
}

.content {
    min-height: 600px;
    margin-bottom: 80px;
}

.btn-log {
    background-color: #c90606;
    border-radius: 5px;
    margin-top: 23px;
    color: #fff;
    border: none;
    margin-left: 2px;
}

.block1 h2 {
    color: #c90606;
    font-size: 20px;
    border: 1px solid #d1d1d1;
    padding: 8px;
    margin-top: 0px;
    text-transform: uppercase;
}

.block1 a {
    color: #c90606;
    text-decoration: underline;
    font-style: italic;
}

.special {
    font-weight: 400;
    font-style: italic;
}

.block2 {
    width: 100%;
    min-height: 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8e8e8+1,ffffff+50,e8e8e8+100 */
    background: rgb(232, 232, 232);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(232, 232, 232, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(232, 232, 232, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 1%, rgba(255, 255, 255, 1) 50%, rgba(232, 232, 232, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-9 */
    padding: 50px 0;
}

.block2 h2 {
    color: #000;
    font-size: 45px;
    line-height: 55px;
    margin-top: 0px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 35px;
}

.block2 h2 strong {
    color: #c90606;
}

.btnsub {
    background-color: #c90606;
    color: #fff;
}

.block3 {}

.block3 h2 {
    background-color: #c90606;
    padding: 25px 10px;
    font-weight: lighter;
    color: #fff;
    font-size: 24px;
}

.block3 .box {
    width: 100%;
    height: 320px;
    overflow: hidden;
    padding: 10px;
    background-color: #e2e2e2;
}

.box .date {
    font-size: 18px;
    font-weight: 400;
    color: #c90606;
}

.box a {
    font-size: 13px;
    font-weight: 400;
    color: #c90606;
}

.box_cont {
    width: 100%;
    padding: 2%;
    min-height: 250px;
}

.news-container3 li {
    min-height: 150px;
    margin-bottom: 10px !important;
}

.block4 {
    background-image: url(../images/story-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    min-height: 300px;
}

.block4 h1 {
    background-image: url(../images/strip.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 50px;
    font-size: 36px;
    color: #c90606;
    font-weight: 300;
}

.footer {
    width: 100%;
    background-color: #211e1e;
    min-height: 100px;
    padding: 15px 0px;
}

.social {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: 0.8;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-top: 3px;
}

.social:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    opacity: 1;
}

.fb {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #3A5795;
    color: #fff;
    padding: 8px 10px 8px 11px;
}

.fb:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #3A5795;
    color: #fff;
}

.tw {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #1DA1F2;
    color: #fff;
    padding: 8px 7px 8px 10px;
}

.tw:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #1DA1F2;
    color: #fff;
}

.ind {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #006FA6;
    color: #fff;
    padding: 8px 10px 8px 11px;
}

.ind:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #006FA6;
    color: #fff;
}

.gp {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #D73D32;
    color: #fff;
    padding: 8px 2px 8px 10px;
}

.gp:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #D73D32;
    color: #fff;
}

.ind {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #0274B3;
    color: #fff;
    padding: 8px 6px 8px 11px;
}

.ind:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #0274B3;
    color: #fff;
}

.inst {
    padding: 8px 8px 8px 11px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #000;
    color: #fff;
}

.inst:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #000;
    color: #fff;
}

.pint {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #D73D32;
    color: #fff;
    padding: 8px 10px 8px 11px;
}

.pint:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #D73D32;
    color: #fff;
}

.tumb {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #0274B3;
    color: #fff;
    padding: 8px 9px 8px 11px;
}

.tumb:hover {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    background-color: #0274B3;
    color: #fff;
}

.inner-banner {
    width: 100%;
    min-height: 200px;
    margin-top: 95px;
}

.left-contact i.icon {
    background: #c90606;
    color: #fff;
    text-align: center;
    height: 55px;
    width: 60px;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
}

.cont-social li a {
    color: #555;
    font-size: 22px;
}

.cont-social {
    margin-top: 17px;
}

.list-none {
    list-style: none;
}

.list-num {
    list-style: decimal-leading-zero;
}

.list-aro {
    list-style: none;
    padding-left: 30px;
}

.list-aro li::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    margin-top: 3px;
    position: absolute;
    left: 20px;
    content: "\f0a4";
}

.list-aro li ul li::before {
    display: none;
}

.modal-title {
    color: #c90606;
    font-weight: 500;
    font-size: 24px;
}

.contact-form .form-control {
    font-size: 18px;
}


/*style new*/

.head-sec {
    width: 100%;
    height: 40px;
    background-color: #282727;
    padding-top: 10px;
}

.top-social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

.top-social ul li {
    list-style: none;
    display: inline-block;
}

.top-social ul li a {
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
}

.top-social ul li a i {
    font-size: 18px;
    transition: all .3s linear;
}

.top-social ul li a i:hover,
.top-social ul li a i:focus {
    color: #ddd;
    transition: all .3s linear;
}

.quote {
    background-color: #282727;
    min-height: 10px;
    width: 175px;
}

.quote:hover {
    background-color: #3c3b3b;
    min-height: 10px;
    width: 175px;
}

.quote a {
    display: block;
    padding: 19px 20px;
}

.quote a {
    text-decoration: none;
}

.quote a span {
    color: #fff;
    margin-left: 15px;
}

.quote a i {
    color: #D9437E;
}

.about-sec {
    background-color: #E8E8E8;
    padding: 20px 0px 35px 0px;
    width: 100%;
}

h1 .pink {
    color: #D9437E;
    font-weight: 500;
    text-transform: uppercase
}

h1 .wh {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.svg-box svg {
    width: 45px;
}

.svg-box svg [path] {
    color: #D9437E;
}

.svg-box {
    height: 45px;
}

.img-box {
    width: 100%;
    height: 590px;
    background-image: url(../images/mision.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: left top;
    padding-left: 0px;
    padding-right: 0px;
}

.img-txt {
    width: 100%;
    height: 590px;
    background-color: #D9437E;
    color: #fff;
    padding: 30px;
}

.p0 {
    padding: 0px;
}

.img-txt h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px;
}

.img-txt p {
    font-size: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.client-block {
    padding: 40px 0;
}

.goal {
    padding: 40px 0;
    background-image: url(../images/goal.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    min-height: 300px;
    width: 100%;
    background-size: cover;
    color: #fff;
}

.goal h3 {
    font-size: 18px;
}

.count-no {
    font-size: 70px;
    font-weight: lighter;
    color: #d9437e;
    line-height: 61px;
    position: relative;
}

.count-no::after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid #CCC;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: 8px;
}

.testi-content {
    background: #ededed;
    padding: 25px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

.testi-content p {
    margin-bottom: 0;
}

.testi-content::after {
    position: absolute;
    border-top: 15px solid #ededed;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    left: 20px;
    bottom: -15px;
    content: '';
}

.testi-footer li img {
    border-radius: 100%;
    max-width: 55px;
    vertical-align: middle;
}

.testi-footer li {
    vertical-align: middle;
}

.testi-footer li span {
    color: #ccc;
    margin-left: 7px;
}

.map-sec {
    position: relative;
}

.tab-sec {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 30px;
}

.form-control {
    border-radius: 0px;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.thm-btn {
    background: #D9437E;
    color: #fff;
    transition: all .3s ease-in-out;
}

.thm-btn:hover,
.thm-btn:focus {
    opacity: .9;
    transition: all .3s ease-in-out;
    color: #fff;
}

.request {
    padding: 20px 0 10px;
    background: #e8e8e8;
}

.request .thm-btn {
    font-size: 20px;
    border-radius: 20px;
}

.bls {
    position: relative;
    background-image: url(../images/strip-b.jpg);
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center bottom;
    line-height: 60px;
}

.whs {
    position: relative;
    background-image: url(../images/strip-w.jpg);
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: left bottom;
    line-height: 60px;
}

.pt10 {
    padding-top: 10px;
}

.tab-sec .table-responsive {
    border: none;
}

.btn-success {
    background: #23bab5;
    border: 2px solid #23bab5;
    webkit-transition: all 400ms cubic-bezier(.4, 0, .2, 1);
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
}

.btn-success:hover,
.btn-success:focus {
    background: rgba(26, 161, 157, 0);
    border: 2px solid #1aa19d;
    webkit-transition: all 400ms cubic-bezier(.4, 0, .2, 1);
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
    color: #23BAB5;
}

ul {
    list-style-type: none;
}

article[role="login"] {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
    webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 30px 50px;
    margin-bottom: 20px;
}

article[role="login"] input[type="submit"] {
    padding: 10px 15px;
    font-size: 16px;
}

article[role="login"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 1px 15px rgba(0, 0, 0, 0.23);
    webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

article[role="login"] h3 {
    font-size: 26px;
    font-weight: 300;
    color: #23bab5;
    margin-bottom: 20px;
}

article[role="login"] p {
    font-size: 16px;
    padding: 5px 15px;
}

.nav-tab-holder {
    padding: 0 0 0 30px;
    float: right;
}

.nav-tab-holder .nav-tabs {
    border: 0;
    float: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nav-tab-holder .nav-tabs>li {
    margin-bottom: -3px;
    text-align: center;
    padding: 0;
    display: table-cell;
    float: none;
    padding: 0;
}

.nav-tab-holder .nav-tabs>li>a {
    background: #d9d9d9;
    color: #6c6c6c;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.nav-tab-holder .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #FFF;
    background-color: #23bab5;
    border: 0;
    border-radius: 0;
}

.mobile-pull {
    float: right;
}

article[role="manufacturer"] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
    padding: 0 0 40px;
    max-width: 420px;
    margin: -45px auto 0;
}

article[role="manufacturer"] header {
    background: #23bab5;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}

article[role="manufacturer"] h1 {
    font-size: 26px;
    font-weight: 300;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 15px;
}

article[role="manufacturer"] ul {
    padding: 0 25px;
}

article[role="manufacturer"] ul li {
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 15px;
    color: #404040;
}

article[role="manufacturer"] ul li i {
    color: #23bab5;
}

.login-signup {
    padding: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .mobile-pull {
        float: none;
    }
    .nav-tab-holder {
        float: none;
        overflow: hidden;
    }
    .nav-tabs>li>a {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav-tabs>li {
        width: 50%;
    }
}

#log12 .col-xs-6 {}

.text-mid {
    font-size: 18px;
}

.border-img {
    border: 4px solid #ccc;
}

.height45 {
    height: 80px;
}

.more12 {
    color: #fff;
}

.more12:hover {
    color: #fff;
}

.minheight1 .txt1 {
    font-size: 22px;
    font-weight: 700;
}

.breadcum-area {
    background-color: #343434;
    min-height: 10px;
}

.breadcrumb {
    padding: 45px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #01a2a6;
    content: "/";
}

.breadcrumb>li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb>li a:hover {
    color: #fff;
}

.sidebar-top {
    background-color: #01a2a6;
    padding: 25px 15px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.sidebar-bottom {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    padding: 10px;
}

.sidebar-nav {
    margin: 0px;
    padding: 0px;
}

.sidebar-nav li {
    margin: 0px;
    padding: 6px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.sidebar-nav li a {
    color: #01a2a6;
    text-decoration: none;
    font-weight: 400;
}

.sidebar-nav li a:hover {
    color: #01a2a6;
}

.sidebar-nav .child-nav li a {
    color: #444;
    font-size: 13px;
    text-decoration: none;
    font-weight: 300;
}

.sidebar-nav li .child-nav a:hover {
    color: #444;
}

.sidebar-nav li:last-child {
    border-bottom: none;
}

.sidebar-nav li ul {
    margin-left: 15px;
    padding: 0px;
}

.sidebar-nav li a {
    font-size: 14px;
}

.inner-h1 {
    border-bottom: 1px solid #ddd;
    line-height: 70px;
}

.inner-h1::before {
    width: 100px;
    height: 2px;
    background-color: #01a2a6;
    content: "";
    position: absolute;
    bottom: -1px;
}

.image-content {
    border: 10px solid #fff;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
    float: left;
    margin-right: 15px;
    width: 54%;
    margin-bottom: 0px;
}

.image-content-small {
    border: 10px solid #fff;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
    float: left;
    margin-right: 15px;
    width: 30%;
    margin-bottom: 0px;
}

.managemt-card {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    min-height: 280px;
}

.managemt-card:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 35px -7px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
}

.managemt-card img {
    width: 50%;
    border-radius: 100%;
    margin: 0px auto;
}

.managemt-card h4 {
    font-size: 18px;
    color: #01a2a6;
    font-weight: 400;
}

.managemt-card p {}


/*clinical-card*/

.clinical-card {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    min-height: 280px;
}

.clinical-card:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 35px -7px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
}

.clinical-card img {
    width: 100%;
    margin: 0px auto;
}

.clinical-card h4 {
    font-size: 18px;
    color: #01a2a6;
    font-weight: 400;
}

.clinical-card p {}

.course-card {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.course-card-header {
    background-color: #01a2a6;
    padding: 14px 20px;
    color: #fff;
    font-size: 21px;
    border-radius: 5px 5px 0px 0px;
}

.course-card-header h3 {
    margin: 0px;
    padding: 0px;
}

.course-card .table-borderd tr th {
    border-top: none;
}

.course-card .table-borderd {
    margin-bottom: 0px;
}

.gallery-box {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.gallery-box img {
    min-height: 180px;
    text-align: center;
}

.gallery-box a h4 {
    background-color: #01a2a6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.gallery-box a {
    text-decoration: none;
}

.map-img {
    width: 150px !important;
}

.f13 {
    font-size: 13px;
    word-break: break-all;
}

.text-left {
    text-align: left !important;
}


/*wizard start*/

.wizard {
    margin: 10px auto;
    background: #fff;
}

.left-sidebar .wizard li {
    padding: 5px 0;
    border-bottom: none;
}

#myform section {
    padding: 0px 0;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #01a2a6;
    border: 2px solid #e0e0e0;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #01a2a6;
    color: #01a2a6;
}

.wizard li.active span.round-tab i {
    color: #01a2a6;
}

.wizard li.disabled span.round-tab {
    color: #333;
    border: 2px solid #333;
    background: #fff;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #01a2a6;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #01a2a6;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard-footer {
    width: 100%;
    background-color: transparent;
    padding: 15px 0px;
    border-top: 3px groove #000;
    margin-top: 40px;
}

span.round-tab {
    background: #fff;
    border: 2px solid #01a2a6;
    color: #01a2a6;
    position: absolute;
    margin: 0px auto;
    left: 37%;
    top: 22%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.relative {
    position: relative;
}

.photo-outer {
    position: relative;
    width: 120px;
    height: 130px;
    margin: 0px auto 10px auto;
}

.add-img {
    position: absolute;
    width: 100%;
    height: 35px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    bottom: 0px;
    cursor: pointer;
}

.dash-input {
    font-size: 14px;
}

.dash-input input {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-bottom: 1px dashed #444;
}

.dash-input select {
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-bottom: 1px dashed #444;
}

.dash-input strong {
    font-weight: 500;
}

.custom-file-upload {
    cursor: pointer;
}

.mb10 {
    margin-bottom: 15px;
}

.list-cricle {
    list-style: circle;
    padding: 0px 0px 0px 15px;
}

.list-cricle li {}

.list-dasimal li {
    text-align: justify;
    list-style: decimal;
    margin-bottom: 5px;
}

#example li a {
    color: #fff;
}

#example li a:hover {
    color: #fff;
}

.award-list {
    list-style: none;
}

.award-list li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.award-list li::before {
    content: "";
    font-size: 12px;
    position: absolute;
    left: -42px;
    background-image: url(../images/award-li.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 35px;
    height: 35px;
}

.drawer-dropdown-menu-item {
    text-decoration: none;
}

.drawer-dropdown-menu-item:hover {
    text-decoration: none;
}

.modal-dialog {
    margin: 230px auto;
}

.theme-color {
    color: #01a2a6;
}

.num-list {
    list-style: decimal-leading-zero;
}

@media only screen and (max-width:1200px) {
    #log12 {
        right: 10px;
    }
}

@media only screen and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        padding: 18px 10px;
    }
    .logo-area span {
        font-size: 18px;
        margin-left: 8px;
    }
    .img-txt {
        padding: 25px;
    }
    .social-box {
        padding: 3px;
    }
    #log12 {
        right: 0px;
    }
    .topbar-icon {
        margin-right: 15px;
    }
    .top-sec li {
        display: inline-flex;
        padding-left: 25px;
    }
    .nursing .title .txt2 {
        font-size: 28px;
        font-weight: 300;
    }
    .slider-move {
        position: absolute;
        left: -56%;
        top: 10%;
    }
    .amenities {
        margin-top: 25px;
    }
    .footer2 ul {
        margin: 0px 0px 0px 40px;
        padding: 0px;
    }
    .footer2 .footer-copy {
        font-size: 13px;
        text-align: right;
        padding-right: 80px;
    }
}

@media only screen and (max-width:991px) {
    .navbar-brand img {
        max-width: 125px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 18px 5px;
        font-size: 13px;
    }
    .navbar-brand>img {
        padding-top: 20px;
    }
    .img-txt {
        padding: 1px 10px 10px 10px;
    }
    .social-box {
        padding: 10px;
    }
    .request h2 {
        font-size: 22px;
    }
    .svg-box h2 {
        margin-top: 7px;
    }
    .top-sec {
        font-size: 12px;
    }
    #logo {
        margin-top: 10px;
    }
    .slider-move {
        position: static;
        left: -56%;
        top: 10%;
    }
    .award-sec .award-left-block {
        padding: 25px 25px 25px 25px;
    }
    .tp-banner-container {
        margin-top: 0px;
    }
    .breadcrumb {
        padding: 25px 15px;
        margin-top: 50px;
    }
}

@media only screen and (max-width:767px) {
    .mob-center {
        text-align: center;
    }
    .top-social ul {
        text-align: center;
    }
    #logo {
        height: 37px;
        width: auto;
        margin-top: 6px;
        margin-left: 5px;
    }
    .logo-area span {
        font-size: 12px;
    }
    .sm-img {
        width: 20px;
    }
    .logo-area {
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 8px 8px;
    }
    .navbar-brand>img {
        padding-top: 0;
    }
    .navbar {
        min-height: 50px;
    }
    .row.block1 .col-sm-4 {
        margin-bottom: 30px;
    }
    .block2 h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .footer .col-md-4,
    .footer .col-lg-4 {
        margin-bottom: 30px;
    }
    .row.block1 {
        margin-left: 0;
    }
    .inner-banner {
        margin-top: 45px;
    }
    .social-box {
        padding: 10px;
        margin-bottom: 5px;
    }
    .navbar-nav {
        margin: 7.5px 10px;
    }
    .h1,
    h1 {
        font-size: 24px;
    }
    .img-txt h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0px;
    }
    .img-txt img {
        margin-right: 10px;
    }
    .count-no {
        font-size: 45px;
    }
    .img-txt {
        height: auto;
    }
    .social-box a {
        font-size: 15px;
    }
    .social-box a i {
        font-size: 16px;
        margin-right: 0px;
    }
    .tab-content td {
        height: auto!important;
        padding-bottom: 15px;
    }
    .tab-sec {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 15px;
    }
    .map-sec iframe {
        height: auto!important;
        width: 100%!important;
    }
    #log12 {
        right: 15px;
        padding: 0 15px;
        float: none!important;
    }
    .map-sec {
        margin-left: 0px;
    }
    .footer2 {
        text-align: center !important;
    }
    .footer2 .footer-copy {
        text-align: center !important;
    }
    .navbar-header a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }
    .nursing .title .txt2 {
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 5px;
    }
    .minheight1 {
        text-align: center;
    }
    .nursing .title {
        border-right: none;
        padding-right: 0px;
        padding-top: 10px;
        border-bottom: 1px solid #fff;
    }
    .nursing_wrapper {
        padding: 5px 0;
        background: url(../images/px1.jpg) #01a2a6;
        position: relative;
    }
    #example {
        margin-top: 5px;
    }
    .minheight1 {
        text-align: center;
        height: auto !important;
    }
    .social-box a span {
        display: none;
    }
    .panel-default>.panel-heading {
        color: inherit;
        background-color: transparent;
        border-color: transparent;
    }
    .panel-title .glyphicon {
        float: right;
    }
    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: none;
        border-top-color: currentcolor;
    }
    .panel {
        background-color: transparent;
        border: none;
    }
    .footer-bg ul {
        margin-top: 0px;
        padding: 0px;
    }
    .footer-bg {
        margin-top: 50px;
    }
    .inner-h1 {
        border-bottom: 1px solid #ddd;
        line-height: 45px;
    }
    .managemt-card img {
        width: 20%;
        border-radius: 100%;
        margin: 0px auto;
    }
    .managemt-card {
        min-height: 220px;
    }
    .dropdown-backdrop {
        position: static;
    }
    #loader1 {
        top: 40%;
        width: 100%;
    }
    .footer2 {
        padding: 15px 0px 65px 0px;
    }
    .footer2 ul {
        margin: 0px 0px 0px 0px;
        padding: 0px;
    }
    .footer2 .footer-copy {
        padding-right: 0px;
    }
}

@media only screen and (max-width:480px) {
    .social-sec .col-xs-3 {
        width: 100%;
    }
    .tab-content td img {
        max-width: 35px;
    }
    .image-content-small {
        width: 100%;
    }
}