/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #414141;
}

a {
    color: #313131;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #EF233C;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #EF233C;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #EF233C;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: #EF233C;
    background: transparent;
    box-shadow: inset 0 0 0 0 #EF233C;
    border-color: #EF233C;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #EF233C;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}

.img-align {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: green;
    background-color: white;
}

.txt-align {
    text-align: justify;
    text-justify: inter-word;
    font-size: 23px;
    font-weight: 700;
    color: #3d9270;
    background-color: rgb(224, 235, 229);
    padding: 50px 100px 10px 100px;
}

.txt-align1, .txt-align2 {
    text-align: justify;
    text-justify: inter-word;
    font-size: 17px;
}

.ul.b {
    list-style-type: square;
}
  
.gpimg {
    width: 140px !important;
    height: 123px !important;
    vertical-align: top !important;
}

#wapp {
    position: fixed;
    bottom: 13px;
    left: 15px;
}

@media (max-width: 991.98px) {   
    .txt-align {
        font-size: 17px;
        padding: 50px 30px 0px 30px;
    }
}

.breadcrumb {
    padding-top: -1px !important;
    padding-bottom: 0% !important;
    padding-left: 50px !important;
    background-color: transparent !important;
    font-size: 1rem !important;
}
.breadcrumb a:link {
    color: #621B00 !important;
}
.breadcrumb a:visited {
    color: #621B00 !important;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0 !important;
    font-size: 5px !important;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-width: 85%;
    max-height: 55px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: relative;
        width: 100%;
        padding: 30px 60px;
        background: transparent !important;
        background-color: #0c165c !important;
        border-bottom: 1px dashed rgba(256, 256, 256, .2);
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: #ffffff;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #EF233C;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #EF233C !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #111111 !important;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #111111 !important;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        font-size: 15px;
        color: #EF233C;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }

    .navbar .navbar-brand img {
        max-width: 50%;
        max-height: 55px;
    }
}

.image-bg {
    background-size: 570px 550px;
    background-image: url('/img/login-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    width: 100vw;
    height: 100vh;
}

/**********************************/
/********** Header1 CSS ***********/
/**********************************/
.header1 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 120px 0 0 0;
    overflow: hidden;
    background: linear-gradient(rgba(239, 35, 60, .95), rgba(239, 35, 60, .95));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header1 .container-fluid {
    padding: 0;
}

.header1 .header1-image {
    position: relative;
    text-align: right;
    padding-right: 75px;
}

.header1 .header1-image img {
    max-width: 80%;
    max-height: 80%;
}

.header1 .header1-content {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.header1 .header1-text p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.header1 .header1-text h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.header1 .header1-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.header1 .header1-text .typed-text {
    display: none;
}

.header1 .header1-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.header1 .header1-btn .btn {
    margin-top: 35px;
    color: #EF233C;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.header1 .header1-btn .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.header1 .header1-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .header1 {
        padding-top: 0px;
    }
    
    .header1 .header1-content {
        padding: 0 15px;
    }
    
    .header1 .header1-text p {
        font-size: 20px;
    }
    
    .header1 .header1-text h1 {
        font-size: 45px;
    }
    
    .header1 .header1-text h2 {
        font-size: 25px;
        height: 25px;
    }
    
    .header1 .header1-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .header1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .header1,
    .header1 .header1-text,
    .header1 .header1-btn {
        width: 100%;
        text-align: center;
    }
    
    .header1 .header1-text p {
        font-size: 18px;
    }
    
    .header1 .header1-text h1 {
        font-size: 35px;
    }
    
    .header1 .header1-text h2 {
        font-size: 22px;
        height: 22px;
    }
    
    .header1 .header1-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .header1 .header1-text p {
        font-size: 16px;
    }
    
    .header1 .header1-text h1 {
        font-size: 30px;
    }
    
    .header1 .header1-text h2 {
        font-size: 18px;
        height: 18px;
    }
    
    .header1 .header1-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }

    .gpimg {
        align-items: center;
    }    
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header p::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 11px;
    right: 0;
    left: -30px;
    background: #EF233C;
    z-index: -1;
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 11px;
    left: 3px;
    background: #EF233C;
    z-index: 1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/* For Carousel */
.middlework {
	background-image:url('../img/centre.png'); 
	background-size:contain; 
	background-position:center;
	height:auto;
    width:100%;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1.2s ease-in-out;
	-moz-transition: opacity 1.2s ease-in-out;
	-ms-transition: opacity 1.2s ease-in-out;
	-o-transition: opacity 1.2s ease-in-out;
	transition: opacity 1.2s ease-in-out;
	opacity:0.5;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/* For Carousel */


.intl {
    width : 150px;
    height: 70px;
    margin-bottom: 5px;
}

.indl {
    width : 163px;
    height: 40px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.lngt1 {
    max-width : 50%;
    height: 80%;
}

.lngt2 {
    max-width : 50%;
    height: 80%;
}

.xspc {
    margin-bottom : -4px;
}

.imgWdth {
    width : 50%;
    height: 40px;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    margin: -45px 0 45px 0;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: auto;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-content {
    padding: 0 60px;
}

.about .about-text p {
    font-size: 16px;
}

.about .skills {
    margin-bottom: 30px;
}

.about .skill-name {
    margin-top: 15px;
}

.about .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.about .skill-name p:last-child {
    float: right;
}

.about .progress {
    height: 10px;
    border-radius: 10px;
    background: #dddddd;
}

.about .progress .progress-bar {
    width: 0px;
    background: #EF233C;
    border-radius: 10px;
    transition: 2s;
}

.about .about-text a.btn {
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .about .about-content {
        padding: 45px 15px 0 15px;
    }
}


/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #EF233C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #EF233C;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 46px;
  right: 10px;
  z-index: 1;
  border: 10px solid;
  border-color: transparent transparent transparent #dddddd;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #EF233C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    background: #ffffff;
    position: relative;
    border-right: 5px solid #dddddd;
    box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #dddddd;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.service .service-item:hover {
    box-shadow: inset 800px 0 0 0 #EF233C;
}

.service .service-icon {
    position: relative;
    width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EF233C;
    background: #ffffff;
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #EF233C;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 120px);
    padding: 0 30px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 12px;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .service .service-text p {
        font-size: 14px;
    }
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #9cb1a9;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
}

.footer .footer-info h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
    }
}




.list {
    font-size: calc(12px + 8 * ((100vw - 500px) / 1500));
    text-align: justify;
    list-style-type: none;
    margin-top: -15px;
    margin-bottom: -10px;
}

.antispam {
    display: none;
}

.dropdown-menu li a {
    color: black !important;
}

.mfont {
    font-size: 10.2px;
}

.contact {
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
    height: auto;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid blue;
    background-color: white;
    font-size: 2.6vw;
    text-align: center;
    font-family: 'Alegreya', serif;
    display: block;
}

.contentbox {
    height: auto;
    padding: 20px;
    text-align: left;
    background-color: white;
    font-size: calc(12px + 8 * ((100vw - 500px) / 1500));
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

#Panchakarma .name-tag {
    width: 100%;
    height: auto;
    background-color: green;
    text-align: center;
    transition: transform .2s;
    margin-bottom: 8%;
}

.name-tag img {
    width: 100%;
    height: auto;
}

.name-tag p a {
    display: block;
    font-size: 20px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding-top: auto;
    padding-bottom: auto;
}

.name-tag:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.tab {
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
    overflow-y: scroll;
    font-family: 'Montserrat', sans-serif;
}

.tab li {
    list-style-type: none;
    vertical-align: center;
    padding: 2%;
    font-size: 16px;
    border-bottom: 1px solid brown;
    margin-left: -40px;
}

.panchakarmabg h1 {
    color: brown;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

h1 {
    color: brown;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 24px;
    color: green;
    font-family: 'Montserrat', sans-serif;
}

.pattern {
    /*background-image:url('.././img/pattern5.jpg');*/
    background-image: url('/img/newpattern1.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 8vw;
    padding: auto;
    display: flex;
    display: -ms-flexbox;
}

.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before,
.effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.container {
    padding: 0px;
}

.section-header {
    text-align: center;
    font-size: 3.5vw;
    margin-top: 20px;
    padding: auto;
    margin: auto;
    color: green;
    font-family: 'Amaranth', sans-serif;
}

.section-header1 {
    text-align: center;
    font-size: 3vw;
    margin-top: 20px;
    padding: auto;
    margin: auto;
    color: green;
    font-family: 'Amaranth', sans-serif;
}


section p {
    padding: 20px;
    font-size: calc(12px + 8 * ((100vw - 500px) / 1500));
}

section ul {
    font-size: calc(12px + 8 * ((100vw - 500px) / 1500));
    text-align: justify;
}

.card {
    margin: 10px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border: 1px solid green;
    font-family: 'Roboto', sans-serif;
}

.card-new {
    margin: 10px;
    max-width: 600px;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border: 1px solid brown;
    font-family: 'Roboto', sans-serif;
}

.subheading {
    font-family: 'Amaranth', sans-serif;
    font-size: 2.5vw;
    color: white;
    padding: auto;
    margin: auto;
    letter-spacing: 2px;
}

.section-box {
    height: auto;
    width: 100%;
    padding: 2%;
    margin-bottom: 2%;
    display: flex;
    display: -ms-flexbox;
    background-color: brown;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

.minheading {
    font-family: 'Amaranth', sans-serif;
    font-size: calc(22px + 8 * ((100vw - 500px) / 1500));
    color: green;
}

#Integropathy {
    background-image: url('/img/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.integropathy-img {

    max-width: 500px;
    max-height: 500px;
    text-align: center;
    padding-top: 5%;
    margin: auto;
}

.cure-section img {
    width: 100%;
    height: auto;
}

.cure-section {
    margin-top: 2%;
}

table {
    margin-top: 10px;
    width: 100%;
    background-color: brown;
    margin-bottom: 20px;
    height: 120px;
}

table,
th,
td {
    border: 1px solid white;
    border-collapse: collapse;
    /*word-break: break-all;*/
    overflow-wrap: word-break;
}

td {
    text-align: left;
    font-size: 16px;
    color: white;
    padding: 8px;
}

td a {
    display: block;
    width: 100%;
}

td a:hover {
    background-color: grey;
}

th {
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 8px;
}

table td img {
    padding: -10px;
}

.scrollit {
    overflow: scroll;
    height: 400px;
}

.tablinks {
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
    display: block;
    background-color: brown;
    border: 1px solid white;
    color: white;
    padding: 22px 16px;
    width: 25%;
    border: 1px solid white;
    outline: none;
    float: left;

    font-size: 17px;
    height: 70px;
    padding: auto;
    position: relative;
    overflow: hidden;
}

.tablinks a {
    color: white;
}

.tablinknew a {
    color: white;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.padding {
    padding-left: 5 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.tab-header {
    font-size: 20px;
    color: white;
    background-color: grey;
    height: 42px;
    z-index: 3;
    text-align: center;
    padding: 10px;
}

.right-img img {
    width: 100%;
    height: 165px;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

.column-5 {
    background-color: white;
    float: left;
    width: 25%;
    padding: 14px 16px;
    font-size: 16px;
    height: 220px;
}

.dropbtn {
    background-color: brown;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-disease button {
    width: 100%;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.box {
    font-size: 18px;
    background-color: brown;
    width: 100%;
    height: 460px;
    padding: 5px;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

.box a {
    color: white;
}

.box-new a {
    color: white;
}

.box-new {
    font-size: 18px;
    background-color: brown;
    width: 100%;
    height: 430px;
    padding: 5px;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

#about {
    background-image: url('/img/1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

#contentg {
    margin: 0 auto;
}

.alert {
    padding: 12px;
    margin-top: 5PX;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.footer-content a {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.highlight {
    background-color: #00FFFF;
}

#search {
    font-size: 17px;
    border: none;
}

.search-container {
    float: right;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-container i {
    padding: 6px;
}

.ayurveda-header {
    background-image: url('/img/for_ayur.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15vw;
    padding: auto;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

.rowflex {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 2px;
}

.fiveElement {
    -ms-flex: 100%;
    /* IE10 */
    flex: 100%;
    max-width: 100%;
    padding: 0 2px;
}

.fiveElement img {
    height: 200px;
    width: 200px;
}

.error {
    color: red;
}

.second-table {
    background-color: white;
    border: 2px solid brown;
    overflow: word-break;
}

.second-table tr td {
    color: black;
    border: 2px solid brown;

}

.ayurveda-header {
    background-image: url('/img/forest_ayurveda.webp');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 15vw;
    padding: auto;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-shadow: 1px 8px 11px -2px #777;
    -moz-box-shadow: 1px 8px 11px -2px #777;
    box-shadow: 1px 8px 11px -2px #777;
}

.panchakarma-button {
    background-color: green;
    /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.panchakarma-button a {
    color: white;
}

.form {
    margin: 0px;
    padding: 0px;

}

.form-card {
    margin-top: 5%;
    -webkit-box-shadow: 1px 8px 11px -2px #00000082;
    -moz-box-shadow: 1px 8px 11px -2px #00000082;
    box-shadow: 1px 8px 11px -2px #00000082;
    padding: 40px;
    background-color: brown;
    /* background-color: rgba(100, 100, 100, 0.5);*/

    border-radius: 10px;
}

label {
    color: white;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

input[type=file] {
    display: block;
    color: white;
}

.btn-info {
    color: #a52a2a;
    background-color: #ffe5bf;
    border-color: #ffe5bf;
}

.btn-info:hover {
    color: #a52a2a;
    background-color: #b4c5cb;
    border-color: #b2c3c8;
}

.btn {
    padding: 6px 10px;
}

#footer-new {
    background-color: black;
}

.form-control {
    border: 1px solid #981f1f;
    background-color: #ffe5bf;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #981f1f;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #981f1f;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #981f1f;
}

.panchakarma-button:after {
    animation: shine 6s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -100%;
    left: -210%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(70deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 70%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.panchakarma-button:active:after {
    opacity: 0;
}

@keyframes shine {
    10% {
        opacity: 1;
        top: 10%;
        left: 100%;
        transition-property: left, top, opacity;
        transition-duration: 0.2s, 0.2s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0;
        top: 10%;
        left: -60%;
        transition-property: left, top, opacity;
    }
}

#work img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    max-height: 800px;
}


@media screen and (max-width:2560px) {
    .container-custom {
        margin: 0 auto;
        width: 80%;
        padding: 20px;
        display: block;
    }

    .card {
        font-size: 16px;
        margin: 10px;
        max-width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: left;
        overflow-wrap: word-break;
    }
}


/*
@media only screen and (max-width: 1280px) {
    .navbar {
        margin-bottom: 0;
        background-color: #cc0000;
        z-index: 9999;
        border: 0;
        font-size: 10px !important;
        letter-spacing: 1px;
        border-radius: 0;
        padding: 2px;
        text-align: center;
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }

    .navbar li a,
    .navbar .navbar-brand {
        color: #fff !important;
        // border-left: 2px solid white; //
        border-top: 0px;
        border-bottom: 0px;
        text-align: center;
        padding: auto;
        margin: auto;

    }

    .navbar-nav li a:hover,
    .navbar-nav li.active a {
        color: #f4511e !important;
        background-color: #fff !important;
    }

    .navbar-default .navbar-toggle {
        border-color: white;
        color: white !important;
    }

    .dropdown-menu li a {
        color: black !important;
    }

    .dropdown-menu {
        width: 500px;
        height: auto;
    }
}
*/

@media screen and (max-width:1200px) {
    .form {
        width: 80%;
    }

    label {
        color: white;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .box {
        background-color: brown;
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-shadow: 1px 8px 11px -2px #777;
        -moz-box-shadow: 1px 8px 11px -2px #777;
        box-shadow: 1px 8px 11px -2px #777;
    }

    .box-new {
        background-color: brown;
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-shadow: 1px 8px 11px -2px #777;
        -moz-box-shadow: 1px 8px 11px -2px #777;
        box-shadow: 1px 8px 11px -2px #777;
    }
}

@media screen and (max-width:991px) {
    .card-new {
        font-size: 16px;
        margin: 10px;
        max-width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: left;
        overflow-wrap: word-break;
    }

    .tab {
        margin-top: 20px;
        height: 800px;
    }

    .contentbox {
        margin-top: 20px;
    }

    .column-5 {
        background-color: white;
        float: left;
        width: 50%;
        padding: 14px 16px;
        font-size: 16px;
        height: 200px;
    }

    .lngt1 .lngt2 {
        max-width : 100%;
        height: auto;
    }
}

@media screen and (max-width:600px) {
    .box {
        background-color: brown;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 1px 8px 11px -2px #777;
        -moz-box-shadow: 1px 8px 11px -2px #777;
        box-shadow: 1px 8px 11px -2px #777;
    }

    .box-new {
        background-color: brown;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        -webkit-box-shadow: 1px 8px 11px -2px #777;
        -moz-box-shadow: 1px 8px 11px -2px #777;
        box-shadow: 1px 8px 11px -2px #777;
    }

    .tab {
        margin-top: 20px;
        height: 800px;
    }

    .contentbox {
        margin: 20px;

    }

    .column-5 {
        background-color: white;
        float: left;
        width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        height: 200px;
    }

    .fiveElement {
        -ms-flex: 100%;
        /* IE10 */
        flex: 100%;
        max-width: 100%;
        padding: 0 2px;
    }

    .lngt1 .lngt2 {
        max-width : 100%;
        height: auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    #about {
        background-image: url('/img/parallax/320-480-portrait.jpg');
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -2;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #about {
        background-image: url('/img/parallax/320-480-portrait.jpg');
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -2;
    }

}