*,
.lists,
blockquote,
body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

.wsmenu-list>li>a,
header .nav-tabs>li>a {
    font-size: 18px;
    position: relative;
}

.megamenu:before {
    display: none
}

html {
    font-size: 100%
}

* {
    box-sizing: border-box;
    outline: 0 !important
}

.wsmenu-list li:hover .wsmenu-submenu,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
    display: block
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none
}

.clearfix:after,
.clearfix:before {
    display: block;
    content: "";
    line-height: 0
}

.clear,
.clearfix:after {
    clear: both
}

.megamenu,
header {
    position: fixed;
    z-index: 999
}

.header_menu .container-fluid {
    max-width: 1800px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky_header {
    display: block;
    min-height: auto;
    /* animation: smoothScroll 1s forwards; */
}

header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px transparent;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: solid 1px #ededed;
    min-height: auto;
    display: block;
    position: sticky;
}

/* header {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px transparent;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: solid 1px #ededed;
    min-height: 90px;
    display: contents;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
} */

.header_menu {
    margin: 0;
    display: flex;
    align-items: center;
    background: #fff;
}

.header_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_menu .header_menu_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header_btn_estimate.estimate_mobile_version,
.hometext,
.link-list:first-child::before,
.overlapblackbg,
.wsmenu-click,
.wsmenu-click02,
.wsmenu-list>li:first-child a:before,
.wsmenuexpandermain,
.wsmobileheader,
a.chrimas-bx {
    display: none
}

.wsmenu {
    float: right
}

.wsmenu-list>li.blog a:after {
    display: none !important;
}

.wsmenu-list {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.wsmenu-list>li {
    float: left;
    padding: 0px 0;
    transition: all .6s;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    height: auto;
    padding: inherit
}

.wsmenu-list>li>a {
    display: block;
    color: #424242;
    padding: 30px 14px 30px 0;
    text-decoration: none;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    transition: all .6s;
    border-bottom: solid 2px #fff;
}

.wsmenu-list>li:not(:last-child)>a:after {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    content: "";
    transform: rotate(225deg);
    right: -7px;
    top: 38px;
    transition: all .6s;
}

.wsmenu-list>li:not(:first-child) {
    margin-left: 40px;
}

.wsmenu-list>li:hover>a {
    color: #fc7600;
    border-bottom: solid 2px #fc7600;
}

.wsmenu-list>li:hover>a:after {
    border-color: #fc7600;
}

.wsmenu-list>li:hover>a:after {
    transform: rotate(45deg);
    top: 44px;
    transition: all .6s;
}

.megamenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 85px;
    padding: 0 30px;
    visibility: hidden;
    opacity: 0;
}

.wsmenu-submenu li {
    position: relative
}

.wsmenu-submenu li a {
    width: 100%;
    display: block;
    padding: 2px 15px;
    font-weight: 500;
    border-radius: 0px;
    background: linear-gradient(to right, #ffeee0 50%, #fffcfa 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-bottom: 0px;
}

.wsmenu-list li:hover>.wsmenu-submenu,
.wsmenu-submenu li:hover>.wsmenu-submenu-sub,
.wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub {
    transition: all 0.5s ease;
    top: 88px;
    opacity: 1;
    visibility: visible;
}

.wsmenu-list li:hover>.megamenu {
    transition: all 0.5s ease;
    top: 88px;
    opacity: 1;
    visibility: visible;
}

header .navbar-brand {
    width: 220px;
    height: auto;
    padding: 0px 0 0
}

header .navbar-brand img {
    width: 100%;
    height: auto
}

.wsmenu-submenu {
    z-index: 999;
    margin: 0;
    position: absolute;
    background: #fffcfa;
    min-width: 200px;
    line-height: 45px;
    top: 85px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    visibility: hidden;
    opacity: 0;
}

.header-main .nav-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(../images/right-arrow.svg);
    border: 0;
    width: 8px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    transition: var(--ease-in-out);
}

.wsmenu-list>li span.wsmenu-click {
    display: none;
}

.wsmenu-submenu li a {
    color: #161616;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    transition: all 0.5s ease;
    position: relative;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
    opacity: 1;
    list-style: none;
    background-color: #fff;
    display: block
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    opacity: 1;
    list-style: none;
    padding: 2px;
    border: 1px solid #eee;
    background-color: #fff
}

.wsmenu-submenu li {
    padding: 0;
    margin: 0;
    display: block
}

.wsmenu-submenu>li>a:hover {
    background-position: left bottom;
}

.megamenu .megaMenu_tabs {
    background: #fffcfa;
    padding: 25px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    border-radius: 0px 0px 20px 20px;
}

.megamenu_inner {
    width: 20%;
    line-height: 45px;
    margin: 0;
    border-right: solid 1px #e7e7e7;
    padding: 0 10px;
}

.hireMegaMenu .megamenu_inner {
    width: 25%;
}

.megamenu_inner .mega_links {
    margin-left: 0px;
}

.megamenu_inner .mega_links li {
    padding: 0 0px;
}

.megamenu_inner .mega_links li a {
    padding: 0 15px;
    color: #161616;
    font-size: 16px;
    display: block;
    background: linear-gradient(to right, #ffeee0 49%, #fffcfa 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-bottom: 0;
    font-weight: 600;
    text-decoration: none;
    line-height: 40px;
}

.megamenu_inner .mega_links li a:hover {
    color: #161616;
}

.megamenu_inner .mega_links li a:hover {
    background-position: left bottom;
}

.megamenu_inner span,
.megamenu_inner span a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.megamenu_inner span:before {
    position: absolute;
    content: "";
    background: #fc7600;
    width: 40px;
    height: 2px;
    bottom: 0;
}

.megamenu_inner:last-child {
    border: none;
}

.Trending_Menu .megamenu_inner:first-child {
    width: 50%;
}

.Trending_Menu .megamenu_inner:not(:first-child) {
    width: 25%;
}

.Trending_Menu .megamenu_inner:first-child ul.mega_links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 20px;
}

.header_right_outer {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 5px 10px;
}

.header_right_outer li {
    position: relative;
    margin-right: 20px;
}

.header_right_outer>li>a {
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all ease-in-out .3s;
}

.contact_block {
    background: #fff;
    top: 70px;
    z-index: 9;
    position: absolute;
    right: -170px;
    min-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
    border: 1px solid #D7E4EC;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 350px;
}

.header_right_outer li:hover .contact_block {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.header_right_outer li:last-child {
    margin-right: 0;
}

.contact_block:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #D7E4EC;
    content: "";
    margin: 0 auto;
    transform: rotate(45deg);
    border-bottom: 0;
    border-right: 0;
}

.contact_block-inner {
    margin-bottom: 28px;
}

.contact_block-inner .contact_block-title {
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 20px;
}

ul.contact_enquiry {
    margin: 0;
    display: block;
}

ul.contact_enquiry li.contact_enquiry_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

ul.contact_enquiry li.contact_enquiry_item:not(:last-child) {
    margin-bottom: 30px;
}

ul.contact_enquiry li.contact_enquiry_item .contact_item_icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 14px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.contact_enquiry li.contact_enquiry_item .contact_item_icon img {
    max-width: 25px;
}

ul.contact_enquiry li.contact_enquiry_item .contact_enquiry_detail p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.05rem;
    font-weight: 800;
    color: #fc7600;
    text-transform: uppercase;
}

ul.contact_enquiry li.contact_enquiry_item .contact_enquiry_detail a {
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
    color: #000;
}

ul.contact_enquiry li.contact_enquiry_item:nth-child(4) .contact_enquiry_detail p {
    color: #0e8bcf;
}

ul.contact_enquiry li.contact_enquiry_item:nth-child(2) .contact_enquiry_detail p,
ul.contact_enquiry li.contact_enquiry_item:nth-child(3) .contact_enquiry_detail p {
    color: #f44336;
}

ul.contact_enquiry li.contact_enquiry_item:nth-child(1) .contact_enquiry_detail p {
    color: #42c453;
}

.header_right_outer li:last-child a {
    width: auto;
    height: auto;
    border-radius: 100px;
}

.btn-green-contact {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: fit-content;
    padding: 13px 30px;
    transition: 0.35s ease-out;
    color: #fff;
    position: relative;
    background: #2ab93c !important;
    border: none;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 14px;
    height: auto;
    letter-spacing: 2px;
    line-height: 20px;
    border: solid 1px #2ab93c;
    text-transform: uppercase;
}

.btn-green-contact:after {
    width: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    background: #fff;
    transition: .35s ease-out;
    border-radius: 5px;
}

.header_right_outer>li>a img {
    max-width: 30px;
}

.btn-green-contact:hover:after {
    left: 0;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
}

.btn-green-contact:hover {
    color: #2ab93c;
    background: transparent;
}

.time-of-year {
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all ease-in-out .3s;
    z-index: 99999999;
}

.time-of-year a img {
    max-width: 30px;
}

.time-of-year .tooltip {
    background: #fc7600;
    border-radius: 100px;
    bottom: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    opacity: 0;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    z-index: 99999;
    width: auto;
    text-align: center;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    bottom: -50px;
    white-space: nowrap;
    padding: 7px 25px 10px;
}

.time-of-year .tooltip:before {
    top: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border: 11px solid transparent;
    border-bottom-color: #fc7600;
    border-style: solid;
    border-width: 11px;
}

.time-of-year:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}


ul.header_right_outer.MobileVersion_header {
    display: none;
}

ul.header_right_outer.DesktopVersion_header {
    display: flex;
}

.dropdowncountry {
    min-height: 40px;
    margin: 0 0 0 10px;
}

.dropdowncountry .select {
    position: relative;
    margin-bottom: 0px;
    width: 66px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdowncountry .select .selectBtn {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    display: flex;
    align-items: center;
    text-indent: -9999px;
}

.dropdowncountry .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 9px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.dropdowncountry .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.dropdowncountry .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.dropdowncountry .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.dropdowncountry .select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdowncountry .select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.dropdowncountry .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.dropdowncountry .select img.dropdown-item {
    max-width: 25px;
    width: 25px;
    height: 16px;
    display: block;
    padding: 0;
    text-indent: -9999px;
}

.dropdowncountry .select .selectDropdown.toggle ul {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.dropdowncountry .select .selectDropdown.toggle ul li:not(:last-child) {
    margin-bottom: 10px;
}

.MobileHeader_V {
    display: none;
}

@media only screen and (min-width:781px) and (max-width:1200px) {
    .wsmenu-list li a .arrow:after {
        display: none !important
    }
}


@media only screen and (max-width:1440px) {
    .wsmenu-list>li:not(:first-child) {
        margin-left: 30px;
    }

    .wsmenu-list>li>a {
        padding: 30px 14px 30px 0;
        font-size: 16px;
    }

    .wsmenu-list>li:not(:last-child)>a:after {
        right: -2px;
    }

    header .navbar-brand {
        width: 170px;
    }

    .btn-green-contact {
        padding: 13px 20px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width:1280px) {
    .wsmenu-list>li:not(:first-child) {
        margin-left: 30px;
    }

    .wsmenu-list>li>a {
        font-size: 16px;
    }

    .wsmenu-list>li:not(:last-child)>a:after {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        display: none;
    }

    .header_right_outer li {
        margin-right: 10px;
    }
}

@media screen and (max-width:1200px) {
    .wsmenu-list>li:not(:first-child) {
        margin-left: 0;
    }

    .dropdowncountry {
        display: none;
    }

    .wsmenu-list>li span.wsmenu-click {
        display: flex;
        justify-content: flex-end;
    }

    ul.header_right_outer.MobileVersion_header {
        display: flex;
        position: unset;
    }

    ul.header_right_outer.DesktopVersion_header {
        display: none;
    }

    .header_right_outer li:last-child {
        margin-right: 0;
        width: 100%;
    }

    .header_right_outer li:last-child a {
        height: auto;
        border-radius: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        background: transparent !important;
        border: none !important;
    }

    .MobileVersion_header li:last-child a {
        background: #ff7901 !important;
        display: block;
        padding: 15px 20px;
        font-size: 16px;
    }

    .header_right_outer>li>a {
        padding: 15px 20px;
    }

    .megamenu_inner span,
    .megamenu_inner span a {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

    .hireMegaMenu .megamenu_inner {
        width: 100%;
    }

    .Trending_Menu .megamenu_inner:first-child {
        width: 100%;
    }

    .Trending_Menu .megamenu_inner:not(:first-child) {
        width: 100%;
    }

    .Trending_Menu .megamenu_inner:first-child ul.mega_links {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .megamenu_inner {
        padding: 0;
    }

    .wsmobileheader,
    .wsoffcanvasopener .wsmenu {
        right: 0;
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out
    }

    .wsmenu-click i,
    .wsmenu-click02 i {
        height: 23px;
        width: 25px;
        margin-top: 11px;
        background-size: 25px;
        font-size: 21px;
        float: right;
        color: #fff;
        font-weight: 300;
    }

    .wsmenu-click i {
        display: block;
        margin-right: 10px;
        color: #ccc;
        transform: rotate(0);
    }

    .wsoffcanvasopener .wsmenu {
        transition: .4s ease-in-out;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        position: fixed;
    }

    .wsmenucontainer.wsoffcanvasopener {
        display: block;
        margin-left: 240px
    }

    .wsmenu .wsmenu-list,
    .wsmobileheader,
    .wsoffcanvasopener .overlapblackbg {
        display: block !important
    }

    .wsmobileheader {
        position: absolute;
        top: 50%;
        left: 0;
        transition: .4s ease-in-out;
        z-index: 99999999;
        transform: translateY(-50%);
    }

    .wsmenu,
    .wsmenucontainer {
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out
    }

    .wsmenu-list>li:hover>a {
        background-color: rgba(0, 0, 0, .08) !important;
        text-decoration: none
    }

    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer
    }

    .wsmenu-click,
    .wsmenu-click02 {
        position: absolute;
        top: 7px;
        right: 0px;
        width: 100%;
        cursor: pointer;
    }

    .wsmenu-submenu>li:hover>a {
        background-color: #7b7b7b;
        color: #666
    }

    .wsmenu>.wsmenu-list>li>a.active {
        color: #666;
        background-color: rgba(0, 0, 0, .08)
    }

    .wsmenu>.wsmenu-list>li>a:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, .08)
    }

    .wsmenu-list li:hover .wsmenu-submenu,
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub,
    .wsmenu-list>li>a:before {
        display: none
    }

    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: 1px solid #eee;
        background-color: #fff
    }

    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-right: 0 solid
    }

    .wsmenucontainer {
        transition: .4s ease-in-out
    }

    .wsmenu-click {
        height: 100%;
        display: block;
        transform: translate(0)
    }

    .wsmenu-click.ws-activearrow {
        top: 7px;
    }

    .wsmenu-list>li:hover>a:after {
        display: none;
    }

    .megamenu>ul {
        width: 100% !important
    }

    .ws-activearrow>i {
        transform: rotate(180deg);
        margin-right: 13px
    }

    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .mobile-sub .wsmenu-submenu,
    .wsmenu-list .megamenu,
    .wsmenu-submenu-sub,
    .wsmenu-submenu-sub-sub {
        transform: none !important;
        visibility: visible !important
    }

    .wsmenu-submenu-sub,
    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 solid !important;
        opacity: 1 !important
    }

    .callusicon,
    .smallogo,
    .wsmenu {
        position: fixed
    }

    .wsmenu-submenu-sub li {
        margin: 0 !important;
        padding: 0;
        position: relative
    }

    .wsmenu-submenu-sub a,
    .wsmenu-submenu-sub-sub a {
        padding: 10px 25px;
        border-bottom: 1px solid #ccc;
        display: block;
        font-weight: 400
    }

    .wsmenu-submenu-sub li a.active,
    .wsmenu-submenu-sub-sub li a.active {
        color: #000 !important
    }

    .wsmenu-submenu-sub li:hover>a {
        background-color: #333 !important;
        color: #fff
    }

    .wsmenu-list>li>a .fa {
        margin-right: 6px
    }

    .wsmenu-submenu-sub-sub li {
        margin: 0 !important
    }

    .wsmenu-submenu-sub-sub a {
        color: #000;
        background: #000 !important
    }

    .wsmenu-submenu-sub-sub li:hover>a {
        background-color: #606060 !important;
        color: #fff
    }

    /* .wsmenu .wsmenu-list {
        overflow-y: auto;
        overflow-x: hidden;
    } */

    .header_right_outer {
        background: #161515;
        border-radius: 0;
        padding: 20px 20px;
    }

    .contact_block {
        right: -300px;
        min-width: 350px;
        max-width: 350px;
        top: 80px;
    }

    .contact_block:before {
        left: 11px;
        right: auto;
        top: -10px;
    }

    .wsmenu .wsmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        padding: inherit
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 12px 32px 12px 15px;
        font-size: 16px;
        text-align: left;
        border-right: 0 solid;
        background-color: transparent;
        color: #fff;
        font-weight: 600;
        line-height: 32px;
        border-bottom: 1px solid #484545;
        position: relative;
        padding-left: 20px !important;
        text-transform: uppercase;
    }

    .wsmenu>.wsmenu-list>li>a>.fa {
        font-size: 16px;
        color: #bfbfbf
    }

    .wsmenu .wsmenu-list li a .arrow:after,
    .wsoffcanvasopener .callusicon {
        display: none !important
    }

    .mobile-sub .wsmenu-submenu,
    .wsmenu-list .megamenu,
    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0
    }

    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px !important;
        color: #8e8e8e
    }

    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666;
        padding: 0;
        border: 0 solid;
        opacity: 1 !important
    }

    .megamenu .title {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 18px !important;
        padding: 10px 8px 10px 0
    }

    .megamenu>ul {
        margin: 0;
        padding: 0;
        font-size: 13px !important
    }

    .megamenu>ul>li>a {
        padding: 9px 14px !important;
        line-height: normal !important;
        font-size: 13px !important;
        color: #666
    }

    .megamenu>ul>li>a:hover {
        background-color: #000 !important
    }

    .megamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important
    }

    .wsmenu {
        width: 400px;
        right: -400px;
        height: 100%;
        top: 0;
        margin: 0;
        border-radius: 0;
        z-index: 103;
        transition: .4s ease-in-out;
        border: none !important;
        background-color: #232323 !important;
        padding: 60px 0 40px;
        margin-bottom: 0px;
    }

    .animated-arrow {
        -webkit-transition: .4s ease-in-out;
        -moz-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        -ms-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }

    .wsoffcanvasopener .animated-arrow {
        right: 5px;
        margin: 0;
        top: -13px;
        z-index: 99999;
    }

    .wsoffcanvasopener .animated-arrow span,
    .wsoffcanvasopener .animated-arrow span:after,
    .wsoffcanvasopener .animated-arrow span:before {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #fff;
        position: absolute;
        display: block;
        content: ''
    }

    .animated-arrow {
        cursor: pointer;
        width: 20px;
        position: absolute;
        right: 4px;
        z-index: 99999;
    }

    .animated-arrow span,
    .animated-arrow span:after,
    .animated-arrow span:before {
        cursor: pointer;
        height: 3px;
        width: 23px;
        background: #00244d;
        position: absolute;
        display: block;
        content: '';
        transition: .5s ease-in-out
    }

    .animated-arrow span:before {
        top: -7px
    }

    .animated-arrow span:after {
        bottom: -7px
    }

    .wsoffcanvasopener .animated-arrow span {
        background-color: transparent
    }

    .animated-arrow.active span:after,
    .wsoffcanvasopener .animated-arrow span:before {
        top: 7px
    }

    .wsoffcanvasopener .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0
    }

    .wsoffcanvasopener .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .wsmenu-list li:hover>.wsmenu-submenu,
    .wsmenu-list li>.wsmenu-submenu,
    .wsmenu-submenu li>.wsmenu-submenu-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1;
        top: 0;
    }

    .wsmenu-list li:hover>.megamenu,
    .wsmenu-list li>.megamenu,
    .wsmenu-submenu li:hover>.wsmenu-submenu-sub,
    .wsmenu-submenu-sub li:hover>.wsmenu-submenu-sub-sub,
    .wsmenu-submenu-sub li>.wsmenu-submenu-sub-sub {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
        opacity: 1 !important
    }

    .wsmenu-submenu {
        opacity: 1;
    }

    .megamenu .megaMenu_tabs {
        padding: 25px 20px;
        display: block;
        width: 100%;
        justify-content: unset;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
        background: #2e2e2e;
        flex-wrap: wrap;
    }

    .megamenu_inner {
        width: 100%;
        line-height: normal;
        margin: 0;
        border-right: none;
    }

    .megamenu_inner .mega_links {
        margin-left: 0;
    }

    .megamenu_inner .mega_links li {
        padding: 0;
    }

    .wsmenu-list .megamenu li a {
        background: 0 0;
        padding: 2px 10px 2px 10px !important;
        color: #fff;
        border-bottom: 1px solid #484545;
        padding-left: 20px !important;
        font-size: 14px;
    }

    .megamenu .megaMenu_tabs {
        padding: 0px 0px;
    }

    .megamenu_inner span {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        margin-bottom: 5px;
        background: #1a1a1a;
        padding: 15px 15px;
        display: block;
    }

    .wsmenu-submenu li a {
        padding: 0px 15px;
    }

    .megamenu_inner span:before {
        display: none;
    }

    .megamenu_inner .mega_links li a {
        margin-bottom: 0;
    }

    .megamenu_inner .mega_links li a {
        color: #fff !important;
    }

    .header_menu .header_menu_content {
        display: block;
        position: relative;
        width: 100%;
    }

    .header_nav {
        display: block;
    }

    header {
        z-index: 99999
    }

    header .navbar-brand {
        width: 180px;
        padding: 0
    }

    .link-list li a,
    .megamenu>ul>li>a,
    .mobile-sub .wsmenu-submenu li a {
        background: 0 0;
        color: #fff;
        border-bottom: 1px solid #484545;
        font-size: 14px;
    }

    .link-list li a {
        font-size: 14px
    }

    li.cost_calc {
        padding: 5px
    }

    .wsmenu>.wsmenu-list>li.cost_calc a {
        background: #ff7901;
        color: #fff;
        text-align: center;
        transform: translate(0)
    }

    .mobile-sub .wsmenu-submenu,
    .wsmenu-list li>.megamenu,
    .wsmenu-submenu {
        width: 100%;
        border: 0;
        background: #2e2e2e
    }

    header .tab-content .panel-heading a {
        display: block;
        margin-bottom: -1px;
        border: 0;
        font-size: 16px;
        padding: 15px;
        font-weight: 600;
        color: #3c3a3a
    }

    .header_right_estiate .header_btn_estimate:before,
    .header_right_estiate .header_right_social,
    .header_top_content .header-call:after,
    .header_top_content .header-call:before {
        display: none
    }

    .header_top_content .header-call-inner {
        height: auto;
        width: 100%;
        padding: 5px 0;
        justify-content: center;
        background: 0 0
    }

    .header_top_content,
    .header_top_content .header-call:before {
        height: 100%
    }

    .header_menu {
        padding: 10px 0
    }

    .header_right_estiate {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        display: none
    }

    .header_right_estiate .header_btn_estimate {
        width: auto;
        min-width: 250px
    }

    .header_top_content .header-call ul li:nth-child(2n) {
        margin-right: 15px
    }

    .header_top_content .header-call {
        width: 100%
    }

    .header_btn_estimate.estimate_mobile_version {
        display: block;
        background: linear-gradient(to right, #ff4839, #ff5732, #ff7c1e);
        padding: 15px 20px;
        line-height: normal;
        position: relative;
        width: 100%;
        max-width: 300px;
        margin: 30px auto;
        border-radius: 100px;
        text-align: center
    }

    .header_btn_estimate.estimate_mobile_version a {
        color: #fff
    }

    .wsmenu-list img {
        left: -140px;
        top: 56px
    }

    .wsmenu>.wsmenu-list>li.active>a:after {
        z-index: 9999;
        border-top-style: solid;
        border-top-width: 2px;
        border-left-style: solid;
        border-left-width: 2px;
        content: '';
        display: inline-block;
        height: 12px;
        right: 20px;
        position: absolute;
        top: 50%;
        width: 12px;
        border-color: #fff;
        transform: rotate(45deg);
    }

    .wsmenu>.wsmenu-list>li>a:after {
        z-index: 9999;
        border-top-style: solid;
        border-top-width: 2px;
        border-left-style: solid;
        border-left-width: 2px;
        content: '';
        display: inline-block;
        height: 12px;
        right: 20px;
        position: absolute;
        top: 50%;
        width: 12px;
        border-color: #fff;
        transform: rotate(225deg);
    }
}

@media screen and (max-width:991px) {
    .MobileHeader_V {
        display: block;
    }

    .header_right_outer {
        padding: 0 !important;
        position: absolute;
        right: 40px;
        display: flex;
        align-items: center;
        top: 6px;
        background: transparent;
        z-index: 1;
    }

    .contact_block:before {
        left: auto;
        right: 101px;
        top: -10px;
    }

    .time-of-year a img {
        max-width: 21px;
    }

    .header_right_outer>li>a {
        width: 40px;
        height: 40px;
        padding: 20px;
        border: solid 1px #c3c3c3;
    }

    .header_right_outer>li>a img {
        max-width: 21px;
    }

    .contact_block {
        right: -90px;
        min-width: 280px;
        max-width: 280px;
        padding: 20px 15px;
        top: 70px;
        left: auto;
    }

    .time-of-year {
        width: 40px;
        height: 40px;
        padding: 20px;
        border: solid 1px #c3c3c3;
    }

    .time-of-year .tooltip {
        font-size: 12px;
        margin-left: -56px;
        padding: 7px 15px 10px;
    }
}

@media screen and (max-width:480px) {
    .wsmenu {
        width: 350px;
        right: -350px
    }

    .contact_block {
        right: -90px;
        min-width: 280px;
        max-width: 280px;
        padding: 20px 15px;
        top: 70px;
        left: auto;
    }

    .time-of-year .tooltip {
        font-size: 12px;
        margin-left: -56px;
        padding: 7px 15px 10px;
    }

    .contact_block:before {
        display: none;
    }

    ul.contact_enquiry li.contact_enquiry_item:not(:last-child) {
        margin-bottom: 15px;
    }

    .contact_block-inner .contact_block-title {
        line-height: normal;
        margin-bottom: 0;
        font-size: 18px;
    }

    ul.contact_enquiry li.contact_enquiry_item .contact_enquiry_detail a {
        font-size: 14px;
    }

    ul.contact_enquiry li.contact_enquiry_item {
        gap: 15px;
    }

    ul.contact_enquiry li.contact_enquiry_item .contact_enquiry_detail p {
        margin-bottom: 0;
        font-size: 12px;
        letter-spacing: normal;
    }

    ul.contact_enquiry li.contact_enquiry_item .contact_item_icon img {
        max-width: 20px;
    }

    header {
        min-height: auto;
        display: block;
        transition: none;
    }

    .sticky_header {
        display: block;
        min-height: auto;
        animation: none;
    }

    .header_right_outer {
        padding: 0 !important;
        position: absolute;
        right: 30px;
        display: flex;
        align-items: center;
        top: 0px;
        background: transparent;
        z-index: 1;
    }

    header .navbar-brand {
        width: 140px;
    }

    .time-of-year {
        width: 40px;
        height: 40px;
        padding: 20px;
        border: solid 1px #c3c3c3;
    }

    .header_right_outer>li>a {
        width: 40px;
        height: 40px;
        padding: 20px;
        border: solid 1px #c3c3c3;
    }

    .header_right_outer>li>a img {
        max-width: 21px;
    }

    .time-of-year a img {
        max-width: 21px;
    }
}

@media screen and (max-width:400px) {
    .wsmenu {
        width: 300px;
        right: -300px;
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 14px;
        padding: 8px 32px 8px 15px;
    }

    .MobileVersion_header li:last-child a {
        font-size: 14px;
        padding: 13px 20px;
    }

}