/*----------------------------------------------------- LINE  -----------------------------------------------------*/
.one_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*----------------------------------------------------- TABLE DESIGN -----------------------------------------------------*/
.fix_table thead {
    background: #E1E1E1;
    border: 1px solid #AAA;
}
.fix_table thead tr th {
    padding: 20px 10px;
    border:none;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.fix_table tbody{
    border: 1px solid #AAA;
}
.fix_table tbody tr td {
    padding: 15px 10px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
}
/*----------------------------------------------------- OVER TABLE DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- POPUP DESIGN -----------------------------------------------------*/
.fix_popup_design {
    background: rgba(0,0,0,85%);
}
.fix_popup_design .modal-dialog {
    max-width: 800px !important;
    margin: 20px auto !important;
    min-height: calc(100vh - 40px) !important;
    display: flex !important;
    align-items: center !important;
}
.fix_popup_design .modal-dialog .modal-content {
    border-radius: 20px !important;
    border: none !important;
}
.fix_popup_design .modal-dialog .modal-content.fpd_box {
    padding: 50px !important;
    background: #FFF !important;
}
.fix_popup_design .modal-dialog .modal-header {
    padding-bottom: 25px !important;
}
.fix_popup_design .modal-dialog .modal-header button.close {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    position: absolute !important;
    top: 35px !important;
    right: 35px !important;
    width: 40px !important;
    line-height: 0 !important;
    margin: 0 !important;
}
.fix_popup_design .modal-dialog .modal-header .popup_title {
    text-align: center !important;
    margin: 0 !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    letter-spacing: 1px !important;
}
.fix_popup_design .modal-dialog .modal-content .conatin {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0 0;
    text-align: center;
}
.fix_popup_design .modal-dialog .modal-content .dec{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}

/* Garden Create Popup */
.garden_created_popup.fix_popup_design .modal-dialog .modal-content {
    background: #45C580 !important;
}
.garden_created_popup.fix_popup_design.gcp_blue .modal-dialog .modal-content {
    background: #45B5C5 !important;
}
.garden_created_popup.fix_popup_design .modal-dialog .modal-header .popup_title {
    color: #FFF !important;
}
.garden_created_popup .modal-dialog .modal-content .first_img {
    max-width: 247px;
    width: 100%;
}
.garden_created_popup .modal-dialog .modal-content .conatin {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 16px 0;
    text-align: center;
}
.garden_created_popup .modal-dialog .modal-content .sec_img {
    max-width: 57px;
    width: 100%;
}
/*----------------------------------------------------- OVER POPUP DESIGN -----------------------------------------------------*/

/*-----------------------------------------------------  PAGE LOADER DESIGN -----------------------------------------------------*/
.loder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000080;
    z-index: 9999;
    display: none;
}
.loder img {
    position: absolute;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}
/*----------------------------------------------------- OVER PAGE LOADER DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- LOGIN SCREEN DESIGN -----------------------------------------------------*/
.login_section {
    padding: 50px 20px;
}
/*----------------------------------------------------- OVER LOGIN SCREEN DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR LEFT DESIGN -----------------------------------------------------*/
.side_bar_page .left_sidebar .ls_first {
    height: 23.55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_bar_page .left_sidebar .ls_secound {
    height: 35.70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_bar_page .left_sidebar .ls_third {
    height: 40.75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----------------------------------------------------- OVER SIDBAR LEFT DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/
@media only screen and (min-width: 600px) {
    .main_right_section_mh {
        min-height: calc(100vh - 100px);
    }
}
.main_right_section {
    padding: 50px 20px !important;
}
.main_right_pagetitle_section .section_vertical_space,
.main_right_section .section_vertical_space {
    margin: 50px 0;
}
.main_right_section .main_right_title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.44em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.main_right_section .main_right_sub_title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
}
.main_right_section .main_right_section_title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin: 0 0 15px;
}
.main_right_section .main_right_contain {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
/*----------------------------------------------------- OVER SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- OVER SIDBAR RIGHT WITH PAGETILTE SECTION DESIGN -----------------------------------------------------*/
.main_right_pagetitle_section .mrps_header {
    padding: 20px;
    background: #E7E7E7;
}
.main_right_pagetitle_section .mrps_header .page_title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.44em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.main_right_pagetitle_section .mrps_body {
    padding: 50px 20px;
}
/*----------------------------------------------------- SIDBAR RIGHT WITH PAGETILTE SECTION DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/
.main_right_noti_section .mrsn_lcol {
    padding: 20px 0 0 20px;
}
.main_right_noti_section .main_pagetitle {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.44em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.main_right_noti_section .main_contain {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
.main_right_noti_section .mrsn_header .mrsn_rcol .mrsn_noti {
    background: #C4C4C4;
    padding: 15px;
    gap: 15px;
}
.main_right_noti_section .mrsn_header .mrsn_rcol .mrsn_noti a {
    text-decoration: none;
}
.main_right_noti_section .mrsn_header .mrsn_rcol .mrsn_noti i {
    background: #FFF;
    color: #000;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 2px solid #4B4B4B;
}
.main_right_noti_section .mrsn_body {
    padding: 50px 20px;   
}
/*----------------------------------------------------- OVER SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- VERTICAL SCROLL -----------------------------------------------------*/
.verticl_scroll {
    overflow: auto;
}
.verticl_scroll::-webkit-scrollbar {
    width: 5px;
    background: #f1f1f1;
}
.verticl_scroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
/*----------------------------------------------------- OVER VERTICAL SCROLL -----------------------------------------------------*/

/*----------------------------------------------------- NOT FOUND DESIGN -----------------------------------------------------*/
.not_found {
    background: #C4C4C4;
    padding: 30px;
    height: 500px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_found .title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
}

.not_found_text {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}

.success_mdg_text {
    color: green;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
}
.fail_mdg_text {
    color: red;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0;
}
/*----------------------------------------------------- OVER NOT FOUND DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- NOTE LIST -----------------------------------------------------*/
.notes_list {
    background: #F8F8F8;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}
.notes_list:not(:first-child) {
    margin-top: 20px;
}
.notes_list .nl_title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.notes_list .nl_contain {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.notes_list .nl_contain * {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    margin: 0 0;
    text-decoration: none;
}
.notes_list .nl_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0 0;
}
.notes_list .nl_btn a {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    padding: 0;
}
/*----------------------------------------------------- OVER NOTE LIST -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/
.mrs_gallery_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin: 30px 0 0;
    align-items:start;
}
.mrs_gallery_grid .mrs_gg_item {
    padding: 0;
    position: relative;
    text-decoration: none;
    border: 1px solid #E7E7E7;
}

.mrs_gallery_grid .mrs_gg_item .gg_feature img {
    width: 100%;
    aspect-ratio: 109/58;
    object-fit: cover;
}

.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_details {
    background: #F2F2F2;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    min-height: 46.5px;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_details h4 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    margin: 0;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_details .gg_condition {
    aspect-ratio: 1/1;
    max-width: 20px;
}

.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-toggle {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-toggle i { 
    font-size: 22px;
    line-height: 1em;
    color: #000;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-toggle::after {
    display: none;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-menu {
    padding: 0;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-menu li a {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    padding: 10px;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .dropdown-menu li a:hover { 
    background: #4B4B4B;
    color: #F2F2F2;
}

.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_like { 
    position: absolute;
    bottom: 15px;
    right: 15px;
    line-height: 0;
    /* background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px); */
    border-radius: 15px;
    padding: 10px;
    background: rgb(0 0 0 / 20%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_like i {
    font-size: 26px;
    color: #FFF;
}

.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_delete {
    line-height: none;
    border-radius: unset;
    background: none;
    width: unset;
    border: unset;
    padding: unset;
}
.mrs_gallery_grid .mrs_gg_item .gg_feature .gg_delete i {
    font-size: 22px;
    line-height: 1em;
    color: #000;
}
/*----------------------------------------------------- OVER SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR RIGHT FOOTER BTN DESIGN -----------------------------------------------------*/
.main_right_footer  {
    margin: 30px 0 0 !important;
}
.back_btn,
.main_right_footer .back_btn {
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    letter-spacing: 1px !important;
    background: transparent !important;
    border: none !important;
    text-decoration: underline !important;
    padding: 0 !important;
    text-transform: none !important;
} 
/*----------------------------------------------------- OVER SIDBAR RIGHT FOOTER BTN DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/
.side_bar_page .left_sidebar .ls_main {
    max-height: 100vh;
    overflow-y: hidden;
} 
/*----------------------------------------------------- OVER SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- FILE UPLOAD DESIGN -----------------------------------------------------*/
.new_file_upload_title {
    max-width: 100% !important;
    padding: 0 !important;
}
.new_file_upload_title h3 {
    text-align: left;
    color: #FF0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.new_file_upload {
    background: #E7E7E7 !important;
    padding: 15px !important;
    border-radius: 20px !important;
    border: 2px solid rgba(0,0,0,0.3) !important;
}
.new_file_upload.dz-started {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    gap: 15px !important;
}
.new_file_upload .dz-preview {
    margin: 0 !important;
    background: transparent !important;
    /* border: 1px solid #4B4B4B !important; */
    border-radius: 20px !important;
    position: relative !important;
}
.new_file_upload .dz-preview .dz-success-mark, 
.new_file_upload .dz-preview .dz-error-mark {
    margin-top: -37px !important;
}
.new_file_upload .dz-preview .dz-error-message {
    padding: 5px !important;
    background: #ff0000 !important;
    top: 150px !important;
}
.new_file_upload .dz-preview .dz-error-message span {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    letter-spacing: 0px !important;
}
.new_file_upload .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #ff0000 !important;
}
.new_file_upload .dz-preview .dz-image {
    width: 100% !important;
    background: #30303080 !important;
}
.new_file_upload .dz-preview .dz-image img {
    width: 100%;
}
.new_file_upload .dz-message {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.new_file_upload .dz-preview .dz-remove {
    margin: 0 !important;
    padding: 5px 0 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    /* width: 20px !important; */
    /* position: absolute !important;
    top: 5px !important;
    right: 5px !important; */
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
}
.new_file_upload .dz-preview .dz-details {
    display: none !important;
}
.new_file_upload .dz-preview .dz-error-message {
    left: calc(50% - 70px) !important;
}

.main_file_upload.gray_background {
    background: #E7E7E7;
    padding: 15px;
}
.main_file_upload.gray_background .buttons {
    display: flex;
}
.main_file_upload.gray_background .qq-upload-button {
    margin: 0 auto;
}
.main_file_upload {
    width: 100%;
}
.main_file_upload .qq-upload-button {
    color: #E7E7E7;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #4B4B4B;
    width: 192px;
    border: 3px solid #4B4B4B;
    padding: 11px;
    box-shadow: none;
    margin-bottom: 0;
}
.main_file_upload .qq-upload-button:hover {
    background: transparent;
    color: #4B4B4B;
}
.main_file_upload .qq-uploader {
    padding: 0;
    border: none;
    background: transparent;
    min-height: auto;
    overflow: hidden;
}
.main_file_upload .qq-upload-list {
    box-shadow: none;
    display: flex;
    gap: 16px;
    overflow-y: hidden;
}
.main_file_upload .qq-upload-list li {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 16px 0 0 !important;
    position: relative;
}
.main_file_upload .qq-upload-list li img {
    margin: 0;
    max-width: 100px;
    min-width: 100px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid #E7E7E7;
}
.main_file_upload .qq-total-progress-bar-container,
.main_file_upload .qq-upload-list li span,
.main_file_upload .qq-upload-list li .qq-progress-bar-container-selector,
.main_file_upload .qq-upload-list li input,
.main_file_upload .qq-upload-list li button.qq-upload-retry,
.main_file_upload .qq-upload-list li button.qq-upload-delete,
.main_file_upload .qq-uploader:before {
    display: none;
}
.main_file_upload .qq-upload-list li button.qq-upload-cancel {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    width: 20px;
    position: absolute;
    top: 21px;
    right: 5px;
}
.main_file_upload .qq-upload-list li button.qq-upload-cancel img {
    width: 100%;
    max-width: 20px;
    min-width: 20px;
    border: none;
}

.main_file_upload .qq-alert-dialog-selector {
    padding: 50px;
    border: 0;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
}
.main_file_upload .qq-alert-dialog-selector .qq-dialog-message-selector {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0;
}
.main_file_upload .qq-uploader DIALOG .qq-dialog-buttons {
    padding: 0;
}
.main_file_upload .qq-uploader DIALOG .qq-dialog-buttons .qq-cancel-button-selector {
    color: #E7E7E7;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #4B4B4B;
    width: 192px;
    border: 3px solid #4B4B4B;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: block;
    margin: 30px auto 0;
}
.main_file_upload .qq-uploader DIALOG .qq-dialog-buttons .qq-cancel-button-selector:hover {
    background: transparent;
    color: #4B4B4B;
}
/*----------------------------------------------------- OVER FILE UPLOAD DESIGN -----------------------------------------------------*/

/*----------------------------------------------------- MARGIN-PAGGING DESIGN -----------------------------------------------------*/
.top-30 {
    top: 30px !important;
}

.mmt-8 {
    margin-top: -8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-50 {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

.pl-8 {
    padding-left: 8px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}

.pr-8 {
    padding-right: 8px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-30 {
    padding-right: 30px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.gap-20 {
    gap: 20px !important;
}

.line_height_zero {
    line-height: 0 !important;
}
/*----------------------------------------------------- OVER MARGIN-PAGGING DESIGN -----------------------------------------------------*/

@media only screen and (min-width: 1260px) and (max-width: 1620px) {
    .laptop_section_topspace {
        padding-top: 30px !important;
    }
    /*----------------------------------------------------- SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/
    .main_right_section {
        padding: 20px 20px !important;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/
    
    /*----------------------------------------------------- SIDBAR RIGHT NOTIFICATION DESIGN -----------------------------------------------------*/
    .main_right_noti_section .mrsn_body {
        padding: 20px 20px;   
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT NOTIFICATION DESIGN -----------------------------------------------------*/
    
    /*----------------------------------------------------- MARGIN-PAGGING DESIGN -----------------------------------------------------*/
    .pt-0 {
        padding-top: 0 !important;
    }
    .pb-0 {
        padding-bottom: 0 !important;
    }
    .px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /*----------------------------------------------------- OVER MARGIN-PAGGING DESIGN -----------------------------------------------------*/
}

@media only screen and (min-width:765px) and (max-width: 1026px) {
    /*----------------------------------------------------- SIDBAR RIGHT NOTIFICATION DESIGN -----------------------------------------------------*/
    .main_right_noti_section .main_pagetitle {
        font-size: 40px;
        line-height: 1.2em;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT NOTIFICATION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/
    .mrs_gallery_grid {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .mrs_gallery_grid .mrs_gg_item .gg_feature .gg_details h4 {
        max-width: 200px;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/
}

@media only screen and (min-width:765px) and (max-width: 900px) {
    /*----------------------------------------------------- POPUP DESIGN -----------------------------------------------------*/
    .fix_popup_design .modal-dialog {
        padding: 0 20px !important;
    }
    .fix_popup_design .modal-dialog .modal-header button.close {
        top: 20px !important;
        right: 20px !important;
    }
    /*----------------------------------------------------- OVER POPUP DESIGN -----------------------------------------------------*/
    /*----------------------------------------------------- SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/
    .main_right_noti_section .mrsn_header .mrsn_rcol .mrsn_noti i {
        font-size: 25px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/
}

@media only screen and (max-width: 600px) { 
    /*----------------------------------------------------- POPUP DESIGN -----------------------------------------------------*/
    .fix_popup_design .modal-dialog {
        padding: 0 20px !important;
    }
    .fix_popup_design .modal-dialog .modal-header button.close {
        top: 10px !important;
        right: 10px !important;
        width: 20px !important;
    }
    .fix_popup_design .modal-dialog .modal-header .popup_title {
        font-size: 26px !important;
    }
    .fix_popup_design .modal-dialog .modal-header {
        padding-bottom: 20px !important;
    }
    .fix_popup_design .modal-dialog .modal-content.fpd_box {
        padding: 20px !important;
    }

    .garden_created_popup .modal-dialog .modal-content .first_img {
        max-width: 150px;
    }
    .garden_created_popup .modal-dialog .modal-content .sec_img {
        max-width: 50px;
    }
    .garden_created_popup .modal-dialog .modal-content .conatin {
        font-size: 16px;
    }
    /*----------------------------------------------------- OVER POPUP DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- LOGIN SCREEN DESIGN -----------------------------------------------------*/
    .login_section {
        padding: 40px 15px;
    }
    /*----------------------------------------------------- OVER LOGIN SCREEN DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/
    .main_right_section {
        height: auto;
        padding: 40px 15px !important;
    }
    .main_right_section .main_right_title{
        font-size: 32px !important;
        line-height: 1.2em !important;
    }
    .main_right_pagetitle_section .section_vertical_space,
    .main_right_section .section_vertical_space {
        margin: 40px 0;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT MAIN SECTION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/
    .side_bar_page .left_sidebar .ls_main {
        position: relative !important;
    } 
    /*----------------------------------------------------- OVER SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/
    .mobile_section_topspace {
        padding-top: 40px !important;
    } 
    /*----------------------------------------------------- OVER SIDBAR LEFT MAIN SECTION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR RIGHT FOOTER BTN DESIGN -----------------------------------------------------*/
    .back_btn,
    .main_right_footer .back_btn {
        font-size: 16px !important;
    } 
    /*----------------------------------------------------- OVER SIDBAR RIGHT FOOTER BTN DESIGN -----------------------------------------------------*/
    
    /*----------------------------------------------------- SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/
    .main_right_noti_section .mrsn_body {
        padding: 40px 15px;
    }
    .main_right_noti_section .mrsn_header {
        flex-direction: column-reverse;
    }
    .main_right_noti_section .mrsn_header .mrsn_rcol .mrsn_noti i {
        font-size: 25px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .main_right_noti_section .mrsn_lcol {
        padding: 20px 15px 0 15px;
    }
    .main_right_noti_section .main_pagetitle {
        font-size: 32px;
        line-height: 1.2em;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT WITH NOTIFICATION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- NOT FOUND DESIGN -----------------------------------------------------*/
    .not_found {
        padding: 15px;
        height: 300px;
    }
    .not_found .title {
        font-size: 22px;
    }
    /*----------------------------------------------------- OVER NOT FOUND DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/
    .mrs_gallery_grid {
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
        margin: 20px 0 0;
    }
    .mrs_gallery_grid .mrs_gg_item .gg_feature .gg_details h4 {
        max-width: 280px;
    }
    /*----------------------------------------------------- OVER SIDBAR RIGHT GALLERY GRID-3 DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- FILE UPLOAD DESIGN -----------------------------------------------------*/
    .new_file_upload.dz-started {
        grid-template-columns: repeat(2,1fr) !important;
    }
    /*----------------------------------------------------- OVER FILE UPLOAD DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- OVER SIDBAR RIGHT WITH PAGETILTE SECTION DESIGN -----------------------------------------------------*/
    .main_right_pagetitle_section .mrps_header {
        padding: 15px;
    }
    .main_right_pagetitle_section .mrps_header .page_title {
        font-size: 32px;
        line-height: 1.2em;
    }
    /*----------------------------------------------------- SIDBAR RIGHT WITH PAGETILTE SECTION DESIGN -----------------------------------------------------*/

    /*----------------------------------------------------- MARGIN-PAGGING DESIGN -----------------------------------------------------*/
    .pt-0 {
        padding-top: 0 !important;
    }
    /*----------------------------------------------------- OVER MARGIN-PAGGING DESIGN -----------------------------------------------------*/
    
    /*----------------------------------------------------- GAP -----------------------------------------------------*/
    .m_gap_zero {
        gap: 0 !important;
    }
    /*----------------------------------------------------- OVER GAP -----------------------------------------------------*/
}