@media only screen and (min-width: 768px) {
   
    .form-control.right-br {
        border-right: 1px solid #e4e4e4;
    }
    body.home-2 .banner p {
        max-width: 85%;
    }
    .banner-caption .form-control.left-radius {
        border-radius: 5px 0 0 5px;
    }
    .banner .btn.btn-default {
        border-radius: 0 5px 5px 0;
    }
    .banner p {
        margin-bottom: 30px;
    }

    .banner-caption.option-search-form {
        padding: 0;
    }
    .banner-caption.option-search-form .option-form {
        margin-top: -80px;
        position: relative;
        z-index: 111;
        box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
        -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    }
    .footer .footer-text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.newsletter {
        padding: 90px 0;
    }
    .member-soc {
        padding-bottom: 150px !important;
    }
    .business .heading {
        margin-top: 35px;
    }
    .title-content {
        margin-top: 0;
    }
    .banner .chosen-single {
        line-height: 50px;
    }
    .banner .chosen-container b {
        margin-top: 0;
    }
}

@media only screen and (min-width: 993px) {
 
    ul.nav.navbar-nav.navbar-right > li {
        position: fixed;
        top: 0;
        margin: 0;
        right: 0;
        padding: 0 !important;
    }
    nav.navbar.bootsnav ul.nav > li {
        padding: 0px 1px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 9px 18px;
    }
    body nav.navbar.bootsnav.navbar-transparent ul.nav > li > a.addlist {
        background: #ff3a72 !important;
    }
    body.home-2 nav.navbar.bootsnav.navbar-transparent ul.nav > li > a.addlist {
        background: 0 0 !important;
    }
    body nav.navbar.bootsnav ul.nav > li > a.addlist {
        background: #ff3a72 !important;
        color: #fff !important;
        border-radius: 0;
        margin-top: 0 !important;
        text-align: center;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 46px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 17;
    }
    h6 {
        font-size: 12;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        -webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
        box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
        border-radius: 4px;
        padding: 0;
        width: 200px;
        background: #fff;
        border: none;
        border-top: none;
    }
    nav.navbar.bootsnav.dark li.dropdown ul.dropdown-menu {
        -webkit-box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
        box-shadow: 0 0 15px 1px rgba(113, 106, 202, 0.2);
        border-radius: 4px;
        padding: 0;
        width: 200px;
        background: #26324c;
        border: none;
        border-top: none;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
        display: block;
        padding: 14px 12px;
        clear: both;
        line-height: 1.42857143;
        color: #67757c;
        border-bottom: 1px solid #f1f6f9;
    }
    nav.navbar.bootsnav.dark li.dropdown ul.dropdown-menu > li > a {
        display: block;
        padding: 14px 12px;
        clear: both;
        line-height: 1.42857143;
        color: #95a7c5;
        border-bottom: 1px solid #34425d;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:focus,
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
        color: #ff3a72;
    }
    nav.navbar.bootsnav ul.nav > li > a { 
        padding: 7px 25px 10px 25px;
    }
    nav.navbar.bootsnav
    ul.navbar-right
    li.dropdown
    ul.dropdown-menu.navbar-left
    li
    a {
        text-align: left;
    }

    .banner {
        padding-top: 5%;
        height: 100vh;
        min-height: 600px;
        padding-bottom: 20px;
    }
    .banner-caption .form-control {
        height: 70px;
        color: #90969e;
        font-size: 15px;
        line-height: 60px;
    }
    .banner-caption .btn.btn-default,
    .banner-caption .form-control .btn.dropdown-toggle.btn-default,
    .banner-caption .form-control .btn.dropdown-toggle.btn-default:focus,
    .banner-caption .form-control .btn.dropdown-toggle.btn-default:hover {
        height: 70px;
        width: 100%;
    }
    i.banner-icon {
        top: 24px;
        font-size: 20px;
    }
    body a.btn {
        padding: 15px 40px;
    }
    .pulse-tag {
        margin: 5em auto 0;
    }
    .font-50 {
        font-size: 50px;
    }
    .font-60 {
        font-size: 60px;
    }
    .font-80 {
        font-size: 80px;
    }
    .font-100 {
        font-size: 100px;
    }
    .font-150 {
        font-size: 150px;
    }
    .font-200 {
        font-size: 200px;
    }
    .font-250 {
        font-size: 250px;
    }
    .font-300 {
        font-size: 300px;
    }
    .font-400 {
        font-size: 400px;
    }
    .font-450 {
        font-size: 450px;
    }
    .font-500 {
        font-size: 500px;
    }
    .font-bold {
        font-weight: 700;
    }
}

@media only screen and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
        /* padding: 15px 0px 18px; */
        padding: 7px 25px 10px 25px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-social li a i {
        width: 45px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
    .footer-social li {
        padding: 5px 4px 5px 5px;
    }
}

@media screen and (max-width: 992px) {
    body.home-2 nav.navbar.bootsnav.navbar-transparent {
        background-color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #dde6ef;
        padding: 18px 0;
        margin-bottom: -1px;
        color: #445461 !important;
    }
    nav.navbar.bootsnav.dark .navbar-nav > li > a {
        display: block;
        width: 100%;
        border-bottom: solid 1px #34425d;
        padding: 18px 0;
        margin-bottom: -1px;
        color: #95a7c5 !important;
    }
    nav.navbar.bootsnav .navbar-toggle {
        font-size: 25px;
        margin-left: 15px;
        top: 4px;
        z-index: 1111111;
    }
    nav.navbar.bootsnav.navbar-fixed .logo-display,
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        max-height: 40px;
    }
    .sept {
        display: none !important;
    }

    .banner.inner-page-banner {
        padding-top: 8.5% !important;
        height: 2vh !important;
        min-height: 355px !important;
    }
    .title-content {
        position: relative;
        text-align: center;
        color: #fff;
        /*margin-top: 46px;*/
    }
    .business-slider span.author-img-box {
        top: -63px;
    }
    .send-password .btn {
        margin-top: 18px;
        margin-left: -3px;
    }
    .ad-section .listing-shot-img {
        min-height: 205px;
        max-height: 300px;
        min-width: 205px;
        max-width: 213px;
    }
    .business.banner {
        height: 70vh;
        min-height: 300px;
    }
    .category-box-content h3 {
        color: #fff;
        font-size: 22px;
    }
    .container-background {
        margin-left: 5px;
        margin-right: 10px;
        background: #fcdfd5;
        width: auto;
        height: 150px;
        border-radius: 0 0 5px 5px;
    }
}

@media screen and (max-width: 767px) {
    html body .mob-padd-0 {
        padding: 0;
    }
    html body .mob-mrg-0 {
        margin: 0;
    }
    .mob-extra-mrg,
    .mob-mrg-0,
    html body .mob-extra-mrg {
        margin-left: -15px;
        margin-right: -15px;
    }
    .heading h2 {
        font-size: 28px;
    }
    .mob-padd-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .banner {
        padding: 120px 0 80px;
    }
    .banner-text {
        padding: 0;
    }
    body.home-2 .banner h1 {
        font-size: 26px;
    }
    body.home-2 .banner p {
        max-width: 100%;
        font-size: 14px;
    }
    .banner p,
    .heading p {
        line-height: 1.6;
        font-size: 15px;
    }
    .heading {
        padding: 0 0 20px;
        margin-bottom: 0;
    }
    .feature-box p {
        font-size: 14px;
    }
    .feature-box span {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 23px;
    }
    .review-content p,
    .tag-content p {
        font-size: 14px;
        line-height: 1.7;
    }
    .verticleilist.listing-shot {
        display: block;
    }
    .verticleilist.listing-shot .verticle-listing-caption {
        flex: auto;
        padding: 35px 0 0;
    }
    .verticleilist.listing-shot .listing-item {
        flex: auto;
    }
    .service-box .read a {
        opacity: 1;
    }
    .detail-wrapper-body {
        padding: 1.5em 1em;
    }
    .detail-wrapper-body ul.detail-check li {
        width: 100%;
    }
    .detail-wrapper-body .review-list li {
        padding: 2em 0;
    }
    .review-avatar {
        width: 60px;
        height: 60px;
    }
    .review-body {
        padding-left: 70px;
    }
    ul.side-list-inline.social-side li {
        padding: 10px 0 4px;
    }
    .listing-shot-img {
        overflow: hidden;
    }
    ul.social-info.info-list li label {
        min-width: 65px;
    }
    .small-list-img {
        max-width: 80px;
        padding: 5px;
        float: none;
        margin: 10px auto;
    }
    .small-list-img img {
        border-radius: 50%;
    }
    .small-list-detail {
        display: block;
        text-align: center;
    }
    .small-list-action {
        float: none;
        margin-right: 15px;
        padding-top: 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .single-comment .single-comment .img-holder {
        position: relative;
        margin-bottom: 10px;
    }
    .single-comment .single-comment {
        padding-left: 0;
    }
    .business.banner {
        height: 100vh;
    }
    .title-content {
        position: relative;
        text-align: center;
        color: #fff;
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {
    ul.popular-categories-list li a {
        width: 80px;
        height: 80px;
    }
    .pc-box p {
        display: none;
    }
    .header-Nav {
        margin-right: 24px !important;
    }
    .footer-widget.contact-section {
        padding: 0 3%;
    }
    .forum-title-main-section .detail-wrapper {
        margin-top: 0px;
        background: #fff;
        margin-bottom: 10px;
    }
    .chosen-container.chosen-container-single {
        width: 330px;
    }
}

@media screen and (max-width: 479px) {
    .heading h2 {
        font-size: 25px;
    }
    ul.popular-categories-list li a {
        width: 50px;
        height: 50px;
    }
    .pc-box {
        padding-top: 6px;
    }
    .pc-box p {
        display: none;
    }
    .pc-box i {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .sept {
        display: none !important;
    }

    .banner.inner-page-banner {
        padding-top: 8.5% !important;
        height: 2vh !important;
        min-height: 396px !important;
    }
    .title-content {
        position: relative;
        text-align: center;
        color: #fff;
        margin-top: -26px;
    }
    .business-slider span.author-img-box {
        top: -70px;
    }
    .member-soc {
        padding-bottom: 23px !important;
    }
    .ads-title {
        padding-top: 48px;
    }
    .member-email {
        margin-left: 0px;
    }
    .send-password .btn {
        margin-top: 18px;
        margin-left: 45px;
    }
    .ad-section .listing-shot-img {
        min-height: 212px;
        max-height: 304px;
        min-width: 208px;
        max-width: 341px;
    }
    .container-background {
        margin-left: 0px;
        margin-right: 0px;
        background: #fcdfd5;
        width: auto;
        height: 150px;
        border-radius: 0 0 7px 7px;
    }
}

@media screen and (max-width: 360px) {
    #categories .category {
        margin: 0px -8px 50px 5px;
    }
}

@media (width: 414px) {
    #categories .category {
        margin: 0 0 50px 12px;
    }
    .star-rating-driver i {
        margin-top: 41px !important;
    }
    .ad-section .listing-shot-img {
        min-width: 437px !important;
    }
    .ad-section .listing-shot-info.rating span.detail-link1 {
        margin-right: 87px !important;
    }
}

@media screen and (max-width: 768px) {
    #categories .category {
        margin: 0 0 50px 12px;
    }
    .ad-section .listing-shot-img {
        min-height: 158px;
    }
    .text-right {
        /* margin-top: -28px; */
    }
    .star-rating-driver i {
        margin-top: 28px;
    }
    .main-author-header {
        display: flex;
        margin-bottom: -64px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .banner.inner-page-banner {
        margin-top: 54px;
    }
}
@media only screen and (max-width: 576px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .detail-wrapper-body {
        padding: 1.5em 0.4em;
    }

    .tab-content > .tab-pane {
        padding: 0 0.4em;
    }

    .listing-detail-info span {
        margin-bottom: -9px !important;
    }
    .ad-caption1 h2 {
        text-align: center !important;
        margin-top: -9px !important;
        font-size: 26px;
        margin-left: 52px !important;
    }
    .category-infom1 span {
        margin-left: 58px !important;
    }
    .user-name1 p {
        margin-left: 72px !important;
        margin-top: -50px;
    }
    .star-rating-driver1 {
        margin-right: 59px;
    }
    .star-rating-driver i {
        /*margin-top: -5px !important;*/
        font-size: 15px !important;
    }
    .business-name {
        margin-top: 3px !important;
    }
    .listing-shot-img1 {
        margin-left: -1px !important;
    }
    .ad-section .listing-shot-img {
        max-height: 304px;
        min-width: 348px;
        max-width: 341px;
    }
    .verticleilist.listing-shot span.like-listing {
        top: -11px !important;
        left: 148px;
    }
    .ad-section .listing-shot-info.rating span.detail-link1 {
        margin-right: 59px;
    }
    .listing-shot-info {
        padding: 10px 15px 14px !important;
    }
    .advertisement-title h2 {
        margin-top: -33px !important;
        font-size: 20px !important;
    }
    .ads-name h4 {
        display: none;
    }
    .listing-title {
        text-align: center;
        margin-top: 10px;
    }
    .star-rating-driver{
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
    .list-button-bar {
        margin: 5px 0px 0px 0px;
    }
    .list-user-bar {
        margin: 5px 0px 0px 0px;
        padding: 0;
    }
    .main-author-header {
        display: table;
        margin-bottom: 0;
        margin-left: 0;
    }
    .business-title-content {
        margin-top: 0;
    }
    .profile-name h1 {
        margin-top: 0;
        padding-bottom: 6px;
        font-size: 25px;
    }
    .mah-img-box {
        width: 100px;
    }
    .cover-buttons {
        float: right;
        /* margin-top: 93px; */
        position: absolute;
        left: 115px;
        height: 50px;
        margin-top: -45px;
    }
    .business-cover-image {
        height: 212px;
    }
    .map-wrapper {
        margin-left: -16px;
    }
    .product-all-page .top-product-section .product-image {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .product-category img {
        width: 60%;
    }
    .product-all-page .top-product-section .other-lists .other-list-title {
        margin-top: 12px;
    }
    .main-product-category-title {
        margin-left: 5px;
    }
    .product-view-bar .col-md-2.main-category.img-box {
        text-align: center;
    }
    .image-bar img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .main-product-section .product-box {
        width: 187px;
    }
    .other-img-box.slick-carousel-other {
        padding-left: 0;
    }

    .other-img-box.main-category img {
        width: 100%;
    }
    .premium-view {
        text-align: center;
    }
    .member-section .blog-grid-box-content {
        padding: 20px 0px 0;
    }
    .banner.inner-page-banner.viiew-profile-banner {
        min-height: 257px !important;
    }
    .add-listing-box.edit-info.mrg-bot-25 {
        margin-bottom: 0;
    }
    .forum-title-section .forum-title {
        margin-top: 0;
        margin-bottom: 3px;
    }
    .single-comment.all-questions-section .text-holder {
        border: 1px solid #eaeff5;
        padding: 10px 10px;
    }
    .single-comment,
    .single-comment .single-comment {
        padding-left: 67px;
    }
    .post-meta {
        font-size: 13px;
    }
    .blog-news.detail-wrapper h3 {
        font-size: 17px;
        margin-top: 10px;
    }
    .full-blog .blog-content {
        padding: 20px 25px 20px;
    }
    .comments .comments-title h4 {
        font-size: 15px;
    }
    .comments .text-holder .name h4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .comments .text-holder .text p {
        margin-bottom: 0px;
    }
    .comments .text-holder .name h4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .single-comment .text-holder {
        padding: 10px;
    }
    .single-comment .text-holder .top {
        margin: 0 0 0px;
        overflow: hidden;
    }
    .comments {
        margin-bottom: 20px;
    }
    .comments-form form {
        margin: 10px -15px 30px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .other-img-box.main-category img {
        width: 100%;
    }
    .product-all-page .top-product-section .product-image {
        padding-right: 0;
    }
    .product-title h4 {
        font-size: 12px;
        border: 1px solid #131d47;
        text-align: center;
        color: #fff;
        background-color: #131d47;
        padding: 6px 2px;
    }
    .product-all-page .top-product-section .other-lists .other-list-title {
        margin-bottom: 0px;
        font-size: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-all-page .top-product-section .other-lists .col-md-8 {
        padding-left: 0;
        padding-right: 5px;
    }
    .product-btn {
        margin-top: 0;
    }
    .product-btn span {
        text-transform: none !important;
        border: 1px solid #131d47;
        border-radius: 50px;
        padding: 1px 6px 1px 6px;
        color: #fff;
        background-color: #131d47;
        font-size: 8px;
    }
    .col-md-4.product-category {
        padding-left: 0;
        padding-right: 0;
    }
    .border-line {
        border-bottom: 0 !important;
        padding-bottom: 0;
        padding-top: 0;
    }
    .other-lists {
        padding-bottom: 5px;
        border-bottom: 1px solid #00000021;
    }
    .side-list ul li {
        padding: 3px 5px;
        font-size: 12px;
    }
    .product-all-page .top-product-section h4 {
        font-size: 13px;
    }
    .product-all-page .top-product-section .product-title h4 {
        font-size: 11px;
    }
    .main-product-section {
        margin-top: 0px;
    }
    .banner .chosen-single {
        font-size: 12px;
        height: 52px;
    }
    section #categories {
        padding: 60px 0 15px;
    }
    .banner-caption .form-control {
        font-size: 12px;
    }
    .banner .btn.btn-default {
        font-size: 16px;
    }
    .list-user-bar {
        margin: 9px 0px 0px 0px;
        padding: 0;
    }
    .list-button-bar {
        margin: 9px 0px 0px 0px;
        padding: 0;
    }
    .business-cover-image {
        height: 285px;
    }
    .profile-name h1 {
        margin-top: 67px;
    }
    .banner.inner-page-banner {
        padding-top: 8.5% !important;
        height: 2vh !important;
        min-height: 295px !important;
    }
    .title-content.member-title {
        padding-top: 0px;
    }
    ul.info-list li label {
        min-width: 75px;
    }
    .forum-title-main-section .detail-wrapper {
        margin-top: 0;
        background: #fff;
        margin-bottom: 10px;
    }
    .single-comment.all-questions-section .text-holder {
        border: 1px solid #eaeff5;
        padding: 10px 10px;
    }
    .single-comment,
    .single-comment .single-comment {
        padding-left: 67px;
    }
    .post-meta {
        font-size: 13px;
    }
    .blog-news.detail-wrapper h3 {
        font-size: 17px;
        margin-top: 10px;
    }
    .full-blog .blog-content {
        padding: 20px 25px 20px;
    }
    .comments .comments-title h4 {
        font-size: 15px;
    }
    .comments .text-holder .name h4 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .comments .text-holder .text p {
        margin-bottom: 0px;
    }
    .comments .text-holder .name h4 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .single-comment .text-holder {
        padding: 10px;
    }
    .single-comment .text-holder .top {
        margin: 0 0 0px;
        overflow: hidden;
    }
    .comments {
        margin-bottom: 20px;
    }
    .comments-form form {
        margin: 10px -15px 30px;
    }
}
@media (width: 375px) {
    .ad-section .listing-shot-img {
        min-width: 370px;
        min-width: 375px !important;
    }
}
@media (width: 800px) {
    .ad-section .listing-shot-img {
        max-height: 300px !important;
        min-height: 156px;
    }
    .banner.inner-page-banner {
        padding-top: 1.5% !important;
        height: 2vh !important;
        min-height: 313px !important;
    }
    .ads-name h4 {
        display: none;
    }
    .ads-name p {
        margin-left: 116px !important;
    }
}

@media (min-width: 446px) and (max-width: 1199px) {
    .main-author-header {
        display: table;
        margin-bottom: 0;
        margin-left: 0;
    }
    .business-title-content {
        margin-top: -40px;
    }
    .profile-name h1 {
        margin-top: 0;
        padding-bottom: 6px;
        font-size: 25px;
    }
    .mah-img-box {
        width: 100px;
        top: 50px;
    position: relative;
    }
    .cover-buttons {
        float: right;
        margin-top: -85px !important;
        position: absolute;
        left: 115px;
        height: 50px;
        margin-top: -45px;
    }
    .business-cover-image {
        height: 212px;
    }
    .map-wrapper {
        margin-left: -16px;
    }
    .product-all-page .top-product-section .product-image {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .product-category img {
        width: 60%;
    }
    .product-all-page .top-product-section .other-lists .other-list-title {
        margin-top: 12px;
    }
    .main-product-category-title {
        margin-left: 5px;
    }
    .product-view-bar .col-md-2.main-category.img-box {
        text-align: center;
    }
    .image-bar img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .main-product-section .product-box {
        width: 187px;
    }
    .other-img-box.slick-carousel-other {
        padding-left: 0;
    }

    .other-img-box.main-category img {
        width: 100%;
    }
}

@media screen and (max-width: 446px) {
    .details-rat1 {
        float: left;
        margin-right: 17px;
        font-size: 14px !important;
        padding-top: 117px;
        color: #fff;
    }
    .detail-rating-count {
        margin-right: 40px;
        font-size: 12px !important;
    }

    .mah-detail-box h1 {
        font-size: 16px !important;
    }

    .cover-buttons {
        float: right;
        margin-top: 93px;
        position: absolute;
        left: 115px;
        height: 50px;
        margin-top: -80px;
    }
    .main-author-header {
        display: flex;
        margin: auto;
    }
    .mah-img-box {
        width: 100px;
        margin: auto;
    }
    .mah-detail-box {
        position: relative;
        width: 100% !important;
    }

    span.category-tag {
        font-size: 10px !important; 
        padding: 0 !important; 
    }

    .mah-detail-box { 
        margin: 42px 0px 0px 12px; 
    }

    

}

@media screen and (max-width: 998px) {
    .business.banner {
        height: auto;
        min-height: 300px;
    }
} 