
/*@font-face{
	font-family:'Theseasons-reg';
	src:url('../fonts_theseasons/Fontspring-DEMO-theseasons-reg.otf');
	font-weight:normal;
	font-style:normal;
}
body {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.3px;
  font-family: "Theseasons-reg";
}*/
@font-face{
	font-family:'Tahoma';
	src:url('../font/tahoma.ttf');
	font-weight:normal;
	font-style:normal;
}
body {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.3px;
  font-family: "Tahoma";
}

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Tahoma";
}

a,
button,
li,
p {
  font-size: inherit;
  font-family: "Tahoma";
}
a {
  color: #8a1738;
}
a:hover {
  color: #8a1738;
}
.content {
    min-height: 400px;
}
.mb-15 {
	margin-bottom: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #8a1738;
  border-color: #8a1738;
}
.btn-primary:hover {
  color: #fff;
  background-color: #8a1738;
  border-color: #8a1738;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow:0 0 0 0;
}

.btn-secondary {
  color: #8a1738;
  background-color: #FFE7EE;
  border-color: #FFE7EE;
}
.btn-secondary:hover {
  color: #8a1738;
  background-color: #FFE7EE;
  border-color: #FFE7EE;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow:0 0 0 0;
}

.top-bar {
  border-bottom: 1px solid #8a1738;
  background: #8a1738;
  color: #fff;
}
.top-bar .bar-content ul li {
  color: #fff;
}

.footer{
	margin: 20px 0px;
}

.menu-area3 {
    height: auto;
    padding-top: 0px;
}
.menu-area3 .main-menu ul li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-area3 .main-menu ul li a.nav-search {
    padding: 12px 0 0px;
}
.menu-area3 .main-menu ul li a i {
    font-size: 25px;
    color: #8a1738;
}
.menu-area3 .main-menu ul li.menu-style a {
    font-size: 25px;
    color: #ffffff;
    display: block;
    margin-right: 0px;
    padding: 10px 30px 10px;
    background: #8a1738;
    border-radius: 50px;
    line-height: 33px;
}
.menu-area3 .main-menu ul li.menu-style a:hover {
  color: #ffffff;
  cursor: pointer;
}
.menu-area3 .main-menu ul li.searchbar:before {
    display: none;
}

.hero-area3 {
    background-image: url(../images/bg-home.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}
.hero-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 20px;
    border-radius: 0px;
    width: 460px;
    text-align: center;
    position: relative;
    color: #8a1738;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 58px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 40px solid rgba(255, 255, 255, 0.85);
    position: absolute;
    right: -40px;
    top: 0px;
}
.hero-box h1 {
    font-size: 50px;
    letter-spacing: 1px;
}
.hero-box p {
    font-size: 23px;
    margin-top: 4px;
}
.hero-login-register {
    position: absolute;
    right: 15px;
    margin-top: 10px;
}
.hero-login-register .register {
    padding-left: 20px;
}
.hero-login-register .register:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #ffffff;
    top: 2px;
    left: 49px;
}
.hero-login-register a {
    color: #ffffff;
}
.hero-login-register a:hover {
    color: #8a1738;
}
.mean-container .mean-bar .meanmenu-reveal span {
    background: #8a1738;
}
.mean-container .mean-bar .meanmenu-reveal {
    color: #8a1738;
}

.login-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    color: #8a1738;
}
.login-box h1 {
    font-size: 38px;
    letter-spacing: 1px;
}
.login-box p {
    font-size: 17px;
    margin-top: 4px;
    margin-bottom: 15px;
}
.login-box .form-control {
    display: block;
    height: auto;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #8a1738;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px;
    letter-spacing: 1px;
}
.login-box .form-control.password {
    border-right-width: 0px;
}
.login-box .input-group .input-group-text {
  background-color: #ffffff;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-left: 0px solid #ced4da;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.login-box .input-group .input-group-append {
  cursor: pointer;
}
.login-box .form-control.login-submit {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #8a1738;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 50px;
    letter-spacing: 1px;
}
.login-box .form-control:focus {
    color: #8a1738;
    background-color: #fff;
    border-color: #8a1738;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.login-box .form-control::-webkit-input-placeholder {
    color: #8a1738;
    opacity: 1
}
.login-box .form-control::-moz-placeholder {
    color: #8a1738;
    opacity: 1
}
.login-box .form-control:-ms-input-placeholder {
    color: #8a1738;
    opacity: 1
}
.login-box .form-control::-ms-input-placeholder {
    color: #8a1738;
    opacity: 1
}
.login-box .form-control::placeholder {
    color: #8a1738;
    opacity: 1
}

.module-box {
    background: #ffffff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
}
.module-box img {
    width: 64px;
    height: 64px;
}

.myaccount {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #8a1738;
    padding: 22px 15px;
    position: relative;
}
.myaccount .icom-name {
    color: #ffffff;
    font-size: 25px;
}
.myaccount .icom-name i.fa-user {
    background: #ffffff;
    padding: 6px 10px;
    border-radius: 100%;
    font-size: 35px;
    color: #8a1738;
    margin-right: 5px;
}
.myaccount .signout {
    position: absolute;
    color: #fff;
    right: 5px;
    bottom: 5px;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
}
.myaccount .signout i.fa-sign-out {
    font-size: 16px;
}

.breadcrumb-area {
  background-image: url("../images/bread-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.breadcrumb-area h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}
.page h1, .page h2, .page h3 {
  margin-bottom: 10px;
}
.page p {
  margin-bottom: 15px;
}
.error-page {
  padding: 50px 0 110px;
}
.error-page .error-box h1 {
  font-size: 90px;
  color: inherit;
  font-weight: 700;
}
.error-page .error-box h3 {
  color: inherit;
  margin-bottom: 10px;
}
.error-page .error-box p {
  color: inherit;
  margin-bottom: 30px;
}
.error-page .error-box a {
  color: inherit;
  border: 1px solid #8a1738;
}
.error-page .error-box a:hover {
  color: #fff;
  background: #8a1738;
}


.logo-area .logo img {
  	width: 180px;
  	height: 46px;
}
.logo-area .main-menu ul li:last-child {
  margin-left: 0;
}
.logo-area .main-menu ul li.searchbar {
    margin-right: 10px;
    margin-left: 50px;
}
.logo-area .main-menu ul li.searchbar:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #dddddd;
    top: 13px;
    left: -33px;
}
.mean-container .mean-bar .mean-nav a img {
	margin-top: 6px;
	margin-right: 0px;
	max-width: 103px;
}

.top-bar .top-social {
  margin-top: 12px;
}
.top-social ul li:last-child {
    position: relative;
}

.top-social a {
  color: #fff;
}
.logo-area .main-menu ul li a {
  font-size: 15px;
  color: inherit;
  display: block;
  margin-right: 12px;
  padding: 12px 0 20px;
  text-transform: none;
}
.logo-area .main-menu ul li a:hover {
  color: #8a1738;
  cursor: pointer;
}

.top-bar .myaccount2 {
  margin-top: 12px;
}

.top-bar .myaccount2 a {
  color: #fff;
}

.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
.doctor-list .doctor-box2 h5 {
  margin-bottom: 5px;
  color: #8a1738;
}
.doctor-list, .doc-details {
  padding: 0px 0 0px;
}
.doctor-list .doctor-box2 {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  border-radius: 5px;
}
.doc-details .doc-pro h4, .doc-details .doc-pbox ul li:nth-child(1) {
  color: #8a1738;
}
.doc-details .doc-pbox ul li:nth-child(1) {
  text-transform: none;
}
.doc-details .doc-pbox ul li:nth-child(1)::before {
  background: #8a1738;
}
.doc-details .doc-pro span {
  color: #969696;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #8a1738;
  border-color: #8a1738;
}

.myaccount_inner {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.myaccount-sidebar {
  border: 0px solid #ddd;
  border-radius: 4px;
  padding: 0px;
  margin-bottom: 25px;
  background: #FFE7EE;
}
.myaccount-usermenu .navbar {
  padding: 3px 0px;
}
.myaccount-usermenu .navbar > li, .myaccount-usermenu .navbar > li > a {
  display: block;
  position: relative;
  width: 100%;
}
.myaccount-usermenu .navbar > li {
  border-bottom: 1px solid #fff;
}
.myaccount-usermenu .navbar > li:last-child {
  border-bottom: 0px solid #fff;
}
.myaccount-usermenu .navbar > li .navbar > li {
  border-bottom: 0px solid #fff;
}
.myaccount-usermenu .navbar > li > a {
  padding: 10px 15px;
  color: #8a1738;
}
.myaccount-usermenu .navbar li .navbar li a {
  padding: 10px 15px 10px 30px;
}
.myaccount-usermenu .navbar > li.active > a,.myaccount-usermenu .navbar > li > a:hover {
  background: #8a1738;
  color: #fff;
}
.account_title {
    background: #8a1738;
    padding: 8px 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 4px;
}
.account_content {
    padding: 15px 0 15px 0;
}

.card.patient_box, .card.msg_box {
    border: 1px solid #ddd;
}
.patient_box .card-header, .msg_box .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #ddd;
    border-bottom: 0px solid #ddd;
}
.patient_box .card-body, .msg_box .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
}
.patient_list {
  min-height: 220px;
  max-height: 220px;
  overflow-y: auto;
  padding: 15px;
}

.counseling .patient_list ul {
  margin: 0px;
  padding-left: 15px;
}
.counseling .patient_list ul li {
  padding-bottom: 10px;
}
.counseling .patient_list ul li:last-child {
  padding-bottom: 0px;
}
.counseling .patient_list ul li a {
  color: #333;
}
.counseling .patient_list ul li.active, .counseling .patient_list ul li.active a, .counseling .patient_list ul li:hover, .counseling .patient_list ul li:hover a {
  color: #8a1738;
}

.msg {
  float: left;
  width: 100%;
  height: 250px;
  overflow-y: auto;
  padding: 15px;
}
.msg .msg_left {
  float: left;
  width: 60%;
}
.msg .comm {
  max-width: 100%;
  background: #eee;
  padding: 6px 8px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.msg .time {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  color: #8a1738;
}
.msg .des {
  margin-bottom: 0px;
}
.msg .msg_right {
  float: right;
  width: 60%;
}
.msg .msg_right .comm {
  background: #8a1738;
}
.msg .msg_right .time, .msg .msg_right .des {
  color: #fff;
}
.msg_reply {
  margin: 0 0px 0px;
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
#msg_reply {
  border: 0px;
  border-right: 1px solid #ddd;
  border-radius: 0px;
}
#msg_submit {
  margin: 5px 0px;
}

.packages .table th {
    padding: .75rem;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #8a1738;
    border-left: 1px solid #8a1738;
    border-bottom: 1px solid #8a1738;
    border-right: 1px solid #8a1738;
    background: #8a1738;
    color: #fff;
}
.packages .table td {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.buy_package .table td {
    vertical-align: middle;
}
.buy_package .doctor_id {
    width: 200px;
}
.module-box h5 {
  height: 45px;
}

.workbook .card {
  border: 1px solid #FFE7EE;
  margin-bottom: 1px;
  color: #8a1738;
}
.workbook .card-header {
  padding: .75rem 1.25rem;
  background-color: #FFE7EE;
  border-bottom: 1px solid #FFE7EE;
}
.workbook .card-header h4 {
  color: #8a1738;
  cursor: pointer;
  font-size: 22px;
}
.workbook .question_section {
  margin-bottom: 5px;
}
.workbook .question {
  color: #8a1738;
  font-size: 18px;
}
.workbook .sub_question {
  color: #8a1738;
  font-size: 13px;
}
.workbook .stars {
  text-align: center;
}
.workbook .stars .star_img {
  width: 16px;
  height: 16px;
}
.workbook .type {
  margin-bottom: 10px;
}
.workbook .type textarea.form-control {
  border: 3px solid #FFE7EE;
}
.workbook .form-control::-webkit-input-placeholder {
  color:#8a1738;
  opacity:1
}
.workbook .form-control::-moz-placeholder {
  color:#8a1738;
  opacity:1
}
.workbook .form-control:-ms-input-placeholder {
  color:#8a1738;
  opacity:1
}
.workbook .form-control::-ms-input-placeholder {
  color:#8a1738;
  opacity:1
}
.workbook .form-control::placeholder {
  color:#8a1738;
  opacity:1
}
.workbook .radio_box {
  float: left;
  width: 10%;
  text-align: center;
  color: #8a1738;
}
.workbook .radio_box input[type='radio'] {
    -webkit-appearance: none;
    width: 26px;
  	height: 26px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #8a1738;
}
.workbook .radio_box input[type='radio']:before {
    content: '';
	display: block;
	width: 65%;
	height: 65%;
	margin: 17% auto;
	border-radius: 50%;
}
.workbook .radio_box input[type="radio"]:checked:before {
    background: #8a1738;
    
}

.workbook .type.type_textarea4 textarea {
  margin-bottom: 10px;
}
.workbook .type.type_textarea6 textarea {
  margin-bottom: 5px;
}
.workbook .type.type_textarea6_2 p {
	text-align: center;
	background: #8a1738;
	color: #fff;
	border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
}
.workbook .type.type_textarea6_2 textarea {
  	border-radius: 0px;
    border: 2px solid #8a1738;
    margin-bottom: 10px;
    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px;
}
.workbook .type.type_textarea3 textarea {
  margin-bottom: 5px;
}

.workbook .type.type_textarea3 p {
	text-align: center;
	background: #8a1738;
	color: #fff;
	border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
}
.workbook .type.type_textarea3 .textarea3_jar {
  	border-radius: 0px;
    border: 2px solid #8a1738;
    margin-bottom: 10px;
    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px;
    min-height: 80px;
  	padding: 5px;
}

.workbook .weeks .day-box p {
	text-align: center;
	background: #FFE7EE;
	color: #8a1738;
	border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
    padding: 5px 0 4px;
}
.workbook .weeks .day-box textarea {
  	border-radius: 0px;
    border: 1px solid #FFE7EE;
    margin-bottom: 10px;
    border-bottom-right-radius: 5px; 
    border-bottom-left-radius: 5px;
}

.workbook .module-box {
  background: #f1f1f1;
}
.workbook .module-box h5 {
  margin-top: 10px;
}
.workbook .module-box img {
  width: 60px;
  height: 60px;
}
.weeks .module-box h5 {
  height: auto;
}
.workbook .weeks .module-box img {
  width: 100px;
  height: auto;
}

.guidebook .module-box {
  background: #f1f1f1;
}
.guidebook .module-box h5 {
  margin-top: 10px;
}
.guidebook .module-box img {
  width: 60px;
  height: 60px;
}
.guidebook .module-box h5 {
  height: auto;
}

.video.blog .blog-box {
  border: 1px solid #FFE7EE;
}
.video.blog .blog-box .blog-heading .heading-box {
  padding-top: 0px;
}
.video.blog .blog-box .blog-heading .heading-box h6 a {
  font-size: 18px;
  color: #8a1738;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}

.video_details video {
  width: 100%;
  height: auto;
}
.star_img {
  width: 20px;
  height: 20px;
}
.title {
  color: #8a1738;
}
.details p {
  margin-bottom: 5px;
}
.post_date , .post_by {
  font-size: 13px;
}
i.fa-user-md {
  color: #8a1738;
}
#msg_pr_group_submit {
  margin: 5px 0px;
}

.myaccount2 ul li {
  position: relative;
}
.top-bar .myaccount2 ul li {
  margin-right: 28px;
}
.top-bar .myaccount2 ul li:last-child {
  margin-right: 0px;
}
.myaccount2 ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	top: 1px;
	left: -16px;
}
.myaccount2 ul li:first-child::after {
  	position: absolute;
	content: '';
	width: 0px;
	height: 20px;
	background: #fff;
	top: 0px;
	right: 0px;
}


.top-social ul li {
  position: relative;
}
.top-bar .top-social ul li {
  margin-right: 28px;
}
.top-bar .top-social ul li:last-child {
  margin-right: 0px;
}
/*.top-social ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	top: 1px;
	left: -16px;
}
.top-social ul li:first-child::after {
  	position: absolute;
	content: '';
	width: 0px;
	height: 20px;
	background: #fff;
	top: 0px;
	right: 0px;
}*/
.top-bar .top-social ul li:last-child {
  margin-left: 0px;
}

.top-bar .top-social ul li a i {
  font-size: 13px;
  color: #8a1738;
  padding: 5px 6px;
  background: #fff;
  border-radius: 100%;
  margin-right: 5px;
}
.top-bar .bar-content ul li a {
  color: #fff;
}
.top-bar .bar-content ul li a i {
  background: #fff;
  padding: 5px 6px;
  border-radius: 100%;
  color: #8a1738;
  margin-right: 5px;
}
.your_schedule .tab-content {
  padding: 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-tabs .nav-link.active {
  color: #8a1738;
}

.hero-area3.myaccount-module {
    background-image: url(../images/bg-home.png);
}
.hero-area3.home_page {
  background-image: url(../images/bg-home.png);
  height: 440px;
}
.hero-area3.home_page .hero-table .hero-tablecell {
  text-align: center;
  vertical-align: top;
}
.hero-area3 .hero-table .menu-sec ul li {
  display: inline;
  padding: 0px 8px;
}
.hero-area3 .hero-table .menu-sec ul li a {
  color: #333;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
.hero-area3 .hero-table .search-sec {
  margin: 12px 0 0px;
}
.hero-area3 .hero-table .search-sec .form-control {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: #8a1738;
  border: 1px solid #8a1738;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.hero-area3 .hero-table .search-sec .input-group .input-group-text {
  color: #fff;
  background-color: #8a1738;
  border: 1px solid #8a1738;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.hero-area3 .logo-sec {
  margin-bottom: 40px;
  margin-top: 40px;
}
.hero-area3 .logo-sec img {
  width: 300px;
  height: 100px;
}
.hero-area3 .hero-table .search-sec .form-control::placeholder {
  color: #fff;
}

.slugan {
  text-align: center;
  margin: 15px 0;
  color: #8a1738;
  font-style: italic;
  font-size: 17px;
}
.white-space {
  height: 50px;
}
.mean-container .mean-bar .meanmenu-reveal {
  margin-top: 45px;
  margin-left: 15px;
}

.post_details {
  border: 1px solid #ddd;
  padding: 12px 12px 3px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.post_author {
  width: 100%;
  float: left;
  margin-bottom: 8px;
}
.post_author .author_img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
  margin-right: 8px;
}
.post_author .author_name {
  font-weight: 600;
}
.post_author .post_date {
  font-weight: 400;
}

.like_comments {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 3px;
  text-align: center;
}
.btn.like_comment_button {
  font-weight: 500;
  color: #333;
}
.btn.like_comment_button:hover {
  color: #8a1738;
  background: #ddd;
}
.btn.liked {
  color: #8a1738;
}
.count {
  padding-left: 5px;
}

.postComment .modal-body {
  height: 400px;
  overflow-y: auto;
}

/* Comment */
.comment {
    position: relative;
    margin: 10px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comment-author:hover {
    text-decoration: underline;
}
/* Adjustments for the comment border links */
.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}
/* Adjustments for toggleable comments */
details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    content: "Click to hide";
}
details.comment:not([open]) .comment-heading::after {
    content: "Click to show";
}

.your_schedule .modules .module-box {
    background: #f1f1f1;
}
.your_schedule .modules .module-box h5 {
  height: auto;
}
.module-box.module-box2 img {
  width: 115px;
  height: auto;
  margin-bottom: 15px;
}

.search_result {
    background-color: #eee;
    list-style: none;
    position: absolute;
    z-index: 999;
    padding: 10px;
    padding-top: 0px;
    border-radius: 2px;
    width: 92%;
    max-height: 400px;
    overflow-y: scroll;
	max-width: 95%;
}
.search_result li {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
}
.search_result li:last-child {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}

.contact-two .contact-box .contact-icon i {
  background: #8a1738;
}
.list-inline-item:not(:last-child) {
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
	.hero-box {
	    padding: 10px 10px;
	    width: 275px;
	}
	.arrow-right {
	    width: 0;
	    height: 0;
	    border-top: 40px solid transparent;
	    border-bottom: 40px solid transparent;
	    border-left: 30px solid rgba(255, 255, 255, 0.85);
	    position: absolute;
	    right: -30px;
	    top: 0px;
	}
	.hero-box h1 {
	    font-size: 30px;
	    letter-spacing: 1px;
	}
	.hero-box p {
	    font-size: 14px;
	    margin-top: 3px;
	}
	.mean-container .mean-bar .mean-nav .m_top_bar ul {
		margin-top: 0px;
		text-align: left;
		padding: 0 20px;
		display: block !important;
	}
	.mean-container .mean-bar .mean-nav .m_top_bar a i {
		font-size: 15px;
		color: #8a1738;
		float: none;
		margin-top: 0px;
		margin-right: 0px;
		width: auto;
		height: auto;
		border: 0px solid #00a3c8;
		padding-top: 0px;
		padding-left: 3px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: 0.2s ease;
		-moz-transition: 0.2s ease;
		-ms-transition: 0.2s ease;
		-o-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.mean-container .mean-bar .mean-nav .m_top_bar ul li a {
		color: #555555;
		display: block;
		padding: 0px 0;
		border-bottom: 0px solid #eee;
		letter-spacing: 0.5px;
	}
	.mean-container .mean-bar .mean-nav .m_top_bar ul li:nth-child(1) a {
	  	border-top: 0px solid #eeeeee;
	}
	.mean-container .mean-bar .mean-nav .m_top_bar ul li {
	  	margin-right: 1rem;
	}
	.breadcrumb {
	  padding: 110px 1rem 15px;
	}
}
