@import url("intlTelInput.css");
.page-name-home{
    overflow-x: hidden;
}
.search-parent {
    background: url(//cdn-az.allevents.in/banners/f4ad2498f582480061a1337e48998a66);
    /*height: 280px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.search-parent .search-child {
    /* background: rgba(0, 0, 0, 0.60); */
    height: 500px;
}
.search-parent .title {
    font-size: 50px;
    line-height: 52px;
    font-family: pn-semibold;
    text-align: center;
    text-transform: none;
    color: white;
    text-shadow: none;
    padding: 0;
    margin-bottom: 20px;
    white-space: pre-wrap;
    text-shadow:0 0 5px #000;
}
.search-parent .sub-title {
    font-size: 26px;line-height: 52px;color: #CACACA;margin-bottom: 52px;margin-top: 8px;text-transform: capitalize;
}
.search-parent .hs-subtext {
    margin-top: 30px;font-size: 20px; font-family: pn-regular; color: rgba(255, 255, 255, 0.60); white-space: pre-wrap; padding: 0 10px;
}
.search-parent .search-wrap {
    text-align: center;
    width: 100%;
    margin-top: 130px;
    padding: 0 20px;
    /* margin: 4.5% 0; */
    /* change for new-year */
    /* margin: 8% 0; */
}
.search-parent .searchinput {
    height: 45px;
    max-width: 300px;
    box-sizing: border-box;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 16px;
}
.search-parent .home-dropdwn {
    height: 45px;
    width: 190px;
    padding: 0 15px;
    font-size: 16px;
}
.search-parent .btn-search {
    height: 45px;
    padding: 6px 16px;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.home-toh { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}
.pop-evnts .pop-title {
    font-family: pn-semibold;
    text-transform: none;
    text-align: center;
}

.ae-get-start-btn {
    width: 200px;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 20px;
}


.datepicker td,
.datepicker th {
    color: #666;
}

.home-autoc {
  z-index: 999;
  max-height: 175px;
  max-width: 300px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.home-autoc .ui-menu-item a {
  padding: 10px 15px;
  border-bottom: 1px solid #f1f2f2;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.home-autoc .ui-menu-item span {
  font-size: 11px;
  float: right;
  color: #aaa;
}
.home-autoc .ui-menu-item a:hover, .home-autoc .ui-state-focus span {
  color: #fff;
}

.fold {
    padding: 30px 0;
    overflow: hidden;
}

.hover{
    box-shadow: 0px 0px 0px 1px #20C0E8!important;
} 
.pop-cities {
    margin-left: 20px;
}

.count-flag{
    display: none;
}
/*.count-city{
    display: block;
}*/

/*res grid*/
.home-events-style-resgrid {
    /*margin-bottom: 50px;*/
    /*float: left;*/
}

.home-events-style-resgrid .resgrid-ul {
    margin: 0;
}

.home-events-style-resgrid .resgrid-row {
    position: relative;
}

.home-events-style-resgrid .item {
    background: #fff;
    width: 22.5%;
    height: 230px;
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*overflow: hidden;*/
    margin-bottom: 20px;
    display: inline-block;
    white-space: normal;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(221, 221, 221, 0.64);
}

.home-events-style-resgrid .item.hover {
    box-shadow: 0px 0px 0px 1px #20C0E8;
}

.home-events-style-resgrid .item.col2 {
    width: 47.5%;
}

.home-events-style-resgrid .item.height2 {
    height: 435px;
}

.home-events-style-resgrid .item.height2 .thumb {
    height: 270px;
}

.home-events-style-resgrid .item.height2 .title {
    font-size: 200%;
}

.home-events-style-resgrid .item.col3 {}

.home-events-style-resgrid .item.f {}

.home-events-style-resgrid .e-more {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 10px;
}

.home-events-style-resgrid .e-more .wrap-btn {
    display: inline-block;
    border: 5px solid #fff;
    border-top: 0;
    border-bottom: 0;
}

.home-events-style-resgrid .item.f:hover {}

.home-events-style-resgrid .item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px #20C0E8;
}

.home-events-style-resgrid .item:hover > .thumb {
    /*height: 131px;*/
    opacity: 1;
    overflow: hidden ;
}

.home-events-style-resgrid .item:hover > .thumb img {}

.home-events-style-resgrid .h-f {
    width: 30px;
    height: 40px;
    background: #FFBB00;
    position: absolute;
    right: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    box-shadow: inset 0px 3px 10px #FF8500;
    -moz-box-shadow: inset 0px 3px 10px #FF8500;
    -webkit-box-shadow: inset 0px 3px 10px #FF8500;
    margin-bottom: -40px;
    margin-top: -0px;
    z-index: 10;
}

.home-events-style-resgrid .title {
    font-size: 14px;
    font-family: pn-semibold;
    color: #2e363f;
    width: 100%;
    display: block;
    line-height: 21px;
}

.home-events-style-resgrid .title a {
    color: #2e363f;
    height: 70px;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
}

.home-events-style-resgrid .venue {
    font-size: 13px;
    font-family: pn-regular;
    width: 100%;
    height: 40px;
    display: none;
}

.home-events-style-resgrid .time {
    color: #888;
}

.home-events-style-resgrid .thumb {
    height: 160px;
    opacity: 1;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    /*margin-left: -2px;*/
    /*margin-right: -2px;*/
    /*box-shadow: 0px 1px 2px #666, 0 0 5px #000 inset;*/
    background: #3E4B55;
    background: url(//cdn-az.allevents.in/banners/e6fac293fe8def86c4236ec90cb2626a);
    background-size: 215%;
    position: relative;
}

.home-events-style-resgrid .thumb img {
    width: 100%;
    min-height: 150px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.home-events-style-resgrid .item:hover .thumb img {
    filter: brightness(1.1);
}

.home-events-style-resgrid .thumb:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.05) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.05) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.home-events-style-resgrid .meta2 {
    font-family: pn-regular;
    padding: 10px 0;
    text-transform: uppercase;
    color: #49525c;
    font-size: 12px;
}

.home-events-style-resgrid .meta2 .price-tag {
    border: 1px solid rgba(76, 175, 80, 0.9);
    color: rgba(76, 175, 80, 0.9);
    font-family: pn-semibold;
    padding: 1px 8px;
    border-radius: 3px;
    text-shadow: 0px 0px 1px rgb(146, 87, 0);
    box-sizing: border-box;
    text-shadow: initial;
}

.home-events-style-resgrid .thumb .tag {
    background: rgba(76, 175, 80, 0.9);
    color: white;
    font-family: pn-semibold;
    padding: 1px 8px;
    float: right;
    border-radius: 3px;
    margin-right: 10px;
    text-shadow: 0px 0px 1px rgb(146, 87, 0);
    box-sizing: border-box;
    margin-top: 15px;
    text-shadow: initial;
}

.home-events-style-resgrid .item .meta {
    padding: 10px 10px 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    box-sizing: border-box;
    border: 1px inset rgba(0, 0, 0, 0.1);
}

.home-events-style-resgrid .head-label {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
}

.home-events-style-resgrid .head-label .link {
    display: inline-block;
}

@media (min-width: 1200px) {
    .home-events-style-resgrid .item {
        margin-bottom: 30px;
    }
    ul.datemenu a.dir {
        padding: 2px 9px 5px 9px ;
    }
    .popular-org .org-list .org-item {
        width: 23% ;
    }
    /*.home-event-app .left {
        margin-left: 10%;
        margin-top: 5%;    
    }*/
}

/*resgrid variations*/

.home-events-style-resgrid .item.col4 {
    margin-left: 1.25%;
    width: 22.5%;
}

.home-events-style-resgrid .item.col3 {
    width: 30.83%;
}

@media (max-width: 1200px) {
    .cat .span4 {
        width: 32%!important;
        float: left;
        max-width: 766px;
    }
    .cat .span8 {
        width: 65%;
        float: left;
        max-width: 766px;
    }
    .span3.ranm {
        margin-left: 0;
        margin-right: 2.25%;
        margin-bottom: 2.225%;
        width: 22.5%;
    }
    .flags-bottom{
        max-width: 920px; 
    }
    .eorg .nhide {
        margin-left: 10px!important;
    }
     .res-mob{
        right: -150px!important;
    }
    /*.home-event-app .left {
        margin-left: 10%;
        margin-top: 8%;    
    }*/
    
}

@media (max-width: 979px) {
    /* .search-parent .search-wrap{
        margin-top: 15%; 
        margin-bottom: 10%;
    } */
    .count-flag{
        display: block;
    }
    .count-city{
        display: none;
    }
    .cat .span4 {
        width: 31.7%!important;
        float: left;
        max-width: 766px;
    }
    .cat .span8 {
        width: 65%;
        float: left;
        max-width: 766px;
    }
    .home-events-style-resgrid .item {
        width: 30.83%;
    }
    .bluenavbar {
        display: none;
    }
    .non-overlay {
        margin-top: 55px;
    }
    .whitebar {
        display: none;
    }
    .eorg .nhide {
        height: 405px!important;
    }
    .home-event-app .temp {
        padding: 20px 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .home-event-app .temp p{
        max-width: 560px;
        width: 100%;
        margin: auto;
    }
    .span3.ranm {
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 29.83%;
    }
    .flags-bottom{
        max-width: 700px; 
    }
    .res-mob{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        right: -200px!important;
    }
    /*.home-event-app .left {
        margin-left: 10%;
        margin-top: 12%;    
    }*/
}

.home-events-style-resgrid .item.col2 {
    width: 47.5%;
}

.home-events-style-resgrid .item.col1 {
    width: 100%;
}

@media (max-width: 767px) {
    .search-parent .search-child {
        height: 100%;
    }
    .home-dropdwn , .site-icn{
        display: none;
    }  
    .search-parent {
        height: 420px;
        background-position: right !important;
    }
    .search-parent .title {
        font-size: 28px;line-height: 1;
    }
    .search-parent .sub-title {
        font-size: 15px;line-height: 1.5;margin-bottom: 55px;
    }
    .search-parent .search-wrap {
        margin-top: 120px;
    }
    .search-parent .hs-subtext {
        margin-top: 60px;font-size: 14px;
    }
    /* .search-parent .search-wrap{
        margin-top: 20%;
        margin-bottom: 10%;
    } */
    .cat .overlay {
        height: 70px!important;
    }

    .cat .overlay p {
        height: 70px!important;
        line-height: 70px!important;
    }
    .cat .span4,
    .cat .span8 {
        width: 47.5%!important;
        float: left;
        max-width: 766px;
        margin-left: 1.25%!important;
        margin-right: 1.25%!important;
        margin-bottom: 10px!important;
    }
    .span2.ranm{
        margin-right: 1.25%!important;
        margin-left: 1.25%!important;
        margin-bottom: 10px!important;
        width: 47.5%!important;
    }
    .home-events-style-resgrid .item {
        width: 47.5%;
        margin-bottom: 10px;
    }
    .popular-org .org-list .org-item {
        width: 47%;
    }
    .eorg .nhide {
        height: 340px!important; 
        margin-left: 0px!important;
    }
    .home-event-app .left {
        padding: 10px;
        text-align: center;
    }
    .event-app-wrap {
        text-align: center;
    }
    .event-app-wrap p{
        max-width: 460px;
        margin: auto;
    }
    .span3.ranm {
        margin-left: 0px;
        margin-right: 2.25%;
        margin-bottom: 10px;
        width: 47.5%;
        float: left;
    }
    .res-mob{
        display: none;
    }
    .pop-cities{
        margin-left: 0px;
    }
    .pop-cat{
        margin-left: 0!important; 
    }
    .flags-bottom{
        max-width: 740px; 
        display: inline-flex;
    }
    /*.temp{
        margin: 20px 0;
        margin-bottom: 40px;
        text-align: center;
        padding: 20px;
    }*/
    .home-event-app .temp {
        text-align: center;
        padding: 20px;
        margin: 0!important;
        margin-bottom: 20px!important;
    }
}

@media (max-width: 460px) {
    .city-select-button{
        display: none;
    }
    .home-event-app .left img {
        width: 140px ;
        height: 50px;
    }
    /*.search-parent .search-wrap{
        margin-top: 25%;
        margin-bottom: 15%;
    }*/
    .cat .span4,
    .cat .span8 {
        width: 100%;
        float: left;
        max-width: 766px;
    }
    .searchinput {
        max-width: 200px;
        width: 100%;
    }
    .home-events-style-resgrid .title {
        max-height: 44px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .home-events-style-resgrid .item {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: -1px;
        vertical-align: top;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .home-events-style-resgrid .thumb {
        width: 25%;
        display: inline-block;
        height: auto;
        margin: 0;
        top: 0;
        margin-top: 0;
        min-height: 80px;
        overflow: visible;
    }
    .home-events-style-resgrid .item .meta {
        width: 75%;
        display: inline-block;
        padding: 10px;
        top: 0;
        height: 100%;
        border: 0;
    }
    .home-events-style-resgrid .thumb img {
        min-height: inherit;
    }
    .home-events-style-resgrid .tag-row {
        display: none;
    }
    .home-events-style-resgrid .h-f {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        left: 0;
        margin-top: -10px;
    }
    .popular-org .org-list .org-item {
        width: 100%;
    }
    .home-events-style-resgrid .e-more .btn {
        margin-top: 15px;
        padding: 8px 20px;
    }
    .f-ribbon{
        display: none;
    }
    .home-event-app .temp {
        margin: 0px ;
        margin-top: 20px;
    }
    .span3.ranm {
        margin-left: 0px;
        margin-right: 00px; 
        margin-bottom: 5px;
        width: 100%;
    }
}

.time-nav-head {
    text-align: center;
}

.time-nav-head ul {
    list-style: none;
    margin: 0;
}

.time-nav-head li {
    display: inline-block;
}

.time-nav-head .btn {
    background: white;
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cat .span8 {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cat .span4 {
    max-width: 370px;
    width: 100%;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ranm {
    background-size: cover;
    min-height: 200px;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    background-size: 100%!important;
    -webkit-transition: background-size 0.1s ease-in;
    background-position: 50% 50%!important;
}

.ranm:hover {
    background-size: 110%!important;
    background-position: 50% 50%!important  ;
}

.citi .overlay {
    height: 70px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 4px;
}

.citi .overlay p {
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: 600;
    font-family: pn-semibold;
}


.cat .overlay {
    height: 200px;
    background: rgba(0, 0, 0, 0.60);
}

.cat .overlay p {
    text-align: center;
    height: 200px;
    line-height: 200px;
    font-size: 26px;
    font-weight: 600;
    font-family: pn-semibold;
}

.cat a,.citi a {
    color: white ;
    text-decoration: none ;
}


/*pop org*/

.popular-org .org-list {
    list-style: none;
    text-align: center;
    margin: 0;
}

.popular-org .org-list .org-item {
    width: 31.83%;
    margin-left: 0.75%;
    margin-right: 0.75%;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

.popular-org .org-item .left {
    width: 75px;
    float: left;
}

.popular-org .org-item .left a {}

.popular-org .org-item .left img {
    height: 75px;
    width: 75px;
}

.popular-org .org-item .right {
    margin-left: 85px;
    padding: 10px;
}

.popular-org .org-item .right .name a {
    font-size: 14px;
    color: #565c68;
    font-family: pn-semibold;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    white-space: nowrap;
    text-align: left;
}

.popular-org .org-item .f-btn a {
    margin-left: 0;
    float: left;
}

.eorg {
    /*margin-bottom: 40px;*/
    /*margin-top: 40px;*/
}

.eorg .ahide {
    display: none;
}

.eorg .nhide:hover .ahide {
    display: block;
    text-decoration: underline;
}
.eorg .nhide:hover {
    cursor: pointer;
}

.eorg .eorg-wrap {
    text-align: center;
    /*min-height: 485px;*/
}

.eorg h2 {
    color: #444;
    text-transform: none;
}

.eorg .pitch {
    text-transform: none;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'pn-regular',arial;
}

.eorg .nhide {
    margin: 20px 0;
    height: 340px;
    margin-left: 15px;
}

.eorg .nhide a {
    cursor: pointer;
}

.eorg a {
    text-decoration: none;
}

.eorg h4 {
    text-transform: none;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}

.eorg .ppitch {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'pn-regular',arial;
}

.eorg small {
    font-size: 14px;
    margin-top: 5px;
}

.eorg .float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.eorg .float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.eorg .float-shadow:hover,
.float-shadow:focus,
.float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/*Event Discovery App*/
.home-event-app {
    background: white;
    /*padding-top: 50px;*/
    min-width: 100%;
}

/*.home-event-app .left {
    margin-left: 10%;
    margin-top: 5%; 
}*/

.home-event-app .left h3 {
    font-size: 26px;
}

.home-event-app .left h4 {
    font-size: 20px;
    text-transform: none;
}

.home-event-app .left p {
    margin-bottom: 20px;
    max-width: 610px;
    font-family: verdana,pn-regular;
    font-size: 14px;
}

.home-event-app .left img {
    width: 150px;
    height: 50px;
}

.home-event-app .right {
    margin: 0;
}

.home-event-app .right img {
    width: 90%;
}
.event-app-wrap {
    font-family: verdana, pn-regular;
    margin: 60px 0;
}

.event-app-wrap h3 {
    color: yellow;
    font-family: pn-semibold;
    font-size: 28px;
    text-transform: none;
}

.event-app-wrap p {
    font-size: 16px;
    font-family: pn-regular;
    line-height: 1.5;
    color: white;
}

.event-app-wrap .has-gtta {
    color: white;
    font-family: pn-semibold;
    text-transform: none;
    font-size: 18px;
    white-space: normal;
}

.event-app-wrap .app-sub-title {
    color: white;
    font-family: pn-semibold;
    text-transform: none;
    font-size: 18px;
    white-space: normal;
}

/*Event-app mobile css*/
.aa_margin-b--40 {
    margin-bottom: 40px;
}


.aa_margin-t--20 {
    margin-top: 20px;
}

.vm-p6.vm-grey.vm-ls {
    background-image: url(//cdn-az.allevents.in/banners/940f0a2813229fb08c64bc4635e33aa7);
}
.vm-p6.vm-grey {
   background-image: url(//cdn-az.allevents.in/banners/3dc12262142a749e03a2d2a640df1eb5);
}
.vm-p6.vm-ls {
    background-image: url(//cdn-az.allevents.in/banners/7553706338f0b658721a074985d14e9a);
}
@media (min-width: 375px){
.vm {
    margin: -20px auto -40px ;
}
.vm-p6 {
    height: 234px;
    background-image: url(//cdn-az.allevents.in/banners/43f18a756f50f3e5939a4ec25bd5de0f);
}
.vm {
    position: relative;
    width: 375px;
    margin: -10px calc((100% - 375px) / 2) -35px ;
    /*margin: -10px 50% -35px ; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
}
@media (min-width: 500px){
.vm-p6 {
    height: 312px;
}
.vm {
    width: 500px;
}
}
@media (min-width: 750px){
.vm-p6 {
    height: 468px;
}
.vm {
    width: 750px;
}
}
.aa_clearfix:before, .aa_clearfix:after {
    content: "";
    display: table;
}
.aa_clearfix:after {
    clear: both;
}
.aa_clearfix:before, .aa_clearfix:after {
    content: "";
    display: table;
}
/*.vm-p6.vm-ls>.vm_s {
    top: 20.6%;
    left: 23.6%;
    width: 52.9%;
    transform: perspective(100px) rotateZ(-29.8deg) skewY(0.1deg) skewX(27.3deg) scaleX(1.15);
}*/
.vm-p6.vm-ls>.vm_s {
    top: 20%;
    left: 23%;
    width: 52.9%;
    transform: perspective(100px) rotateZ(-150.8deg) skewY(0.1deg) skewX(-27.9deg) scaleX(1.18);
    -webkit-transform: perspective(100px) rotateZ(-150.8deg) skewY(0.1deg) skewX(-27.9deg) scaleX(1.18);
}
.vm-p6>.vm_s {
    top: 2.1%;
    left: 35%;
    width: 29.7%;
    transform: perspective(100px) rotateZ(-59.8deg) skewY(27deg) skewX(.5deg) scaleY(1.15);
    -webkit-transform: perspective(100px) rotateZ(-59.8deg) skewY(27deg) skewX(.5deg) scaleY(1.15);
}
.vm_s {
    position: absolute;
}
.vm-p6.vm-ls>.vm_s>.vm_s_ {
    padding-bottom: 56.25%;
}
.vm-p6>.vm_s>.vm_s_ {
    padding-bottom: 177.778%;
}
.vm_s_ {
    position: relative;
}

.vm_s_f {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
img.aa_img, .aa_img>img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vm_s_f>video, .vm_s_f>img {
    width: 100%;
    height: 100%;
}
img {
    vertical-align: middle;
    border: 0;
}


/*Event Manager App*/
.home-emanage {
    background: white;
    min-width: 100%;
}
.home-emanage .container{
    display:flex;
    margin-top:40px;
    margin-bottom:50px;
}

.home-emanage .desc-container {
    display:flex;
    flex-direction:column;
    justify-content:center;
    flex:1;
    padding-left: 15px;
}

.home-emanage .desc-container h3 {
    font-family: pn-semibold,arial;
    font-size:42px;
    line-height:112%;
    text-transform:none !important;
    font-weight:900;
    margin-bottom: 16px;
}

.home-emanage .desc-container p {
    font-size:20px;
    line-height:150%;
    max-width: 480px;
    font-family: pn-regular,arial;  
    margin-bottom:22px;  
}
.home-emanage .download-container{
    display:flex;
    gap:20px;
    align-items: center;
}
.home-emanage .download-container p{
    color:#565c68;
    font-size:13px;
    margin:0px;
}
.home-emanage .download-container .download-qr{
    height:130px;
    width:130px;
}
.home-emanage .download-container .download-buttons{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:30px;
}
.home-emanage .download-container .download-buttons img{
    width:130px;
}
.home-emanage .img-container {
    flex:1;
    display:flex;
    justify-content:center;
    padding-right: 15px;
}
.home-emanage .img-container img {
    width: 65%;
}

@media (max-width: 1024px) {
    .home-emanage .desc-container h3 {
        font-size:32px;
    }
}

@media (max-width: 767px) {
    .home-emanage .container{
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom:0px;
    }
    .home-emanage .desc-container {
        text-align: center;
        padding: 20px;
        margin-bottom: 20px;
    }
    .home-emanage .desc-container h3 {
        font-size:28px;
    }
    .home-emanage .download-container{
        justify-content: center;
    }
    .home-emanage .download-container .download-qr, .home-emanage .download-container p{
        display:none;
    }
    .home-emanage .download-container .download-buttons{
        flex-direction:row;
        gap:15px;
        justify-content: center;
        align-items: center;
    }
    .home-emanage .download-container .download-buttons img{
        height:40px;
    }
    .home-emanage .desc-container p{
        font-size: 14px;
        font-family: verdana;
    }
    .home-emanage .img-container {
        padding:0px;
        max-height: 220px;
        overflow: hidden;
    }
    .home-emanage .img-container img {
        width: 70%!important;
        height: 100%;
    }
}
/*Event Manager App End*/

.span3.ranm{
    margin-left: 0;
    margin-right: 2.25%;
    margin-bottom: 20px;
    width: 22.5%;
}

.span2.ranm{
    margin-left: 0;
    margin-right: 1.25%;
    margin-bottom: 20px;
    width: 23.3%;
    float: left;
    border-radius: 4px;
}

.span2.new-year{
    display: inline-block;
    width: auto;
    height: auto;
    margin: auto;
    float: none; 
}

.span2.new-year a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    color: #565c68;
}

.span2.new-year a p {
    margin: 0;
    text-align: center;
}

/*Poppular cities Flags*/
.flags-bottom {
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: auto;
  width: 100%;
  max-width: 1130px;
  /*color: #fff;*/
  /*position: absolute;*/
  z-index: 50;
  bottom: 0px;
  /*background: rgba(0, 0, 0, 0.3);*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4c000000', endColorstr='#4c000000'); /* IE */
}
.flags-bottom .cont {
  min-height: 40px;
  padding-top: 5px;
  padding-left: 10px;
  text-align: center;
}
.flags-bottom .cont .title {
    font-size: 16px;
    font-family: pn-regular;
    font-weight: 600;
    line-height: 2;
    /*float: left;*/
}
.flags-bottom .cont .flag-list {
  list-style: none;
  /*float: left;*/
  margin-left: 5px;
}
.flags-bottom .cont .flag-list li.flag {
  display: inline-block;
  margin-left: 9px;
}
.flags-bottom .cont .flag-list .popover, .city-popover {
  width: 160px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0px;
  color: #000;
  border-bottom: 0px;
}
.flags-bottom .cont .flag-list .popover .arrow, .city-popover .arrow {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.flags-bottom .cont .flag-list .popover .popover-title, .city-popover .popover-title {
  background-color: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');/* IE */
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.flags-bottom .cont .flag-list .popover .popover-title img, .city-popover .popover-title img {
  height: 16px;
  width: 16px;
  padding-bottom: 1px;
}
.flags-bottom .cont .flag-list .popover .popover-title a, .city-popover .popover-title a {
  padding-left: 5px;
  color: #000;
}
.flags-bottom .cont .flag-list .popover .popover-content, .city-popover .popover-content {
  padding: 0px;
}
.flags-bottom .cont .flag-list .popover .popover-content ul.city-list, .city-popover .popover-content ul.city-list {
  list-style: none;
  float: left;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 0px;
}
.flags-bottom .cont .flag-list .popover .popover-content ul.city-list li, .city-popover .popover-content ul.city-list li {
  padding-left: 0px ;
  width: 100%;
  padding-bottom: 2px;
  cursor: pointer;
  color: #000;
  padding-top: 2px;
}
.flags-bottom .cont .flag-list .popover .popover-content ul.city-list li a, .city-popover .popover-content ul.city-list li a {
  padding-left: 13px;
  text-decoration: none ;
  color: #000;
}
.flags-bottom .cont .flag-list li .pop-cont {
  display: none;
}
.flags-bottom .cont .flag-list .flag a img {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
}
.flags-bottom .cont .flag-list .popover .popover-content .city-list li:last-child a.more-city, .city-popover .popover-content .city-list li:last-child a.more-city {
  color: #21c0e8 ;
}
.flags-bottom .cont .flag-list .popover .popover-content .city-list li:hover, .city-popover .popover-content .city-list li:hover {
  background: #21c0e8;
  color: #fff ;
}
.flags-bottom .cont .flag-list .popover .popover-content .city-list li:hover a, .city-popover .popover-content .city-list li:hover a {
  color: #fff ;
}
.flags-bottom .cont .flag-list .popover .popover-content .city-list li:hover a.more-city, .city-popover .popover-content .city-list li:hover a.more-city {
  color: #fff ;
}
.flags-bottom .more {
  float: left;
  padding-top: 6px;
  padding-left: 5px;
}
.flags-bottom .cont .flag-list .flag a.more:hover {
  color: #fff;
  text-decoration: underline;
}
.flags-bottom .cont .flag-list .popover .popover-content .hidden-div, .city-popover .popover-content .hidden-div {
  float: left;
  height: 10px;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -10px;
}

@media(max-width: 767px){
    .flags-bottom .cont {
        padding-left: 0;
    }
    .flags-bottom .cont .flag-list{
        margin-left: 0;
    }
}

span.country-name{
    color: #555;
    font-size: 13px;
}
.intl-tel-input .country-list{
    text-align: left;
}

.count-city .span2{
    width: 17.9%;
}

.count-city-1 .span2{
    width: 17.9%;
}

.count-city-1 .icon-chevron-sign-down{
    display: none;
}

.count-city-1 .accordion-toggle{
    pointer-events: none;
}

@media(min-width: 986px){
    .count-city-1 .accordion-body.collapse {
        height: auto!important;
    }
}

@media(max-width: 986px){
    .count-city-1 .accordion-toggle{
        pointer-events: auto;
    }
    .count-city-1 .span2{
        width: 100%;
        margin-left: 0;
    }
    .count-city-1 .icon-chevron-sign-down{
        display: inline-block;
    }
}

/*.count-city li:hover {
    font-size: 14px;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}*/

.count-title {
    font-size: 14px;
    margin-top: 0px;
    border-bottom: 1px solid #DCDCDE;
    padding-bottom: 10px;
    color: #4c5763;
}

.count-city ul {
    list-style: none;
    margin-left: 0px;
}
.count-city li{
    line-height: 1.7;
} 
.c-ribbon {
    position: absolute;
    top: 10px;
    right: 10px;
    text-shadow: 0 0px 2px #000;
    color: white;
    font-weight: 600;
    background: rgba(46, 54, 63, 0.6);
    padding: 2px 10px;
    border-radius: 12px;
    max-width: 200px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.f-ribbon {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #ffa907;
    box-shadow: inset 0px 3px 10px #FF8500;
    -moz-box-shadow: inset 0px 3px 10px #FF8500;
    -webkit-box-shadow: inset 0px 3px 10px #FF8500;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 10px;
    position: absolute;
    top: 6px;
    right: -6px;
    z-index: 1;
}
.f-ribbon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #4611a7 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.f-ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

/*Footer Fold*/
.footer a{
    color: #ccc;
}
.footer h5{
    font-family: pn-semibold;
    color: #efefef;
}
.home-footer1 li{
    line-height: 22px;
}
.home-footer1{
    padding: 0;
    margin: 15px 0;
}
.home-footer4{
    padding: 10px 0;
    background: #2E363F;
    text-align: center;
}
.home-footer2, .home-footer3{
    margin: 15px 0; 
}
.home-footer2 li{
    float: left;
    font-size: 13px;
    padding-right: 20px;
    line-height: 2;
    width: 100px;
}
.home-footer2 ul,.home-footer3 ul{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.home-footer2 li a,.home-footer3 li a{
    color: #ccc;
}

.home-footer3 li{
    float: left;
    font-size: 13px;
    padding-right: 20px;
    line-height: 2;
}
.home-footer-links{
    list-style: none;margin-left:10px
}
@media(max-width: 767px){
    .home-footer-links{
        list-style: none;
        margin-left: 10px;
        /*float: left;
        margin: 10px;*/
    }
    .home-footer1 li {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
        line-height: 2;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .footer .ft1span3{
        float: left;
        margin: 10px 0;
    }
    .footer .cpy-right{
        text-align: center!important;
        margin: 10px 0!important;
    }
}
