/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]

 1. Theme default css
 2. Header styles [header 1 - header10 ]
 3. Mobile Menu
 4 . predefine
 5. contact
 6. bradcam
 7 footer [footer - footer10]
 8. banner
 9. category
 10. new_arrival
 11. deal
 12. processing
 13. brand
 14. blog
 15. products
 16. cart
 17. product_details
 18. checkout
 19. about
 20. team
 21. blog_details
 22. career
 23. career_details
 24. faq
 25. my_account
 26. my_order
 27. order_details
 28.billing_address
 29. accoubnt_info
 30. login
 31. apply job
 32. newsletter
 33. email template
 34. product_view
 35. product
 36. video
 37. insta
 38. tesmonials
 39.home common [home2_common - home10_common]
 40. blog_page
 41. lookbook
 42. payment
 43. furniture_careers


------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                1.theme default css                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* --------------------------- other common color::start --------------------------- */
/* --------------------------- other common color::end --------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");
@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-BlackItalic.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularStd-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-Bold.woff2") format("woff2"),
        url("../fonts/CircularStd/CircularStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-Black.woff2") format("woff2"),
        url("../fonts/CircularStd/CircularStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-BoldItalic.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularStd-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std Book";
    src: url("../fonts/CircularStd/CircularStd-BookItalic.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularStd-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularSpotifyText-LightItalic.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularSpotifyText-LightItalic.woff")
            format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std Book";
    src: url("../fonts/CircularStd/CircularStd-Book.woff2") format("woff2"),
        url("../fonts/CircularStd/CircularStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-Medium.woff2") format("woff2"),
        url("../fonts/CircularStd/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularSpotifyText-Light.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularSpotifyText-Light.woff")
            format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Circular Std";
    src: url("../fonts/CircularStd/CircularStd-MediumItalic.woff2")
            format("woff2"),
        url("../fonts/CircularStd/CircularStd-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* -------------------------------------------------------------------------- */
/*                                Google fonts                                */
/* -------------------------------------------------------------------------- */
/* line 106, ../../../../../laragon/www/landLord/scss/_reset.scss */
body {
    font-family: "Circular Std Book";
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
    color: #687083;
    overflow-x: hidden;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_reset.scss */
.img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_reset.scss */
a {
    text-decoration: none;
}

/* line 121, ../../../../../laragon/www/landLord/scss/_reset.scss */
a,
.button,
button {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* line 126, ../../../../../laragon/www/landLord/scss/_reset.scss */
a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

/* line 132, ../../../../../laragon/www/landLord/scss/_reset.scss */
a:focus {
    text-decoration: none;
}

/* line 135, ../../../../../laragon/www/landLord/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_reset.scss */
input:focus,
button:focus {
    outline: none;
}

/* line 146, ../../../../../laragon/www/landLord/scss/_reset.scss */
a,
button {
    outline: medium none;
}

/* line 150, ../../../../../laragon/www/landLord/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Circular Std Book";
    color: #2e2e2e;
}

/* line 158, ../../../../../laragon/www/landLord/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

/* line 167, ../../../../../laragon/www/landLord/scss/_reset.scss */
h4 {
    font-size: 20px;
    line-height: 25px;
}

/* line 172, ../../../../../laragon/www/landLord/scss/_reset.scss */
ul {
    margin: 0px;
    padding: 0px;
}

/* line 176, ../../../../../laragon/www/landLord/scss/_reset.scss */
li {
    list-style: none;
}

/* line 179, ../../../../../laragon/www/landLord/scss/_reset.scss */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #687083;
    margin-bottom: 0;
}

/* line 187, ../../../../../laragon/www/landLord/scss/_reset.scss */
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

/* line 193, ../../../../../laragon/www/landLord/scss/_reset.scss */
*::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* line 198, ../../../../../laragon/www/landLord/scss/_reset.scss */
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* line 203, ../../../../../laragon/www/landLord/scss/_reset.scss */
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

/* line 208, ../../../../../laragon/www/landLord/scss/_reset.scss */
*::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 213, ../../../../../laragon/www/landLord/scss/_reset.scss */
*:-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 218, ../../../../../laragon/www/landLord/scss/_reset.scss */
*::-ms-input-placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* line 223, ../../../../../laragon/www/landLord/scss/_reset.scss */
*::placeholder {
    color: #cccccc;
    font-size: 14px;
    opacity: 1;
}

/* button style */
/* line 231, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-carousel .owl-nav {
    position: absolute;
    right: 20px;
    top: -45px;
    display: flex;
    grid-gap: 5px;
}

/* line 237, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-carousel .owl-nav div {
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #645cbb;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 258, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-carousel .owl-nav div.owl-prev {
    right: 40px;
}

/* line 265, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

/* line 268, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #2e2e2e;
    border-color: #2e2e2e;
}

/* line 278, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb-85 {
    margin-bottom: 85px;
}

@media (max-width: 575.98px) {
    /* line 278, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .mb-85 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 278, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .mb-85 {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 278, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .mb-85 {
        margin-bottom: 40px;
    }
}

/* line 290, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb-65 {
    margin-bottom: 65px;
}

@media (max-width: 575.98px) {
    /* line 290, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .mb-65 {
        margin-bottom: 20px;
    }
}

/* line 296, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt-80 {
    margin-top: 80px;
}

/* line 299, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_3 {
    margin-bottom: 3px;
}

/* line 302, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_5 {
    margin-bottom: 5px;
}

/* line 305, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_6 {
    margin-bottom: 6px;
}

/* line 308, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_7 {
    margin-bottom: 7px;
}

/* line 311, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_10 {
    margin-bottom: 10px;
}

/* line 314, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_12 {
    margin-bottom: 12px;
}

/* line 317, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_13 {
    margin-bottom: 13px;
}

/* line 320, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_14 {
    margin-bottom: 14px;
}

/* line 323, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_15 {
    margin-bottom: 15px;
}

/* line 326, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_18 {
    margin-bottom: 18px;
}

/* line 329, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_20 {
    margin-bottom: 20px;
}

/* line 332, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_21 {
    margin-bottom: 21px;
}

/* line 335, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_23 {
    margin-bottom: 23px;
}

/* line 338, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_25 {
    margin-bottom: 25px;
}

/* line 341, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_28 {
    margin-bottom: 28px;
}

/* line 344, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_30 {
    margin-bottom: 30px;
}

/* line 347, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_32 {
    margin-bottom: 32px;
}

/* line 350, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_35 {
    margin-bottom: 35px;
}

/* line 353, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_40 {
    margin-bottom: 40px;
}

/* line 356, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_42 {
    margin-bottom: 42px;
}

/* line 359, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_45 {
    margin-bottom: 45px;
}

/* line 362, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_37 {
    margin-bottom: 37px;
}

/* line 365, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_50 {
    margin-bottom: 50px;
}

/* line 368, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_52 {
    margin-bottom: 52px;
}

/* line 371, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_53 {
    margin-bottom: 53px;
}

/* line 374, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_55 {
    margin-bottom: 55px;
}

/* line 377, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_60 {
    margin-bottom: 60px;
}

/* line 380, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_65 {
    margin-bottom: 65px;
}

/* line 383, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_70 {
    margin-bottom: 70px;
}

/* line 386, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_76 {
    margin-bottom: 76px;
}

/* line 389, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_80 {
    margin-bottom: 80px;
}

/* line 393, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_10 {
    margin-top: 10px;
}

/* line 396, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_15 {
    margin-top: 15px;
}

/* line 399, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_20 {
    margin-top: 20px;
}

/* line 402, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_10 {
    margin-top: 10px;
}

/* line 405, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_30 {
    margin-top: 30px;
}

/* line 408, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_40 {
    margin-top: 40px;
}

/* line 411, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_50 {
    margin-top: 50px;
}

/* line 414, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_60 {
    margin-top: 60px;
}

/* line 417, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mt_70 {
    margin-top: 70px;
}

/* line 421, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mb_27 {
    margin-bottom: 27px;
}

/* line 425, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_5 {
    margin-right: 5px;
}

/* line 428, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_15 {
    margin-right: 15px;
}

/* line 431, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_20 {
    margin-right: 20px;
}

/* line 434, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_30 {
    margin-right: 30px;
}

/* line 437, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_40 {
    margin-right: 40px;
}

/* line 440, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_50 {
    margin-right: 50px;
}

/* line 443, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mr_10 {
    margin-right: 10px;
}

/* line 446, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_15 {
    padding-top: 15px;
}

/* line 449, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_5 {
    padding-bottom: 5px;
}

/* line 452, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_10 {
    padding-bottom: 10px;
}

/* line 455, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_11 {
    padding-bottom: 11px;
}

/* line 458, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_15 {
    padding-bottom: 15px;
}

/* line 461, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_20 {
    padding-bottom: 20px;
}

/* line 464, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_25 {
    padding-bottom: 25px;
}

/* line 467, ../../../../../laragon/www/landLord/scss/_reset.scss */
.padding25 {
    padding: 25px;
}

/* line 470, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_70 {
    padding-top: 70px;
}

@media (max-width: 767.98px) {
    /* line 470, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_70 {
        padding-top: 30px;
    }
}

/* line 477, ../../../../../laragon/www/landLord/scss/_reset.scss */
.xl_mb_60 {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    /* line 477, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .xl_mb_60 {
        margin-bottom: 60px;
    }
}

/* line 483, ../../../../../laragon/www/landLord/scss/_reset.scss */
.max_450px {
    max-width: 450px;
}

/* line 486, ../../../../../laragon/www/landLord/scss/_reset.scss */
.max_100 {
    max-width: 100px !important;
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                  BG COLORS                                 */
/* -------------------------------------------------------------------------- */
/* line 494, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gray_color_1 {
    background: #fcfdfd;
}

/* line 497, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gray_bg_2 {
    background: #f3f7fa;
}

/* line 501, ../../../../../laragon/www/landLord/scss/_reset.scss */
#back-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    z-index: 9999999;
    display: none;
}

@media (max-width: 767.98px) {
    /* line 501, ../../../../../laragon/www/landLord/scss/_reset.scss */
    #back-top {
        display: none !important;
    }
}

/* line 511, ../../../../../laragon/www/landLord/scss/_reset.scss */
#back-top a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 40px;
    background: #645cbb;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(100, 92, 187, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(100, 92, 187, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(100, 92, 187, 0.3);
}

/* -------------------------------------------------------------------------- */
/*                                 LINE_HEIGHT                                */
/* -------------------------------------------------------------------------- */
/* line 530, ../../../../../laragon/www/landLord/scss/_reset.scss */
.lineHeight1 {
    line-height: 1.71;
}

/*/ loader /*/
/* line 537, ../../../../../laragon/www/landLord/scss/_reset.scss */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4f1;
    z-index: 99999;
}

/* line 548, ../../../../../laragon/www/landLord/scss/_reset.scss */
.preloader h3 {
    position: relative;
    font-size: 10vw;
    color: transparent;
    -webkit-text-stroke: 0.2vw #687083;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 0;
}

/* line 556, ../../../../../laragon/www/landLord/scss/_reset.scss */
.preloader h3::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: #645cbb;
    -webkit-text-stroke: 0.2vw #645cbb !important;
    border-right: 3px solid #645cbb;
    overflow: hidden;
    animation: typeload 6s linear infinite;
    z-index: 9;
}

@keyframes typeload {
    0%,
    20%,
    100% {
        width: 0;
    }
    70%,
    90% {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    /* line 586, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .col-12 {
        position: relative;
    }
}

/* line 591, ../../../../../laragon/www/landLord/scss/_reset.scss */
.row {
    margin-right: -15px;
    margin-left: -15px;
}

/* line 595, ../../../../../laragon/www/landLord/scss/_reset.scss */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

/* line 599, ../../../../../laragon/www/landLord/scss/_reset.scss */
.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

/* line 604, ../../../../../laragon/www/landLord/scss/_reset.scss */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    /* line 678, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .container {
        max-width: 1440px;
    }
}

/* line 684, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing {
    padding: 55px 0 20px 0;
}

@media (max-width: 767.98px) {
    /* line 684, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing {
        padding: 55px 0 20px 0;
    }
}

/* line 690, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing2 {
    padding: 30px 0 60px 0;
}

@media (max-width: 767.98px) {
    /* line 690, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing2 {
        padding: 30px 0 60px 0;
    }
}

/* line 696, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing3 {
    padding: 55px 0 30px 0;
}

@media (max-width: 767.98px) {
    /* line 696, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing3 {
        padding: 55px 0 30px 0;
    }
}

/* line 702, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing4 {
    padding: 5px 0 53px 0;
}

@media (max-width: 767.98px) {
    /* line 702, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing4 {
        padding: 5px 0 53px 0;
    }
}

/* line 708, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing5 {
    padding: 95px 0 67px 0;
}

@media (max-width: 767.98px) {
    /* line 708, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing5 {
        padding: 70px 0 37px 0;
    }
}

/* line 714, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing6 {
    padding: 100px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 714, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing6 {
        padding: 70px 0 40px 0;
    }
}

/* line 720, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_spacing7 {
    padding: 95px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 720, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_spacing7 {
        padding: 70px 0 40px 0;
    }
}

/* line 726, ../../../../../laragon/www/landLord/scss/_reset.scss */
.section_padding8 {
    padding: 116px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 726, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_padding8 {
        padding: 80px 0px 50px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* line 726, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_padding8 {
        padding: 70px 0px 40px 0;
    }
}

@media (max-width: 575.98px) {
    /* line 726, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_padding8 {
        padding: 70px 0px 40px 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 726, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .section_padding8 {
        padding: 70px 0px 40px 0;
    }
}

/* line 742, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home3_padding {
    padding: 88px 0 0px 0;
}

@media (max-width: 767.98px) {
    /* line 742, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home3_padding {
        padding: 68px 0 0px 0;
    }
}

/* line 748, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home3_padding2 {
    padding: 58px 0 65px 0;
}

@media (max-width: 767.98px) {
    /* line 748, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home3_padding2 {
        padding: 38px 0 45px 0;
    }
}

/* line 754, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home3_padding3 {
    padding: 100px 0 65px 0;
}

@media (max-width: 767.98px) {
    /* line 754, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home3_padding3 {
        padding: 38px 0 45px 0;
    }
}

/* line 762, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home4_padding {
    padding: 94px 0 62px 0;
}

@media (max-width: 767.98px) {
    /* line 762, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home4_padding {
        padding: 68px 0 37px 0;
    }
}

/* line 768, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home4_padding2 {
    padding: 100px 0 69px 0;
}

@media (max-width: 767.98px) {
    /* line 768, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home4_padding2 {
        padding: 75px 0 45px 0;
    }
}

/* line 774, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home4_padding3 {
    padding: 95px 0 60px 0;
}

@media (max-width: 767.98px) {
    /* line 774, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home4_padding3 {
        padding: 68px 0 35px 0;
    }
}

/* line 782, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home5_padding {
    padding: 130px 0 110px 0;
}

@media (max-width: 767.98px) {
    /* line 782, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home5_padding {
        padding: 68px 0 46px 0;
    }
}

/* line 790, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home6_padding {
    padding: 93px 0 64px 0;
}

@media (max-width: 767.98px) {
    /* line 790, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home6_padding {
        padding: 68px 0 39px 0;
    }
}

/* line 796, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home6_padding2 {
    padding: 0px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 796, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home6_padding2 {
        padding: 0px 0 45px 0;
    }
}

/* line 802, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home6_padding3 {
    padding: 65px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 802, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home6_padding3 {
        padding: 40px 0 45px 0;
    }
}

/* line 810, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home7_padding {
    padding: 55px 0 30px 0;
}

@media (max-width: 767.98px) {
    /* line 810, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home7_padding {
        padding: 60px 0 30px 0;
    }
}

/* line 816, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home7_padding2 {
    padding: 55px 0 25px 0;
}

@media (max-width: 767.98px) {
    /* line 816, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home7_padding2 {
        padding: 60px 0 25px 0;
    }
}

/* line 822, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home7_padding3 {
    padding: 0px 0 30px 0;
}

@media (max-width: 767.98px) {
    /* line 822, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home7_padding3 {
        padding: 0px 0 30px 0;
    }
}

/* line 830, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home8_padding {
    padding: 150px 0 120px 0;
}

@media (max-width: 767.98px) {
    /* line 830, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home8_padding {
        padding: 75px 0 40px 0;
    }
}

/* line 836, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home8_padding2 {
    padding: 141px 0 120px 0;
}

@media (max-width: 767.98px) {
    /* line 836, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home8_padding2 {
        padding: 65px 0 40px 0;
    }
}

/* line 844, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home9_padding {
    padding: 110px 0 90px 0;
}

@media (max-width: 767.98px) {
    /* line 844, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home9_padding {
        padding: 32px 0 34px 0;
    }
}

/* line 850, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home9_padding2 {
    padding: 140px 0 115px 0;
}

@media (max-width: 767.98px) {
    /* line 850, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home9_padding2 {
        padding: 63px 0 34px 0;
    }
}

/* line 857, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_padding {
    padding: 133px 0 105px 0;
}

@media (max-width: 767.98px) {
    /* line 857, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home10_padding {
        padding: 63px 0 34px 0;
    }
}

/* line 863, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_padding2 {
    padding: 140px 0 110px 0;
}

@media (max-width: 767.98px) {
    /* line 863, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home10_padding2 {
        padding: 70px 0 40px 0;
    }
}

/* line 869, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_padding3 {
    padding: 106px 0 110px 0;
}

@media (max-width: 767.98px) {
    /* line 869, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home10_padding3 {
        padding: 35px 0 40px 0;
    }
}

/* line 875, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_padding4 {
    padding: 130px 0 110px 0;
}

@media (max-width: 767.98px) {
    /* line 875, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home10_padding4 {
        padding: 70px 0 40px 0;
    }
}

/* line 883, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home11_padding {
    padding: 89px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 883, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home11_padding {
        padding: 70px 0 40px 0;
    }
}

/* line 889, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home11_padding_top {
    padding: 89px 0 0px 0;
}

@media (max-width: 767.98px) {
    /* line 889, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home11_padding_top {
        padding: 70px 0 0px 0;
    }
}

/* line 897, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home14_padding {
    padding: 75px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 897, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home14_padding {
        padding: 60px 0 30px 0;
    }
}

/* line 903, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home14_padding2 {
    padding: 80px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 903, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home14_padding2 {
        padding: 60px 0 30px 0;
    }
}

/* line 912, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home17_padding {
    padding: 80px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 912, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home17_padding {
        padding: 60px 0 30px 0;
    }
}

/* line 918, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home17_padding2 {
    padding: 73px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 918, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home17_padding2 {
        padding: 60px 0 30px 0;
    }
}

/* line 924, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home17_padding3 {
    padding: 68px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 924, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .home17_padding3 {
        padding: 60px 0 30px 0;
    }
}

/* line 931, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_120 {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    /* line 931, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_120 {
        padding-top: 70px;
    }
}

/* line 938, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_120 {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    /* line 938, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_120 {
        padding-bottom: 70px;
    }
}

/* line 944, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_110 {
    padding-top: 110px;
}

@media (max-width: 767.98px) {
    /* line 944, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_110 {
        padding-top: 70px;
    }
}

/* line 950, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_113 {
    padding-top: 113px;
}

@media (max-width: 767.98px) {
    /* line 950, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_113 {
        padding-top: 73px;
    }
}

/* line 957, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_110 {
    padding-bottom: 110px;
}

@media (max-width: 767.98px) {
    /* line 957, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_110 {
        padding-bottom: 70px;
    }
}

/* line 963, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_113 {
    padding-bottom: 113px;
}

@media (max-width: 767.98px) {
    /* line 963, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_113 {
        padding-bottom: 73px;
    }
}

/* line 969, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_100 {
    padding-top: 100px;
}

@media (max-width: 767.98px) {
    /* line 969, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_100 {
        padding-top: 70px;
    }
}

/* line 976, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_100 {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    /* line 976, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_100 {
        padding-bottom: 70px;
    }
}

/* line 982, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_90 {
    padding-top: 90px;
}

@media (max-width: 767.98px) {
    /* line 982, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_90 {
        padding-top: 40px;
    }
}

/* line 988, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_97 {
    padding-top: 97px;
}

@media (max-width: 767.98px) {
    /* line 988, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_97 {
        padding-top: 67px;
    }
}

/* line 994, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pt_70 {
    padding-top: 70px;
}

@media (max-width: 767.98px) {
    /* line 994, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pt_70 {
        padding-top: 40px;
    }
}

/* line 1001, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_90 {
    padding-bottom: 90px;
}

@media (max-width: 767.98px) {
    /* line 1001, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_90 {
        padding-bottom: 40px;
    }
}

/* line 1007, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pb_85 {
    padding-bottom: 85px;
}

@media (max-width: 767.98px) {
    /* line 1007, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .pb_85 {
        padding-bottom: 35px;
    }
}

/* line 1014, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-dots {
    display: flex;
    justify-content: center;
}

/* line 1017, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-dots .owl-dot {
    margin: 0 5px;
}

/* line 1019, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #d9e3e3;
    display: inline-block;
    transition: 0.3s;
}

/* line 1026, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-dots .owl-dot span:hover {
    transform: scale(1.2);
}

/* line 1031, ../../../../../laragon/www/landLord/scss/_reset.scss */
.owl-dots .owl-dot.active span {
    width: 30px;
}

/* line 1038, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_full_height {
    height: calc(100% - 25px);
}

/* line 1043, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_10 {
    font-size: 10px;
}

/* line 1046, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_12 {
    font-size: 12px !important;
}

/* line 1049, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_14 {
    font-size: 14px !important;
}

/* line 1052, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_15 {
    font-size: 15px;
}

/* line 1055, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_16 {
    font-size: 16px;
}

/* line 1058, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_18 {
    font-size: 18px;
}

/* line 1061, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_20 {
    font-size: 20px;
}

/* line 1064, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_22 {
    font-size: 22px;
}

/* line 1067, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_25 {
    font-size: 25px;
}

/* line 1070, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_24 {
    font-size: 24px;
}

/* line 1073, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_30 {
    font-size: 30px;
    line-height: 45px;
}

@media (max-width: 767.98px) {
    /* line 1073, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .font_30 {
        font-size: 25px;
        line-height: 35px;
    }
}

/* line 1081, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_40 {
    font-size: 40px;
    line-height: 55px;
}

@media (max-width: 767.98px) {
    /* line 1081, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .font_40 {
        font-size: 25px;
        line-height: 35px;
    }
}

/* line 1089, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_45 {
    font-size: 45px;
}

/* line 1092, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_50 {
    font-size: 50px;
}

/* line 1095, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_60 {
    font-size: 60px;
}

/* line 1098, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_70 {
    font-size: 70px;
}

/* line 1101, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_80 {
    font-size: 80px;
}

/* line 1106, ../../../../../laragon/www/landLord/scss/_reset.scss */
.f_w_300 {
    font-weight: 300 !important;
}

/* line 1109, ../../../../../laragon/www/landLord/scss/_reset.scss */
.f_w_400 {
    font-weight: 400 !important;
}

/* line 1112, ../../../../../laragon/www/landLord/scss/_reset.scss */
.f_w_500 {
    font-weight: 500 !important;
}

/* line 1115, ../../../../../laragon/www/landLord/scss/_reset.scss */
.f_w_600 {
    font-weight: 600 !important;
}

/* line 1118, ../../../../../laragon/www/landLord/scss/_reset.scss */
.f_w_700 {
    font-weight: 700 !important;
}

/* line 1122, ../../../../../laragon/www/landLord/scss/_reset.scss */
.dot_devide {
    display: inline-block !important;
}

/* line 1126, ../../../../../laragon/www/landLord/scss/_reset.scss */
.priamry_text {
    color: #2e2e2e;
}

/* line 1129, ../../../../../laragon/www/landLord/scss/_reset.scss */
.secondary_text {
    color: #645cbb !important;
}

/* line 1132, ../../../../../laragon/www/landLord/scss/_reset.scss */
.orange_text {
    color: #f99417 !important;
}

/* line 1135, ../../../../../laragon/www/landLord/scss/_reset.scss */
.body_text {
    color: #687083 !important;
}

/* line 1138, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_hover {
    transition: 0.3s;
}

/* line 1140, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_hover:hover {
    color: #645cbb !important;
}

/* line 1144, ../../../../../laragon/www/landLord/scss/_reset.scss */
.mute_text {
    color: #687083;
}

/* line 1147, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_1 {
    font-family: "Circular Std Book";
}

/* line 1150, ../../../../../laragon/www/landLord/scss/_reset.scss */
.font_2 {
    font-family: "Circular Std Book";
}

/* line 1154, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field {
    background: transparent;
    height: 50px;
    border-radius: 5px;
    width: 400px;
    border: 1px solid #f1f1f1;
}

/* line 1160, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field button {
    font-size: 18px;
    color: #ff1c5e;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px;
}

/* line 1167, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field button:hover {
    color: #ff1c5e;
}

/* line 1171, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field input {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    font-family: "Circular Std Book";
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0px 15px 0px 10px;
    box-shadow: none !important;
    line-height: 50px;
}

/* line 1182, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field input::placeholder {
    color: #687083;
}

/* line 1186, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field.large_search_field {
    width: 500px;
    height: 60px;
}

/* line 1189, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field.large_search_field button {
    padding-left: 30px;
}

/* line 1192, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field.large_search_field input {
    height: 60px;
    line-height: 60px;
}

/* line 1199, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field {
    background: #f9f9fd;
    height: 50px;
    border-radius: 5px;
    width: 640px;
    border: 1px solid #f1f1f1;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 1199, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .header_search_field {
        width: 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1199, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .header_search_field {
        width: 350px;
    }
}

/* line 1211, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field button {
    font-size: 18px;
    color: #fc5e49;
    padding: 0 15px 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px;
}

/* line 1218, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field button:hover {
    color: #fc5e49;
}

/* line 1222, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field input {
    font-size: 14px;
    font-weight: 400;
    font-family: "Circular Std Book";
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0px 15px 0px 15px;
    box-shadow: none !important;
    line-height: 50px;
    color: #2e2e2e;
}

/* line 1233, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field input::placeholder {
    color: #687083;
}

/* line 1237, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field.large_search_field {
    width: 500px;
    height: 60px;
}

/* line 1240, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field.large_search_field button {
    padding-left: 30px;
}

/* line 1243, ../../../../../laragon/www/landLord/scss/_reset.scss */
.header_search_field.large_search_field input {
    height: 60px;
    line-height: 60px;
}

/* line 1250, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list {
    background-color: #fff;
    color: #d1d1d1;
    z-index: 80;
    width: min-content;
    min-width: 100%;
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
    line-height: 32px;
    padding: 10px 0px;
    border: 0;
}

/* line 1261, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list li.option {
    color: #d1d1d1;
    visibility: visible;
    line-height: 32px;
    background: #fff;
    font-size: 15px;
    min-height: 32px;
}

/* line 1268, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list li.option:hover,
.nice-select .list li.option.selected,
.nice-select .list li.option.focus,
.nice-select .list li.option.selected.focus {
    color: #00124e;
    background: #fff;
}

/* line 1277, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select {
    border: solid 1px #e9e7f7 !important;
    height: 35px;
    min-width: 180px;
    line-height: 34px;
    padding-left: 20px;
}

/* line 1283, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select::after {
    right: 22px;
    top: 6px;
    color: #687083;
    font-size: 10px;
}

/* line 1289, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px;
}

/* line 1296, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .list {
    width: 100%;
}

/* line 1298, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .list .option {
    font-size: 14px;
    font-weight: 500;
}

/* line 1304, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select {
    border: solid 1px #e1e2e6 !important;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    padding-left: 30px;
}

/* line 1310, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select.style2 {
    padding-left: 20px;
    border: 1px solid #e3e6ef !important;
    border-radius: 0px;
}

/* line 1315, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select.style2.open::after {
    content: "\e622";
}

/* line 1319, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select.style2::after {
    content: "\e61a";
    right: 25px;
}

/* line 1323, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select.style2 .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #687083;
}

/* line 1330, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select.select_transparent {
    background: transparent !important;
}

/* line 1333, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select::after {
    right: 33px;
    top: 6px;
    color: #687083;
    font-size: 12px;
}

/* line 1339, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 50px;
}

/* line 1346, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select .list {
    width: 100%;
}

/* line 1348, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_select .list .option {
    font-size: 14px;
    font-weight: 400;
}

/* line 1355, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nowrap {
    white-space: nowrap;
}

/* line 1359, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pagination_lists {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* line 1364, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pagination_lists li:not(:last-child) {
    margin-right: 10px;
}

/* line 1367, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pagination_lists li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    flex: 40px 0 0;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
    font-size: 16px;
    color: #656565;
    font-weight: 600;
}

/* line 1380, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pagination_lists li a:hover {
    background: #fd1c5e;
    border-color: #fd1c5e;
    color: #fff;
}

/* line 1385, ../../../../../laragon/www/landLord/scss/_reset.scss */
.pagination_lists li a.active {
    background: #fd1c5e;
    border-color: #fd1c5e;
    color: #fff;
}

/* line 1394, ../../../../../laragon/www/landLord/scss/_reset.scss */
.badge_1 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: #fd1c5e;
    border-radius: 30px;
    padding: 4.5px 15px;
}

/* line 1403, ../../../../../laragon/www/landLord/scss/_reset.scss */
.badge_2 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: #33c922;
    border-radius: 30px;
    padding: 4.5px 15px;
}

/* line 1412, ../../../../../laragon/www/landLord/scss/_reset.scss */
.text_underline {
    text-decoration: underline !important;
}

/* line 1416, ../../../../../laragon/www/landLord/scss/_reset.scss */
.cursor_default {
    cursor: default !important;
}

/* line 1419, ../../../../../laragon/www/landLord/scss/_reset.scss */
.cursor_pointer {
    cursor: pointer !important;
}

/* line 1423, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line {
    height: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

/* line 1428, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line.dark_line {
    background: rgba(0, 0, 0, 0.1);
}

/* line 1431, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line.style2 {
    background: #f1f1f1;
    height: 15px;
}

/* line 1436, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line.style3 {
    background: rgba(241, 241, 241, 0.1);
    height: 15px;
}

/* line 1440, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line.style4 {
    background: #f1f1f1;
    height: 10px;
}

/* line 1444, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line.style5 {
    background: #3b3b3b;
    height: 15px;
}

/* line 1449, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line2 {
    height: 30px;
    width: 1px;
    background: #f1f1f1;
    display: inline-block;
}

/* line 1454, ../../../../../laragon/www/landLord/scss/_reset.scss */
.vertical_line2.dark_line {
    background: rgba(0, 0, 0, 0.1);
}

/* line 1458, ../../../../../laragon/www/landLord/scss/_reset.scss */
.horizontal_line {
    height: 1px;
    width: 30px;
    background: #f1f1f1;
    display: inline-block;
}

/* line 1463, ../../../../../laragon/www/landLord/scss/_reset.scss */
.horizontal_line.opacity_2 {
    background: rgba(241, 241, 241, 0.2);
}

/* -------------------------------------------------------------------------- */
/*                                   BORDERS                                  */
/* -------------------------------------------------------------------------- */
/* line 1470, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_dashBorder {
    border-bottom: 1px dashed #e3e6ef;
}

/* line 1473, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_bb {
    border-bottom: 1px solid #f1ece8;
}

/* line 1476, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_bb2 {
    border-bottom: 1px solid #e3e6ef;
}

/* line 1479, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_bb3 {
    border-bottom: 1px solid #eef0f4;
}

/* line 1482, ../../../../../laragon/www/landLord/scss/_reset.scss */
.border_bottom1px {
    border-bottom: 1px solid #f3f3f3;
}

/* line 1485, ../../../../../laragon/www/landLord/scss/_reset.scss */
.land_border_bottom {
    border-bottom: 1px solid #f1f1f1;
}

/* line 1489, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_border {
    border: 1px solid #eef0f4;
}

/* line 1492, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_border2 {
    border: 1px solid #e3e6ef;
}

/* line 1496, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home3_border {
    border-top: 1px solid #f1f1f1;
}

/* line 1499, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home6_border {
    border-bottom: 1px solid #e3e6ef;
}

/* line 1502, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_border {
    border-bottom: 1px solid #ebebeb;
}

/* line 1505, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home10_border2 {
    border-bottom: 1px solid #e1e2e6;
}

/* line 1509, ../../../../../laragon/www/landLord/scss/_reset.scss */
.border {
    border: 1px solid #e1e2e6;
}

/* line 1512, ../../../../../laragon/www/landLord/scss/_reset.scss */
.border2 {
    border: 1px solid #f3f3f3;
}

/* line 1515, ../../../../../laragon/www/landLord/scss/_reset.scss */
.border3 {
    border: 1px solid #e3e3e3;
}

/* line 1520, ../../../../../laragon/www/landLord/scss/_reset.scss */
.radius_5px {
    border-radius: 5px;
}

/* line 1523, ../../../../../laragon/www/landLord/scss/_reset.scss */
.radius_10px {
    border-radius: 10px;
}

/* line 1529, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_5 {
    grid-gap: 5px;
}

/* line 1532, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_6 {
    grid-gap: 6px;
}

/* line 1535, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_7 {
    grid-gap: 7px;
}

/* line 1538, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_10 {
    grid-gap: 10px;
}

/* line 1541, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_12 {
    grid-gap: 12px;
}

/* line 1544, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_13 {
    grid-gap: 13px;
}

/* line 1547, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_15 {
    grid-gap: 15px;
}

/* line 1550, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_20 {
    grid-gap: 20px;
}

/* line 1553, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_25 {
    grid-gap: 25px;
}

/* line 1556, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_30 {
    grid-gap: 30px;
}

/* line 1559, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_40 {
    grid-gap: 40px;
}

/* line 1562, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_r15 {
    grid-row-gap: 15px;
}

/* line 1565, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gap_c40 {
    grid-column-gap: 40px;
}

/* line 1569, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home2_deal_border {
    border: 2px solid #fd9a23;
}

/* line 1572, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home2_deal_border .col-xl-3 .product_widget3 {
    margin-top: 0;
    margin: 0;
}

/* line 1579, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 1583, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .arrow_btns {
    font-size: 14px;
    font-weight: 500;
    color: #00124e;
    grid-gap: 5px;
    margin: 0 10px;
}

/* line 1589, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .arrow_btns i {
    font-size: 7px;
}

/* line 1593, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination a {
    color: #00124e;
}

/* line 1595, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination a:hover {
    color: #645cbb;
}

/* line 1599, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .page_counter_dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

/* line 1606, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .page_counter {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: "Circular Std Book";
    margin: 0 2.5px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f1ece8;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    border-radius: 50%;
    justify-content: center;
    line-height: 1;
}

/* line 1621, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .page_counter:hover,
.o_land_pagination .page_counter.active {
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
}

/* line 1627, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .page_counter:first-child {
    margin-right: 15px;
}

/* line 1630, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_pagination .page_counter:last-child {
    margin-left: 15px;
}

@media (min-width: 992px) {
    /* line 1636, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .mega_static {
        position: static !important;
    }
}

/* line 1643, ../../../../../laragon/www/landLord/scss/_reset.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: transparent;
    width: 11px;
}

/* line 1650, ../../../../../laragon/www/landLord/scss/_reset.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: transparent;
}

/* line 1656, ../../../../../laragon/www/landLord/scss/_reset.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: transparent;
    opacity: 0;
}

/* line 1666, ../../../../../laragon/www/landLord/scss/_reset.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0;
}

/* line 1675, ../../../../../laragon/www/landLord/scss/_reset.scss */
.list_disc {
    list-style: disc !important;
}

/* line 1678, ../../../../../laragon/www/landLord/scss/_reset.scss */
.list_disc {
    list-style: disc !important;
}

/* line 1682, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home12_dark_overlay {
    position: relative;
    z-index: 0;
}

/* line 1685, ../../../../../laragon/www/landLord/scss/_reset.scss */
.home12_dark_overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(1, 3, 11, 0.3);
}

/* line 1697, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    z-index: 12;
}

@media (max-width: 767.98px) {
    /* line 1697, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

/* line 1710, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\e64a";
    font-family: "themify";
    font-size: 15px;
    color: #fff;
}

/* line 1717, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\e649";
    font-family: "themify";
    font-size: 15px;
    color: #fff;
}

/* line 1724, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}

/* line 1729, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

/* line 1734, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-pagination {
    bottom: 34px !important;
}

@media (max-width: 767.98px) {
    /* line 1734, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .swiper-pagination {
        display: none !important;
    }
}

/* line 1739, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: "Circular Std Book";
    opacity: 1 !important;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0 7.5px !important;
    position: relative;
    line-height: 1;
}

/* line 1751, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-left: 40px;
    margin-left: 3px !important;
}

/* line 1754, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 2px;
}

/* line 1766, ../../../../../laragon/www/landLord/scss/_reset.scss */
.swiper-button-next,
.swiper-button-prev {
    margin: 0 !important;
    transform: translateY(-50%);
}

/* line 1773, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list {
    background-color: #fff;
    color: #d1d1d1;
    z-index: 80;
    width: min-content;
    min-width: 100%;
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
    line-height: 32px;
    padding: 10px 0px;
    border: 0;
}

/* line 1784, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list li.option {
    color: #d1d1d1;
    visibility: visible;
    line-height: 32px;
    background: #fff;
    font-size: 15px;
    min-height: 32px;
}

/* line 1791, ../../../../../laragon/www/landLord/scss/_reset.scss */
.nice-select .list li.option:hover,
.nice-select .list li.option.selected,
.nice-select .list li.option.focus,
.nice-select .list li.option.selected.focus {
    color: #00124e;
    background: #fff;
}

/* line 1800, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select {
    border: solid 1px #e9e7f7 !important;
    height: 35px;
    min-width: 180px;
    line-height: 34px;
    padding-left: 20px;
}

/* line 1806, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select::after {
    right: 22px;
    top: 6px;
    color: #687083;
    font-size: 8px;
}

/* line 1812, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px;
}

/* line 1819, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .list {
    width: 100%;
}

/* line 1821, ../../../../../laragon/www/landLord/scss/_reset.scss */
.small_select .list .option {
    font-size: 14px;
    font-weight: 500;
}

/* line 1828, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select {
    border: solid 1px #f1ece8 !important;
    height: 35px;
    min-width: 160px;
    line-height: 35px;
    padding-left: 20px;
}

/* line 1834, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select::after {
    right: 22px;
    top: 6px;
    color: #687083;
    font-size: 10px;
}

/* line 1840, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 30px;
}

/* line 1847, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
}

/* line 1854, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select .list .option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/* line 1866, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2 {
    border: 1px solid #f1ece8 !important;
    height: 45px;
    min-width: 160px;
    line-height: 45px;
    border-radius: 5px;
    padding-left: 15px;
}

/* line 1873, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2.style2 {
    padding-left: 0;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid #f1ece8 !important;
}

/* line 1878, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2.style2 .current {
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 400;
    color: #687083;
}

/* line 1884, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2.style2::after {
    right: 1px;
}

/* line 1888, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 free";
    right: 16px;
    top: 4px;
    color: #687083;
    font-size: 12px;
    font-weight: 900;
}

/* line 1897, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2 .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 45px;
}

/* line 1904, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
}

/* line 1911, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select2 .list .option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/* line 1923, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select3 {
    border: 0 !important;
    height: 31px;
    min-width: 107px;
    line-height: 31px;
    padding-left: 10px;
}

/* line 1929, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select3::after {
    right: 13px;
    top: 6px;
    color: #2e2e2e;
    font-size: 8px;
}

/* line 1935, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select3 .current {
    font-family: "Circular Std Book";
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 31px;
}

/* line 1942, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select3 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
    font-size: 12px;
}

/* line 1950, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select3 .list .option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/* line 1962, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4 {
    border: 0;
    height: 40px;
    min-width: 160px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #f5f8fa;
    padding-left: 15px;
}

/* line 1970, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4.style2 {
    border-radius: 3px;
}

/* line 1973, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4::after {
    right: 16px;
    top: 5px;
    color: #687083;
    font-size: 8px;
    font-weight: 900;
}

/* line 1980, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4 .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 40px;
}

/* line 1987, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
}

/* line 1994, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select4 .list .option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/* line 2006, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5 {
    border: 0;
    height: 40px;
    min-width: 148px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 15px;
}

/* line 2014, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5.style2 {
    border-radius: 3px;
}

/* line 2017, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5::after {
    right: 16px;
    top: 5px;
    color: #2e2e2e;
    font-size: 8px;
    font-weight: 900;
}

/* line 2024, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5 .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 40px;
}

/* line 2031, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5 .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    border: 0;
    padding: 12px 0;
}

/* line 2038, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select5 .list .option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 700;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
}

/* line 2050, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6 {
    border: 0;
    height: 40px;
    min-width: 160px;
    line-height: 40px;
    border-radius: 0px;
    background-color: #fff;
    padding-left: 20px;
    border: 1px solid #f1ece8 !important;
}
.min_100 {
    min-width: 100px !important;
}
/* line 2059, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6.style2 {
    border-radius: 3px;
}

/* line 2062, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6::after {
    right: 20px;
    top: 4px;
    color: #687083;
    font-size: 8px;
    font-weight: 900;
    content: "\e61a";
}

/* line 2070, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6 .current {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 40px;
    text-transform: capitalize;
}

/* line 2078, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6 .list {
    width: 100%;
    border-radius: 0px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 0;
    padding: 12px 0;
}

/* line 2086, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6 .list li.option {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    line-height: 30px;
    display: flex;
    align-items: center;
    min-height: 30px;
    text-transform: capitalize;
    padding-left: 20px;
}

/* line 2097, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_land_select6 .list li.option:hover {
    color: #2e2e2e;
}

/* line 2104, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4 {
    background: transparent;
    height: 50px;
    border-radius: 5px;
    width: 510px;
    border: 1px solid #e3e6ef;
}

@media (min-width: 1200px) and (max-width: 1459.98px) {
    /* line 2104, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .theme_search_field4 {
        width: 280px;
    }
}

/* line 2113, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4 button {
    font-size: 18px;
    color: #645cbb;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 50px;
}

/* line 2120, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4 button:hover {
    color: #645cbb;
}

/* line 2124, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4 input {
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0px 15px 0px 10px;
    box-shadow: none !important;
    line-height: 50px;
}

/* line 2135, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4 input::placeholder {
    color: #687083;
}

/* line 2139, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.large_search_field {
    width: 500px;
    height: 60px;
}

/* line 2142, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.large_search_field button {
    padding-left: 30px;
}

/* line 2145, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.large_search_field input {
    height: 60px;
    line-height: 60px;
}

/* line 2150, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.style2 {
    border-radius: 0;
    border-color: #e3e6ef;
}

/* line 2153, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.style2 i {
    color: #645cbb;
}

/* line 2156, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.style2 input {
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    border: 0;
    background: transparent !important;
    height: 50px;
    padding: 0px 15px 0px 10px;
    box-shadow: none !important;
    line-height: 50px;
}

/* line 2167, ../../../../../laragon/www/landLord/scss/_reset.scss */
.theme_search_field4.style2 input::placeholder {
    color: #686868;
}

/* line 2175, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_date_counter {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}

/* line 2180, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_date_counter .single_count {
    border-radius: 5px;
    border: 1px solid #f1ece8;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px 10px;
    min-width: 60px;
}

/* line 2190, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_date_counter .single_count span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    font-family: "Circular Std Book";
    color: #645cbb;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    line-height: 1;
    margin-bottom: 4px;
}

@media (max-width: 767.98px) {
    /* line 2190, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .o_landy_date_counter .single_count span {
        font-size: 20px;
    }
}

/* line 2206, ../../../../../laragon/www/landLord/scss/_reset.scss */
.o_landy_date_counter .single_count p {
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

/* line 2218, ../../../../../laragon/www/landLord/scss/_reset.scss */
.account_img_upload .thumb {
    border-radius: 10px;
}

/* line 2222, ../../../../../laragon/www/landLord/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn {
    border-radius: 3px;
    border: solid 1px #eef0f4;
    background-color: #fcfdfd;
    padding: 2px 11px;
    transition: 0.3s;
    color: #2e2e2e;
}

/* line 2229, ../../../../../laragon/www/landLord/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn:hover {
    background: #645cbb;
    color: #fff;
    border-color: #645cbb;
}

/* line 2234, ../../../../../laragon/www/landLord/scss/_reset.scss */
.account_img_upload .theme_img_uploader .img_upload_btn input {
    opacity: 0;
}

/* line 2241, ../../../../../laragon/www/landLord/scss/_reset.scss */
.note-editor .dropdown-toggle::after {
    display: none;
}

/* line 2244, ../../../../../laragon/www/landLord/scss/_reset.scss */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid #e3e6ef;
    border-radius: 0;
}

/* line 2249, ../../../../../laragon/www/landLord/scss/_reset.scss */
.note-btn {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dae0e5;
    white-space: nowrap;
    outline: 0;
    background-color: #fff;
    border-color: #dae0e5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid 1px #eef0f4;
    background-color: #fcfdfd;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-radius: 3px;
}

/* line 2278, ../../../../../laragon/www/landLord/scss/_reset.scss */
.note-toolbar {
    border-bottom: 1px solid #e2e2e2;
    color: #687083;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    padding: 26px 30px 20px 30px !important;
    border: 0 !important;
}

/* line 2289, ../../../../../laragon/www/landLord/scss/_reset.scss */
.note-editing-area {
    padding: 0px 30px 30px 18px;
}

/* line 2296, ../../../../../laragon/www/landLord/scss/_reset.scss */
.flag_toggle .toggle_btn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 0 16px 0 0;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    font-family: "Circular Std Book";
    height: 40px;
}

/* line 2309, ../../../../../laragon/www/landLord/scss/_reset.scss */
.flag_toggle .toggle_btn span {
    font-size: 12px;
    font-weight: 500;
    color: #00124e;
}

/* line 2314, ../../../../../laragon/www/landLord/scss/_reset.scss */
.flag_toggle .toggle_btn i {
    font-size: 8px;
}

/* line 2317, ../../../../../laragon/www/landLord/scss/_reset.scss */
.flag_toggle .toggle_btn::before {
    position: absolute;
    right: 0;
    content: "\e64b";
    color: #2e2e2e;
    font-family: "themify";
    font-size: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* line 2330, ../../../../../laragon/www/landLord/scss/_reset.scss */
.language_toggle_btn i {
    font-size: 14px !important;
    color: #2e2e2e;
}

/* line 2335, ../../../../../laragon/www/landLord/scss/_reset.scss */
.language_toggle_box {
    width: 266px;
    padding: 30px;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 12345611;
}

/* line 2343, ../../../../../laragon/www/landLord/scss/_reset.scss */
.language_toggle_box.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767.98px) {
    /* line 2349, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .zoomContainer {
        display: none !important;
    }
}

/* line 2355, ../../../../../laragon/www/landLord/scss/_reset.scss */
.short_curt_icons {
    background: #645cbb;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    border-top: 1px solid #ffffff30;
    display: none;
}

@media (max-width: 991.98px) {
    /* line 2355, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .short_curt_icons {
        display: flex;
    }
}

/* line 2367, ../../../../../laragon/www/landLord/scss/_reset.scss */
.short_curt_icons li {
    flex: 1 1 100%;
    text-align: center;
}

/* line 2370, ../../../../../laragon/www/landLord/scss/_reset.scss */
.short_curt_icons li a {
    font-size: 24px;
    color: #fff;
    padding: 14px 9.5px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    /* line 2379, ../../../../../laragon/www/landLord/scss/_reset.scss */
    #product_category_chose {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto;
        background: #fff;
        z-index: 1234567;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        max-width: 400px;
    }
    /* line 2394, ../../../../../laragon/www/landLord/scss/_reset.scss */
    #product_category_chose.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }
}

@media (max-width: 767.98px) {
    /* line 2401, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .box_header_right {
        flex: 1 1 auto;
    }
}

@media (max-width: 991.98px) {
    /* line 2407, ../../../../../laragon/www/landLord/scss/_reset.scss */
    .product_category_chose .course_title {
        padding: 0 15px;
    }
}

/* line 2414, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gallery_Img {
    overflow: hidden;
    cursor: pointer;
}

/* line 2417, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gallery_Img img {
    transform: scale(1);
    transition: 0.3s;
}

/* line 2421, ../../../../../laragon/www/landLord/scss/_reset.scss */
.gallery_Img:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn {
    background: #fd1c5e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 13.5px 47px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.small_btn {
    padding: 13.5px 25px;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.large_btn {
    padding: 18.5px 30px;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.small_btn2 {
    padding: 13.5px 39px;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.small_btn3 {
    padding: 13.5px 32px;
}

/* line 27, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.small_btn4 {
    padding: 11px 21px;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.small_btn5 {
    padding: 8.5px 20px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .theme_btn {
        padding: 15px 16px;
    }
}

/* line 36, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.green_btn {
    background: #54c254 !important;
    padding: 8.5px 18px;
    color: #fff !important;
    border-color: #54c254 !important;
    font-size: 16px;
}

/* line 43, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.width_120px {
    width: 120px;
    padding: 13.5px 7px;
    text-align: center;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn.width_210px {
    min-width: 210px;
    padding: 13.5px 20px;
    text-align: center;
}

/* line 53, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn:hover {
    color: #fd1c5e;
    border-color: #fd1c5e;
    background: transparent;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn2 {
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Shadows Into Light Two", cursive;
    font-size: 14px;
    color: #645cbb;
    font-weight: 600;
    padding: 16px 42px;
    border: 1px solid #645cbb;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: 2.24px;
}

@media (max-width: 575.98px) {
    /* line 59, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .theme_btn2 {
        padding: 13px 30px;
    }
}

/* line 77, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn2.width_120px {
    width: 120px;
    padding: 13.5px 7px;
    text-align: center;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 88, ../../../../../laragon/www/landLord/scss/_btn.scss */
.black_btn {
    background: #000000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Shadows Into Light Two", cursive;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 13.5px 41px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    letter-spacing: 2.24px;
}

/* line 103, ../../../../../laragon/www/landLord/scss/_btn.scss */
.black_btn.large {
    padding: 16px 41px;
}

@media (max-width: 575.98px) {
    /* line 103, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .black_btn.large {
        padding: 13px 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 88, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .black_btn {
        padding: 13px 30px;
    }
}

/* line 112, ../../../../../laragon/www/landLord/scss/_btn.scss */
.black_btn:hover {
    color: #000000;
    border-color: #000000;
    background: transparent;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_btn.scss */
.yellow_btn {
    background: #fec801;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 18.5px 31px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 118, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .yellow_btn {
        padding: 13px 30px;
    }
}

/* line 135, ../../../../../laragon/www/landLord/scss/_btn.scss */
.yellow_btn:hover {
    color: #fec801;
    border-color: #fec801;
    background: transparent;
}

/* line 141, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_btn {
    display: inline-flex;
    align-items: center;
    color: #fd1c5e;
    font-size: 14px;
    font-weight: 500;
}

/* line 147, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_btn:hover {
    color: #fd1c5e;
}

/* line 152, ../../../../../laragon/www/landLord/scss/_btn.scss */
.raduis_30px {
    border-radius: 30px !important;
}

/* line 156, ../../../../../laragon/www/landLord/scss/_btn.scss */
.green_round_btn {
    background: #645cbb;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    padding: 7px 13px;
    display: inline-block;
}

/* line 164, ../../../../../laragon/www/landLord/scss/_btn.scss */
.green_round_btn:hover {
    color: #fff;
}

/* line 168, ../../../../../laragon/www/landLord/scss/_btn.scss */
.round_line_btn {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    border-radius: 30px;
    padding: 6px 14px;
    display: inline-block;
    border: 1px solid #f3f3f3;
    font-family: "Circular Std Book";
}

/* line 178, ../../../../../laragon/www/landLord/scss/_btn.scss */
.round_line_btn:hover {
    color: #fff;
    background: #2e2e2e;
    border-color: #2e2e2e;
}

/* line 186, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn4 {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 39px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 186, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .theme_btn4 {
        padding: 15px 25px;
    }
}

/* line 203, ../../../../../laragon/www/landLord/scss/_btn.scss */
.theme_btn4:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 210, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Shadows Into Light Two", cursive;
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 18.5px 60px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

/* line 224, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.large {
    padding: 16px 41px;
}

@media (max-width: 575.98px) {
    /* line 224, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .white_btn.large {
        padding: 13px 30px;
    }
}

@media (max-width: 575.98px) {
    /* line 210, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .white_btn {
        padding: 13px 30px;
    }
}

/* line 233, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

/* line 238, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style2 {
    border-radius: 5px;
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #0d0d0d;
    font-weight: 700;
    padding: 16px 41px;
}

/* line 245, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style2:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

/* line 251, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style3 {
    border-radius: 3px;
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #0d0d0d;
    font-weight: 700;
    padding: 9px 14px 8px 14.5px;
}

/* line 258, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style3:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

/* line 264, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style4 {
    border-radius: 3px;
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #fff;
    font-weight: 700;
    padding: 8px 14px 8px 14px;
    border: 1.5px solid #fff;
    background: transparent;
    text-transform: uppercase;
}

/* line 274, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style4:hover {
    color: #2e2e2e;
    border-color: #fff;
    background: #fff;
}

/* line 280, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style5 {
    border-radius: 5px;
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #0d0d0d;
    font-weight: 700;
    padding: 16px 46px;
}

/* line 287, ../../../../../laragon/www/landLord/scss/_btn.scss */
.white_btn.style5:hover {
    color: #fff;
    border-color: #0d0d0d;
    background: #0d0d0d;
}

/* line 294, ../../../../../laragon/www/landLord/scss/_btn.scss */
.violate_btn {
    background: #7c31fe;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book" !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    padding: 16px 44px;
}

@media (max-width: 575.98px) {
    /* line 294, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .violate_btn {
        padding: 13px 30px;
    }
}

/* line 311, ../../../../../laragon/www/landLord/scss/_btn.scss */
.violate_btn.style_2 {
    border-radius: 30px;
    padding: 8.5px 17px;
}

/* line 315, ../../../../../laragon/www/landLord/scss/_btn.scss */
.violate_btn:hover {
    color: #7c31fe;
    border-color: #7c31fe;
    background: #fff;
}

/* line 322, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home3_theme_btn {
    background: #645cbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 34px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 322, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home3_theme_btn {
        padding: 15px 25px;
    }
}

/* line 339, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home3_theme_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 342, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home3_theme_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* -------------------------------------------------------------------------- */
/*                                 home 4 btns                                */
/* -------------------------------------------------------------------------- */
/* line 352, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_theme_btn {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 42px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 352, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home4_theme_btn {
        padding: 15px 25px;
    }
}

/* line 369, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_theme_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 372, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_theme_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 379, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_secondary_btn {
    background: #d14031;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 42px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 379, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home4_secondary_btn {
        padding: 15px 25px;
    }
}

/* line 396, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_secondary_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 399, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home4_secondary_btn:hover {
    color: #d14031;
    border-color: #d14031;
    background: transparent;
}

/* -------------------------------------------------------------------------- */
/*                                    home5                                   */
/* -------------------------------------------------------------------------- */
/* line 410, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home5_primary_btn {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 17px 27px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 410, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home5_primary_btn {
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* line 428, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home5_primary_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 431, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home5_primary_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* -------------------------------------------------------------------------- */
/*                                    home5                                   */
/* -------------------------------------------------------------------------- */
/* line 442, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 442, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home6_primary_btn {
        padding: 12px 18px;
    }
}

/* line 459, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn.small_btn {
    padding: 14px 45px 13px 44px;
}

/* line 462, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 468, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn2 {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 14px 18px 13px 18px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 468, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home6_primary_btn2 {
        padding: 12px 18px;
    }
}

/* line 485, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn2.small_btn {
    padding: 13.5px 45px;
}

/* line 488, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home6_primary_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* -------------------------------------------------------------------------- */
/*                                    home7                                   */
/* -------------------------------------------------------------------------- */
/* line 498, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_line {
    font-size: 14px;
    font-weight: 800;
    color: #645cbb !important;
    font-family: "Circular Std Book";
    display: inline-block;
    text-transform: uppercase;
}

/* line 506, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btnWhite {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 506, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home7_primary_btnWhite {
        padding: 12px 18px;
    }
}

/* line 523, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btnWhite.small_btn {
    padding: 13.5px 45px;
}

/* line 526, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btnWhite:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 533, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btn {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 33px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 533, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home7_primary_btn {
        padding: 12px 18px;
    }
}

/* line 550, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btn.small_btn {
    padding: 13.5px 41px;
}

/* line 553, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home7_primary_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 561, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 18.5px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 561, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home8_primary_btn {
        padding: 12px 18px;
    }
}

/* line 578, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn.small_btn {
    padding: 13.5px 41px;
}

/* line 581, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 587, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn2 {
    background: #645cbb;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 62px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 587, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home8_primary_btn2 {
        padding: 12px 18px;
    }
}

/* line 604, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn2.small_btn {
    padding: 13.5px 41px;
}

/* line 607, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 614, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_line {
    font-size: 16px;
    font-weight: 700;
    color: #645cbb !important;
    font-family: "Circular Std Book";
    display: inline-block;
    text-transform: capitalize;
}

/* line 623, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_primary_line2 {
    font-size: 14px;
    font-weight: 800;
    color: #645cbb !important;
    font-family: "Circular Std Book";
    display: inline-block;
    text-transform: uppercase;
}

/* line 632, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_readMore_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    color: #2e2e2e;
    position: relative;
    text-transform: uppercase;
}

/* line 640, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_readMore_link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgba(237, 7, 139, 0.4);
    bottom: -5px;
    left: 0;
    transition: 0.3s;
}

/* line 650, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_readMore_link:hover {
    color: #645cbb;
}

/* line 652, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home8_readMore_link:hover::before {
    background: #ed078b;
}

/* line 660, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn {
    background: #645cbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 660, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home9_primary_btn {
        padding: 12px 18px;
    }
}

/* line 677, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn.small_btn {
    padding: 13.5px 41px;
}

/* line 680, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 687, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_line {
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #645cbb !important;
    font-family: "Circular Std Book";
    display: inline-block;
    text-transform: uppercase;
}

/* line 697, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn2 {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 18.5px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 697, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home9_primary_btn2 {
        padding: 12px 18px;
    }
}

/* line 714, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn2.small_btn {
    padding: 13.5px 41px;
}

/* line 717, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home9_primary_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 725, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 700;
    padding: 13.5px 23px;
    border: 1px solid #272727;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 725, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn {
        padding: 12px 18px;
    }
}

/* line 743, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn img {
    margin-left: 19px;
    position: relative;
    left: 0;
    transition: 0.3s;
}

/* line 749, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn.large_btn {
    padding: 13.5px 28px;
}

@media (max-width: 575.98px) {
    /* line 749, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn.large_btn {
        padding: 12px 18px;
    }
}

/* line 754, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn.large_btn:hover {
    color: #fff;
    background: #2e2e2e;
}

/* line 759, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn.small_btn {
    padding: 13.5px 25px;
}

/* line 762, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn:hover {
    color: #2e2e2e;
}

/* line 764, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn:hover img {
    left: 2px;
}

/* line 770, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line {
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2e !important;
    font-family: "Circular Std Book";
    display: inline-block;
    text-transform: uppercase;
}

/* line 778, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style2 {
    color: #456245 !important;
}

/* line 780, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style2::before {
    background: #456245 !important;
}

/* line 783, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style2:hover {
    color: #456245 !important;
}

/* line 785, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style2:hover::before {
    background: #456245 !important;
}

/* line 790, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style3 {
    color: #3482b7 !important;
    font-family: "Circular Std Book";
}

/* line 793, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style3::before {
    background: #3482b7 !important;
}

/* line 796, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style3:hover {
    color: #3482b7 !important;
}

/* line 798, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style3:hover::before {
    background: #3482b7 !important;
}

/* line 803, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style4 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 808, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style4::before {
    left: 0;
    right: 0;
    bottom: 2px;
}

/* line 814, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style5 {
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 819, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line.style5::before {
    left: 0;
    right: 0;
    bottom: 2px;
    display: none !important;
}

/* line 826, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line:hover {
    color: #2e2e2e !important;
}

/* line 828, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line:hover::before {
    background: #2e2e2e;
}

/* line 832, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_line::before {
    position: absolute;
    content: "";
    background: #2e2e2e;
    height: 1px;
    left: 0;
    right: -4px;
    bottom: -2px;
}

/* line 843, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2 {
    background: #645cbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 13.5px 47px;
    border: 1px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 843, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn2 {
        padding: 12px 25px;
    }
}

/* line 860, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2.small_btn {
    padding: 8.5px 23px;
}

/* line 863, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2.large_btn {
    padding: 18.5px 47px;
}

@media (max-width: 575.98px) {
    /* line 863, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn2.large_btn {
        padding: 14px 25px;
    }
}

/* line 869, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2.min_160px {
    min-width: 160px;
    text-align: center;
    padding: 13.5px 0px;
}

/* line 874, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 0px;
    font-weight: 700;
}

/* line 880, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2.f_w_700 {
    font-weight: 700;
}

/* line 883, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn2:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 890, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 27px;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-color: #645cbb;
    border: 1px solid transparent;
}

@media (max-width: 575.98px) {
    /* line 890, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn3 {
        padding: 12px 18px;
    }
}

/* line 909, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn3:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: #fff;
}

/* line 916, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn4 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 13.5px 32px;
    border: 1.5px solid #645cbb;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* line 931, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn4.radius_5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 934, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn4.small_btn {
    padding: 6px 14px 4px 14px;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    /* line 916, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_btn4 {
        padding: 12px 18px;
    }
}

/* line 941, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn4.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 10px;
    font-weight: 700;
}

/* line 947, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_btn4:hover {
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
}

/* line 954, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_white {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #687083;
    font-weight: 700;
    padding: 19.5px 48px;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    min-width: 200px;
    text-align: center;
}

@media (max-width: 575.98px) {
    /* line 954, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home10_primary_white {
        padding: 15px 25px;
    }
}

/* line 976, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home10_primary_white:hover {
    color: #fff;
    background: #2e2e2e;
}

/* line 983, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_theme_btn {
    background: #645cbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 34px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 983, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home11_theme_btn {
        padding: 15px 25px;
    }
}

/* line 1000, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_theme_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 1003, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_theme_btn.min_200 {
    min-width: 200px;
    text-align: center;
}

/* line 1007, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_theme_btn:hover {
    color: #645cbb;
    border-color: #645cbb;
    background: transparent;
}

/* line 1014, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_primary_btn2 {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 11px 25px 11px 25px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    /* line 1014, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .home11_primary_btn2 {
        padding: 11px 18px;
    }
}

/* line 1031, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_primary_btn2.small_btn {
    padding: 13.5px 45px;
}

/* line 1034, ../../../../../laragon/www/landLord/scss/_btn.scss */
.home11_primary_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 1042, ../../../../../laragon/www/landLord/scss/_btn.scss */
.header_primary_btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Circular Std Book" !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 13.5px 30px;
    border: 1px solid #2e81ca;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background: #2e81ca;
}

@media (max-width: 575.98px) {
    /* line 1042, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .header_primary_btn {
        padding: 12px 18px;
    }
}

/* line 1061, ../../../../../laragon/www/landLord/scss/_btn.scss */
.header_primary_btn:hover {
    color: #2e81ca;
    background: #fff;
    border-color: #2e81ca;
}

/* line 1069, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn {
    background: #645cbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 18.5px 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    /* line 1069, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .o_land_primary_btn {
        padding: 13.5px 20px;
    }
}

/* line 1089, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.small_btn {
    padding: 11px 14px 8.5px 14px;
    min-width: 100px;
    font-size: 14px;
}

/* line 1094, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style2 {
    padding: 14.5px 24px 12.5px 24px;
}

/* line 1097, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style3 {
    padding: 10px 15px 7px 15px;
    min-width: 100px;
}

/* line 1101, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style4 {
    padding: 10px 15px 7px 15px;
    min-width: 100px;
}

/* line 1105, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style5 {
    padding: 14.5px 24px 12.5px 24px;
    min-width: 120px;
}

/* line 1109, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style6 {
    padding: 16.5px 24px 15.5px 24px;
}

/* line 1112, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style7 {
    padding: 10px 15px 7px 15px;
    min-width: 109px;
}

/* line 1116, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.style8 {
    padding: 4px 9px 3px 9px;
}

/* line 1119, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.gray_bg_btn {
    background-color: #f5f8fa;
    color: #2e2e2e;
    padding: 11px 15px;
}

/* line 1124, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.min_200 {
    min-width: 200px;
    text-align: center;
}

/* line 1128, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.min_220 {
    min-width: 220px;
}

/* line 1131, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.min_160 {
    min-width: 160px;
    text-align: center;
}

/* line 1135, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.min_100 {
    min-width: 100px;
    text-align: center;
}

/* line 1139, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.min_180 {
    min-width: 180px;
    text-align: center;
}

/* line 1143, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.radius_5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 1146, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn.radius_3px {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* line 1149, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn:hover {
    color: #fff;
    border-color: #f99417;
    background: #f99417;
}

/* line 1155, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2 {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 17.5px 24px;
    border: 2px solid #645cbb;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    /* line 1155, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .o_land_primary_btn2 {
        padding: 13.5px 20px;
    }
}

/* line 1175, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.small_btn {
    padding: 11px 14px 8.5px 14px;
    min-width: 100px;
    font-size: 14px;
}

/* line 1180, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.style2 {
    padding: 12.5px 24px;
}

/* line 1183, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.style3 {
    border: 1.5px solid #645cbb;
    padding: 13.5px 24px;
}

/* line 1187, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.radius_5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 1190, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.min_200 {
    min-width: 200px;
    text-align: center;
}

/* line 1194, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.min_160 {
    min-width: 160px;
    text-align: center;
}

/* line 1198, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2.min_180 {
    min-width: 180px;
    text-align: center;
}

/* line 1202, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn2:hover {
    color: #fff;
    border-color: #645cbb;
    background: #645cbb;
}

/* line 1208, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 14px 32px 13px 32px;
    border: 1px solid #645cbb;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background: #fff;
}

/* line 1224, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3.round_style {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 10px 3px 10px;
}

/* line 1228, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3.radius_5px {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* line 1231, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3.small_btn {
    padding: 6px 14px 4px 14px;
    font-size: 12px;
}

@media (max-width: 575.98px) {
    /* line 1208, ../../../../../laragon/www/landLord/scss/_btn.scss */
    .o_land_primary_btn3 {
        padding: 12px 18px;
    }
}

/* line 1238, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3.min_180px {
    min-width: 180px;
    text-align: center;
    padding: 13.5px 10px;
    font-weight: 700;
}

/* line 1244, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3.min_140 {
    min-width: 140px;
}

/* line 1247, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_primary_btn3:hover {
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
}

/* line 1253, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
    padding: 17px 24px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* line 1270, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn.small_btn {
    padding: 13.5px 45px;
}

/* line 1273, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn.min_200 {
    min-width: 200px;
    text-align: center;
}

/* line 1277, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn.min_160 {
    min-width: 160px;
    text-align: center;
}

/* line 1281, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn.min_170 {
    min-width: 170px;
    text-align: center;
}

/* line 1285, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn.min_180 {
    min-width: 180px;
    text-align: center;
}

/* line 1289, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_white_btn:hover {
    color: #fff;
    border-color: #2e2e2e;
    background: #2e2e2e;
}

/* line 1296, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_readMore_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    color: #2e2e2e;
    position: relative;
    text-transform: uppercase;
}

/* line 1304, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_readMore_link::before {
    content: "";
    position: absolute;
    height: 5px;
    background: rgba(100, 92, 187, 0.1);
    bottom: -5px;
    left: 0;
    right: -5px;
    transition: 0.3s;
}

/* line 1314, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_readMore_link:hover {
    color: #645cbb;
}

/* line 1316, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_readMore_link:hover::before {
    background: #645cbb;
}

/* line 1323, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn {
    padding: 5px 11px 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #645cbb;
    background: rgba(100, 92, 187, 0.1);
    border-radius: 5px;
}

/* line 1331, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1336, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn2 {
    padding: 5px 10px 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    background: #f5f8fa;
    border-radius: 3px;
}

/* line 1344, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn2:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1349, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn3 {
    padding: 5px 10px 4px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #645cbb;
    background: rgba(100, 92, 187, 0.1);
    border-radius: 3px;
}

/* line 1357, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn3:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1362, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn4 {
    padding: 5px 15.5px 4px 15.5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-radius: 3px;
    background-color: #f5f8fa;
}

/* line 1370, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn4:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1375, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn5 {
    padding: 8px 15.5px 6px 15.5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    border-radius: 3px;
    background-color: #f5f8fa;
}

/* line 1383, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn5:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1388, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn6 {
    padding: 9px 11px 8px 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #645cbb;
    border-radius: 3px;
    background-color: rgba(100, 92, 187, 0.1);
}

/* line 1396, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn6:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1401, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn7 {
    padding: 5px 15px 4px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #645cbb;
    border-radius: 3px;
    background-color: rgba(100, 92, 187, 0.1);
}

/* line 1409, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_land_badge_btn7:hover {
    background: #645cbb;
    color: #fff;
}

/* line 1414, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn {
    padding: 3.5px 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fec600;
    background-color: #fff8dd;
    border-radius: 3px;
}

/* line 1422, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style2 {
    color: #199ef7;
    background-color: #ebf8ff;
}

/* line 1425, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style2:hover {
    background: #199ef7;
    color: #fff;
}

/* line 1430, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style3 {
    color: #f1416c;
    background-color: #fff5f8;
}

/* line 1433, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style3:hover {
    background: #f1416c;
    color: #fff;
}

/* line 1438, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style4 {
    color: #50cd89;
    background-color: #e7fff3;
}

/* line 1441, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn.style4:hover {
    background: #e7fff3;
    color: #2e2e2e;
}

/* line 1446, ../../../../../laragon/www/landLord/scss/_btn.scss */
.table_badge_btn:hover {
    background: #fec600;
    color: #fff;
}

/* line 1452, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_badge_btn {
    padding: 4px 16px 3px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #645cbb;
    min-width: 96px;
    color: #645cbb;
}

/* line 1461, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_badge_btn:hover {
    background: #645cbb;
    border-color: #645cbb;
    color: #fff;
}

/* line 1467, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_badge_btn2 {
    padding: 4px 16px 3px 16px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #eef0f4;
    min-width: 96px;
    color: #687083;
    background: #fcfdfd;
}

/* line 1477, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_badge_btn2:hover {
    background: #645cbb;
    border-color: #645cbb;
    color: #fff;
}

/* line 1483, ../../../../../laragon/www/landLord/scss/_btn.scss */
.line_badge_btn3 {
    border-radius: 5px;
    padding: 7px 14px;
    transition: 0.3s;
    display: inline-block;
}

/* line 1490, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_status_btn {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    background-color: #f9f9fd;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* line 1502, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .btn {
    padding: 6px 15px 6px 15px;
    border-radius: 3px !important;
    background-color: #f5f8fa;
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    min-width: 94px;
    text-align: left;
}

/* line 1511, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .btn.show {
    color: #645cbb;
}

/* line 1514, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .btn::before {
    position: absolute;
    right: 15px;
    content: "\e64b";
    font-size: 8px;
    color: #687083;
    font-family: "themify";
    top: 50%;
    transform: translateY(-50%);
}

/* line 1525, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .dropdown-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 14px 0;
    border: 0;
}

/* line 1531, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .dropdown-menu li .dropdown-item {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #687083;
    padding: 4px 20px;
}

/* line 1537, ../../../../../laragon/www/landLord/scss/_btn.scss */
.o_landy_dropdwn .dropdown-menu li .dropdown-item:hover {
    background: transparent;
    color: #645cbb;
}

/* line 1546, ../../../../../laragon/www/landLord/scss/_btn.scss */
.green_badge {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #29c489;
    border-radius: 3px;
    padding: 2px 9px;
    display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title__one h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Shadows Into Light Two", cursive;
}

@media (max-width: 767.98px) {
    /* line 3, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title__one h3 {
        font-size: 25px;
    }
}

@media (max-width: 767.98px) {
    /* line 13, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title__one.mb_65 {
        margin-bottom: 30px;
    }
}

/* line 21, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title h3 {
        font-size: 25px;
    }
}

/* line 31, ../../../../../laragon/www/landLord/scss/_title.scss */
.title_link {
    grid-gap: 15px;
    white-space: nowrap;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_title.scss */
.title_link .title_text {
    font-size: 14px;
    font-weight: 700;
    color: #645cbb;
    text-transform: uppercase;
    line-height: 1;
}

/* line 41, ../../../../../laragon/www/landLord/scss/_title.scss */
.title_link .title_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #645cbb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title2 h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0;
    line-height: 1.38;
}

@media (max-width: 767.98px) {
    /* line 57, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title2 h3 {
        font-size: 25px;
    }
}

/* line 70, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4 .subheading_text {
    display: block;
    font-size: 16px;
    color: #645cbb;
    font-weight: 700;
    margin-bottom: 15px;
}

/* line 77, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4 h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 9px;
    line-height: 1.38;
}

/* line 83, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4 h3 span {
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    /* line 77, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4 h3 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 77, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4 h3 {
        font-size: 30px;
    }
}

/* line 93, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4 p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
}

/* line 98, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4.margin_50 {
    margin-bottom: 47px;
}

@media (max-width: 767.98px) {
    /* line 98, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4.margin_50 {
        margin-bottom: 30px;
    }
}

/* line 104, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4.margin_52 {
    margin-bottom: 52px;
}

@media (max-width: 767.98px) {
    /* line 104, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4.margin_52 {
        margin-bottom: 30px;
    }
}

/* line 110, ../../../../../laragon/www/landLord/scss/_title.scss */
.section__title4.mb_42 {
    margin-bottom: 42px;
}

@media (max-width: 767.98px) {
    /* line 110, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4.mb_42 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 116, ../../../../../laragon/www/landLord/scss/_title.scss */
    .section__title4.mb_40 {
        margin-bottom: 30px;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1200px) {
    /* line 3, ../../../../../laragon/www/landLord/scss/_animation.scss */
    [class*="hero-ani-"] {
        display: none !important;
    }
}

/* line 8, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 0.9s ease 5s;
    user-select: none;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom2 {
    backface-visibility: hidden;
    animation: jumping2 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

/* line 40, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom10 {
    backface-visibility: hidden;
    animation: jumping10 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_animation.scss */
.amination_custom11 {
    backface-visibility: hidden;
    animation: jumping11 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }
    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
        opacity: 0.8;
    }
    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
        opacity: 0.6;
    }
    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
        opacity: 0.85;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.5;
    }
    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
        opacity: 0.8;
    }
    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
        opacity: 0.8;
    }
    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
        opacity: 0.9;
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: 0.9;
    }
    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
        opacity: 0.8;
    }
    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
        opacity: 0.8;
    }
    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
        opacity: 1;
    }
    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
        opacity: 0.6;
    }
    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
        opacity: 0.7;
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: 0.7;
    }
    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
        opacity: 0.8;
    }
    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
        opacity: 0.9;
    }
    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
        opacity: 0.7;
    }
    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
        opacity: 0.9;
    }
}

@keyframes jumping10 {
    0% {
        transform: rotate(180deg);
        display: block;
    }
    100% {
        transform: rotate(30deg);
        display: block;
    }
}

@keyframes jumping11 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block;
    }
    100% {
        transform: rotate(30deg) translate(0px, 0px);
        display: block;
    }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area {
    padding: 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area.header_static {
    position: relative;
    padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
    /* line 9, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.header_static {
        padding: 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 9, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.header_static {
        padding: 10px 0px;
    }
}

/* line 20, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .header_top_area {
    padding: 20px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 26, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .category_search
        .phone_number {
        display: none !important;
    }
}

/* line 31, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .category_search
    .icon {
    display: inline-flex;
    margin-right: 20px;
}

/* line 36, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .category_search
    .number_content
    span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    color: #687083;
}

/* line 43, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .category_search
    .number_content
    h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0;
    line-height: 1;
}

@media (max-width: 767.98px) {
    /* line 25, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .category_search {
        display: none !important;
    }
}

/* line 54, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .category_search
    .theme_search_field {
    margin: 0 47px 0 50px;
}

@media only screen and (min-width: 1500px) {
    /* line 54, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .category_search
        .theme_search_field {
        width: 570px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 54, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .category_search
        .theme_search_field {
        width: 370px;
        margin: 0 30px 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200.98px) {
    /* line 54, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .category_search
        .theme_search_field {
        width: 320px;
        margin: 0 30px 0 30px;
    }
}

/* line 70, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .notification_wrapper
    .single_notify {
    position: relative;
    display: inline-block;
}

@media (max-width: 767.98px) {
    /* line 73, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .notification_wrapper
        .single_notify.notify_wish {
        display: none;
    }
}

/* line 78, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .notification_wrapper
    .single_notify
    .notify_count {
    position: absolute;
    top: -2px;
    right: 0px;
    background: #fd1c5e;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

/* line 93, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .header_top_area
    .header__wrapper
    .header__right
    .notification_wrapper
    .single_notify:not(:last-child) {
    margin-right: 45px;
}

@media (max-width: 991.98px) {
    /* line 93, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area
        .header_top_area
        .header__wrapper
        .header__right
        .notification_wrapper
        .single_notify:not(:last-child) {
        margin-right: 15px;
    }
}

/* line 106, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .menu_logo {
    display: none;
}

/* line 109, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: none;
}

@media (max-width: 767.98px) {
    /* line 109, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .theme_search_field {
        display: flex !important;
        margin: 9px 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .category_menu {
        display: none;
    }
}

/* line 121, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a {
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    padding: 29.5px 0 29.5px 32px;
    width: 188px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #2e2e2e !important;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    /* line 121, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .category_menu > a {
        padding: 20.5px 0 20.5px 32px;
    }
}

/* line 136, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a i {
    color: #000000;
    font-size: 10px;
}

/* line 140, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 20px;
    border-bottom: 2px solid #ff324d;
    border-top: 2px solid #ff324d;
    transform: translateY(-50%);
}

/* line 151, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .category_menu > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 20px;
    border-bottom: 2px solid #ff324d;
    transform: translateY(-50%);
}

/* line 163, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag {
    position: relative;
    padding-left: 60px;
    margin-left: 80px;
}

@media (max-width: 991.98px) {
    /* line 163, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 163, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 163, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_header_area .shop_header_wrapper .offer_tag {
        padding-left: 30px;
        margin-left: 40px;
    }
}

/* line 177, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 1px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* line 190, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-left: 10px;
}

/* line 196, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_header_area .shop_header_wrapper .offer_tag p a {
    color: #fd1c5e;
}

/* line 203, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .header__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
    /* line 208, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .header__wrapper .header__left .logo_img {
        margin-left: 40px;
    }
    /* line 211, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .header__wrapper .header__left .logo_img img {
        max-width: 110px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 208, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .header__wrapper .header__left .logo_img {
        margin-right: 20px;
    }
}

/* line 222, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu {
    margin-left: auto;
    margin-right: 0;
}

/* line 227, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li {
    display: inline-block;
    position: relative;
}

/* line 233, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li a {
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 15px;
    padding: 32px 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Circular Std Book";
}

/* line 242, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li a i {
    font-size: 10px;
    font-weight: 400;
    color: #2e2e2e;
    margin-left: 5px;
}

/* line 248, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
    color: #fd1c5e;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 233, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_menu ul li a {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 233, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_menu ul li a {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
    /* line 233, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_menu ul li a {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
    /* line 233, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_menu ul li a {
        margin: 0 17px;
    }
}

/* line 267, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 278, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu {
    width: 800px;
    padding: 30px 0 0px 30px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 278, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .main_menu ul li .submenu.mega_width_menu {
        left: -235px;
    }
}

/* line 286, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: #090b17;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0;
    left: 0 !important;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

/* line 297, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 40px;
}

/* line 302, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li {
    padding: 0;
}

/* line 304, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    left: 0 !important;
    padding: 0;
    line-height: 31.8px;
}

/* line 311, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li ul li a:hover {
    color: #fd1c5e;
}

/* line 317, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu {
    background-image: url(../img/menu_bg.png);
    background-size: cover;
    background-position: right bottom;
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 97px;
}

/* line 325, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h6 {
    font-size: 12px;
    font-weight: 500;
    color: #090b17 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

/* line 333, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu.mega_width_menu > li.img_menu h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 8px 0 11px 0;
}

/* line 339, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li.img_menu
    a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fd1c5e;
    left: 0;
    padding: 0;
}

/* line 350, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0;
}

/* line 354, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: #2e2e2e;
    padding: 0;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-transform: capitalize;
    left: 0;
}

/* line 367, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
    color: #fd1c5e;
}

/* line 371, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: #fd1c5e;
}

/* line 379, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li:hover > a {
    color: #fd1c5e;
}

/* line 382, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* line 392, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    /* line 392, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .contact_wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 392, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .contact_wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 392, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .contact_wrap {
        display: none !important;
    }
}

/* line 406, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap .mobile_no p {
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Circular Std Book";
}

/* line 413, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap .mobile_no p span a {
    color: #627ae4;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 406, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .contact_wrap .mobile_no p {
        font-size: 13px;
        margin-right: 8px;
    }
}

/* line 424, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 424, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area .contact_wrap .signin a.sign_in {
        margin-right: 15px;
    }
}

/* line 432, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de;
}

/* line 437, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area .contact_wrap .contact_btn {
    margin-left: 25px;
}

/* line 441, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area.navbar_fixed {
    background: #fff;
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 457, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area.navbar_fixed .header_top_area {
    display: none;
}

@media (max-width: 767.98px) {
    /* line 457, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.navbar_fixed .header_top_area {
        display: block;
    }
}

@media (max-width: 767.98px) {
    /* line 463, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.navbar_fixed .main_header_area {
        display: none;
    }
}

@media (max-width: 767.98px) {
    /* line 468, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
        top: -2px;
    }
}

@media (min-width: 1200px) {
    /* line 473, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 100px;
    }
}

@media (min-width: 1200px) {
    /* line 479, ../../../../../laragon/www/landLord/scss/_header.scss */
    .header_area.navbar_fixed .offer_tag {
        display: none !important;
    }
}

/* line 487, ../../../../../laragon/www/landLord/scss/_header.scss */
.header_area.navbar_fixed .main_menu ul li a {
    padding: 30px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area {
    padding: 0px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area.header_static {
    position: relative;
    padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
    /* line 9, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.header_static {
        padding: 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 9, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.header_static {
        padding: 10px 0px;
    }
}

/* line 19, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .header_topbar_area {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 19, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .header_topbar_area {
        padding: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 26, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .header_topbar_area .header__wrapper {
        padding: 0px 0;
    }
}

/* line 30, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header__left {
    grid-gap: 20px;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header__left
    .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
    height: 40px;
    text-transform: uppercase;
}

/* line 39, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header__left
    .single_top_lists
    a {
    color: #2e2e2e;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    /* line 45, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_topbar_area
        .header__wrapper
        .header_middle {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 45, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_topbar_area
        .header__wrapper
        .header_middle {
        display: none !important;
    }
}

/* line 52, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .theme_search_field {
    border: 1.5px solid #f1f1f1;
    background-color: #f9f9fd;
    border-radius: 0;
    width: 410px;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .theme_search_field
    i {
    color: #645cbb;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 52, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_topbar_area
        .header__wrapper
        .header_middle
        .theme_search_field {
        width: 310px;
    }
}

/* line 63, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .theme_search_field
    input {
    font-family: "Circular Std Book";
    color: #2e2e2e;
    font-size: 14px;
}

/* line 67, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .theme_search_field
    input::placeholder {
    color: #687083;
}

@media (max-width: 767.98px) {
    /* line 72, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_topbar_area
        .header__wrapper
        .header_middle
        .category_menu {
        display: none;
    }
}

/* line 76, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    > a {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    padding: 0;
    width: 227px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #687083 !important;
    cursor: pointer;
    border: 1.5px solid #f1f1f1;
    background-color: #f9f9fd;
    padding: 14px 30px 13px 20px;
    margin-left: -1px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 76, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_topbar_area
        .header__wrapper
        .header_middle
        .category_menu
        > a {
        width: 150px;
    }
}

/* line 99, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    > a
    i {
    color: #687083 !important;
    font-size: 10px;
}

/* line 104, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu {
    margin: 0;
    width: 307px;
    border: 0;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    border-radius: 0;
    padding: 0;
    top: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu.dropdown_menu_active {
    opacity: 1;
    visibility: visible;
}

/* line 122, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li {
    position: relative;
}

/* line 124, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li:hover
    > a {
    color: #645cbb !important;
}

/* line 126, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li:hover
    > a:before {
    opacity: 1;
    right: 15px;
}

/* line 133, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li
    .submenu_list {
    position: absolute;
    left: 110%;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* line 143, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li
    .submenu_list
    li
    a {
    text-transform: capitalize;
}

/* line 148, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li:hover
    > ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

/* line 155, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    li:not(:last-child) {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

/* line 159, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    a {
    padding: 11px 30px 11px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 1.9;
    width: 100%;
}

/* line 167, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    a.has_arrow::before {
    content: "\e649";
    position: absolute;
    font-size: 14px;
    font-family: "themify";
    font-size: 16px;
    color: #2e2e2e;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
    transition: 0.3s;
}

/* line 181, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    a
    i {
    font-size: 14px;
    margin-right: 15px;
}

/* line 186, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    a:hover,
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_middle
    .category_menu
    .dropdown_menu
    a.active {
    color: #2e2e2e;
    background-color: #f8f9fa;
}

/* line 195, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_top_area_right {
    grid-gap: 20px;
    display: flex;
    align-items: center;
}

/* line 199, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_top_area_right
    .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
    height: 40px;
    text-transform: uppercase;
}

/* line 206, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_topbar_area
    .header__wrapper
    .header_top_area_right
    .single_top_lists
    a {
    color: #2e2e2e;
    font-size: 14px;
}

/* line 214, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .header_top_area {
    background: #fff;
    padding: 25px 0px;
    border: 0;
}

@media (max-width: 991.98px) {
    /* line 214, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .header_top_area {
        padding: 17.5px 0px;
    }
}

/* line 222, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header__left {
    grid-gap: 60px;
}

@media (max-width: 767.98px) {
    /* line 222, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header__left {
        flex: 1 1 0;
        justify-content: center;
        margin-left: 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 222, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header__left {
        grid-gap: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 222, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header__left {
        grid-gap: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 235, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header__left
        .social__Links {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    /* line 235, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header__left
        .social__Links {
        display: none;
    }
}

/* line 242, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header__left
    .social__Links
    a {
    color: #808080;
}

/* line 244, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header__left
    .social__Links
    a:hover {
    color: #fff;
}

/* line 250, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_middle {
    flex: 1 1 auto;
    margin: 0 auto 0 100px;
}

@media (max-width: 991.98px) {
    /* line 250, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_middle {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 250, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_middle {
        display: none !important;
    }
}

/* line 259, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_middle
    .theme_search_field {
    border: 1.5px solid #f1f1f1;
    background-color: #f9f9fd;
    border-radius: 0;
    width: 410px;
}

/* line 264, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_middle
    .theme_search_field
    i {
    color: #645cbb;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 259, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_middle
        .theme_search_field {
        width: 310px;
    }
}

/* line 270, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_middle
    .theme_search_field
    input {
    font-family: "Circular Std Book";
    color: #2e2e2e;
    font-size: 14px;
}

/* line 274, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_middle
    .theme_search_field
    input::placeholder {
    color: #687083;
}

/* line 280, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    /* line 280, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right {
        margin-right: 0px;
    }
}

/* line 286, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .account_reg {
    display: flex;
    align-items: center;
    grid-gap: 40px;
}

@media (max-width: 767.98px) {
    /* line 286, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .account_reg {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 286, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .account_reg {
        grid-gap: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 286, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .account_reg {
        grid-gap: 15px;
    }
}

/* line 299, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .account_reg
    p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* line 303, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .account_reg
    p
    a {
    color: #fff;
    text-transform: uppercase;
}

/* line 306, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .account_reg
    p
    a:hover {
    color: #fff;
}

/* line 312, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .lang_currency {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 27px;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 30px 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 312, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .lang_currency {
        margin: 0 20px 0 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 312, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .lang_currency {
        margin: 0 15px 0 15px;
    }
}

@media (max-width: 991.98px) {
    /* line 312, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .lang_currency {
        display: none;
    }
}

/* line 330, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart {
    display: flex;
    align-items: center;
    grid-gap: 33px;
}

@media (max-width: 991.98px) {
    /* line 330, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .wish_cart {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 330, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .wish_cart {
        grid-gap: 15px;
    }
}

/* line 340, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart
    .single_wishcart_lists {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

@media (max-width: 575.98px) {
    /* line 340, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .wish_cart
        .single_wishcart_lists {
        grid-gap: 5px;
    }
}

/* line 347, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart
    .single_wishcart_lists:hover
    span {
    color: #645cbb;
}

/* line 350, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart
    .single_wishcart_lists
    span {
    display: inline-block;
}

/* line 352, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart
    .single_wishcart_lists
    span
    a {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    /* line 352, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header_top_area
        .header__wrapper
        .header_top_area_right
        .wish_cart
        .single_wishcart_lists
        span
        a {
        font-size: 12px;
    }
}

/* line 360, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .header_top_area
    .header__wrapper
    .header_top_area_right
    .wish_cart
    .single_wishcart_lists
    span
    a:hover {
    color: #645cbb;
}

/* line 370, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_header_area {
    background: #f9f9fd;
}

@media (max-width: 767.98px) {
    /* line 370, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_header_area {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    /* line 379, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_header_area .search_right {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    /* line 384, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_header_area .theme_search_field3 {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 384, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_header_area .theme_search_field3 {
        width: 280px;
    }
}

/* line 395, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .menu_logo {
    display: none;
}

/* line 398, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .theme_search_field {
    display: none;
}

@media (max-width: 767.98px) {
    /* line 398, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .theme_search_field {
        display: flex !important;
        margin: 9px 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    /* line 406, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .category_menu {
        display: none;
    }
}

/* line 410, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    > a {
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    font-family: "Circular Std Book";
    position: relative;
    padding: 13px 30px 13px 65px;
    width: 254px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #fff !important;
    cursor: pointer;
    background: #645cbb;
}

@media (max-width: 991.98px) {
    /* line 410, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .category_menu
        > a {
        padding: 13px 30px 13px 65px;
    }
}

/* line 428, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    > a
    i {
    color: #fff;
    font-size: 10px;
}

/* line 432, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    > a::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    height: 12px;
    width: 20px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-50%);
}

/* line 443, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    > a::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    height: 2px;
    width: 20px;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%);
}

/* line 454, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu {
    margin: 0;
    width: 254px;
    border: 0;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 0;
    top: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding-bottom: 25px;
    padding-top: 11px;
}

/* line 470, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu.dropdown_menu_active {
    opacity: 1;
    visibility: visible;
}

/* line 474, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li {
    position: static;
}

/* line 477, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu {
    width: 833px;
    padding: 31px 0 0px 50px;
    display: flex;
    flex-wrap: wrap;
    left: 110%;
    position: absolute;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 477, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .category_menu
        .dropdown_menu
        li
        .mega_width_menu {
        width: 320px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 477, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .category_menu
        .dropdown_menu
        li
        .mega_width_menu {
        width: 620px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 477, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_header_area
        .shop_header_wrapper
        .category_menu
        .dropdown_menu
        li
        .mega_width_menu {
        width: 700px;
    }
}

/* line 499, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    border-bottom: 1px solid #f1ece8;
    padding-left: 0;
    left: 0 !important;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: block;
}

/* line 511, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 31px;
}

/* line 516, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li
    ul
    li {
    padding: 0;
}

/* line 518, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li
    ul
    li
    a {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    left: 0 !important;
    padding: 0;
    line-height: 2.5;
    white-space: nowrap;
}

/* line 526, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li
    ul
    li
    a:hover {
    color: #645cbb;
}

/* line 532, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li.img_menu {
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 121px;
}

/* line 537, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li.img_menu
    h6 {
    font-size: 14px;
    font-weight: 500;
    color: #687083 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

/* line 545, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li.img_menu
    h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 10px 0 11px 0;
}

/* line 551, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .mega_width_menu
    > li.img_menu
    a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #645cbb;
    left: 0;
    padding: 0;
}

/* line 563, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li:hover
    > a {
    color: #2e2e2e;
}

/* line 565, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li:hover
    > a:before {
    opacity: 1;
    right: 15px;
}

/* line 570, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .submenu_list {
    position: absolute;
    left: 110%;
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* line 580, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li
    .submenu_list
    li
    a {
    text-transform: capitalize;
}

/* line 585, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    li:hover
    > ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

/* line 591, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a {
    padding: 8px 30px 8px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 1.9;
    width: 100%;
    position: relative;
    background: transparent;
    grid-gap: 14px;
}
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a:hover {
    color: #645cbb;
}
/* line 602, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a.has_arrow::before {
    content: "\e649";
    position: absolute;
    font-size: 10px;
    font-family: "themify";
    font-size: 16px;
    color: #2e2e2e;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    opacity: 1;
    transition: 0.3s;
    font-size: 12px;
}

/* line 617, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a
    svg {
    flex: 20px 0 0;
}

/* line 620, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a
    i {
    font-size: 20px;
    transition: 0.3s;
}

/* line 625, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a:hover,
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a.active {
    color: #2e2e2e;
}

/* line 628, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a:hover
    i,
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a.active
    i {
    color: #645cbb;
}

/* line 632, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a:hover.has_arrow::before,
header.o_land_header
    .header_area
    .main_header_area
    .shop_header_wrapper
    .category_menu
    .dropdown_menu
    a.active.has_arrow::before {
    color: #645cbb;
}

/* line 642, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .header__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
    /* line 647, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .header__wrapper .header__left .logo_img {
        margin-left: 0px;
    }
    /* line 650, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .header__wrapper
        .header__left
        .logo_img
        img {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 647, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .header__wrapper .header__left .logo_img {
        margin-right: 20px;
    }
}

/* line 661, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu {
    flex: 1 1 auto;
    margin-left: 60px;
}

/* line 665, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li {
    display: inline-block;
    position: relative;
}

/* line 671, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li:first-child a {
    margin-left: 0;
}

/* line 674, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li a {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 28px;
    padding: 13.75px 0;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Circular Std Book";
}

/* line 683, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li a i {
    font-size: 10px;
    font-weight: 400;
    color: #2e2e2e;
    margin-left: 5px;
}

/* line 689, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li a:hover,
header.o_land_header .header_area .main_menu ul li a.active {
    color: #645cbb;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 674, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_menu ul li a {
        margin: 0 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 674, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_menu ul li a {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
    /* line 674, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_menu ul li a {
        margin: 0 12px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
    /* line 674, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_menu ul li a {
        margin: 0 17px;
    }
}

/* line 709, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* line 720, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu.mega_width_menu {
    width: 800px;
    padding: 30px 0 0px 30px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 720, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_menu
        ul
        li
        .submenu.mega_width_menu {
        left: -255px;
    }
}

/* line 728, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    .mega_metu_title {
    font-size: 16px;
    font-weight: 600;
    color: #090b17;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0;
    left: 0 !important;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

/* line 739, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li {
    flex: 33.33%;
    padding-right: 50px;
    margin-bottom: 40px;
}

/* line 744, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li
    ul
    li {
    padding: 0;
}

/* line 746, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li
    ul
    li
    a {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    left: 0 !important;
    padding: 0;
    line-height: 31.8px;
}

/* line 753, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li
    ul
    li
    a:hover {
    color: #645cbb;
}

/* line 759, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li.img_menu {
    background-image: url(../img/menu_bg.png);
    background-size: cover;
    background-position: right bottom;
    margin-bottom: 0;
    width: 100% !important;
    flex: 66.33%;
    padding-bottom: 97px;
}

/* line 767, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li.img_menu
    h6 {
    font-size: 12px;
    font-weight: 500;
    color: #090b17 !important;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
}

/* line 775, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li.img_menu
    h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    margin: 8px 0 11px 0;
}

/* line 781, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.mega_width_menu
    > li.img_menu
    a.shop_now {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #645cbb;
    left: 0;
    padding: 0;
}

/* line 793, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu.product_mega_menu {
    width: 579px;
    padding: 0px 0 0px 0px;
    display: flex;
    flex-wrap: wrap;
}

/* line 800, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .mega_metu_title {
    font-size: 16px;
    font-weight: 700;
    color: #645cbb;
    padding-left: 0;
    left: 0 !important;
    padding: 0;
    font-family: "Circular Std Book";
    border: 0;
    margin: 0;
}

/* line 811, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    > li {
    padding: 26px 40px;
    flex: 1 1 auto;
}

/* line 815, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    > li
    ul
    li {
    padding: 0;
}

/* line 817, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    > li
    ul
    li
    a {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    left: 0 !important;
    padding: 0;
    font-family: "Circular Std Book";
    line-height: 2.5;
}

/* line 825, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    > li
    ul
    li
    a:hover {
    color: #645cbb !important;
}

/* line 832, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner {
    background-image: url("../img/banner/menu_banner.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 80px 56px;
    flex: 280px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    /* line 832, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_menu
        ul
        li
        .submenu.product_mega_menu
        .prodict_menu_banner {
        display: none !important;
    }
}

/* line 845, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 92, 187, 0.6);
    z-index: -1;
}

/* line 855, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner
    .prodict_menu_banner_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* line 860, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner
    .prodict_menu_banner_inner
    p {
    font-size: 24px;
    line-height: 1.42;
    color: #fff;
    margin-bottom: 35px;
    font-family: "Circular Std Book";
}

/* line 866, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner
    .prodict_menu_banner_inner
    p
    a {
    color: #fff72b;
    padding: 0;
    line-height: inherit;
    font-weight: 600;
    font-size: 24px;
}

/* line 874, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu.product_mega_menu
    .prodict_menu_banner
    .prodict_menu_banner_inner
    .menu_prise {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ef0000;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.29;
    font-family: "Circular Std Book";
}

/* line 892, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li {
    display: block;
    margin: 0;
    position: relative;
}

/* line 896, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li:first-child {
    padding-top: 16px;
}

/* line 899, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li:last-child {
    padding-bottom: 20px;
}

/* line 902, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li a {
    font-size: 14px;
    line-height: 1.2;
    color: #2e2e2e;
    padding: 0;
    font-weight: 500;
    display: block;
    margin: 0;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    text-transform: capitalize;
    left: 0;
}

/* line 915, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li a.active,
header.o_land_header .header_area .main_menu ul li .submenu li a:hover {
    color: #645cbb;
}

/* line 919, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li a:hover {
    left: 5px;
    color: #645cbb;
}

/* line 925, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li:hover > a {
    color: #645cbb !important;
}

/* line 928, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li .submenu_list {
    position: absolute;
    left: 110%;
    top: -17px;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 928, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .main_menu
        ul
        li
        .submenu
        li
        .submenu_list {
        left: auto;
        right: 110%;
    }
}

/* line 942, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .main_menu
    ul
    li
    .submenu
    li
    .submenu_list
    li
    a {
    text-transform: capitalize;
}

/* line 947, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li .submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 947, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .main_menu ul li .submenu li:hover > ul {
        left: auto;
        right: 100%;
    }
}

/* line 960, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li:hover > a {
    color: #645cbb;
}

/* line 963, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_menu ul li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

/* line 974, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_header_media {
    grid-gap: 20px;
    display: flex;
    align-items: center;
}

/* line 978, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_header_media .single_top_lists {
    grid-gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
    height: 40px;
    text-transform: capitalize;
}

/* line 985, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .main_header_media .single_top_lists a {
    color: #2e2e2e;
    font-size: 14px;
}

/* line 991, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    /* line 991, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .contact_wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 991, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .contact_wrap {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 991, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .contact_wrap {
        display: none !important;
    }
}

/* line 1005, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap .mobile_no p {
    color: #505050;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Circular Std Book";
}

/* line 1012, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap .mobile_no p span a {
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 1005, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .contact_wrap .mobile_no p {
        font-size: 13px;
        margin-right: 8px;
    }
}

/* line 1023, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap .signin a.sign_in {
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1023, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .contact_wrap .signin a.sign_in {
        margin-right: 15px;
    }
}

/* line 1031, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap .signin a.sign_in:hover {
    color: #4543de;
}

/* line 1036, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .contact_wrap .contact_btn {
    margin-left: 25px;
}

/* line 1040, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area.navbar_fixed {
    z-index: 90;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
}

/* line 1055, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area.navbar_fixed .header_top_area {
    display: none;
}

@media (max-width: 767.98px) {
    /* line 1055, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .header_top_area {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 1061, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .main_header_area {
        padding: 11px 0;
    }
}

@media (max-width: 767.98px) {
    /* line 1066, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .main_header_area {
        display: none;
    }
}

/* line 1071, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area.navbar_fixed .category_menu {
    display: none !important;
}

@media (max-width: 767.98px) {
    /* line 1074, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area.navbar_fixed
        .slicknav_menu
        .slicknav_icon {
        top: 2px;
    }
}

@media (min-width: 1200px) {
    /* line 1079, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 1079, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
        margin-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1079, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .menu_logo {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 1091, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .menu_logo img {
        max-width: 150px;
    }
}

@media (min-width: 1200px) {
    /* line 1101, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area.navbar_fixed .offer_tag {
        display: none !important;
    }
}

/* line 1116, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .menu_search_popup {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    transition: 0.3s;
    z-index: 12000000000;
    top: -100%;
    opacity: 0;
    visibility: hidden;
}

/* line 1132, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .menu_search_popup.active {
    transform: translateY(0%);
    top: 0;
    opacity: 1;
    visibility: visible;
}

/* line 1138, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .menu_search_popup .search_close {
    position: absolute;
    right: 16%;
    top: 30px;
    font-size: 20px;
    color: #2e2e2e;
    cursor: pointer;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    border: 1px solid #2e2e2e;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
}

@media (max-width: 991.98px) {
    /* line 1138, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header .header_area .menu_search_popup .search_close {
        right: 15px;
        top: 20px;
    }
}

/* line 1160, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .menu_search_popup .search_close:hover {
    color: #645cbb;
    border-color: #645cbb;
}

/* line 1165, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header .header_area .menu_search_popup .menu_search_popup_field {
    max-width: 562px;
    position: relative;
    flex: 562px 0 0;
}

@media (max-width: 767.98px) {
    /* line 1165, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    header.o_land_header
        .header_area
        .menu_search_popup
        .menu_search_popup_field {
        flex: 70% 0 0;
        max-width: 70%;
    }
}

/* line 1173, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .menu_search_popup
    .menu_search_popup_field
    input {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    font-size: 14px;
    color: #2e2e2e;
    padding: 10px 20px 10px 0px;
    font-weight: 400;
}

/* line 1181, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .menu_search_popup
    .menu_search_popup_field
    input::placeholder {
    color: #6e446e;
}

/* line 1184, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .menu_search_popup
    .menu_search_popup_field
    input:focus {
    border-color: #2e2e2e;
}

/* line 1188, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .menu_search_popup
    .menu_search_popup_field
    button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 30px;
    line-height: 1;
    text-align: right;
}

/* line 1199, ../../../../../laragon/www/landLord/scss/_header_1.scss */
header.o_land_header
    .header_area
    .menu_search_popup
    .menu_search_popup_field
    button
    i {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 700;
}

/* line 1209, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.large_categorySearch {
    width: 636px;
    height: 50px;
    border: 1.5px solid #f1f1f1;
    border-radius: 5px;
    background: #f9f9fd;
}

/* line 1215, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.large_categorySearch .input-group-prepend {
    background: transparent;
}

/* line 1217, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.large_categorySearch .input-group-prepend .input-group-text {
    background: transparent;
    border: 0;
    padding: 0 10px 0 20px;
}

/* line 1223, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.large_categorySearch input.form-control {
    border: 0;
    height: 100%;
    background: #f9f9fd !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
}

/* line 1231, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.large_categorySearch input.form-control::placeholder {
    color: #687083;
}

/* line 1241, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.promotion_bar {
    z-index: 12;
}

/* line 1244, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.promotion_bar_wrapper {
    height: 80px;
    background-image: url("../img/banner/promotion_barBg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    /* line 1244, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    .promotion_bar_wrapper {
        padding-right: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 1244, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    .promotion_bar_wrapper {
        padding-right: 65px;
    }
}

/* line 1257, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.promotion_bar_wrapper .close_promobar {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    /* line 1257, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    .promotion_bar_wrapper .close_promobar {
        right: 25px;
    }
}

/* line 1270, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.promotion_bar_wrapper .close_promobar i {
    color: #687083;
    font-size: 10px;
}

/* line 1277, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.wish_cart_mobile {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-right: 10px;
    justify-content: center;
    position: relative;
    top: 3px;
}

@media (min-width: 991.98px) {
    /* line 1277, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    .wish_cart_mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    /* line 1277, ../../../../../laragon/www/landLord/scss/_header_1.scss */
    .wish_cart_mobile {
        margin-right: 0;
    }
}

/* line 1291, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.wish_cart_mobile a {
    font-size: 15px;
    color: #2e2e2e;
    font-weight: 900;
}

/* line 1295, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.wish_cart_mobile a:hover {
    color: #645cbb;
}

/* line 1300, ../../../../../laragon/www/landLord/scss/_header_1.scss */
.home6_search_toggle {
    font-size: 15px;
    color: #00124e;
    font-weight: 900;
    cursor: pointer;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
    margin-right: 6px;
    margin-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    top: 0px;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav a {
    font-size: 14px;
    color: #000;
    font-family: "Circular Std Book";
    text-transform: capitalize;
    font-weight: 400;
}

/* line 17, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 9.5px 15px;
    margin: 0;
}

@media (max-width: 991.98px) {
    /* line 22, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .slicknav_nav .slicknav_item a i {
        display: none;
    }
}

/* line 27, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_arrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 37px;
    text-align: center;
    line-height: 40px;
    top: 0;
}

/* line 36, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav li {
    display: block;
    border-bottom: none;
    position: relative;
}

/* line 42, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav ul.submenu li a {
    font-size: 16px;
}

/* line 54, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.mobile_menu .slicknav_nav .slicknav_arrow {
    margin: 0;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row:hover {
    color: #fd1c5e;
}

/* line 62, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    color: #fd1c5e;
}

/* line 70, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon-bar {
    background-color: #071a3c !important;
    height: 2px;
    margin: 3px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 18px;
    position: relative;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_menu .slicknav_icon {
    margin-right: 0px;
    width: 18px;
    height: 18px;
    margin: 0;
}

/* line 86, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999999;
}

/* line 92, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_btn {
    right: 12px;
    margin-top: -50px;
}

/* line 96, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
    padding: 15px 6px;
    margin-top: 0px;
}

/* line 103, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 6.5px 20px;
    margin: 0;
    font-family: "Circular Std Book";
}

/* line 109, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 6.5px 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .slicknav_btn {
        right: auto;
        left: 8px;
        position: absolute;
    }
}

@media (max-width: 767.98px) {
    /* line 124, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .slicknav_menu .slicknav_icon {
        position: absolute;
        top: -70px;
        right: auto;
        left: 0;
    }
}

/* line 134, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.o_land_header .slicknav_menu .slicknav_icon {
    top: 4px;
    left: auto !important;
    right: 7px;
}

@media (max-width: 767.98px) {
    /* line 134, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .o_land_header .slicknav_menu .slicknav_icon {
        left: 0 !important;
        right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 134, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .o_land_header .slicknav_menu .slicknav_icon {
        top: 6px;
    }
}

/* line 146, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.o_land_header .slicknav_menu .slicknav_icon-bar {
    background-color: #645cbb !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 146, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
    .o_land_header .slicknav_menu .slicknav_icon-bar {
        background-color: #645cbb !important;
    }
}

/* line 152, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.o_land_header .slicknav_btn {
    right: 0px;
    left: left;
    float: right;
}

/* line 157, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.o_land_header .slicknav_nav .slicknav_row,
.o_land_header .slicknav_nav a {
    font-family: "Circular Std Book";
}

/* line 161, ../../../../../laragon/www/landLord/scss/_mobile_menu.scss */
.o_land_header .slicknav_nav a:hover {
    color: #645cbb;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn {
    padding: 0px;
    border: 0px;
}

/* line 6, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar {
    background-color: #ff4357;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: block;
    width: 18px;
    height: 2px;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.home_2 .slicknav_btn .slicknav_icon-bar {
    background-color: #4543de;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 3px;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 30, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 36, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(3) {
    opacity: 1;
}

/* line 40, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
    opacity: 0;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_menu_animation.scss */
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    position: relative;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
}

/* line 6, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox .label_name {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #687083;
    margin-bottom: 0;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.white_checkbox .checkmark:after {
    border-color: #fff;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 3px;
}

/* line 42, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: 0.3s;
    transform: scale(0);
}

/* line 60, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark {
    background: #645cbb;
    transition: 0.3s;
}

/* line 66, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox input:checked ~ .checkmark::before {
    content: "\e64c";
    font-family: "themify";
    position: absolute;
    display: block;
    top: 0px;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: 0.3s;
}

/* line 90, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #f1ece8;
    transition: 0.3s;
    transform: scale(1);
}

/* line 105, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark:after,
.primary_checkbox.style2 .checkmark {
    border-radius: 50%;
}

/* line 109, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark {
    width: 15px;
    height: 15px;
    line-height: 15px;
    flex: 15px 0 0;
}

/* line 115, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style2 input:checked ~ .checkmark::before {
    top: 0px;
    left: 3px;
    border: 0px;
    font-size: 8px;
    line-height: 15px;
}

/* line 122, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style2 .checkmark:after {
    width: 15px;
    height: 15px;
}

/* line 128, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark:after,
.primary_checkbox.style3 .checkmark {
    border-radius: 50%;
}

/* line 132, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark {
    width: 20px;
    height: 20px;
    line-height: 20px;
    flex: 20px 0 0;
}

/* line 138, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style3 input:checked ~ .checkmark::before {
    top: 0px;
    left: 3px;
    border: 0px;
    font-size: 11px;
    line-height: 20px;
}

/* line 145, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style3 .checkmark:after {
    width: 20px;
    height: 20px;
}

/* line 149, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style3 .label_name {
    font-size: 16px;
    font-weight: 500;
    color: #00124e;
}

/* line 156, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark:after,
.primary_checkbox.style4 .checkmark {
    border-radius: 50%;
}

/* line 160, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark {
    width: 19px;
    height: 19px;
    line-height: 19px;
    flex: 19px 0 0;
}

/* line 166, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style4 input:checked ~ .checkmark::before {
    top: 0px;
    left: 3px;
    border: 0px;
    font-size: 11px;
    line-height: 19px;
}

/* line 173, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style4 .checkmark:after {
    width: 19px;
    height: 19px;
    border: 5px solid #687083;
}

/* line 178, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style4 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 185, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark:after,
.primary_checkbox.style5 .checkmark {
    border-radius: 50%;
}

/* line 189, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark {
    width: 19px;
    height: 19px;
    line-height: 19px;
    flex: 19px 0 0;
}

/* line 195, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 input:checked ~ .checkmark::before {
    top: 0px;
    left: 3px;
    border: 0px;
    font-size: 11px;
    line-height: 19px;
    display: none;
}

/* line 203, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 input:checked ~ .checkmark::after {
    border: 5px solid #222222;
    transform: scale(1);
}

/* line 207, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 input:checked ~ .checkmark {
    background: transparent;
}

/* line 210, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark:after {
    width: 19px;
    height: 19px;
    border: 2px solid #e3e6ef;
}

/* line 215, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 .checkmark:before {
    display: none;
}

/* line 218, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style5 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    position: relative;
    top: 1px;
}

/* line 227, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark:after,
.primary_checkbox.style6 .checkmark {
    border-radius: 50%;
}

/* line 231, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark {
    width: 18px;
    height: 18px;
    line-height: 18px;
    flex: 18px 0 0;
    background: #fff !important;
    border: 1px solid #e1e2e6;
}

/* line 239, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark::after {
    width: 10px;
    height: 10px;
    border: 0;
    transition: 0.3s;
    transform: scale(1);
    background: red;
    border: 0 !important;
    left: 3px;
    top: 3px;
}

/* line 250, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark {
    border: 1px solid #f99417;
}

/* line 253, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 input:checked ~ .checkmark::before {
    display: none;
}

/* line 256, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark:after {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    border: 0 !important;
}

/* line 263, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 .checkmark::before {
    display: none;
}

/* line 266, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_checkbox.style6 .label_name {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 274, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
    width: 35px;
    height: 35px;
}

/* line 281, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 288, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox .label_name {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #656565;
    margin-bottom: 0;
}

/* line 296, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.white_checkbox .checkmark:after {
    border-color: #fff;
}

/* line 300, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox .checkmark {
    position: relative;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 35px 0 0;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

/* line 313, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

/* line 324, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox input:checked ~ .checkmark {
    border-color: #645cbb;
}

/* line 327, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox .checkmark::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #645cbb;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

/* line 337, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox input:checked ~ .checkmark::after {
    border-color: #645cbb;
}

/* line 340, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(1);
}

/* line 355, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.black_check input:checked ~ .checkmark {
    border-color: #000000;
}

/* line 358, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.black_check .checkmark::before {
    background: #000;
}

/* line 364, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.blue_check input:checked ~ .checkmark {
    border-color: #1f73be;
}

/* line 367, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.blue_check .checkmark::before {
    background: #1f73be;
}

/* line 372, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.gray_check input:checked ~ .checkmark {
    border-color: #d6d6d6;
}

/* line 375, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.gray_check .checkmark::before {
    background: #d6d6d6;
}

/* line 380, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.paste_check input:checked ~ .checkmark {
    border-color: #81d742;
}

/* line 383, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.paste_check .checkmark::before {
    background: #81d742;
}

/* line 388, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.brouwn_check input:checked ~ .checkmark {
    border-color: #dd9a32;
}

/* line 391, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.brouwn_check .checkmark::before {
    background: #dd9a32;
}

/* line 396, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.violate_check input:checked ~ .checkmark {
    border-color: #8224e2;
}

/* line 399, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.violate_check .checkmark::before {
    background: #8224e2;
}

/* line 404, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.red_check input:checked ~ .checkmark {
    border-color: #ef3736;
}

/* line 407, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.red_check .checkmark::before {
    background: #ef3736;
}

/* line 412, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.yellow_check input:checked ~ .checkmark {
    border-color: #eeee22;
}

/* line 415, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.round_checkbox.yellow_check .checkmark::before {
    background: #eeee22;
}

/* line 421, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
    width: 24px;
    height: 24px;
}

/* line 428, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 435, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox .label_name {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #656565;
    margin-bottom: 0;
}

/* line 443, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.white_checkbox .checkmark:after {
    border-color: #fff;
}

/* line 447, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox .checkmark {
    position: relative;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 24px 0 0;
    border-radius: 50%;
}

/* line 459, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

/* line 470, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark {
    border-color: #645cbb;
}

/* line 473, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox .checkmark::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #645cbb;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

/* line 483, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark::after {
    border-color: transparent;
    transform: scale(0);
}

/* line 487, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox input:checked ~ .checkmark::before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
}

/* line 493, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: -1;
    left: -1;
    content: "";
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(1);
    border: 1px solid #c3c6ce;
}

/* line 509, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.black_check input:checked ~ .checkmark {
    border-color: #000000;
}

/* line 512, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.black_check .checkmark::before {
    background: #000;
}

/* line 518, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.blue_check input:checked ~ .checkmark {
    border-color: #1f73be;
}

/* line 521, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.blue_check .checkmark::before {
    background: #1f73be;
}

/* line 526, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.gray_check input:checked ~ .checkmark {
    border-color: #d6d6d6;
}

/* line 529, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.gray_check .checkmark::before {
    background: #d6d6d6;
}

/* line 534, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.paste_check input:checked ~ .checkmark {
    border-color: #81d742;
}

/* line 537, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.paste_check .checkmark::before {
    background: #81d742;
}

/* line 542, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.brouwn_check input:checked ~ .checkmark {
    border-color: #dd9a32;
}

/* line 545, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.brouwn_check .checkmark::before {
    background: #dd9a32;
}

/* line 550, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.violate_check input:checked ~ .checkmark {
    border-color: #8224e2;
}

/* line 553, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.violate_check .checkmark::before {
    background: #8224e2;
}

/* line 558, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.red_check input:checked ~ .checkmark {
    border-color: #ef3736;
}

/* line 561, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.red_check .checkmark::before {
    background: #ef3736;
}

/* line 566, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.yellow_check input:checked ~ .checkmark {
    border-color: #eeee22;
}

/* line 569, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.smallRound_checkbox.yellow_check .checkmark::before {
    background: #eeee22;
}

/* line 575, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.play_button {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    color: #2e2e2e;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    position: relative;
    font-size: 24px;
    transition: 0.3s;
    cursor: pointer;
}

/* line 588, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.play_button:hover {
    background: #645cbb;
    color: #fff;
}

/* line 593, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.play_button2 {
    width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    color: #645cbb;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    font-size: 13px;
    transition: 0.3s;
    cursor: pointer;
    border: 1.5px solid #645cbb;
}

/* line 607, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.play_button2:hover {
    background: #645cbb;
    color: #fff;
}

/* line 613, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme__overlay {
    position: relative;
    z-index: 2;
}

/* line 616, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: 0.4;
    z-index: -1;
}

/* line 629, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.lms_tabmenu {
    background: #f8f8fe;
    border-radius: 4px;
    display: inline-flex;
}

/* line 634, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.lms_tabmenu li a,
.lms_tabmenu li .nav-link {
    font-size: 16px;
    font-weight: 600;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    border-radius: 4px;
    padding: 10px 34px;
    border: 0;
    background: transparent;
    text-transform: capitalize;
    transition: 0.3s;
}

@media (max-width: 767.98px) {
    /* line 634, ../../../../../laragon/www/landLord/scss/_predefine.scss */
    .lms_tabmenu li a,
    .lms_tabmenu li .nav-link {
        padding: 13px 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 634, ../../../../../laragon/www/landLord/scss/_predefine.scss */
    .lms_tabmenu li a,
    .lms_tabmenu li .nav-link {
        padding: 13px 27px;
    }
}

/* line 651, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.lms_tabmenu li a:hover,
.lms_tabmenu li .nav-link:hover {
    color: #645cbb;
}

/* line 654, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.lms_tabmenu li a.active,
.lms_tabmenu li .nav-link.active {
    background: #645cbb;
    color: #fff;
    border-radius: 4px;
}

/* line 663, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_border {
    border-top: 1px solid #e9e7f7;
}

/* line 669, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according button::before {
    left: 5px;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "\e622";
    font-family: "themify";
    font-size: 10px;
    color: #090b17;
    font-weight: 900;
    top: 17px;
}

/* line 681, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according button.collapsed::before {
    content: "\e61a";
    font-family: "themify";
}

/* line 688, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card {
    margin-bottom: 15px;
    border: 0;
}

/* line 691, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card .card-header {
    border: 0;
    border-bottom: 1px solid #f1ece8;
    border-radius: 0px;
    background: transparent;
    padding: 0;
}

/* line 698, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card .card-header h5 button {
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    padding: 11.5px 25px 13px 30px;
    text-decoration: none !important;
    text-align: left;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    /* line 698, ../../../../../laragon/www/landLord/scss/_predefine.scss */
    .theme_according .card .card-header h5 button {
        flex-wrap: wrap;
    }
}

/* line 714, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card .card-header h5 button span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
}

/* line 724, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card-body {
    padding: 0;
    padding-top: 0px;
    background: #f9f9fd;
    padding: 30px 65px 36px 55px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    /* line 724, ../../../../../laragon/www/landLord/scss/_predefine.scss */
    .theme_according .card-body {
        padding: 30px 25px 36px 48px;
    }
}

/* line 733, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 15px;
    position: relative;
}

/* line 739, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card-body h5 i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    color: #2e2e2e;
    left: -20px;
}

/* line 748, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.theme_according .card-body p {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    line-height: 1.86;
    margin-bottom: 0;
}

/* line 758, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    align-items: center;
}

/* line 763, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 770, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox .label_name {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 778, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox.white_checkbox .checkmark:after {
    border-color: #fff;
}

/* line 782, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
    border-radius: 50%;
}

/* line 799, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

/* line 808, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark:after {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform: scale(1);
    border-color: #645cbb;
}

/* line 815, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark {
    transition: 0.3s;
}

/* line 821, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox input:checked ~ .checkmark::before {
    transform: translate(-50%, -50%) scale(1);
}

/* line 824, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark::before {
    position: absolute;
    background: #645cbb;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
}

/* line 836, ../../../../../laragon/www/landLord/scss/_predefine.scss */
.primary_bulet_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e9e7f7;
    transition: 0.3s;
    transform: scale(1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 10px 20px;
    width: 100%;
}

/* line 11, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input::placeholder {
    font-size: 14px;
    color: #8e8e8e;
    text-transform: capitalize;
}

/* line 17, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3 {
    height: 50px;
    border: 1px solid #f1ece8;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 20px;
    width: 100%;
    box-shadow: none !important;
}

/* line 27, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style2 {
    padding: 15px 20px;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style3 {
    border-color: #e3e6ef;
}

/* line 33, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style4 {
    border-color: #e3e6ef;
    padding: 20px;
}

/* line 37, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style5 {
    border-color: #eef0f4;
    padding: 15px 20px;
}

/* line 41, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style6 {
    border-color: #e3e3e3;
    padding: 15px 20px;
    height: 45px;
    color: #2e2e2e;
}

/* line 46, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.style6::placeholder {
    color: #687083;
}

/* line 50, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.radius_5px {
    border-radius: 5px;
}

/* line 53, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.radius_3px {
    border-radius: 3px;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.bg_style1 {
    background-color: #f9f9fd;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3.border_style2 {
    border: 1px solid #e1e2e6;
}

/* line 62, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input3::placeholder {
    color: #687083;
}

/* line 66, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input4 {
    height: 50px;
    border: 1px solid #ebebeb;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input4::placeholder {
    color: #676e8b;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input2 {
    height: 60px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 300;
    color: #2e2e2e;
    padding: 0px 25px 25px 0;
    width: 100%;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input2::placeholder {
    font-size: 16px;
    color: #677294;
    text-transform: capitalize;
}

/* line 97, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input5 {
    height: 40px;
    border: 1px solid #e3e3e3;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px;
    width: 100%;
    box-shadow: none !important;
}

/* line 107, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input5.border_style2 {
    border: 1px solid #e1e2e6;
}

/* line 110, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_input5::placeholder {
    color: #687083;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group {
    height: 50px;
}

/* line 117, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text {
    min-width: 242px;
    max-width: 242px;
    background: #395799;
    border: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 24px;
}

@media (max-width: 767.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .custom_input_group .input-group-prepend .input-group-text {
        min-width: 40px;
        max-width: 40px;
        flex: 40px 0 0;
        padding-left: 20px;
        padding-right: 35px;
        width: 40px;
    }
}

/* line 133, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.twitter_bg {
    background: #1babf0;
}

/* line 136, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.linkedin_bg {
    background: #dd5143;
}

/* line 139, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text.youtube_bg {
    background: #ff0000;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text i {
    font-size: 16px;
    color: #fff;
    margin-right: 14px;
}

/* line 147, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group .input-group-prepend .input-group-text span {
    font-size: 16px;
    font-weight: 600;
    font-family: "Circular Std Book";
    color: #fff;
}

@media (max-width: 767.98px) {
    /* line 147, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .custom_input_group .input-group-prepend .input-group-text span {
        display: none;
    }
}

/* line 158, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group input {
    height: 50px;
    border: 1px solid #ebebeb !important;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 20px;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* line 169, ../../../../../laragon/www/landLord/scss/_contact.scss */
.custom_input_group input::placeholder {
    color: #676e8b;
}

/* line 174, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea {
    height: 150px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 20px;
    width: 100%;
}

/* line 184, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea::placeholder {
    color: #687083;
    text-transform: capitalize;
}

/* line 188, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea:focus {
    outline: none;
}

/* line 192, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea3 {
    height: 180px;
    border: 1px solid #f1ece8;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 21px 25px;
    width: 100%;
    background: #f9f9fd;
}

/* line 202, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea3.radius_5px {
    border-radius: 5px;
}

/* line 205, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea3:focus {
    outline: none;
}

/* line 208, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea3::placeholder {
    color: #687083;
}

/* line 212, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea4 {
    height: 130px;
    border: 1px solid #e3e6ef;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
}

/* line 222, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea4:focus {
    outline: none;
}

/* line 225, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea4::placeholder {
    color: #687083;
}

/* line 229, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

/* line 237, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label2 {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

/* line 245, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label2.style2 {
    margin-bottom: 11px;
}

/* line 248, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label2.style3 {
    margin-bottom: 7px;
}

/* line 251, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label2.style4 {
    margin-bottom: 12px;
    font-weight: 600;
    color: #00124e;
}

/* line 256, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_label2 span {
    color: #f99417;
}

/* line 260, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea2 {
    height: 130px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #f0e7e2;
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 300;
    color: #2e2e2e;
    padding: 3px 25px 0 0;
    width: 100%;
}

/* line 271, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_textarea2::placeholder {
    font-size: 14px;
    color: #677294;
    text-transform: capitalize;
}

/* line 278, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input {
    height: 50px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid rgba(104, 112, 131, 0.2);
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    padding: 10px 0px;
    width: 100%;
    box-shadow: none !important;
}

/* line 290, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style2 {
    font-weight: 400;
    border-color: #f1f1f1;
}

/* line 293, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style2::placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400;
}

/* line 300, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style3 {
    font-weight: 400;
    color: #2e2e2e;
    font-weight: 500;
}

/* line 304, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style3::placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500;
}

/* line 311, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style4 {
    font-weight: 400;
    color: #2e2e2e;
    font-size: 16px;
    border-bottom: 1px solid #f1ece8;
}

/* line 316, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input.style4::placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400;
}

/* line 322, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_input::placeholder {
    font-size: 14px;
    color: #afafaf;
    text-transform: capitalize;
    font-weight: 500;
}

/* line 329, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea {
    height: 120px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
    padding: 15px 0px;
    width: 100%;
    resize: none;
    box-shadow: none !important;
}

/* line 342, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style2 {
    font-weight: 400;
    border-color: #f1f1f1;
}

/* line 345, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style2::placeholder {
    font-size: 14px;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400;
}

/* line 351, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style2:focus {
    outline: none;
}

/* line 355, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style3 {
    font-weight: 500;
    border-bottom: 1px solid rgba(104, 112, 131, 0.2);
    color: #2e2e2e;
}

/* line 359, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style3::placeholder {
    font-size: 14px;
    color: #9d9d9d;
    text-transform: capitalize;
    font-weight: 500;
}

/* line 365, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style3:focus {
    outline: none;
}

/* line 369, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style4 {
    font-weight: 400;
    font-size: 16px;
    border-color: #f1ece8;
    height: 140px;
}

/* line 374, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style4::placeholder {
    font-size: 16px;
    color: #687083;
    font-weight: 400;
}

/* line 379, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea.style4:focus {
    outline: none;
}

/* line 383, ../../../../../laragon/www/landLord/scss/_contact.scss */
.primary_line_textarea::placeholder {
    font-size: 14px;
    color: #676e8b;
    text-transform: capitalize;
}

/* line 390, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section {
    padding: 100px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 390, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .contact_section {
        padding: 70px 0 40px 0;
    }
}

/* line 395, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .home10_title {
    margin-bottom: 76px;
}

@media (max-width: 767.98px) {
    /* line 395, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .contact_section .home10_title {
        margin-bottom: 40px;
    }
}

/* line 400, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .home10_title p {
    font-size: 14px;
    color: #373737;
    margin-bottom: 11px;
}

/* line 405, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .home10_title h3 {
    line-height: 1.25;
}

/* line 410, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .contact_title span {
    margin-bottom: 20px;
    color: #373737;
}

/* line 414, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .contact_title h4 {
    font-size: 30px;
    font-weight: 700;
    color: #2e2e2e;
}

@media (max-width: 767.98px) {
    /* line 414, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .contact_section .contact_title h4 {
        font-size: 25px;
    }
}

/* line 424, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .address_lines .single_address_line {
    display: grid;
    grid-template-columns: 71px auto;
    grid-gap: 20px;
    margin-bottom: 23px;
    align-items: flex-start;
}

/* line 430, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .address_lines .single_address_line span {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 438, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .address_lines .single_address_line p {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
}

/* line 445, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .contact_form_box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 60px;
}

/* line 449, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .contact_form_box .contact_title {
    margin-bottom: 29px;
}

/* line 453, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_section .contact_address {
    padding-top: 50px;
}

@media (max-width: 767.98px) {
    /* line 453, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .contact_section .contact_address {
        padding-top: 40px;
    }
}

/* line 461, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_map {
    padding: 0;
}

/* line 463, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_map #contact-map {
    height: 300px;
}

@media (max-width: 767.98px) {
    /* line 463, ../../../../../laragon/www/landLord/scss/_contact.scss */
    .contact_map #contact-map {
        height: 250px;
    }
}

/* line 472, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_wiz_box .contact_box_title {
    margin-bottom: 11px;
}

/* line 475, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_wiz_box .contact_box_desc {
    font-size: 20px;
    line-height: 1.42;
    color: #2e2e2e;
    font-weight: 500;
}

/* line 481, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_wiz_box .contact_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

/* line 485, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_wiz_box .contact_link a {
    width: 40px;
    height: 40px;
    border: 1px solid #f1ece8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
    font-size: 18px;
}

/* line 494, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_wiz_box .contact_link a:hover {
    color: #645cbb;
}

/* line 502, ../../../../../laragon/www/landLord/scss/_contact.scss */
.contact_box_wrapper .contact_wiz_box {
    margin-bottom: 34px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.bradcam_bg_1 {
    background-image: url("../img/banner/bradcam_bg_1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 8, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.bradcam_bg_2 {
    background-image: url(../img/banner/bradcam_bg_2.jpg);
}

/* line 12, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 156px 0 205px 0;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner .bradcam_text {
    width: 100%;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: "Circular Std Book";
    margin-bottom: 23px;
}

@media (max-width: 767.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
    .breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
        font-size: 25px;
    }
}

/* line 31, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    /* line 31, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
    .breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
        font-size: 40px;
    }
}

/* line 39, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a {
    color: #687083;
}

/* line 41, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a:hover {
    color: #645cbb;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.affiliate_bradcam_area {
    background-color: #f7faff;
    padding: 115px 0 337px 0;
    background-image: url(../img/affiliate/affiliate_bg_1.jpg);
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767.98px) {
    /* line 49, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
    .affiliate_bradcam_area {
        padding: 100px 0;
    }
}

/* line 58, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.affiliate_bradcam_area .breadcam_text {
    max-width: 780px;
    margin: auto;
}

/* line 61, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.affiliate_bradcam_area .breadcam_text span {
    font-size: 16px;
    font-weight: 700;
    color: #645cbb;
    margin-bottom: 18px;
    display: block;
}

/* line 68, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.affiliate_bradcam_area .breadcam_text h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #2e2e2e;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    /* line 68, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
    .affiliate_bradcam_area .breadcam_text h3 {
        font-size: 30px;
    }
}

/* line 78, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
.affiliate_bradcam_area .breadcam_text p {
    font-size: 18px;
    font-weight: 400;
    color: #687083;
    margin: 20px 0 43px 0;
}

@media (max-width: 767.98px) {
    /* line 78, ../../../../../laragon/www/landLord/scss/_bradcam.scss */
    .affiliate_bradcam_area .breadcam_text p {
        font-size: 16px;
        margin: 15px 0 30px 0;
    }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              INDIVIDUAL FOOTER                             */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer {
    position: relative;
    background-size: cover;
    background-position: top center;
    background: #fff4f1;
    position: relative;
    margin-top: -116px;
}

/* line 8, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .footer_top_area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 13, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap {
    padding-top: 173px;
    padding-bottom: 56px;
}

@media (max-width: 767.98px) {
    /* line 13, ../../../../../laragon/www/landLord/scss/_footer.scss */
    footer.home_one_footer .main_footer_wrap {
        padding-bottom: 46px;
    }
}

/* line 19, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget {
    margin-bottom: 30px;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .footer_logo {
    margin-bottom: 10px;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .footer_title h3 {
    font-family: "Circular Std Book";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #00124e;
}

/* line 36, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .footer_links li a {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 30px;
    font-family: "Shadows Into Light Two", cursive;
    line-height: 2.14;
}

/* line 43, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer
    .main_footer_wrap
    .footer_widget
    .footer_links
    li
    a:hover {
    color: #00124e;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .address_list {
    max-width: 270px;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .address_list p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    line-height: 1.86;
    font-weight: 500;
    margin-bottom: 15px;
}

/* line 58, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer
    .main_footer_wrap
    .footer_widget
    .address_list
    p:not(:last-child) {
    margin-bottom: 0;
}

/* line 61, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .address_list p span {
    font-weight: 700;
}

/* line 66, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 24px;
    font-weight: 700;
    color: #645cbb;
    margin-bottom: 0;
}

/* line 72, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .main_footer_wrap .footer_widget .address_text {
    font-size: 14px;
    font-weight: 500;
    color: #0f111d;
    margin-bottom: 33px;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area {
    padding-bottom: 47px;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area .footer_border {
    border-top: 1px solid #f7e4df;
    margin-bottom: 23px;
}

/* line 86, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area .copy_right_text {
    margin-bottom: 30px;
}

/* line 88, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #00124e;
    font-weight: 500;
}

/* line 93, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area .copy_right_text p a {
    color: #645cbb;
}

/* line 98, ../../../../../laragon/www/landLord/scss/_footer.scss */
footer.home_one_footer .copyright_area .payment_imgs {
    text-align: right;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    /* line 101, ../../../../../laragon/www/landLord/scss/_footer.scss */
    footer.home_one_footer .copyright_area .payment_imgs img {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    /* line 101, ../../../../../laragon/www/landLord/scss/_footer.scss */
    footer.home_one_footer .copyright_area .payment_imgs img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    /* line 98, ../../../../../laragon/www/landLord/scss/_footer.scss */
    footer.home_one_footer .copyright_area .payment_imgs {
        text-align: left;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer {
    background: #000000;
}

/* line 3, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .footer_top_area {
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 8, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap {
    padding-top: 100px;
    padding-bottom: 24px;
}

@media (max-width: 767.98px) {
    /* line 8, ../../../../../laragon/www/landLord/scss/_footer3.scss */
    footer.home_three_footer .main_footer_wrap {
        padding-top: 70px;
        padding-bottom: 24px;
    }
}

/* line 15, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget {
    margin-bottom: 30px;
}

/* line 17, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_logo {
    margin-bottom: 10px;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_title h3 {
    font-family: "Circular Std Book";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #fff;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Circular Std Book";
    line-height: 1.88;
}

/* line 38, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer
    .main_footer_wrap
    .footer_widget
    .footer_links
    li
    a:hover {
    color: #645cbb;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list {
    max-width: 270px;
}

/* line 46, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    line-height: 1.86;
    font-weight: 500;
    margin-bottom: 15px;
}

/* line 53, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer
    .main_footer_wrap
    .footer_widget
    .address_list
    p:not(:last-child) {
    margin-bottom: 0;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_list p span {
    font-weight: 700;
}

/* line 61, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    line-height: 0.75;
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 61, ../../../../../laragon/www/landLord/scss/_footer3.scss */
    footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
        font-size: 30px;
    }
}

/* line 73, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .large_address span {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time {
    margin: 15px 0 11px 0;
    padding-bottom: 17px;
    border-bottom: 1px solid #151515;
}

/* line 84, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer
    .main_footer_wrap
    .footer_widget
    .footer_opening_time
    p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.77;
    color: #666666;
    text-transform: uppercase;
}

/* line 93, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .help_text p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* line 97, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .help_text p a {
    color: #645cbb;
}

/* line 102, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .address_text {
    font-size: 16px;
    font-weight: 400;
    font-family: "Circular Std Book";
    color: #666666;
    margin-bottom: 19px;
    line-height: 1.63;
    max-width: 226px;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
    color: #808080;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer
    .main_footer_wrap
    .footer_widget
    .social__Links
    a:hover {
    color: #645cbb;
}

/* line 121, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area {
    padding-bottom: 28px;
}

/* line 123, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .footer_border {
    border-top: 1px solid #151515;
    margin-bottom: 23px;
}

/* line 127, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .copy_right_text {
    padding: 17px 0;
}

/* line 129, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .copy_right_text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #687083;
    font-weight: 500;
    font-family: "Circular Std Book";
    text-transform: capitalize;
}

/* line 136, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .copy_right_text p a {
    color: #645cbb;
}

/* line 140, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
    display: flex;
    grid-gap: 35px;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    /* line 140, ../../../../../laragon/www/landLord/scss/_footer3.scss */
    footer.home_three_footer
        .copyright_area
        .copy_right_text
        .footer_list_links {
        grid-gap: 15px;
    }
}

/* line 148, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* line 152, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer
    .copyright_area
    .copy_right_text
    .footer_list_links
    a:hover {
    color: #645cbb;
}

/* line 158, ../../../../../laragon/www/landLord/scss/_footer3.scss */
footer.home_three_footer .copyright_area .payment_imgs {
    margin: 20px 0;
}

/* line 164, ../../../../../laragon/www/landLord/scss/_footer3.scss */
.google_play_box {
    background: #2e2e2e;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 11px 30px;
    grid-gap: 15px;
    min-width: 215px;
    max-width: 215px;
}

/* line 172, ../../../../../laragon/www/landLord/scss/_footer3.scss */
.google_play_box:hover {
    background: #645cbb;
}

/* line 176, ../../../../../laragon/www/landLord/scss/_footer3.scss */
.google_play_box .google_play_text span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

/* line 185, ../../../../../laragon/www/landLord/scss/_footer3.scss */
.google_play_box .google_play_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_Banner_bg_1 {
    background-image: url("../img/banner/home_banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 8, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_Banner_bg_2 {
    background-image: url("../img/banner/home_banner2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_Banner_bg_3 {
    background-image: url("../img/banner/home_banner3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .banner_single {
    padding: 148px 0 148px 0;
}

@media (max-width: 767.98px) {
    /* line 23, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .banner_single {
        padding: 130px 0 130px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 23, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .banner_single {
        padding: 150px 0 150px 0;
    }
}

/* line 32, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .banner_single .banner__text {
    max-width: 543px;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .banner_single .banner__text span {
    font-size: 18px;
    font-weight: 400;
    color: #645cbb;
    display: block;
    text-transform: uppercase;
    font-family: "Circular Std Book";
}

/* line 42, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .banner_single .banner__text h3 {
    font-size: 60px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.27;
    margin: 21px 0 44px 0;
    font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
    /* line 42, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .banner_single .banner__text h3 {
        font-size: 35px;
        margin: 9px 0 25px 0;
    }
}

/* line 57, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-carousel .owl-nav div {
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    font-size: 12px;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    transform: translateY(-50%);
}

/* line 77, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-carousel .owl-nav div.owl-next {
    right: 50px;
    left: auto;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

/* line 90, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: #645cbb;
}

/* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots {
    display: flex;
    justify-content: start;
    grid-gap: 15px;
    position: absolute;
    align-items: center;
    bottom: 35px;
    left: 0;
    right: 0;
    max-width: 1165px;
    margin: auto;
}

@media (max-width: 575.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 40px;
    }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
    /* line 99, ../../../../../laragon/www/landLord/scss/_banner.scss */
    .home_banner .owl-dots {
        left: 150px;
    }
}

/* line 129, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #687083;
    display: inline-block;
    transition: 0.3s;
    position: relative;
}

/* line 137, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots .owl-dot span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #645cbb;
    border-radius: 50%;
    left: -11px;
    top: -11px;
    transform: scale(0);
    transition: 0.3s;
}

/* line 149, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots .owl-dot span:hover {
    transform: scale(1);
}

/* line 154, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background: #645cbb;
}

/* line 158, ../../../../../laragon/www/landLord/scss/_banner.scss */
.home_banner .owl-dots .owl-dot.active span:before {
    opacity: 1;
    transform: scale(1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_category.scss */
.popular_category {
    padding: 95px 0 0 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_category.scss */
    .popular_category {
        padding: 75px 0 0 0;
    }
}

/* line 7, ../../../../../laragon/www/landLord/scss/_category.scss */
.popular_category .single_carousel .thumb {
    min-height: 86px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* line 12, ../../../../../laragon/www/landLord/scss/_category.scss */
.popular_category .single_carousel .thumb img {
    width: auto;
    display: inline-block;
}

/* line 17, ../../../../../laragon/www/landLord/scss/_category.scss */
.popular_category .single_carousel h4 {
    margin: 17px 0 1px 0;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_category.scss */
.Featured_Products_area {
    padding: 96px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 23, ../../../../../laragon/www/landLord/scss/_category.scss */
    .Featured_Products_area {
        padding: 74px 0 50px 0;
    }
}

/* line 29, ../../../../../laragon/www/landLord/scss/_category.scss */
.topSelling_Products_area {
    padding: 0px 0 65px 0;
}

@media (max-width: 767.98px) {
    /* line 29, ../../../../../laragon/www/landLord/scss/_category.scss */
    .topSelling_Products_area {
        padding: 0px 0 40px 0;
    }
}

/* line 38, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz {
    background: #b8da97;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 55px 30px 52px 30px;
}

/* line 43, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz.catwiz_bg2 {
    background: #83cccf;
}

/* line 46, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz.catwiz_bg3 {
    background: #dfa2a9;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz.catwiz_bg4 {
    background: #9aaddc;
}

/* line 52, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz .icon {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* line 64, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2e2e2e;
    margin: 25px 0 11px 0;
}

/* line 70, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz span {
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #687083;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 27px;
}

/* line 79, ../../../../../laragon/www/landLord/scss/_category.scss */
.home4_category_area .home4_catwiz .shop_text {
    font-size: 14px;
    color: #645cbb;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

/* line 89, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat1_bg {
    background-image: url("../img/home_6/category/cat_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 92, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat2_bg {
    background-image: url("../img/home_6/category/cat_2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 95, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat3_bg {
    background-image: url("../img/home_6/category/cat_3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 98, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat4_bg {
    background-image: url("../img/home_6/category/cat_4.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 101, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat5_bg {
    background-image: url("../img/home_6/category/cat_5.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 104, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_cat6_bg {
    background-image: url("../img/home_6/category/cat_6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 107, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_category_wiz {
    padding: 36px 30px;
}

/* line 109, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_category_wiz span {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    transition: 0.3s;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_category_wiz span:hover {
    color: #645cbb;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_category_wiz p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin: 1px 0 28px 0;
}

/* line 124, ../../../../../laragon/www/landLord/scss/_category.scss */
.home6_category_wiz h5 {
    font-size: 14px;
    font-weight: 600;
    color: #645cbb;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* line 135, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 60px 30px 48px 30px;
}

/* line 141, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz.catwiz_bg2 .icon {
    background: #c2ecee;
}

/* line 146, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz.catwiz_bg3 .icon {
    background: #f2ced2;
}

/* line 151, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz.catwiz_bg4 .icon {
    background: #d8e2f7;
}

/* line 155, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz .icon {
    background: #e1f0d3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* line 167, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz h4 {
    font-size: 20px;
    font-weight: 800;
    color: #2e2e2e;
    margin: 30px 0 10px 0;
    transition: 0.3s;
}

/* line 173, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz h4:hover {
    color: #645cbb;
}

/* line 177, ../../../../../laragon/www/landLord/scss/_category.scss */
.home7_category_area .home4_catwiz span {
    font-size: 14px;
    font-family: "Circular Std Book";
    color: #687083;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 32px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_brand.scss */
.brand_area .single_brand {
    text-align: center;
    border: 1px solid #dedede;
    height: 160px;
}

/* line 6, ../../../../../laragon/www/landLord/scss/_brand.scss */
.brand_area .single_brand img {
    display: inline-block;
    width: auto;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_brand.scss */
.dash_border {
    border-top: 1px dashed #ebebeb;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 {
    background: #f7f7f7;
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    /* line 18, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 {
        padding-bottom: 75px;
    }
}

/* line 24, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner/cta_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 48px 70px 48px 90px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* line 24, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner {
        padding: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 24, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

/* line 44, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_subscribe {
    padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_subscribe {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_subscribe {
        padding-right: 0;
    }
}

/* line 53, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background: #fff;
    bottom: 10px;
    z-index: -1;
}

/* line 63, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text {
    display: flex;
}

@media (max-width: 767.98px) {
    /* line 63, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_text {
        display: block;
    }
}

/* line 68, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: right;
    margin-bottom: 0;
    font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
    /* line 68, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_text h4 {
        font-size: 20px;
        text-align: left;
    }
}

/* line 79, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text h4 span {
    display: block;
    color: #645cbb;
}

/* line 84, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text .cta_text {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

@media (max-width: 767.98px) {
    /* line 84, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_text .cta_text {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* line 94, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text .cta_text::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 63px;
    width: 4px;
    background: #f5f5f5;
}

@media (max-width: 767.98px) {
    /* line 94, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .cta_area3 .cta_inner .cta_inner_text .cta_text::before {
        display: none;
    }
}

/* line 106, ../../../../../laragon/www/landLord/scss/_brand.scss */
.cta_area3 .cta_inner .cta_inner_text .cta_text p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 2;
    margin-bottom: 0;
}

/* line 120, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    /* line 120, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area {
        padding-bottom: 80px;
    }
}

/* line 125, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner/cta_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 48px 70px 48px 90px;
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* line 125, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner {
        padding: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 125, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

/* line 145, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
    padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /* line 145, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    /* line 145, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_subscribe {
        padding-right: 0;
    }
}

/* line 154, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    background: #fff;
    bottom: 10px;
    z-index: -1;
}

/* line 164, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_text {
    display: flex;
}

@media (max-width: 767.98px) {
    /* line 164, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text {
        display: block;
    }
}

/* line 169, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: right;
    margin-bottom: 0;
    font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
    /* line 169, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 {
        font-size: 20px;
        text-align: left;
    }
}

/* line 180, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_text h4 span {
    display: block;
    color: #645cbb;
}

/* line 185, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

@media (max-width: 767.98px) {
    /* line 185, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* line 195, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area
    .home6_newsletter_iner
    .cta_inner_text
    .cta_text::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 63px;
    width: 4px;
    background: #f5f5f5;
}

@media (max-width: 767.98px) {
    /* line 195, ../../../../../laragon/www/landLord/scss/_brand.scss */
    .home6_newsletter_area
        .home6_newsletter_iner
        .cta_inner_text
        .cta_text::before {
        display: none;
    }
}

/* line 207, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home6_newsletter_area .home6_newsletter_iner .cta_inner_text .cta_text p {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
    line-height: 2;
    margin-bottom: 0;
}

/* line 222, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home11_brand {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 100px;
}

/* line 226, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home11_brand .single_brand {
    border-right: 1px solid #ebebeb;
    height: 100px;
}

/* line 229, ../../../../../laragon/www/landLord/scss/_brand.scss */
.home11_brand .single_brand img {
    width: auto;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_blog.scss */
.home3_blog_area {
    padding: 87px 0 67px 0;
    background: #f7f7f7;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .home3_blog_area {
        padding: 73px 0 47px 0;
    }
}

/* line 8, ../../../../../laragon/www/landLord/scss/_blog.scss */
.home3_blog_area.blog_area_page {
    padding: 93px 0 69px 0;
}

@media (max-width: 767.98px) {
    /* line 8, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .home3_blog_area.blog_area_page {
        padding: 67px 0 50px 0;
    }
}

/* line 13, ../../../../../laragon/www/landLord/scss/_blog.scss */
.home3_blog_area.blog_area_page .single_blog {
    margin-bottom: 27px;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_blog.scss */
.home11_blog_area {
    padding: 58px 0 58px 0;
    background: #fff;
}

@media (max-width: 767.98px) {
    /* line 19, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .home11_blog_area {
        padding: 38px 0 40px 0;
    }
}

/* line 27, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area {
    padding: 100px 0 0 0;
}

@media (max-width: 767.98px) {
    /* line 27, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .blog_page_area {
        padding: 80px 0 0 0;
    }
}

/* line 32, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img {
    background: #f7f7f7;
    padding: 40px 50px;
    height: 626px;
    background-image: url(../img/blog/blog_big.jpg);
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    background-position: top center;
}

@media (max-width: 767.98px) {
    /* line 32, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .blog_page_area .blog_big_img {
        padding: 30px 40px;
        margin-bottom: 30px;
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    /* line 32, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .blog_page_area .blog_big_img {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 32, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .blog_page_area .blog_big_img {
        margin-bottom: 30px;
    }
}

/* line 52, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .thumb {
    display: block;
}

/* line 54, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .thumb img {
    width: 100%;
}

/* line 58, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .blog_meta {
    max-width: 332px;
}

/* line 60, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .blog_meta span {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    margin-bottom: 10px;
    display: block;
}

/* line 67, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .blog_meta h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
    transition: 0.3s;
}

/* line 73, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_big_img .blog_meta h4:hover {
    color: #fd1c5e;
}

/* line 79, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 23px;
}

@media (max-width: 767.98px) {
    /* line 79, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .blog_page_area .blog_page_gallry {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 88, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .thumb {
    display: block;
    overflow: hidden;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .thumb img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

/* line 97, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .blog_content {
    max-width: 300px;
}

/* line 99, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .blog_content span {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
    display: block;
    margin: 16px 0 5px 0;
}

/* line 106, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .blog_content h4 {
    font-size: 18px;
    line-height: 1.56;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 0;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry .blog_content h4:hover {
    color: #fd1c5e;
}

/* line 119, ../../../../../laragon/www/landLord/scss/_blog.scss */
.blog_page_area .blog_page_gallry .single_blog_galry:hover .thumb img {
    transform: scale(1.1);
}

/* line 129, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_section .o_land_pagination {
    padding-top: 50px;
}

@media (max-width: 767.98px) {
    /* line 129, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .o_landy_blog_section .o_land_pagination {
        padding-top: 30px;
    }
}

/* line 139, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .thumb {
    overflow: hidden;
    display: block;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .thumb img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

/* line 148, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .blog_content {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: start;
    align-items: start;
    padding-right: 30px;
}

/* line 155, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .blog_content span {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    display: block;
    margin: 0 0 0 0;
    font-family: "Circular Std Book";
}

/* line 163, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .blog_content h4 {
    font-size: 22px;
    font-weight: 700;
    transition: 0.3s;
    color: #2e2e2e;
    line-height: 1.45;
    max-width: 385px;
    font-family: "Circular Std Book";
    margin: 28px 0 5px 0;
}

@media (max-width: 767.98px) {
    /* line 163, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .o_landy_blog_Widget .blog_content h4 {
        font-size: 20px;
    }
}

/* line 175, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .blog_content h4:hover {
    color: #645cbb;
}

/* line 179, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget .blog_content p {
    font-size: 16px;
    line-height: 1.63;
    margin: 25px 0 39px 0;
}

@media (max-width: 767.98px) {
    /* line 186, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .o_landy_blog_Widget.style2.mb_55 {
        margin-bottom: 35px;
    }
}

/* line 191, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget.style2 .blog_content {
    padding-top: 16px;
}

/* line 193, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget.style2 .blog_content span {
    font-size: 14px;
}

/* line 196, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget.style2 .blog_content h4 {
    font-size: 24px;
    line-height: 1.33;
    max-width: 100%;
    margin: 7px 0 9px 0;
}

@media (max-width: 767.98px) {
    /* line 196, ../../../../../laragon/www/landLord/scss/_blog.scss */
    .o_landy_blog_Widget.style2 .blog_content h4 {
        font-size: 20px;
    }
}

/* line 204, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget.style2 .blog_content h4:hover {
    color: #645cbb;
}

/* line 208, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget.style2 .blog_content p {
    margin: 0px 0 23px 0;
}

/* line 215, ../../../../../laragon/www/landLord/scss/_blog.scss */
.o_landy_blog_Widget:hover .thumb img {
    transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area {
    padding: 100px 0 100px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area {
        padding: 70px 0 70px 0;
    }
}

/* line 7, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .blog_post_date {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    grid-gap: 10px;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .blog_post_date span {
    font-size: 12px;
    font-weight: 700;
    color: #645cbb;
    border-radius: 5px;
    background-color: rgba(253, 73, 73, 0.2);
    padding: 3px 11px;
    text-transform: uppercase;
    display: inline-block;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .blog_post_date p {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
}

/* line 29, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    max-width: 487px;
    margin: 20px 0 32px 0;
}

@media (max-width: 767.98px) {
    /* line 29, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area .blog_details_inner h3 {
        font-size: 25px;
    }
}

/* line 39, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner p {
    font-size: 16px;
    color: #687083;
    font-weight: 400;
    line-height: 1.63;
}

/* line 45, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .blog_details_banner {
    margin-bottom: 30px;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .quote_text {
    display: flex;
    margin: 64px 0 40px 0;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .quote_text .horizontal_line {
    background: #645cbb;
    height: 3px;
    width: 90px;
    flex: 90px 0 0;
    position: relative;
    top: 6px;
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    /* line 51, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area .blog_details_inner .quote_text .horizontal_line {
        width: 40px;
        flex: 40px 0 0;
        margin-right: 15px;
    }
}

/* line 65, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .quote_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.5;
}

/* line 72, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .details_info {
    margin-top: 55px;
}

/* line 74, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_inner .details_info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 10px;
    line-height: 2.08;
}

@media (max-width: 767.98px) {
    /* line 74, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area .blog_details_inner .details_info h4 {
        font-size: 20px;
    }
}

/* line 88, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_reply_box {
    border-top: 1px solid #f1ece8;
    padding-top: 60px;
    margin-top: 56px;
}

@media (max-width: 767.98px) {
    /* line 88, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area .blog_reply_box {
        padding-top: 30px;
        margin-top: 36px;
    }
}

/* line 97, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
.blog_details_area .blog_details_tags {
    border-top: 1px solid #f1ece8;
    border-bottom: 1px solid #f1ece8;
    padding: 15px 0 54px 0;
    margin: 55px 0 57px 0;
}

@media (max-width: 767.98px) {
    /* line 97, ../../../../../laragon/www/landLord/scss/_blog_details.scss */
    .blog_details_area .blog_details_tags {
        margin: 30px 0 30px 0;
        padding: 15px 0 30px 0;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.fur_blog_section {
    padding: 140px 0 102px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
    .fur_blog_section {
        padding: 70px 0 40px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.fur_blog_section .fur_pagination {
    padding-top: 68px;
}

@media (max-width: 767.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
    .fur_blog_section .fur_pagination {
        padding-top: 40px;
    }
}

/* line 13, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.fur_blog_section2 {
    padding: 140px 0 131px 0;
}

@media (max-width: 767.98px) {
    /* line 13, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
    .fur_blog_section2 {
        padding: 70px 0 61px 0;
    }
}

/* line 18, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.fur_blog_section2 .fur_pagination {
    padding-top: 43px;
}

@media (max-width: 767.98px) {
    /* line 18, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
    .fur_blog_section2 .fur_pagination {
        padding-top: 20px;
    }
}

/* line 25, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.blog_sidebar_box {
    border: 1px solid #e3e6ef;
    padding: 30px;
}

/* line 31, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.keyword_lists a {
    font-size: 14px;
    font-family: "Circular Std Book";
    font-weight: 400;
    color: #687083;
    border-radius: 3px;
    background: #fcfdfd;
    display: inline-block;
    padding: 7px 15.15px;
    border: 1px solid #eef0f4;
}

/* line 41, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.keyword_lists a:hover {
    background: #645cbb;
    border-color: #645cbb;
    color: #fff;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.news_lists .single_newslist:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.news_lists .single_newslist h4 {
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    color: #2e2e2e;
    line-height: 1.44;
    font-family: "Circular Std Book";
    text-transform: capitalize;
    margin: 0px 0 2px 0;
}

/* line 65, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.news_lists .single_newslist h4:hover {
    color: #645cbb;
}

/* line 69, ../../../../../laragon/www/landLord/scss/_blog_page.scss */
.news_lists .single_newslist p {
    font-size: 14px;
    line-height: 1.63;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area {
    padding: 80px 0 80px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_products.scss */
    .prodcuts_area {
        padding: 41px 0 40px 0;
    }
}

@media (min-width: 1600px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_products.scss */
    .prodcuts_area.product_full_column {
        margin: 0 55px;
    }
}

/* line 12, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .course_title {
    margin-bottom: 15px;
}

/* line 14, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .course_title svg {
    margin-right: 10px;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .rating_lists li:not(:last-child) {
    margin-bottom: 12px;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .rating_lists .ratings {
    display: flex;
    align-items: center;
}

/* line 28, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .rating_lists .ratings i {
    font-size: 15px;
    color: #ffc107;
    margin-right: 4px;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .rating_lists .ratings i.unrated {
    color: #f1f1f1;
}

/* line 36, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .product_category_chose .rating_lists .ratings span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: inline-block;
    margin-left: 11px;
}

/* line 46, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .course_category_inner {
    border: 1px solid #f1ece8;
    padding: 25px 30px 30px 30px;
}

/* line 50, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .course_category_inner .single_pro_categry h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 18px;
    padding-bottom: 11px;
    display: block;
}

/* line 58, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .course_category_inner .single_pro_categry .color_filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
    grid-gap: 10px;
    padding: 0px;
    margin-bottom: 30px;
}

/* line 65, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper {
    padding-top: 5px;
}

/* line 67, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    #slider-range {
    background: #f1ece8;
    height: 6px;
    border-radius: 30px;
    border: 0;
}

/* line 72, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    #slider-range
    .ui-slider-range {
    background: #645cbb;
}

/* line 75, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    #slider-range
    .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #645cbb !important;
    background: #fff !important;
    top: -3px;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    #slider-range
    .ui-slider-handle:focus {
    outline: none;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    .prise_line {
    margin-top: 30px;
    overflow: hidden;
}

/* line 90, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    .prise_line
    span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-right: 5px;
}

/* line 96, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area
    .course_category_inner
    .single_pro_categry
    .filter_wrapper
    .prise_line
    input {
    border: 0;
    font-size: 14px;
    color: #645cbb;
    font-weight: 700;
}

/* line 106, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .box_header {
    border-bottom: 1px solid #f1ece8;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* line 110, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .box_header h5 {
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 113, ../../../../../laragon/www/landLord/scss/_products.scss */
    .prodcuts_area .box_header .box_header_right {
        margin-top: 10px;
    }
}

/* line 119, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .grid_shorting_style {
    margin-left: 1px;
}

/* line 121, ../../../../../laragon/www/landLord/scss/_products.scss */
.prodcuts_area .grid_shorting_style .product_wized {
    margin-right: -1px;
    margin-top: -1px;
}

/* line 130, ../../../../../laragon/www/landLord/scss/_products.scss */
.Check_sidebar li:not(:last-child) {
    margin-bottom: 12px;
}

/* line 136, ../../../../../laragon/www/landLord/scss/_products.scss */
.prduct_showing_style {
    margin-right: 3px;
}

/* line 138, ../../../../../laragon/www/landLord/scss/_products.scss */
.prduct_showing_style li:not(:last-child) {
    margin-right: 17px;
}

/* line 141, ../../../../../laragon/www/landLord/scss/_products.scss */
.prduct_showing_style a {
    padding: 0;
}

/* line 146, ../../../../../laragon/www/landLord/scss/_products.scss */
.custom_product_banner {
    background-image: url("../img/home_10/custom_pro_banner.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 132px 120px 131px 120px;
}

@media (max-width: 767.98px) {
    /* line 146, ../../../../../laragon/www/landLord/scss/_products.scss */
    .custom_product_banner {
        padding: 60px 30px 60px 30px;
    }
}

/* line 152, ../../../../../laragon/www/landLord/scss/_products.scss */
.custom_product_banner .custom_product_text {
    max-width: 360px;
}

/* line 154, ../../../../../laragon/www/landLord/scss/_products.scss */
.custom_product_banner .custom_product_text span {
    font-size: 14px;
    font-weight: 700;
    color: #645cbb;
}

/* line 159, ../../../../../laragon/www/landLord/scss/_products.scss */
.custom_product_banner .custom_product_text h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin: 5px 0 28px 0;
}

@media (max-width: 767.98px) {
    /* line 159, ../../../../../laragon/www/landLord/scss/_products.scss */
    .custom_product_banner .custom_product_text h3 {
        font-size: 25px;
        margin: 2px 0 20px 0;
    }
}

/* line 175, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_1 {
    background-image: url("../img/home_10/collection_1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 178, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_2 {
    background-image: url("../img/home_10/collection_2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 181, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_3 {
    background-image: url("../img/home_10/collection_3.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 184, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_4 {
    background-image: url("../img/home_10/collection_4.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 187, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_5 {
    background-image: url("../img/home_10/collection_5.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 190, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_6 {
    background-image: url("../img/home_10/collection_6.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 193, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_7 {
    background-image: url("../img/home_10/collection_7.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 196, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_bg_8 {
    background-image: url("../img/home_10/collection_8.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 199, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_box {
    height: 510px;
}

@media (max-width: 767.98px) {
    /* line 199, ../../../../../laragon/www/landLord/scss/_products.scss */
    .collection_box {
        height: 400px;
    }
}

/* line 204, ../../../../../laragon/www/landLord/scss/_products.scss */
.collection_box.style_2 {
    height: 360px;
}

@media (max-width: 767.98px) {
    /* line 204, ../../../../../laragon/www/landLord/scss/_products.scss */
    .collection_box.style_2 {
        height: 300px;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 {
    border: 1px solid #f1ece8;
    padding: 15px;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    /* line 5, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.mb_45 {
        margin-bottom: 30px;
    }
}

/* line 10, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.list_style_product {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 10, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 10, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    /* line 10, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

/* line 31, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.list_style_product .product__meta .stars {
    margin: 7px 0 20px 0;
}

/* line 35, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.list_style_product .stars .mute_text {
    margin-left: 3px;
}

/* line 39, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.list_style_product .product__meta {
    max-width: 550px;
}

/* line 42, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.list_style_product .description_text {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 400;
    margin: 0 0 30px 0;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .thumb {
    display: block;
    overflow: hidden;
}

/* line 52, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .thumb .offer_text {
    position: absolute;
    background-color: #fd0260;
    width: 87px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Circular Std Book";
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    top: 20px;
    left: -3px;
    display: flex;
    align-items: center;
    clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

/* line 68, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .thumb .offer_text.sale_text {
    background: #645cbb;
    top: 70px;
    padding-left: 22px;
}

/* line 74, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .thumb img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s;
    object-fit: cover;
    height: 190px;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper {
    position: relative;
    margin-bottom: 20.5px;
    max-height: 190px;
    overflow: hidden;
    min-height: 190px;
}

/* line 83, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .badge_1 {
    position: absolute;
    width: 44px;
    background: #31ce6b;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px;
}

/* line 96, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .badge_1.style2 {
    background: #f27001;
    left: 68px;
}

.product_widget5 .product_thumb_upper .badge_1.bg_green {
    background: #f27001;
}

/* line 101, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .product_action {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    right: 0px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

/* line 115, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .product_action a {
    width: 40px;
    height: 40px;
    color: #090b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}

/* line 124, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .product_action a:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

/* line 127, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product_thumb_upper .product_action a:hover {
    color: #645cbb;
}

/* line 134, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_banding {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: block;
    margin-bottom: 5px;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    margin-bottom: 0px;
    transition: 0.3s;
    line-height: 1.44;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* line 153, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta h4:hover {
    color: #645cbb;
}

/* line 157, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .stars {
    display: flex;
    align-items: center;
    margin: 12px 0 18px 0;
}

/* line 161, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .stars i {
    color: #ffc107;
    font-size: 15px;
}

/* line 164, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .stars i:not(:last-child) {
    margin-right: 5px;
}

/* line 170, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_prise {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* line 175, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_prise p {
    font-size: 16px;
    font-weight: 500;
    color: #645cbb;
    transform: translateY(0px);
    transition: 0.3s;
}

/* line 181, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_prise p span {
    color: #687083;
    text-decoration: line-through;
    margin-right: 10px;
}

/* line 187, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_prise .add_cart {
    font-size: 14px;
    font-weight: 700;
    color: #645cbb;
    font-family: "Circular Std Book";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    top: 50%;
    transform: translateY(0);
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/* line 206, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5 .product__meta .product_prise .add_cart::before {
    content: "";
    position: absolute;
    right: auto;
    left: auto;
    height: 1px;
    background: #645cbb;
    width: 95px;
    text-align: center;
    bottom: 2px;
}

/* line 222, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5:hover .product_prise .add_cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

/* line 227, ../../../../../laragon/www/landLord/scss/_product.scss */
/* .product_widget5:hover .product_prise p {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
} */

/* line 233, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5:hover img {
    transform: scale(1.1);
}

/* line 237, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5:hover .product_thumb_upper .product_action {
    opacity: 0;
    visibility: hidden;
    right: 20px;
}

/* line 244, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style2 {
    border: 1px solid #f1ece8;
    padding: 20px 20px 25px 20px;
}

/* line 250, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style3 {
    padding: 20px 0px 25px 0px;
}

/* line 252, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style3 .product__meta {
    padding: 0 20px;
}

/* line 255, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style3 .thumb {
    text-align: center;
}

/* line 257, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style3 .thumb img {
    max-width: 200px;
    min-width: 200px;
    margin: auto;
}

@media (max-width: 575.98px) {
    /* line 257, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.style3 .thumb img {
        min-width: auto;
    }
}

/* line 267, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style3 .product__meta h4 {
    font-size: 18px;
    line-height: 1.44;
}

/* line 273, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style4 {
    padding: 20px 0px 25px 0px;
}

/* line 275, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style4 .product__meta {
    padding: 0 50px;
}

@media (max-width: 575.98px) {
    /* line 275, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.style4 .product__meta {
        padding: 0 10px;
    }
}

/* line 281, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style4 .thumb {
    text-align: center;
}

/* line 283, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style4 .thumb img {
    max-width: 140px;
    min-width: 140px;
    margin: auto;
}

@media (max-width: 767.98px) {
    /* line 283, ../../../../../laragon/www/landLord/scss/_product.scss */
    .product_widget5.style4 .thumb img {
        max-width: 100px;
        min-width: auto;
    }
}

/* line 294, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style4 .product__meta h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 11.5px 0 5px 0;
}

/* line 303, ../../../../../laragon/www/landLord/scss/_product.scss */
.product_widget5.style5 .product__meta h4 {
    font-size: 20px;
}

@media (max-width: 575.98px) {
    /* line 310, ../../../../../laragon/www/landLord/scss/_product.scss */
    .custom_rowProduct {
        margin: 0 -5px;
    }
}

@media (max-width: 575.98px) {
    /* line 315, ../../../../../laragon/www/landLord/scss/_product.scss */
    .custom_rowProduct .col-6 {
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    /* line 320, ../../../../../laragon/www/landLord/scss/_product.scss */
    .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1 {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 575.98px) {
    /* line 326, ../../../../../laragon/www/landLord/scss/_product.scss */
    .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1.style2 {
        left: 52px;
    }
}

@media (max-width: 575.98px) {
    /* line 331, ../../../../../laragon/www/landLord/scss/_product.scss */
    .custom_rowProduct
        .product_widget5:hover
        .product_thumb_upper
        .product_action {
        right: 5px;
    }
}

/* line 340, ../../../../../laragon/www/landLord/scss/_product.scss */
.keyword_lists .tag_added {
    font-size: 14px;
    font-family: "Circular Std Book";
    font-weight: 400;
    color: #687083;
    border-radius: 3px;
    background: #fcfdfd;
    display: inline-block;
    padding: 7px 15.15px;
    border: 1px solid #eef0f4;
    transition: 0.3s;
    cursor: pointer;
}

/* line 352, ../../../../../laragon/www/landLord/scss/_product.scss */
.keyword_lists .tag_added:hover {
    background: #645cbb;
    border-color: #645cbb;
    color: #fff;
}

/* line 356, ../../../../../laragon/www/landLord/scss/_product.scss */
.keyword_lists .tag_added:hover i {
    color: #fff;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 8, 34, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .chart_close i {
    font-size: 15px;
    color: #2e2e2e;
    cursor: pointer;
}

/* line 28, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0px;
    right: 0;
    background: #fff;
    z-index: 1000;
    height: 100%;
    width: 413px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transform: translateX(413px);
    transform-origin: right;
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    /* line 28, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .shoping_wrapper .shoping_cart {
        width: 100%;
        padding: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 28, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .shoping_wrapper .shoping_cart {
        padding: 30px 20px 30px 30px;
    }
}

/* line 54, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: right;
}

/* line 61, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid #f1ece8;
    padding-bottom: 15px;
}

/* line 64, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0px;
}

/* line 70, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid #f1ece8;
    align-items: center;
    padding: 20px 0;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .thumb
    .thumb_inner {
    width: 100px;
    flex: 100px 0 0;
}

/* line 85, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .thumb
    .thumb_inner
    img {
    width: 100%;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 8px;
}

/* line 98, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    p {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    display: flex;
    align-items: center;
}

/* line 105, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper
    .shoping_cart
    .shoping_cart_inner
    .single_cart
    .cart_content
    p
    .prise {
    color: #645cbb;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_subtotal {
    margin: 15px 0 22px 0;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_subtotal h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 119, ../../../../../laragon/www/landLord/scss/_cart.scss */
.shoping_wrapper .shoping_cart .shoping_cart_subtotal span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 129, ../../../../../laragon/www/landLord/scss/_cart.scss */
.home_eight .shoping_wrapper .shoping_cart {
    top: 60px;
}

@media (max-width: 767.98px) {
    /* line 129, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .home_eight .shoping_wrapper .shoping_cart {
        top: 0;
    }
}

/* line 137, ../../../../../laragon/www/landLord/scss/_cart.scss */
.side_chartView_total {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #645cbb;
    border-radius: 10px 0 0 10px;
    padding: 8px 20px 8px 8px;
    grid-gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 12;
}

@media (max-width: 767.98px) {
    /* line 137, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .side_chartView_total {
        padding: 5px 14px 5px 5px;
        grid-gap: 5px;
        display: none !important;
    }
}

/* line 153, ../../../../../laragon/www/landLord/scss/_cart.scss */
.side_chartView_total .icon_lock {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

@media (max-width: 767.98px) {
    /* line 153, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .side_chartView_total .icon_lock {
        width: 40px;
        height: 40px;
    }
}

/* line 167, ../../../../../laragon/www/landLord/scss/_cart.scss */
.side_chartView_total .cart_view_text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    /* line 167, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .side_chartView_total .cart_view_text span {
        font-size: 12px;
    }
}

/* line 177, ../../../../../laragon/www/landLord/scss/_cart.scss */
.side_chartView_total .cart_view_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

@media (max-width: 767.98px) {
    /* line 177, ../../../../../laragon/www/landLord/scss/_cart.scss */
    .side_chartView_total .cart_view_text h5 {
        font-size: 14px;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_wrapper {
    padding: 97px 0 70px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .cart_wrapper {
        padding: 60px 0 50px 0;
    }
}

/* line 7, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_wrapper .cart_table_wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 30px;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    border-top: 0;
    border-bottom: 1px solid #f1ece8 !important;
    padding: 0 30px 19px 30px;
    font-family: "Circular Std Book";
}

/* line 31, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table thead tr th:nth-child(1) {
    padding-left: 230px;
}

@media (max-width: 767.98px) {
    /* line 31, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .table.custom_table thead tr th:nth-child(1) {
        padding-left: 180px;
    }
}

/* line 46, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td {
    border-bottom: 1px solid #f1ece8;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 30px;
    white-space: nowrap;
}

/* line 54, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .in_stoke {
    color: #49a60a;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td:nth-child(1) {
    padding-left: 20px;
}

/* line 64, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer;
}

/* line 67, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px;
}

/* line 75, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 40px;
}

@media (max-width: 767.98px) {
    /* line 75, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .table.custom_table tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px;
    }
}

/* line 84, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .product_name .thumb img {
    width: 100%;
}

/* line 88, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

/* line 98, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tfoot td {
    border-top: 1px solid #f1ece8;
    border-bottom: 1px solid #f1ece8;
    padding: 25px 20px;
}

/* line 102, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tfoot td:nth-child(1) {
    border-left: 1px solid #f1ece8;
}

/* line 105, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table tfoot td:last-child {
    border-right: 1px solid #f1ece8;
    text-align: right;
}

/* line 113, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table.custom_table2 tbody td {
    padding: 25px 40px;
}

/* line 119, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px;
}

/* line 127, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    border-top: 0;
    border-bottom: 1px solid #e9e7f7;
    padding: 15px 30px;
    font-family: "Circular Std Book";
    padding-left: 0;
    white-space: nowrap;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td {
    border-bottom: 1px solid #e9e7f7;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    font-size: 16px;
    vertical-align: middle;
    padding: 14.5px;
    white-space: nowrap;
    padding-left: 0;
    font-weight: 400;
}

/* line 152, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td h5 {
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
    font-size: 16px;
}

/* line 160, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td .product_name .close_icon {
    margin-right: 11px;
}

/* line 163, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px;
}

@media (max-width: 767.98px) {
    /* line 163, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .table.custom_table3 tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px;
    }
}

/* line 172, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td .product_name .thumb img {
    width: 100%;
}

/* line 176, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table3 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
}

/* line 186, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px;
}

/* line 193, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 thead tr th {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    border-top: 0;
    border: 1px solid #f1ece8 !important;
    padding: 12.5px 30px;
    font-family: "Circular Std Book";
    background: #f9f9fd;
}

/* line 207, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td {
    border: 1px solid #f1ece8;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 12px 30px;
}

/* line 215, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td.product_td {
    padding: 20px 30px;
}

/* line 218, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td.product_footer {
    padding: 20px 30px;
}

/* line 221, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td.td_gray_bg {
    background: #f9f9fd;
}

/* line 224, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .in_stoke {
    color: #49a60a;
}

/* line 227, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td:nth-child(1) {
    padding-left: 20px;
}

/* line 234, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer;
}

/* line 237, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px;
}

/* line 244, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .product_name {
    grid-gap: 20px;
}

/* line 246, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .product_name .thumb {
    width: 80px;
    height: 50px;
}

/* line 249, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .product_name .thumb img {
    width: 100%;
}

/* line 255, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

/* line 265, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tfoot td {
    border-top: 1px solid #f1ece8;
    border-bottom: 1px solid #f1ece8;
    padding: 25px 20px;
}

/* line 269, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tfoot td:nth-child(1) {
    border-left: 1px solid #f1ece8;
}

/* line 272, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4 tfoot td:last-child {
    border-right: 1px solid #f1ece8;
    text-align: right;
}

/* line 280, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.custom_table4.custom_table2 tbody td {
    padding: 25px 40px;
}

/* line 286, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px;
}

/* line 294, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table thead tr th {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    border-top: 0;
    border-bottom: 0 !important;
    padding: 13px 24px;
    font-family: "Circular Std Book";
}

/* line 302, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table thead tr th:nth-child(1) {
    /* padding-left: 30px; */
}

/* line 305, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table thead tr th:last-child {
    /* padding-right: 30px; */
}

/* line 314, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr:nth-of-type(2n + 1) td {
    background: #f6f8fa;
}

/* line 319, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr:nth-of-type(2n + 2) td {
    padding: 13.5px 24px;
}

/* line 324, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td {
    border-bottom: 0;
    color: #687083;
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 24px;
    white-space: nowrap;
    font-weight: 500;
}

/* line 332, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .in_stoke {
    color: #49a60a;
}

/* line 335, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .close_icon {
    margin-right: 10px;
    cursor: pointer;
}

/* line 338, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .close_icon.style_2 {
    margin-left: 20px;
    margin-right: 0;
    position: relative;
    top: -2px;
}

/* line 346, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .product_name .thumb {
    width: 160px;
    height: 100px;
    margin-right: 90px;
}

@media (max-width: 767.98px) {
    /* line 346, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .table.size_table tbody tr td .product_name .thumb {
        width: 100px;
        height: 60px;
        margin-right: 30px;
    }
}

/* line 355, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .product_name .thumb img {
    width: 100%;
}

/* line 359, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tbody tr td .product_name span {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
}

/* line 369, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tfoot td {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 25px 20px;
}

/* line 373, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tfoot td:nth-child(1) {
    border-left: 1px solid #e1e2e6;
}

/* line 376, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table tfoot td:last-child {
    border-right: 1px solid #e1e2e6;
    text-align: right;
}

/* line 384, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.size_table.custom_table2 tbody td {
    padding: 25px 40px;
}

/* line 390, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_wrapper {
    display: grid;
    grid-template-columns: auto 100px;
    grid-gap: 5px;
}

/* line 394, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_wrapper .theme_btn.small_btn2 {
    padding: 13.5px 9px;
}

/* line 397, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_wrapper .primary_input {
    background: #f9f9fd;
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
}

/* line 403, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_wrapper .primary_input::placeholder {
    color: #687083;
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
}

/* line 412, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count {
    display: inline-flex;
}

/* line 414, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count .count_single_item {
    width: 40px;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #e1e2e6;
    font-size: 14px;
    color: #687083;
    display: inline-block;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
    cursor: pointer;
    background: #f9f9fd;
}

/* line 429, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count .count_single_item.input-number {
    cursor: text;
    width: 60px;
    background: #fff;
    color: #2e2e2e;
    font-weight: 500;
    font-family: "Circular Std Book";
    font-size: 16px;
    border-right: 0;
    border-left: 0;
}

/* line 439, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count .count_single_item.input-number::placeholder {
    color: #2e2e2e;
}

/* line 444, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_2 .count_single_item {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* line 449, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_2 .count_single_item.input-number {
    width: 30px;
}

/* line 451, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_2 .count_single_item.input-number::placeholder {
    color: #2e2e2e;
}

/* line 457, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_3 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* line 462, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_3 .count_single_item.input-number {
    width: 60px;
}

/* line 464, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_3 .count_single_item.input-number::placeholder {
    color: #2e2e2e;
}

/* line 470, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_4 .count_single_item {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/* line 475, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_4 .count_single_item.input-number {
    width: 50px;
}

/* line 477, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.product_number_count.style_4 .count_single_item.input-number::placeholder {
    color: #2e2e2e;
}

/* line 484, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table {
    border-radius: 5px;
    border-collapse: collapse;
    border-radius: 5px;
}

/* line 492, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table thead tr th {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 10px 10px 30px;
    font-family: "Circular Std Book";
    background: #645cbb;
    color: #fff;
}

/* line 502, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table thead tr th h5 {
    color: #fff;
    font-size: 18px;
}

/* line 506, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table thead tr th .job_lists {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

/* line 517, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table tbody tr td {
    vertical-align: middle;
    padding: 20px 30px 20px 0;
    white-space: nowrap;
}

/* line 518, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table tbody tr td .job_name {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 3px;
}

/* line 524, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table tbody tr td .job_position {
    font-size: 14px;
    font-weight: 400;
    color: #676e8b;
}

/* line 535, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table tbody tr td:nth-child(1) {
    border-top: 1px solid #e1e2e6;
}

/* line 538, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.table.position_table tbody tr td:last-child {
    border-top: 1px solid #e1e2e6;
}

/* line 546, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box {
    border: 1px solid #f1ece8;
    background-color: #fafafa;
    padding: 30px;
}

/* line 550, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .primary_checkbox {
    margin: 24px 0 23px 0;
}

/* line 553, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 21px;
}

/* line 556, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_amount p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 563, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_amount p:not(:last-child) {
    margin-bottom: 4px;
}

/* line 566, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_amount p span {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 574, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_total {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1ece8;
    padding: 23px 0 22px 0;
}

/* line 579, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.cart_sub_box .cart_sub_box_total h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2e;
}

/* line 587, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.sheping_grid_box {
    display: grid;
    grid-template-columns: 525px 450px;
    grid-gap: 75px;
    align-items: start;
    padding-top: 120px;
}

@media (max-width: 991.98px) {
    /* line 587, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box {
        padding-top: 50px;
        grid-template-columns: auto;
        grid-gap: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 587, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box {
        grid-gap: 30px;
        grid-template-columns: 480px 450px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 587, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box {
        grid-gap: 30px;
        grid-template-columns: 425px 380px;
    }
}

/* line 606, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.sheping_grid_box .cart_table_wrapper {
    border-right: 1px solid #ebebeb;
    padding-right: 75px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    /* line 606, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box .cart_table_wrapper {
        border: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 606, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box .cart_table_wrapper {
        padding-right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 606, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
    .sheping_grid_box .cart_table_wrapper {
        padding-right: 30px;
    }
}

/* line 623, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information {
    border-radius: 5px;
    border: 1px solid #29c489;
    padding: 14px 20px 15px 20px;
    grid-gap: 25px;
}

/* line 628, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information.style2 {
    border: 1px solid #fd2121;
    grid-gap: 20px;
}

/* line 632, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information.style2 .coupon_content h4 {
    color: #fd2121;
    margin-bottom: 8px;
}

/* line 636, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information.style2 .coupon_content p {
    font-size: 14px;
    line-height: 1.29;
    font-weight: 400;
    color: #687083;
}

/* line 645, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information .coupon_content h4 {
    color: #29c489;
    margin-bottom: 2px;
}

/* line 649, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.coupon_verify_information .coupon_content .remove_coupon {
    font-size: 12px;
    font-weight: bold;
    color: #ff2121;
}

/* line 659, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table thead tr {
    border: 1px solid #eef0f4;
}

/* line 661, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 14px 20px;
}

/* line 670, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14px 0;
}

/* line 674, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table tbody tr td:not(:first-child) {
    padding-left: 20px;
}

/* line 677, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 682, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table tbody tr:last-child td {
    padding-bottom: 0;
}

/* line 687, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 695, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style2 thead tr {
    border: 1px solid #eef0f4;
}

/* line 697, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style2 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 20px 30px 18px 30px;
}

/* line 706, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style2 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 19.5px 30px;
}

/* line 710, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style2 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 715, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style2 tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e3e6ef !important;
}

/* line 724, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef;
}

/* line 727, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 thead tr th {
    border: 0 !important;
    background-color: #fff;
    padding: 14px 20px;
}

/* line 731, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 thead tr th:first-child {
    padding-left: 0;
}

/* line 739, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.25px 0;
}

/* line 743, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 tbody tr td:not(:first-child) {
    padding-left: 20px;
}

/* line 746, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 751, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style3 tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 760, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef;
}

/* line 763, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 thead tr th {
    border: 0 !important;
    background-color: #fff;
    padding: 14px 20px;
}

/* line 767, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 thead tr th:first-child {
    padding-left: 0;
}

/* line 775, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.5px 0;
}

/* line 779, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 tbody tr td:not(:first-child) {
    padding-left: 20px;
}

/* line 782, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 787, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style4 tbody tr:not(:last-child) td {
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 796, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style5 thead tr {
    border: 0;
    border: 1px solid #eef0f4;
}

/* line 799, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style5 thead tr th {
    border: 0 !important;
    padding: 19px 30px;
    background-color: #fcfdfd;
}

/* line 808, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style5 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14.5px 30px;
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 813, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style5 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 822, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style6 thead tr {
    border: 1px solid #eef0f4;
}

/* line 824, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style6 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 20px 20px 18px 20px;
}

/* line 833, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style6 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 15.63px 20px;
    border-bottom: 1px solid #e3e6ef !important;
    line-height: 1.43;
}

/* line 839, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style6 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 849, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style7 thead tr th {
    padding: 17.5px 20px;
}

/* line 856, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table.style7 tbody tr td {
    padding: 17.5px 20px;
}

/* line 866, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 thead tr {
    border: 0;
    border-bottom: 1px dashed #e3e6ef;
}

/* line 869, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 thead tr th {
    border: 0 !important;
    padding: 13px 0px;
}

/* line 872, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 thead tr th:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 881, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 14px 0;
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 886, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 tbody tr td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
}

/* line 890, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table2 tbody tr td h4 {
    margin-bottom: 4px;
}

/* line 897, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.wishlist-thumb {
    max-width: 100px;
}

/* line 900, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 {
    border-collapse: separate;
    border-spacing: 0 20px;
}

/* line 903, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style2 {
    border-spacing: 0 10px;
}

/* line 907, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style2 tbody tr td {
    border-color: #eef0f4 !important;
}

/* line 909, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style2 tbody tr td:first-child {
    border-left: 1px solid #eef0f4 !important;
}

/* line 912, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style2 tbody tr td:last-child {
    border-right: 1px solid #eef0f4 !important;
}

/* line 919, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style3 {
    border-spacing: 0 10px;
}

/* line 923, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style3 tbody tr td {
    border-color: #e3e6ef !important;
}

/* line 925, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style3 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important;
}

/* line 928, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style3 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important;
}

/* line 935, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 {
    border-spacing: 0 10px;
}

/* line 938, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 tbody::before {
    line-height: 0px;
    content: "";
    color: white;
    display: block;
}

/* line 945, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 tbody tr td {
    border-color: #e3e6ef !important;
}

/* line 947, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important;
}

/* line 950, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important;
}

/* line 958, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 thead tr th {
    border: 0 !important;
    background-color: #fcfdfd;
    padding: 19px 20px;
    border-top: 1px solid #eef0f4 !important;
    border-bottom: 1px solid #eef0f4 !important;
}

/* line 964, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 thead tr th:first-child {
    border-left: 1px solid #eef0f4 !important;
}

/* line 967, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3.style4 thead tr th:last-child {
    border-right: 1px solid #eef0f4 !important;
}

/* line 975, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 thead tr {
    border: 0;
}

/* line 977, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 thead tr th {
    border: 0 !important;
    padding: 8px 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #e3e6ef !important;
}

/* line 987, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 tbody tr td {
    vertical-align: middle;
    border: 0;
    padding: 20px;
    border-top: 1px solid #e3e6ef !important;
    border-bottom: 1px solid #e3e6ef !important;
}

/* line 993, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 tbody tr td:first-child {
    border-left: 1px solid #e3e6ef !important;
}

/* line 996, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 tbody tr td:last-child {
    border-right: 1px solid #e3e6ef !important;
}

/* line 999, ../../../../../laragon/www/landLord/scss/_shoping_cart.scss */
.o_landy_table3 tbody tr td h4 {
    margin-bottom: 4px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper {
    padding: 80px 0 0px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_details_wrapper {
        padding: 15px 0 0px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .products_imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

/* line 10, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .products_imgs .single_product_image {
    overflow: hidden;
}

/* line 12, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .products_imgs .single_product_image img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

/* line 18, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .products_imgs .single_product_image:hover img {
    transform: scale(1.3);
}

/* line 25, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .stoke_badge {
    font-size: 12px;
    font-weight: 700;
    background: #13c481;
    color: #fff;
    border-radius: 2px;
    padding: 4px 7px;
}

/* line 33, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.42;
    max-width: 450px;
    margin: 13px 0 9px 0;
}

@media (max-width: 767.98px) {
    /* line 33, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_details_wrapper .product_content_details h3 {
        font-size: 20px;
    }
}

/* line 44, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .details_text {
    margin: 24px 0 24px 0;
}

/* line 47, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .viendor_text {
    grid-gap: 30px;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .viendor_text
    .stock_text:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #f1ece8;
    top: 50%;
    transform: translateY(-50%);
}

/* line 64, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .stock_text {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 0px;
    position: relative;
}

/* line 70, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .stock_text span {
    color: #687083;
    font-weight: 500;
}

/* line 75, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box {
    border-top: 1px solid #f1ece8;
    border-bottom: 1px solid #f1ece8;
    padding: 21px 0 14px 0;
}

/* line 79, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_prise {
    grid-gap: 10px;
}

/* line 81, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_prise
    span {
    font-size: 24px;
    font-weight: 500;
    color: #00124e;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_disPrise {
    margin: 1px 0 9px 0;
}

/* line 89, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_disPrise
    .discount_prise {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #687083;
    font-weight: 500;
    grid-gap: 5px;
}

/* line 97, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_disPrise
    .diccount_percents {
    border-radius: 5px;
    border: 1px solid #f1ece8;
    background-color: #f9f9fd;
    font-size: 12px;
    font-weight: 500;
    color: #687083;
    height: 21px;
    min-width: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .destils_prise_information_box
    .pro_details_text {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .prise_text {
    font-size: 24px;
    font-family: "Circular Std Book";
    font-weight: 700;
    color: #645cbb;
    grid-gap: 8px;
}

/* line 124, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .prise_text span {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
    font-family: "Circular Std Book";
}

/* line 131, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .size_quide_info {
    grid-gap: 20px;
}

/* line 133, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .size_quide_info
    .single_side_guide {
    font-size: 12px;
    color: #645cbb;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    text-transform: uppercase;
}

/* line 141, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .size_quide_info
    .single_side_guide:last-child {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    /* line 141, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_details_wrapper
        .product_content_details
        .size_quide_info
        .single_side_guide:last-child {
        margin-right: auto;
        margin-left: 0;
    }
}

/* line 153, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .add_wish_compare {
    grid-gap: 30px;
}

/* line 155, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .add_wish_compare
    .single_wish_compare {
    font-size: 12px;
    color: #645cbb;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
}

/* line 162, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .add_wish_compare
    .single_wish_compare
    i {
    font-size: 16px;
}

/* line 167, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .product_ratings {
    display: flex;
    align-items: center;
    margin: 9px 0 17px 0;
}

/* line 171, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .product_ratings .stars {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

/* line 175, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .product_ratings .stars i {
    font-size: 15px;
    color: #ffc107;
}

/* line 178, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_ratings
    .stars
    i:not(:last-child) {
    margin-right: 4px;
}

/* line 183, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .product_ratings span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 190, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

@media (max-width: 767.98px) {
    /* line 190, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_details_wrapper
        .product_content_details
        .product_info
        .single_pro_varient {
        flex-wrap: wrap;
    }
}

/* line 200, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .color_List
    label:not(:last-child) {
    margin-right: 10px;
}

/* line 205, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient.style_2 {
    grid-gap: 20px;
}

/* line 207, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient.style_2
    .dot_devide {
    margin-left: 11px;
}

/* line 211, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size {
    display: flex;
    align-items: center;
}

/* line 214, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size
    li {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    border: 1px solid #e1e2e6;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    flex: 40px 0 0;
    cursor: pointer;
    font-family: "Circular Std Book";
}

/* line 228, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size
    li.active {
    border-color: #645cbb;
    background: #645cbb;
    color: #fff;
}

/* line 233, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size
    li:not(:last-child) {
    margin-right: 10px;
}

/* line 238, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size.material_lists
    li {
    padding: 0 15px;
    font-weight: 400;
    flex: auto 0 0;
    width: auto;
    text-transform: capitalize;
    font-size: 16px;
}

/* line 248, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size.material_list2
    li {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 256, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size.material_list2
    li.active {
    border: 2px solid #645cbb;
    background: #fff;
    color: #fff;
    padding: 3px;
}

/* line 262, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .single_pro_varient
    .product_size.material_list2
    li
    img {
    width: 100%;
    border-radius: 5px;
}

/* line 271, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .add_wishCard
    .add_wish_list {
    font-size: 14px;
    font-weight: 600;
    color: #687083;
    display: inline-flex;
    align-items: center;
}

/* line 277, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .product_info
    .add_wishCard
    .add_wish_list
    i {
    font-size: 22px;
    color: #090b17;
    margin-right: 15px;
}

/* line 285, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_content_details .pro_branding_info {
    border-top: 1px solid #f1f1f1;
    padding-top: 28px;
    margin-top: 40px;
}

/* line 289, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .pro_branding_info
    .single_branding {
    display: grid;
    grid-template-columns: 79px auto;
    grid-gap: 15px;
    margin-bottom: 1px;
}

/* line 294, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .pro_branding_info
    .single_branding:last-child {
    margin-top: 8px;
}

/* line 297, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .pro_branding_info
    .single_branding
    span {
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

/* line 306, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_content_details
    .pro_branding_info
    .single_branding
    p {
    font-size: 16px;
    color: #687083;
    font-weight: 400;
}

/* line 314, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .product_details_sujjetion {
    border-top: 1px solid #f1ece8;
    padding-top: 18px;
}

/* line 317, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box {
    border: 1px solid #f1ece8;
}

/* line 319, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box
    .product_details_sujjetion_single {
    padding: 10px;
    border-bottom: 1px solid #f1ece8;
}

/* line 322, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box
    .product_details_sujjetion_single
    .thumb {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
}

/* line 328, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box
    .product_details_sujjetion_single
    .product_details_sujjetion_content
    h4 {
    margin-bottom: 4px;
}

/* line 335, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box
    .product_details_sujjetion_total {
    padding: 12px;
}

/* line 338, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper
    .product_details_sujjetion
    .product_details_sujjetion_box
    .product_details_sujjetion_total
    .product_details_sujjetion_left
    span {
    margin-bottom: 6px;
}

/* line 347, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links {
    display: flex;
    align-items: center;
}

/* line 351, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li:not(:last-child) {
    margin-right: 10px;
}

/* line 354, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    transition: 0.3s;
}

/* line 363, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li a:hover {
    background: #fd1c5e !important;
}

/* line 366, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li a.facebook_bg {
    background: #3b5998;
}

/* line 369, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li a.twitter_bg {
    background: #1da1f2;
}

/* line 372, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_wrapper .social_links li a.linkedin_bg {
    background: #dd5143;
}

/* line 385, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper .shop_tab_content .description_content {
    padding: 30px 0 80px 0;
}

/* line 387, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper .shop_tab_content .description_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #2e2e2e;
}

/* line 394, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper
    .shop_tab_content
    .description_content
    .Specifications
    h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 52px 0 30px 0;
}

/* line 401, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper
    .shop_tab_content
    .description_content
    .Specifications
    .Specifications_list
    .single_specif {
    display: grid;
    grid-template-columns: 152px auto;
    grid-gap: 30px;
    margin-bottom: 13px;
}

/* line 406, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper
    .shop_tab_content
    .description_content
    .Specifications
    .Specifications_list
    .single_specif
    span {
    font-size: 14px;
    font-weight: 600;
    color: #2e2e2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 414, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_des_review_wrapper
    .shop_tab_content
    .description_content
    .Specifications
    .Specifications_list
    .single_specif
    p {
    font-size: 14px;
    color: #687083;
    font-weight: 400;
    margin-bottom: 0;
}

/* line 427, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.shop_tab {
    border-bottom: 1px solid #ebebeb;
}

/* line 430, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.shop_tab li a {
    font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
    position: relative;
    padding: 10px;
}

/* line 436, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.shop_tab li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background: #fd1c5e;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

/* line 448, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.shop_tab li a.active,
.shop_tab li a:hover {
    color: #fd1c5e;
}

/* line 451, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.shop_tab li a.active::before,
.shop_tab li a:hover::before {
    opacity: 1;
}

/* line 460, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.sujjested_prosuct_area {
    padding: 76px 0 44px 0;
}

@media (max-width: 767.98px) {
    /* line 460, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .sujjested_prosuct_area {
        padding-bottom: 40px;
    }
}

/* line 465, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.sujjested_prosuct_area .seperator_line {
    padding-bottom: 133px;
}

@media (max-width: 767.98px) {
    /* line 465, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .sujjested_prosuct_area .seperator_line {
        padding-bottom: 63px;
    }
}

/* line 474, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_description_box {
    border-top: 1px solid #ebebeb;
    padding-top: 27px;
    margin-top: 26px;
}

@media (min-width: 1600px) {
    /* line 474, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_details_description_box {
        margin-left: 50px;
    }
}

/* line 481, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_description_box p {
    font-size: 14px;
    line-height: 30px;
}

/* line 484, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_description_box p.Information_text {
    font-size: 14px;
    color: #687083;
    line-height: 26px;
}

/* line 488, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_description_box p.Information_text span {
    font-weight: 600;
    color: #2e2e2e;
}

/* line 492, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_description_box p.Information_text:not(:last-child) {
    margin-bottom: 5px;
}

/* line 498, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper {
    border: 1px solid #f1ece8;
    margin-top: 43px;
}

/* line 501, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .product_reviews_wrapper_head {
    border-bottom: 1px solid #f1ece8;
    padding: 18.5px 20px;
}

/* line 505, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper.style_2 {
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    margin-top: 70px;
}

@media (max-width: 767.98px) {
    /* line 505, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper.style_2 {
        margin-top: 40px;
    }
}

/* line 513, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper.style_3 {
    margin-left: 0;
    border-top: 1px solid #ebebeb;
    margin-top: 70px;
    padding-top: 30px;
}

@media (max-width: 767.98px) {
    /* line 513, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper.style_3 {
        margin-top: 40px;
    }
}

/* line 523, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .details_title h4 {
    margin-bottom: 13px;
}

/* line 529, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .product_description_wrap .single_description_wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 23px;
    margin-bottom: 26px;
}

/* line 535, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback {
    display: flex;
    padding-top: 13px;
    border-bottom: 1px solid #f1ece8;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    /* line 535, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper .course_feedback {
        flex-direction: column;
    }
}

/* line 544, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback .course_feedback_left {
    padding-right: 50px;
    margin-bottom: 30px;
}

/* line 547, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 60px;
    font-weight: 700;
    color: #645cbb;
    margin-bottom: 0;
    line-height: 1;
}

/* line 554, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 8px 0 8px 0;
}

/* line 558, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .course_feedback_left
    .feedmak_stars
    i {
    font-size: 17px;
}

/* line 561, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .course_feedback_left
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
}

/* line 566, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback .course_feedback_left span {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 573, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_feedback .feedbark_progressbar {
    width: 100%;
}

/* line 575, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
    align-items: center;
    margin-bottom: 20px;
}

/* line 584, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress {
    height: 10px;
    background-color: #f1ece8;
    border-radius: 30px;
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    /* line 584, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper
        .course_feedback
        .feedbark_progressbar
        .single_progrssbar
        .progress {
        margin-right: 15px;
    }
}

/* line 592, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress
    .progress-bar {
    background: #645cbb;
    border-radius: 30px;
}

/* line 598, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 20px;
}

@media (max-width: 767.98px) {
    /* line 598, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper
        .course_feedback
        .feedbark_progressbar
        .single_progrssbar
        .rating_percent
        .feedmak_stars {
        margin-right: 15px;
    }
}

/* line 606, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i {
    color: #ffc107;
    font-size: 17px;
}

@media (max-width: 767.98px) {
    /* line 606, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper
        .course_feedback
        .feedbark_progressbar
        .single_progrssbar
        .rating_percent
        .feedmak_stars
        i {
        font-size: 14px;
    }
}

/* line 612, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
}

/* line 617, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    span {
    font-family: "Circular Std Book";
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
}

@media (max-width: 575.98px) {
    /* line 628, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper .description_box img {
        width: 100%;
    }
}

/* line 633, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .description_box p {
    font-size: 14px;
    line-height: 30px;
}

/* line 636, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .description_box p.Information_text {
    font-size: 14px;
    color: #687083;
    line-height: 26px;
}

/* line 640, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .description_box p.Information_text span {
    font-weight: 600;
    color: #2e2e2e;
}

/* line 644, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .description_box p.Information_text:not(:last-child) {
    margin-bottom: 5px;
}

/* line 650, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_cutomer_reviews {
    padding: 50px 50px;
}

@media (max-width: 767.98px) {
    /* line 650, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .product_reviews_wrapper .course_cutomer_reviews {
        padding: 20px;
    }
}

/* line 655, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_reviews_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 28px;
}

/* line 661, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews {
    display: flex;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

/* line 666, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    font-family: "Circular Std Book";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #645cbb;
    flex: 80px 0 0;
    margin-right: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
}

/* line 682, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews:last-child {
    padding-bottom: 0px;
    border: 0;
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {
    /* line 661, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .single_reviews {
        flex-direction: column;
    }
}

/* line 695, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content h4 {
    margin-bottom: 1px;
    color: #2e2e2e;
}

/* line 699, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content .review_content_head {
    margin: 0px 0 23px 0;
    grid-gap: 20px;
}

/* line 703, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 0px 0;
}

/* line 707, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content .rated_customer .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 15px;
}

/* line 712, ../../../../../laragon/www/landLord/scss/_product_details.scss */
/* .single_reviews .review_content .rated_customer .feedmak_stars i {
    color: #ffc107;
    font-size: 15px;
} */

/* line 715, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews
    .review_content
    .rated_customer
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
}

/* line 720, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content .rated_customer span {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 1;
}

/* line 727, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.single_reviews .review_content p {
    font-size: 16px;
    line-height: 1.63;
    color: #687083;
}

/* line 735, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.seperator_line {
    border-top: 1px solid #ebebeb;
}

/* line 740, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style {
    display: flex;
    grid-gap: 10px;
}

/* line 743, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style2 {
    flex-direction: column;
}

/* line 745, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex: 1 1 auto;
    grid-gap: 10px;
}

/* line 752, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style3 {
    flex-direction: column;
    grid-gap: 30px;
}

/* line 756, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style4 {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* line 761, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style5 {
    flex-direction: column;
}

/* line 763, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style.style5 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: 1 1 auto;
    grid-gap: 10px;
}

@media (max-width: 767.98px) {
    /* line 763, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style.style5 ul {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767.98px) {
    /* line 740, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style {
        flex-direction: column;
    }
}

/* line 776, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style ul {
    display: flex;
    grid-gap: 10px;
    flex: 120px 0 0;
}

@media (max-width: 767.98px) {
    /* line 776, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        flex: 1 1 auto;
    }
}

@media (max-width: 767.98px) {
    /* line 785, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style ul li {
        flex: 20% 0 0;
    }
}

/* line 789, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style ul li a {
    padding: 0;
    background: #f5f5f5;
}

/* line 792, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style ul li a img {
    width: 100%;
}

/* line 798, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style .details_tab_content {
    background: #f5f5f5;
}

@media (max-width: 767.98px) {
    /* line 800, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style .details_tab_content .tab-pane {
        text-align: center;
    }
}

/* line 805, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.details_tab_style .details_tab_content img {
    width: 100%;
}

@media (max-width: 767.98px) {
    /* line 805, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .details_tab_style .details_tab_content img {
        height: 250px;
        width: auto;
    }
}

/* line 815, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.home_details_tab {
    background: #f8f8fe;
    border-radius: 10px;
    display: inline-flex;
}

@media (max-width: 575.98px) {
    /* line 815, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .home_details_tab {
        display: flex;
    }
}

@media (max-width: 575.98px) {
    /* line 822, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .home_details_tab li {
        display: block;
        width: 100%;
    }
}

/* line 827, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.home_details_tab li a {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    font-family: "Circular Std Book";
    border-radius: 10px;
    display: inline-block;
    padding: 13px 40px;
    text-align: center;
}

@media (max-width: 575.98px) {
    /* line 827, ../../../../../laragon/www/landLord/scss/_product_details.scss */
    .home_details_tab li a {
        width: 100%;
        display: block;
    }
}

/* line 840, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.home_details_tab li a.active {
    background: #645cbb;
    color: #fff;
}

/* line 847, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box {
    border: 1px solid #ebebeb;
    padding: 25px 30px;
}

/* line 850, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box .delivery_box_list {
    display: flex;
    align-items: flex-start;
    grid-gap: 20px;
}

/* line 854, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box .delivery_box_list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/* line 859, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box .delivery_box_list .icon {
    position: relative;
    top: 4px;
}

/* line 864, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box .delivery_box_list .box_content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 3px;
}

/* line 870, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box .delivery_box_list .box_content p {
    font-size: 14px;
    color: #676e8b;
    line-height: 24px;
    margin-bottom: 0;
}

/* line 880, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .delivery_box_list:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* line 885, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .delivery_box_list .box_content {
    flex: 100% 0 0;
}

/* line 887, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .delivery_box_list .box_content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 3px;
    line-height: 1;
}

/* line 894, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .delivery_box_list .box_content p {
    font-size: 14px;
    color: #676e8b;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Circular Std Book";
    margin-top: 8px;
}

/* line 904, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .mark_text {
    color: #645cbb;
    font-size: 14px;
    font-weight: 500;
    font-family: "Circular Std Book";
    line-height: 1;
}

/* line 910, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.delivery_box.style_2 .mark_text:hover {
    color: #645cbb;
}

/* line 917, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_dec {
    border: 1px solid #f1ece8;
}

/* line 919, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_dec .product_details_dec_header {
    border-bottom: 1px solid #f1ece8;
    padding: 17px 20px;
}

/* line 925, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_dec .product_details_dec_body {
    padding: 30px;
}

/* line 930, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_dec .product_details_dec_body .single_desc p {
    line-height: 1.86;
    font-size: 14px;
}

/* line 936, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.product_details_dec .product_details_dec_body .single_desc.style2 p {
    line-height: 2.14;
}

/* line 944, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz {
    border: 1px solid #f1ece8;
}

/* line 946, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz .o_landcart_delivery_wiz_head {
    border-bottom: 1px solid #f1ece8;
    padding: 13.5px 20px;
}

/* line 952, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz .o_landcart_delivery_wiz_body {
    padding: 20px 20px 13px 20px;
}

/* line 954, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz .o_landcart_delivery_wiz_body .loc_city_selectBox {
    border-bottom: 1px solid #f1ece8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* line 960, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz
    .o_landcart_delivery_wiz_body
    .o_landcart_delivery_wiz_sep
    .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f1ece8;
    flex: 40px 0 0;
}

/* line 968, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.o_landcart_delivery_wiz .o_landcart_delivery_wiz_body .delivery_text {
    line-height: 1.71;
}

/* line 974, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.seller_performance_box {
    border-top: 1px solid #f1ece8;
    margin-top: 12px;
    padding-top: 18px;
}

/* line 978, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.seller_performance_box .single_seller_performance {
    margin-top: 3px;
}

/* line 983, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.zoomLens {
    border: 1px solid #645cbb !important;
}

/* line 986, ../../../../../laragon/www/landLord/scss/_product_details.scss */
.zoomWindowContainer div {
    width: 550px !important;
    height: 418px !important;
    border: 1px solid #645cbb !important;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_widget_box {
    padding: 28px 40px 40px 40px;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper .checkout_widget_box {
        margin-bottom: 30px;
        padding: 25px;
    }
}

/* line 9, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_widget_box p {
    font-family: "Circular Std Book";
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 400;
    line-height: 1.75;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_widget_box .forgot_text {
    color: #5dabfc;
    font-family: "Circular Std Book";
}

/* line 19, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_widget_box .forgot_text:hover {
    color: #645cbb;
}

/* line 27, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_single:not(:last-child) {
    padding-bottom: 38px;
}

/* line 31, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_head {
    background-color: #f9f9fd;
    padding: 10px 20px;
}

/* line 36, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner {
    padding: 30px 20px 20px 20px;
    grid-column-gap: 80px;
}

@media (max-width: 767.98px) {
    /* line 36, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper
        .billing_details_wrapper
        .billing_details_box
        .billing_details_box_body
        .billing_details_box_body_inner {
        flex-wrap: wrap;
        grid-gap: 30px;
    }
}

/* line 43, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address {
    position: relative;
    max-width: 237px;
    flex: 237px 0 0;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    background: #f1ece8;
    right: -40px;
    top: 0;
}

@media (max-width: 767.98px) {
    /* line 48, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper
        .billing_details_wrapper
        .billing_details_box
        .billing_details_box_body
        .billing_details_box_body_inner
        .billing_details_box_single_address:not(:last-child)::before {
        display: none;
    }
}

/* line 61, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address
    .bilig_address_text {
    margin-bottom: 10px;
}

/* line 63, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address
    .bilig_address_text
    .bilig_actions {
    grid-gap: 5px;
    align-items: center;
    justify-content: center;
    top: -2px;
}

/* line 68, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address
    .bilig_address_text
    .bilig_actions
    button {
    background: transparent;
    border: 0;
    padding: 0;
}

/* line 77, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .billing_details_wrapper
    .billing_details_box
    .billing_details_box_body
    .billing_details_box_body_inner
    .billing_details_box_single_address
    p {
    line-height: 1.29;
    color: #687083;
}

/* line 86, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper {
    border: 2px solid #f1ece8;
    padding: 35px 40px 40px 40px;
}

@media (max-width: 767.98px) {
    /* line 86, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper .order_wrapper {
        padding: 25px;
    }
}

/* line 93, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    /* line 93, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
        flex-wrap: wrap;
    }
}

/* line 102, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    .thumb {
    width: 140px;
    height: 80px;
    margin-right: 20px;
}

/* line 106, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    .thumb
    img {
    width: 100%;
}

/* line 110, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .product_name
    span {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

/* line 116, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products
    .single_ordered_product
    .order_prise {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 123, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists {
    margin-bottom: 16px;
}

/* line 125, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #e1e2e6;
    padding: 19.5px 0;
    grid-gap: 34px;
}

/* line 132, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    .coupon_value {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e1e2e6;
    padding: 11px 23px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Circular Std Book";
    text-transform: uppercase;
    color: #fd1c5e;
    background: #f9f9fd;
}

/* line 146, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    span.total_text {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    font-family: "Circular Std Book";
    flex: 218px 0 0;
}

@media (max-width: 767.98px) {
    /* line 146, ../../../../../laragon/www/landLord/scss/_checkout.scss */
    .checkout_wrapper
        .order_wrapper
        .ordered_products_lists
        .single_lists
        span.total_text {
        flex: 1 1 auto;
    }
}

/* line 156, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    span.total_prise {
    color: #687083;
    font-family: "Circular Std Book";
    font-size: 16px;
}

/* line 160, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .single_lists
    span.total_prise.mark_text {
    color: #645cbb;
    font-weight: 700;
}

/* line 169, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .ordered_products_lists
    .select_list
    .primary_checkbox:not(:last-child) {
    margin-bottom: 10px;
}

/* line 175, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list {
    border-top: 1px solid #e1e2e6;
    border-bottom: 1px solid #e1e2e6;
    padding: 30px 0 8px 0;
    margin-bottom: 55px;
}

/* line 180, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing {
    margin-bottom: 19px;
}

/* line 182, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .shiping_billing_list
    .single_shiping_billing
    p {
    margin-bottom: 0;
    font-size: 14px;
    color: #676e8b;
    max-width: 247px;
    padding-left: 35px;
    padding-top: 5px;
    line-height: 26px;
    margin-bottom: 14px;
}

/* line 192, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .shiping_billing_list
    .single_shiping_billing
    .single_shiping_Inner {
    justify-content: space-between;
}

/* line 194, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .shiping_billing_list
    .single_shiping_billing
    .single_shiping_Inner
    span {
    cursor: pointer;
}

/* line 198, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .shiping_billing_list
    .single_shiping_billing
    .single_shiping_Inner
    .shiping_info
    i {
    font-size: 18px;
    font-weight: 400;
    color: #fd1c5e;
    margin-right: 15px;
}

/* line 209, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .single_transfer {
    border: 1px solid #e1e2e6;
}

/* line 211, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .bank_transfer
    .single_transfer
    .transfer_head {
    padding: 12px 20px;
    border-bottom: 1px solid #e1e2e6;
}

/* line 214, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .bank_transfer
    .single_transfer
    .transfer_head
    h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

/* line 220, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .bank_transfer
    .single_transfer
    .transfer_body {
    padding: 11px 20px 13px 20px;
}

/* line 222, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper
    .order_wrapper
    .bank_transfer
    .single_transfer
    .transfer_body
    p {
    font-size: 16px;
    color: #686868;
    line-height: 1.71;
}

/* line 231, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_return_text {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

/* line 235, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_return_text i {
    font-size: 16px;
    color: #676e8b;
}

/* line 239, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_return_text p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Circular Std Book";
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 245, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.checkout_wrapper .checkout_return_text p a {
    color: #645cbb;
}

/* line 253, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.billing_payment_methods button {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 0 10px;
}

/* line 266, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.bank_transfer_label .primary_checkbox:not(:last-child) {
    margin-bottom: 18px;
}

/* line 272, ../../../../../laragon/www/landLord/scss/_checkout.scss */
.without_address_notify {
    border-radius: 3px;
    border: 1px solid #f1ece8;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    min-width: 220px;
    text-align: center;
    padding: 23px 20px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_counter_area {
    background-image: url("../img/banner/about_bg_banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_countBox {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.01);
    background-color: #fff;
    padding: 48px 30px;
}

@media (max-width: 767.98px) {
    /* line 9, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_countBox {
        padding: 30px;
    }
}

/* line 16, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_countBox h3 {
    font-size: 50px;
    color: #645cbb;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 767.98px) {
    /* line 16, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_countBox h3 {
        font-size: 30px;
    }
}

/* line 25, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_countBox p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0;
}

/* line 33, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_cta_area {
    padding: 97px 0 94px 0;
    background-image: url("../img/about/About-Us.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    /* line 33, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_cta_area {
        padding: 70px 0;
    }
}

/* line 43, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_cta_area p {
    margin: 13px 0 45px 0;
}

@media (max-width: 767.98px) {
    /* line 43, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_cta_area p {
        margin: 10px 0 30px 0;
    }
}

/* line 52, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_value_section .about_value_textBox {
    display: flex;
    grid-column-gap: 145px;
    flex-wrap: wrap;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_value_section .section__title2 {
    max-width: 330px;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_value_section .section__title2 h3 {
    line-height: 1.28;
}

/* line 63, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_value_section .about_value_desc {
    max-width: 630px;
}

@media (max-width: 767.98px) {
    /* line 66, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_value_section .about_val_imgs {
        flex-wrap: wrap;
    }
}

/* line 74, ../../../../../laragon/www/landLord/scss/_about.scss */
.o_landy_about_banner_text .section__title2 {
    max-width: 513px;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_about.scss */
.o_landy_about_banner_text .section__title2 h3 {
    max-width: 450px;
    margin-bottom: 21px;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_banner_count {
    grid-gap: 60px;
    border-top: 1px solid #f1ece8;
    margin-top: 36px;
    padding-top: 38px;
}

@media (max-width: 767.98px) {
    /* line 82, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_banner_count {
        grid-gap: 30px;
    }
}

/* line 91, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_banner_count .single_about_banner_count h4 {
    font-size: 40px;
    font-weight: 700;
    color: #645cbb;
    margin-bottom: 6px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    /* line 91, ../../../../../laragon/www/landLord/scss/_about.scss */
    .about_banner_count .single_about_banner_count h4 {
        font-size: 30px;
    }
}

/* line 102, ../../../../../laragon/www/landLord/scss/_about.scss */
.about_banner_count .single_about_banner_count p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 111, ../../../../../laragon/www/landLord/scss/_about.scss */
.max_100 {
    max-width: 100px;
}
.mh_100 {
    max-height: 100px;
}
.max_14 {
    max-width: 14px;
}
.cart_img {
}
.cart_img img {
    width: 120px;
    height: 75px;
    object-fit: cover;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 3, ../../../../../laragon/www/landLord/scss/_team.scss */
.team_member_area .single_member .thumb {
    overflow: hidden;
}

/* line 5, ../../../../../laragon/www/landLord/scss/_team.scss */
.team_member_area .single_member .thumb img {
    width: 100%;
    transform: scale(1);
    transition: 0.3s;
}

/* line 12, ../../../../../laragon/www/landLord/scss/_team.scss */
.team_member_area .single_member .member_info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    margin: 31px 0 0px 0;
    line-height: 28px;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_team.scss */
.team_member_area .single_member .member_info p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 0;
}

/* line 28, ../../../../../laragon/www/landLord/scss/_team.scss */
.team_member_area .single_member:hover .thumb img {
    transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area {
    padding: 132px 0 107px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_extraordinary_area {
        padding: 70px 0 40px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area .home10_title {
    margin-bottom: 57px;
}

@media (max-width: 767.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_extraordinary_area .home10_title {
        margin-bottom: 30px;
    }
}

/* line 11, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area .home10_title h3 {
    margin-bottom: 23px;
}

@media (max-width: 767.98px) {
    /* line 11, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_extraordinary_area .home10_title h3 {
        margin-bottom: 15px;
    }
}

/* line 19, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area .career_extraordinary_banner img {
    width: 100%;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area .career_extraordinary_content {
    margin: 40px 0 0 0;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_extraordinary_area .career_extraordinary_content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 22px;
}

@media (max-width: 767.98px) {
    /* line 35, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_wrapper .tab_reverse {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 991.98px) {
    /* line 35, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_wrapper .tab_reverse {
        flex-wrap: wrap-reverse;
    }
}

/* line 44, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_banner img {
    width: 100%;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 80px 30px 80px 80px;
}

@media (max-width: 767.98px) {
    /* line 48, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_wrapper .career_info {
        padding: 30px 0px 80px 0px;
    }
}

/* line 56, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info .career_info_inner {
    max-width: 525px;
}

/* line 58, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info .career_info_inner h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

@media (max-width: 767.98px) {
    /* line 58, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_wrapper .career_info .career_info_inner h3 {
        font-size: 25px;
    }
}

/* line 70, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info .circle_lists li {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #2e2e2e;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info .circle_lists li:not(:last-child) {
    margin-bottom: 8px;
}

/* line 79, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_wrapper .career_info .circle_lists li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    margin-right: 15px;
}

/* line 92, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_available_area {
    padding: 132px 0 104px 0;
    background: #f5f5f5;
}

@media (max-width: 767.98px) {
    /* line 92, ../../../../../laragon/www/landLord/scss/_career.scss */
    .career_available_area {
        padding: 70px 0 40px 0;
    }
}

/* line 99, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_available_area .single_career_available .thumb {
    overflow: hidden;
}

/* line 101, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_available_area .single_career_available .thumb img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1);
}

/* line 108, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_available_area .single_career_available .career_available_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 5px 0;
}

/* line 118, ../../../../../laragon/www/landLord/scss/_career.scss */
.career_available_area .single_career_available:hover .thumb img {
    transform: scale(1.1);
}

/* line 126, ../../../../../laragon/www/landLord/scss/_career.scss */
.availabale_position_area {
    padding: 133px 0 101px 0;
}

@media (max-width: 767.98px) {
    /* line 126, ../../../../../laragon/www/landLord/scss/_career.scss */
    .availabale_position_area {
        padding: 73px 0 40px 0;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_top {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top {
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top {
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top {
        flex-wrap: wrap;
    }
}

/* line 17, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_top .job_tag {
    margin-right: 26px;
    margin-bottom: 20px;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_top .career_details_info {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area .career_details_top .career_details_info {
        flex-wrap: wrap;
    }
}

/* line 40, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area
    .career_details_top
    .career_details_info
    .single_details_info {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area
    .career_details_top
    .career_details_info
    .single_details_info:not(:last-child) {
    margin-right: 55px;
}

@media (max-width: 575.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area
        .career_details_top
        .career_details_info
        .single_details_info:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area
        .career_details_top
        .career_details_info
        .single_details_info:not(:last-child) {
        margin-right: 15px;
    }
}

@media (max-width: 991.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_career_details.scss */
    .career_details_area
        .career_details_top
        .career_details_info
        .single_details_info:not(:last-child) {
        margin-right: 25px;
    }
}

/* line 56, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area
    .career_details_top
    .career_details_info
    .single_details_info
    i {
    font-size: 18px;
    color: #2e2e2e;
    margin-right: 7px;
}

/* line 61, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area
    .career_details_top
    .career_details_info
    .single_details_info
    span {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
}

/* line 69, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_banner {
    margin-bottom: 32px;
}

/* line 71, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_banner img {
    width: 100%;
}

/* line 75, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .note_text {
    margin: 30px 0 35px 0;
}

/* line 77, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .note_text p {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 1.63;
}

/* line 84, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_list {
    margin-bottom: 30px;
}

/* line 86, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_list h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .career_details_list .details_lists li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #687083;
}

/* line 99, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .appliication_deadline {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 56px;
}

/* line 103, ../../../../../laragon/www/landLord/scss/_career_details.scss */
.career_details_area .appliication_deadline span {
    font-weight: 600;
    color: #2e2e2e;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_banner_area .faq_banner_inner {
    background-image: url("../img/banner/faq_bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 131px 15px 140px 15px;
}

@media (max-width: 767.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_faq.scss */
    .faq_banner_area .faq_banner_inner {
        padding: 101px 15px 100px 15px;
    }
}

/* line 11, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_banner_area .faq_banner_inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(10, 22, 46, 0.4);
}

/* line 21, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_banner_area .faq_banner_inner .faq_banner_text {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_banner_area .faq_banner_inner .faq_banner_text h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

/* line 31, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_banner_area .faq_banner_inner .faq_banner_text .theme_search_field {
    background: #fff;
    width: 100%;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_area .faq_tab {
    background: #fcfcfc;
    justify-content: center;
    margin-bottom: 65px;
}

@media (max-width: 767.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_faq.scss */
    .faq_area .faq_tab {
        margin-bottom: 45px;
    }
}

/* line 52, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_area .faq_tab li a {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 29.5px 20px;
    position: relative;
}

@media (max-width: 767.98px) {
    /* line 52, ../../../../../laragon/www/landLord/scss/_faq.scss */
    .faq_area .faq_tab li a {
        padding: 15.5px 15px;
    }
}

/* line 62, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_area .faq_tab li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fd1c5e;
    height: 2px;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
}

/* line 73, ../../../../../laragon/www/landLord/scss/_faq.scss */
.faq_area .faq_tab li a.active::before,
.faq_area .faq_tab li a:hover::before {
    opacity: 1;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area {
    padding: 130px 0 110px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_my_account.scss */
    .my_account_area {
        padding: 70px 0 40px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area .single_account {
    border: 1px solid #f1f1f1;
    padding: 50px 76px 45px 60px;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area .single_account .icon {
    margin-bottom: 17px;
}

/* line 12, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area .single_account h4 {
    font-size: 20px;
    font-weight: 600;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area .single_account p {
    margin: 5px 0 20px 0;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_my_account.scss */
.my_account_area .single_account .arrow_btn {
    font-size: 14px;
    font-weight: 500;
    color: #645cbb;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area {
    padding: 140px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area {
        padding: 70px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper {
    display: grid;
    grid-template-columns: 272px auto;
    grid-gap: 119px;
}

@media (min-width: 1200px) and (max-width: 1500.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper {
        grid-gap: 60px;
    }
}

/* line 13, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .theme_border {
    margin: 30px 0 27px 0;
}

@media (max-width: 767.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 6, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper {
        grid-template-columns: auto;
        grid-gap: 20px;
    }
}

/* line 29, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_profile_thumb .thumb {
    width: 272px;
    height: 272px;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767.98px) {
    /* line 29, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper .account_profile_thumb .thumb {
        width: 200px;
        height: 200px;
    }
}

/* line 39, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_profile_thumb .thumb img {
    width: 100%;
    border-radius: 50%;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_profile_thumb h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 5px;
}

/* line 50, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_profile_thumb p {
    font-size: 16px;
    font-weight: 500;
    color: #676e8b;
    margin-bottom: 0;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_title {
    margin-bottom: 43px;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .account_title h3 {
    margin-bottom: 2px;
}

/* line 63, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .email_grid_input {
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 5px;
}

/* line 67, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .email_grid_input .editor_icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #e1e2e6;
    background: #f9f9fd;
}

/* line 74, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .email_grid_input .editor_icon i {
    font-size: 16px;
    font-weight: 400;
    color: #687083;
}

/* line 81, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area .account_profile_wrapper .privacy_permission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
}

@media (max-width: 767.98px) {
    /* line 81, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper .privacy_permission {
        margin-bottom: 36px;
    }
}

@media (max-width: 767.98px) {
    /* line 81, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area .account_profile_wrapper .privacy_permission {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
}

/* line 92, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission {
    display: flex;
}

/* line 94, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .primary_bulet_checkbox {
    margin-right: 20px;
    position: relative;
    top: 1px;
}

/* line 100, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .icon {
    margin-right: 12px;
    position: relative;
    top: -3px;
}

/* line 106, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    h4 {
    font-size: 18px;
    font-weight: 600;
    color: #202e3b;
    margin-bottom: 0;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    p {
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    line-height: 24px;
}

/* line 117, ../../../../../laragon/www/landLord/scss/_account_info.scss */
.account_info_area
    .account_profile_wrapper
    .privacy_permission
    .single_privacy_permission
    .permission_text
    .permission_content
    p
    br {
    display: inline-block;
}

@media (min-width: 1200px) and (max-width: 1250.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_account_info.scss */
    .account_info_area
        .account_profile_wrapper
        .privacy_permission
        .single_privacy_permission
        .permission_text
        .permission_content
        p
        br {
        display: none;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea {
    display: flex;
    justify-content: center;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea {
        padding: 0px 0;
    }
}

/* line 7, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner {
    max-width: 570px;
    padding: 80px 60px;
    background: #fff;
}

@media (max-width: 575.98px) {
    /* line 7, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea .login_area_inner {
        padding: 50px 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 7, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea .login_area_inner {
        padding: 50px 30px;
    }
}

/* line 17, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner h4 {
    font-size: 26px;
    line-height: 36px;
    color: #2e2e2e;
    margin-bottom: 52px;
    font-weight: 700;
    font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
    /* line 17, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea .login_area_inner h4 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
    }
}

/* line 30, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .login_with_links {
    display: flex;
    grid-gap: 10px;
}

@media (max-width: 767.98px) {
    /* line 30, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea .login_area_inner .login_with_links {
        flex-wrap: wrap;
    }
}

/* line 36, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .login_with_links a {
    background: #ea4335;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14.5px 30px;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    /* line 36, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_land_checkout_loginArea .login_area_inner .login_with_links a {
        flex: 1 1 auto;
    }
}

/* line 53, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .login_with_links a.Facebook_bg {
    background: #395799;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .login_with_links a.twitter_bg {
    background: #03abf0;
}

/* line 59, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .login_with_links a i {
    font-size: 16px;
    color: #fff;
}

/* line 65, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .sign_up_text {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    margin-top: 18px;
    font-family: "Circular Std Book";
}

/* line 71, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .sign_up_text.style2 {
    font-family: "Circular Std Book";
}

/* line 74, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .login_area_inner .sign_up_text a {
    color: #4183ff;
}

/* line 79, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

/* line 84, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass .label_name {
    color: #687083;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass .forgot_pass {
    font-size: 14px;
    font-weight: 500;
    color: #5dabfc;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass .forgot_pass:hover {
    color: #645cbb;
}

/* line 95, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass p {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
}

/* line 99, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass p a {
    color: #687083;
}

/* line 101, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .remember_pass p a:hover {
    color: #645cbb;
}

/* line 107, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_land_checkout_loginArea .primary_line_input {
    background: transparent;
    padding-bottom: 5px;
}

/* line 113, ../../../../../laragon/www/landLord/scss/_login.scss */
.custom_group_field {
    border-bottom: 1px solid #f1ece8;
}

/* line 115, ../../../../../laragon/www/landLord/scss/_login.scss */
.custom_group_field span {
    background: transparent;
    border: 0;
    padding: 0;
    width: 20px;
    text-align: left;
    padding-bottom: 9px;
    height: 40px;
}

/* line 124, ../../../../../laragon/www/landLord/scss/_login.scss */
.custom_group_field input {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Circular Std Book";
    box-shadow: none !important;
    padding-bottom: 13px;
    padding-left: 10px;
    color: #2e2e2e;
    background: transparent !important;
    box-shadow: none !important;
}

/* line 135, ../../../../../laragon/www/landLord/scss/_login.scss */
.custom_group_field input:focus {
    outline: none;
}

/* line 138, ../../../../../laragon/www/landLord/scss/_login.scss */
.custom_group_field input::placeholder {
    color: #687083;
}

/* line 145, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .close_modal {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
}

/* line 159, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .close_modal:hover {
    background: #645cbb;
    color: #fff;
    transform: rotate(90deg);
}

/* line 164, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .close_modal i {
    line-height: 30px;
    font-size: 14px;
}

/* line 169, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .modal-content {
    border: 0;
}

/* line 172, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .landLord_login_area {
    padding: 0;
}

/* line 175, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .modal-body {
    padding: 0;
}

/* line 178, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .modal-dialog {
    max-width: 690px;
}

/* line 181, ../../../../../laragon/www/landLord/scss/_login.scss */
.login_modal .modal-dialog.style2 {
    max-width: 570px;
}

/* line 187, ../../../../../laragon/www/landLord/scss/_login.scss */
.about_modal .modal-dialog {
    max-width: 590px;
}

/* line 191, ../../../../../laragon/www/landLord/scss/_login.scss */
.about_modal .landLord_login_area .login_area_inner {
    padding: 50px;
    max-width: 100%;
}

/* line 198, ../../../../../laragon/www/landLord/scss/_login.scss */
.shiping_modal .modal-dialog {
    max-width: 900px;
}

/* line 202, ../../../../../laragon/www/landLord/scss/_login.scss */
.shiping_modal .landLord_login_area .login_area_inner {
    padding: 50px;
    max-width: 100%;
}

/* line 209, ../../../../../laragon/www/landLord/scss/_login.scss */
.size_modal .modal-dialog {
    max-width: 942px;
}

/* line 213, ../../../../../laragon/www/landLord/scss/_login.scss */
.size_modal .landLord_login_area .login_area_inner {
    padding: 50px 40px;
    max-width: 100%;
}

/* line 220, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep {
    grid-gap: 10px;
    margin: 29px 0 28px 0;
}

/* line 223, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep .sep_line {
    height: 2px;
    background: #f1ece8;
}

/* line 227, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep .form_sep_text {
    color: #2e2e2e;
}

/* line 231, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep2 {
    grid-gap: 20px;
    margin: 17px 0 35px 0;
}

/* line 234, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep2 .sep_line {
    height: 1px;
    background: #f1ece8;
}

/* line 238, ../../../../../laragon/www/landLord/scss/_login.scss */
.form_sep2 .form_sep_text {
    color: #687083;
}

/* line 242, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 745px auto;
}

@media (max-width: 767.98px) {
    /* line 242, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 242, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area {
        grid-template-columns: 410px auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 242, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area {
        grid-template-columns: 500px auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 242, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area {
        grid-template-columns: 550px auto;
    }
}

/* line 258, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left {
    padding: 40px 30px;
}

/* line 260, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left .o_landy_login_form {
    max-width: 400px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 260, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area .o_landy_login_area_left .o_landy_login_form {
        max-width: 340px;
    }
}

/* line 265, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left .o_landy_login_form h3 {
    font-size: 32px;
    font-weight: 700;
}

/* line 269, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left .o_landy_login_form .support_text {
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 35px 0;
}

/* line 274, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left .o_landy_login_form .google_logIn {
    border-radius: 5px;
    border: 1px solid #f1ece8;
    background-color: #fff;
    grid-gap: 15px;
    height: 50px;
}

/* line 281, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_left .o_landy_login_form .sign_up_text {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
}

/* line 285, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_left
    .o_landy_login_form
    .sign_up_text
    a {
    color: #645cbb;
}

/* line 287, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_left
    .o_landy_login_form
    .sign_up_text
    a:hover {
    text-decoration: underline;
}

/* line 294, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area .o_landy_login_area_right {
    padding: 40px 30px;
    background: #afa9ff;
}

@media (max-width: 767.98px) {
    /* line 294, ../../../../../laragon/www/landLord/scss/_login.scss */
    .o_landy_login_area .o_landy_login_area_right {
        display: none !important;
    }
}

/* line 306, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_right
    .o_landy_login_area_right_inner
    .thumb {
    margin-bottom: 52px;
}

/* line 309, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_right
    .o_landy_login_area_right_inner
    .login_text {
    max-width: 400px;
    margin: auto;
}

/* line 312, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_right
    .o_landy_login_area_right_inner
    .login_text
    h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 15px;
}

/* line 319, ../../../../../laragon/www/landLord/scss/_login.scss */
.o_landy_login_area
    .o_landy_login_area_right
    .o_landy_login_area_right_inner
    .login_text
    p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    max-width: 300px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links a {
    font-size: 16px;
    color: #5b6c8f;
}

/* line 5, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links a:not(:last-child) {
    margin-right: 25px;
}

/* line 8, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links a:hover {
    color: #645cbb;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links.style2 a {
    color: #687083;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links.style2 a:hover {
    color: #645cbb;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links2 a {
    font-size: 16px;
    color: white;
    background-color: #222222;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* line 33, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links2 a:not(:last-child) {
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 33, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .social__Links2 a:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* line 39, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links2 a:hover {
    background: #645cbb;
    color: #fff;
}

/* line 46, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links3 a {
    font-size: 16px;
    color: #fff;
}

/* line 49, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links3 a:not(:last-child) {
    margin-right: 25px;
}

/* line 52, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links3 a:hover {
    color: #645cbb;
}

/* line 58, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links4 a {
    font-size: 16px;
    color: white;
    background-color: #645cbb;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* line 68, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links4 a:not(:last-child) {
    margin-right: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 68, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .social__Links4 a:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* line 74, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links4 a:hover {
    background: #2e2e2e;
    color: #fff;
}

/* line 82, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5 a {
    font-size: 14px;
    color: #687083;
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

/* line 89, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5 a:not(:last-child) {
    margin-right: 0px;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5 a:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #f1f1f1;
    width: 1px;
}

/* line 102, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5 a:hover {
    color: #645cbb;
}

/* line 107, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5.style_2 a {
    color: #fff;
}

/* line 110, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5.style_2 a:not(:last-child)::before {
    background: rgba(241, 241, 241, 0.1);
}

/* line 117, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5.style_3 a {
    color: #fff;
}

/* line 120, ../../../../../laragon/www/landLord/scss/_insta.scss */
.social__Links5.style_3 a:not(:last-child)::before {
    background: #4b505d;
    height: 10px;
}

/* line 128, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper {
    position: relative;
    z-index: 10;
}

/* line 133, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style2 .insta_title h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 137, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style2 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #645cbb;
}

/* line 147, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style3 .insta_title h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 151, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style3 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #2e2e2e;
}

/* line 161, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style4 .insta_title h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 165, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper.style4 .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #645cbb;
}

/* line 174, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .insta_title h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: "Shadows Into Light Two", cursive;
}

/* line 178, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .insta_title h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #645cbb;
}

/* line 186, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .insta_title2 h3 {
    font-size: 20px;
    color: #2e2e2e;
    font-family: "Circular Std Book";
}

/* line 190, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .insta_title2 h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #645cbb;
}

/* line 197, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .instagram_grids {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767.98px) {
    /* line 197, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .instagram_wrapper .instagram_grids {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 197, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .instagram_wrapper .instagram_grids {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* line 208, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .instagram_grids .single_thumb {
    display: block;
}

/* line 210, ../../../../../laragon/www/landLord/scss/_insta.scss */
.instagram_wrapper .instagram_grids .single_thumb img {
    width: 100%;
}

/* line 216, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 223, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0px;
    border: 0;
    border-radius: 0px;
}

@media (max-width: 575.98px) {
    /* line 223, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp form {
        grid-template-columns: auto;
    }
}

/* line 233, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
}

@media (max-width: 575.98px) {
    /* line 233, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp .form-control {
        border-radius: 5px;
    }
}

/* line 248, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px;
}

/* line 252, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 257, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp button {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #645cbb;
    text-transform: capitalize;
    border-radius: 0px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 257, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp button {
        border-radius: 5px !important;
    }
}

/* line 277, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 286, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 291, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 form {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 291, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp2 form {
        grid-template-columns: auto;
    }
}

/* line 302, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border-right: 0;
    border: 0;
}

@media (max-width: 575.98px) {
    /* line 302, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp2 .form-control {
        border-radius: 5px;
    }
}

/* line 317, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 .form-control::placeholder {
    color: #687083;
    font-size: 14px;
}

/* line 321, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 326, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 38px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
    width: 100%;
    line-height: 50px;
}

/* line 344, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp2 .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    bottom: -25px;
}

/* line 354, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 360, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 form {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 360, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp3 form {
        grid-template-columns: auto;
    }
}

/* line 371, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 5px;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border-right: 0;
    border: 1px solid #e4e4e4;
}

@media (max-width: 575.98px) {
    /* line 371, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp3 .form-control {
        border-radius: 5px;
    }
}

/* line 386, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 .form-control::placeholder {
    color: #656565;
    font-size: 14px;
}

/* line 390, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 395, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 41px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

/* line 412, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp3 .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 421, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 427, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 form {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px;
}

@media (max-width: 575.98px) {
    /* line 427, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp4 form {
        grid-template-columns: auto;
    }
}

/* line 438, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0px;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 12px;
    border-right: 0;
    border: 1px solid #fff;
}

@media (max-width: 575.98px) {
    /* line 438, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp4 .form-control {
        border-radius: 5px;
    }
}

/* line 453, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 .form-control::placeholder {
    color: #687083;
    font-size: 12px;
}

/* line 457, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 462, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 0 31px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

/* line 479, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp4 .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 488, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 {
    background: #fff;
    flex-wrap: nowrap;
    border-radius: 0px;
    position: relative;
    padding-right: 5px;
}

@media (max-width: 575.98px) {
    /* line 488, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp5 {
        padding-right: 0px !important;
    }
}

/* line 497, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 form {
    display: grid;
    grid-template-columns: auto 160px;
    grid-gap: 0px;
    border: 0;
    border-radius: 0px;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 497, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp5 form {
        grid-template-columns: auto;
    }
}

/* line 508, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 25px;
    border-radius: 0;
    height: 60px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 16px;
    border: 0;
    border-right: 0;
    color: #2e2e2e;
}

@media (max-width: 575.98px) {
    /* line 508, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp5 .form-control {
        border-radius: 5px;
    }
}

/* line 524, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 .form-control::placeholder {
    color: #687083;
}

/* line 527, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 532, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 button {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #645cbb;
    text-transform: capitalize;
    border-radius: 0px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 532, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .theme_mailChimp5 button {
        border-radius: 0px !important;
    }
}

/* line 552, ../../../../../laragon/www/landLord/scss/_insta.scss */
.theme_mailChimp5 .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 562, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 569, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0px;
    border: 0;
    border-radius: 0px;
}

@media (max-width: 575.98px) {
    /* line 569, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .theme_mailChimp form {
        grid-template-columns: auto;
        grid-gap: 10px;
    }
}

/* line 580, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 575.98px) {
    /* line 580, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .theme_mailChimp .form-control {
        border-radius: 5px;
        border: 1px solid #f1f1f1;
    }
}

/* line 598, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px;
}

/* line 602, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 607, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 607, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .theme_mailChimp button {
        border-radius: 5px !important;
    }
}

/* line 627, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 637, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 644, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0px;
}

@media (max-width: 575.98px) {
    /* line 644, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .home_six_footer .theme_mailChimp form {
        grid-template-columns: auto;
    }
}

/* line 654, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 654, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .home_six_footer .theme_mailChimp .form-control {
        border-radius: 5px;
    }
}

/* line 670, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px;
}

/* line 674, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 679, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 679, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_six .home_six_footer .theme_mailChimp button {
        border-radius: 5px !important;
    }
}

/* line 699, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_six .home_six_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 712, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 719, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 0px;
    border: 0;
    border-radius: 0px;
}

@media (max-width: 575.98px) {
    /* line 719, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .theme_mailChimp form {
        grid-template-columns: auto;
        grid-gap: 10px;
    }
}

/* line 730, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 575.98px) {
    /* line 730, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .theme_mailChimp .form-control {
        border-radius: 5px;
        border: 1px solid #f1f1f1;
    }
}

/* line 748, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px;
}

/* line 752, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 757, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 757, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .theme_mailChimp button {
        border-radius: 5px !important;
    }
}

/* line 777, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/* line 787, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp {
    background: transparent;
    flex-wrap: nowrap;
    border-radius: 5px;
    position: relative;
}

/* line 794, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp form {
    display: grid;
    grid-template-columns: auto 120px;
    grid-gap: 10px;
    border: 0;
    border-radius: 0px;
}

@media (max-width: 575.98px) {
    /* line 794, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .home_eight_footer .theme_mailChimp form {
        grid-template-columns: auto;
    }
}

/* line 804, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control {
    background: #fff;
    color: #2e2e2e;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
    height: 50px;
    border: 0;
    font-family: "Circular Std Book";
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-right: 0;
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    /* line 804, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .home_eight_footer .theme_mailChimp .form-control {
        border-radius: 5px;
    }
}

/* line 820, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control::placeholder {
    color: #676e8b;
    font-size: 14px;
}

/* line 824, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .form-control:focus {
    box-shadow: none !important;
    z-index: 1;
}

/* line 829, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp button {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #645cbb;
    text-transform: uppercase;
    border-radius: 5px !important;
    padding: 0 18px;
    box-shadow: none !important;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
    /* line 829, ../../../../../laragon/www/landLord/scss/_insta.scss */
    .home_eight .home_eight_footer .theme_mailChimp button {
        border-radius: 5px !important;
    }
}

/* line 849, ../../../../../laragon/www/landLord/scss/_insta.scss */
.home_eight .home_eight_footer .theme_mailChimp .info {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    position: absolute;
    left: 0;
    top: 110%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg1 {
    background-image: url("../img/o_land/1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg2 {
    background-image: url("../img/o_land/2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 7, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg3 {
    background-image: url("../img/o_land/3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 10, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg4 {
    background-image: url("../img/o_land/4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg5 {
    background-image: url("../img/o_land/5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cat_bg6 {
    background-image: url("../img/o_land/6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox {
    padding: 38px 30px;
}

/* line 23, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox .o_land_text_box h4 {
    margin-bottom: 0;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox .o_land_text_box h4 a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: capitalize;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox .o_land_text_box h4 a:hover {
    color: #645cbb;
}

/* line 37, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox .o_land_text_box p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 4px 0 20px 0;
}

/* line 43, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_home_cartBox .o_land_text_box .shop_now_text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

/* line 53, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box {
    padding: 39px 37px;
    background-image: url("../img/banner/o_land_cta_banner.jpg ");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    /* line 53, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box {
        padding: 30px;
    }
}

/* line 64, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box .o_land_cta_text span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767.98px) {
    /* line 64, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box .o_land_cta_text span {
        font-size: 14px;
    }
}

/* line 74, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box .o_land_cta_text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 16px 0;
}

@media (max-width: 767.98px) {
    /* line 74, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box .o_land_cta_text h4 {
        font-size: 25px;
    }
}

/* line 84, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box .o_land_cta_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    /* line 84, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box .o_land_cta_text h5 {
        font-size: 14px;
    }
}

/* line 95, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box2 {
    padding: 27px 30px 21px 30px;
    border-radius: 5px;
    background-image: url("../img/banner/o_land_cta_banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    /* line 95, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box2 {
        padding: 30px;
    }
}

/* line 107, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box2 .o_land_cta_text span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 767.98px) {
    /* line 107, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box2 .o_land_cta_text span {
        font-size: 14px;
    }
}

/* line 117, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box2 .o_land_cta_text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 16px 0;
}

@media (max-width: 767.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box2 .o_land_cta_text h4 {
        font-size: 25px;
    }
}

/* line 127, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_cta_box2 .o_land_cta_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    /* line 127, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_cta_box2 .o_land_cta_text h5 {
        font-size: 14px;
    }
}

/* line 139, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.deal_wizard_bg1 {
    background-image: url("../img/home_1/deal/deal_1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.deal_wizard_bg2 {
    background-image: url("../img/home_1/deal/deal_2.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 145, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.deal_wizard_bg3 {
    background-image: url("../img/home_1/deal/deal_3.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* line 149, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_deal_area .deal_wizard {
    padding: 65px 50px 65px 50px;
    background-color: #070058;
}

@media (max-width: 767.98px) {
    /* line 149, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_deal_area .deal_wizard {
        padding: 30px 25px 30px 25px;
    }
}

/* line 155, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_deal_area .deal_wizard h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.29;
    max-width: 140px;
    margin-bottom: 15px;
}

@media (max-width: 767.98px) {
    /* line 155, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_land_deal_area .deal_wizard h3 {
        font-size: 25px;
    }
}

/* line 166, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_deal_area .deal_wizard a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/* line 171, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_deal_area .deal_wizard a:hover {
    color: #645cbb;
    text-decoration: underline;
}

/* line 179, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_landBrand_boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1px;
    background: #f1ece8;
    border: 1px solid #f1ece8;
}

@media (max-width: 575.98px) {
    /* line 179, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_landBrand_boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 179, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_landBrand_boxes {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 179, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .o_landBrand_boxes {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* line 194, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_landBrand_boxes .single_brand {
    text-align: center;
    background: #fff;
}

/* line 197, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_landBrand_boxes .single_brand img {
    max-width: 100%;
}

/* line 203, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.popular_search_lists {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 11px;
}

/* line 207, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.popular_search_lists .popular_search_list {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    position: relative;
    display: inline-block;
}

/* line 213, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.popular_search_lists .popular_search_list:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
}

/* line 216, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.popular_search_lists .popular_search_list:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    background: #f1ece8;
    width: 1px;
}

/* line 227, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.popular_search_lists .popular_search_list:hover {
    color: #645cbb;
}

/* line 234, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_mazing_text p {
    line-height: 1.71;
    font-weight: 400;
    color: #687083;
    margin: 0;
}

/* line 240, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_mazing_text h4 {
    margin: 17px 0 6px 0;
}

/* line 247, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_recomanded_box .o_land_recomanded_box_head {
    padding: 22px 20px;
    border: 1px solid #f1ece8;
    border-bottom: 0;
}

/* line 251, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_recomanded_box .o_land_recomanded_box_head h4 {
    font-size: 24px;
    font-weight: 700;
}

/* line 256, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_recomanded_box .o_land_recomanded_box_body {
    display: grid;
    margin-top: 1px;
    grid-template-rows: repeat(1, 1fr);
}

/* line 273, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_recomanded_box .o_land_recomanded_box_body .product_widget5 {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #f1ece8;
}

/* line 282, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.fieature_crousel_area .owl-stage {
    padding-right: 0 !important;
}

/* line 287, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.amzcart_tabs {
    grid-gap: 30px;
}

/* line 290, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.amzcart_tabs li button {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2e;
    padding: 0;
    background: transparent;
    border: 0;
    position: relative;
    padding: 0 0 7px 0;
    z-index: 12;
}

/* line 300, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.amzcart_tabs li button::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #645cbb;
    opacity: 0;
    transition: 0.3s;
}

/* line 311, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.amzcart_tabs li button.active,
.amzcart_tabs li button:hover {
    color: #645cbb;
}

/* line 314, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.amzcart_tabs li button.active::before,
.amzcart_tabs li button:hover::before {
    opacity: 1;
}

/* line 322, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget {
    display: flex;
    min-height: 627px;
}

@media (max-width: 767.98px) {
    /* line 322, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_widget {
        flex-wrap: wrap;
    }
}

/* line 328, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_left {
    border: 1px solid #f1ece8;
    border-right: 0;
    padding: 30px 0 30px 30px;
}

@media (max-width: 767.98px) {
    /* line 328, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_widget .House_Appliances_widget_left {
        padding: 30px;
        border: 1px solid #f1ece8 !important;
    }
}

/* line 336, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_left h4 {
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    max-width: 130px;
}

/* line 344, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_left ul li:not(:last-child) {
    border-bottom: 1px solid #f1ece8;
}

/* line 347, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_left ul li a,
.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
    padding: 13px 0;
    border: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

/* line 358, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_left ul li a:hover,
.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link:hover {
    color: #645cbb;
}

/* line 365, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_right {
    padding: 40px;
    max-width: 330px;
    flex: 330px 0 0;
    background-image: url("../img/o_land_property/appliance_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    /* line 365, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_widget .House_Appliances_widget_right {
        max-width: 100%;
        flex: 100% 0 0;
        padding: 30px;
    }
}

/* line 379, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_right h4 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.42;
    color: #fff;
    font-weight: 700;
}

/* line 389, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_widget .House_Appliances_widget_right h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fec221;
    text-transform: uppercase;
    margin: 8px 0 16px 0;
}

/* line 399, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
    margin-top: 1px;
    margin-left: 1px;
}

@media (max-width: 575.98px) {
    /* line 399, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* line 399, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 399, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
    .House_Appliances_product {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* line 414, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.House_Appliances_product .product_widget5 {
    border: 1px solid #f1ece8;
    margin-left: -1px;
    margin-top: -1px;
}

/* line 421, ../../../../../laragon/www/landLord/scss/_o_land_common.scss */
.o_land_recomanded_area {
    padding: 30px 0 55px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_user_tabs {
    grid-gap: 5px;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_user_tabs li .nav-link {
    font-size: 16px;
    font-weight: 700;
    border: 0;
    background: rgba(160, 22, 11, 0.3);
    color: #fff;
    padding: 18px 10px;
    min-width: 168px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    /* line 4, ../../../../../laragon/www/landLord/scss/_newUser.scss */
    .new_user_tabs li .nav-link {
        padding: 12px 8px;
        font-size: 13px;
        min-width: 80px;
    }
}

/* line 19, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_user_tabs li .nav-link.active {
    background: #fff;
    color: #645cbb;
}

/* line 26, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_portfolio_tab {
    display: flex;
    grid-gap: 8px;
    flex-wrap: wrap;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_portfolio_tab .nav-link {
    border: 1px solid #f1ece8;
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    padding: 8px 9px 6px 9px;
    background: transparent;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
}

/* line 40, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_portfolio_tab .nav-link:hover,
.new_portfolio_tab .nav-link.active {
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.position_user_tab {
    position: relative;
    margin-top: -60px;
}

@media (max-width: 575.98px) {
    /* line 48, ../../../../../laragon/www/landLord/scss/_newUser.scss */
    .position_user_tab {
        margin-top: -43.5px;
    }
}

/* line 56, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.new_user_section .o_land_pagination {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    /* line 56, ../../../../../laragon/www/landLord/scss/_newUser.scss */
    .new_user_section .o_land_pagination {
        margin-top: 20px;
    }
}

/* line 64, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.coupon_gift_box {
    display: flex;
    padding: 30px 60px;
    background: #645cbb;
    max-width: 930px;
    grid-gap: 20px;
    margin: 5px auto 96px auto;
}

@media (max-width: 575.98px) {
    /* line 64, ../../../../../laragon/www/landLord/scss/_newUser.scss */
    .coupon_gift_box {
        padding: 30px;
        margin: 5px auto 70px auto;
        flex-wrap: wrap;
    }
}

/* line 78, ../../../../../laragon/www/landLord/scss/_newUser.scss */
.coupon_gift_box .coupon_gift_box_right {
    background-image: url("../img/o_land/new_user_coupon2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-position: center center;
    flex: 188px 0 0;
    padding: 20px;
}

@media (max-width: 575.98px) {
    /* line 78, ../../../../../laragon/www/landLord/scss/_newUser.scss */
    .coupon_gift_box .coupon_gift_box_right {
        flex: 1 0 0;
    }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_error_page.scss */
.error_area {
    padding: 150px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_error_page.scss */
    .error_area {
        padding: 70px 0;
    }
}

/* line 6, ../../../../../laragon/www/landLord/scss/_error_page.scss */
.error_area .error_inner {
    margin: 0 auto;
    text-align: center;
}

/* line 17, ../../../../../laragon/www/landLord/scss/_error_page.scss */
.error_area .error_inner h3 {
    font-size: 50px;
    font-weight: 700;
    color: #2e2e2e;
    margin: 22px 0 15px 0;
}

@media (max-width: 767.98px) {
    /* line 17, ../../../../../laragon/www/landLord/scss/_error_page.scss */
    .error_area .error_inner h3 {
        font-size: 35px;
    }
}

/* line 26, ../../../../../laragon/www/landLord/scss/_error_page.scss */
.error_area .error_inner p {
    font-size: 18px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 37px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.terms_condition_wrapper {
    padding: 30px 0 96px 0;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .terms_condition_wrapper {
        padding: 70px 0;
    }
}

/* line 7, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.terms_condition_wrapper .single_terms_condition:not(:last-child) {
    margin-bottom: 47px;
}

@media (max-width: 767.98px) {
    /* line 7, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .terms_condition_wrapper .single_terms_condition:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* line 13, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.terms_condition_wrapper .single_terms_condition .condition_description {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #687083;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.terms_condition_wrapper .single_terms_condition .non_returnable_list li {
    font-size: 16px;
    line-height: 1.88;
    font-weight: 400;
    color: #687083;
    position: relative;
    padding-left: 15px;
}

/* line 27, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.terms_condition_wrapper
    .single_terms_condition
    .non_returnable_list
    li::before {
    content: "";
    position: absolute;
    background: #687083;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .order_shiping_box_area .row {
        margin-left: 1px !important;
    }
}

@media (min-width: 768px) {
    /* line 48, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .order_shiping_box_area .row .col-xl-4 {
        margin-left: -1px;
    }
}

@media (max-width: 767.99px) {
    /* line 48, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .order_shiping_box_area .row .col-xl-4 {
        margin-top: -1px;
    }
}

/* line 57, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.order_shiping_box_area .single_order_shiping_box {
    grid-gap: 25px;
    border: 1px solid #f1ece8;
    padding: 53px 50px 46px 50px;
}

@media (max-width: 767.98px) {
    /* line 57, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
    .order_shiping_box_area .single_order_shiping_box {
        padding: 30px;
    }
}

/* line 66, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.order_shiping_box_area .single_order_shiping_box .traking_text {
    max-width: 260px;
}

/* line 68, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.order_shiping_box_area .single_order_shiping_box .traking_text h4 {
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 10px;
}

/* line 74, ../../../../../laragon/www/landLord/scss/_terms_condition.scss */
.order_shiping_box_area .single_order_shiping_box .traking_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #687083;
    margin-bottom: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
.order_confirm_banner .order_conrim_banner {
    margin-bottom: 91px;
}

@media (max-width: 767.98px) {
    /* line 2, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
    .order_confirm_banner .order_conrim_banner {
        margin-bottom: 40px;
    }
}

/* line 10, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
.order_confirm_email {
    border: 1px solid #f1ece8;
    padding: 16px 25px;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
.order_confirm_email p {
    font-size: 15px;
    font-weight: 400;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
.order_confirm_email p a {
    font-weight: 500;
    color: #645cbb;
}

/* line 19, ../../../../../laragon/www/landLord/scss/_order_cofirm.scss */
.order_confirm_email p a:hover {
    text-decoration: underline;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.recharge_wallet_btn {
    border: 1px dashed #f1ece8;
    background-color: #f9f9fd;
    border-radius: 5px;
    padding: 13.5px;
}

/* line 8, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_bg {
    background: #f5f8fa;
}

/* line 11, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized {
    border-right: 1px solid #e3e6ef;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized .dashboard_sidebar_wized_user {
    border-bottom: 1px solid #e3e6ef;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized .dashboard_sidebar_wized_user h4 {
    margin: 23px 0 5px 0;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc {
    display: flex;
    align-items: center;
    grid-gap: 19px;
    margin-bottom: 30px;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized
    .dashboard_sidebar_wized_user
    .user_desc
    .email_text::before {
    content: "";
    position: absolute;
    right: -10px;
    height: 13px;
    width: 1px;
    background: #e3e3e3;
    top: 50%;
    transform: translateY(-50%);
}

/* line 38, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized
    .dashboard_sidebar_balance_lists
    .dashboard_sidebar_balance_list {
    padding-left: 15px;
}

/* line 40, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized
    .dashboard_sidebar_balance_lists
    .dashboard_sidebar_balance_list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #687083;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized
    .dashboard_sidebar_balance_lists
    .dashboard_sidebar_balance_list
    .dashboard_sidebar_balance_list_left
    h5 {
    margin-bottom: 1px;
}

/* line 57, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_wized .dashboard_sidebar_balance {
    background: #fff;
    padding: 30px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e3e6ef;
}

/* line 68, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li .o_landy_bb2 {
    margin: 27px 0 17px 0;
}

/* line 71, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    grid-gap: 15px;
    padding: 10px 0;
}

/* line 78, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li a svg path {
    transition: 0.3s;
    fill: #2e2e2e;
}

/* line 83, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li a:hover,
.dashboard_sidebar_menuList ul li a.active {
    color: #645cbb;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li a:hover svg path,
.dashboard_sidebar_menuList ul li a.active svg path {
    fill: #645cbb !important;
}

/* line 92, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_sidebar_menuList ul li a.active::before {
    content: "";
    position: absolute;
    right: 0;
    height: 14px;
    width: 2px;
    background: #645cbb;
    border-radius: 5px 0 0 5px;
    top: 50%;
    transform: translateY(-50%);
}

/* line 109, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    grid-gap: 20px;
}

/* line 114, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 30px 29px 30px;
    transition: 0.3s;
}

/* line 119, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box .icon {
    width: 65px;
    height: 65px;
    background-color: #f6f8fa;
    border-radius: 50%;
    transition: 0.3s;
}

/* line 126, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box span {
    margin: 20px 0 4px 0;
    white-space: nowrap;
}

/* line 130, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box:hover {
    background: #645cbb;
}

/* line 132, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box:hover span,
.dashBoard_cart_boxs .single_cart_box:hover h3 {
    color: #fff;
}

/* line 136, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashBoard_cart_boxs .single_cart_box:hover .icon {
    background: #f6f8fa;
}

/* line 143, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box {
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}

/* line 146, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box.style2 {
    padding: 30px;
}

/* line 149, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box.style3 {
    padding: 30px 30px 36px 30px;
}

/* line 152, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box.style4 {
    padding: 60px;
}

@media (max-width: 767.98px) {
    /* line 152, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
    .dashboard_white_box.style4 {
        padding: 30px;
    }
}

/* line 158, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box.style5 {
    padding: 40px;
}

@media (max-width: 767.98px) {
    /* line 158, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
    .dashboard_white_box.style5 {
        padding: 30px;
    }
}

/* line 164, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_white_box.style6 {
    padding: 40px 50px 45px 50px;
}

@media (max-width: 767.98px) {
    /* line 164, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
    .dashboard_white_box.style6 {
        padding: 20px;
    }
}

/* line 171, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.white_box {
    border-radius: 0px;
}

/* line 173, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.white_box .white_box_header {
    padding: 14px 30px;
}

/* line 176, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.white_box .dashboard_white_box_body {
    padding: 10px 30px 30px 30px;
}

/* line 180, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.white_box.style2 .dashboard_white_box_body {
    padding: 30px 30px 30px 30px;
}

/* line 185, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_order_list {
    padding: 15px 0 0 0;
}

/* line 187, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_order_list:not(:last-child) {
    border-bottom: 1px dashed #e3e6ef;
    padding: 15px 0;
}

/* line 191, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_order_list .thumb {
    max-width: 100px;
}

/* line 196, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.dashboard_order_list .dashboard_order_content h4:hover {
    color: #645cbb;
}

/* -------------------------------------------------------------------------- */
/*                                    order                                   */
/* -------------------------------------------------------------------------- */
/* line 209, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.o_landy_order_tabs .nav-item {
    background-color: #fff;
}

/* line 212, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.o_landy_order_tabs .nav-item:not(:last-child) .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 1px;
    background: #f1ece8;
}

/* line 223, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.o_landy_order_tabs .nav-item .nav-link {
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    border: 0;
    position: relative;
    padding: 9.5px 15.5px;
}

/* line 233, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.o_landy_order_tabs .nav-item .nav-link.active {
    color: #645cbb;
}

/* line 242, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.Emergency_person_info .thumb {
    max-width: 55px;
}

/* line 244, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.Emergency_person_info .thumb img {
    border-radius: 50%;
}

/* line 251, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.oland_fileBrowse .input-effect {
    border-radius: 3px 0 0 3px;
}

/* line 254, ../../../../../laragon/www/landLord/scss/_dashboard.scss */
.oland_fileBrowse .o_land_primary_btn {
    border-radius: 0 3px 3px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background: #fff;
    border: 0;
}

/* line 14, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .close_modal_icon i {
    line-height: 30px;
    font-size: 14px;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .close_modal_icon:hover {
    background: #645cbb;
    color: #fff;
    transform: rotate(90deg);
}

/* line 24, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_modal_body_inner {
    padding: 50px 30px 60px 30px;
}

@media (max-width: 767.98px) {
    /* line 24, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .summery_modal_body .summery_modal_body_inner {
        padding: 25px 20px;
    }
}

/* line 30, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_modal_header {
    background: #f9f9fd;
    padding: 20.4px 30px;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_modal_bodyHeader {
    background: #f9f9fd;
    padding: 15.4px 20px;
}

/* line 39, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_order_box .summery_order_body {
    justify-content: space-between;
    padding: 25px 20px 38px 20px;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_order_box .summery_lists .single_summery_list {
    max-width: 360px;
}

@media (max-width: 575.98px) {
    /* line 44, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .summery_modal_body .summery_order_box .summery_lists .single_summery_list {
        flex-wrap: wrap;
    }
}

/* line 49, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body
    .summery_order_box
    .summery_lists
    .single_summery_list:not(:last-child) {
    margin-bottom: 7px;
}

/* line 52, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body
    .summery_order_box
    .summery_lists
    .single_summery_list
    .order_text_head {
    flex: 136px 0 0;
}

/* line 55, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .summery_order_box .summery_lists .single_summery_list p {
    line-height: 1.86;
    position: relative;
    top: -3px;
}

/* line 66, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
    max-width: 330px;
    border: 1px solid #e3e6ef;
    background-color: #fafafa;
    padding: 29px 30px 37px 30px;
    border-radius: 5px;
    flex: 330px 0 0;
}

@media (max-width: 767.98px) {
    /* line 66, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
        flex: 270px 0 0;
    }
}

/* line 80, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.order_place_progress {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 80, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .order_place_progress {
        flex-wrap: wrap;
    }
}

/* line 86, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.order_place_progress .single_order_progress {
    flex: 1 0 0;
}

@media (max-width: 575.98px) {
    /* line 86, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .order_place_progress .single_order_progress {
        flex: 50% 0 0;
        margin-bottom: 20px;
    }
}

/* line 93, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.order_place_progress .single_order_progress:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(50% + 20px);
    height: 1px;
    background: #f1ece8;
    top: 15px;
    right: calc(-50% + 20px);
}

@media (max-width: 575.98px) {
    /* line 93, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .order_place_progress .single_order_progress:not(:last-child)::before {
        display: none;
    }
}

/* line 106, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.order_place_progress .single_order_progress .icon {
    margin-bottom: 12px;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.table_border_whiteBox {
    padding: 10px 20px 0 20px;
    border: 1px solid #e3e6ef;
}

/* line 117, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media (max-width: 767.98px) {
    /* line 117, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wallet_boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 124, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet {
    border-radius: 5px;
    height: 150px;
}

/* line 127, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet h3 {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    /* line 127, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wallet_boxes .singl_dashboard_wallet h3 {
        font-size: 30px;
    }
}

/* line 133, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.green_box {
    background-color: #e7fff3;
}

/* line 135, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h4 {
    color: #50cd89;
}

/* line 138, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h3 {
    color: #50cd89;
}

/* line 142, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box {
    background-color: #fff5f8;
}

/* line 144, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h4 {
    color: #f1416c;
}

/* line 147, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h3 {
    color: #f1416c;
}

/* line 151, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wallet_boxes .singl_dashboard_wallet.bordered {
    border: 1px dashed #e3e6ef;
    background-color: #fcfdfd;
}

/* line 159, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet {
    padding: 30px 30px 40px 30px;
}

/* line 161, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet.style2 {
    padding: 61px 60px 40px 60px;
}

@media (max-width: 575.98px) {
    /* line 161, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .payment_modal_wallet.style2 {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    /* line 159, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .payment_modal_wallet {
        padding: 20px;
    }
}

/* line 170, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background: #fff;
    border: 0;
}

/* line 182, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .close_modal_icon i {
    line-height: 30px;
    font-size: 14px;
}

/* line 186, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .close_modal_icon:hover {
    background: #645cbb;
    color: #fff;
    transform: rotate(90deg);
}

/* line 192, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .wallet_payent_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
    grid-gap: 20px;
}

@media (max-width: 575.98px) {
    /* line 192, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .payment_modal_wallet .wallet_payent_box {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 10px;
    }
}

/* line 200, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .wallet_payent_box .wallet_elemnt {
    border-radius: 5px;
    border: 1px solid #e3e6ef;
    background-color: #fff;
    padding: 12px;
}

/* line 205, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.payment_modal_wallet .wallet_payent_box .wallet_elemnt.active {
    border-color: #645cbb;
}

/* line 212, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wishlist_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1px;
    margin-left: 1px;
}

@media (max-width: 767.98px) {
    /* line 212, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 212, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /* line 212, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* line 212, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .dashboard_wishlist_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* line 229, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.dashboard_wishlist_grid .product_widget5 {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #e3e6ef;
}

/* line 236, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded {
    padding: 40px;
}

/* line 238, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .close_modal_icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background: #fff;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* line 253, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .close_modal_icon i {
    line-height: 30px;
    font-size: 14px;
}

/* line 257, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .close_modal_icon:hover {
    background: #645cbb;
    color: #fff;
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    /* line 236, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
    .add_cart_modalAdded {
        padding: 20px;
    }
}

/* line 267, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .product_checked_box h4 {
    font-size: 20px;
    color: #4cb473;
    font-weight: 500;
    margin: 12px 0 0 0;
}

/* line 274, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .cart_added_box {
    margin: 23px 0 35px 0;
}

/* line 277, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded .cart_added_box .cart_added_box_item .thumb {
    flex: 120px 0 0;
}

/* line 281, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded
    .cart_added_box
    .cart_added_box_item
    .cart_added_content
    h4 {
    font-size: 16px;
    line-height: 26px;
    color: #00124e;
    font-weight: 700;
    margin-bottom: 10px;
}

/* line 288, ../../../../../laragon/www/landLord/scss/_dash_summery.scss */
.add_cart_modalAdded
    .cart_added_box
    .cart_added_box_item
    .cart_added_content
    h5 {
    font-size: 16px;
    line-height: 26px;
    color: #645cbb;
    font-weight: 700;
    margin: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view {
    display: grid;
    grid-template-columns: 44.15% 55.85%;
    position: relative;
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .product_quick_view {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* line 8, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .close_modal_icon {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.3s;
    display: inline-block;
    background: #fff;
    border: 0;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .close_modal_icon i {
    line-height: 30px;
    font-size: 14px;
}

/* line 28, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .close_modal_icon:hover {
    background: #645cbb;
    color: #fff;
    transform: rotate(90deg);
}

/* line 34, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .product_details_img {
    background-image: url(../img/product_details/quick_view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767.98px) {
    /* line 34, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .product_quick_view .product_details_img {
        height: 300px;
    }
}

/* line 43, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .product_details_wrapper {
    padding: 0;
}

/* line 45, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.product_quick_view .product_details_wrapper .product_content_details {
    padding: 45px 80px 45px 50px;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media (max-width: 767.98px) {
    /* line 45, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .product_quick_view .product_details_wrapper .product_content_details {
        padding: 25px 15px 15px 25px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 45, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .product_quick_view .product_details_wrapper .product_content_details {
        padding: 30px;
    }
}

/* line 60, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.theme_modal .modal-dialog {
    max-width: 1020px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 60, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .theme_modal .modal-dialog {
        max-width: 98%;
    }
}

/* line 66, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.theme_modal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}

/* line 73, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.theme_modal2 .modal-dialog {
    max-width: 930px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 73, ../../../../../laragon/www/landLord/scss/_product_view.scss */
    .theme_modal2 .modal-dialog {
        max-width: 98%;
    }
}

/* line 79, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.theme_modal2 .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0;
}

/* line 85, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.max_width_700 {
    max-width: 696px !important;
}

/* line 88, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.max_width_570 {
    max-width: 570px !important;
}

/* line 91, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.max_width_430 {
    max-width: 430px !important;
}

/* line 94, ../../../../../laragon/www/landLord/scss/_product_view.scss */
.mb_20_imporatnt {
    margin-bottom: 18px !important;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_list_box .summery_order_body {
    justify-content: space-between;
    padding: 6px 0px 18px 0px;
}

/* line 7, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_list_box .summery_lists .single_summery_list {
    max-width: 360px;
}

@media (max-width: 575.98px) {
    /* line 7, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .order_details_list_box .summery_lists .single_summery_list {
        flex-wrap: wrap;
    }
}

/* line 12, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_list_box .summery_lists .single_summery_list:not(:last-child) {
    margin-bottom: 7px;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_list_box .summery_lists .single_summery_list .order_text_head {
    flex: 136px 0 0;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_list_box .summery_lists .single_summery_list p {
    line-height: 1.86;
    position: relative;
    top: -3px;
}

/* line 27, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_progress {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    /* line 27, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .order_details_progress {
        flex-wrap: wrap;
    }
}

/* line 33, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_progress .single_order_progress {
    flex: 1 0 0;
}

@media (max-width: 575.98px) {
    /* line 33, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .order_details_progress .single_order_progress {
        flex: 50% 0 0;
        margin-bottom: 20px;
    }
}

/* line 40, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_progress .single_order_progress:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(50% + 20px);
    height: 1px;
    background: #f1ece8;
    top: 15px;
    right: calc(-50% + 20px);
}

@media (max-width: 575.98px) {
    /* line 40, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .order_details_progress .single_order_progress:not(:last-child)::before {
        display: none;
    }
}

/* line 53, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.order_details_progress .single_order_progress .icon {
    margin-bottom: 12px;
}

/* line 60, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.dashboard_orderDetails_body .order_details_progress {
    margin: 40px 0 75px 0;
}

@media (max-width: 767.98px) {
    /* line 60, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .dashboard_orderDetails_body .order_details_progress {
        margin: 30px 0 30px 0;
    }
}

/* line 65, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.dashboard_orderDetails_body .order_details_progress.style2 {
    margin: 30px 0 50px 0;
}

@media (max-width: 767.98px) {
    /* line 65, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
    .dashboard_orderDetails_body .order_details_progress.style2 {
        margin: 20px 0 20px 0;
    }
}

/* line 73, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.dashboard_orderDetails_body .dashboard_orderDetails_head {
    padding: 18.5px 20px;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_dash_order_details.scss */
.dashboard_orderDetails_body .dashboard_orderDetails_head2 {
    padding: 27.5px 30px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_profile.scss */
.profile_tabs {
    grid-gap: 10px;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_profile.scss */
.profile_tabs .nav-item .nav-link {
    border-radius: 3px;
    background-color: #f5f8fa;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    color: #2e2e2e;
    transition: 0.3s;
    padding: 8px 16px;
}

/* line 13, ../../../../../laragon/www/landLord/scss/_profile.scss */
.profile_tabs .nav-item .nav-link.active,
.profile_tabs .nav-item .nav-link:hover {
    background: #645cbb;
    color: #fff;
}

/* line 21, ../../../../../laragon/www/landLord/scss/_profile.scss */
.profile_white_box {
    padding: 60px 60px 60px;
}

@media (max-width: 767.98px) {
    /* line 21, ../../../../../laragon/www/landLord/scss/_profile.scss */
    .profile_white_box {
        padding: 30px;
    }
}

/* line 27, ../../../../../laragon/www/landLord/scss/_profile.scss */
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    top: 14px;
    font-size: 20px;
    color: #b1b1b1;
    right: 20px;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_profile.scss */
.dashboard_account_wrapper {
    display: grid;
    grid-template-columns: auto 210px;
    grid-gap: 90px;
    padding-right: 60px;
}

@media (max-width: 767.98px) {
    /* line 34, ../../../../../laragon/www/landLord/scss/_profile.scss */
    .dashboard_account_wrapper {
        padding-right: 0;
    }
}

/* line 44, ../../../../../laragon/www/landLord/scss/_profile.scss */
.tkt_uploader {
    border: 1px dashed #e3e6ef;
    border-radius: 5px;
    padding: 16px 10px;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_profile.scss */
.tkt_uploader input {
    opacity: 0;
}

/* line 52, ../../../../../laragon/www/landLord/scss/_profile.scss */
.tkt_uploader p a {
    color: #645cbb;
}

/* line 54, ../../../../../laragon/www/landLord/scss/_profile.scss */
.tkt_uploader p a:hover {
    text-decoration: underline;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_view_box {
    padding: 25px 25px 30px 25px;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group {
    border-radius: 5px;
    border: 1px solid #eef0f4;
    background-color: #fff;
    padding: 14px 15px;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .view_input {
    border: 0;
    height: 30px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #2e2e2e;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .view_input::placeholder {
    color: #687083;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .file_btn {
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    margin-right: 31px;
}

/* line 26, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .file_btn i {
    color: #687083;
    font-size: 14px;
    font-weight: 900;
}

/* line 31, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .file_btn input {
    opacity: 0;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.ticket_viewBtn_group .file_btn::before {
    content: "";
    position: absolute;
    right: -15px;
    height: 15px;
    width: 1px;
    background: #eef0f4;
    top: 50%;
    transform: translateY(-50%);
}

/* line 49, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.user_wrapper_lists .user_wrapper_list {
    grid-gap: 12px;
    border-bottom: 1px solid #eef0f4;
    padding: 20px 0;
}

/* line 53, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.user_wrapper_lists .user_wrapper_list:first-child {
    border-top: 1px solid #eef0f4;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_ticket_view.scss */
.user_wrapper_lists .user_wrapper_list .user_wrapper_left {
    flex: 66px 0 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1441px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area {
        display: grid;
        grid-template-columns: auto 825px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area {
        max-width: 1440px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 1440.99px) {
    /* line 17, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area .checkout_v3_inner {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1441px) {
    /* line 17, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area .checkout_v3_inner {
        max-width: 800px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    /* line 17, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area .checkout_v3_inner {
        max-width: 100%;
    }
}

/* line 31, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left {
    padding: 80px 30px 100px 30px;
    background: #ffffff;
}

@media (max-width: 767.98px) {
    /* line 31, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area .checkout_v3_left {
        padding: 20px;
    }
}

/* line 38, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head {
    background: #fcfdfd;
    display: flex;
    grid-gap: 15px;
    flex-wrap: wrap;
    border-top: 2px solid #645cbb;
    padding: 15.5px 30px;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #eef0f4;
    border-bottom: 1px solid #eef0f4;
    border-left: 1px solid #eef0f4;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head i {
    font-size: 16px;
    color: #676e8b;
}

/* line 55, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 60, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p a {
    color: #645cbb;
}

/* line 65, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title {
    border-radius: 3px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border-radius: 3px;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd;
}

/* line 72, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_head_title
    span {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 30px;
}

@media (max-width: 575.98px) {
    /* line 72, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area
        .checkout_v3_left
        .checkout_v3_inner
        .checout_head_title
        span {
        padding: 20px 18px;
    }
}

/* line 83, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box {
    border: 1px solid #e3e6ef;
    border-radius: 3px;
}

/* line 86, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .checout_shiped_head {
    padding: 17px 30px;
    border-bottom: 1px solid #e3e6ef;
}

/* line 89, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .checout_shiped_head
    .package_text {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 700;
}

/* line 94, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .checout_shiped_head
    p {
    margin-bottom: 0;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

/* line 99, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .checout_shiped_head
    p
    .Shipped_text {
    font-size: 14px;
    font-weight: 400;
    color: #2e2e2e;
}

/* line 104, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .checout_shiped_head
    p
    .name_text {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    text-transform: uppercase;
}

/* line 112, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .delevery_box {
    padding: 26.5px 25px 26.5px 25px;
    border-radius: 5px;
    display: flex;
    grid-gap: 15px;
    max-width: 336px;
    margin: 20px 30px;
    border: 1px solid #2196f3;
    background-color: #fcfdfd;
}

/* line 121, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .delevery_box
    .check_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 20px 0 0;
}

/* line 133, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .delevery_box
    .delevery_box_text
    h5 {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 139, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .delevery_box
    .delevery_box_text
    h4 {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin: 5px 0 2px 0;
}

/* line 145, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checkout_shiped_box
    .delevery_box
    .delevery_box_text
    p {
    font-size: 14px;
    color: #687083;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}

/* line 155, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 0 10px 10px 10px;
}

/* line 160, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product {
    border: 1px solid #eef0f4;
    padding: 20px;
    grid-gap: 40px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    /* line 160, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area
        .checkout_v3_left
        .checkout_v3_inner
        .checout_shiped_products
        .single_checkout_shiped_product {
        grid-gap: 20px;
    }
}

/* line 168, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .product_information {
    grid-gap: 20px;
}

/* line 170, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .product_information
    .thumb {
    max-width: 100px;
}

/* line 172, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .product_information
    .thumb
    img {
    width: 100%;
}

/* line 177, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .product_information
    .product_content
    p {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 0px;
}

/* line 183, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .product_information
    .product_content
    span {
    font-size: 14px;
    color: #687083;
    display: block;
    font-weight: 400;
}

/* line 191, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .offer_prise {
    display: inline-flex;
    grid-gap: 10px;
}

/* line 194, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .offer_prise
    .prise_offer {
    font-size: 14px;
    font-weight: 400;
    background: #29c489;
    color: #fff;
    display: inline-flex;
    border-radius: 3px;
    min-width: 52px;
    height: 25px;
    align-items: center;
    justify-content: center;
}

/* line 206, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .offer_prise
    .prise {
    font-size: 16px;
    color: #687083;
    font-weight: 500;
    text-decoration: line-through;
}

/* line 214, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .quentity
    span {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 220, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .total_prise {
    grid-gap: 10px;
}

/* line 222, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .checout_shiped_products
    .single_checkout_shiped_product
    .total_prise
    span {
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
}

/* line 230, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box {
    border: 1px solid #e3e6ef;
    padding: 60px;
    margin-top: 20px !important;
}

@media (max-width: 767.98px) {
    /* line 230, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .checkout_v3_area
        .checkout_v3_left
        .checkout_v3_inner
        .shiping_address_box {
        padding: 20px;
    }
}

/* line 237, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area
    .checkout_v3_left
    .checkout_v3_inner
    .shiping_address_box
    .billing_address
    .product_ceck {
    margin-top: 5px;
}

/* line 243, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_v3_area .checkout_v3_right {
    background-color: #fcfdfd;
    border: 1px solid #eef0f4;
}

/* line 249, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.check_v3_btns {
    grid-gap: 20px;
    padding-top: 5px;
}

/* line 252, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.check_v3_btns .return_text {
    font-size: 14px;
    color: #645cbb;
    text-transform: uppercase;
    font-weight: 700;
}

/* line 260, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box {
    padding: 80px 0 60px 60px;
    max-width: 470px;
}

@media (max-width: 767.98px) {
    /* line 260, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .order_sumery_box {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    /* line 260, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .order_sumery_box {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* line 260, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .order_sumery_box {
        padding: 80px 0 30px 30px;
    }
}

/* line 274, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .single_total_list {
    margin-bottom: 20px;
}

/* line 277, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .single_total_list .single_total_left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 0;
}

/* line 283, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .single_total_list .single_total_left p {
    font-size: 12px;
    font-weight: 400;
    color: #687083;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* line 292, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .single_total_list .single_total_right span {
    font-size: 14px;
    font-weight: 400;
    color: #687083;
}

/* line 299, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .total_amount {
    border-top: 1px solid #e3e6ef;
    padding-top: 19px;
}

/* line 302, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .total_amount .total_text {
    font-size: 14px;
    font-weight: 700;
    color: #687083;
}

/* line 306, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.order_sumery_box .subtotal_lists .total_amount .total_text span {
    font-size: 20px;
    color: #2e2e2e;
}

/* line 314, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.check_v3_title {
    font-size: 24px;
    font-weight: 700;
}

/* line 318, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.check_v3_title2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px;
}

/* line 325, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists {
    margin-bottom: 17px;
}

/* line 327, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists .singleVendor_product_list {
    grid-gap: 30px;
    margin-bottom: 65px;
}

@media (max-width: 767.98px) {
    /* line 327, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
    .singleVendor_product_lists .singleVendor_product_list {
        margin-bottom: 30px;
    }
}

/* line 334, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists .singleVendor_product_list .thumb img {
    width: 100%;
}

/* line 339, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h4 {
    margin-bottom: 10px;
}

/* line 341, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h4
    a {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 345, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h4
    a:hover {
    color: #645cbb;
}

/* line 350, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h5 {
    font-size: 16px;
    font-weight: 500;
    color: #645cbb;
    grid-gap: 15px;
    margin-bottom: 0;
}

/* line 356, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h5
    .product_count_text {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 360, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.singleVendor_product_lists
    .singleVendor_product_list
    .product_list_content
    h5
    .product_count_text
    span {
    display: inline-block;
    font-size: 14px;
    color: #2e2e2e;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

/* line 374, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box {
    grid-gap: 20px;
}

/* line 376, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

/* line 380, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .thumb img {
    border-radius: 50%;
}

/* line 385, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .Contact_sVendor_info h5 {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    margin-bottom: 7px;
}

/* line 390, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .Contact_sVendor_info h5 span {
    font-size: 14px;
}

/* line 394, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .Contact_sVendor_info .logout_text {
    font-size: 14px;
    color: #645cbb;
    font-weight: 500;
}

/* line 398, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.Contact_sVendor_box .Contact_sVendor_info .logout_text:hover {
    text-decoration: underline;
}

/* line 405, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info {
    border: 1px solid #eef0f4;
    border-radius: 3px;
    padding: 0 30px;
    background-color: #fcfdfd;
}

/* line 410, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info .single_shipingV3_info {
    padding: 18px 0;
    flex-wrap: wrap;
    grid-gap: 30px;
}

/* line 413, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info .single_shipingV3_info:not(:last-child) {
    border-bottom: 1px solid #e3e6ef;
}

/* line 417, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info .single_shipingV3_info span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 422, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info .single_shipingV3_info h5 {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    line-height: 1.71;
}

/* line 428, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shipingV3_info .single_shipingV3_info .edit_info_text {
    font-size: 14px;
    font-weight: 500;
    color: #645cbb;
}

/* line 436, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.standard_shiping_box {
    padding: 11px 20px 11px 15px;
    border-radius: 3px;
    border: 1px solid #eef0f4;
    background-color: #fcfdfd;
}

/* line 442, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.standard_shiping_box .product_ceck a {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

/* line 448, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.standard_shiping_box span {
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
}

/* line 455, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.shekout_subTitle_text {
    font-size: 14px;
    color: #687083;
    text-transform: capitalize;
    font-weight: 400;
}

/* line 463, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* line 467, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* line 471, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 475, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item {
    border-color: #e3e6ef;
}

/* line 478, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item .accordion-header .accordion-button {
    padding: 15.5px 20px;
}

/* line 480, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

/* line 483, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff;
}

/* line 489, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style .accordion-item .accordion-body {
    background-color: #fcfdfd;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #e3e3e3;
}

/* line 497, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style.style2 .accordion-item .accordion-button {
    margin-left: 30px !important;
    width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0;
}

/* line 504, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style.style2 .accordion-item:first-child {
    border-bottom: 0 !important;
}

/* line 506, ../../../../../laragon/www/landLord/scss/_checkout_v3.scss */
.checkout_acc_style.style2 .accordion-item:first-child .accordion-button {
    border-bottom: 1px solid #e3e6ef;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box {
    display: flex;
    grid-gap: 20px;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e6ef;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box .nofication_userName {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    border-radius: 50%;
    background: #525ce5;
    color: #fff;
    flex: 50px 0 0;
}

/* line 22, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box .nofication_content h4 {
    color: #202e3b;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box .nofication_content .nofication_subText {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 2px 0 14px 0;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box .nofication_content .nofication_subText span {
    color: #00124e;
}

/* line 34, ../../../../../laragon/www/landLord/scss/_notification.scss */
.dashboard_notification_box .nofication_content .nofication_desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

/* line 42, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
    margin-bottom: 0;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle input {
    opacity: 0;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle .slider:before {
    bottom: 0px;
    content: "";
    height: 20px;
    left: 0px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 20px;
    background: #707db7;
    box-shadow: none;
    top: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* line 67, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle input:checked + .slider {
    background: #eceef4;
}

/* line 71, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle input:checked + .slider:before {
    transform: translateX(20px);
    background: #645cbb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

/* line 77, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle .slider.round {
    border-radius: 34px;
}

/* line 81, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle .slider.round:before {
    border-radius: 50%;
}

/* line 84, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle .switch_toggle input {
    display: none;
}

/* line 87, ../../../../../laragon/www/landLord/scss/_notification.scss */
.o_landySwitch_toggle .slider {
    background-color: #eceef4;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparison_lists {
    margin: 0;
    padding: 0;
}

/* line 4, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparison_lists li {
    list-style: none;
    color: #687083;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 12px 23px 12px 30px;
}

/* line 11, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparison_lists li:nth-child(2n - 1) {
    background: #f6f8fa;
}

/* line 15, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparison_lists.style2 {
    text-align: right;
}

@media (max-width: 767.98px) {
    /* line 15, ../../../../../laragon/www/landLord/scss/_compare.scss */
    .comparison_lists.style2 {
        text-align: left;
    }
}

/* line 20, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparison_lists.style2 li {
    color: #00124e;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product {
    border: 1px solid #e9e7e7;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product .compare_product_inner {
    padding: 25px;
    border-bottom: 1px solid #e9e7e7;
}

/* line 37, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_active .owl-nav button {
    height: 40px;
    width: 40px;
    border: 1px solid #e9e7e7 !important;
    transition: 0.3s;
    background: #f0f1f3 !important;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 20%;
}

/* line 47, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_active .owl-nav button.owl-next {
    left: auto;
    right: -20px;
}

/* line 51, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_active .owl-nav button:hover {
    background-color: #2e2e2e !important;
    border: 1px solid #2e2e2e !important;
    color: #fff !important;
}

/* line 56, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_active .owl-nav button i {
    line-height: 28px;
}

/* line 60, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_active .owl-nav .owl-prev {
    margin-right: 5px;
}

/* line 66, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparing_box_area {
    display: flex;
}

@media (max-width: 767.98px) {
    /* line 66, ../../../../../laragon/www/landLord/scss/_compare.scss */
    .comparing_box_area {
        flex-direction: column;
    }
}

/* line 73, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparing_box_area .compare_product_descList {
    width: 150px;
    flex: 150px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #e9e7e7;
    border-right: 0;
    border-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    /* line 73, ../../../../../laragon/www/landLord/scss/_compare.scss */
    .comparing_box_area .compare_product_descList {
        flex: 100% 0 0;
        width: 100%;
    }
}

/* line 86, ../../../../../laragon/www/landLord/scss/_compare.scss */
.comparing_box_area .compare_product_descList .compare_product {
    border: 0;
    border-top: 1px solid #e9e7e7;
    border-bottom: 0;
}

/* line 93, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel {
    width: calc(100% - 150px);
    border-left: 1px solid #e9e7e7;
}

@media (max-width: 767.98px) {
    /* line 93, ../../../../../laragon/www/landLord/scss/_compare.scss */
    .compare_product_carousel {
        width: calc(100% - 0px);
    }
}

/* line 102, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel .compare_product_active {
    margin-left: -1px;
}

/* line 105, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel .owl-carousel .owl-nav {
    position: unset;
}

/* line 107, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel .owl-carousel .owl-nav div {
    width: 35px;
    height: 35px;
    background: #f6f8fa;
    border: 1px solid #e9e7f7;
    color: #090b17;
    position: absolute;
    left: -17.5px;
    top: 144px;
}

/* line 116, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel .owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -17.5px;
    top: 144px;
}

/* line 121, ../../../../../laragon/www/landLord/scss/_compare.scss */
.compare_product_carousel .owl-carousel .owl-nav div:hover {
    background: #645cbb;
    border-color: #645cbb;
    color: #fff;
}

/* line 129, ../../../../../laragon/www/landLord/scss/_compare.scss */
.delete_pro {
    top: -10px;
    left: -10px;
    z-index: 11;
}

/* line 134, ../../../../../laragon/www/landLord/scss/_compare.scss */
.reset_compare_text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #645cbb;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 20px 0 23px 15px;
    padding: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 2, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

/* line 5, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-for {
    margin-bottom: 10px;
}

/* line 9, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-for img {
    width: 100%;
    min-height: 100%;
}

/* line 14, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav {
    margin: auto -5px;
}

/* line 18, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav .item-slick {
    max-width: 240px;
    margin-right: 0px;
    outline: none !important;
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.8;
}

/* line 25, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav .item-slick.slick-current {
    opacity: 1;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
}

/* line 37, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
}

/* line 44, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slick-prev {
    left: 0px;
}

/* line 48, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slick-next {
    right: 0px;
}

/* line 54, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav button {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    background: #645cbb;
    opacity: 0;
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    /* line 54, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
    .slick_custom_container .slider-nav button {
        display: none !important;
    }
}

/* line 71, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav button:hover {
    background: #2e2e2e;
}

/* line 76, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav:hover .slick-prev {
    left: 20px;
}

/* line 80, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav:hover .slick-next {
    right: 20px;
}

/* line 83, ../../../../../laragon/www/landLord/scss/_product_details_slider.scss */
.slick_custom_container .slider-nav:hover button {
    opacity: 1;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_features.scss */
.feature_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 38px 24px;
}

@media (max-width: 575.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_features.scss */
    .feature_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767.98px) {
    /* line 1, ../../../../../laragon/www/landLord/scss/_features.scss */
    .feature_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* line 11, ../../../../../laragon/www/landLord/scss/_features.scss */
.feature_grid:nth-child(2) .Feature_widget {
    background: #000;
}

/* line 16, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget_content {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget_content_icon {
    width: 60px;
    height: 60px;
    background: rgba(100, 92, 187, 0.15);
    border-radius: 8px;
    flex: 60px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 30, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget_content_title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #2e2e2e;
    max-width: 140px;
}

/* line 38, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget_desc {
    color: #6c6c6c;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    max-width: 200px;
}

/* line 45, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget:nth-child(2)
    .Feature_widget_content
    .Feature_widget_content_icon {
    background: rgba(249, 148, 23, 0.15);
}

/* line 48, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget:nth-child(3)
    .Feature_widget_content
    .Feature_widget_content_icon {
    background: rgba(22, 199, 255, 0.15);
}

/* line 51, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget:nth-child(4)
    .Feature_widget_content
    .Feature_widget_content_icon {
    background: rgba(11, 190, 61, 0.15);
}

/* line 54, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget:nth-child(5)
    .Feature_widget_content
    .Feature_widget_content_icon {
    background: rgba(255, 0, 0, 0.15);
}

/* line 57, ../../../../../laragon/www/landLord/scss/_features.scss */
.Feature_widget:nth-child(6)
    .Feature_widget_content
    .Feature_widget_content_icon {
    background: rgba(66, 0, 255, 0.15);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 0 25px 40px 25px;
    position: relative;
    min-height: 220px;
    transition: 0.3s;
    margin-top: 40px;
}

/* line 10, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget .icon {
    background: #645cbb;
    border: 3px solid #ffffff;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-top: -44px;
}

/* line 20, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget .context_info {
    max-width: 220px;
    margin: 0 auto;
}

/* line 24, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget h4 {
    font-weight: 600;
    font-size: 18px;
    color: #2e2e2e;
    margin: 25px auto 12px auto;
    text-transform: capitalize;
    max-width: 180px;
}

/* line 32, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #6c6c6c;
}

/* line 38, ../../../../../laragon/www/landLord/scss/_property.scss */
.workx_widget:hover {
    border-color: #645cbb;
    border-width: 1px;
    border-radius: 16px;
}

/* line 44, ../../../../../laragon/www/landLord/scss/_property.scss */
.col-xl-3:nth-child(2n) .workx_widget .icon {
    background: #f99417;
}

/*----------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

/* Blog Image Size  */
.blog_details_banner img {
    width: 100%;
}
.daterangepicker {
    border-color: #f1ece8;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #645cbb;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.in-range {
    background-color: rgba(100, 92, 187, 0.3);
}
.daterangepicker .drp-buttons .btn.btn-primary {
    background: #645cbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Circular Std Book";
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 9px 23px;
    border: 1px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.daterangepicker .drp-buttons .btn.btn-primary:focus {
    outline: none;
}
.daterangepicker .drp-buttons .btn.btn-primary:hover {
    color: #fff;
    border-color: #f99417;
    background: #f99417;
}
.category_menu_scroll {
    position: relative;
    width: 254px;
    height: 500px;
}
.category_menu_scroll .ps__rail-y {
    opacity: 1 !important;
    width: 6px;
    right: 0;
    position: absolute;
    height: 100px !important;
}
.category_menu_scroll .ps__thumb-y {
    background-color: #ddd;
    border-radius: 3px;
    width: 6px;
    right: 0px;
    position: absolute;
    /* height: 100px !important; */
    opacity: 1 !important;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #ddd;
    opacity: 1;
}
.category_menu_scroll .ps__rail-x {
    display: none !important;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #ddd;
    width: 6px;
}
.menu_profile_warpper {
}
.menu_profile_warpper .menu_profile_warpper_inner {
}
.menu_profile_warpper .menu_profile_warpper_inner .thumb {
    max-width: 40px;
    flex-shrink: 0;
    border: 1px solid #f3f3f3;
    flex: 40px 0 0;
    height: 40px;
    border-radius: 50%;
}
.menu_profile_warpper .menu_profile_warpper_inner .thumb img {
    object-fit: cover;
    max-height: 40px;
    max-width: 40px;
    flex-shrink: 0;
    min-width: 100%;
    object-position: center;
}
.menu_profile_warpper .menu_profile_warpper_hover {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    transition: 0.3s;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 5%);
}
.menu_profile_warpper .menu_profile_warpper_hover ul {
}
.menu_profile_warpper .menu_profile_warpper_hover ul li {
}
.menu_profile_warpper .menu_profile_warpper_hover ul li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    color: #2e2e2e;
}
.menu_profile_warpper .menu_profile_warpper_hover ul li a:hover {
    color: #645cbb;
}
.menu_profile_warpper:hover .menu_profile_warpper_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.modal-dialog.max_450px {
    max-width: 450px;
}

.list_disc li {
    list-style: disc !important;
    margin-bottom: 10px;
}
.dashboard_sidebar_wized .dashboard_sidebar_wized_user .thumb {
    max-width: 160px;
    border-radius: 50%;
    overflow: hidden;
    max-height: 160px;
}
.dashboard_sidebar_wized .dashboard_sidebar_wized_user .thumb img {
    object-fit: cover;
    height: 160px;
    width: 160px;
    object-position: center center;
}

.account_img_upload .thumb {
    border-radius: 10px;
    max-width: 210px;
}
.account_img_upload .thumb img {
    border-radius: 15px;
}

.short_curt_icons li a:hover svg path,
.short_curt_icons li a.active svg path {
    fill: #f99417;
}
/* @media (max-width: 991.98px) {
  .o_land_dashSidebar.dashboard_sidebar_wized {
    border-right: 1px solid #e3e6ef;
    background: #fff;
    padding: 20px;
  }
} */
.Emergency_person_info {
    min-width: 180px;
}
.Emergency_person_info .thumb {
    max-width: 55px;
    flex-shrink: 0;
}
.pagination .page-item {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    font-family: "Circular Std Book";
    margin: 0 2.5px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f1ece8;
    width: 30px;
    height: 30px;
    flex: 30px 0 0;
    border-radius: 50% !important;
    justify-content: center;
    line-height: 1;
}

.pagination .page-item:hover,
.pagination .page-item.active {
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: #645cbb;
    border-color: #645cbb;
    border-radius: 50% !important;
}

.page-link {
    border-radius: 50% !important;
}

/* Partners Image Popup Style Start */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-image {
    background-color: #fff;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    border: 5px solid #fff;
    box-shadow: 0 0 30px #000;
    cursor: zoom-in;
}

.zoomed-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 1000;
    cursor: zoom-out;
}

.zoomed-image img {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-out;
}
/* Partners Image Popup Style End  */
.address-box {
    min-height: 80px;
    border: 1px solid #645cbb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.25rem;
    margin: 0;
    width: auto;
    margin-bottom: 20px;
}
/* popup delete image */
.delete-icon {
    display: flex;
    justify-content: end;
    margin-right: 10px;
}
/* table scroll */

.table-scrollable tbody {
    display: block;
    max-height: 250px;
    overflow-y: scroll;
}
.table-scrollable thead,
.table-scrollable tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.table-scrollable thead {
    width: calc(100% - 1.1em);
}

.table-scrollable tbody::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.table-scrollable tbody::-webkit-scrollbar {
    width: 5px !important;
    background-color: #645cbb;
}

.table-scrollable tbody::-webkit-scrollbar-thumb {
    background-color: #645cbb;
    border: 2px solid #645cbb;
}
/* delete button */
.cart-delete:hover {
    cursor: pointer;
}
.product_widget5.style3.bg-white.wishlist-box-hover {
position: relative;
}
.wishlist-delete {
   display: none;
}
.wishlist-box-hover:hover img {
    border: 1px solid #e3e6ef;
    filter: blur(0.875rem);
}
.product_widget5.wishlist-box-hover:hover .wishlist-delete {
    position: absolute;
    top: 50%;
    left: 40%;
    margin: auto 0;
    display: block;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
body {
    margin: 32px;
}
.wishlist-btn {
    display: flex;
    align-items: center;
    background: none;
    border: 1px solid #bdbdbd;
    height: 48px;
    padding: 0 24px 0 16px;
    letter-spacing: 0.25px;
    border-radius: 24px;
    cursor: pointer;
}
.wishlist-btn:focus {
    outline: none;
}
.wishlist-btn .mdi {
    margin-right: 8px;
}
.btn-delete {
    font-size: 16px;
    color: red;
}
.btn-delete > .mdi-delete-empty {
    display: none;
}
.btn-delete:hover {
    background-color: #fff5f5;
}
.btn-delete:hover > .mdi-delete-empty {
    display: block;
}
.btn-delete:hover > .mdi-delete {
    display: none;
}
.btn-delete:focus {
    box-shadow: 0 0 0 4px #fcc;
}
.magnifier-icon{
    display: none;
    font-size: 24px;
    color: #fff;
}
.item-slick{
    position: relative;
}
.item-slick:hover img
{
  filter: blur(.5rem);
  cursor: pointer;

}
.item-slick:hover span.magnifier-icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

}
.count_rating {
    color: #f5bd23 !important;
}
#full-stars-example-two .rating-group {
    display: inline-flex;
    /* make hover effect work properly in IE */
  }

  #full-stars-example-two .rating__icon {
    pointer-events: none;
    /* hide radio inputs */
  }

  #full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
    /* hide 'none' input from screenreaders */
  }

  #full-stars-example-two .rating__input--none {
    display: none;
    /* set icon padding and size */
  }

  #full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
    /* set default star color */
  }

  #full-stars-example-two .rating__icon--star {
    color: orange;
    /* if any input is checked, make its following siblings grey */
  }

  #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
    /* make all stars orange on rating group hover */
  }

  #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
    /* make hovered input's following siblings grey on hover */
  }

  #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .fa-star.selected {
    background: transparent;
    color: orange !important;
  }
  i.fas.fa-star.active {
    color: #ffc107;
}
.ot_fileUploader {
    display: flex;
    align-items: center;
    border: 1px solid var(--ot-border-primary) !important;
    height: 48px;
  }

  .ot_fileUploader input.form-control {
    border: 0 !important;
    border-radius: 3px;
    border: 0;
    height: 40px;
    width: 100%;
    box-shadow: none !important;
  }

  .ot_fileUploader button {
    background: transparent;
  }

  .ot_fileUploader .ot-btn-primary {
    padding: 10px 20px;
  }
