h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
}

h1,
h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 28px;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 100;
    opacity: .8;
    line-height: 1.6;
}

a {
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    color: inherit;
}

section.banner {
    /* background-image: url(../img/banner.jpg); */
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 950px;
    position: relative;
    /* background-size: cover; */
}

section.banner .video-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

section.banner .mobile {
    display: none;
}

section.banner .video-box video {
    object-fit: cover;
    height: 100%;
}

section.banner h1 {
    color: #fff;
    text-shadow: 0px 0px 30px rgba(47, 47, 47, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.4), 0px 0px 40px rgba(19, 19, 19, 0.4), 0px 0px 10px rgba(29, 29, 29, 0.4), 0px 0px 40px rgba(85, 51, 0, 0.4);
}

.banner-text {
    text-align: center;
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 0 0;
    z-index: 9;
    transition: 0.2s linear;
}

.mouse-btn {
    position: absolute;
    text-align: center;
    width: 200px;
    bottom: 30px;
    transform: translate(50%);
    left: 38%;
}

.mouse-btn p {
    color: #fff;
    line-height: 1.2;
    padding-top: 10px;
    text-transform: uppercase;
}

.mouse-btn img {
    -webkit-animation: mouse_move 1s infinite;
    display: inline-block;
}

@keyframes mouse_move {
    0% {
        transform: translateY(-2%);
    }
    50% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(-2%);
    }
}

section {
    padding: 80px 0 80px;
    overflow-x: hidden;
}

section.whatisgram {
    background-image: url("../img/mud-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.main-heading {
    text-align: center;
    padding: 50px 0 60px;
    width: 60%;
    margin: auto;
}

section.whatisgram .main-heading {
    color: #fff;
}

.centerbx {
    background: transparent;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .2);
    padding: 0;
    width: 75%;
    margin-left: 12%;
}

.top-part {
    background-image: url(../img/about-top-banner.png);
    padding: 70px 50px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #1a1102;
    border-radius: 6px 6px 0 0;
}

.top-part h4 {
    color: #fff;
}

.top-part p {
    color: #fff;
}

.centerbx p {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    opacity: 1;
    margin: 20px 0;
}

.more-btn a,
button {
    background: #724d31;
    padding: 20px 30px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
    cursor: pointer;
}

button:hover {
    background: #e9e0d8;
    color: #000;
}

.more-btn {
    margin-top: 40px;
}

.bottom-part {
    background: #fff;
    padding: 0;
}

.more-btn a:hover {
    text-decoration: none;
}

.more-btn button:hover {
    text-decoration: none;
}

.more-btn button {
    border: none;
}

.more-btn.dark a:hover {
    background: #e9e0d8;
    color: #000;
}

.bottom-part .left-btm {
    background-image: url(../img/about-yoga.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 70px;
    background-position: 460px;
}

.bottom-part .right-btm {
    padding: 69px;
}

.centerbx .icon {
    padding-bottom: 10px;
}

.more-btn.light a.back_button {
    background: #e9e0d8;
    color: #6a6a6a;
    float: left;
    padding: 18px 30px;
}

.more-btn.light a:hover {
    background: #8c603e;
    color: #fff;
}

.more-btn.light a.back_button:hover {
    background: #8c603e;
    color: #fff;
}

.bottom-part h4 {
    color: #000;
}

.left-image {
    position: relative;
}

.left-image .yellowbx {
    position: absolute;
    z-index: -1;
}

.left-image .yellowbx img {
    transform: translate(22%, -10%);
}

section.pratap-chauhan .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-doctor h5 {
    font-size: 30px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.about-doctor p {
    font-size: 18px;
    color: #000;
    opacity: 1;
    font-weight: 300;
    line-height: 1.6;
}

section.pratap-chauhan {
    padding-top: 120px;
    overflow: hidden;
}

.left-image::before {
    content: "";
    background: url(../img/flowerbg.png);
    width: 100%;
    height: 546px;
    left: -32%;
    top: 0;
    position: absolute;
    z-index: -1;
    -webkit-animation: rotate_flower 30s infinite;
    transform: rotate(0deg);
    animation-timing-function: linear;
}

@keyframes rotate_flower {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-doctor {
    padding: 0 30px;
}

.slider .item {
    position: relative;
    height: 100%;
}

.about-doctor span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0 100px;
    position: relative;
}

.about-doctor span.grey-line::after,
.left-image span.grey-line::after {
    content: '';
    position: absolute;
    background: url(../img/grey-line.png) no-repeat center;
    width: 100%;
    height: 50px;
    bottom: -80px;
    left: 0;
    right: 0;
}

.slider .inner-bx {
    position: absolute;
    bottom: 0;
    background: #000;
    width: 44%;
    padding: 40px 30px;
    /* transform: translateY(52%); */
    /* opacity: 0; */
    transition: 0.2s;
}

.slider .inner-bx h4 {
    color: #bf8349;
    display: inline-block;
    margin: 0;
}

.slider .inner-bx p {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 17px;
    padding-left: 20px;
    width: 76%;
}

.count {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.count span {
    font-size: 30px;
    color: #bf8349;
    font-family: 'Playfair Display', serif;
    display: block;
    line-height: 0.1;
}

.count span.slash {
    width: 1px;
    height: 40px;
    background: #bf8349;
    transform: rotate(45deg);
    margin: 0;
    line-height: 0;
    position: relative;
    left: 8px;
}

section.visit-package .left-form {
    padding: 60px;
    box-shadow: 3px 2px 20px rgba(0, 0, 0, .1);
}

section.visit-package .left-form p {
    font-size: 22px;
    letter-spacing: -1px;
    color: #000;
}

.left-form .radio-input label {
    padding: 25px 80px 25px 30px;
    background: #f7f7f7;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #efefef;
    transition: 0.2s;
    position: relative;
    font-size: 22px;
    cursor: pointer;
}

.radio-input {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
}

.radio-input input:checked+label {
    border-color: #bf8349;
}

.radio-input input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 4px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    margin: 0 10px 0 0;
}

.radio-input input[type="radio"]:before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}

.left-form .radio-input label::after {
    content: "";
    background: url(../img/check.png);
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    transition: 0.2s;
    opacity: 0;
    top: 37%;
}

.radio-input input:checked+label::after {
    opacity: 1;
}

.left-form .radio-input input[type="radio"] {
    display: none;
}

section.visit-package .left-form form {
    margin-top: 30px;
}

.left-form h3 {
    color: #bf8349;
}

.package {
    padding: 57px 40px;
    box-shadow: 3px 2px 20px rgba(0, 0, 0, .1);
    text-align: center;
}

.top-icon::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: url(../img/bottom-line.png);
    bottom: 0;
    left: 41%;
    background-repeat: no-repeat;
    background-size: contain;
}

.top-icon {
    position: relative;
    padding-bottom: 18px;
}

section.visit-package .col-md-3 {
    padding: 0;
    margin-left: 30px;
}

.package p {
    font-size: 18px;
    margin-top: 30px;
}

section.host .drimage {
    text-align: right;
    z-index: 9;
    position: relative;
    opacity: 0;
}

section.host {
    background: #f6f1ec;
    padding-top: 160px;
}

section.host .yellowbx {
    z-index: 0;
}

section.host .left-image::before {
    z-index: 0;
}

section.host .about-doctor h5 {
    margin-bottom: 0px;
}

section.host .about-doctor {
    padding: 0 70px;
    margin-top: 90px;
}

section.host .about-doctor h2 {
    margin-bottom: 30px;
}

section.host .row {
    display: flex;
    justify-content: center;
}

.package .top-icon img {
    width: 40%;
}

section.virtual-tour .main-heading .icon-sec {
    margin-bottom: 40px;
}

.gallery-sec .item img {
    border: 25px solid #ffffff;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
}

.gallery-sec .item {
    margin-bottom: 40px;
}

.gallery-sec .col-md-4:nth-child(3n+2) .item {
    transform: translateY(15%);
}

section.virtual-tour {
    background: url(../img/mud-bg-2.jpg) no-repeat;
    background-position: bottom;
    text-align: center;
    padding-bottom: 120px;
    background-size: contain;
}

.load-more {
    clear: both;
    display: block;
    padding-top: 90px;
}

section.request-form {
    background-color: #aa7349;
    color: #fff;
    padding: 150px 0;
}

section.request-form h3 {
    margin-top: 0;
}

.form-enquire select,
.form-enquire input,
.form-enquire textarea {
    padding: 25px 20px;
    border-radius: 5px;
    width: 100%;
    border: none;
    color: #7b7373;
}

.form-enquire form>div {
    padding: 0 2px;
    margin-bottom: 5px;
}

section.request-form p {
    line-height: 1.4;
}

section.request-form .col-md-3.left-price {
    padding-right: 0;
}

.form-enquire {
    padding-left: 20px;
}

footer {
    background: #aa7349;
    color: #fff;
    padding: 40px 0;
}

footer p {
    font-size: 18px;
}

.follow p {
    display: inline-block;
}

.follow ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    margin: 0 20px;
    vertical-align: top;
    padding-top: 7px;
}

.follow .copy {
    display: inline-block;
}

.follow .copy p {
    font-size: 14px;
}

.follow ul li {
    display: inline-block;
    margin: 0 2px;
}

.follow ul li a {
    background: #724d31;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #aa7349;
    transition: 0.2s;
}

footer h2 {
    margin: 0;
    line-height: .8;
}

footer .first-col {
    width: 22%;
    padding-right: 30px;
}

footer .mid-col {
    padding-left: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 40px;
    width: 44%;
}

.col-md-4.last-col {
    padding-left: 70px;
}

.faq-accordion {
    width: 75%;
    margin: AUTO;
}

.accordionbox {
    padding-bottom: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(239, 239, 239);
    width: 90%;
}

.accordionbox p {
    font-size: 18px;
    margin-top: 0;
}

.accordionbox:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.form-enquire textarea {
    height: 150px;
}

.follow ul li a:hover {
    color: #fff;
}

.slider .item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

section.full-slider {
    padding-bottom: 0;
    overflow: hidden;
}

section.visit-package {
    padding-top: 100px;
    padding-bottom: 100px;
}

.panel-title a {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
}

.panel-group .panel {
    border: none;
    margin-bottom: 30px;
}

.panel-group .panel .tab-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px;
}

.panel-group .panel .tab-list .tab-list-1 {
    width: calc(100% / 2);
}

.panel-group .panel .tab-list .tab-list-1 ul:last-child {
    padding-left: 0;
}

.panel-group .panel .tab-list .tab-list-1 ul li {
    list-style: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    opacity: .8;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
    padding-left: 20px;
}

.panel-group .panel .tab-list .tab-list-1 ul li:last-child {
    border: none;
}

.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}

.panel-title {
    margin-bottom: -10px;
}

.panel-title a::after {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
    background: #aa7349;
    color: #fff;
    line-height: 20px;
    right: 0;
    text-align: center;
}

.panel-title a {
    position: relative;
    padding-bottom: 0;
    display: block;
    margin-bottom: 20px;
}

.panel-title a.collapsed::after {
    content: "\f067";
}

.panel-title a::before {
    width: 1px;
    height: 10px;
    background: #aa7349;
}

.panel-default>.panel-heading {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}


/* 
.panel-title a:before {
    content: "";
    height: 25px;
    width: 1px;
    position: absolute;
    left: 52%;
    bottom: 3px;
    background: #d0d0d0;
} */

section.full-slider.activenow .slick-track {
    height: 100vh;
}

.playbtn {
    display: inline-block;
    position: absolute;
    right: 17%;
    color: #000;
    background: #ffdc3b;
    height: 120px;
    padding: 30px 30px;
    border-radius: 6px;
    width: 110px;
    bottom: 20px;
    cursor: pointer;
}

.playbtn p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
}

.menu {
    padding-top: 25px
}

.menu ul li {
    display: inline-block;
    margin: 0 15px;
}

.menu ul li a {
    font-size: 16px;
    color: #fff;
}

.menu ul li:last-child {
    margin-right: 0;
}

header.activenow {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    padding-top: 10px;
    padding-bottom: 10px;
}

header.activenow .menu {
    padding-top: 25px;
    transition: 0.2s linear;
}

header.activenow .logo img {
    width: 30%;
}

.logo img {
    transition: 0.2s;
}

.logo {
    position: relative;
}

.nabh_logo {
    position: absolute;
    top: 0;
    right: 0px;
}

.nabh_logo img {
    transition: 0.2s;
}

header.activenow .nabh_logo img {
    width: 70%;
}

.package h3 {
    margin-top: 10px;
}

section.visit-package .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.request-form .row {
    margin: 0;
}

.host .about-doctor p {
    font-size: 22px;
}

.testimonial-slider .slick-track {
    height: 100%;
}

.testimonial-slider.slick-initialized.slick-slider {
    width: 100%;
}

.slick-initialized .slick-slide {
    outline: none;
}

section.host .about-doctor h2 {
    opacity: 0;
}

section.host .about-doctor p {
    opacity: 0;
}

section.host .about-doctor .name-title {
    opacity: 0;
}

section.host .slick-active .about-doctor h2 {
    -webkit-animation: slider_animate 0.8s forwards;
    animation-timing-function: ;
}

section.host .slick-active .about-doctor p {
    -webkit-animation: slider_animate 0.5s forwards;
    animation-timing-function: ;
    animation-delay: 0.1s;
}

section.host .slick-active .about-doctor .name-title {
    -webkit-animation: slider_animate 0.8s forwards;
    animation-timing-function: ;
}

@keyframes slider_animate {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

section.host .slick-list {
    overflow: visible;
}

section.host .drimage img {
    margin-left: auto;
    border-radius: 6px;
}

.slider .slick-active .inner-bx {
    -webkit-animation: box_move 1s forwards;
}

@keyframes box_move {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

section.host .slick-active .drimage {
    -webkit-animation: slider_animate .4s forwards;
    animation-delay: 0.1s;
}

.host button.slick-prev.slick-arrow {
    right: 46%;
}

.host button.slick-next.slick-arrow {
    right: 39.5%;
}

.host button.slick-arrow {
    bottom: 10px;
}

.modal-content .big-img img {
    width: 100%;
}

.tab-pane.fade {
    display: none;
    transition: 2s;
}

.tab-pane.fade.in {
    display: block;
    -webkit-animation: opacity .5s forwards;
}

.tab-content {
    background: #251c1c;
    position: relative;
    height: 680px;
}

ul.nav.nav-tabs {
    clear: both;
    padding: 0 100px;
    border: none;
    position: absolute;
    bottom: 60px;
    margin-left: -15px;
}

.left-popbx {
    padding: 70px;
}

.left-popbx img {
    width: 15%;
}

.left-popbx h2,
.left-popbx h4 {
    color: #fff;
}

.left-popbx p {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
}

.nav-tabs>li>a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/tab-icon.png);
    top: 6px;
    left: 15%;
    background-repeat: no-repeat;
    position: absolute;
}

.nav-tabs>li>a {
    position: relative;
    padding-top: 30px;
    transition: 0.2s;
    min-width: 100px;
}

.nav-tabs>li.active a::after {
    filter: invert(1);
}

.close-btn {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}

.close-btn button {
    width: 40px;
    height: 40px;
    background: #251c1c;
    opacity: 1;
    color: #af7e5a;
    text-shadow: none;
    font-size: 20px;
    transition: 0.2s;
}

.close-btn button:hover {
    opacity: 1;
    background: #af7e5a;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nav-tabs>li>a:hover {
    color: #af7e5a;
    background: #fff;
}

.form-inner input,
.form-inner textarea {
    background: #f7f7f7;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 15px;
    border-radius: 6px;
    outline: none;
}

.input-field {
    margin: 0 8px;
    width: 48.5%;
    display: inline-block;
    margin-bottom: 22px;
    padding: 0 3px;
    position: relative;
    margin-left: 0;
}

.input-field.message {
    width: 100%;
    margin-bottom: 0;
}

.input-field:nth-child(odd) {
    margin: 0;
    padding-right: 0;
}

.input-field textarea {
    height: 81px;
}

.form-inner {
    display: none;
}


/* .form-inner.active-form {
    display: block;
    -webkit-animation: opacity 1s forwards;
} */

.form-inner .more-btn {
    margin-top: 10px;
    padding: 0 3px;
}

.form-inner .more-btn::after {
    content: '';
    display: table;
    clear: both;
}

.mouse-btn a:hover {
    text-decoration: none;
}

a.back-btn {
    font-size: 15px;
    display: none;
}

a.back-btn i {
    color: #c58f5a;
}

a.back-btn:hover {
    text-decoration: none;
    color: #c58f5a;
}

.btn_tabs_change {
    display: none;
}

.left-form .radio-input label:hover {
    border-color: #bf8349;
    background: #fff;
}

.form-enquire select,
.form-enquire input,
.form-enquire textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-enquire select {
    position: relative;
}

select+i.fa,
select+label+i.fa {
    right: 10px;
    margin-right: 10px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    color: black!important;
    padding-right: 5px;
    position: absolute;
    top: 42%;
    opacity: 0.5;
    font-size: 13px;
}

div#therapies .nav-tabs>li:nth-child(1)>a::after {
    background-image: url(../img/panchkarma-icon.png);
}

div#addressing .nav-tabs>li:nth-child(2)>a::after {
    background-image: url(../img/personal-icon-1.png);
    left: 15px;
}

div#therapies .nav-tabs>li:nth-child(3)>a::after {
    background-image: url(../img/personal-icon-2.png);
}

div#therapies .nav-tabs>li:nth-child(4)>a::after {
    background-image: url(../img/swasthya-icon.png);
}


/* div#therapies .nav-tabs>li:nth-child(5)>a::after {
    background-image: url(../img/dance-icon.png);

}

div#therapies .nav-tabs>li:nth-child(6)>a::after {
    background-image: url(../img/reflex-icon.png);

} */

div#addressing .nav-tabs>li:nth-child(1)>a::after {
    background-image: url(../img/meals-icon.png);
}

div#addressing .nav-tabs>li:nth-child(2)>a::after {
    background-image: url(../img/music-icon-new.png);
}

div#addressing .nav-tabs>li:nth-child(3)>a::after {
    background-image: url(../img/tab-icon.png);
}

div#addressing .nav-tabs>li:nth-child(4)>a::after {
    background-image: url(../img/colour-icon.png);
}

div#addressing .nav-tabs>li:nth-child(5)>a::after {
    background-image: url(../img/reflex-icon.png);
}

div#healing .nav-tabs>li:nth-child(1)>a::after {
    background-image: url(../img/cooking-icon.png);
}

div#healing .nav-tabs>li:nth-child(2)>a::after {
    background-image: url(../img/Mud-icon.png);
}

div#healing .nav-tabs>li:nth-child(3)>a::after {
    background-image: url(../img/tree-icon.png);
}

div#healing .nav-tabs>li:nth-child(4)>a::after {
    background-image: url(../img/gate-icon.png);
}

div#healing .nav-tabs>li:nth-child(5)>a::after {
    background-image: url(../img/cloude-icon.png);
    width: 45px;
}

div#video_modal .modal-dialog {
    width: 60%;
}

div#video_modal .modal-body {
    padding: 0;
}

div#video_modal .modal-content {
    background: transparent;
}

.form-control[disabled],
.form-control[readonly] {
    background: #fff;
    border: none;
}

section.visit-package .form.active-radio form {
    margin-top: 10px;
}

.package-custom-modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 30px 100px;
}

.package-crsl {
    width: 100%;
    padding: 0 40px;
    margin: auto;
    padding-top: 30px;
}

.package-crsl .slick-slide:nth-child(4n+4) .packge-bx {
    border-right: 1px solid #ddd !important;
}

.packge-bx h2 {
    font-size: 34px;
    color: #bf8349;
    font-weight: 600;
}

.packge-bx ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

.packge-bx ul li::before {
    background-image: url(../img/tick.png);
    content: "";
    width: 14px;
    height: 11px;
    left: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
}

.packge-bx ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btm-price p {
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
    margin-bottom: 1px;
    letter-spacing: -.5px;
}

.btm-price h4 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: 800;
    letter-spacing: -.5px;
}

.btm-price>div {
    width: auto;
    display: inline-block;
}

.btm-price>div.individual {
    padding-right: 5px;
    margin-right: 0px;
    border-right: 1px solid #ddd;
}

.packge-bx .more-btn a {
    background: #bf8349;
    padding: 15px 20px;
    border-radius: 0;
}

.packge-bx .more-btn a:hover {
    background: #484848;
    color: #fff;
}

.packge-bx .more-btn {
    margin-top: 40px;
}

.packge-bx {
    border: 1px solid #ddd;
    padding: 20px 40px 50px;
}

.package-crsl .slick-slide:nth-child(even) .packge-bx {
    border-right: none;
    border-left: none;
}

.package-custom-modal .slick-track {
    height: 570px;
    overflow: hidden;
}

.bottom-btns {
    float: none;
    padding-right: 30px;
    padding-top: 10px;
    text-align: right;
}

.bottom-btns a {
    background: #000;
    color: #bf8349;
    padding: 18px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 60px;
    border: 1px solid black;
    transition: 0.2s;
}

.bottom-btns a::before {
    content: "";
    background-image: url(../img/pdf-icon.png);
    position: absolute;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    background-repeat: no-repeat;
    top: 20px;
    border-right: 1px solid #bf834947;
    padding-right: 30px;
}

.innerbox {
    background: #fff;
    height: 100%;
    position: relative;
    padding: 30px;
}

.innerbox form {
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
}

.innerbox form .more-btn button {
    padding: 17px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
    cursor: pointer;
    width: auto;
    background: #e9e0d8;
    color: #000;
    border: none;
}

.innerbox form .more-btn button#submit_button_2 {
    float: right;
    padding: 17px 60px;
    background: #8c603e;
    border: 1px solid #8c603e;
    color: #fff;
}

.innerbox form .more-btn button#submit_button_2:hover {
    background: #e9e0d8;
    color: #000;
}

.innerbox form .more-btn button:hover {
    background: #8c603e;
    color: #fff;
}

.package-crsl button.slick-next.slick-arrow {
    right: -40px;
    bottom: auto;
    top: 50%;
    background: #bf8349;
    border-radius: 50%;
    border: 1px solid #bf8349;
}

.package-crsl button.slick-next.slick-arrow:hover {
    background: #fff;
}

.bottom-btns a:hover {
    color: #bf8349;
    background: #ffffff;
    border-color: #bf8349;
    text-decoration: none;
}

.package-custom-modal button.slick-next.slick-arrow::before {
    filter: invert(1);
}

.package-crsl button.slick-prev.slick-arrow {
    left: -40px;
    bottom: auto;
    top: 50%;
    background: #bf8349;
    border-radius: 50%;
    border: 1px solid #bf8349;
}

.package-crsl button.slick-prev.slick-arrow:hover {
    background: #fff;
}

.innerbox {
    padding: 40px;
}

.package-crsl button.slick-prev.slick-arrow::before {
    filter: invert(1);
}

.package-custom-modal {
    visibility: hidden;
    opacity: 0;
}

.package-custom-modal.active {
    visibility: visible;
    opacity: 1;
}

.overlay-popup.activeoverlay {
    opacity: 1;
}

.overlay-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000;
    opacity: 0;
}

.innerbox .close-btn button {
    width: 30px;
    height: 40px;
    background: #bf8349;
    color: #fff;
}

.innerbox .close-btn button:hover {
    background: black;
    color: #bf8349;
}

.package-form button[type="submit"] {
    padding: 17px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s;
    cursor: pointer;
    width: auto;
    background: #e9e0d8;
    color: #000;
    border: none;
}

.package-form button[type="submit"]:hover {
    background: #8c603e;
    color: #fff;
}

form#package-form2 {
    display: none;
}

#faqs .faq-bottom {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.terms-sec .wrapper {
    width: 1170px;
    margin: 0 auto;
}

.terms-sec h1 {
    margin: 0;
    font-size: 48px;
    color: #bf8349;
    text-align: center;
    margin-top: 30px;
}

.terms-sec .terms-box {
    margin: 20px 0 40px;
}

.terms-sec .terms-box h4 {
    margin: 0;
    font-size: 30px;
    color: #333;
}

.terms-sec p {
    font-weight: 400;
}

.terms-sec .terms-box ul {
    padding-left: 0;
}

.terms-sec .terms-box ul li {
    list-style: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 100;
    opacity: .8;
    padding: 5px 0;
    line-height: 1.4;
    padding-left: 30px;
    position: relative;
}

i {
    font-style: italic;
}

.terms-sec .terms-box ul li::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border: 3px solid #aa7349;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 12px;
}

footer .next-page ul {
    padding-left: 0;
    margin-top: 20px;
}

footer .next-page ul li {
    display: inline-block;
}

footer .next-page ul li:first-child {
    margin-right: 30px;
}

footer .next-page ul li a {
    color: #fff;
}

footer .next-page ul li a:hover {
    text-decoration: none;
}

label.error {
    position: absolute;
    left: 4px;
    width: auto;
    bottom: -22px;
    font-size: 10px;
    color: red;
}

.form-enquire label.error {
    color: red;
    font-weight: 100;
    bottom: 0px;
    left: 20px;
    font-size: 11px;
}


/*Inner Page css*/

header.inner-header {
    position: fixed;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 70px;
    top: 0;
}

header.inner-header .menu {
    padding-top: 40px;
}

.row.text-center.thnkyou_Page_container {
    margin: 0;
}

.left-form.thnkyou_class {
    overflow: hidden;
}

.thankpage footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.thankpage header {
    margin-bottom: 0;
}

.terms-sec {
    margin-top: 180px;
}

div#google_translate_element {
    position: absolute;
    top: 5px;
    z-index: 999;
    right: 5px;
}

div#google_translate_element .goog-te-gadget .goog-te-combo {
    padding: 4px;
}


/* Responsive Starts from here */

@media screen and (max-width: 1600px) {
    .left-image::before {
        background-repeat: no-repeat;
        width: 430px;
        height: 416px;
        left: -20%;
        background-size: 100%;
        top: 7%;
    }
    .modal-dialog {
        width: 84%;
    }
}

@media screen and (max-width: 1440px) {
    .left-image::before {
        width: 390px;
        left: -20%;
    }
    .package-custom-modal {
        padding: 60px;
    }
    .slider .inner-bx {
        width: 59%;
    }
    .packge-bx h2 {
        font-size: 28px;
    }
    .packge-bx ul li {
        font-size: 16px;
        line-height: 1.5;
    }
    .packge-bx ul li::before {
        background-size: 10px;
    }
    .packge-bx .more-btn {
        margin-top: 30px;
    }
    .modal-dialog {
        width: 93.2%;
        margin-top: 60px;
    }
    .package-crsl.slick-initialized.slick-slider {
        padding: 0;
    }
    .packge-bx {
        padding: 30px;
        padding-top: 0;
    }
    .package-custom-modal .slick-track {
        height: 535px;
    }
    .bottom-btns {
        padding-top: 10px;
    }
    .bottom-btns a {
        font-size: 14px;
    }
    .package-crsl button.slick-prev.slick-arrow {
        width: 50px;
        height: 50px;
    }
    button.slick-prev.slick-arrow::before {
        left: 40%;
        top: 35%;
    }
    .package-crsl button.slick-prev.slick-arrow:hover {
        width: 50px;
        height: 50px;
    }
    .package-crsl button.slick-next.slick-arrow:hover {
        width: 50px;
        height: 50px;
    }
    .package-crsl button.slick-next.slick-arrow {
        width: 50px;
        height: 50px;
    }
    button.slick-next.slick-arrow::before {
        left: 43%;
        top: 34%;
    }
}

@media screen and (max-width: 1366px) {
    .menu ul li {
        margin: 0 10px;
    }
    .package-custom-modal {
        padding: 40px 40px;
    }
    .package-crsl button.slick-next.slick-arrow {
        right: -20px !important;
    }
    .package-crsl button.slick-prev.slick-arrow {
        left: -20px;
    }
    .menu ul li a {
        font-size: 14px;
    }
    .tab-content {
        height: 645px;
    }
    .host button.slick-arrow {
        bottom: 50px;
    }
    .btm-price>div.individual {
        margin-right: 5px;
        padding-right: 5px;
    }
    .btm-price p {
        font-size: 16px;
    }
    .btm-price h4 {
        font-size: 18px;
    }
    .packge-bx ul li {
        font-size: 14px;
    }
    .package-custom-modal .slick-track {
        height: 490px;
    }
    .bottom-btns a {
        font-size: 12px;
    }
    .tab-content {
        height: 85vh;
        overflow: hidden;
    }
    @keyframes yellow-box {
        0% {
            height: 0px;
        }
        100% {
            height: 500px;
            opacity: 1;
        }
    }
    h1,
    h2 {
        font-size: 50px;
        margin-top: 0;
    }
    p {
        font-size: 16px;
    }
    .centerbx p {
        font-size: 14px;
        margin-top: 0;
    }
    h4 {
        font-size: 24px;
    }
    .more-btn a {
        font-size: 12px;
        padding: 18px 22px;
    }
    .left-image img {
        width: 100%;
    }
    .left-image .yellowbx img {
        width: 90%;
    }
    .left-form .radio-input label {
        font-size: 18px;
    }
    section.visit-package .left-form p {
        font-size: 18px;
    }
    section.host .drimage img {
        width: 74%;
    }
    .host .about-doctor p {
        font-size: 18px;
    }
    .host button.slick-next.slick-arrow {
        right: 40% !important;
    }
    .host button.slick-prev.slick-arrow {
        right: 46% !important;
    }
    button.slick-arrow:hover {
        width: 65px !important;
    }
    /* .host button.slick-prev.slick-arrow {
        right: 16% !important;
    } */
    .main-heading img {
        width: 20%;
    }
    .gallery-sec img {
        width: 100%;
    }
    footer p {
        font-size: 15px;
    }
    footer .mid-col {
        padding-left: 30px;
    }
    .col-md-4.last-col {
        padding-left: 50px;
    }
    .panel-title a {
        font-size: 22px;
    }
    .accordionbox p {
        font-size: 16px;
    }
    .host button.slick-prev {
        width: 60px;
        height: 60px;
    }
    .host button.slick-next {
        width: 60px;
        height: 60px;
    }
    button.slick-prev.slick-arrow {
        width: 60px;
        height: 60px;
        right: 15% !important;
    }
    button.slick-next.slick-next {
        width: 60px;
        height: 60px;
        right: 10% !important;
    }
    section.request-form {
        padding: 90px 0;
    }
    section.whatisgram .main-heading {
        padding-top: 0;
        padding-bottom: 50px;
    }
    section.whatisgram {
        padding-bottom: 40px;
    }
    section.pratap-chauhan {
        padding-bottom: 0;
    }
    section#gallery .slick-track {
        height: 75vh;
        min-height: 550px;
    }
    .main-heading {
        padding-top: 20px;
    }
    .load-more {
        padding-top: 60px;
    }
    section.virtual-tour {
        padding-bottom: 90px;
        background-size: 100%;
    }
    section#faqs .main-heading {
        padding-top: 0;
    }
    section {
        padding: 80px 0;
    }
    .mouse-btn {
        left: 34%;
    }
    .about-doctor h5 {
        font-size: 24px;
        padding-top: 0;
        margin-bottom: 20px;
    }
    .about-doctor p {
        font-size: 16px;
    }
    section.banner {
        min-height: 90vh;
        background-position: center;
    }
    button.slick-arrow:hover {
        width: 65px;
    }
    .slider .inner-bx p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1280px) {
    section#photo_gallery .main-heading {
        padding-bottom: 40px;
    }
    section.virtual-tour {
        padding-top: 65px;
    }
    .bottom-part .left-btm {
        background-position: 400px;
    }
    .left-popbx p {
        font-size: 15px;
    }
    .form-inner input,
    .form-inner textarea {
        padding: 8px 15px;
    }
    .package-custom-modal {
        padding: 20px;
    }
    .package-custom-modal .slick-track {
        height: 440px;
    }
    .bottom-btns {
        padding-top: 15px;
    }
    .packge-bx {
        padding: 20px 20px 30px;
    }
    .about-doctor img {
        width: 100%;
    }
    .packge-bx ul li {
        font-size: 12px;
        line-height: 1;
    }
    .package-crsl.slick-initialized.slick-slider {
        margin-bottom: 15px;
    }
    .bottom-btns a {
        padding: 18px 70px;
    }
    .bottom-btns a::before {
        top: 15px;
    }
    .packge-bx h2 {
        font-size: 24px;
    }
    .innerbox {
        padding: 38px;
    }
}

@media screen and (max-width: 1024px) {
    .terms-sec .wrapper {
        width: 100%;
    }
    .terms-sec {
        padding: 0 20px;
    }
    .menu ul {
        padding-left: 0;
    }
    .menu ul li {
        margin: 0 7px;
    }
    .menu ul li a {
        font-size: 13px;
    }
    .menu {
        padding-top: 14px;
    }
    section.banner {
        min-height: 650px;
    }
    h1,
    h2 {
        font-size: 48px;
    }
    p {
        font-size: 15px;
    }
    .playbtn {
        width: 80px;
        height: 90px;
        padding: 14px;
    }
    .playbtn p {
        font-size: 14px;
    }
    .main-heading {
        padding-top: 0;
    }
    section {
        padding: 50px 0;
    }
    h4 {
        font-size: 20px;
    }
    .centerbx p {
        font-size: 12px;
    }
    .top-part {
        background-position: right bottom;
        padding: 40px;
    }
    .more-btn a {
        padding: 15px 14px;
        font-size: 11px;
    }
    .bottom-part .left-btm {
        padding: 50px;
        background-position: 330px;
    }
    .bottom-part .right-btm {
        padding: 50px;
    }
    .left-image .yellowbx img {
        width: 78%;
    }
    .about-doctor h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about-doctor p {
        font-size: 15px;
    }
    section.pratap-chauhan .row {
        display: block;
    }
    .slider .inner-bx {
        width: 70%;
    }
    button.slick-next.slick-arrow {
        right: 10px;
        width: 60px;
        height: 60px;
    }
    button.slick-prev.slick-arrow {
        right: 75px;
        width: 60px;
        height: 60px;
    }
    .slick-track {
        height: 570px;
    }
    section.visit-package .left-form {
        padding: 40px;
    }
    .left-form .radio-input label {
        font-size: 14px;
    }
    section.host .about-doctor {
        margin-top: 0;
        padding: 0 30px;
    }
    .host .about-doctor p {
        font-size: 17px;
    }
    section.virtual-tour {
        background-position: bottom;
        background-size: 100%;
    }
    footer p {
        font-size: 12px;
    }
    .col-md-4.last-col {
        padding-left: 40px;
        width: 39%;
    }
    footer .mid-col {
        width: 39%;
        padding-left: 20px;
        padding-right: 20px;
    }
    header {
        text-align: center;
        padding-top: 10px;
    }
    section.banner {
        min-height: 540px;
    }
    .menu {
        padding-top: 10px;
        display: none;
    }
    h1,
    h2 {
        font-size: 42px;
    }
    .mouse-btn {
        left: 23%;
    }
    section.whatisgram .main-heading {
        width: 90%;
    }
    .centerbx {
        width: 90%;
        margin-left: 5%;
    }
    .bottom-part .left-btm {
        width: 50%;
        display: inline-block;
        background-position: 270px;
    }
    .bottom-part .right-btm {
        width: 49%;
        display: inline-block;
    }
    section.pratap-chauhan .left-image {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }
    section.pratap-chauhan .col-md-6 {
        width: 54%;
        display: inline-block;
    }
    .left-image .yellowbx img {
        width: 70%;
    }
    section.pratap-chauhan {
        overflow: hidden;
        padding-top: 80px;
    }
    .about-doctor h5 {
        font-size: 16px;
    }
    .slider .inner-bx {
        width: 95%;
    }
    .slider button.slick-arrow {
        display: none !important;
    }
    h3 {
        font-size: 44px;
    }
    .left-form .radio-input label {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 61px;
    }
    .input-field {
        width: 49%;
    }
    .package p {
        font-size: 16px;
    }
    .testimonial-slider .col-md-5.left-image {
        width: 40%;
        display: inline-block;
    }
    .testimonial-slider .col-md-6 {
        width: 58%;
        display: inline-block;
    }
    section.host .about-doctor h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .host button.slick-prev.slick-arrow {
        right: 10%;
    }
    .host button.slick-next.slick-arrow {
        right: 5px;
    }
    .host button.slick-arrow {
        bottom: -20px;
    }
    section.host {
        overflow: hidden;
        padding-top: 100px;
    }
    section.virtual-tour {
        padding-bottom: 80px;
    }
    .load-more {
        padding-top: 40px;
    }
    section.request-form .col-md-3.left-price {
        padding-left: 0;
    }
    section.request-form .col-md-9 {
        padding-left: 0px;
        margin-top: 30px;
        margin-left: -20px;
    }
    section#faqs .main-heading {
        width: 90%;
    }
    .faq-accordion {
        width: 90%;
    }
    .panel-title a {
        font-size: 22px;
    }
    .accordionbox p {
        font-size: 15px;
    }
    .panel-body {
        padding-left: 0;
    }
    footer .first-col {
        display: inline-block;
        width: 30%;
    }
    footer .mid-col {
        display: inline-block;
        width: 60%;
        border-right: none;
        padding-left: 50px;
    }
    .col-md-4.last-col {
        display: inline-block;
        padding-left: 40px;
        width: 100%;
        padding-left: 20px;
        padding-top: 20px;
        text-align: left;
    }
    footer {
        padding: 20px 0;
    }
    .left-popbx {
        padding: 30px;
        text-align: center;
    }
    .left-popbx img {
        width: 14%;
    }
    ul.nav.nav-tabs {
        display: none;
    }
    .modal-dialog {
        width: 70%;
    }
    .modal-content .big-img img {
        height: 370px;
        object-fit: cover;
    }
    header.activenow {
        background: transparent;
        position: relative;
    }
    .modal-dialog {
        margin-top: 50px;
    }
    .packge-bx ul li {
        font-size: 12px;
    }
    .btm-price p {
        font-size: 13px;
    }
    .package-crsl.slick-initialized.slick-slider {
        margin-bottom: 15px;
    }
    .bottom-btns a {
        padding: 18px 60px;
    }
    .bottom-btns a::before {
        top: 17px;
    }
}

@media screen and (max-width: 800px) {
    .left-image .yellowbx img {
        width: 280px !important;
    }
    #faqs .faq-bottom {
        width: 100%;
    }
    .panel-group .panel .tab-list {
        padding: 0;
    }
    .innerbox form {
        width: 100%;
    }
    .about-doctor span {
        margin: 20px 0 0px;
    }
}

@media screen and (max-width: 500px) {
    .nabh_logo {
        position: relative;
        top: 0;
        right: 0px;
        padding-top: 10px;
    }
    .nabh_logo img {
        width: 40%;
    }
    .terms-sec h1 {
        font-size: 38px;
    }
    .terms-sec .terms-box h4 {
        font-size: 24px;
    }
    .terms-sec .terms-box ul li {
        font-size: 16px;
    }
    .next-page:after {
        content: '';
        position: absolute;
        background-color: #fff;
    }
    section.banner {
        background-position: center;
        min-height: 750px;
    }
    .package-crsl button.slick-next.slick-arrow:hover,
    .package-crsl button.slick-prev.slick-arrow:hover {
        height: 40px;
        width: 40px !important
    }
    .next-page {
        position: absolute;
        bottom: -140%;
        left: 50px;
    }
    .more-btn.light a.back_button {
        padding: 18px 15px;
    }
    .innerbox form .more-btn button#submit_button_2 {
        padding: 15px 30px;
    }
    .innerbox form {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    section.banner .desktop {
        display: none;
    }
    section.banner .mobile {
        display: block;
    }
    .packge-bx ul li {
        margin-bottom: 5px;
    }
    .packge-bx .more-btn {
        margin-top: 30px;
    }
    .package-custom-modal .slick-track {
        height: 480px;
    }
    .left-popbx p {
        line-height: 1.4;
    }
    .left-popbx {
        padding: 20px;
    }
    .bottom-btns a span {
        font-size: 11px;
    }
    .bottom-btns a::before {
        top: 10px;
        padding-right: 25px;
        left: 12px;
    }
    .bottom-btns a {
        padding-left: 45px;
    }
    .innerbox {
        height: auto;
        padding-bottom: 20px;
    }
    div#video_modal .modal-dialog {
        margin: auto;
        margin-top: 100px;
        width: 90%;
    }
    .bottom-btns a {
        margin: 0;
        display: inline-block;
        width: 49%;
        font-size: 11px;
        font-size: 0;
    }
    .bottom-btns {
        padding: 0;
        width: 100%;
        margin: auto;
    }
    .bottom-btns a {
        margin-bottom: 10px;
        padding: 13px;
        text-align: left;
        padding-left: 52px;
        vertical-align: top;
        padding-left: 45px;
    }
    .package-crsl {
        margin-bottom: 10px !important;
        padding: 0 0;
        padding-top: 20px;
    }
    .left-image span.grey-line::after {
        bottom: 60px;
    }
    #dr_chauhan .shalok-line img {
        padding-bottom: 20px;
    }
    .package-crsl .slick-slide:nth-child(even) .packge-bx {
        border: 1px solid #ddd;
    }
    .package-crsl button.slick-prev.slick-arrow {
        left: -23px;
        width: 40px;
        height: 40px;
    }
    .package-crsl button.slick-prev.slick-arrow::before {
        background-size: 10px;
        background-repeat: no-repeat;
        width: 15px;
        left: 10px;
        top: 13px;
    }
    .package-crsl button.slick-next.slick-arrow::before {
        background-size: 10px;
        background-repeat: no-repeat;
        width: 15px;
        right: 10px;
        top: 13px;
    }
    .package-crsl button.slick-next.slick-arrow {
        right: -23px !important;
        width: 40px !important;
        height: 40px;
    }
    div#video_modal .modal-dialog iframe {
        height: 390px;
    }
    .left-form .radio-input label::after {
        top: 26%;
    }
    .radio-input {
        width: 100%;
    }
    .left-form .radio-input label {
        padding: 15px;
        padding-left: 20px;
    }
    footer p br {
        display: none;
    }
    section.host {
        padding-top: 90px;
    }
    footer p span {
        display: block;
    }
    footer p {
        font-size: 18px;
    }
    footer p br {
        /* display: none; */
    }
    .follow p {
        display: none;
    }
    .follow {
        text-align: center;
    }
    .follow .copy p {
        display: block;
        padding-top: 30px;
    }
    footer {
        padding: 40px 0;
    }
    section.full-slider {
        padding-top: 70px;
    }
    section.host .drimage img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        object-position: top;
        border-radius: 4px;
    }
    .left-image .yellowbx.animated img {
        margin: auto;
    }
    header {
        padding-top: 30px;
    }
    header.activenow {
        position: absolute !important;
    }
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    section.banner h1 br {
        display: none;
    }
    section.banner h1 {
        line-height: 1.2;
        padding-top: 90px;
        font-size: 34px;
    }
    .playbtn {
        right: 20px;
        bottom: 20px;
        height: 100px;
        padding: 16px;
    }
    p {
        font-size: 18px;
        opacity: 0.8;
    }
    section.whatisgram .main-heading {
        width: 100%;
    }
    .top-part {
        padding-bottom: 55px;
    }
    .bottom-part h4 {
        width: 65%;
        line-height: 1.4;
    }
    section.whatisgram {
        background-size: 300%;
    }
    .bottom-part .left-btm {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 50px;
        background-position: 210px;
        background-size: 60%;
    }
    .bottom-part .right-btm {
        width: 100%;
        background-color: #f8f8f8;
    }
    .bottom-part {
        overflow: hidden;
    }
    .centerbx p {
        display: none;
    }
    section.pratap-chauhan .left-image {
        width: 100%;
    }
    section.pratap-chauhan .col-md-6 {
        width: 100%;
    }
    section.visit-package .row {
        display: block;
    }
    section.visit-package .left-form {
        margin-bottom: 40px;
    }
    .testimonial-slider .col-md-6 {
        width: 100%;
    }
    .testimonial-slider .col-md-5.left-image {
        width: 100%;
        margin-bottom: 40px;
    }
    .main-heading {
        width: 90%;
    }
    h3 {
        font-size: 34px;
    }
    .host button.slick-prev.slick-arrow {
        right: 18%;
    }
    button.slick-prev.slick-arrow {
        width: 50px;
        height: 50px;
    }
    button.slick-next.slick-arrow {
        height: 50px;
        width: 50px;
    }
    .host button.slick-next.slick-arrow {
        right: 5%;
    }
    .gallery-sec .col-md-4:nth-child(3n+2) .item {
        transform: none;
    }
    footer .mid-col {
        width: 100%;
        text-align: center;
        border: none;
        padding: 0 15px;
        padding-top: 20px;
    }
    footer h2 {
        font-size: 37px;
    }
    footer .first-col {
        width: 100%;
        vertical-align: super;
        display: block;
        text-align: center;
        padding: 0 15px;
    }
    .modal-dialog {
        width: 95%;
    }
    .slider .inner-bx {
        padding: 30px 20px;
        bottom: 0;
        left: 3%;
        width: 100%;
        left: 0;
        height: 240px;
    }
    .slider .inner-bx p {
        padding-left: 0;
        width: 90%;
        font-size: 16px;
        padding-right: 45px;
    }
    .slider .inner-bx h4 {
        padding-bottom: 9px;
        display: block;
        font-size: 24px;
    }
    .slider .item {
        padding: 0;
    }
    .full-slider .slick-track {
        height: 620px !important;
    }
    section.visit-package {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    button.slick-arrow:hover {
        width: 52px !important;
    }
    .gallery-sec .slick-slide {
        height: auto;
    }
    .gallery-sec .slick-track {
        height: auto;
    }
    section#photo_gallery button.slick-arrow {
        display: none !important;
    }
    .load-more.slick-slide {
        display: none !important;
    }
    .gallery-sec .item img {
        border-width: 15px;
    }
    section.virtual-tour .main-heading .icon-sec {
        margin-bottom: 0;
    }
    .form-enquire select,
    .form-enquire input,
    .form-enquire textarea {
        padding: 15px;
    }
    section.request-form {
        padding: 60px 0;
    }
    .faq-accordion {
        width: 100%;
    }
    .panel-title a {
        font-size: 18px;
        padding-right: 20px;
        line-height: 1.5;
    }
    h1,
    h2 {
        font-size: 30px;
    }
    .gallery-sec .item {
        margin-bottom: 0;
    }
    .mouse-btn {
        left: 0;
        display: none;
    }
    @keyframes yellow-box {
        0% {
            height: 0px;
        }
        100% {
            height: 300px;
            opacity: 1;
        }
    }
    .btn_tabs_change {
        position: absolute;
        bottom: 20px;
        right: 10px;
        display: block;
    }
    .btn_tabs_change button {
        background: #b07944;
        border: none;
        color: #fff;
        width: 30px;
        height: 30px;
        margin: 0 4px;
        font-size: 12px;
    }
    .btn_tabs_change button .fa-chevron-left::before {
        top: 15px;
        position: absolute;
        left: 30px;
    }
    .btn_tabs_change button .fa-chevron-right::before {
        top: 15px;
        position: absolute;
        right: 30px;
    }
    .form-enquire {
        width: 100%;
        text-align: center;
        padding: 0;
        float: left;
    }
    section.request-form {
        text-align: center;
    }
    section.request-form .col-md-9 {
        padding-right: 0;
        margin-left: 0;
    }
    .more-btn {
        margin-top: 45px;
    }
    .load-more {
        display: none;
    }
    .about-doctor {
        padding: 0;
        padding-top: 20px;
        text-align: center;
    }
    .left-image .yellowbx.animated img {
        width: 90%;
        transform: translate(73px, -5%);
    }
    .left-image .yellowbx {
        text-align: center;
        margin-right: 12px;
    }
    .left-image .yellowbx::before {
        position: absolute;
        width: 80%;
        height: 100%;
        top: -35px;
        left: 99px;
        background: #ffc961;
        content: "";
        border-radius: 3px;
    }
    .about-doctor h5 {
        font-size: 24px;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .about-doctor h5 br {
        display: none;
    }
    .about-doctor p {
        font-size: 18px;
    }
    .slider .item img {
        height: 75%;
        object-fit: cover;
    }
    section#gallery .container {
        padding: 0px;
    }
    .count {
        background: #1a1a1a;
        height: 83px;
        width: 80px;
        position: absolute;
        right: 0;
        padding: 15px 30px;
        top: 30%;
    }
    section.visit-package .left-form {
        padding: 30px;
    }
    select+i.fa {
        font-size: 10px;
    }
    .slick-dots li button {
        border-radius: 50%;
        width: 12px !important;
        height: 12px !important;
        border: 1px solid #c0864e !important;
    }
    .slick-dots {
        bottom: -55px !important;
    }
    .slick-dots li {
        text-align: center;
        margin: 0 2px;
    }
    .slick-dots li.slick-active button {
        background: #aa7349;
    }
    .follow ul {
        width: 100%;
        margin: 0;
    }
    .follow .copy br {
        display: none;
    }
    .gallery-sec .slick-slide {
        padding-bottom: 10px;
    }
    .gallery-sec .slick-dots li button {
        border-color: #fff !important;
        width: 10px !important;
        height: 10px !important;
    }
    .gallery-sec .slick-dots li button {
        width: 10;
    }
    .gallery-sec .slick-dots li.slick-active button {
        background: #fff;
    }
    .package p {
        font-size: 18px;
        margin-top: 20px;
    }
    section#gallery .slick-slider {
        margin-bottom: 0;
    }
    .full-slider .slick-track {
        height: 650px !important;
    }
    .slider .inner-bx {
        height: 240px;
    }
    .slider .inner-bx h4 br {
        display: none;
    }
    section.virtual-tour {
        padding-bottom: 30px;
    }
    .slider .slick-active .inner-bx {
        -webkit-animation: none;
    }
    header.activenow {
        position: absolute !important;
    }
    section#faqs .main-heading p {
        display: none;
    }
    section#faqs .main-heading {
        width: 90%;
        padding-bottom: 30px;
    }
    section.pratap-chauhan .left-image {
        position: relative;
        margin-top: 0;
    }
    #dr_chauhan .shalok-line {
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 110px;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    #dr_chauhan .shalok-line {
        top: 0;
    }
    .left-image .yellowbx::before {
        position: absolute;
        width: 80%;
        height: 100%;
        top: -35px;
        left: 75px;
        background: #ffc961;
        content: "";
        border-radius: 3px;
    }
    .left-image .yellowbx.animated img {
        transform: translate(50px, -5%);
    }
    .next-page {
        left: 25px;
    }
}

@media screen and (max-width: 375px) {
    .left-image .yellowbx.animated img {
        transform: translate(25px, -5%);
    }
    .left-form .radio-input label {
        font-size: 12px;
        padding-right: 49px;
        padding-left: 15px;
    }
    .left-image .yellowbx::before {
        left: 55px;
    }
    footer {
        padding: 80px 0;
    }
    .next-page {
        left: 5px;
        bottom: -130%;
    }
    footer .next-page ul li:first-child {
        margin-right: 20px;
    }
}

@media screen and (max-width: 360px) {
    #dr_chauhan .shalok-line {
        top: -125%;
    }
    .left-form .radio-input label {
        padding-right: 40px;
    }
    .bottom-btns a span {
        font-size: 10px;
    }
    footer p {
        font-size: 16px;
        opacity: .8;
    }
    .next-page {
        bottom: -170%;
    }
    footer .next-page ul li:first-child {
        margin-right: 5px;
    }
    .left-popbx p {
        font-size: 16px;
        line-height: 1.4;
    }
    .left-popbx h2 {
        margin-bottom: 10px;
    }
    .host .about-doctor p {
        font-size: 16px;
    }
    .left-image .yellowbx.animated img {
        transform: translate(15px, -5%);
    }
    .left-image .yellowbx::before {
        left: 42px;
    }
}


/* CSS for Firefox */

@-moz-document url-prefix() {
    .left-image .yellowbx img {
        width: 370px;
    }
    .form-enquire select {
        padding: 24px 20px;
    }
}

.main-heading.thnkyou_message {
    padding: 0;
    margin-bottom: 0;
    line-height: .8;
}

.main-heading.thnkyou_message p {
    line-height: 1;
}

.row.text-center.thnkyou_Page_container {
    text-align: center;
    transform: translate(0px, 100%);
}