@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Cinzel", serif;
    font-size: 84px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 71px;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #1c1c1c;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Cinzel", serif;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #6e6e6e;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgb(88 187 91 / 44%); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */



/* header  */

.header-logo {
    width: 50%;
}

/* .menuSection::before {
    content: '';
    position: absolute;
    background-color: #f37322;
    height: 100%;
    width: 12vw;
    top: 0;
    left: 0;
    z-index: -1;
} */

.theme_btn {
    display: inline-flex;
    align-items: center;
    background-color: #279313;
    color: #fff;
    padding: 5px 5px 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    gap: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.theme_btn:hover {
    background-color: #ffffff;
    border: 1px solid #279313;
    color: #279313;
}

.icon_circle {
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.theme_btn:hover .icon_circle {
    background-color: #279313;
}

.icon_circle img {
    width: 15px;
    height: 15px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.theme_btn:hover .icon_circle img {
    filter: brightness(0) invert(1);
}

.header_btn {
    text-align: end;
}

/* header  */

/* banner  */

.main_slider {
    position: relative;
}

.main_slider::before {
    position: absolute;
    content: '';
    background-image: url(../images/banner_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 338px;
    z-index: 2;
}

.banner_img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 660px;
    width: 902px;
    z-index: 1;
}

.banner_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner_text h2 {
    font-size: 61px;
    color: #fff;
}

.banner_text h1 {
    font-size: 85px;
    color: #fff;
}

.banner_bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_bg {
    position: relative;
    height: 945px;
}

.banner_bg::before {
    position: absolute;
    content: '';
    background-color: #2a9416d9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 1;
    margin-top: -200px;
}


.search-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 0px;
    width: 90%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.dropdown-group {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.dropdown-group img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    object-fit: contain;
}

select {
    color: #666666;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 6px 24px 6px 6px;
}

.divider {
    height: 30px;
    width: 1px;
    background-color: #ccc;
    margin-right: 20px;
}

.submit-btn {
    background-color: #279313;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 14px;
    margin-left: 40px;
}

.submit-btn:hover {
    color: #666666;
    background-color: #fff;
    border: 1px solid #279313;
}

.banner_text p {
    color: #fff;
    width: 90%;
    margin-bottom: 30px;
    margin-top: 40px;
}

.h_btm1 {
    color: #fff;
    position: relative;
}

.h_btm1::before {
    position: absolute;
    content: '';
    background-image: url(../images/banner_vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -10px;
    right: 0;
    width: 300px;
    height: 20px;
}

.banner_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #fff;
    gap: 20px;
    border-radius: 50%;
    margin-right: 20px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    transition: all 0.3s ease;
}

.banner_social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    z-index: 6;
    bottom: 20%;
    left: 50px;
}

.banner_social a:hover {
    color: #fff;
    background-color: #279313;
    border-color: #279313;
    transform: scale(1.1);
}

.banner_social a:nth-child(2) {
    margin-top: 25px;
}

.banner_social a:nth-child(3) {
    margin-top: 50px;
}

.banner_social a:nth-child(4) {
    margin-top: 75px;
}

.banner_social::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 1px;
    background: #b2b2b2;
    left: 6px;
    transform: translateX(-100%) rotate(20deg);
    top: 25%;
    z-index: 3;
}

.banner_bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    /* background: red; */
    left: -20px;
    z-index: 0;
    background-size: cover;
    /* background-position: center; */
    bottom: -28px;
    background-image: url(../images/banner_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(2deg);
}

/* banner  */

/* about sec  */

.abt_flx {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
    padding: 30px 0;
}

section.abt.all-section {
    position: relative;
    z-index: 1;
}

section.abt.all-section:before {
    position: absolute;
    content: '';
    bottom: 19%;
    right: 0;
    height: 17%;
    width: 54%;
    background: #fcfcfb;
    z-index: -1;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}


.abt_flx a {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.abt_txt {
    text-align: end;
}

.abt_txt p {
    margin-bottom: 30px;
}

.abt_flx_inr_txt p {
    margin-bottom: 0px !important;
    font-size: 17px !important;
    text-align: start !important;
}

.abt_flx_inr_txt h4 {
    font-size: 25px;
    font-weight: 700;
}

.abt_btn .theme_btn {
    padding: 5px 5px 5px 20px;
    font-size: 13px;
}

.abt_btn .icon_circle img {
    width: 10px;
    height: 10px;
}

.abt_btn .icon_circle {
    width: 40px;
    height: 40px;
}

.h_btm2 {
    color: #279313;
    position: relative;
}

.h_btm2::before {
    position: absolute;
    content: '';
    background-image: url(../images/abt_vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.abt_txt h2 {
    margin-bottom: 30px;
}

.abt_flx_inr img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

/* about sec  */

/* Where Your New Beginnings  Start  sec */

.feature_card {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 35px;
    text-align: start;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature_card:hover {
    transform: translateY(-5px);
}

.feature_card .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 50px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.feature_card h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.feature_card p {
    font-size: 16px;
    color: #575757;
}

.feature_card a {
    font-size: 16px;
    margin-top: 30px;
    text-decoration: underline;
    font-weight: 500;
    color: #38941e;
}

.d-block {
    display: block;
}

.feature_heading {
    text-align: center;
    margin-bottom: 40px;
}

.feature_heading h2 {
    font-size: 60px;
    color: #000000;
}

.h_btm3 {
    color: #279313;
    position: relative;
}

.h_btm3::before {
    position: absolute;
    content: '';
    background-image: url(../images/feature-vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    width: 210px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

/* Where Your New Beginnings  Start  sec */

/* serach appartements  */

.h_btm4 {
    color: #279313;
    position: relative;
}

.h_btm4::before {
    position: absolute;
    content: '';
    background-image: url(../images/apt-vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -16px;
    right: 0;
    width: 500px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.s_appt_left p {
    margin-top: 50px;
    margin-bottom: 30px;
}

.s_appt_left h2 {
    font-size: 64px;
}

.s_appt {
    position: relative;
}

.s_appt::before {
    position: absolute;
    content: '';
    background-image: url(../images/s_apt.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 824px;
    height: 646px;
    z-index: 3;
}

section.s_appt.all-section {
    z-index: 1;
    position: relative;
}

section.s_appt.all-section .container-fluid {
    padding-left: 100px;
}

.loc a {
    color: #666666;
    font-size: 16px;
}

.s_appt_card ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
}

.s_appt_card ul li {
    font-size: 13px;
    color: #7f7f7f;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 5px 10px;
}

.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.s_appt_card {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
    background: #fff;
}

.s_appt_card h3 {
    font-size: 20px;
    margin-top: 30px;
}

.loc {
    margin-bottom: 20px;
}

.p_icon {
    background-color: #27931340;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #279313;
}

.pri h4 {
    font-size: 27px;
}

.pri_blue {
    color: #279313;
}

.pri_frey {
    font-size: 16px;
}

.s_appt_card ul li img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.icon_flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.p_icon img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.s_appt_btn .theme_btn {
    padding: 7px 7px 7px 20px;
}

.s_appt_btn .icon_circle {
    width: 40px;
    height: 40px;
}

.s_appt_btn .icon_circle img {
    width: 13px;
    height: 13px;
}

.ser_btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.ser_btn::before {
    position: absolute;
    content: '';
    background-color: #b2b2b2;
    width: 95%;
    height: 1px;
    top: 20px;
    left: 0;
    z-index: -2;
}

button.ser_btn_left,
button.ser_btn_right {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button.ser_btn_left i,
button.ser_btn_right i {
    color: #000;
    transition: color 0.3s ease;
}

button.ser_btn_left:hover,
button.ser_btn_right:hover {
    background-color: #279313;
}

button.ser_btn_left:hover i,
button.ser_btn_right:hover i {
    color: #fff;
}

.serv_slider .slick-list {
    overflow: visible;
}

.serv_slider {
    margin-left: -5px;
    position: relative;
    z-index: 99;
}

.s_appt_left {
    position: relative;
    z-index: 99;
}

/* serach appartements  */

/* how it works  */

.h_btm5 {
    color: #279313;
    position: relative;
}

.h_btm5::before {
    position: absolute;
    content: '';
    background-image: url(../images/work-vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -20px;
    right: 0;
    width: 270px;
    height: 13px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.work_heading p {
    margin: 30px auto 0 auto;
    width: 59%;
}

.work_card {
    padding: 30px 40px;
    text-align: center;
    overflow: hidden;
}

.circle {
    z-index: 1;
    position: relative;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background-color: #e2e2e2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    border: 10px solid #fff;
}

.circle h3 {
    font-size: 75px;
    color: #279313;
    font-weight: 400;
}

.circle h4 {
    font-weight: 500;
    font-size: 37px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.arrow_img {
    margin-top: 50px;
    margin-bottom: 40px;
}

.arrow_img img {
    width: 80px;
    height: auto;
}

.work_text h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 10px;
}

.work_text p {
    font-size: 14px;
    color: #5c5c5c;
}

.work_heading {
    text-align: center;
    margin-bottom: 60px;
}

.row.work_bg-abs {
    position: relative;
}

.work_bg-abs::before {
    content: '';
    position: absolute;
    background-image: url(../images/work_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 30%;
    left: 4%;
    height: 170px;
    width: 92%;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

/* how it works  */

/* explore the map  */

.map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
    border: 5px solid #fff;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ex_mp_heading {
    text-align: center;
}

.ex_mp_heading h2 {
    font-size: 52px;
}

.h_btm6 {
    color: #279313;
    position: relative;
}

.h_btm6::before {
    position: absolute;
    content: '';
    background-image: url(../images/ex_mp.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -8px;
    right: 0;
    width: 290px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.ex_mp_heading p {
    margin: 40px auto 0 auto;
    width: 59%;
}

/* explore the map   */

/* what people say  */

.h_btm7 {
    color: #279313;
    position: relative;
}

.h_btm7::before {
    position: absolute;
    content: '';
    background-image: url(../images/ex_mp.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -8px;
    right: 0;
    width: 290px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(49%) sepia(70%) saturate(4658%) hue-rotate(80deg) brightness(91%) contrast(85%);
}

.review_heading p {
    margin: 40px auto 0 auto;
    width: 59%;
}

.stars i {
    color: #f39f1e;
    font-size: 14px;
}

.review_card h5 {
    font-weight: 600;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
}

.review_card h6 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    width: fit-content;
    border-bottom: 2px solid #8d8785;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.review_card p {
    font-size: 12px;
    color: #938e8b;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}

.review_flx {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0px;
}

.review_heading {
    text-align: center;
    margin-bottom: 50px;
}

.viw_all a {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.viw_all {
    background-color: #38941e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    min-height: 320px;
    border-radius: 20px;
    position: relative;
}

.viw_all::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 35px solid #f2f2f2;
}

.review .row.align-items-center {
    margin: 0 auto;
    background: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #ebebeb;
}

.review_card {
    margin: 35px 0px;
    border-right: 1px solid #c4c4c4;
    padding-right: 40px;
    padding-left: 30px;
}

.no-border {
    border-right: unset;
}

/* what people say  */

.slick-active {
    opacity: 1;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/* footer  */

.footerSec {
    background-color: #1e1e1e;
    padding: 70px 0 40px 0;
    position: relative;
}

.footerSec::before {
    position: absolute;
    content: '';
    background-color: #403f3e;
    bottom: 0;
    left: 32%;
    width: 1px;
    height: 100%;
}

.footerSec::after {
    position: absolute;
    content: '';
    background-color: #403f3e;
    bottom: 0;
    right: 34%;
    width: 1px;
    height: 100%;
}

.footer-btm {
    background-color: #1e1e1e;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #403f3e;
    position: relative;
}

.footer-btm::before {
    position: absolute;
    content: '';
    background-color: #403f3e;
    bottom: 0;
    left: 32%;
    width: 1px;
    height: 100%;
}

.footer-btm::after {
    position: absolute;
    content: '';
    background-color: #403f3e;
    bottom: 0;
    right: 34%;
    width: 1px;
    height: 100%;
}

.footer_contact i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
}

.quicklinks ul li {
    margin-bottom: 10px;
}

.quicklinks ul li a {
    color: #a5a5a5;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.ftr-logo {
    width: 60%;
    margin: 0 auto;
}

.ft_p {
    text-align: center;
    margin-top: 20px;
}

.ft_p p {
    color: #939393;
}

.copy-txt {
    padding-right: 20px;
    text-align: center;
}

.copy-txt p {
    color: #ccc7be;
    font-size: 14px;
}

.footerSec h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footer_contact ul li {
    margin-bottom: 10px;
}

.footer_contact ul li a {
    color: #939393;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.quicklinks {
    text-align: center;
    padding-right: 50px;
}

.footer_contact {
    padding-left: 100px;
}

.f_social_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.f_social_links a {
    height: 40px;
    width: 40px;
    color: #9a9a9a;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #9a9a9a;
    transition: all 0.3s ease;
}

.f_social_links a:hover {
    color: #fff;
    background-color: #279313;
    border-color: #279313;
    transform: scale(1.1);
}

/* footer  */

.s_appt .col-lg-8 {
    overflow: hidden;
}

.s_appt_card_img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner_img {
        height: 50%;
        width: 50%;
    }

    .menuSec ul li a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .footer_contact {
        padding-left: 10px;
    }

    .quicklinks {
        padding-right: 20px;
    }

    .footerSec {
        padding: 50px 0 30px 0;
    }


    .copy-txt p {
        margin-bottom: 10px;
    }

    .footerSec h5 {
        font-size: 22px;
    }

    .work_bg-abs::before {
        display: none;
    }

    .s_appt::before {
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .ser_btn {
        margin-bottom: 0px;
        z-index: 2;
    }

    .s_appt_left h2 {
        font-size: 44px;
    }

    .s_appt_left p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .h_btm4::before {
        bottom: -10px;
        width: 100%;
        height: 20px;
        background-size: contain;
    }

    .serv_slider {
        margin-top: 25px;
    }

    .serv_slider .slick-slide {
        margin: 0px 10px;
    }

    .feature_card {
        padding: 40px 35px;
        margin-bottom: 20px;
    }

    .feature_card .card-icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .feature_card h3 {
        font-size: 18px;
    }

    section.abt.all-section {
        padding: 0;
    }

    h2 {
        font-size: 50px;
    }

    section.abt.all-section:before {
        display: none;
    }

    .menuSec ul li a {
        font-size: 13px;
    }

    .header-logo {
        width: 100%;
    }

    .menuSection {
        padding: 10px 0px;
    }

    .menuSection .row {
        align-items: center;
    }

    .header-logo img {
        object-fit: contain;
        height: 80px !important;
    }

    .main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin-top: 30px;
    }

    .banner_text h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 30px;
    }

    .banner_bg {
        height: 880px;
    }

    .main_slider::before {
        height: 230px;
    }

    .banner_social {
        bottom: 9%;
    }

    .banner_img {
        width: 100%;
        height: 500px;
    }

    .banner_img img {
        object-position: right;
    }

    .banner_bg::after {
        display: none;
    }

    .banner_text p {
        margin-top: 25px;
    }

    .s_appt_card {
        margin-bottom: 25px;
    }

    .circle {
        width: 260px;
        height: 260px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .footer_contact {
        padding-left: 10px;
    }

    .quicklinks {
        padding-right: 20px;
    }

    .footerSec {
        padding: 50px 0 30px 0;
    }


    .copy-txt p {
        margin-bottom: 10px;
    }

    .footerSec h5 {
        font-size: 22px;
    }

    .work_bg-abs::before {
        display: none;
    }

    .s_appt::before {
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .ser_btn {
        margin-bottom: 0px;
        z-index: 2;
    }

    .s_appt_left h2 {
        font-size: 44px;
    }

    .s_appt_left p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .h_btm4::before {
        bottom: -10px;
        width: 100%;
        height: 20px;
        background-size: contain;
    }

    .serv_slider {
        margin-top: 25px;
    }

    .serv_slider .slick-slide {
        margin: 0px 10px;
    }

    .feature_card {
        padding: 40px 35px;
        margin-bottom: 20px;
    }

    .feature_card .card-icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 30px;
    }

    .feature_card h3 {
        font-size: 18px;
    }

    section.abt.all-section {
        padding: 0;
    }

    .theme_btn {
        padding: 5px 5px 5px 14px;
        font-size: 12px;
    }

    h2 {
        font-size: 50px;
    }

    section.abt.all-section:before {
        display: none;
    }

    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        padding: 0;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

    .header-logo {
        width: 100%;
    }

    .menuSection {
        padding: 10px 0px;
    }

    .menuSection .row {
        align-items: center;
    }

    .header-logo img {
        object-fit: contain;
        height: 80px !important;
    }

    .menuSection .custom-orders {
        order: 3;
        margin-top: 15px;
    }

    .main_slider .carousel-caption {
        align-items: flex-start;
    }

    .banner_text {
        margin-top: 30px;
    }

    .banner_text h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 30px;
    }

    .banner_bg {
        height: 950px;
    }

    .main_slider::before {
        height: 230px;
    }

    .banner_social {
        bottom: 9%;
    }

    .banner_img {
        width: 100%;
        height: 500px;
    }

    .banner_img img {
        object-position: right;
    }

    .banner_bg::after {
        display: none;
    }

    .banner_text p {
        margin-top: 25px;
    }

    .s_appt_card {
        margin-bottom: 25px;
    }









}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .s_appt::before {
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .slick-slider {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    section.abt.all-section:before {
        display: none;
    }

    .slicknav_menu {
        background-color: #279313;
    }

    .slicknav_nav a:hover {
        background: #ffffff;
        color: #000000;
    }

    .header-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo img {
        width: 100%;
        object-fit: contain;
        height: 100px !important;
    }

    .menuSection {
        padding: 10px 0px;
    }

    .header_btn {
        text-align: center;
        margin-top: 10px;
    }

    .banner_text h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .banner_text {
        margin-top: 30px;
    }

    .search-form {
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
        border-radius: 20px;
        justify-content: center;
    }

    .divider {
        display: none;
    }

    .dropdown-group {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .submit-btn {
        padding: 10px 40px;
        margin-left: 0px;
        width: 100%;
    }

    .banner_bg {
        height: 800px;
    }

    .main_slider::before {
        height: 160px;
    }

    .banner_img {
        width: 100%;
        height: 375px;
    }

    .banner_social {
        bottom: 6%;
        left: 30px;
    }

    .banner_text p {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    p {
        font-size: 12px;
    }

    .banner_social a {
        gap: 0px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-right: 14px;
    }

    .main_slider .carousel-caption {
        align-items: flex-start;
    }

    .all-section {
        padding: 40px 0;
    }

    h2 {
        font-size: 35px;
    }

    .abt_txt h2 {
        margin-bottom: 10px;
    }

    .abt_txt {
        margin-top: 30px;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_flx {
        gap: 15px;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .abt_flx_inr img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .abt_btn .icon_circle {
        width: 30px;
        height: 30px;
    }

    .abt_btn .icon_circle img {
        width: 7px;
        height: 7px;
        object-fit: contain;
    }

    .abt_btn .theme_btn {
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        gap: 10px;
    }

    .feature_heading h2 {
        font-size: 30px;
    }

    .h_btm3::before {
        width: 100%;
    }

    section.feature.all-section {
        padding: 0;
    }

    .feature_card {
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .feature_card .card-icon {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .feature_card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature_card p {
        font-size: 12px;
    }

    .feature_card a {
        font-size: 14px;
        margin-top: 10px;
    }

    .s_appt_left p {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .s_appt_left h2 {
        font-size: 35px;
    }

    .ser_btn {
        gap: 10px;
        margin-bottom: 10px;
    }


    .s_appt_left {
        position: relative;
        z-index: 99;
        margin-bottom: 25px;
    }

    .h_btm4::before {
        width: 100%;
        bottom: 0px;
        height: 55px;
        background-size: contain;
        background-position: bottom;
    }

    .s_appt_btn .theme_btn {
        padding: 3px 3px 3px 15px;
    }

    .theme_btn {
        gap: 10px;
        font-size: 12px;
        padding: 3px 3px 3px 15px;
    }

    .icon_circle,
    .s_appt_btn .icon_circle {
        width: 30px;
        height: 30px;
    }

    .s_appt_btn .icon_circle img {
        width: 8px;
        height: 8px;
        object-fit: contain;
    }


    .serv_slider .slick-slide {
        margin: 0px 10px;
    }

    .s_appt_card {
        margin-bottom: 20px;
        padding: 10px 10px 15px 10px;
    }

    .s_appt_card h3 {
        font-size: 18px;
        margin-top: 12px;
    }

    .loc a {
        font-size: 12px;
    }

    .s_appt_card ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .loc {
        margin-bottom: 10px;
    }

    .p_icon {
        height: 40px;
        width: 40px;
    }

    .p_icon img {
        height: 14px;
        width: 15px;
    }

    .pri h4 {
        font-size: 20px;
    }

    .pri_frey {
        font-size: 14px;
    }

    .h_btm5::before {
        bottom: 0px;
        width: 100%;
        height: 10px;
        background-size: contain;
    }

    .work_heading p {
        width: 100%;
        margin: 15px auto 0;
    }

    .work_card {
        padding: 10px 10px;
    }

    .circle {
        width: 200px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .circle h3 {
        font-size: 40px;
    }

    .circle h4 {
        font-size: 25px;
    }

    .arrow_img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .work_bg-abs::before {
        display: none;
    }

    .work_heading {
        margin-bottom: 10px;
    }

    .work_text h3 {
        font-size: 18px;
    }

    .arrow_img img {
        width: 55px;
        object-fit: contain;
    }

    .work_text p {
        font-size: 12px;
    }

    .ex_mp_heading h2 {
        font-size: 30px;
    }

    .ex_mp_heading h2 {
        font-size: 35px;
    }

    .h_btm6::before {
        bottom: 1px;
        width: 100px;
        height: 24px;
        background-size: contain;
        background-position: bottom;
    }

    .ex_mp_heading p {
        width: 100%;
        margin: 10px auto 0 auto;
    }

    .map {
        height: 400px;
        margin: 30px 0;
        overflow: hidden;
        padding-bottom: 0;
    }

    .review_heading p {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    .h_btm7::before {
        bottom: 0px;
        width: 100%;
        height: 9px;
        background-size: contain;
        background-position: bottom;
    }

    .review_heading {
        margin-bottom: 30px;
    }

    .review_card {
        border: none;
        margin: 15px 0px;
        padding-left: 0px;
        padding-right: 10px;
    }

    .test-slider .slick-slide {
        margin: 0px 10px;
    }

    section.review.all-section {
        overflow-x: hidden;
    }

    .footerSec::after,
    .footer-btm::after,
    .footer-btm::before,
    .footerSec::before {
        display: none;
    }

    .footer_contact {
        padding-left: 0px;
    }

    .footerSec {
        padding: 40px 0 10px 0;
    }


    .footer-btm {
        padding: 10px 0;
        font-size: 12px;
    }

    .f_social_links a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .footerSec h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .quicklinks {
        text-align: left;
        padding-right: 0px;
    }

    .footerSec .col-sm-12 {
        order: 2;
    }

    .quicklinks ul li a {
        font-size: 12px;
        justify-content: flex-start;
    }

    .quicklinks ul li {
        margin-bottom: 2px;
    }

    .footer-logo {
        margin: 0px 0px 30px;
    }

    .custom-order {
        order: 1 !important;
    }

    .text-innerban h2 {
        font-size: 35px !important;
    }

    .es-search--advanced,
    .widget .es-search--advanced {
        background: #eff3f5;
        padding: 15px;
    }

    .wpb_single_image img {
        max-width: 100%;
        object-fit: contain;
        height: 100px !important;
    }

    .vc_section .vc_custom_1752040541912 {
        margin-top: 0px !important;
    }

    .contact-info {
        gap: 10px !important;
        padding: 15px 15px !important;
        height: fit-content !important;
        margin-bottom: 10px !important;
        background: transparent !important;
        justify-content: flex-start !important;
    }

    .cicle-icon i {
        width: 45px !important;
        height: 46px !important;
        font-size: 16px !important;
    }

    .contact-side-bar p,
    .contact-side-bar p a {
        font-size: 12px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
    }

    h1 {
        font-size: 35px;
    }

    h4 {
        font-size: 16px;
    }

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        top: 14%;
    }

    .es-auth {
        padding: 0 5%;
    }
    
    .wpb_single_image .vc_box_shadow_3d:after, .wpb_single_image .vc_box_shadow_3d:before{
        display:none;
    }

    .post-429 .wpb_single_image img {
        height: 220px !important;
    }

.vc_section > .vc_row:nth-child(2) {
  flex-direction: column-reverse;
}

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    .s_appt::before {
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    section.abt.all-section:before {
        display: none;
    }

    .slick-slider {
        display: table !important;
        table-layout: fixed !important;
        width: 100% !important;
    }

    .slicknav_menu {
        background-color: #279313;
    }

    .slicknav_nav a:hover {
        background: #ffffff;
        color: #000000;
    }

    .header-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo img {
        width: 100%;
        object-fit: contain;
        height: 100px !important;
    }

    .menuSection {
        padding: 10px 0px;
    }

    .header_btn {
        text-align: center;
        margin-top: 10px;
    }

    .banner_text h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .banner_text {
        margin-top: 30px;
    }

    .search-form {
        width: 100%;
        padding: 10px;
        flex-wrap: wrap;
        border-radius: 20px;
        justify-content: center;
    }

    .divider {
        display: none;
    }

    .dropdown-group {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .submit-btn {
        padding: 10px 40px;
        margin-left: 0px;
        width: 100%;
    }

    .banner_bg {
        height: 800px;
    }

    .main_slider::before {
        height: 160px;
    }

    .banner_img {
        width: 100%;
        height: 375px;
    }

    .banner_social {
        bottom: 6%;
        left: 30px;
    }

    .banner_text p {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    p {
        font-size: 12px;
    }

    .banner_social a {
        gap: 0px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin-right: 14px;
    }

    .main_slider .carousel-caption {
        align-items: flex-start;
    }

    .all-section {
        padding: 40px 0;
    }

    h2 {
        font-size: 35px;
    }

    .abt_txt h2 {
        margin-bottom: 10px;
    }

    .abt_txt {
        margin-top: 30px;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_flx {
        gap: 15px;
        padding: 10px 0;
        flex-wrap: wrap;
    }

    .abt_flx_inr img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .abt_btn .icon_circle {
        width: 30px;
        height: 30px;
    }

    .abt_btn .icon_circle img {
        width: 7px;
        height: 7px;
        object-fit: contain;
    }

    .abt_btn .theme_btn {
        padding: 5px 5px 5px 15px;
        font-size: 12px;
        gap: 10px;
    }

    .feature_heading h2 {
        font-size: 30px;
    }

    .h_btm3::before {
        width: 100%;
    }

    section.feature.all-section {
        padding: 0;
    }

    .feature_card {
        padding: 15px 15px;
        margin-bottom: 20px;
    }

    .feature_card .card-icon {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .feature_card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .feature_card p {
        font-size: 12px;
    }

    .feature_card a {
        font-size: 14px;
        margin-top: 10px;
    }

    .s_appt_left p {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .s_appt_left h2 {
        font-size: 35px;
    }

    .ser_btn {
        gap: 10px;
        margin-bottom: 10px;
    }


    .s_appt_left {
        position: relative;
        z-index: 99;
        margin-bottom: 25px;
    }

    .h_btm4::before {
        width: 100%;
        bottom: 0px;
        height: 55px;
        background-size: contain;
        background-position: bottom;
    }

    .s_appt_btn .theme_btn {
        padding: 3px 3px 3px 15px;
    }

    .theme_btn {
        gap: 10px;
        font-size: 12px;
        padding: 3px 3px 3px 15px;
    }

    .icon_circle,
    .s_appt_btn .icon_circle {
        width: 30px;
        height: 30px;
    }

    .s_appt_btn .icon_circle img {
        width: 8px;
        height: 8px;
        object-fit: contain;
    }


    .serv_slider .slick-slide {
        margin: 0px 10px;
    }

    .s_appt_card {
        margin-bottom: 20px;
        padding: 10px 10px 15px 10px;
    }

    .s_appt_card h3 {
        font-size: 18px;
        margin-top: 12px;
    }

    .loc a {
        font-size: 12px;
    }

    .s_appt_card ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .loc {
        margin-bottom: 10px;
    }

    .p_icon {
        height: 40px;
        width: 40px;
    }

    .p_icon img {
        height: 14px;
        width: 15px;
    }

    .pri h4 {
        font-size: 20px;
    }

    .pri_frey {
        font-size: 14px;
    }

    .h_btm5::before {
        bottom: 0px;
        width: 100%;
        height: 10px;
        background-size: contain;
    }

    .work_heading p {
        width: 100%;
        margin: 15px auto 0;
    }

    .work_card {
        padding: 10px 10px;
    }

    .circle {
        width: 200px;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .circle h3 {
        font-size: 40px;
    }

    .circle h4 {
        font-size: 25px;
    }

    .arrow_img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .work_bg-abs::before {
        display: none;
    }

    .work_heading {
        margin-bottom: 10px;
    }

    .work_text h3 {
        font-size: 18px;
    }

    .arrow_img img {
        width: 55px;
        object-fit: contain;
    }

    .work_text p {
        font-size: 12px;
    }

    .ex_mp_heading h2 {
        font-size: 30px;
    }

    .ex_mp_heading h2 {
        font-size: 35px;
    }

    .h_btm6::before {
        bottom: 1px;
        width: 100px;
        height: 24px;
        background-size: contain;
        background-position: bottom;
    }

    .ex_mp_heading p {
        width: 100%;
        margin: 10px auto 0 auto;
    }

    .map {
        height: 400px;
        margin: 30px 0;
        overflow: hidden;
        padding-bottom: 0;
    }

    .review_heading p {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    .h_btm7::before {
        bottom: 0px;
        width: 100%;
        height: 9px;
        background-size: contain;
        background-position: bottom;
    }

    .review_heading {
        margin-bottom: 30px;
    }

    .review_card {
        border: none;
        margin: 15px 0px;
        padding-left: 0px;
        padding-right: 10px;
    }

    .test-slider .slick-slide {
        margin: 0px 10px;
    }

    section.review.all-section {
        overflow-x: hidden;
    }

    .footerSec::after,
    .footer-btm::after,
    .footer-btm::before,
    .footerSec::before {
        display: none;
    }

    .footer_contact {
        padding-left: 0px;
    }

    .footerSec {
        padding: 40px 0 10px 0;
    }


    .footer-btm {
        padding: 10px 0;
        font-size: 12px;
    }

    .f_social_links a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .footerSec h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .quicklinks {
        text-align: left;
        padding-right: 0px;
    }

    .footerSec .col-sm-12 {
        order: 2;
    }

    .quicklinks ul li a {
        font-size: 12px;
        justify-content: flex-start;
    }

    .quicklinks ul li {
        margin-bottom: 2px;
    }

    .footer-logo {
        margin: 0px 0px 30px;
    }

    .custom-order {
        order: 1 !important;
    }

    .text-innerban h2 {
        font-size: 35px !important;
    }

    .es-search--advanced,
    .widget .es-search--advanced {
        background: #eff3f5;
        padding: 15px;
    }

    .wpb_single_image img {
        max-width: 100%;
        object-fit: contain;
        height: 100px !important;
    }

    .vc_section .vc_custom_1752040541912 {
        margin-top: 0px !important;
    }

    .contact-info {
        gap: 10px !important;
        padding: 15px 15px !important;
        height: fit-content !important;
        margin-bottom: 10px !important;
        background: transparent !important;
        justify-content: flex-start !important;
    }

    .cicle-icon i {
        width: 45px !important;
        height: 46px !important;
        font-size: 16px !important;
    }

    .contact-side-bar p,
    .contact-side-bar p a {
        font-size: 12px !important;
        line-height: 20px !important;
        letter-spacing: 0px !important;
    }

    h1 {
        font-size: 35px;
    }

    h4 {
        font-size: 16px;
    }

    .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon,
    .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
        top: 14%;
    }

    .es-auth {
        padding: 0 5%;
    }

    .wpb_single_image .vc_box_shadow_3d:after, .wpb_single_image .vc_box_shadow_3d:before{
        display:none;
    }

   .post-429 .wpb_single_image img {
        height: 220px !important;
    }

.vc_section > .vc_row:nth-child(2) {
  flex-direction: column-reverse;
}





















}


/*Media Query End*/