
/* =================reset css starts here=================  */
* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0
}

img {
    border: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
    width: auto !important
}

ul {
    list-style: none;
}

a:focus, input:focus, textarea:focus,
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
/* =================reset css ends here================= */

/* =================core css starts here================= */
body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1250px;
}

a, input, button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

    a img {
        border: 0px none;
    }

    a:hover {
        outline: none;
        color: #000;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        outline-offset: 0px;
        text-decoration: none;
        color: inherit;
    }

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

.os-animation {
    opacity: 0;
}

    .os-animation.animated {
        opacity: 1;
    }

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 300;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

h5 {
    font-size: 16px;
    line-height: 1.4;
}

h6 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

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

small {
    font-size: 80%;
}

.hr-foot {
    border-top: 1px solid #808080;
}

.mar-60 {
    margin-bottom: 60px !important;
}

.mar-50 {
    margin-bottom: 50px !important;
}

.mar-40 {
    margin-bottom: 40px !important;
}

.mar-30 {
    margin-bottom: 30px !important;
}

.mar-20 {
    margin-bottom: 20px !important;
}

.mar-15 {
    margin-bottom: 15px !important;
}

.mar-10 {
    margin-bottom: 10px !important;
}

.no-mar {
    margin: 0 !important;
}

.btn {
    border-radius: 6px;
    padding: 10px 25px;
    min-width: 200px;
    font-size: 15px;
    box-shadow: none;
}

.btn-default,
.btn-default:focus {
    color: #fff;
    background-color: #4ba1fd;
    border: solid 1px #4ba1fd;
}

    .btn-default:hover,
    .btn-default:active {
        color: #4ba1fd;
        background-color: #fff;
        border-color: #4ba1fd;
    }

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #328F94;
    border: solid 1px #328F94;
}

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

.btn-second,
.btn-second:focus {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}

    .btn-second:hover,
    .btn-second:active {
        color: #68C5C0;
        background-color: #fff;
        border-color: #fff;
    }

.btn.btn-lg {
    padding: 18px 40px !important;
}

.btn.btn-xs {
    padding: 8px 15px !important;
    min-width: auto;
}

.btn + .btn {
    margin-left: 10px;
}

.form-control {
    min-height: 50px;
}

.set-bg {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.content-container {
    padding: 50px 0;
}

.set-width {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.heading h2, .heading1 h3 {
    font-size: 25px;
    font-weight: 500;
}

.heading h4, .heading1 h5 {
    font-size: 20px;
    font-weight: 500;
}
/* =================core css ends here================= */
/* ================= Header start ================= */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.fixed header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background: #fff;
    color: #000;
}

.navbar-toggler {
    width: 60px;
    height: 60px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
    background: transparent;
}

.navbar-toggler:not([class="collapsed"]),
.navbar-toggler:not([class="collapsed"]):focus,
.navbar-toggler:not([class="collapsed"]):hover {
    background: #68C5C0;
}

.navbar-toggler.collapsed,
.navbar-toggler.collapsed:focus,
.navbar-toggler.collapsed:hover {
    background: #68C5C0;
}

.home .navbar-toggler.collapsed,
.home .navbar-toggler.collapsed:focus,
.home .navbar-toggler.collapsed:hover {
    background: transparent;
}

.navbar-toggler .icon-bar {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    color: #243238;
    text-indent: -55px;
    margin-top: 0;
    background: transparent !important;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    vertical-align: middle;
}

    .navbar-toggler .icon-bar:before,
    .navbar-toggler .icon-bar:after {
        content: '';
        width: 23px;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        transition: all .2s ease-out;
    }

.navbar-toggler.collapsed .icon-bar {
    background: #fff !important;
}

    .navbar-toggler.collapsed .icon-bar:before,
    .navbar-toggler.collapsed .icon-bar:after {
        background: #fff;
    }

    .navbar-toggler.collapsed .icon-bar:before {
        top: -7px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

.navbar-toggler .icon-bar:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.navbar-toggler.collapsed .icon-bar:after {
    bottom: -7px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    min-width: 13rem;
    padding: 0;
    text-transform: none;
}

.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > li:focus > a,
.dropdown-menu > li:active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav-item.active > a,
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    color: #68C5C0;
}

@media only screen and (min-width: 1200px) {
    .navbar-nav > li > .dropdown-menu {
        display: block !important;
        top: 100% !important;
        margin-top: 10px !important;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -webkit-transition: all 0.1s ease-in;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px !important;
        transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
    }
}

.header-right {
    float: right;
    z-index: 20;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 40px;
    font-weight: 700;
}

    .header-right a {
        padding: 0 20px;
        text-align: center;
        margin: 10px 0;
        margin-right: 0;
        background: #e5e5e5;
        border-radius: 20px;
        letter-spacing: .5px;
        min-width: 200px;
    }

.header-search {
    float: left;
    position: relative;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*.navbar-brand { width: 170px; position: relative; margin: 0; }*/
.navbar-brand {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 0;
    transform: translate(-50%, 30%);
}

    .navbar-brand small {
        color: #fff;
        position: absolute;
        left: 100%;
        top: 50%;
        text-align: center;
        margin-top: -8px;
        font-size: 10px;
        line-height: 10px;
        padding: 5px 10px;
        opacity: 0.5;
    }
/* ================= Header end ================= */


/* ================= Hero Slider Start ================= */
.hero-slider-outer {
    position: relative;
}

.hero-slider {
    overflow: hidden;
}

.hero-slider-bg {
    position: relative;
}

.hero-slider-inner {
    display: table;
    width: 100%;
    position: relative;
    height: 100vh;
    color: #fff;
}

.hero-slider-content {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,0.3);
}

    .hero-slider-content h1 {
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 60px;
        color: #fff;
        margin-bottom: 30px;
    }
/* ================= Hero Slider End ================= */


/* ================= Model Css Start ================= */
.model-inner, .model-text {
    min-height: 520px;
}

    .model-inner .form-group {
        margin-bottom: 0;
    }

    .model-inner select.form-control {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

.close-button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 10px;
    float: right;
    cursor: pointer;
}

.model-text {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.form-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
/* ================= Model Css end ================= */



/* ================= Select Package Start ================= */
.tick-list li {
    position: relative;
    padding-left: 25px;
}

    .tick-list li:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
    }

.package-card-box {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.package-card {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: border-color 0.3s;
}

    .package-card:hover,
    .package-card.active {
        border: 1px solid #5f5cff;
    }

.card-custom {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.08);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-texts {
    display: flex;
    flex-direction: column;
}

    .card-texts h6 {
        margin: 0;
        font-weight: bold;
    }

    .card-texts small {
        color: #666;
    }

.card-custom img {
    height: 80px;
}

.step-sidebar {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.step {
    position: relative;
    padding-left: 40px;
    padding-bottom: 30px;
    color: #888;
    font-weight: 500;
}

    .step:last-child {
        margin-bottom: 0;
    }

    .step::before {
        content: "";
        position: absolute;
        top: 0;
        left: 11px;
        height: 100%;
        width: 1px;
        background: #eee;
        z-index: 0;
    }

    .step:last-child::before {
        display: none;
    }

    .step i {
        position: absolute;
        left: 0;
        top: 0;
        background: #f5f5f5;
        color: #888;
        border-radius: 50%;
        padding: 6px;
        font-size: 12px;
        z-index: 1;
    }

    .step.active {
        color: #007bff;
    }

        .step.active i {
            background: #e6f0ff;
            color: #007bff;
        }

.smart-tabs {
    display: inline-flex;
    background: #f1f1f1;
    border-radius: 50px;
    padding: 4px;
    margin-bottom: 25px;
}

    .smart-tabs li a {
        border-radius: 20px !important;
        padding: 5px 20px;
        border: 1px solid #f1f1f1 !important;
    }
.package_label {
    border-radius: 10px;
    background-color: #f4f4ef;
    color: #808888;
    border: 1px solid #f4f4ef;
    padding: 3px 8px 3px 8px;
}
.package-card.selected {
    border: 2px solid #007bff;
    background-color: #e9f5ff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top: 1px solid #ddd;
}
.select-package {
    padding-bottom: 80px; /* or however tall your footer is */
}
#lblSelectedPackage{
    font-size:16px !important;
}
#modalBodyPackage {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-gutter: stable; /* prevents layout shift when scrollbar appears */
}
/*.smart-tabs .btn {
    border: none;
    border-radius: 50px;
    padding: 6px 16px;
    font-weight: 500;
    color: #888;
    background: transparent;
}
.smart-tabs .btn.active {
    background: #fff;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}*/
/* ================= Select Package Start ================= */
/* ================= Select Package Start ================= */
.modal-content {
    border-radius: 16px;
    border: none;
}

.addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

    .addon-item:last-child {
        border-bottom: none;
    }

.addon-info {
    display: flex;
    flex-direction: column;
}

.addon-title {
    font-weight: 500;
    font-size: 16px;
}

.addon-price {
    font-size: 0.85rem;
    color: #888;
}

.addon-item-outer .card-body {
    padding: 10px 0 0 0 !important;
    border: none;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    max-width: 180px;
}

    .quantity-selector button {
        background: #f9f9f9;
        border: none;
        padding: 4px 8px;
        font-size: 1.1rem;
        min-width: 40px;
    }

    .quantity-selector span {
        display: inline-block;
        padding: 4px 12px;
    }

.change-car .form-group {
    position: relative;
}

.change-car label {
    position: absolute;
    left: 16px;
    color: #ccc;
    font-size: 13px;
}

.change-car select {
    padding-top: 20px;
}
/* ================= Select Package Start ================= */


/* ================= Serach Start ================= */
.search-container {
    position: relative;
    width: 100%;
}

.search-input {
    padding-left: 2.5rem;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #999;
}

.dropdown-menu {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

.small-button a {
    border: 1px solid #ccc;
    padding: 1px 10px;
    border-radius: 6px;
}

    .small-button a:hover {
        background: #eee;
    }

.addlbl.active {
    color: #007bff;
    border: 1px solid #007bff !important;
}
/* ================= Serach Start ================= */


/* ================= Addess Start ================= */
.form-section {
    background: #fff;
    border-radius: 8px;
}

    .form-section .form-check-inline {
        display: inline-block;
        border: 1px solid #ccc;
        min-width: 150px;
        border-radius: 20px;
        padding: 6px 20px;
        text-align: center;
    }

    .form-section .form-check-label {
        margin-bottom: 0;
        display: flex;
    }

.question-label {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

    .question-label i {
        margin-right: 8px;
        font-size: 16px;
        color: #555;
    }

.notes-label {
    font-weight: 500;
    margin-top: 20px;
    font-size: 15px;
}

.form-text {
    font-size: 13px;
}

.addWater.active {
    color: #007bff;
    border: 2px solid #007bff !important;
}

.addElec.active {
    color: #007bff;
    border: 2px solid #007bff !important;
}
/* ================= Addess Start ================= */


/* ================= Calendar Start ================= */
.container-box {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    max-width: 900px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
/*.section-title {
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}*/
.section-title i {
    margin-right: 6px;
    font-size: 15px;
    color: #555;
}

.time-slot {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 5px;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

    .time-slot:hover {
        border-color: #2989ff;
    }

    .time-slot.selected {
        background-color: #2989ff;
        color: #fff;
        border-color: #2989ff;
        font-weight: 500;
    }

    .time-slot.disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }

    .time-slot.active {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

/*-- Calendar --*/
.calendar {
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

    .calendar table {
        width: 100%;
    }

    .calendar th {
        text-align: center;
        font-weight: 600;
        padding: 5px;
    }

    .calendar td {
        padding: 0;
    }

        .calendar td span {
            cursor: pointer;
            padding: 8px;
            display: inline-block;
            width: 41px;
            border-radius: 50%;
            min-height: 41px;
            margin: 4px 0;
        }

            .calendar td span:hover {
                background-color: #f0f4ff;
            }

    .calendar .active span {
        background-color: #1a73e8;
        color: white;
    }

    .calendar .highlight {
        background-color: rgba(26,115,232,0.15);
        color: #1a73e8;
    }

.calendar-footer {
    margin-top: 10px;
}

.month-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .month-nav i {
        cursor: pointer;
        font-size: 18px;
        color: #1a73e8;
    }
/*.calendar-container {
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.calendar-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.calendar-table th {
    font-weight: normal;
    color: #777;
}
.calendar-table td{
    padding: 5px;
}
.calendar-table td span {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    line-height: 40px;
}
.calendar-table td.active  span{
    background-color: #1976d2;
    color: #fff;
    font-weight: bold;
}
.calendar-table td.highlight span {
    background-color: rgba(25, 118, 210, 0.1);
    color: #1976d2;
    font-weight: bold;
}
.calendar-footer {
    margin-top: 10px;
    font-size: 14px;
    color: #1976d2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.calendar-footer i {
    margin-right: 5px;
}*/
.max-picture {
    max-width: 200px;
    margin: 0 auto;
}
/* ================= Calendar Start ================= */


/* ================= Booking Start ================= */
.booking-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.section-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 17px;
    color: #333;
}

.section-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

    .section-item i {
        margin-right: 8px;
        font-size: 15px;
        color: #555;
        width: 16px;
        text-align: center;
    }

.edit-link {
    font-size: 13px;
    font-weight: 500;
    color: #2989ff;
    cursor: pointer;
    margin-left: auto;
}

.price-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .price-row .old-price {
        text-decoration: line-through;
        color: #999;
        margin-right: 5px;
    }

.total {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.saved {
    color: #27ae60;
    font-size: 13px;
}

.promo-code {
    color: #2989ff;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
}

.timer-text {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .timer-text i {
        margin-right: 5px;
    }

.pro-info img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 8px;
}

.pro-name {
    font-weight: 600;
    font-size: 14px;
}

.pro-rating {
    color: #f39c12;
    margin-left: 4px;
    font-size: 12px;
}

.pro-services {
    font-size: 13px;
    color: #999;
}
/* ================= Booking End ================= */




/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (max-width: 1200px) {
    .navbar-brand {
        margin: 0 15px 10px 15px; /*max-height: 40px;*/
        width: 120px;
    }

    .header-right {
        position: absolute;
        top: 0;
        right: 70px;
    }

    .navbar-nav {
        background-color: #fff;
        color: #000;
    }

        .navbar-nav .nav-link,
        .navbar-expand-xl .navbar-nav .nav-link {
            line-height: 40px;
        }

    .navbar-collapse {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        max-height: calc(100% - 60px);
        overflow-y: auto;
    }

    .dropdown-menu {
        padding: 0;
    }

        .dropdown-menu a {
            padding-left: 30px;
        }

    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        top: 0;
    }
}




/* ============================= 
! Layout for ipad lanscape 
 ============================= */
@media only screen and (max-width: 1048px) {
    h1 {
        font-size: 30px;
    }

    .about-block {
        color: #fff;
    }

    .about-block-inner:before {
        display: none;
    }

    .about-block-inner:after {
        display: none;
    }

    .practice-areas li {
        width: 50%;
    }

    .practice-box h2 {
        font-size: 18px;
    }

    .choose-block-inner:before {
        width: 100%;
    }

    .choose-block-inner:after {
        z-index: -1;
    }

    ul.contact-info-list li a {
        word-break: break-all;
    }

    .test-rb {
        padding-left: 0;
    }
}

/*============================= 
! Layout for ipad portrait  
============================= */
@media only screen and (max-width: 991px) {
}
/* =============================  
 ! Layout for mobile(lanscape) version  
 ============================= */
@media handheld, only screen and (max-width: 767px) {
    .header-upper-content {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .practice-areas li {
        width: 100%;
    }

    .practice-box h2 {
        font-size: 15px;
    }

    .contact-form {
        min-width: 350px;
        min-height: 600px;
    }

    .contact-form-inner {
        width: 275px;
        padding: 0 20px;
    }

    ul.social-icons {
        margin-bottom: 20px;
    }

    .footer-content h4 {
        text-align: center;
    }
    /*-----*/
    .exp-content {
        width: 100%;
        padding: 20px 0;
    }
    /*----*/
    .testimonial-list {
        flex-flow: wrap;
    }

    .client-picture img {
        margin-bottom: 20px;
    }

    .choose-block-content {
        margin-bottom: 30px;
    }

    .about-block {
        background: #464646 !important;
    }

    .about-content {
        border-bottom: 2px solid #fff;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .step-sidebar {
        display: none;
    }
}
/* ============================= 
 ! Layout for mobile(portrait) version  
 ============================= */
@media only screen and (max-width: 479px) {
}
