@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.svg#Poppins-Light) format('svg');
    font-weight: 400;
    font-style: normal
}

/* Ensure price values in service cards always show a white badge even if inline-styled */
.ca-item p>span:first-child,
.packages-pack .pack-content p>span:first-child {
    display: inline-block !important;
    background: #ffffff !important;
    color: #0b4a8a !important;
    /* deep blue to match site accents */
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 8px !important;
}

/* Slightly reduce badge size on smaller screens */
@media (max-width:767px) {

    .ca-item p>span:first-child,
    .packages-pack .pack-content p>span:first-child {
        padding: 5px 8px !important;
        font-size: 15px !important;
    }
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.svg#Poppins-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.svg#Poppins-Medium) format('svg');
    font-weight: 400;
    font-style: normal
}

::-webkit-input-placeholder {
    color: #6f6f6f !important;
    font-family: Poppins-Light;
    opacity: 1;
    font-size: 14px
}

:-moz-placeholder {
    color: #6f6f6f !important;
    font-family: Poppins-Light;
    opacity: 1;
    font-size: 20px
}

::-moz-placeholder {
    font-family: Poppins-Light;
    opacity: 1;
    font-size: 20px
}

:-ms-input-placeholder {
    font-family: Poppins-Light;
    font-size: 20px
}

p {
    font-family: Poppins-Light;
    font-size: 14px;
    line-height: 26px;
    color: #0d0c0c;
    /*color:#989898;*/
    margin-top: 0
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins-Light
}

.clr {
    clear: both
}

li,
ul {
    font-size: 16px;
    color: #282828;
    list-style-type: none
}

.header-top {
    width: 100%;
    background: #e60012;
    padding: 10px 20px;
    box-sizing: border-box
}

.logo {
    width: 85px;
    float: left
}

.logo img {
    width: 100%
}

.logo-right-section {
    width: 50%;
    float: right;
    padding: 24px 0
}

.logo-right-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right
}

.logo-right-section ul li {
    display: inline-block;
    padding-left: 15px
}

.logo-right-section ul li a {
    font-size: 20px;
    color: #fff;
    font-family: Poppins-Regular;
    text-decoration: none
}

.logo-right-section ul li a i {
    margin-right: 5px
}

.landing-banner-section {
    width: 100%;
    background: url(../images/landing-banner-old.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    float: left
}

.banner-section {
    width: 100%
}

.container_sec {
    margin: 50px 0 0 0;
    padding: 80px 0
}

.container_sec2 {
    margin: 50px;
    margin-top: 20px !important;
}

.container_sec2 h2 {
    font-size: 34px;
    font-family: Poppins-Regular;
    color: #000;
    text-align: center;
    margin: 10px 0 30px
}

.banner-section h2 {
    padding: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: Poppins-Regular;
    font-size: 40px;
    text-transform: capitalize
}

.serviceBox {
    padding: 35px 20px 25px;
    border: 1px solid #f4f4f4;
    text-align: center;
    position: relative;
    transition: all .3s ease 0s
}

.serviceBox:hover {
    border-color: #e60012
}

.serviceBox:before {
    content: "";
    border-top: 20px solid #e600120a;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all .3s ease 0s
}

.serviceBox:hover:before {
    border-top-color: #e60012
}

.serviceBox .service-icon {
    display: inline-block;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s
}

.serviceBox:hover .service-icon {
    color: #fff
}

.serviceBox .service-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s
}

.serviceBox:hover .service-icon:before {
    border-color: #e60012
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 700;
    color: #064774;
    text-align: left;
    text-transform: capitalize;
    margin: 0 0 15px 0
}

.serviceBox .description {
    font-size: 15px;
    color: #999;
    line-height: 27px;
    margin: 0;
    text-align: left
}

.serviceBox .description span {
    text-align: left
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin-bottom: 30px
    }
}

.banner-section p {
    line-height: 30px;
    color: #fff;
    font-family: Poppins-Regular;
    text-align: center
}

.landing-banner-form {
    width: 49.1%;
    float: right;
    background: url(../images/black-bg.png) repeat;
    padding: 25px 35px 7px 35px;
    box-sizing: border-box
}

.form-section {
    width: 590px;
    float: left
}

.form-section h1 {
    font-size: 34px;
    font-family: Poppins-Regular;
    color: #fff;
    margin: 10px 0 30px
}

.col-left {
    width: 270px;
    float: left;
    margin: 0 10px 22px
}

.col-left input[type=text] {
    width: 100%;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 40px;
    font-size: 12px;
    font-family: Poppins-Light
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #fff url(../images/arrow1.png) no-repeat scroll center !important;
    background-position: 93% center !important;
    width: 100%;
    border-radius: 3px;
    border: none;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 40px;
    color: #292827;
    font-size: 14px !important;
    font-family: Poppins-Light !important
}

.select-box {
    width: 100%;
    border-radius: 3px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    height: 55px;
    font-size: 20px;
    font-family: Poppins-Light
}

.lan-form-button {
    width: 130px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #e60012;
    border: none;
    border-radius: 3px;
    float: none;
    display: table;
    cursor: pointer;
    border-radius: 5px
}

.lan-form-button2 {
    width: 160px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #ff9a00;
    border: none;
    border-radius: 3px;
    float: none;
    display: table;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px
}

.landing-wrapper {
    width: 100%;
    padding: 40px 5%;
    box-sizing: border-box
}

.map-left {
    width: 49%;
    float: left
}

.map-right {
    width: 49%;
    float: right
}

.map-left h2 {
    font-size: 25px;
    color: #080808;
    margin: 0;
    font-family: Poppins-Medium
}

.landing-wrapper h3 {
    font-size: 20px;
    color: #080808;
    margin: 0 0 5px;
    font-family: Poppins-Light
}

.map-left ul {
    margin: 0;
    padding: 0
}

.map-left ul li {
    line-height: 41px;
    margin-bottom: 5px;
    width: 100%;
    background: #f6f6f6;
    padding: 0 25px;
    box-sizing: border-box
}

.package-in-info {
    width: 100%;
    padding: 40px 0;
    float: left
}

.packages-pack {
    width: 20%;
    float: left;
    margin-top: 20px;
    text-align: center
}

.packages-pack p {
    padding: 0 15px 25px 15px;
    font-size: 12px;
    color: #080808;
    margin: 0;
    font-family: Poppins-Regular;
    line-height: 30px
}

.pack-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box
}

.pack-content h4 {
    color: #fff;
    font-size: 14px;
    font-family: Poppins-Medium;
    line-height: 22px;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede
}

.pack-content p {
    font-size: 22px;
    color: #fff !important;
    line-height: 27px !important;
    margin-bottom: 0;
    padding: 0 !important
}

.packages-pack p {
    padding: 25px 15px;
    font-size: 20px;
    color: #080808;
    margin: 0;
    font-family: Poppins-Regular;
    line-height: 30px
}

.packages-pack p span {
    font-size: 28px;
    font-family: Poppins-Regular
}

.packages-pack:last-child {
    margin-right: 0
}

.city-table {
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center
}

.gray {
    background: #f6f6f6
}

.city-table-info {
    margin: 25px 0 25px
}

.city-table-info table tr td {
    border: 1px solid #e7e7e7;
    padding: 10px;
    box-sizing: border-box;
    width: 20%
}

.footer-main {
    width: 100%;
    background: #171717;
    border-top: 5px solid #e60012;
    padding: 20px 0;
    float: left
}

.wrapper {
    width: 1105px;
    margin: 0 auto;
    display: block
}

.copy_right {
    text-align: center;
    width: 100%;
    border-top: 1px solid #2f2f2f;
    padding-top: 20px
}

.footer_bottom p {
    color: #fff;

    /* Centering and spacing polish for services section */
    .ca-container {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
        flex-wrap: wrap;
        padding: 28px 0 36px
    }

    .ca-wrapper {
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 100%
    }

    .ca-item {
        width: 240px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start
    }

    .ca-item .ca-item-main {
        position: relative;
        padding: 22px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 170px
    }

    .ca-item h3 {
        margin-bottom: 8px
    }

    .ca-item p {
        margin: 0
    }

    /* Mobile packages center alignment and bottom padding */
    .packages-pack {
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 6px
    }

    .packages-pack .pack-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 18px
    }

    @media (max-width:767px) {
        .ca-container {
            padding: 16px 6px 22px
        }

        .ca-item .ca-item-main {
            min-height: 140px;
            padding: 14px
        }

        .packages-pack .pack-content {
            padding: 12px
        }
    }

    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px
}

.footer_bottom {
    background: #171717;
    padding: 0 0 2px;
    clear: both
}

.footer-main a {
    text-decoration: none
}

.view {
    width: 130px;
    border-radius: 3px;
    text-align: center;
    display: table;
    color: #fff;
    background: #e60012;
    padding: 5px 0;
    text-decoration: none;
    font-size: 18px;
    margin: 20px auto 0
}

.landing-banner-video {
    width: 50.9%;
    float: left
}

.landing-banner-video video {
    width: 100%;
    height: 100%
}

.ca-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    font-family: Poppins-Regular
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.ca-item {
    position: relative;
    float: left;
    width: 280px;
    height: 100%;
    text-align: center
}

.ca-item h3,
.ca-item p {
    padding: 0 20px;
    font-family: Poppins-Light;
    color: #fff;
    text-align: left;
    font-size: 15px;
    text-align: center
}

.ca-item h3 {
    color: #fff;
    font-size: 16px;
    font-family: Poppins-Medium;
    line-height: 22px;
    text-align: center;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #dedede
}

.ca_item_border {
    border-bottom: 1px solid;
    width: 60px;
    margin-left: 20px;
    margin-bottom: 10px
}

.ca-more-wrap {
    height: 30px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%
}

.ca-more {
    padding: 2px 20px;
    background: #e60012;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff url(../images/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -9000px;
    outline: 0;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    opacity: .7
}

.ca-close:hover {
    opacity: 1
}

.ca-item-main {
    position: absolute;
    top: 5px;
    width: inherit;
    bottom: 5px;
    overflow: hidden;
    background-position: 0 130px
}

.ca-item-main img {
    width: 100%
}

.ca-content-wrapper {
    position: absolute;
    width: 0;
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden
}

.ca-content {
    width: 660px;
    overflow: hidden;
    background: #2980b9;
    border-radius: 15px
}

.ca-content-text {
    font-size: 14px;
    font-style: italic;
    margin: 10px 20px;
    padding: 10px 20px;
    line-height: 24px
}

.ca-content-text p {
    padding-bottom: 5px
}

.ca-content h6 {
    margin: 25px 20px 0 35px;
    font-size: 32px;
    padding-bottom: 5px;
    color: #fff;
    border-bottom: 2px solid #fff
}

.ca-content ul {
    margin: 20px 35px;
    height: 30px
}

.ca-content ul li {
    float: left;
    margin: 0 2px;
    list-style: none
}

.ca-content ul li a {
    color: #2980b9;
    background: #fff;
    padding: 3px 6px;
    font-size: 14px;
    font-style: italic
}

.ca-content ul li a:hover {
    background: #fff;
    text-shadow: none
}

.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: .7;
    cursor: pointer;
    z-index: 100
}

.ca-nav span.ca-nav-next {
    background-position: -24px;
    left: auto;
    right: -40px
}

.ca-nav span:hover {
    opacity: 1
}

.widget-title {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #827c7c
}

.widget_menu ul {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding: 0
}

.widget_menu ul li {
    margin-bottom: 10px;
    line-height: 11px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #292424
}

.widget_menu ul li a {
    color: #989898;
    font-size: 15px;
    font-weight: 400
}

.benefit_text {
    border: 1px solid #f5f5f5;
    padding: 20px
}

.benefit_text h5 {
    font-size: 16px
}

.benefit_text p {
    font-size: 13px;
    font-family: Poppins-Regular
}

.benefit_text_border {
    border-bottom: 1px solid;
    width: 100px;
    margin-bottom: 10px
}

.benefit_text_1 {
    border: 1px solid #e8e8e8;
    padding: 20px
}

.benefit_text_1 strong {
    color: #000
}

@media screen and (min-width:320px) and (max-width:479px) {
    .logo {
        width: 50px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 0
    }

    .logo-right-section ul li {
        padding-left: 0
    }

    .logo-right-section ul li a {
        font-size: 13px
    }

    .landing-banner-form {
        width: 100%
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 100%;
        float: left;
        margin: 0 0 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        width: 100%;
        height: 45px
    }

    .lan-form-button2 {
        width: 100%;
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 100%;
        float: none;
        margin-bottom: 25px
    }

    .map-right {
        width: 100%;
        float: none
    }

    .packages-pack {
        width: 285px;
        margin: 25px auto 0 !important;
        float: none
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .map-left ul li {
        padding: 0 16px
    }

    .col-left {
        margin-bottom: 10px
    }

    .landing-banner-video {
        width: 100%
    }

    .ca-container {
        position: relative;
        margin: 0 auto;
        width: 73%;
        height: 200px;
        font-family: Poppins-Regular
    }

    .container_sec2 h2 {
        font-size: 24px;
        font-family: Poppins-Regular;
        color: #000;
        text-align: center;
        margin: 10px 0 30px
    }

    .landing-wrapper h3 {
        font-size: 20px;
        color: #080808;
        margin: 0 0 5px;
        font-family: Poppins-Light;
        line-height: 30px
    }

    .pack-content h4 {
        color: #fff;
        font-size: 20px;
        font-family: Poppins-Medium;
        line-height: 22px;
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #dedede
    }
}

@media screen and (min-width:480px) and (max-width:550px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 20px 0 0
    }

    .logo-right-section ul li {
        padding-left: 0
    }

    .logo-right-section ul li a {
        font-size: 17px
    }

    .landing-banner-form {
        width: 100%
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 100%;
        float: none;
        margin-bottom: 25px
    }

    .map-right {
        width: 100%;
        float: none
    }

    .packages-pack {
        width: 285px;
        margin: 25px auto 0 !important;
        float: none
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .col-left {
        margin-bottom: 10px
    }

    .landing-banner-video {
        width: 100%
    }

    .pack-content h4 {
        color: #fff;
        font-size: 20px;
        font-family: Poppins-Medium;
        line-height: 22px;
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #dedede
    }
}

@media screen and (min-width:551px) and (max-width:639px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 20px 0 0
    }

    .logo-right-section ul li {
        padding-left: 0
    }

    .logo-right-section ul li a {
        font-size: 17px
    }

    .landing-banner-form {
        width: 100%
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 100%;
        float: none;
        margin-bottom: 25px
    }

    .map-right {
        width: 100%;
        float: none
    }

    .packages-pack {
        width: 285px;
        margin: 25px auto 0 !important;
        float: none
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .landing-banner-video {
        width: 100%
    }

    .pack-content h4 {
        color: #fff;
        font-size: 18px;
        font-family: Poppins-Medium;
        line-height: 22px;
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #dedede
    }
}

@media screen and (min-width:640px) and (max-width:767px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 20px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 100%
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 100%;
        float: none;
        margin-bottom: 25px
    }

    .map-right {
        width: 100%;
        float: none
    }

    .packages-pack {
        width: 46.8%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .landing-banner-video {
        width: 100%
    }

    .pack-content h4 {
        color: #fff;
        font-size: 18px;
        font-family: Poppins-Medium;
        line-height: 22px;
        padding: 15px 0 15px 0;
        border-bottom: 1px dashed #dedede
    }
}

@media screen and (min-width:768px) and (max-width:910px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 20px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 63%
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 47%;
        float: left;
        margin-bottom: 25px
    }

    .map-right {
        width: 50%;
        float: right
    }

    .packages-pack {
        width: 30.7%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .packages-pack p {
        font-size: 18px
    }

    .landing-banner-video {
        width: 100%
    }
}

@media screen and (min-width:911px) and (max-width:991px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 25px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 49.1%;
        padding: 22px 35px
    }

    .form-section {
        width: 100%
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 8px 10px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 40px
    }

    .col-left input[type=text] {
        height: 40px
    }

    .select-box {
        height: 40px;
        padding: 0 10px
    }

    .map-left {
        width: 47%;
        float: left;
        margin-bottom: 25px
    }

    .map-right {
        width: 50%;
        float: right
    }

    .packages-pack {
        width: 31%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .packages-pack p {
        font-size: 18px
    }

    .form-section {
        padding-bottom: 0
    }
}

@media screen and (min-width:992px) and (max-width:1100px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 25px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 49.1%;
        padding: 20px 35px
    }

    .form-section {
        width: 100%;
        padding-bottom: 0
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 47%;
        float: left;
        margin-bottom: 25px
    }

    .map-right {
        width: 50%;
        float: right
    }

    .packages-pack {
        width: 31%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .packages-pack p {
        font-size: 20px
    }
}

@media screen and (min-width:1101px) and (max-width:1200px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 25px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 49.1%;
        padding: 20px 35px
    }

    .form-section {
        width: 100%;
        padding-bottom: 0
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 47%;
        float: left;
        margin-bottom: 25px
    }

    .map-right {
        width: 50%;
        float: right
    }

    .packages-pack {
        width: 31%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .packages-pack p {
        font-size: 20px
    }
}

@media screen and (min-width:1201px) and (max-width:1349px) {
    .logo {
        width: 85px;
        float: left
    }

    .logo-right-section {
        width: 75%;
        padding: 25px 0 0
    }

    .logo-right-section ul li a {
        font-size: 21px
    }

    .landing-banner-form {
        width: 49.1%
    }

    .form-section {
        width: 100%;
        padding-bottom: 18px
    }

    .col-left {
        width: 45%;
        float: left;
        margin: 0 10px 15px
    }

    .form-section h1 {
        font-size: 26px
    }

    .lan-form-button {
        height: 45px
    }

    .col-left input[type=text] {
        height: 45px
    }

    .select-box {
        height: 45px;
        padding: 0 10px
    }

    .map-left {
        width: 47%;
        float: left;
        margin-bottom: 25px
    }

    .map-right {
        width: 50%;
        float: right
    }

    .packages-pack {
        width: 18.6%;
        float: left
    }

    .city-table-info {
        overflow: scroll
    }

    .wrapper {
        width: 98%;
        margin: 0 auto;
        display: block
    }

    .packages-pack p {
        font-size: 20px
    }
}

.ozziee_brisabane {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bg-white_gray {
    background: #e6e6e61c
}

.pt-80 {
    padding-top: 30px !important
}

.pb-80 {
    padding-bottom: 30px !important
}

@media (min-width:1200px) {
    .hg_col_eq_last {
        padding-left: calc((100vw - 1170px)/ 2)
    }
}

@media (min-width:992px) {
    .hg_col_eq_last {
        padding-left: calc((100vw - 970px)/ 2)
    }
}

@media (min-width:768px) {
    .hg_col_eq_last {
        padding-left: calc((100vw - 1000px)/ 2)
    }

    .package-in-info {
        width: 100%;
        padding: 40px 0;
        float: left;
        display: none
    }
}

@media (min-width:1200px) {
    .hg_col_eq_last_2 {
        padding-right: calc((100vw - 1170px)/ 2)
    }
}

@media (min-width:992px) {
    .hg_col_eq_last_2 {
        padding-right: calc((100vw - 970px)/ 2)
    }
}

@media (min-width:768px) {
    .hg_col_eq_last_2 {
        padding-right: calc((100vw - 1000px)/ 2)
    }
}

@media (max-width:767px) {
    .media-container {
        min-height: 400px !important;
        height: 400px
    }
}

.footer-main p {
    color: #989898;
}