/*Main Css */
html{
    overflow-x: hidden;
}

:root {
    --primary: #E7572F;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Clash Grotesk" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #E7572F;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #E7572F;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #2F2D28;
    font-weight: 400;
    background: #fef3da;
}
body.inner-header {
    padding-top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 500;
    color: #000000;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}


/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

/*header css*/
header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: relative;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}
header.sticky {
    /* background: white; */
    /* box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%); */
    /* top: 0; */
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    max-width: 180px;
}
.main-header {
    padding-top: 2rem;
}

/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}



.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 40px;
}

.menu>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-btn {
    padding: 15px 20px;
    background: var(--primary) !important;
    color: white !important;
    transition: .5s ease;
    border-radius: 50px;
}

.header-btn:hover {
    transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li .active>a {
    color: #000
}

@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

/* Menu Dropdown CSS */

.has-child {
    position: relative;
    z-index: 1;
}

.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

.dropdown .dropdown {
    left: 100%;
    top: 0;
}

.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}

.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
}

/* Dropdown CSS*/


@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-content {
    padding: 100px 0 100px;
}
h1.banner-heading {
    font-size: 80px;
    line-height: 75px;
    margin-bottom: 2rem;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2rem;
}
.coloured-circle img.v-left {
    position: absolute;
    top: 14%;
    left: 0;
}
.coloured-circle img.v-right {
    position: absolute;
    top: 14%;
    right: 0;
}

/* packages */
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
}
ul.overview-nav.d2 a {
    padding: 15px 18px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    color: #333333;
    width: 198px;
    text-align: center;
}
ul.overview-nav.d2 li.active a {
    background: var(--primary);
    color: white;
    border-color: var(--primary) !important;
}
.overview-nav li {
    position: relative;
}
.overview-nav li:before {
    content: "";
    display: block;
    position: absolute;
    width: 58%;
    height: 48%;
    top: 18px;
    left: 102%;
    background-repeat: no-repeat;
    background-image: url(../images/pakg-vector.webp);
}
.overview-nav li.last:before {
    display: none;
}
.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem
}
.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pkg-list.pkg-list-2 {
    grid-template-columns: repeat(4, 1fr);
}
.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.pkg-list .d2 .pckg .upper {
    text-align: center;
}
.pkg-list .d2 .pckg .upper .price {
    justify-content: center;
}
.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
}
.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280;
}
.pckg.d2{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px;
}
.pckg.d2 .upper {
    text-align: center;
}
.pckg.d2 .upper .price {
    justify-content: center;
}
.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px;
}
.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem;
}
.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}
.pckg {
    background: #fff;
    border-radius: 42px;
    height: 100%;
}
.pckg .btn-wrap a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper, .pckg .bottom {
    padding: 1.5rem;
}
.pckg .upper .title {
    font-size: 30px;
    line-height: 24px;
    margin: 1.5rem 0;
    font-weight: 500;
}
.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 1.5rem;
    min-height: 40px;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.5rem 0;
}
.pckg .upper .price .amount {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}
.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}
.pckg .upper {
    border-bottom: 1px solid #E5E7EB;
}
.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.pckg .bottom ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    position: relative;
    display: flex;
}
.pckg .bottom ul {
    margin-top: 2rem;
    max-height: 272px;
    overflow-y: auto;
    margin-bottom: 1rem;
}
.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}
.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: var(--primary);
    margin-right: 12px;
}
/* packages */

form.contact-form.pckg-form {
    background: #000000;
}
form.contact-form.pckg-form input,
form.contact-form.pckg-form textarea,
form.contact-form.pckg-form select {
    border: 1px solid #fff;
    background: transparent;
    color: white;
    width: 100%;
    padding: 10px;
}
form.contact-form.pckg-form select option {
    color: #333;
}
form.contact-form.pckg-form h3 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    color: #fff;
}
form.contact-form.pckg-form ::placeholder {
    color: white;
}
form.contact-form.pckg-form button {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    background: #ffc727;
}
form.contact-form {
    background: #04144C;
    padding: 40px;
    color: white;
}
form.contact-form label {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
form.contact-form label {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: start;
}
form.contact-form label input {
    flex-basis: 10px;
    background: transparent;
}

.cta-bg {
    background: #FFB36B;
    border: 1px solid #000;
    border-radius: 24px;
    padding: 5rem 2rem;
}
.cta-bg .sec-heading h2 {
    font-weight: 600;
}
.cta-bg .sec-heading span {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    display: block;
    padding-bottom: 12px;
    font-family: 'Clash Grotesk';
}
.cta-bg .sec-heading a {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    font-family: 'Clash Grotesk';
}
.pro-card h3 {
    color: #36364A;
    font-size: 18px;
    font-weight: 600;
    padding: 1.5rem 0;
}
.pro-card p {
    line-height: 28px;
}


/* domain-page */

.search-wrap {
    background: transparent;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    margin-top: 2rem;
    border: 1.5px solid #ffffff;
    border: 1px solid #E4DCDC;
    background: #f6f6f659;
    border-radius: 100px;
    max-width: 50%;
    margin: 0 auto;
}
.search-wrap a {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    /* background: var(--primary); */
}
.search-wrap input {
    width: 100%;
    border: 0;
    padding: 0 30px;
    color: #000 !important;
    background: transparent;
}
.search-wrap input::placeholder {
    color: #CBCBCB;
}
.domain-status-head {
    background: #db4343;
    color: white;
    padding: 10px;
    margin-top: 2rem;
    width: fit-content;
    border-radius: 101px;
}
.domain-status-name {
    color: red;
    text-align: left;
    margin-top: 1rem;
    line-height: 26px;
    font-weight: 500;
}
.domain-status-name span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.domain-status.ava-domain .domain-status-head {
    background: #00a92c;
}
.domain-status.ava-domain .domain-status-name {
    color: #00a92c;
}
.domain-loader {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    right: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    transition: 0.2s;
}
.domain-loader i,
.domain-loader img {
    display: none;
}
.domain-loader i.fa-times {
    color: red;
}
.domain-loader i.fa-check {
    color: green;
}
.domain-loader img {
    width: 100%;
    position: absolute;
}
.domain-loader img {
    animation: revert;
}
.banner-content .elem {
    position: absolute;
}
span.elem.e1 {
    left: 10%;
    top: 30%;
}
span.elem.e2 {
    right: 10%;
    bottom: 40%;
}
.overlap {
    transform: translateY(160px);
    margin-top: -230px;
    margin-bottom: 150px;
}





.bg-wrapper {
    background: #fff;
    padding: 4rem;
    border-radius: 20px;
}
.bg-wrapper .sec-heading h2 {
    font-size: 45px;
    line-height: 45px;
}
.black-num-card {
    background: #000000;
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 14px;
}
.black-num-card span {
    background: #ECEEF2;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.black-num-card p {
    font-size: 13px;
    line-height: 18px;
}
.steps-sec .sec-heading h2 {
    font-size: 45px;
    line-height: 45px;
}
.three-step {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 1.5rem;
}
.three-step .step-details h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.three-step .step-details p {
    font-size: 14px;
    line-height: 22px;
    max-width: 78%;
}
.choose-card {
    background: #000;
}
.choose-card img {
    width: 100%;
    font-size: 0;
}
.choose-card h3 {
    font-size: 18px;
    padding: 0 0 14px 0;
}
.choose-card p span {
    color: #FFB36B;
}
.choose-card p {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.padding-div {
    padding: 16px;
}
.port-card img {
    width: 100%;
}
.showcase-card {
    background: #fff;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 2rem 1rem;
}
.showcase-card h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
}
.perks-card {
    background: #f6be973d;
    text-align: center;
    padding: 3rem;
    height: 100%;
}
.perks-card h3 {
    font-size: 22px;
    padding-top: 1rem;
}
.offer-card .offer-detail {
    background: #0B0B0B;
    border-radius: 6px;
    padding: 1rem;
}
.offer-card .offer-detail h4 {
    font-size: 20px;
    padding-bottom: 1rem;
}
.offer-card .offer-detail p {
    font-size: 14px;
}

/* -------------------------contact us-------------------------- */
.input-field1 label {
    padding-left: 10px;
    color: #292929;
    font-weight: 500;
    padding-bottom: 8px;
}
.input-field1 input, .input-field1 textarea {
    /* cursor: pointer; */
    height: 66px;
    width: 100%;
    font-size: 16px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 30px;
    /* box-shadow: 0 16px 24px 0 rgba(189, 196, 205, 0.13); */
    border-radius: 10px;
    border: solid 1px #EAEAEA;
    background-color: #fff;
}
.input-field1 textarea {
    height: 220px;
}
.send {
    text-align: left;
    padding-top: 35px;
}
.contact-form-btn button {
    height: 62px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 12px 50px;
    border-radius: 50px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    background-color: var(--primary);
}
.details h5 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #202529;
}
.details a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.details {
    background: #fff;
    border-radius: 8px;
    padding: 3rem;
    text-align: center;
    height: 100%;
}
.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    height: 40px;
    width: 40px;
    background: #008576;
    border-radius: 50px;
    text-align: center;
}
.social-icons li a {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
}
.details a i, .details p i {
    color: #008576;
    padding-right: 12px;
}
form.contact-wrap label {
    font-size: 14px;
    color: #6B7280;
}
.form {
    background: #fff;
    border: 1px solid #F2F1FF;
    padding: 5rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 3rem;
}
.contact-form-field {
    margin-bottom: 26px;
}
.details i {
    display: block;
    font-size: 34px;
    color: #000;
    padding-bottom: 20px;
}
.details p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.banner-content.contact-banner {
    padding: 100px 0 0px;
}
/* -------------------------contact us-------------------------- */

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 0px 0px 20px 0px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #222222;
    /* background: white; */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    margin-bottom: 1.5rem;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #36364A;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 600;
    top: 0;
    height: 26px;
    width: 26px;
    background: var(--primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f068";
}
.answer p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}
.faq-bg {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 3rem 4rem;
}
.accordion-list li.last {
    border-bottom: 0;
}
ul.accordion-list li.active .answer {
    display: block !important;
}
.answer ul li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 16px;
    line-height: 8px;
    color: #555555;
}
.answer ul {
    list-style: auto;
    margin-left: 18px;
}
/* Accordian */

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
}
.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}
.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 25px;
}
.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}
.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #D1D5DB;
    overflow: hidden;
}
.mmpopup .centercont h4 {
    margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
    color: #86cb92;
}
.mmpopup .centercont h4 span span {
    display: none;
}
.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
}
.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
    border-radius: 100px;
    color: #333;
}
.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
}
.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}
.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
    padding-bottom: 0;
}
.mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
}
.mmpopup .centercont h4 {
    font-size: 26px;
    text-align: left;
}
.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
    margin-bottom: 10px;
}
.mmpopup .centercont h3 span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #3A3D40;
    text-align: left;
}
.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 38px;
}
.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
}
.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #EEEEEE;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: 'Inter';
}
.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}
.fld-btn button {
    border-radius: 5px;
    background-color: var(--primary);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: 'Inter';
    height: 59px;
    cursor: pointer;
    border: 0;
}
.fld-btn button i {
    padding-left: 12px;
}
.fld-btn button:hover {
    transform: scale(1.03);
}
.mmpopup .formpop form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
}
.mmpopup .formpop form input,
.mmpopup .formpop form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
.mmpopup .formpop form label {
    text-align: left;
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
}
.mmpopup .formpop form label input {
    width: 20px;
    height: 20px;
}
.formpop form button {
    padding: 15px 30px;
    background: var(--primary);
    color: white;
    font-weight: 700;
    transition: .5s ease;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    border: 0;
}
.popupmain p {
    font-size: 14px;
    line-height: normal;
    text-align: left;
}
/* popup */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 55px;
    line-height: 70px;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* color: #5F5F5F; */
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
/* Sec Headings */

/* sections */
section {
    padding: 3rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    padding: 12px 22px;
    background: var(--primary);
    color: white;
    font-size: 20px;
    border-radius: 50px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* ---------------------------footer------------------------------- */
footer {
    background: #1B1B1B;
    padding: 62px 0;
    border-radius: 100px 100px 0 0;
}
.f-menu li a:hover {
    color: var(--primary);
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #005175; */
    padding: 10px 0;
}
.copyright p,.copyright a {
    color: white;
    font-size: 14px;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sec p {
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    padding-top: 28px;
    max-width: 75%;
}
.footer-hdng h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.f-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hours p {
    color: #fff;
    font-size: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.footer-hdng {
    padding-top: 0;
}
.f-menu li {
    line-height: 2;
}
.copyright-sec {
    background: #000000;
}
.f-link li {
    width: 40.8px;
    height: 40.8px;
    background: var(--primary);
    border-radius: 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
    font-size: 70px;
    line-height: 68px;
    color: #000000;
    font-weight: 500;
    margin: 1.5rem 0;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}
.error-image {
    margin-top: 0;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
.coloured-circle-2 img.v-left {
    position: absolute;
    top: 0;
    left: 0;
}
.coloured-circle-2 img.v-right {
    position: absolute;
    top: 0;
    right: 0;
}
/* 404 */

/* terms */
.banner-heading.term-banner {
    margin-top: 3rem;
}
/* .terms .roman {
    list-style: upper-roman;
} */
.terms ul {
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
ul.list-ul {
    list-style: disc;
    margin-left: 20px;
}
/* terms */

/* Checkout */
form.checkout-form {
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
}

form.checkout-form .inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1.5rem;
}

form.checkout-form .inputs input {
    padding: .6rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}
label.checkbox {
    line-height: 24px;
}
label.checkbox a{
    color:var(--primary)
}
input.theme-btn {
    padding: 1rem;
    background: var(--primary);
    color: #fff;
    border: 0;
    border-radius: 30px;
    transition: .5s ease;
    border: 1.2px solid var(--primary);
    /* box-shadow: 5px 5px 0px 0px #000000; */
    font-weight: 600;
}
input.theme-btn:hover {
    transform: scale(1.04);
}

.total {
    background: #f2f2f2;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.total ul {
    display: flex;
    flex-direction: column;
}

.total ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.total ul li {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.total ul li span:first-child {
    font-weight: 600;
    font-size: 18px;
}

.total ul li span:last-child {
    font-weight: 500;
}

form.contact-form.pckg-form {
    background: var(--primary);
    border-radius: 30px;
}

form.contact-form.pckg-form input, form.contact-form.pckg-form textarea,form.contact-form.pckg-form select {
    border: 1px solid #fff;
    background: transparent;
    color: white;
    width: 100%;
    padding: 10px;
}
form.contact-form.pckg-form select option{
    color: #333;
}
form.contact-form.pckg-form h3 {
    font-size: 26px;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #fff;
}
form.contact-form.pckg-form p {
    margin-bottom: 1.5rem;
    line-height: 24px;
}
form.contact-form.pckg-form ::placeholder {
    color: white;
}

form.contact-form.pckg-form button {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    background: #ffc727;
}
.pckg-img img {
    border: 1px solid #888;
}
.pckg-img,.pckg-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
form.contact-form {
    background: #04144C;
    padding: 40px;
    color: white;
}
form.contact-form label {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
form.contact-form label {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: start;
}
form.contact-form label input {
    flex-basis: 10px;
    background: transparent;
}

.form-image.white {
    height: 100%;
}

.form-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* object-position: right; */
    border-radius: 10px;
}











@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    ul.menu.btns li {
    border-bottom: 0;
}

    .pkg-list {
        gap: 1rem;
    }
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100dvh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .container {
        position: relative;
    }
    
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
    .coloured-circle img.v-left , .coloured-circle img.v-right {
        display: none;
    }
    .overview-nav li:before {
        width: 33%;
    }
    ul.overview-nav.d2 {
        gap: 4rem;
    }
    ul.overview-nav.d2 a {
        font-size: 14px;
        width: auto;
        padding: 12px 14px;
    }
    .pkg-list {
        gap: 1rem;
    }
    h1.banner-heading {
        font-size: 70px;
    }
    .search-wrap {
        max-width: 65%;
    }
    .black-num-card {
        padding: 1rem 1rem;
    }
    .black-num-card p {
        font-size: 12px;
    }
    .black-num-card span {
        height: 40px;
        width: 40px;
    }
    .banner-content {
        padding: 70px 0 85px;
    }
    .showcase-card {
        padding: 1rem;
    }
    .perks-card {
        padding: 2rem;
    }
    .perks-card h3 {
        font-size: 20px;
    }

}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */

    .coloured-circle img.v-left , .coloured-circle img.v-right {
        display: none;
    }
    .overview-nav li:before {
        width: 33%;
    }
    ul.overview-nav.d2 {
        gap: 4rem;
    }
    ul.overview-nav.d2 a {
        font-size: 14px;
        width: 185px;
    }
    .pkg-list {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }
    h1.banner-heading {
        font-size: 70px;
    }
    .search-wrap {
        max-width: 65%;
    }
    .black-num-card {
        padding: 1rem 1rem;
    }
    .black-num-card p {
        font-size: 12px;
    }
    .black-num-card span {
        height: 40px;
        width: 40px;
    }
    .banner-content {
        padding: 70px 0 85px;
    }
    .showcase-card {
        padding: 1rem;
    }
    .perks-card {
        padding: 2rem;
    }
    .perks-card h3 {
        font-size: 20px;
    }
    .pkg-list.pkg-list-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pckg .upper .title {
        font-size: 25px;
    }
    .offer-card .offer-detail h4 {
        font-size: 18px;
    }
    .accordion-list li h3 {
        max-width: 90%;
    }
    br {
        display: none;
    }
    .details {
        padding: 3rem 1rem;
    }
    .footer-sec p {
        max-width: 100%;
    }








}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 100px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 38px;
        line-height: 52px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        /* flex-direction: column; */
        gap: 12px;
    }
    .coloured-circle img.v-left , .coloured-circle img.v-right {
        display: none;
    }
    section {
        padding: 1rem 0;
        position: relative;
    }
    ul.overview-nav.d2 {
        gap: 1rem;
    }
    /* ul.overview-nav.d2 a {
        max-width: 100%;
        width: auto;
    } */
    .overview-nav li:before{
        display: none;
    }
    .cta-bg {
        padding: 2rem 1rem;
    }
    .cta-bg .sec-heading span {
        font-size: 26px;
    }
    br {
        display: none;
    }
    .faq-bg {
        padding: 2rem 1rem;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .answer p {
        font-size: 16px;
        line-height: 28px;
    }
    footer {
        padding: 40px 0;
        border-radius: 0;
    }
    .footer-sec p {
        padding-top: 18px;
        max-width: 85%;
        padding-bottom: 0rem;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
    }
    .footer-hdng {
        padding-top: 0;
    }
    .main-header {
        padding-top: 0;
    }
    .search-wrap {
        max-width: 100%;
    }
    .bg-wrapper {
        padding: 1rem;
    }
    .bg-wrapper .sec-heading h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .pro-card h3 {
        padding: 1rem 0;
    }
    .pro-card {
        margin-bottom: 2rem;
    }
    .black-num-card {
        height: 88%;
        margin-bottom: 1rem;
    }
    .steps-sec .sec-heading h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .three-step .step-details p {
        max-width: 100%;
    }
    .choose-card {
        margin-bottom: 2rem;
    }
    .showcase-card {
        padding: 2rem;
    }
    .form {
        padding: 1rem;
    }
    .input-field1 input, .input-field1 textarea {
        height: 56px;
        margin-bottom: 12px;
    }
    .details {
        padding: 2rem;
        height: auto;
        margin-bottom: 1rem;
    }
    .terms ul {
        padding-left: 0;
    }
    .terms h4 {
        font-size: 18px;
    }
    ul.f-menu {
        margin-bottom: 2rem;
    }
    .pkg-list.pkg-list-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    form.contact-form {
        padding: 20px;
    }
    .copyright p, .copyright a {
        color: white;
        font-size: 13px;
    }





}


/* iPhone 6-8 Plus */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
/* Styles */
}

@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : landscape) {
/* Styles */
}

/* iPhone 6-8  */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {
/* Styles */
}

@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {
/* Styles */
}



/* Android (Pixel 2) */
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : landscape) {
/* Styles */
}

/* Iphone X */
@media only screen
and (min-width : 375px)
and (max-width : 734px)
and (orientation : portrait) {

}
@media only screen
and (min-width : 375px)
and (max-width : 736px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 40px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .coloured-circle img.v-left , .coloured-circle img.v-right {
        display: none;
    }
    section {
        padding: 1rem 0;
        position: relative;
    }
    ul.overview-nav.d2 {
        gap: 1rem;
    }
    ul.overview-nav.d2 a {
        max-width: 100%;
        width: 100%;
        padding: 10px 14px;
        font-size: 14px;
    }
    .overview-nav li:before{
        display: none;
    }
    .cta-bg {
        padding: 2rem 1rem;
        background-position: bottom;
    }
    .cta-bg .sec-heading span {
        font-size: 26px;
    }
    br {
        display: none;
    }
    .faq-bg {
        padding: 2rem 1rem;
    }
    .accordion-list li h3 {
        font-size: 18px;
        line-height: 22px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 20px;
    }
    footer {
        padding: 40px 0;
        border-radius: 0;
    }
    .footer-sec p {
        padding-top: 18px;
        max-width: 100%;
        padding-bottom: 0rem;
    }
    .footer-hdng h4 {
        margin-bottom: 4px;
    }
    .footer-hdng {
        padding-top: 30px;
    }
    .main-header {
        padding-top: 0;
    }
    .search-wrap {
        max-width: 100%;
    }
    .bg-wrapper {
        padding: 1rem;
    }
    .bg-wrapper .sec-heading h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .pro-card h3 {
        padding: 1rem 0;
    }
    .pro-card {
        margin-bottom: 2rem;
        text-align: center;
    }
    .black-num-card {
        height: auto;
        margin-bottom: 1rem;
    }
    .steps-sec .sec-heading h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .three-step .step-details p {
        max-width: 100%;
    }
    .choose-card {
        margin-bottom: 2rem;
    }
    .showcase-card {
        padding: 2rem;
    }
    .form {
        padding: 1rem;
    }
    .input-field1 input, .input-field1 textarea {
        height: 56px;
        margin-bottom: 12px;
    }
    .details {
        padding: 2rem;
        height: auto;
        margin-bottom: 1rem;
    }
    .terms ul {
        padding-left: 0;
    }
    .terms h4 {
        font-size: 18px;
    }
    .pkg-list.pkg-list-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    form.contact-form {
        padding: 20px;
    }
    .perks-card {
        height: auto;
        margin-bottom: 1.5rem;
    }
    .offer-card {
        margin-bottom: 2rem;
    }
    .logo img {
        display: block;
        max-width: 130px;
    }
    .mmpopup .centercont h3 span {
        font-size: 23px;
    }
    .overview-nav li {
        position: relative;
        width: 100%;
    }
    .copyright p, .copyright a {
        color: white;
        font-size: 13px;
    }
.pro-card img {
    display: inline;
}
input[type='checkbox'] { 
    width: auto !important;
    flex-basis: 1;
}



}