  .cookie-bar-new {
            text-align: left;
            color: #454545;
            background: rgb(50 50 92 / 92%);
            font-size: 10pt;
            line-height: 1.5;
            font-weight: 700;
            position: fixed;
            z-index: 9999999999;
            display: table;
            bottom: 1px;
            opacity: 1;
            width: 100%;
            padding: 13px 10px 13px;
        }

        .cookie-bar-new h3 {    color: #fff;
            font-size: 22px;
            margin-bottom: 5px;}
        .cookie-bar-new p { 
            display: block;
            text-align: left;
            font-weight: 400;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 1.7; color:#fff;
            }
            
            .cookie-bar-new p a{color:#fff; font-weight:bold; border-bottom:1px solid #fff;}

        .cookie-bar-new .button {
         font-size: 14px;
    padding: 12px 15px;
    margin-left: 0px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #c61e53;
    margin-top: 23px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
        }

    .cookie-bar-new .container {max-width:1100px;}
    .cookie-bar-new .button.black {  background-color: #454545; }

    @media screen and (max-width: 600px) { 

    .cookie-bar-new {  padding: 25px 10px 25px; }
    .cookie-bar-new p, .cookie-bar-new .button { font-size:14px;}
    .cookie-bar-new .button  { padding: 12px 35px;}
    }

    .autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}


	  	.search-raw-div {margin-top: 10px; cursor: pointer;}
	
	.search-raw-div2 {display:none !important;}
	
	
	  	.search-bar-raw-div {
       background: #e0e0e0;
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    display: none;
    position: absolute;
    top: 79px;
    left: 0px;
    z-index: 1;
    padding-top: 28px;
    padding-bottom: 25px;
}


.close-raw-div {
    position: absolute;
    right: 25px;
    top: 20px;
    background: #34335d;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    font-family: verdana;
    color: #fff;
    font-size: 18px;
}

.search-bar-raw-ul {
    color: #fff;
    max-width: 1130px;
    margin: 25px auto;
    column-count: 5;
}

.search-bar-raw-ul a.dropdown-item {
   font-size: 15px;
    margin-bottom: 12px;
    color: #000000;
}

.search-bar-raw-ul a.dropdown-item:hover { text-decoration:underline; }

.searh-form-wrap {  max-width: 600px; margin: 0px auto; }
.searching-input-box{
    padding: 10px;
    border: 0;
    width: 250px;
    border-radius: 5px 0px 0px 5px;
    height: 50px;
    color: #333;
    border: 1px solid #c31e53;
    border-right: none;
}

.searching-input-button{
   background-color: #c31e53;
    border: 0;
    padding: inherit;
    border-radius: 0 5px 5px 0;
    height: 50px;
    cursor: pointer;
    margin-left: -4px;
    width: 90px;
    color: #fff;    vertical-align: top;
}



 @media screen and (max-width: 600px) { 
  .search-raw-div {display:none !important;;}
 .search-raw-div2 {display:block !important;; position:absolute;right: 56px;top: 10px;}
		
		.search-bar-raw-div.user-login {top:99px;}
		.search-bar-raw-ul {
			display:none;
		}
		
		.close-raw-div  { right: 6px;top: 6px; width: 25px;height: 25px;line-height: 24px; font-size: 14px; }

        }
		
		.mt-12 {margin-top:10px !important;}.main-header-top-right-side {font-size:13px;}

 .footer-icon {
    border: solid 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;  margin-bottom: 5px;
}

.footer-icon .fa{
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
}
.post-tw-icon {
    width: 14px;
    vertical-align: sub;
    fill: white;
}

 #home-mid-section .tab-content-item { display: none}
 #home-mid-section  .tab-content-item.active { display: block}
 .landingPage-emailBanner { width: 150px; margin: -60px auto 7px; display: block;}
 
.related_links_block li {
	text-align: left;
	display: inline-block;
	width: 40%;
	margin-left: 10px;
	margin-right: 10px;
}
.related_links_block ul {
   text-align: center;
   display: inline-block;
   max-width: 400px;
   margin-left: 10px;
   margin-right: 10px;
}