/*----------------------------------------------------------------------
	MASTER STYLESHEET
	Project:        Health Serve
	Author:         Shavad VP
	Primary use:    Corporate.
 ------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

.custom_label {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
    border-radius: 5px;
    color: #505050;
    font-weight: normal;
}
 
.header {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: #ffffffc7;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    position: relative;
    padding: 0px 0;
    position: absolute;
    top: 38px;
    z-index: 999;
}

.banner_wrap,
.menu_wrap,
.copy_right,
.inner_banner,
.inner_pg_blok_wrap,
.card_rel_wrap,
.topbar {
    width: 100%;
    float: left;
}

.logo {
    height: auto;
    float: left;
}

.main_menu,
.log_rgi,
.top_action,
.top_search {
    float: right;
}

.main_menu {
    padding-top: 6px;
}

.main_menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.main_menu .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none; */
}

.main_menu .dropdown:hover > .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    padding: 0;
}

.main_menu ul li a.dropdown-item {
    text-transform: none;
    font-size: 14px;
}

.main_menu .dropdown-item.active,
.main_menu .dropdown-item:active {
    text-decoration: none;
    background-color: #f7f7f7;
}

.header_inner {
    background: #fff;
    position: relative;
    top: 0;
}

.log_rgi {
    padding-top: 28px;
    font-size: 15px;
    margin-left: 10px;
}

.labbold {
 font-weight: bold;
 padding-left: 0;
}

.log_rgi a {
    text-transform: uppercase;
    color: #282828;
}
.avatar_text{
    font-size:12px !important;
}
.top_action {
    margin-left: 15px;
    margin-top: -5px;
}

.top_action a {
    color: #6d6e71;
    font-size: 20px;
}
.practice_btn{
    color: #fff !important;
    background-color: #337ab7;
    border-color: #337ab7 !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    margin-bottom: 5px;
    display: inline-block;
    
}
.practice_btn_progress{
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745!important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    margin-bottom: 5px;
    display: inline-block;
}
.start_application{
    cursor:pointer;
}
.topbar {
    background: #ffffff;
    padding: 7px 0;
    border-bottom: #cdcdcd 1px solid;
    height: 38px;
    color: #575756;
}
.tc_scroll {
    color:#2f2f2f;
}
.topinfo_1 {
    float: left;
}
.result_share{
    margin-top: 33px !important;
}
.result_share .jssocials-share-whatsapp{
       /* display:none; */
}
.topinfo_1 .icon {
    color: #575756;
    display: inline-block;
    margin-right: 5px;
}
.ansimg{
    width:25%;
}
.topbar .topinfo_1 a {
    color: #575756;
}

.topbar .topinfo_1 a:hover {
    color: #000;
}
.google_trnm,
.top_social {
    float: right;
    margin-left: 15px;
}
.view_more_dropdown_cart{
    cursor:pointer;
}
.top_social img {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.top_social img:hover,
.top_social img:focus,
.top_social img:active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.top_social img {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.top_social img:hover,
.top_social img:focus,
.top_social img:active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cv_submitted{
  cursor: auto !important;
}
.topbar .mail {
    margin-left: 15px;
}
.already_apply a {
    background: #28a745;
    padding: 9px 5px 9px;
    color: #fff !important;
    text-align: center;
    float: right;
    margin: 0px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 22px;
    cursor:default;
    pointer-events: none;
    min-width: 130px;
    max-width: 130px;
  } 
.menu_wrap {
    font-size: 15px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.menu_wrap .navbar {
    padding: 0px;
}

.menu_wrap ul li a {
    padding: 13px 15px !important;
    color: #282828;
}

.menu_wrap ul li a:hover,
.menu_wrap ul li a:focus {
    color: #f9a01b !important;
}

.menu_wrap ul li.active a {
    color: #f9a01b !important;
}
.breadcrumb-item a{
    color:#000;
}
.login_upwrap {
    float: right;
    font-size: 15px;
    margin-top: 0;
    color: #282828;
}

.login_upwrap a {
    color: #282828;
    padding: 0 5px;
}

.login_upwrap a:hover {
    color: #01ccfb;
}

.signup {
    color: #0074be;
}

.inner_banner {
    text-align: center;
    min-height: 300px;
    padding-top: 130px;
}

.inner_banner h1 {
    font-size: 30px;
    color: #000;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hmc_bnr {
    background: url(../images/hmc_banner.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;
}

.healthcare_licensing_bnr {
    background: url(../images/healthcare_licensing_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;
}
.view_ques_product_details{
    cursor:pointer;
    color:#fff !important;
}
 
.healthcare_licensing_bnr h1 {
    color: #fff;
}

.primary_assessment{

   width: 75%;
   margin: 0 auto;
  }

.training_courses_bnr{
      background: url(../images/training-courses_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.training_courses_bnr h1{
  color: #000;
} 
.training_courses_bnr h1 {
    color: #fff;
}
.career_guidance_bnr{
    background: url(../images/career_guidance_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.career_guidance_bnr h1{
      color: #fff;
} 

 
.faq_bnr{
    background: url(../images/faq_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.faq_bnr h1 {
       color: #fff;
}
 
.contact_us_bnr{
    background: url(../images/contact_us_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}
.contact_us_bnr h1 {
       color: #fff;
}

.about_us_bnr{
    background: url(../images/about_us_bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}
 .news{
     padding: 0px 0 0 0;
 }
.news_bnr{
    background: url(../images/news-bnr.jpg) #dce5ec center;
    background-repeat: no-repeat;
    background-size: cover;  
}

table.dataTable.no-footer {
       border-bottom: 1px solid #dee2e6 !important;
}

.news_bnr h1 {
       color: #fff;
}
.qs_box a{
    color:#fff;
}
.news_page .aio-icon-read {
    float: left;
    margin-bottom: 15px;
}

.aio-icon-read {
    float: right;
    font-size: 13px;
    padding: 7px 20px;
        background: #f9a01b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
}
.aio-icon-read:hover {
    background: #07cefb;
    color: #fff;
}
.question_answers_table_random td .sl_no {
    color: #fff;
    position: absolute;
    left: 18px; 
}
  

.breadcrumb {
    padding: 0px 0 0px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 0;
}
.crr {
    border-left: #f9a01b 2px solid;
    border-right: #f9a01b 2px solid;
}
.topddealsl_wrap {
    float: left;
    width: 100%;
    padding: 35px 0 35px;
    text-align: center;
    background: #01ccfb;
    line-height: 25px;
}

.topddealsl_wrap {
    color: #fff;
}
.wlc {
    color: #fff;
    font-size:18px;
}

.wlc .read_more{
    float: none;
}
.course_calendar_wrap {
    width: 100%;
    float: left;
    background: #dadada;
    padding-top: 15px;
    color: #000;
}

.related_wrap{
    padding-top:35px;
}
.related_wrap h2{
    padding-bottom: 15px;   
    padding-top: 15px;   
}
.job_wrap_blk_inner.job_widget3 h6{
    background: #6d6e71;	
}

.wlc h1 {
    color: #fff;
    font-size: 30px;
}

.read_more {
    color: #fff;
    border: #fff 1px solid;
    padding: 6px 25px;
    float: left;
}

.read_more:hover {
    color: #fff;
    text-decoration: none;
}

.our_services_wrap {
    float: left;
    width: 100%;
    padding: 35px 0 20px;
    text-align: center;
    background: #fff;
}

.our_services_wrap .container {
    padding-left: 24px;
    padding-right: 24px;
}

.our_services_wrap h1 {
    color: #000;
    margin-bottom: 25px;
}

.srv_box_wrap {
    text-align: center;
    float: left;
}

.srv_box {
    text-align: center;
}

.srv_box_wrap h2 {
    color: #000;
    font-size: 17px;
    margin: 8px 0px;
    font-weight: normal;
}

.srv_box_wrap .text {
    background: #f9a01b;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.srv_box_wrap {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 6px;
}

.srv_box_text {
    text-align: center;
    width: 100%;
}

.news_testimonials_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    float: left;
    background: url(../images/news_te_bg.jpg) repeat-y #f0f0f2 center top;
}

.latest_news_box {
    background: #fff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.latest_news_description h3 {
    min-height: 43px;
}
.answer__result_anr{
    display:none;
}
.latest_news_description h3 a {
    color: #000;
    font-weight: 500;
}

.latest_news_description h3 a:hover {
    color: #f9a01b;
    text-decoration: none;
}

.latest_news_description {
    float: left;
    padding: 0 0 0 10px;
    color: #4f4f4f;
    line-height: 20px;
    display: inline-block;
    max-width: 65%;
}

.latest_news_description p {
    margin-bottom: 2px;
}

.latest_news_box .news_thum {
    max-width: 35%;
    float: left;
    display: inline-block;
}

.news_date {
    color: #3f3f3f;
    font-size: 13px;
    margin-bottom: 5px;
}

.scroll-text {
    width: 100%;
    height: 321px;
    overflow: hidden;
   /*overflow-y: scroll;*/
}

 

/* width */
.scroll-text::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll-text::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
.scroll-text::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.scroll-text::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.all_news {
    color: #fff;
    border: #01ccfb 1px solid;
    padding: 6px 25px;
    float: left;
    background: #01ccfb;
}
 


.all_news:hover{
       color: #343434;
}

.up_edit{
    background: #fff;
    width: 40px;
    height: 40px;
    font-weight: bold;
    border-radius: 50px;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: -40px;
    z-index: 0;
    border: #ccc 1px solid;
}
 




.scroll-text ul {
    width: 100%;
    /*height: 321px;*/
    overflow: hidden;
    margin: 0;
    padding: 0px;
}

.scroll-text ul li {
    height: 165px;
    list-style: none;
}

.scroll-img {
    border: 1px solid red;
    width: 680px;
    height: 142px;
    overflow: hidden;
    font-size: 0;
}

.scroll-img ul {
    width: 700px;
    height: 600px;
    margin: 0;
}

.scroll-img ul li {
    display: inline-block;
    margin: 10px 0 10px 10px;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

.jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 45px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jquery-script-center a {
    text-decoration: none;
}

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.testimonials h1 {
    color: #fff;
}

.testimonial {
    max-height: 140px;
    min-height: 140px;
    padding-left: 85px !important;
}

.testimonials .carousel {
    margin: 0 auto;
}

.testimonials .carousel .media {
    position: relative;
    padding: 0 0 0 0px;
    margin-left: 0px;

}

.testimonials .carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.testimonials .carousel .testimonial {
    color: #fff;
    position: relative;
    padding: 15px 0px 15px 15px;
    margin-top: 15px;
    text-align: justify;
}

.testimonials .carousel .testimonial::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0px;
    top: -0px;
}

.testimonials .carousel .testimonial::before {
    width: 59px;
    height: 51px;
    background: url(../images/qt.png);
}

.testimonials .carousel .item .row > div:first-child .testimonial {
    /*	margin: 0 20px 20px 0;*/
}

.testimonials .carousel .item .row > div:first-child .media {
    margin-left: 0;
}

.testimonials .carousel .testimonial p {
    /*text-indent: 40px;*/
    line-height: 21px;
    margin: 0;
}

.testimonials .carousel .overview {
    padding: 3px 0 0 0px;
    margin-left: -5px;
}

.testimonials .carousel .overview .details {
    padding: 5px 0 8px;
    color: #fff;
}

.testimonials .carousel .overview b {
    text-transform: uppercase;
    color: #fff;
}

.testimonials .carousel .carousel-control {
    width: 30px;
    height: 30px;
    background: #666;
    text-shadow: none;
    top: 4px;
}

.testimonials .carousel-control i {
    font-size: 16px;
}

.testimonials .carousel-control.left {
    left: auto;
    right: 40px;
}

.testimonials .carousel-control.right {
    left: auto;
}

.testimonials .carousel-indicators {
    bottom: -40px;
    margin: 0 auto;
    text-align: left;
    display: block;
    
    display: none;
}
 

.testimonials .carousel-control-prev, 
.testimonials .carousel-control-next {
   
    top: inherit;
    bottom: -70px;
    height: 30px; 
    width: 30px;
    background: #fff;
}
 
.testimonials .carousel-control-next {
    left: 32px;
}

.testimonials .carousel-control-prev-icon, 
.testimonials .carousel-control-next-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
}




.testimonials .carousel-indicators li,
.testimonials .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin: 1px 4px;
    float: left;
}

.testimonials .carousel-indicators li {
    background: #f9a01b;
    border: 2px solid #fff;
}

.testimonials .carousel-indicators li.active {
    color: #fff;
    background: #01ccfb;
    border: 2px solid #fff;
}

.testimonials .star-rating li {
    padding: 0 2px;
}

.testimonials .star-rating i {
    font-size: 14px;
    color: #ffdc12;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #fff;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect3 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect3.colored .info {
    background: #1a4a72;
}

.info {
    text-align: left !important;
    padding-top: 55px;
    font-size: 12px;
}

.ih-item.circle.effect3 .info {
    background: #fba01c;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect3 .info h3 {
    color: #fff;
    position: relative;
    font-size: 16px;
    margin: 0px 16px 5px;
    padding: 73px 0 0px 0;
    /*height: 110px;*/
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: normal;
}

.ih-item.circle.effect3 .info p {
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 12px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
}

.ih-item.circle.effect3.left_to_right .img {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}

.ih-item.circle.effect3.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ih-item.circle.effect3.left_to_right a:hover .img {
    -webkit-transform: scale(0.5) translateX(100%);
    -moz-transform: scale(0.5) translateX(100%);
    -ms-transform: scale(0.5) translateX(100%);
    -o-transform: scale(0.5) translateX(100%);
    transform: scale(0.5) translateX(100%);
}

.ih-item.circle.effect3.left_to_right a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect3.right_to_left .img {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}

.ih-item.circle.effect3.right_to_left .info {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ih-item.circle.effect3.right_to_left a:hover .img {
    -webkit-transform: scale(0.5) translateX(-100%);
    -moz-transform: scale(0.5) translateX(-100%);
    -ms-transform: scale(0.5) translateX(-100%);
    -o-transform: scale(0.5) translateX(-100%);
    transform: scale(0.5) translateX(-100%);
}

.ih-item.circle.effect3.right_to_left a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ih-item.circle.effect3.top_to_bottom .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.ih-item.circle.effect3.top_to_bottom .info {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ih-item.circle.effect3.top_to_bottom a:hover .img {
    -webkit-transform: scale(0.5) translateY(100%);
    -moz-transform: scale(0.5) translateY(100%);
    -ms-transform: scale(0.5) translateY(100%);
    -o-transform: scale(0.5) translateY(100%);
    transform: scale(0.5) translateY(100%);
}

.ih-item.circle.effect3.top_to_bottom a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.circle.effect3.bottom_to_top a:hover .img {
    -webkit-transform: scale(0.5) translateY(-100%);
    -moz-transform: scale(0.5) translateY(-100%);
    -ms-transform: scale(0.5) translateY(-100%);
    -o-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
}

.ih-item.circle.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.questionbanks_box .ih-item.circle .img {
    background: #fba01c;
    padding-top:95px;
}
.questionbanks_box .ih-item.circle h3 {
    border-bottom: #01ccfb 1px solid;
    margin: 0px 6px;
    padding-bottom: 5px;
    font-size: 17px;
}


.questionbanks_box .ih-item.circle.effect3.bottom_to_top .info {
    border-radius: 50%;
    overflow: hidden;  
}









.footer {
    float: left;
    width: 100%;
    padding: 25px 0 0px;
    background: #4a4a4a;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    height: 100%;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #01ccfb;
}

.footer ._social_icons_top {
    float: left;
    margin-top: 0px;
}

.footer h5 {
    font-weight: 500;
}

.footer ul {
    padding: 0px;
    margin: 0 15px
}

.footer ul li {
    padding: 0px;
     margin: 17px 0 0;
    /*list-style: none;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.footer ul li:hover,
.footer ul li:focus,
.footer ul li:active {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.footer .ft {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
}

.footer .container {
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-light .navbar-toggler {
    border-radius: 0px;
    background: #00aeef;
}

.copy_right {
    background: #282828;
    padding: 10px 0;
    text-align: center;
    color: #d9d9d9;
}

.copy_right a {
    color: #d9d9d9;
}

.copy_right a:hover {
    color: #01ccfb;
}

.navbar-toggler {
    padding: 3px 8px;
    font-size: 19px;
    line-height: 1;
    background-color: #2fc1d2;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
}

.cont p {
    margin-bottom: 1px;
}

.cont {
    border-left: #ccc 1px solid;
    padding-left: 20px !important;
}

.inner_pg_blok_wrap {
    padding-top: 45px;
    margin-bottom: 25px;
}

.inner_pg_blok_wrap ul {
    padding: 2px 15px;
    margin: 0px 10px 5px;
    
}

.inner_pg_blok_wrap ul li {
    list-style: url(../images/tk.png) !important;
}

.hlbk_wrap {
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.11);
        border: #01ccfb 4px solid;
}

.hlbk_img {
    max-height: 290px;
}

.hlbk_text {
    padding-top: 15px;
    padding-right: 84px;
}

.hlbk_text p {
    margin-bottom: 7px;
}

.healthcare_licensing h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.radiomain,
.checkbox_main {
    width: 100%;
    float: left;
}

.radiomain .btn {
    padding: 3px 8px;
    font-size: 15px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radiomain .radio .custom-control {
    margin-right: 0px;
}

.radiomain .radio {
    float: left;
    margin: 0 6px 10px 0px;
    border: #f9a01b 1px solid;
    padding-right: 12px !important;
    padding-left: 8px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.view_details_btn {}

.view_details_btn a {
    background: #f9a01b;
    padding: 7px 25px 5px;
    color: #fff;
    text-align: center;
    float: left;
    margin: 10px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.view_details_btn a:hover {
    color: #000000;
}

.srv_blk {
    margin-bottom: 25px;
}

.hlbk_img img {
    min-height: 100%;
}

.healthcare_licensing_details {
    padding: 0px 0 0 0;
}
.career_guidance_details {
    padding: 0px 0 0 0;
}
.breadcrumb_wrap {
    width: 100%;
    padding: 10px 0;
    border-bottom: #ccc 1px solid;
    margin-bottom: 15px;
}

.breadcrumb_wrap a {
    color: #000;
}

.breadcrumb_wrap a:hover {
    color: #000;
}
.breadcrumb_wrap_dashboard {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0px;
}

.breadcrumb_wrap_dashboard a {
    color: #000;
}

.breadcrumb_wrap_dashboard a:hover {
    color: #000;
}


.hld_img_slider {
    text-align: center;
}
/*
.hld_img_slider img {
    border: #b7b7b7 1px solid;
}*/

.hld_img_slider .carousel-control-prev,
.hld_img_slider .carousel-control-next {
    width: 40px;
    height: 45px;
    
    top: 45%;;
}
.hld_img_slider .carousel-control-next {
    right: 14%;
}
.hld_img_slider .carousel-control-prev{
     left: 14%;
}


.preReductionPrice,
.cbtnWrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.preReductionPrice .line {
    text-decoration: line-through;
    font-size: 16px;
    color: #606060;
    float: left;
    margin-top: 2px;
}

.preReductionPrice .prices {
    float: left;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.preReductionPrice .offer {
    background: #8dc63f;
    padding: 1px 6px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    float: left;
    text-transform: uppercase;
    margin-left: 10px;
}

.cbtnWrap {
    margin-top: 5px;
}

.buynow {
    float: left;
    margin-bottom: 5px;
}

.add_to_cart a,
.buynow a {
    background: #6d6e71;
    padding: 12px 25px;
    color: #fff;
    float: left;
    text-align: center;
    min-width: 180px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px; 
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.add_to_cart a:hover {
    background: #ff9800 !important;
}
.buynow a:hover {
    background: #56575a !important;
}

.add_to_cart {
    float: left;
    margin-left: 5px;
  margin-bottom: 5px;
    
}

.add_to_cart a {
    background: #f9a11e;
}

.details_view {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.details_view .nav-tabs .nav-link {
    border: none;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.details_view .nav-tabs .nav-link {
    background-color: #fff0;
    color: #6d6e71;
    font-size: 15px;
    text-transform: none;
    text-align: left;
    padding-left: 0px;
    font-weight: bold;
    padding-right: 35px;
    margin-right: 10px;
}

.details_view .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.details_view .nav-tabs .nav-link.active,
.details_view .nav-tabs .nav-item.show .nav-link {
    color: #f9a11e;
    background-color: #fff0;
    border: none;
    border-bottom: 4px solid #f9a11e;
}

.details_view .tab-pane {
    padding: 15px 0;
    margin-bottom: 5px;
}

/*.details_view .nav-tabs {*/
/*    border-bottom: 2px solid #b6b6b8;*/
/*}*/
.social_share {
    float: left;
    width: 100%;
    padding: 15px 0;
    /*border-top: #ededed 1px solid;*/
    /*border-bottom: #ededed 1px solid;*/
    margin-top: 10px;
}
.training_courses h2{
    text-align: left;
}
.coutm_candidates_wrap {
    float: left;
    display: inline-block;
    margin-top: 10px;
    width: 100%;    
}
.coutm_candidates_wrap label {
    float: left;
    margin-top: 7px;
    margin-bottom: 0;
}
.coutm_candidates_wrap .form-group {
    /*border: #ccc 1px solid;*/
    float: left;
    /*padding: 0px 0px 0px 10px;*/
}
.coutm_candidates_wrap .form-control{
    float: left;  
    margin-left: 10px;
    width: 60px;
    border: none;
    border-left: #ccc 1px solid;
}
 
.job_wrap_cat {

}
.job_wrap_cat_inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    /*min-height: 450px;*/
    
}
.job_search_wrap {
    background: #cecece;
    padding: 15px 15px;
    float: left;
    width: 100%;
       
}
.job_search_wrap .form-control {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 9px 20px;
}
.job_search_wrap .btn.btn-secondary {
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #07cefb;
    border: none;
    outline: none;
    width: 90px;
}
.job_search_wrap .btn.btn-secondary:not(:disabled):not(.disabled):active,
.job_search_wrap .btn.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #07cefb;
    border-color: #07cefb;
}
.job_search_wrap .btn.btn-secondary:focus,
.job_search_wrap .btn.btn-secondary.focus {
    box-shadow: 0 0 0 1px #00b8e1;
}

._blok_wrap {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 20px 15px;
    border-bottom: #dfdfdf 1px solid;

}
._blok_wrap:hover {
    background: #e5faff;
}

._blok_left {
    width: 75%;
    margin: 0 auto;
    float: left;
    text-align: left;
}
._blok_right {
    width: 25%;
    margin: 0 auto;
    float: left;
    text-align: right;
    line-height: 22px;
}
._blok_wrap h2 {
    color: #000000;
    font-weight: 300;
    margin: 0 0 1px;
    padding: 0 0 4px;
    font-size: 18px;
    font-weight: 500;
}
._blok_wrap h2 a {
    color: #000;
}

._blok_wrap h2 a:hover {
    color: #272727;
}
.category,
.company {
    font-size: 14px;
    color: #514f4f;
}

.location,
.days_applied{
    color: #514f4f;
    font-size: 12px;
    line-height: 16px;
 
}
.apply_now_btn a{
    background: #f9a01b;
    padding: 9px 5px 9px;
    color: #fff !important;
    text-align: center;
    float: right;
    margin: 0px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 22px;
    min-width: 130px;
    max-width: 130px;
    }
 
.apply_now_btn a:hover{
    background: #07cefb;
}

.job_wrap_blk {
 
}
.job_wrap_blk_inner {
    margin-bottom: 20px;
    /*
        -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.21);
    */
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}
.job_wrap_blk_inner h6{
    background: #07cefb;
    padding: 15px 5px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 19px;
    color: #fff;
}
.job_widget1 {}
.job_widget2 {}
.job_widget3 {}
.job_widget2 h6{
    background: #f9a01b;
}

.job_share {
    margin-top: 25px;
    cursor: pointer;
}

.career_guidance_details ._blok_wrap:hover{
    background: #fff;
}
.job_description{
    padding: 15px 15px;
    width: 100%;
    display: inline-block;
}
.job_description h5{
    font-size: 15px;  
    color: #514f4f;
}
.section_bottom_form{
    margin-top: 35px;
}
.required {
    color: red;
    margin-left: 2px;
}




 

.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-nav .nav-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #616161;
  transition: background-color .2s ease;
}
.faq-nav .nav-link:hover {
  background-color: #f6f6f6;
}
.faq-nav .nav-link.active {
  background-color: #f6f6f6;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
.faq-nav .nav-link:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
  border-radius: 0;
}
.tab-content .card-header {
  padding: 0;
  border-radius: 0;
  background-color: #f6f6f6;
}
.tab-content .card-header h5 {
  margin: 0;
}
.tab-content .card-header h5 button {
  display: block;
  width: 100%;
  padding: 7px 15px;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  white-space: normal;
}
.tab-content .card-header h5 button:hover,
.tab-content .card-header h5 button:focus, 
.tab-content .card-header h5 button:active, 
.tab-content .card-header h5 button:hover:active {
  text-decoration: none;
}
.tab-content .card-body p {
  color: #616161;
}
.tab-content .card-body p:last-of-type {
  margin: 0;
}

.accordion > .card:not(:first-child) {
  border-top: 0;
}

.collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.inner_pg_blok {
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 10px 2px #d8d8d8;
    padding: 15px;
    margin-bottom: 35px;
    background: #fff;
}

.cont_bok1 h5 {
    margin-bottom: 15px;
}

.cont_bok1 p {
    color: #2f2f2f;
    margin-bottom: 0px;
    line-height: 26px;  
}
.cont_bok1 .fas {
    float: left;
    margin-right: 10px;
    width: 25px;
    margin-top: 5px;
    text-align: center;
    color: #f9a01b;
}
.cont_bok1 p a {
    color: #2f2f2f;
}
.cont_bok1 p a:hover {
    color: #000;
    text-decoration: underline;
}
 
.cont_bok2{
    margin-top: 0px;
}
 .map {
    border: #d4d4d4 1px solid;
    float: left;
    width: 100%;
    margin-top: 20px;
}
 .map iframe {
    float: left;
    width: 100%;
}
.dark-green {
    font-weight: 500;
    margin-right: 6px;
}
 
.cont_bok2 hr{
    margin-bottom: 20px;
}
.inner_pg_blok {
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 10px 2px #d8d8d8;
    padding: 15px;
    margin-bottom: 35px;
    background: #fff;
}

.cont_bok2 label {
    font-weight: 500;
}

.register_box,
.login_box {
    padding: 35px 5%;
}
.register_box {
    border-left: #ccc 1px solid;
} 
.news_page {
    margin-bottom: 15px;
}

.news_details_img {
    float: left;
    margin-bottom: 15px;
    padding-left: 0px !important;
    margin-top: 5px;
}
 

.news_page_details h2 {
    margin-bottom: 15px;
}

.tetsm_bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.test_more{
    float: left;   
}
.post_atest {
    float: right;
    background: #b36a00;
    padding: 6px 15px;
    border-radius: 0;
    color: #fff;
    border: #b36a00 1px solid;
}
.post_atest:hover {
   color: #01ccfb;
}
.post_feedback {
    float: right;
    background: green;
    padding: 6px 10px;
    border-radius: 0;
    color: #fff !important;
}

.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
}









.my_dashboard_nav {}
.my_dashboard_nav a {}
.my_courses h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.sub_setwrap {
    margin-top: 15px;
}
/*
.sub_setwrap .bd-example {
    background: #fff;
    padding: 15px;
    border: #ccc 1px solid;
}
*/
.sub_setwrap .nav-pills .nav-link.active,
.sub_setwrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f9a01b;
    border-radius: 0;
        border-left: #ccc 1px solid;
}
.sub_setwrap .nav-pills .nav-link {
    color: #353535;
    background-color: #efefef;
    margin-bottom: 3px;
    border-radius: 0;
}
.cutab {
    border-top: none;
    font-size: 14px;
}
.cutab table {
    margin-bottom: 0;
}
.my_propertylist {
    padding: 20px;
    border-bottom: none;
    background: #f3f3f3;
    border: #dee2e6 1px solid;
}
.status {
    padding: 1px 5px 0px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    max-width: 99px
}
.status:hover {
    color: #000;
    text-decoration: none;
}
.Received {
    background: #0d8b8cc2;
    color: #fff;
}
.Onhold {
    background: #ffb300;
    color: #fff !important;
}
.Completed {
    background: #28a745;
    color: #fff !important;
}
.Rejected {
    background: #e44646;
    color: #fff;
}
.Scheduled {
    background: #18b1e4;
    color: #fff !important;
}
.Onway {
    background: #b16c2f;
    color: #fff !important;
}
.Paid {
    background: #2810e4;
    color: #fff !important;
}
.Unpaid {
    background: #d45c9e;
    color: #fff !important;
}
.Cancelled {
    background: #e20000;
    color: #fff  !important;
}
 

.shopping-cart{
    padding: 0px;
}

.shopping-cart.dark{
	background-color: #f6f6f6;
}

.shopping-cart .content{
/*
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
*/
}

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.shopping-cart .dark .block-heading p{
	opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{ 
	/*margin-bottom: 20px;*/
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
    padding-right: 15px;
	
	border-bottom: #d8d8d8 1px solid;
}
.terms_check{
    margin-top: 25px;
}
.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: center;
}

.shopping-cart .items .product .info .product-name{
    padding-left: 16px;
    padding-top:10px;
    padding-bottom: 10px;
    
}
.tils {
    /*margin-bottom: 10px;*/
    font-size: 18px;
    font-weight: 500;
    color: #000;
    border-bottom: #d8d8d8 1px solid;
    padding:0 7px;
    border-top: #d8d8d8 1px solid;
    background-color: #adaaad;
    background-color: #f9a01b;
}


.product-name_tl {
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    
   
}
.product_name_tl_qty {
    text-align: center;
    border-left: #ccc 1px solid;
    margin-left: -7px;
    border-right: #ccc 1px solid;
    
    padding-top: 7px;
    padding-bottom: 7px;
    
}
.product_name_tl_pri{
       padding-top: 7px;
    padding-bottom: 7px; 
}

.shopping-cart .items .product .info .product-name a{ 
    font-size: 15px;
        color: #2f2f2f;
    font-weight: 500;
}
.shopping-cart .items .product .info .product-name .product-info{

}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
    
}

.shopping-cart .items .product .info .price{
	margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
        padding-top: 10px;
    padding-bottom: 10px;
 }

.shopping-cart .summary{
	border-left: 2px solid #f9a01b;
    background-color: #fff9ef;
    height: 100%;
    padding: 25px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 0px;
	padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
	font-size: 1em;

}

.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
    	font-weight: 600;
}

.summary .modal-body p{
    
    text-align: justify;
}
/*
.shopping-cart .summary button{
	margin-top: 20px;
} */
 
.cart_trash_ctn_bnt{
    float: right;
    padding:1px 5px;
    margin: 0;
    font-size: 13px;
    border-radius: 3px;
}

.cart_con{
    position: absolute;
}
.cart_con {
    position: absolute;
    background: #f9a01b;
    font-size: 12px;
    padding: 1px;
    border-radius: 100%;
    width: 22px;
    color: #fff;
    float: left;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
}
.qst_box {
    padding-left: 15px;
    padding-right: 15px;
}
 
.qs_box {
    padding:5px;
    text-align: center;
    color: #fff;
    -ms-flex: 0 0 20%;
    flex: 0 0 20.0%;
    max-width: 20%;
}

.qs_inner {
    background: #fba01c;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    padding: 80px 23px;
}

.qs_inner h5 {
    border-bottom: #01ccfb 1px solid;
    padding-bottom: 5px;
    min-height: 44px;
}

.qst_box .qs_inner h5 {
    -webkit-transition: opacity 0.35s,
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


.questiondetail_page .rounded-circle {
    border-radius: 20px !important;
}
.bundle_checkbox{
    
}
.summary_left_padd{
    padding-left:0px;
}
.cart_right_padding {
    padding-right:0px;
}



.bundle_sty {
    border: #f9a01b 1px solid;
    padding: 5px 10px;
    color: #000;
    text-align: center;
    float: left;
    min-width: 180px;
    margin-left: -25px;
    margin-bottom: 15px;
    margin-right: 40px;
    margin-top: -5px;
    
}
.custom-control-label {
    font-weight: bold;
}

.bundle_checkbox .custom-control {
    position: relative;
    display: inline-block;
    width:100%;
}

.bundle_checkbox h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.questiondetailinner{
    padding-top: 30px;
}
 
.questiondetailinner .view_details_btn {
    text-align: center;
    width: 100%;
}

.questiondetailinner .view_details_btn  a {
    padding: 10px 25px 10px;
    float: none; 
    display: inline-block;
}

.questiondetailinner h2 {
    text-align: center;
    border-bottom: 1px solid #01ccfb;
    padding-bottom: 6px;
}


.questiondetailinner p {
        margin-bottom: 10px;
    text-align: justify;
}
.enhancement_packages {
    padding-top: 35px;
}

.enhancement_packages img{
    margin-bottom: 10px;
}

.special_package {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: justify;
}


 /*  video   SSS **/
.vid_banner  {
    position: relative;
    background-color: black;
    height: 25vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.vid_banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.vid_banner .container {
    position: relative;
    z-index: 2;
}

.vid_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.vid_banner h1 {
    color: #fff;
    font-size: 30px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.healthcarelicensing_vid_bnr.vid_banner  {
    background: url('https://demo.softwarecompany.ae/healthserve/images/vid/v-b-1.jpg') #000 no-repeat center center scroll;
}

.questionbanks_vid_bnr.vid_banner{
    background: url('https://demo.softwarecompany.ae/healthserve/images/vid/healthserve-2.jpg') #000 no-repeat center center scroll;
    
}
  
.careers_vid_bnr.vid_banner {
      background: url('https://demo.softwarecompany.ae/healthserve/images/vid/healthserve-3.jpg') #000 no-repeat center center scroll;
}
  
.healthcare_management_consultancy_vid_bnr.vid_banner {
      background: url('https://demo.softwarecompany.ae/healthserve/images/vid/healthserve-4.jpg') #000 no-repeat center center scroll;
}

.training_courses_vid_bnr.vid_banner {
      background: url('https://demo.softwarecompany.ae/healthserve/images/vid/healthserve-5.jpg') #000 no-repeat center center scroll;
}
  
  
  /*
@media (pointer: coarse) and (hover: none) {
  .vid_banner  {
    background: url('https://demo.softwarecompany.ae/healthserve/images/vid//v-b-1.jpg') black no-repeat center center scroll;
  }
  .vid_banner video {
    display: none;
  }
}
*/



.exam_bundle .panel-heading {
    padding: 0;
    border:0;
}
.exam_bundle .panel-title>a, .panel-title>a:active{
    font-weight:bold; 
    display: block;
    padding: 7px 11px;
    color: #000000;
    font-size: 15px;
    background: #e6e6e6;
    text-decoration: none;
    border: #cecece 1px solid;
}
.exam_bundle .panel-heading  a:before {
   float: right;
   transition: all 0.5s;
   }
.exam_bundle .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
 
.exam_bundle .panel-heading a:before {
    float: right;
    transition: all 0.5s;
    font-family: Font Awesome\ 5 Free;
    content: "\f0dd";
}
.exam_bundle .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.exam_bundle .test_box {
    color: #000000;
    font-weight: 500;
    background: #ffffff;
        padding: 7px 0px 7px 12px;
    width: 65%;
    margin: 0 auto 5px;
    border: #f9a01b 2px solid;
}

.btn_start {
    background: #f9a01b;
    padding: 7px 10px;
    font-size: 15px;
    float: right;
    margin-top: -7px;
    color: #000;
    min-width: 190px;
    text-align: center;
}
.btn_start:hover {
    color:#fff;   
}

#change_profile {
    cursor: pointer;
}


.profile_pro {
    background: #e6e6e6;
    padding: 15px;
    border: #ccc 1px solid;
    height: 100%;
}

.profile_pro h5 {
    font-weight: 500;
    margin: 7px 0;
    font-size: 15px;
}

.profile_pro h6 {
    font-weight: normal;
    margin: 5px 0;
    font-size: 15px;
    font-size: 12px;
}
 
.profile_pro img {
    border: #ffffff 2px solid;
}

.min_height{
    min-height: 430px;
}
.quit_exam {
    color: #fff !important;
    margin-top: -35px;
    float: right;
    min-width: 80px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.exam_inner_wrap {
    padding-top: 80px;
    padding-bottom: 55px;
}

.qno {
    font-size: 14px;
    color: #6d6e71;
    margin: 10px 0 50px;
    font-weight: normal;
    padding-left: 0;
}
.dash_box_left a {
    color:#000;

}

.dash_box_left a:hover {
    color:#000;

}
.exam_inner_wrap .custom-control-label {
    font-weight: 500;
        cursor: pointer;
}

.exam_inner_wrap h4 {
        font-size: 18px;
    margin-bottom: 30px;
}
.exam_inner_wrap .custom-control {
    min-height: 30px;
}
.ctm_previous, 
.ctm_next {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-width: 140px;
    font-size: 17px;
}
.bt_bnt_sect {
    padding: 40px 0 0 0;
}
.result_wrap h1{
        font-size: 48px;
    color: var(--green);
}   
.result_wrap {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
    padding: 40px;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px;
    color: #000;
}
.result_page {
           background: #b7b7b7;
        margin-bottom:0px;
        padding-bottom:120px;
}
.result_wrap h4{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.result_wrap h3{
    padding: 20px 0 0;
}


.resulte_box {
    width: 355px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
}
.resulte_box span{
    float: right;
    font-weight: bold;
}


.resulte_box p{
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: #f1f1f1 1px solid;
    padding: 10px 0;
    margin: 0;
}

.result_wrap h5{
      color: #28a745;
}
.resulte_box span.score{
    color: #28a745;
}

.result_page .button  {
    text-align: center;
    padding: 30px 0;
}
.result_page .button .btn{
    
    color: #fff;
    border: #fff 1px solid;
    padding: 5px 30px;
}

.exam_header{
        text-align: center;
}

.exam_header .logo {
    width: 100%;
}
.exam_footer {
    padding: 0;
    position: fixed;
    height: auto;
    bottom: 0;
}
.dash_box_left {
    margin-top: 0;
}
.dash_box_left .tab-content {
    box-shadow: none;
    padding: 15px 0;
}


.dataTables_wrapper .dataTables_filter input {
 
    border: #ccc 1px solid;
    outline: none;
}
.action_td {
            text-align: center;
            color:#000;
}

.action_td a {
    padding: 3px 3px;
    background: #f9a01b;
    color: #000;
    margin-right: 3px;
}


.result_wrap h2{
    font-size: 25px;
}
.resfail {
    color: #dc3545 !important;
    
}
.respass{
  color: #28a745 !important; 
  
}
.reswarn{
  color: #ffd700 !important; 
}
.btn-fail{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-pass{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-warn{
    color: #fff;
    background-color: #ffd700;
    border-color: #ffd700;
}
.inner_pg_blok_wrap h2 a{
    color: #2f2f2f;
}
.inner_pg_blok_wrap h2 a:hover{
    color: #000;
}
.ques_desc{
  min-height: 515px;
}
.ques_desc_third{
    min-height: 386px;
}
.buy_more {
    color: var(--white) !important;
    font-size: 13px;
    background: var(--green);
    padding: 7px 17px;
    float: right;
    border-radius: 15px;
    margin-top: -5px;
}

.dashboardimg {
    height: 130px;
    /*cursor: pointer;*/
}
.usdtoaed{
    font-size:12px;
    float:right;
}

.quantity label{
    float: left;
    margin-top: 6px;
}

/*sithara css starts*/
.active_dropdown{
    color:#f9a01b !important;
}
.view_lic_details{
    cursor:pointer;
}
.testimonial-profile{
  font-size: 11px;   
}
.testimonial_submit{
    margin-top:0px;
    cursor:pointer;
} 
.testimonial_image{
    /*width: 65%;*/
}
.testimonial_bnr {
 background: url(../images/testimonials-bnr.png) #dce5ec center;
 background-repeat: no-repeat;
 background-size: cover;  
}
.testimonial_bnr h1 {
       color: #fff;
}
.apply_now_btn a{
  cursor:pointer;  
}
.add_to_cart_btn{
  cursor:pointer;
  color:#fff !important;
}
.buy_more{
    color: #f9a01b;
    font-size: 15px;
}
.training_subdesc ul li {
    list-style: url(../images/tk.png) !important;
        outline: none;
}
.enquiry_submit {
    float:none !important;
    padding: 9px 20px 9px !important;
}
.forgot_a{
    line-height: 0px !important;
}
#license_msg_3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.relatimg{
    max-width:75%;
    border: #b7b7b7 1px solid;
    border-radius: 20px !important;
}
.relpdcta{
  color:#2f2f2f;  
}
.start_exam{
    cursor:pointer;
}
.prct_url{
    color:#0074be !important;
}
.bundle_validity{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.common_message{
    font-size: 17px;
    font-weight: 500;
    color: green;
}
.disabled{
    pointer-events: none;
}
.g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
.countdowncontainer {
    font-size: 20px;
    float: right;
    margin-bottom: -22px;
    text-align: right;
    color: var(--red);
    font-weight: bold;
}
.user_exam {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 0 0px 30px 0;
    color: #f9a01b;
    font-weight: bold;
    /*text-transform: uppercase;*/
}

/*sithara css ends*/
.qa_wrap_tab th, 
.qa_wrap_tab td{
    padding:0px   !important;
    border-top: none;
}
.thead_none{
    display: none;
}
.qa_box {
    border: 1px solid #f9a11e  !important;
    border-left: 4px solid #f9a11e  !important;
    width:100%;
    margin-bottom: 15px;
}
.sl_no{
    color: #fff;
    position: absolute;
    left: 0;
    background: #f9a11e;
    width: 53px;
    text-align: center;
    padding: 2px;
    z-index: 99;
    left: 18px;
}
.triangle_topleft {
    width: 0;
    height: 0;
    border-top: 25px solid #f9a11e;
    border-right: 10px solid transparent;
    position: absolute;
   margin-left: 50px;
    top: 0;
}
.qa_top_mar{
    margin-top: 35px;
    margin-bottom: 20px;
}
.question_hd,
.options_hd {
    color: #f9a11e;
    font-weight: bold;
    font-size: 15px;
    padding-left: 30px;
    
}
.quest_ul {
    list-style-type: upper-alpha !important;
    padding: 0;
    margin: 0 15px 15px;
}

.question_text{
        font-weight: 500 !important;
}
.question_text,
.options_text {
    color:#000;
}
.answer__show_anr {
    background: #6f7073;
    margin: 0 10px 10px;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    padding: 6px;
    cursor: pointer;
    font-size: 13px;
}

.answer__result_anr {
    margin-top: 5px;
    color: #f9a11e;
    font-weight: bold;

}
.qa_wrap_tab {
    border-bottom: none !important;
}

.ab_box {
    /*border: #01ccfb 2px solid;*/
    padding: 20px;
    border-radius: 15px;
    min-height: 236px;
    margin-bottom:15px;
}

.social_wrap {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 30px;
    border-bottom: #dedede 1px solid;
}


.social_wrap img{
        margin-right: 10px;
        
}



.social_wrap img {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    
}

.social_wrap img:hover,
 
.social_wrap img:focus, 
.social_wrap img:active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

 


.ab_bt_logo{
    border: #ccc 1px solid;
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    background: #fff;
    
    -webkit-box-shadow: 0px 0px 5px 2px #01ccfb54;
    -moz-box-shadow: 0px 0px 5px 2px #01ccfb54;
    box-shadow: 0px 0px 5px 2px #01ccfb54;

}

.hvr-grow:hover,
.hvr-grow:focus, 
.hvr-grow:active {
      -webkit-transform: scale(1.02);
      transform:  scale(1.02); 
        
    -webkit-box-shadow: 0px 0px 5px 2px #01ccfbb3;
    -moz-box-shadow: 0px 0px 5px 2px #01ccfbb3;
    box-shadow: 0px 0px 5px 2px #01ccfbb3;

}

.packages_list {
    min-height: 90px;
}

.pk_more_pri_wrap_botm {
    float: left;
    width: 100%;
    margin: 15px 0;
  
}
.cv_pak_description {
min-height: 285px;
max-height: 285px;
float: left;
width: 100%;
}
/*.cv_pak_description {*/
/*    min-height: 175px;*/
/*    max-height: 175px;*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/
.pk_more {
    float: right;
    color: #01ccfb;
    width: 100%;
    text-align: right;
}
.pk_more a{
   color: #01ccfb; 
   text-decoration: underline;
}

.pk_price {
    color: #000;
   
    float: right;
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 30px;
    width: 100%;
 
}

.pk_buy_now {
    width: 100%;
    float: left;   
}
.pk_buy_now a{
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #01ccfb;
    /*border-radius: 25px;*/
    margin: 0 auto;
    display: inline-block;
}


.pk_box h4 {
    text-align: center;
    font-size: 20px;
}

.terms_conditions_link {
    cursor: pointer;
}   

.summary .modal-dialog {
    max-width: 650px;
}
.modal-header {
 
    padding-bottom: 10px;
}
.modal-header .close {
    opacity: 10;
    position: absolute;
    right: -19px;
    background: #f70000;
    font-size: 27px;
    color: white;
    text-shadow: none;
    line-height: 15px;
    padding: 10px;
}


.modal-header .close:not(:disabled):not(.disabled):hover, 
.modal-header .close:not(:disabled):not(.disabled):focus {
    color: #fff;
    opacity: 10;  
}

.coutm_candidates_wrap .number {
    float: left;
    margin: 4px;
    margin-left: 10px;
}
.coutm_candidates_wrap span {cursor:pointer; }

.coutm_candidates_wrap .minus, 
.coutm_candidates_wrap .plus{
    width: 20px;
    height: 28px;
    background: #f2f2f2;
    border-radius: 0;
    padding: 2px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.coutm_candidates_wrap input{
    height: 28px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}
.training_subdesc {
    float: left;
    width: 100%;
}

 


.quantity .number {
    float: none;
    margin: 4px auto;
    margin-left: 10px;
    display: inline-block;
}
.quantity span {cursor:pointer; }

.quantity .minus, 
.quantity .plus{
    width: 20px;
    height: 34px;
    background: #f2f2f2;
    border-radius: 0;
    padding: 4px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.quantity input{
    height: 34px;
    width: 60px;
    text-align: center;
    font-size: 17px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.more_details_wrap h6 {
    font-size: 13px;
    padding-left: 18px;
    color: #6d6e71;
    padding-top:8px;
    border-top: 1px solid #ccc;
 
   /*margin-bottom: 10px;*/
}
.more_details_wrap h6 a{
    color: #6d6e71;
}
.more_details_wrap h6 a:hover{
    color: #000;
}


.more_details_wrap{
    width: 100%;
    /*padding-top: 10px;*/
    padding-right: 0;
}

.m_details {
    position: relative;
    background: #f3f3f3;
    width: 100%;
    padding: 10px 15px;
    z-index: 996;
    /*z-index: 999;*/
    border-top: 1px solid #ccc;
 
}

.cvenhancement_box .buynow {
    width: 50%;
}

.cvenhancement_box .buynow,
.cvenhancement_box .add_to_cart {
    width: 50%;
    margin: 0;
}

.cvenhancement_box .add_to_cart a,
.cvenhancement_box .buynow a {
    min-width: 96%;
    font-size: 100%;
}
.pay-logos {
    
    float: left;
    width: 100%;
    margin: 8px 0;
}
 


/*CV Slider S*/

.cvenhancement_banner {
    float: left;
    width: 100%;
    margin: 0 auto;
    margin-top: -76px;
    background: #01ccfb;
    padding-bottom: 20px;
}
/* old 

    .cvenhancement_banner .carousel {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 455px;
      -webkit-perspective: 500px;
              perspective: 500px;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%;
    }
**/
 
.cvenhancement_banner .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 455px;
  -webkit-perspective: 1900px;
          perspective: 1900px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.cvenhancement_banner .carousel.carousel-slider {
  top: 0;
  left: 0;
}

.cvenhancement_banner .carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/*.cvenhancement_banner .carousel.carousel-slider .carousel-fixed-item.with-indicators {*/
/*  bottom: 68px;*/
/*}*/

.cvenhancement_banner .carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

 

.cvenhancement_banner .carousel .carousel-item {
    display: none;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.cvenhancement_banner .carousel .carousel-item > img {
  width: 100%;
  border: #b9b9b9 1px solid;
}

.cvenhancement_banner .carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.cvenhancement_banner .carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.cvenhancement_banner .carousel.scrolling .carousel-item .materialboxed,
.cvenhancement_banner .carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
 

.cvenhancement_banner .carousel-item.active, 
.cvenhancement_banner .carousel-item-next, 
.cvenhancement_banner .carousel-item-prev {
    display: inherit;
    transition: none;
    transition: none;
    transition: none;
}
.ctm_dash_box {
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    background-color: #f9a01b;

    padding: 20px;
    color: #fff;
    border-radius: 100%;
    min-height: 140px;
    width: 140px;
    text-align: center;
     display: inline-block;
}

.ctm_dash_box_icon {
    font-size: 72px;
    margin-top: 15px;
}

.ctm_dash_box_wrap{
    margin-top: 25px;
}
.ctm_dash_box_wrap h5 {
    margin-bottom: 35px;
    margin-top: 10px;
    font-size: 15px;
}
 


.card_rel_wrap {
    background: #e2e2e2;
    padding: 30px 0;
}
.card_rel_wrap h2 {
    color:#000;   
}

.card_rel_wrap h5 {
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.card_rel_wrap .owl-carousel .owl-item img {
    /*min-height: 200px;*/
    /*max-height: 200px;*/
}

.social_login_wrap {
float: left;
width: 100%;
margin: 20px 0;
text-align: center;
}
.social_fb {
padding: 7px 7px;
float: none;
width: auto;
cursor: pointer;
margin-bottom: 10px;
color: #444;
font-size: 16px;
display: inline-block;
margin: 0 auto;
text-align: center;
border:none;
}

/*.social_login_wrap {*/
/*    float: left;*/
/*    width: 100%;*/
/*    margin: 20px 0;*/
/*}*/
/*.social_fb {*/
/*    border: #ccc 1px solid;*/
/*    padding: 7px 7px;*/
/*    text-align: center;*/
/*    float: left;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    margin-bottom: 10px;*/
/*    color: #444;*/
/*    font-size: 16px;*/
/*}*/
.social_fb img {
    float: left;
}

.case_hd{
    padding: 10px 15px 10px;
    color: #000;
    font-weight: 600;
    background: #f9a01b;
}

.chapter_hd{
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-left: 15px;
    margin-top: 15px;
}
.case_description {
    padding: 0 15px;
    margin-top: 15px;
}

.case_description table th,
.case_description table td {
 padding: 5px !important;
}

.patient_hd{
    padding: 10px 15px 10px;
    color: #000;
    font-weight: 600;
    background: #f9a01b;
}

.patient_description {
    padding: 0 15px;
    margin-top: 15px;
}

.patient_description table th,
.patient_description table td {
 padding: 5px !important;
}

.inner_pg_blok_wrap .carousel-inner {
    /*border: #b7b7b7 1px solid;*/
    border-radius: 50% !important;
       height: 350px;
    width: 350px;
    margin: 0 auto;
}


.popup_scroll{
    max-height: 500px;
    overflow-y: scroll;
}
 
.guiderelocation_slider {
    margin-bottom: 15px;
    float: right;
    width: 500px;
    margin-left: 15px;
}

.guiderelocation_slider .carousel-inner {
    border: none;
    border-radius: 0 !important;
    min-height: inherit;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
 
.question_answers_cutm ul.pagination{
    margin: 15px 0 0 0;
    padding: 0;
    border-radius: 0;
}


.question_answers_cutm .form-control-sm {
    
    font-size: inherit;
    line-height: 1.5;
    border-radius: 0;
    padding: 5px 7px;
}
 
.newspagination ul{
    margin:0 0;
    padding: 0 0;
}
.newspagination ul li{
    margin:0 0;
        list-style: none !important;
    padding: 0 0;
}

.newspagination .pagination {
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}
.testimonialpagination ul{
    margin:0 0;
    padding: 0 0;
}
.testimonialpagination ul li{
    margin:0 0;
        list-style: none !important;
    padding: 0 0;
}

.testimonialpagination .pagination {
    display: flex;
    padding-left: 0px;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.custom-control.custom-radio.bundlegroup.active_custom_pak .bundle_sty {
    background: #f9a01b;
    color: #fff;
}
.welcome_text_bar {
    background: #6d6e71;
    /*padding: 10px 15px;*/
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 15px;
   
}

.welcome_text_bar h2{
    background: #6d6e71;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 0;
    float: left;
}
.welcome_text_bar h2 span {
    /*font-style: italic;*/
}
._dh_right_bar {
    float: right;
    background: #01ccfb;
    padding: 4px 15px; 
    text-align: right;
    display: none;
}
._dh_right_bar ul {
    padding:0px;
    margin:0px;
}
._dh_right_bar ul li {
    list-style: none !important;
    float:right;
}
._dh_right_bar .badge {
    top: 4px;
    position: absolute;
    font-size: 11px;
    margin-left: -5px;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
._dh_right_bar .nav-link{
    color:#fff;
    font-size: 20px;
}
._dh_right_bar .nav-link:hover{
    color:#fff;
}
._dh_right_bar .dropdown-toggle::after {
        display: none;
}
 
._dh_right_bar .message .dropdown-menu a, 
._dh_right_bar .notification .dropdown-menu a {
    font-size: 12px;
    color: #585858;
    line-height: 17px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
}

._dh_right_bar .message .dropdown-menu a:hover,
._dh_right_bar .notification .dropdown-menu a:hover {
    color: #000;
}

._dh_right_bar .message .dropdown-menu a:last-child ,
._dh_right_bar .notification .dropdown-menu a:last-child {
    margin-bottom:0px;
    border-bottom: none;
    padding-bottom:00px;
}
._dh_right_bar .message .dropdown-menu,
._dh_right_bar .notification .dropdown-menu {
    border-radius: 0;
    margin-left: -180px;
    padding: 10px 10px;
    max-height: 340px;
    overflow-y: scroll;
    min-width: 250px;
}
._dh_right_bar .notification .dropdown-menu{
    margin-left: -184px;
}
._dh_right_bar .message .dropdown-menu {
    margin-left: -133px;
}
ul.__dsh_leftnav {
    margin: 30px 0 0 !important;
    padding: 0px !important;
}

ul.__dsh_leftnav li {
    margin: 0px  !important;
    padding: 0px  !important;
    list-style: none !important;
    text-align: left;
            border-top: #ccc 1px solid;
        
}
.__dsh_leftnav li a {
    color: #000000;
    padding: 10px 0px;
    display: block;
    border-radius: 0;
    margin-bottom: 1px;
    font-weight: 500;
}


.__dsh_leftnav li a:hover {
      color: #01ccfb; 
}

.__dash_rt_weg {
    background: #fff;
    padding: 0;
    border-left: #ccc 1px solid;
    padding-left: 10px;
}
 .news_d{
     
 }
 
.news_d ul {
    margin: 0px 0 0 !important;
    padding: 0px !important;
}

.news_d ul li {
    margin: 0px  !important;
    padding: 0px  !important;
    list-style: none !important;
}
 
.news_d h3 {
    font-size: 14px;
}
 
.news_d .latest_news_description {
    font-size: 12px;
    max-width: 100%;
}
.news_d  .latest_news_box .news_thum {
    display: none;
}

.news_d .latest_news_box {
  
    -webkit-box-shadow: none;  
    -moz-box-shadow: none;
    box-shadow: none; 
     margin-bottom: 5px;
    padding: 10px 0;
    border: #ccc 1px solid;
}

.news_d .scroll-text {
    height: 580px;
    padding-bottom: 30px;
}
.news_d .all_news {
    position: absolute;
    margin-top: -27px;
    background: #fff;
    width: 89%;
    font-size: 14px;
}

.order_hsm  tbody th,
.order_hsm  tbody td {
    padding: 5px 5px !important;
    font-size: 13px;
}
.ctm_btns {
    padding: 10px;
    width: 100%;
    float: left;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
}
.ctm_btns a {
    background: #f9a01b;
    color: #fff;
    border-radius: 10px;
    padding: 11px 35px;
}

.ctm_btns a:hover {
    background: #f39100;
    color: #fff;
} 
.pagination {
    margin: 0 !important;
    padding: 0 !important;
} 
.pro_pic_box:hover .up_edit {
      opacity: 0; 
      display: none;
} 
.circle_ctm {
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}

.circle_ctm_img_wrap  {
     height: 220px;
    border-radius: 50%;
    overflow: hidden;
    
}

.circle_ctm_img_wrap img {
    width: 100%;
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
}


.circle_ctm_img_wrap img:hover {
    
     max-width:120%;

    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;

    -webkit-transform: scale(1.08);
    transform: scale(1.08);

}

.lst_bk h3 {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    margin-top: 8px;
    text-align: center;
}

.lst_bk h3 a {
    color: #000;
}
 
 
.lst_bk:hover h3 a {
    color: #f9a01b;
}
 
.lst_bk {
    margin-bottom: 15px;
}

.avathar{
    display: none;
}

.avathar-img{
    margin-top:10px;
}

.avathar-img img{
    border: #fff 2px solid;
}
.avathar-img .act{
    border: #f9a01b 2px solid;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 
.sp_top_drop {
    /*text-align: right;*/
    /*font-size: 15px;*/
    /*font-weight: 500;*/
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    padding: 0 30px;
    
}

.sp_box_wrap{
  padding: 0 10px;
}

.sp_box{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom : 10px;
}

.sp_box_inner {
    border: #c4c3bf 1px solid;
    text-align: center;
    float: left;
    width: 100%;
}

._pri {
    background: #F9801B;
    padding: 30px 5px;
    font-size: 45px;
    color: #fff;
     -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}


.sp_box_inner:hover{
    border: #01ccfb 1px solid;
}

.sp_box_inner:hover ._pri {
    
    background: #01ccfb;
     -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    
}
.sp_box_inner .sp_bottom .buynow a {
    
         -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}


.sp_box_inner:hover .sp_bottom .buynow a {
    background: #01ccfb;
         -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
 

.sp_box_inner h2 {
    font-size: 29px;
    font-weight: normal;
    padding: 13px 5px;
    margin: 0;
    color: #000;
}
.sp_dcrp {
    text-align: left;
    padding: 10px;
    min-height: 230px;
}

.sp_dcrp ul li {
    margin-bottom: 10px;
}
 
.sp_dcrp ul {
     padding: 2px 0px 0px 15px !important;
    margin: 2px 0px 0px 10px !important;
}

.sp_bottom{
    float: left;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    display: inline-block;
}

.sp_bottom .buynow {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

 .sp_bottom .buynow a {
    float: none;
    display: inline-block;   
 }


.newsdetails_slider{
    border-radius: 0 !important;
    width: 100% !important;
    margin: 0 auto;
    height: auto !important;
}

.testimonial_modal .modal-dialog{
    max-width: 700px;
}

#preview.inner_crop{
        margin-left: 0;
    display: block;
    border: #ccc 1px solid;
    text-align: center;
    width: 100%;
    padding: 11px;
    background: #f3f3f3;
}

#crop-image{
    border: #ccc 1px solid;
    text-align: center;
    width: 100%;
    padding: 5px;
    background: #f3f3f3;
}


.photobox {
    overflow:hidden; 
    height:200px;
    width:320px; 
    float:left; 
    margin:20px;
}

.inner_pg_blok.news_page img.img-fluid {
    width:100%; 
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
 
}
.inner_pg_blok.news_page img.img-fluid:hover {
    max-width:120%;

    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;

    -webkit-transform: scale(1.08);
    transform: scale(1.08);

}

.img_news_wrp{
    overflow: hidden;
}
.viewcv_create{
  margin-top: 4px !important;
}

.hlbk_text img {
    max-width: 100%;
    height: auto;
}



.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

 
.createcv {
    width: 60%;
    margin: 0 auto;
}


.createcv h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
    border: #f9a01b 1px solid;
    padding: 8px;
}
.createcv .custom-control {
    margin-top: 10px;
}

.createcv label ,
.createcv .custom-control-label {
    font-weight: 500;
}
 
.oldcv_up {
    margin: 15px 0 15px;
    /*max-width: 310px;*/
    /*min-width: 310px;*/
}




.card_rel_wrap .owl-theme .owl-nav [class*='owl-'] {
    background: #fff;
    width: 44px;
    height: 88px;
    font-size: 45px !important;
    -webkit-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.11);
    box-shadow: 0px 3px 13px 1px rgba(0,0,0,0.11);
        color: #000;
}






.createcv h3{
    font-weight: normal;
    font-size: 21px;
    margin: 15px 0 2px;
}
 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f9a01b;
}

.plus_btn_cv_hse {
    background: #6d6e71;
    color: #fff !important;
    font-size: 16px;
    padding: 3px 6px;
    border-radius: 50%;
    float: right;
    text-align: center;
    width: 25px;
    height: 25px;
}
.plus_btn_cv_hse:hover {
     background: #fea013;
     color: #fff;
}


.plus_btn_cv_hse.trash {
    font-size: 14px;
    padding-top: 4px;
}

.plus_btn_cv_hse.trash:hover{
         background: red;
}

.poiuyt{
  
    text-align: right;
    padding: 0;
}
.custom-file-label {
    border-radius: 0;
}
.create_new_cv_btn {
    background: #4caf50;
    padding: 3px 10px;
    color: #fff !important;
    font-size: 12px;
    border: #28a745 1px solid !important;
    border-radius: 5px;
    cursor: pointer;
}

.labbold {
    font-weight: bold;
}
.next_prw_wrap_btn {
    width: 270px;
    /* position: fixed; */
    /* z-index: 100000; */
    height: auto;
    margin: 0 auto;
    /* top: 50%; */
    float: right;
}

.next_prw_wrap_btn a.pg_previous_btn {
        float: left;
}

.new_pwd{
    float: right;
    color: #f9a01b;
    font-size: 13px;
}


.pg_previous_btn {
    float: left;
 
    padding: 9px 7px;
    margin-right: 0px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: #161616;
    background: #ffffff;
    border: #ccc 1px solid;
}

.pg_next_btn {
    float: right;
    padding: 9px 7px;
    margin-right: 0px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: #161616;
    background: #ffffff;
    border: #ccc 1px solid;
}

.pg_next_btn:hover ,
.pg_previous_btn:hover {
    color: #000;
    background: #e8e8e8;
}

 
.xdsdadfsxvcds {
    text-align: center !important;
} 
 
 
.__dash_rt_weg.news_d .all_news {
    position: absolute;
    margin-top: -35px;
    font-size: 14px;
    color: #fff;
    border: #01ccfb 1px solid;
    padding: 6px 25px;
    float: right;
    background: #01ccfb;
    width: 86%;
    text-align: center;
} 
.__dash_rt_weg.news_d .all_news:hover {
    color:#000;
}
 
 
.examresult_ctms td,  
.examresult_ctms th  {
    padding: 6px 13px !important
}

.examresult_ctms td {
    font-size: 14px;
}
.sub_filter_wrap {
    background: #f1f1f1;
    padding: 15px 0 0;
    margin-bottom: 15px;
    border: #e2e2e2 1px solid;
}
 
 
 .ab_box img,
 .ab_description img{
     max-width: 100%;
    height: auto;
 }
 
._newhight{
    margin-top: 3px;
    height: 25px;
    padding: 0;
    margin-bottom: 8px;
    text-align: left;
}
 
 
.preReductionPrice._newhight .line {
    float: none;
    display: inline-block;
}
.preReductionPrice._newhight .offer {
     float: none;
    display: inline-block;
}
 
 
.testimonial_page .col-lg-2.col-md-12.col-sm-12.col-xs-12 .img-fluid {
      width: 98px;
      height: 93px;
      margin-bottom: 10px;
}
 
 
@media (min-width: 768px) {
 	
	.shopping-cart .items .product .info {
        /* padding-top: 25px;*/
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: bold;
		font-size: 22px;
		top: -9px; 
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
		border-left: #ccc 1px solid;
		border-right: #ccc 1px solid;
		padding-top: 10px;
        padding-bottom: 10px;
		
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}
 

@media (max-width: 1199px) {
    .__dash_rt_weg.news_d .all_news {
 
    width: 83%;
    
    }
    .cv_pak_description {
        min-height: 355px;
        max-height: 355px;
        }
    
    
    .ih-item.circle .img {
        width: 100%;
        height: auto;
    }
    .ih-item.circle {
        width: 100%;
        height: auto;
    }
    .ih-item.circle.effect3 .info h3 {
        color: #fff;
        position: relative;
        font-size: 15px;
        margin: 0px 5px 5px;
        padding: 46px 0 0px 0;
        height: auto;
    }
    .ih-item.circle.effect3 .info p {
        color: #fff;
        padding: 1px 5px;
        margin: 0 10px;
        font-size: 12px;
        /*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
    }
    .big_heading .ih-item.circle.effect3 .info h3 {
        font-size: 14px;
    }
    
    .exam_bundle .test_box {
        width: 85%;
         font-size: 15px;
    }
    
  
    .cbtnWrap.cvenhancement_box .add_to_cart a, 
    .cbtnWrap.cvenhancement_box .buynow a {
        background: #6d6e71;
        padding: 12px 5px;
        }
        
    
}

@media (max-width: 991px) {
    .exam_bundle .test_box {
        width: 100%;
        font-size: 14px;
    }
    
    
 
    .pk_box{
        margin-bottom: 25px;
    }
    
    
    
    
    
    
    .__dash_rt_weg {
        background: #fff;
        padding: 0;
        border-left: none;
        padding-left: 0;
    }
    .__dash_rt_weg {
        background: #fff;
        padding: 0;
        border-left: none;
        padding-left: 0;
    }


      .hld_img_slider {
        margin-bottom: 15px;
    }
  
    .all_news {
       margin-top: 15px;
    }
    
    .news_wrap{
        background: #f0f0f0;
        padding: 15px;
 
    }
    
    .__dash_rt_weg.news_d .all_news {
            width: 95.5%;
            padding: 6px 10px;
    }
    

    .inner_banner {
        min-height: inherit;
        padding-top: 45px;
        padding-bottom: 30px;	
         
    }
    .contact_us_bnr{
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
  
    }
    
    .vid_banner {
 
        height: 15vh;
        min-height: 15rem;
 
    }
    
    
	.sp_box {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 10px;
	}
	
    .guiderelocation_slider {
        width: 100%;
    }
    .hlbk_img {
        max-height: initial;
    }
    .cv_pak_description {
        min-height: auto;
        max-height: initial;
    }

    .question_text, 
     .options_text {
 
        padding-left: 30px;
    }
   .answer__result_anr {
        text-align: left;
        margin-bottom: 15px;
        padding-left: 15px;
    }

     .cart_right_padding {
        padding-right: 15px;
    }
    .summary_left_padd {
        padding-left: 15px;
    }

    .topinfo_1 {
        width: 100%;
        text-align: center;
    }
    .topbar {
        height: auto;
    }
    .header {
        position: relative;
        top: 0;
    }
    .top_social {
        float: right;
        margin-left: 15px;
        margin-top: 5px;
    }
    .google_trnm {
        margin-top: 5px;
        float: left;
        margin-left: 0;
    }
    .navbar-collapse {
        width: 220px;
        background: rgb(255, 255, 255);
        float: left;
        position: absolute;
        top: 37px;
        right: 0px;
        margin: 0px;
        -webkit-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.11);
        z-index: 9999;
    }
    .menu_wrap {
        font-size: 15px;
        margin: 10px 0 0 0;
        text-transform: none;
    }
    .menu_wrap ul li a {
        padding: 10px 15px !important;
    }
    .srv_box_wrap {
        width: 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .ih-item.circle.effect3 .info h3 {
        margin: 18px 5px 5px;
    }
    .srv_box_wrap {
        margin-bottom: 15px;
    }
    .news_testimonials_wrap {
        background: #fba01c;
        padding: 0px 0 25px;
    }
    .testimonials {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .testimonials .carousel .testimonial {
        margin-top: 10px;
    }
  
    .scroll-text {
        height: 375px;
    }
    .hlbk_text {
        padding-top: 15px;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 75px;
    }
    .view_details_btn {
        text-align: center;
    }
    .view_details_btn a {
        float: none;
        padding: 11px 25px 8px;
        width: 70%;
        display: inline-block;
    }
    .apply_now_btn a {
        padding: 9px 19px 9px;
        font-size: 14px;
    }
        
    .job_wrap_blk_inner h6 {
        font-size: 14px;
    }
    
    .qs_box {
        padding: 5px;
        text-align: center;
        color: #fff;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .ques_desc {
        min-height: inherit;
    }
    .ques_desc_third {
         min-height: inherit;
    }
    
    .crr {
        border-bottom: #f9a01b 2px solid;
        border-top: #f9a01b 2px solid;
        border-left: none;
        border-right:none;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .testimonials .carousel .media {
        height: 95px;
    }
    .testimonials .carousel-indicators {
        bottom: -60px
    }
    .tetsm_bottom {
        position: relative;
    }
    .menu_wrap .navbar-nav .dropdown-menu {
        width: 270px;
    }
 
}

@media (max-width: 767px) {
    
    
    .cvenhancement_banner .carousel .carousel-item {
       
        width: 160px;
        height: 160px;
    }
    
    
    
    
    
    
    
    .latest_news_box {
       height: 200px;
    }


    .breadcrumb {
        font-size: 12px;
    }
    .breadcrumb-item.active {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 87%;
    }

    .dataTables_wrapper.dt-bootstrap4 .col-sm-12.col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        
    }
    .dataTables_wrapper.dt-bootstrap4 .col-sm-12.col-md-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        
    }
    
    .tc_scroll {
        padding-bottom: 10px;
        
        float: left;
        width: 100%;
        min-height: 55px;
    }
    
    .inner_pg_blok_wrap.special_package_details p{
            text-align: justify;
    }
    
    .ab_bt_logo {
         text-align: center;
        margin-bottom: 15px;
    }   
    .wlc h1 {
       
        font-size: 110%;
    }
    
    .read_more {
        font-size: 12px;
    }
    .topddealsl_wrap {
        padding: 10px 0 15px;
    }
    .wlc p {
           text-align: justify;
           font-size: 12px;
           line-height: 15px;
    }

    .__dash_rt_weg.news_d .all_news {
          width: 100%;
          position: relative;
          margin-top: 20px;
    }
    .__dash_rt_weg.news_d .scroll-text ul li {
         height: auto;
      
     }
     .news_d .latest_news_box{
         padding: 10px;
     }
     
	.forgot_a {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    
    .social_login_wrap {
         margin: 40px 0 20px;
    }
    .already_apply a {
   
           float: left !important;
    }
     
    .shopping-cart .items .product .info .price {
        padding-top: 0;
    }
    .more_details_wrap h6 {
        text-align: center;
    }
    .shopping-cart .items .product .info {
        text-align: center !important;
    }
    
    .main_menu ul li a.dropdown-item {
         font-size: 12px;
    }
    .shopping-cart .summary{
        border-top: 2px solid #f9a01b;
        border-left: none;
        margin-top: -1px;
    }
    .tils {
        display: none;
    }
    .summary .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .exam_inner_wrap {
            padding-top: 30px;
            padding-bottom: 25px;
        }
    .result_wrap {
        padding: 25px 10px;
        width: 100%;
    }
        .exam_inner_wrap h4 {
    font-size: 16px;
        }
  .result_page .button {
        padding: 20px 0;
    }  
    .exam_footer {
 
    position: relative;
    }
    
     .result_wrap h1 {
        font-size: 32px;
       
    }
    .resulte_box {
        width:96%;
        font-size: 13px;
    }
    .result_wrap h4 {
        font-size: 14px;
    }
  
    .result_wrap h3 {
        padding: 10px 0 0;
        font-size: 15px;
    }
    
    .shopping-cart .items .product .info .price span{
        width: 100%;
        float: left; 
    } 
    .shopping-cart .items .product {
        border-bottom: #ccc 1px solid;
    }
    .cart_trash_ctn_bnt {
        float: none;
        padding: 1px 5px;
        margin: 10px;
       
        border-radius: 3px;
    }
    
    .logo {
        width: 215px;
    }
    .log_rgi {
        padding-top: 20px;
        float: left;
    }
    .top_action {
        margin-left: 7px;
    }
    .main_menu {
        padding-top: 0px;
    }
    .topbar {
        font-size: 11px;
    }
    .srv_box_wrap h2 {
        font-size: 15px;
    }
    .srv_box_wrap {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .scroll-text {
        height: 325px;
    }
    ._blok_left ,
    ._blok_right {
        width: 100%;
    }
    .apply_now_btn a {
        margin-top: 10px;
        float: left;
    }
    .job_wrap_blk{
        padding-left: 10px;
        padding-right: 10px;

    }
    .job_wrap_blk_inner {
        margin-top: 15px;
        width: 33.333%;
        float: left;
        padding: 0 5px;
    }
    .job_wrap_blk_inner h6 {
        font-size: 14px;
    }
    
    .qs_box {
        padding: 5px;
        text-align: center;
        color: #fff;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
      
        width: 100%;
    }
    
    .dataTables_wrapper .dataTables_filter label,
    .dataTables_wrapper .dataTables_length  label {
        width: 100%;
    }
    
    .countdowncontainer{
         font-size: 14px;
    }
    
    .user_exam {
      font-size: 17px;
    }
    
    .exam_inner_wrap h2 {
            font-size: 18px;
    }
    .user_exam {
         margin: 0 0px 80px 0;
    }
    
    .quit_exam {
        margin-top: -100px;
    }
    
    
    
    
    
}

@media (max-width: 576px) {
.ih-item.circle.effect3.bottom_to_top .info {
    display:none;
}
.ab_box {
    min-height: 0px;
}
          
    .testimonial {
        /* height: 150px; */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
    }
          
      
      
      
   .modal-header .close {
    
    right: 23px;
    
    
 
    margin-top: -9px;
}
   
    .btn_start {
        min-width: 100px;
        text-align: center;
        width: 100%;
        margin: 0px;
        margin-top: 5px;
    }
    .exam_bundle .test_box {
        width: 100%;
        font-size: 14px;
        float: left;
        text-align: center;
        padding: 5px;
        
    }
     
     
     
     
  .dataTables_wrapper.dt-bootstrap4 .col-sm-12.col-md-6{
        -ms-flex: 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        
    }
    .dataTables_length {
          width: 100px !important;
        margin: 0 auto;
    }
    
    .sp_top_drop{
        text-align: left;
    }
    
    .training_courses {
        font-size: 14px;
    }
    
    .circle_ctm_img_wrap img {
         width: 220px;
    }
    .add_to_cart a, 
    .buynow a{
        padding: 12px 5px;
        min-width: 130px;
    }
    
    .ctm_btns a {
        padding: 11px 5px;
        width: 100%;
        float: left;
    }
  
    .logo {
 
        margin: 0 auto;
        float: none;
    }
    .top_action a {
        margin-top: 5px;
        display: block;
    }
    .log_rgi {
        margin-left: 0;
    }
    .navbar-toggler {
          font-size: 15px;
        margin-bottom: 8px;
    }
 
    .testimonials .carousel .testimonial::before {
        width: 39px;
        height: 31px;
        
        background: url(../images/qt.png) no-repeat center center  ; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .testimonial {
        padding-left: 55px !important;
    }
  
	.sp_box {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
    .cont {
        border-left: none;
        padding-left: 5px !important;
    }
    .bundle_sty {
        min-width: 150px;
    }
    
    .srv_box_wrap {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ih-item.circle.effect3 .info h3 {
        margin: 88px 5px 5px;
    }
    
    .topbar .mail {
        margin-left: 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .srv_box_wrap {
        margin-bottom: 60px;
        margin-top: 0%;
        margin-bottom:0%;
    }
    .ih-item.circle .img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    }
    .info {
        padding-top: 30%;
    }
    .top_social {
        margin-left: 0px;
    }
    .top_social img {
        width: 20px;
    }
    .logo {
        width: 155px;
    }
    .log_rgi {
        padding-top: 10px;
    }
    .menu_wrap {
        font-size: 15px;
        margin: 3px 0 0 0;
    }
    .login_upwrap {
        font-size: 13px;
    }
    .latest_news_box .news_thum {
        max-width: 25%;
    }
    .latest_news_description {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
    .latest_news_description h3 {
        font-size: 15px;
        min-height: inherit;
    }
    .scroll-text {
        height: 437px;
    }
 
    .job_wrap_blk_inner {
        margin-top: 10px;
        width: 100%;
        float: left;
        padding:0px;
    }
    .job_wrap_blk_inner img{
        width: 100%;
    }
    .job_wrap_blk {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer ul li {
        margin: 0px 0 0;
    }
    
}

@media (max-width: 510px) {
    .inner_pg_blok_wrap .carousel-inner {
 
    height: 290px;
    width: 290px;
    }
    
    
}

@media (max-width: 500px) {}

@media (max-width: 430px) {}

@media (max-width: 400px) {}


/* .fa-whatsapp:before {
    color: #29a628;
    font-size: 44px;
} */