html{
    height: 100%;
}
body{
/*background:#f1f1f1;*/
background: #ffffff;
padding-bottom: 70px;
min-height: 100%;
position:relative;
}
/*.csstext a{
color: #fff;
}*/
.bg-light-pink{
background-color: #f1dee6;
}
.video-wrapper video{
width:100%;
height: 400px;
}
.doctorbox{
/*margin-top: 40px;*/
}
.dr-content{
margin-bottom: 20px;
float: left;
margin-right: 30px;
}
.dr-content img{
width: 85px;
border-radius:100px;
}
.contentbox h3{
font-size: 20px;
margin-bottom: 2px;
color: #7b0a52;
}
.contentbox h4{
font-size: 12px;
margin-bottom: 2px;
color: #fba686;
}
.contentbox p{
font-size: 10px;
}
.footertext p{
 font-size:10px;  
 text-align: justify; 
}
.footertext img{
/*width: 100px;
margin-right: 15px;
float: left;*/
max-width: 120px;
text-align: center;
}
.secondtext{
padding: 0px 20px 0px 20px;
}
.bg-orenge{
background-color: #f06834;
}
a:hover, a:focus {
    color: #1677e3;
    text-decoration: none !important;
}
.selectbox {
background: #fff;
font-size: 15px;
color: #000;
margin-bottom: 10px;
border-radius: 10px;
border: solid 1px #d2d2d2;
}

.selectbox a {
    color: #808185;
    display: block;
    padding: 2px 10px;
}
.selectbox a:hover {
    color: #000;
}
.selectbox a div {
    color: #565759;
    background: #fff;
}

.selectboxcolor {
    background: #7b0a52 !important;
}
.selectboxcolor a {
    color: #fff !important;
}



.custom-card ul li{
list-style: none;
}
.mb-6{
margin-bottom: 60px !important;
}
.mb-7{
margin-bottom: 70px !important;
}

a.btnsuccess{
color: #de2a19 !important;
}
a.btndanger{
color: #de2a19 !important;
}

.footerlogo {
   margin:10px 0px;
}
.footerlogo img {
   height:50px;
}

input[type="email"],input[type="text"], input[type='password'], input[type='textarea']{
   /* border-radius:50px;*/
}
.btn{
    border-radius:50px;
    padding-left:20px;
    padding-right:20px;
}

footer{
/*border-radius: 25px 25px 0px 0px;
box-shadow: 0px 5px 14px 6px #fff;*/
bottom: 0;
position: absolute;
width: 100%;
}
.navbar-light .navbar-toggler{
    border:none;
    color:#000;
position: absolute;right: 0px;}
.navbar-toggler-icon{
    color:#000 !important;    
filter: brightness(0);}

.btn-primary{
    padding-left:35px;
    padding-right:35px;
    background:#de2a19;
    border:1px solid #de2a19;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    /*background-image: linear-gradient(#ab2537, #5f2d6c);*/
    background: #18a9ac;
}

.dark-background{
    background:#2A1D7B;
}
.btn-full-width{
    width: 100%;}
.btn-danger{
    background:#BB1622;
    border:1px solid #BB1622;
}
.dark-background .custom-card h1{
text-align:center;
font-size:25px;
color:#fff;
padding-top:30px;
padding-bottom:0px;
}
.dark-background .custom-card p{
color:#fff;
text-align:center;
padding-bottom:20px;
}
.custom-card h1{
text-align:center;
font-size:22px;
color:#000;
padding-top: 10px;
padding-bottom:25px;
font-weight: 700;
}

.formbox {
    background: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    margin-top: 50px;
}

.custom-card{
padding:20px;
background:#fff;
margin-bottom:10px;
border-radius:10px;
overflow:hidden;
margin-top:10px; 
}
.custom-card{
margin-top: 0px;
/*margin-bottom: 11%;*/
}

.custom-heading{
padding:20px 20px 0px 20px;
background:#fff;
margin-bottom:10px;
border-radius:10px;
overflow:hidden;
margin-top:10px;
}

.custom-heading h1{
text-align:center;
font-size:25px;
color:#000;
padding-top: 10px;
padding-bottom:0px;
font-weight: 700;
}

.logo img{
width:140px;
margin-top: 0px;
margin-right: 40px;
}
.show-mob{display:none}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-5{padding-bottom:5px;}
.mb-5{margin-bottom: 50px !important;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:36px;}
@media only screen and (min-width: 320px) and (max-width: 440px) {

.footerlogo img {
   height:35px;
}

.navbar.navbar-expand-lg.navbar-light.bg-light{
    height:50px;
}
.logo img{
width:100px;
}
/*.logo{
left: 40px;
position:absolute;
border-radius: 5px;overflow: hidden;}*/

.navbar-light .navbar-brand{
margin-right: 0px;
display: block;
position: absolute;
left: 150px;
}
.menu-close-btn{
float:right;
}
.menu-close-btn i{
font-size:25px;
color:grey;
}

.navbar-light .navbar-nav .nav-link{
border-bottom:1px solid #ccc;
font-size:20px;
text-align:center;
}
.custom-card{
padding-left:0px;
padding-right:0px;
padding-top: 0px;
padding-bottom: 3%;
}
.navbarRight{
position: absolute;
right: 40px;
}

/*.navbar-nav>.active>a {
    background-color: #C0C0C0;
    color: green;
}*/

@media (min-width:768px) {}

/*******************************Savitri CSS START***************************/

@media (max-width: 1024px) {}
@media (max-width: 768px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {}

/*****************Boostrap aditional cass*****************/

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}