.navbar-brand-wrapper {
    border-bottom: 1px solid #4d4d4f !important;
    padding-bottom: 70px;
    width: 90%;
    margin: 0 auto;
}
.nav-profile img {
    width: 60px;
    margin: 0 auto;
}
.nav-custom li a {
    color: #fff !important;
}
.nav-custom li a span {
    position: relative;
    left: 21px;
    font-size: 18px;
    color: #ea691f;
}
.banner-img img{
    object-position: bottom;
}
.nav-custom li a::after  {
    color: #f1f2f2 !important;
}
.c-main-panel .content-wrapper { 
    background: #4d4d4f;
}
.justify-center-center{
    justify-content: center;
}
.dis-p{
    color: #fff;
    line-height: 180%;
    font-size: 15px;
}
.thumb-video {
    position: relative;
    cursor: pointer;
}
.icon-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-video a {
    display: block;
    width: 100px;
}
section.modal-c {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    transition: 0.5s ease all;
    visibility: hidden;
}
section.modal-c.active{
    visibility: visible;
}
.modal-c-inner a {
       display: flex;
    justify-content: flex-end;
    position: absolute;
    top: -23px;
    right: -20px;
}
.bottom-sec{
    padding: 60px 0;
    background: #f9c506; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #f9c506 8%, #ff7400 42%, #ff7400 78%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #f9c506 8%,#ff7400 42%,#ff7400 78%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #cc5f04 8%,#ff7400 42%,#ff7400 78%);
background-position-y: 105px;
    background-position-x: -145px;
    
}
.bottom-sec-inner p {
    margin-bottom: 35px;
    color: #fff;
}
footer.footer.background-color {
    background-color: #4d4d4f;
}
footer.footer.background-color span.text-muted.text-center.text-sm-left.d-block.d-sm-inline-block {
    color: #fff !important;
}
.footer a {
    color: #ffffff;
    font-size: inherit;
}
 .navbar-dropdown a.dropdown-item {
    color: #6d6f71 !important;
    font-size: 15px !important;
    line-height: 1;
}
form#frm input, form#frm textarea {
    border-radius: 0;
    padding: 13px !important;
    border-color: #4d4d4f;
}
form#frm button {
    border-radius: 0;
    padding: 10px 35px;
    background-color: #6d6f71;
    border-color: #6d6f71;
}
.video { 
    border-bottom: 5px solid #6d6f71; 
}
.readmore a.more { 
    color: #6d6f71 !important; 
}
.navbar .navbar-menu-wrapper{
    height: 60px !important;
    width: calc(100% - 300px);
}
.navbar.fixed-top + .page-body-wrapper{
    padding-top: 60px !important;
}
 
.faq-q { 
    border-color: #ea691f !important; 
}
.faq-q::before { 
    background-color: #ea691f !important; 
}
.content-wrapper {
    padding: 15px;
    background: #4d4d4f !important;
}
 
form#frm {
    background-color: #fff;
    padding: 50px !important;
}
 
.sidebar{
    width: 300px !important;
    min-width: 300px !important;
}
.bg-main-color .content-wrapper{
    background-color: #d1d3d4 !important;
}
@media screen and (max-width: 991px){
    ul.navbar-nav.navbar-nav-right.nav-custom {
        font-size: 8px !important;
        display: none !important;
    }
    .navbar .navbar-menu-wrapper { 
        width: calc(100% - 0px);
    }
    button.navbar-toggler.navbar-toggler-right.d-lg-none.align-self-center {
        float: right;
        width: 100%;
        justify-content: flex-end;
        display: flex;
    }
    .content-wrapper .text-primary {
        font-size: 18px; 
    }
    .dis-p { 
        line-height: 200%;
        font-size: 13px;
        padding: 15px;
    }
    .icon-video img {
        width: 70px;
        margin: 0 auto;
        display: flex;
    }
    .banner-img img { 
        height: 240px; 
    }
    .navbar-brand-wrapper { 
        width: 100%; 
    }
    a.navbar-brand.brand-logo-mini {
        margin: 0 !important;
    }
    .video img {
        width: 100%;
    }
}
@media screen and (max-width: 991px){
    .sidebar-offcanvas { 
        max-height: calc(100vh - 60px);
        top: 60px; 
    }
}
.discription ul{
        column-count: 1 !important;
}
.modal-c-inner {
    position: relative;
}

.sidebar-icon-only ul.nav span.menu-title {
    display: none !important;
}
a.navbar-brand.brand-logo-mini{
    display: none;    
}
.sidebar-icon-only a.navbar-brand.brand-logo-mini{
    display: block;    
}

.sidebar-icon-only a.navbar-brand.brand-logo{
     display: none;
    
}

.his_table #secondtd label {
    margin: 15px 0 0 !important;
    display: inline-block;
}

.his_table th, .his_table td {
    padding: 20px 5px !important;
    vertical-align: middle;
}
label.p-relative {
    position: relative;
    display: block;
    padding-top: 0px !important;
}

/* For select box on plan note page */
/* Author : Shailendra Sharma */

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #333 !important;
} 
.select2 .select2-container .select2-container--default .select2-container--focus {
	border: 1px solid #333 !important;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #333 !important;
}
.select2-search__field {
	background-color: white !important;
}
.select2-dropdown .select2-dropdown--below {
	border: 1px solid #333 !important;
}
.select2-results {
	/* background-color: #444; */
	height: 100px;
	color: #222;
}
.select2-results__options {
	height: 100px;
}
body {
	background-color: #222;
	padding: 20px;
}
small {
	color: white;
}
.contains {
	background-color: #333;
	width: 500px;
	display: inline-block;
	padding: 20px;
	border-radius: 5px;
}
.privacy-policy{
	z-index: 99999 !important;
	padding-left: 5%;
	padding-right: 5% !important;
}


