body {
    color: #353535;
    background: #fff;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

html {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


.button1 {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.button12 {
  background-color: #000000; /* Red */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

button12.addEventListener('click', function onClick() {
  btn.style.backgroundColor = 'purple';
  btn.style.color = 'purple';
});

.button13 {
  background-color: red;
  color: black;
  border: 2px solid #4CAF50;
}

.button13:hover {
  background-color: red;
  color: white;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}


.twlsocialshareSupport {
    margin-bottom: 1px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap:
    wrap;
    justify-content: space-between;
    align-items: center;
    left: 230px;
    bottom: 1730px;
    position:
    absolute
}



.img-full {
    display: inline-block;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.img-res {
    max-width: 100%;
    height: auto;
    display: inline-block;
    width: 100%;
}

.img-border {
    float: none;
    margin: 0 auto;
    border: #999 solid 1px
}

.img-left {
    float: none;
    margin: 0 auto
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.tablet {
    display: none !important;
}

.nomargin {
    margin: 0 !important;
}

.norightmargin {
    margin-right: 0px !important;
}

.noleftmargin {
    margin-left: 0px !important;
}

.notopmargin {
    margin-top: 0px !important;
}

.nobottommargin {
    margin-bottom: 0px !important;
}

.nopadding {
    padding: 0 !important;
}

.norightpadding {
    padding-right: 0px !important;
}

.noleftpadding {
    padding-left: 0px !important;
}

.notoppadding {
    padding-top: 0px !important;
}

.nobottompadding {
    padding-bottom: 0px !important;
}

.noborder {
    border: none !important;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

p {
    margin: 0;
    padding: 0;
}


/* Body and Heading Fonts */

body {
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    color: #333333;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.btn,
li,
a {
    font-style: normal;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.navbar-brand {
    padding: 15px 0;
}

.menuSection {
    border-radius: 0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
    background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
    background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E6E6E6, endColorstr=#CCCCCC);
    width: 100%;
}

.menuSection .navbar-nav .nav-link {
    border-left: 1px solid #EAEAEA;
    color: #0A0A0A;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    /* text-shadow: 0 1px 1px #000; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #2a2a2a;
}

.navbar-expand-lg {
    padding: 0;
}

.logoSec {
    background: #f1f1f1;
    padding-top: 55px;
}

.topMenu {
    background: #000;
    border: 0;
    border-radius: 0;
 /*   position: fixed;*/
    width: 100%;
    /*top:0;*/    
}
.topMenuFixed {
    position: fixed;
    z-index: 9999;
}
.topMenu .navbar-collapse {
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

.topMenu .navbar-nav .nav-link {
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.nav-links {
    height: 40px;
    color: #fff;
    font-size: 11px;
    line-height: 40px;
}

.section {
    padding: 20px 0;
}

.heading {
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 20px;
    flex-wrap: wrap;
    margin: 0px 0;
}

.heading h2 {
    font-size: 24px;
}
.heading h1 {
    font-size: 24px;
}

.dateSec {
    font-size: 16px;
    color: #2a2a2a;
    text-align: right;
}

.mediaMain {
    padding: 0 5px 0 15px;
}

.mediaMain:last-child {
    padding: 0 15px 0 5px;
}

.gridSystem {
    padding: 0 5px;
}

.mediaMain>div.row {
    margin: 0 -5px;
}

.media_news {
    position: relative;
}

.media_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.5);
}

.media_inner {
    padding: 20px;
}

.media_title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.media_summary {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.meida_img {
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meida_img>img {
    max-width: 100%;
    height: auto;
}

.media_tag {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    height: 20px;
    color: #fff;
}

.media_tag:hover {
    color: #f60c01;
}

.media_tag:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #e91802;
    position: absolute;
    left: 0;
    top: 0;
}

.searchBar {
    padding: 5px 0 5px 30px;
}

.searchBar .form-control {
    height: 35px;
    border-radius: 0;
    border: 0;
}

.searchBar .btn {
    height: 35px;
    background: #f60c01;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
}

.gridSystem .media_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.card-body {
    position: relative;
}

.card .meida_img {
    margin: 0;
    height: 200px;
    overflow: hidden;
}

.card-body .media_title {
    min-height: 10px;
    color: #2a2a2a;
    margin-bottom: 10px;
    /*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
}

.card-body .media_summary {
    color: #2a2a2a;
    margin-bottom: 10px;
}

.card-body .media_tag {
    color: #2a2a2a;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 20px;
}


/*.headlineNews{margin-bottom:10px;}*/

.hNews {
    margin-bottom: 20px;
}

.media_news span.vedioIcons {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    left: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.media_news span.vedioIcons:hover {
    color: #fff;
}

.card .meida_img span.vedioIcons {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    left: 0;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.card .meida_img span.vedioIcons:hover {
    color: #fff;
}

.card .meida_img a {
    display: block;
    width: 100%;
}

.footerwrap {
    background: #252525;
    height: 80px;
    display: flex;
    align-items: center;
}

.footerwrap p.copyright {
    color: #fff;
    font-size: 13px;
    text-align: left;
}

.ft-social {
    text-align: right;
}

.ft-social .socialIcons {
    justify-content: flex-end;
}

.btnDiv {
    text-align: right;
}

.btnDiv .moreBtn {
    display: inline-block;
    background: transparent;
    border: none;
    color: #f60c01;
    font-style: italic;
    padding: 0;
}

.socialIcons {
    display: flex;
    flex-wrap: wrap;
}

.socialIcons li {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    margin: 0 10px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.socialIcons li a {
    color: #fff;
    font-size: 15px;
    display: block;
}

.sidebar {
    padding: 20px 0 0;
}

.logoSec .addimgs {
    padding: 15px 0;
    margin-bottom: 0;
}

.addimgs {
    margin-bottom: 30px;
}

.addimgs:last-of-type {
    margin-bottom: 0;
}

.addimgs>img {
    max-width: 100%;
    height: auto;
}

.middleAds {
    padding: 0px 0 20px;
}

.logoSec>.container>div.row {
    margin: 0;
}

.menuSection>.container>div.row {
    width: 100%;
    align-items: center;
    margin: 0;
}

.innerbannersec {
    background: #00469e;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    margin: 0;
    justify-content: flex-end;
    background: transparent;
}

.innerHead h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #f6a702;
}

.card>.media_img {
    height: 200px;
    overflow: hidden;
}

.mediaMain>.media_news>.media_img {
    height: 410px;
    overflow: hidden;
}

.media_news>.media_img>img {
    height: 100%;
}

.gridSystem>.media_news>.meida_img {
    height: 178px;
    overflow: hidden;
}

.loadMoreBtn {
    border-width: 1px;
    border-color: rgb(246, 13, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    min-width: 185px;
    min-height: 53px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 0;
    margin: 15px 0;
}

.centerbtn {
    text-align: center;
}

.main-grid-news ul {
    display: block;
}

.main-grid-news ul li {
    padding: 0 5px;
    display: inline-block;
}

.main-grid-news ul li.big-grid-news {
    width: 50%;
    float: left;
}

.main-grid-news ul li.small-grid-news {
    width: 25%;
    float: left;
}

.main-grid-news ul li.small-grid-news .media_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.main-grid-news ul li.small-grid-news .media_summary {
    font-size: 14px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.media_summary p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
}

.media_summary div {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
}

p.media_summary {
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    /*   height: 100px;*/
}

.card-body .media_title a {
    color: #2a2a2a;
}

.row.main-grid-news {
    margin: 0;
}

.big-grid-news .meida_img {
    height: 312px;
    overflow: hidden;
}

.small-grid-news .small-img {
    overflow: hidden;
    height: 151px;
}

.card-body .media_summary {
    /*height: 2px;
    overflow: hidden;*/
}

.contentSec {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.fb-social {
    display: inline-block;
    width: 84%;
    /* 380px */
}

.fb-social iframe {
    height: 30px;
    width: 100%;
}

.contentSec p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    line-height: 30px;
    font-family: Open Sans, sans-serif !important;
}
.contentSec p span{ 
font-family: Open Sans, sans-serif !important;
line-height:30px !important;
}
.contentSec .innermedia span{font-size:13px;}
.card .meida_img img {
    max-width: 100%;
    height: auto;
}

.addimgs img {
    max-width: 100%;
    height: auto;
}


/*.image_caption span {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}*/

.mediaBox {
    background-color: rgb(141, 141, 141);
    width: 90px;
    min-height: 90px;
    padding: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mediaBox img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mediaBox span {
    font-size: 11px;
    color: #181818;
    display: block;
    text-align: center;
}


/*.contentSec p {
    font-size: 14px;
    color: #000 !important;
    font-weight: 100;
    margin-bottom: 20px;
}*/

.media-body span {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}

.media-images {
    margin-bottom: 20px;
}

.media-images {
    margin-bottom: 0;
}

.image_caption {
    text-align: center;
    margin-bottom: 11px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 16px;
    color: #2a2a2a;
}

.socialIcons li a img {
    max-width: 100%;
    height: auto;
}

.media-body span {
    font-weight: 500;
}

.media-body iframe {
    width: 100%;
    min-height: 450px;
    margin-bottom: 30px;
}

.pagination a {
    padding: 10px;
    background-color: #EAEAF7;
    margin-bottom: 10px;
    display: inline-block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 21px;
}

span.pageinactive {
    background: #ccc;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}


/*dsfs*/

ul.dropdown-menu.nav-sub-menu.show {
    background-color: #000;
}

#hedlinesimg img {
    /*    width: auto;*/
}

#hedlinesimg {
    text-align: center;
}

.image_caption {
    text-align: center;
    margin-bottom: 11px;
}

.media-body .innerpage {
    text-align: right;
    font-size: 13px;
    /*    font-weight: bold;*/
}

.contentSec iframe {
    width: 100%;
    height: 345px;
    margin-bottom: 30px;
}

.col-12.col-sm-12.col-md-6.col-lg-6.d-h-news.innerpage {
    border: 1px solid #ccc;
}

.detailpage {
    border: 1px solid #ccc;
    padding: 12px;
}

.addimgs.bannerimg {
    text-align: center;
}

.dateSec.rights {
    font-size: 16px;
    color: #2a2a2a;
    text-align: right;
    position: relative;
    /*right: 120px;*/
    top: 20px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.belowdateSec.rights {
    font-size: 16px;
    color: #2a2a2a;
    text-align: right;
    top: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	padding-left: 9px;
}

#todayDate {
    display: inline-block;
}

.contentSec table {
    width: 100% !important;
}

.contentSec table tr td img {
    width: 100% !important;
    height: auto !important;
}

.nav-links {
    position: relative;
    /*    left: 270px;*/
    color: #0A0A0A;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    /* text-shadow: 0 1px 1px #000; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

li.nav-item.active {
    float: left;
}

.footer_top {
    margin-bottom: -6px;
}

.card-body.articles {
    min-height: 220px;
}

.card-body {
    min-height: 85px;
}

.spost_nav.about li {
    /* float: left; */
    /* display: block; */
    width: 100%;
    margin-top: 10px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
}

.spost_nav.about li span h3 {
    font-size: 15px;
}


/*.spost_nav.about li a {
    float: left;
}*/

.spost_nav.about li a img {
    width: 85px;
    height: 85px;
    display: inline-block;
}

.spost_nav.about {
    font-size: 15px;
    text-align: justify;
}

.about-supporters a {
    margin-left: 20px;
    width: 180px;
}

.spost_nav.about .about-supporters a img {
    width: auto !important;
    height: auto !important;
}

span.select-form input[type='submit'] {
    background-color: #023898;
    border: none;
    padding: 7px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
}

span.select-form {
    margin-right: 15px;
    margin-left: 11px;
}

.select-form select {
    width: 66px;
    height: 27px;
}

p.res-vol {
    border: 1px solid #ccc;
    border-top: 1px dashed #ccc;
    padding: 18px 0 15px 11px;
    margin-bottom: 21px;
}

p.res-vol {
    font-weight: bold;
}

.archieve .form-issues {
    border: 1px solid #ccc;
    padding: 20px 15px 25px 9px;
    border-bottom: none;
}

a:hover {
    color: #646464;
    text-decoration: none;
}

.preNext {
    float: left;
    background-color: #EAEAEA;
    padding: 10px;
    font-weight: 800;
}

.spost_nav li {
    float: left;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
}


/*ul.category-sec li a img {
    width: 189px;
    float: left;
}*/

ul.category-sec li h3 {
    margin-top: 0;
}

.contentSec img {
    width: 100%;
}

.contentSec embed {
    width: 100%;
}

.commendTxt {
    font-size: 12px !important;
    color: #898787 !important;
}

.moreDiv {
    float: right;
}

.spost_nav a {
    text-decoration: none;
    color: #2f2f2f;
}

.preNext.floatR {
    float: right;
}

.col-12.col-sm-12.col-md-7.col-lg-7.d-h-news.archieves {
    border: 1px solid #ccc;
    padding: 12px;
}

.categ {
    text-align: center;
}

p.innervol {
    text-align: right;
    font-size: 13px;
}

.error_page p {
    margin-top: 13px;
    font-size: 15px;
}

.error_page {
    text-align: center;
}

.error_page a {
    margin-top: 12px;
    font-weight: bold;
    font-size: 16px;
}

img.img-res.bandet {
    max-height: 100px;
}


/*img.img-res.innerbann {
   max-height: 62px;
    max-width: 550px;
}*/

img.img-res.homebgp {
    width: auto;
    text-align: center;
}

.HorizontalGoogleAds
{
	width : 555px !important;
	height: 101px !important;
	padding-bottom : 10px;
	/*max-width: 40%;*/
}

.homeimg {
    text-align: center;
}

.headingads .addbanner {
    max-width: 40%;
}

.headingads .addbanner:last-of-type {
    max-width: 60%;
}

.headingads .addbanner a img {
    max-width: 100%;
    height: auto;
}
.headingads .full-widthadbanner{max-width:100%}

.menumain {
    position: relative;
    z-index: 9;
}


/*14-07-2020*/

.dropdown-menu {
    background: #000;
    border: 0;
    border-radius: 0;
}

.dropdown-menu .dropdown-item a {
    font-size: 15px;
    color: #fff;
}

.dropdown-menu .dropdown-item:first-child {
    display: none;
}

.dropdown-menu .dropdown-item:nth-child(2) {
    display: none;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: transparent;
}

.mobileMenu {
    display: none;
}

.m-dateSec {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.foot-nav .nav-item:last-of-type {
    display: none;
}

.sharesocial {
    margin: 5px;
    display: inline-block;
    float: left;
}

.sharesocial a img {
    max-width: 100%;
    height: auto;
}

.fb-share-button {
    float: left;
    margin: 5px;
}

.twlsocialshare {
    margin-bottom: 1px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}

.updateDiv {
    font-size: 12px;
    color: #000;
}
.updateDiv span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
}

.twlsocialshare ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    padding-left: 15px;
}

.twlsocialshare ul li {
    width: 40px;
    margin: 0 5px 10px 0;
    position: relative;
}

.twlsocialshare ul li a {
    display: block;
}

.twlsocialshare ul li a img {
    max-width: 100%;
    height: auto;
    display: block;
}

.twlsocialshare ul li.fb-btn {
    width: 70px;
}

.twlsocialshare ul li.fb-btn span {
    width: 70px;
    height: 30px;
    background: #e8ebf2;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: -6px;
    top: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #1877f2;
    font-weight: 700;
    border: 1px solid #b0b9ec;
}

.twlsocialshare ul li.fb-btn span:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #e8ebf2;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -5px;
    top: 30%;
}

.twlsocialshare ul li.fb-btn span:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 7px solid #b0b9ec;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: -7px;
    top: 30%;
    margin-top: -1px;
}

.ft-twlsocialshare {
    display: none;
}

.tags h6 {
    padding-bottom: 25px !important;
}

.shape {
    height: 32px;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    padding: 4px 10px 10px 10px;
    border: 1px solid #0074d9;
}
.shape2 {
    border-radius: 10px;
}
.footerMenu {
    background: #000;
    font-size: 12px;
    height: 44px;
    
}
ul.dropdown-menu.nav-sub-menu.show li a {line-height: 30px;height: auto;}
.desktopmenu .navbar-nav{margin-right:-40px; }
.topMenu .navbar-nav .nav-item.ldesk .nav-link{padding: 0 10px;}
.topMenu .navbar-nav .nav-link img{width:25px;}




.leftAds{
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top:60px;
    margin-left:10%;
    padding:30px 0 0;
    margin-top: 30px;
    z-index: 999;
}
.rightAds{
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top:60px;
    margin-right:10%;
    padding:30px 0 0;
    margin-top: 30px;
    z-index: 999;
}

.rightSideStickyAds{
    position: -webkit-sticky;
    position: sticky;
    top:105px;  
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
body.patron_view_page .leftAds{margin-top: 20%;}
body.patron_view_page .rightAds{margin-top: 20%;}
/*.rightSideStickyAds img{width: 100%;}*/
@media only screen and (max-width:4860px){
.leftAds{margin-left:20%;}
.rightAds{margin-right:20%;}
}
@media only screen and (max-width:2860px){
.leftAds{margin-left:15%;}
.rightAds{margin-right: 15%;}
}
@media only screen and (max-width:1920px){
.leftAds{margin-left:10%;}
.rightAds{margin-right: 10%;}
}
@media only screen and (max-width:1680px){
.leftAds{margin-left:2%;}
.rightAds{margin-right:2%;}
}
@media only screen and (max-width:1440px){
.rightAds, .leftAds{margin: 0;}
}
@media only screen and (max-width:1440px){
.rightAds, .leftAds{margin: 0;}
}
@media only screen and (max-width:1368px){
.rightAds, .leftAds{}
#bodycontent section.section .container{max-width: 76%;}
}
@media only screen and (max-width:1200px){
.rightAds, .leftAds, .rightSideStickyAds{display: none;}
#bodycontent section.section .container{max-width:100%;}
}



/* Patron form and dashboard stylesheet */
/*patronform*/

.formErrormsg {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
}

.logoSec {
    padding-top: 65px !Important;
}

.section {
    padding: 10px 0;
}

.section h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.patronFormSec .form-group {
    margin-bottom: 20px;
}
section.section.patronFormSec.message-section {
    min-height: 350px;
}

.patronFormSec .form-group label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.patronFormSec .form-group label sup {
    color: #ff0000;
}

label.checkbox_label {
    font-size: 16px !important;
}

.patronFormSec .form-group .form-control {
    border: 1px solid #e1e1e1;
    background-color: rgba(0, 0, 0, 0.051);
    min-height: 52px;
    border-radius: 0;
}

.patronFormSec .textareaBox label span {
    font-size: 13px;
}

.patronFormSec .textareaBox .form-control {
    min-height: 120px;
}

.patronFormSec .profileCheckBox {
    position: relative;
}

/*.patronFormSec .profileCheckBox>div {
    display: flex;
    position: inherit
}*/

/*.patronFormSec .profileCheckBox .form-control {
    max-width: 90%;
}*/

.checkboxMain {
    display: flex;
    padding-top:5px;
}

.checkboxMain input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -os-appearance: none;
}

.checkboxMain input[type="checkbox"]:checked:after {
    content: '\1F5F8';
    font-size: 26px;
    position: absolute;
    left: 1px;
    bottom: -11px;
    color:#000;
}
/*.checkboxMain input[type="checkbox"]:checked{background-color: #ff0000;border-color:#ff0000;}*/
.special-text__tooltip{font-size: 13px;color: #000;display: inline-block;padding-left: 10px;}
.patronFormSec .selectBox select.form-control option {
    color: #b5b5b5;
    font-size: 16px;
}

.patronFormSec .form-group .form-control::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 16px;
}

.patronFormSec .form-group .form-control::-moz-placeholder {
    color: #b5b5b5;
    font-size: 16px;
}

.patronFormSec .form-group .form-control:-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 16px;
}

.patronFormSec .form-group .form-control:-moz-placeholder {
    color: #b5b5b5;
    font-size: 16px;
}
.directoryList{min-height: 667px;}
.fg_Photo{text-align: center;}
.squarebox {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 4px solid #000;
    color: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position:relative;
}
.fg_Photo span{font-size: 12px;color: #000;display: inline-block;}
.squarebox:hover {
    border-color: #2ca8ff;
}

.squarebox input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src {
    width: 100%;
}

.patronFormSec .btnDiv {
    text-align: left;
}

.btnDiv .submitBtn {
    min-width: 180px;
    background-color: #000;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}


.SearchFilder {
    margin-bottom: 30px;
}

.SearchFilder .form-control {
    border: 0px solid #e1e1e1;
    background-color: rgba(0, 0, 0, 0.051);
    min-height: 52px;
    border-radius: 0;
}

.SearchFilder .input-group-text {
    padding: 5px;
    border: 0;
    background-color: #f60c01;
    color: #fff;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 52px;
    height: 52px;
}

.directoryMain {
    padding: 0 10px;
}

.directoryMain.profile_view_sec {
    cursor: pointer;
}

.directoryBox {
    width: 100%;
    min-height: 264px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.051);
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.profileDetails {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
}

.profileDetails figure {
    max-width: 70px;
    flex: 0 0 70px;
    height: 90px;
    border: 0;
    overflow: hidden;
}

.profileDetails figure img {
    max-width: 100%;
    height: auto;
}

.profileDetails>div {
    padding-left: 8px;
}

.profileDetails>div h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.profileDetails>div h4 {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 5px;
}

.profileDetails>div p {
    font-size: 13px;
    color: #000;
}

.profileInner i {
    font-size: 15px;
}

.profileInner span {
    font-size: 12px;
}

.profileInner p {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
}

.profileInner p a {
    color: #ff0000;
}

.urlDetails {
    margin-top: -2px;
}

.urlDetails img {
    width: 100%;
    height: auto;
}


/*Url Details*/

.urlDetails {
    display: flex;
    display: -ms-flex;
    flex-wrap: nowrap;
    border: 1px solid #e1e1e1;
}

.urlImg {
    max-width: 190px;
    flex: 0 0 190px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.urlImg img {
    max-width: 100%;
    height: auto;
}

.urlContent {
    max-width: 75%;
    flex: 0 0 75%;
    padding: 10px;
    margin: 0;
}

.urlContent h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.urlContent p {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.urlContent a {
    font-size: 14px;
    color: #ff0000;
}

.confirmPage.form-holder .form-row {
    margin-bottom: 15px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("/images/200w.gif") center no-repeat;
}

#preview-profile-pic {
    text-align: center;
}


/* Turn off scrollbar when body element has the loading class */

#preview-profile-pic.loading {
    overflow: hidden;
}


/* Make spinner image visible when body element has the loading class */

#preview-profile-pic.loading .overlay {
    display: block;
}

.patronFormSec .form-group label.error {
    position: absolute;
    width: 100%;
    left: 15px;
    font-size: 12px !important;
    bottom: -28px;
}

.patronFormSec .form-group.txt_street_address label.error {
    bottom: 14px;
}

.patronFormSec .form-group.subcripDiv label.error {
    top: 60%;
    bottom: auto;
}

.loaderDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.loaderdiv>img {
    width: 40px;
}
.loaderDiv1{
  position:absolute;
  width:100%;
  text-align:center;
  background:#FFFFFF;
  display:none;
}
.loaderDiv1.profile_loader {
    position: unset;
}
.patronFormSec .form-group label.error#Street_address-error {
    bottom: 8px;
}

.loaderDiv1.profile_loader {
    position: unset;
}

label.error {
    color: red !important;
    font-size: 15px !important;
    font-weight: bold;
}

label.success {
    color: #10bf10 !important;
    font-size: 15px !important;
    font-weight: bold;
}

.confirmPage.form-holder .form-row {
    min-height: 40px;
    align-items: center;
}

.confirmPage.form-holder .form-row label.col-form-label {
    position: relative;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.confirmPage.form-holder .form-row label.col-form-label:after {
    content: '';
    display: block;
    font-size: 18px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 5px;
}

.confirmPage.form-holder .form-row span.view {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    text-align: justify;
}

.form-holder.confirmPage {
    margin-top: 45px;
}

.search_txt{width: 18%;}

.squarebox {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 4px solid #000;
    color: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.squarebox:hover {
    border-color: #2ca8ff;
}

.squarebox input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.nomargin {
    margin: 0;
}

.mainBtn {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.mainBtn .btn {
    min-width: 150px;
    min-height: 45px;
    border: 0;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.mainBtn .btn.editBtn {
    background-color: #368ee0;
}

.mainBtn .btn.sendBtn {
    background-color: #40bf40;
}

.labelForm {
    display: block;
    font-size: 11px;
}

.patronFormView {
    border: 1px solid #ececec;
    padding: 0
}

.patronFormView:nth-of-type(2),
.patronFormView:last-of-type {
    border-left: 0;
}

.patronPhoto {
    text-align: center;
}

.patronPhoto label {
    font-size: 18px;
    font-weight: 700;
}

.patronPhoto .squarebox {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patronFormViewBio {
    border: 1px solid #ececec;
    padding: 15px;
    margin-top: -1px;
}

.patronFormViewBio label {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.confirmPage.form-holder .patronFormView .form-row {
    border-bottom: 1px solid #ececec;
    padding: 5px 15px;
    margin: 0;
    min-height: 70px;
}

.patronFormViewBio hr {
    max-width: 103%;
    height: 1px;
    border: 0;
    background: #ececec;
    margin: 15px -15px;
    position: relative;
}

.signinForm .btnDiv {
    margin-top: 20px;
}

.forgotForm .btnDiv {
    margin-top: 20px;
}

.resetForm .btnDiv {
    margin-top: 20px;
}

.signinForm .btnDiv .form-group {
    padding: 0 15px 0 0;
}

.patronFormSec .pwFormgroup {
    margin-bottom: 25px;
}

.patronFormSec .pwFormgroup label.error[for="password"] {
    white-space: nowrap;
}
span#error {color: red;}

@media only screen and (max-width:768px) {
    .patronFormSec .profileCheckBox>div {
        display: block;
    }
    .checkboxMain {
        margin-top: 10px;
    }
    .patronFormSec .profileCheckBox>div .checkboxMain .special-text__tooltip {
        visibility: visible;
        opacity: 1;
        background: transparent;
        color: #000;
        text-align: left;
        position: relative;
        left: auto;
        right: auto;
        font-size: 18px;
        display: block;
        padding: 0 0 0 5px;
    }
    .patronFormSec .profileCheckBox .form-control {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .patronFormSec .profileCheckBox>div .checkboxMain .special-text__tooltip:after {
        border: 0;
    }
    .patronFormSec .form-group.lname label {
        display: block;
    }
    .SearchFilder .input-group {
        display: block;
    }
    .SearchFilder .form-control {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .SearchFilder .input-group-text {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

@media only screen and (max-width:600px) {
    .patronFormSec .pwFormgroup {
        margin-bottom: 40px;
    }
    .patronFormSec .pwFormgroup label.error[for="password"] {
        white-space: pre-wrap;
        bottom: -45px;
    }
}

/*Details pages*/
        .directoryDetails{padding-top: 0;}
        .coverPhotoMain{width: 100%;min-height:300px;position: relative;background-size: cover;text-align: center;}

        .coverPhotoMain .headingTitle{position: relative;display: inline-block;margin:0;padding: 30px 0 0;}
        .coverPhotoMain .headingTitle h1{font-size:30px;color:#fff;text-align: center; -webkit-text-stroke:8px black;-webkit-text-fill-color: white;font-weight:bold;position: relative;display: inline-block;line-height: 44px;}
        .coverPhotoMain .headingTitle span{font-size: 30px;color:#fff;position: absolute;left: 0;top:28px;font-weight: 700;display: block;}

        .circleProfilePhoto{width: 250px;height: 250px;margin: 0 auto;border-radius: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;border: 1px solid #000;}

        .ddContent{margin-top: -180px;position: relative;}
        .pcEmpty{min-height:40px;}
        .profileContent{}
        .profileContent h3{font-size:30px;color:#fff;font-weight:700;}
        .profileContent h5{font-size:20px;color:#fff;font-weight:400;text-transform: uppercase;position: relative;}
        .profileContent p{font-size:20px;color:#fff;font-weight:400;white-space: nowrap;position: relative;}
        .profileInnerContent{margin-top: 20px;min-height: 150px;}
        .profileInnerContent li{padding-left:30px;position: relative;margin: 0;padding-bottom:10px;}
        .profileInnerContent li p a{font-size:15px;color: #000;line-height:1.2;margin: 0;padding: 0;}
        .profileInnerContent li p{font-size:15px;color: #000;line-height:1.2;margin: 0;padding: 0;}
        .profileInnerContent li:before{content:'';width:16px;height:22px;position: absolute;left: 0;top: 0;background-size: 100%;}
        .profileInnerContent li.locations:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23000' d='M192 0C85.903 0 0 86.014 0 192c0 71.117 23.991 93.341 151.271 297.424 18.785 30.119 62.694 30.083 81.457 0C360.075 285.234 384 263.103 384 192 384 85.903 297.986 0 192 0zm0 464C64.576 259.686 48 246.788 48 192c0-79.529 64.471-144 144-144s144 64.471 144 144c0 54.553-15.166 65.425-144 272zm-80-272c0-44.183 35.817-80 80-80s80 35.817 80 80-35.817 80-80 80-80-35.817-80-80z' class=''%3E%3C/path%3E%3C/svg%3E");}
        .profileInnerContent li.website:before{height: 16px;top:2px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath fill='%23000' d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm193.2 152h-82.5c-9-44.4-24.1-82.2-43.2-109.1 55 18.2 100.2 57.9 125.7 109.1zM336 256c0 22.9-1.6 44.2-4.3 64H164.3c-2.7-19.8-4.3-41.1-4.3-64s1.6-44.2 4.3-64h167.4c2.7 19.8 4.3 41.1 4.3 64zM248 40c26.9 0 61.4 44.1 78.1 120H169.9C186.6 84.1 221.1 40 248 40zm-67.5 10.9c-19 26.8-34.2 64.6-43.2 109.1H54.8c25.5-51.2 70.7-90.9 125.7-109.1zM32 256c0-22.3 3.4-43.8 9.7-64h90.5c-2.6 20.5-4.2 41.8-4.2 64s1.5 43.5 4.2 64H41.7c-6.3-20.2-9.7-41.7-9.7-64zm22.8 96h82.5c9 44.4 24.1 82.2 43.2 109.1-55-18.2-100.2-57.9-125.7-109.1zM248 472c-26.9 0-61.4-44.1-78.1-120h156.2c-16.7 75.9-51.2 120-78.1 120zm67.5-10.9c19-26.8 34.2-64.6 43.2-109.1h82.5c-25.5 51.2-70.7 90.9-125.7 109.1zM363.8 320c2.6-20.5 4.2-41.8 4.2-64s-1.5-43.5-4.2-64h90.5c6.3 20.2 9.7 41.7 9.7 64s-3.4 43.8-9.7 64h-90.5z' class=''%3E%3C/path%3E%3C/svg%3E");}
        .profileInnerContent li.email:before{height: 16px;top: 2px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z' class=''%3E%3C/path%3E%3C/svg%3E");}
        .profileInnerContent li.phoneNo:before{height: 16px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' d='M370.43 192.25A64 64 0 0 0 314.86 160H197.14a64 64 0 0 0-55.57 32.25L36.22 376.62A32 32 0 0 0 32 392.5V448a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32v-55.5a32 32 0 0 0-4.22-15.88zM256 384a72 72 0 1 1 72-72 72 72 0 0 1-72 72zm250.18-261C436.76 65 347.38 32 256 32S75.24 65 5.82 123A16.45 16.45 0 0 0 0 135.64V192a16 16 0 0 0 16 16h70.11a16 16 0 0 0 14.31-8.85L128 128c39.9-17.28 83.2-24 128-24 44.77 0 88.07 6.72 128 24l27.58 71.15a16 16 0 0 0 14.31 8.85H496a16 16 0 0 0 16-16v-56.36a16.45 16.45 0 0 0-5.82-12.64z' class=''%3E%3C/path%3E%3C/svg%3E");}
        .cplogoMain{display:flex;align-items: flex-end;justify-content: center;}
        .cplogo{width:90%;padding:5px;border: 1px solid #000;text-align: center;display: flex;justify-content: center;align-items: center;margin:20px auto 0; height:150px;overflow: hidden;}
        .cplogo figure{margin: 0;}

            .profileContent h5.DesignationIcons:before{content:'';width:16px;height:22px;position: absolute;left: 0;top: 0;background-size: 100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill='%23fff' d='M114 2.6c-5.7 4.9-6 6.2-6 30.5 0 20.7.1 22.4 2.1 25.9 3.3 5.9 8.1 8 17.9 8s14.6-2.1 17.9-8c2-3.5 2.1-5.2 2.1-25.4 0-23.9-.5-26.3-5.9-30.9C139 .1 138.3 0 128 0c-10.2 0-11 .1-14 2.6zM54 47.4C42.7 49.8 32.2 57.3 26.7 67 21 76.8 21 77.4 21 151.2l1.1 73c2.5 12.1 11.5 23.3 22.9 28.7l5.5 2.6H128h77.5l5.5-2.6c11.7-5.5 20.6-16.9 23-29.4.8-4.2 1-26.3.8-75.5-.3-67.9-.3-69.6-2.4-74.6-4.8-11.7-13.7-20.5-25-24.6-5.1-1.9-8.6-2.2-26.2-2.6-15-.3-20.6-.1-21.7.8-.9.7-1.5 2.9-1.5 5.3 0 6.3-2 11.4-6.4 16.4-6.1 6.9-9.9 8.3-23.6 8.3-13.6 0-17.3-1.3-23.7-8.2-4.4-4.9-6.3-9.7-6.3-16.4 0-2.2-.5-4.5-1.2-5.2-1.6-1.6-35.3-1.5-42.8.2zm27.5 26.3c5.9 11.3 17.5 20.5 30 23.8 7.8 2 25.2 2 33 0 12.5-3.3 24.1-12.5 30-23.8l3-5.7h10c7.6 0 11 .5 14 1.9 4.7 2.2 8.9 6.4 10.4 10.4.8 1.9 1.1 25.4 1.1 71.4 0 67.9 0 68.7-2.1 73.1-1.3 2.6-3.8 5.4-6.2 7l-4.1 2.7H128 55.4l-4.1-2.7c-2.4-1.6-4.9-4.4-6.2-7-2.1-4.4-2.1-5.2-2.1-73.1 0-46 .3-69.5 1.1-71.4 1.5-4 5.7-8.2 10.4-10.4 3-1.4 6.4-1.9 14-1.9h10l3 5.7zm38 39c-6.7 2.4-10.9 5.5-14.3 10.6-3.8 5.6-5.2 9.9-5.2 16.2 0 10.8 5.3 19.6 15.1 25 4.6 2.6 6.5 3 12.9 3s8.3-.4 12.9-3c12.3-6.8 17.9-20.3 14-33.5-4.3-14.2-21.7-23.2-35.4-18.3zm-23.2 59.2c-6.3 4.9-10.7 10.5-13.9 17.6-2.2 4.7-2.6 6.8-2.2 12 .7 10.7 6.9 16.2 20.8 18.4 8.4 1.4 45.6 1.4 54 0 13.9-2.2 20.1-7.7 20.8-18.5.4-5.5 0-7.2-2.7-12.9-1.9-4.2-5.2-8.7-8.8-12.4-8.4-8.4-9.2-8.7-13.9-5.1-5.1 3.9-15.1 7-22.4 7s-16.4-2.8-22.3-6.8l-4.5-3.2-4.9 3.9z'/%3E%3C/svg%3E");}


        .contentDdetails{padding: 50px 0 0;}
        .slick-initialized.directoryPhotoSlider .slick-slide{height: auto;}
        .directoryPhotoSlider .slick-list .slick-track .slick-slide:after{content: '';display: none;}
        .directoryPhotoSlider .slick-prev:before{content:'\276E';position: relative;top: -4px;font-size: 20px;color: #fff;opacity: 1;}
        .directoryPhotoSlider .slick-next:before{content: '\203A';position: relative;top: -4px;font-size: 30px;color: #fff;opacity: 1;}
        .directoryPhotoSlider .slick-prev, .directoryPhotoSlider .slick-next{display: block !important;height: auto;top: 50%;color: #fff;background: transparent;}
        .directoryPhotoSlider .slick-prev{left: 25px;z-index:99;}
        .ddContent .para-content h4{font-size: 24px;color: #000;margin-bottom: 15px;}
        .ddContent .para-content p{font-size: 14px;margin-bottom: 15px;}
        .vistionDetails{padding: 40px 0 0;}
        .vistionDetails blockquote p{font-style: italic;font-size: 16px;color: #000;}
        .twl-urlDetails .form-group{margin: 0;}
        .twl-urlDetails h4{margin-bottom: 15px;}
        .twl-urlDetails .form-group .form-control{border: 1px solid #e1e1e1;background-color: rgba(0, 0, 0, 0.051);min-height: 52px;border-radius:0;}
        .urlDetails{margin-top: -2px;}
        .urlDetails img{width: 100%;height: auto;}
        .carousel-control-prev-icon, .carousel-control-next-icon{background-color:#0c0b0b;}
        /*Url Details*/

        .urlDetails{display: flex;display: -ms-flex;flex-wrap:nowrap;border:1px solid #e1e1e1;}

        .urlImg{max-width:100%;flex: 0 0 190px;padding: 0;margin: 0;overflow: hidden;}
        .urlImg img{max-width: 100%;height: auto;}
        .urlContent{max-width:100%;flex: 0 0 75%;padding:10px;margin: 0;}
        .urlContent h4{font-size: 18px;font-weight: 700;color: #000;}
        .urlContent p{font-size: 14px;color: #333;text-align: left;}
        .urlContent a{font-size: 14px;color: #ff0000;}

        /*.slick-slide img {
            width:100%;
        }
        .slick-initialized.directoryPhotoSlider .slick-slide {
            height: 300px;
        }*/
        .directoryPhotoSlider .slick-prev:focus, .directoryPhotoSlider .slick-next:focus{box-shadow:none;outline:none;}
        .directoryPhotoSlider .slick-prev, .directoryPhotoSlider .slick-next{top:50%;position: absolute;width:40px;height: 40px;z-index:999 !Important;display: flex !Important;}
        .directoryPhotoSlider .slick-next{right:20px;}
        .directoryPhotoSlider .slick-prev{left:20px;}
        
            @media only screen and (max-width:768px){
                .patronFormSec .profileCheckBox > div{display: block;}
                .checkboxMain{margin-top:10px;}
                .patronFormSec .profileCheckBox > div .checkboxMain .special-text__tooltip{visibility: visible;opacity: 1;background:transparent;color: #000;text-align:left;position: relative;left: auto;right: auto;font-size: 18px;display: block;padding: 0 0 0 5px;}
                .patronFormSec .profileCheckBox .form-control{max-width: 100%;margin-bottom: 10px;}
                .patronFormSec .profileCheckBox > div .checkboxMain .special-text__tooltip:after{border: 0;}
                .patronFormSec .form-group.lname label{display: block;}
                .SearchFilder .input-group{display:block;}
                .SearchFilder .form-control{width: 100%;max-width: 100%;margin-bottom: 5px;}
                .SearchFilder .input-group-text{position: absolute;right:0px;bottom:0px;}
                .pcEmpty{display: none;}
                .profileContent h5, .profileContent p{color:#000; font-size:15px;}
                .profileContent h5 i, .profileContent p i{margin-right:16px !important;}
                .profileContent p span{display: block;padding-left: 30px;}
                .profileContent h3{color:#000; font-size: 25px;}
                .circleProfilePhoto{margin: 0 auto 15px;}
                .circleProfilePhoto{width: 200px;height: 200px;}
                .coverPhotoMain{min-height:260px;}
                .cplogo{padding: 0;}
                .search_txt{width: 100%;}
                

            }

            @media only screen and (min-device-width: 280px) and (max-device-width: 653px)  {
                .ddContent {
                    margin-top: -140px;
                    position: relative;
                }
            }

            .logOutBtn{float: right;display: inline-block;padding:5px 10px;background:#f60c01;font-size: 13px;color: #fff;min-width: 70px;min-height:25px;font-weight: 300;text-align: center;text-transform: uppercase;}
            .mobileSocial .logOutBtn{border-radius: 5px;margin-left: 10px;position: absolute;right: 15px;}

            .carousel-item figure{height: 300px;overflow: hidden;display: flex;align-items: center;justify-content: center;}
            .carousel-item figure img{width: 100%;}



.loaderDiv2 {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #444444;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.loaderDiv2 {
  position: absolute;
  top: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.loginSection{display: inline-block;}
.loginSection .dropdown-toggle{padding: 0;width: 35px;height: 35px;background: transparent;border: 0;font-size:18px;border: 1px solid #fff;border-radius: 100%;display: flex;justify-content: center;align-items: center;text-align: center;}
.loginSection .dropdown-toggle:after{border: 0;}
.loginSection .dropdown-toggle i{margin-right: -6px;}
.loginSection .dropdown-toggle:hover, .loginSection .dropdown-toggle:focus{border-color: #ff0000;background:#ff0000;box-shadow: none !Important;outline: none;}
.loginSection .dropdown-menu{left: auto;right: 0;background-color: #fff;}
.loginSection .dropdown-menu .dropdown-item:first-child,
.loginSection .dropdown-menu .dropdown-item:nth-child(2){display: block;}
.loginSection .dropdown-menu .dropdown-item{}


@media only screen and (max-width:1080px){
.menuSection .container{max-width: 100%;}
.menumain, .topsocial, .searchsec, .loginSection {padding: 0 10px;}
}

@media only screen and (max-width:767px){
.loginSection{position: absolute;right:-7px;top: 0;}
.loginSection .dropdown-menu{background:#000;}
.loginSection .dropdown-menu .dropdown-item{color:#fff;}
.profileContent p{white-space: normal;}
}
@media only screen and (max-width:411px){

.loginSection{right: -16px;top: 2px;}
}
@media only screen and (max-width:321px){
.loginSection{top: 6px;right: -18px;}
.loginSection .dropdown-toggle{width: 25px;height:25px;font-size: 16px;}

}
.profileBtns p{text-align: center;font-size: 15px;font-weight:400;color: #000;}
.profileBtns p span{display: block;font-size:15px;color: #000;font-weight:700;}
.profileBtns ul{text-align: center;display: flex; justify-content: center;margin-right: -7px;justify-content: center;align-items: center;}
.profileBtns ul li{display:inline-flex;text-align: center;margin:5px 5px 0;width: 40px;height: 40px;border: 1px solid #000;border-radius: 100%;position: relative;justify-content: center;align-items: center;}
.profileBtns ul li a{font-size:16px;color: #000;text-align: center;}
.profileBtns ul li .btn{border:0;color: #000;font-size: 16px;padding: 0;}
.profileBtns ul li:last-child{}
.profileBtns ul li .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}
.profileBtns ul li.editProfile .tooltiptext{}
.profileBtns ul li.editPhoto .tooltiptext{min-width: 170px;margin-left: -85px;}
.profileBtns ul li .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.profileBtns ul li:hover .tooltiptext {
  visibility: visible;
}

/*.pagination{display: flex;display: -ms-flexbox;flex-wrap:no-wrap;align-items: center;}
.pagination a{margin: 0 3px;}
.pagination span.pageinactive{display: inline-block;margin:0 3px 10px; }*/
.pagination li {padding: 5px;}
.profileInner p a.profile_view_sec {color: #000 !important;}
/*.pagination li.disabled{display: block !Important;visibility: hidden;opacity: 0;}*/

.treadingSec{padding: 40px 0;}

.treadingSec .hNews .card-body{min-height: 120px;padding: 10px 10px 5px;}
.treadingSec .hNews .card .meida_img{height:100px;overflow: hidden;}

.bodywrap{position: relative;}


@media only screen and (max-width:384px){
    .foot-nav .nav-item .nav-links{font-size: 11px;}
}
@media only screen and (max-width:320px){
    .navbar-expand .navbar-nav {flex-wrap:inherit;}
}

a.profile_view_sec {
    color: #000 !important;
}
.twl_link {
        cursor: pointer;
    }
.LogintopMenus{background:#000;}
.LogintopMenus ul{display: flex;flex-wrap:wrap;justify-content: center;align-items: center;}
.LogintopMenus ul li + li{border-left: 1px solid #fff;}
.LogintopMenus ul a{font-size: 15px;color: #fff;text-align: center;padding: 5px 15px;}
.topMobileLogo{display: none;}

.editorNotesSec{padding: 50px 0;}

.editorNotesSec h2{font-size: 34px;color: #000;text-align: center;margin-bottom: 20px;}
.editorNotesSec figure{margin-bottom: 30px;margin-left: -10px;}
.editorNotesSec figure img{width: 100%;}
.editorNotesSec .content p{font-size: 18px;color:#000; line-height:30px;text-align: justify;text-align-last:left ;font-family: Open Sans, sans-serif !important;margin-bottom: 15px;}
.editorNotesSec .content p.firstHeadLetter::first-letter{color: #903;float: left;font-size: 75px;line-height: 60px;padding-top: 4px;padding-right:10px;padding-left:10px;}
.editorNotesSec .content dl{font-size: 18px;color: #000;line-height:24px;text-align: left;}
.editorNotesSec .content dd{font-size: 18px;color: #000;line-height:24px;text-align: left;}
@media only screen and (max-width:767px){
.LogintopMenus{}
.topMobileLogo{display: block;margin:60px 0 15px;text-align: center;}
.topMobileLogo a{display: inline-block;}
.topMobileLogo a img{width:150px;}
.topMobilePaddingzero{padding-top: 0;}
.treadingSec .hNews .card .meida_img{height:auto;overflow: hidden;}
.treadingSec .hNews .card-body{min-height: auto;padding: 10px 10px 5px;}

}

@media only screen and (max-width:480px){

.LogintopMenus ul a span{display: none;}
.LogintopMenus ul li:nth-child(3){border-left: 0;}
.treadingSec .hNews .card .meida_img{height:auto;overflow: hidden;}
.treadingSec .hNews .card-body{min-height: auto;padding: 10px 10px 5px;}

}
@media only screen and (max-width:320px){

.LogintopMenus ul a{display: block;font-size: 12px;}
.treadingSec .hNews .card .meida_img{height:auto;overflow: hidden;}
.treadingSec .hNews .card-body{min-height: auto;padding: 10px 10px 5px;}

}
