/* Fonts
=============================*/
@font-face {
    font-family: "myriad_light";
    src:url('../css/fonts/myriad/light.woff2') format('woff2'),
        url('../css/fonts/myriad/light.woff') format('woff'),
        url('../css/fonts/myriad/light.eot') format('eot'),
        url('../css/fonts/myriad/light.ttf') format('truetype');
}
@font-face {
    font-family: "myriad_regular";
    src:url('../css/fonts/myriad/regular.woff2') format('woff2'),
        url('../css/fonts/myriad/regular.woff') format('woff'),
        url('../css/fonts/myriad/regular.eot') format('eot'),
        url('../css/fonts/myriad/regular.ttf') format('truetype');
}
@font-face {
    font-family: "myriad_bold";
    src:url('../css/fonts/myriad/bold.woff2') format('woff2'),
        url('../css/fonts/myriad/bold.woff') format('woff'),
        url('../css/fonts/myriad/bold.eot') format('eot'),
        url('../css/fonts/myriad/bold.ttf') format('truetype');
}
@font-face {
    font-family: "myriad_semibold";
    src:url('../css/fonts/myriad/semibold.woff2') format('woff2'),
        url('../css/fonts/myriad/semibold.woff') format('woff'),
        url('../css/fonts/myriad/semibold.eot') format('eot'),
        url('../css/fonts/myriad/semibold.ttf') format('truetype');
}
@font-face {
    font-family: "gs_ss_light";
    src:url('../css/fonts/gs_ss/light.woff2') format('woff2'),
        url('../css/fonts/gs_ss/light.woff') format('woff'),
        url('../css/fonts/gs_ss/light.eot') format('eot'),
        url('../css/fonts/gs_ss/light.ttf') format('truetype');
}

/* General 
============================*/
*, *:focus {
	outline: none!important;
}
body{
    font-family: "myriad_regular";
    overflow-x: hidden;
    position: relative;
}

/* Page Setting
==============================*/
.wrapper {
   display: block;
    position: relative;
}
.main{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 141px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 70px 0px;
    background-color: #F1F1F1;
}
.section-gradin{
    background-image: linear-gradient(to right, #007A88 , #008D80);
}
.section-gradin:before{
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/gradin-bc-1.png) no-repeat;  
    background-size: cover;
      
}
hr {
    margin: 20px auto;
    border: 0;
    border-top: 1px solid #eeeae9;
    width: 100%;
}
.medium-pad{
    padding: 40px 0px;
}

/* Links 
============================*/
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
============================*/
ul, li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    padding:0  15px;
    text-align: center;
    width: 100%;
    background: #fff;
    margin: 0px auto;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #999999;
    border-radius: 0px;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background-color: #007A88 ;
    color: #fff;
}

/* Images  
============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn  
==========================*/
.custom-btn {
    display: inline-block;
    position: relative;
    border: 0;
    margin: 5px auto;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0px 25px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: 2px;
    border-radius: 0;
    background-color: #008D80;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:focus ,
.custom-btn:hover{
	background-color:#666;
    color: #ffffff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

/* Forms
========================*/
.form-group {
    position: relative;
    margin: 15px auto;
    text-align: left;
}
label {
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 10px 0;
    color: #565656;
    font-family: "myriad_semibold";
}
.form-control {
    color: #ffffff;
    border: 2px solid #fff;
    background-color: transparent;
    margin: 0 auto;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 57px;
}
.input-group .form-control{
	background-color: #fff;
	color: #000;
	direction: rtl;
	font-size: 14px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    overflow: hidden;
    line-height: 22px;
    margin: 15px auto;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
	content: " ";
	display: block;
	text-align: center;
	position: absolute;
	border: 2px solid #fff;
	background-color: transparent;
	left: 0;
	top: 0px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 50%;
	font-size: 12px;
	z-index: 99;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
input[type=checkbox]+label::before {
    border-radius: 3px;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    height: 22px;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background-color: #ffffff;
    top: 0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

/*Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #4D4D4D;
}
.nav-tabs>li {
    margin: 0;
}
.nav-tabs>li>a {
    display: block;
    position: relative;
    margin: 0 5px 0 0;
    line-height: 40px;
    border-radius: 0;
    padding: 0 10px;
    color: #4D4D4D;
    background: transparent;
    border: 0;
    overflow: hidden;
    letter-spacing: 2px;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    font-family: "myriad_semibold";
}
.nav-tabs>li>a>svg{
	width: 45px !important;
	height: 45px;
	padding: 14px;
	float: left;
	border-right: 1px solid #fafafa;
	margin-right: 10px;
	color: #5d5d5f;
	margin-left: -15px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover ,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 4px solid #008D80;
    color: #4D4D4D;
}
.tab-content{
    position: relative;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    display: block;
    padding: 0;
}
.tab-content>.tab-pane{
    margin: auto;
}

/* Text
==============================*/
.head-title{
    font-family: "myriad_semibold";
    font-size: 25px;
    letter-spacing: 2px;
    color: #008D80;
    text-transform: uppercase;
    line-height: 30px;
    margin: 15px auto;
}
.info-text{
    color: #CBCBCB;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 30px;
    margin: 15px auto;
}

/* Color - Background
==============================*/
.white-cor{
    color: #fff;
}
.white-bc{
    background-color: #fff;
    color: #008D80;
}

/* Scroll
============================*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #4cafa6; 
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #007f86;
    width: 5px;
    -webkit-box-shadow:none; 
}
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #007f86;
    width: 5px;
}
::-moz-scrollbar-track {
    -webkit-box-shadow:none; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #4cafa6;
}
::-moz-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #007f86;
    width: 5px;
    -webkit-box-shadow:none; 
}
::-moz-scrollbar-thumb:window-inactive {
  background-color: #007f86;
    width: 5px;
}

/* Steps
========================*/
.succ-item i{
	width: 70px;
	height: 70px;
	text-align: center;
	color: #008d80;
	display: block;
	border: 3px solid #008d80;
	border-radius: 50%;
	line-height: 70px;
	font-size: 38px;
	margin: 15px auto;
}
.succ-item .custom-btn{
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
}
.step-name .head-title{
    text-align: center;
    font-family: "myriad_regular";
}
.step-name .head-title span{
    font-family: "myriad_semibold";
}
.step-name span.sub{
    text-align: center;
    display: block;
    font-size: 22px;
    color: #666666;
    margin-bottom: 25px;
}
.step-nav {
    counter-reset: step;
    overflow: hidden;
    text-align: center;
    max-width: 560px;
    margin: 15px auto;
}
.step-nav li {
    float: left;
    margin: 0 auto;
    width: 25%;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    color: #1B2531;
    font-weight: 600;
    word-spacing: 2px;
}
.step-nav li:before {
    content: counter(step);
    counter-increment: step;
    display: block;
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #989898;
    color: #ffffff;
    z-index: 99;
}
.step-nav li:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #989898;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: 0;
}
.step-nav li:first-child:after {
    content: none;
}
.step-nav li.active:before,
.step-nav li.active:after {
    background-color: #008D80;
    color: white;
}
.step-nav.equal{
	width:240px;
	margin: 25px auto;
}
.step-nav.equal li{
	width:50%;
}
.step-wrap{
	max-width: 991px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
.step-wrap .hint{
	text-align: left;
	display: block;
	font-size: 19px;
	color: #666666;
	margin: 0 auto -20px;
}
.step-wrap .custom-btn{
	line-height: 40px;
	float: left;
	margin: 5px;
}
.step-wrap .hint.colr{
	margin:15px auto;
	color: #008d80;
	font-size: 21px;
	letter-spacing: 1px;
}
.step-wrap:not(:first-of-type) {
    display: none;
}
.sheet hr{
    height: 3px;
    background-color: #007A88;
    border: 0;
}
.step-wrap .form-group label{
    color: #4D4D4D;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.step-wrap .form-group label .ar-lang{
	font-family: "gs_ss_light";
	font-size: 22px;
	margin-left: 5px;
}
.step-wrap .form-group .form-control{
    border: 0;
    border-bottom: 1px solid #4D4D4D;
    color: #007A88;
}
.step-wrap .form-group .form-control:focus ,
.step-wrap .form-group .form-control:hover{
	border-bottom: 1px solid #007A88;
}
.other-div{
	display:none;
}
.img-block {
    margin: 30px auto;
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100%;
}
.img-block img {
    margin: 15px auto;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}
.img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.img-block input[type="file"] {
    display: none;
}
.upload-btn{
	overflow: hidden;
	height: 40px;
	margin: 5px 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.upload-btn label.custom-btn{
	background-color: transparent;
	color: #008d80;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.upload-btn input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.step-wrap input[type=radio]+label::before, 
.step-wrap input[type=checkbox]+label::before{
    border: 1px solid #008d80;
}
.step-wrap input[type=radio]:checked+label::before,
.step-wrap input[type=checkbox]:checked+label::before{
	background-color:#008d80;
}
.step-wrap .table input[type=radio]:checked+label::before,
.step-wrap .table input[type=checkbox]:checked+label::before{
	left: 0;
	right: 0;
	margin: auto;
}
.step-wrap .table{
	margin: 15px auto;
}
.step-wrap .table>thead>tr>th ,
.step-wrap .table >tbody>tr>td{
	font-size: 19px;
	text-align: left;
	padding: 10px;
	font-weight:100;
	letter-spacing:	2px;
	text-transform: uppercase;
}
.step-wrap .table>thead>tr>th{
	color:#007A88;
	text-align:center;
}
.step-wrap .table input[type=radio]+label:empty, 
.step-wrap .table input[type=checkbox]+label:empty{
	margin: auto!important;
}
.step-wrap .table >tbody>tr{
	background-color:#E5E5E5;
}
.step-wrap .table tbody tr:last-child{
	background-color:#CBCBCB;
}

/* Social Links
=========================*/
.social-links{
    position: fixed;
    top: 100px;
    left: 15px;
    z-index: 999;
}
.social-links li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.facebook {
    background-color: #475993;
}
.twitter {
    background-color: #03A9F4;
}
.youtube {
    background-color: #bd081c;
}
.linked{
	background-color:#0288D1;
}

/* Modal
=========================*/
.modal{
	z-index:9999;
}
.modal-open {
    overflow: hidden!important;
}
.model-body{
    padding:  15px;
    text-align: right;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
}
.modal-dialog{
	width: 98%;
	background-color: #fff;
	margin: 150px auto;
	z-index: 9999;
}
.modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 55px;
	background-color: transparent;
	padding: 0;
}
.succ-item{
	max-width: 360px;
	max-height: 360px;
	border-radius: 50%;
	padding: 51px 0px;
	color: #808080;
	font-size: 23px;
	font-family: "myriad_semibold";
	line-height: 35px;
	width: 90%;
	height: 90%;
}
.full-dig{
	overflow: hidden;
	padding: 0;
	margin: 15px auto;
	max-height: 700px;
	overflow-y: auto;
	max-width: 1170px;
}
.full-dig .sec-title{
	display: block;
	background-color: #4cafa6;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "myriad_semibold";
}
.full-dig .nav-tabs{
	border-bottom: 2px solid #ddd;
}
.full-dig .tab-content{
	padding: 15px;
}
.full-dig .case-block{
    margin: 5px auto;
    padding: 5px 5px 5px 30px;
}
.full-dig .case-block.liner{
    padding: 0 0 0 40px;
}
.full-dig .case-block.liner .case-block-cont{
    padding: 0;
}
.full-dig .case-block.liner .case-block-cont .title{
	
font-size: 15px;
}
.full-dig .case-block .radio-wrap{
    position: absolute;
    left: 5px;
    top: 5px;
}
.full-dig .case-block .radio-wrap input[type=checkbox]:checked+label::before{
	background-color: #007a88;
	border: 1px solid #007a88;
}
.full-dig .case-block .radio-wrap input[type=checkbox]+label::before{
	background-color: transparent;
	border: 1px solid #007a88;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Header
=============================*/
header{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
header .container-fluid{
    background-color: #007f86;
}
header .logo{
    float: left;
    margin: 7px auto;
}
header .header-widget{
    float: right;
    margin: 21px 0;
    position: relative;
}
header .header-widget .search-wrap{
    display: inline-block;
    margin-right: 25px;
}
header .header-widget .search-wrap .form-group{
    display: block;
    width: 299px;
    margin: 0;
}
header .header-widget .search-wrap .form-group i{
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    line-height: 32px;
    color: #45a79d;
}
header .header-widget .search-wrap .form-group img{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 28px;
    line-height: 32px;
}
header .header-widget .search-wrap .form-group .form-control{
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 35px;
    text-transform: uppercase;
    background-color: #fff;
    letter-spacing: 1px;
    color: #007f86;
    font-family: "myriad_light";
    font-size: 14px;
}
header .header-widget a{
    display: inline-block;
    position: relative;
    background-color: #666666;
    color: #fff;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: "myriad_semibold";
    font-size: 13px;
    border: 1px solid #707070;
    letter-spacing: 0.5px;
    margin: 0 5px;
}
header .header-widget a:nth-child(3){
    background-color: #0098A4;
    border-color: #F1F1F1;
}
.btn-responsive-nav {
    display: none;
}
header nav {
    margin:0px;
    z-index: 9999;
}
.navbar-collapse.collapse{
	background-color: rgba(0, 141, 128, 0.7);
	position: fixed;
	top: 79px;
	left: 0;
	width: 100%;
	z-index: 9998;
	box-shadow: none;
	border: 0;
}
header .header-widget .profile-links{
    display: inline-block;
    margin-left: -25px;
}
header .header-widget .profile-links .dropdown{
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
header .header-widget .profile-links .dropdown:last-child a{
	background-color: transparent;
	border: 0;
	font-size: 15px;
	text-decoration: underline;
	width: auto;
	padding: 0 15px;
}
header .header-widget .profile-links .dropdown .icon-btn{
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 auto;
    width: 50px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 24px;
    border-radius: 0;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
header .header-widget .profile-links .dropdown .icon-btn i{
    display: block;
    width: 100%;
    height: 100%;
}
header .header-widget .profile-links .dropdown .icon-btn span{
    position: absolute;
    bottom: 2px;
    right: 2px;
    background-color: #ffffff;
    color: #007A88;
    width: 18px;
    height: 18px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 100;
    border-radius: 50%;
}
header .header-widget .profile-links .dropdown .dropdown-menu{
    z-index: 9999;
    border-radius: 0;
    background-color: #F3F3F3;
    padding: 0;
    top: 200%;
}
header .header-widget .profile-links .dropdown.open > .dropdown-menu{
	top: 150%;
}
header .header-widget .profile-links .dropdown .dropdown-menu li{}
header .header-widget .profile-links .dropdown .dropdown-menu li a{
    background-color: transparent;
    border: 0;
    color: #007a88;
    display: block;
    margin: 0;
}
header .header-widget .profile-links .dropdown .dropdown-menu li a:hover{
	background-color:#fff;
}
header .header-widget .profile-links .dropdown .dropdown-menu li a span{
    margin-left: 10px;
}

/* Dropdown 
=================================*/
.dropdown-menu {
	transition: all 0.5s ease;
	display: block;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
}
.open > .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{
        padding: 11px 0px;
        z-index: 999;
        width: 100%;
        text-align: left;
        float: none;
    }
    .nav-main > ul.navbar-nav > li > a {
        padding: 0px 12px;
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .nav-main > ul.navbar-nav > li > a > img{
    	margin: 0px auto;
    	height: 40px;
    	width: 30px;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a:focus ,
    .nav-main > ul.navbar-nav > li.active > a:hover,
    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background: #007f86;
        color: #fff;
    }
    .nav-main > ul.navbar-nav > li.active > a{
      	background-color: transparent;
      	color:#000;
    }
    ul.navbar-nav > li.dropdown {
		position: relative;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu {
        background: #008D80;
        display: block;
        border: 0;
    }
	ul.navbar-nav > li.dropdown > ul.dropdown-menu {
		right: auto;
		opacity: 0;
		visibility: hidden;
		top:100px;
		padding: 0;
		margin: 0;
		min-width:200px;
		border-radius: 0;
	}	
    ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        visibility: visible;
        top:100%;
        opacity: 1;
        -webkit-transition :ease all 0.3s;
           -moz-transition :ease all 0.3s;
                transition :ease all 0.3s; 
	}
	ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a {
        padding: 5px 15px;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition : all 0.3s;
        -moz-transition : all 0.3s;
        transition : all 0.3s;
    }
	ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a > i{
		margin-right: 10px;
		vertical-align: middle;
	}
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus ,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:hover > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:focus > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li.active > a {
        background: #007f86;
        color: #fff;
    } 	 
}
@media all and (min-width:992px) and (max-width:1200px) {
	.nav-main > ul.navbar-nav > li > a{
		padding: 0 7px;
		letter-spacing: 1px;
	}
}
@media all and (max-width:991px) {
    ul.navbar-nav {
        float: none;
        padding: 0;
        margin: 0;
    }
    .nav-main-collapse.collapse {
        display: none !important;
        left: 0;
        top: 0;
        width: 100%;
        overflow-y: auto !important;
        max-height: 400px;
        /* padding: 0px 15px; */
        position: relative;
        background-color: rgba(0, 141, 128, 1)!important;
    }
    .nav-main-collapse.collapse.in {
        display: block !important;
        background-color: rgba(0, 141, 128, 1)!important;
    }
    .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding: 10px 0px;
        clear: both;
    }
    .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        overflow: hidden;
        font-size: 15px;
        color: #fff;
        padding: 0 15px;
        line-height: 34px;
        margin: 0;
        text-align: left;
        text-transform: uppercase;
    }
    .nav-main .navbar-nav li > a> img{
    	margin:0;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus,
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover  ,
    .nav .open>a, .nav .open>a:focus, 
    .nav .open>a:hover {
        background: #007f86 !important;
        color: #ffffff !important;
    }
    .btn-responsive-nav {
        display: block;
        position: absolute;
        background: transparent;
        top: 0;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 35px;
        margin: auto;
        padding: 0;
        border-radius: 0;
        font-size: 30px;
        color: #ffffff;
        z-index: 998;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
    	background-color:#2fa197;
    	color:#fff;
        outline: 0;
        box-shadow: none;
    }   
    ul.navbar-nav .dropdown-menu {
		display: none;
		        transition:.4s all;
	}
	ul.navbar-nav .open > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        background-color: #ffffff!important;
        border: 0;
        padding: 5px;
        border-radius: 0;
        transition:.4s all;
    }
    ul.navbar-nav > li.dropdown a svg {
        float: left;
        position: relative;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        padding: 5px;
        z-index: 10;
        color: #fff;
    } 
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px;
        color: #007f86;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover , 
    .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background: #007f86 !important;
    }
    header .header-widget{
    	padding-right: 35px;
    }
    header .header-widget a ,
	header .header-widget .search-wrap{
    	margin: 0 2px;
    }
    .nav-main .navbar-nav li:first-child ,
	.nav-main .navbar-nav li:nth-child(2){
    	display:none;
    }
    header .header-widget .search-wrap .form-group{
    	width: 200px;
    }
    header .header-widget .profile-links{
    	margin: 0;
    }
    header .header-widget .profile-links .dropdown .icon-btn{
    	width: 40px;
    }
}

/* Footer
=============================*/
footer.section-gradin{
	background: url(../images/footer-bc.png) no-repeat;
	background-position: bottom left;
	padding: 50px 0px;
	position: relative;
	background-size: cover;
}
footer.section-gradin:before{
    background: rgb(77, 77, 77, 0.9);
}
footer a.logo img{
    margin: 15px 0;
}
footer .footer-links{
	width:100%;
	overflow:hidden;
	margin: 25px auto;
	text-align: left;
}
footer .footer-links li{
	padding: 0;
}
footer .footer-links li a{
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #008d80;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "myriad_semibold";
}
footer .footer-links li a:hover{
	color:#fff;
}
footer .app-down{
	text-align: left;
	display:block;
	margin: 25px auto;
}
footer .app-down li{
	display: inline-block;
	margin: 0 5px 0 0;
}
.contact-form .head-title span{
	font-family: "myriad_regular";
}
.contact-form .info-text{
	color:#fff;
	font-size: 16px;
	line-height: 25px;
}
.contact-form .custom-btn{
	width: 100%;
}
.copyrights{
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background-color: #008D80;
}

/* Welcome Home
============================*/
.welcome-home{
    width: 100%;
    background: url(../images/home-bc.png);
    background-size: cover;
    padding: 79px 0px 25px;
}
.welcome-home:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(0, 141, 128, 0.3) , rgb(255, 255, 255, 0.5));
}
.welcome-home .home-cont{
    margin: 200px auto 15px;
    font-family: "myriad_semibold";
    text-transform: uppercase;
    position: relative;
    padding-left: 100px;
}
.welcome-home .home-cont h3{
    color: #06897C;
    font-size: 61px;
    margin: 25px auto;
    line-height: 60px;
}
.welcome-home .home-cont p{
    color: #666666;
    font-size: 21px;
    margin: 15px 0;
    max-width: 560px;
}
.welcome-home .home-cont .custom-btn {
    margin: 15px auto;
    line-height: 65px;
    padding: 0px 45px;
}
.welcome-home .home-img{
    margin: 25px auto;
}
.welcome-home .about-btn {
    display: block;
    margin: 25px auto 0;
    background-color: transparent;
    border: 0;
    text-align: center;
    width: 40px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    -mox-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.welcome-home .about-btn.in{
    -webkit-transform: rotate(0deg);
    -mox-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;

}

/* About
=======================*/
.about{
	display:none;
    background-color: #4D4D4D;
    padding: 25px 0px;
    color: #fff;
}
.about .about-cont h3{
    color: #008D80;
    font-size: 40px;
    margin: 25px auto;
    line-height: 45px;
    font-family: "myriad_light";
    text-transform: uppercase;
}
.about .about-cont h3 span{
	font-family: "myriad_semibold";
}
.about .about-cont  p{
    font-size: 18px;
    margin: 15px auto;
    letter-spacing: 1px;
    line-height: 35px;
}
.about .about-cont  .vert-line{
    margin: 25px auto;
    height: 95px;
    width: 1px;
    background-color: #fff;
    display: block;
}

/* Features
========================*/
.features{
    background-color: #007A88;
    padding: 30px 0px 0px;
}
.features .feat-item{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    color: #fff;
}
.features .feat-item img{
    float: left;
    width: 65px;
    height: 65px;
}
.features .feat-item .feat-cont{
    display: block;
    padding: 5px 5px 5px 75px;
}
.features .feat-item .feat-cont .title{
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 35px;
    font-family: "myriad_semibold";
}
.features .feat-item .feat-cont span{
    display: block;
    position: relative;
    color: #E5E5E5;
    font-size: 15px;
}

/* Trending
=======================*/
.trending-title{
    display: block;
    text-align: center;
    color: #008D80;
    font-size: 40px;
    margin: 25px auto;
    line-height: 45px;
    font-family: "myriad_light";
    text-transform: uppercase;
}
.trending-title span{
    font-family: "myriad_semibold";
}
.course-item{
    display: block;
    position: relative;
    margin: auto;
    text-align: left;
}
.course-item img{
    display: block;
    width: 100%;
}
.course-item a{
    font-size: 18px;
    color: #008D80;
    margin-bottom: 30px;
    display: block;
    margin: 0px auto 5px;
    font-family: "myriad_semibold";
    padding: 15px;
}
.course-item .author{
    display: block;
    opacity:0;
    visibility:hidden;
    color: #808080;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    font-family: "myriad_semibold";
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.course-item .date{
    display: block;
    line-height: 30px;
    color: #808080;
    font-size: 15px;
    padding: 5px 15px;
}
.course-item .date span{
    display: inline-block;
    margin-left: 5px;
}
.course-item:hover{
    background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .3);
}
.course-item:hover .author{
    opacity:1;
    visibility:visible;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

/* User Type
============================*/
.user-type{
    display: block;
    position:relative;
    padding: 25px 50px;
    text-align: center;
}
.user-type  .info-text{
    color: #666666;
}
.user-type.last:before{
	content: " ";
	position: absolute;
	left: 0;
	height:80%;
	width:2px;
	top:20%;
	bottom:0;
	margin:auto;
	background-color:#008d80;
}

/* Login
==========================*/
.login-wrap{
    background: url(../images/login-bc.png) no-repeat;
    background-size: cover;
    padding: 100px 0px!important;
}
.login-wrap .form-title{
    position: relative;
    background-color: transparent;
    padding: 10px 25px;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "myriad_bold";
    font-size: 20px;
    letter-spacing: 3px;
}
.login-wrap form{
    max-width: 480px;
    margin: 0 auto;
}
.login-wrap form .form-group .remmeber {
	float: left;
	width: 50%;
	text-align: left;
}
.login-wrap form .form-group .forget-pass{
	float: right;
	width: 50%;
	text-align: right;
	line-height: 42px;
}
.login-wrap form .form-group .forget-pass a{
	color: #E5E5E5;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: "myriad_light";
}
.login-wrap form .form-group label{
	text-align: left;
	margin: 10px auto;
	color: #fff;
}
.login-wrap form .form-group .form-control{
    background-color: #fff;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 2px;
    padding: 0 15px;
}
.login-wrap form .form-group .custom-btn{
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    color: #008D80;
}
.login-wrap form .form-group .custom-btn:hover{
    background-color: #666 !important;
    color: #ffffff;
}
.spacer {
    display: block;
    position: relative;
    margin: 15px auto;
    line-height: 25px;
}
.spacer:before {
    content: " ";
    position: absolute;
    width: 40%;
    height: 1px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.spacer:after {
    content: " ";
    position: absolute;
    width: 40%;
    height: 1px;
    background: #f1f1f1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.spacer span {
    position: relative;
    background-color: transparent;
    padding: 10px 25px;
    font-weight: 600;
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "myriad_bold";
    font-size: 20px;
    letter-spacing: 3px;
}
.login-wrap form .form-group.social-login .custom-btn{
	background-color:#fff;
}
.login-wrap form .form-group.social-login .custom-btn i{
	margin-right: 10px;
}
.login-wrap form .form-group.social-login .custom-btn.face{
	color:#475993;
}
.login-wrap form .form-group.social-login .custom-btn.linkedin{
	color:#007AB9;
}
.login-wrap form .form-group.social-login .custom-btn.google{
	color:#C0272D;
}
.login-wrap form .form-group.social-login .custom-btn:hover{
	color:#fff;
}
.form-footer{
    text-align: center;
}
.form-footer .head-title{
    color: #fff;
    font-family: "myriad_regular";
}
.form-footer .head-title span{
    font-family: "myriad_semibold";
}
.form-footer .custom-btn{
    display: block;
    width: 100%;
    background-color: #E5E5E5;
    color: #008D80;
}
.form-footer .custom-btn:hover{
    background-color: #666;
    color: #ffffff;
}
.register-wrap .form-title{
    width: 100%;
    text-align: left;
    max-width: 767px;
    padding: 0 15px;
}
.register-wrap .form-title span{
    display: inline-block;
    font-family: "myriad_regular";
}
.register-wrap form{
    max-width: 767px;
}
.register-wrap form .form-group{
	margin:5px auto;
	overflow: hidden;
}
.multi-grop .form-control:first-child{
    width: 100px;
    float: left;
    margin-right: 15px;
    padding: 0;
}
.multi-grop .form-control:last-child{
    float: left;
    width: 238px;
}
.register-wrap form .form-group .radio-wrap{
    display: inline-block;
    margin-right: 10px;
}
.upload-grop .form-control:first-child{
    width: 288px;
}
.upload-grop .upload-wrap{
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
}
.upload-grop .upload-wrap .upload-btn{
    width: 100%;
    height: 50px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
.upload-grop .upload-wrap  input.upload{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    filter: alpha(opacity=0);
}

/* Side Multi Menu
===========================*/
.side-multi-menu li{
    display: block;
    border-bottom: 1px solid #CBCBCB;
}
.side-multi-menu li:last-child{
	border-bottom:0;
}
.side-multi-menu li a{
    display: block;
    position: relative;
    padding: 10px 0px 10px 35px;
    font-size: 17px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 30px;
}
.side-multi-menu li.active a ,
.side-multi-menu li.active a:hover ,
.side-multi-menu li a:hover{
	background-color: #CBCBCB;
}
.side-multi-menu li ul{
    display: none;
	padding: 0px 5px 10px 45px;
}
.side-multi-menu li ul li{
	border:0;
}
.side-multi-menu li ul li a{
    border: 0;
    padding: 5px 0px 5px 40px;
    font-size: 14px;
    color: #808080;
}
.inner-profile .side-multi-menu li ul li a{
	padding: 5px;
}
.side-multi-menu li a:before{
    content: " ";
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    width: 17px;
    height: 16px;
    background-size: cover;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.side-multi-menu li ul li a:before{
    display: none;
}

/* Profile
==========================*/
.profile-toggle-btn{
    display: block;
    position: absolute;
    top: -30px;
    background-color: transparent;
    border: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.profile-side-menu{
    position: relative;
    background-color: #E5E5E5;
    padding: 0;
    margin: 15px auto;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.profile-side-menu .profile-toggle-btn{
   position: absolute;
   right: -25px;
   top: 7px;
}
.profile-side-menu .title{
    font-size: 20px;
    color: #06897C;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
}

.profile-side-menu ul li ul li a:before{
	content: " - ";
	position:absolute;
	background: none;
	font-size: 28px;
	height: 2px;
	color: #808080;
	top: 3px;
	margin: 0;
}

.inner-profile .profile-side-menu {
    position: fixed;
    left: -100%;
    top: 140px;
    width: 260px;
    height: 100%;
    z-index: 9999;
    margin: 0;
     -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.inner-profile .profile-side-menu.in{
	left:0;
	opacity: 1;
	visibility:visible;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
    -webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, .3);
}

.profile-head{
    background: url(../images/login-bc.png) no-repeat;
    background-size: cover;
    padding: 60px 0px 30px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.profile-head .profile-img{
    display: block;
    position: relative;
    text-align: center;
}
.profile-head .profile-img .head-title{
    color: #fff;
}
.profile-head .profile-img .img-wrap{
    max-width: 240px;
    text-align: center;
    margin: 15px auto;
}
.profile-head .profile-img .img-wrap img{
	width:220px;
	height:220px;
	border-radius: 50%;
}
.profile-head .profile-img a{
    display: block;
    text-align: right;
    color: #fff;
    font-size: 30px;
    margin-top: -30px;
}
.profile-head .profile-img .profile-name{
    color: #fff;
    font-family: "myriad_light";
    display: block;
    font-size: 40px;
    margin: 15px auto;
}
.profile-head .profile-img .profile-name span{
    display: block;
    font-family: "myriad_semibold";
    font-size: 24px;
    letter-spacing: 1px;
    color: #E5E5E5;
}

.profile-stat{
    display: block;
    position: relative;
    width: 100%;
    padding: 25px 0px 0px;
    border-top: 1px solid #fff;
}
.profile-stat ul.stat{
    display: inline-block;
}
.profile-stat ul.stat li{
    display: inline-block;
    text-align: center;
    color: #E5E5E5;
    margin: 0px 25px;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 35px;
}
.profile-stat ul.stat li span{
    display: block;
    font-family: "myriad_light";
    font-size: 40px;
}
.profile-stat ul.add{
    float: right;
    text-align: right;
}
.profile-stat ul.add li{
    display: inline-block;
}
.profile-stat ul.add li .custom-btn{
    font-size: 20px;
    font-family: "myriad_light";
    background-color:#fff;
    color: #008D80;
    margin: 3px auto 0px;
}
.profile-stat ul.add li .custom-btn span{
	 font-family: "myriad_regular";
}
.profile-stat ul.add li:last-child .custom-btn{
	background-color:#CBCBCB;
}

.profile-cont{
    padding: 50px 0px;
    background-color: #E5E5E5;
}
.profile-cont form.top-search{
    width: 240px;
    float: right;
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}
.profile-cont form.top-search .form-group{
    margin: 0;
}
.profile-cont form.top-search .form-group .form-control{
    background-color: #007A88;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 40px;
}
.profile-cont form .form-group i{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.profile-tab.nav-tabs{
	border-bottom: 0;
	margin-bottom: 0;
}
.profile-tab.nav-tabs li a{
	color: #007A88;
	font-size: 24px;
	font-family: "myriad_regular";
}
.profile-tab.nav-tabs>li.active>a, 
.profile-tab.nav-tabs>li.active>a:focus, 
.profile-tab.nav-tabs>li.active>a:hover,
.profile-tab.nav-tabs>li>a:focus,
.profile-tab.nav-tabs>li>a:hover{
  	color: #008D80;
  }

.status{
    margin: 0px auto;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    padding: 15px 0px;
}
.status li{
    display: inline-block;
    color: #989898;
    font-size: 19px;
    font-family: "myriad_semibold";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 15px;
}
.status li span{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px auto 10px;
}
ul.item-list-wrap{
	border-bottom: 1px solid #CBCBCB;
}
.view-all{
	display: block;
	font-size:15px;
	color: #008D80;
	text-align:center;
	margin: 0px auto;
	line-height: 50px;
	text-transform:uppercase;
}

.item-list{
    overflow: hidden;
    margin: 0px auto;
    padding: 15px;
    display: block;
    position: relative;
}
.item-list:hover{
	background-color:#cbcbcb;
}
.item-list .item-list-img{
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.item-list .item-list-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
.item-list .item-list-img span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.item-list .item-list-cont{
    display: block;
    padding: 5px 38px 5px 70px;
}
.item-list .item-list-cont .name{
    line-height: 35px;
    color: #808080;
    letter-spacing: 1px;
    font-size: 23px;
    text-transform: uppercase;
}
.item-list .item-list-cont p{
    margin: 0px auto;
    color: #666666;
    font-family: "myriad_semibold";
    font-size: 12px;
}
.item-list-act{
    position: absolute;
    top: 20px;
    right: 15px;
}
.item-list-act li{
	display:inline-block;
	vertical-align: middle;
}
.item-list-act a{
    display: block;
    margin: 0 5px;
    padding: 0;
}
span.green{
    background-color: #75E389;
}
span.yellow{
    background-color: #EDC974;
}
span.red{
    background-color: #FF3E69;
}
span.blue{
    background-color: #5398E8;
}

.item-list-details{
    display: block;
    position: relative;
    margin: 15px auto;
}
.item-list-details .details-head{
    background-color: #f1f1f1;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.item-list-details .details-head .details-img{
	float: left;
}
.item-list-details .details-head img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    display: inline-block;
}
.item-list-details .details-head span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 60px;
}
.item-list-details .details-head .name{
	display: block;
	width: 100%;
	color: #4D4D4D;
	font-size: 29px;
	letter-spacing: 1px;
	padding: 10px 0px 10px 85px;
}
.item-list-details .details-content{
    display: block;
    position: relative;
    background-color: #CBCBCB;
    padding: 25px;
    overflow: hidden;
}

.details-content .head{
    margin-bottom: 25px;
}
.details-content .head .name{
    display: block;
    overflow: hidden;
    color: #4D4D4D;
    font-size: 29px;
    letter-spacing: 1px;
}
.details-content .head .rate{
    float: right;
    color: #EECD4A;
    font-size: 16px;
    margin: 5px auto;
}
.details-content .head span{
    font-size: 21px;
    color: #666666;
}
.details-content .head .date{
    color: #666666;
    font-size: 18px;
    font-family: "myriad_semibold";
}
.details-content p{
    font-size: 16px;
    font-family: "myriad_semibold";
    color: #4D4D4D;
    line-height: 30px;
}
.details-content .stat{
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0px 0px;
    border-top: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.details-content .stat li{
    display: inline-block;
    text-align: center;
    color: #007A88;
    margin: 0px 25px;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 30px;
}
.details-content .stat span{
    display: block;
    font-family: "myriad_light";
    font-size: 30px;
}
.details-content .custom-btn{
    margin: 0;
    float: right;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #fff;
    color: #008D80;
}
.details-content .custom-btn span{
	font-family: "myriad_semibold";
}
.details-content .custom-btn:hover{
	color: #008D80;
}

.support{
       text-align: right;
}
.support li{
    display: inline-block;
    margin: 0 5px;
}
.support li a{
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    padding: 12px;
}
.support li a.chat{
    background-color: #008d80;
}

/* Edit Profile
===========================*/
.edit_profile {
	width:100%;
	background-color:#fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.edit_profile .head-title{
    font-family: "myriad_regular";
    text-transform: capitalize;
}
.edit_profile .sub-title{
    font-family: "myriad_regular";
    text-transform: capitalize;
    font-size: 29px;
    color: #666666;
    border-bottom: 2px solid #007f86;
    margin: 15px auto;
}
.edit_profile .head-title span{
    font-family: "myriad_semibold";
}
.panel{
    margin: 15px auto;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel h4.panel-title a {
    display: block;
    position: relative;
    font-size: 19px;
    letter-spacing: 1px;
    color: #666666;
    text-align: left;
    line-height: 45px;
    overflow: hidden;
    padding: 0 15px 0 0;
    border-bottom: 2px solid #007A88;
}
.panel h4.panel-title a img{
	line-height: 45px;
	font-size: 16px;
	padding: 0;
	text-align: center;
	float: right;
	margin: 15px 0;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.panel h4.panel-title a.collapsed img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all;
}
.panel-content{
    overflow: hidden;
    padding:  15px 0;
}
.panel-content .form-group label{
    margin: 0;
}
.panel-content .form-group .form-control{
    color: #4D4D4D;
    background-color: #CBCBCB;
    font-family: "myriad_semibold";
}
.panel-content .form-group.img-block .custom-file-upload{
	color: #008d80;
	background-color: #CBCBCB;
	font-size: 14px;
}
.edit_profile .form-action{
	text-align:right;
	margin: 15px auto;
}
.edit_profile .form-action .custom-btn{
	line-height: 38px;
}
.edit_profile .form-action .custom-btn:last-child{
	background-color: #CBCBCB;
	color:#008d80;
}

/* Mail
======================*/
.qr-code{
	padding: 170px 0px 70px!important;
}
.mess-item{
    display: block;
    margin: 15px auto;
    background-color: #f9f9f9;
    padding: 15px;
}
.mess-item img{
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
.mess-item .message-cont{
    display: block;
    padding: 5px 38px 5px 70px;
}
.mess-item .message-cont .name{
    line-height: 35px;
    color: #008d80;
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
}
.mess-item .message-cont p{
    margin: 0px auto;
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/*QR
=============================*/
.qr_code_cont{
    max-width: 837px;
    width: 98%;
    margin: 25px auto;
    display: block;
    background-color: #E5E5E5;
    overflow: hidden;
    border-radius: 25px;
    text-align: center;
}
.qr_code_cont .head-title{
	font-family: "myriad_regular";
    text-transform: capitalize;
}
.qr_code_cont .head-title span{
	font-family: "myriad_semibold";
}
.qr_code_cont .owner .owner-img{
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.qr_code_cont .owner .owner-img img{
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
.qr_code_cont .owner .owner-cont{
    display: block;
    padding: 5px 38px 5px 130px;
    text-align: left;
}
.qr_code_cont .owner .owner-cont .name{
    font-size: 26px;
    color: #0098A4;
    font-family: "myriad_light";
}
.qr_code_cont .owner .owner-cont p{
    font-size: 17px;
    color: #4D4D4D;
    margin: 5px auto;
}
.qr_code_cont .owner .owner-cont span{
    display: block;
    color: #808080;
    font-size: 17px;
} 
.qr_code_cont .qr-img img{
    display: block;
    border: 1px solid #06897C;
    padding: 15px;
    background-color: #fff;
    border-radius: 25px;
    width: 210px;
    margin-bottom: 15px;
} 
.qr_code_cont .qr-img .custom-btn{
    background-color: transparent;
    color: #808080;
    font-size: 15px;
    padding: 0 5px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.qr_code_cont .qr-img .custom-btn img{
    background-color: #007A88;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    padding: 5px;
    margin: 0 auto;
}
.qr_code_cont .custom-btn.cancel{
    border-radius: 25px;
    background-color: #007A88;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: -70px;
}

/* Sheet Side
===========================*/
.sheet{
	padding:0;
	background-color: #E5E5E5;
}
.sheet-side{
    background-color: #E5E5E5;
    padding: 25px 0px;
}
.sheet-side .sheet-side-head{
    margin-bottom: 15px;
    text-align: center;
}
.sheet-side .sheet-side-head img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.sheet-side .sheet-side-head .name{
    font-size: 20px;
    color: #06897C;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
}
.sheet-side.sheet-side-head span{
    font-size: 21px;
    color: #666666;
}
.sheet-side ul li{
    display: block;
    border-bottom: 1px solid #CBCBCB;
}
.sheet-side ul li a{
    display: block;
    position: relative;
    padding: 10px 0px 10px 50px;
    font-size: 17px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 30px;
}
.sheet-side ul li.active a ,
.sheet-side ul li.active a:hover ,
.sheet-side ul li a:hover{
	background-color: #CBCBCB;
}
.sheet-side ul li a:before{
    content: " ";
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    width: 17px;
    height: 16px;
    background-size: cover;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.sheet-cont{
	padding: 25px;
	background-color:#fff;
}

/* Case Page
=========================*/
.cases-page{
    background-color: #fff;
}
.cases-page .head-title{
    font-family: "myriad_regular";
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 50px;
}
.cases-page .head-title span{
    font-family: "myriad_semibold";
}
.cases-page .head-title a{
    float: right;
    font-size: 17px;
    color: #fff;
}
.cases-page .head-title a img{
    display: inline-block;
    vertical-align: middle;
    height: 35px;
}
.cases-page .head-title a span{
    background-color: #007A88;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}
.cases-page .top-search{
    display: block;
    text-align: left;
    margin: 15px auto;
}
.cases-page .top-search .form-control{
    color: #008d80;
    border-bottom: 2px solid #E2E2E2;
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    font-family: "myriad_semibold";
    letter-spacing: 2px;
    line-height: 35px;
    height: 35px;
    padding: 0 15px 0 0px;
    margin: 5px 5px 5px 0px;
}
.cases-page .top-search .search-form{
    text-align: right;
}
.cases-page .top-search .search-form .form-control{
    background-color: #E2E2E2;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 15px;
    width: 50%;
}
.cases-page .top-search .search-form .custom-btn{
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
}
.cases-page .filter-dis{
    margin: 15px auto;
    border-bottom: 2px solid #e2e2e2;
    display: inline-block;
}
.cases-page .filter-dis li{
    display: inline-block;
    border-bottom: 3px solid transparent;
    margin: -2px;
}
.cases-page .filter-dis li.active{
    border-bottom: 3px solid #008d80;
}
.cases-page .filter-dis a{
    display: block;
    position: relative;
    font-size: 20px;
    color: #007A88;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 10px;
}
.case-block{
    display: block;
    position: relative;
    margin: 25px auto;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.case-block .case-block-img{
    padding: 0;
}
.case-block .case-block-img img{
	width: 100%;
}
.case-block .case-block-cont{
    padding: 0px 70px 25px 25px;
    position: relative;
}
.case-block .case-block-cont .title{
    color: #008D80;
    font-size: 20px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    line-height: 40px;
}
.case-block .case-block-cont .sub-title{
    color: #4D4D4D;
    font-size: 17px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 25px;
}
.case-block .case-block-cont .details{
    font-size: 17px;
    text-transform: lowercase;
    line-height: 30px;
    padding-right: 50px;
}
.case-block .case-block-cont .case-info{
    position: absolute;
    right: 15px;
    top: 30px;
}
.case-block .case-block-cont .case-info li{
    text-align: right;
    margin: 5px auto;
}
.case-block .case-block-cont .case-info li.time{
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #B3B3B3;
    font-size: 17px;
}
.case-block .case-block-cont .case-info li .icon-btn{
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 27px;
    margin: 0px auto;
    padding: 0;
    color: #007A88;
}
.case-block .case-block-cont .case-info li .icon-btn i{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.case-block:hover{
	background-color: #F2F2F2;
}
.case-block .case-block-cont .case-info li .icon-btn:hover{
	background-color:#008d80;
	color:#fff;
}

/* Inner Cases
==========================*/
.inner-board{
    background-color: #fff;
}
.inner-board .head{
    line-height: 35px;
    margin-bottom: 50px;
}
.inner-board .head .head-title{
     color: #008D80;
     font-size: 22px;
     font-family: "myriad_semibold";
     display: block;
     position: relative;
     letter-spacing: 1px;
     line-height: 40px;
     margin: 0 auto;
}
.inner-board .head .sub-title{
    color: #4D4D4D;
    font-size: 17px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    line-height: 25px;
}
.inner-board .head a{
    float: right;
    font-size: 17px;
    color: #fff;
    margin-top: -50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "myriad_semibold";
    z-index: 999;
    position: relative;
}
.inner-board .head a img ,
.inner-board .head a i{
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    color: #007a88;
    line-height: 35px;
    font-size: 25px;
}
.inner-board .head a span{
    background-color: #007A88;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}
.inner-board .board-aut{
	position:relative;
	margin: 15px auto;
	overflow: hidden;
}
.inner-board .board-aut img{
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
.inner-board .board-aut .cont{
    display: block;
    padding: 5px 38px 5px 70px
}
.inner-board .board-aut .cont .title{
    line-height: 30px;
    color: #008d80;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    border: 0;
}
.inner-board .board-aut .cont span{
    margin: 0px auto;
    color: #333;
    font-family: "myriad_semibold";
    font-size: 14px;
    display: block;
    line-height: 25px;
    text-transform: capitalize;
}
.inner-board .board-aut .qr-cod{
	position: absolute;
	top: 0;
	right: 0;
}
.inner-board .board-aut .qr-cod img{
    width: 120px;
    height: 120px;
    border-radius: 0;
    border: 0;
    margin: auto;
    box-shadow: none;
}
.inner-board-cont{
    overflow: hidden;
    margin: 15px auto;
}
.inner-board .title{
    color: #008D80;
    font-size: 22px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 15px auto;
    border-bottom: 2px solid #f2f2f2;
}
.inner-board-cont ul li{
    position: relative;
    margin: 25px auto;
    padding-left: 66px;
}
.inner-board-cont ul li span{
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #F2F2F2;
    padding: 5px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "myriad_semibold";
    text-align: left;
    font-size: 14px;
}
.inner-board-cont ul li span:first-child{
    width: 56px;
    height: 56px;
    background-color: #CCCCCC;
    padding: 0;
    color: #4cafa6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    line-height: 56px;
}
.inner-board-cont img{
    width: 100%;
    margin: 15px auto;
}
.comment-item , .add-comment{
    display: block;
    padding: 25px;
    background-color: #F2F2F2;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}
.comment-item img{
     width: 75px;
     height: 75px;
     float: left;
     border-radius: 50%;
     overflow: hidden;
     margin: 10px auto;
     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
     box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}
.comment-item .cont{
     padding: 5px 38px 5px 90px;
}
.comment-item .cont .name{
    line-height: 30px;
    color: #008d80;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
}
.comment-item .cont span{
     margin: 0px auto;
     color: #333;
     font-size: 14px;
     display: block;
     line-height: 25px;
     text-transform: lowercase;
}
.comment-item .cont p{
     margin: 5px auto;
     color: #333;
     font-family: "myriad_semibold";
     font-size: 14px;
     display: block;
     line-height: 25px;
     text-transform: lowercase;
}
.add-comment .form-control{
    background-color: #fff;
    border: 0;
    margin: 15px auto;
    color: #008d80;
}
.add-comment .custom-btn{
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1px;
}
.owner-comment {
    background-color: #CCCCCC;
}
.owner-comment form .act-btn{
    position: absolute;
    top: 25px;
    right: 25px;
}
.owner-comment form .act-btn .icon-btn{
    border: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    margin: 0px auto;
    padding: 0;
    color: #707070;
}
.owner-comment form .comment-box{
    background-color: #fff;
    padding: 15px;
    margin: 15px auto;
    overflow: hidden;
    display: none;
}
.owner-comment form .comment-box .form-control{
    background-color: #f2f2f2;
    color: #000;
    height: 80px !important;
}
.owner-comment form .comment-box .custom-btn{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
    float: right;
    height: 35px;
    margin: 5px;
}
.inner-vid .title{
    border: 0;
    line-height: 40px;
}
.inner-vid ul li{
    display: block;
    line-height: 30px;
    color: #333;
    font-family: "myriad_semibold";
    margin: 0 auto;
    padding: 0;
}
.vid-frame{
    margin: 15px auto;
}
.rate-vid label{
    color: #008d80;
    font-family: "myriad_light";
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}
.rate-vid{
    background-color: #f2f2f2;
    padding: 15px;
    margin: 0 auto;
}
.rate-vid .rating-block {
    display: inline-block;
    vertical-align: middle;
}
.rate-vid .rating-numb{
    display: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 13px;
    font-weight: bold;
    font-size: 21px;
    margin-top: -10px;
    font-family: arial;
}
.star-rating{
    line-height: 35px;
    cursor: pointer;
    font-size: 22px;
    display: block;
}
.star-rating .fas{
	color: #4D4D4D;
}
.colorstar {
    color: #EECD4A !important;
}
.create_post{
    background-color: #fff;
}
.create_post .head-title{
    margin: 0 auto 30px;
}
.create_post .head-title span{
     font-family: "myriad_regular";
}
.create_post .container-fluid.colored{
    background-color: #007A88;
}
.create_post .container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.create_post label{
	color: #008D80;
	font-size: 22px;
	font-family: "myriad_semibold";
	display: block;
	position: relative;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 15px auto;
	border-bottom: 2px solid #f2f2f2;
	display: inline-block;
}
.create_post .colored label{
	color: #fff;	
}
.create_post .colored .form-control{
    background-color: #fff;
    color: #007a88;
    font-family: "myriad_semibold";
    letter-spacing: 2px;
    padding: 0 15px;
}
.create_post .colored textarea.form-control{
	height: 245px! important;
}
.create_post .upload-wrap{
    position: relative;
    width: 210px;
}
.create_post .upload-wrap .upload-btn{
    width: 100%;
    line-height: 40px;
}
.create_post .upload-wrap  input.upload{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
    filter: alpha(opacity=0);
}
.opt-wrap{
    background-color: #fff;
    padding: 15px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.create_post .colored .opt-wrap label{
	color: #4cafa6;
	border: 0;
	font-size: 22px;
	font-family: "myriad_regular";
	margin: 0;
	display: block;
}
.create_post .colored .opt-wrap .radio-wrap{
	margin: 15px auto;
}
.create_post .colored .opt-wrap .radio-wrap label input{
	border: 1px solid #007a88;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
}
.create_post .colored .opt-wrap .radio-wrap input[type=radio]:checked+label::before, 
.create_post .colored .opt-wrap .radio-wrap input[type=checkbox]:checked+label::before{
	background-color: #007a88;
	border: 1px solid #007a88;
}
.create_post .colored .opt-wrap .radio-wrap input[type=radio]+label::before,
.create_post .colored .opt-wrap .radio-wrap input[type=checkbox]+label::before{
	background-color: transparent;
	border: 1px solid #007a88;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Techniques Page
=============================*/
.tech-count{
    display: block;
    margin: 0px auto;
    text-align: center;
}
.tech-count li{
    display: inline-block;
}
.tech-count li a{
    display: block;
    position: relative;
    line-height: 25px;
    padding: 15px;
    color: #3D8686;
    font-family: "myriad_semibold";
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 5px auto;
    text-align: center;
    background-color: #E5E5E5;
    min-width: 187px;
}
.tech-count li.active a ,
.tech-count li a:hover{
	background-color: #3D8686;
	color: #fff;
}
.tech-count li span{
    display: block;
    font-family: "myriad_regular";
    line-height: 20px;
}
.techn-title{
    display: block;
    margin: 15px auto;
    background-color: #3D8686;
	color: #fff;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}
.preoperative{
    display: block;
    position: relative;
    margin: 15px auto;
    padding-left: 320px;
}
.preoperative .preoperative-side{
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    height: 100%;
    width: 320px;
    color: #666666;
    text-transform: capitalize;
    font-size: 19px;
    background-color: #F2F2F2;
}
.preoperative .preoperative-side span{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #3d8686;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 50%;
    margin-right: 5px;
}
.preoperative-cont{
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #666666;
    text-transform: capitalize;
    font-size: 19px;
    background-color: #F2F2F2;
    border-left: 5px solid #fff;
}
.preoperative-cont .title{
    display: block;
    margin: 15px auto;
    background-color: #E6E6E6;
    color: #3d8686;
    line-height: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}.dot-lists{
    padding: 5px 25px;
}
.dot-lists li{
    margin: 15px auto;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.dot-lists li:before{
	content: " ";
	position:absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 15px;
	background-color: #3d8686;
	border-radius: 50%;
}
.dot-lists li .sub{
    padding-left: 20px;
    text-transform: lowercase;
}
.dot-lists li .sub span{
    padding-left: 30px;
    display: block;
}

/* Topic Menu
===============================*/
.topic{
    background-color: #fff; 
}
.topic-side{
    background-color: #E5E5E5;
    padding: 25px 0px 0px;
}
.topic-side .topic-side-head{
    margin-bottom: 15px;
    text-align: center;
}
.topic-side .topic-side-head img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.topic-side .topic-side-head .name{
    font-size: 24px;
    color: #06897C;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
}
.topic-side .topic-side-head span{
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.topic-side .topic-side-menu li{
    border-top: 1px solid #cbcbcb;
    border-bottom: 0;
}
.topic-side .topic-side-menu li:last-child{
	border-bottom:0;
}
.topic-side .topic-side-menu li.active a ,
.topic-side .topic-side-menu li.active a:hover ,
.topic-side .topic-side-menu li a:hover{
	background-color: #CBCBCB;
}
.topic-side .topic-side-menu li ul{
    padding: 0;
}
.topic-side .topic-side-menu li ul li{
	border:0;
}
.topic-side .topic-side-menu li ul li.tit{
	text-transform: capitalize;
	font-family: "myriad_bold";
	background-color: #bcbcbc;
	line-height: 40px;
	padding: 0 15px;
	margin-bottom: 5px;
}
.topic-side .topic-side-menu li ul li a{
    border: 0;
    padding: 5px 15px;
    text-transform: capitalize;
    line-height: 25px;
}
.topic-side .topic-side-menu li ul li a:before{
    display: none;
}
.topic-content{
    background-color: #fff;
    position: relative;
}
.topic-content .head{
    line-height: 35px;
    margin-bottom: 50px;
    position: relative;
    display: block;
}
.topic-content .head .head-title{
     color: #008D80;
     font-size: 22px;
     font-family: "myriad_semibold";
     display: block;
     position: relative;
     letter-spacing: 1px;
     line-height: 40px;
     margin: 0 auto;
}
.topic-content .head .sub-title{
    color: #4D4D4D;
    font-size: 17px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    line-height: 25px;
}
.topic-content .head .topic-act{
    position: absolute;
    right: 0;
    top: 0;
}
.topic-content .head .topic-act a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "myriad_semibold";
    position: relative;
    background-color: #007a88;
    vertical-align: middle;
    padding: 0 10px;
}
.topic-content .head .topic-act  img ,
.topic-content .head .topic-act a i{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    line-height: 35px;
    font-size: 18px;
}
.topic-content .head .topic-act  img{
    width: auto;
	height: auto;
	margin-right: 5px;
}
.topic-content .head .topic-act a span{
    background-color: #007A88;
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}
.topic-content .table .hash{
    width: 50px;
}
.topic-content .table .topic-name{
	text-align:left;
	width: 100%;
}
.topic-content .table .quest-num{
    width: 95px;
    text-align: center;
}
.topic-content .table thead tr{
    background-color: #008D80;
}
.topic-content .table thead tr th{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    border-bottom: 3px solid #fff;
    text-align: center;
    font-size: 15px;
}
.topic-content .table tbody tr td{
    background-color: #F2F2F2;
    border-right: 3px solid #fff;
    text-align: center;
    font-size: 17px;
    padding: 0 15px;
    line-height: 40px;
}
.topic-content .table{
    display: block;
    width: 100%;
    max-height: 1000px;
    overflow: hidden;
    overflow-y: auto;
}
.topic-content .table tbody ,
.topic-content .table thead ,
.topic-content .table tr{
    width: 100%;
}

/* Products
=============================*/
.product-wrap{
    background-color: #E6E6E6;
    padding: 50px 0px;
}
.product-wrap .head-title{
    background-color: #0571bc;
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
    line-height: 50px;
}
.product-wrap .product-list{
    background-color: #fff; 
    padding: 15px 0px;
}
.prod-item{
    display: block;
    margin: 15px auto;
    box-shadow: 1px 1px 5px #e6e6e6;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.prod-item .prod-img{
    width: 100%;
    height: 180px;
}
.prod-item .prod-img img{
    width: 100%;
    height: 100%;
}
.prod-item .prod-cont{
    padding: 10px 10px 0px;
    background-color: #fff;
}
.prod-item .prod-cont .prod-info{
    display: block;
    position: relative;
    margin: 5px auto;
}
.prod-item .prod-cont .prod-info a.prod-title{
    font-size: 18px;
    color: #333;
    font-family: "myriad_bold";
    letter-spacing: 0px;
    line-height: 30px;
}
.prod-item .prod-cont .prod-info span{
    display: block;
    color: #666;
    font-family: "myriad_semibold";
    font-size: 17px;
    margin: 5px auto;
}
.prod-item .prod-cont  li{
    display: inline-block;
    color: #666;
    font-family: "myriad_semibold";
    font-size: 14px;
    margin: 5px auto;
    padding: 0 10px;
    letter-spacing: 1px;
}
.prod-item .prod-cont .prod-price li{
	padding: 0 5px;
	font-size: 15px;
	letter-spacing: 0;
}
.prod-item .prod-cont .prod-price li.old{
    color: #666;
}
.prod-item .prod-cont .prod-price li.old:before{
    content: " ";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #666;
    transform: rotate(24deg);
    left: 0;
    right: 0;
    margin: auto;
}
.prod-item .prod-cont .prod-price li.dis{
    color: #F44336;
}
.prod-item .prod-cont .prod-price li.dis span{
    color: #F44336;
}
.prod-item .prod-cont .prod-price li.new{
    color: #191919;
}
.prod-item .prod-cont .prod-price li span{
    display: block;
    color: #666;
    font-size: 14px;
}
.prod-item .prod-cont ul{
    display: block;
    position: relative;
    margin: 5px auto;
    text-align: center;
}
.prod-item .prod-cont .prod-act li{
	padding: 0 10px;
}
.prod-item .prod-cont .prod-act li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.prod-item .prod-cont .prod-act li a:hover{
    color: #007f86;
}
.products_chart{
    padding: 50px 0px;
}
.products_chart .table thead tr.top th{
    font-family: "myriad_semibold";
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0;
}
.products_chart .table thead tr th{
    color: #008d80;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    border-bottom: 3px solid #fff;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
}
.products_chart .table tbody tr td{
    background-color: #F2F2F2;
    border-right: 3px solid #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 30px;
}
.products_chart .table tbody tr td:first-child{
	text-align:left;
}
.products_chart .table tbody tr td i{
    color: #008d80;
}
.products_chart .table{
    margin: 25px auto;
    overflow: hidden;
}
.products_chart .table tbody .table-spacer{
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.products_chart .table tbody tr.trhed td{
	background-color:transparent;
	border: 0;
}
.products_chart .table tbody tr td.tit{
    background-color: #008d80;
    color: #fff;
    padding: 0 15px;
    font-family: "myriad_semibold";
    border-right: 2px solid #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
}
.products_chart .table thead tr .type{
    background-color: #008d80;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-family: "myriad_semibold";
    border-right: 2px solid #fff;
    font-size: 16px;
}
.products_chart .table thead tr .type span{
    display: block;
    background-color: #007a88;
    padding: 0 15px;
    line-height: 25px;
    font-size: 13px;
    font-family: "myriad_regular";
    margin: 0 -10px;
}
.products_chart .table thead tr .type:nth-child(3) span{
    background-color: #1f4e78;
}
.products_chart .table tbody tr.price .light-blue .custom-btn ,
.products_chart .table tbody tr td.tit.light-blue ,
.products_chart .table thead tr .type:nth-child(4) span{
    background-color: #00b0f0;
}
.products_chart .table tbody tr.price .purble .custom-btn,
.products_chart .table tbody tr td.purb, 
.products_chart .table thead tr .type:nth-child(5) span{
    background-color: #a264ab;
}
.products_chart .table tbody tr.price td{
    padding: 25px 0px 0px;
}
.products_chart .table tbody tr.price .price-num{
    color: #333;
    font-size: 26px;
    font-family: "myriad_semibold";
    display: block;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
}
.products_chart .table tbody tr.price span{
    display: block;
    line-height: 20px;
    font-size: 13px;
    margin: 5px auto;
}
.products_chart .table tbody tr.price .custom-btn{
    width: 100%;
    margin: 10px auto 0px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    background-color: #1f4e78;
}
.products_chart .table tbody tr.price td:first-child{
	border-top: 5px solid #ffffff;
	background-color:#fff;
}
.products_chart .table tbody tr.price td{
	border-top: 5px solid #007f86;
}
.products_chart .table tbody tr.price td.blue{
	border-top: 5px solid #1f4e78;
}
.products_chart .table tbody tr.price td.light-blue{
	border-top: 5px solid #00b0f0;
}
.products_chart .table tbody tr.price td.purble{
	border-top: 5px solid #a264ab;
}

/* Qbank Pages
=============================*/
.custom-test{
    background-color: #fff;
}
.custom-test .head{
    display: block;
    position: relative;
    margin: 0px auto 30px;
}
.custom-test .head .head-title{
    font-family: "myriad_regular";
    text-transform: uppercase;
    line-height: 45px;
    margin: 0;
}
.custom-test .head .head-title span{
    font-family: "myriad_semibold";
}
.custom-test .head .head-title span.sub{
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 20px;
}
.custom-test .head .custom-btn{
    position: absolute;
    font-size: 17px;
    color: #fff;
    top: 0;
    right: 0;
    line-height: 40px;
}
.custom-test .head .custom-btn i{
	margin-right: 5px;
}
.custom-test .testmas-stat{
    display: block;
    margin: 15px auto;
    overflow: hidden;
}
.custom-test .testmas-stat li{
    float: left;
    width: 20%;
    text-align: center;
    background-color: #E5E5E5;
    color: #008D80;
    font-size: 14px;
    font-family: "myriad_regular";
    line-height: 20px;
    padding: 15px 0;
    border-right: 5px solid #fff;
    text-transform: uppercase;
}
.custom-test .testmas-stat li span{
    display: inline-block;
    font-size: 23px;
    font-family: "myriad_semibold";
    vertical-align: middle;
    border-right: 2px solid #5c5d5e;
    padding: 0 5px;
    line-height: 35px;
    margin-right: 5px;
}
.custom-test .testmas-stat li .custom-btn{
    margin: 0;
    display:block;
    width:100%;
    height: 65px;
    line-height: 65px;
}
.custom-test .testmas-stat li:last-child{
	padding:0;
}
.custom-test-form .title{
    display: block;
    font-family: "myriad_semibold";
    font-size: 22px;
    letter-spacing: 2px;
    color: #008D80;
    text-transform: uppercase;
    line-height: 30px;
    margin: 15px auto;
    border-bottom: 2px solid #008D80;
}
.custom-test-form input[type=radio]+label ,
.custom-test-form input[type=checkbox]+label{
    margin: 0;
    padding-left: 36px;
    font-size: 17px;
}
.custom-test-form input[type=radio]+label::before ,
.custom-test-form input[type=checkbox]+label::before{
	background-color:#eee;
}
.custom-test-form input[type=radio]:checked+label::before ,
.custom-test-form input[type=checkbox]:checked+label::before{
	background-color:#008d80;
}
.custom-test-form input[type=radio]+label span ,
.custom-test-form input[type=checkbox]+label span{
	display:block;
	font-family: "myriad_regular";
	color: #666;
}
.custom-test-form .inline label{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: uppercase;
}
.custom-test-form .inline .form-control{
    border: 1px solid #007f86;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 40px;
    line-height: 30px;
    float: right;
    width: 50%;
    color: #007f86;
}
.quest-avab{
    display: block;
    position: relative;
    background-color: #008D80;
    text-align: center;
    color: #fff;
    padding: 15px;
    margin: 15px auto;
}
.quest-avab .num{
    display: inline-block;
    font-size: 24px;
    font-family: "myriad_semibold";
    vertical-align: middle;
    border-right: 2px solid #ffffff;
    padding: 0 15px 0 0;
    line-height: 35px;
    margin-right: 5px;
}
.quest-avab span{
    font-family: "myriad_semibold";
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.inline .limit{
	float: right;
	width: 50%;
	text-align: left;
	margin:5px auto;
	text-transform:capitalize ;
	font-family: "myriad_regular";
}
.testmaster{
    background-color: #fff;
}
.testmaster .head{
    display: block;
    position: relative;
    margin: 0px auto 30px;
}
.testmaster .head .head-title{
    font-family: "myriad_regular";
    text-transform: uppercase;
    line-height: 45px;
    margin: 0;
}
.testmaster .head .head-title span{
    font-family: "myriad_semibold";
}
.testmaster .head .custom-btn{
    position: absolute;
    font-size: 17px;
    color: #fff;
    top: 0;
    right: 0;
    line-height: 40px;
}
.testmaster .testmas-stat{
    display: block;
    margin: 15px auto;
    overflow: hidden;
}
.testmaster .testmas-stat .title{
    display: block;
    width: 100%;
    font-family: "myriad_semibold";
    text-transform: uppercase;
    line-height: 45px;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
    background-color: transparent;
    padding: 0;
    border: 0;
}
.testmaster .testmas-stat li{
    float: left;
    width: 20%;
    text-align: center;
    background-color: #E5E5E5;
    color: #008D80;
    font-size: 17px;
    font-family: "myriad_regular";
    line-height: 20px;
    padding: 15px;
    border-right: 5px solid #fff;
    text-transform: uppercase;
}
.testmaster .testmas-stat li.green{
	background-color: #008D80;
    color: #fff;
}
.testmaster .testmas-stat li span{
    display: block;
    padding: 15px;
    font-size: 28px;
    font-family: "myriad_semibold";
}
.testmaster .testmas-stat li.test-filt{
    padding: 0;
    line-height: 55px;
}
.testmaster .testmas-stat li.test-filt .form-control{
    background-color: #CBCBCB;
    color: #5d5d5e;
    text-transform: uppercase;
    border: 0;
}
.bar{
	width: 20px;
}
#graph{
    margin: 15px auto;
    max-width: 760px;
    overflow-x: auto;
}
#graph-wrapper button{
    display: none;
}
.legend{
    text-transform: uppercase;
    font-family: "myriad_semibold";
}
.guid{
    display: block;
    text-align: center;
}
.guid li{
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    font-family: "myriad_semibold";
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
}
.guid li span{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    background-color: #007f86;
}
.guid li.inc span{
    background-color: #cbcbcb;
}
.testmast-table .table thead tr.top th{
    font-family: "myriad_semibold";
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0;
}
.testmast-table .table thead tr th{
    color: #008d80;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-size: 15px;
    line-height: 35px;
    background-color: #f2f2f2;
    border: 0;
    font-family: "myriad_semibold";
    padding: 0 15px;
}
.testmast-table .table tbody tr td{
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 20px;
}
.testmast-table .table thead tr th:nth-last-child(2) ,
.testmast-table .table tbody tr td:nth-last-child(2){
	width: 120px;
}
.testmast-table .table thead tr th:first-child ,
.testmast-table .table tbody tr td:first-child{
	width: 270px;
}
.testmast-table .table thead tr th:last-child ,
.testmast-table .table tbody tr td:last-child{
	background-color:transparent;
	width:50px;
	border:0;
	padding:20px 5px 0;
}
.testmast-table .table tbody tr td span{
	display: block;
	color: #008D80;
	font-size: 17px;
	font-family: "myriad_semibold";
	text-transform: capitalize;
}
.testmast-table .table tbody tr td i{
    color: #008d80;
}
.testmast-table .table{
    margin: 0px auto;
    overflow: hidden;
}
.testmast-table .table tbody tr td .custom-btn{
	margin: 0;
	line-height: 30px;
	font-size: 16px;
}
.testmast-table .table tbody tr td .icon-btn{
	border: 0;
	background-color: transparent;
	color: #008d80;
	font-size: 19px;
}
.testmaster-togg .panel-content{
    padding: 0;
}
.testmaster-togg .panel h4.panel-title a{
    width: 270px;
    border: 0;
    background-color: #008d80;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
}
.testmaster-togg .panel{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.testmaster-togg{
	margin: 15px auto;	
}
.testmaster-togg .hid-cop{
    position: absolute;
    top: 30px;
    right: 70px;
    margin: 0;
}
.testmaster-togg .hid-cop input[type=checkbox]+label{
    margin: 0;
    padding-left: 26px;
    font-size: 17px;
}
.testmaster-togg .hid-cop input[type=checkbox]+label::before{
	background-color:#eee;
}
.testmaster-togg .hid-cop input[type=checkbox]:checked+label::before{
	background-color:#008d80;
}
.entest-form{
    max-width: 480px;
    width: 100%;
}
.entest-form .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
.entest-form .form-control{
    width: 100%;
    background-color: #f2f2f2;
    color: #007f86;
    height: 40px;
    line-height: 40px;
    border: 0;
}
.test-sheet{
    background-color: #fff; 
}
.test-sheet .sheet-cont , .test-sheet .sheet-cont .step-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.quest-head{
	text-align: left;
	font-size: 21px;
	letter-spacing: 1px;
	margin: 15px auto;
}
.test-sheet .step-name .head-title , .step-name span.sub{
	text-align:left;
	margin: 15px auto;
}
.step-name span.sub{
	margin: 0 auto;
	font-size: 18px;
	line-height: 20px;
}
.step-wrap .quest-options label{
	font-size: 15px;
	font-family: "myriad_regular";
	letter-spacing: 0;
	font-size: 17px;
}
.ref{
    text-align: left;
    font-size: 21px;
    margin: 15px auto 30px;
}
.ref .tit{
    margin-right: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}
.ref li{
    display: inline-block;
    padding: 0 10px;
}
.ref li a{
    display: block;
    position: relative;
    color: #007f86;
}
.ref li a img{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.test-information{
    display: block;
    overflow: hidden;
    margin: 15px auto;
}
.test-information li{
    display: inline-block;
    width: 250px;
    text-align: center;
    background-color: #E5E5E5;
    color: #5d5d5d;
    font-family: "myriad_regular";
    line-height: 20px;
    padding: 15px 5px;
    border-right: 5px solid #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}
.test-information .timer ,
.test-information .timer div{
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    letter-spacing: 2px;
}
.test-information li:last-child{
    float: right;
    padding: 0;
}
.test-information li:last-child .custom-btn{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.review-table .table .hash{
    width: 50px;
}
.review-table .table .topic-name{
	text-align:left;
	width: 100%;
}
.review-table .table .quest-num{
    width: 165px;
    text-align: center;
}
.review-table .table thead tr{
    background-color: #008D80;
}
.review-table .table thead tr th{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    border-bottom: 3px solid #fff;
    text-align: center;
    font-size: 15px;
}
.review-table .table tbody tr td{
    background-color: #F2F2F2;
    border-right: 3px solid #fff;
    text-align: center;
    font-size: 17px;
    padding: 0 15px;
    line-height: 40px;
}
.review-table .table tbody tr td a{
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 15px;
	color:#008d80;
}
.review-table .table{
    display: block;
    width: 100%;
    max-height: 1000px;
    overflow: hidden;
    overflow-y: auto;
}
.review-table .table tbody ,
.review-table .table thead ,
.review-table .table tr{
    width: 100%;
}
.review-act .custom-btn{
	vertical-align:middle;
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
}
.review-act .custom-btn.green{
	float:right;
	background-color:#4CAF50;
}
/* Static PAge
==========================*/
.static-page .head .head-title{
    color: #008D80;
    font-size: 24px;
}
.static-page .head-title{
    font-size: 19px;
    color: #000;
}
.static-page .info-text{
    line-height: 25px;
    font-size: 15px;
    color: #333;
}
/*FAQS
==============================*/
.faqs-wrap .toggle-container {
    border: none;
}
.faqs-wrap .toggle-container .panel {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative;
    background: #f6f6f6;
}
.faqs-wrap .toggle-container .panel .panel-content {
	padding: 10px;
}
.faqs-wrap .toggle-container .panel {
    position: relative;
	margin-bottom: 15px;
    background-color: transparent;
    border: none;
    overflow: hidden;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.faqs-wrap .toggle-container .panel > a {
    color: #fff;
    font-size: 16px;
    position: relative;
    white-space: normal;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    background: #4cafa6;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.faqs-wrap .toggle-container .panel > a:before {
    display: block;
    content: " + ";
    line-height: 24px;
    font-size: 24px;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #4cafa6;
    background: #f9f9f9;
    transition: all 0.4s ease;
}
.faqs-wrap .toggle-container .panel > a.collapsed {
    background: #f9f9f9;
    border-left: 3px solid #007f86;
    color: #007f86;
}
.faqs-wrap .toggle-container .panel > a.collapsed:before {
    content: " - ";
    color: #f9f9f9;
    background: #4cafa6;
}
.faqs-wrap .toggle-container .panel .panel-content {
    padding: 15px;
    line-height: 25px;
    background: #ffffff;
    font-size: 17px;
}
.contact-info{
    display: block;
    margin: 15px auto;
    background: #f7f7f7;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    color: #48aba2;
    font-size: 19px;
}
.contact-info i{
    display: block;
    margin: 10px auto;
    background: #48aba2;
    color: #fff;
    width: 40px !important;
    height: 40px;
    border-radius: 3px;
    padding: 10px;
}
.contact-info span{
    display: block;
    font-size: 16px;
    margin: 5px auto;
    width: 100%;
    line-height: 30px;
    color: #323232;
    font-family: "myriad_bold";
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Media Query
=====t======================*/
@media all and (max-width:1400px){
    .edit_profile.mov{
        width: calc( 100% - 240px );
        margin-left: 270px;
        padding-right: 0;
	   -webkit-transition: 0.5s all;
	   -moz-transition: 0.5s all;
	   transition: 0.5s all;
    }
    .edit_profile.mov .container{
        width:100%;
        max-width:1170px;
        -webkit-transition: 0.5s all;
  		-moz-transition: 0.5s all;
   		transition: 0.5s all;
    }
}
@media all and (min-width:992px) and (max-width:1200px){
    .welcome-home .home-cont{
        margin-top: 110px
    }   
    .course-item a{
        margin-bottom: 15px;
        font-size: 15px;
        padding-bottom: 0;
    }
}
@media all and (max-width:991px){
    .section-setting{
        padding: 50px 0px;
    }
    .features{
        padding: 25px 0px;
    }
    .user-type{
        padding: 25px 30px;
    }
    footer .app-down li{
        margin: 0 auto;
    }
    .welcome-home .home-cont{
        margin: 15px auto;
        padding: 0;
        text-align: center;
    }
    .welcome-home .home-cont p{
        max-width: 100%;
    }
    .owl-carousel .owl-nav button.owl-next, 
    .owl-carousel .owl-nav button.owl-prev{
        right: 0px;
        left: auto;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: 0;
        right: auto;
    }
    .profile-stat ul.stat li{
    	margin: 0 5px;
    }
    .profile-stat ul.stat li span{
    	font-size:30px;
    }
    .main{
    	margin-top: 79px;
    }
    .cases-page .top-search .search-form{
        text-align: left;
        margin: 15px auto;
    }
    .cases-page .top-search .form-control{
        letter-spacing: 1px;
        width: 48%;
    }
    .case-block .case-block-cont{
        padding: 15px;
        text-align: center;
    }
    .inner-board .head a{
        float: none;
        display: block;
        margin: 5px auto;
    }
    .case-block .case-block-cont .case-info{
        position: relative;
        display: block;
        margin: 15px auto;
        right: auto;
        top: auto;
    }
    .case-block .case-block-cont .case-info li{
        line-height: 40px;
    }
    .case-block .case-block-cont .case-info li{
        display: inline-block;
        vertical-align: middle;
    }
    .preoperative .preoperative-side{
        position: relative;
        left: auto;
        width: 100%;
        height: auto;
    }
    .preoperative{
        padding: 0;
    }
    .preoperative-cont{
        border: 0;
    }
    .topic-content{
        margin: 15px auto;
    }
    .topic-content .head .topic-act{
        position: relative;
        left: 0;
        margin: 15px auto;
    }
    .testmaster-togg .hid-cop{
        position: relative;
        margin: 5px auto;
        left: 0;
        right: auto;
        top: auto;
    }
    .custom-test .testmas-stat li ,
    .testmaster .testmas-stat li{
        margin: 5px auto;
        width: 33.3%;
    }
}
@media all and (max-width:767px){
    .user-type.last:before{
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 80%;
        height: 2px;
    }
    header .header-widget .search-wrap{
    	display: none;
    }
    .profile-cont form.top-search{
    	float: none;
    	margin: 15px auto;
    }
    .profile-head{
    	padding: 30px 0px;
    }
    .profile-stat ul.stat{
    	text-align:center;
    	display:block;
    }
    .profile-stat ul.add{
    	float: none;
    	text-align: center;
    	margin: 15px auto;
    }
    .qr_code_cont .custom-btn.cancel{
    	margin:15px auto;
    	float:none;
    }
    .custom-test .testmas-stat li ,
    .testmaster .testmas-stat li{
        width: 50%;
    }
    .custom-test .head .custom-btn{
    	position: relative;
    }
    .test-information li:last-child{
    	float: none;
    	display:inline-block;
    }
}
@media all and (max-width:560px){
	.nav-tabs>li>a{
		margin: 0 5px;
		min-width: 80px;
		text-align: center;
	}
	.welcome-home{
		background: #fff;
	}
	.welcome-home .home-cont h3{
		font-size: 42px;
	}
	.main{
		margin-top: 121px;
	}
	header .container-fluid , header .container{
		padding: 0;
	}
	header .header-widget a{
		padding: 0 5px;
	}
	header .logo{
		float: none;
		display: block;
		margin: 0 auto;
	}
	header .header-widget{
		margin: 10px auto;
		float: none;
		text-align: center;
	}
	.btn-responsive-nav{
		display: inline-block;
		position: relative;
	}
	header .header-widget .profile-links .dropdown.open > .dropdown-menu{
		top:100%
	}
	header .header-widget .profile-links .dropdown:last-child a{
		padding: 0 5px;
	}
	.profile-head .profile-img .img-wrap img{
		width:180px;
		height: 180px;
	}
	.profile-head .profile-img .profile-name{
		font-size: 19px;
	}
	.profile-head .profile-img .profile-name span{
		font-size:20px;
	}
	.profile-stat ul.stat li{
		display:block;
	}
	.profile-stat ul.stat li span{
		display:inline-block;
	}
	.profile-tab.nav-tabs li{
		float: none;
		display:block;
	}
	.item-list{
		padding: 15px 0px;
	}
	.item-list .item-list-img{
		float: none;
		width: 60px;
		height: 60px;
		margin: 5px auto;
	}
	.item-list .item-list-cont{
		padding: 5px;
		text-align: center;
	}
	.item-list-act{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
	}
	ul.item-list-wrap{
		padding-bottom: 15px;
	}
	.item-list-details .details-content{
		text-align:center;
		padding: 15px 5px;
	}
	.details-content .head .rate{
		text-align:center;
		float:none;
		display:block;
	}
	.details-content .custom-btn{
		float: none;
	}
	.support{
		text-align:center;
	}
	.status li{
		display:block;
		margin: 5px auto;
	}
    .status li span{
        display:inline-block;
		margin: 0;
	}
    .qr_code_cont .owner .owner-img{
        float: none;
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 5px auto;
    }
    .qr_code_cont .owner .owner-cont{
        padding: 5px;
        text-align: center;
    }
    .login-wrap form .form-group .remmeber , .login-wrap form .form-group .forget-pass{
    	float:none;
    	display:block;
    	width:100%;
    	text-align:left;
    }
    .multi-grop .form-control:last-child , .multi-grop .form-control:first-child{
    	width: 100%;
    	margin: 5px auto;
    }
    .upload-grop .upload-wrap{
    	margin-bottom:5px;
    }
    .cases-page .top-search .form-control{
        width: 100%;
        margin: 15px auto;
    }
    .cases-page .head-title{
        margin: 15px auto;
    }
    .cases-page .head-title a{
        float: none;
        display: block;
        margin: 5px auto;
    }
    .cases-page .top-search .search-form .form-control ,
    .cases-page .top-search .search-form .cuatom-btn{
        width: 100%;
        display: block;
        margin: 5px auto;
    }
    .cases-page .filter-dis{
        display: block;
        border: 0;
    }
    .cases-page .filter-dis li{
        display: block;
        width: 100%;
        text-align: center;
        margin: 5px auto;
    }
    .inner-board-cont ul li{
        padding: 0;
        text-align: center;
    }
    .inner-board-cont ul li span ,
    .inner-board-cont ul li span:first-child{
        display: block;
        position: relative;
        margin: 15px auto;
        text-align: center;
        width: 100%;
    }
    .inner-board .title , .inner-board .head .head-title{
    	font-size: 16px;
    	line-height: 25px;
    	margin: 10px auto;
    }
    .inner-board .head .sub-title{
    	font-size: 14px;
    	line-height: 22px;
    	margin: 15px auto;
    }
    .inner-board .board-aut .qr-cod{
    	position:relative;
    	margin: 0 auto;
    	right: auto;
    	left: auto;
    }
    .inner-board .board-aut img , .comment-item img{
    	float: none;
    	margin: 5px auto;
    }
    .inner-board .board-aut .cont , .comment-item .cont{
    	padding: 0;
    	text-align:center;
    }
    .owner-comment form .comment-box .form-control{
    	line-height: 22px;
    	font-size: 13px;
    	padding: 5px;
    }
    .owner-comment form .comment-box .custom-btn{
    	display:block;
    	width:100%;
    	float: none;
    }
    .comment-item, .add-comment{
    	padding: 5px;
    }
    .add-comment .custom-btn{
    	width:100%;
    	display: block;
    	font-size: 13px;
    	padding: 0;
    }
    .testmaster .head .custom-btn{
        position: relative;
        right: auto;
        top: auto;
        margin: 5px 0px;
    }
    .custom-test .testmas-stat li ,
    .testmaster .testmas-stat li{
    	width:100%;
    	padding: 0 15px 5px;
    }
}

/*Loading
==========================*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #007a88;
    z-index: 9999;
}
.loading-content {
    text-align: center;
    overflow: hidden;
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loader-icon {
    position: absolute;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border: 6px dotted #ffffff;
    border-left-color: #007a88;
    border-right-color: #007a88;
    top: 70px;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 70px;
    -webkit-animation: loader 1s linear infinite;
    -moz-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}


/*.home-infographic-wrapper {
  width: 500px;
  height: 500px;
  display: block;
  position: relative;
  margin: 0px auto;
}
.home-infographic {
  max-width: 500px;
  height: 500px;
}
.circle-partition {
  stroke-opacity: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.svg-color-a {
  fill: #1769c2;
  opacity: .5;
  transition: all 0.25s ease-in-out;
}
.svg-color-a.circle-partition-1 {
  opacity: .35;
}
.svg-color-a.circle-partition-2 {
  opacity: .40;
}
.svg-color-a.circle-partition-3 {
  opacity: .45;
}
.svg-color-a.circle-partition-4 {
  opacity: .50;
}
.svg-color-a.circle-partition-5 {
  opacity: .55;
}
.svg-color-a.circle-partition-6 {
  opacity: .60;
}
.svg-color-a.hp-info-active {
  opacity: 1;
  border: 1px solid white;
  stroke-opacity: .3;
}
.svg-color-b {
  fill: #8ed68f;
}
.home-info-collaboration {
  background-color: #8ed78f;
  position: absolute;
  width: 160px;
  text-align: center;
  height: 35px;
  bottom: 110px;
  left: 50%;
  margin-left: -80px;
  border-radius: 2px;
}
.home-info-collaboration.hp-info-active {
  background-color: #a8eaa6;
}
.home-info-collaboration-p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.home-info-panel {
  position: absolute;
  display: block;
  top: 125px;
  width: 250px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  pointer-events: none;
}
.home-info-panel-callout,
.home-info-panel-title {
  left: 0;
  color: white;
}
.home-info-panel-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: .5px;
  pointer-events: none;
  position: absolute;
  top: -125px;
}
.home-info-panel-callout {
  padding: 0 20px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  height: 250px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: 250px;
}
.home-info-panel-callout.show {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.home-info-panel-callout.home-info-panel-init-callout.show {
  transition: all 0.45s ease-in-out;
}
.pop-color {
  color: #8ed68f;
  display: block;
  font-size: 36px;
}
.additional-info-color {
  font-size: 16px;
  margin-top: 12px;
  text-transform: none;
  display: block;
  color: #8ed68f;
}
.home-info-panel-init-callout {
  font-size: 24px;
}
.home-info-panel-init-callout .pop-color {
  font-size: 42px;
}
.home-info-panel-1-title {
  margin-top: 75px;
  margin-left: 0px;
}
.home-info-panel-2-title {
  margin-top: 75px;
  margin-left: 165px;
}
.home-info-panel-3-title {
  margin-top: 240px;
  margin-left: 285px;
}
.home-info-panel-4-title {
  margin-top: 405px;
  margin-left: 185px;
}
.home-info-panel-5-title {
  margin-top: 405px;
  margin-left: -5px;
}
.home-info-panel-6-title {
  margin-top: 240px;
  margin-left: -107px;
}
.inner-circle-line {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.inner-circle-text-box {
  display: none;
}
.vc-infographic-wrapper {
  width: 680px;
  margin: 15px auto 0;
}
.vc-infographic-header {
  font-size: 37px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  padding: 32px 15px;
  text-transform: uppercase;
  font-weight: 100;
}
.vc-infographic-left .vc-infographic-header {
  background-image: url('/ux-images/hp/purple_square_bg.png');
  color: #6871B5;
}
.vc-infographic-right .vc-infographic-header {
  background-image: url('/ux-images/hp/teal_square_bg.png');
  color: #66B4BA;
}
.vc-header-premium,
.vc-header-innovative {
  font-weight: 900;
  display: block;
  font-size: 37px;
}
.vc-header-premium {
  color: #6871B5;
}
.vc-header-innovative {
  color: #66B4BA;
}
.vc-infographic-left,
.vc-infographic-right {
  width: 300px;
  display: block;
}
.vc-infographic-left {
  float: left;
}
.vc-infographic-right {
  float: right;
}
.vc-infographic-list-item {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #6871B5;
  margin-bottom: 12px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  bottom: 0;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.vc-infographic-list-item-link {
  color: white;
  font-size: 22px;
  vertical-align: middle;
  display: table;
  height: 135px;
  line-height: 24px;
  width: 100%;
}
.vc-infographic-left .vc-infographic-list-item {
  background-color: #6871B5;
  text-align: right;
  padding-left: 12px;
}
.vc-infographic-right .vc-infographic-list-item {
  background-color: #6abdb5;
  text-align: left;
  padding-right: 12px;
}
.vc-infographic-list-item:hover {
  bottom: 2px;
  transition: all 0.15s ease-in-out;
}
.vc-infographic-list-item-link:hover {
  text-decoration: none;
}
.vc-infographic-number {
  font-size: 2.8em;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  padding: 0 20px;
}
.vc-infographic-inside-rightside {
  right: 5px;
}
.vc-infographic-inside-leftside {
  left: 5px;
}
.vc-infographic-content {
  font-size: 23px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
  font-weight: 100;
  font-family: 'Montserrat';
}
.vc-infographic-content-aaos {
  letter-spacing: 1px;
}
.vc-aaos-logo {
  display: block;
  position: relative;
  margin-bottom: 4px;
}
.vc-fore-logo {
  font-size: 38px;
}
.vc-questions-subtitle {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: white;
  font-family: Arial, 'Helvetica', sans-serif;
  letter-spacing: 1px;
  margin-top: 9px;
}
.vc-cta,
.pass-cta {
  position: relative;
  width: 200px;
  text-transform: uppercase;
  border: 2px solid #6abdb5;
  color: #6abdb5;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  background-color: white;
  margin: 20px auto 0;
}
.vc-cta-link,
.pass-cta-link {
  color: #6abdb5;
  text-transform: none;
  font-size: 16px;
  width: 100%;
  padding: 18px;
  box-sizing: border-box;
  display: block;
}
.vc-cta:hover,
.pass-cta:hover {
  background-color: #6abdb5;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
.vc-cta-link,
.pass-cta-link {
  color: #6abdb5;
}
.vc-cta-link:hover,
.pass-cta-link:hover {
  text-decoration: none;
  color: white;
}
.topic-mastery-free-offering,
.technique-guide-beta {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  line-height: 22px;
  padding-right: 12px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  background-color: #009587;
  color: #cfe3e1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pass-graphic {
  position: relative;
  left: 10px;
}
.pass-video {
  max-width: 560px;
  position: relative;
  top: 27px;
}
.pass-video-watch-list {
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
}
.pass-video-watch-list-item {
  display: inline-block;
  border-right: 1px solid #02a8f3;
  margin-right: 4px;
  padding-right: 8px;
  color: #02a8f3;
}
.pass-video-watch-list-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0px transparent solid;
}
.pass-video-watch-list-item a {
  font-size: 14px;
  color: #02a8f3;
}
.pass-panel-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: -15px;
}
.pass-infographic-wrapper {
  max-width: 560px;
  margin: 0 auto;
  position: absolute;
  top: 105px;
  left: 20px;
}
.pass-infographic-list {
  list-style-type: none;
  text-align: center;
  font-family: arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 530px;
  pointer-events: none;
}
.pass-infographic-list.pass-info-show {
  opacity: 1;
}
.pass-infographic-list-item {
  padding: 5px 10px 6px 10px;
  box-sizing: border-box;
  width: 100%;
  color: #222222;
}
.pass-infographic-list-item-title {
  color: #016592;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 1px;
}
.pass-infographic-list-item-copy {
  margin-top: 0;
  padding-top: 4px;
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
}
.pass-infographic-list-item:after {
  border-bottom: 1px solid #02a8f3;
  height: 1px;
  content: "";
  width: 80%;
  display: block;
  margin: 18px auto 0;
}
.pass-infographic-list-item:last-of-type:after {
  border-bottom: 0;
}
.pass-content-panel {
  padding: 0 !important;
}
#pass-infographic {
  width: 570px;
  height: 512px;
  position: relative;
}
.pass-info-partition {
  fill: #fff;
  stroke: #4bc0f5;
  stroke-miterlimit: 10;
}
.pass-info-partition:hover {
  cursor: pointer;
}
.pass-info-partition-active {
  fill: #4bc0f5;
}
.pass-info-partition-title {
  position: absolute;
  text-transform: uppercase;
  font-size: 17px;
  top: 53px;
  font-family: 'Montserrat';
  color: #4bc0f5;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.pass-info-partition-title-1 {
  left: 85px;
}
.pass-info-partition-title-2 {
  left: 225px;
}
.pass-info-partition-title-3 {
  left: 400px;
}
.pass-info-partition-title-4 {
  top: 455px;
  left: 57px;
}
.pass-info-partition-title-active {
  color: white;
  transition: all 0.15s ease-in-out;
}
.pass-info-svg-group-2 {
  -webkit-transform: translate(0px, 40px);
          transform: translate(0px, 40px);
}
.pass-cta {
  border: 2px solid #02a8f3;
  color: #02a8f3;
  margin-top: -20px;
  margin-bottom: 40px;
}
.pass-cta-link {
  color: #02a8f3;
}
.pass-cta:hover {
  background-color: #02a8f3;
}
.pass-cta:hover .pass-cta-link {
  color: #fff;
}

