@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Site | Orthopaedic Bootstrap Website Template
Version:            1.0.0
Date:               15/05/2017 
Author:             Jitu Chauhan

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
 
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  About us
    9.2  Doctor-Profile
    9.3  Service
    9.4  Location
    9.5  Contact us
    9.6  Faq
    9.7  Gallery
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    10.3 Add new if new update
    ------------------------------------
  
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
12. Shortcodes
    12.1 Accordions
    12.2 Alerts
    12.1 Tabs
    12.1 Columns
    --------------------------

13. Back To Top    

14. Media Queries
-------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    /* color: #5b6161; */
    color: #272b2b;
    -webkit-font-smoothing: antialiased;
    /* line-height: 29px; */
}

h1, h2, h3, h4, h5, h6 {
    color: #192121;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
}

h1 {
    letter-spacing: -1px;
}

p {
}

p:last-child {
    margin-bottom: 0px;
}

a {
    /* color: #24c04e; */
    color: #db8031;
    text-decoration: none;
}

a:focus, a:hover {
    /* color: #24c046; */
    color: #b4653d;
    text-decoration: none;
}

ul, ol {
}

.title {
    color: #192121;
}

.listnone {
    list-style: none;
    padding: 0px;
}

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

.lead {
    font-size: 24px;
    color: #525757;
}

strong {
    font-weight: 600;
}

blockquote.alignleft {
    max-width: 50%;
    border: none;
    padding: 30px;
    font-style: italic;
    font-size: 21px;
    color: #00b0b8;
    line-height: 35px;
    background-color: #fbf9f4;
}

.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
}

.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

/*-----------------------------------
    2. Form css 
-----------------------------------*/
.form-control {
    border-radius: 0px;
    height: 50px;
    padding: 6px 12px;
    border: 1px solid #e8e5dd;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    font-weight: 400;
    color: #a19e98;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-image: none;
    background-color: #fff;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a19e98;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #a19e98;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #a19e98;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #a19e98;
}

label {
}

.control-label {
}

.form-control:focus {
    outline: 0;
    background-color: #fffefd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.required {
}

textarea.form-control {
    border-radius: 2px;
    height: auto;
}

select.form-control {
    background-color: #fff;
    color: #a19e98;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #e8e5dd;
}

#datepicker.form-control {
    border-right: transparent !important;
}

.default-skin .ui-widget-header {
    border: 1px solid rgba(95,138,41,255);
    background: rgba(95,138,41,255);
    color: #fff;
    font-weight: bold;
}

.default-skin .ui-state-highlight, .default-skin .ui-widget-content .ui-state-highlight, .default-skin .ui-widget-header .ui-state-highlight {
    border: 1px solid rgba(95,138,41,255);
    background: rgba(95,138,41,255);
    color: #fff;
}

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn {
    padding: 12px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}

.btn-default {
    color: #ffffff;
    /* background-color: rgba(95,138,41,255); */
    background-color: #e8842a;
    /* border-color: rgba(95,138,41,255); */
    border-color: #e8842a;
}

.btn-default:hover {
    color: #000000;
    /* background-color: #9ecb09; */
    background-color: #e4ad7a;
    border-color: #e4ad7a;
    /* border-color: #d6ff34; */
}

.btn-primary {
    color: #ffffff;
    background-color: rgba(95,138,41,255);
    border-color: rgba(95,138,41,255);
}

.btn-primary:hover {
    color: #010101;
    background-color: #9ecb09;
    border-color: #d6ff34;
}

.btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #ffb834;
    border-color: #ffb834;
}

.btn-secondary {
    color: #676e6e;
    background-color: #cacfcf;
    border-color: #cacfcf;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6e7373;
    border-color: #6e7373;
}

.btn-lg {
    padding: 16px 24px;
    font-size: 18px;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 13px;
}

.btn-xs {
    padding: 6px 14px;
    font-size: 10px;
}

.btn-link {
    color: rgba(95,138,41,255);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.btn-link:hover {
    color: #24bac0;
    text-decoration: none;
}

.btn-link:after {
    font-family: FontAwesome;
    position: relative;
    left: 0;
    content: "\f18e";
    font-size: 14px;
    color: rgba(95,138,41,255);
    padding-left: 5px;
    padding-top: 3px;
}

.btn-link:hover:after {
    color: #24bac0;
}

button.btn {
    height: 50px;
    margin-right: -1px;
}

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-ex-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

/*----------------------
    4.2 Margin Space
 -----------------------*/
.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

/*----- less margin space from top --*/
.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}

/*-----------------------
    4.3 Padding space
-------------------------*/
.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside130 {
    padding: 130px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

/*--------------------------------
 4.4 Background & Block color 
----------------------------------*/
.bg-default {
    /* background-color: #fbf9f4; */
}

.bg-primary {
    background-color: rgb(234, 252, 208);
    color: #fff;
}

.bg-secondary {
    background-color: rgba(95,138,41,255);
    color: #fff;
}

.well {
    border: transparent;
    border-radius: 0px;
    padding: 40px 30px;
}

.text-white {
    color: #fff;
}

.section-title {
    /* margin-bottom: 60px; */
}

.well-section {
    background-color: #ffffffe2;
    padding: 40px;
    border-radius: 2px;
    color: #000000;
}

/*--------------------------------
 4.5 Features Block 
----------------------------------*/
.feature {
}

.feature-icon {
}

.feature-content {
}

.feature-text {
}

.feature-left {
    margin-bottom: 40px;
}

.feature-left:last-child {
    margin-bottom: 0px;
}

.feature-left .feature-icon {
    float: left;
    font-size: 60px;
}

.feature-left .feature-content {
    padding-left: 80px;
}

.feature-left .feature-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

.feature-left .feature-text {
    line-height: 26px;
}

.feature-number-block {
}

.number {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 2px solid #ecac34;
    padding: 7px;
    text-align: center;
    line-height: 1;
    color: #ecac34;
    float: left;
}

.number-content {
}

.feature-title {
}

.feature-number-title {
    padding-left: 60px;
}

/*--------------------------------
 4.6 Bullet 
----------------------------------*/
.bullet {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
}

.bullet-circle-right li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #00b0b8;
    content: "\f138";
}

.bullet-double-angle li:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #989f9f;
    content: "\f101";
}

/*--------------------------------
 4.7 Call to actions 
----------------------------------*/
.cta {
    background-size: cover;
    margin: 0;
    padding: 100px 0px 100px 0px;
    text-align: center;
    background: linear-gradient(rgba(12, 145, 150, 0.7), rgba(12, 145, 150, 0.7)), rgba(12, 145, 150, 0.7) url(../images/cta-full.jpg) no-repeat center;
}

.cta-title {
    font-size: 45px;
    color: #fff;
}

.cta-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-bg {
    padding: 100px 0px 100px 0px;
    text-align: center;
}

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before, .imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
}

.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imghover::after {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    content: "\f2a8";
    font-family: "FontAwesome";
    font-size: 36px;
}

.imghover:hover::before, .imghover:hover::after {
    opacity: 0.8;
}

.imghover:hover::before {
    background: rgb(232,132,42);
}

.imghover:hover::after {
    color: #FFFFFF;
}

/*--------------------------------
 4.9 Icon 
----------------------------------*/
.fontello-icon {
    vertical-align: middle;
}

.icon-x {
    font-size: 18px;
}

.icon-1x {
    font-size: 24px;
}

.icon-2x {
    font-size: 32px;
}

.icon-3x {
    font-size: 42px;
}

.icon-4x {
    font-size: 52px;
}

.icon-default {
    color: #00b0b8;
}

/*--------------------------------
 4.10 Pagination 
----------------------------------*/
.st-pagination {
    margin-top: 30px;
}

.st-pagination .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #989f9f;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #dee2e2;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 9px 13px;
}

.st-pagination .pagination > li > a:focus, .st-pagination .pagination > li > a:hover, .st-pagination .pagination > li > a:active, .st-pagination .pagination > li > span:focus, .st-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #00b0b8;
    border-color: #00b0b8;
}

.st-pagination .pagination > li:first-child > a, .st-pagination .pagination > li:first-child > span {
    margin-left: 0;
}

.st-pagination .pagination > li:last-child > a, .st-pagination .pagination > li:last-child > span {
}

.st-pagination .pagination > .active > a, .st-pagination .pagination > .active > a:focus, .st-pagination .pagination > .active > a:hover, .st-pagination .pagination > .active > span, .st-pagination .pagination > .active > span:focus, .st-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00b0b8;
    border-color: #00b0b8;
}

/*--------------------------------
 5 Header / Navigations 
----------------------------------*/

/*--------------------
     5.1 Header Regular 
    ----------------------*/

.header-top {
    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
    color: #fff;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 14px
}

.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-top-links {
    text-align: right;
}

.call-text, .cta-text {
    margin-left: 20px;
}

.search {
    top: 5px;
}

.search a {
    color: #fff;
}

.call-text {
}

.cta-text {
}

.search-sign {
}

/*--------------------------
     5.2 Navigations Regular
    ----------------------------*/
.header-collapse {
    background-color: rgba(0, 176, 184, 1);
}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after, #navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    font-family: 'Roboto Condensed', sans-serif;
    float: right;
}

#navigation > ul > li {
    float: left;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 17px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

#navigation > ul > li:hover > a {
    /* color: #a3224d; */
    color: #db8031 
}

#navigation > ul > li.has-sub > a {
    padding-right: 30px;
}

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
  display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 14px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0; }*/
#navigation ul ul {
    position: absolute;
    left: -9999px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 46px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 15px;
    width: 230px;
    font-size: 15px;
    text-decoration: none;
    color: #5b6161;
    font-weight: 400;
    background: #f5f3ee;
}

#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
    border-bottom: 0;
}

#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
    color: #192121;
}

#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 19px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #5b6161;
    content: '';
}

#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #5b6161;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
}

#navigation.small-screen.align-center > ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
    height: auto;
}

#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#navigation.small-screen > ul > li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #363131;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
    color: #363131;
}

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 20px;
    /* color: #fff; */
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    /* top: 22px; */
    top: -34px;
    /* right: 17px; */
    right: 5px;
    display: block;
    height: 8px;
    width: 20px; 
    border-top: 2px solid #121111;
    border-bottom: 2px solid #121111;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    /* top: 16px; */
    top: 10px;
    /* right: 17px; */
    right: 5px;
    display: block;
    height: 2px;
    width: 20px;
    background: #121111;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #db8031;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #db8031;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}

/* #navigation.small-screen .submenu-button.submenu-opened {
    background: #db8031;
} */

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #db8031;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background: #db8031;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #db8031;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}

/*--------------------------
     5.3 Page Header
    ----------------------------*/
.page-header {
    background-size: cover;
    margin: 0;
    padding: 130px 0px 0px 0px;
    border: none;
    background: linear-gradient(rgba(5, 95, 95, 0.7), rgba(5, 95, 95, 0.7)), rgba(5, 95, 95, 0.7) url(../images/page-header.jpg) no-repeat center;
}

.page-section {
    padding: 80px 0px 80px 0px;
}

.page-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0px;
    line-height: 48px;
    text-transform: capitalize;
}

.page-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #ebe8e2;
}

.page-breadcrumb .breadcrumb {
    background-color: #fff;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: 700;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-breadcrumb .breadcrumb > li a {
    color: #989f9f;
}

.page-breadcrumb .breadcrumb > li a:hover {
    color: #192121;
}

.page-breadcrumb .breadcrumb > .active {
    color: #4c4845;
}

.page-breadcrumb .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #4c4845;
    content: "\f101";
    font: normal normal normal 12px/1 FontAwesome;
}

/*-----------------------------------
     6. Slider 
-------------------------------------*/
.slider {
    position: relative;
}

.slider-title {
    /* font-size: 38px; */
    font-size: 33px;
    /* font-weight: 300; */
}

.slider-text {
    margin-bottom: 30px;
}

.slider-img {
    background: -moz-linear-gradient(top, rgba(27, 38, 38, 0.5) 0%, rgba(27, 38, 38, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(27, 38, 38, 0.5) 0%, rgba(27, 38, 38, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(27, 38, 38, 0.5) 0%, rgba(27, 38, 38, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2626', endColorstr='#1b2626', GradientType=0);
    position: relative;
}

.slider-img img {
    width: 100%;
    position: relative;
    /* z-index: -1; */
}

.slider-captions {
    position: absolute;
    bottom: 122px;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
}

.slider .owl-dots {
    width: 100%;
}

.slider .owl-nav {
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 8px 16px;
    font-size: 22px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: transparent;
    filter: Alpha(Opacity=50);
    line-height: 1;
    border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
    background-color: rgba(95,138,41,255);
}

.slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
}

.slider .owl-dots .owl-dot {
    position: relative;
    text-align: left;
    bottom: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.slider .owl-dots .owl-dot {
}

.slider .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 0px 10px 10px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    float: left;
}

.slider .owl-dots .owl-dot.active span {
    background-color: rgba(95,138,41,255);
}

.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
    /* background-color: rgba(95,138,41,255); */
    background-color: #e8842a;
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/*-----------------------------------
7. Content 
-------------------------------------*/
.content {
    padding-bottom: 60px;
    padding-top: 60px;
}

.sidebar {
    background-color: #fbf9f4;
}

/*-----------------------------------
8. Footer
-------------------------------------*/
.footer {
    /* background-color: #292b2b; */
    background-color: #2a4767;
    padding-top: 100px;
    padding-bottom: 0px;
    color: #868d8d;
}

.footer_title {
    color: #d8e0e0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.footer_logo {
}

.footer_about {
}

.footer_contact {
    /* border-bottom: 2px solid #4a4c4c; */
    border-bottom: 2px solid #e8842a;
}

.footer_sections {
    margin-bottom: 60px;
}

.ft_address {
    margin-bottom: 30px;
}

.address_text {
}

.phone_text {
}

.ft_address, .ft_phone, .ft_email {
    margin-bottom: 30px;
}

.ft_phone {
}

.ft_email {
}

.email_text {
    font-size: 17px;
}

.ft_social_share {
}

.ft_social_share ul {
}

.ft_social_share ul li {
    display: inline-block;
}

.ft_social_share ul li a {
    border: 2px solid #868d8d;
    color: #868d8d;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 1.6;
    padding: 2px 4px 2px 7px;
}

.ft_social_share ul li a:hover {
    color: rgba(95,138,41,255);
    border: 2px solid rgba(95,138,41,255);
}

.ft_icon {
    float: left;
    padding-right: 20px;
    /* padding-bottom: 30px; */
    padding-bottom: 45px;
    /* color: rgb(4, 161, 4); */
    color: #db8031;
}

.ft_menu {
}

.ft_menu ul {
    padding: 0px;
}

.ft_menu ul li {
    list-style: none;
}

.ft_menu ul li a {
    color: #868d8d;
}

.ft_menu ul li a:hover {
    color: rgba(95,138,41,255);
}

.newsletter_form {
    margin-top: 30px;
}

.newsletter_form .form-control {
    background-color: #434545;
    border: 1px solid #434545;
    height: 51px;
}

.tiny_footer {
    /* background-color: #292b2b; */
    background-color:   #2a4767;
    text-align: center;
    padding-bottom: 20px;
    /* padding-top: -20px; */
    margin-top: -30px;
}

/*-----------------------------------
9. Template Pages
-------------------------------------*/

/*------------------------
  9.1 About us
--------------------------*/
.doctor-profile-img {
}

.doctor-profile-info {
    margin-top: 20px;
}

.step-block {
    padding: 40px;
    position: relative;
    min-height: 326px;
    margin-bottom: 40px;
}

.step-icon {
    font-size: 42px;
    margin-bottom: 30px;
    color: green;
}

.step-content {
}

.step-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #192121;
}

.step-number {
    text-align: center;
}

.step-circle {
    background-color: #fbf9f4;
    border: 2px solid rgba(95,138,41,255);
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100%;
    color: #b5b1a7;
    line-height: 35px;
    left: 40%;
    text-align: center;
    bottom: -20px;
    color: rgba(95,138,41,255);
}

.step-block:hover .step-circle {
    color: #00b84d;
    border: 2px solid #00b837;
    background-color: #fff;
}

.step-block:hover .step-icon {
    color: #00b83a;
}

.about-img {
    /* margin-bottom: 30px; */
}

.about-img img {
    width: 100%;
}

.about-content {
    margin-bottom: 30px;
    padding: 30px;
}

.about-title {
    font-size: 34px;
    color: #192121;
}

/*------------------------
  9.2 Doctor Profile
--------------------------*/
.widget-dr-contact, .widget-clinic-hrs, .widget-story, .dr-social {
    margin-bottom: 30px;
}

.widget-dr-contact .widget-title, .widget-clinic-hrs .widget-title, .widget-story .widget-title, .dr-social .widget-title {
    font-size: 18px;
    color: #192121;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #edeae6;
    margin-bottom: 19px;
    padding-bottom: 20px;
}

.call-no {
    font-weight: 600;
    font-size: 20px;
    color: #192121;
}

.widget-clinic-hrs {
}

.widget-story {
}

.dr-social {
}

.dr-header {
    margin-bottom: 30px;
}

.dr-name {
    font-size: 34px;
    color: #192121;
    margin-bottom: 0px;
}

.dr-meta {
    font-size: 16px;
    color: #00b0b8;
    font-weight: 600;
    text-transform: uppercase;
}

.dr-profile-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.dr-profile-icon {
    color: #00b0b8;
    font-size: 70px;
    float: left;
}

.dr-profile-title {
    font-size: 18px;
    color: #192121;
    font-weight: 600;
    text-transform: uppercase;
}

.dr-profile-content {
    padding-left: 100px;
}

/*-------------------------
  9.3  Service / single / sidebar
--------------------------*/
.treatment-icon-block {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.treatment-circle {
    background-color: #f5f3ee;
    border-radius: 100%;
    padding: 42px;
    width: 165px;
    height: 165px;
    font-size: 80px;
    margin: 0 auto 20px auto;
}

.treatment-circle:hover {
    background-color: rgba(95,138,41,255);
    color: #fff;
}

.treatment-circle:hover a {
    color: #fff;
}

.treatment-caption {
}

.treatment-title {
    font-size: 24px;
}

.treatment-content {
    margin-bottom: 30px;
}

.widget-resources {
}

.widget-resources ul {
}

.widget-resources ul li {
    margin-bottom: 4px;
}

.widget-resources ul li a {
    background-color: #fbf9f4;
    padding: 29px;
    display: block;
    color: #192121;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.widget-resources ul li a:hover {
    background-color: #9ecb09;
    color: #000000;
}

.widget-resources .fontello-icon {
    padding-right: 20px;
    padding-left: 20px;
}

.widget-appointments {
    padding: 40px;
}

.service-img {
    position: relative;
    margin-bottom: 30px;
}

.service-circle {
    background-color: #00b0b8;
    border-radius: 100%;
    padding: 80px 70px;
    margin: 0 auto 20px auto;
}

.service-circle i {
    color: #fff;
    font-size: 200px;
}

.treatment-block {
    margin-bottom: 40px;
    margin-top: 20px;
}

.text-blurb {
    margin-bottom: 40px;
}

/*-----------------------------------------
     service side-nav
    ------------------------------------------*/
.sidenav {
}

.sidenav li {
    position: relative;
    font-weight: 500;
}

.sidenav li a {
    padding: 20px;
    display: block;
    border-bottom: 1px solid #09c1c9;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #00b0b8;
}

.sidenav li a:hover {
    color: #fff;
    border-bottom: 1px solid #09c946;
    background-color: #09c1c9;
}

.sidenav li.active a {
    color: #fff;
    background-color: #09c1c9;
    border-bottom: 1px solid #09c1c9;
}

.sidenav li.active a:before {
    color: #fff;
}

.service-sidenav-icon {
}

.sidenav .service-sidenav-icon {
    font-size: 40px;
    vertical-align: middle;
    padding-right: 20px;
}

.sidenav-text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.active .sidenav-text {
    color: #fff;
}

.sidenav-text:hover {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.arrow-circle-right li:last-child {
    border-bottom: 0px solid #6f4a52;
}

.arrow-circle-right li a:before {
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    width: 20px;
    font-size: 16px;
    color: #5a5a5a;
    content: "\f105";
    font-weight: normal;
}

/*------------------------
 9.4 Location
--------------------------*/
.location-block {
    margin-bottom: 30px;
}

.location-caption {
}

.location-area {
}

.location-map {
    position: relative;
}

.location-map img {
    width: 100%;
}

.location-captions {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    bottom: 10px;
    left: 25px;
    width: 87%;
}

.location-map {
    height: 350px;
}

.location-info {
    padding: 30px;
    margin-left: -30px;
    margin-right: 15px;
    min-height: 350px;
}

.location-title {
    color: #192121;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.phone-no {
    font-size: 20px;
    color: rgba(95,138,41,255);
    font-weight: 600;
}

/*--------------------------
 9.5 Contact-us
---------------------------*/
.contact-form {
    padding: 60px;
    background-color: #fbf9f4;
}

.contact-feature {
    margin-bottom: 30px;
}

.contact-icon {
    color: #00b0b8;
    float: left;
}

.contact-title {
}

.contact-detail {
    padding-left: 50px;
}

.contact-social {
}

.contact-social ul {
    padding-left: 0px;
}

.contact-social ul li {
    display: inline-block;
}

.contact-social ul li a {
    border: 2px solid #dee2e2;
    color: #dee2e2;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 1.6;
    padding: 2px 4px 2px 7px;
}

.contact-social ul li a:hover {
    color: #00b856;
    border: 2px solid #00b831;
}

.map {
    height: 400px;
}

/*--------------------------
 9.6  faq
---------------------------*/
.question {
    font-size: 22px;
    color: #00b0b8;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.answer {
    margin-bottom: 40px;
}

/*--------------------------
  Testimonial
---------------------------*/
.testimonial-icon {
    /* color: rgba(95,138,41,255); */
    color:  rgb(50,79,110);
    font-size: 52px;
    margin-bottom: 30px;
}

.testimonial-text {
    color: #192121;
    font-family: 'Playfair Display', serif;
    /* font-style: italic; */
    font-style: normal;
    font-size: 21px;
    line-height: 39px;
    margin-bottom: 30px;
}

.testimonial-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.testimonial-name {
}

.testimonial-country {
}

.testimonial-support-doctor {
    /* color: rgba(95,138,41,255); */
    color:  rgb(50,79,110);
}

.video-icon {
    color: rgba(95,138,41,255);
    font-size: 52px;
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.video-block {
}

.video-area {
}

.video-img-block {
    position: relative;
}

.video-img {
    width: 100%;
}

.video-sign {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background-color: #333;
    padding: 10px 20px;
}

.video-link {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

/*--------------------------
 9.7  Gallery
---------------------------*/

/*-------- filter gallery -------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolioContainer {
}

.portfolioFilter {
    margin-bottom: 30px;
    text-align: center;
}

.portfolioFilter a {
    text-transform: uppercase;
    background-color: #ebe8e2;
    padding: 5px 20px;
    display: inline-block;
    color: #292b2b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
    border-radius: 4px;
}

.portfolioFilter a:hover {
    color: #fff;
    background-color: #28cbd2;
}

.portfolioFilter a.current {
    color: #fff;
    text-decoration: none;
    background-color: #28cbd2;
}

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img {
    width: 100%;
}

.gallery-img img {
    width: 100%;
}

.gallery-block {
}

/*------------------------
 10. Blog pages
--------------------------*/
#post-gallery {
}

#post-gallery .post-img {
    margin-bottom: 0px;
}

.post-block {
    position: relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebe8e2;
    padding-bottom: 39px;
}

.meta-box {
    position: absolute;
    border-radius: 5px;
    right: 30px;
    top: 30px;
    z-index: 1;
    background-color: #00b0b8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 2px 10px;
}

.meta-date {
}

.post-img {
    margin-bottom: 30px;
}

.post-content {
}

.post-title {
    line-height: 30px;
}

.post-meta {
    margin-bottom: 30px;
    font-size: 16px;
}

.meta-author {
}

.meta-comment {
}

.meta-category {
}

.post-meta span:after {
    margin-left: 10px;
    margin-right: 10px;
    color: #c1c4c4;
    content: "|";
}

.post-meta span:after:last-child {
    content: "";
}

.quote-block {
    background-size: cover;
    margin: 0;
    padding: 100px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebe8e2;
    padding-bottom: 39px;
    background: linear-gradient(rgba(12, 145, 150, 0.7), rgba(12, 145, 150, 0.7)), rgba(12, 145, 150, 0.7) url(../images/quote-img.jpg) no-repeat center;
}

.quote-block p {
    font-size: 28px;
    line-height: 42px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.quote-name {
    color: rgba(95,138,41,255);
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.post-navigation {
    border-bottom: 1px solid #ebe8e2;
    margin-bottom: 39px;
    padding-bottom: 40px;
}

.nav-links {
}

.nav-previous {
}

.prev-link, .next-link {
    color: rgba(95,138,41,255);
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.nav-next {
}

.next-link {
}

.prev-link {
}

.prev-link:hover, .next-link:hover {
    color: #00b0b8;
}

.next-title {
}

.previous-title {
}

.next-title, .previous-title {
    line-height: 34px;
    font-size: 22px;
    color: #192121;
}

.related-post {
    border-bottom: 1px solid #ebe8e2;
    margin-bottom: 39px;
    padding-bottom: 40px;
}

.related-post-title {
    margin-bottom: 40px;
}

.related-post-block {
}

.related-content {
}

.related-img {
    margin-bottom: 30px;
}

.related-title {
    font-size: 22px;
    color: #192121;
    margin-bottom: 20px;
    line-height: 34px;
}

.related-post .meta-category a {
    color: #00b0b8;
}

.post-author {
    border-bottom: 1px solid #ebe8e2;
    margin-bottom: 39px;
    padding-bottom: 40px;
}

.author-block {
    padding: 30px;
}

.post-author-name {
    font-size: 24px;
    color: #192121;
    margin-bottom: 10px;
}

.author-content {
    font-size: 16px;
    margin-bottom: 20px;
}

.author-info {
}

.author-meta {
    font-size: 16px;
    color: #00b0b8;
    text-transform: capitalize;
}

.author-header {
    margin-bottom: 30px;
}

.post-gallery .owl-dots .owl-dot {
    position: relative;
    text-align: left;
    bottom: 40px;
    max-width: 1140px;
    margin: 0 auto;
}

.post-gallery .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 0px 10px 10px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    float: left;
}

.post-gallery .owl-dots .owl-dot.active span {
    background-color: rgba(95,138,41,255);
}

.post-gallery .owl-dots .owl-dot.active span, .post-gallery .owl-controls.clickable .owl-page:hover span {
    background-color: rgba(95,138,41,255);
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/*----- comments-----*/
.comments-area {
    margin-bottom: 40px;
}

.comments-title {
    margin-bottom: 40px;
}

.comment-list {
}

.comment {
}

.comment-body {
    background-color: #fbf9f4;
    padding: 30px;
}

.comment-author {
}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 160px;
}

.comment-header {
}

.user-title {
    font-size: 22px;
    color: #192121;
    margin-bottom: 0px;
}

.comment-meta {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.comment-meta-date {
    font-size: 14px;
    color: #00b0b8;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.comment-body .btn-link {
    font-size: 14px;
}

.comment-content {
}

.reply {
}

.reply-title {
    margin-bottom: 40px;
}

.childern {
    padding-left: 140px;
}

.childern .comment {
}

.childern .comment-body {
    padding: 20px;
}

.leave-comments {
    background-color: #fbf9f4;
    padding: 30px;
}

.reply-form {
}

/*------------------------
11. Blog-Sidebar / Widgets
--------------------------*/
.widget {
    padding: 30px;
    margin-bottom: 5px;
}

.widget-title {
    font-size: 18px;
    color: #192121;
    text-transform: uppercase;
    font-weight: 600;
}

.widget-search, .widget-category, .widget-archives, .widget-recent-post {
    border-bottom: 2px solid #fff;
}

.widget-category {
}

.widget-category ul {
}

.widget-category ul li, .widget-archives ul li {
    position: relative;
}

.widget-category ul li a, .widget-archives ul li a {
    display: block;
    color: #5c6363;
    font-size: 18px;
    padding-left: 30px;
    text-transform: capitalize;
    line-height: 35px;
}

.widget-category ul li a:hover, .widget-archives ul li a:hover {
    color: rgba(95,138,41,255);
}

.widget-archives {
}

.widget-archives ul {
}

.widget-recent-post {
}

.recent-block {
}

.recent-title {
    font-size: 18px;
    color: #192121;
    line-height: 26px;
    font-weight: 500;
    margin-top: 20px;
}

.widget-tag {
}

.widget-tags a {
    border: 2px solid #e6e3de;
    padding: 9px 9px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 12px;
    color: #a7a5a0;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.widget-tags a:hover {
    background-color: rgba(95,138,41,255);
    color: #fff;
    border-color: rgba(95,138,41,255);
}

/*------------------------
12. Short-Codes
--------------------------*/

/*--------------------------------
 12.1 Tabs 
----------------------------------*/
.st-tabs {
    margin-bottom: 40px;
}

.st-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
}

.st-tabs .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    background-color: #f1eee7;
    padding: 14px 40px;
    color: #192121;
    font-size: 18px;
}

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

.st-tabs .nav-tabs > li.active > a, .st-tabs .nav-tabs > li.active > a:focus, .st-tabs .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #00b0b8;
    border: 1px solid #00b0b8;
    border-bottom-color: transparent;
}

.st-tabs .tab-content {
    background-color: #fbf9f4;
    padding: 40px;
}

/*--------------------------------
 12.2 Accordion 
----------------------------------*/

.st-accordion .panel-group {
    margin-bottom: 20px;
}

.st-accordion .panel {
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.st-accordion .panel-default {
    border-color: transparent;
}

.st-accordion .panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.st-accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #fbf9f4;
    border-color: #fbf9f4;
}

.st-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 400;
}

.st-accordion .panel-body {
    padding: 40px;
    background-color: #fbf9f4;
    border-top: 1px solid #ebe8e2 !important;
}

/*--------------------------------
 13. Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    border-radius: 0px;
    background: rgba(0, 176, 184, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #db8031;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 0px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible { /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #6f4a52;
    opacity: 1;
}

/*------------------------
  12. Media Query
--------------------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .slider-captions {
        background-color: transparent;
        color: #FFF;
        bottom: 60px;
        padding: 0px;
    }

    .slider-title {
        font-size: 32px;
        line-height: 32px;
        color: #fff
    }

    .slider-captions .btn {
        font-size: 12px;
        padding: 4px;
    }

    .header-wrapper #navigation > ul > li > a {
        padding: 20px 14px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #363131;
        font-weight: 700;
        text-transform: uppercase;
    }

    #slider .owl-prev {
        position: absolute;
        top: 40%;
        left: 0px;
    }

    #slider .owl-next {
        position: absolute;
        top: 40%;
        right: 0px;
    }

    #slider .owl-prev, #slider .owl-next {
        font-size: 20px;
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: -15px;
        margin: 0 auto;
        width: 100%;
    }

    .childern {
        padding-left: 0px;
    }

    .page-header {
        padding: 0px 0px 0px 0px;
    }
}

@media(min-width: 1109px) and (max-width: 2000px)
{
    .card-modal
    {
        width: 30% !important;
        text-align: center !important;
    }
}

@media(min-width: 353px) and (max-width: 369px)
{
    .modal-title
    {
        font-size: 17px !important;
    }
}

@media(min-width: 666px) and (max-width: 1108px)
{
    .card-modal
    {
        width: 50% !important;
        text-align: center !important;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .slider-captions {
        background-color: transparent;
        color: #fff;
        bottom: 60px;
        padding: 0px;
    }

    .slider-title {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
    }

    .slider-captions .btn {
        font-size: 12px;
        padding: 4px;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .header-wrapper {
        background: rgb(36, 186, 192);
    }

    .header-wrapper #navigation li a {
        color: #3f3f3f;
    }

    .childern {
        padding-left: 0px;
    }

    .page-header {
        padding: 0px 0px 0px 0px;
    }
}


@media only screen and (min-width: 769px) {
    .for-desktop{
        display: block;
    }
    .for-mobile{
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .slider-captions {
        background-color: transparent;
        color: #fff;
        bottom: 125px;
        padding: 50px;
    }

    .slider-title {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        position:relative;
        top:62px;
    }

    .slider-captions .btn {
        font-size: 12px;
        padding: 4px;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .header-wrapper {
        background: rgb(36, 186, 192);
    }
    /*
    .header-wrapper #navigation {
        margin-top: -52px;
    }
    */
    .header-wrapper #navigation li a {
        color: #3f3f3f;
    }

    .header {
        margin-bottom: 0px;
    }

    .childern {
        padding-left: 0px;
    }

    .page-header {
        padding: 0px 0px 0px 0px;
    }

    .treatment-name
    {
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .slider-captions {
        background-color: transparent;
        /* bottom: 20px; */
        color: #fff;
        padding: 0px;
    }

    .slider-title {
        font-size: 22px;
        line-height: 22px;
        color: #fff;

        font-size: 28px;
        line-height: 32px;
        color: #fff;
        position:relative;
        /* top:-96%; */
        top: 20px;
        padding-left:20%
    }

    .slider-captions .btn {
        font-size: 12px;
        padding: 4px;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .header-wrapper {
        background: #fff;
    }
    /*
    .header-wrapper #navigation {
        margin-top: -52px;
    }
    */
    .header-wrapper #navigation li a {
        color: #3f3f3f;
    }

    .slider .owl-controls .owl-buttons div {
        padding: 0px 5px;
    }

    .header {
        margin-bottom: 0px;
    }

    .childern {
        padding-left: 0px;
    }

    .page-header {
        padding: 0px 0px 0px 0px;
    }

    .service-circle {
        padding: 60px 60px;
    }

    .quote-block {
        padding: 0px;
    }

    .slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
        padding: 0px 5px;
    }

    /* .slider .owl-dots {
        display: none;
    } */

    .page-section {
        padding: 40px 0px 40px 0px;
    }

    .page-title {
        font-size: 30px;
    }

    .cta {
        padding: 20px 0px 20px 0px;
    }

    .treatment-name
    {
        font-size: 14px;
    }

    .begin-text
    {
      font-size: 13px !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .slider-captions {
        background-color: transparent;
        bottom: 20px;
        color: #fff;
        padding: 0px;
    }

    .slider-title {
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        text-align: center;
    }

    .slider-captions .btn {
        font-size: 12px;
        padding: 4px;
    }

    .navbar-fixed-top {
        position: relative;
    }

    .header-wrapper {
        background: rgb(36, 186, 192);
    }

    .header-wrapper #navigation {
        margin-top: -52px;
    }

    .header-wrapper #navigation li a {
        color: #3f3f3f;
    }

    .location-block {
        margin-bottom: 30px;
        position: relative;
    }

    .resources-block {
        margin-bottom: 30px;
    }

    .slider .owl-controls .owl-buttons div {
        padding: 0px 5px;
    }

    .header {
        margin-bottom: 0px;
    }

    .page-header {
        padding: 0px 0px 0px 0px;
    }

    .service-circle {
        padding: 40px 40px;
    }

    .childern {
        padding-left: 0px;
    }

    .slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
        padding: 0px 5px;
    }

    .slider .owl-dots {
        display: none;
    }

    .page-section {
        padding: 40px 0px 40px 0px;
    }

    .page-title {
        font-size: 30px;
    }

    .cta {
        padding: 20px 0px 20px 0px;
    }
}

/* my css */
.ayurveda-logo {
    width: 150px;
}

.h-50 {
    height: 50%;
}

.floating-btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    padding: 10px;
    font-size: 4rem;
    border-radius: 15px;
    background-color: #fbf5f3;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.custom-grid::before, .custom-grid::after {
    all: unset;
    content: none;
}

.row:has(.custom-grid), .custom-grid {
    gap: 20px;
}

.custom-grid {
    display: grid;
    width: fit-content;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

.custom-card {
    /* display: grid; */
    /* width: 300px; */
    /* height: 320px !important; */
    overflow: hidden;
    border-radius: 15px;
    padding: 0 !important;
    grid-template-rows: 1fr 4.125rem;
}

.custom-card-body {
    overflow: hidden;
}

.custom-card-body img {
    width: 100%;
    /* height: 100%; */
    height: 200px;
    object-fit: cover;
}

.custom-card-footer {
    margin: 0;
    display: flex;
    padding-inline: 10px;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ececec; */
    background-color: #fff;
    padding: 7px;
    /* border-radius:10px; */
    margin-top: -4px;
}

.checked {
    color: orange;
}

.row:has(.panchkarma-card)::before,
.row:has(.panchkarma-card)::after,
.row:has(.experts-card)::before,
.row:has(.experts-card)::after {
    display: none;
}

.row:has(.experts-card) {
    padding-left: 10px;
}

.experts-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 380px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fbf5f3;
}

.experts-card-img img {
    width: 100%;
}

.experts-card-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.experts-card-info * {
    margin-bottom: 0;
}

.panchkarma-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fbf5f3;
}

.panchkarma-card-img img {
    width: 100%;
}

.panchkarma-card-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.panchkarma-card-info * {
    margin-bottom: 0;
}

.book-apt-button {
    background-color: rgba(95,138,41,255);
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 700;
    border: none;
}

.custom-card-footer div{
    color:black;
}

.experts-div img {
    width: 100%;
    object-fit: cover;
    border-radius:10px;
}

@media (min-width: 801px) {
    .custom-nav {
        flex-direction: row;
    }

    .custom-card-footer {
        font-size: 1.8rem;
    }
} 

@media (max-width: 800px) {
    .custom-card {
        /* max-width: 160px; */
        font-size: 1.5rem;
        /* min-height: 300px !important; */
    }

    .custom-card-footer {
       
        display: block;
       
    }

    .custom-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .row:has(.experts-card), .row:has(.panchkarma-card) {
        justify-content: center;
    }

    .why-panchakarma-div {
        padding: 0px;

    }

    .experts-card {
        width: 300px;
    }

    .floating-btn {
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 769px) {
    .book-apt{
     margin-top: 50px;
     margin-bottom: -10px;
    }

    .custom-card-body img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

} 

@media (max-width: 700px) {
    .custom-card {
        height: 140px !important;
        font-size: 1.5rem !important;
    }

    .testimonial-text {
        color: #192121;
        text-align: center;
        font-family: 'Playfair Display', serif;
        /* font-style: italic; */
        font-style: normal;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .testimonial-info
    {
        text-align: center;
    }

    .testimonial-icon
    {
        text-align: center;
    }

    .testimonial-heading
    {
        font-size: 32px;
        text-align: center;
    }
}

@media (max-width: 534px) {

    .panch-txt{
        font-size: 30px;
    }
    /* .custom-card {        
        min-height: 250px !important;
    } */

    .heading-
    {
        font-size: 20px !important;
    }

    .float-call
    {
        bottom: 135px !important;
        right: 19px !important;
        padding: 5px;
        background-color: #a3224d;
    }

    .welcome-title{
        font-size: 23px;
        text-align: left;
    }
    .ayur{
        margin: auto;
        
    }

    .custom-card {
        /* max-width: 160px; */
        font-size: 1.5rem;
        /* min-height: 280px !important; */
    }
}

@media(min-width: 360px) and (max-width: 767px){

   

    .head-1
    {
        margin-top: 0px !important;
        font-size: 20px !important;
        font-weight: 450 !important;
    }

    .para-1
    {
        margin-top: 0px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
    }

    .head-2
    {
        font-size: 17px !important;
        font-weight: 501 !important;
        margin-top: 15px !important;
    }

    .para-2
    {
        margin-top: 0px !important;
        font-size: 13px !important;
        font-weight: 501 !important;
    }
}



@media (max-width: 402px) {
    .bothering{
        font-size: 30px;
    }

    .treat{
        font-size: 20px;
    }

    /* .custom-card {        
        min-height: 190px !important;
    } */
}   

@media (max-width: 365px) {
    
    .custom-card {        
        /* min-height: 180px !important; */
    }
}


.experts-div .card {
    padding:20px;
}

.heading_line span {
    display: block;
    width: 360px;
    height: 2px;
    margin: 10px auto 0;
    background-color: rgba(95,138,41,255);
  }

.book-now-btn
{
    padding: 2px 8px 2px 8px !important;
    height: 25px !important;
    border-radius: 6px !important;
}

.alert-danger{
    padding: 10px;
    background-color: #f01515;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #f44336;
    font-size: 13px;
    font-weight: bold;
}

.alert-success{
    padding: 10px;
    background-color: green;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid green;
    font-size: 12px;
    font-weight: bold;
}

#alert-danger{
    padding: 10px;
    background-color: #f01515;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #f44336;
    font-size: 13px;
    font-weight: bold;
}

#alert-success{
    padding: 10px;
    background-color: green;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid green;
    font-size: 12px;
    font-weight: bold;
}

#alert-danger-2{
    padding: 10px;
    background-color: #f01515;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #f44336;
    font-size: 13px;
    font-weight: bold;
}

#alert-success-2{
    padding: 10px;
    background-color: green;
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid green;
    font-size: 12px;
    font-weight: bold;
}

.custom-card
{
    margin-bottom: 20px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }

    .owl-item .slider-img img {
        display: block;
        widows: auto;
        height: 100%;
        min-height: 353px !important;
        object-fit: cover !important;
    }

    .custom-card {        
        min-height: 187px !important;
    }


}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }

    .treatment-name {
        font-size: 14px;
      }
    
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }

      .treatment-name {
        font-size: 14px;
      }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }

    .beginpath{
        font-size:2.5rem;
    }
}

@media(min-width: 300px) and (max-width: 800px)
{
    .float-call
    {
        bottom: 135px !important;
        right: 19px !important;
        padding: 5px;
        background-color: #a3224d;
    }

    .card-title
    {
        font-size: 18px;
    }

    .card-text
    {
        font-size: 14px;
    }

    .treatment-name
    {
        font-size: 14px;
    }
}

@media(min-width: 300px) and (max-width: 413px)
{

    .card-title
    {
        font-size: 13px;
        text-decoration: underline;
    }

    .card-text
    {
        font-size: 12px;
        padding-top: 5px;
    }

    .card-body
    {
        /* padding: 15px; */
        padding-top: 0px !important;
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }
}

.block {
	width: 306px;
	height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}

.float-call
{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    padding: 10px;
    font-size: 4rem;
    border-radius: 15px;
    background-color: #fbf5f3;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}

.float-call
{
    bottom: 150px;
    right: 55px;
    padding: 5px;
    background-color: #a3224d;
}

.panchkarm-carousel-img{
    width: 100%;
    /* height: 200px; */
    border-radius: 20px;
}

.float{
 position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 5px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
  .float:hover {
    color: black;
    text-decoration: none;
}


/* carousel css */

.step-content{
    margin-top: 10px;
}
.journey-number{
text-align: center;
  background-color: #caedca;
  font-size: 18px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding-top: 3px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.yourJourneyimg{
    height:130px;
    object-fit: cover;
    width: 100%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 38%;
}

.why-choose-us{
    height: 80px;
    object-fit: cover;
}

.why-choose-us-para{
    min-height:95px;
}

/* new */

.section {
    padding: 50px 0;
  }
  
  .flex-row-stretch {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
  }
  
  .flex-col {
      margin-bottom: 30px;
  }
  
  @media (max-width: 768px) {
  .flex-col {
      width: 100%;
      margin-bottom: 15px;
  }
  }
  
  
  /* ======Cards======= */
  
  .card {
      position: relative;
      height: 100%;
      margin: 10px auto;
      overflow: hidden;
      text-align: left;
      border-radius: 6px;
      box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
      -webkit-box-shadow: 0 4px 15px -2px rgba(0, 0, 0, .2);
      background-color: #fff;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }
  
  .card-body {
      padding: 15px;
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
  }
  
  .card-label {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 13px;
      color: #000;
      /* background-color: #231f20; */
      background-color: #fff;
      padding: 7px 15px;
  }

  .card-modal-heading
  {
    font-size: 13px !important;
    padding: 20px 0px 0px 0px;
    text-align: center !important;
  }

  .modal-card
  {
    padding-top: 0px !important;
  }
  
  .card-photo {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
  }
  
  .card p {
      font-size: 15px;
      margin-bottom: 20px;
  }
  
  .card h4 {
      text-align: left !important;
      margin: 0 0 13px;
  }
  
  .card a {
      align-self: end;
      margin-top: auto;
  }

  .blue_red {
    /* border-color: #9F1843; */
    border-color: #e8842a;
    /* color: #9F1843 ; */
    color: #e8842a;
    background-color: #fff;
    border-radius: 10px;    
  }

  .blue_red:hover {
    /* border-color: #9F1843; */
    border-color: #e8842a;
    color:#FFF;
    /* background-color: #9F1843; */
    background-color: #e8842a;
    border-radius: 10px;    
  }

  .outer-submit {
    /* border-color: #9F1843; */
    border-color: #e8842a;
    /* color: #9F1843 ; */
    color: #e8842a;
    background-color: #fff;
    border-radius: 10px;    
  }

  .outer-submit:hover {
    /* border-color: #9F1843; */
    border-color: #e4ad7a;
    color:#FFF;
    /* background-color: #9F1843; */
    background-color: #e4ad7a;
    border-radius: 10px;    
  }

  .begin-text
  {
    font-size: 16px;
  }

  @media(min-width: 300px) and (max-width: 347px)
  {
    .carousel-text
    {
      font-size: 12px !important;
    }
  }
  
  @media(min-width: 348px) and (max-width: 406px)
  {
    .carousel-text
    {
      font-size: 15px !important;
    }

    .mobile-responsive-blue-red
    {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline;
        font-size: 11px;
        padding: 0px !important;     
    }

    .blue_red
    {
        border: 0px;
    }

    .blue_red:hover {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline; 
      }

      .price-set{
        margin-top: 5px !important;
        font-size: 13px;
      }
  }

  @media(min-width: 360px) and (max-width: 767px){
    .about-us-para{
        padding: 0;
        margin: 16px;
        margin-top: 0px;
    }

    .para-2
    {
        display: none !important;
    }

    /* buy btn & price responsive start*/
    .mobile-responsive-blue-red
    {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline;
        font-size: 11px;
        padding: 0px !important;     
    }

    .blue_red
    {
        border: 0px;
    }

    .blue_red:hover {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline; 
      }

      .price-set{
        margin-top: 5px !important;
        font-size: 13px;
      }
      /* buy btn & price responsive start*/
  }
  .about-us-para-2{
    padding-top: 40px;
    margin-top: -38px;
  }

  /*
.owl-prev, .owl-next{
    display: none !important;
}
*/

.heading_line span {
    display: block;
    width: 100px;
    height: 2px;
    margin: 10px auto 0;
      margin-left: auto;
    /* background-color: #6a8f41; */
    background-color:#db8031;
}
@media(max-width: 600px){
    .heading_line span {
        width: 120px !important;
        margin-left: auto !important;
    }
}

@media(max-width: 767px)
{
    .heading_line_mobile_view
    {
        float: left !important;
        position: relative !important;
        top: 15px !important;
    }

    .topLogo{
        position: sticky;
        top:-34px;
    }

    .header-wrapper {
        /* For mobile devices, make the navbar occupy the full width */
        position: fixed;
        top: 0;
        left: 0;
    }

    .topLogo{
        width: 85px;
    }

    #navigation.small-screen #menu-button {
    display: block;
    padding: 8px;
    /* color: #fff; */
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    }

    #navigation.small-screen #menu-button.menu-opened:after {
        top: -38px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #db8031;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    #navigation.small-screen #menu-button.menu-opened:before {
        top: -38px;
        background: #db8031;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #navigation.small-screen #menu-button:after {
        position: absolute;
        /* top: 22px; */
        top: -34px;
        /* right: 17px; */
        right: 5px;
        display: block;
        height: 8px;
        width: 20px; 
        border-top: 2px solid #121111;
        border-bottom: 2px solid #121111;
        content: '';
    }
    
    #navigation.small-screen #menu-button:before {
        position: absolute;
        /* top: 16px; */
        top: -40px;
        /* right: 17px; */
        right: 5px;
        display: block;
        height: 2px;
        width: 20px;
        background: #121111;
        content: '';
    }

}

.read-more-btn{
    text-align: left !important;
}


.floatcall{
    position: absolute;
    top: 15px;
    /* left: 100px; */
}

@media (min-width: 768px)
{
    .menu-anchor{
        top:50%;
    }
    .topLogo{
        width: 120px;
    }
    .floatcall{
        margin-top: 15px;
        position: absolute;
        right: 5px;
    }

    #navigation.small-screen #menu-button:after {
        position: absolute;
        /* top: 22px; */
        top: 16px;
        right: 0px;
        /* right: 50px; */
        display: block;
        height: 8px;
        width: 20px; 
        border-top: 2px solid #121111;
        border-bottom: 2px solid #121111;
        content: '';
    }
    
    #navigation.small-screen #menu-button:before {
        position: absolute;
        /* top: 16px; */
        top: 10px;
        right: 0px;
        /* right: 50px; */
        display: block;
        height: 2px;
        width: 20px;
        background: #121111;
        content: '';
    }

    #navigation.small-screen
    {
        width: 670px;
    }

    .ft_icon {
        float: left;
        padding-right: 17px;
        /* padding-bottom: 30px; */
        padding-bottom: 45px;
        /* color: rgb(4, 161, 4); */
        color: #db8031;
    }

    /* buy btn & price responsive start*/
    /* .mobile-responsive-blue-red
    {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline;
        font-size: 11px;
        padding: 0px !important;     
    }

    .blue_red
    {
        border: 0px;
    }

    .blue_red:hover {
        color: #db8031;
        background-color: #fff;
        text-decoration: underline; 
      }

      .price-set{
        margin-top: 5px;
        font-size: 13px;
      } */
    /* buy btn & price responsive end*/
}

@media(min-width: 769px) and (max-width: 991px)
{
    #navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
        margin: -4px;
        margin-top: -5px;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #navigation > ul > li.has-sub > a:before {
        position: absolute;
        right: 14px;
        font-family: FontAwesome;
        /* content: "\f107"; */
        content: "";
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .tablet-view
    {
        display: inline-block !important;
        position: relative;
        bottom: 10px;
    }

    .mobile-view
    {
        display: none !important;
    }

    .topLogo
    {
        width: 100px !important;
    }

    .header-wrapper #navigation {
        margin-top: -50px;
    }
    
}

@media(min-width: 992px) and (max-width: 1199px)
{
    .header-wrapper #navigation {
        margin-top: -65px;
    }
    
    .ft_icon {
        float: left;
        padding-right: 9px;
        /* padding-bottom: 30px; */
        padding-bottom: 45px;
        /* color: rgb(4, 161, 4); */
        color: #db8031;
    }
}


@media(min-width: 1200px)
{
    .header-wrapper #navigation {
        margin-top: 20px;
    }
}

/* Button count No. css start */
.count-button {
    /* background-color: #3498db; */
    background-color: #e8842a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    /* width: 30px;
    height: auto; */
    width: 100px;
    height: 40px;
    text-align: center;
    transition: background-color 0.2s;
    margin-top: 5px;
  }
  
.count-button:hover {
  /* background-color: #2980b9; */
  background-color: #e4ad7a;
  }

.inpt-box{
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #db8031;
}

.inpt-box[type="number"] {
    -moz-appearance: textfield;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-of-people {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
/* Button count No. css end */

/* Multiselect checbox css start */
.scrollbar{
    border:2px solid #ccc;
    /* width:300px; */
    height: 200px;
    overflow-y: scroll;
}
/* Multiselect checbox css end */

.price{
    color: black;
    display: ruby;
    /* background-color: bisque; */
}

.small-title{
    font-size: 13px;
    font-weight: 500;
}

/* buy button & price css start */
.component {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px 5px;
}

.card-book-now-btn{
    padding: 5px 7px 3px 8px;
}
/* buy button & price css end */

/* label font-weight start */
.label-font-weight
{
    font-weight: 500;
    display: inline;
}
/* label font-weight end */

.list-margin{
    margin: 5px 2px 2px 2px;
}

/* checkbox css start*/
input[type=checkbox] {
    position: relative;
      border: 2px solid #0060df;
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin: 0 0 0 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }
  
  input[type=checkbox]:hover {
    opacity: 1;
  }
  
  input[type=checkbox]:checked {
    background-color: #0060df;
    opacity: 1;
  }
  
  input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }
/* checkbox css end*/

.datepicker-css{
-webkit-min-logical-width: calc(100% - 16px);
}