/* fonts */

@font-face {
    font-family: "PP Mori Regular";
    src: url("./fonts/PPMori-Regular.otf");
}

@font-face {
    font-family: "PP Mori Bold";
    src: url("./fonts/PPMori-SemiBold.otf");
}

@font-face {
    font-family: "PP Mori Light";
    src: url("./fonts/PPMori-Extralight.otf");
}

:root {
    --bclr: #092F87;
    --wclr: #fff;
    --primary-font: "PP Mori Regular";
    --second-font: "PP Mori Bold";
    --third-font: "PP Mori Light";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}




/* HTML5 display-role reset for older browsers */
html {
    height: fit-content;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "PP Mori Regular", sans-serif;
    font-size: 16px !important;
    overflow-x: hidden;
    font-weight: 300 !important;
    letter-spacing: 1px;
}

.error {
    color: red;
    font-size: 12px;
}

.text-color {
    color: #E15252;
}

h2 {
    font-family: var(--second-font);
    font-weight: 600;
}

body,
html {
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

.heading_color {
    color: #E15252;
}

p {
    margin-bottom: 10px;
    line-height: 23px;
    font-family: "PP Mori Regular", sans-serif;
    font-weight: 600;
    color: #929292;
}

h5 {
    line-height: 23px;
    font-family: "PP Mori Regular", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px !important;
}

img {
    margin-bottom: 0px;
}

.mr0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.wtxt {
    color: #fff;
    font-weight: 500;
}

.btxt {
    color: #E15252;
}

.b-clr {
    -webkit-text-stroke: 2px var(--bclr);
    color: transparent;
    font-family: "PP Mori Regular", sans-serif;
    font-weight: 900;
    letter-spacing: 3px;
}

.w-clr {
    -webkit-text-stroke: 2px var(--wclr);
    color: transparent;
}

.strike {
    text-decoration: line-through;
    color: #E15252;
}

.head {
    font-size: 3vw;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    font-weight: 900;
    font-family: "PP Mori Regular", sans-serif;
    letter-spacing: 3px;
}

.subhead {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.round-btn {
    display: flex;
    padding: 1rem 1.5625rem 1rem 1.5rem;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 1rem;
    border: 1px solid #E15252;
    background: #FFF;
    margin: 0 auto;
    color: #E15252;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    /* 120% */
}


.bgred {
    background: #E15252;
    display: flex;
    padding: 60px 20px;
    align-items: center;
    border-radius: 20px;
}

.bgblue {
    background: #E15252;
    padding: 55px 30px;
    border-radius: 20px;
}

.sec-pad {
    padding: 60px 0px;
}

.heading {
    font-size: calc(26px + (40 - 26) * (100vw - 320px) / (1920 - 320));
    line-height: calc(32px + (50 - 32) * (100vw - 320px) / (1920 - 320));
    font-family: var(--second-font);
}

.heading_sub_color {
    color: #E15252;
}

.custom_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
    max-width: 85%;
}

.customBtn {
    font-family: var(--primary-font);
    font-size: 1vw;
    padding: 10px 16px;
    background-color: #E15252;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    text-align: center;
    z-index: 9;
    border-radius: 8px;
    margin: auto;
    gap: 8px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #FFFFFF33;
    position: relative;
    text-decoration: none;
    line-height: 20px;
    width: max-content;
    letter-spacing: 1.5px;
}

.customBtn:hover {
    transform: scale(1.05);
    background-color: transparent;
    color: #fff;
    line-height: 20px;
    border: 1px solid #E15252;
}

.customBtn:hover .ico {
    margin-left: 7px;
    background-color: #E15252;
    color: white;
    transform: rotate(360deg);
}

.customBtn:active {
    background-color: #E15252;
    color: white;
}

.ico {
    transition: all 0.5s;
    background-color: white;
    color: #E15252;
    width: 25px;
    height: 25px;
    /* padding: 7px 0px; */
    line-height: 25px;
    border-radius: 20px;
    position: absolute;
    margin-left: 6px;
    margin-top: -4px;
    /* left: 0px; */
    text-align: center;
    font-size: 11px;
    /* right: 0px; */
}

.btnbg {
    background: #E15252;
    border: none;
}


.imgshdow {
    box-shadow: 15px 12px 0px 0px #092F87;
    border-radius: 40px;
}

.normaltxt {
    font-weight: 200 !important;
}

@keyframes scale1 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}


/* img {
    transition: all .6s ease-out;
}

img:hover {
    transform: scale(1.02);
    transition: all .6s ease-out;
} */

/******************Header**************/

.main-banner {
    position: relative;
    z-index: 3;
}

header {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /* background: #ffffff !important; */
    /* box-shadow: 0px 0px 5px 5px #0000002e; */
}

.banner-inner {
    position: absolute;
    top: 18%;
    width: 100%;
}


.banner-inner img {
    transform: unset;
    transition: unset;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.navbar .nav-link {
    position: relative;
}

.navbar .nav-link::after,
.active-section-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #3c2b23;
    transition: all 0.5s ease-in-out;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:active::after,
.navbar .nav-link:focus::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}


.offcanvas .nav-link {
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
}

.offcanvas .nav-link:hover {
    color: #fff !important;
}

.btn-close {
    color: #fff;
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.navbar-nav {
    width: 100%;
}

/* .navbar a {
    color: #000;
    text-decoration: unset;
    color: #000;
    font-family: "PP Mori Regular";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */

.navbar-light .navbar-nav .nav-link {
    color: #4C4C4C !important;
    font-weight: 600;
    font-family: "PP Mori Regular", sans-serif;
    text-transform: capitalize;
    padding: 1vw 0.1vw;
    letter-spacing: 1px;
    margin: 0 1vw;
    font-size: 0.8vw;
}

.navbar-nav .dropdown-item {
    padding: 10px 12px !important;
    border-bottom: 1px solid #edf2fe;
}

.navbar-nav .dropdown-item:last-child {
    border-bottom: 0;
}

.sticky-fixed {
    padding: 0;

    position: unset;
    max-width: 90%;
    width: 100%;
    z-index: 99;
}

.offcanvas {
    background-color: #0e1f24 !important;
}

.navbar-brand img,
.offcanvas-header img {
    max-width: 100%;
    padding: 0px 0px 0px;
}

.bg-nav {
    background: #ffffff !important;
    border-radius: 0;
}

.call-btn {
    color: #000;
}

.call {
    width: 34.84px;
}

.form-body {
    background: #FFFFFF !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 1rem !important;
    border: none;
    /* border-radius: 18px;0 */
    /* border-radius: 18px 0 0 18px; */

}

.form-body h2 {
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    line-height: calc(32px + (50 - 32) * (100vw - 320px) / (1920 - 320));
    font-family: "PP Mori Regular", sans-serif;
    font-weight: 700;
    text-align: left;
    color: #E15252;
}

.form-body h2 span {
    color: #E15252;
}

.popup_heading {
    /* background: #F4E8FB;
    padding: 1.21281rem 1.75rem 0.8125rem 2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 1rem; */
}

.popup_heading h3 {
    font-family: var(--primary-font);
    color: #000000;
    font-size: 1.6vw;
}

.popup_heading h2 {
    font-family: var(--second-font);
}


.form-body p {
    font-size: 1rem;
    line-height: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    color: #000;
    text-align: left;
    /* padding: 0.5rem 3rem; */
}

.form-highlighter {
    text-align: center;
    color: #fff;
}

.form-body form .form-group {
    height: 84px;
    margin-bottom: 10px;
    margin-top: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: var(--second-font);
}

.form-btn {
    background-color: #E15252;
    color: #FFF;
    text-align: center;
    border: 0;
    font-family: var(--second-font);
    font-size: 1rem;
    font-style: normal;
    border-radius: 0.5rem;
    font-weight: 700;
    width: 100%;
    line-height: 1.875rem;
    padding: 0.375rem 7.3125rem 0.25rem 7.3125rem;
}

.country-code {
    border: 0px;
    border-radius: 8px 0 0 8px;
    padding: 12px;
    outline: none;
    font-size: 16px;
    background-color: #fff;
    width: 70px !important;
}


.mobile_number_group .input-group input:focus,
.input-group select:focus {
    border-color: unset;
    box-shadow: unset;
}

.mobile_number_group .input-group select:focus {
    border-color: unset;
    box-shadow: unset;
}

.mobile_number_group .input-group {
    border: 1px solid #ccc;
    /* padding: .375rem .75rem; */
    border-radius: 12px !important;
}

.mobile_number_group .input-group select {
    padding: 0 0 0 10px;
    color: #E15252;
}


.mobile-number {
    border: 0;
    border-radius: 0 8px 8px 0;
    padding: 0px 12px;
    outline: none;
    flex: 1;
    font-size: 16px;
    background-color: #fff;
}

.input-group input:focus,
.input-group select:focus {
    border-color: #E15252;
    box-shadow: 0 0 5px #E15252;
}

input,
select {
    height: 45px;
    border: none;
    border-radius: 12px !important;
    padding: 0px 15px;
    color: #000;
    background: transparent;
    border: 1px solid #CECECE;
    box-shadow: none;
    width: 100% !important;
    font-family: var(--primary-font);
}

.banner_content {
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    text-align: center;
}

.banner_content h1 {
    color: #E15252;
    font-weight: 700;
    font-size: calc(32px + (52 - 32) * (100vw - 320px) / (1920 - 320));
    line-height: calc(42px + (62 - 42) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    font-family: var(--second-font);
}

.banner_content hr {
    border-width: 5px;
    border-color: #000;
    opacity: 1;
    max-width: 20%;
    margin: 1.5rem auto;
}

.banner_content p {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    line-height: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #000;
}

.banner_content .container {
    position: absolute;
    top: 5%;
    z-index: 1;
}

.svg_text {
    font-size: 1.8vw;
    font-family: var(--primary-font);
    font-weight: 700;
}

.location_path iframe {
    /* max-width: 60%; */
    width: 100%;
    /* height: 72px; */
}

.content_gradint {
    backdrop-filter: blur(8px);
    border: 1px solid #EEEEEE33;
    background: #FFFFFF26;
    border-radius: 24px;
    max-width: 55%;
    margin: 0 auto;
    padding: 1rem;
}

.content_gradint h4 {
    color: #fff;
    font-size: 1vw;
    margin-bottom: 0;
    font-family: var(--primary-font);
}

#privacy {
    width: 16px !important;
    position: relative;
    line-height: 0;
    margin: 5px 5px;
    height: 15px;
}

input[type='checkbox'] {
    accent-color: #3c2b23;
}

/* model */
.modal {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.modal-dialog {
    max-width: 1082px !important;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(225, 82, 82, 1);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(200px);
    box-shadow: 0px 10px 50px 0px rgba(225, 82, 82, 0.15);
}

.modal-dialog img {
    transition: unset;
    transform: unset;
    border-radius: 0 1rem 1rem 0;
}

.modal_img_slider {
    border: 1px solid rgba(225, 82, 82, 0.1);
    padding: 1rem;
    border-radius: 12px;
}

.modal_img_slider p {
    color: rgba(51, 51, 51, 1);
}

.modal-content {
    border: unset !important;
    /* border-radius: 52px !important; */
}

.model-left-col h3 {
    color: #646464;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.model-left-col h4 span {
    background-color: #E15252;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50px;
}

.modal .form-body {
    width: 100% !important;
    /* overflow-x: hidden; */
}

.modal form {
    padding: 0;
}

.modal .form-body form .form-group {
    height: 63px;
    margin-bottom: 0;
}

.banform .swiper-wrapper {
    margin-bottom: 0 !important;
}

.model-left-col h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 2rem;
}


/* .model-left-col p {
    font-size: 14px;
    padding-left: 0.7rem;
} */

.model-left-col {
    /* background: linear-gradient(90deg, #FFEAE3 0%, #E1E1E1 100%); */
    /* padding: 3rem;
    border-radius: 52px 0px 0px 52px; */
}

.modal .banform {
    margin: 0;
}

.modal-body {
    padding: 0 !important;
}

.btn-close {
    position: absolute;
    z-index: 99;
    right: 0%;
    top: 10px;
    font-weight: 800;
    font-size: 13px;
    background-color: #fff !important;
    padding: .5rem !important;
    border-radius: 50% !important;
    background: url();
    color: #000;
    opacity: 1;
    filter: unset;

}

.stick-mobile {
    display: none !important;
}

.iti__dial-code {
    color: #000;
}

.iti__flag-box,
.iti__country-name {
    color: #000;
}

.iti__country {
    color: #000;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 19px !important;
}

.thankyou {
    margin: 10rem 0;
}

.thankyou h2 {
    font-size: calc(32px + (48 - 32) * (100vw - 320px) / (1920 - 320));
    font-family: "PP Mori Regular", sans-serif;
}

.thankyou .customBtn:hover {
    color: #000;
}

/* ============ Swiper ============= */
.swiper {
    position: unset !important;
    overflow-x: hidden !important;
    /* overflow-y: unset !important; */
}

.swiper-wrapper {
    position: unset !important;
    margin-bottom: 6rem !important;
}

.swiper-pagination {
    bottom: unset !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #E15252;
    outline: 0;
    opacity: 1;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: #E15252 !important;
}

.swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-next:after {
    content: unset !important;
}

.swiper-button-prev {
    opacity: 1 !important;
    left: -1.5% !important;
    z-index: 1;
    width: 40px !important;
}

.swiper-button-next {
    right: -1.5% !important;
    opacity: 1 !important;
    z-index: 1;
    width: 40px !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #E15252;
    font-weight: bold;
}

/* ============ END Swiper ============= */


/* =======Stick button ========= */
.sticky-desktop {
    /* position: fixed;
    right: 0;
    top: 0; */
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    /* min-height: 250px; */
    z-index: 5;
    /* background-color: red; */
}

.sharktank_stick {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 5;
}

.sticky-button {
    border: 0;
    background: transparent;
    /* width: 50%; */
    /* padding: 0.6vw 1.198vw !important; */
    /* border-radius: 1rem 1rem 0rem 0rem; */
    /* border: 1px solid #E15252; */
    /* background: #F4E8FB; */
    /* box-shadow: -4px 4px 16px 0px rgba(138, 43, 226, 0.12); */
    /* transition: ease all 0.5s; */
    /* outline: none; */
    /* color: #E15252; */
    /* font-weight: 700; */
    /* z-index: 99; */
    /* font-size: 0.8vw !important; */
    /* outline: none; */
    /* border-radius: 16px 16px 0px 0px; */
    /* display: block; */
    /* text-transform: uppercase; */
    /* transform: rotate(270deg); */
}

.sticky-button-whatsapp {
    /* top: 70%; */
    right: 0;
    margin-top: 1rem;
    text-decoration: unset;
}

.sticky-button img {
    /* filter: invert(28%) sepia(91%) saturate(7496%) hue-rotate(271deg) brightness(96%) contrast(86%); */
}

/* =======End Stick button ========= */

/* ========= Banner form ======== */

.banner_form {
    margin-top: -6rem;
    position: relative;
    /* z-index: 1; */
}


.bg_left {
    position: absolute;
    top: -15%;
    left: -9%;
    width: 14vw;
    z-index: -1;
}

.bg_right {
    position: absolute;
    right: -9%;
}

.banner_form form {
    border: 2px solid #E15252;
    border-radius: 20px;
    box-shadow: 0px 12px 60px 0px #5959591A;
    padding: 1.5rem;
    background-color: #fff;
    z-index: 5;
    position: relative;
}

.banner_form .form-group {
    border: 1px solid rgba(231, 232, 234, 0.6);
    background: rgba(248, 249, 251, 1);
    border-radius: 8px;
    padding: 1rem;
}

.banner_form .form-control {
    border: 0;
    border-radius: 0;
    padding: 5px;
    /* color: rgba(153, 153, 153, 1); */
    font-family: var(--primary-font);
}

.banner_form button {
    border-radius: 12px;
    padding: 10px 24px;
    font-family: var(--second-font);
    font-size: 1vw;
}

/* =========END Banner form ======== */

/* ======== what_offer ========*/

.what_offer h5 {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    font-family: var(--second-font);
}

/* ========END what offer ========*/

/* ======== Premium Location ========*/
.location-tab-section {
    border: 1px solid rgba(233, 233, 233, 1);
    border-radius: 100px;
    padding: 10px;
    width: max-content;
    margin: 0 auto;
}

.PremiumSwiper .swiper-slide-next {
    border: 0;
}

.location-tab-section button {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    font-family: var(--primary-font);
    color: rgba(102, 102, 102, 1);
    border: 0;
    padding: 10px 32px;
    background: transparent;
}

.location-tab-section button.active {
    background: rgba(225, 82, 82, 1);
    color: rgba(255, 255, 255, 1);
    font-family: var(--second-font);

    border-radius: 90px;
}

.locationBox {}

.premium_location_content {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 82, 82, 0.1);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    /* margin-top: -5rem; */
    position: relative;
    border-radius: 20px;
    z-index: 1;
    margin: -5rem auto;
    padding: 1.5rem;
    max-width: 90%;
    height: 240px;
}

.premium_location_content button:hover {
    color: #000;
}

.premium_location_content h3 {
    font-family: var(--second-font);
}

.premium_location p {
    color: #79839A;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
}

.premium_location_content img {
    position: absolute;
    right: 0;
    top: 0;
}

.premium_location .customBtn {
    width: 100%;
}

/* ========END Premium Location ========*/

/* ========choose plan ========*/

.choose_plan {
    background-color: rgba(255, 246, 246, 1);
}

.plan-card {
    border: 2px solid #f2dede;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.planSwiper {
    padding-top: 2rem !important;
}

.plan-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.plan-title {
    font-size: 18px;
    font-weight: bold;
    color: #d9534f;
}

.starting-text {
    /* margin-top: 10px; */
    font-size: 14px;
    color: #090F4E;
    margin-bottom: 0;
    font-family: var(--primary-font);
}

.price {
    font-size: 32px;
    font-weight: bold;
    color: #090F4E;
}

.price span {
    font-size: 16px;
    color: #63657E;
}

.billed {
    font-size: 12px;
    color: #E15252;
    border: 1px solid #E15252;
    background: #FFF3F3;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 100px;
    margin: 0;
    font-family: var(--primary-font);
    /* margin-top: 10px; */
}

.features li {
    font-size: 16px;
    font-family: var(--primary-font);
    text-align: left;
    margin: 8px 0;
    color: #63657E;
}

.popular {
    border: 2px solid #ff5c5c;
    border-radius: 12px;
    padding-top: 30px;
    /* Add space for the badge */
    position: relative;
}

.popular-badge {
    /* margin-top: -4.42rem;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%); */
}

hr {
    opacity: 1 !important;
    border-top: 2px solid #FFF6F6 !important;
}

.btn-outline-danger {
    /* background: #FFF6F6 !important; */
    border-radius: 10px !important;
    /* border: 0 !important; */
    padding: 10px !important;
    font-family: var(--second-font) !important;
    color: #E15252 !important;
}

.btn-outline-danger:hover {
    background: #E15252 !important;
    color: #fff !important;
}

.btn-danger {
    /* background: #E15252 !important; */
    border-radius: 10px !important;
    /* border: 1px solid #E15252 !important; */
    padding: 10px !important;
    font-family: var(--second-font) !important;
}

.popular-badge2 {
    position: absolute;
    top: -14px;
    background-color: #e15252;
    padding: 6px 25px;
    right: 20px;
    font-size: 16px;
    border-radius: 20px
}


.choose_plan .left_img {
    position: absolute;
    left: 0;
    top: 4%;
}

.choose_plan .swiper-wrapper {
    margin-bottom: 0 !important;
}

.choose_plan .right_img {
    position: absolute;
    right: 0;
    bottom: 1%;
}

.strike_off {
    color: #E15252 !important;
    text-decoration: line-through;
    font-size: 18px;
}

/* ========END choose_plan ========*/
/* ========Limited Offer========*/

.limited_offer_content {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 4rem;
    transform: translateY(-50%);
}

.limited_offer_content h2 {
    font-family: var(--second-font);
    color: #fff;
    font-size: 2.6vw;
}

.limited_offer_content h2 span {
    font-family: var(--primary-font);
}

.limited_offer_content .customBtn {
    border: 1px solid rgba(225, 82, 82, 0.1);
    background: rgba(255, 255, 255, 1);
    color: rgba(225, 82, 82, 1);
    width: 25%;
    margin-top: 1rem;
}


.limited_offer_content p {
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 1.5rem;
    gap: .8rem;
}

/* ======== END Limited Offer========*/

/* ======== Testimonial========*/

.testimonialSwiper .swiper-slide {
    height: auto !important;
}

.testimonial_content {
    border-radius: 12px;
    border: 1px solid rgba(224, 224, 224, 0.8);
    padding: 2rem;
    height: 100%;
}


.testimonial_content h4 {
    color: rgba(39, 43, 52, 1);
    font-family: var(--second-font);
    font-size: 1.2vw;
}

.testimonial_content p {
    color: rgba(121, 131, 154, 1);
    font-family: var(--primary-font);
    font-style: italic;
    font-size: .8vw;
}

.testimonial_content_profile p {
    font-family: var(--primary-font);
    color: rgba(225, 82, 82, 1);
    font-style: normal;
}

.testimonial_content img {
    object-fit: scale-down;
}

.testimonialSwiper .swiper-slide-next {
    border: 2px solid rgba(225, 82, 82, 1);
    box-shadow: 0px 10px 50px 0px rgba(225, 82, 82, 0.15);
    border-radius: 12px;
}

.testimonialSwiper .swiper-wrapper {
    /* margin-top: 5rem; */
}

/* ======== END Testimonial========*/

/* ======== FAQ========*/

.faq_section {
    background: rgba(255, 246, 246, 1);
}

/* Container */
.custom-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid rgba(224, 224, 224, 0.4);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 50px 0px rgba(225, 82, 82, 0.08);
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

/* Header with icon */
.custom-accordion .accordion-header {
    display: flex;
    align-items: center;
    border: 0 !important;
}

.custom-accordion .icon-img {
    width: 30px;
    margin-left: 15px;
}

/* Accordion Button */
.custom-accordion .accordion-button {
    background: #fff !important;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    box-shadow: none;
    border: none;
    padding: 1.5rem;
    flex-grow: 1;
    text-align: left;
    font-family: var(--primary-font);
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: rgba(225, 82, 82, 1);
    border: 0 !important;
    font-family: var(--second-font);
    border-top: 1px solid #E15252 !important;
    border-left: 1px solid #E15252 !important;
    border-right: 1px solid #E15252 !important;
    box-shadow: unset !important;
    /* border: 1px solid #E15252; */
    /* border-radius: 8px; */
}

.accordion-item .collapse.show {
    border-bottom: 1px solid #E15252 !important;
    border-left: 1px solid #E15252 !important;
    border-right: 1px solid #E15252 !important;
}

/* Remove default caret and add custom icon */
.custom-accordion .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    content: '\002B';
    /* Plus icon */
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    background: none;
    transform: none !important;
    font-size: 24px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '\2212';
    color: rgba(225, 82, 82, 1);
    /* Minus icon */
}

/* Accordion Body */
.custom-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    border: 0 !important;
    font-family: var(--primary-font);
    /* border-left: 1px solid #E15252;
    border-right: 1px solid #E15252;
    border-bottom: 1px solid #E15252;
    border-radius: 0 0 8px 8px; */
    background: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
}

.faq_section .left_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
}

.faq_section .right_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
}

/* ======== END FAQ========*/


/* =====footer ======= */
footer {
    background: #E15252;
    padding: 1.5rem 0;
}

footer .customBtn {
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 82, 82, 0.2);
    color: rgba(225, 82, 82, 1);
}

footer .customBtn:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(225, 82, 82, 1);
}

footer hr {
    opacity: 0.2 !important;
}

footer p {
    color: rgba(255, 255, 255, 1);
    font-family: var(--primary-font);
    font-weight: 400;
}

/* ===== end footer ======= */


@media (max-width: 1800px) {}

@media (max-width: 1600px) {
    .location_path iframe {
        height: 72px;
    }

    .premium_location_content {
        margin: -3rem auto;
        height: 280px;
    }
}

@media (max-width: 1400px) {
    .banner_form {
        margin-top: -3rem;
    }

    .sticky-desktop {
        min-height: 200px;
    }
}

@media (max-width: 1200px) {}


@media (max-width: 1023px) {
    .sticky-fixed {
        padding: 0rem;
    }

    .bannerImg .desktop_img {
        height: 600px;
    }

    .pay_off_offere svg {
        height: 40px;
    }

    .svg_text {
        font-size: 2rem;
    }

    .content_gradint h4 {
        font-size: 1rem;
        text-align: left;
    }

    .content_gradint {
        max-width: 78%;
    }

    .banner_form button {
        font-size: 1rem;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .swiper-button-next {
        display: none !important;
    }

    .limited_offer_content .customBtn {
        margin-top: 0;
        font-size: 1rem;
    }

    .testimonial_content p {
        font-size: 1rem;
    }

    .testimonial_content {
        padding: 1rem;
    }

    footer .customBtn {
        font-size: 14px;
        padding: 5px;
    }

    .custom_container {
        max-width: 88%;
    }

    footer hr {
        width: 100%;
    }

    .modal .form-body form .form-group {
        height: auto;
        margin-bottom: 10px;
    }

    .popup_heading h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .customBtn {
        font-size: 1rem;
    }

    .content_gradint {
        max-width: 94%;
    }

    .banner_content h1 {}

    .banner_form {
        margin-top: -10rem;
    }

    .pay_off_offere svg {
        height: 48px;
    }

    .banner_form .form-group {
        margin-bottom: 10px;
    }

    .location-tab-section {
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        display: flex;
        width: auto;
    }

    .choose_plan {
        padding-bottom: 0;
    }

    .choose_plan .row {
        row-gap: 3rem;
    }

    .choose_plan .swiper-wrapper {
        margin-bottom: 0 !important;
    }

    .limited_offer_content {
        padding: 2rem 3.5rem 2rem 2rem;
    }

    .limited_offer_content h2 {
        font-size: 1.5rem;
        /* width: 350px; */
    }

    .limited_offer_content .customBtn {
        width: 100%;
    }

    .limited_offer_mobile_img {
        width: 600px;
    }

    .testimonialSwiper .swiper-wrapper {
        margin-bottom: 3rem !important;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
    }

    .footer .custom_container {
        max-width: 100%;
    }

    .bg-nav {
        height: 8%;
    }

    .sticky-fixed {
        width: 99vw;
        position: fixed;
    }

    .sharktank_stick img {
        width: 60px;
    }

    .sticky-button img {
        width: 50px;
    }

    .thankyou {
        margin: 5rem 0;
    }


    .sec-pad {
        padding: 40px 0;
    }

    .svg_vertor {
        display: none;
    }



    .swiper-pagination {
        bottom: 0% !important;
    }

    footer p {
        font-size: 14px;
    }

    .modal {
        overflow-x: hidden !important;
    }

    .form-body {
        border-radius: 18px 18px 0 0;
    }

    .modal-dialog img {
        border-radius: 0 0 18px 18px;
    }

    .form-body p {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .stick-mobile {
        display: block !important;
        position: fixed;
        bottom: 0;
        background-color: #F4E8FB;
        width: 100%;
        border: 1px solid #E15252;
        z-index: 1;
        text-align: center;
    }

    .stick-mobile .sticky-button {
        background: transparent;
        width: 50%;
        border: 0;
        box-shadow: unset;
        border-radius: unset;
        transform: unset;
        padding: 0.9rem 0 !important;
        font-size: 1rem !important;
    }

    .modal-dialog {
        padding: 1rem;
        border-radius: 20px !important;
    }

    .modal form {
        /* padding: 1rem; */
    }

    .modal .form-btn {
        padding: .5rem;
    }

    .banform .swiper-wrapper {
        margin-bottom: 30px;
    }
}