
@font-face {
  font-family: Segoe_ibold;
  src: url(../font/Segoe UI Bold Italic.ttf);
}

@font-face {
  font-family: Segoe_bold;
  src: url(../font/Segoe_UI_Bold.ttf);
}

@font-face {
  font-family: Segoe_italic;
  src: url(../font/Segoe UI Italic.ttf);
}
@font-face {
  font-family: Segoe;
  src: url(../font/Segoe_UI.ttf);
}

@font-face {
  font-family: sansserifflf-demibold;
  src: url(../font/SansSerifFLF/sansserifflf-demibold.otf);
}

@font-face {
  font-family: sansserifflf;
  src: url(../font/SansSerifFLF/sansserifflf.otf);
}


body
{
	font-size: 14px;
	font-family: Segoe;
	color: #494E57;
    overflow-x: hidden;
}
.padder {
    padding: 0;
}

.btn_menu {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 40px;
    outline: none !important;
    box-shadow: none !important;
    line-height: 24px;
    padding: 6px 30px;
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 4px 20px;
    /* background: rgb(48,145,227); */
    /* background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%); */
    background-clip: padding-box;
    border: 2px solid rgba(131,45,172,1);
    color: rgba(131,45,172,1) !important;
}


.title_block {
    display: block;
    position: relative;
    padding: 20px 0 50px;
}
a
{
    text-decoration: none !important;
}
a:hover
{
    text-decoration: none !important;
}

.title_block h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .5px;
    margin: 0;
}

.row_justify {
    align-items: center;
    justify-content: center;
}

.marger
{
	margin: 0;
}

.dropdown-toggle::after
{
    display: none;
}
 
























/*-----------------------------  header-menu  ----------------*/
/*-----------------------------  header-menu  ----------------*/


.header-menu {
    display: block;
    width: 100%;
    position: relative; 
    background: transparent;
    padding: 14px 0;
}

.header-menu .navbar {
    background: transparent !important;
}
.header-menu .navbar .navbar-brand { 
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #494E57;
}

.header-menu .navbar .navbar-brand img {
    width: 40px;
}

.header-menu .navbar .navbar-brand .user_name {
    font-size: 14px;
    margin-left: 6px;
    text-transform: capitalize;
    font-weight: 600;
    color: white;
    color: #494E57;
}

.header-menu .navbar .navbar-brand .main_logo {
    display: block;
}

.header-menu .navbar .navbar-brand .main_logo1 {
    display: none;
}
.header-menu .navbar .navbar-brand i {
    /* background: rgb(48,145,227); */
    background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%);
    background-clip: padding-box;
    color: rgba(131,45,172,1);
    font-size: 60px;
    background: -webkit-linear-gradient(rgba(48,145,227,1), rgba(174,45,164,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.header-menu .navbar  .navbar-nav {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.header-menu .navbar .navbar-nav .nav-item {
    display: inline-block;
    padding: 0px 14px;
}

.header-menu .navbar .navbar-nav .nav-item .nav-link {
    color: #494E57;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    color: white;
    border-radius: 0px;
    color: #494E57;
    padding: 8px 0px;
}
.header-menu .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #494E57;
    background: white;
    color: #494E57;
    background: white;
}



.header-menu .navbar .navbar-nav .nav-item.active .nav-link {
    color: #942DA9;
    border-bottom: 2px solid #942DA9;
}
/*.header-menu .navbar .navbar-nav .nav-item:last-child {
    float: right;
}

.header-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
}*/

.header-menu .navbar .navbar-nav .nav-item .nav-link_button {
    color: white;
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 6px 20px;
}

.header-menu .navbar .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0;
    z-index: 9999999;
}

.header-menu .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}


.header-menu .navbar .navbar-nav.Clinic_menu {
    display: block;
    padding: 0 0 10px;
}

.header-menu .navbar .navbar-nav.Clinic_menu .nav-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu .navbar .navbar-nav.Clinic_menu .nav-item .img_location {
    max-width: 20px;
    margin-right: 10px;
}
.header-menu .navbar .navbar-nav.Clinic_menu .nav-item .nav-link_button {
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 4px 20px;
    /* background: rgb(48,145,227); */
    /* background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%); */
    background-clip: padding-box;
    border: 2px solid rgba(131,45,172,1);
    color: rgba(131,45,172,1);
}


.navbar-expand-md .navbar-collapse {
    flex-direction: column;
}



.bottom_header {
    background: rgb(48,145,227);
    background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%);
    background-clip: padding-box;
    color: white;
}

.bottom_header  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-direction: revert;
}

.bottom_header .navbar-nav .nav-item {
    display: block;
}

.bottom_header .navbar-nav .nav-item .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
    letter-spacing: .5px;
}


/*-----------------------------  header-menu  ----------------*/
/*-----------------------------  header-menu  ----------------*/












/*-----------------------------  inde page  ----------------*/
/*-----------------------------  inde page  ----------------*/ 

/*.img_headerblock {
    position: absolute;
    top: -30px;
    right: -40px;
    width: 500px;
}
.img_headerblock img {
    width: 100%;
    height: auto;
}
*/

.index_banner-block {
    display: block;
    width: 100%;
    position: relative;
    background: #E6E6E6;
    padding: 0px 0 0;
}

.index_banner-block .img_block {
    position: absolute;
    top: -20px;
    right: -30px;
}

.index_banner-block .img_block img {
    width: 540px;
}
 
.index_banner-block .text_info_block {    
    display: block;
    max-width: 550px;
    padding: 20px 80px 20px;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 400px;
    color: white;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin: 0px;
}

.index_banner-block .text_info_block h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
}
.index_banner-block .text_info_block p {
    font-size: 16px;
    font-weight: 350;
}
 
 
.index_banner-block .imgbox-block {
    display: block;
    max-width: 100%;
}
 .index_banner-block .imgbox-block img {
    max-width: 400px;
}

.index_banner-block .text_info_block .btn_menu {
    background: white;
    color: #AE2DA4 !important;
    font-size: 14px;
    padding: 6px 14px;
}
 




  .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
 
.fade-carousel {
    position: relative;
    height: auto;
}
.fade-carousel .carousel-inner .item {
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    padding: 30px 0 0px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s;    
}
 




.testimonial_main_block .item_block {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
}

.testimonial_main_block .item_block .imgbox_block {
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonial_main_block .item_block .imgbox_block img {
    width: 100%;
    height: 100%;
}

.testimonial_main_block .item_block .imgbox_block .overlay_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 7%);
    background: rgb(255 255 255 / 14%);
}

.testimonial_main_block .item_block .imgbox_block .overlay_block .play {
    color: white;
    font-size: 60px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 25%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}






.testimonial_main_block {
    display: block;
    position: relative;
    padding: 30px 0;
    text-align: center;
}


.title_block {
    display: block;
    padding: 20px 0 30px;
    position: relative;
    z-index: 99999;
}

.title_block h2 {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 26px;
    letter-spacing: .5px;
    margin: 0;
    text-align: center;
}

.testimonial_main_block .item_block {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
}

.testimonial_main_block .title_block {
    text-align: left;
}

.testimonial_main_block .title_block h2 {
    text-align: left !important;
    color: #942DA9;
    display: inline-block;
    border-bottom: 2px solid #942DA9;
    padding: 0 0 9px;
    font-size: 22px;
    letter-spacing: .5px;
}
.modal {
    z-index: 9999999;
}

 

.testimonial_main_block .item_block .imgbox_block {
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonial_main_block .item_block .imgbox_block img {
    width: 100%;
    height: 100%;
}

.testimonial_main_block .item_block .imgbox_block .overlay_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 7%);
    background: rgb(255 255 255 / 14%);
}

.testimonial_main_block .item_block .imgbox_block .overlay_block .play {
    color: white;
    font-size: 60px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 25%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    outline: none !important;
}

.visit_block {
    display: block;
    padding: 60px 0;
    position: relative; 
}

.row_justify {
    align-items: center;
    justify-content: center;
}

.visit_block .title_block {
    display: block; 
}
.visit_block .title_block h2 {
    font-weight: 900;
    font-family: Segoe_bold;
}

.visit_block p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 15px;
    font-weight: 500;
}

.visit_block  .btn_menu {
    padding: 6px 20px;
    text-transform: capitalize;
    line-height: 26px;
    text-align: center;
}




.vedio_model_block {
    display: block;
    width: 900px;
    max-width: 900px;
    background: #3E4442;
}

.vedio_model_block .modal-content {
    background: #3E4442;
    border: 1px solid #3E4442;
    border-radius: 0;
}

.vedio_model_block .modal-content .modal-header {
    padding: 0;
    border: 0;
}

.vedio_model_block .modal-content .modal-header  .close {
    position: absolute;
    right: -20px;
    top: -20px;
    background: white;
    opacity: 1;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
}
 
.vedio_model_block .modal-content .modal-body {
    padding: 10px;

}

.vedio_model_block .modal-content .modal-body iframe {
    width: 100%;
    height: 100%;
}









.index_help_block
{
	display: block;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 20px 0;
}

.index_help_block .text_block {
    text-align: center;
    display: block;
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 40px;
}

.index_help_block .text_block .title_block {
    display: block;
    padding: 0px 0px 10px;
}

.index_help_block .text_block .title_block h2 {
    font-size: 33px;
    line-height: 46px;
}

.index_help_block .text_block .btn_menu {
    background: white;
    color: #494E57 !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 6px 20px;
}





.index_ourhelp_block
{
    display: block;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 0;
    text-align: center;
}
.index_ourhelp_block .title_block {
    text-align: center;
}
.index_ourhelp_block h2 {
    color: #002D68;
    max-width: 550px;
    margin: 0 auto;
}
.index_ourhelp_block .btn_menu {
    margin: 0 auto;
}




.features_dashblock {
    display: block;
    padding: 30px 0;
}

.features_dashblock .features_list_block {
    display: block;
    list-style: none;
    padding: 0;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}

.features_dashblock .features_list_block  .nav-itmes {
    width: 20%;
    float: left;
}

.features_dashblock .features_list_block .nav-itmes .item_block {
    background: #3E7FDA;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
    position: relative;
    padding: 20px 20px;
    min-height: 230px;
}

.features_dashblock .features_list_block .nav-itmes .item_block1 {
    background: #AE2DA4;
    transition: .5s;
}

.features_dashblock .features_list_block .nav-itmes .item_block:before
{
    content: "";
    width: 102%;
    height: 14px;
    background: white;
    position: absolute;
    top: -10px;
    left: 0;
    transition: .5s;
    transform: rotateZ(2deg);
    background: red;
    background: white;
}

.features_dashblock .features_list_block .nav-itmes .item_block1:before {
    content: "";
    transform: rotateZ(-2deg);
}

.features_dashblock .features_list_block .nav-itmes .item_block .icon_block {
    margin: 0 0 20px;
    min-height: 75px;
}

.features_dashblock .features_list_block .nav-itmes .item_block .icon_block i {
    font-size: 50px;
    color: white;
    margin: 0 0 20px;
}

.features_dashblock .features_list_block .nav-itmes .item_block .icon_block svg {
    width: 60px;
}

.features_dashblock .features_list_block .nav-itmes .item_block .info_block {
    display: block;
    color: white;
    font-weight: 500;
    letter-spacing: .2px;
    font-size: 15px;
    line-height: 24ppx;
}


.features_dashblock .btn_blocks {
    padding: 20px 0 20px;
}

.features_dashblock .btn_blocks .btn_menu {
    border-radius: 4px;
    padding: 8px 8px;
    font-weight: 800;
}

.features_dashblock .btn_blocks .btn_menu i {
    font-weight: 800;
    font-size: 18px;
}







/*-----------------------------  inde page  ----------------*/
/*-----------------------------  inde page  ----------------*/






/*-----------------------------  footer_block page  ----------------*/
/*-----------------------------  footer_block page  ----------------*/



.footer_block {
    display: block;
    background: #494E57;
    padding: 30px 0px;
    color: white;
    border-bottom: 0px solid #7f6cbe;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.footer_block h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .5px;
    margin: 0 0 20px;
}

.footer_block p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer_block p a {
    color: white;
}

.footer_block .map_block {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 280px;
}

.footer_block .map_block iframe {
    width: 100%;
    height: 100%;
}

.footer_block .links_block {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_block .links_block .nav-item {
    display: block;
}

.footer_block .links_block .nav-item .nav-link {
    color: white;
    font-weight: 600; 
    font-size: 14px;
    padding: 6px 10px;
    text-transform: uppercase;
}


.footer_block .event_galler_block {
    display: block;
}

.footer_block .event_galler_block .items_block {
    display: block;
    position: relative;
    border-bottom: 0px solid rgb(255 255 255);
    padding: 5px 0;    
    margin: 0 0 12px;
    padding-left: 60px;

}

.footer_block .event_galler_block .items_block .img_block {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 0px;
    background: white;
    border-radius: 0px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.footer_block .event_galler_block .items_block .img_block img {
    width: 100%;
    height: 100%;
}

.footer_block .event_galler_block .items_block .text {
    font-size: 16px; 
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin: 0;
    line-height: normal;
    color: white;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0;
}

.footer_block .event_galler_block .items_block .times {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin: 0;
    line-height: 24px;
    color: white;
    font-weight: 300;
    letter-spacing: .5px;
    color: rgb(233 236 239 / 53%);
    font-style: italic;
}







.footer_main_block .contact_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_main_block .contact_list li {
    display: block;
    position: relative;
    margin: 0 0 17px;
    padding-left: 45px;
}

.footer_main_block .contact_list li i {
    width: 28px;
    height: 28px;
    background: #72DBD4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_main_block .contact_list p {
    font-size: 16px;
    line-height: 25px;
}


.footer_main_block .map_block {
    display: block;
    height: 240px;
    padding: 0;
}

 

.footer_bottom-block {
    background: #494E57;
    color: white;
    text-align: center;
}

.footer_bottom-block p {
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
}

.footer_bottom-block p> a {
    color: #72DBD4;
}


/*-----------------------------  footer_block page  ----------------*/
/*-----------------------------  footer_block page  ----------------*/







/*-----------------------------  drvideo_main_block page  ----------------*/
/*-----------------------------  drvideo_main_block page  ----------------*/

 

.drvideo_main_block {
    display: block;
}

.drvideo_main_block .video_block {
    display: block;
    width: 100%;
    height: 450px;
}

.drvideo_main_block .video_block iframe {
    width: 100%;
    height: 100%;
}

.drvideo_main_block p {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 28px;
}

.text_block {
    background-color: #AE2DA4;
    color: #fff;
    border-radius: 5px;
    /* padding: 1px 10px; */
    margin-top: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/*-----------------------------  drvideo_main_block page  ----------------*/
/*-----------------------------  drvideo_main_block page  ----------------*/




/*-----------------------------  Watch Systom page   ----------------*/
/*-----------------------------  Watch Systom page   ----------------*/

.wsymptom_main_block 
{
	display: block;
	position: relative;
}

.wsymptom_main_block  .wsy_title {
    background-size: 100% !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    padding: 20px 20px 30px;
    margin: 0 0 30px;
}

.wsymptom_main_block .wsy_title h2 {
    font-size: 30px;
    text-align: center;
    background: -webkit-linear-gradient(#5168CC, #AA2DA4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.wsymptom_main_block .tab_menu_block {
    display: block;
    position: relative; 
}

.wsymptom_main_block .tab_menu_block .nav {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #494E57;
    overflow: hidden;
    background: white;
    border-bottom: 3px solid #494e57;
    overflow: hidden;
    transition: border 250ms ease;
    padding-left: 48px;
    padding-left: 37px;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item {
    display: block;
    /* flex-grow: 1; */
    overflow: unset;
    position: relative;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link {
    display: block;
    float: left;
    padding: 8px 30px 8px;
    background-color: #FFF;
    margin-right: 46px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #777;
    text-transform: uppercase;
    transition: all 250ms ease;
    background: #E8ECEF;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 26px;
}
.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link .text {
    display: block;
    text-align: center;
    /* transform: skewX(-40deg); */
}
.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:before, .wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:after {
    content: "";
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 44px;
    background-color: #FFF;
    transition: all 250ms ease;
    background: #E8ECEF;
}
.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:before {
    content: "";
    right: -24px;
    transform: skew(30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
    border-radius: 0 8px 0 0;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:after {
    content: "";
    left: -24px;
    transform: skew(-30deg, 0deg);
    box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
    border-radius: 8px 0 0 0;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link.active {
    background: #494e57;
    color: white;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link.active:after, .wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link.active:before {
    content: "";
    background: #494e57;
}



.wsymptom_main_block .tab_menu_block .tab-content {border: 1px solid rgb(73 78 87 / 14%);
    padding: 30px 30px;
    display: block;
    position: relative;
    margin: 10px 0 30px;
}


.wsymptom_main_block .tab_menu_block .tabinfo_first_block {
    display: block;
    padding: 20px 20px;
    text-align: center;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .log_block {
    display: block;
    margin: 0 0 20px;
    text-align: center;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .log_block img {
    width: 130px;
}


.wsymptom_main_block .tab_menu_block .tabinfo_first_block .log_block i {
    /* background: rgb(48,145,227); */
    background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%);
    background-clip: padding-box;
    color: rgba(131,45,172,1);
    font-size: 75px;
    background: -webkit-linear-gradient(rgba(48,145,227,1), rgba(174,45,164,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
}


.wsymptom_main_block .tab_menu_block .tabinfo_first_block h2 {
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    font-family: Segoe_bold;
    margin: 0 0 10px;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 800;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group  .text_block {
    max-width: 80px;
    margin: 0 auto;
    height: 44px;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 16px;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group .btn_block {
    margin: 30px 0 0;
    display: block;
}




 



.wsymptom_main_block .tab_menu_block .tabinfo_first_block .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding: 8px 25px;
    max-width: 100%;
    margin: 0 auto;
    height: 44px;
    outline: none !important;
    box-shadow: 0px 0px 6px 0px rgb(73 78 87 / 39%);
    font-weight: 500 !important;
}
.wsymptom_main_block .tab_menu_block .tabinfo_first_block .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: #E4E4E4;
    border: rgb(173 181 189 / 50%) solid 1px;
    border-radius: 4px !important;
}


.wsymptom_main_block .tab_menu_block .tabinfo_first_block .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #AE2DA4;
    background-color: #AE2DA4;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group label .text {
    display: block;
    position: relative;
}

.wsymptom_main_block .tab_menu_block .tabinfo_first_block .custom-control-input:checked~.custom-control-label .text {
    color: white;
}









.wsymptom_main_block .tab_menu_block .tabinfo_first_block .form-group .btn_block .btn_menu {
    padding: 10px 30px;
    min-width: 200px;
    text-transform: capitalize;
    font-size: 18px;
}

.tabinfo_secound_block {
    display: block;
}

.tabinfo_secound_block .form_group {
    display: block;
    margin: 0 0 15px;
}

.tabinfo_secound_block .form_group label {
    font-size: 18px;
    text-align: left;
    display: block;
    text-transform: capitalize;
    font-weight: 900;
}

.tabinfo_secound_block .form_group .form-control {
    background-color: white;
    border: 1px solid #ddd !important;
    height: 45px;
    border-radius: 8px;
    outline: none !important;
    box-shadow: 0px 0px 6px 0px rgb(73 78 87 / 33%);
}

.tabinfo_secound_block .comment_box {
    margin: 30px 0 0;
    background: #F4F4F4;
    width: 100%;
    height: 160px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px hsl(219deg 9% 31% / 23%);
}

.tabinfo_secound_block .imgbox_block {
    display: block;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 70px;
}

.tabinfo_secound_block .imgbox_block .img_block {
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto;
    display: block;
    border: 1px solid rgb(204 204 204 / 41%);
    border-radius: 100%;
}

.tabinfo_secound_block .imgbox_block .img_block img {
    width: 100%;
    height: 100%;
}

.tabinfo_secound_block .imgbox_block .img_block .hover_heart
{
    color: red;
    font-size: 40px;
    position: absolute;
    top: 80px;
    right: 100px;
    transition: .5s;
    transform: scale(0);    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.tabinfo_secound_block .imgbox_block .icon_menu_block {
    display: block;
}

.tabinfo_secound_block .imgbox_block .icon_menu_block .lins {
    display: block;
}

.tabinfo_secound_block .imgbox_block .icon_menu_block .lins img {
    width: 36px;
    margin: 0 0 18px;
    border: 1px solid #494E57;
    padding: 4px;
    border-radius: 4px;
}

.tabinfo_secound_block .imgbox_block .img_block .hover_heart span {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    color: #7f6cbe;
    color: #494E57;
}
/*.tabinfo_secound_block .imgbox_block .img_block:hover .hover_heart {
    transform: scale(1.2);
}*/




.tabinfo_secound_block .border_bloock {
    display: flex;
    margin-top: 40px; 
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding-top: 20px;
}

.tabinfo_secound_block .btn_div {
    display: block;
}
 

.tabinfo_secound_block .btn_div .btn_back {
    background: transparent;
    border: 1px solid #BDBDBD;
    color: #494E57 !important;
    text-transform: capitalize;
    font-size: 16px;
}

.tabinfo_secound_block .btn_div .btn_back i {
    margin-right: 20px;
}




.symptoms_lsit_block {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 28%);
    z-index: 9999999;
}

.symptoms_lsit_block .over_lay_block {
    background: rgb(255 255 255 / 98%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(23px);
}

.symptoms_lsit_block .inner_block {
    display: block;
    width: 420px;
    background: white;
    height: 100%;
    padding: 0;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 18%);
    overflow: auto;
    position: relative;
    z-index: 99;
}

.symptoms_lsit_block .inner_block .item_block {
    display: block;
    width: 100%;
}

.symptoms_lsit_block .inner_block .item_block .title_block {
    display: block;
}

.symptoms_lsit_block .inner_block .item_block .title_block h2 {
    text-align: center;
    text-transform: capitalize;
}

.symptoms_lsit_block .inner_block .item_block .title_block  .close_menu {
    position: absolute;
    top: 24px;
    right: 12px;
    font-weight: 200;
    color: black;
    font-size: 22px;
    line-height: 24px;
    outline: none !important;
    box-shadow: none !important;
}

.symptoms_lsit_block .inner_block .item_block .search_block {
    background: #E6E6E6;
    padding: 10px 20px;
}

.symptoms_lsit_block .inner_block .item_block .search_block .input-group {
    background: white;
    border: 1px solid #C8C8C8;
    display: flex;
    height: 44px;
    border-radius: 40px;
    flex-wrap: unset;
}

.symptoms_lsit_block .inner_block .item_block .search_block .input-group .input-group-prepend {
    height: 100%;
    vertical-align: middle;
    line-height: 36px;
    padding: 0;
}

.symptoms_lsit_block .inner_block .item_block .search_block .input-group .input-group-prepend .input-group-text {
    font-size: 16px;
    height: 100%;
    background: transparent;
    border: 0 !important;
    outline: none !important;
    border-radius: 20px;
    padding: 0 10px;
    color: #AFAFAF;
}

 

.symptoms_lsit_block .inner_block .item_block .search_block .input-group  .form-control {
    height: 100%;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 40px !important;
}







.symptoms_lsit_block .inner_block .item_block .nav {
    width: 100%;
}

.symptoms_lsit_block .inner_block .item_block .nav .nav-item {
    width: 50%;
}

.symptoms_lsit_block .inner_block .item_block .nav .nav-item .nav-link {
    color: #494E57;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 800;
    padding: 10px 6px;
    border-radius: 0;
}

.symptoms_lsit_block .inner_block .item_block .nav-pills .nav-link.active, .symptoms_lsit_block .inner_block .item_block .nav-pills .show>.nav-link {
    color: #494E57;
    background: transparent !important;
    border-bottom: 2px solid #494E57;
}








.symptoms_lsit_block .inner_block .item_block .listing_block {
    display: block;
    padding: 16px 20px;
}

.symptoms_lsit_block .inner_block .item_block .listing_block .custom-control {
    display: block;
}

.symptoms_lsit_block .inner_block .item_block .listing_block .custom-control  .custom-control-label {
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px;
}




.symptoms_lsit_block .inner_block::-webkit-scrollbar {
  width: 4px;
}
.symptoms_lsit_block .inner_block::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.symptoms_lsit_block .inner_block::-webkit-scrollbar-thumb {
  background: #888; 
}
.symptoms_lsit_block .inner_block::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
















.wsymptom_main_block .tab_menu_block .tabinfo_secound_block {
    display: block;
}


.wsymptom_main_block .tab_menu_block .tabinfo_secound_block h2 {
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    font-family: Segoe_bold;
    margin: 0 0 10px;
    background: -webkit-linear-gradient(#5168CC, #AA2DA4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.wsymptom_main_block .tab_menu_block .tabinfo_secound_block .custom-control.custom-checkbox {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    margin: 0 0 12px;
    font-weight: 600;
}

.wsymptom_main_block .tab_menu_block .tabinfo_secound_block .custom-control.custom-radio {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    margin: 0 0 12px;
    font-weight: 600;
} 

.wsymptom_main_block .tab_menu_block .tabinfo_secound_block .doc_msg {
    text-align: center;
    display: block;
}

.wsymptom_main_block .tab_menu_block .tabinfo_secound_block .doc_msg label {
    display: block;
    text-align: center;
    font-size: 20px;
}


.tabinfo_secound_block .btn_div .btn_menu {
    background: #AE2DA4;
    color: white !important;
    border: 2px solid #AE2DA4;
}










.symptom_infromation_block {
    display: block;
    position: relative;
}

.symptom_infromation_block .info {
    display: block;
    text-align: center;
    padding: 10px 30px;
    margin: 0 0 30px;
}

.symptom_infromation_block .info p {
    font-size: 15px;
    line-height: 28px;
    padding: 0 70px;
}

.symptom_infromation_block .w_item_block {
    display: block;
    position: relative;
    padding: 0 0 10px;
    padding-left: 155px;
    margin: 0 0 30px;
    overflow: hidden;
}

.symptom_infromation_block .w_item_block .imgbox_block {
    width: 150px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
}

.symptom_infromation_block .w_item_block .imgbox_block img {
    width: 100%;
    height: 100%;
}

.symptom_infromation_block .w_item_block .detail-block {
    display: block;
    text-align: right;
}

.symptom_infromation_block .w_item_block .detail-block p {
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.symptom_infromation_block .w_item_block .detail-block .btn_info {
    border: 2px solid #4BC3D3;
    color: #4BC3D3;
    text-transform: capitalize;
    font-weight: 400;
    padding: 2px 12px;
    outline: none !important;
    box-shadow: none !important;
}



















/*-----------------------------  Watch Systom page   ----------------*/
/*-----------------------------  Watch Systom page   ----------------*/

/*-----------------------------  event_block page   ----------------*/
/*-----------------------------  event_block page   ----------------*/



.event_block {
    display: block;
    position: relative;
    padding: 30px 0;
}
.event_block .title_block h2 {
    color: #7f6cbe;
}


.event_block .item_block {
    display: block;
    margin: 10px 0 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 6px;
    background: white;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    display: block;
}

.event_block .item_block .imgbox-block
{
    display: block;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.event_block .item_block .imgbox-block img {
    width: 100%;
    height: 100%;
}

.event_block .item_block .details_block {
    display: block;
    padding: 10px 0;
}

.event_block .item_block .details_block h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px;
}

.event_block .item_block .details_block p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    line-height: 23px;
}

.event_block .item_block .btn_menu
{
    padding: 6px 20px;
    font-size: 14px;
}










.main_event_block
{
    display: block;
    position: relative;
    padding: 30px 0;
}







.main_event_block .item_block {
    display: block;
    background: white;
    box-shadow: 0px 0px 8px 2px rgb(73 78 87 / 26%);
    margin: 0 0 20px;
    border-radius: 4px;
}

.main_event_block .item_block .imgbox-block {
    width: 100%;
    height: 100%;
}

.main_event_block .item_block .imgbox-block img {
    width: 100%;
    height: 100%;
}

.main_event_block .item_block .details_block {
    display: block;
    padding: 10px 16px;
}

.main_event_block .item_block .details_block h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 26px;
    margin: 0 0 5px;
}

.main_event_block .item_block .details_block p {    
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 3px;
    font-weight: 500;
}

.main_event_block .item_block .details_block .btn_menu {
    padding: 4px 20px;
    font-size: 14px;
    text-transform: capitalize;
}


.event_banner_block {
    position: fixed;
    right: 90px;
    top: 113px;
    background: #494E57;
    max-width: 150px;
    padding: 10px 10px;
    border-radius: 0 0px 150px 140px;
    border-top: 5px solid #7f6cbe;
    z-index: 99999;
    border-radius: 0;
}
 
 .event_banner_block:after {
    content: "";
    border-top: 45px solid #494e57;
    border-bottom: 45px solid transparent;
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    position: absolute;
    left: 0;
    top: 100%;
}



.event_banner_block h2 {
    font-size: 16px;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .5px;
}





.event_banner_block h2 {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .5px;
}

.event_banner_block a {
    color: white;
    text-decoration: none !important;
}
.event_banner_block h2 a {
    color: #7f6cbe;
}
 .event_banner_block p {
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin: 0;
}







/*-----------------------------  event_block page   ----------------*/
/*-----------------------------  event_block page   ----------------*/



/*-----------------------------  review_main_block page   ----------------*/
/*-----------------------------  review_main_block page   ----------------*/



.review_main_block {
    display: block;
    position: relative;
    padding: 30px 0;
}

.review_main_block .review_item_block {
    display: block;
    padding: 10px;
    margin: 0 0 20px;
}

.review_main_block .review_item_block .inner_block {
    background: white;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 16px 0px 16px 16px;
    padding: 20px;
    box-shadow: 4px 4px 14px 6px hsl(219deg 9% 31% / 15%);
    position: relative;
    padding-left: 135px;
}

.review_main_block .review_item_block .inner_block .img_block {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    border: 1px solid rgb(73 78 87 / 45%);
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}

.review_main_block .review_item_block .inner_block .img_block img {
    width: 100%;
    height: 100%;
}

.review_main_block .review_item_block .inner_block .info-block {
    display: block;
}

.review_main_block .review_item_block .inner_block .info-block p {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.review_main_block .review_item_block .inner_block .info-block h2 {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.review_main_block .title_block {
    display: block;
}

.review_main_block .title_block h2 {
    color: #7f6cbe;
}










/*-----------------------------  review_main_block page   ----------------*/
/*-----------------------------  review_main_block page   ----------------*/








/*-----------------------------  clininc_time_block page   ----------------*/
/*-----------------------------  clininc_time_block page   ----------------*/





.clininc_time_block {
    display: block;
    position: relative;
    padding: 60px 0 100px;
}

.clininc_time_block .title_block {
    display: block;
    text-align: center;
}

.clininc_time_block .title_block h2 { 
    color: #7f6cbe;
    background: -webkit-linear-gradient(#5c5dc6, #a92da5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clininc_time_block .cli_tabel_block {
    display: block;
    padding: 10px 0 0;
    padding: 30px;
}

.clininc_time_block .cli_tabel_block .img_block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.clininc_time_block .cli_tabel_block .img_block img {
    width: 100%;
    height: 100%;
}

.clininc_time_block .cli_tabel_block .inner-Block {
    display: block;
    background: white;
    border: 0px solid rgb(73 78 87 / 13%);
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);
    max-width: 100%;
    margin: 0 auto;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_header {
    background: #494E57;
    display: block;
    height: 35px;
    border-radius: 20px 20px 0px 0px;

    background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%);
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block {
    display: block;
    padding: 30px;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table {
    width: 100%;
    margin: 0;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table  .days {
    background: #EBEBEE;
    /*color: #7f6cbe;*/
    text-align: center;
    font-weight: 500;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}
 



.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block {
    display: block;
    margin: 0 0 10px;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block  .btn_menu {
    font-size: 12px;
    padding: 6px 5px;
    text-align: center;
    display: block;
    line-height: normal;
    letter-spacing: 0;
    background: #6f8ccf;
    border: 1px solid #6f8ccf;
    color: white !important;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block  .btn_menu:hover
{ 
    background: #7f6cbe;
    border: 1px solid #7f6cbe;
    color: white !important;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block .dropdown-menu
{
    border-radius: 4px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 10px 10px;
    min-width: 200px;
    box-shadow: 0px 0px 5px 0px #494e5769;
    transition: .5s !important;
    transform: scale(0) !important;
    display: block !important;

}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block .dropdown-menu p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block .btn-secondary {
    background: #B6B8BC;
    color: #494E57 !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 40px;
    outline: none !important;
    box-shadow: none !important;
    line-height: 24px;
    padding: 6px 8px;
    border: 1px solid #B6B8BC;  
    display: block;
    font-size: 12px;
    padding: 6px 5px;
    text-align: center;
    display: block;
    line-height: normal;
    letter-spacing: 0;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table td {
    padding: 10px 10px;
}

.clininc_time_block .cli_tabel_block .inner-Block .cli_body_block table .ietm_block:hover .dropdown-menu {
    display: block;
    left: 0 !important;
    top: 120% !important;
    transition: .5s;
    transform: scale(1.0) !important;
}






.social_links {
    color: #72DBD4;
    position: fixed;
    top: 0;
    right: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    z-index: 999;
}

.social_links li {
    margin: 0 0 10px;
}

.social_links li .sociall-icon {
    color: #494E57;
    background: #72DBD4;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 30px;
}




/*-----------------------------  clininc_time_block page   ----------------*/
/*-----------------------------  clininc_time_block page   ----------------*/







 
/*-----------------------------   client testimonial block   ----------------*/
/*-----------------------------   client testimonial block   ----------------*/







.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline: none !important;
    box-shadow: none !important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}








/*-----------------------------   client testimonial block   ----------------*/
/*-----------------------------   client testimonial block   ----------------*/



.client_testimonial_block {
    display: block;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.client_testimonial_block .overlay_block {
    background: rgb(0 0 0 / 50%);
    padding: 60px 0;
}

.client_testimonial_block .overlay_block .client_items_block {
    display: block;
    padding: 60px 40px 20px;
    max-width: 940px;
    margin: 0 auto;
}

.client_testimonial_block .overlay_block .client_items_block .inner_block {
    display: block;
    display: block;
    background: white;
    padding: 30px 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 24%);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    position: relative;
}


.client_testimonial_block .overlay_block .client_items_block .inner_block:after {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    border-top: 40px solid white;
    border-bottom: 40px solid transparent;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -35px;
    right: 109px;
    transition: .5s;
    transform: rotate(70deg);
}


.client_testimonial_block .overlay_block .client_items_block .inner_block .imgbox_block {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: -80px;
    padding: 2px;
    background: white;
    margin-bottom: 10px;
}

.client_testimonial_block .overlay_block .client_items_block .inner_block .imgbox_block img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}







.client_testimonial_block .overlay_block .client_items_block .text { 
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    position: relative;
}
 

.client_testimonial_block .overlay_block .client_items_block .inner_block .names {
    display: block;
    text-align: right;
    margin: 20px 0 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 900;
    position: relative;
    z-index: 999;
    font-style: italic;
}

  

.slick-slider .slick-arrow {
    transition: .5s;
    color: transparent;
    border: 1px solid #494E57;
    background: #494E57;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-prev.slick-arrow {
    left: -40px;
}

.slick-slider  .slick-next.slick-arrow {
    right: -30px;
}

.slick-slider .slick-next.slick-arrow:before {content: "";border-top: 3px  solid white;border-left: 3px solid white;width: 12px;height: 12px;display: block;transition: .5s;transform: rotate(135deg);line-height: 56px;position: absolute;}

.slick-slider .slick-prev.slick-arrow:before {content: "";border-top: 3px solid white;border-left: 3px solid white;width: 12px;height: 12px;display: block;transition: .5s;transform: rotate(-45deg);line-height: 56px;position: absolute;}

.related_video_block {
    display: block;
}

.related_video_block .item_block .imgbox_block {
    border-radius: 16px;
    overflow: hidden;
}




























/*-------------------------------- footer_main_block  --------------------*/
/*-------------------------------- footer_main_block  --------------------*/
/*-------------------------------- footer_main_block  --------------------*/


.footer_main_block {
    display: block;
}

.footer_main_block .info_blocks {display: block;}

.footer_main_block .info_blocks  .logo {
    width: 120px;
    width: 80px;
    margin: 0 0 20px;
    font-size: 60px;
}

.footer_main_block .info_blocks p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    display: block;
    font-weight: 400;
    letter-spacing: .5px;
}


.footer_main_block .info_blocks h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px;
}
.footer_main_block .info_blocks .read_more {
    font-size: 16px;
    color: white;
    text-transform: capitalize;
    color: #7f6cbe;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 26px;
}



.footer_main_block .title {
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 10px 0 10px;
    margin: 0 0 15px;
}

.footer_main_block .title:before, .footer_main_block .title:after
{
    content: "";
    background: white;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_main_block .title:before {
    content: "";
    width: 50%;
    bottom: 4px;
}

.footer_main_block .title:after {
    content: "";
    width: 30%;
    bottom: 0;
}

.footer_main_block .links_block .nav-item .nav-link {
    color: white;
    font-size: 16px;
    padding: 4px 0;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
}














/*-------------------------------- footer_main_block  --------------------*/
/*-------------------------------- footer_main_block  --------------------*/
/*-------------------------------- footer_main_block  --------------------*/







/*-------------------------------- Contact us paegr  --------------------*/
/*-------------------------------- Contact us paegr  --------------------*/ 




























.contactus_main_block {
    display: block;
    padding: 30px 0;
}

.contactus_main_block .choose-course {
    display: block;
    margin: 20px 0 0;
} 



.choose-course .icon-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.choose-course .icon-circle .icon-background {
    
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 00%;
    margin-left: 0px;
    height: 100%;
    border-radius: 100%;
    background-color: #7f6cbe;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-course .icon-circle .icon-background img {
    max-width: 60px;
}

.choose-course .icon-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;
}

.choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease;
}

.choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 8px solid #7f6cbe;
    border-radius: 50%;
}
.choose-course .icon-circle .info .info-back a {
    color: #494E57;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}

.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear;
}

/*.choose-course .name-course a, .choose-course .name-course p, .choose-course .name-course span {
       color: #7B7B7B;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.2s linear;

}
.fdasdfsd {
    width: 70px;
    margin-top: 35px;
}*/



.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 14px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.choose-course .name-course {
    color: #494E57;
    text-align: center;
    font-size: 20px;
    margin: 10px 0 20px;
    text-transform: capitalize;
    font-weight: 800;
}


.choose-course .name-course a 
{
    color: #494E57;
}

.choose-course .icon-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;
}

.choose-course .icon-circle:hover .icon-background {
        background-color: #7f6cbe;
    /* bottom: 90%; */
    transform: rotateY(-150deg);
    left: -40px;
    transform-origin: center;
    /* animation: spin 5s linear infinite; */
    /* transform-style: preserve-3d; */
    transform-origin: 20% 60%;
}











/*
.contactus_main_block .left_block {
    display: block;
    max-width: 430px;
    background: white;
    padding: 20px 20px;
    border: 1px solid rgb(221 221 221 / 52%);
    box-shadow: 0px 0px 7px 1px black;
    border-radius: 2px;
}

.contactus_main_block .right_block {
    display: block;
    max-width: 330px;
    background: white;
    padding: 20px 20px;
    border: 0px solid hsl(0deg 4% 22% / 32%);
    text-align: left;
    background: white;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 19%);
}

.contactus_main_block .right_block .title_block {
    padding: 0;
}

.contactus_main_block .right_block .title_block h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 14px;
    text-align: center;
}

.contactus_main_block .right_block .profile-block {
    display: block;
    text-align: center;
    padding: 10px 0 20px;
}

.contactus_main_block .right_block .profile-block .imgbox-block {
    max-width: 120px;
    height: 120px;
    border: 1px solid #ddd;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    padding: 2px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 21%);
}

.contactus_main_block .right_block .profile-block .imgbox-block img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.contactus_main_block .right_block .profile-block  .designation {font-size: 14px;font-style: italic;color: gray;}

.contactus_main_block .right_block .profile-block .names {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 10px 0 4px;
}

.contactus_main_block .right_block .detilas-block {
    display: block;
}

.contactus_main_block .right_block .detilas-block .text {
    font-size: 16px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    padding: 10px 10px;
    font-weight: 500;
    line-height: 28px;
}

.contactus_main_block .right_block .detilas-block .text i {
    display: block;
    color: #7f6cbe;
    font-size: 34px;
}

.contactus_main_block .right_block .detilas-block .text b {
    display: block;
    font-size: 20px;
}

.contactus_main_block .right_block .detilas-block .scanimg {
    display: block;
    text-align: center;
    max-width: 120px;
    height: 120px;
    margin: 20px auto;
    background: white;
}

.contactus_main_block .right_block .detilas-block .scanimg .scanimg {
    width: 1%;
}

.contactus_main_block .right_block .detilas-block .scanimg img {
    width: 100%;
    height: 100%;
}



.contactmap_block {
    display: block;
    width: 100%;
    height: 480px;
    border: 2px solid #494e57;
}

.contactmap_block iframe {
    width: 100%;
    height: 100%;
}


.getin_block {
    display: block;
    background: white;
    padding: 80px 0 90px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding: 20px 50px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 6px 0px hsl(0deg 0% 0% / 20%);
    border-radius: 4px;
}



.getin_block .title_block {
    display: block;
}

.getin_block .title_block h2 {
    font-size: 20px;
    text-transform: capitalize;
}


.padder-left
{
    padding-left: 0;
}

.padder-right
{
    padding-left: 0;
}





.contactus_main_block .contact-left
{
    display: block;
    width: 100%;
}
.contactus_main_block .contact-left .input-group
{
    border: 1px solid rgb(59 63 70 / 40%);
    background: white;
    border-radius: 10px;
    height: 40px;
    overflow: hidden;
    margin: 0 0 15px;
}

.contactus_main_block .contact-left .input-group .input-group-addon {
    background: transparent;
    border: 0;
    outline: none;
    height: 100%;
    vertical-align: top;
    line-height: 46px;
    width: 32px;
    text-align: center;
}

.contactus_main_block .contact-left .input-group .input-group-addon i
{
    color: #4CAF50;
    font-size: 16px;
}

.contactus_main_block .contact-left .input-group .input-group-addon i {
    color: #494e57;
    font-size: 16px;
    font-weight: 700;
}


.contactus_main_block .contact-left .input-group .form-control {
    font-size: 16px;
    height: 100%;
    padding: 0;
    padding-right: 10px;
    font-weight: 500;
    line-height: 30px;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
 
.contactus_main_block .contact-left .input-group.input_textarea {
    height: auto;
    padding-left: 10px;
}






*/





.contactmap_block {
    display: block;
    width: 100%;
    height: 480px;
    border: 2px solid #494e57;
}

.contactmap_block iframe {
    width: 100%;
    height: 100%;
}


.ds_contact_main {
    display: block;
}

.ds_contact_main .contactinfo_block {
    background: white;
    margin: 0 auto;
    padding: 0px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    margin-top: -150px;
    background: white;
    position: relative;
    z-index: 9;
    margin-bottom: 70px; 
    background: #494E57;
}

.ds_contact_main .contactinfo_block .row {
     margin: 0; 
}

.ds_contact_main .contactinfo_block .information_block {
    display: block;
    position: relative;
    color: white;
    padding: 20px 20px;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.ds_contact_main .contactinfo_block .col-sm-4.col-md-4.col-lg-4.padder {
    height: 100%;
}

.ds_contact_main .contactinfo_block .information_block h2 {
    font-size: 23px;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0 0 30px;
    font-weight: 800;
}

.ds_contact_main .contactinfo_block .information_block .detilas-block {
    display: block;
}

.ds_contact_main .contactinfo_block .information_block .detilas-block .text {
    
    font-size: 16px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 0;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.ds_contact_main .contactinfo_block .information_block .detilas-block .text i {
    
    color: #7f6cbe;
    font-size: 26px;
    margin-right: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds_contact_main .contactinfo_block .information_block .detilas-block .text b {
}

.ds_contact_main .contactinfo_block .information_block .detilas-block  .scanimg {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 2px;
    padding: 0px;
    margin: 20px 0 0;
}

.ds_contact_main .contactinfo_block .information_block .detilas-block .scanimg img {
    display: block;
    width: 100%;
    height: 100%;
}


.ds_contact_main .contactinfo_block .contact_form_block {
    padding: 20px 50px;
    background: white;
}

.ds_contact_main .contactinfo_block .contact_form_block h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #494E57;
    margin: 0 0 10px;
    text-align: center;
}

.ds_contact_main .contactinfo_block .contact_form_block .text {
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 50px;
}

.ds_contact_main .contactinfo_block .contact_form_block .form-group {
    display: block;
    margin: 0 0 24px;
}

.ds_contact_main .contactinfo_block .contact_form_block .form-group  .form-control {
    height: 45px;
    border: 1px solid #ced4da !important;
    border-radius: 10px;
    background: white !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 500;
    font-size: 16px;
}


.ds_contact_main .contactinfo_block .contact_form_block .input_textarea {
    display: block;
}

.ds_contact_main .contactinfo_block .contact_form_block .input_textarea textarea {
    height: 100px !important;
    resize: none !important;
}














/*-------------------------------- Contact us paegr  --------------------*/
/*-------------------------------- Contact us paegr  --------------------*/


/*-------------------------------- blog_main_block  --------------------*/
/*-------------------------------- blog_main_block  --------------------*/


.blog_main_block
{
    display: block;
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.blog_main_block .item_block {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: white;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    margin: 0 0 30px;
    border-radius: 8px;
}

.blog_main_block .item_block .imgbox-block {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.blog_main_block .item_block .imgbox-block img {
    width: 100%;
    height: 100%;
}

.blog_main_block .item_block .details_block {
    display: block;
    padding: 12px 12px 20px;
    padding: 14px 16px;
}

.blog_main_block .item_block .details_block h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0 0px;
}

.blog_main_block .item_block .details_block p {
    font-size: 14px;
    line-height: 24px;
}

.blog_main_block .item_block .details_block .btn_menu 
{
    padding: 4px 12px;
    text-transform: capitalize;
    font-size: 14px;
}

.blog_main_block .item_block .blog_thead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #494E57;
    border-radius: 6px;
    display: none;
}

.blog_main_block .item_block .blog_thead span {
    background: #E4D6F5;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}


.blog_main_block .item_block .list_block {
    background: white;
    padding: 10px 10px;
    list-style: none;
    margin-top: -50px;
    position: relative;
}

.blog_main_block .item_block .list_block .text {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.blog_top_block {
    background: #494E57;
    padding: 10px 10px;
    margin: 0 0 40px;
}

.blog_top_block h4 {
    font-size: 22px;
    color: white;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.blog_top_block .btn_menu {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

/*-------------------------------- blog_main_block  --------------------*/
/*-------------------------------- blog_main_block  --------------------*/




/*-------------- --- News block --- --------*/
/*-------------- --- News block --- --------*/




.blog_details_main {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.blog_details_main .news_description_block {
  display: block;
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.44);
  padding: 20px;
  background: white;
}
.blog_details_main .news_description_block h2 {
    display: block; 
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px;
}
.blog_details_main .news_description_block .img_block {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    padding: 0 0 20px;
}
.blog_details_main .news_description_block .img_block img {
  width: 100%;
  
}


.blog_details_main .news_description_block .attract-link {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.blog_details_main .news_description_block .attract-link li {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.blog_details_main .news_description_block .attract-link li i {
  width: 20px;
  color: #E79800;
}

.blog_details_main .news_description_block p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px;
}
.blog_details_main .news_description_block blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #E79800;
    background: #eee;
    padding: 20px 20px;
}


.blog_details_main .news_description_block blockquote p span {
    display: block;
}






.blog_details_main .recent_block {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.blog_details_main .rent_news_block {
    
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 0 20px;
    border-bottom: 0px solid #dddddd2b;
    background: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10px;
}
.blog_details_main .rent_news_block .imgss_block {
    width: 90px;
    height: 70px;
    margin-right: 15px;
    border-radius: 4px;
}
.blog_details_main .rent_news_block .imgss_block img {
  width: 100%;
  height: 100%;
}




.blog_details_main .rent_news_block .detils_block {
    display: block;
    width: 100%;
}
 

 
.blog_details_main .rent_news_block .detils_block .top_block .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog_details_main .rent_news_block .detils_block .top_block .list li {
    display: block;
    padding: 0 6px;
    font-size: 14px;
}


.blog_details_main .latest_news_block {
    display: block;
    width: 100%;
    border: 1px solid rgb(221 221 221 / 42%);
    margin: 0 0 30px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 9%);
   
}
.blog_details_main .latest_news_block .title {
    font-size: 20px;
    background: #494E57;
    color: white;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0 0 15px;
    text-transform: capitalize;
}
 








.blog_details_main .latest_news_block .recent_block {
  display: block;
  width: 100%;
  padding: 10px 0;
}
/*
.news_details_main .latest_news_block .rent_news_block {
  display: block;
  width: 100%;
  background: #EEEEEE;
  padding: 10px 10px;
  border-left: 5px solid #E79800;
  position: relative;
  padding-left: 100px;
  margin: 0 0 30px;
  border: 1px solid #ddd;
  background: transparent;
  border-left: 4px solid #E79800;
  background: white;
}
 */
.blog_details_main .latest_news_block.rent_news_block .imgss_block img {
  width: 100%;
  height: 100%;
} 

.blog_details_main .latest_news_block .rent_news_block .detils_block .top_block {
    display: block;
}
 
.blog_details_main .latest_news_block .rent_news_block .detils_block .top_block h2 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
 
.blog_details_main .latest_news_block .rent_news_block .detils_block .top_block .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.blog_details_main .latest_news_block .rent_news_block .detils_block .top_block .list li {
    display: block;
    padding: 0 6px;
    font-size: 14px;
}

.blog_details_main .latest_news_block .rent_news_block .detils_block .list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.blog_details_main .latest_news_block .rent_news_block .detils_block .list li {
    display: block;
    font-size: 13px;
}


.blog_details_main .latest_news_block .tagnews {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px 10px;
}
.blog_details_main .latest_news_block .tagnews li {
    display: inline-block;
    padding-right: 5px;
}

.blog_details_main .latest_news_block .tagnews li a {
    display: block;
    border: 1px solid #ddd;
    background: white;
    padding: 6px 8px;
    margin: 0 0 10px;
    font-size: 13px;
    text-transform: capitalize;
    color: #0C1F2C;
    font-weight: 500;
}


/*-------------- --- News block --- --------*/
/*-------------- --- News block --- --------*/ 








/*-------------- --- Treatment page block --- --------*/
/*-------------- --- Treatment page block --- --------*/ 



.opdlist__block {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0;
}


.opdlist__block .item_block {
    background: white;
    border: 1px solid rgb(204 204 204 / 17%);
    margin: 0 0 30px;
    padding: 20px 20px;
    position: relative;
    box-shadow: 0px 0px 6px 0px hsl(0deg 0% 0% / 17%);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 40px;
}

.opdlist__block .item_block p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 6px;
}

.opdlist__block .item_block .numbers {
    background: #E4D6F5;
    padding: 4px;
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
}

.opdlist__block .item_block .numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 45px;
    background: #E4D6F5;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 40px 0 40px 40px;
    font-size: 22px;
    font-weight: 700;
    color: #514FAD;
}

.opdlist__block .row .col-sm-4:first-child .item_block
{
    
}
.opdlist__block .row .col-sm-4:nth-child(2) .item_block .numbers 
{
    background : #CDF8DB;
}
.opdlist__block .row .col-sm-4:nth-child(2) .item_block .numbers span
{
    background : #CDF8DB;
    color: #2FA68F;
}

.opdlist__block .row .col-sm-4:nth-child(2n) .item_block .numbers 
{
    background : #CFF1FF;
}
.opdlist__block .row .col-sm-4:nth-child(2n) .item_block .numbers span
{
    background : #CFF1FF;
    color: #3C6BD7;
}



.opdlist__block .row .col-sm-4:nth-child(3n) .item_block .numbers 
{
    background : #CDF8DB;
}
.opdlist__block .row .col-sm-4:nth-child(3n) .item_block .numbers span
{
    background : #CDF8DB;
    color: #2FA68F;
}


.opdlist__block .row .col-sm-4:nth-child(5n) .item_block .numbers 
{
    background : #CFF1FF;
}
.opdlist__block .row .col-sm-4:nth-child(5n) .item_block .numbers span
{
    background : #CFF1FF;
    color: #5C98F7;
}


.opdlist__block .row .col-sm-4:nth-child(6n) .item_block .numbers 
{
    background : #E4D6F5;
}
.opdlist__block .row .col-sm-4:nth-child(6n) .item_block .numbers span
{
    background : #E4D6F5;
    color: #514FAD;
}

















/*-------------- --- Treatment page block --- --------*/
/*-------------- --- Treatment page block --- --------*/











/*-----------------------  Treatmen page ---------------------------*/
/*-----------------------  Treatmen page ---------------------------*/
/*-----------------------  Treatmen page ---------------------------*/












/*-----------------------  Treatmen page ---------------------------*/
/*-----------------------  Treatmen page ---------------------------*/
/*-----------------------  Treatmen page ---------------------------*/











.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
 
.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}
 
.Modern-Slider .item .img-fill{
  height:60vh;
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
    background: rgb(0 0 0 / 33%);
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .img-fill img{
  filter:blur(5px);
}

.Modern-Slider .item .info > div{display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px;
  font: 20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
    font-size: 20px;
  font: 20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
    font-size: 30px;
    text-transform: capitalize;
    color: #FFF;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    line-height: 36px;
    margin: 0 0 20px;
    font-weight: 700;
}

.Modern-Slider .item h5{
    margin:0;
    padding: 0;
    font-size: 16px;
    color: #FFF;
    max-width: 600px;
    overflow: hidden;
    height: auto;
    animation: fadeOutLeft 1s both;
    line-height: 26px;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}









.treatment-info_block {
    display: block;
    position: relative;
    padding: 30px 0;
}

.treatment-info_block .item_block .imgbox-block {
    width: 100%;
    border: 1px solid rgb(221 221 221 / 17%);
}

.treatment-info_block .item_block .imgbox-block img {
    width: 100%;
    height: 100%;
}

.treatment-info_block .item_block {
    display: block;
    margin: 0 0 20px;
    border: 1px solid rgb(221 221 221 / 35%);
    padding: 20px 30px;
    box-shadow: 0px 0px 7px 0px hsl(0deg 0% 0% / 9%);
    background: white;
}

.treatment-info_block .item_block .info_block {
    display: block;
}

.treatment-info_block .item_block .info_block h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 10px;
}

.treatment-info_block .item_block .info_block p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 14px;
}






/*--------------------------  health_info_block --------------------------*/
/*--------------------------  health_info_block --------------------------*/
/*--------------------------  health_info_block --------------------------*/

.health_info_block {
    padding: 60px 0;
    display: block;
    position: relative;  
}

.health_info_block .profile_block {
    display: block;
    text-align: center;
    border: 1px solid hsl(219deg 9% 31% / 25%);
    padding: 20px 20px;
    max-width: 820px;
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 4px;
    background: #494E57;
    color: white;
}

.health_info_block .profile_block .top_block {
    display: block; 
}

.health_info_block .profile_block .top_block .logo_block {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.health_info_block .profile_block .top_block .logo_block img {
    width: 80px;
}

.health_info_block .profile_block .top_block h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    text-align: left; 
}

.health_info_block .profile_block .informtion_block {
    display: block;
    position: relative;
    padding-left: 140px;
}

.health_info_block .profile_block .informtion_block .left_blocks {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: -160px;
    margin-top: 40px;
}

.health_info_block .profile_block .informtion_block .img_block {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(73 78 87 / 36%);
    overflow: hidden;
    background: white;
    border-radius: 4px;
    margin: 0 0 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 18%);
}

.health_info_block .profile_block .informtion_block .img_block img {
    width: 100%;
    height: 100%;
}

.health_info_block .profile_block .informtion_block .peronal_info {
    display: block;
    margin: 0 0 20px;
}

.health_info_block .profile_block .informtion_block .peronal_info .name {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: left;
}

.health_info_block .profile_block .informtion_block .peronal_info .designation {
    
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
}

.health_info_block .profile_block .informtion_block .calling_blocks {
    display: block;
    text-align: left;
    padding: 20px 0px 10px;
}

.health_info_block .profile_block .informtion_block .calling_blocks h4 {
    font-size: 16px;
    margin: 0 0 20px;
}

.health_info_block .profile_block .informtion_block .calling_blocks  .save_icon {
    max-width: 60px;
    border-radius: 4px;
    margin: 10px 0 10px;
}

.health_info_block .profile_block .informtion_block .calling_blocks .times {
    padding: 0;
    list-style: none;
    margin: 10px 0 10px;
}

.health_info_block .profile_block .informtion_block .calling_blocks .times li {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 26px;
    margin: 0 0 10px;
    align-items: center;
    font-weight: 500;
}

.health_info_block .profile_block .informtion_block .calling_blocks .times li i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7f6cbe;
    border-radius: 100%;
    font-size: 24px;
    margin-right: 10px;
}





/*--------------------------  health_info_block --------------------------*/
/*--------------------------  health_info_block --------------------------*/
/*--------------------------  health_info_block --------------------------*/
/*--------------------------  health_info_block --------------------------*/



/*------------------ portfol_main_block ---------------------*/
/*------------------ portfol_main_block ---------------------*/




.portfol_main_block {
    display: block;
    background: #80AFE0;
    max-width: 840px;
    margin: 0 auto;
    border-radius: 4px;
    border: 0px solid #0DB4C4;
    padding: 4px;
    background: white;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 18%);     
    margin-top: 50px;
    margin-bottom: 50px;
}
.portfolio_infromation_block {
    background: #81B1DF;
    max-width: 100%;
    height: 100%;
    background: rgb(73 78 87 / 21%);
    background-image: linear-gradient(to right, #86B5E1 , #CDE7FE);
    position: relative;
}

.portfol_main_block .row {
    margin: 0;
}

.portfolio_infromation_block .top_block {
    display: block;
}

.portfolio_infromation_block .top_block .img_logo {
    max-width: 80px;
    margin-left: 20px;
    margin-top: 10px;
}

.portfolio_infromation_block .top_block .exper_infoblcok {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}



.portfolio_infromation_block .top_block .exper_infoblcok .inner_block
{ 
    background: #254F9B;
    display: block;
    padding: 12px 30px;
    color: white;
    text-transform: capitalize;
    text-align: center;
    border-radius: 40px 0 0 40px;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    background: #7f6cbe;
}

.portfolio_infromation_block .top_block .exper_infoblcok span {
    display: block;
    color: #F5B600;
    color: #F4F846;
}



.portfolio_infromation_block .mid_block {
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.portfolio_infromation_block .mid_block .left_block {
    max-width: 100%;
    position: relative;
}

.portfolio_infromation_block .mid_block .left_block .text1 {
        font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
}
.portfolio_infromation_block .mid_block .left_block .text1 b {
    font-weight: bolder;
    text-transform: uppercase;
}

.portfolio_infromation_block .mid_block .left_block .info_block {
        padding: 50px 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.portfolio_infromation_block .mid_block .left_block .info_block:before {
    content: "";
    background: #7f6cbe;
    width: 420px;
    height: 420px;
    border-radius: 100%;
    position: absolute;
    right: -45px;
    bottom: -100px;
}


.portfolio_infromation_block .mid_block .left_block .info_block:after {
    content: "";
    background: #fcfcfd;
    width: 410px;
    height: 410px;
    border-radius: 100%;
    position: absolute;
    right: -50px;
    bottom: -110px;

}



.portfolio_infromation_block .mid_block .left_block .info_block .img_save {
    max-width: 105px;
    display: block;
    margin: 20px auto;
}



.portfolio_infromation_block .mid_block .left_block .connect_block {
    display: block;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.portfolio_infromation_block .mid_block .left_block .info_block .info_text_block {
    padding: 30px 0px;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 400;
    background: #7f6cbe;
}
.portfolio_infromation_block .mid_block .left_block .info_block .info_text_block:before {
    content: "";
    content: "";
    background: #263a65;
    background: #263864;
    width: 410px;
    height: 410px;
    border-radius: 100%;
    position: absolute;
    right: -42px;
    bottom: -100px;
}
 
.portfolio_infromation_block .mid_block .left_block .connect_block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #dc3545;
    margin: 0 0px;
}
.portfolio_infromation_block .mid_block .left_block .connect_block .time_clock {
   
    color: #152D5D;
    font-size: 18px;
    line-height: 22px;
    font-weight: bolder;
    margin: 0;
}
.portfolio_infromation_block .mid_block .left_block .connect_block .time_clock p {
    margin: 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.portfolio_infromation_block .mid_block .left_block .mak_pay_block {
    display: block;
}

.portfolio_infromation_block .mid_block .left_block .mak_pay_block .texts {
    padding: 6px 14px;
    background: #233662;
    color: white;
    font-size: 16px;
    display: inline-block;
    border-radius: 0 20px 20px 0;
}
.portfolio_infromation_block .mid_block .left_block .mak_pay_block img {
    max-width: 70px;
    margin-left: 10px;
}

.portfolio_infromation_block .mid_block .left_block .mail_text {
    color: #0B285D;
    font-size: 16px;
    padding: 10px 10px;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block {
    /*max-width: 260px;*/ 
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 20px 10px 10px;
    padding: 0px;
    padding: 70px 0 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block:before {
     
    width: 430px;
    height: 430px;
    background: white;
    border-radius: 100%;
    position: absolute;
    right: -30px;
    top: 20px;
    z-index: 9999;
    background: #e3e5ea;
    background: white;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block .imgbox_block {
    
    max-width: 390px;
    position: relative;
    z-index: 99999;
    margin: 0;
}


.portfolio_infromation_block .mid_block .left_block .profile_img_block .imgbox_block img {
    width: 100%;
    height: 100%;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block .personal_info {
    
    background: #064BA5;
    margin: 10px 0 0;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    z-index: 99999;
    right: 0;
    background: #233662;
    background: linear-gradient(to right, #233662cf , #233662);
    background-image: linear-gradient(to right,rgb(35 54 98 / 79%), rgb(35 54 98));
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block .personal_info .name {    
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    font-weight: 600;
    line-height: 28px;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block .personal_info .designation {
        text-align: center;
    color: white;
    font-size: 14px;
}




/*------------------ portfol_main_block ---------------------*/
/*------------------ portfol_main_block ---------------------*/






/*------------------ abouts_main ---------------------*/
/*------------------ abouts_main ---------------------*/

 .page_title_block {
    position: relative;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 380px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.page_title_block .inner_blck {
    width: 100%;
    display: block;
}


.page_title_block .parallax-mirror {
    position: absolute;
    left: 0;
    top: 0;
}

.page_title_block .parallax-mirror img {
    width: 100%;
    margin-top: -70px;
}






.page_title_block .inner_blck .tite_block {
    position: relative;
    background: linear-gradient(to right,#e5e5e5 15%,#e5e5e5 15%,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 100%);
}

.page_title_block .inner_blck .subtitle_block {
    border-color: #efefef;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background: #e5e5e5;
    color: #323232;
}

.page_title_block .inner_blck .tite_block h2 {
    padding: 19px 30px 0 0;
    display: inline-block;
    position: relative;
    background-color: #e5e5e5;
    color: #323232;
    min-width: 200px;
    z-index: 2;
    font-weight: bolder;
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 46px;
}

.page_title_block .inner_blck .tite_block h2:after {
    background: #e5e5e5;
    background: linear-gradient(to top right,#e5e5e5 0%,#e5e5e5 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    content: '';
    width: 72px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -72px;
}
.page_title_block .inner_blck .subtitle_block p {
    font-size: 21px;
    margin: 0;
    line-height: 30px;
}

.page_title_block .inner_blck .subtitle_block:after {
    content: "";
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 64px 0 0 100vw;
    bottom: -63px;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}





.abouts_main_block {
    position: relative;
    background-color: #efefef;
    border-color: #efefef;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px !importat;
    padding-bottom: 40px ;
} 

.abouts_main_block .about_item_block {
    display: block;
}

.abouts_main_block .about_item_block .info_block {
    display: block;
}

.abouts_main_block .about_item_block p {
    color: #323232;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.abouts_main_block .about_item_block .info_block .head_block {
    color: #45aaff !important;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouts_main_block .about_item_block .info_block .head_block h4 {
    font-size: 21px;
    line-height: 28px;
    padding-right: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.abouts_main_block .about_item_block .info_block .head_block .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.abouts_main_block .about_item_block .info_block .head_block .vc_sep_holder  .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    border-color: #45aaff !important;
}



.abouts_main_block .about_item_block .imgbox_block {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.abouts_main_block .about_item_block .imgbox_block img {
    width: 100%;
}





.abouts_main_block .about_item_block .post_img_block {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    padding: 32px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.abouts_main_block .about_item_block .post_img_block img {
    flex-grow: 1;
}

.abouts_main_block .about_item_block .post_img_block a {
    flex-grow: 1;
}




.abouts_education_block {
    display: block;
    padding: 40px 0 0px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #323232;
}

.abouts_education_block .about_item_block {
    display: block;
}

.abouts_education_block .about_item_block .title_block {
    display: block;
    margin: 0 0 10px;
}

.abouts_education_block .about_item_block .title_block h1 {
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 1px;
}

.abouts_education_block .about_item_block .title_block h4 {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 400;
}





.about_item_block.about_reserch_block {
    display: block;
}

.about_item_block.about_reserch_block .title_block {
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}

.about_item_block.about_reserch_block .title_block h3 {
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
}

.about_item_block.about_reserch_block .title_block  h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}


.about_gallery_block {
    display: block;
    width: 100%;
    position: relative;
}

.about_gallery_block .simgbox_block {
    display: block;
    position: relative;
}

.about_gallery_block .simgbox_block img {width: 100%;height: 100%;}






.abouts_education_block .about_item_block {
    display: block;
}

.abouts_education_block .about_gallery_block {
    display: block;
}
.about_gallery_block .simgbox_block {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 230px;
}


.about_item_block.about_reserch_block .title_block h3 span {
    color: #389EDC;
}






.abouts_education_block .about_item_block  .table {
    width: 100%;
    background: white;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}

.abouts_education_block .about_item_block .table thead {
    background-color: #d9edf7;
}

.abouts_education_block .about_item_block .table thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
    line-height: 1.5;
    color: #323232;
    font-size: 18px;
}

.abouts_education_block .about_item_block .table td {
    vertical-align: top;
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
    font-size: 18px;
}





.abouts_education_block .about_item_block .table tr:nth-child(odd) td{
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}

.abouts_education_block .about_item_block .table tr:nth-child(even) td {
    background-color: #fff;
}











































/*------------------ abouts_main ---------------------*/
/*------------------ abouts_main ---------------------*/



























  /*------------------------------- docter_profile_block_main -------------------------*/
  /*------------------------------- docter_profile_block_main -------------------------*/

  
.docter_profile_block_main .docter_profile_block {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    width: 100%; 
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    font-family: sansserifflf;
    background-size: cover !important;
    height: 760px;
}

.docter_profile_block_main {
    position: relative;
    display: block;
    padding: 30px 0;
}
.docter_profile_block_main .docter_profile_block .top_block {
    display: block;
    position: relative;
    height: 25%;
    padding: 20px;
}

.docter_profile_block_main .docter_profile_block .top_block .logo_block {
    display: block;
    background: #7f6cbe;
    max-width: 220px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 40%);
    padding: 10px;
    margin: 0 0 30px;
}

.docter_profile_block_main .docter_profile_block .top_block .logo_block img {
    width: 70px;
}

.docter_profile_block_main .docter_profile_block .top_block .experience-block {
    text-align: right;
    padding: 14px 10px;
    text-align: left;
    height: 90px;
}

.docter_profile_block_main .docter_profile_block .top_block .experience-block  .label_text {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin: 0 0 0;
    letter-spacing: .5px;
    line-height: 26px;
}

.docter_profile_block_main .docter_profile_block .top_block .experience-block .label_text1 {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    margin: 0 0 0;
    letter-spacing: .5px;
    line-height: 26px;
}

.docter_profile_block_main .docter_profile_block .middle_block {
    display: block;
    position: relative;
    height: 50%;
    padding: 30px;
    position: unset;
}

.docter_profile_block_main .docter_profile_block .middle_block .info_block {
    display: block;
}

.docter_profile_block_main .docter_profile_block .middle_block .info_block p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
}

.docter_profile_block_main .docter_profile_block .middle_block .info_block p span {
    display: block;
    font-weight: 900;
}

.docter_profile_block_main .docter_profile_block .middle_block .info_block img {
    max-width: 190px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu {
    display: block;
    position: relative;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu .imgbox-block {
    display: block;
    max-width: 100%;
    overflow: unset;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu .imgbox-block img {
    max-width: 250px;
    margin-left: 30px;
    margin-top: -90px;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu .pr_text {
    display: block;
    padding: 10px 20px;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu .pr_text h4 {
    text-align: center;
    color: white;
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: .5px;
    font-size: 26px;
    text-align: left;
    margin: 0 0;
}

.docter_profile_block_main .docter_profile_block .middle_block .profile_menu .pr_text h5 {
    text-align: center;
    color: white;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 20px;
    text-align: left;
    margin: 0 0;
}


.docter_profile_block_main .docter_profile_block .payment_block {
    padding: 20px;
    height: 25%;
}

.docter_profile_block_main .docter_profile_block .payment_block .time-group {
    text-align: center;
}

.docter_profile_block_main .docter_profile_block .payment_block .time-group label {
    
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px;
    letter-spacing: .5px;
    font-family: sansserifflf-demibold;
}

.docter_profile_block_main .docter_profile_block .payment_block .time-group .times {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: sansserifflf-demibold;
}

.docter_profile_block_main .docter_profile_block .payment_block .contact_group {
    text-align: center;
}

.docter_profile_block_main .docter_profile_block .payment_block .contact_group label {
    
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px;
    letter-spacing: .5px;
    font-family: sansserifflf-demibold;
}

.docter_profile_block_main .docter_profile_block .payment_block .contact_group p {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: sansserifflf-demibold;
}



.docter_profile_block_main .docter_profile_block .payment_block .payment_group {
    display: block;
}

.docter_profile_block_main .docter_profile_block .payment_block .payment_group label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px;
    letter-spacing: .5px;
    font-family: sansserifflf-demibold;
    text-align: center;
    display: block;
}

.docter_profile_block_main .docter_profile_block .payment_block .payment_group .pay_img_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.docter_profile_block_main .docter_profile_block .payment_block .payment_group .pay_img_block img {
    max-width: 60px;
    margin-right: 30px;
    max-width: initial;
    height: 30px;
}


  /*------------------------------- docter_profile_block_main -------------------------*/
  /*------------------------------- docter_profile_block_main -------------------------*/





















 



/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/ 


@media only screen and (max-width: 900px)
{

.header-menu .navbar {
    background: transparent !important;
    padding: 0;
}

.header-menu .navbar .navbar-brand .main_logo1 { 
    max-width: 70px;
}
.header-menu .navbar .navbar-nav .nav-item .nav-link {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 4px 6px;
    line-height: 24px;
}

.img_headerblock {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 280px;
}
.index_banner-block .text_info_block {
    display: block;
    max-width: 440px;
    padding: 0px ;
    background-size: 105% !important;
    margin-top: 0;
}

.index_banner-block .text_info_block h2 {
    font-size: 18px;
    padding-left: 10px;
    }

.index_banner-block .text_info_block p {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0;
    margin-right: 40px;
}
.title_block {
    display: block;
    padding: 10px 0 20px;
    position: relative;
    z-index: 99999;
}
.title_block h2
{ 
    font-size: 20px !important;
}
.testimonial_main_block .item_block { 
    height: 140px;
}


.visit_block { 
    padding: 30px 0; 
    background-size: 140px !important; 
}


.visit_block p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px; 
}
.visit_block .btn_menu {
    padding: 7px 14px;
    text-transform: capitalize;
    line-height: 26px;
    font-size: 14px;
}

.index_help_block .text_block .title_block h2 {
    font-size: 22px;
    line-height: 38px;
}
.header-menu .navbar .navbar-brand .main_logo {
    display: block;
    max-width: 60px;
    width: 100%;
}

.drvideo_main_block .video_block {
    display: block;
    width: 100%;
    height: 340px;
}
.main_event_block .item_block .details_block {
    display: block;
    padding: 10px 10px;
}

.main_event_block .item_block .details_block p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 3px;
    font-weight: 500;
}


.main_event_block .item_block .details_block .btn_menu {
    padding: 4px 10px;
    font-size: 14px;
    text-transform: capitalize;
}


.client_testimonial_block .overlay_block .client_items_block .text {
    font-size: 16px;
    line-height: normal; 
}




.review_main_block .review_item_block .inner_block .img_block {
    width: 60px;
    height: 60px;
}

.review_main_block .review_item_block .inner_block {
    background: white; 
    padding-left: 90px;
}




.contactus_main_block .right_block {
    display: block;
    max-width: 100%;
}

.ds_contact_main .contactinfo_block .contact_form_block {
    padding: 30px 20px;
    background: white;
}


.header-menu .navbar .navbar-brand {
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #494E57;
}
.header-menu .navbar .navbar-brand .user_name {
    font-size: 10px !important;
    margin-left: 6px; 
}
.footer_main_block .col-sm-3.col-md-3.col-lg-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer_main_block .info_blocks .logo {
    width: 60px;
    margin: 0 0 20px;
}

.footer_main_block .col-sm-2.col-md-2.col-lg-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer_block .links_block { 
    margin: 0 0 30px;
}


.social_links {
    height: auto;
    top: 180px;
}

.img_headerblock {
    position: absolute;
    top: 0px;
    right: 0;
    width: 280px;
}


.portfol_main_block { 
    max-width: 700px; 
}



 .vedio_model_block
 {
 display: block;
    width: 100%;
    max-width: 80%;
    background: #3E4442;
    margin: 50px auto;
}

.vedio_model_block .modal-content .modal-body {
    padding: 10px;
    height: 370px;
}



.treatment-info_block .item_block { 
    padding: 12px 14px;
}



.treatment-info_block .item_block .info_block h2 {
    font-size: 16px;
}

.blog_details_main .news_description_block .img_block
{
    height: auto;
}


.blog_details_main .news_description_block h2 { 
    font-size: 20px;
}


.tabinfo_secound_block .imgbox_block .img_block {
    width: 250px;
    height: 250px;
}


.tabinfo_secound_block .imgbox_block .img_block .hover_heart {
    font-size: 30px;
    position: absolute;
    top: 70px;
    right: 50px;
}


.wsymptom_main_block .tab_menu_block .tabinfo_secound_block h2 {
    display: block;
    font-size: 20px;

}



.page_title_block .inner_blck .tite_block h2 {
    padding: 15px 15px 0 0; 
    font-size: 30px;
}

.abouts_main_block { 
    padding-top: 30px;
    padding-bottom: 30px;
}



.abouts_education_block .about_item_block .title_block h1 {
    font-size: 30px; 
}
























}

















@media only screen and (max-width: 767px)
{

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    outline: none !important;
    box-shadow: none !important;
}


.header-menu .navbar .navbar-nav .nav-item {
    display: block;
}

.header-menu .navbar .navbar-nav .nav-item .nav-link {
    color: white;
}

.header-menu .navbar .navbar-nav {
    display: block;
    width: 100%;
    padding: 20px 10px 20px;
    background: #494E57;
}

.header-menu .navbar .navbar-nav .nav-item .nav-link { 
    font-size: 14px;
    color: white !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
}
.header-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
    display: inline-block;
}

.header-menu .navbar .navbar-nav .nav-item:last-child {
    float: none;
}
.img_headerblock {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 210px;
}

.header-menu .navbar .navbar-nav .nav-item .nav-link_button {
    color: white;
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 5px 10px !important;
}
.index_banner-block .text_info_block {
    display: block;
    max-width: 100%;
    padding-left: 35px;
    padding-top: 120px;
    background-size: 105% !important;
margin-top: 0%;
}



.testimonial_main_block .item_block {
    height: 140px;
    margin: 0 0 20px;
}


.index_help_block .text_block .title_block h2 {
    font-size: 18px;
    line-height: 30px;
}
.client_testimonial_block .overlay_block .client_items_block {
    display: block;
    padding: 60px 0px 20px;
    max-width: 100%;
    margin: 0 auto;
}



.client_testimonial_block .overlay_block .client_items_block .inner_block .imgbox_block {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-top: -60px;
    padding: 2px;
    background: white;
    margin-bottom: 10px;
}

.client_testimonial_block .overlay_block .client_items_block .inner_block {
    display: block;
    display: block;
    background: white;
    padding: 20px; 
}




.title_block h2 {
    font-size: 16px !important;
}


.wsymptom_main_block .tab_menu_block .nav {
    padding: 0;
    margin: 0;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link.active {
    background: #494e57;
    color: white;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item {
    display: block;
    width: 100%;
    margin: 0 0 4px;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link {
    float: none;
    margin: 0;
}

.wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:before, .wsymptom_main_block .tab_menu_block .nav .nav-item .nav-link:after
{
    display: none;
}


.tabinfo_secound_block .imgbox_block .img_block {
    width: 220px;
    height: 200px; 
    margin: 20px auto; 
}


.tabinfo_secound_block .imgbox_block .img_block .hover_heart {
    color: red;
    font-size: 26px;
    position: absolute;
    top: 60px;
    right: 60px;
    transition: .5s;
    transform: scale(1);
    display: flex;

}

.tabinfo_secound_block .btn_div .btn_back {
    background: transparent;
    border: 1px solid #BDBDBD;
    color: #494E57 !important;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    width: 100%;
}
.btn_menu {
    width: 100%;
    display: block;
    padding: 10px 10px;
}


.tabinfo_secound_block .form_group label {
    font-size: 16px;
}

.review_main_block .review_item_block .inner_block .img_block {
    position: unset;
    margin: 0 auto;
    display: block;
}
.review_main_block .review_item_block .inner_block {
    background: white;
    padding: 10px 20px;
}

.social_links {
    color: #72DBD4;
    position: fixed;
    top: 30%;
    right: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    z-index: 999;
}


.social_links li .sociall-icon {
    color: #494E57;
    background: #72DBD4;
    width: 30px;
    height: 30px; 
    font-size: 14px;
}



.choose-course .icon-circle {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto;
}
.contactus_main_block .contact-left {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 15px;
}

.footer_block h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .5px;
    margin: 20px 0 20px;
    border-bottom: 0px solid white;
    padding: 6px 0;
}

.slick-slider .slick-next.slick-arrow {
    right: -10px;
}



.slick-slider .slick-arrow {
    display: none !important;
}


.clininc_time_block .cli_tabel_block { 
    padding: 0;
}


.ds_contact_main .contactinfo_block .contact_form_block {
    padding: 30px 10px;
    background: white;
}
.ds_contact_main .contactinfo_block .contact_form_block .form-group {
    display: block;
    margin: 0 0 10px;
}







.footer_main_block .col-sm-3.col-md-3.col-lg-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
 
.footer_main_block .col-sm-2.col-md-2.col-lg-2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.symptoms_lsit_block .inner_block {
    display: block;
    width: 100%;
}



.symptoms_lsit_block .inner_block .item_block .nav .nav-item {
    width: 100%;
    display: block;
}



.blog_main_block .item_block .imgbox-block {
    width: 100%;
    height: auto; 
}


.blog_top_block h4 {
    font-size: 20px;
    text-align: center; 
    margin: 0 0 10px; 
}


.blog_details_main .news_description_block .img_block {
    height: auto;
}

.blog_details_main .rent_news_block {
    display: block;
}

.blog_details_main .rent_news_block .imgss_block {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 4px;
}

.portfolio_infromation_block .mid_block .left_block .profile_img_block {
    position: unset;
    padding: 10px ;
}


.portfolio_infromation_block .mid_block .left_block .info_block:before {
    content: "";
    background: #7f6cbe;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    bottom: 30px;
    display: none;
}
.portfolio_infromation_block .mid_block .left_block .info_block .info_text_block:before {
    content: "";
    content: "";
    background: #263a65;
    background: #263864;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: none;
}



.portfolio_infromation_block .mid_block .left_block .info_block:after {
    content: "";
    background: #fcfcfd;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    bottom: 0;
    display: none;
}

.abouts_main-block .information_block h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}


.abouts_main-block .information_block p {
    font-size: 14px;
    line-height: 24px;

}



.wsymptom_main_block .tab_menu_block .tabinfo_secound_block h2 {
    display: block;
    font-size: 20px; 
}


.event_banner_block {
    position: relative;
    right: 0;
    top: 0; 
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 30px;
}


.blog_details_main .news_description_block .attract-link {
    display: block;
}




.blog_details_main .news_description_block .attract-link li {
    display: block;
    padding: 5px 10px;
    font-size: 14px; 
}
.page_title_block .parallax-mirror {
    position: absolute;
    left: 0;
    top: 0;
}


.page_title_block .parallax-mirror img {
    width: 100%; 
}



.page_title_block { 
    min-height: 260px;
}


.page_title_block .inner_blck .tite_block h2 {
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.page_title_block .inner_blck .tite_block h2:after
{
    display: none;
}

.page_title_block .parallax-mirror img {
    width: 100%;
    margin-top: 0;

}
.page_title_block .inner_blck .tite_block {
    position: relative;
    background: #E5E5E5;
}

.page_title_block .inner_blck .subtitle_block p {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}


.abouts_main_block .about_item_block p {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}


.abouts_main_block .about_item_block .post_img_block img {
    flex-grow: 1;
    width: 100%;
    margin: 0 0 20px;
}

.abouts_education_block .about_item_block .title_block h1 {
    font-size: 22px;
}



.about_item_block.about_reserch_block .title_block h3 {
    font-size: 20px;
}


.about_gallery_block .simgbox_block { 
    height: 250px;
    margin: 0 0 10px;
}

.abouts_education_block .about_item_block .title_block h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.abouts_education_block .about_item_block .table thead th { 
    line-height: 24px; 
    font-size: 16px;
}
.abouts_education_block .about_item_block .table td {
    vertical-align: top;
    padding: 4px; 
    font-size: 14px;
}



}




.doc_msg h2 {
    box-shadow: 0px 0px 7px #8d8d8d;
    padding: 18px;
    color: #ff5e00;
    text-shadow: 0px 1px 2px;
}





.nav-link_button {
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 4px 20px;
    /* background: rgb(48,145,227); */
    /* background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%); */
    background-clip: padding-box;
    border: 2px solid rgba(131,45,172,1);
    color: rgba(131,45,172,1);
        padding-left: 9px !important;
}


ul.navbar-nav.Clinic_menu li img {
    width: 4%;
}





ul.navbar-nav.Clinic_menu li img {
    width: 11%;
    float: left;
    margin-left: -21px;
    margin-top: 3px;
}






/*Media Query For Device*/

    @media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .event_banner_block {
    position: fixed;
    right: 0px;
    top: 90px;
    background: #494e57;
    max-width: 150px;
    padding: 0px 0px;
    border-radius: 0 0px 150px 140px;
    border-top: 5px solid #7f6cbe;
    z-index: 99999;
    border-radius: 0;
}
  /* CSS */
 .row.cus_desk {
    display: none;
}

.cus_mbl{
    display:block !important;
}

.bottom_header {
 
    display: none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    color: #ccc !important;
    background-color: #000 !important;
}
  section.visit_block {
    background: url(../images/visit.png);
    background-size: 22% !important;
}

 .docter_profile_block_main .docter_profile_block {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    width: 60% !important;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    font-family: sansserifflf;

    height: auto !important;
    background:url(images/pay_banner.png)  !important;
    
}
  
.profile_menu {
    margin-top: 109px;
}
  .experience-block label {
    color: #000 !important;
    font-size: 23px !important;
    line-height: 43px !important;
}

.pr_text h4, h5 {
    color: #000 !important;
}
.payment_block .col-sm-7 {
    margin-bottom: 25px;
}

.info_block p {
    margin-top: -33px !important;
}

.pr_text {
    margin-bottom: -45px;
}
.logo_block {
    display: block;
    background: #72DBD4;
    max-width: 220px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 40%);
    padding: 10px;
    margin: 0 0 30px;
}
.imgbox-block img {
    height: 372px !important;
    width: 100%;
}

.event_banner_block {
    position: fixed;
    right: 0px;
    top: 90px;
    background: #494e57;
    max-width: 150px;
    padding: 10px 10px;
    border-radius: 0 0px 150px 140px;
    border-top: 5px solid #7f6cbe;
    z-index: 99999;
    border-radius: 0;
}
.treatment-info_block .item_block .info_block h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 40px !important;
}
.review_main_block .review_item_block .inner_block {
    background: white;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 16px 0px 16px 16px;
    padding: 20px;
    box-shadow: 4px 4px 14px 6px hsl(219deg 9% 31% / 15%);
    position: relative;
    padding-left: 32px !important;
    height: auto !important;
}
.abouts_main_block .about_item_block p {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px !important;
}

.cus_imgdct a img {
    width: 100%;
}
.header-menu .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #494E57;
    background: black !important;
}
.header-menu .navbar .navbar-nav.Clinic_menu .nav-item .nav-link_button {
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 4px 20px;
    /* background: rgb(48,145,227); */
    /* background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%); */
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255) !important;
    color: rgb(255 255 255) !important;
    margin-top: 5px;
}
.features_dashblock .features_list_block .nav-itmes {
    width: 100% !important;
    float: left;
}

a#hover_heart {
    display: none;
}
a#hover_heart i {
    float: left;
    position: absolute;
    left: 34%;
    padding-bottom: 21px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    
  .row.cus_desk {
    display: none;
}
  .cus_mbl{
    display:block !important;
}

.bottom_header {
 
    display: none;
}
  /* CSS */
    section.visit_block {
    background: url(../images/visit.png);
    background-size: 22% !important;
}
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    color: #ccc !important;
    background-color: #000 !important;
}
   .docter_profile_block_main .docter_profile_block {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
    width: 100% !important;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    font-family: sansserifflf;
 color:#000 !important;
    height: auto !important;
   
    
}

.profile_menu {
    margin-top: 109px;
}
  .experience-block label {
    color: #000 !important;
    font-size: 23px !important;
    line-height: 43px !important;
}

.pr_text h4, h5 {
    color: #000 !important;
}

.payment_block .col-sm-7 {
    margin-bottom: 25px;
}

.info_block p {
    margin-top: -33px !important;
}

.pr_text {
    margin-bottom: -45px;
}

.logo_block {
    display: block;
    background: #72DBD4;
    max-width: 220px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 40%);
    padding: 10px;
    margin: 0 0 30px;
}

.imgbox-block img {
    height: 372px !important;
    width: 100%;
}

.event_banner_block {
    position: fixed;
    right: 0px;
    top: 90px;
    background: #494e57;
    max-width: 150px;
    padding: 0px 0px;
    border-radius: 0 0px 150px 140px;
    border-top: 5px solid #7f6cbe;
    z-index: 99999;
    border-radius: 0;
}

.treatment-info_block .item_block .info_block h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 40px !important;
}
.review_main_block .review_item_block .inner_block {
    background: white;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 16px 0px 16px 16px;
    padding: 20px;
    box-shadow: 4px 4px 14px 6px hsl(219deg 9% 31% / 15%);
    position: relative;
    padding-left: 32px;
    height: auto !important;
}

.review_main_block .review_item_block .inner_block {
    background: white;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 16px 0px 16px 16px;
    padding: 20px;
    box-shadow: 4px 4px 14px 6px hsl(219deg 9% 31% / 15%);
    position: relative;
    padding-left: 32px !important;

}
.abouts_main_block .about_item_block p {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px !important;
}

.cus_imgdct a img {
    width: 100%;
}
.header-menu .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #494E57;
    background: black !important;
}
.header-menu .navbar .navbar-nav.Clinic_menu .nav-item .nav-link_button {
    position: relative;
    z-index: 99;
    border: 2px solid white;
    border-radius: 40px;
    padding: 4px 20px;
    /* background: rgb(48,145,227); */
    /* background: linear-gradient(90deg, rgba(48,145,227,1) 0%, rgba(131,45,172,1) 35%, rgba(174,45,164,1) 100%); */
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255) !important;
    color: rgb(255 255 255) !important;
    margin-top: 5px;
}

.features_dashblock .features_list_block .nav-itmes {
    width: 100% !important;
    float: left;
}
a#hover_heart {
    display: none;
}
a#hover_heart i {
    float: left;
    position: absolute;
    left: 34%;
    padding-bottom: 21px;
}
}


/*End*/




.cus_imgdct a img {
    width: 20%;
}

.cus_imgdct img {
    width: 42px;
}


.info_blocks a {
    float: right;
}

.footer_main_block .map_block {
    display: block;
    height: 240px;
    padding: 0;
    margin-top: 15px;
}




.details_block {
    height: 190px;
}

footer.footer_block.footer_main_block {
    background: url(../images/footer_img.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


ul.navbar-nav.Clinic_menu img {
    background: url(../images/locatoin_icon.png) !important;
}









.drvideo_main_block .vid_playbox {
    display: block;
    width: 100%;
    border: 1px solid rgb(221 221 221 / 10%);
    height: 195px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center!important;
}



.drvideo_main_block .vid_playbox img {
    width: 100%;
    height: 100%;
}



.review_main_block .review_item_block .inner_block {
    background: white;
    overflow: hidden;
    border: 1px solid rgb(221 221 221 / 48%);
    border-radius: 16px 0px 16px 16px;
    padding: 20px;
    box-shadow: 4px 4px 14px 6px hsl(219deg 9% 31% / 15%);
    position: relative;
    padding-left: 135px;
    height: 210px;
}
.about_item_block {
    box-shadow: 0px 2px 2px #ccc;
    background-color: #fff;
    padding: 40px 20px 10px 20px;
}


.abouts_main_block .about_item_block .imgbox_block {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 0px !important;
}
/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/
/*-------------------------------- Responsive code  --------------------*/

 @media only screen and (max-width: 767px){
.abouts_main_block .about_item_block p {
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0 39px !important;
}
}

 .img_locationn {
    background: url(../images/locatoin_icon.png) !important;
    background-repeat: no-repeat !important;
    height: 31px;
    width: 14% !important;
    background-size: contain !important;
    margin-left: -23px !important;
    float: left;
}