 .quotes {
    background: #eee;
    padding: 15px 20px;
    margin: 15px 0;
} 
 

.quotes p {
    margin-bottom: 5px;
    font-weight: 800; 
	margin-top: 0 !important;
}

.header-add {
    margin: 10px 0;
    width: 100%;
    /* min-height: 90px; */
    /* background: #eee; */
}
/*Google Add Style*/

.home-add-one{
max-height:400px !important;
}

 /* News Ticker */
 .navbar-brand img {
     width: 100%;
     height: 70px;
 }

 .news-main {
     display: flex;
     align-items: center;
 }

 .news-main h2 {
     font-size: 16px;
     font-family: "Roboto", sans-serif;
     margin: 0;
     color: #fff;
     font-weight: 400;
     font-style: italic;
     position: relative;
     padding: 8px 20px 8px 15px;
     white-space: nowrap;
     margin-right: 10px;
 }

 .news-main h2 span {
     position: relative;
 }

 .news-main h2:before {
     content: '';
     background: #3498da;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     clip-path: polygon(0% 0%, 100% 0, 93% 100%, 0% 100%);
 }

 .breakingNews {
     width: 100%;
     /* overflow: hidden; */
 }

 .breakingNews>.bn-title {
     width: 110px !important;
     display: inline-block;

 }

 .breakingNews>.bn-title>h2 {
     margin: 0;
     font-size: 14px;
     color: #ffe400;
     font-style: italic;
     text-decoration: underline;
     display: inline-block !important;
     font-family: "Roboto", sans-serif;
 }

 .breakingNews>.bn-title>span {
     width: 0;
     position: absolute;
     right: -10px;
     top: 10px;
     height: 0;
     border-style: solid;
     border-width: 10px 0 10px 10px;
     border-color: transparent transparent transparent #2096cd;
 }

 .breakingNews>ul {
     padding: 0;
     margin: 0;
     list-style: none;
     position: absolute;
     left: 0 !important;
     top: 0;
     right: 40px;
     height: 30px;
     font-size: 14px;
     overflow: hidden;
 }

 .breakingNews>ul>li {
     position: absolute;
     height: auto;
     width: 100%;
     display: none;
 }

 .breakingNews>ul>li>a {
     text-decoration: none;
     color: #eee;
     overflow: hidden;
     display: block;
     white-space: nowrap;
     text-overflow: ellipsis;
     font-weight: normal;
     font-family: "Roboto", sans-serif;
     padding-right: 35px;
     line-height: 1.5;
 }

 .breakingNews>ul>li>a>span {
     color: #3498da;
 }

 .breakingNews>ul>li>a:hover {
     color: #3498da;
 }

 .breakingNews>.bn-navi {
     /* width: 40px; */
     /* height: 40px; */
     position: relative;
     right: 0;
     top: 0;
     float: right;
     /* opacity: 0;*/
 }

 .breakingNews>.bn-navi>span {
     cursor: pointer;
     color: #fff;
     font-size: 14px;
     width: 25px;
     display: inline-block;
     line-height: 1;
 }

 .breakingNews>.bn-navi>span:hover {
     opacity: 1;
 }

 .breakingNews>.bn-navi>span:first-child {
     background-position: left center;
     left: 0;
 }

 .breakingNews>.bn-navi>span:last-child {
     background-position: right center;
     right: 0;
 }

 .breakingNews:hover .bn-navi {
     opacity: 1;
 }

 .bn-large {
     height: 50px;
 }

 .bn-large>.bn-title {
     height: 50px;
 }

 .bn-large>.bn-title>h2 {
     line-height: 50px;
     font-size: 26px;
 }

 .bn-large>.bn-title>span {
     top: 15px;
 }

 .bn-large>ul {
     height: 50px;
     left: 250px;
     font-size: 20px;
 }

 .bn-large>ul>li {
     height: 50px;
     line-height: 50px;
 }

 .bn-large>.bn-navi {
     height: 50px;
 }

 .bn-large>.bn-navi>span {
     height: 50px;
 }

 .bn-small {
     height: 30px;
 }

 .bn-small>.bn-title {
     height: 30px;
 }

 .bn-small>.bn-title>h2 {
     line-height: 30px;
     font-size: 18px;
 }

 .bn-small>.bn-title>span {
     top: 5px;
 }

 .bn-small>ul {
     height: 30px;
     left: 200px;
     font-size: 14px;
 }

 .bn-small>ul>li {
     height: 30px;
     line-height: 30px;
 }

 .bn-small>.bn-navi {
     height: 30px;
 }

 .bn-small>.bn-navi>span {
     height: 30px;
 }

 /*color styles -----------------------------*/
 .bn-red {
     border-color: #f44a56;
 }

 .bn-red>.bn-title {
     background: #f44a56;
 }

 .bn-red>.bn-title>span {
     border-left-color: #f44a56;
 }

 .bn-red>ul>li>a:hover,
 .bn-red>ul>li>a>span {
     color: #f44a56;
 }

 .bn-green {
     border-color: #27ae60;
 }

 .bn-green>.bn-title {
     background: #27ae60;
 }

 .bn-green>.bn-title>span {
     border-left-color: #27ae60;
 }

 .bn-green>ul>li>a:hover,
 .bn-green>ul>li>a>span {
     color: #27ae60;
 }

 .bn-purple {
     border-color: #795aac;
 }

 .bn-purple>.bn-title {
     background: #795aac;
 }

 .bn-purple>.bn-title>span {
     border-left-color: #795aac;
 }

 .bn-purple>ul>li>a:hover,
 .bn-purple>ul>li>a>span {
     color: #795aac;
 }

 .bn-turquoise {
     border-color: #1fb5ad;
     position: relative;

 }

 .bn-turquoise>.bn-title>span {
     border-left-color: #1fb5ad;
 }

 .bn-turquoise>ul>li>a:hover,
 .bn-turquoise>ul>li>a>span {
     color: #3498da;
 }

 .bn-orange {
     border-color: #f46e27;
 }

 .bn-orange>.bn-title {
     background: #f46e27;
 }

 .bn-orange>.bn-title>span {
     border-left-color: #f46e27;
 }

 .bn-orange>ul>li>a:hover,
 .bn-orange>ul>li>a>span {
     color: #f46e27;
 }

 .bn-black {
     border-color: #333;
 }

 .bn-black>.bn-title {
     background: #333;
 }

 .bn-black>.bn-title>span {
     border-left-color: #333;
 }

 .bn-black>ul>li>a:hover,
 .bn-black>ul>li>a>span {
     color: #333;
 }

 .bn-yellow {
     border-color: #d3ac23;
 }

 .bn-yellow>.bn-title {
     background: #d3ac23;
 }

 .bn-yellow>.bn-title>span {
     border-left-color: #d3ac23;
 }

 .bn-yellow>ul>li>a:hover,
 .bn-yellow>ul>li>a>span {
     color: #d3ac23;
 }

 .bn-light {
     border-color: #ddd;
 }

 .bn-light>.bn-title {
     background: #ddd;
 }

 .bn-light>.bn-title>h2 {
     color: #333;
 }

 .bn-light>.bn-title>span {
     border-left-color: #ddd;
 }

 .bn-light>ul>li>a:hover,
 .bn-light>ul>li>a>span {
     color: #ddd;
 }

 .bn-pink {
     border-color: #d65aac;
 }

 .bn-pink>.bn-title {
     background: #d65aac;
 }

 .bn-pink>.bn-title>span {
     border-left-color: #d65aac;
 }

 .bn-pink>ul>li>a:hover,
 .bn-pink>ul>li>a>span {
     color: #d65aac;
 }

 .bn-darkred {
     border-color: #d01e1e;
 }

 .bn-darkred>.bn-title {
     background: #d01e1e;
 }

 .bn-darkred>.bn-title>span {
     border-left-color: #d01e1e;
 }

 .bn-darkred>ul>li>a:hover,
 .bn-darkred>ul>li>a>span {
     color: #d01e1e;
 }

 .bn-bordernone {
     border: none;
 }

 .bn-italic>ul>li>a {
     font-style: italic;
 }

 .bn-bold>ul>li>a {
     font-weight: bold;
 }

 .breakingNews>.bn-navi,
 .breakingNews>ul>li>a,
 .breakingNews>.bn-navi>span {
     transition: 0.25s linear;
     -moz-transition: 0.25s linear;
     -webkit-transition: 0.25s linear;
 }


 .top-social {
     display: flex;
     align-items: center;
     justify-content: flex-end;
 }

 .top-social li {
     padding: 0 7px;
     line-height: 1;
 }

 .top-social li a {
     font-size: 16px;
     color: #fff;
 }

 .header-donate-btn {
     background: #ffe400;
     font-size: 22px;
     padding: 10px 20px;
 }

 .header-donate-btn img {
     width: 30px;
     margin-right: 10px;
 }

 .footer-bottom-menu li a {
     color: #ccc;
     margin-right: 20px;
     font-family: "Roboto", sans-serif;
     /* padding: 8px 0; */
 }

 .footer-bottom-menu {
     display: flex;
 }

 .copyright {
     color: #ccc;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     text-align: right;

 }


 .donation-area {
     background-color: #062963;
     padding: 90px 0;
 }

 .donation-form {
     background: #3498da;
     padding: 30px;
     position: relative;
 }

 .form-img {
     position: absolute;
     right: 0;
     bottom: 0;
     max-width: 140px;
     width: 100%;
 }

 .donation-form h2 {
     font-size: 30px;
     color: #fff;
 }

 .donation-form p {
     font-size: 16px;
     color: #fff;
     margin-bottom: 20px;
     line-height: 1.5;
 }

 .donation-ammount {
     display: flex;
     /* flex-wrap: wrap; */
 }

 .donation-ammount .ammount-btn:last-child {
     margin-right: 0;
 }

 .donation-ammount .ammount-btn {
     width: 100%;
     max-width: 100px;
     margin-right: 10px;
     background: transparent;
     border: 2px solid #fff;
     color: #fff;
     border-radius: 40px;
     line-height: 30px;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     margin-bottom: 10px;
 }

 .donation-ammount .ammount-btn.active {
     background: #062963;
     border: 2px solid #062963;
 }



 .donation-area .switch-field {
     display: flex;
     overflow: hidden;
     font-family: "Roboto", sans-serif;
 }

 .donation-form h6 {
     color: #fff;
     font-family: "Roboto", sans-serif;
     font-weight: 400;
     margin-bottom: 0px;
 }

 .donation-area .switch-field input {
     position: absolute !important;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     width: 1px;
     border: 0;
     overflow: hidden;
 }

 .donation-area .switch-field label {
     background-color: #3498da;
     color: #fff;
     font-size: 16px;
     line-height: 1;
     text-align: center;
     padding: 15px 30px;
     border: 2px solid rgb(255 255 255);
     transition: all 0.1s ease-in-out;
     margin: 0;
     min-width: 130px;
 }

 .donation-area .switch-field label:hover {
     cursor: pointer;
 }

 .donation-area .switch-field input:checked+label {
     background-color: #062963;
     box-shadow: none;
 }

 .donation-area .switch-field label:first-of-type {
     border-radius: 0;
 }

 .donation-area .switch-field label:last-of-type {
     border-radius: 0;
     border-left: 0;
 }

 .donate-btn {
     margin-top: 10px;
     width: 100%;
     max-width: 270px;
     font-size: 16px;
     font-family: "Roboto", sans-serif;
     font-weight: 500;
     line-height: 30px;
     background: #ffe400;
     padding: 10px;
     border-radius: 5px;
 }

 .custom-input-field {
     width: 100%;
     margin-top: 5px;
     position: relative;
 }

 .custom-input-field input {
     width: 100%;
     max-width: 90px;
     background: transparent;
     border: 2px solid #fff !IMPORTANT;
     outline: 0;
     color: #fff;
     font-family: "Roboto", sans-serif;
     padding: 5px 20px;
     border-radius: 35px;
 }

 .custom-input-field label.error.fail-alert {
     line-height: 1;
     color: #ffe400;
     /* background: #ffe7e7; */
     /* padding: 5px 5px; */
     font-family: "Roboto", sans-serif;
     font-size: 12px;
     font-weight: 400;
     position: absolute;
     bottom: -15px;
     left: 0;
     margin: 0;
     border: 0px solid red;
 }

 .custom-input-field .prefix {
     position: absolute;
     left: 12px;
     top: 7px;
     color: #fff;
     font-size: 14px;
     font-family: "Roboto", sans-serif;
 }

 .payment-block {
     max-width: 420px;
     margin: auto;
 }

 .payment-block p {
     margin-bottom: 5px;
 }

 .payment-block .single-privacy {
     margin-bottom: 50px;
 }

 /*news details* donation form**/
 .sidebar-donation-form .donate-btn {
     max-width: inherit;
 }

 .sidebar-donation-form.donation-area {
     background-color: transparent;
     padding: 0;
 }

 .sidebar-donation-form .donation-form h2 {
     font-size: 28px;
 }

 /*news details* donation form**/


 .news-video-list .news-list-img {
     width: 80px;
     border: 1px solid #fff;
     position: relative;
 }

 .news-video-list .news-list-img .play-icon {
     position: absolute;
     width: 35px;
     height: 35px;
 }

 .news-video-list .news-list-img a {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .news-video-list .news-list-img img {
     width: 100%;
     height: 80px;
     object-fit: cover;
 }

 .news-video-list .news-list-content {
     width: calc(100% - 80px);
     padding-left: 15px;
 }

 .news-video-list .news-list-content h3 {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     word-break: break-word;
     font-size: 14px;
     line-height: 1.5;
     margin: 0;
     color: #fff;
 }

 .blog-details-area .news-video-list .news-list-content ul li p,
 .blog-details-area .news-video-list .news-list-content ul li {
     color: #000;
 }

 .news-video-list .news-list-content h3 {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     word-break: break-word;
     font-size: 18px;
     line-height: 1.5;
     margin: 0;
     color: #000;
 }

 .news-video-list .news-list-content ul li p {
     margin: 0;
     font-size: 11px;
     margin-right: 10px;
     color: #fff;
 }

 .news-video-list .news-list-content ul li {
     display: flex;
     font-size: 11px;
     color: #fff;
 }

 .donation-area .news-video-list .news-list-content h3 {
     color: #fff;
 }

 .add-block img {
     width: 100%;
     max-height: 400px;
     object-fit: cover;
 }

 .add-block {
     border: 1px solid #eeeeee5c;
     padding: 10px;
 }

 .line-4 {
     -webkit-line-clamp: 4 !important;
 }

 .line-3 {
     -webkit-line-clamp: 3 !important;
 }

 .line-auto {
     -webkit-line-clamp: inherit !important;
 }



 .language a {
     background: rgb(6 41 99 / 20%);
     color: #fff;
     padding: 8px 22px;
     font-family: "Roboto", sans-serif;
     font-size: 16px;
     line-height: 1;
     transition: all 0.1s ease-in-out;
 }

 .language {
     display: flex;
     align-items: center;
 }

 .language a:first-child {
     border-radius: 4px 0 0 4px;
 }

 .language a:last-child {
     border-radius: 0 4px 4px 0;
 }

 .language a.active {
     background: #062963;
     color: #fff;
 }

 .subscribe-section {
     background: #062963;
     padding: 50px 0;
     position: relative;
 }

 .subscribe-section .subscribe-bg {
     position: absolute;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     opacity: .3;
 }

 .news-letter-title {
     text-align: center;
     font-size: 30px;
     color: #fff;
     max-width: 991px;
     margin: auto;
     margin-bottom: 30px;
 }

 .news-letter-form h3 {
     color: #fff;
     font-size: 40px;
     margin-bottom: 00px;
 }

 .news-letter-form h4 {
     color: #fff;
     font-size: 20px;
     margin-bottom: 30px;
     font-family: "Roboto", sans-serif;
     font-weight: 400;
     margin-top: 10px;
 }

 .chk-group ul {
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #fff;
     font-family: "Roboto", sans-serif;
     flex-wrap: wrap;
     margin-bottom: 10px;
 }

 .news-letter-form {
     text-align: center;
 }

 .news-letter-form .form-control {
     border-bottom-left-radius: 35px;
     border-top-left-radius: 35px;
     color: #fff;
     border-color: #3498da;
     height: 55px;
     padding: 20px 35px;
     font-family: "Roboto", sans-serif;
 }

 .news-letter-form .btn {
     border-top-right-radius: 35px;
     border-bottom-right-radius: 35px;
     color: #fff;
     background: #3498da;
     padding: 5px 45px;
     font-size: 16px;
     border-color: #3498da;
 }

 .news-letter-form p {
     color: #fff;
     max-width: 500px;
     margin: auto;
     font-size: 16px;
     margin-bottom: 0;
 }

 .news-letter-form .form-control::-webkit-input-placeholder,
 .news-search input.form-control::-webkit-input-placeholder  {
     color: #bdbdbd;
 }

 .styled-checkbox {
     position: absolute;
     opacity: 0;
 }

 .styled-checkbox+label {
     position: relative;
     cursor: pointer;
     padding: 0;
     font-size: 14px;
     display: flex;
     align-items: center;
 }

 .styled-checkbox+label:before {
     content: '';
     margin-right: 4px;
     display: inline-block;
     vertical-align: text-top;
     width: 13px;
     height: 13px;
     background: transparent;
     border: 1px solid;
     margin-top: -2px;
 }

 .styled-checkbox:hover+label:before {
     background: #3498da;
 }

 .styled-checkbox:focus+label:before {
     box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
 }

 .styled-checkbox:checked+label:before {
     background: #3498da;
 }

 .styled-checkbox:disabled+label {
     color: #b8b8b8;
     cursor: auto;
 }

 .styled-checkbox:disabled+label:before {
     box-shadow: none;
     background: #ddd;
 }

 .styled-checkbox:checked+label:after {
     content: '';
     position: absolute;
     left: 2px;
     top: 8px;
     background: white;
     width: 2px;
     height: 2px;
     box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
 }

 .language a:hover {
     background: rgb(6 41 99 / 73%);
     color: #fff;
 }

 .top-news-area {
     padding: 90px 0 40px;
 }

 .gallery-sidebar {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .gallery-item {
     width: 49%;
     margin-bottom: 8px;
 }

 .gallery-sidebar:after {
     content: "";
     width: 49%;
 }

 /*==============================
Flash News IN top
===============================*/
 .flash-news {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 5px 15px;
     background: #259397;
 }

 .flash-news p {
     color: #fff;
     margin: 0;
     font-family: "Roboto", sans-serif;
     font-weight: 400;
 }

 .flash-news p a {
     color: #ffffff;
     font-weight: 400;
     display: inline-block;
     padding-left: 5px;
     text-decoration: underline;
 }

 .close-flash-news {
     color: #fff;
     cursor: pointer;
 }

 .inner-bottom {
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 9999;
 }

 .cookies-popup {
     position: fixed;
     bottom: 0;
     background: #eee;
     padding: 30px;
     z-index: 999;
     width: 100%;
 }

 .cookie-bar {
     max-width: 85rem;
     width: 100%;
 }

 .cookies-content h3 {
     font-size: 25px;
     color: #062963;
     font-weight: 800;
 }

 .cookies-content p {
     font-size: 20px;
 }

 .action-option {
     display: flex;
     align-items: center;
 }

 .action-option .btn-1 {
     background: #3498da;
     width: 100%;
     max-width: 170px;
     color: #fff;
     border-radius: 35px;
     line-height: 35px;
     margin-right: 10px;
     padding: 5px 10px;
     text-align: center;
 }

 .action-option .btn-2 {
     background: #000;
     width: 100%;
     max-width: 170px;
     color: #fff;
     border-radius: 35px;
     line-height: 35px;
     margin-right: 10px;
     padding: 5px 10px;
     text-align: center;
 }

 /*=====================================
Gallery Slider
======================================*/
 .gallery-main {
     padding: 80px 0;
 }

 .slide-content {
     display: flex;
 }

 .slide-left {
     width: 55%;
 }

 .slide-left img {
     width: 100%;
 }

 .slide-left iframe {
     width: 100%;
 }

 .slide-right {
     width: 45%;
 }

 .slide-right h2 {
     font-size: 40px;
     margin-bottom: 30px;
 }

 .slide-right {
     padding: 0 20px;
 }

 .horizontal-slider {
     margin-top: 20px;
 }

 .horizontal-slider .slick-slide {
     opacity: .7;
     cursor: pointer;
 }

 .horizontal-slider .slick-slide.slick-current.slick-active.slick-center {
     opacity: 1;
 }

 .widget_headline .news-list-content {
     width: 100%;
     padding: 0;
 }

 .video-play-icon .play-img {
     position: absolute;
     top: 0;
     left: 0;
     width: 30px;
 }

 .video-play-icon {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .play-image {
     position: absolute;
     width: 30px;
     z-index: 9;
 }

 .single-top-news .garowe-news-content a,
 .news-list-content a {
     display: -webkit-box;
 }

 .donation-radio {
     display: flex;
     align-items: center;
     margin: 15px 0;
     font-family: "Roboto", sans-serif;
 }

 .donation-radio .radio {
     margin: 0.5rem;
     margin-left: 0;
 }

 .donation-radio .radio-label {
     color: #fff;
     margin: 0;
     cursor: pointer;
 }

 .donation-radio .radio input[type="radio"] {
     position: absolute;
     opacity: 0;
 }

 .donation-radio .radio input[type="radio"]+.radio-label:before {
     content: '';
     background: #ffffff;
     border-radius: 100%;
     border: 1px solid #3498da;
     display: inline-block;
     width: 20px;
     height: 20px;
     position: relative;
     top: 0;
     margin-right: 10px;
     margin-left: 0px;
     vertical-align: top;
     cursor: pointer;
     text-align: center;
     -webkit-transition: all 250ms ease;
     transition: all 250ms ease;
 }

 .donation-radio .radio input[type="radio"]:checked+.radio-label:before {
     background-color: #062963;
     box-shadow: inset 0 0 0 4px #ffffff;
 }

 .donation-radio .radio input[type="radio"]:focus+.radio-label:before {
     outline: none;
     border-color: #3197EE;
 }

 .donation-radio .radio input[type="radio"]:disabled+.radio-label:before {
     box-shadow: inset 0 0 0 4px #f4f4f4;
     border-color: #b4b4b4;
     background: #b4b4b4;
 }

 .donation-radio .radio input[type="radio"]+.radio-label:empty:before {
     margin-right: 0;
 }


 .donation-radio-ammount {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
 }

 .donation-radio-ammount label {
     position: relative;
     cursor: pointer;
     width: 100%;
     max-width: 90px;
     margin-right: 10px;
     margin-bottom: 0;
 }

 .donation-radio-ammount label:last-child {
     margin-right: 0;
 }

 .donation-radio-ammount label input {
     display: none;
 }

 .donation-radio-ammount label span {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     background: transparent;
     border: 2px solid #fff;
     color: #fff;
     border-radius: 40px;
     line-height: 30px;
     font-family: "Roboto", sans-serif;
     font-size: 14px;
     margin-bottom: 10px;
 }

 .donation-radio-ammount label input:checked~span {
     color: #fff;
     background: #062963;
     border-color: #062963;
 }

 .news-search form {
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    max-width: 450px;
    margin: auto;
}

.news-search input.form-control {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    color: #fff;
    border-color: #3498da;
    height: 45px;
    padding: 10px 35px;
    font-family: "Roboto", sans-serif;
}
 
.news-search button.btn.search-btn {
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    color: #fff;
    background: #3498da;
    padding: 5px 30px;
    font-size: 16px;
    border-color: #3498da;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.no-result {
    text-align: center;
}

.no-result img {
    max-width: 300px;
    width: 100%;
}

.no-result h3 {
    font-size: 28px;
}
.backtohome-link {
    display: inline-block;
    color: #fff !important;
    background: #062963;
    padding: 5px 25px;
    border-radius: 40px;
    font-size: 16px;
    margin-bottom: 30px;
}
 @media(max-width:991px) {
    .news-search {
        margin-bottom: 15px;
        margin-top: 40px;
        padding: 15px;
    }
    .news-search input.form-control { 
        height: 20px;
        padding: 10px 25px;
        font-size: 14px;
        color: #fff;
    }
    .news-search button.btn.search-btn { 
        padding: 5px 15px;
    }
    .no-result img {
        max-width: 200px;
    }
     .donation-form {
         margin-bottom: 50px;
     }

     .tab-heading {
         display: block;
         border-bottom: 0;
         margin-bottom: 50px;
     }

     .tab-heading .section-title.text-left:before {
         border-bottom: 1px solid #000 !important;
         /* top: 0; */
     }

     .tab-heading .section-title {
         width: 100%;
     }

     .slide-content {
         display: block;
     }

     .slide-left,
     .slide-right {
         width: 100%;
         padding: 0;
     }

     .slide-right h2 {
         margin-top: 30px;
         font-size: 30px;
         margin-bottom: 15px;
         line-height: 1.5;
     }

     .slick-prev,
     .slick-next {
         width: 30px;
         height: 30px;
     }

     .gallery-main {
         padding: 40px 0;
     }
 }


 @media(max-width:767px) {

     /*  .breakingNews > .bn-title > h2, 
    .breakingNews > ul > li > a { 
        font-size: 12px;
        line-height: 2;
    }
    .breakingNews > .bn-title {
        width: 80px !important;
    }
    .breakingNews > ul { 
        left: 100px !important;
    } */
     .breakingNews>.bn-navi>span {
         font-size: 10px;
         width: 12px;
     }

     .breakingNews>ul>li>a {
         padding-right: 15px;
     }

     .footer-bottom-menu {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
     }

     .footer-bottom-menu li a {
         padding: 5px 0;
         font-size: 12px;
     }

     .copyright {
         text-align: center;
         font-size: 12px;
         margin: 10px 0;
     }

     .header-donate-btn img {
         width: 25px;
         margin-right: 3px;
     }

     .header-donate-btn {
         font-size: 16px;
         padding: 10px 15px;
     }

     .form-img {
         display: none;
     }

     .add-block img {
         width: 100%;
         max-height: initial;
         object-fit: cover;
     }

     .page-navigation-area .page-link {
         width: 35px;
         height: 35px;
         font-size: 12px;
     }
 }

 @media(max-width:620px) {
     .switch-field label {
         font-size: 12px;
         padding: 8px 15px;
     }

     .language a {
         padding: 8px 15px;
         font-size: 14px;
     }

     .header-donate-btn img {
         width: 22px;
         margin-right: 3px;
     }

     .header-donate-btn {
         font-size: 14px;
         padding: 10px 10px;
     }

     .single-widget h3 {
         font-size: 18px;
     }

     .single-widget ul li a {
         font-size: 12px;
     }

     .single-widget ul li {
         margin-bottom: 5px;
     }

     .single-top-news .garowe-news-content h3.title-1,
     .news-listing-area .single-top-news .garowe-news-content h3.title-2 {
         font-size: 30px;
     }

     .garowe-news-content p {
         font-size: 22px;
     }

     .single-top-news .garowe-news-content h3.title-2,
     .news-list-content h3,
     .news-video-list .news-list-content h3 {
         font-size: 20px;
     }

     .news-video-list .news-list-content ul li p,
     .news-video-list .news-list-content ul li {
         font-size: 14px;
     }

     .bottom-news-area .single-top-news .garowe-news-content h3.title-2 {
         font-size: 25px;
     }

     .single-top-news .garowe-news-content ul li p {
         margin-right: 5px;
     }

     .single-top-news .garowe-news-content ul {
         display: block;
     }

     .single-top-news .garowe-news-content ul li {
         display: flex;
         margin-bottom: 10px;
         flex-wrap: wrap;
     }

     .news-list-content ul li,
     .news-list-content ul {
         flex-wrap: wrap;
     }

     .donation-radio {
         flex-wrap: wrap;
     }

     .donation-form h6 {
         width: 100%;
     }

     .donation-radio .radio input[type="radio"]+.radio-label:before {
         margin-right: 10px;
         margin-left: 0;
     }

     .donation-radio .radio {
         margin: 15px;
         margin-left: 0;
     }

     .donation-ammount {
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
     }

     .donation-ammount .ammount-btn {
         width: 48%;
         margin-right: 0;
         max-width: initial;

     }

     .donation-area .switch-field label,
     .donate-btn {
         width: 100%;
         max-width: 100%;
     }

     .news-letter-form h3 {
         font-size: 20px;
     }

     .news-letter-form .form-control {
         font-size: 12px;
         height: 45px;
     }

     .news-letter-form .btn {
         font-size: 12px;
         padding: 5px 12px;
     }

     .news-letter-form p {
         font-size: 12px;
     }

     .news-letter-form br {
         display: none;
     }

     .recent-news .single-top-news .garowe-news-content h3.title-2 {
         font-size: 25px;
     }

     .top-news-area {
         padding: 20px 0;
		 padding-bottom:0 !important;
     }

     .navbar-brand {
         margin-right: 0;
     }

     .tab-heading .nav-tabs {
         display: block;
         overflow: auto;
         white-space: nowrap;
         margin-top: 30px;
     }

     .tab-heading .nav-tabs a {
         display: inline-block;
         margin-bottom: 5px !important;
     }

     .tab-heading .nav-tabs a:first-child {
         margin-left: 0 !important;
     }

     .tab-heading {
         margin-bottom: 25px;
     }

     .section-title {
         text-align: center !important;
     }

     .action-option {
         display: block;
         text-align: center;
     }

     .action-option .btn-1,
     .action-option .btn-2 {
         max-width: inherit;
         margin-bottom: 10px;
     }

     .news-main h2,
     .breakingNews>ul>li>a {
         font-size: 12px;
     }

     .m-pl-0 {
         padding-left: 0;
     }
	 .cookies-content h3 {
    font-size: 20px;
	 }
	 .cookies-content p {
    font-size: 14px;
	}
	.action-option .btn-1 { 
    line-height: 30px;
	}
	.cookies-popup { 
    padding: 20px;
	}
	.news-letter-title { 
    font-size: 25px;
	}
 }
 /*00*/
.hidden{display:none;}
 
 


