body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
    color: inherit;
	text-decoration: none;
}

a:hover
{color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
}
p{
	margin:0;
    line-height: 1.6em;
}

.img-fluid{
    display: block;
}
.list-inline li{
    display: inline-block;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}

/* breadcrumbs */

.breadcrumb {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb li:not(.active) {
    padding-right: 20px;
    color: #447ddb;
}

.breadcrumb li:not(.active):after {
    content: '/';
    margin-left: 10px;
    color: #aeaeae;
}

/* top navbar section start here */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23447ddb' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-header-start {
    position: relative;
    color: #fff;
    padding: 14px 0;
}

a.navbar-brand {
    max-width: 90px;
}

@media only screen and (max-width: 992px){
    a.navbar-brand {
        max-width: 50px;
    }
}

a.navbar-brand img {
    width: 100%;
}

.navbar-dark {
    background-color: #fff0 !important;
    padding: 0;
}

.hd-nav-call {
    display: none;
}

.banner-midleinr li:last-child {
    margin-left: 15px;
}

.navbar-dark .navbar-nav a {
    color: #447ddb;
    transition: 0.5s;
    padding: 10px 15px;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
}

.navbar-dark .navbar-nav a.nvbar-mac {
    padding: 10px 5px;
}

#collapsibleNavbar ul li a {
    padding: 10px 15px;
}

.navbar-brand.nvb-mobile {
    max-width: 75px;
}

@media only screen and (max-width: 992px) {

    #collapsibleNavbar ul.navbar-nav {
        margin: 10px;
        background: #eeeeee;
        padding: 10px 0;
        border-radius: 5px;
    }

    #collapsibleNavbar li {
        padding: 5px 0;
    }

    #collapsibleNavbar li:hover {
        background: #e0e0e0;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-dark .navbar-nav a:hover {
    color: #48487f;
}

.tp-navbarlft h6 {
    font-weight: 300;
    font-size: 15px;
}

.banner-inrcontent li {
    margin-left: 26px;
}

.banner-inrcontent li:first-child {
    margin-left: 0px;
}

.nvbr-intpright {
    color: #dadada;
}

.nvbr-intpright li {
    padding-left: 20px;
}

.what-we-do {
    background: #eaedff;
    padding: 80px 0;
    text-align: center;
}

ul.navbar-nav.ml-auto li:last-child {
    border-right: 0px;
}
.nav-header-start .row {
    display: flex;
    align-items: center;
}
a.nvbar-mac {
    color: #447ddb;
    font-size: 15px;
    font-weight: 600;
}
a.nvbar-btn .fa {
    margin-right:6px;
}
a.nvbar-btn {
    padding: 5px 13px;
    margin: 0 9px;
    border-radius: 3px;
}
.nr-pink {
    background: #f06292;
    margin-left: 18px;
}
.nr-green{
    background: #3ece7e;
}
.navbar-right {
    display: block;
    text-align: right;
}
a.nvbar-btn {
    padding: 5px 13px;
    margin-right: 13px;
    border-radius: 3px;
}
/* top navbar section end here */
/* main banner section css start here */
.banner-slider {
    position: relative;
    top: -20px;
}

img.bannerupshape {
    width: 100%;
/*    position: absolute;
    top: 0;
    z-index: 11;*/
}

.itemone {
    background: url('../images/main-banner.jpg')no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner {
    position: absolute;
    top:29%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}

.carousel-control-prev {
    left: 0;
    z-index: 1;
}

.carousel-control-next {
    right: 0;
    z-index: 1;
}

.bnr-iner {
    color: #fff;
    text-align: center;
    position: relative;
    background-position: center;
}

.banner-midleinr h3 {
    text-transform: uppercase;
    font-size: 21px;
    padding: 0;
    color: #fff;
}
.banner-midleinr h1 {
    font-size:48px;
    margin: 17px 0;
    line-height: 63px;
    font-weight: 600;
}
.hvr-bounce-to-right1 {
    background: #f8be00;
    color: #000;
    padding: 17px 56px;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
}
.hvr-bounce-to-right1:hover {
    background: #48487f;
    color: #fff;
}
/* main banbner section css end here */
/* about us css start */
.about-section {
    padding: 80px 0;
    text-align: center;
}
.about-usdwn .form-group {
    margin-bottom: 0;
}
.about-usdwn .form-control {
    border: none;
    border-bottom: 2px solid #2d4ba6;
    border-radius: 0px;
    padding-left: 0;
}
.about-usdwn form {
    padding: 20px;
    margin: 20px 0px;
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
    border-radius: 7px;
}
.form-control:focus {
    color:none;
    background-color: #fff;
    border-color:none;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.about-usdwn button.btn.btn-primary.mb-2 {
    background: #3ece7e;
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    padding: 8px 0;
}
.about-usdwn button.btn.btn-primary.mb-2 {
    background: #3ece7e;
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    padding: 8px 0;
}
p.abt-pera {
    margin: 18px 0 50px;
    font-size: 15px;
    font-weight: 500;
}
.about-usdwn .nav-tabs .nav-link {
    border-right: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 0;
    border-top: 0;
}
.about-section li.nav-item {
    margin-right: 22px;
}
.about-usdwn .nav-tabs .nav-link.active {
    border-bottom: 2px solid;
}
.about-usdwn .nav-tabs {
    border-bottom:0px solid #dee2e6;
}
/* about us css end */
/* must be css start */
.must-see {
    text-align: center;
    background: #17568c;
    padding: 40px 0px;
}
.must-see p.mst-pera {
    color:#fff;
}
.header-mst-view h2 {
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.must-seeiner-img {
    width: 100%;
    min-height: 165px;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.must-seeiner h5 {
    background: #fff;
    padding: 11px 22px;
    text-align: left;
    font-size: 15px;
}
.must-seeiner {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 225px;
}
.header-mst-view a {
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    background: #3ece7e;
    padding: 7px 19px;
    font-size: 13px;
    border-radius: 5px;
}

p.mst-pera {
    font-size: 18px;
}
.header-mst-view {
    position: relative;
}

/* must be css end */
/* place visit css start */
.place-visit {
    padding: 60px 0;
    text-align: center;
}
.place-visit h2 {
    color: #000;
}
.place-catiner img {
    width: 105%;
    position: relative;
    left: -4px;
}
.place-catiner {
    /*max-width: 19%;*/
    display: inline-block;
    position: relative;
    margin-right: 9px;
    overflow: hidden;
    border-radius: 10px;
}
.place-catiner-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.place-visit-iner {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    color: #fff;
}
.place-catiner::after {
    left: 0;
    right: 0;
    /* background-color: #FFFFFF; */
    background-image: linear-gradient(
180deg
, #0000002b 0%, #00000075 50%, #000000 100%);
    content: '';
    z-index: 1;
    height: 36%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.place-visit-iner h6 {
    color: #ffba00;
    margin-top: 8px;
    margin-bottom:15px;
}

/* place visit css end */
/* coupon css start */
.coupon-catiner {
    /*max-width: 19%;*/
    display: inline-block;
    position: relative;
    margin-right: 9px;
    border-radius: 9px;
    overflow: hidden;
}
.coupon-catiner img {
    width: 100%;
}
.coupon-catiner h4 {
    background: #0000007a;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 16px;
    padding: 16px 0px;
    color: #ffba00;
}
a.cp-btn {
    background: #2bc71b;
    padding: 8px 36px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 50%);
}
.coupon-section .place-visit-iner h6 {
    margin: 16px 0;
}
.coupon-section .place-visit-iner{
    bottom:28px;
}
.coupon-section .place-visit-iner h6 {
    margin: 3px 0px 16px 0;
}
.coupon-section {
    text-align: center;
}
.coupon-section {
    text-align: center;
    padding:0px 0px 50px 0;
}
.coupon-section h2 {
    color: #447ddb;
}
.coupon-catiner::after {
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    height:70%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.coupon-catiner.cp-blue::after {
    background-image: linear-gradient( 
180deg
 , #0024aa0f 0%, #0024aac4 50%, #0024aac7 100%);
}
.coupon-catiner.cp-pink::after {
    background-image:linear-gradient( 
180deg
 , #aa00341f 0%, #aa0034cf 50%, #aa0034d6 100%);
}
.coupon-catiner.cp-black::after {
    background-image: linear-gradient( 
180deg
 , #0000000f 0%, #000000c4 50%, #000000c7 100%);
}
.coupon-catiner.cp-red::after {
    background-image:linear-gradient( 
180deg
 , #aa00001f 0%, #aa0000b8 50%, #aa0000d9 100%);
}
/* coupon css end */
/* while css start */
.only-while {
    padding: 50px 0;
    text-align: center;
}
.only-while h2 {
    color: #447ddb;
}
.while-inner img {
    width: 100%;
}
.while-inner {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
}
img.limit-icon {
    width: 73px;
    position: absolute;
    left: 0;
    top: 30%;
    bottom: 0;
}
.while-dwn h4 {
    background: #2bc71b;
    color: #fff;
    padding: 7px 0;
    font-weight: 800;
    font-size: 31px;
}
.while-dwn h5 {
    border-bottom: 1px solid #acacac;
    color: #585757;
    padding: 14px 0;
    font-weight: 700;
    font-size: 20px;
}
.while-dwn h6 {
    color: #585757;
    padding: 17px 0;
    font-weight: 500;
    font-size: 16px;
}
/* while css start */
/* hidden gem css start */
.place-visit.hiden-gem {
    background: #252c41;
    padding-bottom:200px;
}
.place-visit h2 {
    color: #447ddb;
}
p.mst-pera {
    margin-bottom: 50px;
}

.hiden-gem p.mst-pera{
    color:#fff;
}
.hiden-gem h2{
    color:#fff;
}

.place-visit-iner h3 {
    font-size: 38px;
}
/* hidden gem css end */
/* evnt section */

.event-section {
    text-align: center;
    padding: 50px 0;
}
.event-section h2 {
    color: #447ddb;
}
/* evnt section */
/* footer section css start here */
.footer-logo-iner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    background: #252c41;
    border-radius: 50%;
    text-align: center;
    height: 300px;
    bottom: -135px;
    border: 5px solid #fff;
    z-index: 1;
    width: 300px;
}
.footer-logo-iner img {
    width: 150px;
    margin-top: 51px;
}
.footer-logo{
    margin-top: 200px;
    position:relative;
}
.footer-start {
    background:#252c41;
    color: #fff;
    padding: 70px 0;
    margin-top:20px;
    z-index: 99;
    position:relative;
}
h5.ft-h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.footer-start li {
    line-height:27px;
    font-size: 14px;
    color: #ababab;
}

/* footer section css end here */
/* search result page css start  */
.about-section.sreult-form {
    padding: 0px 6px 0;
}
.must-see.srch-res-must {
    background: none;
}
.must-see.srch-res-must .must-seeiner{
    box-shadow:0px 0px 11px 0px #d6d6d68c;
}
.place-visit.srch-vst {
    padding-top: 0px;
}
.place-visit.srch-vst {
    padding-top: 0px;
    padding-bottom: 40px;
}
.event-section.such-ftreven {
    padding-bottom: 200px;
}
.about-section.sreult-form .about-usdwn form {
    margin: 20px 0px 0px;
}
/* search result page css end  */
/* account-section page start  */
.account-section{
    padding:30px 0px 200px;
}
.btn-accordion {
    background-color: #fff;
    color: #5d5c5c;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}
.btn-accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    color: #ff8752;
    position: absolute;
    right: 30px;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

button.btn-accordion span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform:uppercase;
}
.btn-accordion.active:after {
    content: "\2796";
    color: #ff8752;
}
.pannel-inner {
    padding: 20px;
    border: 1px solid #ebebeb;
    line-height: 35px;
    font-size: 15px;
}
.pannel-inner.acount-panel li {
    color: #ff8752;
}
.pannel-inner.wallet-panel li {
    color: #009cff;
}
button.btn-accordion img {
    width: 40px;
    height: 40px;
}
.pannel-inner ul {
    padding-left: 27px;
}
/* account-section page end  */
/* agora location page css start */
.about-section.agarlo-abtsec {
    padding: 0px 0px 17px 0;
}
.only-while.al-while {
    padding: 50px 0px 200px;
}
.point-sale h6 {
    padding: 15px 0px;
    text-align: center;
    color: #898a8c;
}
.point-map {
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0;
}
.point-sale h6 {
    padding: 15px 0px;
    text-align: center;
    color: #898a8c;
    border-bottom: 2px solid #b7b7b7;
}
.rating-review h6 {
    padding: 15px 0px;
    text-align: center;
    color: #898a8c;
    border-bottom: 2px solid #b7b7b7;
}
.rating-review {
    padding: 50px 0;
}

.rating-radio-list [type="radio"] {
    margin: 20px;
    color: gold;
}

.rating-radio-list [type="radio"]:checked {
    color: goldenrod !important;
}

.rating-radio-list [type="radio"]:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f005";
    position: relative;
    font-size: 40px;
    left: -14px;
    top: 7px;
}

.row.review-point {
    padding: 30px;
}

.rating-inner {
    height: 100%;
    background: #f8f8f8;
    padding:22px 18px;
    text-align: left;
    border-radius: 10px;
}

.rating-inner li .fa {
    color: #ff9400;
    font-size: 24px;
}
.rating-inner h5 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
}
.rating-inner h6 {
    text-align: left;
    border-bottom: none;
    color: #a3a3a3;
    font-size: 14px;
    padding: 9px 0px 11px;
}
.row.review-point h2 {
    font-size: 59px;
    margin-bottom: 20px;
    color: #5f5f5f;
}
.row.review-point sub {
    font-size: 16px;
    color: #000;
    font-weight:600;
}
.this-place-right {
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
    border-radius: 13px;
}
.this-place-left h2 {
    color: #898a8c;
    margin-bottom: 14px;
}

.this-place-left div {
    overflow: hidden;
    transition: max-height 0.3s;
    margin-bottom: 3rem;
    cursor: pointer;
}

.this-place-left div::after {
    content: 'Show more';
    cursor: pointer;
    position: absolute;
    font-weight: normal;
    width: auto;
    color: #0062cc;
    bottom: -1.5rem;
    left: 0;
}

.this-place-left div.expanded::after {
    content: 'Show less';
}

.this-place-left div.expanded {
    max-height: none;
}

.this-place-right h6 {
    padding: 9px 0px;
    text-align: center;
    color: #898a8c;
    border-bottom: 1px solid #b7b7b7;
}
.this-place-right li{
    list-style-type: none;
    border-right: 1px solid #b7b7b7;
    padding: 8% 0px;
    display: flex;
    justify-content: center;
}
.this-place-right ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0;
}
.this-place {
    padding-top: 54px;
}
.this-place-right li:last-child {
    border-right: 0px solid;
}
.this-place-right li {
    list-style-type: none;
    border-right: 1px solid #b7b7b7;
    padding: 8%;
}

.rating-inner p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 19px;
}

/* agora location page css end */


/*.abt-bnr-img1, .abt-bnr-img2 {*/
/*    background: url('../images/abt-bnr.jpg')no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/


.agro-market-box{}
.agro-market-box ul{
    /*display: flex;
    justify-content: space-between;*/
}
.agro-market-box ul li{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 32px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #f8f8f8;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 4px 10px 0px #cfcfcf;
    border: 3px solid #fff;
    padding-top: 38px;
}
.agro-market-box ul li:last-child{
    margin-right: 0px;
}
.agro-market-box ul li h3{
    font-size: 70px;
    color: #5f5f5f;
}
.agro-market-box ul li h4{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.mny-mor{
    text-align: center;
    display: block;
    margin: 20px 0 20px;
    font-weight: 700;

}
.abt-al-while{
    padding: 50px 0px 280px;
}



.event-bnr-01{
    background: url('../images/event-bnr.jpg')no-repeat;
    background-position: center;
    background-size: cover;
}

.event-sec2{
    padding-bottom: 30px;
}

.event-box{
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
}
.event-box{}
.event-box h3{
    font-size: 80px;
    font-weight: 400;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 10px 0;
}
.event-box h3 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;

}
.event-box h4{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #636363;
    margin: 20px;
}
.event-box a.ev-free{
    display: block;
    background: #2bc71b;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.event-box h5{
    color: #898a8c;
    font-weight: 600;
    margin: 8px;
}
.event-box ul{}
.event-box li{
    width: 49%;
}
.event-box li a{
    display: block;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    box-shadow: 1px 3px 5px 0px #b2b0b0;
    margin: 8px 5px;
    font-style: italic;
}
.event-box li a.grey{
    background: #898989;
}
.event-box li a.green{
    background: #2bc71b;
}
.bdr-rt{
    border-right: 1px solid #ccc;
}


.evnt-al-while{
    padding: 50px 0px 200px;
}


.evnt-trm-cond h6 {
    padding: 15px 0px;
    text-align: center;
    color: #898a8c;
    border-bottom: 2px solid #b7b7b7;
}
.evnt-trm-cond .review-point {
    height: 348px;
    overflow-y: scroll;
}
.evnt-trm-cond p{
    display: block;
    padding: 8px 10px;
    color: #888888;
    font-size: 16px;
    margin: 20px;
}

.hedon-atu{
    box-shadow: 0px 0px 11px 0px #d6d6d68c;
    border-radius: 15px;
    overflow: hidden;
    margin: 40px 0;
}

.atu-box{
    position: relative;
}
.atu-box h6{
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
}
.atu-box img{
    width: 100%;
}

.about-section h2{
    color: #447ddb;
}



.switch-lang {
  width: 120px;
  position: relative;
  text-align: left;
  cursor: pointer;
  /*z-index: 50;
  top: 20px;
  right: 20px;*/
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: #447ddb;
  padding: 0px 5px 0px 5px;
  border-radius: 5px;
}
.lang-flag {
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
  /*margin-top: 2px;*/
}
.lang-dropdown {
  display: none;
  background: #447ddb;
  border-radius: 5px;
  margin-top: 2px;
  
  /*display: block;*/
    width: 100px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    top: 20px;
    right: 0px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #22313f;
}

/*search*/

.place-visit.search-results, .only-while.search-results, .event-section.search-results, .coupon-section.search-results {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* active field */

.help-block {
    margin: 25px 0;
    color: red;
}

/* pagination */

.pagination {
    justify-content: center;
}

.pagination li {
    padding: 0 5px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li.disabled {
    color: #eee;
}

.pagination li.active {
    color: #447ddb;
    background: #eee;
}