/*Main Css */
:root {
    --primary: #92854e;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Poppins", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #92854e;
    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: #92854e;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 36px 0;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #E4E4E4;
    background: white;
}

ul.accordion-list li span {
    display: flex;
    position: relative;
}

.accordion-list li h3 {
    color: #333333;
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: var(--icon);
    position: absolute;
    right: 0;
    color: #333333;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    font-weight: 500;
    top: 0;
    content: "\2b";
}

ul.accordion-list li.active h3:after {
    content: "\f068";
}

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}

/* Accordian */
html {
    overflow-x: hidden;

}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

body.inner-header {
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
    width: 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 5px 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: 10px;
    width: 10px;
    border-radius: 100px;
    padding: 0px;
    background: #92854e;
    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: #92854e;
    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: fixed;
    background: transparent;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

header.sticky {

    background: #1d2833;

    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);

    top: 0;
}

body.header-2 header,
.nav-dark header {
    background: #333;
}

.thankyouform h3 {
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 600;
}

.thankyouform p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 1rem;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 200px;
    padding: 10px 0 0;
}


/* 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: #92854e;
    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 35px;
}

.menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.header-btn {
    background: #92854e;
    color: #fff !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.header-btn:hover {
    transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li .active>a {
    color: #1d2833;
}

@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: #92854e;
    /* 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 {
    text-align: left;
}

.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px;
}

.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
}

/* Dropdown CSS*/



/* Menu Dropdown CSS */

.has-child-1 {
    position: relative;
    z-index: 1;
}

.dropdown-1 {
    position: absolute;
    background: #92854e;
    /* 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-1 .dropdown-1 {
    left: 100%;
    top: 0;
}

.dropdown-1 ul li {
    text-align: left;
}

.dropdown-1 ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 10px 20px;
}

.dropdown-1 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;
    background: #1d2833;
}

.banner-content {
    padding: 150px 0 100px;
}

h1.banner-heading {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 2rem;
    color: white;
    font-weight: 600;
}

span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: #92854e;
    font-weight: 500;
}

p.banner-text {
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #fff;
}

h1.banner-heading.lg {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    /* letter-spacing: -15px; */
    margin-bottom: 1rem;
}

span.text-green {
    color: #92854e;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    /* 100% */
    margin-bottom: 1.5rem;
}

.banner-img {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.banner-img .content .number {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    backdrop-filter: blur(3.5px);
    padding: 30px;
    width: 230px;
}

.banner-img .content .number span {
    color: #FFF;
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.5px;
    font-family: var(--font-heading);
}

.banner-img .content .number p {
    color: #FFF;
    line-height: normal;
    letter-spacing: -0.48px;
}

.banner-img .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: end;
    position: relative;
}

.banner-img .content::before {
    content: "";
    background: url("../images/elem.svg")no-repeat;
    /*     filter: hue-rotate(268deg);*/
    position: absolute;
    width: 359px;
    height: 370px;
    top: -304px;
    left: 65px;
}

.banner-img .content .ban-testi {
    display: flex;
    align-items: end;
    gap: 10px;
}

.banner-img .content .ban-testi>div {
    border-radius: 15px 15px 15px 0px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    padding: 30px;
    width: 340px;
    max-width: 100%;
}

.banner-img .content .ban-testi>div .client {
    color: #FFF;
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 1rem;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.banner-img .content .ban-testi>div .client .des {
    color: #ACACAC;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.42px;
}

.banner-img .content .ban-testi>div p {
    color: #FFF;
    line-height: 24px;
    letter-spacing: -0.48px;
    font-size: 16px;
}

ul.banner-list {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.banner-list li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #92854e;
}


/* 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: 45px 25px 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 h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
}

.mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.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: #92854e;
}


.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    /*max-width: 390px;*/
    margin: auto;
    display: block;
    text-align: left;
    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: 35px;
    color: #92854e;
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    color: #0085ff;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 0px;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #3A3D40;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 25px;
}

.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-input select {
    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';
}



.form-group-checkbox .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.form-group-checkbox {
    padding: 10px 0;
    text-align: left;
}

.form-group-checkbox .form-check-flex .form-check {
    margin: 0 25px 10px;
    width: 22%;
    display: flex;
    align-items: center;
    padding: 0;
}


.fld-btn button {
    border-radius: 5px;
    background-color: #92854e;
    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);
}

/* popup */


/* packages */
.pckg-sec {
    background: #EEF2FF;
}

.pkg-list.pkggnewww .upper {
    text-align: center;
}

.pkg-list.pkggnewww span.guarantee {
    margin: 0px auto;
    display: table;
}

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.pkg-list.pkggnewww {
    grid-template-columns: none;
    display: grid;
}

.pkg-list.pkggnewww-11 {
    display: flex;
    justify-content: center;
}

.pkg-list.pkggnewww .pckg.center {
    text-align: center;
}

.pkg-list.pkggnewww .pckg.center span.guarantee {
    text-align: center;
    display: unset;
}

.pkg-list.pkggnewww .pckg.center .price {
    display: block;
    margin: 2rem 0 0;
}

.pkg-list.pkggnewww .pckg.center .pckg .upper p {
    margin-bottom: 0rem;
}

.pkg-list.pkggnewww .pckg .bottom {
    padding: 40px 50px 20px 50px;
}

.pckg {
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #333;
    transition: .5s ease;
    height: 100%;
}

.pckg .btn-wrap a {
    font-weight: 500;
}

.pckg .btn-wrap .btn-norm {
    color: #92854e;
    transition: .5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03);
}

.pckg .upper,
.pckg .bottom {
    padding: 50px;
    transition: 0.2s ease;
}

.pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}

.pckg .upper .starting-in {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.pckg .upper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1.5rem;
    min-height: 40px;
    color: #fff;
}

.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.5rem 0 0;
}

.pckg .upper .price .amount {
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    font-family: var(--font-heading);
    color: #fff;
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #92854e;
}

.pckg .upper {
    background: #92854e;
    border-radius: 20px;
}

.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;

    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.btn-wrap.full {
    flex-direction: column;
}

.btn-wrap.full a {
    width: 100%;
    text-align: center;
}


.pckg .bottom {
    border-radius: 20px;
    background: #F5F5F5;
}

span.guarantee {
    padding: 20px;
    border-radius: 10px;
    border: 1.5px solid #fff;
    display: flex;
    width: fit-content;
    gap: 10px;
    margin-bottom: 1rem;
    color: #fff;
}

.btn-wrap.full a:not(.theme-btn) {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.pckg:hover {
    color: white;
}

.pckg:hover .upper,
.pckg:hover .bottom {
    background: #1d2833;
}

.pckg:hover .guarantee {
    border-color: white;
}

.pckg:hover .btn-wrap.full a:not(.theme-btn) {
    color: white;
}

.pckg .btn-wrap {
    margin-bottom: 0;
}

.pckg ul.heading-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pckg ul.heading-list span {
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: -0.48px;
    margin-bottom: 10px;
    position: relative;
}

.pckg ul.heading-list p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.pckg ul.heading-list span:not(.no-before)::before {
    font-family: 'FontAwesome';
    content:
        "\f058";
    margin-right: 5px;
}

.pckg .bottom {
    height: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pckg .bottom p {
    font-size: 14px;
    line-height: 22px;
}

.pckg ul.heading-list li ul {
    list-style: disc;
    padding-left: 1rem;
    line-height: 30px;
    margin-top: 1rem;
}

/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.center {
    text-align: center;

}

.sec-heading h2 {
    font-size: 40px;
    line-height: 48px;
}

.sec-heading.white h2,
.sec-heading.white p {
    color: white
}

.sec-heading p {
    font-size: 16px;
    line-height: 28px;
    color: #5F5F5F;
    margin: 1rem 0;
}

.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #92854e;
    margin-bottom: 1rem;
}

.sec-heading h3 {
    color: #333;
    font-family: var(--font-heading);
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.02px;
}

/* Sec Headings */


/* sections */
section {
    padding: 4rem 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: 18px;
    background: #92854e;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    font-weight: var(--font-medium);
    border: 2px solid #92854e;
    transition: .5s ease;
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}

.btn-wrap .theme-btn:hover {
    transform: scale(1.03);
}

/* Theme Buttons */


/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.newcountrycode .phone-field {
    width: 100%;
}

.newcountrycode input {
    border: 0;
}

/* Country Code */


/* footer */

footer {
    background: #212833;
    padding: 1.5rem 0;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0;
    border-top: 1px solid #555555;
    margin-top: 1.5rem;
}

.copyright p,
.copyright a {
    color: #BEBDBD;
    font-size: 12px;
    line-height: 29px;
    /* 241.667% */
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

a.f-logo img {
    width: 200px;
}

p.f-text {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    /* 207.143% */
    letter-spacing: -0.42px;
}

a.f-logo {
    margin-bottom: 1rem;
}

footer span.hdng {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.66px;
    margin-bottom: 1rem;
}

footer .f-link a {
    color: #FFF;
    font-size: 14px;
    line-height: 29px;
    /* 207.143% */
}


footer .f-link.two-col {
    column-count: 2;
}

footer .f-link.single {
    display: flex;
    flex-direction: column;
}

/* footer */


/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}

.error-image {
    margin-top: 100px;
}

.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}

/* 404 */
/* terms */

.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;
}

/* terms */



.choose-card {
    border-radius: 20px;
    /* opacity: 0.6; */
    background: #FFF;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 270px;
}

.choose-card i {
    font-size: 24px;
    color: #92854e;
}

.choose-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.72px;
}

.choose-card p {
    color: #555;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


section.dark-bg {
    background: #1d2833;
}

.how-card {
    border-radius: 0px 15px 15px 15px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    height: 100%;
}

.how-card h3 {
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.how-card p {
    color: #FFF;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.48px;
}

.how-card.d2 {
    border-radius: 0px 15px 15px 15px;
    border: 1px solid #333;
}

.how-card.d2 h3,
.how-card.d2 p {
    color: #333333;
}


.cta-side .img {
    border-radius: 20px 20px 0px 0px;
    background: #1d2833;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

.cta-side .img img {
    width: 80%;
}

.cta-side .content {
    background: #92854ec4;
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center;
}

.cta-side .content h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.72px;
}

.dark.sm {
    border-radius: 10px;
    background: #02302D;
    color: white;
    width: 100%;
    border-color: #02302D;
}

.cta-side .content .btn-wrap {
    margin-bottom: 0;
}

.cta-side {
    position: relative;
}

.cta-side::before {
    content: "";
    background: url("../images/elem.svg")no-repeat;
    /*     filter: hue-rotate(268deg);*/
    position: absolute;
    width: 350px;
    height: 350px;
    background-size: contain;
    left: 75%;
    top: 0;
}

ul.comparison-list {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card ul.comparison-list {
    text-align: center;
}

.card ul.comparison-list li:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
}

ul.comparison-list li {
    padding: 30px 0;
}

.card {
    border: 0;
    background: #F6F6F6;
}

.card span {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    background: #92854e;
    padding: 20px 0;
}

.card.c1 {
    background: #92854ecf;
}

.cta-right {
    /* background-image: url("../images/cta-right.webp"); */
    background-color: #a9bbba;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
    gap: 1rem;
    border-radius: 15px;
    position: relative;
}

.cta-right::before {
    content: "";
    background: url("../images/elem.svg")no-repeat;
    /*     filter: hue-rotate(268deg);*/
    position: absolute;
    width: 240px;
    height: 300px;
    right: 101%;
    top: 3rem;
    background-size: contain;
    /*    filter: hue-rotate(268deg);*/
}

.cta-right h3 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    /* 133.333% */
    letter-spacing: -0.9px;
}

.cta-right .btn-wrap {
    flex-shrink: 0;
}

.difference-card {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    padding: 40px;
    color: white;
}

.difference-card ul li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.difference-card h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.72px;
    margin-bottom: 1rem;
}

.difference-card ul li h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    letter-spacing: -0.6px;
}

.difference-card ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.difference-card ul li h4::before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #92854e;
    margin-right: 10px;
}

.difference-card ul li p {
    color: #FFF;
    line-height: 28px;
    /* 175% */
}

.icon-card {
    border-radius: 15px;
    border: 1.5px solid #E1E1E1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    height: 100%;
}

.icon-card p::-webkit-scrollbar,
.choose-card p::-webkit-scrollbar {
    width: 3px;
    /* Set the width of the scrollbar for Webkit browsers (Chrome, Safari, etc.) */
}

.icon-card p::-webkit-scrollbar-thumb,
.choose-card p::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Set the color of the scrollbar thumb */
    border-radius: 3px;
    color: rgb(78, 85, 78);
    /* Set the border-radius of the scrollbar thumb */
}

.icon-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: -0.72px;
}

.icon-card p {
    color: #555;
    line-height: 30px;
    /* 187.5% */
}

.can-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.can-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: -0.72px;
}

.can-card ul {
    color: #000;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    /* 222.222% */
    letter-spacing: -0.54px;
}

.can-card ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-weight: 700;
    color: #92854ec4;
    margin-right: 5px;
}

.can-card ul li {
    display: flex;
}



.check-list {
    line-height: 26px;
    /* 162.5% */
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.check-list li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #92854ec4;
}

.check-list li {
    display: flex;
    gap: 10px;
}

.check-list.white {
    color: #fff;
}

hr.vertical {
    height: 300px !important;
    width: 1px !important;
    margin: 0 auto !important;
    color: white !important;
}

.has-elem::before,
.has-elem::after {
    background: url("../images/elem.svg") no-repeat;
    /*    filter: hue-rotate(237deg);*/
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
}

.has-elem::before {
    left: -135px;
    bottom: 120px;
}

.has-elem::after {
    right: -135px;
    top: 50px;
}

.cta-2 .img {
    text-align: center;
    position: relative;
}

.cta-2 {
    border-radius: 20px;
    background: #1d2833;
    padding: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.cta-2 .btn-wrap {
    margin-bottom: 0;
    width: fit-content;
}

.cta-2 h3 {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    /* 125% */
    letter-spacing: -1.2px;
}

.cta-2::before {
    content: "";
    background: url("../images/cta-elem.webp") no-repeat;
    width: 102%;
    height: 65%;
    position: absolute;
    left: 0;
    bottom: -75px;
    background-position: left bottom;
    background-size: contain;
    z-index: 1;
    filter: hue-rotate(120deg);
}

.cta-2 .img img {
    width: 100%;
}

.cta-2 .content {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width: calc(100% - 80px);
}

ul.tabs {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

ul.tabs li a {
    padding: 20px 80px;
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    border: 1.5px solid #000;
}

ul.tabs li.active a {
    background: #92854e;
    border-color: #92854e;
    color: #fff;
}

.testimonials .slick-slide {
    padding-top: 70px;
}

.testi-card {

    border: 1px solid #ffffff;
    /* border-image: linear-gradient(to right, #ffffff, transparent); */
    /* Use your desired colors */
    border-image-slice: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    padding: 50px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    color: #FFF;
    position: relative;
    font-size: 1px;
    min-height: 500px;
}

.testi-card::before {
    content: "";
    background: url("../images/qoute.webp")no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -40px;
}

.testi-card p {
    font-size: 25px;
    line-height: 40px;
    /* 162.5% */
}

.testi-card .client {
    align-items: center;
    width: 100%;
    display: flex;
    gap: 10px;
    border-top: 1px solid #92854ec4;
    padding-top: 1rem;
}

.testi-card .client .det {
    display: flex;
    flex-direction: column;
}

.testi-card .client .name {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.66px;
}

.testi-card .client .des {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.testi-card .client img {
    flex-shrink: 0;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-list a span,
.contact-list p span {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: #032C2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.contact-list a,
.contact-list p {
    display: flex;
    align-items: center;
    color: #000;
    line-height: 25px;
    /* 156.25% */
    gap: 10px;
}



.foot-form {
    background: #212833;
    padding: 50px;
    position: relative;
}

.foot-form label {
    display: block;
    color: #92854e;
    margin-bottom: 10px;
    letter-spacing: -0.48px;
    font-size: 14px;
}

.foot-form input,
.foot-form textarea {
    border: 1.5px solid #FFF;
    background: transparent;
    color: white;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: white;
}

.foot-form button {
    background: #92854ec4;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border: 0;
    border-radius: 10px;
}

.foot-form::before {
    content: "";
    position: absolute;
    background: url("../images/elem.svg")no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    right: 90%;
    top: 113px;

}

ul.check-list.d2 {
    gap: 1rem;
    margin-top: 2rem;
}

ul.check-list.d2 li::before {
    color: #111827;
}


/* Trademark Search */
.search-div {
    width: 100%;
}

.search-wrapper {
    display: flex;
    height: 70px;
    /* border: 1px solid #E5E7EB; */
    align-items: center;
    /* padding: 1rem; */
    border-radius: 5px;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 2rem;
    transition: .5s ease;
}

.input-wrapper span i {
    font-size: 26px;
}

.search-wrapper .input-wrapper input {
    width: 100%;
    /* flex-basis: 100%; */
    background: transparent;
    border: 0;
    color: #333;
    height: 100%;
    color: white;
}

.search-wrapper:has(input:focus) {
    border-color: #92854e;
}

.input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 15px 0 0 15px;
    border: 1px solid #E8E8E8;
    /* background: #F8F8F8; */
    padding-left: 1rem;
    height: 100%;
    border-right: 0;
}

a.srch-btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 3.5rem;
    background: #92854e;
    text-transform: capitalize;
    border-radius: 0 15px 15px 0;
    color: #333333;
}


.search-data table {
    width: 100%;
    /* overflow-x: auto; */
    color: white;
}



.search-data table thead tr th {
    height: 48px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    background: #37e824;
    color: #333;
}

.search-data table tr th:first-child,
.search-data table tr td:first-child {
    padding-left: 2rem;
    text-align: left;
}

.table td,
.table th {
    border-top: 0;
}

.search-data table tbody tr td {
    padding-right: 2rem;
    height: 70px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: left;
    background: white;
    color: #333;
}

.search-data table tbody tr:not(:last-child) {
    border-bottom: 0.5px solid #ebebeb;
}

.search-data {
    margin-top: 10px;
    width: 100%;
    overflow-x: auto;
}

.search-data table tr td:first-child {
    font-weight: 600;
}

.input-wrapper span {
    color: white;
}

/* Trademark Search */



ul.counter-wrap {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

ul.counter-wrap li {
    border-radius: 25px;
    border: 1.565px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
    backdrop-filter: blur(5.478260517120361px);
    padding: 30px;
}

ul.counter-wrap li span {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 78.261px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.348px;
}

ul.counter-wrap li p {
    color: #FFF;
    font-family: var(--font-heading);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.9px;
    /* 166.25% */
    letter-spacing: -0.72px;
}

.header-form .contact-list li span {
    background: white;
}

.header-form .contact-list a span,
.header-form .contact-list p span {
    background: white;
    color: #92854e;
    border-radius: 10px;
}

.header-form .contact-list a,
.header-form .contact-list p {
    color: white;
}

.header-form .foot-form {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 138.61%);
}

.header-form {
    margin-top: 1rem;
}

.contact-cta {
    background: #d4c9a7;
    z-index: 0;
}

.contact-cta::before {
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #90185e30;
    z-index: -1;
    border-top-right-radius: 1000px;
}

.btn-wrap .theme-btn.dark {
    color: white;
    background: #92854e;
    border-color: #92854e;
}


/* Comparision */
table.table.comparision {
    margin-top: 100px;
}

.pckg.comp .upper {
    text-align: center;
}

.pckg.comp .upper p {
    max-width: 100%;
    font-size: 18px;
}

.pckg.comp .upper .price {
    flex-direction: column;
}

.pckg.comp .upper .price .amount {
    font-size: 75px;
    letter-spacing: -2.25px;
}


.comparision tbody td:first-child {
    max-width: 200px;
    text-align: left;
}

.comparision tbody td:first-child h4 {
    line-height: normal;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.comparision tbody td:first-child p {
    line-height: 30px;
    letter-spacing: -0.48px;
    color: #555;
}

.comparision tbody td {
    vertical-align: middle;
    text-align: center;
}

.comparision thead th .pck-hdng {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    text-align: center;
}

.comparision thead th .pck-hdng a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.comparision thead th {
    vertical-align: middle;
    padding: 20px !important;
}

.comparision thead th:first-child {
    text-align: left;
}

.comparision thead th:first-child .tb-hdng {
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #006167;
    font-size: 30px;
}



.comparision th,
.comparision td {
    padding: 50px 20px !important;
}

.comparision thead th.orange,
.comparision tbody td.orange {
    background: #37e8241c !important;
    /* border: 0 !important; */
    border-top: 1px solid #fff6e8;
}

.comparision thead th.orange {
    border-top: 2px solid #92854e !important;
}

.comparision thead th.orange .pck-hdng a {
    color: #FF9C00;
}

.comparision td:not(.orange) {
    border-top: 1px solid #E1E1E1;
}

.comparision tr:nth-child(even) td:not(.orange) {
    background: #FBFBFB !important;
}

.comparision td:first-child {
    border-right: 1px solid #E1E1E1;
}

.table tbody tr:nth-child(odd) td:not(.orange) {
    background: #FAFBFF !important;
}

.comparision .fa-circle-check {
    color: #37AE80;
}

.comparision .fa-circle-xmark {
    color: #E52118;
}

.comparision thead th:not(:first-child) {
    background: #032E2B !important;
    color: white;
    border-top: 0 !important;
}

/* Comparision */

.packages__sec_dropdown .form-item {
    text-align: center;
}

.packages__sec_dropdown .country-select.inside>input {
    width: 480px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.package_start_now_btn {
    padding: 11px 25px;
    background-color: #92854e;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
}

.package_service_details_text {
    text-align: left;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.3;
}

h3.package___name {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.package___name {
    padding: 10px 0;
}

.package_service_details_next b {
    font-weight: bolder !important;
}

.packages_card_row {
    margin-top: 40px;
}

.package_start_now_btn.elite_pkg_btn {
    color: #ffffff;
    border-color: #92854e;
    background: #92854e;
}

.package_start_now_btn.comprehensive_pkg_btn {
    color: #ffffff;
    border-color: #92854e;
    background: #92854e;
}

@media (max-width: 1440px) {
    .menu>li {
        padding: 16px 0 16px 30px
    }

    .menu>li>a {
        font-size: 14px;
    }

    .mmpopup {
        padding: 25px 25px 25px;
    }

    .mmpopup .centercont h4 {
        margin-bottom: 5px;
    }

    .mmpopup .fld-input {
        height: 40px;
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 1400px) {
    .menu>li {
        padding: 16px 0 16px 30px
    }

    .menu>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 1rem 0;
    }

    .btns {
        margin: 1.5rem 0;
    }

    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #92854e;
    }

    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
        color: #fff;
    }

    .dropdown-1 {
        position: relative;
        width: 100%;
    }

    .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: 100vh;
        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;
    }
}

@media (max-width:1023px) {
    .pkg-list {

        grid-template-columns: repeat(2, 1fr);

    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    .has-elem::before,
    .has-elem::after {
        display: none;
    }

    hr.vertical {
        display: none;
    }

    .cta-side::before {
        display: none;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /* Styles */
}


/* 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 : 734px) and (orientation : landscape) {
    .choose-card {
        /* max-height: 265px !important; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .testi-card {
        min-height: 400px !important;
    }

    .testi-card p {
        font-size: 18px;
        line-height: 100px;
    }

    .icon-card {
        height: 310px !important;
    }

    .cta-2 .content h3 {
        font-size: 45px !important;
        line-height: 59px !important;
    }

    .cta-2 .content h3 {
        font-size: 40px !important;
        line-height: 59px !important;
        margin: 0px 30px 0px -13px !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 767px) {


    .testi-card .client .det span {
        font-size: 15px;

    }

    .pkg-list.pkggnewww-11 {
        display: block;
        justify-content: center;
    }

    .pkg-list.pkggnewww-11 .pckg {
        margin-bottom: 20px;
    }

    .testi-card p {
        font-size: 18px;
        line-height: 40px;
    }

    .accordion-list li h3 {
        font-size: 14px;
        width: 90%;
    }

    .cta-2 .content h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .cta-2 .content .btn-wrap a {
        font-size: 12px;
    }

    hr.vertical {
        display: none;
    }

    .has-elem::before,
    .has-elem::after {
        display: none;
    }

    .cta-right {
        display: flex;
        flex-direction: column;
    }

    .cta-side::before {
        display: none;
    }

    .choose-card {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }

    .logo {
        width: 200px;
    }

    .theme-btn {
        line-height: 20px;
    }

    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .pckg .upper,
    .pckg .bottom {
        padding: 20px;
        transition: 0.2s ease;
    }

    header {
        padding: 1rem 0;
    }

    .banner-content {
        padding: 100px 0 20px;
    }

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        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;
    }


    ul.tabs li a {
        padding: 1rem;
        font-size: 14px;
    }

    ul.tabs {
        justify-content: center;
    }

    .foot-form {
        padding: 20px;
    }

    .foot-form::before {
        content: none;
    }

}





.check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
}

.check-list input#checkbox22 {
    width: 20px;
    margin: 0.25rem 0 0;
}

.check-list.nopaddding label {
    font-size: 13px !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
    line-height: 1.25;
}





.main-sec {
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 2%;
}

.main-sec .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.main-sec .container {
    padding: 30px 20px;
}

.main-sec .col-25 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
}

.main-sec .btn .main-sec .col-50 {
    -ms-flex: 50%;
    /* IE10 */
    flex: 50%;
}

.main-sec .col-75 {
    -ms-flex: 75%;
    /* IE10 */
    flex: 75%;
}

.main-sec .col-25,
.main-sec .col-50,
.main-sec .col-75 {
    padding: 0 16px;
}

.main-sec .container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

.main-sec input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.main-sec label {
    margin-bottom: 10px;
    display: block;
}

.main-sec .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.main-sec .btn {
    background-color: #92854e;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.main-sec .btn:hover {
    background-color: #45a049;
}

.main-sec a {
    color: #2196F3;
}

.main-sec hr {
    border: 1px solid lightgrey;
}

.main-sec span.price {
    float: right;
    color: grey;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
    .main-sec .row {
        flex-direction: column-reverse;
    }

    .main-sec .col-25 {
        margin-bottom: 20px;
    }
}

.mainBanner--thankyou {
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
}