@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    .news_letter_section_details .subscribe button{
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    .Booth_Listing ._date{
        padding: 5px;
    }
    .viewMorebtn{
        margin-bottom: 0;
    }

    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }
    .container-fluid {
        padding: 0px 15px !important;
    }
    .counterSection .container-fluid {
        padding: 0 !important;
    }
    .counterWrapper{
        margin-top: 0 !important;
    }
    .counterSection{
        padding: 0 !important;
    }
    body .carousel-caption {
    top: -5px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.carousel-caption h1 span {
    
    border-radius: 6px;
    font-size: 14px;
        width: 100%;
    display: inline-block;
}
.carousel-caption h1 {
    font-size: 1.2rem !important;
    max-width: 80%;
    margin: 0 auto;
}
.carousel-caption h1 br{
    display: none;
}

.navbar-dark .navbar-brand {
    color: #fff;
    max-width: 100px;
}
.carousel-item {
    border-bottom: 5px solid #3db166;
}
.counterItems {
    padding: 20px 0 !important;
    text-align: center;
}
.counterItems img {
    max-height: 40px;
}
.counterItems h2 {
    display: inline-block;
    border-bottom: 3px solid #3db166;
    margin: 10px 0;
    color: #fff;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 18px;
}
.counterItems p{
    font-size: 14px;
}
.sectin-title h2 {
    font-size: 22px;
}

.our-fairs .nav-pills .nav-item a {
    background-color: transparent !important;
    color: #3DB166;
    padding: 10px 40px;
    margin-bottom: 20px;
    font-weight: 800;
    border-radius: 8px !important;
    margin: 0 3px;
    border: 2px solid #3DB166 !important;
    font-size: 10px;
}
.footer_first_section p br{
    display: none;
}
nav {
    padding: 0.5rem 0 !important;
}
.Events-msg h4{
    font-size: 14px;
}
.Booth_Listing .nav-pills li{
    max-width: 140px;
}
.Booth_Listing .nav-pills li a{
    padding: 6px 20px;
}
.offers_banner_img{
    height: 240px;
}
.offers_banner_cllg_right h3{
    font-size: 16px;
}
.video-area1{
    padding: 130px;
}
.offer_overview_section_right{
    padding: 30px;
}
.offer_overview_section_right p{
    padding-top: 0;
}
.offered_tab_section li.nav-item {
    display: inline-block;
    width: 32%;
}
.offered_tab_section ul#pills-tab{
    display: block;
    padding-bottom: 0;
}
.offered_tab_section li.nav-item img {
    max-width: 30px;
}
.offered_tab_section .nav-pills .nav-link{
    /*width: 55px;
    height: 55px;*/
}
.offered_tab_section .nav-pills .nav-link:after{
    /* display: none; */
}
.offered_tab_section .container{
    padding: 0;
}
.offered_tab_section .row{
    margin: 0;
}
.offer_footer_top .col-md-4{
    margin-bottom: 20px;
}
.offered_tab_section li.nav-item p {
    font-size: 14px;
    min-height: 57px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: baseline;
}
.offered_tab_section #pills-tabContent {
    padding: 0 15px;
}
.tab-pane > h1 {
    font-size: 29px;
    font-weight: bold;
}
.offer_banner_services_details{
    justify-content: center;
}

}

@media only screen and (min-width:993px ) and (max-width: 1300px){
    .navbar-nav .nav-item{margin-left: 20px;}
    .container-fluid {
    padding: 0 20px;
}
}