
@font-face {
    font-family: 'barlowsemibold';
    src: url('font/barlow-semibold-webfont.woff2') format('woff2'),
         url('font/barlow-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}




@font-face {
    font-family: 'barlowlight';
    src: url('font/barlow-light-webfont.woff2') format('woff2'),
         url('font/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}




@font-face {
    font-family: 'barlowmedium';
    src: url('font/barlow-medium-webfont.woff2') format('woff2'),
         url('font/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'barlowlight';
}

html,
body {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container,
.container-fluid {
    padding: 0;
    padding-left:0 !important;
    padding-right:0 !important;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

input,
textarea,
select,
button,
a {
font-family: 'barlowlight' !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    background: #fff;
    /* height: 90px;*/
        /*box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
    transition: 0.25s all linear;
}

.header-main {
    background-color: #ffffff;
    padding: 0;
    border-radius: 4px;
    height: auto;
    width: 100%;
}

/*.header .logo {
    padding: 20px 12px 20px 0;
    width: 300px;
    float: left;
    margin-right: 40px;
}*/

/*.header .logo img {
    width: 100%;
}*/

/*.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}*/

/* modal popup start */
.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/* modal popup end */
.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu>.menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
}

/*.menu-active {
    border-bottom: 3px solid #4d8546 !important;
}*/
.header .menu>.menu-item>a {
    display: block;
    padding:12px 13px;
    color: #777;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-size: 16px;
 font-family: 'barlowlight';
    text-decoration: none;
    line-height: normal;
    position: relative;
}

.header .menu>.menu-item>a:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #171717;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.header .menu>.menu-item>a.menu-active:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0s;
}

.header .menu>.menu-item>a .plus {
    border: solid #626262;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item>a.menu-active:before {
    width: 74%;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom:0;
}

.header .menu>.menu-item.contact-part a {
    display: inline-flex;
    color: #171717;
    font-size: 16px;
   font-family: 'barlowlight';
    line-height: 16px;
    padding: 14px 35px;
    border: 1px solid #171717;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #171717;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.header .menu>.menu-item.contact-part a:hover {
    background: #fff;
    border-color: #171717;
    color: #171717;
    transition: all 0.5s ease 0s;
}

/*.header .menu > .menu-item:hover > a .plus{
    border: solid #fff;
    border-width: 0 2px 2px 0;
}*/
.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .main-header-top {
    text-align: center;
    padding: 4px 0 4px;
    /*   transition: top 0.2s ease-in-out;*/
    transition: 0.25s all linear;
    background: #fff;
    z-index: 999;
    position: relative;
}

.header .main-header-top.nav-up {
    margin-top: -71px;
    /*transition: top 0.2s ease-in-out;*/
    transition: 0.25s all linear;
}

.header .header-main {
    transition: 0.25s all linear;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}

.header .header-main.nav-up {
    margin-top: -119px;
    /*transition: top 0.2s ease-in-out;*/
    transition: 0.25s all linear;
}

.header .main-header-top a {
    display: block;
    transition: 0.25s all linear;
    margin: 0 auto;
    outline: none;
    box-shadow: none;
}

.header .main-header-top a img {
    display: block;
    margin: 0 auto;
    transition: 0.25s all linear;
    object-fit: contain;
}

/*.header.fixed .main-header-top a {*/
/*    width: 20%;*/
/*    transition: 0.25s all linear;*/
/*}*/

/*.header.fixed .main-header-top a img {*/
/*    object-fit: contain;*/
/*    transition: 0.25s all linear;*/
/*}*/

.header .main-header-top .search-bar {
    position: absolute;
    right: 15%;
 top: 0;
    transition: 0.25s all linear;
}

/*.header.fixed .main-header-top .search-bar {*/
/*    top: 16px;*/
/*}*/

/*.header .menu>.menu-item:hover>a {
    border-bottom: 3px solid #4d8546;
}
*/
.header .menu>.menu-item>.sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: auto;
    position: fixed;
    left: 0;
    right: 0;
      top: 105px;
    background-color: #fff;
    /* padding: 15px; */
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    /*visibility: hidden;*/

    /*max-height: 400px;*/
    overflow-y: scroll;
    padding: 2% 20%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    display: none;
}

.header .menu>.menu-item:hover.sub-menu {
    display: block;
}

.header.fixed .menu>.menu-item>.sub-menu {
     top: 104px;
}

.header .menu>.menu-item>.sub-menu a {
    display: block;
    padding: 4px 11px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    font-family: 'barlowlight';
    transition: 0.25s all linear;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
}

.header .menu>.menu-item>.sub-menu a:hover {
    background: #55a1f9;
    color: #fff;
    transition: 0.25s all linear;
}

.header .header-main.nav-up .menu>.menu-item>.sub-menu {
    display: none;
}

@media(min-width:992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        display: grid;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

/*.header .menu > .menu-item > .sub-menu > .menu-item > a:last-child{
border-bottom: none;
}*/
.header .menu>.menu-item>.sub-menu>.menu-item>a {
    transition: all 0.3s ease;
 font-family: 'barlowlight';
    text-decoration: none;
    display: flex;
    padding-bottom: 11px;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}

/*.header .menu>.menu-item>.sub-menu>.menu-item>a:before {
display: block !important;
content: '';
width: 0;
height: 2px;
margin-top: 6px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
background-color: #4d8546;
}*/

/*.header .menu>.menu-item>.sub-menu>.menu-item:hover>a:before {
width: 10px;
margin-right: 5px;
}*/

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    /* margin-right: 35px; */
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    font-family: 'barlowlight';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu>.menu-item {
        display: block;
        margin: 0;
    }

    .header .menu>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu>.menu-item>a {
        color: #000;
        padding: 12px 15px;
        /*  border-bottom: 1px solid #333333;*/
    }

    .header .menu>.menu-item:first-child>a {
        border-top: 1px solid #ddd;
    }

    .header .menu>.menu-item>a .plus:before,
    .header .menu>.menu-item>a .plus:after {
        background-color: #000;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
        padding: 12px 45px;
        color: #000;
        border-bottom: 1px solid #ddd;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
    }

    .header .menu>.menu-item>.sub-menu {
        padding: 0 !important;
        display: block;
    }

    .header .menu>.menu-item>.sub-menu a {
        margin: 0;
    }

    .header .menu>.menu-item>.sub-menu {
        top: auto;
    }

    .header.fixed .menu>.menu-item>.sub-menu {
        top: auto;
    }

}

.offcanvas-overlay {
    position: fixed;
    background: rgba(34, 40, 49, 0.4392156863);
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.4s;
    -o-transition: all 0.4s ease-in 0.4s;
    transition: all 0.4s ease-in 0.4s;
}

.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.extra-info {
    background: #141417 none repeat scroll 0 0;
    height: 100%;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 400px;
    z-index: 999;
    /*   overflow-y: scroll;*/
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.close-icon {
    margin-top: 0;
    text-align: right;
}

.menu-close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #777;
    padding: 7px;
    cursor: pointer;
    font-size: 30px;
     font-family: 'barlowlight';
}

.close-icon>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.close-icon button svg {
    color: #fff;
    width: 40px;
    height: 40px;
}

.extra-info .logo-side {
    margin-bottom: 30px;
}

.side-info {
    border-top: 1px solid #333;
    padding-top: 10px;
}

.contact-list {
    margin-bottom: 40px;
}

.contact-list p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
}

.extra-info .common-btn {
    margin-top: 30px;
    border-color: #fff;
    color: #fff;
}

.extra-info .common-btn:hover {
    background: #fff;
    color: #171717;
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 0.8s ease-out 0s;
}

/**heder*/

/******************/
.header .search-bar {
    width:92px;
    display: flex;
}

.header .search-bar input {
    color: #000;
    max-width: 0;
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
    webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    max-width: 100%;
    outline: none;
    padding: 13px 16px;
    box-shadow: none;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    border: 1px solid #bfbfbf;
 font-family: 'barlowlight';
    display: none !important;
}

.header .search-bar .search-btn {
    background: transparent;
    border: 0;
    outline: none;

      padding: 7px 22px;
        text-decoration: none;
    color: #282828;
    
    cursor: pointer;
}

.header .search-bar .search-btn a {
    text-decoration: none;
    color: #282828;
    font-size:16px;
}
.header .search-bar .search-btn span{
    display:block;
    margin-bottom:5px;
    color: #282828;
}
.header .search-bar .search-btn svg {
    width: 16px;
    height: 16px;
    color: #282828;
}

.hero-section img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: right;
    margin: 0 auto;
    height:77vh;
}
.hero-section img.mobile-img{
    display:none;
}

.heading {
    font-size: 45px;
    line-height: 61px;
    margin-bottom: 9px;
    color: #000000;
        font-family: 'barlowsemibold';
}

.getting-section {
    padding: 60px 0;
}

.getting-section.just-visiting {
    padding: 0;
}

.getting-section p {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #464646;
     font-family: 'barlowlight';
}

.getting-section h3,
.getting-section h4,
.getting-section h5,
.getting-section h6 {
    margin: 30px 0 15px;
  font-family: 'barlowmedium';

}

.getting-section p:last-child {
    margin-bottom: 0;
}

.getting-section .left-side-part {
    margin-right: 100px;
}

.getting-section .left-side-part h2 {
    margin-bottom: 10px;
    
}

.getting-section.just-visiting .left-side-part {
    margin-right: 0;
    margin-left: 100px;
}

.sponsored {
    padding: 60px 0 60px;
}

.sponsored .heading-part {
    margin-bottom: 20px;
    padding: 0 15px;
}

.sponsored .heading-part .heading2 {
    color: #000000;
    font-size: 30px;
    line-height: 53px;
 font-family: 'barlowlight';
    margin-bottom: 0;
}

.sponsored .col-lg-3 {
    padding: 0 15px;
}

.sponsored .img-part img {
    display: block;
    width: 100%;
}



.common-btn,.common-btn-list {
    display: inline-block;
    margin-bottom: 0;
 font-family: 'barlowmedium';
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    background-color: #cccccc;
    border-color: #cccccc;
    border: none;
    text-shadow: none;
    padding-bottom: 10px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
    text-decoration: none;
 font-family: 'barlowlight';
    transition: 0.25s all linear;
}

.common-btn:hover,.common-btn-list:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: 0.25s all linear;
}


.ads-banner-home {
    text-align: center;
    padding: 60px 0;
opacity:0;
}

.ads-banner-home .img {
    display: block;
    margin: 0 auto;
}

footer {
    background: #000000;
}

footer .col-lg-8,
footer .col-lg-4 {
    padding: 63px 40px;
    display: flex;
}

footer .col-lg-4 {
    background: #000;
    justify-content: center;
}

footer .col-lg-4:first-child {
    background: #970014;
}

footer .left-side .logo-part {
    margin-bottom: 40px;
}

footer .common-list ul {
    padding-left: 40px;
}

footer .common-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

footer .common-list ul li:last-child {
    margin-bottom: 0;
}

footer .common-list ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
 font-family: 'barlowlight';
    text-decoration: none;
    position: relative;
}

footer .common-list ul li a:before {
    content: "\2058";
    font-size: 23px;
    color: #fff;
    position: absolute;
    top: -3px;
    left: -25px;
}

footer .common-list strong {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
   font-family: 'barlowlight';
    text-decoration: none;
 font-family: 'barlowlight';
    display: block;
    margin-bottom: 20px;
}

footer .col-lg-4:nth-child(2) .common-list {
    margin-left: 100px;
}

footer .left-side p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #fff;
 font-family: 'barlowlight';
}

footer .footer-logo {
    text-align: center;
    width:50%;
}

footer .footer-logo img {
    display: block;
    margin: 0 auto;
}

footer .left-side .social-media-icon a,
footer .left-side .social-media-icon .icon-s {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

footer .left-side .social-media-icon a:last-child,
footer .left-side .social-media-icon .icon-s:last-child {
    margin-right: 0;
}

footer .left-side .social-media-icon a svg,
footer .left-side .social-media-icon .icon-s svg {
    width: 32px;
    height: 32px;
}

footer .website-direct-links {
    margin-top: 40px;
    color: #fff;
}

footer .website-direct-links a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
 font-family: 'barlowlight';
    padding: 0 10px;
    border-right: 1px solid #fff;
}

footer .website-direct-links a:last-child {
    border-right: 0;
}

footer .copy-right-text {
    padding: 57px 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
 font-family: 'barlowlight';
 font-family: 'barlowlight';
}

footer .copy-right-text p {
    margin-bottom: 0;
    text-align: center;
 font-family: 'barlowlight';
}


.rn-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #ddd;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}

.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rn-progress-parent::after {
    position: absolute;
    content: '';
    background: url(../images/uparrow.png) no-repeat;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    left: 0;
    top: 50%;
    height: 14px;
    width: 14px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    display: block;
}

.rn-progress-parent:hover::after {
    color: #55a1f9;
}

.rn-progress-parent::before {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #55a1f9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent svg path {
    fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
    stroke: #55a1f9;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

h1 {
    font-size: 40px !important;
    line-height: 54px !important;
    font-family: 'barlowsemibold' !important;
}

h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: 'barlowsemibold';
}

h3 {
    font-size: 28px !important;
    line-height: 35px !important;
   font-family: 'barlowmedium';
}

h4 {
    font-size: 22px !important;
    line-height: 28px !important;
   font-family: 'barlowmedium';
}

h5 {
    font-size: 20px !important;
    line-height: 24px !important;
   font-family: 'barlowmedium';
}

h6 {
    font-size: 16px !important;
    line-height: 20px !important;
  font-family: 'barlowlight';
}

p {
    font-size: 18px !important;
    line-height: 28px !important;
  font-family: 'barlowlight' ;
}

.header .main-header-top .top-first-logo {
    position: absolute;
    top: 25px;
    left: 0;
    width: 106px;
}

.header .main-header-top .top-first-logo a {
    width: 106px;
    outline: none;
}

.header .main-header-top .top-first-logo img {
    display: block;
}

.header.fixed .main-header-top .top-first-logo a {
    width: 57px;
}

.header.fixed .main-header-top .top-first-logo {
    top: 3px;
}

.common-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.common-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 433px;
    background-color: #0d6efd;
    border-radius: 10px;
    z-index: 9999;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 35px;
    border: 1px solid #0d6efd;
    text-align: center;
    display: none;
}

.common-popup .colse-btn {
    width: 30px;
    height: 30px;
    background: #5aa541;
    position: absolute;
    top: -8px;
    right: -6px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-popup .colse-btn svg {
    width: 24px;
    height: 24px;
}

.common-popup p {
    font-size: 31px !important;
    text-align: center;
    line-height: 45px !important;
    color: #fff;
 font-family: 'barlowmedium';
    margin-bottom: 22px;
}

.common-popup p svg {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.common-popup .common-btn {
    background: #5aa541;
    border-color: #5aa541;
    color: #fff;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bottom-fixed-ribiien {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none;
    z-index:99;
}

.bottom-fixed-ribiien .ribiien-container {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #b3afaf;
    box-shadow: -3px 1px 34px -9px #252525;
}

.bottom-fixed-ribiien .ribiien-container p strong {
  font-family: 'barlowsemibold';
}

.bottom-fixed-ribiien .ribiien-container p a {
    color: #000;
}

.bottom-fixed-ribiien .ribiien-container .col-lg-2 {
    text-align: right;
}

.bottom-fixed-ribiien .ribiien-container .row {
    align-items: center;
}

.bottom-fixed-ribiien .ribiien-container .common-btn {
    background: #000;
    color: #fff;
    padding: 12px 39px;
}

.banner-top-navigation{
    margin-top: 120px;
    
}
sup {
    vertical-align: super;
    font-size: smaller;
}



/*extra new css*/
.header .main-header-top {
    padding: 0;
}

.header .menu>.menu-item>a {
    padding: 6px 13px;
}

.banner-top-navigation {
    margin-top: 91px;
}

.header .menu>.menu-item>a {
    color: #282828;
}

.header .menu>.menu-item>a .plus {
    border-color: #282828;
}

.header .menu>.menu-item>.sub-menu {
    top: 85px;
}

.header.fixed .menu>.menu-item>.sub-menu {
    top: 84px;
}

.hero-section img {
    object-position: bottom right;
    height: 57vh;
}

.getting-section {
    padding: 30px 0;
}

.ads-banner-home {
    padding: 30px 0;
}
.hero-section .slick-dots{
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    z-index:8;
    text-align:center;
    
}
.hero-section .slick-dots li{
 display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
        cursor: pointer;
}
.hero-section .slick-dots li button{
    padding:0;
    border:1px solid #2396e6;
    border-radius:50%;
    font-size:0;
    width:10px;
    height:10px;
     background: transparent;
         transition: 0.25s all linear;
                 cursor: pointer;
}
.hero-section .slick-dots li.slick-active button{
    background:#2396e6;
        transition: 0.25s all linear;
}
.hero-section .slick-arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    background: #fff;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    display:none !important;
}

.hero-section .slick-arrow svg {
    width: 25px;
    height: 25px;
    color: #000000;
}

.hero-section .slick-arrow.slick-prev {
    left: 0;
}

.hero-section .slick-arrow.slick-next {
    right: 0;
}
.search-bar.mobile-show-button {
        display: none;
    }
@media screen and (max-width:1600px) {
  
    .header .menu>.menu-item>.sub-menu {
        padding: 2% 14%;
    }
.header .menu>.menu-item>.sub-menu {
    top: 81px;
}
.header.fixed .menu>.menu-item>.sub-menu {
    top: 79px;
}

}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .menu>.menu-item>a {
  
             font-size:18px;
    }
    .heading {
        font-size: 34px;
        line-height: 53px;
        margin-bottom: 10px;
    }

    .header .search-bar {
        width: 80px;
    }

    .getting-section p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .getting-section .left-side-part {
        margin-right: 40px;
    }

    .getting-section.just-visiting .left-side-part {
        margin-left: 40px;
    }

    

    footer .col-lg-4:nth-child(2) .common-list {
        margin-left: 50px;
    }

    .header .menu>.menu-item>.sub-menu {
        padding: 2% 11%;
    }
  
}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .header .menu>.menu-item>a {
            
             font-size:18px;
    }

    .header .search-bar {
        width:80px;
    }

    .heading {
        font-size: 34px;
        line-height: 53px;
        margin-bottom: 10px;
    }

    .getting-section p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .getting-section .left-side-part {
        margin-right: 40px;
    }

    .getting-section.just-visiting .left-side-part {
        margin-left: 40px;
    }

   

    .weekly-news-letter {
        padding: 80px 0;
    }

    .weekly-news-letter h3 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 26px;
    }

    .weekly-news-letter .big-text {
        font-size: 20px;
        line-height: 34px;
        margin-top: 25px;
    }

    
    footer .col-lg-4:nth-child(2) .common-list {
        margin-left: 50px;
    }

    .header .menu>.menu-item>.sub-menu {
        padding: 2% 11%;
    }
 

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header .menu>.menu-item>a {
        font-size: 16px;
    }
    .header .menu>.menu-item>.sub-menu {
        padding: 2% 10%;
    }

    .heading {
        font-size: 34px;
        line-height: 53px;
        margin-bottom: 10px;
    }

    .getting-section p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .getting-section .left-side-part {
        margin-right: 40px;
    }

    .getting-section.just-visiting .left-side-part {
        margin-left: 40px;
    }

    .weekly-news-letter {
        padding: 80px 0;
    }

    .weekly-news-letter h3 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 26px;
    }

    .weekly-news-letter .big-text {
        font-size: 20px;
        line-height: 34px;
        margin-top: 25px;
    }

    .header .search-bar {
        width: 80px;
    }

    footer .col-lg-4:nth-child(2) .common-list {
        margin-left: 50px;
    }
    .ads-banner-home .article-section,.ads-banner-home{
        padding-top:0;
    }
  
}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .main-header-top {
        padding: 0;
    }

    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .main-header-top {
        width: 83%;
        display: flex;
        align-items: center;
    }

    .header .main-header-top .logo-part {
        width: 100%;
    }

    .header .main-header-top .search-bar {
        position: static;
        width: 10%;
        padding: 0 16px;
    }

    .header .header-main.nav-up {
        margin-top: 0;
    }

    .header .main-header-top .search-bar .search-btn {
        padding: 0;
    }

    .header .header-main {
        width: 10%;
        padding: 0 10px;
    }

    .header .header-main .logo-nav {
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header{
        border-bottom:1px solid #ddd;
    }

    .header .menu {
        width: 100%;
    }

    .header .main-header-top {
             padding: 10px 5px;
    }

    .header .menu>.menu-item>a {
        display: block;
    }

    .getting-section {
        padding: 60px 15px;
    }

    .getting-section .left-side-part {
        margin-right: 0;
    }

    .heading {
        font-size: 30px;
        line-height: 38px;
    }

    .sponsored .heading-part .heading2 {
        font-size: 26px;
        line-height: 39px;
    }

   
    .getting-section .right-side-part {
        margin-top: 15px;
    }

    .getting-section.just-visiting .left-side-part {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .getting-section.just-visiting .col-lg-6:first-child {
        order: 2;
    }

    .getting-section.just-visiting .col-lg-6:last-child {
        order: 1;
    }

    .sponsored {
        padding: 60px 15px;
    }

    .sponsored .col-lg-3 {
        padding: 0;
        margin-bottom: 10px;
    }

    .sponsored .heading-part {
        padding: 0;
    }

 


    .ads-banner-home {
        text-align: center;
        padding: 30px 0;
    }

    footer .col-lg-8,
    footer .col-lg-4 {
        padding: 45px 24px;
        justify-content: center;
    }

    footer .website-direct-links {
        margin-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    footer .copy-right-text {
        padding: 30px 10px;
        text-align: center;
    }

    .header .menu>.menu-item>a.menu-active:before {
        width: 100%;
        opacity: 1;
        visibility: visible;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        right: auto;
    }

  
    .header .search-bar {
        position: relative;
    }

    .header .search-bar input {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 300px;
        width: 193px;
    }

    .header .open-nav-menu {
        order: 2;
        width: 50%;
    }

    .header .search-bar {
        order: 1;
        width: 42%;
    }

    

    .header .menu>.menu-item>a {
        line-height: 29px;
    }

    .header .main-header-top.nav-up {
        margin-top: 0;
    }

    .benner-top-img img {
        height: 300px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    
    .header.fixed .main-header-top a {
 
        transition: 0.25s all linear;
    }

    footer .col-lg-4 {
        order: 1;
    }

    footer .col-lg-8 {
        order: 2;
    }

    footer .col-lg-4:nth-child(2) .common-list {
        margin-left: 0;
    }

    footer .col-lg-4:nth-child(2),
    footer .col-lg-4:nth-child(3) {
        width: 100%;
        padding: 45px 14px;
    }

    footer .common-list ul {
        padding-left: 26px;
    }

    footer .common-list strong {
        font-size: 16px;
    }

    footer .common-list ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    footer .common-list ul li {
        margin-bottom: 11px;
    }



    .getting-section.just-visiting {
        padding: 0 15px 0;
    }

    .getting-section h3,
    .getting-section h4,
    .getting-section h5,
    .getting-section h6 {
 font-family: 'barlowlight';
    }

    .hero-section img {
        height: 350px;
    }

    .header .main-header-top .search-bar {
        display: none;
    }

    .header .main-header-top .top-first-logo {
        position: static;
        display: none;
    }

    .header .main-header-top .top-first-logo a {
        width: 58px;
    }

    .common-popup {
        width: 82%;
        padding: 20px;
    }

    .common-popup p {
        font-size: 26px !important;
        line-height: 37px !important;
    }

    

    .search-bar.mobile-show-button {
        display: block;
    }

    .header .search-bar .search-btn {
        display: block;
        width: 100%;
        text-align: left;
        padding: 11px 14px;
    }

    .header .search-bar .search-btn a {
        line-height: 29px;
        font-size: 16px;
 font-family: 'barlowlight';
    }

    .header .search-bar .search-btn a svg {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    .bottom-naivgation {
        text-align: center;
        margin-top: 71px;
    }

    .bottom-naivgation a img {
        width: 80%;
    }

    .search-bar.mobile-show-button {
        width: 100%;
    }

    .sorted-by .searchpatten {
        width: 100%;
    }

    footer .footer-logo img {
        width: 50%;
    }

    footer .col-lg-8,
    footer .col-lg-4 {
        padding: 41px 15px;
    }

    footer .left-side .social-media-icon a,
    footer .left-side .social-media-icon .icon-s {
        margin-right: 10px;
    }

    footer .left-side .social-media-icon a svg,
    footer .left-side .social-media-icon .icon-s svg {
        width: 30px;
        height: 30px;
    }

    footer .website-direct-links a {
        display: block;
        border: 0;
        margin-bottom: 10px;
        padding: 0;
    }

    footer .website-direct-links a:last-child {
        margin-bottom: 0;
    }

    h1 {
        font-size: 34px !important;
        line-height: 47px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    h3 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    h5 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    h6 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .bottom-fixed-ribiien .ribiien-container .col-lg-2 {
        text-align: center;
        margin-top: 20px;
    }

    .bottom-fixed-ribiien {
        width: 98%;
        margin: 0 auto;
        bottom: 0
    }

    .banner-height-common .benner-top-img img.mobile-banner {
        display: block;
        height: auto;
    }

    .banner-height-common .benner-top-img img.desktop-banner {
        display: none;
    }
    .banner-height-common .benner-top-img img {
    height: 35vh;
    }
    
    .header .header-main {
        border: 0;
    }
        .header .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header .menu>.menu-item>.sub-menu{
          top: auto;
    }

footer .footer-logo{
    width:auto;
}
.header .menu>.menu-item>a .plus{
    z-index:-1;
    position:relative;
}

.banner-top-navigation {
    margin-top: 46px;
}
.hero-section img.desktop-img{
    display:none;
}
.hero-section img.mobile-img{
    display:block;
            object-position: top;
}
.header.fixed .menu>.menu-item>.sub-menu{
    top:auto;
}
}

/*1023*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2)  and (orientation:portrait) {
    .hero-section img {
    object-position: bottom right;
    height: 33vh;
}
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .banner-top-navigation {
        margin-top: 94px;
    }

    
    .header .header-main {
        width: 16%;
    }

   
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .banner-top-navigation {
        margin-top: 94px;
    }

  

    .header .header-main {
        width: 16%;
    }

    
    .hero-section img.mobile-img {
        display: none;
        object-position: top;
    }
       

}
@media only screen and (min-device-width:400px) and (max-device-width:420px) {
    .banner-top-navigation {
        margin-top: 61px;
    }
}


@media only screen and (min-device-width:540px) and (max-device-width:541px) {
        .hero-section img.desktop-img {
        display: block;
    }
        .hero-section img.mobile-img {
        display: none;
        object-position: top;
    }
}