﻿@charset "utf-8";
/* CSS Document Shubham css Start here */
html{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
     
}
form {
    height: 100%;
}
h1,h2,h3,h4,h5{font-family: 'Eczar', serif !important; font-weight:bold; }
a:hover{
    text-decoration: none;
}
/*
section.slider .carousel-inner {
    border-top: 3px solid #ffdfd3 !important;
}
section.slider {
    margin-bottom:5px;
}*/
section.slider {
    background: #ffbda5;
    padding: 10px 10px;
}
header {
    padding: 0;
    background: rgba(0, 0, 0, 0.39);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
    top:0;
}
/*header.fixed-header {
    padding: 0;
    background: transparent;
    transition: 0.3s;
    top:0;
    position: fixed;
    left:0;
    right: 0;
}*/
nav.navbar.navbar-expand-sm.bg-dark.navbar-dark {
    background: #ca592e !important;
    border-color: #ca592e;
    padding: 0px;
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    /*margin-bottom: 5px;*/
}

.custom_navigate{padding-left:30px;padding-right:30px;}
ul.navbar-nav.navigation_ul {
    margin-left: 50px;
}
ul.navbar-nav.navigation_ul li {
    /* margin-right: 8px; */
}
.navbar-dark .navbar-nav .nav-link {
    color: #018baf !important;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    padding: 34px 15px;
}
ul.navbar-nav.navigation_ul.ml-auto li a.active {
    background: #a24927;
}
/*a.nav-link.active {
    border: 2px solid #018baf;
    border-radius: 24px;
    padding: 6px 20px !important;
}*/
.navbar-dark .navbar-brand img {
    height: 56px;
}
.navbar-dark .navbar-brand {
    padding-left: 0px;
}
.right_num {
    height: 100%;
    padding: 18px 15px;
    background: #554da7;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.right_num i {
    font-size: 23px;
    margin-right: 6px;
}
section.slider .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(222, 228, 228, 0.48);*/
}

section.choose_your {
    background: #fff3e6;
    padding: 50px 0px;
    text-align: center;
}
h3.top_head {
    color: #554da7;
    font-size: 32px;
    margin-bottom: 34px;
    position: relative;
    text-transform: uppercase;
}
.pad-00 {
    padding: 0;
}
.serv_img img{width:100%;}
.serv_img::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    content: "";
}
.serv_img.sro1::before {background: rgba(216, 123, 30, 0.5);}
.serv_img.sro2::before {
    background: rgba(1, 139, 183, 0.6);
}
.serv_img.sro3::before {
    background: rgba(53, 182, 176, 0.6);
}
.serv_img.sro4::before {
    background: rgba(73, 53, 182, 0.4);
}
.serv_img.sro5::before {
    background: rgba(147, 45, 126, 0.7);
}
.serv_img.sro6::before {
    background: rgba(41, 171, 123, 0.7);
}
.serv_img.sro7::before {
    background: rgba(72, 116, 14, 0.62);
}
.serv_img.sro8::before {
    background: rgba(173, 117, 15, 0.7);
}
.serv_caption {
    position: absolute;
    bottom: -35%;
    left: 0;
    right: 0;
    top: auto;
    padding: 10px 10px;
    transition: 0.5s;
}
.serv_caption h3 {
    color: #fff;
}

.doc_img img {
    width: 100%;
}
section.about_doctor {
    padding: 50px 0px;
}
.about_doc_wrapp {
    background: #eff3f6;
    height: 100%;
    padding: 0px 20px;
	display:flex;
}
p.top_sx {
    margin-bottom: 5px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
}
.about_doc_wrapp h4 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #554da7;
}
p.qualificate {
    text-align: center;
    color: #888;
}
p.qualificate {
    color: #888;
    text-align: center;
}
.about_doc_wrapp h5 {
    text-align: center;
    font-size: 16px;
}
p.content_dr {
    color: #777;
    text-align: justify;
    margin-top: 20px;
    line-height: 35px;
}
.all_div_center {
    align-self: center;
}
.button_center {
    text-align: center;
				margin-top:30px;	
}
.button_center a.btn.btn-custo {
    background: #554da7;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 30px;
    letter-spacing: 2px;
}
.speci_doc{
  display: flex;
  flex-direction: column;
		height:100%;
}
.spec_item {
    width: 100%;
    height: 25%;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #554da7;
}
.spec_item:last-child{border-bottom:none !important;}
.si_wr {
    align-self: center;
    margin: 0 auto;
}
.si_wr img {
    max-width: 50px;
}
.si_wr h5 {
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 20px;
}
.si_wr {
    text-align: center;
    align-self: center;
}
section.testimonial {
    background-image: url(../images/about-section.jpg);
    background-repeat: repeat;
    padding: 40px 0px;
    text-align: center;
}
.pat_wrapp {
    text-align: center;
}

.pat_wrapp {
    text-align: center;
}

.pat_wrapp {
    text-align: center;
    background: #ebe1ca;
    margin: 0 auto;
    /* padding: 15px 15px 10px 15px; */
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
}
.pat_content {
    padding: 15px;
}
.pat_content h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    color: #55a9dc;
}
.pat_content h3 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #8e8e8e;
    letter-spacing: 1px;
    margin-top: 6px;
    text-transform: capitalize;
}

.pat_content p {
    
    margin: 6px 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Noto Sans';
    color: #5e6d77 !important;
}



.pat_content p i.fa.fa-quote-left {
    position: absolute;
    left: -30px;
    font-size: 25px;
    color: #ddd;
}
.pat_content p i.fa.fa-quote-right {
    position: absolute;
    right: -30px;
    font-size: 25px;
    color: #ddd;
}
button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    border: 2px solid #bdafa0 !important;
    margin: 0px 5px;
    border-radius: 50%;
}
button.owl-dot.active {
    background: #bdafa0 !important;
}
.owl-dots {
    margin: 38px 0px;
}
.part_icon {
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    border: 5px solid #f9f9f9;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.part_icon img {
    width: 100%;
}
section.testimonial h3.top_head {
    color: #554da7;
    font-size: 32px;
    margin-bottom: 60px;
}
section.testimonial h3.top_head::before {
    background: #554da7;
}
span.surgery_txt {
    display: block;
    font-size: 23px;
    font-weight: normal;
    margin-top: 5px;
}
.serv_caption h3 {
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}
.serv_caption h3::before {
    position: absolute;
    content: "";
    bottom: -35px;
    border-top: 20px solid rgba(255, 255, 255, 0.52);
    border-right: 14px solid transparent;
    left: 0;
    border-left: 14px solid transparent;
    right: 0;
    margin: 0 auto;
    width: 30px;
}

.content_color {
    background: #e79748;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.content_color h5 {
    text-transform: uppercase;
    letter-spacing: 1vw;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    padding-top: 15px;
}
.content_color h4 {
    font-size: 30px;
    color: #fff;
    padding-top: 3px;
}
.content_color .action {
    padding: 16px 0px;
				padding-bottom:25px;
}
.content_color .action a {
    padding: 6px 30px;
    background: #fff;
    color: #737272;
    font-size: 17px;
    text-decoration: none;
}
.service_wrapp {
    overflow: hidden;
    position: relative;
}
.service_wrapp:hover .serv_caption{
    bottom:0%;
}

section.slider img {
    width: 100%;
}
footer {
    text-align: center;
    padding: 25px 0px;
    background: #632d19;
    font-family: 'Eczar', serif !important;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 25px;
}
ul.list-unstyled.f_links li {
    line-height: 30px;
    text-align: left;
}
ul.list-unstyled.f_links li a {
    color: #c2c2c2;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}
ul.list-unstyled.f_links li a i {
    position: absolute;
    left: 0;
    line-height: 40px;
}
ul.list-unstyled.add_s li{
	color: #c2c2c2;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
	}
ul.list-unstyled.add_s i {
    position: absolute;
    left: 0;
    line-height: 30px;
}
.address_info {
    text-align: left;
    border-bottom: 1px solid #5c5691;
}
.address_info h5 {
    font-size: 16px;
    color: #e1e1e1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.pad-r-60 {
    padding-right: 70px;
}
.bottom_footer {
    background: #562715;
    padding: 14px 15px;
}
.bottom_footer p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Eczar', serif !important;
    font-size: 15px;
}
.bottom_footer a {
    color: #fff;
}
h3.top_head::before {
    width: 100px;
    height: 3px;
    background: #554da7;
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.navbar-dark .navbar-nav .nav-link.active::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: -14px;
    background: #554da7;
    left: 0;
    right: 0;
    max-width: 57px;
}
.navbar-dark .navbar-nav .nav-link.active::after{
    position: absolute;
    content: "";
    border-bottom: 10px solid #554da7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 0;
    right: 0;
    max-width: 10px;
    margin: 0 auto;
    bottom: -14px;
}*/
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
    background: #000000;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
}
section.three_clms .row {
    margin-top: -20px;
}
.padd-00 {
    padding: 0;
}
.product_tlss {
    background: #4382FF;
    padding: 30px 35px;
    color:#fff;
    text-align:center;
}
.product_tlss h4 {
    font-weight: 100;
    margin-bottom: 15px;
    margin-top: 10px;
}
.miid_pnt .product_tlss {
	margin-top: -20px;
    box-shadow: 0 3px 20px rgba(0,0,0,.25);
    z-index: 1;
    background-color: rgb(35, 85, 184);
}
a.bt_bb_link {
    background: #fff;
    padding: 10px 20px;
    font-weight: 500;
    color: #444;
    display: inherit;
}
.btn_wrrrps {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}
.miid_pnt .product_tlss .btn_wrrrps {
    margin-top: 30px;
}
.product_tlss .box_icon {
    border-radius: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center;
}
.product_tlss .box_icon {
    border-radius: 100%;
    display: inline-block;
    padding: 20px;
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center;
    background: #2355b8;
}
.miid_pnt .product_tlss .box_icon{background:#4382FF;}
.product_tlss p {
    font-weight: 300;
    letter-spacing: 0.21px;
    font-size: 16px;
}
.testi_monial .owl-nav button.owl-prev {
    left: -20px !important;
    margin: 0;
    color: #554da7 !important;
}
.testi_monial .owl-nav button.owl-next {
    right: -20px !important;
    margin: 0;
    color: #554da7 !important;
}
.testi_monial .owl-nav button {
    border: 1px solid #e8ebf3!important;
    background: #fff !important;
    top: 48%;
    top: 48%;
    font-size: 26px !important;
    opacity:1 !important;
}
.testi_monial .owl-nav button:hover{background:#eee !important;}
section.notice_line {
    background: #e56a3b;
    padding: 0px;
    position: relative;
}





section.three_clms {
    padding-bottom: 40px;
}
section.course_wro {
    padding: 40px 0px;
    text-align: center;
    position: relative;
    background: #e9ecf3;
}
.corsd img {
    width: 100%;
}
.corsd {
    padding: 25px 20px;
    background: #f1f2f3;
    margin-top: 25px;
    border-radius: 4px;
    border: 1px solid #e0e4ed;
}
.corsd a.book_btn {
    padding: 8px 30px;
    background: #554da7;
    display: inherit;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
}

ul.list-unstyled.add_s li {
    color: #c2c2c2;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 11px;
}


/* ===============UP AWAS NIGAM Start======================   */
.time {
    color: #fff;
    font-size: 12px;
    padding: 6px 0px;
}
span#datetime {
    margin-left: 5px;
}
ul.list-unstyled.top_nav {
    text-align: right;
    font-size: 12px;
    margin-bottom: 0px;
}
ul.list-unstyled.top_nav li a{
    color: #fff !important;
    opacity: 1;
}
ul.list-unstyled.top_nav li {
    padding: 6px 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    display: inline-block;
}
/*.custom_navigate a.navbar-brand img {
    max-width: 83px;
    width: 100%;
    height: auto;
}*/
.custom_navigate a.navbar-brand img {
    max-width: 350px;
    width: 100%;
    height: auto;
}
ul.navbar-nav.navigation_ul li:last-child {
    margin-right: 0;
}
ul.list-unstyled.top_nav li:last-child{border:none;}

.about_doctor {
    background-image: url(../images/about-section.jpg);
    background-repeat: repeat;
    padding: 30px 0px;
}
.about_doctor h3 {
    color: #5d380c;
    margin: 15px 0px;
    padding: 0px;
    font-weight: bold;
}
.abts_wrapp p {
    color: #513718;
    text-align: justify;
    font-family: 'Eczar', serif !important;
    line-height: 33px;
    font-weight: 500;
}
.newsscroll .news-item {
    padding: 5px 6px;
    margin: 0px 0px 10px 0px;
    background-color: #F9F5EC;
    font-size: 14px;
}
.newsscroll .news-item  {
    padding: 5px 6px;
    margin: 0px 0px 10px 0px;
    background-color: #F9F5EC;
    font-size: 14px;
}
li.news-item{
    font-family: 'Eczar', serif !important;  
    border-left:3px solid salmon; 
}
li.news-item a{
    color: #513718;
}
li .ndate{
    margin-bottom:0px;
}

a.btn.btn-aur-dekhe {
    background: #e56a3b;
    color: #fff;
    padding: 8px 20px;
}
.nws_wrd {
    min-height: 313px;
}
.tender_list {
    background: #ffd0bf;
    min-height: 298px;
    margin-bottom: 15px;
    padding: 12px 10px;
    border: 4px solid #ffb79c;
}
ul.list-unstyled.tnds_l li {
    font-family: 'Eczar', serif !important;
    font-size: 14px;
    padding: 5px 6px;
    margin-bottom: 5px;
    background: #ffd5c6;
    border-left: 3px solid #ff8a37;
}
ul.list-unstyled.tnds_l li a{
    color: #513718;
}
.tender_list {
    background: #fff0eb;
    min-height: 298px;
    max-height: 298px;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 4px solid #ffd5c6;
}
section.icont_txt {
    padding: 30px 0px;
    background: #ebebeb;
}
.quality_wrp{
    padding: 10px 0px;
    position: relative;
    padding-left: 95px;
}
.quality_wrp.s01{
    background: #f57c00;
}
.quality_wrp.s02{
    background: #2e97ce;
}
.quality_wrp.s03{
    background: #72b41d ;
}
.quality_wrp.s04{
    background: #009688;
}
.quality_wrp h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}

.quality_wrp .icon_sec img {
    width: 100%;
    max-width: 48px;
}
.quality_wrp .icon_sec {
    position: absolute;
    width: 85px;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.33);
    text-align: center;
    padding-top: 17px;
}
.project_img img {
    width: 100%;
}
.pat_content h4 {
    font-weight: normal;
    color: #e56a3b !important;
    margin-top: 15px;
    text-align: left;
    font-family: 'Eczar', serif !important;
    font-size: 24px;
    border-bottom: 1px solid #757575;
    padding-bottom: 5px;
    padding-left: 15px;
}
.pat_content p {
    margin: 6px 0;
    font-size: 16px;
    line-height: 30px;
    font-style: inherit;
    font-family: 'Eczar', serif !important;
    color: #383838 !important;
    text-align: justify;
}
a.btn.btn-project {
    border: 1px solid #e56a3b;
    color: #ffffff;
    font-size: 15px;
    border-radius: 0;
    padding: 5px 25px;
    background: #e56a3b;
    font-weight: 600;
}
.pat_content .align_btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
section.testimonial h3.abts_hdl {
    color: #5d380c;
}
section.cmd_mission {
    padding: 40px 0px;
    background: #efeded;
}
.cmd_message {
    background: #f9f5ec;
    padding: 25px 15px;
    text-align: justify;
    border: 1px solid #ead8b1;
}
.cmd_message h3 {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
}
span.cmd_nm {
    display: block;
    font-size: 18px;
    margin-top: 7px;
    color: #db5725;
}
.cmd_message p {
    color: #513718;
    text-align: justify;
    font-family: 'Eczar', serif !important;
    line-height: 29px;
    font-weight: 500;
}
.cmd_img img {
    width: 100%;
    border-radius: 50%;
    padding: 0px;
    padding-top: 19px;
}
.cmd_img {
    width: 125px;
    height: 125px;
    margin: 0px auto;
    margin-bottom: 25px;
    background: #f27d51;
    border-radius: 50%;
    overflow: hidden;
}
.mission_content {
    background: #ffdfd3;
    padding: 28px 15px;
    border: 1px solid #e8cec5;
    margin-top: 25px;
}

.mission_content p {
    color: #513718;
    text-align: justify;
    font-family: 'Eczar', serif !important;
    line-height: 33px;
    font-weight: 500;
}
.mission_content h3 {
    color: #5d380c;
    margin: 15px 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 24px;
}
.misc_wr {
    position: relative;
    padding-left: 110px;
}
.icon_img {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    background: #e56a3b;
    border-radius: 50%;
    padding: 10px;
    margin-top: 15px;
}
.icon_img img {
    width: 100%;
}
footer p{
    margin-bottom: 0px;
}
ul.list-unstyled.foo_link li {
    display: inline-block;
    margin: 5px 11px;
    position: relative;
}
ul.list-unstyled.foo_link li::after {
    position: absolute;
    content: "|";
    right: -15px;
}
ul.list-unstyled.foo_link li a {
    color: #fff;
    font-size: 16px;
}
ul.list-unstyled.foo_link li:last-child::after {
    display: none;
}



ul.navbar-nav.navigation_ul.ml-auto li a {
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

ul.navbar-nav.navigation_ul.ml-auto li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background: #a24927;
    right: 50%;
    bottom: 0px;
    z-index: -1;
}
ul.navbar-nav.navigation_ul.ml-auto li a:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    background: #a24927;
    left: 50%;
    bottom: 0px;
    z-index: -1;
}
ul.navbar-nav.navigation_ul.ml-auto li a:hover:before, ul.navbar-nav.navigation_ul.ml-auto li a:hover:after {
    width: 50%;
}
ul.navbar-nav.navigation_ul.ml-auto li a:hover:before, ul.navbar-nav.navigation_ul.ml-auto li a:hover:after {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.cmd_message h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.l_r {
    padding-right: 35px;
    border-right: 1px solid #e3b8a8;
}
.r_l{
    padding-left: 35px;
}
.cmd_img.lst {
    width: 90px;
    height: 90px;
}

.sub_strss.show {
    border: none;
    border-radius: 0;
    background: #eb9c7e;
    padding: 0px;
    min-width: 13rem;
    top:98%;
}
.sub_strss.show a.dropdown-item {
    color: #000 !important;
    padding: 7px 10px;
    border-bottom: 1px solid #ca592e;
}
.sub_strss.show a.dropdown-item:hover, .sub_strss.show a.dropdown-item:focus{
    background:#ca592e;
    color: #fff !important;
}
ul.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    margin-top: 3px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
.breadcrumb h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}
.breadcrumb {
    margin-bottom: 0px;
    padding: 0.5rem 1rem;
}
section.inner_pages {
    padding: 40px 0px;
}
.quick_link_wrapp h2 {
    font-size: 19px;
    background: #C33;
    text-align: center;
    padding: 12px 10px;
    color: #fff;
    font-weight: normal;
}
.quick_link_wrapp li {
    margin-bottom: 10px;
    border-left: 3px solid #e56a3b;
}
.quick_link_wrapp li a {
    color: #707070;
    padding: 8px 15px;
    display: block;
    background: #ffe6dc;
}
.quick_link_wrapp li a:hover {
    background: #e56a3b;
    color: #fff;
}
/* ===============UP AWAS NIGAM End======================   */

/*section.dash_page {
    background: #edf0f5;
    min-height: 100%;
    padding: 30px 0px;
    padding-top: 120px;
}*/
section.dash_page {
    background: #edf0f5;
    min-height: 100%;
    padding: 30px 0px;
    padding-top: 51px;
}
.card {
    -webkit-box-shadow: 0px 2px 4px rgba(31,30,47,0.1);
    box-shadow: 0px 2px 4px rgba(31,30,47,0.1);
    margin-bottom: 24px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    width: 100%;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    color: White;
    margin-bottom: 20px;
}
.table_wrapp thead th, .table_wrapp  th {
    font-size: 13px;
    color: #292929;
    background: #edf0f5;
    border-bottom: 1px solid #9a9a9a;
    border-top:1px solid #9a9a9a;
    vertical-align: middle;
}
.table_wrapp tbody td {
    font-size: 13px;
    color: #232323;
    border-top:1px solid #9a9a9a;
}
table.table.table-centered.table-hover.mb-0 {
    border: 1px solid #9a9a9a;
}
.form-group span {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #232323;
}
.card-body .form-control {
    border: 1px solid #9a9a9a;
    max-height: 34px;
}
.align-right {
    text-align: right;
}
.top_hdd h3 {
    margin-bottom: 0px;
    font-size: 16px;
}
.brc_wrp {
    padding: 10px 0px;
}
.top_hdd {
    margin-bottom: 15px;
}
.top_hdd h3 {
    line-height: 35px;
}
.table_wrapp.table-responsive tbody tr td, .table_wrapp.table-responsive table tbody tr td {
    padding: 5px 7px !important;
    vertical-align: middle;
}
.card-body .form-group {
    margin-bottom: 10px;
}


.sub_strss.show {
    border: none;
    border-radius: 0;
    background: #eb9c7e;
    padding: 0px;
    min-width: 13rem;
    top:98%;
}
ul.navbar-nav.navigation_ul.backend_menu .sub_strss.show a.dropdown-item {
    color: #021240 !important;
    padding: 6px 10px !important;
    border-bottom: 1px solid #021240;
    font-size: 16px;
    background: #fbfbfb;
    font-weight: 700;
}
.sub_strss.show a.dropdown-item:hover, .sub_strss.show a.dropdown-item:focus {
    background: #9a9a9a !important;
    color: #fff !important;
}
textarea.form-control {
    min-height: 100px;
}
.if_img img {
    width: 100%;
}
span.prd_dt {
    display: block;
    margin-bottom: 5px;
    color: #c1c1c1;
}
.iframee_sec h2 {
    font-size: 15px;
    margin: 10px 0px;
    font-weight: normal;
}
.iframee_sec {
    padding: 15px;
    border: 2px solid #ddd;
    min-height: 494px;
    max-height: 494px;
    overflow-y: auto;
}
.if_img img {
    max-width: 180px;
}
span.prd_dt {
    display: block;
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 14px;
}
.prg_wp {
    background: #fff3ef;
    padding: 10px;
    border-radius: 5px;
    position:relative;
}
.send_by {
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    right: 10px;
}
.prg_wp {
    background: #fff3ef;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}
.padd-30 {
    padding-top:30px;
}
a.canvasjs-chart-credit {
    display: none;
}
button.btn.btn-outline-primary.btn-block.btnview {
    color: #444;
    border: 1px solid #9a9a9a;
    background: #f9f9f9 !important;
    padding: 3px 10px !important;
    /*width: auto !important;*/
}
button.btn.btn-outline-primary.btn-block.btnview i.fa.fa-eye {
    font-size: 16px;
    padding: 6px 2px;
}
.lables {
    height: auto;
    background-color: rgba(131, 186, 186, 0.18);
    padding: 5px 15px;
    border: 1px solid #b7d0d0;
}
.top_fls {
    width: 100%;
    padding: 6px 15px;
    background: #f1f1f1;
    margin-bottom: 15px;
}
.custom_navigate {
    display: none;
}
ul.list-unstyled.side_rt_lnk {
    margin-bottom: 0;
}
ul.list-unstyled.side_rt_lnk li {
    display: inline-block;
}
ul.list-unstyled.side_rt_lnk li a {
    color: #232323;
    font-size: 18px;
    padding: .5rem .8rem;
}
   ul.breadcrumb .align-right input.btn.btn-success {
    font-size: 12px;
}
   .notificat_tab th:first-child {
    width: 70px;
    padding-right: 5px;
    padding-left: 5px;
}
   .table_wrapp.table-responsive.notificat_tab table td, .table_wrapp.table-responsive.notificat_tab table th {
    border-right: none;
    border-left: none;
}
   .all_img_shw img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
   .all_img_shw {
    padding: 5px;
    background: #fff;
}
   .padd_60 {
    padding-top: 70px !important;
}
.do_wnat_dlt span {
    font-size: 16px;
    color: #ec0000;
    font-weight: 600;
}
.do_wnat_dlt {
    padding: 10px 15px;
    background: #ffe7e7;
    border-radius: 5px;
}
.user_warpp {
    padding: 15px 20px;
    background: #edf0f5;
    border-radius: 3px;
}
.user_warpp .form-control {
    height: auto;
}
.user_warpp .button_align {
    text-align: right;
    padding-top: 25px;
}
    .user_warpp .button_align .btn.btn-logins {
        display: block !important;
    width: 100%;
    }



ul.list-unstyled.top_fr_btn {
    display: inline-block;
}
.align-right ul.list-unstyled.top_fr_btn button.btn.btnview i {
    font-size: 18px;
}

ul.list-unstyled.top_fr_btn {
    display: inline-block;
    margin-right: 25px;
}
ul.list-unstyled.top_fr_btn li{
    display: inline-block;
    position:relative;
    top:3px;
}
ul.list-unstyled.top_fr_btn li i::before, ul.list-unstyled.top_fr_btn li i::after {
    font-size:16px;
}
ul.list-unstyled.top_fr_btn li+li:before {
    display: none;
}
td.check_btlp i.fa.fa-check-circle {
    top: 6px;
    position: absolute;
    color: #2b8636;
}
td.check_btlp {
    position: relative;
    width: 0px !important;
}
tbody#ContentPlaceHolder1_grdbodymember tr td {
    vertical-align: top;
}