/* 
Theme Name: 1800w Theme Child
Theme URI: #
Description: Custom theme.
Author: 1800w Team
Author URI: #
Template: 1800w-theme
Version: 1.0.0
Text Domain: 1800w-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.no__scroll {
    overflow: hidden;
}
.elementor-widget-text-editor :is(.elementor-widget-container, .elementor-text-editor)>*:last-child {
    margin-bottom: 0;
}
.elementor-widget-text-editor .elementor-widget-container a {
    color: inherit;
}
.elementor-widget-icon .elementor-icon {
    display: block;
}
.elementor-widget-image {
    line-height: 0;
}
b, strong {
    font-weight: 500;
}
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: .35s;
}
.elementor-location-header.hidden__header {
    top: -500px !important;
}
.header__menu .elementor-nav-menu>li.accent-menu-item,
.header__menu .elementor-nav-menu>li.accent-menu-item a {
    background: var(--e-global-color-text) !important;
}
.header__menu .elementor-nav-menu>li.accent-menu-item a {
    color: #fff !important;
    font-weight: 500 !important;
}
.header__menu .elementor-nav-menu>li.accent-menu-item a:after {
    background: currentColor !important;
}
@media(min-width:900px) {
.header__menu .elementor-nav-menu--layout-horizontal {
    height: 100%;
}
.header__menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    align-items: center;
}
.header__menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.accent-menu-item {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.header__menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.accent-menu-item a {
    margin: 0 30px;
}
}
@media(max-width:899px) {
.header__menu .elementor-menu-toggle {
    padding: 0;
}
.header__menu .elementor-menu-toggle svg {
    display: block;
}
.header__menu .elementor-menu-toggle .elementor-menu-toggle__icon--close svg {
    height: 24px;
    padding: 0 7px;
}
.header__menu .elementor-nav-menu--dropdown {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .16);
}
.header__menu .elementor-menu-toggle.elementor-active:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.header__menu .elementor-item.elementor-item-active {
    text-decoration: underline !important;
}
}

/* ------------------------------------------------------------------------------------------
Forms
--------------------------------------------------------------------------------------------- */
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields {
    gap: 20px;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields {
    gap: 20px 50px;
    grid-template-areas:
            "name mess"
            "email mess"
            "phone mess"
            "recaptcha mess";
    grid-template-columns: repeat(2, 1fr);
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_name {
    grid-area: name;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_email {
    grid-area: email;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_phone {
    grid-area: phone;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-consent{
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_recaptcha {
    grid-area: recaptcha;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-consent .ginput_container label {
    margin-top: -10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-consent input {
    display: none;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-consent input ~ label:before {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    background-image: url(icon/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #707070;
    transition: .5s;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-consent input:checked~label:before {
    border-color: #C29F5A;
    background-color: #C29F5A;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_mess {
    grid-area: mess;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield_required {
    display: none;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield input,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea {
    padding: 20px 15px;
    background: #000;
    border-radius: 5px;
    border: none;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    background: #fff;
    outline: none;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea.large {
    resize: none;
    display: block;
    height: 220px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield input::placeholder,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: #000 !important;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield_description {
    padding-top: 10px;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin-top: 34px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0;
    width: 200px;
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 30px;
    border: none;
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    color: #454545;
    transition: .35s;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #C29F5A;
    color: #fff;
}
.gform_validation_errors {
    display: none;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield_validation_message {
    background: no-repeat;
    border: none;
    padding: 0;
    color: #c02b0a;
}
.gform_confirmation_message {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.form_htm_desc {
    margin-top: 16px;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    max-width: 788px;
}
.form_htm_desc > *:last-child {
    margin-bottom: 0;
}
.form_htm_desc a {
    color: #c29f5a;
    text-decoration: underline;
}
.search__icon input {
    background-image: url(./icon/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right 12px !important;
    background-size: 18px !important;
    padding-right: 32px !important;
}
@media(max-width:899px) {
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields {
    gap: 15px;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: 1fr;
    grid-template-areas:
            "name"
            "email"
            "phone"
            "mess"
            "recaptcha";
    gap: 15px;
}
.home__form.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_fields .grid_recaptcha {
    margin-top: -20px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield input,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea {
    padding: 16px 15px;
    font-size: 16px;
    line-height: 18px !important;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea,
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 310px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gfield_description {
    text-align: right;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 30px;
}
.elementor-widget-wp-widget-gform_widget .gform_wrapper.gravity-theme .gform_footer input {
    width: 150px;
    padding: 12px;
    font-size: 18px;
    line-height: 21px !important;
}
.form_htm_desc {
    margin-top: 0;
    line-height: 24px;
}
.search__icon input {
    background-image: none !important;
}
}

/* num_accordeon */
.num__tab {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.num__tab .item {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.num__tab .item .content {
    flex-grow: 1;
}
.num__tab .item .num, .num__tab .title {
    font-family: "Gotham", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #20464e;
}
.num__tab .item .num {
    flex-shrink: 0;
}
.num__tab .title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}
.num__tab .title .icon {
    flex-shrink: 0;
    position: relative;
    color: #454545;
    width: 20px;
    height: 20px;
    margin: 2px 0;
    border: 2px solid currentColor;
    border-radius: 50%;
}
.num__tab .title .icon:before {
    content: '';
    width: 10.8px;
    height: 2px;
    border-radius: 6px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.num__tab .title .icon:after {
    content: '';
    height: 10.8px;
    width: 2px;
    border-radius: 6px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.num__tab .title .icon.active:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.num__tab .text {
    display: none;
    padding-top: 10px;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}
.num__tab .text > *:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------
Coverage template
--------------------------------------------------------------------------------------------- */
.coverage_tpl .e-n-tabs-heading {
    background: #454545;
    padding: 0 35px;
}
.coverage_tpl .e-n-tab-title[aria-selected="true"] {
    text-decoration: underline !important;
}
.coverage_tpl .e-n-tab-title {
    position: relative;
}
.coverage_tpl .e-n-tab-title:not(:last-child):after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.coverage_tpl .e-n-accordion-item {
    border-bottom: 1px solid #979797;
}
.coverage_tpl .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    transition: .5s;
}
.coverage_tpl .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
    transform: rotate(180deg);
}
.coverage_tpl .e-n-accordion-item-title-header {
    gap: 10px;
    align-items: center;
}
.coverage_tpl .e-n-accordion-item-title-header:before {
    content: '';
    width: 15px;
    height: 15px;
    background: center/contain no-repeat url(./icon/coverage-check.svg);
    flex-shrink: 0;
}
.coverage_tpl .e-n-accordion-item .elementor-widget-text-editor :is(strong, b) {
    font-weight: 700;
}
.coverage_list .header .dropdown {
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.16);
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .5s;
}
.coverage_right .coverage_list .header .dropdown {
    left: unset;
    right: 0;
}
.coverage_list.opened_list .header .dropdown {
    opacity: 1;
    transform: scaleY(1);
}
.coverage_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 20px 23px;
    background-color: #fff;
    border-bottom: 1px solid #454545;
    transition: .5s;
    cursor: pointer;
}
.coverage_title:hover {
    background-color: #454545;
}
.coverage_title :is(.info, svg.arrow, .menu_icon) {
    display: none;
}
.coverage_title .title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    transition: .5s;
}
.coverage_title:hover .title {
    color: #fff;
}
.coverage_title .title svg {
    width: 23px;
    height: 23px;
    object-fit: contain;
    transition: .5s;
}
.coverage_title:hover .title svg {
    fill: #fff;
}
.coverage_title .title svg path {
    transition: .15s;
}
.coverage_title:hover .title svg path {
    fill: #454545;
}
.coverage_title .coverage_num {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 21px;
    color: #000;
    transition: .5s;
}
.coverage_title:hover .coverage_num {
    color: #fff;
}
.coverage_list .current_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 19px 30px 18px 20px;
    background-color: #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s;
    position: relative;
}
.coverage_list .current_item .title {
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
}
.coverage_list .current_item .title svg, 
.coverage_list .current_item .coverage_num {
    display: none;
}
.coverage_list .current_item .info {
    width: 22px;
    height: 22px;
    padding: 2px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 2;
}
.coverage_list .current_item .info .info_content {
    width: 350px;
    max-width: calc(100vw - 40px);
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -5px 0 20px 0 rgba(0,0,0,.25);
    position: absolute;
    top: -52px;
    left: 51px;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    display: none;
}
.coverage_list .current_item .info .info_content .info_content_title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 17px;
}
.coverage_list .current_item .info .info_content :is(strong, b) {
    font-size: 16px;
    line-height: 20px;
}
.coverage_list .current_item .info .info_content > *:last-child {
    margin-bottom: 0;
}
.coverage_list .current_item .info svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.coverage_list .current_item svg.arrow {
    fill: #fff;
    width: 24px;
    height: auto;
    margin-left: auto;
}
.coverage_list .current_item .menu_icon {
    width: 32px;
    height: 18px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
}
.coverage_list .current_item .menu_icon span {
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transition: .5s;
    transform: translateX(-50%);
}
.coverage_list .current_item .menu_icon span:nth-child(1) {
    top: 0;
}
.coverage_list .current_item .menu_icon span:nth-child(2) {
    top: calc(50% - 1px);
}
.coverage_list .current_item .menu_icon span:nth-child(3) {
    bottom: 0;
}
.coverage_list .current_item .menu_icon.open span:nth-child(1) {
    width: 28px;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.coverage_list .current_item .menu_icon.open span:nth-child(2) {
    width: 0;
}
.coverage_list .current_item .menu_icon.open span:nth-child(3) {
    width: 28px;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.coverage_content {
    display: none;
}
.coverage_list > .content {
    transition: .5s;
}
.coverage_list.opened_list > .content {
    opacity: .5;
    pointer-events: none;
}
.coverage_list .e-n-accordion-item[id^="disable"] {
    pointer-events: none;
}
.coverage_list .e-n-accordion-item[id^="disable"] .e-n-accordion-item-title {
    background-color: #ECECEC !important;
    color: #979797 !important;
}
.coverage_tpl .e-n-accordion-item[id^="disable"] .e-n-accordion-item-title-header:before {
    background: center/contain no-repeat url(./icon/coverage-check-disable.svg);
}
.coverage_tpl .e-n-accordion-item[id^="disable"] .e-n-accordion-item-title-icon span>svg {
    fill: #979797;
}
.coverage_list .current_item .info .info_content svg.close {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}
@media(max-width:1199px) {
.coverage_list .current_item .info .info_content {
    top: calc(100% + 16px);
    left: -64px;
}
.coverage_list .current_item .info .info_content .info_content_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
}
@media(max-width:899px) {
.coverage_tpl .e-n-tabs-heading {
    padding: 0 25px;
}
.coverage_tpl .e-n-tab-title[aria-selected="true"] {
    font-weight: 700;
}
.coverage_tpl .e-n-tab-title:not(:last-child):after {
    height: 9px;
}
.coverage_tpl .e-n-accordion-item-title-header {
    gap: 8px;
}
.coverage_tpl .e-n-accordion-item-title-header:before {
    width: 12px;
    height: 12px;
}
.coverage_list .current_item {
    border-top-left-radius: 0;
    gap: 5px;
    padding: 7px 10px 8px 20px;
    height: 42px;
}
.coverage_right .coverage_list .current_item {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
}
.coverage_list .current_item .title {
    font-size: 16px;
    line-height: 19px;
}
.coverage_list .current_item svg.arrow {
    width: 19px;
}
.coverage_list .header .dropdown {
    top: 42px;
}
.coverage_title {
    padding: 17px 20px 18px;
}
.coverage_title .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.coverage_title .title svg {
    width: 15px;
    height: 15px;
}
.coverage_title .coverage_num {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.coverage_list .current_item .info {
    width: 27px;
    height: 27px;
    padding: 7px;
}
.coverage_list .current_item .info .info_content svg.close {
    display: block;
}
.coverage_list .current_item .menu_icon {
    width: 18px;
    height: 11px;
}
.coverage_list .current_item .menu_icon span {
    width: 18px;
    height: 1px;
}
.coverage_list .current_item .menu_icon span:nth-child(2) {
    top: calc(50% - .5px);
}
.coverage_list .current_item .menu_icon.open span:nth-child(1), 
.coverage_list .current_item .menu_icon.open span:nth-child(3) {
    width: 14px;
}
}
@media(max-width:799px) {
.coverage_list .current_item .info {
    position: unset;
}
.coverage_list .current_item .info .info_content {
    top: 50px;
    left: 20px;
}
.coverage_right .coverage_list .current_item .info .info_content {
    left: unset;
    right: 20px;
}
}
@media(max-width:599px) {
.coverage_list .header .dropdown {
    width: 100vw;
}
.coverage_list.disable_list {
    opacity: .5;
    pointer-events: none;
}
}

/* custom form */
.custom_form .grid_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.custom_form .grid_wrapper .col-1-1 {
    grid-column: span 4;
}
.custom_form .grid_wrapper .col-1-2 {
    grid-column: span 2;
}
.custom_form .grid_wrapper .col-1-4 {
    grid-column: span 1;
}
.custom_form .grid_wrapper :is(input, select) {
    outline: none !important;
    padding: 15px 14px 14px;
    border-radius: 10px;
    border: 1px solid #454545;
    background-color: #fff;
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
}
.custom_form .grid_wrapper :is(input, select)::placeholder {
    color: #000 !important;
}
.custom_form .grid_wrapper select {
    appearance: none;
    padding-right: 25px;
    background: center right 9px/12px no-repeat url(./icon/select_arrow.svg), #fff;
}
.custom_form .grid_wrapper input.search_icon {
    padding-right: 30px;
    background: center right 9px/18px no-repeat url(./icon/search-icon.svg), #fff;
}
.custom_form .description_input {
    margin: 5px 0 0;
    font-family: "Gotham", Sans-serif;
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}
.custom_form .form_description {
    margin-top: 24px;
    font-family: "Gotham", Sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}
.custom_form .form_description a {
    color: #C29F5A;
    text-decoration: underline;
}
.custom_form .form_description > * {
    margin: 0 0 14px;
}
.custom_form .form_description>*:last-child {
    margin-bottom: 0;
}
.custom_form .form_submit {
    margin-top: 39px;
}
.custom_form .form_submit input {
    width: 215px;
    padding: 12px 20px;
    border-radius: 23px;
    border: none;
    background-color: #fff;
    font-family: "Gotham", Sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: center;
    color: #000;
    transition: .5s;
}
.custom_form .form_submit input:hover {
    background-color: #C29F5A;
    color: #fff;
}

/* faq */
.elementor-search-form__submit i {
    display: none;
}
.elementor-search-form__submit {
    background: center/18px no-repeat url(./icon/search-icon.svg) !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}