html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
html,body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #fafafa;
    width: 100%;
}
.af-font700 {
    font-weight: 700;
}
.af-font600 {
    font-weight: 600;
}
.nopadding {
    padding: 0!important;
}
ul {
    list-style-type: none;
}
.af-main {
    width: 100%;
    float: left;
    background:#fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.45);
}
.af-before:before, .af-after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.piechart-container{
    width: 810px;
    margin: 110px auto auto auto;
}
.chart-wrapper{
    width: 100%;
    border:solid #707070 1px;
    position: relative;
    margin-bottom: 40px;
}
#piechart {margin: auto;}
/*Header*/
.af-header__container {
    position: relative;
    min-height: 90px;
    background-color: #d9e2f3;
    padding: 0;
}
.af-header__flag__container {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    z-index: 1;
}
.af-flag--right {
    right: 0;
    left: inherit;
}
.af-header__flag__container rect, .af-header__flag__container svg {
    width: 60px;
    height: 30px;
    display: block;
}
.af-flag__top {
    fill: rgba(255,0,0,1);
}
.af-flag__middle {
    fill: rgba(32,56,100,1);
}
.af-flag__bottom {
    fill: rgba(0,176,240,1);
}
.af-header__title {
    font-weight: 700;
    padding: 30px 60px;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000080;
    margin: 0;
   /* background: #d9e2f3; */
}
.af-nav {
    background-color: #ba4962;
    padding-right: 15px;
    padding-left: 15px;
}
.af-nav__ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.af-nav__list {
    padding: 25px 0;
    position: relative;
}
.af-nav__list .af-nav__link:hover{
    opacity: 0.9;
}
.af-nav a {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 10px 10px;
    text-decoration: none;
}
.af-nav a.active {
    border: solid 2px #fff;
    border-radius: 20px;
}
.af-submenu:after {
    width: 0; 
    height: 0; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    top: 30px;
    right: 4px;
    left: inherit;

}
.menu-expand {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    border: solid #000 2px;
}
/*Header*/
/*Home page*/
.af-vhidden{
    visibility: hidden;
}
.af-content {
    padding: 0;
    min-height: 400px;
    background: #fff;
}
.af-bluebg {
    background: #000080;
    line-height: 34px;
    font-weight: 600;
    font-size: 2rem;
    color: rgba(255,255,255,1);
}
.af-bluetext {
    padding: 50px 25px 30px;
    margin: 0;
    font-size: 2.4rem;
}
.af-obj-val {
    background: #fff;
    padding:0px 30px 0px;
}
.af-obj__list {
    background: #203864;
    padding-left: 85px;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    height: 75px;
    margin-bottom: 20px;
    display: table;
    overflow: hidden;
}
.af-span-tab{
    display: table-cell;
    vertical-align: middle;
}
.af-interact:before {
    background: #FFF url('assets/images/Shakehands.png');
    background-repeat: no-repeat;
    background-position: 0px 14px;
}
.af-exchange:before {
    background: #FFF url('assets/images/Military.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.af-share:before {
    background: #FFF url('assets/images/share.png');
    background-repeat: no-repeat;
    background-position: 2px 5px;
}
.af-build:before {
    background: #FFF url('assets/images/Camaraderie.png');
    background-repeat: no-repeat;
    background-position: 3px 4px;
}
.af-obj__list.af-before:before {
    width: 70px;
    height: 100%;
}
.af-obj__list:after{
    position: absolute;
    border: 1px solid #f1f1f1;
    left:0;
    width: 70px;
    height: 100%;
    content:'';
    top:0;
}
.af-values {
    position: relative;
}
.af-gray__title {
    color: #000080;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 50px;
}
.af-values__box {
    border: solid #707070 2px;
    width: 200px;
    position: absolute;
    height: 125px;
    line-height: 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.8rem;
    color: rgba(0,0,0,1);
    padding: 11px 26px 0 12px;
}
.af-box__tleft {
    left: 0;
    top: 0;
    padding-left: 10px;
}
.af-box__tright {
    right: 0;
    top: 0;
    padding-right: 10px;
    padding-left: 50px;
}
.af-box__bleft {
    left: 0;
    bottom: 0;
    padding-left: 10px;
    padding-top: 40px;
}
.af-box__bright {
    right: 0;
    bottom: 0;
    padding-left: 49px;
    padding-top: 40px;
    padding-right: 0px;
}
.af-helpothers {
    width: 80%;
}
.af-circle {
    width: 460px;
    margin: auto;
}
.af-circle__item {
    width: 220px;
    height: 174px;
    margin-right: 8px;
    margin-bottom: 8px;
    z-index: 0;
    position: relative;
}
.leadership_table img{
    width: 40px;
}
.breadcrumb-back:link, .breadcrumb-back:visited, .breadcrumb-back:hover, .breadcrumb-back:active,.breadcrumb-back:focus{
    text-decoration: none;
    color: #707070;
}  
.breadcrumb-back{
    margin-top: -5px;
    position: relative;
    float: right;
    color: #707070;
}
.breadcrumb-back span{
    font-size: 2.6rem;
}
.af-circle__tleft {
    background: transparent url('assets/images/circle-1.png');
}
.af-circle__tright {
    background: transparent url('assets/images/circle-2.png');
}
.af-circle__bleft {
    background: transparent url('assets/images/circle-3.png');
}
.af-circle__bright {
    background: transparent url('assets/images/circle-4.png');
}
.af-circle__text {
    position: absolute;
    top: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    right: 25%;
    width: 110px;
}
.af-aim {
    right: 10%;
}
.af-ethos {
    right: 41%;
}
.formpdf-icon{
    width: 40px;
    margin-right: 5px;
}
.af-att {
    top: 30%;
    right: 10%;
}
.af-objective {
    top: 30%;
    right: 43%;
}
.af-memeber__link {
    margin: 30px 0;
    font-weight: 600;
    font-size: 2rem;
    color: #707070;
}
.af-whoweare__title{
    margin-top: 30px;
    min-height: 72px;
}
.af-whoweare__img img {
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 10px;
}
.af-memeber__link a {
    color: #0019ff;
}
.af-whoweare {
    font-weight: 600;
    font-size: 2rem;
    line-height: 24px;
}
.af-whoweare--25 {
    font-weight: 700;
}
.af-white__pad {
    padding-bottom: 70px;
}
.af-visitor__count {
    background: #f1f1f1;
    padding: 0px;
    font-weight: bold;
    font-size: 1.6rem;
    color: rgba(0,0,0,1);
}
.af-visit__text1 {
    margin-right: 15px;
}
.af-visit__text2 {
    margin-left: 10px;
}
.af-nflag {
    float: left;
    width: 100%;
    height: 33.33333333333%;
    line-height: 0;
}
.af-nflag.top {
    background: #ff9933;
}
.af-nflag.middle {
    background: #fff;
}
.af-nflag.bottom {
    background: #138808;
}
.af-visit__no {
    padding: 20px;
    width: 100%;
}
.af-nflag__wrapper {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
}
.flag_bgg{
    background: url('assets/images/in.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.af-left {
    left: 0;
}
.af-right {
    right: 0;
}
.af-visitor__box__container {
    display: inline-block;
    border:solid rgba(112,112,112,1) 1px;
    background: #fff;
}
.af-visitor__box {
    border-right: solid rgba(112,112,112,1) 1px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.af-box--last {
    border: 0;
}
.af-home__desc {
    padding: 20px 15px 15px 15px;
}

/*Home page*/
/*Footer*/
.af-footer{
    float: left;
    width: 100%;
}
.af-footerlink__container {
    background: #5a5a5a;
    padding: 40px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
}
.af-footer__logo {
    width: 20%;
    
}
.af-footer__logo h3 {
    font-weight: 900;
    font-size: 4.2rem;
    line-height: 50px;
}
.af-footer__desc {
    font-weight: normal;
    font-size: 1.4rem;
}
.af-footer__mainlinks {
    width: 21%;
}

.af-footer__about {
    width: 12%;
}
.af-footer__useful {
    width: 47%;
}
.af-footer ul {
    padding:0;
    margin:13px 0 0 0;
}
.af-footer ul li {
    margin-bottom: 17px;
}
.af-footer a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
.af-footer__title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 85%;
}
.af-footer__useful .af-footer__title {
    width: 100%;
}
.af-copyright {
    background: #c8c8c8;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 15px 0;
    line-height: 0;
}
.af-goto__top {
    position: fixed;
    right: 35px;
    display: none;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: rgba(255,153,51,1);
    border-radius: 50%;
    cursor: pointer;
}
.af-arrow__up {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  /*Footer*/
/*Recipie*/
.af-reci__title {
    padding: 15px 0;
    background:#2f5497;
    color:#fff;
}
.af-reci__body {
    border:solid #000 1px;
    width: 100%;
    float:left;
    margin-bottom: 50px;
}
.af-cook__img {
    margin: 15px 0;
}
.af-cookname {
    display: inline-block;
    padding: 12px 38px;
    background-color: #5a5a5a;
    letter-spacing: 0.6px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}
img {
    max-width: 100%;
}
.af-cook__img {
    max-width: 211px;
    margin: 22px auto 7px;
}
.af-receipe__main {
    display: grid;
    grid-template-columns: 35% 63%;
    align-items: center;
    grid-gap: 20px;
}
.af-receipe__name {
    font-size: 2rem;
    font-weight: bold;
}
.af-receipe__des {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 20px 0;
}
/*Recipie*/
/*Events*/
.af-bankdetails .af-darkblue__bg, .af-bankdetails .af-lightblue__bg {
    text-align: left;
    
}
.table.af-bankdetails.af-border0>tbody>tr>th{
    border-bottom: solid 1px #f5f7fa;
}
.af-bankdetails {
    width: 50%;
    margin: auto;
}
.af-thblue{
    background: #000080;
}
.af-past__events {
    padding-right: 0;
}
.af-upcoming__events {
    padding-left: 0;
}
.af-upcoming__events .table>tbody>tr>td {
    padding: 44px 8px;
}
.af-col3bg {
    background: #fbfdff;
}
.af-col4bg {
    background: #f6faff;
}
.af-col5bg {
    background: #f2f8ff;
}
.af-col6bg {
    background: #e5f0ff;
}
/*Events*/
/*Newsletter*/
.af-newletter {
    color: #000;
    margin: 15px 0;
}
.af-newletter thead, .af-eventstable thead, .af-bankdetails .af-darkblue__bg, .af-bankdetails .af-lightblue__bg{
    background: #2f5497;
}
.af-newletter a, .af-newletter a:link, .af-newletter a:visited,.af-newletter a:active,.af-newletter a:focus {
    color: #000;
    text-decoration: none;
}
.af-newletter a:hover {
    text-decoration: underline;
}
.af-news__title {
    font-weight: 700;
}
/*Newsletter*/
  /*Leadership Page*/
  .table.af-border0>tbody>tr>td, .table.af-border0>tbody>tr>th, 
  .table.af-border0>tfoot>tr>td, .table.af-border0>tfoot>tr>th, 
  .table.af-border0>thead>tr>td, .table.af-border0>thead>tr>th {
      border: 0;
      vertical-align: middle;
  }
.table.af-leadship__table>tbody>tr>td {
    padding:15px 15px 15px 40px;   
}
.table.table.af-leadship__table.af-border0>tbody>tr>th{
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}
.af-leadership__containner {
    padding-bottom: 50px;
}
.af-leadship__table {
    color: #000;
    font-size: 1.6rem;
    margin: 20px 0;
}
.af-leadership__btmtext {
    width: 600px;
    margin: auto;
}
.af-arrow {
    font-size: 3rem;
    line-height: 15px;
}
.af-gather {
    padding: 0 15px;
}
  /*Leadership Page*/

  /*Membership Page*/
  .af-sent__application {
    border-top:solid #2f5497 1px;
    padding-top: 25px;
    color: #2f5497;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .af-completed {
      color: #000;
      font-size: 1.6rem;
      font-weight: 600;
  }
  .af-member__notes {
      border: solid #2f5497 1px;
      color: #000;
      padding: 15px;
      font-weight: 500;
      font-size: 1.6rem;
  }
  .af-member__notes ol{
      padding: 15px;
      margin: 0;
  }
  .af-member__notes ol li{
      margin-bottom: 15px;
      line-height: 30px;
  }
  .af-notestext {
      font-weight: bold;
      font-weight: 700;
  }
  .af-download {
      padding: 15px;
      font-weight: bold;
  }
  .table.af-member__table {
      margin-bottom: 0;
  }
  .table>tbody>tr>th.af-verticalalign {
      vertical-align: middle;
  }
  .af-member__thead {
      background: #2f5497;
  }
  .af-member__inner__table{
    min-height: 280px;
    width: 49%;
    position: relative;
    margin-top: -40px;
    float: left;
    font-weight: bold;
}
.af-member__table.table>tbody>tr>th.af-whiteborder__right {
    color: #2f5497;
}
.af-veteran.table>thead>tr>th {
    padding: 8px;
}
.af-table__div {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}
  .table>tbody>tr>th.af-whiteborder__right, .table>tbody>tr>td.af-whiteborder__right, .table>thead>tr>th.af-whiteborder__right {
      border-right: solid #fff 1px;
  }
  .af-member__inner__table table td {
      padding: 7px;
  }
  .af-member__inner__table table tbody td {
    border-bottom: solid #e5f0ff 2px;
    background: #fff;
}
  .af-member__inner__table table thead {
    background: #2f5497;
    color: #fff;
  }
  
    .af-chart__caption {
        float: left;
        clear: both;
    }
    .af-membership__title {
        font-weight: bold;
        padding: 12px;
        font-size: 2.4rem;
        margin: 25px 0;
    }
    .af-chart__caption span{
        float: left;
        padding-left: 10px;
        margin-bottom: 15px;
        font-size: 2rem;
        font-weight: 700;
    }
  .pie-chart {
    padding-top: 10px;
	background:
    radial-gradient(
        circle closest-side,
        transparent 66%,
        white 0
    ),
    conic-gradient(
        #ff0000 0,
        #ff0000 70%,
        #203864 0,
        #203864 79%,
        #00b0f0 0,
        #00b0f0 100%
	);
	position: relative;
	width: 700px;
	min-height: 530px;
    margin: 0 auto 20px auto;
    background-position: -120px 30px;
	outline: 1px solid #c7c7c7;
}
.af-member__totalcount__tilldate {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #000080;
}
.should-have{
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.af-member__count__tilldate {
    width: 75%;
    text-align: center;
    margin: 25px auto 0 auto;
    background: #f1f1f1;
    padding: 15px 5px;
    border-radius: 2px;
    color: #000080;
    font-size: 2rem;
    font-weight: bold;
}
.home-arrow {
    position: absolute;
    top:0;
    bottom: 0;
    left: -13px;
    right: 0;
    margin: auto;
    width: 94px;
    height: 104px;
    z-index: 1;
    background: url('assets/images/harrow.png');
}
.pie-chart h2 {
	position: absolute;
	margin: 1rem;
}

.pie-chart figcaption {
	position: absolute;
	top: 38%;
	right: 1em;
	font-size: smaller;
	text-align: right;
}
.pie-chart span.af-indian__army:after {
	display: inline-block;
	content: "";
	width: 1.3em;
	height: 1.3em;
	margin-left: 0.4em;
	border-radius: 0.2em;
	background: currentColor;
}
.pie-chart span.af-indian__airforce:after {
	display: inline-block;
	content: "";
	width: 1.3em;
	height: 1.3em;
	margin-left: 0.4em;
	border-radius: 0.2em;
	background: currentColor;
}
/*Membership Page*/

/*Table*/
.af-table__head {
    background: #000080;
    color: #fff;
}
.af-table__head__border {
    border-bottom: #fff 5px solid;
}
.af-darkblue__bg {
    background: #000080;
}
.af-lightblue__bg {
    background: #000b8d;
}
.af-white__text {
    color: #fff;
}
.af-bluetext {
    color: #000080;
}
.af-white__bg {
    background: #fff;
}
.af-col1bg1 {
    background: #f6faff;
}
.af-col2bg1 {
    background: #e5f0ff;
}
.af-leadship__table .af-col{
    padding-left: 40px;
}

.af-col__leftborder {
    position: relative;
}
.af-col__leftborder:before {
    border-left: 20px solid #fff;
    width: 20px;
    height: 100%;
}
.table>thead>tr>th.af-vmiddle, .table>tbody>tr>td {
    vertical-align: middle;
}
.af-col2bg__event {
    background-color: #f2f8ff;
    border-left: solid #b3b5b7 1px;
    border-right: solid #b3b5b7 1px;
}
.af-col1bg__event {
    background-color: #fbfdff;
    border-left: solid #b3b5b7 1px;
    border-right: solid #b3b5b7 1px;
}
.af-event__topborder{
    border-top: solid #b3b5b7 1px;
}
.af-event__topborder{
    border-bottom: solid #b3b5b7 1px;
}
/*Table*/
/*FAQ*/
.af-faq__container{
    border:solid #707070 1px;
    margin-bottom: 25px;
}
.af-faq {
    width: 90%;
    margin: auto;
}
.af-faq__title {
    background: #2f5497;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    font-size: 1.6rem;
}
.af-answer {
    font-weight: 600;
    font-size: 1.6rem;
}
.af-faq__ul {
    padding: 0;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #000;
}
.af-faq__li {
    margin-bottom: 15px;
    line-height: 26px;
    font-weight: 500;
}
.af-bold {
    font-weight: 700;
}
.af-faq7 {
    line-height: 34px;
    font-size: 1.6rem;
    font-weight: 500;
}
.text-indent {
    text-indent: 60px;
}
.table-responsive.af-table {
    overflow-x: initial;
}
/*FAQ*/
/*New Member*/
.af-bg__title {
    margin: 15px 0;
    padding: 15px;
    font-size: 1.6rem;
}
.af-veteran {
    margin-bottom: 40px;
}
.af-veteran__policy.table>tbody>tr>td {
    vertical-align: middle;
}
.af-histrory__txt p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 30px;
    color: #000;
}
.padrl15 {
    padding-left: 15px;
    padding-right: 15px;
}
.af-histrory__txt {
    margin-bottom: 50px;
}
/*New Member*/

/*Site map and contact form*/

.widget_visitors_widget {
    position: absolute;
    left: -2000px;
}
.af-contact {
    width: 80%;
    margin: auto;
}
.wpcf7 {
    border: solid #e2e2e2 1px;
    border-radius: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    float:left;
    width: 100%;
    margin-top: 15px;
}
.wpcf7-submit{
    padding: 15px 140px;
    color: #fff;
    border:0;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    background: #000080;
}
.wpcf7 label {
    width: 75%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
}
.af-con__mandatroy{
    position: relative;
}
.af-con__mandatroy:after{
    content: '*';
    color:#ff0000;
    right: -8px;
    top: -2px;
    left: inherit;
}
.wpcf7 label input, .wpcf7 label textarea{
    width: 100%;
    border: #e2e2e2 1px solid;
    padding: 10px 15px;
    border-radius: 5px;
}
.site-main {
    background: #ffffff;
    float: left;
    width: 100%;
    min-height: 500px;
}
.af-contact__wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}
.af-sitemap {
    padding: 20px;
    margin: 20px 0 0;
}
.af-site__line.af-after:after{
    width: 98%;
    height: 5px;
}
.line1.af-after:after {
    background: #ff0000;
}
.line2.af-after:after {
    background: #203864;
}
.line3.af-after:after {
    background: #00b0f0;
}
.af-site__title{
    color:#000080;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.af-sitemap__links {
    padding: 20px 30px 20px 20px;
    float: left;
    width: 100%;
}
.af-sitemap__border {
    padding: 20px 10px;
    text-align:center;
    border: solid #707070 1px;
    min-height: 800px;
}
.af-sitemap__ul {
    margin-top: 50px;
    position: relative;
}
.af-sitemap__ul.af-after:after {
    border-top: solid 2px #2f5497;
    width: 90%;
    margin: auto;
    left: 0;
    /*right: 0;*/
    right: 6px;
    top: -30px;

}
.af-sitemap__ul a {
    margin: 0 2px;
}
.af-echs__lastsec a, .af-echs__lastsec a:link, .af-echs__lastsec a:visited, .af-echs__lastsec a:active, .af-echs__lastsec a:focus{
    color:#fff;
    text-decoration: none;
}
.af-echs__lastsec a:hover{
    text-decoration: underline;
}
.af-sitemap__container .af-sitemap a{
    border-radius: 0;
    background: #2f5497;
    color:#fff;
    font-size: 1.6rem;
    font-weight: 600;
}
.af-sitem-link {
    display: inline-block;
    position: relative;
}
.af-sitem-sub {
    position: absolute;
    padding: 0;
    left: 50%;
    margin: 0;
}
.af-sitem-sub:after{
    border-left:solid 2px #2f5497;
    height: 100%;
}
.af-sitem-sub li{
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
    position: relative;
}
.af-sitem-sub .af-sitesub-link:before{
    border-top: solid 2px #2f5497;
    width: 21px;
    top: 0;
    left: -19px;
    bottom: 0;
    margin: auto;
    height: 2px;
}
.sub-last:after{
    content: '';
    position: absolute;
    left: -26px;
    height: 50%;
    width: 5%;
    bottom: -2px;
    background: #fff;
    z-index: 1;
}
.af-siteparent:after{
    border-left: 2px solid #2f5497;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    top: -30px;
    width: 2px;
    /*width: 8px;
    border-top: 2px solid #2f5497;*/
}
.af-sitemap__ul:before{
    right: 31px;
    width: 5%;
    height: 12px;
    left: inherit;
    top: -35px;
    background: #fff;
    z-index: 1;
}
.af-sitem-sub.member-sumsite{
    left: 20px;
}
.af-sitem-sub.member-sumsite:after{
    height: 242px;
}
.page-template-contact .panel-image{
    background-size: cover;
    height: 450px;
    width: 100%;
}
.af-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
}
.af-nav .dropdown-menu li{
    border-bottom: solid #006fff 1px;
    padding: 0;
}
.af-nav .dropdown-menu li a{
    padding: 12px;
    font-weight: 500;
    color:#000;
}
.two-column-menu {
    width: 600px;
}
.af-nav .dropdown-menu.two-column-menu li {
    border-right: solid 1px #006fff;
}
.af-nav .dropdown-menu.two-column-menu li.submenu-even{
    border-right: 0;
}
.page-template-contact .af-bluebg {
    line-height: 40px;
}
.cont-address {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}
.reg-address {
    font-weight: 700;
    display: block;
}
/*Site map and contact form*/

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .af-header__title{
        font-size: 2rem;
    }
}

/* For Large Screens*/
@media (min-width: 1400px) {
    .af-header__title {
        font-size: 2rem;
    }
  }
/* For Large Screens*/
/* Cooking Corner */
.af-ingredient__title {
    font-size: 1.6rem;
    font-weight: 700;
}
.af-ingredient__main {
    display: grid;
    grid-template-columns: 40% 58%;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 5px 0;
    grid-column-gap: 2%;
    line-height: 28px;
}
.padrl20 {
    padding-left: 20px;
    padding-right: 20px;
}
.af-cook__method {
    font-size: 1.6rem;
    font-weight: 500;
}
.table>thead>tr>th {
    padding: 20px 15px;
}
.table>tbody>tr>td {
    padding: 15px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 24px;
    color: #000000;
}

td.new_td{
	 font-size: 1rem;
}

.af-remem__bot {
    margin-bottom: 100px;
}
.af-events__title {
    padding-right: 0;
}
.af-events__title span {
    background: #000080;
    color: #fff;
    padding: 15px;
    margin: 30px 0px 15px;
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
}
.table>tbody>tr:nth-child(odd) {
    background: #f6faff;
}
.table>tbody>tr:nth-child(even) {
    background: #e5f0ff;
}
.af-patron__title {
    color: #000080;
    font-size: 2.2rem;
    font-weight: bold;
}
.af-leadership-main {
    clear: both;
    display: grid;
    grid-template-columns: 35% 62%;
    grid-gap: 20px;
}
.af-patron__abt {
    font-size: 1.6rem;
    line-height: 23.5px;
    font-weight: 500;
}
.af-abt__title {
    color: #444444;
    font-size: 2rem;
    font-weight: bold;
}
.af-managing-section {
    padding-left: 90px;
    position: relative;
    padding-right: 50px;
}
.af-executive-section {
    padding-right: 50px;
    margin-top: 30px;
	padding-left: 90px;
    position: relative;
}
.af-managing__main,.af-executive__main {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    border: 0px solid #9c9c9c;
    padding: 20px 30px 20px;
}
.af-commitee-mem {
    position: relative;
}
.cls-pad {
    padding: 0 30px;
}
.af-managing__title {
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    cursor: default;
    letter-spacing: 10px;
    background: #707070;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    padding: 10px;
    top: 0;
    height: 100%;
    line-height: 35px;
}
.af-executive__title {
    position: absolute;
    right: 0;
    writing-mode: vertical-lr;
    text-orientation: upright;
    cursor: default;
    letter-spacing: 10px;
    background: #707070;
    color: #fff;
    font-weight: bold;
    font-size: 1.9rem;
    padding: 2% 10px;
    top: 0;
    height: 100%;
}
.af-name,.af-pos,.af-txt {
    color: #000080;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 24px;
    margin: 10px 0;
    text-align: center;
}
.af-pos,.af-txt {
    color: #000000;
}
.af-managing-main, .af-executive__main {
    clear: both;
    position: relative;
}
.af-editorial-section {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
    padding: 20px 30px;
    margin-top: 50px;
    border: 1px solid #9c9c9c;
}
.af-other__members {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1px;
}
.af-sm__executive {
    display: none;
}
.af-table__leadership .table>tbody>tr {
    height: 75px;
}
.memb-title {
    font-size: 2.4rem;
}
.af-news__sec1 {
    margin-bottom: 50px;
}
.af-news__sec2 {
    margin-bottom: 130px;
}
.af-vetreran__sec1 {
    margin-bottom: 130px;
}
.af-veteran__policy.table>tbody>tr>td a {
    color: #2965aa;
}
.af-veteran__note {
    background: #000080;
    color: #fff;
    padding: 12px 20px;
    font-size: 1.8rem;
    line-height: 30px;
}
.af-veteran-pol__sec1 {
    margin-bottom: 40px;
}
.af-veteran-pol__sec2 {
    margin-bottom: 50px;
}
.af-veteran-pol__sec3 {
    margin-bottom: 80px;
}
.af-veteran-newmem__sec2 {
    margin-bottom: 108px;
}
.af-assisted__sec1 {
    margin-bottom: 90px;
}
.af-character__sec1 {
    margin-bottom: 120px;
}
.af-remem__sec1 {
    margin-bottom: 100px;
}
.af-events__sec1 {
    margin-bottom: 84px;
}
.af-events__sec2 {
    margin-bottom: 40px;
}
.af-faq__sec1 {
    margin-bottom: 35px;
}
.af-leader__sec1,.af-leader__sec2,.af-leader__sec3 {
    margin-bottom:50px;
}
.af-leader__sec4 {
    margin-bottom: 70px;
}
.af-leader__sec5 {
    margin-bottom: 120px;
}
.clear {
    clear: both;
}
.af-music__title {
    font-size: 1.6rem;
    line-height: 34px;
}
.af-music__title a,.af-music__title a:hover {
    color: #005dff;
}
.af-music {
    max-width: 275px;
    margin: 10px auto 25px;
}
.af-covid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2px;
}
.ad-covid__19 p {
    margin: 5px 0;
    font-size: 1.8rem;
}
.ad-covid__19 a,.ad-covid__19 a:hover{
    color: #0033ff;
}
.af-antibiotic {
    font-size: 1.6rem;
    line-height: 34px;
}
.af-ordered-list {
    list-style: initial;
    padding-left: 15px;
}
.af-health__section {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-gap: 20px;
}
.af-magic__onion {
    display: grid;
    grid-template-columns: 40% 20% 37%;
    align-items: center;
    grid-gap: 20px;
}

/*Login*/
.lounge_links {
    color: #0089bb;
    font-size: 1.6rem;
    font-weight: 700;
}
.lounge_icons img {
    max-width: 50%;
}
.lounge_icons.member-cover img{
    max-width: 100%;
}
.empty-tr td{
    padding: 20px 0;
}
td.text-center.lounge_icons {
    padding: 20px 0;
}
.lounge_links span{
    text-decoration: underline;
}
.af-lounge {
    color: #000080;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 20px 0;
}
.af-m__commitee {
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 50px;
}
.af-lounge__desc {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: 60px;
}
.af-login {
    margin: 40px 0;
    padding: 50px 0;
}
.login-label {
    color:#000080;
    font-size: 2.4rem;
    font-weight: 700;
}
.af-login__landing {
    width: 98%;
    margin: 50px auto;
}
.af-landing__border {
    border:solid #e2e2e2 1px;
    width: 100%;

}
.af-frm-wrapper{
    width: 850px; margin: auto;
}
.pwd-rules-ul li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -22px;
    width: 8px;
    height: 8px;
    background: #000080;
    border-radius: 50%;
}
.pwd-rules-ul li{
    margin-bottom: 15px;
    color: #000080;
    position: relative;
    font-size: 1.6rem;
}
.pwd-rules-ul li span{
    color:#000;
    font-weight: 700;
    padding-left: 15px;
}
.pwd-rules-container {
    float:left; border-radius: 2px; border:solid #e2e2e2 1px; width: 360px; margin-top: 120px; float:right; padding: 20px 20px 20px 40px;
}
.pwd-rules-ul{
    padding:0;
}
.page-template-reset-passwod-php .pwd-rules-container{
    margin-top: 50px;
}
.af-login form {max-width: 450px; float:left;}
.page-template-members-php .af-login form, .page-template-forgot-password-php .af-login form{
    margin: auto;
    float: none;
}
        .af-login .fields{
            margin-top: 15px;
            margin-bottom: 15px;
            float: left;
            width: 100%;
        }
        .af-login input[type=text], .af-login input[type=password],.af-login input[type=email] {
          width: 100%;
          padding: 12px 20px;
          display: inline-block;
          border: 1px solid #b7b7b7;
          box-sizing: border-box;
          border-radius: 5px;
          color: black;
          font-size: 1.8rem;
          font-weight: 400;
        }
        
        .af-login button {
          background-color: #000080;
          color: white;
          padding: 14px 20px;
          margin: 8px 0;
          font-size: 1.8rem;
          font-weight: 700;
          border: none;
          cursor: pointer;
          width: 100%;
          border-radius: 5px;
        }
        
        .af-login button:hover {
          opacity: 0.8;
        }
        
        
        .containers {
          padding: 16px 50px;
        }
        
        span.psw {
          float: right;
          padding-bottom: 5px;
        }
        span.psw a{
            font-size: 1.4rem;
            font-weight: 600;
            color: #000080;
        }
        .lab {
            font-size: 1.8rem;
            font-weight: 600;
        }
        .af-login__wrapper{
            float:left; 
            width: 100%; 
            border:solid #e2e2e2 1px; 
            padding-bottom: 40px;
        }
        @media screen and (max-width: 300px) {
          span.psw {
             display: block;
             float: none;
          }
        }
/*Login*/
.af-pdf__icons img {
    width: 30px;
}
.af-pdf__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0033ff;
}
/*ECHS*/
.echs-bold {
    font-size: 1.8rem;
    font-weight: 700;
}
.echs-note{
    background: #2f5497;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}
.tborder-right {
    border-right: 2px solid #fff !important;
}
.innert-border {
    border-left: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}
.tpadd15 {
    padding: 15px;
}
.echs-title {
    color: #000080;
    font-size: 2.4rem;
    font-weight: 700;
}
.af-title__text {
    color: #000080;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 30px;
}
.mtop40 {
    margin-top: 40px;
}
.mtop50 {
    margin-top: 50px;
}
.mbot10 {
    margin-bottom: 10px;
}
.mbot20 {
    margin-bottom: 20px;
}
.mbot30 {
    margin-bottom: 30px;
}
.mbot40 {
    margin-bottom: 40px;
}
.mbot50 {
    margin-bottom: 50px;
}
.af-bottom__text {
    background: #2f5497;
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
    padding: 15px 30px;
}
.af-echs__lastsec {
    margin-bottom: 80px;
}
.af-colspan5 {
    background: #2f5497;
    font-size: 1.8rem;
    color: #fff;
}
.table.af-hospitals.af-border0>tbody>tr>td {
    vertical-align: top;
}
/*ECHS*/
/* breadcrumbs */
.breadcrumbs {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.breadcrumbs ul {
    display: flex;
    padding: 0;
    font-size: 2rem;
    line-height: 24px;
    color: #444444;
    font-weight: 700;
}
.breadcrumbs ul li:last-child {
    color: #000080;
    margin-left: 5px;
}
.af-back {
    font-size: 2rem;
    color: #707070;
    font-weight: 700;
}
/* breadcrumbs */
.af-pos__fixed {
    position: fixed;
    z-index: 9;
}
.table.af-border0>thead>tr>th {
    font-size: 1.8rem;
    font-weight: 700;
}
.table.af-border0>thead>tr>th.memb-title {
    font-size: 1.8rem;
}
.af-receipe__text {
    font-size: 1.8rem;
}
.nopadleft {
    padding-left: 0 !important;
}
.nopadright {
    padding-right: 0 !important;
}
.table-responsive.af-table__veteran {
    overflow-x: auto;
}
.af-obtiuary__photo {
    height: 350px;
    max-width: 300px;
    border: 1px solid #707070;
    justify-content: center;
    align-items: center;
    display: flex;
}
.af-obtiuary__section {
    display: grid;
    grid-template-columns: 300px auto;
    align-items: center;
    grid-gap: 100px;
    padding: 20px 0;
    border-bottom: 1px solid #e2dede;
}
.af-obtiuary__section:last-child {
    border-bottom: none;
}
.af-obtiuary__name {
    max-width: 500px;
    height: 50px;
    border: 1px solid #000;
    align-items: center;
    display: flex;
    font-weight: bold;
    padding: 0 20px;
}
.af-obtiuary__date {
    border: 1px solid #000;
    max-width: 357px;
    height: 40px;
    margin-top: 100px;
    display: grid;
    grid-template-columns: 180px 177px;
    align-items: center;
}
.af-date__text {
    background: #000;
    height: 100%;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}
.af-dod {
    height: 100%;
    align-items: center;
    display: flex;
    font-weight: bold;
    justify-content: center;
}
.af-lounge__main {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-bottom: 150px;
}
.lounge_links__text {
    display: block;
    color: #0089bb;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: underline;
    padding: 20px 0;
}
.af-lounge__section {
    border: solid #e2e2e2 1px;
}
.af-travel__table.table>tbody>tr>td {
    font-size: 1.8rem;
    line-height: 34px;
}
.af-travel__pdf {
    color: #0033ff;
    margin-top: 15px;
}

.af-sitemapmob{
    display: none;
}
.af-sitemapdesk{
    display: block;
}
.mob-sitemap--link {
    margin-bottom: 7px;
    margin-top: 7px;
}
.af-sitemap__container a.sitemob_sub {
    width: 100%;
    padding: 10px;
    margin: 7px 0 7px 0;
    float:left;
    background-color: #00b0f0;
    color: #fff;
}
.sitebody {
    width: 95%;
    margin: auto;
}
/*.mem_img{
    height: 250px;
    overflow: hidden;
}*/
.required-field {
    color:#ff0000;
}
.af-pwdinfo{
    top: 8px; font-size: 2rem;
    cursor: pointer;
}
.af-passwordmsg a{
    text-decoration: none;
    float:right;
    font-weight: 700;
    color:#000;
}
.af-passwordmsg ul{
    padding: 20px 0 0 10px;
}
.field-rel{
    position: relative;
}
.af-passwordmsg ul li{
    list-style-type: disc;
}
.af-passwordmsg {
    display: none;
    position: absolute;
    top: 120px;
    border:solid #c0c0c0 1px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}
.error-messages {
    float: left;
    width: 100%;
    color:#ff0000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.af-faq__container{
    color: #000;
}
.chart-wrapper{
    min-height: 300px;
}
/* Mobile screens */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .af-useful--table{
        padding: 0;
    }
    .pie-chart{
        width: 350px;
        background-position: -55px 45px;
    }
    .af-member__count__tilldate{
        width: 95%;
    }
    
}

.header-newlogo {
    display: flex;
    width: 116px;
	height:82px;
    position: absolute;
    left: 80px;
    z-index: 1;
    top: 4px;
}

.home-sec1-left {
    display: flex;
    flex-wrap:wrap;
	justify-content: space-between;
}
.home-sec1-left-img {
    width: 49.8%;
}
.home-sec1-left-img.right {
    padding-top: 10px;
    background: #f0eeef;
    position: relative;
}
.home-sec1-left-img.right img{
    position: absolute;
    top: 0;
    bottom: 0;
   margin: auto;
}

	
@media screen and (max-width: 767px) {
    .home-sec1-left-img {
        width: 100%;
    }
    .home-sec1-left-img.right {
        margin-top: 15px;
    }
    .home-sec1-left-img.right img{
        position: relative;
    }
      
    .af-nav .dropdown-menu.two-column-menu li{
        border-right:0;
    }
    .af-white__text{
        padding: 0;
    }
    .page-template-member-ship .af-white__text{
        padding: 5px 0;
    }
    .page-id-75 .memb-title, .page-id-17 .memb-title, .page-id-32 .memb-title{
        text-align: center;
    }
    .af-sitemap__border{
        min-height: 570px;
    }
    .af-contact {
        width: 100%;
    }
    .af-bankdetails{
        width: 100%;
    }
    .af-past__events, .af-events__title{
        padding-right: 0;
        padding-left: 0;
    }
    .af-obj-val{
        padding: 0px;
    }
    .af-values__box {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 15px;
    }
    .af-helpothers {
        width: 100%;
        padding-top: 34px;
    }
    .af-box__tleft {
        padding-top: 35px;
    }
    .af-box__tright {
        padding-top: 34px;
    }
    .af-box__bright{
        padding-top: 44px;
    }
    .af-obj__list{
        font-size: 1.7rem;
    }
    .memb-title {
        font-size: 1.8rem;
        padding: 15px;
        margin: 0;
    }
    .breadcrumbs{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .af-histrory__txt{
        padding-top: 15px;
    }
    .home-obj, .home-val{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .af-white__pad{
        padding-bottom: 20px;
    }
    .af-visitor__box__container{
        margin: 10px;
    }
    .af-footer__title{
        margin-bottom: 15px;
    }
    .af-footer ul{
        margin: 0;
    }
    .af-back {
        font-size: 1.5rem;
    }
    .breadcrumbs ul {
        font-size: 1.4rem;
        line-height: initial;
    }
    .breadcrumbs {
        display: block;
    }
    
    .nopadleft {
        padding: 0 !important;
    }
    .nopadright {
        padding: 0 !important;
    }
    .af-header__title {
        padding: 0px 60px;
        font-size: .7rem;
        min-height: 90px;
        display: flex;
		margin-left:70px;
        align-items: center;
        justify-content: center;
        line-height: inherit;
    }
    .af-bluebg {
        font-size: 1.6rem;
        padding-top: 10px;
    }
    .af-visitor__box {
        height: 40px;
        line-height: 40px;
        width: 28px;
    }
    .af-visit__text1,.af-visit__text2 {
        margin: 0;
        display: block;
    }
    .af-footer__logo,.af-footer__mainlinks,.af-footer__about,.af-footer__useful {
        width: 100%;
    }
    .af-footer__logo {
        margin-bottom: 15px;
    }
    .af-footerlink__container {
        padding: 0px 20px 20px;
    }
    
    .af-newletter {
        margin: 0; 
    }
    .af-bluetext {
        padding: 20px 10px;
        font-size: 2.4rem;
    }
    .af-cookname {
        padding: 12px 10px;
        margin-bottom: 40px;
    }
    .af-receipe__name {
        font-size: 1.5rem;
    }
    .af-faq{
        width: 100%;
    }
    /*.af-past__events,.af-events__title {
        padding-right: 15px;
    }*/
    .af-leadership-main {
        grid-template-columns: 100%;
    }
    .af-managing-section,.af-executive-section {
        padding-left: 0;
        padding-right: 0;
    }
    .af-managing__main,.af-executive__main,.af-editorial-section {
        grid-template-columns: 100%;
    }
    .af-managing__title {
        position: initial;
        left: 0;
        writing-mode: initial;
        text-orientation: initial;
        letter-spacing: initial;
        padding: 10px;
        line-height: initial;
        display: inline-flex;
        font-size: 1.6rem;
        justify-content: center;
        width: 100%;
    }
    .af-managing__title p {
        margin-right: 5px;
        margin-bottom: 0;
    }
    .af-sm__executive {
        display: block;
        position: initial;
        writing-mode: inherit;
        text-orientation: inherit;
        font-size: 1.6rem;
        text-align: center;
        padding: 10px 5px;
        letter-spacing: initial;
    }
    .af-lg__executive {
        display: none;
    }
    .af-sm__executive p {
        margin-bottom: 0;
    }
    .af-other__members {
        grid-template-columns: 100%;
    }
    .cls-pad {
        padding: 0 15px;
    }
    .af-health__section,.af-magic__onion,.af-covid {
        grid-template-columns: 100%;
    }
    .login-label {
        font-size: 1.7rem;
    }
    .containers {
        padding: 16px 10px;
    }
    .af-login__landing .af-landing__border tbody tr td {
        width: 100% !important;
    }
    .af-obtiuary__section {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }
    .af-obtiuary__photo,.af-obtiuary__name,.af-obtiuary__date {
        margin: 0 auto;
        width: 100%;
    }
    .af-obtiuary__date {
        margin-top: 20px;
        grid-template-columns: 100%;
        height: 80px;
    }
    .af-lounge__section {
        padding: 0 15px;
    }
    .af-lounge__main {
        grid-template-columns: repeat(1,1fr);
    }
    .af-circle{
        position: relative;
        float: left;
    }
    .af-leader__sec5{
        margin-bottom: 40px;
    }
    .af-patron__abt{
        line-height: 30px;
    }
    .af-abt__title{
        line-height: 30px;
        margin-top: 0px;
    }
    .af-patron__title{
        margin-bottom: 20px;
    }
    .mem_img img{
        display: inline-block;
    }
    .mem_img{
        text-align: center;
    }
    .af-other__members .af-white__text{
        padding: 15px;
    }
    .af-character__sec1{
        margin-bottom: 20px;
    }
    .af-sitemap{
        padding: 0;
        margin: 0;
    }
    .af-sitemap__links{
        padding: 20px 15px 20px 15px;
    }
    .piechart-container{
        width: 100%;
    }
    .chart-wrapper{
        min-height: 600px;
    }
    .af-member__totalcount__tilldate{
        font-size: 1.6rem;
    }
    .af-member__count__tilldate{
        font-size: 1.7rem;
    }
    .piechart-container{
        margin: 80px auto auto auto;
    }
    .gallery-containeraf .memb-title{
        margin: 15px 0;
    }
    .af-login{
        margin: 0;
    }
    .page-template-contact .af-bluebg{
        line-height: 25px;
    }
    .events-25{
        display: block;
    }
    .af-events__sec1{
        margin-bottom: 10px;
    }
    .af-remem__sec1{
        margin-bottom: 10px;
    }
    .newsletter-container .memb-title, .page-id-85 .memb-title{
        margin: 15px 0;
    }
    .af-news__sec2 .af-member{text-align: center;}
    .af-news__sec2 .af-member img{display: inline-block;}
    .covid-treatment{
        text-align: center;
    }
    .af-frm-wrapper{
        width: 100%;
    }
    .pwd-rules-container{
        width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 320px) 
{ .header-newlogo {
	left: 100px;}

	.af-header__title {
        padding: 0px 60px;
        font-size: 1rem;
		color: #d9e2f3;
        min-height: 90px;
        display: flex;
	margin-left:70px;
        align-items: center;
        justify-content: center;
        line-height: inherit;
	}}

@media screen and (max-width: 375px) and (min-width: 321px)
{ .header-newlogo {
	left: 130px;}
	.af-header__title {
        padding: 0px 60px;
        font-size: 1rem;
        color: #d9e2f3;
        min-height: 90px;
        display: flex;
		margin-left:70px;
        align-items: center;
        justify-content: center;
        line-height: inherit;
	}}
@media screen and (max-width: 414px) and (min-width:376px)
{.header-newlogo {
        left:140px;
	}
	.af-header__title {
        padding: 0px 60px;
        font-size: 1rem;
        color: #d9e2f3;
        min-height: 90px;
        display: flex;
		margin-left:70px;
        align-items: center;
        justify-content: center;
        line-height: inherit;
	}}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) {
    .af-header__title{
   /*     font-size: 2rem; */
		
    }

}

/* New css for gallery */
.owl-carousel.af-gallery .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    font-size: 3rem;
    top: 50%;
    }
    .owl-carousel.af-gallery .owl-nav button.owl-next:before{
      content: '';
      position: absolute;
      background: url(assets/images/right-arrow.PNG) no-repeat;
      width: 25px;
      height: 31px;
      background-size: 24px;
      right: -3px;
      top: -80px;
    }
    .owl-carousel.af-gallery .owl-nav button.owl-prev:before{
    content: '';
      position: absolute;
      background: url(assets/images/left-arrow.PNG) no-repeat;
      width: 25px;
      height: 34px;
      background-size: 29px;
      left: -5px;
      top: -80px;
    }
    .owl-carousel.af-gallery .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    font-size: 3rem;
    top: 50%;
    }
    .owl-carousel.af-gallery .owl-nav button.owl-next span,.owl-carousel.af-gallery .owl-nav button.owl-prev span {
      font-size: 0;
    }
    h4.af-gallery__text {
        font-size: 1.6rem;
        line-height: 34px;
        font-weight: 500;
        color: #000;
    }
    @media screen and (min-width: 1000px) and (max-width: 1199px) {
      .af-gallery {
        width: 95%;
        margin: 0 auto;
      }
    }
    /* New css  for gallery */

@media screen and (max-width: 1024px) {
    .af-sitemapmob{
        display: block;
    }
    .af-sitemapdesk{
        display: none;
    }
    .af-sitemap__border{
        min-height: 550px;
    }
    .af-visit__text1, .af-visit__text2{
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .menu-expand {
        display: inline-block;
        font-size: 3rem;
        color: #fff;
    }
    .af-nav__link{
        display: block;
    }
    .af-nav__list {
        padding: 5px 0;
        float: left;
        width: 100%;
    }
    .af-nav__ul {
        display: none;
    }
    body.nav-open, html.nav-open{
        overflow: hidden;
    }
    .nav-open .af-submenu.open:after{
        top: 25px;
    }
    .af-nav__ul{
        overflow-y: auto;
        padding-bottom: 170px;
    }
    .dropdown-backdrop{
        display: none;
    }
    .af-nav .dropdown-menu {
        position: relative;
        width: 90%;
        margin: 25px 0 25px 25px;
    }
    .owl-carousel.af-gallery .owl-nav button.owl-next, .owl-carousel.af-gallery .owl-nav button.owl-prev{
        top: 50%;
    }
    h4.af-gallery__text{
        line-height: 25px;
    }
    .af-val-wrapper{float:none; margin: auto;}
    
}
.af-submenu.open:after{
    top: 34px;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .af-footer__logo{
        width: 35%;
    }
    .af-footer__mainlinks{
        width: 40%;
    }
    .af-footer__about{
        width: 25%;
    }
    .af-footer__useful{
        width: 100%;
    }
    .af-bankdetails{
        width: 80%;
    }
    .af-other__members{
        grid-template-columns: repeat(1,1fr);
    }
    .af-managing__main, .af-executive__main{
        grid-template-columns: repeat(2,1fr);
    }
    .mem_img{
        text-align: center;
    }
    .mem_img img{
        display: inline-block;
    }
    .af-managing__title p{
        float: left;
    }
}
.travelzoo:link, .travelzoo:visited, .travelzoo:active, .travelzoo:focus, .travelzoo:hover{
    color:#fff;
    text-decoration: none;
} 
.travelzoo:hover{
    text-decoration: underline;
}
@media screen and (max-width: 600px) {
    .af-circle{
        margin-left: 10px;
        -ms-transform: scale(1,1); /* IE 9 */
        transform: scale(1,1); /* Standard syntax */
    }
}
@media screen and (max-width: 480px) {
    .af-circle{
        margin-left: -17px;
        -ms-transform: scale(1,1); /* IE 9 */
        transform: scale(1,1); /* Standard syntax */
    }
}
@media screen and (max-width: 414px) {
    .af-circle{
        margin-left: -48px;
    }
}
@media screen and (max-width: 384px) {
    .af-circle{
        margin-left: -61px;
        -ms-transform: scale(1,1); /* IE 9 */
        transform: scale(1,1); /* Standard syntax */
    }
}
@media screen and (max-width: 375px) {
    .af-circle{
        margin-left: -65px;
    }
}

@media screen and (max-width: 360px) {
    .af-circle{
        margin-left: -74px;
        -ms-transform: scale(0.9,0.9); /* IE 9 */
        transform: scale(0.9,0.9); /* Standard syntax */
    }
}
@media screen and (max-width: 320px) {
    .af-circle{
        -ms-transform: scale(0.8,0.8); /* IE 9 */
        transform: scale(0.8,0.8); /* Standard syntax */
        margin-left: -95px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .af-footer__logo h3 {
        font-size: 2.7rem;
    }
    .af-header__title {
        font-size: 11px;
        padding: 30px 60px;
		margin-left:50px;
    }
    .af-nav__list {
        padding: 15px 0;
    }
    .af-executive__title {
        letter-spacing: 0px;
    }
    .af-name, .af-pos, .af-txt {
        font-size: 1.4rem;
        line-height: 18px;
    }
    .table>tbody>tr>td {
        font-size: 1.3rem;
    }
    .table.af-border0>thead>tr>th {
        font-size: 1.4rem;
    }
    .af-cookname {
        font-size: 1.3rem;
    }
    .af-visit__text1 {
        margin-right: 0;
    }
    .af-member__table.table>tbody>tr>th.af-whiteborder__right {
        color: #2f5497;
    }
    .af-veteran__policytable.table-responsive {
        overflow-x: auto;
    }
    .af-obtiuary__section {
        grid-gap: 20px;
    }
    .af-lounge__section {
        padding: 0 15px;
    }
    .af-lounge__main {
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
    .af-name, .af-pos, .af-txt {
        font-size: 1.5rem;
        line-height: 18px;
    }
    .af-executive__title {
        letter-spacing: 4px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .af-footer__desc {
        font-size: 1.3rem;
    }
    .af-footer__logo h3 {
        font-size: 3.5rem;
    }
    .af-header__title {
        padding: 30px 60px;
		font-size:14px;
		margin-left:24px;
    }
    .af-nav__list {
        padding: 15px 0;
    }
    .af-executive__title {
        letter-spacing: 5px;
    }
}

/* New css */
.table>tbody>tr>td.af-colspan5 {
    color: #fff;
}
.required-field {
    color: red;
    font-weight: 700;
}
input.af-required__border[type=text],input.af-required__border[type=email] {
    border: 1px solid red;
}
.reset-pwd-btn, .reset-pwd-btn:link,.reset-pwd-btn:visited,.reset-pwd-btn:active,.reset-pwd-btn:focus{
    padding: 15px 20px; 
    background-color: #000080;
    color:#fff; 
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
.font-weight-600{
    font-weight: 600;
}
.reset-pwd-btn:hover {
    opacity: 0.8;text-decoration: none;
}

.af-contact {
    max-width: 792px;
    margin: auto;
}
.wpcf7 label {
    width: 100%;
    padding: 0 62px;
}
@media screen and (max-width: 767px) {
	.wpcf7 label {
		padding: 0 15px;
	}
}
/* New css */

    .table>thead:first-child>tr:first-child>th.right-white-border, .table.af-border0>tbody>tr>td.right-white-border {
        border-right: 2px solid #fff;
    }
    .td-height td{
        height: 90px;
    }
    .af-sitemap__links a{
        font-size: 1.6rem;
        font-weight: 600;
    }
 .greetings{
    float: left;
    width: 100%;
}
.greetings-label{
    border-right: 1px solid #00b0f0;
    padding: 20px 15px;
    float: left;
    font-size: 1.6rem;
    font-weight: 700;
    width: 15%;
    text-align: center;
}
.greetings-container{
    float: left;
    width: 100%;
    border-bottom: solid #00b0f0 1px;
}

.marquee {
    width: 85%;
    overflow: hidden;
  }
.list-inline{
    float:left;
    margin: 0;
}
.list-inline li{
    float:left;
    font-size: 1.6rem;
    color:#000080;
    font-weight: 600;
    white-space: nowrap;
    line-height: 32px;
    margin: 0;
    padding: 15px;
    /*padding: 0 100px;*/
}
.af-greetings{display: none;}
@media screen and (max-width: 767px) {
.greetings-label{    
    width: 30%;
}

.marquee {
    width: 70%;
}
}
.events-25 {
    font-size: 1.5rem;
}
.glyphicon-info-sign.af-pwdinfo:before{
    content: "i";
    border: solid #000 1px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    text-align: center;
    font-style: italic;
    top: -10px;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 8px;
    background: #000;
    color: #fff;
}

.mobSiteSub:after {
    content:'';
    width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 13px;
  right: 10px;
  position: absolute;
}

.mobSiteSub.collapsed:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    
    top: 8px;
    right: 10px;
}
.rc-anchor-light.rc-anchor-compact, .gglcptch_v2 div, .gglcptch_v2 iframe div{
    width: 99% !important;
}
.gglcptch_v2 div, .gglcptch_v2 iframe{
    width: 100% !important;
}
.list-inline li{
    position: relative;
    padding-left: 70px;
}
.list-inline li:before{
    content:'';
    top: 6px;
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('assets/images/bouquet3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.list-inline li.nat-flag:before{
    display: none;
}
.nat-flag .af-nflag__wrapper{
    height: 70%;
    bottom:0;
    top: 0;
    margin: auto;
}
.af-covid img{
    max-height: 210px;
}
.pdf-covid{
    margin-top: 25px;
}
.lounge_icons1{
    position: relative;
    color: #0033ff;
    font-size: 1.8rem;
}
.lounge_icons1:link, .lounge_icons1:visited, .lounge_icons1:hover, .lounge_icons1:active, .lounge_icons1:focus{
    color: #0033ff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lounge_icons1:before{
    position: absolute;
    top: -12px;
    left: -48px;
    content:'';
    width: 35px;
    height: 40px;
    background: #FFF url('assets/images/pdf-logo.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile-afvoa-text {
	display:none;
}
@media screen and (max-width: 812px) {
.mobile-afvoa-text {
	display: inline-block;
    color: #fff;
    font-size: 14px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    margin-left: 50px;
    margin-right: 10px;
}
}

@media screen and (max-width: 767px) {
	.mobile-afvoa-text {
		height:40px;
	}
}

#foogallery-album-1470 {
	z-index:1;
	position: relative;
padding-left:50px;	
padding-right:50px;	
}
.foogallery-album-header {
	padding-left:50px;
padding-right:50px;	
}

.foogallery-container {
	padding-bottom:20px;
}