
.bottom_brdr {width:100%}
.dark_clr_n {
    background: #4263c1;
    width: 24%;
    float: left;
    height: 11px;
}
.light_clr_n {
    background: #468be8;
    width: 76%;
    float: left;
    height: 11px;
}
footer {
  background: #333333;
  color: #fff;
  margin: 0;
}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  position: relative;
  margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: 0.8em;
  background: #191919;
  padding: 10px 0;
}
.activeac::after{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg) !important;
        -webkit-transition: transform 0.5s;
        transition: transform 0.5s;
    }
/* Responsive Tablet Sizes */
@media only screen and (max-width: 850px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }

  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 850px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #606060;
    cursor: pointer;
	  font-weight:400;
    font-style: normal;
     margin-bottom: 0;
	 font-size:15px
    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
	padding: 0px 20px;
    background: #191919;
  }
  footer .centered .footer-navigation .footer-links-holder.activeac h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.activeac .footer-links {
    max-height: 10000px;
  }
}

ul.footer-links li {
  letter-spacing: 0.05em;
  padding: 8px 0;border-bottom: 1px solid #353535;}
ul.footer-links li a {font-size:14px;font-weight: 400;}
ul.footer-links li:last-child {border-bottom:none}

footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
footer a:hover {
  color: #65c2ed;
}

/* Misc CSS */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.callicobx {
    vertical-align: middle;
    width: 22px;
    height: 14px;
    margin-right: 6px;
    margin-top: 4px;
    float: left;
    display: inline-block;
    background: url(https://images.emtcontent.com/holiday-img/home-img/phone-call.svg) no-repeat;
    background-size: 20px 14px;
}
.mail_bx-icn {
    vertical-align: middle;
    width: 22px;
    height: 14px;
    margin-right: 6px;
    margin-top: 4px;
    float: left;
    display: inline-block;
    background: url(https://www.easemytrip.com/images/common/footer/mail-icon.svg) no-repeat 3px 1px;
}
.nwHdr {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
        margin-bottom: 5px;
}

.mb-para{padding: 15px 0;}
.mail_bx {font-size: 14px;}
.footerscWrap {
    background-color: #191919;
    padding: 18px 16px 10px 16px;
    text-align: center;
}
.playStoreIcon {
    width: 136px;
    display: inline-block;
    margin-right: 8px;
}
.playStoreIcon>img {
    max-width: 100%;
}
.appStoreIcon {
    width: 136px;
    display: inline-block;
    margin-left: 8px;
}
.appStoreIcon>img {
    max-width: 100%;
}
.novftlast {
    border-top: 0.5px solid #4A4747;
    padding: 12px 15px;
}
    .ndertimhgtbt {
        width: 100%;
        margin: 5px auto;
    }
        .ndert {
        color: #707070;
        padding: 0;
        font-size: 12px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

       .ndert_nw a{
        color: #707070 !important;
       
    }
    img {
    max-width: 100%;
}
.mobonlydec{
	color: #bdbdbd;
	border-bottom: 1px solid #595959;
	margin: auto;
	font-size: 9px;
	position: relative;
	padding: 5px 0;
	margin-bottom: 5px;
}
		 
.novftlast a{color: #bdbdbd;}
@media only screen and (max-width: 1024px) {
footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }

  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #606060;
    cursor: pointer;
	  font-weight:400;
    font-style: normal;
     margin-bottom: 0;
	 font-size:15px
    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
	padding: 0px 20px;
    background: #191919;
  }
  footer .centered .footer-navigation .footer-links-holder.activeac h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.activeac .footer-links {
    max-height: 10000px;
  }
}

