 .login-link.fav-link svg{fill: #fff;width: 17px;margin-top: -1px; cursor:pointer;}
			.login-link.fav-link a:hover svg {fill:#c61e53;}
	
	.search-raw-div {margin-top: 10px; cursor: pointer;}
	
	.search-raw-div2 {display:none;}
	
	.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;
        }
		.support-link {margin-top:6px;}
		
	
        .cookie-bar-new .container {max-width:1100px;}
        .cookie-bar-new .button.black {  background-color: #454545; }

		.login-signup-links-block .fav-link:before {
			content: '';
			position: absolute;
			left: 4px;
			top: 12px;
			width: 1px;
			height: 10px;
			background-color: #fff;
		}
		.fav-link a{padding-right:5px;}
		.main-header-top-right-side {font-size:13px;}
       
		
		
		
		.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) { 
 .hamburger-menu li {     width: 35px;
    height: 3px; }

  .search-raw-div {display:none;}
 .search-raw-div2 {display:block; position:absolute;right: 65px;top: 10px;}
		.my-account-block {display:block;}
        .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; margin-top:10px; float:right;}
		
		.search-bar-raw-ul {
			display:none;
		}
		
		.close-raw-div  { right: 6px;top: 6px; width: 25px;height: 25px;line-height: 24px; font-size: 14px; }

        }

 #ouibounce-modal{
     font:  400 15px/1.5 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif
 }
 #ouibounce-modal h2 {
     font-size: 32px !important;
     color: #32325c !important;
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     margin-top: 20px;
     margin-bottom: 10px;
 }
 .call-button-popup {
     width: 50%;
     background: #c61e53;
     border: 0;
     padding-left: 30px;
     padding-right: 30px;
     height: 53px;
     color: #FFF;
     font-family: open sans;
     font-size: 15px;
     cursor: pointer;
     text-align: center;
     float: right;
     outline: 0;
     margin-top: 4px;
     border-radius: 4px;
 }
 #ouibounce-modal .modal-footer-popup {
     display: inline;
 }
 
 
   .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
}
     #call-button-popup.call-button-popup {
         width: 50%;
         background: #c61e53;
         border: 0;
         padding-left: 30px;
         padding-right: 30px;
         height: 53px;
         color: #FFF;
         font-family: open sans;
         font-size: 15px;
         cursor: pointer;
         text-align: center;
         float: right;
         outline: 0;
         margin-top: 4px;
         border-radius: 4px;
     }
	 
	 .footer-icon {
    border: solid 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

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

.related_links_block li {
	text-align: left;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.related_links_block ul {
	display: inline-block;
	margin-right: 0;
	vertical-align: top;
	text-align: left;
}


.related_links_block li {
	text-align: left;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.related_links_block ul {
	display: inline-block;
	margin-right: 0;
	vertical-align: top;
	text-align: left;
}

 .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;
}