@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold1.woff') format('woff');

    font-weight: 600;
    /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium1.woff') format('woff');
    font-weight: 500;
    /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular1.woff') format('woff');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold1.woff') format('woff');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

p,
input,
textarea,
li {
    font-family: Montserrat-Regular;
}

button,
a {
    font-family: Montserrat-SemiBold;
}

input.talk_but {
    font-family: Montserrat-SemiBold;
}

h1,
h2,
h6 {
    font-family: Montserrat-Medium;
}

h4,
h3 {
    font-family: Montserrat-Bold;
}

header {
    background: black;
    padding: 23px 0;
}

body {
    margin: auto;
}


.phone-call {
    width: 30px;
    height: 30px;
    margin: auto;
}

.live-ch {
    color: white;
}

.live-chat {
    width: 30px;
    height: 30px;
    margin: auto;
}

.header_section {
    display: flex;
    margin-left: 10%;
    margin-right: 10%;

}

.header_section .logo {
    height: 70px;
}

.header_leftsection {
    width: 60%;
}

.phone {
    display: flex;
    align-items: center;
}

.chat {
    display: flex;
    align-items: center;
}

.ph_icon {
    color: white;
}

.header_rightsection {
    display: flex;
    margin: auto;
    justify-content: flex-end;
    width: 100%;
}

.ph_no {
    margin: auto;
    margin-left: 10px;
    color: white;
    font-family: Montserrat-Regular;
}


.but_quo {
    display: flex;
}

.first_page-left {
    width: 45%;
}

.first_page-right {
    width: 45%;
}

.main_first-page {
    margin: 3% 10%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.heading {
    font-size: 33px;
    color: #CC003A;
    font-family: Montserrat-Medium;
}

.subheading {
    font-size: 16px;
    line-height: 1.5;
}

.button_div {
    margin-top: 8%;
    margin-bottom: 8%;
    text-align: center;
}

/* .chat_but {
    padding: 14px 40px;
    border-radius: 37px;
    border: none;
    background-color: yellow;
    color: white;
    font-size: 20px;
    margin-left: 15px;
} */

.start_but {
    padding: 10px 33px;
    border-radius: 37px;
    border: none;
    background-color: #CC003A;
    color: white;
    font-size: 18px;
}

.start_but:hover{
    background-color: #ae0333;
    transition: 0.2s;
}

.logo-div {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.form-border {
    background-color: #e9dddd52;
}

.acc_heading {
    text-align: center;
    font-size: 22px;
    color: #ff1053;
}

.signup {
    text-align: center;
    font-size: 22px;
}

.form-space {
    padding: 30px 40px;
}

.name {
    background: transparent;
    border: none;
    margin: 9px 0;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.email {
    background: transparent;
    border: none;
    margin: 9px 0;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.border-bottom {
    border: 2px solid #D3D3D3;
}

.phno {
    background: transparent;
    border: none;
    margin: 9px 0;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.msg {
    background: transparent;
    border: none;
    margin-bottom: 6px;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    height: 80px;
}

.but_form {
    text-align: center;
    margin-top: 30px;
}

.talk_but {
    background-color: #CC003A;
    border: none;
    padding: 10px 33px;
    color: white;
    font-size: 18px;
    border-radius: 40px;
    cursor: pointer;
}
.talk_but:hover{
    background-color: #ae0333;
    transition: 0.2s;
}

/* .custom_quote {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
} */

.custom_quote:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.custom_quote {
    display: block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 13px 25px;
    margin: 0 1rem;
    background-color: #ff1053;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ff1053;
    box-shadow: 0px 2px 0px #fff;
    transition: all 0.2s;
    z-index: 1;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.custom_quote:hover {
    transform: translateY(-5px);
    padding: calc(13px * 1.2) calc(25px * 1.2);
    padding-right: 26.4px;
    background-color: #ff1053;
    border: none;
    box-shadow: 0px 5px 10px #fff;
}

/* .custom_quote:link,
.custom_quote:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
}

.custom_quote::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.custom_quote:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.custom_quote-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
} */

/* @keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
} */


/* portfolio section */


.section_portfolio {
    padding: 40px 0;
}


.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.p-0 {
    padding: 0 !important;
}

.tab-content>.active {
    display: block;
}

.fade.show {
    opacity: 1;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.portfolio__img {
    width: 100%;
    height: 415px;
    cursor: pointer;
    position: relative;

}

.portfolio__img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 5s;

    &:hover {
        object-position: bottom;
    }
}

.imgFluid {
    max-width: 100%;
    height: auto;
}

.portfolio__img::after {
    font-family: boxicons !important;
    background: #0000005f;
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 3rem;
    content: "\ebc2";
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.pr_img a {
    display: inline-block;
    color: white;
    transition: all 300ms ease-in-out;
    background-color: transparent;
    text-decoration: none;
}

.main-image-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.tabs {
    /* Step 1: Enable Flex on the container */
    display: flex;

    /* Step 2: Enable flex-wrap to put content section below tab label */
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.tabs>section {
    /* Step 3: Move content <section> to the end, after the tab labels */
    order: 999;

    /* Step 4: Make sure the content <section> is 100% width */
    width: 100%;

    /* Step 5: Hide all content <section> by default */
    display: none;
}

.tabs>input {
    /* display: none; Don’t use display:none. Bad for accessibility */

    /* Step 6: Hide the radio inputs */
    opacity: 0;

    /* Step 7: Make sure the radio inputs don’t take up space in layout */
    position: absolute;
}

/* Step 8: Select the label right next to the selected input */
.tabs>input[type=radio]:checked+label {
    /* Step 9: Highlight the selected label */
    background: yellow;
}

/* Step 10: Select the section right next to the label which is next to the selected input */
.tabs>input[type=radio]:checked+label+section {
    /* Step 11: Unset the 'display:none' we did in step 5 */
    display: unset;
    margin-top: 40px;
}

/* Done. Make sure to disable the debug code at the beginning of CSS. And now it is time to make the tabs look good */

/* Make the tabs look good */
/* Final Step: Make the tabs pretty with padding and colors */

.tabs>label {
    padding: .5em 1em;
    background: #1e1c1c;
    color: white;
    font-size: 15px;
}

.tabs>label:last-of-type {
    border-right: none;
}

.tabs>input[type=radio]:checked+label {
    background: #637882;
    cursor: pointer;
}

.overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

/* .pr_img:hover .over_img {
    opacity: 0.3;
} */

.pr_img:hover .overlay {
    opacity: 1;
}


.pr_img {
    position: relative;
}

.over_img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.plus_but {
    font-size: 40px !important;
}




/* --------package section------------ */

.pack_head {
    text-align: center;
    font-size: 45px;
}

.pack_container {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .pack_container {
        max-width: 1140px;
    }
}

.row-pack .col-lg-10 {
    margin-top: 55px;
}


.pack_sec .section-content {
    color: #000;
}

.text-center {
    text-align: center !important;
}

.mb-5,
.my-5 {
    margin-bottom:55px !important;
}

.pack_sec .section-content .section-content .heading {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.pack_sec .section-content :is(.heading, .subHeading) {
    font-weight: 600;
    text-transform: capitalize;
}

.pack_de.design-box {
    background-color: #fff;
    padding: 20px 20px;
    transition: 0.5s;
    margin: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -4px;

}


.pack_de.design-box-con h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.pack_de.design-box-con h3 {
    font-size: 29px;
    font-weight: 700;
    color: #ff402d;
}

.pack_de.design-box-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;

}

.pack_menu.design-box-menu {
    height: 200px;
    overflow: auto;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

.pack_menu.design-box-menu ul li {
    margin: 10px;
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
}

.pack_but.design-box-btn a {
    width: 70%;
    margin: 0 auto;
    background-color: #CC003A;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none;
}

.themeBtn {
    width: fit-content;
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 1rem;
    border: 2px solid transparent;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0.75rem 2rem;
    position: relative;
    /* z-index: 1; */
    border-radius: 5px;
}

.pack_row.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
    justify-content: space-evenly;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 30.333333%;
    }
}

.col_space.col-lg-4.col-md-6 {
    position: relative;
    width: 30%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.design-box-con h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.design-box-con h3 {
    font-size: 29px;
    font-weight: 700;
    color: #ff402d;
}

.design-box-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 500;

}

.design-box-menu ul li {
    margin: 10px;
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
}

.design-box-menu ul li:before {
    content: "";
    background: url(../images/tick-arrow.webp);
    color: #bf1f0b;
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 8px;
    position: absolute;
    left: 0;
}

.custom_list {
    list-style-type: none;
    padding: 0;
}


.pack_de:hover {

    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari 3-8 */
    transform: scale(1.1);

    background-color: black;
    color: white;

    .pack_but.design-box-btn a {
        background-color: #CC003A;
        color: white;
    }

}

.pack_de {
    transition: transform 1.8s !important;
}

.pack_menu.design-box-menu::-webkit-scrollbar {
    width: 5px;
}

.pack_menu.design-box-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pack_menu.design-box-menu::-webkit-scrollbar-thumb {
    background: blue;
}

/* Handle on hover */
.pack_menu.design-box-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pack_call {
    display: flex;
    justify-content: space-around;
}

.spe_div {
    font-size: 15px;
}

.no {
    color: green;
}

.dis_cls {
    font-size: 15px;
}

.ch_div {
    color: #d338d3;
}


.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* ul.slides input {
    display: none; 
} */

.slide-container1 {
    display: none;
}

.slide-container2 {
    display: flex;
}

ul.slides {
    display: block;
    position: relative;
    /* height: 600px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover+.carousel-controls label {
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {

    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    margin-bottom: 52px;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(5, 91, 126);
    opacity: 0.5;
    margin: 10px;
}

input:checked+.slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}




#img-1:checked~.slide-container2 {
    display: none;

}

#img-1:checked~.slide-container1 {
    display: flex;
    justify-content: space-around;

}

#img-2:checked~.slide-container2 {
    display: flex;

}

#img-2:checked~.slide-container1 {
    display: none !important;
}



.slides input {
    display: none;
}

.head_back_gr {
    font-size: 33px;
    color: white;
}

.back_img-det {
    padding: 41px 109px;
    width: 50%;
}

.start_now {
    font-size: 28px;
    color: white;
}

.descri {
    color: white;
    font-size: 16px;
}

.backgr-button_div {
    margin-top: 8%;
}

.backgr_chat_but {
    padding: 14px 40px;
    border-radius: 37px;
    border: none;
    background-color: #CC003A;
    color: white;
    font-size: 20px;
    margin-left: 15px;
}

.backgr_start_but {
    padding: 14px 40px;
    border-radius: 37px;
    border: none;
    background-color: #CC003A;
    color: white;
    font-size: 18px;
}
.backgr_start_but:hover{
    background-color: #ae0333;
    transition: 0.2s;
}

.footer_sec {
    background-color: #0a0a0a;
    padding: 5% 10%;
}

.footer_left {
    width: 50%;
    margin-top: 56px;
}

.footer-des_sec {
    font-size: 16px;
    color: white;
    line-height: 1.5;
    width: 87%;
}

.google-map {
    color: white;
    font-size: 23px;
    display: flex;
    margin-bottom: 20px;
}

.address-footer {
    margin-left: 30px;
}

.footer-mail {
    color: white;
    font-size: 23px;
    display: flex;
    margin-bottom: 20px;
}

.address-mail {
    margin-left: 30px;
}

.footer-phone {
    color: white;
    font-size: 23px;
    display: flex;
}

.phone-no-footer {
    margin-left: 30px;
}

.footer-copy {
    margin-top: 80px;
    font-size: 17px;
    color: white;
}

.footer-main {
    display: flex;
}

.footer-form-head {
    color: white;
    font-size: 33px;
    font-weight: 400;
}

.footer-name {
    width: 99%;
    height: 45px;
    border-radius: 10px;
    border: none;
    margin-bottom: 13px;
    font-size: 15px;
}

.footer-right {
    width: 50%;
}

.footer-email {
    width: 99%;
    height: 45px;
    border-radius: 10px;
    border: none;
    margin-bottom: 13px;
    font-size: 15px;
}

.footer-phone-form {
    width: 99%;
    height: 45px;
    border-radius: 10px;
    border: none;
    margin-bottom: 13px;
    font-size: 15px;
}

.footer-msg {
    width: 99%;
    border-radius: 10px;
    border: none;
    margin-bottom: 13px;
    font-size: 15px;
    height: 90px;
}

.footer_submit {

    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: none;
    font-size: 22px;
    background-color: #CC003A;
    color: white;
}
.footer_submit:hover{
    background-color: #ae0333;
    transition: 0.2s;
}

.footer-copy-mob {
    display: none;
}

.pack_heading {
    font-size: 33px;
    color: #CC003A;
}

.first-logo {
    width: 120px;
    object-fit: contain;
}

.second-logo {
    width: 120px;
    object-fit: contain;
}

.third-logo {
    width: 120px;
    object-fit: contain;
}

.slider-view .owl-carousel{
    position: relative;
}

/* --------------media query------------------ */

@media screen and (max-width: 750px) {
    .header_section {
        display: block;
    }


    .header_leftsection {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-around;
    }

    .header_rightsection {
        display: flex;
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .but_quo {
        /* margin-top: 20px; */
        justify-content: center;
    }

    .custom_quote {
        font-size: 13px;
        border-radius: 50px;
    }

    .live_chat {
        font-size: 13px;
    }

    .main_first-page {
        display: block;
        margin: 5% 5%;
    }

    .heading {
        font-size: 22px;
        padding: 15px;
    }

    .subheading {
        font-size: 12px;
    }

    .first_page-left {
        text-align: center;
    }

    .start_but {
        font-size: 14px;
    }

    .design-box-con h4 {
        font-size: 18px;
    }

    .design-box-con h3 {
        font-size: 25px;
    }

    .pack_menu.design-box-menu ul li {
        font-size: 14px;
    }

    .chat_but {
        font-size: 15px;
        padding: 14px 26px;
    }

    .button_div {
        display: flex;
        justify-content: center;
    }

    .logo-div {
        display: flex;
        margin-bottom: 30px;
        justify-content: center;
    }

    .acc_heading {
        font-size: 20px;
    }

    .signup {
        font-size: 22px;
    }

    .name,
    .email,
    .phno,
    .msg {
        font-size: 14px;
    }

    .first-logo {
        width: 31%;
    }

    .second-logo {
        width: 31%;
    }

    .third-logo {
        width: 31%;
    }

    .form-space {
        padding: 20px 15px
    }

    .main-image-div {
        display: block;
    }

    .pack_container {
        padding: 0;
    }

    .row-pack .col-lg-10 {
        margin: 0;
    }

    .carousel-dots {
        display: none;
    }

    .pack_row.row {
        margin: 0;
    }

    .slide-container1 {
        display: block !important;
    }

    .slide-container2 {
        display: block !important;
    }

    .back_img-det {
        padding: 70px 59px;
    }

    .head_back_gr {
        font-size: 20px;
    }

    .pack_but.design-box-btn a {
        font-size: 14px;
    }

    .themevale_heading .title .text {
        font-size: 22px !important;
    }

    .themevale_heading .description {
        font-size: 12px !important;
        padding: 15px;
    }

    .testimonny-name,
    .testimony-service {
        font-size: 14px;
        margin: 9px 0px;
    }

    .testimony-body {
        font-size: 14px;
    }

    .start_now {
        font-size: 21px;
    }

    .descri {
        font-size: 16px;
        display: none;
    }

    .backgr-button_div {
        display: flex;
        justify-content: center;
    }

    .backgr_start_but {
        font-size: 14px;
        border-radius: 17px;
    }

    .backgr_chat_but {
        font-size: 13px;
        padding: 14px 13px;
        border-radius: 17px;
    }

    .back_img-det {
        width: 75%;
        text-align: center;
    }

    .mob_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 10rem;
    }

    .footer-main {
        display: block;
    }

    .footer_left {
        width: 100%;
    }

    .footer-copy-mob {
        display: block;
        font-size: 14px;
        color: white;
        margin-top: 20px;
    }

    .footer-copy {
        display: none;
    }

    .footer-right {
        width: 100%;
    }

    .col_space.col-lg-4.col-md-6 {
        width: 75%;
        margin: 0 auto;
        padding: 0;
    }

    .talk_but {
        font-size: 14px;
    }

    .tabs {
        margin-top: 30px;
        padding: 0 10px;
    }

    .footer-des_sec {
        width: 100%;
        font-size: 14px;
    }

    .first_page-left {
        width: 100%;
    }

    .first_page-right {
        width: 100%;
    }

    .footer-form-head {
        font-size: 22px;
    }

    .footer_submit {
        font-size: 16px;
    }

    .footer-name,
    .footer-email,
    .footer-phone-form,
    .footer-msg {
        font-size: 14px;
    }

    .pack_heading {
        font-size: 22px;
        margin: 25px 36px;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 0 !important;
    }

    /* .but_quo_mob {
        display: block !important;
    } */

    /* .but_quo {
        display: none;
    } */

    header {
        background: black;
        padding: 15px 5px;
    }

    .slider1 {
        display: block !important;
    }

    .slider2 {
        display: block !important;
    }

    .slider3 {
        display: block !important;
    }

    .carousel-dots-re {
        display: none;
    }

    .testimony-card {
        width: 62% !important;
    }

    .testimony-header{
        display: block!important;
        padding-bottom: 10px;
    }

    .slick-slide {
        float: none !important;
    }

    .testimony-card {
        margin: 20px auto !important;
    }
    
    .testimony-card.slick-slide{
        min-height: auto!important;
    }

}


@media only screen and (max-width: 913px) and (min-width: 751px) {

    .header_section {
        display: block;
    }

    .header_rightsection {
        width: 100%;
        justify-content: center;
    }

    .header_leftsection {
        width: 100%;
        text-align: center;
    }

    .main_first-page {
        display: block;
        margin: 5% 5%;
    }

    .logo-div {
        margin-bottom: 30px;
        text-align: center;
        justify-content: space-around;
    }

    .row-pack .col-lg-10 {
        margin: 30px;
    }

    .back_img-det {
        width: 47%;
    }

    .head_back_gr {
        font-size: 18px;
    }

    .back_img-det {
        padding: 6px 109px;
    }

    .descri {
        font-size: 12px;
    }

    .footer_sec {
        padding: 2% 5%;
    }

    .main-image-div {
        display: block;
    }

    .slide-container1 {
        display: block !important;
    }

    .slide-container2 {
        display: block !important;
    }

    .col_space.col-lg-4.col-md-6 {
        width: 75%;
        margin: 0 auto;
        padding: 0;
    }

    .pack_row.row {
        justify-content: center;
        margin: 0;
    }

    .carousel-dots {
        display: none;
    }

    .pack_container {
        padding: 0;
        margin-top: 25px;
    }

    .footer-des_sec {
        width: 86%;
    }

    .first_page-left {
        width: 100%;
    }

    .first_page-right {
        width: 100%;
    }

    .slick-slide {
        float: none !important;
    }

    .testimony-card {
        margin: 20px auto !important;
        width: 422px !important;
    }

    header {
        padding: 9px 18px;

    }
}



@media only screen and (max-width: 1025px) and (min-width: 914px) {
    .header_leftsection {
        width: 50%;
    }


    .live-chat {
        width: 20px;
        height: 20px;
    }

    .phone-call {
        width: 20px;
        height: 20px;

    }

    .custom_quote {
        font-size: 14px;
        padding: 14px 22px;
    }

    .button_div {
        display: flex;
    }

    .start_but {
        padding: 14px 37px;
    }

    .chat_but {
        padding: 14px 34px;
    }

    .logo-div {
        display: flex;
    }

    .first-logo {
        width: 25%;
    }

    .second-logo {
        width: 25%;
    }

    .third-logo {
        width: 25%;
    }

    .pack_container {
        padding: 0;
    }

    .pack_row.row {
        margin: 0;
    }

    .head_back_gr {
        font-size: 15px;
    }

    .descri {
        font-size: 13px;
    }



    .heading {
        font-size: 37px;
    }

    .subheading {
        font-size: 18px;
    }

    .start_but {
        font-size: 14px;
    }

    .chat_but {
        font-size: 14px;
    }

    .acc_heading {
        font-size: 22px;
    }

    .signup {
        font-size: 17px;
    }

}


@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .live-chat {
        width: 24px;
        height: 24px;
    }

    .phone-call {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 1025px) {
    .start_but {
        font-size: 18px;
    }

    .chat_but {
        font-size: 18px;
    }

    .button_div {
        display: flex;
    }


    .chat_but {
        padding: 14px 37px;
    }
}


input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.tabs label {
    border-radius: 10px;
    font-family: Montserrat-Medium;
}

.pack_heading {
    font-family: Montserrat-Medium;
}

.address-footer,
.address-mail,
.phone-no-footer {
    font-family: Montserrat-Regular;
    font-size: 14px;
}

.footer-name,
.footer-email,
.footer-phone-form,
.footer-msg {
    text-indent: 10px;
}


/* review section */

.themevale_heading {

    text-align: center;
    max-width: 853px;
    margin: 0 auto 31px;
}


.themevale_content {
    text-align: center;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    overflow: hidden;
}


.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    margin-right: 0;
}

.testimony-card {
    width: 670px;
    height: calc(var(--card-height) * 1px);
    padding: 15px 35px 20px;
    display: inline-block;
    margin: 10px;
    cursor: grab;
}

.customization,
.testimony-card {
    border-radius: 10px;

}


.testimony-card.slick-slide{
    min-height: 350px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.testimony-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #bbb3b3;
}

.slick-slide img {
    display: block;
    width: 90px;
}

.testimony-body,
.themevale-section .pos-bottom .image-wrapper {
    padding-top: 10px;
}


.testimony-card.slick-slide {
    box-shadow: 0 0 3px #ccc;
}

.slider1 {
    display: flex;
    justify-content: center;
}

.slider2 {
    display: flex;
    justify-content: center;
}

.slider3 {
    display: flex;
    justify-content: center;
}

.container input {
    opacity: 0;
}

.slider1 {
    display: none;
}

.slider2 {
    display: none;
}

.slider3 {
    display: none;
}

#img-review-1:checked~.slider2 {
    display: none;
}

#img-review-1:checked~.slider3 {
    display: none;
}

#img-review-1:checked~.slider1 {
    display: flex;

}

#img-review-2:checked~.slider1 {
    display: none;
}

#img-review-2:checked~.slider2 {
    display: flex;
}

#img-review-2:checked~.slider3 {
    display: none;
}

#img-review-3:checked~.slider1 {
    display: none;
}

#img-review-3:checked~.slider2 {
    display: none;
}

#img-review-3:checked~.slider3 {
    display: flex;
}

.carousel-dots-re {

    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    margin-bottom: 52px;
}

.carousel-dots-re .carousel-dot-review {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgb(5, 91, 126);
    opacity: 0.5;
    margin: 10px;
}


.but_quo_mob {
    display: none;
}

@media only screen and (max-width: 300px) {

    .custom_quote {
        padding: 5px 9px !;
        font-size: 10px;
    }
}

.themevale_section {
    margin-top: 55px;
}


@media screen and (max-width: 750px) {

    .back_img-det {
        padding: 10px 15px;
    }

    .descri {
        font-size: 7px;
    }

    .backgr-button_div {
        margin-top: 0;
    }

    .sublink_image {
        display: block;
        width: 100%;
    }

    .close-button {
        right: 10px !important;
    }
}



@media only screen and (max-width: 1175px) and (min-width: 751px) {
    .slider1 {
        display: block !important;
    }

    .slider2 {
        display: block !important;
    }

    .slider3 {
        display: block !important;
    }

    .carousel-dots-re {
        display: none;
    }

    .slick-slide {
        float: none !important;
    }

    .testimony-card {
        margin: 20px auto !important;
        width: 422px !important;
    }
}


@media screen and (max-width:600px) {
    .main_first-page {
        display: flex;
        flex-direction: column-reverse;
    }
}

.custom_quote:active {
    #form_div {
        background-color: green;
    }
}


/* Style the close button */
/* Hide the modal by default */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    z-index: 3;
}

/* Style the modal content */
.modal-content {
    position: relative;
    /* max-width: 90%; */
    max-height: 90%;
    margin: 20px auto;
    background-color: transparent;
    padding: 10px;
    overflow: auto;
}

/* Style the close button */
.close-button {
    position: fixed;
    top: 10px;
    right: 80px;
    font-size: 30px;
    cursor: pointer;
}

/* Style the link to open the modal */
a {
    cursor: pointer;
}

/*  Dynamic modal*/
/* ===================================== All ====================================  */
#all-image-modal0:target {
    display: block;
}

#all-image-modal1:target {
    display: block;
}

#all-image-modal2:target {
    display: block;
}

#all-image-modal3:target {
    display: block;
}

#all-image-modal4:target {
    display: block;
}

#all-image-modal5:target {
    display: block;
}

#all-image-modal6:target {
    display: block;
}

#all-image-modal7:target {
    display: block;
}

#all-image-modal8:target {
    display: block;
}

#all-image-modal9:target {
    display: block;
}

#all-image-modal10:target {
    display: block;
}

#all-image-modal11:target {
    display: block;
}

/* ===================================== Fashion  ===================================== */

#fashion-image-modal0:target {
    display: block;
}

#fashion-image-modal1:target {
    display: block;
}

#fashion-image-modal2:target {
    display: block;
}

#fashion-image-modal3:target {
    display: block;
}

#fashion-image-modal4:target {
    display: block;
}

#fashion-image-modal5:target {
    display: block;
}

#fashion-image-modal6:target {
    display: block;
}

#fashion-image-modal7:target {
    display: block;
}

#fashion-image-modal8:target {
    display: block;
}

#fashion-image-modal9:target {
    display: block;
}

#fashion-image-modal10:target {
    display: block;
}

#fashion-image-modal11:target {
    display: block;
}

#fashion-image-modal12:target {
    display: block;
}

#fashion-image-modal13:target {
    display: block;
}


/* ===================================== Food  ===================================== */
#food-image-modal0:target {
    display: block;
}

#food-image-modal1:target {
    display: block;
}

#food-image-modal2:target {
    display: block;
}

#food-image-modal3:target {
    display: block;
}

#food-image-modal4:target {
    display: block;
}

#food-image-modal5:target {
    display: block;
}

#food-image-modal6:target {
    display: block;
}

#food-image-modal7:target {
    display: block;
}

/* ===================================== Health ===================================== */
#health-image-modal0:target {
    display: block;
}

#health-image-modal1:target {
    display: block;
}

#health-image-modal2:target {
    display: block;
}

#health-image-modal3:target {
    display: block;
}

#health-image-modal4:target {
    display: block;
}

#health-image-modal5:target {
    display: block;
}

#health-image-modal6:target {
    display: block;
}

#health-image-modal7:target {
    display: block;
}

/* ===================================== Beauty ===================================== */
#beauty-image-modal0:target {
    display: block;
}

#beauty-image-modal1:target {
    display: block;
}

#beauty-image-modal2:target {
    display: block;
}

#beauty-image-modal3:target {
    display: block;
}

#beauty-image-modal4:target {
    display: block;
}

#beauty-image-modal5:target {
    display: block;
}

#beauty-image-modal6:target {
    display: block;
}

#beauty-image-modal7:target {
    display: block;
}

/* ===================================== Flowers ===================================== */
#flower-image-modal0:target {
    display: block;
}

#flower-image-modal1:target {
    display: block;
}

#flower-image-modal2:target {
    display: block;
}

#flower-image-modal3:target {
    display: block;
}

#flower-image-modal4:target {
    display: block;
}

/* ===================================== Gift ===================================== */
#gift-image-modal0:target {
    display: block;
}

#gift-image-modal1:target {
    display: block;
}

#gift-image-modal2:target {
    display: block;
}

#gift-image-modal3:target {
    display: block;
}

#gift-image-modal4:target {
    display: block;
}

#gift-image-modal5:target {
    display: block;
}

#gift-image-modal6:target {
    display: block;
}

#gift-image-modal7:target {
    display: block;
}

/* ===================================== life_style ===================================== */
#life_style-image-modal0:target {
    display: block;
}

#life_style-image-modal1:target {
    display: block;
}

#life_style-image-modal2:target {
    display: block;
}

#life_style-image-modal3:target {
    display: block;
}

#life_style-image-modal4:target {
    display: block;
}

#life_style-image-modal5:target {
    display: block;
}

#life_style-image-modal6:target {
    display: block;
}

#life_style-image-modal7:target {
    display: block;
}

/* ===================================== auto ===================================== */
#auto-image-modal0:target {
    display: block;
}

#auto-image-modal1:target {
    display: block;
}

#auto-image-modal2:target {
    display: block;
}


/* ===================================== other ===================================== */

#other-image-modal0:target {
    display: block;
}

#other-image-modal1:target {
    display: block;
}

#other-image-modal2:target {
    display: block;
}


#other-image-modal3:target {
    display: block;
}

#other-image-modal4:target {
    display: block;
}

#other-image-modal5:target {
    display: block;
}

#other-image-modal6:target {
    display: block;
}

#other-image-modal7:target {
    display: block;
}

/* Show the modal when the URL hash matches the modal's ID 


#image-modal:target {
    display: block;
}

#image-modal1:target {
    display: block;
}

#image-modal2:target {
    display: block;
}

#image-modal3:target {
    display: block;
}

#image-modal4:target {
    display: block;
}

#image-modal5:target {
    display: block;
}

#image-modal6:target {
    display: block;
}

#image-modal7:target {
    display: block;
}

#image-modal8:target {
    display: block;
}

#image-modal9:target {
    display: block;
}

#image-modal10:target {
    display: block;
}

#image-modal11:target {
    display: block;
}

#image-modal12:target {
    display: block;
}

#image-modal13:target {
    display: block;
}

#image-modal14:target {
    display: block;
}

#image-modal15:target {
    display: block;
}

#image-modal16:target {
    display: block;
}

#image-modal17:target {
    display: block;
}

#image-modal18:target {
    display: block;
}

#image-modal19:target {
    display: block;
}

#image-modal20:target {
    display: block;
}

#image-modal21:target {
    display: block;
}

#image-modal22:target {
    display: block;
}

#image-modal23:target {
    display: block;
}

#image-modal24:target {
    display: block;
}

#image-modal25:target {
    display: block;
}

#image-modal26:target {
    display: block;
}

#image-modal27:target {
    display: block;
}

#image-modal28:target {
    display: block;
}

#image-modal29:target {
    display: block;
}

#image-modal30:target {
    display: block;
}

#image-modal31:target {
    display: block;
}

#image-modal32:target {
    display: block;
}

#image-modal33:target {
    display: block;
}

#image-modal34:target {
    display: block;
}

#image-modal35:target {
    display: block;
}

#image-modal36:target {
    display: block;
}

#image-modal37:target {
    display: block;
}

#image-modal38:target {
    display: block;
}

#image-modal39:target {
    display: block;
}

#image-modal40:target {
    display: block;
}

#image-modal41:target {
    display: block;
}

#image-modal42:target {
    display: block;
}

#image-modal43:target {
    display: block;
}

#image-modal44:target {
    display: block;
}

#image-modal45:target {
    display: block;
}

#image-modal46:target {
    display: block;
}

#image-modal47:target {
    display: block;
}

#image-modal48:target {
    display: block;
}

#image-modal49:target {
    display: block;
}

#image-modal50:target {
    display: block;
}

#image-modal51:target {
    display: block;
}

#image-modal52:target {
    display: block;
}

#image-modal53:target {
    display: block;
}

#image-modal54:target {
    display: block;
}

#image-modal55:target {
    display: block;
}

#image-modal56:target {
    display: block;
}

#image-modal57:target {
    display: block;
}

#image-modal58:target {
    display: block;
}

#image-modal59:target {
    display: block;
}

#image-modal60:target {
    display: block;
}

#image-modal61:target {
    display: block;
}

#image-modal62:target {
    display: block;
}

#image-modal63:target {
    display: block;
}

#image-modal64:target {
    display: block;
}

#image-modal65:target {
    display: block;
}

#image-modal66:target {
    display: block;
}

#image-modal67:target {
    display: block;
}

#image-modal68:target {
    display: block;
}

#image-modal69:target {
    display: block;
}

#image-modal70:target {
    display: block;
}

#image-modal71:target {
    display: block;
}

#image-modal72:target {
    display: block;
}

#image-modal73:target {
    display: block;
}

#image-modal74:target {
    display: block;
}

#image-modal75:target {
    display: block;
}

#image-modal76:target {
    display: block;
}

#image-modal77:target {
    display: block;
}

#image-modal78:target {
    display: block;
}

#image-modal79:target {
    display: block;
}

#image-modal80:target {
    display: block;
}

#image-modal81:target {
    display: block;
}

#image-modal82:target {
    display: block;
}
*/
.sublink_image {
    display: flex;
    margin: 0 auto;

}

.modal-content::-webkit-scrollbar {
    width: 0;
    /* Set the width to zero */
    background: transparent;
    /* Make the background transparent */
}

.link_button-header {
    text-decoration: none;
}

@media screen and (max-width: 446px) {
    .but_quo_mob {
        display: none !important;
    }

    .but_quo {
        display: block;
        margin-top: 0;
    }

    .header_leftsection {
        display: block;
    }

    .header_section {
        margin: 0;
    }

    .header_rightsection {
        width: 100%;
        margin-top: 10px;
        justify-content: space-around;
    }
}


.port_fullimage {
    display: flex;
}

.themevale_heading .title .text {
    font-size: 33px;
}

.themevale_heading .description {
    font-size: 16px;
}

.footer_submit {
    font-size: 18px;
}

.footer-copy {
    font-family: Montserrat-Regular;
    font-size: 14px;
}

.testimonny-name,
.testimony-service {
    font-size: 16px;
    text-align: left;
}


@media screen and (max-width: 600px) {

    .signup,
    .heading {
        font-size: 18px;
    }
}



.slider-view {
    display: none !important;
}

.gird-view {
    display: flex !important;
}

@media screen and (max-width: 913px) {

    .signup,
    .heading {
        font-size: 18px;
    }



    .slider-view {
        display: block !important;
    }

    .gird-view {
        display: none !important;
    }
}


.owl-carousel .owl-item img {
    margin: auto !important;
    width: 75% !important;
}

/* .owl-carousel.owl-drag .owl-item {
    user-select: all;
} */

@media only screen and (max-width:600px){
    .slider-view .owl-nav .owl-prev span,
    .slider-view .owl-nav .owl-next span {
        font-size: 40px;
        color: #637882;
        position: absolute;
        top: 40%;
    }
    .slider-view .owl-nav .owl-next span{
        right: 5%;
    }
    .slider-view .owl-nav .owl-prev span{
        left: 5%;
    }
}

@media only screen and (min-width:600px) and (max-width:914px){
    .slider-view .owl-nav .owl-prev span,
    .slider-view .owl-nav .owl-next span {
        font-size: 50px;
        color: #637882;
        position: absolute;
        top: 50%;
    }
    .slider-view .owl-nav .owl-next span{
        right: 5%;
    }
    .slider-view .owl-nav .owl-prev span{
        left: 5%;
    }
}

@media only screen and (max-width:530px){
    .btn_li, .custom_quote{
        padding: 7px 12px !important;
        font-size: 16px !important;
        margin: 0 5px !important;
    }
}