ul.sub-menu a {
  font-size: 15px !important; }
header{
  top:0;
}
  header.aniPos {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    top: 0;

}
.adpost:hover{
  color: #000 !important;
}
.current_page_item a, .current-menu-item a {
  color: #000 !important; }

.current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
  color: #000 !important; }

footer .current_page_item a, footer .current-menu-item a {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff !important; }

.sitmpee .current_page_item a {
  color: inherit !important; }

footer .current_page_item a:hover, footer .current-menu-item a:hover {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ff970a !important; }

.current_page_item li a {
  color: #1bb833 !important;
  background: none; }

a.menu-link {
  color: #000;
  display: block;
  text-decoration: none;
  height: 22px;
  width: 35px; }

.menu-link:hover span {
  border-color: #666; }

.menu, .menu > ul, .menu > ul ul {
  clear: both;
  flex-flow: column; }

.menu.active1 {
  background: #000;
  border-bottom: 1px solid #074373;
  border-top: 1px solid #074373;
  margin: 1em 0 1em -12px;
  max-height: 55em;
  width: 100vw; }

.js .menu > ul ul.active1 {
  margin: 0;
  max-height: 55em;
  padding: 0; }

.menu > ul {
  padding: 0; }

nav li {
  display: inline-block;
  margin: 0;
  position: relative; }

.menu li a {
    color: #013b6b;
    text-transform: none;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

li.menu-item-has-children a {
  padding-right: 23px !important; }





/*===============  Navigation Toggle  ===================*/
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 35px;
  position: absolute;
  display: block;
  content: ''; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  background: #009cdd; }

#nav-toggle span::before {
  top: 8px; }

#nav-toggle span:after {
  width: 17PX;
    bottom: -16px;
    right: 0; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out; }

#nav-toggle.active1 span {
  background-color: transparent; }

#nav-toggle.active1.active1 span::before, #nav-toggle.active1.active1 span::after {
  top: 11px; }

#nav-toggle.active1 span:before, #nav-toggle.active1 span:after {
  top: 0; }

#nav-toggle.active1 span:before {
  transform: rotate(45deg); }

#nav-toggle.active1 span:after {
  transform: rotate(-45deg);
width: 35px;}

.menuD {
    text-align: right;
    float: right;
    width: auto;
    padding-right: 0;
    padding-left:25px;
}

@media screen and (min-width: 875px) {
  /*############################ Menu ##############*/
  a.menu-link {
    display: none; }

  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible; }

  .js .menu > ul li:hover > ul {
    display: flex; }

  .menu ul {
    float: right;
    margin: 0;
    padding: 0; }

  nav > ul > li:last-child {
    padding-right: 0; }

  .menu > ul > li > a {
    position: relative; }



  .menu li a:hover {
    color: #b5b6b8; }

  .menu ul ul {
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 1px transparent;
    display: none;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0;
    position: absolute;
    text-align: left;
    left: 0;
    top: 21px;
    width: 245px;
    z-index: 999; }

  .chrome .js .menu > ul ul {
    top: 43px; }

  .menu ul ul.wide {
    width: 300px; }

  .menu ul ul li {
    border-bottom: solid 1px #ffffff;
    display: inline-block;
    position: relative;
    background: #1bb833;
}

  .menu > ul ul li:last-child {
    border-bottom: none; }

  .menu ul ul li a {
    display: block;
    padding: 5px 10px;
    color:#fff;
    }

  /*Menu ends*/ }
@media screen and (max-width: 874px) {
  .menu.active1 {
    top: 62px;
    right: 0;
    text-align: left;
}

span.has-subnav {
  filter: brightness(0) invert(1);
}

  .menu {
    z-index: 999999 !important;
    right: 0;
    margin: 0 0 0 !important;
    position: absolute;
    top: 93px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%; }



  a.menu-link {
    float: right;
    position: absolute;
    right: 15px;
    top:30px;
}
.logoHdr img {
  width: 132px !important;}

  .menu, .menu > ul ul {
    margin: 0;
    max-height: 0;
    overflow: hidden; }

  .menu li a {
    border-bottom: 1px solid #ffffff21;
    display: block;
    padding: 5px 15px;
    color: #fff; }

  .menu li li a {
    padding-left: 50px; }

  .menu li:last-child a {
    border: none; }

  .menu li li:last-child a {
    border-bottom: 1px solid #074373; }

  .menu li:hover {
    background: #0e4571; }

  .current_page_item a:hover, .current_page_item li a:hover, .current-menu-item a:hover {
    color: #000 !important; }

  /*Menu Ends*/
  .navigate .menu-item-has-children > span {
    display: block;
    right: 2%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(images/dpDownArrow.png) no-repeat center center;
    top: 8px;
    cursor: pointer; }

  .navigate .menu-item-has-children:hover > ul {
    display: none; }

  .menu ul li {
   background: #009cdd;
    display: block;     text-align: center;
    float: left;     color: #fff;
    padding: 0 0;
    width: 100%; }

  .sub-menu {
    float: left;
    margin: 0;
    padding: 0;
    position: inherit;
    top: inherit;
    width: 100% !important; }

  .sub-menu li {
    width: 100%;
    padding: 0%; }

  .menu li a {
    font-size: 16px; }

  .sub-menu li a {
    border-bottom: 1px solid #ffffff21 !important;
    font-size: 14px !important;
    padding: 0px 32px !important;
    width: 100%; }

  .sub-menu ul li {
    background: none repeat scroll 0 0 #666;
    display: block;
    padding: 16px 10px; }

  .sub-menu .sub-menu {
    float: left;
    position: static;
    padding: 0;
    margin: 0; }

  .sub-menu .sub-menu li {
    padding: 0;
    margin: 0; }

  .sub-menu .sub-menu li a {
    padding-left: 9% !important;
    background: #414141; }

  .sub-menu .menu-item-has-children a {
    background-image: none; }

  .sub-menu .menu-item-has-children a:hover {
    background-image: none; }

  .sitmpee .sub-menu li a {
    background-position: 0 1px;
    font-size: 16px !important;
    line-height: inherit !important;
    padding: 0 22px !important; }

  .sitmpee .sub-menu li a:hover {
    background-position: 0 1px !important; }

  .sitmpee li a {
    font-size: 16px;
    background-position: 0 2px; }

  .sitmpee li a:hover {
    font-size: 16px;
    background-position: 0 2px; } }
@media screen and (max-width: 767px) {
  .aniPos .logoRgt {
    display: none;}
    .aniPos .logoHdr {
      display: none;
  }
  .aniPos .mob {
    padding: 6px 0;}
  .language-picker {
    text-align: left !important;
    padding-left: 10px !important;
}
  .menu.active1 {
    top:80px;
    right: 0;
}
.min h1 {
  font-size: 17px;
}
.fl-cv h5 {
  font-size: 19px;
  margin: 10px 0;
}
.frm-d {
  margin: 10px 0;}
  .menu {
    top: 135px; }
    .menu li a {
      color: #fff;text-align:left; }
      .Log {
        color: #ffffff;
    }

  .menuD {
    float: right;
    padding-right: 0; }
    .aniPos .menu {
    top: 80px; } }

/*# sourceMappingURL=menu.css.map */
.resp-tab-item span{
  float: right;
}
.resp-tabs-list i{
  padding-right: 15px; font-size:20px;
}
.resp-tab-content li {
  list-style: none;
  padding: 15px 10px;
  margin-bottom: 5px;
  background: #93c8e8; color: #fff;
}
.resp-tab-content li a {
  color: #fff;
  font-weight: 700; display: block;
  font-size: 16px;
}
.resp-tab-content li a:hover{
  color: #000;
}
.resp-tab-content ul{
  padding-left: 0;
}
ul.resp-tabs-list { margin: 0px; padding: 0px; }
.resp-tabs-list li { font-weight: 600; font-size:20px; display: inline-block; padding: 13px 15px; margin: 0 4px 0 0; list-style: none; cursor: pointer; float: left; }
.resp-tabs-container { padding: 0px; background-color: #fff; clear: left; }
div.resp-accordion { cursor: pointer; padding: 5px; display: none; }
.resp-tab-content { display: none; padding: 15px; }
.resp-tab-active { border: 1px solid #5AB1D0 !important; border-bottom: none; margin-bottom: -1px !important; padding: 12px 14px 14px 14px !important; border-top: 4px solid #5AB1D0 !important; border-bottom: 0px #fff solid !important; }
.resp-tab-active { border-bottom: none; background-color: #fff; }
.resp-content-active, .resp-accordion-active { display: block; }
.resp-tab-content { border: 1px solid #c1c1c1; border-top-color: #5AB1D0; }
div.resp-accordion { font-size: 13px; border: 1px solid #c1c1c1; border-top: 0px solid #c1c1c1; margin: 0px; padding: 10px 15px; }
div.resp-tab-active { border-bottom: 0px solid #c1c1c1 !important; margin-bottom: 0px !important; padding: 10px 15px !important; }
div.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: blue; }
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 50%; }
.resp-vtabs .resp-tabs-list li { display: block; padding: 15px 15px !important; margin: 0 0 4px; cursor: pointer; float: none; }
.resp-vtabs .resp-tabs-container {padding: 0px;background-color: #fff;border: 1px solid #c1c1c1;float: left;width:50%;height: 400px;overflow-y: scroll;min-height: 250px;border-radius: 4px;clear: none;}
.resp-vtabs .resp-tab-content {     border-radius: 5px;
  border-color: #e6e6e6; }
.resp-vtabs li.resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; padding: 14px 15px 15px 14px !important; border-top: 1px solid; border: 1px solid #5AB1D0 !important; border-left: 4px solid #5AB1D0 !important; margin-bottom: 4px !important; border-right: 1px #FFF solid !important; }
.resp-arrow { width: 0; height: 0; float: right; margin-top: 3px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #c1c1c1; }
div.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #9B9797; }
/*-----------Accordion styles-----------*/
div.resp-tab-active { background: #DBDBDB;/* !important;*/ }
.resp-easy-accordion div.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1;/* !important;*/ }
.resp-jfit { width: 100%; margin: 0px; }
.resp-tab-content-active { display: block; }
div.resp-accordion:first-child { border-top: 1px solid #c1c1c1;/* !important;*/ }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
 ul.resp-tabs-list { display: none;}
 div.resp-accordion { display: block;     font-size: 17px;}
 .hor_1 i.fa.fa-arrow-circle-right {
  display: none;
}
 .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;}
 .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none;}
 .resp-accordion-closed { display: none !important;}
 .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
}

.selcted {
  border: 4px solid #f9f9f9;
  border-radius: 5px;
  padding: 15px;     width: 75%;
  margin: 0 auto;
}
.selcted h4{
  font-size: 22px; padding-bottom: 25px;
  text-transform: lowercase;     color: #57b0e3;
}
ol.rui-2Pidb {
  list-style: none;
  padding-left: 0;
}
ol.rui-2Pidb li{
  display: inline-block;     padding-right: 10px; color: #ccc;
}
button.rui-apowA {
  background: #fff;
  border: navajowhite;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
button.rui-pdy8W {
  background: #fff;
  margin-right: 15px;
  border-color: #ccc;
  margin-top: 15px;
}
.rui-Bz2UM {
  margin-bottom: 20px;
}
button.rui-pdy8W:hover{
  background: #009cdd;
}
.rui-Bz2UM .rui-2brBP {
  width:50%;
  color: var(--blackText);
  display: block;
  font-size: 16px;
  height: 48px;
  box-sizing: border-box;
  outline: none; border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;

}
.rui-Bz2UM .rui-IlMwo {
  display: flex;
  align-items: center;
  flex-grow: 1; font-size: 12px;
}
.rui-6OoLS.tvf input {
  height: 96px;
}
._3K8L8 .nWPu8 {
  display: initial;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
._3K8L8 ._1t3S3 {
  border: 2px solid var(--blackOpaque);
  box-sizing: border-box;
  display: inline-block;
  height: 104px;
  vertical-align: top;
  margin: 0 6px 6px 0;
  width: 104px;
}
._3K8L8 ._1t3S3 ._2-TkM {
  align-items: center;     border: 1px solid #ccc;
  cursor: pointer;
  color: var(--blackOpaque);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.rui-3a8k1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-style: none;
  background: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
}
._3K8L8 ._1xheB ._2LfUG {
  color: var(--primaryBaseText);
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}
._3K8L8 ._1xheB {
  border-color: var(--primaryBaseText);
  position: relative;
}
._35LX- {
  color: red;
  margin-bottom: 0;
  min-height: 20px;
  font-size: 12px;
  line-height: 18px;
}
.inv{
  padding-bottom: 15px;
  display: block;
}
