/***********Common Css***********/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /*font-family: "Source Serif Pro", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;*/
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #0c1d45;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a {
    color: rgba(49, 49, 49, 0.7);
    text-decoration: none;
}

.container {
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 38px;
    width: 100%;
    height: 40px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #878787;
}

.form-control:focus-visible {
    outline: 1px solid rgba(0, 0, 0, 0.5);
}

.block {
    display: block;
}

img {
    width: 100%;
    display: block;
}

figure {
    margin: 0%;
}

h1 {
    display: block;
    font-size: 40px;
    margin-block-start: 0px;
    margin-block-end: 8px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
}

.relative{ position: relative;}
.w-25{ width: 25%;}
.w-75{ width: 75%;}

/***********Header Css***********/
header {
    background-color: #0c1d45;
    padding: 26px 0;
    -webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

header .logo-light {
    -webkit-filter: invert(0) !important;
    -moz-filter: invert(0) !important;
    -ms-filter: invert(0) !important;
    -o-filter: invert(0) !important;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header {
    padding: 10px 0;
}

.header-search-form {
    position: relative;
    margin-left: 32px;
}

.brand-search {
    align-items: center;
    margin: auto;
    width: 260px;
}

.header-search-form .search-btn {
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 9;
}

.header-search-form .form-control {
    padding-left: 48px;
}

.search-btn {
    background-color: transparent;
    padding: 11px;
    width: 48px;
    height: 48px;
    text-align: center;
    border: none;
    border-radius: 48px;
    cursor: pointer;
}

.menu-bx ul {
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.menu-bx ul li {
    margin-left: 24px;
}


/***********Result Css***********/
.top-search-sec {
    padding: 32px 0;
    margin-top: 50px;
}
.bx-link{    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; z-index: 1;}
.search-bx {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}

.search-bx .search-img-bx {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.search-bx img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.search-bx:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.search-bx figcaption {
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: rgba(7, 7, 7, 0.9);
}

.top-search-sec .col-4 {
    margin-bottom: 30px;
}

#ad-article-title h2 {
    font-weight: bold;
    font-size: 34px;
}

#ad-article-head, #ad-article-block {
    line-height: 1.35;
}

/***********Mobile Menu***********/
#menuToggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Menu-separator{
    border-top: 1px solid rgba(135, 139, 138, 0.2);
    margin: 15px 0 0;
}

#menuToggle a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgba(49, 49, 49, 0.7);
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;

    background: #D9D9D9;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #D9D9D9;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-2px, 2px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 150px;
    right: -7px;
      top: -5000px;
    padding: 0;
    background: #FAFAFA;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px; border: 1px solid rgba(135, 139, 138, 0.2);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; z-index: 9;
}

#menu li {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    color: rgba(49, 49, 49, 0.7);
}

#menuToggle input:checked~ul {
    top: 33px;
}
#menu h6 {
    padding: 15px 15px 10px;
    font-size: 18px;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
}

/* Search Item Height */
.search-item {
    min-height: 300px;
}

@media (max-width: 999.98px) {
    .search-item {
        min-height: 250px;
    }
}

@media (max-width: 320px) {
    .search-item {
        min-height: 160px;
    }
}

.related_search_topics {
    padding: 0 16px;
    margin: 0 auto;
    font-size: 15px;
    text-align: right !important;
    padding-right: 5px !important;
    padding-bottom: 4px;
}

.article {
    padding: 0 16px;
    font-size: 19px;
}

#ad-article-block{
    margin-top: 10px;
    font-size: 19px;
}

#ad-article-block h2{
    font-size: 24px;
}

#read-more-button {
    margin-top: 20px;
    cursor: pointer;
}

.brand-bx {
    max-width: 260px;
}

.brand-bx img {
    height: 60px;
}

.seperation_bottom {
    padding-bottom: 20px;
}

.shadow_walk {
    -webkit-mask-image: linear-gradient(180deg, #000 20%, transparent);
    mask-position: 0px, 15px;
}

/***********Result Css***********/
.searchBlock {
    -webkit-box-orient: horizontal;
    flex-flow: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    transform: rotateZ(0deg);
    margin-bottom: 5px;
}

.searchRow .srp {
    -webkit-box-orient: horizontal;
    width: 100%;
    flex-shrink: 1;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 100%;
}

.searchBox {
    align-items: center;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: #1b52b3;
    border: 3px solid #dddddd;
    border-radius: 10px;
    cursor: auto;
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    font-family: "Arial Black",arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 75px;
    justify-content: flex-start;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    text-decoration: none;
    text-decoration-line: none;
    text-transform: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    cursor: pointer;
}

.searchText {
    width: 100%;
    flex-shrink: 1;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 450px) {
    .searchText {
        font-size: 19px;
    }
}

@media (max-width: 400px) {
    .searchText {
        font-size: 17px;
    }
}

.searchRow a:hover {
    color: #ffffff !important;
    background-color: #4285f5;
}

.searchPoint {
    margin-right: 15px;
}

.searchBox .searchGlass {
    border-radius: 4px 4px 4px 4px;
    margin-left: 20px;
}

.searchBox img {
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    max-height: 110px;
}

.searchBox:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.searchBox:hover searchText {
    color: #ffffff;
}
