/*== GENERAL CSS ==*/

a,
.ctaArea *,
.storeProduct li *,
.header * {
    text-decoration: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

@-webkit-keyframes tyre-info7 {
    from {
        -webkit-transform: translate3d(-130px, 0, 0);
        transform: translate3d(-130px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes tyre-info7 {
    from {
        -webkit-transform: translate3d(-130px, 0, 0);
        transform: translate3d(-130px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

.tyre-info7-anim {
    -webkit-animation-name: tyre-info7;
    animation-name: tyre-info7;
}

@-webkit-keyframes tyre-info6 {
    from {
        -webkit-transform: translate3d(-70px, 0, 0);
        transform: translate3d(-70px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tyre-info6 {
    from {
        -webkit-transform: translate3d(-70px, 0, 0);
        transform: translate3d(-70px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tyre-info6-anim {
    -webkit-animation-name: tyre-info6;
    animation-name: tyre-info6;
}

@-webkit-keyframes tyre-info3 {
    from {
        -webkit-transform: translate3d(70px, 0, 0);
        transform: translate3d(70px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tyre-info3 {
    from {
        -webkit-transform: translate3d(70px, 0, 0);
        transform: translate3d(70px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tyre-info3-anim {
    -webkit-animation-name: tyre-info3;
    animation-name: tyre-info3;
}

@-webkit-keyframes tyre-info2 {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tyre-info2 {
    from {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tyre-info2-anim {
    -webkit-animation-name: tyre-info2;
    animation-name: tyre-info2;
}

@-webkit-keyframes tyre-info1 {
    from {
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tyre-info1 {
    from {
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.tyre-info1-anim {
    -webkit-animation-name: tyre-info1;
    animation-name: tyre-info1;
}

@-webkit-keyframes l-circle-anim {
    from {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes l-circle-anim {
    from {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 0;
    }
}

.line-circle .cls-1-anim {
    -webkit-animation-name: l-circle-anim;
    animation-name: l-circle-anim;
}

@-webkit-keyframes blue-line-anim {
    from {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes blue-line-anim {
    from {
        stroke-dashoffset: 1000;
        stroke-dasharray: 1000;
    }
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 0;
    }
}

.blue-line-anim {
    -webkit-animation-name: blue-line-anim;
    animation-name: blue-line-anim;
}

@-webkit-keyframes moveBounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
}

@keyframes moveBounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(20px)
    }
}

@-webkit-keyframes moveLeftBounce {
    0%,
    100% {
        transform: translateX(-10px)
    }
    50% {
        transform: translateX(10px)
    }
}

@keyframes moveLeftBounce {
    0%,
    100% {
        transform: translateX(-10px)
    }
    50% {
        transform: translateX(10px)
    }
}

@-webkit-keyframes moveFor {
    0%,
    100% {
        width: 55px;
        left: -80px;
        right: auto;
    }
    100% {
        left: auto;
        right: 0;
        width: 6px;
    }
}

@keyframes moveFor {
    0%,
    100% {
        width: 55px;
        left: -80px;
        right: auto;
    }
    100% {
        left: auto;
        right: 0;
        width: 6px;
    }
}

@keyframes identifier {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0px;
    }
}

@keyframes identifier2 {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0px;
    }
}

@keyframes dots {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    to {
        box-shadow: 0 0 0 0 rgba(150, 100, 56, 0);
    }
}

@keyframes borderimg {
    0 {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes border2img {
    0 {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

body {
    scroll-behavior: smooth;
}

.menu-toggle {
    font-size: 0.875em;
    padding: 1em;
}

.menu-toggle:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.0625em;
}

.icon-menu-toggle {
    width: 2em;
    height: 2em;
    top: 0;
}


/* Animate menu icon (lines). */

.svg-menu-toggle .line {
    opacity: 1;
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    fill: #d91e0e;
}

.svg-menu-toggle .line-1 {
    transform-origin: 1em 2.7em;
}

.svg-menu-toggle .line-3 {
    transform-origin: 1em 4.7em;
}

.menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0);
}

.menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0em) translateX(0em);
}

.form-control {
    font-size: 1.15vw;
}

.myscrollup {
    width: 2.1961932650073206vw;
    height: 2.1961932650073206vw;
    opacity: 0.3;
    border-radius: 0;
    position: fixed;
    bottom: 6vw;
    right: 5vw;
    z-index: 9999999;
    text-align: center;
    background: #5F8E1A;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.btn,
.swal-button {
    position: relative;
    border-radius: 0;
    font-size: 0.95vw;
    padding: 0.7vw 1.5vw;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    border: 0;
    background-color: #5F8E1A;
    font-family: 'Geometria-Medium', sans-serif;
}

.btn:focus,
.swal-button:focus {
    box-shadow: none;
    border: none;
}

.btn::before,
.swal-button::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #232325;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
}

.btn:hover::before,
.swal-button:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.btn:hover {
    color: #fff;
}

.btn span {
    position: relative;
}

.swal-button::before {
    background: #fff;
    z-index: -1;
}

.swal-button:hover {
    color: #5F8E1A;
    background: #5F8E1A !important;
}

.main {
    overflow: hidden;
}

.main-section {
    padding: 4vw 0;
    overflow: hidden;
}

.main-heading {
    position: relative;
    margin-bottom: 1vw;
}

.main-heading h3 {
    text-transform: uppercase;
    font-size: 0.9516837481698389vw;
    font-weight: 600;
}

.main-heading h2 {
    font-size: 1.7vw;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.main-heading h2 span,
.main-heading h3 {
    font-weight: 400;
    color: #232325;
    font-size: 1.9vw;
    display: block;
}

.main-section p {
    color: #63666A;
    margin-bottom: 1vw;
    transition: .5s;
    font-weight: 400;
}

.main-heading2 {
    position: relative;
    margin-bottom: 1vw;
    text-align: center;
}

.main-heading2 h2 {
    color: #232325;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    font-size: 1.7vw;
}

.fa-phone {
    transform: rotate(90deg);
}

.searchPop {
    display: none;
    position: absolute;
    width: 21.96vw;
    z-index: 9999999;
    right: -5vw;
    top: 3vw;
}

.searchPop .searchPopInr {}

.searchPop .toClose {
    color: #5f8e1a;
    position: absolute;
    top: 2.9282576866764276vw;
    right: 2.9282576866764276vw;
    line-height: 1;
    font-size: 2.9282576866764276vw;
}

.searchPop .searchPopInr form {}

.searchPop .searchPopInr form .form-control {
    border-radius: 0;
    padding: 0.5vw 2vw;
    box-shadow: none;
    outline: none;
}

.searchPop .searchPopInr form .btn {
    border-radius: 0.5856515373352855vw;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.72vw 2vw;
    border-radius: 0;
}

.img-border span {
    position: absolute;
    height: 0.36603221083455345vw;
    width: 0;
    left: 0;
    background: #ff6600;
    transition: 1s;
    /* animation: borderimg 6s infinite; */
    box-shadow: 0 0px 10px #0000007a;
}

.img-border span:first-child {
    top: 0!important;
}

.img-border span:nth-child(2) {
    bottom: 0;
    right: 0;
    left: auto;
    background: #1b1b1b;
}

.img-border span:nth-child(3),
.img-border span:nth-child(4) {
    /* animation: border2img 6s infinite ; */
    width: 5px;
}

.img-border span:nth-child(3) {
    top: 0;
    left: 0;
    height: 0;
    background: #ff6600;
}

.img-border span:nth-child(4) {
    bottom: 0;
    left: auto;
    right: 0;
    background: #1b1b1b;
    height: 0;
}

figure:hover .img-border span {
    width: 100%;
}

figure:hover .img-border span:nth-child(3),
figure:hover .img-border span:nth-child(4) {
    height: 100%;
    width: 0.36603221083455345vw;
}


/*=== HEADER CSS ===*/

body.bodyrtl .main-section p,
body.bodyrtl .footer .footer-top p {
    direction: rtl;
}

body.bodyrtl {
    text-align: right;
}

body.bodyrtl .social {
    right: auto;
    left: 0;
    transform: translateX(-18.66vw);
}

body.bodyrtl ul.social-icons {
    justify-content: flex-end;
}

body.bodyrtl .header .navigation>ul>li>a {
    font-size: 1.2vw;
}

body.bodyrtl .header .navigation>ul>li:first-child {
    margin: 0;
}

body.bodyrtl .header .navigation>ul>li:last-child {
    margin: 0 2.5vw 0 0;
}

body.bodyrtl .header .row,
body.bodyrtl .header .header-top .header-top-info li,
body.bodyrtl .home-section-three .row,
body.bodyrtl .home-section-two .row,
body.bodyrtl .home-section-two .sec-two-right .sec-two-inner,
body.bodyrtl footer .row,
body.bodyrtl .contact-section-one .row,
body.bodyrtl .service-detail-one .row,
body.bodyrtl .package-section-two figure figcaption ul li a,
body.bodyrtl .signup-section-one .sec1Wrap ul.links,
body.bodyrtl .home-section-five figcaption form .row,
body.bodyrtl .packages-section .nav-pills,
body.bodyrtl .signup-section-one .row,
body.bodyrtl .header .header-nav .search-lang,
body.bodyrtl .home-section-one .row,
body.bodyrtl .work-section ul,
body.bodyrtl .about-section-one .row,
body.bodyrtl .sectors-section-one .row,
body.bodyrtl .about-section-three .row,
body.bodyrtl .service-section-one .row,
body.bodyrtl .home-maintenance-solutions ul,
body.bodyrtl .footer .footer-top .socialFotWrp {
    display: flex;
    flex-direction: row-reverse;
}

body.bodyrtl .header .header-top .header-icons,
body.bodyrtl .footer .footer-bottom span {
    text-align: left;
}

body.bodyrtl .home-section-two .sec-two-right .main-heading2,
body.bodyrtl .form-control,
body.bodyrtl .about-section-one .main-heading2,
body.bodyrtl .header .navigation ul li .drop-menu li a,
body.bodyrtl .service-section-one .main-heading2,
body.bodyrtl .home-maintenance-solutions .main-heading2 {
    text-align: right !important;
}

body.bodyrtl .header .header-top .header-top-info li:nth-child(odd) svg,
body.bodyrtl .work-section ul li::before,
body.bodyrtl .home-section-two::before,
body.bodyrtl .service-detail-one .custom-breadcrumbs ul li a::after,
body.bodyrtl .package-section-two figure figcaption ul li:first-child a svg,
body.bodyrtl .signup-section-one .sec1Wrap ul li::after,
body.bodyrtl .header .navigation ul li .drop-menu li a::after,
body.bodyrtl .footer ul.ftr-detail li:first-child svg,
body.bodyrtl .contact-section-one .contact-one-ul li span svg,
body.bodyrtl .social ul li:last-child span,
body.bodyrtl .package-section-two figure img {
    transform: scaleX(-1);
}

body.bodyrtl .header .header-top .header-top-info li svg {
    margin-right: 0;
    margin-left: 0.3vw;
}

body.bodyrtl .banner .banner-text {
    left: auto;
    right: -1vw;
}

body.bodyrtl .banner .bnr-cont {
    right: auto;
    left: -1vw;
}

body.bodyrtl .packages-section figcaption h2::before,
body.bodyrtl .packages-section figcaption ul li::before,
body.bodyrtl .signup-section-one form .form-group .input-group.location img,
body.bodyrtl .package-section-one table h2::before {
    right: 0;
    left: auto;
}

body.bodyrtl .searchPop .searchPopInr form .btn {
    right: auto;
    left: 0;
}

body.bodyrtl .packages-section figcaption ul li {
    padding: 0 1.4641288433382138vw 0 0;
}

body.bodyrtl .home-section-three .slide-arrow {
    right: auto;
    left: 2.9vw;
}

body.bodyrtl .home-section-three .prev-arrow,
body.bodyrtl .signup-section-one form .form-group .input-group.location button,
body.bodyrtl .header .navigation ul li .drop-menu li a::after {
    right: auto;
    left: 1.5vw;
}

body.bodyrtl .footer .footer-top .form-inner::before {
    right: 1.5vw;
    left: auto;
}

body.bodyrtl .home-section-five figcaption form,
body.bodyrtl .footer .footer-top form button,
body.bodyrtl .home-section-five figcaption form button,
body.bodyrtl .about-section-three figure,
body.bodyrtl .header a.logo {
    margin: 0 0 0 auto !important;
}

body.bodyrtl .footer .ftr-logo {
    margin-left: auto !important;
}

body.bodyrtl .footer .footer-top form input {
    padding-right: 2.928258vw;
    padding-left: 0.8vw;
}

body.bodyrtl .contact-section-one .contact-one-ul li,
body.bodyrtl .footer ul.ftr-detail li a,
body.bodyrtl .footer ul.ftr-menu li a,
body.bodyrtl .package-section-two figure figcaption ul,
body.bodyrtl .search-section .row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
}

body.bodyrtl .about-section-two p {
    padding: 0;
}

body.bodyrtl .about-section-three figure {
    margin-bottom: 1.2vw !important;
}

body.bodyrtl .service-detail-one .custom-breadcrumbs ul,
body.bodyrtl .header .header-top .header-top-info,
body.bodyrtl .signup-section-one form .row {
    flex-direction: row-reverse;
    justify-content: end;
}

body.bodyrtl .service-detail-one .custom-breadcrumbs ul li:last-child a::after,
body.bodyrtl .signup-section-one .sec1Wrap ul li:last-child::after,
body.bodyrtl .header .header-nav .search-lang li:last-child::after,
body.bodyrtl .work-section ul li:last-child::before {
    opacity: 1;
    display: block;
}

body.bodyrtl .service-detail-one .custom-breadcrumbs ul li:first-child a::after,
body.bodyrtl .signup-section-one .sec1Wrap ul li:first-child::after,
body.bodyrtl .header .header-nav .search-lang li:first-child::after,
body.bodyrtl .work-section ul li:first-child::before {
    display: none;
}

body.bodyrtl .header .navigation ul li .drop-menu ul.drop-sub {
    right: auto;
    left: -20vw;
}

body.bodyrtl .searchPop .searchPopInr .row {
    justify-content: flex-start !important;
}

body.bodyrtl .signup-section-one form .form-group .input-group.location input,
body.bodyrtl .footer .footer-top .ftr-2 {
    padding-left: 0;
    padding-right: 2vw;
}

body.bodyrtl .footer ul li a::before {
    transform-origin: left;
}

body.bodyrtl .footer ul li a:hover::before {
    transform-origin: right;
}

body.bodyrtl .packages-section figcaption .badge-month::before {
    left: auto;
    right: -1.87vw;
    border-radius: 0;
    border-top-left-radius: 2.6354319180087846vw;
    border-bottom-left-radius: 2.6354319180087846vw;
}

body.bodyrtl .myscrollup {
    right: auto;
    left: 5vw;
}

body.bodyrtl .signup-section-one form {
    padding: 0;
    padding-left: 0;
}

body.bodyrtl .signup-section-one .sec1Wrap .wrapper ul li::after {
    right: auto;
    left: -1.3vw;
}

body.bodyrtl .signup-section-one form .form-group button.form-control img {
    float: left;
}

body.bodyrtl .contact-section-one label,
body.bodyrtl .signup-section-one form .form-group label,
body.bodyrtl .package-section-one .package-section-bottom,
body.bodyrtl .header .navigation ul {
    direction: rtl;
}

body.bodyrtl .package-section-one table tr:nth-child(2)>td:first-child {
    border-radius: 0;
    border-top-right-radius: 1.464129vw;
}

body.bodyrtl .package-section-one table tr .theader {
    border-radius: 0;
    border-top-right-radius: 1.4641288433382138vw;
}

body.bodyrtl .package-section-one table tr .theader2 {
    border-top-right-radius: 0;
    border-top-left-radius: 1.4641288433382138vw;
}

body.bodyrtl .home-section-five figcaption {
    left: auto;
    right: 11vw;
}

body.bodyrtl .package-section-two .row {
    justify-content: flex-start !important;
}

body.bodyrtl .package-section-two figure::before {
    background: linear-gradient(to right, #5f8e1ad6 50%, rgb(94 135 39 / 30%) 71%);
}

body.bodyrtl .package-section-two figure figcaption {
    margin-left: 0;
    margin-right: -7vw;
}

body.bodyrtl .signup-section-one form .pe-0 {
    padding: 0 !important;
    padding-right: 0.75rem !important;
}

body.bodyrtl .error {
    color: red !important;
    padding: 0px 0px 0px 30px;
}

body.bodyrtl .footer ul.ftr-detail li {
    padding: 0;
    padding-right: 1.5vw;
}

body.bodyrtl .footer ul.ftr-detail li svg,
body.bodyrtl .contact-section-one .contact-one-ul li span {
    left: auto;
    right: 0;
}

body.bodyrtl .searchPop {
    right: auto;
    left: -5vw;
}

body.bodyrtl .contact-section-one .contact-one-ul li {
    padding: 0;
    padding-right: 2.6354319180087846vw;
}

body.bodyrtl .bodyrtl .header .navigation ul li .drop-menu {
    left: auto;
    right: -1vw;
}

.package-section-one table tr td img {
    width: 1.3vw;
}

.package-section-one .package-section-bottom .tab-pane {
    width: 78%;
    margin: 0 auto;
}

a#pull {
    display: none;
}

.whatsapp-fix {
    position: fixed;
    left: 2vw;
    bottom: 2vw;
    z-index: 999999;
    width: 5vw;
}

.whatsapp-fix:hover {
    animation: ring 1.2s linear -1ms infinite alternate;
}

@keyframes ring {
    0%,
    50% {
        transform: rotate(0);
    }
    1%,
    10%,
    20%,
    30%,
    40% {
        transform: rotate(10deg);
    }
    5%,
    15%,
    25%,
    35%,
    45% {
        transform: rotate(-10deg);
    }
}

.mobileHead {
    display: none;
}

ul.ham {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

ul.ham li {
    list-style: none;
    width: 100%;
    height: 3px;
    background: #232325;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: .9s;
}

ul.ham li:nth-of-type(1) {
    top: 20%;
}

ul.ham li:nth-of-type(2) {
    top: 50%;
}

ul.ham li:nth-of-type(3) {
    top: 80%;
}

ul.ham.active li:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}

ul.ham.active li:nth-of-type(2) {
    left: -300%;
    opacity: 0;
}

ul.ham.active li:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

ul.ham li:last-child {
    width: 100%;
    height: auto;
    transform: none;
    top: 100%;
    font-size: 30px;
    text-align: center;
    transition: .9s;
}

.header {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 12px #0000003b;
}

.header.scrll {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.header .header-top {
    background-color: #232325;
    padding: 1.062vw 0;
    padding: 0.5vw 0;
}

.header .header-top .header-top-info {
    display: flex;
    flex-direction: row;
    gap: 1.7vw
}


/*.header .header-top .header-top-info li{display: flex;flex-direction: row;justify-content: center; flex-wrap: nowrap;align-content: center;align-items: center; gap: 0.6vw}*/

.header .header-top .header-top-info li {}

.header .header-top .header-top-info li a {
    position: relative;
    color: #fff;
    font-size: 0.9vw;
}

.header .header-top .header-top-info li a:hover {
    color: #fff;
}

.header .header-top .header-top-info li svg {
    transition: 0.4s;
    margin-right: 4px;
}

.header .header-top .header-top-info li:hover svg path {
    fill: #5F8E1A;
}

.header .header-top .header-icons {
    text-align: right;
    line-height: 0;
}

.header .header-top .header-icons li {
    display: inline-block;
    margin-right: 0.7320644216691069vw;
}

.header .header-top .header-icons li:last-child {
    margin: 0;
}

.header .header-top .header-icons li a {
    color: #fff;
    font-size: 1.05vw;
}

.header .header-top .header-icons li a svg {
    transition: 0.5s;
}

.header .header-top .header-icons li a,
.header .header-top .header-icons li a * {
    transition: 0s;
}

.header .header-top .header-icons li a:hover {
    color: #5F8E1A;
}

.header .header-nav {
    background-color: #fff;
    padding: 0.4vw 0;
}

.header .header-nav .search-lang {
    display: flex;
    justify-content: flex-end;
    gap: 1.5vw;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.header .header-nav .search-lang li {
    position: relative;
}

.header .header-nav .search-lang li a:hover {
    color: #7fb82c;
}

.header .header-nav .search-lang li::after {
    content: '';
    position: absolute;
    right: -1.2vw;
    right: -0.85vw;
    top: 0;
    width: 0.07320644216691069vw;
    height: 1.9033674963396778vw;
    height: 100%;
    background: #999999;
}

.header .header-nav .search-lang li:last-child::after {
    opacity: 0;
}

.header .header-nav .search-lang li:last-child {
    margin: 0;
}

.header .header-nav .search-lang li a.head-language {
    font-weight: 600;
    color: #333333;
    font-size: 1.0980966325036603vw;
}

.header a.logo {
    display: block;
    transition: 0.5s;
    width: 7.320644216691069vw;
}

.header a.logo img {
    width: 100%;
    height: auto;
}

.header .navigation.show-on-scroll.is-visible {
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
}

.header .navigation {
    text-align: right;
    position: relative;
    display: block;
}

.header .navigation ul {
    position: relative;
}

.header .navigation>ul>li {
    margin: 0 0.07vw;
    margin: 0 2.6vw 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header .navigation>ul>li:last-child {
    margin: 0;
}

.header .navigation ul li a:hover {
    color: #5F8E1A;
}

.header .navigation ul li a {
    display: block;
    font-family: 'Geometria-Medium', sans-serif;
    display: inline-block;
    padding: 0.8320644216691069vw 0.7vw;
    padding: 1.25vw 0;
    position: relative;
    line-height: 1;
    transition: .1s;
    color: #63666A;
    font-size: 1vw;
    text-transform: none;
    position: relative;
}

.header .navigation ul li .dropdown-toggle::after {
    vertical-align: middle;
}

.header .navigation ul li a::before,
.home-section-one .sec-one-main::before {
    content: '';
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.07320644216691069vw;
    background-color: #5F8E1A;
    -webkit-transform: scaleX(0);
    /* transform: scaleX(0); */
    -webkit-transform-origin: right;
    transform-origin: right;
    /* -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86); */
    /* transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86); */
    /* transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86); */
}

.header .navigation ul li a:hover {
    color: #000;
}

.header .navigation ul li a:hover::before,
.home-section-one .sec-one-main:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.header .navigation ul li a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.7vw;
}

.header .navigation ul li .drop-menu {
    transition: 0s;
    padding: 1vw 0;
    background: #fff;
    position: absolute;
    left: -1vw;
    top: 3vw;
    text-align: left;
    box-shadow: 0px 10px 11px #00000014;
    visibility: hidden;
    opacity: 0;
    width: 20vw;
}

.header .navigation ul li:hover .drop-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.7s;
}

.header .navigation ul li .drop-menu li {
    display: block;
    position: relative;
}

.header .navigation ul li .drop-menu li:last-child {
    margin: 0;
}

.header .navigation ul li .drop-menu li a {
    position: relative;
    transition: 0.8s;
    text-transform: capitalize;
    padding: 0.8320644216691069vw 1.610541727672035vw;
    display: block;
}

.header .navigation ul li .drop-menu li a:before {
    display: none;
}

.header .navigation ul li .drop-menu li:hover>a {
    color: #fff;
    background: #5F8E1A;
}

.header .navigation ul li .drop-menu li a::after {
    content: '';
    background: url(assets/images/menu-arrow.svg);
    background-size: cover;
    width: 0.44vw;
    height: 0.86vw;
    position: absolute;
    right: 1.2vw;
    top: 1vw;
}

.header .navigation ul li .drop-menu li.no-menu a::after {
    display: none;
}

.header .navigation ul li .drop-menu li:hover a::after {
    filter: brightness(0) invert(1);
}

.header .navigation ul li .drop-menu ul.drop-sub {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 0 11px #00000014;
    position: absolute !important;
    right: -21.765739vw;
    background: #fff;
    top: 0;
    width: 21.8vw;
    max-height: 25.62225475841874vw;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header .navigation ul li .drop-menu li:hover ul.drop-sub {
    visibility: visible;
    opacity: 1;
}

.header .navigation ul li .drop-menu ul.drop-sub li a {
    padding: 0.8320644216691069vw 1.410541727672035vw;
}

.header .navigation ul li .drop-menu ul.drop-sub li a::after {
    display: none;
}

.header .navigation ul li .mydropmain,
.header .navigation ul li .drop-menu li .mydropinner {
    transition: 0s;
    width: 15px;
    height: 15px;
    position: absolute;
    cursor: copy;
    background: #232325;
    z-index: 999999;
    top: 6px;
    right: 10px;
    display: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    line-height: 1;
}

.header .navigation ul li .mydropmain svg,
.header .navigation ul li .drop-menu li .mydropinner svg {
    display: inline-block;
    height: auto;
    width: auto;
    line-height: 1;
}

.banner {
    position: relative;
}

.banner img {
    width: 100% !important;
    height: auto;
}

.banner figure {
    margin-bottom: 0;
    position: relative;
}


/*.banner figure::before{content: '';position: absolute;right: 0;left: 0;top: 0;bottom: 0;background:linear-gradient(to right, #000000b0 50%,rgba(255,255,255,0) 100%);}*/

.banner .banner-text {
    position: absolute;
    left: -1vw;
    right: 0;
    top: 9%;
    width: 27.81844802342606vw;
}

.banner .banner-text figcaption {
    position: relative;
    background: #232325;
    padding: 2vw;
}

.banner .banner-text::before {
    content: '';
    position: absolute;
    left: -0.36603221083455345vw;
    bottom: -0.36603221083455345vw;
    width: 100%;
    height: 2.6354319180087846vw;
    background: #AAAAAC;
}

.banner .banner-text figcaption h1 {
    letter-spacing: 0.2vw;
    font-size: 1.6vw;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.banner .banner-text figcaption p {
    margin: 1vw 0 0;
    color: #fff;
    text-transform: uppercase;
}

.banner .slick-dots {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2vw;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 0.36603221083455345vw;
}

.banner .slick-dots li button {
    font-size: 0;
    transition: .1s;
    font-weight: 500;
    border: 0;
    width: 0.7320644216691069vw;
    height: 0.7320644216691069vw;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    background-color: #f8f8f8;
}

.banner .slick-dots li.slick-active button {
    background: #5F8E1A;
}

.banner .slick-initialized .slick-slide {
    /*line-height: 0;*/
    padding: 0 1.4641288433382138vw;
}

.banner figcaption.show-on-scroll.is-visible {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
}

.banner .bnr-cont {
    position: absolute;
    right: -1vw;
    bottom: 4.5vw;
    background: #5F8E1A;
    padding: 1.5301610541727673vw 2.124451vw 1.8301610541727673vw 1.4641288433382138vw;
    width: 24.15812591508053vw;
}

.banner .bnr-cont::before {
    content: '';
    position: absolute;
    right: -0.5124450951683748vw;
    top: -0.5124450951683748vw;
    width: 100%;
    height: 4.539vw;
    background: rgb(0 0 0 / 25%);
}

.banner .bnr-cont figcaption {
    position: relative;
}

.banner .bnr-cont figcaption h4 {
    color: #fff;
    font-size: 1.0980966325036603vw;
    text-transform: uppercase;
    margin-bottom: 1.6vw;
}

.banner .bnr-cont figcaption p {
    color: #000;
    margin: 0 0 0.5vw;
}

.banner .bnr-cont a {
    border: 0.07320644216691069vw solid #fff;
}

.banner .bnr-cont a:hover {
    color: #5F8E1A
}

.banner .bnr-cont a::before {
    background: #fff;
}

.inner-banner figure {
    margin: 0;
}

.inner-banner figure img {
    width: 100%;
    height: 577px;
    object-fit: cover;
}

.banner .slide-arrow {
    position: absolute;
    transition: 0.5s;
    left: -7vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
    width: 40px;
    border: 0;
    background-color: transparent;
    height: 40px;
    border: 1px solid #7fb82c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.banner .slide-arrow:hover {
    background: #5f8e1a
}

.banner .slide-arrow:hover img {
    filter: brightness(0) invert(1);
}

.banner .next-arrow {
    left: auto;
    right: -7vw;
}

.banner .slide-arrow img {
    width: 0.55vw !important;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 400
    }
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes fill {
    from {
        fill-opacity: 0
    }
    to {
        fill-opacity: 1;
        stroke-width: 0
    }
}

.home-section-one {
    /* padding:8vw 0 5vw; */
    padding-top: 2.8vw;
}


/*.home-section-one .sec-one-main:hover figure #icon1{stroke: #002030;fill:#002030;fill-opacity: 0;stroke-width: .7;stroke-miterlimit: 1;stroke-dasharray: 400; stroke-dashoffset: 0;animation: linear forwards;-webkit-animation: linear forwards;-o-animation: linear forwards;-moz-animation: linear forwards;  animation-name: dash, fill;animation-duration: 2s, 0.4s;animation-delay: 0s, 3s;}*/

.home-section-one .sec-one-main svg path {
    transition: .8s;
}

.home-section-one .sec-one-main {
    transition: 1s;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0;
    /*border-bottom: 0.5vw solid transparent;*/
    position: relative;
    padding-bottom: 1vw;
}

.home-section-one .sec-one-main::before {
    bottom: 0;
    height: 0.14641288433382138vw;
}

.home-section-one .sec-one-main:hover {
    border-color: #5f8e1a;
}

.home-section-one .sec-one-main figure {
    box-shadow: 0 4px 5px transparent;
    transition: 0.8s;
    margin: 0 auto 1vw;
    border-radius: 50%;
    border: 0.07320644216691069vw solid #5F8E1A;
    width: 5.856515373352855vw;
    text-align: center;
    height: 5.856515373352855vw;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0 1.4vw;
}

.home-section-one .sec-one-main figure img {
    height: auto;
    width: 100%;
}

.home-section-one .sec-one-main figcaption {}

.home-section-one .sec-one-main figcaption h2 {
    transition: .5s;
    min-height: 2.6vw;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
    color: #232325;
    font-size: 1.1vw;
}

.home-section-one .sec-one-main figcaption p {
    margin: 0;
}

.home-section-one .sec-one-main:hover figcaption h2 {
    color: #5F8E1A;
}

.home-section-one .sec-one-main:hover svg path {
    fill: #004E72;
    color: #004E72;
}

.home-section-one .sec-one-main:hover figure {
    /* box-shadow: 0 4px 5px #0000003b; */
}

.work-section {
    background: url(https://work.digitalsetgo.com/refix_web/wp-content/uploads/2022/06/work-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.work-section .main-heading2 {
    margin-bottom: 1vw;
}

.work-section ul {
    display: flex;
    gap: 3.2vw;
}

.work-section ul li {
    width: 17.93557833089312vw;
    position: relative;
}

.work-section ul li::before {
    content: '';
    background: url(assets/images/work-bfr.png);
    background-size: cover;
    width: 2vw;
    height: 1.6vw;
    position: absolute;
    right: -2.8vw;
    top: 50%;
    transform: translateY(-50%);
}

.work-section ul li:last-child::before {
    display: none;
}

.work-section figcaption {
    background: #fff;
    text-align: center;
    padding: 1.5vw 1vw 1vw;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 2%);
}

.work-section figcaption h2 {
    text-transform: uppercase;
    margin-bottom: 0.6vw;
    color: #232325;
    font-size: 1vw;
}

.work-section figcaption figure {
    width: 5vw;
    height: 5vw;
    background: #5F8E1A;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 0 1.25vw;
}

.work-section figcaption figure img {
    width: 100%;
    height: auto;
}

.work-section figcaption p {
    margin: 0;
    margin-top: 0.9vw;
    font-size: 1.0980966325036603vw;
}

.packages-section {
    background: #F8F8F8;
}

.packages-section .main-heading2 p {
    max-width: 60%;
    margin: 12px auto 45px;
}

.packages-section .nav-pills {
    justify-content: center;
    /* margin-top:1.5vw; */
}

.packages-section .nav-pills .nav-item {
    margin: 0 0.7vw;
}

.packages-section .nav-pills .nav-link {
    border: 0.07320644216691069vw solid #5F8E1A;
    padding: 0.8vw 1vw;
    transition: 0.8s;
    display: inline-block;
    min-width: 9.66325036603221vw;
    border-radius: 4px;
    font-size: 1vw;
    text-transform: capitalize;
    color: #5F8E1A;
    border: 0.07320644216691069vw solid #5F8E1A;
    font-family: 'Geometria-Medium', sans-serif;
}

.packages-section .nav-pills .nav-link.active,
.packages-section .nav-pills .nav-link:hover,
.packages-section .nav-pills .show>.nav-link {
    background: #5F8E1A;
    color: #fff;
}

.packages-section figcaption {
    overflow: hidden;
    transition: 0.7s;
    background: #fff;
    border: 0.07320644216691069vw solid #DEDEDE;
    border-radius: 0.5856515373352855vw;
    padding: 1.2vw 1.8301610541727673vw
}

.packages-section figcaption h2 {
    margin-bottom: 1.4vw;
    transition: 0.7s;
    font-size: 1.5vw;
    font-family: 'Geometria', sans-serif;
    text-transform: uppercase;
    padding-bottom: 0.5vw;
    color: #232325;
    position: relative;
}

.packages-section figcaption h2::before {
    transition: 0.7s;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.07320644216691069vw;
    background-color: #5F8E1A;
    width: 2.6354319180087846vw;
}

.packages-section figcaption .badge-month {
    position: relative;
    padding: 0.7vw 1vw 0.7vw 0;
    z-index: 1;
}

.packages-section figcaption .badge-month::before {
    transition: 0.7s;
    content: '';
    z-index: -1;
    position: absolute;
    left: -1.87vw;
    top: 0;
    background: #F8F8F8;
    height: 100%;
    width: 110%;
    border-top-right-radius: 2.6354319180087846vw;
    border-bottom-right-radius: 2.6354319180087846vw;
}

.packages-section figcaption .badge-month h5 {
    color: #000;
    text-transform: none;
    font-size: 1.15vw;
}

.packages-section figcaption .badge-month h4 {
    transition: 0.7s;
    margin: 0;
    display: inline-block;
    color: #232325;
    font-family: 'Geometria', sans-serif;
    font-size: 2vw;
}

.packages-section figcaption .badge-month h3 {
    transition: 0.7s;
    margin: 0;
    display: inline-block;
    font-size: 2.2vw;
    color: #5F8E1A;
    line-height: 1.7569546120058566vw;
    font-family: 'Geometria-Bold', sans-serif;
}

.packages-section figcaption .badge-month h3 span {
    text-transform: uppercase;
    transition: 0.7s;
    font-size: 0.85vw;
    color: #232325;
    font-family: 'Geometria-Medium', sans-serif;
}

.packages-section figcaption ul {
    margin: 1vw 0;
    min-height: 6vw;
}

.packages-section figcaption ul li {
    position: relative;
    color: #7E7E7E;
    font-size: 0.9vw;
    font-family: 'Geometria-Medium', sans-serif;
    padding-left: 1.4641288433382138vw;
    margin-bottom: 0.7vw;
}

.packages-section figcaption ul li::before {
    content: '';
    transition: 0.7s;
    position: absolute;
    left: 0;
    top: 0.3vw;
    width: 0.7320644216691069vw;
    height: 0.7320644216691069vw;
    background: #5F8E1A;
    border-radius: 50%;
}

.packages-section figcaption .btn {
    background: transparent;
    border: 0.07320644216691069vw solid #232325;
    color: #232325;
    width: 100%;
    padding: 0.6vw 1vw;
}

.packages-section figcaption .btn::before {
    background: #5F8E1A;
}

.packages-section figcaption .btn:hover {
    border-color: #5F8E1A;
    color: #fff;
}

.packages-section figcaption:hover {
    border-color: #5F8E1A;
}

.packages-section figcaption:hover .badge-month::before {
    background: #5F8E1A;
}

.packages-section figcaption:hover h2 {
    font-family: 'Geometria-Medium', sans-serif;
}

.packages-section figcaption:hover .badge-month h4,
.packages-section figcaption:hover .badge-month h3,
.packages-section figcaption:hover .badge-month h3 span {
    color: #fff;
}

.packages-section figcaption:hover ul li::before {
    background: #232325;
}

.home-section-two {
    position: relative;
    padding: 2.342606149341142vw 0 0;
    background: url(https://refixservices.ae/assets/images/back-reff.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-two::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 85%) 62%, rgba(255, 255, 255, 0) 67%);
}

.home-section-two .testimonial-slider .gallery-item {
    padding-top: 2vw;
}

.home-section-two .testimonial-slider figcaption {
    background: rgb(255 255 255 / 93%);
    text-align: center;
    padding: 4.5vw 3vw 2vw;
}

.home-section-two .testimonial-slider figcaption p {}

.home-section-two .testimonial-slider figcaption h4 {
    color: #5F8E1A;
    font-size: 1.0248901903367496vw;
    margin: 0;
    text-transform: uppercase;
}

.home-section-two .testimonial-slider figcaption span {}

.home-section-two .testimonial-slider figure {
    margin: 0 0 -4vw;
}

.home-section-two .testimonial-slider figure img {
    margin: auto;
    width: 7.540263543191801vw;
    height: 7.540263543191801vw;
    object-fit: cover;
    border-radius: 50%;
}

.home-section-two .testimonial-slider .stars {
    margin-bottom: 1vw;
}

.home-section-two .testimonial-slider .stars svg {
    color: #5F8E1A;
    width: 1.2vw;
}

.home-section-two .sec-two-right {
    /*padding-left: 3vw; */
}

.home-section-two .sec-two-right figcaption {
    padding-right: 1vw;
}

.home-section-two .sec-two-right .main-heading2 {
    text-align: left;
    margin-bottom: 2vw;
}

.home-section-two .sec-two-right figcaption h3 {
    color: #232325;
    font-size: 1vw;
    text-transform: uppercase;
    font-family: 'Geometria-Bold', sans-serif;
    margin-bottom: 0.2vw;
}

.home-section-two .sec-two-right figcaption p {
    margin: 0;
}

.home-section-two .sec-two-right figure {
    min-width: 3vw;
    margin-right: 0;
}

.home-section-two .sec-two-right figure img {
    width: 100%;
}

.home-section-two .sec-two-right .sec-two-inner {
    margin-bottom: 3.124451vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7vw;
}

.home-section-two .slide-arrow {
    transform: scale(0.7) !important;
    bottom: 2.8vw !important;
    width: 1.5vw;
    height: 1.187vw;
}

.home-section-two .slide-arrow img {
    width: 100%;
}

.home-section-two .prev-arrow {
    right: 2.6vw !important;
}

.home-section-three {
    position: relative;
    padding: 6vw 0 5vw;
}

.home-section-three .client-slider {
    padding-left: 3vw;
}

.home-section-three .slide-arrow {
    bottom: auto !important;
    top: -3.5vw !important;
}

.home-section-three .slide-arrow img {
    width: 0.87vw;
    height: 1.68vw;
}

.home-section-three figure {
    margin: 0;
    padding: 0 2vw;
}

.home-section-three .gallery-item img {
    width: 100%;
}

.home-section-three .main-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section-four {
    background: url(assets/images/sec4-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.home-section-four .sec4-inner {
    padding: 5.156515373352855vw 5.856515373352855vw 5vw;
    border: 0.07320644216691069vw solid #00A1ED;
    background-color: #FBFBFB;
}

.home-section-four .main-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section-four figcaption h2 {
    margin-bottom: 3.6603221083455346vw;
    position: relative;
    display: inline-block;
    font-size: 2.562225475841874vw;
    color: #63666A;
    font-weight: 500;
}

.home-section-four figcaption h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 0.07320644216691069vw;
    background: #00B3F0;
}

.home-section-four figcaption p {
    color: #63666A;
    font-weight: 500;
    line-height: 2.1961932650073206vw;
    margin-bottom: 2.5vw;
}

.home-section-four figcaption h4 {
    font-size: 1.0248901903367496vw;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.home-section-four figcaption span {
    font-size: 0.8784773060029283vw;
    color: #63666A;
}

.home-section-four figure {
    margin: 0;
}

.home-section-four figure .testimonial-inner {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.6vw;
}

.home-section-four figure img {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.home-section-two .slide-arrow,
.home-section-three .slide-arrow {
    transform: scale(1);
    transition: 0.5s;
    z-index: 1;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 1.5vw;
    bottom: 0.8vw;
}

.home-section-two .slide-arrow:hover {
    transform: scale(0.55) !important;
}

.home-section-two .slide-arrow:hover,
.home-section-three .slide-arrow:hover {
    transform: scale(0.75);
    filter: invert(27%) sepia(0%) saturate(7%) hue-rotate(200deg) brightness(93%) contrast(186%);
}

.home-section-two .prev-arrow,
.home-section-three .prev-arrow {
    right: 2.9vw;
}

.home-section-five {
    padding: 0 !important;
    position: relative;
}

.home-section-five figure,
.home-section-five figure p {
    margin: 0;
}

.home-section-five iframe {
    display: block;
    width: 100%;
    height: 36.603221083455345vw;
}

.home-section-five figcaption {
    position: absolute;
    top: 4vw;
    left: 11vw;
}

.home-section-five figcaption form {
    background: #fff;
    width: 26.7vw;
    padding: 2.1961932650073206vw;
}

.home-section-five figcaption form .form-group {
    margin-bottom: 1.4vw;
}

.home-section-five figcaption form textarea {
    height: 4.5vw;
}

.home-section-five figcaption form h2 {
    color: #232325;
    text-transform: uppercase;
    font-size: 1.55vw;
}

.home-section-five figcaption form p.form-para {
    margin-bottom: 1.2vw;
}

.home-section-five figcaption form p {
    font-size: 0.9516837481698389vw;
    color: #232325;
}

.home-section-five figcaption form .form-control {
    transition: .5s;
    border: 0;
    font-size: 0.9516837481698389vw;
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 0.2vw;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0.07320644216691069vw solid #DBDBDB;
    color: #232325;
}

.home-section-five figcaption form select option {
    color: #63666A;
}

.home-section-five figcaption form .form-control:focus {
    padding-left: 0.7vw;
}

.home-section-five figcaption form .form-control::placeholder {
    color: #232325;
}

.home-section-five figcaption form button.btn {
    margin: 0 !important;
}

.home-section-five figcaption form button.btn::before {
    background: #232325;
}

.home-section-five figcaption form button:hover {
    color: #fff;
}

.footer {
    background: #232325;
    position: relative;
    overflow: hidden;
}

.footer .footer-top {
    padding: 3vw 0;
    position: relative;
    z-index: 1;
}

.footer .footer-top .ftr-main-heading h2 {
    font-size: 1.15vw;
    text-transform: uppercase;
    margin-bottom: 1vw;
}

.footer .footer-top p {
    color: #fff;
    margin: 0;
}

.footer .footer-top .ftr-2 {
    padding-left: 2.562225475841874vw;
    padding-top: 0px;
}

.footer .ftr-logo {
    display: block;
    margin-bottom: 1.75vw;
    width: 9.51683748169839vw;
}

.footer .ftr-logo img {
    width: 100%;
}

.footer ul.ftr-detail {}

.footer ul.ftr-detail li {
    position: relative;
    padding-left: 1.5vw;
}

.footer ul.ftr-detail li svg {
    margin: 0.29282576866764276vw 0 0;
    width: 1.0248901903367496vw !important;
    height: 1.0248901903367496vw !important;
    position: absolute;
    top: 0;
    left: 0;
}

.footer ul.ftr-detail li svg path {
    fill: #fff;
}

.footer ul.ftr-detail li a {
    display: inline-block;
}

.footer ul li {
    margin-bottom: 0.55vw;
}

.footer ul li a {
    position: relative;
    color: #fff;
    position: relative;
    display: inline-block;
}

.footer ul li a svg {
    min-width: 1.0248901903367496vw;
}

.footer ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0.2vw;
    height: 0.07320644216691069vw;
    width: 100%;
    background-color: #5F8E1A;
    -webkit-transform: scaleX(0);
    /* transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86);
    transition: transform .6s cubic-bezier(.785, .135, .15, .86), -webkit-transform .6s cubic-bezier(.785, .135, .15, .86); */
}

.footer ul li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.footer ul.ftr-menu li a {
    text-transform: capitalize;
}

.ftr-menu li a .menu-item-description {
    display: none;
}

.footer .footer-bottom {
    border-top: 0.07320644216691069vw solid #fff;
    padding: 1vw 0;
    position: relative;
    z-index: 1;
}

.footer .footer-bottom p,
.footer .footer-bottom span a,
.footer .footer-bottom span {
    color: #fff;
    margin-bottom: 0;
    font-size: 1vw;
}

.footer .footer-bottom span {
    display: block;
    text-align: right;
}

.footer .footer-bottom span a {
    color: #5F8E1A;
}

.footer .footer-bottom span a:hover {
    text-decoration: underline !important;
}

.footer .footer-top .form-inner {
    margin: 0 0 1.75vw;
}

.footer .footer-top .form-inner h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3177159590043923vw;
    margin-bottom: 1.3vw;
}

.footer .footer-top form input {
    margin-bottom: 1vw;
    position: relative;
    transition: 0.5s;
    box-shadow: none;
    padding-left: 2.928258vw;
    border-radius: 0;
    height: 3.22108345534407vw;
    background: #fff;
}

.footer .footer-top form input::placeholder {
    color: #63666A;
}

.footer .footer-top .form-inner {
    position: relative;
}

.footer .footer-top .form-inner::before {
    content: '';
    background: url(assets/images/env.svg);
    background-size: cover;
    width: 0.9vw;
    height: 0.5vw;
    position: absolute;
    left: 1.5vw;
    top: 1.4vw;
    z-index: 1;
}

.footer .footer-top form input:focus {
    padding-left: 3.3vw;
    border-color: #5F8E1A;
}

.footer .footer-top form button,
.home-section-five figcaption form button {
    transition: .7s;
    letter-spacing: 0.14641288433382138vw;
    border: 0;
    margin-top: 2vw;
    background: #5F8E1A;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.footer .footer-top form button::before {
    background: #fff;
}

.footer .footer-top form button:hover {
    color: #5F8E1A;
}

.footer .footer-top form button {
    margin: 0;
}

.footer .footer-top .socialFotWrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-top .socialFotWrp .barCode img {
    width: 6vw;
}

ul.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

ul.social-icons li {
    margin: 0;
}

ul.social-icons li a {
    position: relative;
    font-size: 1.05vw;
    display: block;
    text-align: center;
    line-height: 1;
}

ul.social-icons li a svg {
    color: #fff;
    position: relative;
    z-index: 9;
    min-width: 1.8301610541727673vw;
    transition: 0.5s;
}

ul.social-icons li a:hover svg,
ul.social-icons li a:hover {
    color: #5f8e1a;
}

ul.social-icons li a:before {
    display: none
}

@keyframes myAnim {
    0%,
    100% {
        transform: translate(-120px, 120px) rotate(-312deg)
    }
    50% {
        transform: translate(0px, 0px) rotate(-312deg)
    }
}

.about-section-one img {
    width: 100%;
}

.about-section-one .main-heading2 {
    text-align: left;
}

.about-section-two .row {
    justify-content: space-between;
}

.about-section-two figure {
    min-height: 4vw;
}

.about-section-two figure img {
    width: 4vw;
}

.about-section-two {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3vw 0;
}

.about-section-two .wpb_content_element {
    margin-bottom: 0;
}

.about-section-two p {
    margin: 0;
}

.about-section-two .about-two-right {}

.about-section-three .main-heading {
    margin: 0;
}

.about-section-three h4 {
    color: #232325;
    font-size: 1vw;
    text-transform: uppercase;
}

.about-section-three p {
    margin: 0;
}

.about-section-three figure {
    margin-bottom: 1.2vw;
}

.about-section-three .about-three-inner {
    margin-top: 1.5vw;
    padding-right: 1vw;
}

.about-section-three figure {
    width: 4.465592972181552vw;
    height: 3.953147877013177vw;
    text-align: center;
    border: 0.07320644216691069vw solid #5F8E1A;
    border-radius: 0.5856515373352855vw;
    padding: 0 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about-section-three figure img {
    width: 100%;
    max-width: 100% !important;
    filter: invert(54%) sepia(27%) saturate(384%) hue-rotate(43deg) brightness(88%) contrast(490%);
    height: auto !important;
    vertical-align: middle;
}

.search-section figcaption {
    margin-bottom: 35px;
}

.search-section a {
    margin-bottom: 10px;
}

.search-section .search-result-count {
    margin-bottom: 20px;
}

.contact-section-one iframe {
    width: 100%;
    height: 15vw;
}

.contact-section-one .contpara {
    margin-bottom: 1vw;
}

.contact-section-one .contact-one-ul li a {}

.contact-section-one .contact-one-ul li a:hover {
    color: #5F8E1A;
}

.contact-section-one .contHead {
    margin-bottom: 1.1vw;
}

.contact-section-one .contact-one-ul li {
    margin-bottom: 0.5vw;
    position: relative;
    padding-left: 2.6354319180087846vw;
}

.contact-section-one .contact-one-ul li span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0.07320644216691069vw solid #5F8E1A;
    border-radius: 0.14641288433382138vw;
    text-align: center;
    padding: 0;
    width: 1.710541727672035vw;
    height: 1.710541727672035vw;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section-one .contact-one-ul li span svg {
    color: #5F8E1A;
    font-size: 0.9vw !important;
    padding: 0;
    margin: 0;
    width: auto;
}

.contact-section-one .contact-two-right {
    /* padding-left: 7.320644216691069vw; */
}

.contact-section-one .contact-two-right h3 {
    font-size: 1.75vw;
    color: #232325;
    margin-bottom: 1vw;
}

.contact-section-one .form-group {
    margin-bottom: 1.0980966325036603vw;
}

.contact-section-one label {
    color: #232325;
    margin-bottom: 0.25vw;
    line-height: 1;
}

.contact-section-one p {
    margin: 0;
}

.contact-section-one .form-control {
    box-shadow: none;
    padding: 0.65vw;
    border-radius: 0.29282576866764276vw;
    border: 0.07320644216691069vw solid #ABA9A9;
    color: #ABA9A9;
    line-height: 1;
}

.contact-section-one .form-control::placeholder {
    color: #ABA9A9;
}

.contact-section-one .form-control:focus {
    border-color: #5F8E1A;
}

.contact-section-one textarea.form-control {
    height: 9.7vw;
}

.service-section-one {
    background: #fff;
}

.service-section-one .main-heading2 {
    text-align: left;
}

.service-section-one figcaption:hover {
    box-shadow: -1px 6px 5px #ccc;
}

.service-section-one figure {
    margin: 0;
}

.service-section-one figure img {
    height: 12.957540263543192vw;
    width: 100%;
    object-fit: cover;
    border-radius: 0.7320644216691069vw;
}

.service-section-one figcaption {
    padding: 0;
    text-align: center;
}

.service-section-one figcaption .service-one-inner {
    padding: 1.36vw;
}

.service-section-one figcaption h2 {
    font-size: 1.1vw;
    min-height: 3.515vw;
    font-family: 'Geometria-Medium', sans-serif;
    color: #232325;
    margin-bottom: 0.45vw;
}

.service-section-one figcaption p {
    min-height: 6.9vw;
}

.service-section-one figcaption:hover h2 {
    font-family: 'Geometria-Bold', sans-serif;
    color: #5F8E1A;
}

.service-section-one figcaption h2::before {
    display: none;
}

.service-section-one figcaption .btn {
    width: auto;
}

.service-detail-one {
    padding: 2.562225475841874vw 0;
}

.service-detail-one .custom-breadcrumbs {
    margin-bottom: 2.5vw;
}

.service-detail-one .custom-breadcrumbs ul {
    display: flex;
    gap: 2.5vw
}

.service-detail-one .custom-breadcrumbs ul li.active a {
    color: #5F8E1A;
}

.service-detail-one .custom-breadcrumbs ul li a {
    position: relative;
    color: #002030;
    text-transform: capitalize;
}

.service-detail-one .custom-breadcrumbs ul li a::after {
    content: '';
    background: url(assets/images/bread-arrow.svg);
    background-size: cover;
    width: 0.8052708638360175vw;
    height: 0.5856515373352855vw;
    position: absolute;
    right: -1.5vw;
    top: 0.5vw;
}

.service-detail-one .custom-breadcrumbs ul li:last-child a::after {
    display: none;
}

.service-detail-one .sidebar {
    margin-bottom: 1vw;
}

.service-detail-one .sidebar ul {
    /*box-shadow: 0 0 7px #cccccc94;*/
    border: none;
}

.service-detail-one .sidebar ul li {
    margin-bottom: 0;
}

.service-detail-one .sidebar ul li a {
    transition: 0.5s;
    text-transform: capitalize;
    display: block;
    padding: 1.3vw;
    line-height: 1;
    background: #f2f2f2;
    margin-bottom: 0.14641288433382138vw;
    border-left: 5px solid transparent;
}

.service-detail-one .sidebar ul li a:hover,
.service-detail-one .sidebar ul li.active a {
    border-color: #5F8E1A;
}

.service-detail-one figcaption {}

.service-detail-one h3 {
    font-size: 1.7vw;
    color: #232325;
    text-transform: capitalize;
    margin-bottom: 1.5vw;
}

.service-detail-one figure {
    margin-bottom: 1.5vw;
}

.service-detail-one figure img {
    width: 100%;
    height: 15.5vw;
    object-fit: cover;
}

.service-detail-one .sidebar-cont {
    background-color: #5F8E1A;
    padding: 1.7vw;
    position: relative;
}

.service-detail-one .sidebar-cont h4 {
    color: #fff;
    font-size: 1vw;
    position: relative;
    z-index: 1;
}

.service-detail-one .sidebar-cont::before {
    content: '';
    position: absolute;
    right: -0.5124450951683748vw;
    top: -0.5124450951683748vw;
    width: 100%;
    height: 4.539vw;
    background: rgb(0 0 0 / 25%);
}

.service-detail-one .sidebar-cont p {
    color: #000;
    margin-top: 1.2vw;
}

.service-detail-one .sidebar-cont .btn {
    color: #232325;
    background: #fff;
}

.service-detail-one .sidebar-cont .btn:hover {
    color: #fff;
}

.package-section-one {
    padding: 0;
    background-color: #fff;
}

.package-section-one .package-section-top {
    background: #F5F5F5;
    padding: 3vw 0 0.2vw;
    margin-bottom: 0vw;
}

.package-section-one .package-section-bottom {
    background: #F5F5F5;
    padding: 0 0 3vw;
    border-radius: 1.4641288433382138vw;
    border-radius: 0;
}

.package-section-one table {
    width: 100%;
    text-align: center;
    border-radius: 2%;
}

.package-section-one table tr:nth-child(even) td {
    background: #fff;
}

.package-section-one table tr:nth-child(odd) td {
    background: #F8F8F8;
}

.package-section-one table tr:nth-child(1) {
    background: transparent;
}

.package-section-one table tr:nth-child(2)>td:first-child {
    border-top-left-radius: 1.464129vw;
    width: 11vw;
}

.package-section-one table tr .theader {
    background: #7FB82C;
    border-top-left-radius: 1.4641288433382138vw;
    width: 11vw;
}

.package-section-one table tr .theader1 {
    background: #5F8E1A;
    width: 12vw;
}

.package-section-one table tr .theader2 {
    border-top-left-radius: 0;
    border-top-right-radius: 1.4641288433382138vw
}

.package-section-one table tr td,
.package-section-one table tr .theader,
.package-section-one table tr .theader1 {
    padding: 0.5856515373352855vw
}

.package-section-one table h2 {
    font-size: 1.2vw;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    display: inline-block;
    padding: 0 0 0.25vw;
}

.package-section-one table h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0.07320644216691069vw;
    width: 2.6354319180087846vw;
    background: #FFF;
    margin: auto;
    right: 0;
}

.package-section-one table .theader1 h2 {}

.package-section-one table small {
    font-family: 'Geometria-Medium';
    font-size: 1.2vw;
    font-weight: 500;
    color: #5F8E1A;
}

.package-section-one table h3 {
    font-size: 1vw;
    color: #5F8E1A;
    font-weight: bold;
    margin: 0;
}

.package-section-one table h3 span {
    font-weight: 300;
    font-size: 1vw;
    color: #232325;
    display: inline-block;
    height: 100%;
    /* vertical-align: middle; */
}

.package-section-one table h3 small {
    font-size: 1vw;
    text-transform: capitalize;
    color: #232325;
    font-weight: 400;
    display: inline-block;
    vertical-align: initial;
}

.package-section-one table h4 {
    font-size: 1.6837481698389458vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #5F8E1A
}

.package-section-one table h5 {
    font-size: 0.9vw;
    font-weight: 500;
    color: #4C4C4D;
    margin: 0;
}

.package-section-one table tr .theader,
.package-section-one table tr .theader1 {
    padding: 1.2vw 1vw;
    padding: 0.7320644216691069vw;
}

.package-section-one table tr th,
.package-section-one table tr td {
    box-shadow: -5px 7px 10px #00000012;
}

.package-section-one table tr th:first-child,
.package-section-one table tr td:first-child {
    box-shadow: none;
}

.package-section-one table a.btn {}

.package-section-two {
    padding: 3vw 0;
}

.package-section-two .pkgsec2 {
    background: url("https://work.digitalsetgo.com/refix_new/assets/images/packageSec2Img.png") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 0 7vw;
}

.package-section-two .pkgsec2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #5f8e1ad6 50%, rgb(94 135 39 / 30%) 71%);
    z-index: -1
}

.package-section-two .pkgsec2 figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    padding: 2vw;
    z-index: 9;
}

.package-section-two .pkgsec2 figcaption h2 {
    font-size: 1.7vw;
    color: #fff;
}

.package-section-two .pkgsec2 figcaption p {
    margin: 1.2vw 0;
    color: #fff;
}

.package-section-two .pkgsec2 figcaption ul {
    background: rgb(248 248 248 / 75%);
    display: flex;
    align-items: center;
    padding: 0.2vw 1.5vw;
    gap: 1vw;
    /* margin-right: 5vw; */
}

.package-section-two .pkgsec2 figcaption ul li {}

.package-section-two .pkgsec2 figcaption ul li a {
    display: flex;
    align-items: center;
    gap: 0.3vw;
}

.package-section-two .pkgsec2 figcaption ul li a svg {
    width: 1vw;
    color: #000;
}

.package-section-two .pkgsec2 figcaption ul li a svg path {
    transition: 0.5s;
}

.package-section-two .pkgsec2 figcaption ul li a:hover svg path {
    fill: rgb(95, 142, 26);
}

.package-section-two .pkgsec2 figcaption ul li a:hover svg #Path_990 {
    fill: #fff;
}

.signup-section-one {}

.signup-section-one .sec1Wrap {
    background: #F8F8F8;
    padding: 1.5vw;
}

.signup-section-one .sec1Wrap ul.links {
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
    align-items: center;
    flex-direction: row;
    gap: 2vw;
}

.signup-section-one .sec1Wrap ul li {
    position: relative;
}

.signup-section-one .sec1Wrap .wrapper li:last-child::after {
    display: block;
}

.signup-section-one .sec1Wrap ul li::after {
    content: '';
    background: url(assets/images/signup-arrow.svg);
    background-size: cover;
    width: 0.8052708638360175vw;
    height: 0.5856515373352855vw;
    position: absolute;
    right: -1.3vw;
    top: 0.71vw;
}

.signup-section-one .sec1Wrap ul li:last-child::after {
    display: none;
}

.signup-section-one .sec1Wrap ul li a {
    font-size: 1.2vw;
    font-weight: 500;
    color: #002030
}

.signup-section-one .sec1Wrap ul li.last a {
    color: #5F8E1A
}

.signup-section-one .sec1Wrap .wrapper {
    background: #fff;
    padding: 3vw;
}

.signup-section-one .sec1Wrap .wrapper h2 {
    font-size: 1.6vw;
    color: #232325;
    font-weight: 500;
}

.signup-section-one .sec1Wrap .wrapper h4 {
    font-size: 1.5373352855051245vw;
    color: #5F8E1A;
    font-weight: 500;
    margin-bottom: 1.2vw;
    margin-top: 1vw;
}

.signup-section-one .sec1Wrap .wrapper ul {
    margin: 1vw 0;
}

.signup-section-one .sec1Wrap .wrapper p {
    color: #5F8E1A;
}

.signup-section-one .sec1Wrap .wrapper ul:last-child {
    margin-bottom: 0;
}

.signup-section-one .sec1Wrap .wrapper ul li::after {
    top: 1vw;
    opacity: 0;
}

.signup-section-one .sec1Wrap .wrapper ul li {
    font-family: 'Geometria-Medium';
    font-size: 0.95vw;
    color: #63666A;
    border-bottom: 0.07320644216691069vw solid #DEDEDE;
    padding: 0.5vw 0;
}

.signup-section-one .sec1Wrap .wrapper ul:last-child li.last {
    border: none;
}

.signup-section-one input::-webkit-outer-spin-button,
.signup-section-one input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.signup-section-one input[type=number] {
    -moz-appearance: textfield;
}

.signup-section-one form {
    padding-right: 0vw
}

.signup-section-one form h2 {
    font-size: 1.5vw;
    text-transform: uppercase;
    margin: 1vw 0;
}

.signup-section-one form h2.sub-heading {
    text-transform: capitalize;
}

.signup-section-one form .form-group {
    margin: 0 0 1.5vw;
    position: relative;
}

.signup-section-one form .form-group label {
    font-family: 'Geometria-Medium';
    display: block;
    font-size: 0.8vw;
    font-weight: 500;
    color: #63666A;
    text-transform: uppercase;
}

.signup-section-one form .form-group .form-check {
    line-height: 2;
    margin-bottom: 0.2vw;
}

.signup-section-one form #occupancy_type>label {
    margin-bottom: 1vw;
}

.signup-section-one form .form-group .form-check input.form-check-input {
    width: 1.3177159590043923vw;
    height: 1.3177159590043923vw;
}

.signup-section-one form .form-group .form-check label {
    font-size: 0.9516837481698389vw;
    color: #8B8B8B;
    text-transform: capitalize;
}

.signup-section-one form .form-group .error {
    color: #dc3232;
}

.signup-section-one form .form-group input.form-control::placeholder {
    color: #8B8B8B;
}

.signup-section-one form .form-group input.form-control,
.signup-section-one form .form-group select.form-control {
    font-family: 'Geometria';
    color: #8B8B8B;
    border-radius: 0;
    padding: 0.7vw;
}

.signup-section-one form .form-group select {
    position: relative;
}

.signup-section-one form .form-group select::after {
    content: url(assets/images/down.svg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.signup-section-one form .form-group .input-group.location img {
    position: absolute;
    bottom: 0.43923865300146414vw;
    left: 0;
    z-index: 1;
    width: 0.7vw;
}

.signup-section-one form .form-group .input-group.location input {
    border: none;
    border-bottom: 0.07320644216691069vw solid #B5B5B5;
    padding-bottom: 0;
    padding-left: 2vw;
}

.signup-section-one form .form-group .input-group.location button {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #5F8E1A;
    font-size: 0.8784773060029283vw;
}

.signup-section-one form .btn {
    line-height: 1;
    min-width: 11vw;
    padding: 1.05vw;
}

.signup-section-one form .form-control:focus,
.form-check-input:focus {
    box-shadow: none;
}

.signup-section-one form .form-control:focus,
.form-check-input:focus,
.form-check-input:checked {
    border-color: #B5B5B5;
}

.signup-section-one form .form-check-input:checked[type=radio] {
    background: url(assets/images/ellipse.svg) no-repeat;
    background-size: cover;
}

.signup-section-one form .form-group ul {
    margin-bottom: 0;
    font-size: 0;
}

.signup-section-one form .form-group>form>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}

.signup-section-one form .form-group .dropdown-menu {
    color: #4D4949;
    margin: 0;
    width: 100%;
    background: #F8F8F8;
    border-radius: 0;
    top: 105%;
}

.signup-section-one form .form-group .form-control {
    text-transform: capitalize;
    font-family: 'Geometria';
    position: relative;
    padding: 0.7vw;
    border-radius: 0;
    color: #8B8B8B;
    text-align: left;
    font-size: 0.9516837481698389vw;
}

.signup-section-one form .form-group button.form-control img {
    float: right;
    margin-top: 0.4vw;
    width: 0.8052708638360175vw;
    height: auto;
}

.signup-section-one form .form-group .dropdown-menu li {
    transition: .6s;
    padding: 0.3vw 1vw;
}

.signup-section-one form .form-group .dropdown-menu li:hover {
    background-color: #5f8e1a;
    color: #63666A;
}

.signup-section-one form .form-group .dropdown-menu li:hover a {
    color: #fff;
}

.signup-section-one form .form-group .dropdown-menu li a {
    color: #4D4949;
    text-align: left;
    display: block;
    font-size: 1vw;
    text-transform: capitalize;
}

.signup-section-one form .form-group ul.slider-dropdown-ul li {
    margin-right: 0 !important;
    padding: 0.36603221083455345vw 0.7320644216691069vw;
}

.signup-section-one form .form-group ul.slider-dropdown-ul {
    text-align: left;
    max-height: 16.837481698389457vw;
    overflow: hidden;
    overflow-y: scroll;
}

.signup-section-one form .input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 0
}

.home-maintenance-solutions {
    background: #F8F8F8;
    padding: 4vw;
}

.home-maintenance-solutions ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
    max-width: 75%;
    margin: 2vw auto 0;
}

.home-maintenance-solutions ul li {
    width: 12.445095168374817vw;
}

.home-maintenance-solutions ul li a {
    transition: 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5vw 0.5vw;
    background: #fff;
    text-align: center;
    border-radius: 0.5856515373352855vw;
    box-shadow: 0px 4px 4px transparent;
    height: 100%;
}

.home-maintenance-solutions ul li a:hover {
    box-shadow: 0px 4px 4px #0000003d;
}

.home-maintenance-solutions ul li a img {
    transition: 0.8s;
    width: 4vw;
    height: 4vw;
}

.home-maintenance-solutions ul li figcaption {}

.home-maintenance-solutions ul li figcaption p {
    margin: 1vw 0 0;
    transition: 0.8s;
    font-size: 0.95vw;
    font-family: 'Geometria-Medium';
}

body.bodyrtl .social ul li {
    text-align: right;
    border-radius: 0 2.19vw 2.19vw 0;
}

body.bodyrtl .social ul li a {
    align-items: center;
    flex-direction: row-reverse;
}

body.bodyrtl .social ul li:hover {
    transform: translateX(8.05vw);
}

body.bodyrtl .social ul li span {
    margin: 0;
    margin-left: 1.02vw;
}

.social {
    z-index: 99999999;
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateX(18.66vw);
}

.social ul {
    list-style: none;
    padding: 0;
}

.social ul li {
    display: block;
    margin: 0.73vw 0;
    background: rgb(35 35 37);
    width: 21.96vw;
    text-align: left;
    padding: 1px;
    border-radius: 2.19vw 0 0 2.19vw;
    transition: all 1s;
    border: 1px solid #5F8E1A;
}

.social ul li:hover {
    transform: translateX(-8.05vw);
}

.social ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.social ul li span {
    text-align: center;
    color: #fff;
    margin-right: 1.02vw;
    padding: 0.58vw 1.15vw;
    border-radius: 50%;
    font-size: 1.24vw;
    transform: rotate(0deg);
    text-align: center;
    display: inline-block;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: 3vw;
}

.social ul li:hover span,
.social ul li span svg path {
    /*transform: rotate(360deg);*/
    transition: all 1s;
}

.social ul li:hover span svg #Path_990 {
    fill: #fff;
}

.social ul li:hover span svg path {
    fill: #5f8e1a;
}

.sectors-section-one p {
    text-align: center;
}

.sectors-section-one figure {
    margin: 1.7vw 0.7vw;
    overflow: hidden;
    transition: 0.65s;
    box-shadow: 0 4px 8px transparent;
}

.sectors-section-one figure img {
    width: 100%;
}

.sectors-section-one figure figcaption {
    transform: translateY(100%);
    transition: 0.65s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 6vw 0.5vw 0.9vw;
    background: linear-gradient(to top, #5f8e1a 0%, rgba(255, 255, 255, 0) 100%);
}

.sectors-section-one figure:hover {
    box-shadow: 0 4px 8px #00000070;
}

.sectors-section-one figure:hover figcaption {
    transform: translateY(0);
}

.sectors-section-one figure figcaption h3 {
    font-size: 1.6vw;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.ftr-menu .sub-menu {
    display: none;
}

.error-section {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 6vw 0;
}

.error-section .scene {
    perspective: 29.282576866764277vw;
}

.error-section .box {
    position: relative;
    width: 14.641288433382138vw;
    height: 14.641288433382138vw;
    transform-style: preserve-3d;
    transform: translateZ(-7.320644216691069vw);
    transition: 0.3s;
    animation-name: rotateAnimation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.error-section .box__face {
    position: absolute;
    width: 14.641288433382138vw;
    height: 14.641288433382138vw;
    font-size: 8.784773060029282vw;
    line-height: 1.65;
    text-align: center;
    color: #fff;
    border: 0.07320644216691069vw solid #5F8E1A;
}

.error-section .box__face.front {
    transform: rotateY(0deg) translateZ(7.320644216691069vw);
    background: #232325;
}

.error-section .box__face.back {
    transform: rotateY(90deg) translateZ(7.320644216691069vw);
    background: #5F8E1A;
}

.error-section .box__face.right {
    transform: rotateY(180deg) translateZ(7.320644216691069vw);
    background: #232325;
}

.error-section .box__face.left {
    transform: rotateY(-90deg) translateZ(7.320644216691069vw);
    background: #5F8E1A;
}

.error-section .box__face.top {
    transform: rotateX(90deg) translateZ(7.320644216691069vw);
    background: #5F8E1A;
}

.error-section .box__face.bottom {
    transform: rotateX(-90deg) translateZ(7.320644216691069vw);
    background: #232325;
}

.error-section .shadow {
    position: absolute;
    z-index: -1;
    left: -3.6603221083455346vw;
    top: calc(100% - 20px);
    width: calc(100% + 100px);
    height: 2.1961932650073206vw;
    border-radius: 50%;
    background: #23232569;
    filter: blur(1.4641288433382138vw);
}

.error-section .desc {
    margin-top: 4.392386530014641vw;
    text-align: center;
}

.error-section .desc h3 {}

.error-section .desc a {
    margin-top: 2vw;
}

@keyframes rotateAnimation {
    25% {
        transform: translateZ(-100px) rotateY(-90deg);
    }
    50% {
        transform: translateZ(-100px) rotateY(-180deg);
    }
    75% {
        transform: translateZ(-100px) rotateX(-90deg);
    }
    85% {
        transform: translateZ(-100px) rotateX(-90deg);
    }
}

.error {
    color: red !important;
    padding: 0px 30px 0px 0px;
}

.loader_container {
    width: 100%;
    height: 100%;
    margin: 0em;
    left: 0em;
    top: 0em;
    background: #ffffff;
    position: fixed;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #7fb82c, 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.5), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.7), 1.8em -1.8em 0 0em #7fb82c, 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.5), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.7), 2.5em 0em 0 0em #7fb82c, 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.5), 2.5em 0em 0 0em rgba(127, 184, 44, 0.7), 1.75em 1.75em 0 0em #7fb82c, 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.5), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.7), 0em 2.5em 0 0em #7fb82c, -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.5), 0em 2.5em 0 0em rgba(127, 184, 44, 0.7), -1.8em 1.8em 0 0em #7fb82c, -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.5), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.7), -2.6em 0em 0 0em #7fb82c, -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.5), -2.6em 0em 0 0em rgba(127, 184, 44, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.5), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.5), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.5), 2.5em 0em 0 0em rgba(127, 184, 44, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.5), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.2), -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.5), 0em 2.5em 0 0em rgba(127, 184, 44, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(127, 184, 44, 0.2), -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.5), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(127, 184, 44, 0.2), 1.8em -1.8em 0 0em rgba(127, 184, 44, 0.2), 2.5em 0em 0 0em rgba(127, 184, 44, 0.2), 1.75em 1.75em 0 0em rgba(127, 184, 44, 0.2), 0em 2.5em 0 0em rgba(127, 184, 44, 0.2), -1.8em 1.8em 0 0em rgba(127, 184, 44, 0.5), -2.6em 0em 0 0em rgba(127, 184, 44, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.swal-modal {
    background: #232325;
}

.swal-title {
    color: #fff;
    font-size: 1.8vw;
    font-family: 'Geometria', sans-serif !important;
    padding: 0.7320644216691069vw 2.9282576866764276vw;
}

.swal-icon--success:after,
.swal-icon--success:before {
    display: none !important;
}

.swal-footer {
    text-align: center;
    padding: 0.9516837481698389vw 1.171303074670571vw 2.049780380673499vw;
}

.swal-icon--success__hide-corners {
    background: transparent;
}

.swal-icon--success__line {
    background-color: #5F8E1A;
}

.swal-icon--success {
    border-color: #5F8E1A;
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%
    }
    a#pull {
        display: inline-block !important
    }
    .header.scrll {
        position: relative;
    }
    .header .navigation {
        display: block;
        position: static;
    }
    .header .navigation ul li a::before {
        height: 1px;
        bottom: -1px
    }
    .header .logo {
        width: 93px
    }
    .header .navigation ul.topMenu {
        background: #fff;
        transition: 1s;
        top: 48px;
        padding: 20px 0 0;
        border-top: 2px solid #5f8e1a;
        text-align: left;
        padding: 10px 20px;
        position: absolute;
        left: 0;
        transform: translateX(-100%);
        width: 330px;
        max-height: 300px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .header .navigation ul.topMenu:hover {
        color: red;
    }
    .header .navigation ul.topMenu.active {
        transform: translateX(0) !important;
    }
    .header .navigation ul li {
        margin: 3px 0 2px;
        display: block
    }
    .header .navigation ul li a {
        font-size: 14px;
        display: inline-block;
        position: relative;
        padding: 5px 0
    }
    .header .navigation ul li .drop-menu ul.drop-sub {
        display: none;
        margin: 0;
        visibility: visible;
        opacity: 1;
        position: relative !important;
        box-shadow: none;
        right: 0;
        left: 1px;
        width: 100%;
        max-height: 100%;
    }
    .header .navigation ul li .drop-menu ul.drop-sub li {
        margin-bottom: 5px;
    }
    .header .navigation ul li .drop-menu ul.drop-sub li:last-child {
        margin-bottom: 0;
    }
    .header .navigation ul li .drop-menu {
        padding: 0;
        margin: 0 !important;
        display: none;
        box-shadow: none;
        position: relative;
        right: 0;
        left: 0;
        top: auto;
        width: 100%;
        text-align: left;
        opacity: 1;
        visibility: visible;
        margin: 5px auto 10px;
    }
    .header .navigation ul li .drop-menu li a {
        padding: 7px 10px!important;
        display: block;
    }
    .header .navigation ul li .drop-menu li a::after {
        width: 6.5px;
        height: 13px;
        right: auto;
        left: 230px;
        top: 10px;
        transform: rotate(-270deg);
        display: none;
    }
    .header .header-top .header-icons {
        text-align: center;
        margin-top: 10px;
    }
    .header .header-nav .search-lang {
        justify-content: center;
        gap: 0 20px;
    }
    .searchPop {
        width: 200px;
        top: 39px;
        right: -12px;
    }
    .header .header-nav .search-lang li::after {
        width: 1px;
        right: -8px;
    }
    .header .header-top .header-top-info {
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px 20px !important;
    }
    .header .navigation ul li .dropdown-toggle::after {
        display: none;
    }
    .header .navigation ul li .drop-menu li.active .mydropinner {
        transform: rotate(-180deg);
    }
    .header .navigation ul li .drop-menu li.active {
        background: #5f8e1a;
    }
    .header .navigation ul li .drop-menu li.active>a {
        color: #fff;
    }
    .header .navigation ul li .mydropmain,
    .header .navigation ul li .drop-menu li .mydropinner {
        display: block !important;
    }
    .header .navigation ul li .drop-menu li.no-menu .mydropinner {
        display: none !important;
    }
    .main-section {
        padding: 30px 0;
    }
    .main-heading h2,
    .main-heading2 h2,
    .main-heading h2 span {
        font-size: 20px !important;
    }
    .main-heading,
    .main-heading2 {
        margin-bottom: 15px;
    }
    .banner img {
        height: 250px;
        object-fit: cover
    }
    .banner .banner-text {
        width: auto;
        top: 0;
        left: 0;
        position: relative;
        margin: 10px 0 0;
    }
    .banner .banner-text::before {
        bottom: -6px;
        left: -4px;
        height: 30px;
        display: none
    }
    .banner .banner-text figcaption {
        padding: 15px
    }
    .banner .banner-text figcaption h1 {
        font-size: 20px;
        line-height: 1.2;
    }
    .banner .banner-text figcaption p {
        font-size: 15px;
    }
    .banner .bnr-cont {
        width: auto;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 10px 0 0;
    }
    .banner .bnr-cont::before {
        height: 60px;
        right: -6px;
        top: -6px;
        display: none
    }
    .banner .bnr-cont figcaption {
        padding: 5px 12px
    }
    .banner .bnr-cont figcaption p {
        font-size: 14px;
        margin: 4px 0 8px;
    }
    .banner .slide-arrow {
        top: 19%;
        transform: none;
        left: 15px;
        width: 30px;
        height: 30px;
        background: #5f8e1a;
    }
    .banner .next-arrow {
        left: auto;
        right: 15px;
    }
    .banner .slide-arrow img {
        filter: brightness(0) invert(1);
    }
    .inner-banner figure img {
        height: 150px
    }
    .home-section-one .sec-one-main {
        padding: 15px;
    }
    .home-section-one .sec-one-main figcaption h2 {
        font-size: 14px;
    }
    .home-section-two .sec-two-right {
        margin-top: 30px;
    }
    .home-section-two .sec-two-right .sec-two-inner {
        margin-bottom: 20px;
    }
    .home-section-three .slide-arrow {
        top: -40px !important;
    }
    .home-section-five figcaption {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
    }
    .home-section-five figcaption form {
        width: 100%;
        padding: 20px;
    }
    .home-section-five iframe {
        height: 250px;
    }
    .packages-section figcaption h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .packages-section figcaption .badge-month::before {
        left: -25px;
        width: 90%;
    }
    .package-section-two .pkgsec2 figcaption {
        padding: 15px;
    }
    .footer .footer-top .ftr-main-heading h2 {
        margin: 20px 0 8px;
    }
    .footer .footer-bottom {
        padding: 5px 0;
    }
    .footer ul li a::before {
        height: 1px;
    }
    .footer .footer-top .ftr-2 {
        padding-left: 0;
    }
    .about-section-two .col-md-4 {
        margin-bottom: 15px;
    }
    .about-section-two .main-heading {
        margin-bottom: 0;
    }
    .service-detail-one figure img {
        height: 180px;
    }
    .service-section-one figcaption .service-one-inner h2 {
        min-height: auto;
    }
    .service-detail-one .custom-breadcrumbs ul li a::after {
        width: 10px;
        height: 8px;
        top: 7px;
        left: -17px;
    }
    .service-detail-one .custom-breadcrumbs ul {
        gap: 0 25px !important
    }
    .service-detail-one .sidebar {
        margin: 15px 0;
    }
    .home-maintenance-solutions ul li {
        width: 48%;
    }
    .contact-section-one .contact-two-right {
        margin-top: 10px
    }
    .service-detail-one .custom-breadcrumbs ul li:first-child a::after {
        display: none;
    }
    .service-detail-one .custom-breadcrumbs ul li:last-child a::after {
        display: block;
    }
    body.bodyrtl .service-detail-one .custom-breadcrumbs ul li:last-child a::after {
        display: none !important;
    }
    body.bodyrtl .service-detail-one .custom-breadcrumbs ul li:first-child a::after {
        display: block !important;
    }
    body.bodyrtl .packages-section figcaption .badge-month::before {
        right: -25px;
    }
    body.bodyrtl .banner .bnr-cont {
        left: 0;
    }
    body.bodyrtl .banner .banner-text {
        right: 0;
    }
    body.bodyrtl ul.ham {
        right: auto;
        left: 10px;
    }
    body.bodyrtl .header .header-top .header-top-info {
        justify-content: center;
    }
    body.bodyrtl .header .navigation ul li .drop-menu ul.drop-sub {
        left: 0;
        right: 1px;
    }
    body.bodyrtl .searchPop {
        right: auto;
        left: -76px;
    }
    body.bodyrtl .header .navigation ul.topMenu {
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    body.bodyrtl .header .navigation ul li {
        text-align: right;
    }
    body.bodyrtl .header .navigation ul li .mydropmain,
    body.bodyrtl .header .navigation ul li .drop-menu li .mydropinner {
        right: auto;
        left: 10px;
    }
}

@media only screen and (max-width: 992px) {
    body,
    a,
    img,
    ul,
    ol,
    li,
    .form-control {
        font-size: 14px;
    }
    .btn,
    .swal-button {
        font-size: 13px;
        padding: 8px
    }
    .main-heading h2,
    .main-heading2 h2,
    .main-heading h2 span {
        font-size: 22px
    }
    .main-heading2 p {
        font-size: 15px;
        line-height: 1.4
    }
    .main-heading h3 {
        font-size: 22px
    }
    .main-section p {
        margin-bottom: 8px
    }
    .social ul li span {
        font-size: 14px;
        padding: 8px 9px;
        min-height: 10px;
        margin-right: 10px;
    }
    .social ul li:first-child svg {
        width: 14px;
        height: 14px;
    }
    .social {
        transform: translateX(52px);
    }
    .social ul li {
        width: 135px;
        margin: 7px 0;
        border-radius: 20px 0 0 20px;
        transform: translateX(52px);
    }
    .social ul li:hover {
        transform: translateX(-52px);
    }
    ul.social-icons li {
        margin-right: 8px
    }
    ul.social-icons li a {
        font-size: 14px
    }
    .header .header-top {
        padding: 10px 0
    }
    .header .header-top .header-top-info li svg {
        width: 12px;
        height: 12px;
        margin-right: 2px;
    }
    .header .header-top .header-top-info li a {
        font-size: 13px;
        line-height: 1;
    }
    .header .header-top .header-icons li {
        margin-right: 5px;
    }
    .header .header-top .header-icons li a {
        font-size: 14px;
    }
    .header .header-nav .search-lang li svg {
        width: 18px;
        height: 18px;
    }
    .header a.logo {
        width: 100px;
    }
    .header .header-nav {
        padding: 10px 0;
    }
    .banner .slick-dots {
        bottom: -25px
    }
    .banner .slick-dots li {}
    .banner .slick-dots li button {
        width: 8px;
        height: 8px
    }
    .banner .bnr-cont figcaption h4 {
        font-size: 15px;
    }
    .banner .slide-arrow img {
        width: 7px !important;
        height: auto;
    }
    .home-section-one .sec-one-main figure {
        width: 70px;
        height: 70px;
        line-height: 4;
    }
    .home-section-one .sec-one-main figure img {
        width: 35px;
    }
    .home-section-one .sec-one-main figcaption h2 {
        font-size: 16px;
        line-height: 1.4
    }
    .home-section-two .testimonial-slider figure img {
        width: 80px;
        height: 80px
    }
    .home-section-two .testimonial-slider .stars {}
    .home-section-two .testimonial-slider .stars svg {
        width: 12px
    }
    .home-section-two .testimonial-slider figcaption p {
        font-size: 15px;
        line-height: 1.2
    }
    .home-section-two .testimonial-slider figcaption h4 {
        font-size: 14px
    }
    .home-section-two .testimonial-slider figcaption span {
        font-size: 12px
    }
    .home-section-two::before {
        background: linear-gradient(to right, rgb(255 255 255 / 40%) 100%, rgba(255, 255, 255, 0) 47%);
    }
    .home-section-two .sec-two-right .sec-two-inner {
        gap: 10px
    }
    .home-section-two .sec-two-right figure {
        min-width: 35px
    }
    .home-section-two .sec-two-right figcaption {
        padding-right: 0
    }
    .home-section-two .sec-two-right figcaption h3 {
        font-size: 14px
    }
    .home-section-two .sec-two-right figcaption p {
        font-size: 14px;
        line-height: 1.2
    }
    .home-section-two .sec-two-right .main-heading2 {
        margin-bottom: 20px;
    }
    .home-section-three .slide-arrow {
        right: 13px;
    }
    .home-section-three .prev-arrow {
        right: 30px;
    }
    .home-section-three .slide-arrow img {
        width: 10px;
        height: 20px;
    }
    .home-section-five figcaption form .form-group {
        margin-bottom: 10px
    }
    .home-section-five figcaption form h2 {
        font-size: 18px
    }
    .home-section-five figcaption form p {
        font-size: 13px;
        line-height: 1.2
    }
    .home-section-five figcaption form .form-control {
        font-size: 14px
    }
    .home-section-five figcaption form textarea {
        height: 80px
    }
    .home-section-five figcaption form .btn {
        font-size: 12px;
        padding: 5px 15px
    }
    .packages-section .nav-pills .nav-link {
        font-size: 13px;
        padding: 7px 20px
    }
    .packages-section figcaption {
        border-radius: 10px;
        margin-bottom: 10px;
        padding: 15px;
    }
    .packages-section figcaption:hover {
        transform: scale(1)
    }
    .packages-section figcaption h2::before {
        height: 2px;
        width: 50px;
        bottom: 0
    }
    .packages-section figcaption .badge-month {
        padding: 10px 0
    }
    .packages-section figcaption .badge-month::before {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .packages-section figcaption .btn {
        padding: 8px 10px;
    }
    .packages-section figcaption .badge-month h4 {
        font-size: 17px;
    }
    .packages-section figcaption .badge-month h3 {
        font-size: 27px
    }
    .packages-section figcaption .badge-month h3 span {
        font-size: 13px
    }
    .packages-section figcaption ul {
        margin: 20px 0
    }
    .packages-section figcaption ul li {
        font-size: 13px;
        margin-bottom: 15px;
        padding-left: 12px
    }
    .packages-section figcaption ul li::before {
        width: 7px;
        height: 7px;
        top: 7px
    }
    .packages-section figcaption .badge-month h5 {
        font-size: 14px;
    }
    .packages-section .main-heading2 p {
        max-width: 100%;
        margin: 0 0 15px;
    }
    .service-section-one figcaption .service-one-inner {
        padding: 12px;
    }
    .service-section-one figcaption {
        padding: 0;
    }
    .service-section-one figure img {
        height: 180px
    }
    .service-section-one figcaption .service-one-inner h2 {
        font-size: 16px;
        min-height: 41px;
        margin: 5px 0 0
    }
    .service-detail-one .sidebar-cont::before {
        right: 4px;
        top: -4px;
        height: 44px;
    }
    .service-detail-one h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .service-detail-one .sidebar-cont h4 {
        font-size: 16px;
    }
    .service-detail-one .sidebar-cont {
        padding: 12px;
    }
    .service-detail-one .sidebar ul li a {
        padding: 10px;
        margin-bottom: 5px;
    }
    .work-section .main-heading2 {
        margin-bottom: 20px;
    }
    .work-section figcaption figure {
        margin: 12px auto;
    }
    .work-section>ul {
        flex-wrap: wrap;
    }
    .work-section>ul>li {
        width: 100%
    }
    .work-section ul li::before {
        display: none
    }
    .work-section figcaption {
        padding: 20px;
        margin-bottom: 15px;
        min-height: 200px;
    }
    .work-section figcaption h2 {
        font-size: 16px
    }
    .work-section figcaption figure {
        width: 60px;
        height: 60px;
        padding: 10px
    }
    .work-section figcaption p {
        font-size: 15px;
        line-height: 1.2
    }
    .work-section .slick-dots li {
        width: auto !important;
    }
    .footer .footer-top {
        padding: 30px 0;
    }
    .footer .footer-top .ftr-main-heading h2 {
        font-size: 16px
    }
    .footer ul li a svg {
        min-width: 12px;
    }
    .footer ul li a {
        gap: 5px
    }
    .footer .ftr-logo {
        width: 100px;
    }
    .footer .footer-top form input {
        padding-left: 25px;
        font-size: 14px;
        height: auto;
        padding: 6px 25px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .footer .footer-top form .form-control:focus {
        padding-left: 30px
    }
    .footer .footer-top form button {
        font-size: 12px;
        padding: 5px 15px
    }
    .footer ul.ftr-detail li svg {
        width: 15px !important;
        height: 15px !important;
    }
    .footer ul.ftr-detail li {
        padding-left: 25px;
    }
    .footer .footer-bottom p,
    .footer .footer-bottom span a,
    .footer .footer-bottom span {
        font-size: 14px;
        text-align: center
    }
    #footerMobile {
        display: none;
    }
    .footer .footer-top .form-inner::before {
        width: 13px;
        height: 8px;
        top: 14px;
    }
    .footer .footer-top .socialFotWrp .barCode img {
        width: 60px;
    }
    .myscrollup {
        width: 28px;
        height: 28px;
    }
    .myscrollup svg {
        width: 15px;
        height: 9px;
    }
    .searchPop .searchPopInr form .form-control {
        padding: 5px 10px;
    }
    .searchPop .searchPopInr form .btn {
        padding: 7px 10px;
    }
    .contact-section-one iframe {
        height: 200px
    }
    .contact-section-one .contact-two-right h3 {
        font-size: 22px
    }
    .contact-section-one .contact-one-ul li {
        margin-bottom: 10px;
        padding-left: 29px;
    }
    .contact-section-one .contact-one-ul li span {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }
    .contact-section-one .contact-one-ul li span svg {
        font-size: 12px !important;
    }
    .contact-section-one label {
        margin-bottom: 5px
    }
    .contact-section-one .form-control {
        padding: 7px
    }
    .contact-section-one .form-group {
        margin-bottom: 8px
    }
    .contact-section-one textarea.form-control {
        height: 100px
    }
    .sectors-section-one figure figcaption {
        padding: 20px 15px;
        transform: translateY(0);
    }
    .sectors-section-one figure figcaption h3 {
        font-size: 16px;
    }
    .about-section-three .about-three-inner {
        margin-top: 12px;
    }
    .about-section-two figure img {
        width: 35px
    }
    .about-section-three figure {
        width: 55px;
        height: 45px;
        padding: 25px 12px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .about-section-three h4 {
        font-size: 14px;
        margin: 0;
    }
    .home-maintenance-solutions ul {
        gap: 10px;
        margin: 10px 0;
        max-width: 100%;
        justify-content: center;
    }
    .home-maintenance-solutions ul li a {
        padding: 12px 5px;
    }
    .home-maintenance-solutions ul li a img {
        width: 35px;
        height: 35px;
    }
    .home-maintenance-solutions ul li figcaption p {
        font-size: 12px
    }
    .package-section-two .pkgsec2 {
        margin: 0
    }
    .package-section-two .pkgsec2 figcaption h2 {
        font-size: 20px;
    }
    .package-section-two .pkgsec2 figcaption p {
        margin: 5px 0;
    }
    .package-section-two .pkgsec2 figcaption ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px;
        padding: 10px;
    }
    .package-section-two .pkgsec2 figcaption ul li a {
        gap: 0 5px;
    }
    .package-section-two .pkgsec2 figcaption ul li a svg {
        width: 11px;
        height: auto;
    }
    .package-section-two .pkgsec2::before {
        background: linear-gradient(to left, #5f8e1ad6 50%, rgb(94 135 39 / 30%) 100%);
    }
    .package-section-one table h2 {
        font-size: 15px;
    }
    .package-section-one table small {
        font-size: 14px;
    }
    .package-section-one table tr .theader,
    .package-section-one table tr .theader1 {
        padding: 8px 20px;
    }
    .package-section-one table h3 {
        font-size: 20px;
    }
    .package-section-one table h3 span {
        font-size: 13px;
    }
    .package-section-one table h3 small {
        font-size: 13px;
    }
    .package-section-one .package-section-bottom .tab-pane {
        width: 100%;
        width: 740px;
    }
    .package-section-one table h5 {
        font-size: 13px;
    }
    .package-section-one table tr td,
    .package-section-one table tr .theader,
    .package-section-one table tr .theader1 {
        padding: 10px 5px;
    }
    .package-section-one .package-section-bottom #pills-tabContent {
        overflow-x: scroll;
    }
    .package-section-one table tr td img {
        width: 16px;
    }
    .package-section-one table tr .theader {
        width: 170px;
    }
    .package-section-one table tr .theader1 {
        width: 170px;
    }
    .signup-section-one .sec1Wrap ul li a {
        font-size: 14px;
    }
    .signup-section-one .sec1Wrap ul li::after {
        width: 10px;
        height: 8px;
        right: -15px;
        top: 7px;
    }
    .signup-section-one .sec1Wrap {
        padding: 10px;
    }
    .signup-section-one .sec1Wrap ul.links {
        gap: 0 25px;
    }
    .signup-section-one .sec1Wrap .wrapper h2 {
        font-size: 20px;
    }
    .signup-section-one .sec1Wrap .wrapper p {
        font-size: 17px;
        margin: 15px 0 0;
    }
    .signup-section-one .sec1Wrap .wrapper ul li {
        padding: 5px 0;
        font-size: 13px;
    }
    .signup-section-one .sec1Wrap .wrapper {
        padding: 15px;
    }
    .signup-section-one form h2 {
        font-size: 20px;
        margin: 15px 0 8px;
    }
    .signup-section-one form .form-group label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .signup-section-one form .form-group .form-check label {
        font-size: 14px;
        line-height: 1.4;
    }
    .signup-section-one form .form-group .form-check input.form-check-input {
        width: 13px;
        height: 13px;
    }
    .signup-section-one form .form-group {
        margin: 0 0 15px;
    }
    .signup-section-one form .form-group input.form-control,
    .signup-section-one form .form-group select.form-control,
    .signup-section-one form .form-group .form-control {
        padding: 7px 10px;
        font-size: 13px;
    }
    .signup-section-one form .btn {
        min-width: 100px;
        padding: 10px;
    }
    .signup-section-one form .form-group .input-group.location button {
        font-size: 13px;
    }
    .signup-section-one form .form-group .input-group.location img {
        bottom: 4px;
        width: 9px;
    }
    .signup-section-one form .form-group .input-group.location input {
        padding-left: 20px;
    }
    .signup-section-one form .p-0 {
        padding: 0 13px !important;
    }
    .signup-section-one form .pe-0 {
        padding-right: 13px !important;
    }
    .signup-section-one form .form-group .dropdown-menu li {
        padding: 4px 10px;
    }
    .signup-section-one form .form-group .dropdown-menu li a {
        font-size: 14px;
    }
    .error {
        padding: 0px 110px 0px 0px;
    }
    .sliderxs .slick-dots,
    .worksliderxs .slick-dots {
        position: absolute;
        bottom: -16px;
        right: 0px;
        left: 0px;
        display: block;
        padding: 0;
        margin: 0 auto;
        border-radius: 3px;
        list-style: none;
        text-align: center;
    }
    .sliderxs .slick-dots li,
    .worksliderxs .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
        cursor: pointer;
    }
    .sliderxs .slick-dots li button,
    .worksliderxs .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        outline: none;
        background: #5F8E1A;
        border: none;
        border-radius: 200px;
        opacity: 0.5;
    }
    .sliderxs .slick-dots li.slick-active button,
    .worksliderxs .slick-dots li.slick-active button {
        opacity: 1;
        border: none;
    }
    .sliderxs .slick-dots li button:before,
    .worksliderxs .slick-dots li button:before {
        display: none;
    }
    .swal-title {
        font-size: 16px;
    }
    .swal-icon {
        transform: scale(0.7);
        margin: 0 auto !important;
    }
    .swal-button {
        min-width: 70px;
    }
    .home-section-one .sec-one-main::before {
        display: none;
    }
    body.bodyrtl .home-section-five figcaption {
        right: 0;
    }
    body.bodyrtl .footer .footer-top form input {
        padding: 6px 25px;
    }
    body.bodyrtl .header .header-top .header-icons,
    body.bodyrtl .footer .footer-bottom span {
        text-align: center;
    }
    body.bodyrtl ul.social-icons li {
        margin-left: 8px;
    }
    body.bodyrtl .packages-section figcaption ul li {
        padding: 0 12px 0 0;
    }
    body.bodyrtl .packages-section figcaption .badge-month::before {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    body.bodyrtl .social ul li {
        transform: translateX(-52px);
        border-radius: 0 20px 20px 0;
    }
    body.bodyrtl .social {
        transform: translateX(-52px);
    }
    body.bodyrtl .home-section-three .slide-arrow {
        left: 13px;
    }
    body.bodyrtl .home-section-three .prev-arrow {
        left: -4px;
    }
    body.bodyrtl .footer ul.ftr-detail li {
        padding-right: 25px;
    }
    body.bodyrtl .header .navigation>ul>li>a {
        font-size: 14px;
    }
    body.bodyrtl .work-section ul {
        justify-content: center;
    }
    body.bodyrtl .work-section ul li::before {
        display: none !important;
    }
    body.bodyrtl .contact-section-one .contact-one-ul li {
        padding-left: 0;
        padding-right: 29px;
    }
    body.bodyrtl .signup-section-one form .form-group .input-group.location input,
    body.bodyrtl .footer .footer-top .ftr-2 {
        padding-right: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 90%;
    }
    .main-section {
        padding: 50px 0;
    }
    .searchPop {
        top: 40px;
        width: 200px;
    }
    .header a.logo {
        width: 85px;
    }
    .header .navigation ul li a {
        font-size: 12px;
    }
    .header .header-nav {
        padding: 12px 0;
    }
    .header .navigation>ul>li {
        margin: 0 11px 0 0;
    }
    .header .navigation ul li .drop-menu {
        width: 240px;
    }
    .header .navigation ul li .drop-menu ul.drop-sub {
        width: 250px;
        right: -250px;
    }
    .header .navigation ul li .drop-menu ul.drop-sub li a,
    .header .navigation ul li .drop-menu li a {
        padding: 10px;
    }
    .header .navigation ul li .drop-menu li a::after {
        width: 5px;
        height: 10px;
        top: 11px;
    }
    .banner .bnr-cont {
        width: 270px;
    }
    .banner .banner-text {
        width: 280px;
    }
    .banner .slide-arrow {
        width: 30px;
        height: 30px;
        left: -35px;
    }
    .banner .next-arrow {
        left: auto;
        right: -35px;
    }
    .inner-banner figure img {
        height: 220px;
    }
    .banner .bnr-cont::before {
        height: 58px;
    }
    .home-section-one .sec-one-main {
        margin: 0 15px;
    }
    .home-section-two .slide-arrow {
        width: 20px;
        height: 20px;
    }
    .home-section-two .prev-arrow {
        right: 24px !important;
    }
    .home-section-five figcaption form {
        width: 320px;
        padding: 20px
    }
    .home-section-five figcaption {
        left: 0;
    }
    .home-section-five iframe {
        height: 400px
    }
    .packages-section figcaption h2 {
        font-size: 20px;
    }
    .package-section-two .pkgsec2 figcaption {
        padding: 30px;
    }
    .footer .footer-top .ftr-main-heading {
        margin: 20px 0 5px;
    }
    .footer .footer-top .ftr-2 {
        padding-left: 0;
    }
    .footer .footer-top form input {
        padding-left: 30px;
    }
    .signup-section-one .sec1Wrap ul li::after {
        top: 9px;
    }
    .signup-section-one .sec1Wrap ul li a {
        font-size: 16px;
    }
    .service-detail-one .custom-breadcrumbs ul li a::after {
        width: 10px;
        height: 8px;
        right: -16px;
        top: 6px;
    }
    .home-maintenance-solutions ul li {
        width: 32%;
    }
    .home-maintenance-solutions ul li figcaption p {
        font-size: 13px;
    }
    body.bodyrtl .header .navigation ul li .drop-menu ul.drop-sub {
        left: -250px !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1299px) {
    .container {
        max-width: 85vw;
    }
    body,
    a,
    img,
    ul,
    ol,
    li,
    .form-control {
        font-size: 14px !important;
    }
    .main-heading h2 {
        font-size: 22px;
    }
    .main-heading2 h2 {
        font-size: 24px;
    }
    .main-heading h2 span,
    .main-heading h3 {
        font-size: 25px;
    }
    .btn,
    .swal-button {
        font-size: 12px
    }
    .header .navigation>ul>li {
        margin: 0 18px 0 0;
    }
    .header .navigation ul li .drop-menu {
        width: 270px;
    }
    .header .navigation ul li .drop-menu ul.drop-sub {
        width: 300px;
        right: -300px;
    }
    .header .navigation ul li .drop-menu li a::after {
        top: 1.2vw;
    }
    .home-section-one .sec-one-main figcaption h2 {
        font-size: 14px;
    }
    .home-section-two .sec-two-right figcaption h3 {
        font-size: 15px;
    }
    .home-section-two .testimonial-slider figcaption h4 {
        font-size: 15px;
    }
    .home-section-five figcaption form {
        width: 360px;
    }
    .home-section-five figcaption form p {
        font-size: 13px;
    }
    .work-section ul {
        gap: 0 32px;
    }
    .work-section figcaption h2 {
        font-size: 15px;
    }
    .work-section .main-heading2 {
        margin-bottom: 25px;
    }
    .work-section figcaption p {
        font-size: 14px;
    }
    .work-section figcaption figure {
        width: 60px;
        height: 60px;
        margin: 12px auto;
    }
    .packages-section figcaption .badge-month h3 span {
        font-size: 13px;
    }
    .packages-section figcaption .badge-month h5 {
        font-size: 13px;
    }
    .packages-section figcaption h2 {
        font-size: 20px;
    }
    .packages-section .nav-pills .nav-link {
        font-size: 13px;
    }
    .packages-section figcaption .badge-month h3 {
        font-size: 29px;
    }
    .package-section-one table h2 {
        font-size: 15px;
    }
    .package-section-one table small {
        font-size: 14px;
    }
    .package-section-one table tr .theader,
    .package-section-one table tr .theader1 {
        padding: 8px 20px;
    }
    .package-section-one table h3 {
        font-size: 20px;
    }
    .package-section-one table h3 span {
        font-size: 13px;
    }
    .package-section-one table h3 small {
        font-size: 13px;
    }
    .package-section-one .package-section-bottom .tab-pane {
        width: 100%;
        width: 740px;
    }
    .package-section-one table h5 {
        font-size: 13px;
    }
    .package-section-one table tr td,
    .package-section-one table tr .theader,
    .package-section-one table tr .theader1 {
        padding: 10px 5px;
    }
    .package-section-one .package-section-bottom #pills-tabContent {
        overflow-x: scroll;
    }
    .package-section-one table tr td img {
        width: 16px;
    }
    .package-section-one table tr .theader {
        width: 170px;
    }
    .package-section-one table tr .theader1 {
        width: 170px;
    }
    .service-section-one figcaption .service-one-inner h2 {
        font-size: 16px
    }
    .service-section-one figcaption {
        margin-bottom: 15px;
    }
    .service-section-one figcaption figure img {
        height: 180px
    }
    .home-maintenance-solutions ul li a {
        padding: 8px 12px;
    }
    .home-maintenance-solutions ul li figcaption p {
        font-size: 12px
    }
    .service-detail-one .sidebar-cont h4 {
        font-size: 15px
    }
    .service-detail-one .sidebar-cont::before {
        height: 65px
    }
    .about-section-three h4 {
        font-size: 15px;
    }
    .about-section-three figure {
        width: 55px;
        height: 45px;
        padding: 25px 12px;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .contact-section-one .contact-one-ul li span {
        width: 24px;
        height: 24px;
    }
    .contact-section-one .contact-one-ul li span svg {
        font-size: 13px !important;
    }
    .contact-section-one .contact-one-ul li {
        margin-bottom: 15px;
        padding-left: 32px;
    }
    .signup-section-one form .form-group label {
        font-size: 12px;
    }
    .signup-section-one form .form-group .form-check label {
        font-size: 14px;
        line-height: 1.4;
    }
    .signup-section-one form .form-group .input-group.location button {
        font-size: 13px;
    }
    .signup-section-one form .form-group .input-group.location img {
        width: 10px;
    }
    .footer .footer-top .ftr-main-heading h2 {
        font-size: 17px;
    }
    .footer .footer-bottom p,
    .footer .footer-bottom span a,
    .footer .footer-bottom span {
        font-size: 14px;
    }
    .footer ul.ftr-detail li {
        padding-left: 20px;
    }
    .footer ul.ftr-detail li svg {
        width: 13px !important;
        height: 13px !important;
    }
    .footer .footer-top .form-inner::before {
        width: 12px;
        height: 7px;
        left: 11px;
        top: 14px;
    }
    .footer .footer-top form input {
        height: 35px;
    }
    .searchPop {
        top: 34px;
    }
    .social ul li:hover {
        transform: translateX(-10vw) !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .service-detail-one .custom-breadcrumbs ul li a::after {
        width: 10px;
        height: 8px;
        right: -16px;
        top: 6px;
    }
}

@media only screen and (min-width: 767px) and (max-width:1024px) {}

@media only screen and (min-width: 768px) {
    .mobileHead {
        position: absolute;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }
}