@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, ul, li, p, h1, h2, h3, h4, h5, h6, ::after, ::before {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
	list-style: none;
	word-break: break-word;
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_50 {
	font-size: 50px;
	word-wrap: break-word;
}

.fs_90 {
    font-size: 90px;
}

a {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    color: #000;
}


:root {
    --white: #fff;
    --theme: #ff8e01;
    --gray: #F9F9F9;
    --softtheme: #EEEEEE;
}

.icon_theme {
    background: var(--theme);
    width: 80px;
    margin: 0 auto;
    height: 80px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_point {
    cursor: pointer;
}

.width_80px {
    width: 80px;
}

.theme {
    color: var(--theme);
}

form .form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}

form .form-check-input:focus {
    border-color: #ff8e01;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 142, 1, 0.2);
}

/* header */
.header {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
    border-top: 5px solid var(--theme);
}

.navbar-brand {
    font-size: 43px;
    font-weight: 600;
    padding: 20px 0px;
}

.header .nav-link {
    font-size: 17px;
    color: black;
    text-decoration: none;
    transition: all 0.2s;
    margin: 0 22px;
    font-weight: 500;
}

.nav-link.active,
.nav-link:hover {
    text-decoration: underline;
    color: #ff8e01 !important;
}

.theme_white_btn {
    border-radius: 12px;
    font-size: clamp(14px, 1vw, 16px);
    padding: 13px 44px;
    color: #fff;
    background-color: var(--theme);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #ff8e01;
}

.theme_white_btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.theme_black_btn {
    border: 1px solid #000;
    border-radius: 12px;
    font-size: clamp(14px, 1vw, 16px);
    padding: 13px 44px;
    transition: all 0.3s ease;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.theme_black_btn:hover {
    background-color: var(--theme);
    border: 1px solid #ff8e01;
    color: #fff;
}

.theme_blank_btn {
    border-radius: 12px;
    font-size: clamp(13px, 1vw, 15px);
    padding: 7px 20px;
    color: #7f7f7f;
    text-decoration: none;
    font-weight: 500;
}

.bg_lights {
    background: #e8e8e8;
    color: #333;
    border: 1px solid #e8e8e8;
}

.profile_tab {
    font-size: 17px;
}

.pro_dropdown img {
	height: 67px;
	width: 67px;
	border-radius: 50%;
	border: 1px solid #ddd;
	object-fit: scale-down;
}
.edit_img{
    width: 150px; height: 150px; object-fit: cover; border: 1px solid #ccc;
}
.pro_dropdown .dropdown-menu {
    border: none;
    padding: 10px 10px;
    box-shadow: 0px 1px 16px #00000029;
    border-radius: 17px;
    font-size: 14px;
}

/* \ navbar */


/* banner */
.banner {
    background: url(../images/banner.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_icons {
	position: absolute;
	width: 98%;
	z-index: 333;
	top: 50%;
	left: 1%;
}

.top_icons .scr_btn {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e8e8e8;
}

.first_heading {
    font-size: clamp(30px, 5vw, 62px);
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}


.second_heading {
    font-size: clamp(23px, 5vw, 46px);
    color: var(--theme);
    font-weight: 500;
    letter-spacing: -0.22px;
    margin-bottom: 0px;
}

.first_para {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #756F6F;
	margin: 20px 0px 20px;
}

.store_link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

.store_link a {
    text-decoration: none;
}

.store_link a img {
    max-width: 201px;
    width: 10vw;
    min-width: 110px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.first_rside_img {
    max-width: 100%;
    position: relative;
    right: -20px;
    top: -25px;
}

/* \ banner */
/* \ small_banner */
.small_banner {
    background: url(../images/title.png);
}

/* \ small_banner */


/* \ categories */

.bhama_box {
    box-shadow: 0px 3px 46px #00000029;
    border-radius: 45px;
    display: block;
    color: #000;
}
.bhama_box img {
    height: 200px;
    object-fit: cover;
}
.bhama_box h4 {
	height: 92px;
	word-break: break-all;
}

/* \ categories end */

/* about_section */
.sub_heading {
    font-size: clamp(18px, 2vw, 18px);
    color: var(--theme);
    font-weight: 600;
    margin-bottom: 5px;
}

.heading {
    font-size: clamp(25px, 3vw, 60px);
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.para {
    font-size: clamp(14px, 1vw, 15px);
    color: #54565A;
    line-height: 27px;
    font-weight: 500;
}

.vid_box img {
    width: 100%;
}


/* \ about_section */


/* screen short */
.bg_gray {
    background: var(--gray)
}

.screenshot_slider img {
    width: 100%;
}

.scr_btn_right,
.scr_btn {
    width: 50px;
    height: 50px;
    background-color: var(--theme);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #000;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50%;
}

.swiper-button-disabled.scr_btn {
    background-color: #fff;

}

/* \ screen short */



/* about page */
.abut_pages {
    background-color: #E3E3E3;
}

.about_page.header {
    min-height: auto;
}

.about_page p {
    font-size: 16px;
    line-height: 28px;
    color: #0d0d0d;
    font-weight: 400;
    margin-bottom: 28px;
    text-align: justify;
}

.about_page h2 {
    font-weight: 700;
}

.about_page_text img {
    float: right;
    padding: 0px 0px 60px 70px;
    max-width: 350px;
    width: 100%;
}



/* footer */
footer {
    border-top: 1px solid #ddd;
}

.socials a {
    background: var(--theme);
    padding: 1px 4px;
    font-size: 38px;
    color: #fff;
    border-radius: 50%;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    margin-right: 16px;
}

.socials {
    display: flex;
}

.terms p {
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 500;
}

.copy_right {
    border-top: 1px solid #ddd;
    padding: 30px 0px;
}

.navbar_links h3, .navbar_address h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.navbar_links a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 8px 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.navbar_address li {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 500;
}

.btm_logo>a {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

/* modals design */
.login_as {
    padding: 48px;
}

.modal-content {
    border-radius: 25px;
    border: none;
}

.close_btn {
    position: absolute;
    right: 5px;
    color: red;
    cursor: pointer;
    font-size: 35px;
    top: 5px;
    /* font-weight: bold; */
}

n .title_modals h3 {
    font-style: 24px;
}

.logo_text {
    font-size: 49px;
    font-weight: 600;
}

.close_modals .modal-dialog {
    max-width: 600px;
}

.form-control {
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 10px;
    border: navajowhite;
    height: 60px;
}

.login_forms label {
    font-size: 16px;
    font-weight: 600;
}

.forgot span {
    cursor: pointer;
}

.left_arrow {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 35px;
}

.input_pins .pins {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-30%, 10%);
    font-size: 26px;
}

.image_upload i {
    position: absolute;
    font-size: 23px;
    bottom: 0;
    right: calc(70% - 90px);
    background: var(--theme);
    color: #fff;
    padding: 7px;
    border-radius: 50%;
}

.image_upload {
    width: 152px;
}

.image_upload input {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}


/* appliance repair */
#create_request .image_upload .upload_icon {
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #fff;
    padding: 7px;
    transform: translate(50%, 50%);
    border-radius: 50%;
    font-size: 25px;
    width: 66px;
}

.white_box {
    box-shadow: 0px 3px 16px #00000029;
    border-radius: 12px;
    height: 130px;
    width: 100%;
    background: #fff;
}

/* appliance repair done */

/* history page  */

.history_tab .nav-link.active {
    text-decoration: none;
    color: #fff !important;
    background: var(--theme);
    opacity: 1;
}

.history_tab .nav-link {
    padding: 14px 50px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    min-width: 150px;
    opacity: 0.5;
}

.request_list {
    box-shadow: 0px 2px 16px #00000029;
    border-radius: 14px;
}

.booking_images {
	max-width: 100%;
	width: 270px;
	border-radius: 10px;
}

.pending {
    color: #F1DB1E;
}

.ongoing {
    color: #FF8E01;
}

.Completed {
    color: #476D06;
}

.pro_profile img {
    width: 80px;
}

.pro_names h5 span {
    cursor: pointer;
}

.green_back {
    background-color: #6D9E38;
    border: 1px solid #6D9E38;
}

.chat_provider button,
.chat_provider a {
    padding: 11px 23px;
    font-size: 14px;
}

.review_images {
    width: 130px;
    height: 130px;
    padding: 10px;
    object-fit: cover;
}

/* history page done  */
/* Payment page   */
.payments .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio_right {
    position: absolute;
    right: 30px;
    width: 35px;
    height: 35px;
    top: 32px;
}

.bank_card {
    cursor: pointer;
    box-shadow: 0px 1px 10px #00000029;
    border-radius: 11px;
    padding: 20px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    background-color: var(--white);
    border: 5px solid transparent;
}

.form-check-input:checked+.form-check-label .bank_card {
    border: 5px solid var(--theme);
}

.bank_card img {
    width: 100%;
    max-width: 60px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: #000;
    line-height: 28px;
}

.bank_card h6 {
    font-size: 1.125rem;
    color: #000;
    line-height: 28px;
}

.bank_card h3 {
    opacity: 0.4;
    font-size: 15px;
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
}

.label_form {
    font-size: 1.025rem;
    margin-bottom: 0.325rem;
    font-weight: 500;
    display: block;
}

.inputGroup {
    margin-bottom: 1rem;
    position: relative;
}

.inputGroup .input_left_ico {
    position: absolute;
    top: 50%;
    left: 26px;
    display: block;
    z-index: 2;
    font-size: 1.413rem;
    color: #707070;
    transform: translate(-50%, -50%);
}

.input_right_ico img {
    height: 1.3125rem;
}

.inputGroup .input_right_ico {
    position: absolute;
    top: 14px;
    right: 20px;
    display: block;
    z-index: 2;
}

/* .card_Select::after {
    content: "";
    height: 3px;
    width: 470px;
    position: absolute;
    background: #444;
    box-shadow: inset 220px 0px 180px -50px #FFF, inset -180px 0px 100px -50px #FFF;
    transform: rotate(90deg);
    left: 412px;
    bottom: 280px;
} */

/* payment page done  */
/* calls modal */
.bg_gray_btn {
    background: #ddd;
    padding: 11px;
    font-size: 28px;
    border-radius: 50%;
}

.bg_red_btn {
    background: red;
    padding: 11px;
    font-size: 53px;
    border-radius: 50%;
    color: #fff;
}

.voice_user {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.back_images>img {
    height: calc(100vh - 208px);
    object-fit: cover;
}

.voice_call .close_btn {
    right: 15px;
    font-size: 55px;
    top: 20px;
}

.video_user {
    right: 50px;
    bottom: 50px;
}

/* calls modal done  */
/* Profile page  */

/* profile style */
.pro_leftbar {
    border: 1px solid #D1D0D0;
    border-radius: 15px;
    padding: 30px;
}

.pro_lb_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pro_lg_img {
    width: 100%;
    max-width: 16rem;
    position: relative;
    padding: 0 .75rem;
    z-index: 0;
    margin-bottom: 20px;
}

.pro_lg_img::before {
    content: '';
    border-radius: 30px;
    height: 90%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #D8D8D8;
    z-index: -1;
}

.pro_lg_img img {
    width: 100%;
    border-radius: 1.875rem;
    object-fit: contain;
}

.pro_lg_img .img_up_ico {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    z-index: 2;
    cursor: pointer;
}

.pro_lb_head h4 {
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.pro_lb_head p {
    font-size: .75rem;
    color: #B5B5B5;
    margin-bottom: 0;
    line-height: .875rem;
}

.pro_tab_list {
    list-style-type: none;
}


.pro_tab_list .pro_link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .9375rem;
    box-shadow: 0px 0px 6px #00000014;
    border-radius: 10px;
    background-color: var(--white);
    text-decoration: none;
    color: var(--black);
    padding: 1.05rem;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s;
    color: --th;
}

.pro_tab_list .pro_link:hover {
    background-color: var(--soft_theme);
}

.pro_tab_list .pro_link.active {
    color: var(--white);
    background-color: var(--theme);
}

.pro_tab_list .pro_link i {
    font-size: 1.5625rem;
}

.pro_tab_list .pro_link img {
    max-width: 1.1875rem;
    width: 100%;
    height: 1.1875rem;
    object-fit: contain;
}

.pro_tab_list .pro_link.active img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.pro_tab_list .pro_link span {
    font-size: .875rem;
    font-weight: 500;
}

.pro_right_content {
    border: 1px solid #D1D0D0;
    border-radius: .9375rem;
    padding: 30px;
    min-height: 100%;
}

.pro_heading {
    font-size: 18px;
    font-weight: 600;
}

.user_icons i {
    background: #ffe5cc;
    color: var(--theme);
    font-size: 23px;
    padding: 8px;
    border-radius: 50%;
}

.subs::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 84%;
    background: var(--theme);
    top: -13px;
    left: 8%;
    z-index: -3;
    border-radius: 16px 16px 0px 0px;
}

.subs {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 20px;
    margin-top: 110px;
    position: relative;
    z-index: 4;
}

.subs p {
    line-height: 28px;
    margin-top: 13px;
    font-size: 15px;
}

.plan_cost {
    box-shadow: 0px 3px 6px #00000029;
    height: 160px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    background: #fff;
}

.plan_cost::after {
    position: absolute;
    content: "";
    height: 104%;
    width: 104%;
    background: var(--theme);
    z-index: -1;
    border-radius: 50%;
    top: -13px;
    left: -2%;
    box-shadow: 0px 3px 6px #00000029;
}

.buy_now.theme_white_btn {
    border-radius: 0px 0px 19px 18px;
    margin-top: -8px;
    width: 84%;
    position: relative;
    font-size: 20px;
}

.pro_right_content .card_Select::after {
    left: 268px;
}

/* Profile page done  */



/* professional section style */
.socials_login img {
    width: 50px;
}

.input_right_ico.right_country {
    left: 8px;
    right: auto;
    top: 16px;
}

.logo_pro {
    width: 140px;
}

.cards_delete .radio_right {
    right: 20px;
    width: 25px;
    height: 25px;
    top: 15px;
}

.cards_delete a {
    position: absolute;
    right: 13px;
    bottom: 30px;
    color: red;
}

.add_bank {
    border: 1px dotted #000;
}

.pro_dropdown .dropdown-item {
    padding: 8px 8px;
}

.pro_dropdown .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #eaeaea;
    padding-left: 12px !important;
    border-radius: 8px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(123, 121, 121, 0.77);
}

.select_arrow::after {
    height: 11px;
    width: 11px;
    content: "";
    z-index: 1111;
    right: 20px;
    top: 23px;
    position: absolute;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
}

/* professional section style Done*/

label#terms-error {
    position: absolute;
    bottom: -13px;
    font-size: 11px;
    left: 0px;
}

.no_bookings{
    text-align: center;
    font-size: 20px;
}

.form-control::placeholder{
    opacity: .5;
}
label.error {
    font-size: 12px;
    font-weight: 300;
}
.password-field-container .form-control {
	padding-right: 49px;
}

.default-select {
    appearance: auto;
    /* Ensure default browser styling */
    -webkit-appearance: auto;
    /* For Safari */
    -moz-appearance: auto;
    /* For Firefox */
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    /* Add extra padding on the right and reduce on the left */
    font-size: 1rem;
    /* Adjust font size if needed */
    text-align: left;
    /* Ensure text is aligned to the left */
    text-align-last: left;
    /* Ensure the selected value aligns to the left */
}

.image_upload {
    position: relative;
    width: 150px;
    /* Set your desired width */
    height: 150px;
    /* Set the height equal to the width to make it a perfect circle */
    /* overflow: hidden; */
    /* Hide any overflowed content */
    border-radius: 50%;
    /* This will make the container circular */
}
div#filePreview {
    position: absolute;
    top: 0;
    border-radius: 10px;
    width: 100%;
}
#filePreview video {
    height: 97px;
    width: 100%;
}
div#filePreview img {
    height: 95px !important;
    width: auto;
    object-fit: cover;
    border-radius: 6px;
}

.image-preview-user {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ddd;
}

.image-preview-provider {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image maintains its aspect ratio and covers the entire circle */
    object-position: center;
    /* Optional: centers the image within the circle */
}
.iti__country {
	font-size: 12px;
}



@media (min-width: 1900px) {
    .container {
        max-width: 1560px;
    }
}

@media (max-width: 1400px) {
    .header .nav-link {
        font-size: 15px;
        margin: 0 10px;
    }


    .socials a {
        font-size: 27px;
        width: 37px;
        height: 37px;
        min-width: 37px;
    }
}

@media (max-width: 991.98px) {
    .fa-eye {
        top: 25px;
    }
    .iti__country {
        font-size: 11px;
        padding: 5px 5px;
    }
    .login_as {
        padding: 28px 15px;
    }

    .logo_pro {
        width: 90px;
    }

    .chat_provider button,
    .chat_provider a {
        padding: 8px 17px;
        font-size: 14px;
        margin-bottom: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100px;
    }

    .request_list h3 span {
        font-size: 12px;
    }

    .fs_50 {
        font-size: 33px;
    }

    .chat_provider {
        margin-left: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap-reverse;
    }

    .terms p {
        font-size: 14px;
    }

    .pro_profile img {
        width: 60px;
    }

    #main_slider {
        padding-top: 20px;
    }

    .header {
        background: #ececec;
    }

    .pro_dropdown img {
        height: 47px;
        width: 47px;
    }

    .fs_14 {
        font-size: 13px;
    }

    .profile_tab {
        font-size: 15px;
    }

    .top_icons {
        opacity: 0;
    }

    .logo_text {
        font-size: 36px;
        font-weight: 600;
    }

    .form-control {
        height: 58px;
    }

    .login_forms label {
        font-size: 14px;
    }

    .forgot span {
        font-size: 14px;
    }

    .not_account {
        font-size: 14px;
    }

    .navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #fff;
        z-index: 10;
        height: 100vh !important;
        width: 100%;
        max-width: 300px;
        display: flex;
        justify-content: start;
        align-items: stretch;
        flex-direction: column;
        transition: all 0.2s ease-in-out;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .nav-link.active,
    .nav-link:hover {
        text-decoration: underline;
        color: #000 !important;
    }

    .nav-link {
        color: #000;
        font-size: 14px;
    }

    .btm_logo img {
        max-width: 120px;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }

    .first_rside_img {
        right: 0;
        top: 0;
    }

    .navbar-brand {
        font-size: 30px;
        font-weight: 600;
        padding: 8px 0px;
    }

    .about_page.header {
        padding-bottom: 0px;
    }

    .theme_black_btn {
        border: 1px solid #000;
        border-radius: 12px;
        font-size: clamp(13px, 1vw, 15px);
        padding: 7px 20px;
    }



    .theme_white_btn {
        border-radius: 12px;
        font-size: clamp(13px, 1vw, 15px);
        padding: 7px 20px;
    }



    .store_link_btm p {
        width: 100% !important;
        float: left;
        margin-right: 23px;
    }

    .absolutes {
        position: relative;
        width: 100%;
        padding: 0px 40px;
        margin-bottom: 60px;
    }

    .menu_bar {
        font-size: 25px;
    }

    .screenshot_slider img {
        max-height: 500px;
        object-fit: contain;
    }
}

@media (max-width:567.98px) {
    .absolutes {
        padding: 0px 10px;
    }
}

/* \ media max-width */