  /**************************************
	Blog Styles
***************************************/
/*-----------------------
    Blog Style  
-------------------------*/

.mt--15 {
  margin-top: 15px !important;
}

.mt--30 {
  margin-top: 30px !important;
}
.rbt-card-bottom a {
  font-size: 15px;
  color: #333333;
  text-decoration:none;
}
.rbt-card-bottom a i {
  margin-left: 10px;
  font-size: 12px !important;
}

.rbt-hover:hover {
  transform: scale(1.02);
  transition: 0.6s;
  transition-timing-function:ease-in;
  transition-timing-function:ease-out;
}

h5.rbt-card-title a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.rbt-blog-grid.rbt-card .rbt-card-body .rbt-card-title {
margin-bottom: 13px;
}
.rbt-blog-grid.rbt-card .rbt-card-body .blog-meta {
margin-bottom: 10px;
}

/* Common Style  */
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 100vw;
width: 100vw;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.alignwide {
  margin-left: 0;
  margin-right: 0;
}
}
@media only screen and (max-width: 767px) {
.alignwide {
  margin-left: 0;
  margin-right: 0;
}
}

figcaption {
text-align: center;
margin-top: 10px;
font-size: 16px;
letter-spacing: 0.5px;
font-weight: 400;
}

.wp-block-separator.is-style-dots {
background: 0 0;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto;
}
.wp-block-separator.is-style-dots::before {
content: "������";
padding-left: 21px;
color: var(--color-dark-alt);
font-size: 21px;
font-weight: 700;
letter-spacing: 21px;
font-family: georgia, serif;
}

.blocks-gallery-grid {
display: flex;
padding: 0;
margin: 0 -10px;
list-style: none;
margin-bottom: 30px;
flex-wrap: wrap;
}
.blocks-gallery-grid li.blocks-gallery-item {
padding: 0 10px;
flex-basis: 33.33%;
}
.blocks-gallery-grid li.blocks-gallery-item img {
border-radius: var(--radius);
width: 100%;
}
@media only screen and (max-width: 767px) {
.blocks-gallery-grid li.blocks-gallery-item {
  flex-basis: 50%;
}
}
@media only screen and (max-width: 575px) {
.blocks-gallery-grid li.blocks-gallery-item {
  flex-basis: 100%;
}
}

.columns-2 .blocks-gallery-grid li.blocks-gallery-item {
flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
.columns-2 .blocks-gallery-grid li.blocks-gallery-item {
  flex-basis: 50%;
}
}
@media only screen and (max-width: 575px) {
.columns-2 .blocks-gallery-grid li.blocks-gallery-item {
  flex-basis: 100%;
}
}

/*-----------------------
  Blog Meta  
-----------------------*/
.blog-meta {
display: flex;
margin: 0 -12px;
flex-wrap: wrap;
position: relative;
padding-left: 0;
}
@media only screen and (max-width: 767px) {
.blog-meta {
  margin: 0 -7px;
  padding: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-meta {
  padding: 0;
}
}
.blog-meta li {
font-size: 14px;
line-height: 1.3;
color: var(--color-body);
margin: 0 12px;
margin-bottom: 5px;
position: relative;
}
@media only screen and (max-width: 767px) {
.blog-meta li {
  font-size: 14px;
  margin: 0 7px;
  margin-bottom: 10px;
}
}
.blog-meta li a {
color: var(--color-body);
display: inline-block;
line-height: 22px;
}
.blog-meta li a:hover {
color: var(--color-primary);
}
.blog-meta li svg {
margin-right: 13px;
font-size: 22px;
}

/*---------------------------
  Blog Sidebar Styles  
----------------------------*/
.rbt-categori-leftbar {
display: flex;
gap: 20px;
align-items: center;
flex-direction: column;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-categori-leftbar {
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
.rbt-categori-leftbar {
  gap: 10px;
  flex-wrap: nowrap;
}
}

.rbt-categori-list {
display: flex;
gap: 20px;
align-items: center;
justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-categori-list {
  gap: 10px;
}
}
@media only screen and (max-width: 767px) {
.rbt-categori-list {
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
}
.rbt-categori-list a {
border: 0 none;
padding: 0px 35px;
text-transform: capitalize;
background: var(--color-white);
color: var(--color-body);
box-shadow: var(--shadow-1);
height: 65px;
line-height: 65px;
border-radius: 500px;
font-size: 18px;
letter-spacing: -0.6px;
transition: 0.4s;
display: inline-block;
min-width: 100px;
transition: 0.4s;
text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-categori-list a {
  padding: 0px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-categori-list a {
  padding: 0px 10px;
  font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
.rbt-categori-list a {
  padding: 0px 20px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  min-width: max-content;
}
}
.rbt-categori-list a.blank {
box-shadow: 19px 20px 34px 0 rgba(164, 160, 196, 0.19);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
pointer-events: none;
}
@media only screen and (max-width: 767px) {
.rbt-categori-list a.blank {
  display: none;
}
}
.rbt-categori-list a i {
margin-right: 6px;
}
.rbt-categori-list a:hover {
background: var(--color-primary);
color: var(--color-white);
transform: scale(1.1);
}
.rbt-categori-list.medium-size a {
padding: 0px 25px;
font-size: 16px;
height: 50px;
line-height: 49px;
}

.meta-list {
display: flex;
align-items: center;
margin: -10px;
padding: 0;
flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.meta-list {
  margin: -5px;
}
}
@media only screen and (max-width: 767px) {
.meta-list {
  margin: -5px;
}
}
.meta-list li {
list-style: none;
display: flex;
align-items: center;
margin: 0;
line-height: 18px;
padding: 10px;
font-size: var(--font-size-b3);
}
.meta-list li a:hover {
color: var(--color-primary) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.meta-list li {
  padding: 5px;
}
}
@media only screen and (max-width: 767px) {
.meta-list li {
  padding: 5px;
}
}
.meta-list li i {
display: inline-block;
margin-right: 6px;
font-size: 16px;
}
.meta-list li .author-thumbnail {
max-width: 45px;
border-radius: 100%;
height: 45px;
margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.meta-list li .author-thumbnail {
  margin-right: 6px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.meta-list li .author-thumbnail {
  margin-right: 6px;
}
}
@media only screen and (max-width: 767px) {
.meta-list li .author-thumbnail {
  margin-right: 6px;
}
}
.meta-list li .author-thumbnail img {
border-radius: 100%;
width: 100%;
object-fit: contain;
}
.meta-list li .author-info a {
display: inline-block;
transition: 0.3s;
}
.meta-list li span {
display: inline-block;
}

/*----------------------------
  Blog Details Styles  
----------------------------*/
.blog-content-wrapper audio {
display: block;
width: 100%;
}
.blog-content-wrapper .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.blog-content-wrapper iframe {
border: 0;
width: 100%;
border-radius: 10px;
}
.blog-content-wrapper iframe.square {
border-radius: 0;
}
.blog-content-wrapper .post-thumbnail img {
width: 100%;
}
.blog-content-wrapper p {
line-height: 1.67;
}
.blog-content-wrapper p a {
color: var(--color-primary);
}
.blog-content-wrapper .tagcloud {
margin-bottom: 30px;
}
.blog-content-wrapper .social-share-block {
border-bottom: 1px solid var(--color-border);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.blog-content-wrapper .social-share-block .post-like {
padding-bottom: 20px;
}
.blog-content-wrapper .social-share-block .post-like a {
display: flex;
align-items: center;
}
.blog-content-wrapper .social-share-block .post-like a i {
width: 40px;
height: 40px;
line-height: 34px;
border: 2px solid var(--color-border);
color: var(--color-body);
border-radius: 100%;
text-align: center;
margin-right: 20px;
}
.blog-content-wrapper .social-share-block .post-like a span {
font-size: 16px;
line-height: 1.5;
}
.blog-content-wrapper .social-share-block .post-like a:hover i {
background-color: var(--color-primary);
color: var(--color-white);
border-color: var(--color-primary);
}
.blog-content-wrapper .social-share-block .post-like a:hover span {
color: var(--color-primary);
}
.blog-content-wrapper .social-share-block .social-icon {
padding-bottom: 20px;
}
.blog-content-wrapper iframe,
.blog-content-wrapper .rbt-blockquote {
border-radius: var(--radius) !important;
}
.blog-content-wrapper iframe.square,
.blog-content-wrapper .rbt-blockquote.square {
border-radius: 0 !important;
}

.tagcloud {
margin: -5px;
display: flex;
flex-wrap: wrap;
}
.tagcloud a {
border: 1px solid var(--color-border);
font-size: 14px;
color: var(--color-body);
height: 30px;
padding: 0 10px;
margin: 5px;
display: inline-block;
line-height: 27px;
border-radius: 4px;
}
.tagcloud a:hover {
background-color: var(--color-primary);
color: #ffffff;
border-color: var(--color-primary);
}

.about-author {
padding: 40px 0;
border-bottom: 1px solid var(--color-border);
}
.about-author .media {
display: flex;
}
@media only screen and (max-width: 479px) {
.about-author .media {
  display: block;
}
}
.about-author .thumbnail a img {
border-radius: 6px;
margin-right: 30px;
margin-bottom: 20px;
min-width: 105px;
max-height: 105px;
}
@media only screen and (max-width: 767px) {
.about-author .thumbnail a img {
  margin-right: 20px;
}
}
.about-author .media-body .author-info .title {
margin-bottom: 0;
}
.about-author .media-body .author-info .title a .hover-flip-item span::before {
color: var(--color-heading);
}
.about-author .media-body .author-info .title a .hover-flip-item span::after {
color: var(--color-primary);
}
.about-author .media-body .author-info .subtitle {
color: var(--color-body);
display: block;
margin-top: 10px;
display: block;
}
@media only screen and (max-width: 767px) {
.about-author .media-body .author-info .subtitle {
  margin-top: 8px;
}
}
.about-author .media-body .content .description {
margin-top: 6px;
margin-bottom: 0;
}
.about-author .media-body .content .social-icon {
margin-top: 10px;
}

@media only screen and (max-width: 767px) {
.rbt-instructor .about-author .media {
  display: block;
}
}
@media only screen and (max-width: 767px) {
.rbt-instructor .about-author .thumbnail {
  margin-bottom: 30px;
}
}

/*------------------------
  Comment Post Total  
---------------------------*/
.rbt-total-comment-post {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 0;
border-bottom: 1px solid var(--color-border);
}
@media only screen and (max-width: 575px) {
.rbt-total-comment-post {
  display: block;
}
}
@media only screen and (max-width: 575px) {
.rbt-total-comment-post .add-comment-button {
  margin-top: 20px;
}
}

/*------------------------
  Comment Form  
-------------------------*/
.comment-respond {
margin: 40px 0;
position: relative;
}
.comment-respond .comment-form-cookies-consent {
margin-bottom: 20px;
}
.comment-respond .form-group label {
font-size: 16px;
}

/* --------------------------
  Comments Styles  
-----------------------------*/
.comment-list ul.children {
padding-left: 75px;
}
@media only screen and (max-width: 767px) {
.comment-list ul.children {
  padding-left: 20px;
}
}
.comment-list .comment {
margin-top: 0;
margin-bottom: 0;
border-top: 1px solid var(--color-border);
}
.comment-list .comment:first-child {
border-top: transparent;
}
.comment-list .comment .children .comment {
border-top: 1px solid var(--color-border);
}
.comment-list .comment .single-comment {
padding: 20px 0;
display: flex;
}
@media only screen and (max-width: 575px) {
.comment-list .comment .single-comment {
  display: block;
}
}
.comment-list .comment .single-comment .comment-img {
margin-bottom: 15px;
min-width: 70px;
margin-right: 20px;
max-width: 70px;
}
.comment-list .comment .single-comment .comment-img img {
border-radius: 100%;
width: 100%;
background: var(--color-white);
padding: 4px;
border: 2px solid var(--primary-opacity);
}
.comment-list .comment .commenter {
margin-bottom: 15px;
line-height: 18px;
}
.comment-list .comment .commenter a .hover-flip-item span::before {
color: var(--color-heading);
}
.comment-list .comment .commenter a .hover-flip-item span::after {
color: var(--color-primary);
}
.comment-list .comment .comment-meta {
display: flex;
align-items: center;
margin-bottom: 8px;
flex-wrap: wrap;
}
.comment-list .comment .time-spent {
color: var(--color-heading);
font-size: 12px;
line-height: 18px;
}
.comment-list .comment .reply-edit a.comment-reply-link {
font-size: 14px;
line-height: 18px;
display: flex;
color: var(--color-primary);
margin-left: 8px;
padding-left: 8px;
position: relative;
font-weight: 500;
overflow: visible;
}
.comment-list .comment .reply-edit a.comment-reply-link .hover-flip-item span::before {
color: var(--color-heading);
}
.comment-list .comment .reply-edit a.comment-reply-link .hover-flip-item span::after {
color: var(--color-primary);
}
.comment-list .comment .reply-edit a.comment-reply-link:hover {
color: var(--color-primary);
}
.comment-list .comment .reply-edit a.comment-reply-link::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: -2px;
width: 4px;
height: 4px;
background: var(--color-heading);
border-radius: 100%;
}
.comment-list .comment .comment-text p {
color: var(--color-tertiary);
}

/*---------------------------
  Unit Test Blog Details  
-----------------------------*/
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
padding: 40px 40px 40px 100px;
position: relative;
font-size: 24px;
line-height: 1.4;
background: transparent;
border-radius: 5px;
margin: 30px 0;
font-weight: 500;
color: var(--color-heading);
z-index: 1;
border: 1px solid var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 20px;
  padding-left: 40px;
}
}
@media only screen and (max-width: 767px) {
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  padding: 20px;
  padding-left: 40px;
}
}
@media only screen and (max-width: 767px) {
.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  margin: 20px 0;
}
}
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
position: absolute;
content: "";
top: 40px;
left: 30px;
z-index: -1;
background-image: url(../images/shape/quote.svg);
background-repeat: no-repeat, repeat;
width: 52px;
height: 44px;
transform: rotate(180deg);
filter: grayscale(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  top: 7px;
  left: 0;
  font-size: 48px;
}
}
@media only screen and (max-width: 767px) {
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  top: 7px;
  left: 0;
  font-size: 48px;
}
}
.wp-block-quote p,
blockquote p,
.wp-block-coblocks-click-to-tweet p,
.wp-block-pullquote blockquote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large p,
blockquote.has-text-align-right p,
.wp-block-quote.has-text-align-right p {
margin-bottom: 0;
font-style: normal;
font-size: 24px;
line-height: 1.4;
font-weight: 500;
color: var(--color-heading);
}
.wp-block-quote cite,
blockquote cite,
.wp-block-coblocks-click-to-tweet cite,
.wp-block-pullquote blockquote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large cite,
blockquote.has-text-align-right cite,
.wp-block-quote.has-text-align-right cite {
margin-top: 10px;
}



/*----------------------------- 
  Edu Course Style 
-------------------------------*/
.rbt-card {
overflow: hidden;
box-shadow: var(--shadow-1);
padding: 30px;
border-radius: var(--radius);
background: var(--color-white);
position: relative;
height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card {
  padding: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card {
  padding: 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card {
  padding: 15px;
}
}
.rbt-card .rbt-card-img {
position: relative;
}
.rbt-card .rbt-card-img a {
display: block;
}
.rbt-card .rbt-card-img a img {
width: 100%;
transition: 0.5s;
object-fit: cover;
border-radius: var(--radius);
}
.rbt-card .rbt-card-body {
padding-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card .rbt-card-body {
  padding-top: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card .rbt-card-body {
  padding-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-body {
  padding-top: 20px;
}
}
.rbt-card .rbt-card-body .rbt-meta {
margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-body .rbt-meta {
  margin-bottom: 8px;
}
}
.rbt-card .rbt-card-body .rbt-category {
margin-bottom: 15px;
}
.rbt-card .rbt-card-body .lesson-number {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card .rbt-card-body .lesson-number {
  margin-bottom: 8px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-body .lesson-number {
  margin-bottom: 8px;
}
}
.rbt-card .rbt-card-body .rbt-card-title {
margin-bottom: 10px;
}
.rbt-card .rbt-card-body .rbt-card-title a {
color: var(--color-heading);
}
.rbt-card .rbt-card-body .rbt-card-title a:hover {
color: var(--color-primary);
}
.rbt-card .rbt-card-body .rbt-card-title {
font-size: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 18px;
}
}
.rbt-card .rbt-card-body .rbt-card-text {
color: var(--color-body);
margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
.rbt-card .rbt-card-body .rbt-card-text {
  margin-bottom: 14px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-body .rbt-card-text {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
}
@media only screen and (max-width: 1199px) {
.rbt-card .rbt-card-body .rbt-author-meta {
  margin-bottom: 10px !important;
}
}
.rbt-card .rbt-card-body .rbt-review {
margin-bottom: 12px;
}
.rbt-card .rbt-card-body .rbt-card-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
font-size: 14px;
}
.rbt-card .rbt-card-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 4px;
margin-top: -10px;
}
@media only screen and (max-width: 767px) {
.rbt-card .rbt-card-top {
  margin-bottom: 10px;
  margin-top: 0;
}
}
.rbt-card .rbt-card-top .rbt-review {
margin-bottom: 0;
}
.rbt-card.variation-02 {
position: relative;
padding: 0;
border-radius: var(--radius);
box-shadow: var(--shadow-1);
}
.rbt-card.variation-02 .rbt-card-body {
padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.variation-02 .rbt-card-body {
  padding: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.variation-02 .rbt-card-body {
  padding: 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.variation-02 .rbt-card-body {
  padding: 20px;
}
}
.rbt-card.variation-02 .rbt-card-img a img {
max-height: 350px;
border-radius: 6px 6px 0 0;
}
.rbt-card.height-auto .rbt-card-img a img {
max-height: inherit !important;
}
.rbt-card.card-minimal {
box-shadow: var(--shadow-9);
}
.rbt-card.card-minimal .rbt-card-body {
padding: 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.card-minimal .rbt-card-body {
  padding: 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-minimal .rbt-card-body {
  padding: 40px 30px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-minimal .rbt-card-body {
  padding: 20px;
}
}
.rbt-card.variation-03 {
height: 100%;
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link {
position: relative;
display: block;
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link::before {
position: absolute;
content: "";
background: rgba(111, 120, 148, 0.54);
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: var(--transition-2);
opacity: 0;
border-radius: var(--radius);
}
.rbt-card.variation-03 .rbt-card-img .thumbnail-link .rbt-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 50px;
transition: 0.4s;
opacity: 0;
width: max-content;
}
.rbt-card.variation-03 .rbt-card-body {
display: flex;
}
@media only screen and (max-width: 767px) {
.rbt-card.variation-03 .rbt-card-body {
  padding-top: 15px;
}
}
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
flex-basis: 80%;
margin: 0;
text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
  flex-basis: 90%;
  font-size: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
  flex-basis: 90%;
  font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-title {
  flex-basis: 90%;
  font-size: 20px;
}
}
.rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
flex-basis: 20%;
display: flex;
justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
  flex-basis: 10%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
  flex-basis: 10%;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.variation-03 .rbt-card-body .rbt-card-bottom {
  flex-basis: 10%;
}
}
.rbt-card.variation-03 .card-information {
display: flex;
align-items: center;
margin-top: 10px;
}
.rbt-card.variation-03 .card-information img {
border-radius: 50%;
width: 24px;
height: 24px;
border: 2px solid var(--color-border);
object-fit: cover;
}
.rbt-card.variation-03 .card-information .card-count {
padding-left: 10px;
}
.rbt-card.variation-03.program-image-large .card-information img {
width: 40px;
height: 40px;
}
.rbt-card.variation-03:hover .rbt-card-img .thumbnail-link::before {
opacity: 1;
}
.rbt-card.variation-03:hover .rbt-card-img .thumbnail-link .rbt-btn {
margin-top: 0;
opacity: 1;
}
.rbt-card.height-330 .rbt-card-img a img {
max-height: 330px;
}
.rbt-card.card-list {
display: flex;
max-height: 150px;
border-radius: 2px;
align-items: center;
height: 100%;
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list {
  display: block;
  max-height: inherit;
  align-items: center;
  height: auto;
  border-radius: var(--radius);
}
}
.rbt-card.card-list .rbt-card-img {
height: 100%;
}
.rbt-card.card-list .rbt-card-img a {
height: 100%;
}
.rbt-card.card-list .rbt-card-img a img {
border-radius: 2px 0 0 2px;
max-height: initial;
max-width: 290px;
min-width: 290px;
object-fit: cover;
height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.card-list .rbt-card-img a img {
  max-width: 200px;
  min-width: 200px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list .rbt-card-img a img {
  max-height: initial;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius) var(--radius) 0 0;
}
}
.rbt-card.card-list .rbt-card-body {
padding: 30px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 575px) {
.rbt-card.card-list .rbt-card-body {
  padding: 20px;
}
}
.rbt-card.card-list-2 {
display: flex;
border-radius: var(--radius);
align-items: center;
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2 {
  display: block;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2 {
  display: block;
}
}
.rbt-card.card-list-2 .rbt-card-img {
flex-basis: 40%;
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2 .rbt-card-img {
  height: auto;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2 .rbt-card-img {
  height: auto;
}
}
.rbt-card.card-list-2 .rbt-card-img a {
display: block;
height: 100%;
width: 100%;
}
.rbt-card.card-list-2 .rbt-card-img a img {
border-radius: var(--radius);
max-height: 100%;
max-width: 100%;
}
.rbt-card.card-list-2 .rbt-card-body {
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
flex-basis: 60%;
padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.card-list-2 .rbt-card-body {
  padding-left: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2 .rbt-card-body {
  padding-left: 0;
  padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2 .rbt-card-body {
  padding-left: 0;
  padding-top: 30px;
}
}
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
font-size: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
  font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.rbt-card.card-list-2 .rbt-card-body .rbt-card-title {
  font-size: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.card-list-2.elegant-course {
  display: block;
}
}
.rbt-card.card-list-2.elegant-course .rbt-card-img {
flex-basis: 55%;
display: block;
}
.rbt-card.card-list-2.elegant-course .rbt-card-img a {
display: block;
height: 100%;
}
.rbt-card.card-list-2.elegant-course .rbt-card-img a img {
max-width: 100%;
height: 100%;
max-height: 100%;
min-height: 100%;
border-radius: 6px 0 0 6px;
}
.rbt-card.card-list-2.elegant-course .rbt-card-body {
flex-basis: 45%;
position: relative;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img {
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2.event-list-card .rbt-card-img {
  height: auto;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2.event-list-card .rbt-card-img {
  height: auto;
}
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a {
height: 100%;
}
.rbt-card.card-list-2.event-list-card .rbt-card-img a img {
border-radius: 6px;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2.event-list-card .rbt-card-img a img {
  max-width: 100%;
  height: auto;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2.event-list-card .rbt-card-img a img {
  max-width: 100%;
  height: auto;
}
}
.rbt-card.card-list-2.event-list-card .rbt-card-body {
padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-card.card-list-2.event-list-card .rbt-card-body {
  padding-left: 0;
}
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2.event-list-card .rbt-card-body {
  padding-left: 0;
  padding-top: 20px;
}
}
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
font-size: 22px;
margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
.rbt-card.card-list-2.event-list-card .rbt-card-body .rbt-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}
}
.rbt-card.elegant-course {
padding: 0;
border-radius: 10px;
align-items: inherit;
}
.rbt-card.elegant-course .rbt-meta {
margin: -3px;
margin-bottom: -6px;
}
.rbt-card.elegant-course .rbt-meta li {
margin: 3px;
margin-bottom: 6px;
}
.rbt-card.elegant-course .rbt-meta-badge {
margin: -3px;
margin-bottom: -6px;
}
.rbt-card.elegant-course .rbt-meta-badge li {
margin: 3px;
margin-bottom: 6px;
}
.rbt-card.elegant-course .rbt-meta-badge li .rbt-badge {
transition: 0.3s;
}
.rbt-card.elegant-course .rbt-meta-badge li .rbt-badge:hover {
background: var(--primary-opacity);
color: var(--color-primary);
}
.rbt-card.elegant-course .rbt-card-img a img {
border-radius: var(--radius) var(--radius) 0 0;
}
.rbt-card.elegant-course .rbt-card-body {
padding: 30px;
}
.rbt-card.elegant-course .rbt-card-body .rbt-card-bottom .rbt-btn-link {
margin-left: 20px;
}
.rbt-card.elegant-course.card-list-2 .rbt-card-body {
padding: 45px 30px 35px;
}
@media only screen and (max-width: 767px) {
.rbt-card.elegant-course.card-list-2 .rbt-card-body {
  padding: 45px 20px 35px;
}
}
.rbt-card.event-grid-card .rbt-meta {
margin: -3px;
margin-bottom: 10px;
}
.rbt-card.event-grid-card .rbt-meta li {
margin: 3px;
}
.rbt-card.event-grid-card .rbt-card-body {
padding-top: 15px;
}
.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
  font-size: 24px;
}
}
.rbt-card.event-grid-card .rbt-badge span {
font-size: 12px;
color: var(--color-body);
display: block;
font-weight: 700;
letter-spacing: -0.5px;
}

.rbt-meta {
margin: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-meta {
  margin: -3px;
}
}
@media only screen and (max-width: 767px) {
.rbt-meta {
  margin: -3px;
}
}
.rbt-meta li {
font-size: 14px;
line-height: 15px;
color: var(--color-body);
display: inline-block;
margin: 7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-meta li {
  margin: 3px;
}
}
@media only screen and (max-width: 767px) {
.rbt-meta li {
  margin: 3px;
  font-size: var(--font-size-b4);
}
}
.rbt-meta li i {
margin-right: 5px;
}
.rbt-meta.rbt-meta-white li {
color: var(--color-white);
}

.rbt-category {
margin: 0 -5px;
display: flex;
flex-wrap: wrap;
}
.rbt-category a {
display: inline-block;
padding: 0 20px;
height: 34px;
line-height: 33px;
border: 1px solid var(--color-border);
border-radius: 500px;
font-size: 14px;
font-weight: 400;
color: var(--color-body);
transition: 0.4s;
margin: 0 5px;
min-width: 56px;
text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-category a {
  padding: 0 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-category a {
  padding: 0 10px;
}
}
@media only screen and (max-width: 767px) {
.rbt-category a {
  padding: 0 10px;
}
}
.rbt-category a:hover {
background-color: var(--color-grey);
}

.lesson-number {
font-size: 14px;
display: inline-block;
font-weight: 600;
}
.lesson-number .lesson-time {
font-weight: 400;
}

.rbt-review {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.rbt-review .rating {
display: flex;
align-items: center;
margin-right: 6px;
}
.rbt-review .rating i {
font-size: 13px;
color: #FF9747;
transition: 0.3s;
}
.rbt-review .rating-count {
display: inline-block;
font-size: 14px;
font-weight: 500;
}

.rating i {
font-size: 13px;
color: #FF9747;
transition: 0.3s;
}
.rating i.off {
font-weight: 400;
}

.rbt-price {
display: flex;
align-items: center;
}
.rbt-price .current-price {
font-size: 24px;
font-weight: 700;
}
.rbt-price .off-price {
font-size: 20px;
font-weight: 500;
text-decoration: line-through;
opacity: 0.4;
margin-left: 7px;
}
.rbt-price.large-size .current-price {
font-size: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-price.large-size .current-price {
  font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.rbt-price.large-size .current-price {
  font-size: 28px;
}
}
.rbt-price.large-size .off-price {
font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-price.large-size .off-price {
  font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.rbt-price.large-size .off-price {
  font-size: 16px;
}
}

/*----------------------------
  Service Card Styles  
------------------------------*/
.rbt-service.rbt-service-1 {
border-radius: 6px;
}
.rbt-service.rbt-service-1 .inner {
padding: 30px;
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-1 .inner {
  padding: 22px 18px;
}
}
.rbt-service.rbt-service-1 .inner .icon {
position: relative;
display: inline-block;
margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-1 .inner .icon {
  margin-bottom: 15px;
}
}
.rbt-service.rbt-service-1 .inner .icon img {
max-width: 55px;
}
.rbt-service.rbt-service-1 .inner .content .title {
margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-1 .inner .content .title {
  margin-bottom: 9px;
}
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-1 .inner .content p {
  margin-bottom: 12px;
}
}
.rbt-service.rbt-service-1 .rbt-flipbox-back.inner p {
color: var(--color-white);
}
.rbt-service.rbt-service-2 {
padding: 30px;
background: var(--color-white);
box-shadow: var(--shadow-1);
border-radius: var(--radius);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-service.rbt-service-2 {
  padding: 30px 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-2 {
  padding: 30px 20px;
}
}
.rbt-service.rbt-service-2 .inner {
display: flex;
align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-service.rbt-service-2 .inner {
  flex-direction: column-reverse;
}
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-2 .inner {
  flex-direction: column-reverse;
}
}
.rbt-service.rbt-service-2 .inner .thumbnail {
flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-2 .inner .thumbnail {
  flex-basis: 100%;
  margin-bottom: 10px;
}
}
.rbt-service.rbt-service-2 .inner .thumbnail img {
width: 100%;
}
.rbt-service.rbt-service-2 .inner .content {
flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-2 .inner .content {
  flex-basis: 100%;
}
}
.rbt-service.rbt-service-2 .inner .content .title {
margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.rbt-service.rbt-service-2 .inner .content .title {
  font-size: 22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-service.rbt-service-2 .inner .content .title {
  font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.rbt-service.rbt-service-2 .inner .content .title {
  font-size: 22px;
}
}
.rbt-service.rbt-service-2 .inner .content p {
font-size: 16px;
margin-bottom: 12px;
}
.rbt-service.rbt-service-2.bg-gray-ligt {
background: var(--color-gray-light);
box-shadow: none;
}
.rbt-service.rbt-service-2.bg-no-shadow {
background: var(--color-white);
box-shadow: none;
}
.rbt-service.rbt-service-2.variation-2 .inner .content {
flex-basis: 65%;
}
.rbt-service.rbt-service-2.variation-2 .inner .content .title {
margin-bottom: 8px;
}
.rbt-service.rbt-service-2.variation-2 .inner .thumbnail {
flex-basis: 35%;
}

.rbt-flipbox {
position: relative;
perspective: 1200px;
overflow: hidden;
border-radius: 6px;
height: 100%;
}
.rbt-flipbox .rbt-flipbox-wrap {
position: relative;
transition-property: box-shadow, transform;
transition-duration: 0.6s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transform-style: preserve-3d;
height: 100%;
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-face {
transform-style: preserve-3d;
backface-visibility: hidden;
backface-visibility: hidden;
transition: 0.6s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transform-style: preserve-3d;
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
  margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
  margin-top: 10px;
}
}
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-back {
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: rotateY(180deg) translateZ(1px);
background: linear-gradient(1turn, #e9dcfa, #d05aff);
width: 100%;
display: flex;
flex-direction: column;
align-items: baseline;
justify-content: space-between;
text-align: center;
border-radius: 6px;
text-align: left;
}
.rbt-flipbox:hover .rbt-flipbox-wrap {
transform: rotateY(180deg);
transform-origin: 50% 50% !important;
}
.rbt-flipbox:hover .rbt-flipbox-wrap .rbt-flipbox-face {
backface-visibility: inherit;
backface-visibility: inherit;
}
.rbt-flipbox.variation-2 .front-thumb,
.rbt-flipbox.variation-2 .back-thumb {
width: 100%;
}
.rbt-flipbox.variation-2 .front-thumb img,
.rbt-flipbox.variation-2 .back-thumb img {
border-radius: 10px;
width: 100%;
object-fit: cover;
max-height: 150px;
margin-bottom: 25px;
}

.rbt-card.variation-02 .rbt-card-body {
  padding: 30px;
}

.rbt-card.variation-02 {
  position: relative;
  padding: 0;
  border-radius: 6px;
  box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
}
.rbt-card {
  overflow: hidden;
  box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 30px;
  border-radius: 6px;
  background: #ffffff;
  position: relative;
  height: 100%;
}

.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 26px;
}
.rbt-card .rbt-card-body .rbt-card-title a {
  color: #192335;
}

/****Blog Details****/
.blog_detials-banner {
  padding: 0px 0px;
  height: auto;
  min-height: 350px;
  display: block;
  background: #333333;
  padding: 80px 0px; 
}

.blog_detials-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  

  background: rgb(0, 0, 0, 0.5);
  opacity: .7;
}


.rbt-overlay-page-wrapper {
  width: 100%;
  max-width: 70%;
  margin: -130px auto 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 30px;
  box-shadow: 0px 0px 5px #dfdfdf;
  
}

.rbt-overlay-page-wrapper .breadcrumb-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 44px 140px 50px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin: 0px auto 0;
}

.rbt-overlay-page-wrapper .breadcrumb-content-top .title {
  font-size: 42px;
}

.wp-block-quote, blockquote, .wp-block-coblocks-click-to-tweet, .wp-block-pullquote blockquote, .wp-block-quote.is-style-large, .wp-block-quote.is-large, blockquote.has-text-align-right, .wp-block-quote.has-text-align-right {
  padding: 40px 40px 40px 100px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  background: transparent;
  border-radius: 5px;
  margin: 30px 0;
  font-weight: 500;
  color: #192335;
  z-index: 1;
  border: 1px solid #f7f7f7
}
.wp-block-quote::before, blockquote::before, .wp-block-coblocks-click-to-tweet::before, .wp-block-pullquote blockquote::before, .wp-block-quote.is-style-large::before, .wp-block-quote.is-large::before, blockquote.has-text-align-right::before, .wp-block-quote.has-text-align-right::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 30px;
  z-index: -1;
  background-image: url(https://rainbowit.net/html/histudy/assets/images/shape/quote.svg);
  background-repeat: no-repeat, repeat;
  width: 52px;
  height: 44px;
  transform: rotate(180deg);
  filter: grayscale(1);
}
cite {
  font-size: 16px;
  color: #676767;
}
cite a{
  text-decoration:none;
  font-size: 16px;
  color: #676767;
}

.blog-content-wrapper p {
  line-height: 1.67;
}
.blog-content-wrapper .tagcloud {
  margin-bottom: 30px;
}
.tagcloud {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}

.tagcloud a {
  border: 1px solid #e6e3f1;
  font-size: 14px;
  color: #6b7385;
  height: 30px;
  padding: 0 10px;
  margin: 5px;
  display: inline-block;
  line-height: 27px;
  border-radius: 4px;
}
.tagcloud a:hover {
  background-color: #2f57ef;
  color: #ffffff;
  border-color: #2f57ef;
}

.blog-content-wrapper .social-share-block {
  border-bottom: 1px solid #e6e3f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.social-default.transparent-with-border li a {
  line-height: 41px;
  background: transparent;
  border: 2px solid var(--color-border);
}

.social-default li a {
  width: 48px;
  background-color: var(--color-gray-light);
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-body);
  z-index: 2;
  position: relative;
}
.social-default li a i {
  vertical-align: middle;
}
.blog-content-wrapper .social-share-block .social-icon {
  padding-bottom: 20px;
}

.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}
.social-default li {
  margin: 5px;
}
.rbt-total-comment-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--color-border);
}


.rbt-btn.btn-md {
  padding: 0 25px;
  font-size: var(--font-size-b3);
  height: 50px;
  line-height: 48px;
}
.rbt-btn.btn-gradient {
  color: var(--color-white);
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #2f57ef, var(--color-secondary), var(--color-secondary), #2f57ef);
}
.rbt-btn {
  padding: 0 26px;
  background: #2f57ef;
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
}


/**  event detail page css */

/* Rishav */

/* homeeee pageee */



.home-video .slide_cntent h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}

/* ============================================== */

.slide_cntent p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    min-height: 100px;
}




.crousal_cntent {
    display: block;
    background: rgba(0,0,0,0.4);
    vertical-align: middle;
    height: auto;
    max-height: 100vh;
    min-height: 120vh;
}



.unify-box {
    display: flex;
    align-items: start;
    background: #142a633d;
    padding: 27px 20px;
    box-shadow: 0px 0px 6px 3px #96969614;
    margin-bottom: 30px;
    max-height: 80%;

}




.top_ph a.clr_red {
    font-size: 12px;
}


section.home-services .Indroductin_logo_btn.home-video {
    margin-top: 15px;
}



.service_bot_txt a {
    color: #ed3237;
}


.services_head p {
    font-size: 16px;
    font-weight: 600;
   
    color: #617077;
    margin-bottom: 0px;
}




/* ===============================================
ABOUT US Pageeeee
=============================================== */


@media screen and (max-width: 990px){
.about-banner img.d-block.w-100 {
    min-height: 67vh;
    width: 100%!important;
    max-width: 100%;
    max-height: 63vh;
    margin: 0%;
    min-width: 100%;
    object-fit: cover;
}
}




@media screen and (max-width: 700px){
#transforming-healthcare {
    
    background: none !important;
}
}


#our-values .slider p {
    font-size: 14px;
    margin-top: 20px;
    color: #CCCCCC;
    font-weight: 300;
    line-height: 22px;
    min-height: 150px;
    text-align: center;
}




/* ==============blog-detailpage======== */



.alignwide {
  margin-left: -5%;
  margin-right: -5%;
  /* max-width: 1400px; */
  /* width: auto; */
}


.overlay-bg{
  background: #00000091;
  width: 100%;
  position: absolute;
  height: 100% ;
}




.content ol li {
  padding-top: 15px;
}











/*# sourceMappingURL=index.css.map */


@media screen and (max-width: 700px){
  .mb-d-none{
    display: none !important;
  }
  .skw-page__half--left .skw-page__content {
    padding-left: 14%;
    padding-right: 6%;
    transform-origin: 100% 0;
}

.skw-page__half--right .skw-page__content{
  padding-left: 6%;
  padding-right: 14%;
}
.skw-page__skewed {
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  width: 110%;
  height: 100%;
  transform: skewX(-18deg);
  background: #f7f7f7;
}
.skw-page__half {
 
    position: absolute;
    top: 0;
    width: 103%;
    left: 0;
    height:80vh;
    transition: transform 1s;

}
.skw-page__skewed {
   overflow: visible;
}
.side-call-whats {
  position: absolute;
  top: 450px;


}
.skw-pages {
  overflow: hidden;
  position: relative;
  height: 80vh;
}

.slide_cntent p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
  min-height: 100px;
}

.home-video .slide_cntent h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 37px;
}

.certi-img-2{
  padding-left: 17%;
}

.search-1{
  top: 37% !important;

}

.search-2 {
  top: 21% !important;
}

  }
  
  
#home-healthcare-sec {
    position: relative;
    padding: 0px 0px 0px 0px;}



    








    /* ==============search-bar0blogs=========== */
    /* .search-1 {
      position: absolute;
      top: 45%;
      left: 50%;

      transform: translateX(-50%) translateY(-50%);
    }

    .search-2{
      top: 25%;
    }
    .search-1 * {
      outline: none;
      box-sizing: border-box;
    }
    .search__wrapper {
      position: relative;
    }
    .search__field {
      width: 240px;
      height: 50px;
      color: transparent;
      font-family: Lato, sans-serif;
      font-size: 1.35em;
      padding: 0.35em 50px 0.35em 0;
      border: 1px solid transparent;
      border-radius: 5px;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .search__field:focus {
      border-bottom-color: #ccc;
      width: 50vw;
      color: #2b2b2b;
      cursor: default;
    }
    .search__field:focus ~ .search__icon {
      background-color: transparent;
      cursor: pointer;
      pointer-events: auto;
    }
    .search__icon {
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      width: 50px;
      height: 50px;
      font-size: 1.35em;
      text-align: center;
      border-color: transparent;
      border-radius: 50%;
      pointer-events: none;
      display: inline-block;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
    }
    .search__field::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition-property: top, color;
      transition-property: top, color;
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
    }
    .search__field:-moz-placeholder {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition-property: top, color;
      transition-property: top, color;
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
    }
    .search__field::-moz-placeholder {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition-property: top, color;
      transition-property: top, color;
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
    }
    .search__field:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition-property: top, color;
      transition-property: top, color;
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
    }
    .search__field::-webkit-input-placeholder[style*=hidden] {
      color: #83b0c1;
      font-size: 0.65em;
      font-weight: normal;
      top: -20px;
      opacity: 1;
      visibility: visible !important;
    }
    .search__field:-moz-placeholder[style*=hidden] {
      color: #83b0c1;
      font-size: 0.65em;
      font-weight: normal;
      top: -20px;
      opacity: 1;
      visibility: visible !important;
    }
    .search__field::-moz-placeholder[style*=hidden] {
      color: #83b0c1;
      font-size: 0.65em;
      font-weight: normal;
      top: -20px;
      opacity: 1;
      visibility: visible !important;
    }
    .search__field:-ms-input-placeholder[style*=hidden] {
      color: #83b0c1;
      font-size: 0.65em;
      font-weight: normal;
      top: -20px;
      opacity: 1;
      visibility: visible !important;
    }
    

    div#blog-area {
      padding: 20px 0;
      position: relative;
  } */


  .search-1 {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 3px solid #32589c;
    border-right: none;
    padding: 5px 15px;
    height: 50px;
    border-radius: 15px 0 0 15px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #32589c;
  }
  
  .searchButton {
    width: 40px;
    width: 70px;
    border: 1px solid #32589c;
    background: #32589c;
    text-align: center;
    color: #fff;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-size: 20px;
  }
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: relative;
   padding-top: 4%;
 
  
  }
.blog-search{
  display: flex;
  justify-content: center;
  width: 100%;

}

  .row.g-5 {
    position: relative;
    top: 21px;
}

.about-banner .slide_cntent h2 {
   margin-bottom: 0px; 
}

.slide_cntent h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 85px;
}

.we-hippa-text {
   text-align: left;
 
}


@media screen and (max-width: 767px){
.abt img {
    width: 92%;
    display: block;
    text-align: center;
    height: 50%;
    margin: 0 auto;
}
.bill .indroductin_con {
  padding: 50px 20px;
}

ul.blogslider li {
  max-width: 100%;
}
section.certification .certi-pics.col-lg-4.col-sm-4 {
  /* justify-items: center; */
  display: contents;
}
section.certification .certify-img.row{
  justify-content: center;
}

}
.bill .indroductin_con h4{
  color: #ffffff;
}

section.blog_backgrounds {
  width: 100% !important;
}


@media   (min-width: 701px) and (max-width:1019px) {
.skw-page__half--left .skw-page__content {
  padding-left: 20%;
  padding-right: 20%;
  transform-origin: 100% 0;
}

.skw-page-1 .skw-page__half--right .skw-page__content{
  padding-left: 20%;
  padding-right: 20%;
}

ul.blogslider li {
  width: 100%;
  max-width: 44%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

}


@media   (min-width: 450px) and (max-width:550px){

  .skw-page__half--left .skw-page__content {
    padding-left: 24%;
    padding-right: 6%;
   
}

.skw-page__half--right .skw-page__content{
  padding-left: 6%;
  padding-right: 24%;
}

}


@media   (min-width: 551px) and (max-width:700px){
  .skw-page__half--left .skw-page__content {
    padding-left: 35%;
    padding-right: 6%;
   
}

.skw-page__half--right .skw-page__content{
  padding-left: 6%;
  padding-right: 35%;
}

}

@media   (min-width: 551px) and (max-width:790px){
.mb-d-none{
  display: none;
}
.skw-page__skewed {
  /* overflow: hidden; */
  position: absolute;
  top: 0;
  width: 110%;
  height: 100%;
  transform: skewX(-18deg);
  background: #f7f7f7;
}
.skw-page__half {
 
    position: absolute;
    top: 0;
    width: 103%;
    left: 0;
    height:80vh;
    transition: transform 1s;

}
.skw-page__skewed {
   overflow: visible;
}
.side-call-whats {
  position: absolute;
  top: 450px;


}
.skw-pages {
  overflow: hidden;
  position: relative;
  height: 80vh;
}

.slide_cntent p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
  min-height: 100px;
}

 .skw-page__half--right .skw-page__content {
  padding-left: 5%;
  padding-right: 30%;
  left: -50px;
}

.skw-page__half--left .skw-page__content {
  padding-left: 30%;
  padding-right: 5%;
  left: 50px;
}

.skw-page-1 .skw-page__half--right .skw-page__content {
  padding-left: 5%;
  padding-right: 30%;
}
}





section.bg-banner-parallax .banner-content-left{
color: #ffffff;
}




.feature-box .col-lg-4 {
  padding: 50px 30px 50px 30px;
}

.feature-box a.phn {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  
  padding: 10px 5px 30px;

}
.nav-item .nav_down {
  position: absolute;
  top: 16px;
  right: -4px;
  font-size: 10px;
}

.confi-pol-box {

  min-height: 100%;
}

.confidential-policy-sec .col-sm-12.col-md-4 {
  padding: 10px 0px;
}
.row.Indroductin_sec .abt .indroductin_con h4{
  color: white;
}

.row.Indroductin_sec.abt .indroductin_con h3{
    color: white;
  }


  
@media (min-width: 1200px) and (max-width: 1420px){
.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link {
  padding: 10px 7px 30px;
}


.sub_menu {
  top: 53px;
}

}


.slick-next:before {
  color: #ffffff;
 
}



.bg-banner-parallax:after {

  opacity: 0.8;

}




li.dropdown.nav-item.has-sub:hover .dropdown-menu{
  display: block;
}


.dropdown-menu {
  position: absolute;
  min-width: fit !important;
  top: 94%;
  left: -14vw;
  width: 80vw;
  z-index: 1000;
  display: none;
  float: left;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 3px solid rgb(236 74 79);
  border-radius: 0.25rem;
}


@media  (max-width: 1100px){
  .large-screen{
    display: none !important;
  }
}

@media (min-width: 1101px) {
  .mobile-screen{
    display: none;
  }
}


.navbar-light .navbar-nav .nav-link {

  font-weight: 400; 
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(236 74 79);
}


.navbar {
list-style: none;
}

li.nav-item.capitalize.col-md-4 {
  margin: 0px !important;
}


li.nav-item.capitalize.col-md-4 a{
  padding: 10px 5px 10px;
}

/* .adv-img .main {
  width: 80%;

} */

@media (max-width: 700px){
 .adv-img .main {
padding-left: 0% !important;
width: 100%;
}}
@media screen and (max-width: 767px){
 .adv-img {
    margin: 30px 0px !important;
}
.rbt-counterup-area.rbt-section-overlayping-top.rbt-section-gapBottom .container section.blog-search .wrap{
  width: 97% !important;
}

}
@media screen and (max-width: 1100px){
.sub_menu {
    display: none;
    position: static;
    background: #3c4955;
    padding: 0 0 0px;
    border-bottom: 2px solid #ec4a4f;
}
.nav-item .nav_down {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 10px;
}

.navbar-light .navbar-nav .nav-link {
  padding: 13px 5px 16px;
}

}

section#home-healthcare-sec\ \ even-healthcare {
  background: #dff2ff !important;
  padding: 180px 0px 100px 0px;
  position: relative;
}

section#home-healthcare-sec\ \ even-healthcare:before {
  position: absolute;
  content: "";
  background-image: url(../images/back-curve.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -10px;
  left: 0;
  background-size: 100%;
}

p{
  font-weight: 400 !important;
}

.blog-box .post-categories {
 
   font-weight: 400; 

}

.bg-banner-parallax h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 73px;
}


@media screen and (max-width: 1100px){
#navbarTogglerMenu {
   
    background: #ffffff;
}
.navbar-light .navbar-nav .nav-link {

  color: white !important;
}
/* .sub_menu {
 
  background: #f7f7f7;
  
} */

i.fas.fa-angle-down {
  color: white;
}

ul.sub_menu li.nav-item.capitalize:last-child {
  border-bottom:2px solid #ec4a4f;
}
}


@media screen and (max-width: 1100px){
#navbarTogglerMenu {
  
    overflow-x: scroll;
   
}}

@media screen and (max-width: 750px){

.bg-banner-parallax h1 {

  font-size: 42px;

  font-weight: 600;

  line-height: 60px;

}}

.row.Indroductin_sec.abt ul li{

  color: #ffffff;
  font-size: 15px; 

   line-height: 28px;

}

#our-client .slick-prev:before,#our-client .slick-next:before {

  color: #344556;

}

@media (min-width: 1200px) and (max-width: 1420px){
.navbar-light .navbar-nav .nav-link {
    padding: 12px 7px 30px;
}}

.dropdown-menu {

    top: 75%;

}





.row.Indroductin_sec.abt ol li {

 

  font-size: 15px;

color: #ffffff;

 line-height: 28px;

 

}
ol li{
  font-size: 15px;
}

ul li{
  font-size: 15px;
}

.values-box.view-b {
  border: none;
  text-align: center;
  margin: 0px auto;
  box-shadow: 0px 0px 6px 3px #9696962e;
  padding: 40px 15px;
}

.blog_backgrounds::before{
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.521);
}
.hippa-page-name {
  position: relative;
  color: #fff;

}

section.blog_backgrounds {
  width: 100% !important;
  OBJECT-FIT: cover;
  PADDING: 100PX 0PX;
}


.hippa-page-name p {
  font-size: 42px;
}

@media screen and (max-width: 1100px){
  .hippa-page-name p {
    font-size: 36px;
  }
  
}
.rbt-card .rbt-card-body .rbt-card-title a {
  color: #192335;
  font-size: 17px;
}


@media (min-width: 1200px) and (max-width: 1420px){
  section.home-services .services_head > span {
    font-size: 47px;
    line-height: 1.2;
}
section.home-services .services_head {
 
  margin-top: 12px;
  margin-bottom: 0px;
}
#our-values .slider p{
  font-size: 13px;
}

}

#mission {
  padding: 70px 0px 40px 0px;
}

.same-pad {
  padding: 40px 0px;
}

.billing-page-con li {
  font-size: 15px;
  line-height: 28px;
}

section#mission ul li{
  line-height: 28px;
}

.rbt-card.event-grid-card .rbt-meta {
  margin: -3px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
  margin-bottom: 8px;
}

.rbt-card.event-grid-card .rbt-card-body p{ 
  line-height: 23px;
}
.read-more-btn.evnt-btn {
  display: flex;
  justify-content: end;
}

.events_blockss .rbt-btn {
  border: none;
}

.events_blockss .rbt-btn i.fa-solid.fa-angle-right {
  position: relative;
  top: 2px;
}

.date-post-blog {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 2px;
  color: white;
  padding: 3px 12px;
  background-color: #ed3237;
}

.rbt-card-body.smaller-line p{
line-height: 18px;
}

.rbt-overlay-page-wrapper .breadcrumb-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0px 140px 15px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin: 0px auto 0;
}
.rbt-overlay-page-wrapper {
  width: 100%;
  max-width: 70%;
  margin: -130px auto 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 17px 30px;
  box-shadow: 0px 0px 5px #dfdfdf;
}


@media (min-width: 320px) and (max-width: 720px){

  .rbt-overlay-page-wrapper {
    width: 100%;
    max-width: 90%;
    margin: -130px auto 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 17px 11px;
    box-shadow: 0px 0px 5px #dfdfdf;
}

.rbt-overlay-page-wrapper .breadcrumb-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 0px 0px 15px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  margin: 0px auto 0;
}

.rbt-overlay-page-wrapper .breadcrumb-content-top .title {
  font-size: 35px;
}
}
section#what-hippa p, .we-hippa-text p {
  font-size: 17px;
  margin-top: 35px;
  line-height: 30px;
  width: 90%;
}
.footer_menu li a:hover {
   font-size: 12px;
  transition: 0.8s;
  color: #ffffff !important;
}


 h3.theme-red{
  font-size: 23px;
  color: #ed3237;

}

.services_head > h2 {
  font-size: 28px;
  font-weight: 600;
  color: #274584;
  position: relative;
  text-transform: uppercase;
}


@media screen and (max-width: 574px){
.slide_cntent {
    width: auto;
    padding: 50px 10%;
    top: 12%;
}
.top_ph {
  margin-top: 4px;
  
  width: 156px;
}
h1, .h1 {
  font-size: 2rem;
}

.slide_cntent p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 15px;
  min-height: 100px;
}
.Indroductin_logo_btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.header_manu {
  padding: 2px 0;
}
.about-banner .slide_cntent h2 {
  font-size: 20px;
  line-height: 28px;
  padding: 0;
}
.transforming-txt {
  padding: 0px 16px 0px;
}
.transforming-txt h3{
font-size: 22px;
}

.hippa-page-name .col-sm-12.col-md-6 {
  justify-content: center;
  display: flex;
}
#hippa-head.parnters-head {
  padding: 93px 0;
}
.col-md-6.register-right{
  position: relative;
  width: 95%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  
}
.btnRegister {
  width: 53%;
}
section#what-hippa p, .we-hippa-text p {
  font-size: 17px;
  margin-top: 15px;
  line-height: 30px;
  width: 90%;
}
section#what-hippa {
  padding: 15px 0;
}
section#confidential-policy {
  
  margin-top: 0;
 
}

.same-pad .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
  padding-top: 15px;
}
.same-pad{
  padding-bottom: 0px;
}

.bill p {
  color: #fff;
  text-align: center;
}

.col-lg-8.col-md-8.col-sm-12.col-xs-12.indroductin_con{
  padding-bottom: 10px;
}
#mission {
  padding: 32px 0px 20px 0px;
}
#our-client .slick-prev {
  left: -15px;
  width: 41px;
}

#our-client .slick-next {
  right: 0px;
  width: 35px;
}
section.blog-search .wrap {
  width: 91%;
  position: relative;
  padding-top: 4%;
}
.col-lg-6.col-md-12.col-sm-12.col-12.sal-animate.mb--15 {
  margin: 15px 0px;
}


.menu-close {
    display: none;
    position: fixed;
    right: 35%;
  
    z-index: 10241;
    color: #fff;
    font-size: 24px;
    padding: 2px 12px;
   
    top: 19px;
}
.rbt-card.event-grid-card .rbt-meta li {
  margin: 3px;
  font-size: 11px;
}
.contact_social ul a {
  width: 35px;
  height: 35px;
  font-size: 16px;
}
.contact_social ul a{
  padding: 7px 0px;
}
.contact_social ul a {
  margin: 10px 10px;
}
#popup-container .close {
  margin-right: -18px;
  margin-top: 0px;
  color: #000;
  opacity: .8;
}
.demo-sec-content ul li{
  text-align: left;
}
.pl-0  {
  padding-left: 14px !important;
}
.indroductin_con ul li{
  text-align: left;

}
}
@media screen and (max-width: 400px){



.Indroductin_logo_btn .btn {
  right: -55px;
  padding: 11px 10px;
  font-size: 12px;
}
.btnRegister {
  width: 73%;
}

.menu-close {
  display: none;
  position: fixed;
  right: 25%;
  background: gray;
  z-index: 10241;
  color: #fff;
  font-size: 30px;
  padding: 2px 12px;
  border-radius: 45%;
  top: 19px;
}
.rbt-card.event-grid-card .rbt-meta li {
  margin: 3px;
  font-size: 12px;
}
}



#hippa-head.parnters-head {

  background-size: cover;
  object-fit: cover;
}















#home_services .services_head {
  color: #ffffff;
}
.Indroductin_logo_btn .btn {
  position: static;
  right: -80px;
  z-index: 9;
  padding: 12px 10px;
  font-weight: 600;
  bottom: 10px;
  box-shadow: 0px 0px 30px -9px rgb(50, 88, 156) !important;
  transition: 0.6s;
}

.Indroductin_logo_btn .btn {
  position: static;
  right: -80px;
  z-index: 9;
  padding: 8px 12px;}

  .bill p {
    color: #fff;
   text-align: left; 
}

.demo-sec-content p {
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}

section.ehr-feel .feel-cont .right-cont ul li p {
  max-width: 370px;
  color: #1b1d1e;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
}


@media screen and (max-width: 575px){
.about-banner img.d-block.w-100 {
    min-height: 84vh;
    
    max-height: 100vh;
  
}}

@media screen and (max-width: 400px){
.menu-close {
    display: none;
    position: fixed;
    right: 28%;
    background: gray;
    z-index: 10241;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 50%;
    top: 8px;
}}


@media (min-width :1120px) and (max-width: 1420px){
.rbt-meta li {
  font-size: 12px;
  line-height: 15px;
  color: var(--color-body);
  display: inline-block;
  margin: 7px;
}
.rbt-card.event-grid-card .rbt-meta li {
  margin: 3px 0px;
}}

.events_blockss .rbt-btn i.fa-solid.fa-angle-right {
  position: relative;
  top: 1px;
}
button.slick-next, button.slick-prev{
  display: none !important;
}
@media screen and (max-width: 720px){

div#blog-area {
  padding: 23px 0;
  position: relative;
}
}
.mb--15{
  margin-bottom: 15px;
}

#ehan .head-00 h2, #demo-section .head-00 h2, #mission .head-00 h2 {
  font-size: 1.9rem;
  
}

h3, .h3 {
  font-size: 1.6rem;
}

.bill .indroductin_con h2 {
  color: #fff;
  font-size: 1.9rem;
}

#demo-section ul {
  
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;

}
.showmore ul{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
    .free-rht i {
    background: #ed3237;
    padding: 9px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -10px;}
    
    
    .bg-banner-parallax h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 85px;
}
    
    
    
    
@media (max-width: 786px){

    a.menu-close {
    right: 0px !important;
    color: #ffffff !important;
    font-size: 21px !important;
    top: 0px !important;
    z-index: 99999999;
    padding: 1px 12px !important;
    position: absolute !important;
}
        .free-rht i {
            position: relative;
                padding: 7px 16px;
                left:0;
        }
        .lockup-cont h2 {
        font-size: 1.4rem;
    }
    .call-action-content h4 a{
        font-size: 1.5rem;
    }
    section.ehr-feel .feel-cont .right-cont li h3{
        margin-bottom: 0;
    }
    .bg-banner-parallax h1 {
          font-size: 40px;
        font-weight: 600;
        line-height: 60px;
}

}

@media screen and (max-width: 420px) {
    .bg-banner-parallax h1 {
        font-size: 35px;
        line-height: 50px;
    }
}
 
@media screen and (max-width: 990px) {
    .crousal_cntent {
       height:100vh; 
    }
}


