@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --primary: #003370;
    --secondary: #B22234;
    --bg-light: #2a3e812b;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --text-color: #000000;
}

::-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: var(--white);
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}
html{
    scroll-behavior: unset !important;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.75;
    color: #414752;
    overflow-x: hidden;
    font-display: swap;
    scroll-behavior: unset !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-display: swap;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(55, 68, 81);
}

h1,
.h1 {
    font-size: 46px;
}

h2,
.h2 {
    font-size: 40px;
}

p {
    margin-bottom: 25px;
}
.theme-color{
    color:var(--primary);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.nav-link:focus, .nav-link:hover{
    color: var(--primary);
}

.theme-btn {
    background: var(--primary);
    padding: 8px 30px;
    display: inline-block;
    font-family: "Inter", sans-serif;
    color: var(--white);
    position: relative;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    border: 2px solid transparent;
}

.theme-btn.outlined_btn {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.theme-btn i {
    margin-right: 10px;
}

.theme-btn:hover {
    color: var(--primary);
    background: var(--white);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    border-color: var(--primary);
}

*:hover,
*:focus,
* {
    outline: none !important;
}

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;
}

a:hover {
    color: #777777;
}

.heading-text h4 {
    color: var(--secondary);
    font-size: 16px;
    text-transform: uppercase;
}


.header-top ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 0 20px;
}

.header-top ul.social-head {
    justify-content: flex-end;
}

.header-top {
    background: var(--primary);
    padding: 12px 0 35px;
}

.header-top a {
    color: var(--white);
    font-size: 15px;
    text-decoration: none;
}

.header-top ul li img {
    margin-right: 15px;
}

nav#navbar {
    background: var(--white);
    border-radius: 8px;
}

#navbar .navbar-brand img {
    width: 110px;
}

.header {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

a.navbar-right-button {
    border: 1px solid var(--primary);
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    background: var(--primary);
    color: var(--white);
    border-radius: 8px;
    display: table;
}

ul.navbar-nav a {
    color: var(--black);
}

a.dropdown-item {
    color: #000 !important;
}

.main-banner-section {
    background: url(../images/new/home_banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    position: relative;
}
.main-banner-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ffffffad, transparent);
}
.banner-text{
    position: relative;
    z-index: 1;
}

.banner-text h1 {
    font-size: 46px;
    font-weight: bold;
    color: var(--black);
    padding: 13px 0;
}

.banner-text h4 {
    color: var(--primary);
    font-size: 26px;
}

.banner-text p {
    font-size: 16px;
}

a.get-btn {
    border: 1px solid var(--primary);
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    background: var(--primary);
    color: var(--white);
    border-radius: 8px;
    display: table;
}

a.get-btn span {
    font-size: 22px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 30px;
}

.get-btn-two {
    border: 1px solid var(--primary);
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    background: var(--white);
    color: #000;
    border-radius: 8px;
}


.trusted-partners {
    margin-top: -140px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.trusted-partners .trust-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    gap: 0 10px;
}

.heading-text h2 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
}

.trusted-partners .heading-text {
    text-align: center;
    padding-bottom: 20px;
}

.trusted-partners .border-st-trust {
    background: url(../images/border-trust.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 195px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trusted-partners .row {
    justify-content: center;
}

.trusted-partners .heading-text h2 {
    font-size: 32px;
    padding: 0;
}

.trusted-partners .trust-list ul li {
    width: 25%;
}

.trusted-partners .trust-list ul li img {
    width: 80%;
}

.services-section {
    padding: 100px 0 60px;
    background: url(../images/serv-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services-area ul {
    padding: 0 0 0 50px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin: 0;
}

.services-area ul li {
    width: 48%;
    position: relative;
}

.service-box h3 {
    font-size: 21px;
    color: var(--secondary);
    padding: 15px 0;
    font-weight: 600;
    height: 80px;
    display: flex;
    align-items: center;
}

.service-box {
    transition: all .5s ease-in-out;
    background: var(--white);
    padding: 20px 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.service-box img {
    max-width: 70px;
}

.service-box p {
    font-size: 16px;
    min-height: 160px;
    color: #131313;
}

.services-section .row {
    align-items: center;
}

.heading-text h4 {
    color: var(--secondary);
    font-size: 16px;
    text-transform: uppercase;
}

.services-area ul li:nth-child(even) {
    margin-top: -50px;
}

.heading-text p {
    font-size: 16px;
}

.service-box:before {
    content: '';
    background: var(--primary);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 80%;
    height: 9px;
    margin: auto;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.service-box:hover::before {
    bottom: 0;
}

.process-side-img img {
    width: 100%;
    border-radius: 10px;
}
.why-side-img img{
    border-radius: 10px;
}

.process-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.process-section:before {
    content: '';
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 0;
    z-index: -1;
    border-radius: 60%;
    filter: blur(91px);
    background: #20d3745c;
}

.process-box {
    display: flex;
    align-items: center;
}


.process-list ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
}

.process-list ul .num-process-bx {
    width: 50px;
    height: 50px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    margin-right: 15px;
    flex-shrink: 0;
}

.process-list ul li {
    margin-bottom: 20px;
}

.num-process-bx span {
    color: var(--secondary);
    font-size: 16px;
    font-weight: bold;
}

.process-inr-txt h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 5px;
}

.process-inr-txt p {
    font-size: 16px;
    padding-top: 3px;
}

.cta-section {
    background: url(../images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 423px;
    display: flex;
    align-items: center;
    position: relative;
}
.cta-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #0033709c;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-txt h2 {
    font-size: 48px;
    font-weight: bold;
    color: var(--white);
}

.cta-txt h2 span {
    display: block;
}

.banner-btn.cta-btn {
    margin-top: 10px;
}

.cta-txt h2 span {
    font-weight: 400;
}

.cta-btn a.get-btn {
    background: var(--secondary);
}

a.get-btn-two.tel-btn {
    padding: 10px 15px;
}

.trademrk-box-section-left {
    position: relative;
    background: #DDFFED;
    height: 550px;
    border-radius: 40px;
    overflow: hidden;
    padding: 25px 20px;
}

.trademrk-box-section-left img {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: auto;
}

.trademrk-box-section-right {
    position: relative;
    background: #EAEAEA;
    height: 263px;
    border-radius: 40px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px;
    gap: 20px 0;
    overflow: hidden;
}

.trademrk-box-section-right img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 184px;
    top: 0;
    margin: auto;
}

.trademrk-box-section-right-2 {
    background: #131313;
    position: relative;
    height: 270px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 30px;
    gap: 20px 0;
    overflow: hidden;
}

.trademrk-box-section-right-2 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 205px;
    right: 0px;
}

.trademrk-box-section-left ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    color: #000;
}

.trademrk-box-section-left ul img {
    position: relative;
    width: auto;
}

.trademrk-box-section-left ul {
    padding: 50px 0 0 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin: 0 0 0 0;
}

.trademrk-box-section-left ul li {
    display: flex;
    align-items: center;
}

.trademrk-box-section-right-2 h4 {
    color: var(--white);
}

.trademrk-box-section-left .get-btn {
    display: table;
    margin-top: 30px;
}

.sec-5 {
    padding: 50px 0;
}

.trademrk-box-section-right h4 {
    font-size: 24px;
    color: #000;
}

.why-choose-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.why-choose-section .row {
    align-items: center;
}

.why-choose-section .get-btn {
    margin-top: 30px;
}

.why-choose-section:before {
    content: '';
    position: absolute;
    left: -120px;
    bottom: 0;
    top: 170px;
    width: 500px;
    height: 500px;
    border-radius: 60%;
    filter: blur(91px);
    background: var(--primary)5c;
    z-index: -1;
}

.why-choose-section:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 500px;
    height: 500px;
    border-radius: 60%;
    filter: blur(91px);
    background: var(--primary)5c;
    z-index: -1;
}


.location-search {
    background: url(../images/country-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.location-search .row {
    align-items: center;
}

.location-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 38px;
}

.location-list ul li {
    width: 47%;
    text-align: center;
}

.location-search .heading-text h2 {
    color: var(--white);
}

.location-search .heading-text p {
    color: var(--white);
}

.location-search .banner-btn.cta-btn {
    margin-top: 30px;
}

.location-bx h4 {
    padding: 12px 0;
    color: var(--white);
    font-size: 24px;
}

.location-bx p {
    color: var(--white);
    font-size: 16px;
}

.location-bx {
    border: 1px solid var(--white);
    border-radius: 8px;
    padding: 20px 20px;
}



.process-section-new {
    padding: 80px 0;
    position: relative;
    background: url(../images/process-bg.webp);
}

.process-img {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.process-section-new .process-box:before {
    content: '';
    background: white;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 60%;
}

.process-heading-text h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    padding: 0 10px;
}

.process-heading-text {
    background: var(--primary);
    height: 90px;
    padding-top: 20px;
    border-radius: 20px 20px 0 0;
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
}

.process-inner p {
    font-size: 15px;
    text-align: center;
    color: var(--white);
    height: 270px;
    overflow: auto;
}

.process-txt-div {
    border: 1px solid var(--white);
    border-top: 0;
    border-radius: 0 0 20px 20px;
    padding: 20px 20px;
}

.process-inner span {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: var(--secondary);
    border-radius: 60%;
    border: 1px solid var(--white);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-top: -35px;
    margin-bottom: 15px;
}

.process-slider:before {
    content: '';
    background: transparent;
    width: 82%;
    height: 1px;
    border: 1px solid var(--white);
    position: absolute;
    top: 119px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: dashed;
}

.slick-current .process-box:before {
    background: var(--primary);
}

.process-section-new .process-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px 0;
    position: relative;
    margin: 0 10px;
}


.process-section-new .heading-text {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.process-section-new .heading-text .inner-dv {
    width: 50%;
}

.process-section-new .heading-text p {
    width: 50%;
    color: var(--white);
}

.process-section-new .heading-text .inner-dv h2 {
    color: var(--white);
}

.process-section-new button.slick-prev {
    top: -41px;
    right: 48%;
    left: auto;
    z-index: 2;
}

.process-section-new button.slick-next {
    right: 45%;
    top: -41px;
    z-index: 2;
}

.process-section-new .slick-next:before {
    opacity: 1 !important;
    color: var(--white);
}

.process-section-new .slick-prev:before {
    opacity: 1 !important;
}

.faq-section {
    padding: 50px 0;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background: transparent;
    box-shadow: none !important;
    outline: 0 !important;
    border-bottom: 1px solid #eee;
}


.accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.faq-section .heading-text a {
    margin-top: 30px;
}

.testimonial-section {
    padding: 50px 0 50px;
}

.testimonial-section .heading-text {
    text-align: center;
    padding-bottom: 60px;
}

.testi-star-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-box {
    padding: 20px 20px;
    margin: 0 20px;
    box-shadow: 6px 1px 5px 0px #00000030;
    transition: all .5s ease-in-out;
}

.testimonial-section .slick-list {
    padding: 30px 0 !important;
}

.testi-name {
    display: flex;
    align-items: center;
}

.testi-name h4 {
    font-size: 18px;
    margin-left: 15px;
}

.testi-name h4 span {
    display: block;
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
}

.testimonial-box p {
    color: rgb(0 0 0 / 50%);
    font-size: 16px;
    width: 92%;
    padding: 20px 0;
}

.testi-star i {
    color: #FE5E02;
}

.testimonial-faq {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-faq:before {
    content: '';
    position: absolute;
    right: -120px;
    bottom: 0;
    top: 170px;
    width: 500px;
    height: 500px;
    border-radius: 60%;
    filter: blur(91px);
    background: var(--primary)5c;
    z-index: -1;
}

.slick-current .testimonial-box {
    transform: scale(1.1);
}


.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li.slick-active button {
    background-color: var(--primary);
}

.slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.footer-main-col-list {
    display: flex;
    align-items: flex-start;
    gap: 0 50px;
}

.social-links ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 38px 0;
}

.social-links ul li a {
    border: 1px solid #0000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 2px 2px 3px 0px #0000001f;
}

.footer-main-col-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 31px;
}


.banner-btn.ftr-btn {
    margin: 0;
}

.footer-col-1 p {
    margin-top: 48px;
}

.copyright-section {
    padding: 20px 0;
    background: var(--primary);
}

.copyright-section p {
    color: var(--white);
    text-align: center;
    margin: 0;
}

.footer-section {
    padding: 50px 0;
    background: #F6F6F6;
}

.footer-section img[src="images/ftr-logo.png"] {
    width: 180px;
}

li.email-st-ftr a span {
    color: #3b82f6;
}


.pricing-box {
    background: #EAEAEA;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    padding: 0 0 30px 0;
    border-radius: 10px;
}

img.pricing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 71%;
    z-index: -1;
}

.pricing-box ul {
    padding: 30px 0 0 20px;
    text-align: left;
    list-style: none;
    line-height: 35px;
    height: 230px;
    overflow: auto;
}

/* .pricing-box img {
    margin: 0 auto;
} */
.pricing-box img {
    margin: 30px auto 29px auto;
    width: 30%;
}

.pricing-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--primary);
    padding-top: 20px;
}

.price-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    padding: 10px 0;
    gap: 0 20px;
}

.price-amount h2 {
    color: var(--white);
    font-weight: bold;
}

.price-amount strike {
    font-size: 17px;
    color: var(--white);
}

.pricing-section {
    padding: 50px 0;
}

.pricing-section .heading-text {
    text-align: center;
    padding-bottom: 50px;
}

.pricing-box h4 {
    font-size: 18px;
    padding: 15px 0;
}

.pricing-box ul li i {
    color: var(--primary);
    margin-right: 8px;
}

a.get-btn.price-btn {
    text-align: center;
    margin: 0 auto;
}

.testimonial-faq:after {
    content: '';
    position: absolute;
    left: -120px;
    bottom: 0;
    top: auto;
    width: 500px;
    height: 500px;
    border-radius: 60%;
    filter: blur(91px);
    background: var(--primary)5c;
    z-index: -1;
}

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
    backdrop-filter: blur(10px);
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: var(--white);
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto;
}

.mmpopup {
    text-align: center;
    background: var(--white);
    padding: 45px 25px 25px;
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
}

.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;
}

.closeico i {
    background: url(../images/home/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.closeico i:before {
    display: none;
}

.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: var(--white);
    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: var(--primary);
}

.mmpopup .centercont h3 {
    font-size: 40px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 10px;
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 15px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 36px;
    line-height: 120%;
    color: #3A3D40;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
}

.fld-input {
    margin-bottom: 10px;
}

.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';
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
}
.mmpopup .fld-input .error{
    width: 100%;
    text-align: left;
}

.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);
}
.error{
    color: red;
}
  .iti{
    width: 100%;
    height: 100%;
}
.checkfields {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.mmpopup .fld-input p {
    font-size: 12px;
    text-align: left;
    margin: 5px 0 0;
}
.checkVal {
    margin: 0 5px 8px;
    display: flex;
    align-items: center;
    position: relative;
}
.hidden {
    display: none;
}
.error:not(.radio-fields, .form-check-input) {
    /* display: block; */
    text-align: left;   
    color: red;
    width: 100%;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
}

.loader-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-overlay img {
    width: 80px;
    height: 80px;
}
.checkfields .checkVal label {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 12px;
    padding-right: 7px;
}

.services_banner {
    height: 600px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}
.services_banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #360000de;
}
.services_banner .services_banner_content{
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white);
}
.services_banner_content .heading {
    color: var(--white);
}
.services_banner .banner_points li{
    width: fit-content;
    margin: 0 auto;
}
.services_banner_content .banner-btn{
    justify-content: center;
}
.trademark_registration_banner{
    background: url('../images/banners/trademark_registration_bg.webp') no-repeat center center;
}
.trademark_renewal_banner{
    background: url('../images/banners/renewal_banner_bg.webp') no-repeat center center;
}
.services_inner_sec{
    background: url(../images/services_inner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.services_inner_sec .row {
    align-items: center;
}

.services_inner_sec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.inner-services-why {
    padding-bottom: 50px;
}

.inner-services-why-bg {
    background: linear-gradient(180deg, rgb(0 51 112) 0%, rgb(0 51 112 / 71%) 50%);
    border-radius: 20px;
    padding: 50px 30px;
}

.inner-services-why-list {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.inner-services-why-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px 0;
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

.why-box-inner-services {
    background: var(--primary);
    padding: 20px 20px;
    box-shadow: 2px 2px 20px 0px #0000002e;
    border-radius: 20px;
    position: relative;
    width: 85%;
    padding-right: 60px;
}

.why-box-inner-services-img-bx {
    background: #fff;
    display: table;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    position: absolute;
    right: -30px;
    top: -10px;
}
.inner-services-why-mid-img img{
    margin: 0 auto;
    display: table;
    width: 70%;
    position: relative;
    top: -40px;
}
.inner-services-why img:not(.inner-services-why-mid-img img) {
    max-width: 60px;
}
.inner-services-why .heading-text {
    text-align: center;
    color: var(--white);
}

.inner-services-why .heading-text h2 {
    color: var(--white);
    margin-bottom: 10px;
}
.why-box-inner-services p {
    color: var(--white);
    height: 110px;
    overflow: auto;
}
.why-box-inner-services h4 {
    color: var(--white);
}
.inner-services-why-list ul:nth-child(1) li:nth-child(2) .why-box-inner-services {
    left: 50px;
}

.inner-services-why-list ul:nth-child(1) li:nth-child(3) .why-box-inner-services {
    left: 130px;
}

.inner-services-why-list ul:nth-child(3) li:nth-child(3) .why-box-inner-services {
    right: 100px;
}

.inner-services-why-list ul:nth-child(3) li:nth-child(2) .why-box-inner-services {
    right: 50px;
}
.inner-services-why-list ul:nth-child(3) .why-box-inner-services {
    padding-right: 0;
    padding-left: 70px;
    margin-left: auto;
    margin-right: 0;
}
.inner-services-why-list ul:nth-child(3) .why-box-inner-services .why-box-inner-services-img-bx  {
    right: auto;
    left: -30px;
    top: -10px;
}

.assets_secure_sec {
    padding: 50px 0;
}

.secure_slider_box{
    background: #E9E9E9;
    padding: 20px 20px;
    margin: 0 10px;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}
.secure_slider_box_img{
    display: table;
    text-align: center;
    margin: 0 auto;
    background: var(--primary);
    border-radius: 60%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    margin-bottom: 30px;
}

.assets_secure_sec .row {
    align-items: center;
}

.secure_slider_box h3 {
    font-size: 24px;
    text-align: center;
}

.secure_slider_box p {
    text-align: center;
    padding: 10px 0;
    height: 140px;
    overflow: auto;
}

.inr-serv-slide-img {
    display: table;
    text-align: center;
    margin: 0 auto;
    background: var(--primary);
    border-radius: 60%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    margin-bottom: 30px;
}

.assets_secure_sec .slick-list {
    padding: 40px 0 0px;
}

.secure_slider_box:hover {
    background: #b2223421;
}

.secure_slider_box:hover h3 {
    color: var(--primary);
}
.office_action_banner{
    background: url('../images/banners/office_action_response.webp') no-repeat center center;
}
.trademark_monitoring_banner{
    background: url('../images/banners/trademark_monitering.webp') no-repeat center center;
}
.comprehensive_search_banner{
    background: url('../images/banners/comprehensive-search.webp') no-repeat center center;
}
.trademark_australia_banner{
    background: url('../images/banners/Australia_bg.webp') no-repeat center center;
}
.trademark_canada_banner{
    background: url('../images/banners/Canada_bg.webp') no-repeat center center;
}
.trademark_uk_banner{
    background: url('../images/banners/uk_bg.webp') no-repeat center center;
}
.trademark_global_banner{
    background: url('../images/banners/worldwide_bg.webp') no-repeat center center;
}
.trademark_copyright_banner{
    background: url('../images/banners/copyright-registration_bg.webp') no-repeat center center;
}
.about_us_banner{
     background: url('../images/new/about_banner_bg.webp') no-repeat top center;
}
.contact_us_banner{
     background: url('../images/new/contact_banner_bg.webp') no-repeat top center;
}
.countries_services .heading-text {
    text-align: center;
}
.copyright_box {
    margin: 80px 0 0 0;
    position: relative;
}

.copyright_box ul {
    padding: 20px 30px;
    background: #131313;
    color: #fff;
    border-radius: 0 0px 22px 22px;
}

.copyright_box img {
    width: 100%;
    top: -30px;
    position: absolute;
    right: 0;
}

.copyright_box h3 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 20px 0;
    translate: 0 -15px;
}
.about_ul .about_ul_image {
    background: #DDFFED;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    translate: 0 -10px;
}

.about_ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: -120px 0 0px 0;
}

.about_ul li {
    background: #fff;
    box-shadow: 0 0 16px #0000004f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 113px; */
    padding: 0 60px 10px 60px;
    border-radius: 20px;
}

.about_ul h4 {
    color: #0b6e4f;
    font-weight: 600;
}

.trademark_needs .needs_box {
    position: relative;
    margin: 30px 0 0 0;
}

section.sec4.py-5.trademark_needs {}

.trademark_needs .needs_box img {
    border-radius: 15px;
}

.trademark_needs .needs_box .needs_text_area {
    position: absolute;
    width: 360px;
    right: -10px;
    background: linear-gradient(126deg, rgb(208, 246, 226) 0%, rgb(255, 255, 255) 100%);
    top: 81px;
    padding: 20px 0px 30px 20px;
    border-radius: 23px 0 0px 23px;
    top: 42px !important;
}

.trademark_needs .needs_box .needs_text_area h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-us h3 {
    font-size: 40px;
}

.contact-us .email_area {
    position: relative;
    margin: 59px 0 0 0;
}
.contact-us .email_area .email_label {
    position: absolute;
    width: 195px;
    height: 54px;
    background: #021020;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    top: -38px;
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.contact-us .email_area .email_name_area {
}

.contact-us .email_area .email_name_area a {
    display: flex;
    width: 408px;
    background: var(--primary);
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0;
    font-size: 19px;
    color: var(--white);
}

.contact-us .email_area .email_name_area a i {
    color: #fafcfd1f;
    font-size: 59px;
}

.contact-us .email_area .email_label i {
    color: var(--secondary);
    font-size: 30px;
}
  .form_section form input, .form_section form textarea {
    margin: 28px 0 0 0;
    border: 0;
    border-bottom: 2px solid #0000003d;
    border-radius: 0px;
    resize: none;
    background: transparent;
  }
  .form_section form textarea {
    height: 145px;
  }
  .form_section form button {
    background: var(--primary);
    color: #fff;
    margin: 26px 0 0 0;
  }
  .terms-col-st {
    margin-top: 20px;
}

.form_section input.form-check-input {
    margin: 5px 5px 0 0;
    border: 1px solid #000;
    background-color: transparent;
}

.form_section input.form-check-input:checked {
    background-color: var(--black);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.footer-col-1 img {
    max-width: 200px;
}
.terms_conditions {
    margin-top: 100px;
}
.call_btn_top a {
    top: 38px;
    position: fixed;
    background: var(--primary);
    right: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 10;
    color: var(--white);
}