/* Zermit AI frontend - single stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Open Sans", sans-serif; */

:root {
    --bg-color: #050505;
    --accent-blue: #3b82f6;
    --accent-light-blue: #60a5fa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.pt-0{
    padding-top: 0 !important;
}
body {
    font-family: "Baloo 2", sans-serif !important;
    margin: 0 !important;
    overflow-x: hidden;
    background-color: var(--bg-color) !important;
    color: #fff !important;
    line-height: 1.6;
}
.container{
    max-width: 1670px !important;
}

/* Let particles canvas receive mouse (bubble/grab); keep links, buttons & text selectable */
.particles-content {
    pointer-events: none;
}
.particles-content a,
.particles-content button,
.particles-content input,
.particles-content select,
.particles-content textarea,
.particles-content [role="button"],
.particles-content [tabindex]:not([tabindex="-1"]),
.particles-content p,
.particles-content h1,
.particles-content h2,
.particles-content h3,
.particles-content h4,
.particles-content h5,
.particles-content h6,
.particles-content li,
.particles-content span,
.particles-content td,
.particles-content th,
.particles-content label {
    pointer-events: auto;
}


.blurEffectBg_1{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.transition-colors{
    /* background-color: rgba(255, 255, 255, 0.1) !important; */
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}
.blurBg{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}


.text-gradient {
    background: linear-gradient(to right, var(--accent-light-blue), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-glow {
    background: radial-gradient(circle at 50% -20%, rgba(59, 130, 246, 0.15), transparent 70%);
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    pointer-events: all !important;
}
.glass-card:hover{
    background-color: #C89540 !important;
}
.glass-card div, .glass-card h3, .glass-card img{
    pointer-events: all !important;
}

.state-link {
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    transition: color 0.3s ease;
}
form#kelly-message-form button.bg-black{
    background-color: #C89540;
}
form#kelly-message-form button.bg-black svg{
    color: #000;
}
button.micButton{
    background-color: #C89540;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 10px;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


@media (min-width: 768px) {
    .state-link {
        font-size: 0.875rem;
    }
}

.group:hover .state-link {
    color: var(--accent-light-blue);
}
.listSection .group:hover .state-link {
    text-decoration-color: var(--accent-light-blue);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
/* Header Logo Styling */
.logoDiv {
    display: flex;
    align-items: center;
}

.logoDiv a.logo {
    display: flex;
    align-items: center;
}

.logoDiv a.logo img {
    height: 64px;
    width: auto;
    max-width: 190px;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {
    .logoDiv a.logo img {
        height: 44px;
        max-width: 150px;
    }
    
}

.headerSection p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

.headerSection p span {
    color: #fff;
}

.headerSection a.find_a_pro {
    font-size: 18px;
    font-weight: 400; 
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.headerSection a.loginBtn,
button.loginBtn {
    border: 1px solid #C89540;
    background: #C89540;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 400;
    border-radius: 21px;
}

.headerSection a.loginBtn:hover,
button.loginBtn:hover {
    background-color: #fff;
    color: #C89540;
}
.start_my_permit_header{
    position: relative;
}
.start_my_permit_header::after{
    content: "";
    background-image: url(../images/start_my_permit_header.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin: -3px 0 0 5px;
}
.headerSection a.loginBtn.start_my_permit_header:hover{
    background-color: transparent;
}


.subheading span {
    color: #C89540;
    font-size: 21px;
}

h2.mainHeading {
    font-size: 54px;
}

p.subText {
    color: #fff !important;
    text-align: right !important;
    font-size: 21px !important;
    width: 100% !important;
}

.content {
    color: #fff !important;
    font-size: 21px !important;
}

.btnStyle_1 {
    font-size: 18px;
    font-weight: 500 !important;
}

img.mainPhoto {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.listSection .group.cursor-pointer span {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(96, 165, 250, 0.8);
}

.listSection {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 28px 32px;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: start;
    align-items: center;
}

.listSection .state-item {
    padding: 12px 0;
}

/* Center last row (5 items) in the 9-column grid: place in columns 3–7 */
.listSection .state-item:nth-last-child(5) { grid-column: 3; }
.listSection .state-item:nth-last-child(4) { grid-column: 4; }
.listSection .state-item:nth-last-child(3) { grid-column: 5; }
.listSection .state-item:nth-last-child(2) { grid-column: 6; }
.listSection .state-item:nth-last-child(1) { grid-column: 7; }

.listSection .group.cursor-pointer span {
    text-align: left;
}

@media (min-width: 640px) and (max-width: 1023px) {
    .listSection {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 40px;
    }
    .listSection .state-item:nth-last-child(5),
    .listSection .state-item:nth-last-child(4),
    .listSection .state-item:nth-last-child(3),
    .listSection .state-item:nth-last-child(2),
    .listSection .state-item:nth-last-child(1) {
        grid-column: auto;
    }
    .listSection .state-item:nth-last-child(2) { grid-column: 2; }
    .listSection .state-item:nth-last-child(1) { grid-column: 3; }
}

@media (max-width: 639px) {
    .listSection {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }
    .listSection .state-item:nth-last-child(5),
    .listSection .state-item:nth-last-child(4),
    .listSection .state-item:nth-last-child(3),
    .listSection .state-item:nth-last-child(2),
    .listSection .state-item:nth-last-child(1) {
        grid-column: auto;
    }
    .listSection .state-item:nth-last-child(1) { grid-column: 1; }
}

.bottomSection {
    background-color: transparent;
    width: 100%;
    background: url(../images/lineGradiant.png) no-repeat center top, url(../images/lineGradiant.png) no-repeat center bottom;
}

.contractor-result-card {
    background-color: #252525;
    border: none;
    box-shadow: none;
}

.contractor-details-modal-box h2 {
    color: #fff !important;
}

.contractor-details-modal-box .contractor-modal-disclaimer {
    font-size: 0.65rem;
}

.bottomSection h2 {
    color: #fff;
    font-size: 43px;
}

.bottomSection h2.search-results-heading {
    color: #fff;
}

.bottomSection p {
    color: #C89540;
    font-size: 36px;
    font-weight: 400;
}


.bottomSection .glass-card .text-blue-400 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
}

.bottomSection .glass-card h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
}
#states h2{
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 30px;
    margin: 0;
}
.footerCustom h4 {
    font-size: 21px;
    font-weight: 900;
    text-transform: capitalize;
    color: #C89540;
}

.footerCustom li,
.footerCustom p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
    margin: 0;
}

.footerCustom div.tracking-wider {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footerLogo {
    display: flex;
    align-items: end;
    justify-content: start;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footerLogo img {
    max-height: 3rem;
    width: auto;
}

.copyrightSection {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 400;
    color: #fff !important;
    padding: 0;
    margin: 0;
}



.carouselSection{
    /* background-color: #161616; */
    padding: 70px 0 30px 0;
    width: 100%;
}
.carouselSection h4{
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.carouselSection h4::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(100% - 210px);
    height: 1px;
    background-color: #515151;
}
.carouselSectionContainer{
    /* max-width: 1200px; margin: 0 auto; */
    width: 100%;
}
.carouselSection .zermit_news_logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.carouselSection .zermit_news_logos img{
    width: auto;
    height: 90px;
}
#autoplayCarousel{
    padding: 50px 0;
    position: relative;
}
#autoplayCarousel img{
    height: 60px;
    margin: 0 auto;
    display: block !important;
}
/* #autoplayCarousel::before{
    content: "";
    background: linear-gradient(to right,  rgba(22,22,22,1) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
}
#autoplayCarousel::after{
    content: "";
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(22,22,22,1) 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
} */

.listSection_2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.listSection_2 .group.cursor-pointer{
    width: 11.111%;
    padding: 12px 5px;
}
.listSection_2 .group.cursor-pointer span {
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(96, 165, 250, 0.8);
    text-align: center;
    display: block;
}
a.hide_desktop.find_a_pro{
    display: none;
}




@media only screen and (max-width: 1280px) {
.listSection_2 .group.cursor-pointer{
    width: 25%;
}
}
@media only screen and (max-width: 991px) {
.listSection_2 .group.cursor-pointer{
    width: 33.333%;
}
.listSection_2 .group.cursor-pointer span{
    font-size: 16px !important;
}
}


@media only screen and (max-width: 991px) {
    a.logo img {
        height: 30px;
        width: auto;
    }

    .subheading {
        flex-direction: column;
    }

    .subheading .text-slate-600 {
        display: none;
    }

    .headerSection a.loginBtn,
    button.loginBtn {
        padding: 10px;
        font-size: 14px;
    }

    .headerSection a.find_a_pro {
        font-size: 14px;
        padding-left: 0;
    }

    h2.mainHeading {
        font-size: 30px;
    }

    .subheading span {
        font-size: 18px;
    }

    p.subText {
        font-size: 18px !important;
    }

    .content {
        font-size: 16px !important;
    }

    .listSection {
        max-width: 100%;
    }

    .listSection .group.cursor-pointer span {
        font-size: 16px !important;
    }

    .listSection .state-item {
        padding: 10px 0;
    }

    .bottomSection h2 {
        font-size: 30px;
    }

    .bottomSection p {
        font-size: 16px;
    }

    .bottomSection .glass-card h3 {
        font-size: 18px;
    }
    #states h2{
        font-size: 30px;
    }
    .footerCustom div.tracking-wider {
        font-size: 16px;
    }

    .footerCustom li,
    .footerCustom p {
        font-size: 18px;
    }

    .copyrightSection {
        font-size: 16px !important;
        text-align: center;
    }

    .footerCustom {
        text-align: center;
        background-color: #272727 !important;
    }

    .footerLogo {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .mobileHeader{
        /* flex-direction: column; */
    }
    
}

/* Blog listing & detail */
.blog-card .glass-card {
    transition: background 0.2s ease;
}

/* Blog post body (TinyMCE / WYSIWYG content) */
.page-content {
    color: #e2e8f0 !important;
    font-size: 1.125rem;
    line-height: 1.75;
}

.page-content h2,
.page-content h3,
.page-content h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.page-content h2 { font-size: 1.5rem; }
.page-content h3 { font-size: 1.25rem; }
.page-content h4 { font-size: 1.125rem; }

.page-content p {
    margin-bottom: 1em;
}

.page-content a {
    color: var(--accent-light-blue);
    text-decoration: underline;
}

.page-content a:hover {
    color: #93c5fd;
}

.page-content ul,
.page-content ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.page-content li {
    margin-bottom: 0.5em;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1em 0;
}

.page-content blockquote {
    border-left: 4px solid rgba(59, 130, 246, 0.5);
    padding-left: 1em;
    margin: 1em 0;
    color: #94a3b8;
}






.blogSection_1{
    width: 100%;
    text-align: center;
    padding: 100px 0;
}
.carouselSection.carouselSectionBlog{
    margin: 0 0 0;
}
.blogCategoryList{
    background-color: #1A1A1A;
    border-radius: 10px;
    padding: 0;
    margin: 30px 0 0;
}
.blogCategoryList ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blogCategoryList ul li{
    list-style: none;
    margin: 0 0;
    padding: 15px 50px;
    border-right: none;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    position: relative;
}
.blogCategoryList ul li::before{
    content: "";
    background-color: #6B6B6B;
    position: absolute;
    right: 0;
    width: 1px;
    height: 21px;
}
.blogCategoryList ul li:last-child:before{
        display: none;
}
.blogCategoryList ul li:hover{
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,87,155,1) 50%,rgba(0,0,0,0) 100%);
}







.blogCategoryList ul li:last-child{
    border-right: 0;
}
.blogCategoryList ul li a{
    color: #fff;
}
.blogCategoryList ul li a.active{
    color: #60a5fa;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .blogCategoryList ul li::before{
        display: none;
    }
}



.businessesPage{

}
.businessesPage h2{
    color: #C89540;
    font-size: 48px;
    font-weight: 700;
}
.businessesPage h3{
    color: #C89540;
    font-size: 24px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .businessesPage h2{
        font-size: 30px;
    }
}
.pPlansMark{
    width: 70%;
    position: relative;
}
.pPlansMark div{
    border-top: 1px solid #6F6F6F;
    border-left: 1px solid #6F6F6F;
    border-right: 1px solid #6F6F6F;
    border-radius: 5px 5px 0 0;
    height: 50px;
    position: absolute;
    width: 100%;
    bottom: -45px;
}
.pPlansMark h6{
    position: absolute; 
    text-align: center;
    top: -14px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0 10px;
    background-color: #001322;
    display: inline-block;
}



.homeSec_1{
    background: linear-gradient(to bottom,  rgba(0,35,62,1) 0%,rgba(0,0,0,1) 100%);
    position: relative;
}
.homeSec_1 .innerText{
    color: #000;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.homeSec_1::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/homeSecBg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.05;
}
.homeSec_1::after{
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
}
.positionRelative{
    position: relative;
    z-index: 1;
    width: 100%;
}
.homeSec_1 img.kellyImage{
    height: 87px;
    width: auto;
}
.homeSec_1 h1{
    font-size: 64px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 15px 0 0;
}
.homeSec_1 h1 span{
    color: #C89540;
}
.homeSec_1 h2{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 10px 0 34px 0;
}
.homeSec_1 h2 span{
    color: #C89540;
}
.homeSec_1 p.termsText{
    font-size: 15px;
    color: #B8B8B8;
    padding-top: 30px;
}
.homeSec_1 .homeTextBox{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.homeSec_1 .homeTextBox textarea{
    background-color: #fff;
    border-color: #fff;
    color: #000;
    min-height: 163px;
    font-size: 18px;
}
.btnsList{
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnsList li{
    list-style: none;
    margin: 0 6px;
    padding: 0;
}
.btnsList li a{
    background-color: #C89540;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}



@media only screen and (max-width: 991px) {
    .homeSec_1 h1{
        font-size: 36px;
    }
    .homeSec_1 h2{
        font-size: 21px;
    }
    .btnsList{
        margin: 15px 0 0;
    }

}



.homeSec_2{
    width: 100%;
    padding: 90px 0;
}
.homeSec_2 img.mobileImage{
    margin: 0 auto;
    display: block;
}
.homeSec_2_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeSec_2_row .col-70{
    width: 70%;
}
.homeSec_2_row .col-30{
    width: 30%;
}
.homeSec_2 h2{
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homeSec_2 h2 span{
    color: #C89540;
}
.homeSec_2 p{
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homeSec_2 ul{
    margin: 0;
    padding: 30px 0 50px;
}
.homeSec_2 ul li{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homeSec_2 ul li span{
    color: #C89540;
}
.homeSec_2 h4{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0 0 0;
}
.homeSec_2 h3{
    font-size: 64px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px 0;
}
.homeSec_2 h5{
    text-align: left;
    color: #fff;
    font-size: 24px;
}
.homeSec_2_container{
    margin: 0 auto;
    max-width: 1670px;
    padding: 0 15px;
}
.homeSec_2_inner{
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 50px 0 0 0;
}
.homeSec_2_col{
    width: calc(33% - 15px);
    margin: 15px;
    border-radius: 10px;
    background: #828FA2;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.41);
    padding: 48px;
}

.homeSec_2 .homeSec_2_col h4{
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
}
.homeSec_2 .homeSec_2_col h3{
    font-family: "Open Sans", sans-serif !important;
}
.homeSec_2 .homeSec_2_col h5{
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
}

.btnStyle_2{
    display: inline-block;
    padding: 16px 41px;
    background-color: #C89540;
    border-radius: 30px;
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.btnStyle_2_white{
    display: inline-block;
    padding: 16px 41px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.homeSec_4 .btnStyle_2_white, .homePageNew_2 .btnStyle_2_white{
    padding: 16px 30px;
    margin-right: 15px;
}
.homeSec_3{
    width: 100%;
    padding: 40px 0 50px;
    position: relative;
    pointer-events: all;
    /* background-image: url(../images/homeSec_3_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto; */
    background: linear-gradient(to bottom,  rgba(130,143,162,1) 0%,rgba(121,133,151,1) 44.23%,rgba(23,25,29,1) 100%);

}
.homeSec_3::before{
    /* content: "";
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,31,55,1) 50%,rgba(0,0,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 450px;
    left: 0;
    top: 15%; */
}
.homeSec_3 .container{
    position: relative;
    z-index: 1;
}
.homeSec_3 h2{
    color: #C89540;
    text-align: center;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    padding: 0 0;
}
.homeSec_3 h2.topGap{
    padding-top: 150px;
}
.homeSec_3 p{
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
.homeSec_3 .carouselText{
    width: 100%;
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
    padding: 30px 0 0 0;
}
.homeSec_3 .carouselText article{
    width: 300px;
    padding: 0 50px;
}
.homeSec_3 .carouselText article h4{
    color: #C89540;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    min-height: 72px;
}
.carouselText .slick-prev.slick-arrow{
    width: 10px;
    height: 18px;
    font-size: 0;
    background-image: url(../images/leftArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
}
.carouselText .slick-next.slick-arrow{
    width: 10px;
    height: 18px;
    font-size: 0;
    background-image: url(../images/rightArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
}
.rightPadding_50{
    padding-right: 70px;
}
.homeSec_3 .rowSection{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
.homeSec_3 .rowSection .col_50{
    width: 50%;
    text-align: left;
}
.homeSec_3 .rowSection h2{
    text-align: left;
}
.homeSec_3 .rowSection p{
    text-align: left;
}

.homeSec_3 h3{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 0 25px;
    margin: 0;
    text-align: center;
}
.homeSec_3_boxes{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeSec_3_boxes .boxArticle{
    width: 33%;
    height: 262px;
    background-color: #00223C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: all;
}
.homeSec_3_boxes .boxArticle:hover{
    background-color: #00223C;
}
.homeSec_3_boxes .boxArticle h4{
    /* text-align: center; */
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    padding: 25px 0 15px 0;
    font-weight: 700;
}
.homeSec_3_boxes .boxArticle:hover h4{
    color: #fff;
}

.homeSec_4{
    width: 100%;
    padding: 100px 0 30px;
    position: relative;
    background: linear-gradient(180deg, #17191D 0%, #798597 44.23%, #828FA2 100%);
}
.homeSec_4 h2{
    color: #fff;
    text-align: center;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    margin: 30px 0 0 0;
    padding: 15px 0;
}
.homeSec_4 h2 span{
    color: #C89540;
}
.homeSec_4 p{
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
.homeSec_4_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    position: relative;
}
.homeSec_4_row .col-50{
    width: 50%;
    position: relative;
    z-index: 1;
}
.homeSec_4_row h2, .homeSec_4_row p, .homeSec_4_row h4{
    text-align: left;
}
.homeSec_4_row::before{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bgEffect_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% 100%; */
}
.homeSec_4 ul{
    margin: 0;
    padding: 0;
}
.homeSec_4 ul li{
    margin: 0;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSec_4 ul li h4{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.homeSec_4 ul li img{
    margin-right: 21px;
}

.homeSec_5{
    width: 100%;
    padding: 100px 0;
    position: relative;
}
.homeSec_5_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1A1A1A;
    border-radius: 10px;
    padding: 39px;
}
.homeSec_5_inner div{
    width: 75%;
}
.homeSec_5 h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.homeSec_5 p{
    color: #fff;
    text-align: left;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
.btnSection a.btnStyle_a{
    display: inline-block;
    padding: 16px 41px;
    background-color: #C89540;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin: 0 15px 0 0;
}
.btnSection a.btnStyle_b{
    display: inline-block;
    padding: 16px 41px;
    background-color: transparent;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    border: 1px solid #C89540;
}
.btnSection a.btnStyle_a:hover, .btnSection a.btnStyle_b:hover{
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .homeSec_3_boxes .boxArticle{
        width: calc(50% - 10px);
        margin: 5px;
    }
    .homeSec_3 .carouselText article{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 991px) {
    .btnsList{
        /* flex-direction: column; */
    }
    .btnsList li{
        padding: 0;
        margin: 0 5px;
    }
    .btnsList li a{
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 5px 10px;
        text-wrap: nowrap;
    }
    .homeSec_2{
        padding: 50px 0 30px;
    }
    .homeSec_2_inner{
        padding: 15px 0;
    }
    .homeSec_2_col{
        width: 33.333%;
    }
    
    .homeSec_2 h3{
        font-size: 30px;
        font-weight: 700;
    }
    .homeSec_3{
        padding: 50px 15px;
    }
    .homeSec_3 h2{
        font-size: 30px;
    }
    .homeSec_3 p{
        font-size: 16px;
    }
    .rowSection{
        flex-direction: column;
    }
    .rowSection .col_50{
        width: 100%;
    }
    .homeSec_3 h2.topGap{
        padding-top: 150px;
    }
    .homeSec_3_boxes{
        flex-direction: column;
    }
    .homeSec_3_boxes .boxArticle{
        width: 100%;
        margin: 5px;
        height: auto;
        padding: 21px;
    }
    .homeSec_4{
        padding: 50px 15px;
    }
    .homeSec_4 h2{
        font-size: 30px;
    }
    ul.listGradiant li{
        text-align: center;
        font-size: 16px;
        padding: 25px;
    }

    .homeSec_4_row{
        flex-direction: column;
    }
    .homeSec_4_row .col-50{
        width: 100%;
    }
    .homeSec_5{
        padding: 50px 15px;
    }
    .homeSec_5_inner{
        flex-direction: column;
        padding: 21px;
    }
    .homeSec_5_inner div{
        width: 100%;
    }
    .homeSec_4 ul li{
        padding: 25px 0;
    }
    .rightPadding_50{
        padding-right: 0;
    }
    .homeSec_4 ul li h4{
        font-size: 25px;
    }
    .homeSec_4 p, .homeSec_5 p{
        font-size: 18px;
    }
    .btnSection{
        flex-direction: column;
    }
    .btnSection a.btnStyle_a, .btnSection a.btnStyle_b, .btnStyle_2_white,  .homePageNew_2 .btnStyle_2_white, .homeSec_4 .btnStyle_2_white, .btnStyle_2{
        font-size: 15px;
        padding: 16px 12px;
        margin: 5px;
    }
    .homeSec_4_row{
        text-align: center;
        padding-top: 50px;
    }
    .homeSec_4_row h2, .homeSec_4_row p, .homeSec_4_row h4{
        text-align: center;
    }
    .homeSec_4 ul li{
        flex-direction: column;
    }
    .homeSec_4 ul li img{
        margin: 0 auto;
        display: block;
    }
    ul.listGradiant{
        margin: 21px 0 0;
    }
    .homeSec_3 .rowSection h6, .homeSec_3 .rowSection h2, .homeSec_3 .rowSection p{
        text-align: center;
    }
    .btnSection{
        text-align: center;
    }
    
    
}
@media only screen and (max-width: 991px) {
    .homeSec_2 h4{
        font-size: 16px;
        padding: 0 0 30px;
        min-height: 72px;
    }
}


/* Businesses Page */
.businessesPost{

}
.businessesPost section{
    width: 100%;
    padding: 100px 0;
    margin: 0;
}
.businessesPost h1{
    color: #fff; 
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}
.businessesPost h2{
    color: #fff; 
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.businessesPost_row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.businessesPost_row .col-50{
    width: 50%; 
}
.businessesPost_row .col-60{
    width: 60%; 
    padding: 0 15px;
}
.businessesPost_row .col-40{
    width: 40%; 
    padding: 0 15px;
}


.businessesPost p{
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 0;
    margin: 0;
}



.businessesPostSec_1{
    background: linear-gradient(to bottom,  rgba(0,19,34,1) 0%,rgba(22,40,56,1) 100%);
}
.businessesPostSec_2{
    /* background: url(../images/lineGradiant.png) no-repeat center top, url(../images/lineGradiant.png) no-repeat center bottom; */
    background: linear-gradient(to bottom,  rgba(22,40,56,1) 0%,rgba(76,91,109,1) 50%,rgba(9,37,60,1) 100%);
    padding-top: 0 !important;
    position: relative;
}
.businessesPostSec_2::before{
    content: "";
    background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.businessesPostSec_2 .biz-tab-content{
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, #121C24 0.43%, #828FA2 83.31%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 50px;
}
.businessesPostSec_2 .biz-tab-content p{
    text-align: center;
}





.businessesPostSec_2 h2{
    padding: 50px 0;
}
.businessesPostSec_2 .bizTabPanel{
    background: #1b2d3d;
    border: 1px solid #828FA2;
    border-radius: 15px;
}
.businessesPostSec_2 .bizTabBar{
    justify-content: space-between;
    border: none;
    padding: 0;
}
.businessesPostSec_2 .biz-tab-content img{
    margin: 0 auto;
    display: block;
}
.businessesPostSec_2 .bizTabBar button.bizTabBtn{
    font-size: 19px;
    color: #fff;
    padding: 19px 30px;
    width: 25%;
}
.businessesPostSec_2 .bizTabBtn.active{
    border-bottom-color: transparent;
    background-color: #121C24;

}
.businessesPostSec_3{
    padding: 60px 0;
    text-align: center;
    /* background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(19,19,19,1) 100%); */
    background: linear-gradient(to bottom,  #09253c 0%,#4c5b6d 100%);
}
.businessesPostSec_3 h2{
    color: #C89540;
    text-align: center;
}
.businessesPostSec_3 h4{
    color: #C89540;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}
.businessesPostSec_3 .carouselText{
    padding: 60px 0 0 0;
}
.businessesPostSec_3 .carouselText article{
    padding: 0 50px;
}
.businessesPostSec_3 img{
    margin: 0 auto;
    display: block;
}


.businessesPostSec_4{
    background: linear-gradient(to bottom,  #4c5b6d 0%,#828fa2 100%);
}

.businessesPostSec_4 h2, .businessesPostSec_4 p{
    color: #fff;
    text-align: center;
    padding: 21px 0;
}
.businessesPostSec_4 p{
    padding-top: 0;
}
.businessesPostSec_4 .homeSec_3_boxes{
    flex-wrap: wrap;
}
.businessesPostSec_4 .homeSec_3_boxes .boxArticle{
    margin: 5px 0;
    padding: 39px;
    align-items: start;
    justify-content: start;
}
.businessesPostSec_4 .homeSec_3_boxes .boxArticle p{
    text-align: left;
}


.businessesPost .homeSec_4 h2{
    color: #fff;
    text-align: left;
}


.businessesPostSec_5{
    text-align: center;
    background: #828FA2;
}
.businessesPostSec_5 h2{
    color: #fff;
    text-align: center;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    padding: 0 0;
}
.businessesPostSec_5 p{
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
.businessesPostSec_5 .carouselText{
    padding-top: 50px;
}
.businessesPostSec_5 .carouselText article{
    padding: 0 50px;
}
.businessesPostSec_5 .carouselText article h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}


.businessesPostSec_6{
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(to bottom,  #828fa2 1%,#001322 100%);
}
.businessesPostSec_6 .btnSection a.btnStyle_b{
    border-color: #C89540;
    margin: 5px;
}
.businessesPostSec_6 h2{
    color: #00579B;
}
.businessesPostSec_6 p{
    font-size: 21px;
}
.innerGrey{
    background-color: #1A1A1A;
    border-radius: 10px;
    padding: 39px;
}
.businessesPostSec_6 .innerGrey{
    background-color: transparent;
    padding: 0;
}

.homeSec_4.businessesPostSec_7{
    background: #828FA2;
}

.subcriptionPageBg{
    background: linear-gradient(to bottom,  rgba(0,19,34,1) 25%,rgba(130,143,162,1) 60%,rgba(0,19,34,1) 100%);
}
.subcriptionPageBnr .absolute.inset-0.z-0{
    background-color: transparent !important;
}
.subcriptionPageBnr h1{
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}
.subcriptionPageBnr p{
    font-size: 21px;
    line-height: 1.2;
    padding: 0 0;
}
.subcriptionList .backdrop-blur-sm{
    background-color: #001322 !important;
}
.subcriptionList .bgBlack .backdrop-blur-sm{
    background-color: #000 !important;
}




.subcriptionList h2{
    font-size: 21px;
    font-weight: 400;
}
.subcriptionList .text-2xl.font-bold.text-white.leading-none{
    font-weight: 400 !important;
    font-size: 32px;
}
.subcriptionList .text-2xl.font-bold.text-white{
    font-weight: 400 !important;
    font-size: 32px;
}
.subcriptionList .text-xs.font-bold.text-white{
    font-weight: 400 !important;
    font-size: 14px;
}
.subcriptionList .text-2xl.font-bold.text-white{
    font-weight: 400 !important;
}
.subcriptionList p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.subcriptionList p.leading-relaxed{
    padding: 15px 0;
    margin: 15px 0;
    position: relative;
}
.subcriptionList p.leading-relaxed::before{
    content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0;
}
.subcriptionList p.leading-relaxed::after{
    content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; bottom: 0;
}


.subcriptionList ul li{
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}
.subcriptionList ul li span.text-emerald-400{
    color: #C89540;
}
.subcriptionList h3{
    text-align: left;
    color: #C89540;
    font-size: 18px;
    line-height: 1.2;
}
.subcriptionList .rounded-2xl.ring-blue-500.h-full{
    --tw-ring-opacity: 0;
}
.subcriptionList .rounded-2xl.ring-amber-500.h-full{
    --tw-ring-color: #C89540;
}
.subcriptionList button.bg-amber-500{
    background-color: #C89540;
    border-radius: 30px;
}
.subcriptionList button.bg-blue-600{
    background-color: #C89540;
    border-radius: 30px;
}
.subcriptionList a.bg-blue-600, .subcriptionList a.bg-amber-500{
    background-color: #C89540;
    border-radius: 30px;
}
.subcriptionList button.bg-slate-700{
    background-color: #C89540;
    border-radius: 30px;
}
.subcriptionList .mt-1.flex.items-center.justify-center p{
    font-size: 13px;
}

.subcriptionContent h2{
    font-size: 32px;
    color: #fff; 
    text-align: left;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
}
.subcriptionContent p{
    font-size: 16px;
    color: #fff; 
    text-align: left;
    padding: 10px 0;
    margin: 0;
}

.faqSection button{
    background-color: #001322 !important;
}
.faqSection button span{
    font-size: 28px;
    font-weight: 400;
}
.faqSection button span b{
    font-size: 18px;
    font-weight: 400;
}
.faqSection button.transparent{
    background-color: transparent !important;
}
.faqSection button.transparent span{
    font-size: 18px;
}
.faqSection .text-slate-400{
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .businessesPostSec_3 .carouselText article{
        padding: 0 15px;
    }
}


@media only screen and (max-width: 991px) {
    .businessesPost section{
        padding: 50px 15px;
    }
    .businessesPost_row{
        flex-direction: column;
    }
    .businessesPost_row .col-50, .businessesPost_row .col-60, .businessesPost_row .col-40{
        width: 100%;
    }
    .businessesPost h1{
        font-size: 28px;
    }
    .businessesPost_row img{
        margin: 15px 0;
    }

    .businessesPost h2{
        font-size: 28px;
    }
    .businessesPost p{
        font-size: 16px;
    }
    .innerGrey{
        padding: 19px;
    }
    

}



@media only screen and (max-width: 767px) {
    .businessesPostSec_2 .bizTabBar{
        justify-content: space-around;
        flex-direction: column;
    }
    .businessesPostSec_2 .bizTabBar button.bizTabBtn{
        padding: 10px;
        width: 100%;
    }

    .homeSec_2_row{
        flex-direction: column;
        text-align: center;
    }
    .homeSec_2_row .col-70, .homeSec_2_row .col-30{
        width: 100%;
    }
    .homeSec_2 h2, .homeSec_2 p, .homeSec_2 ul li{
        text-align: center;
    }
    .homeSec_2 h2{
        font-size: 28px;
        font-weight: 400;
    }
    .homeSec_2 p, .homeSec_2 ul li{
        font-size: 14px;
        padding: 2.5px 0;
    }
    .homeSec_2 ul{
        padding: 15px 0;
    }
    .btnStyle_2{
        /* font-size: 16px;
        border-radius: 25px;
        padding: 15px 25px; */
    }
    .homeSec_2 img.mobileImage{
        display: none;
    }

    .homeSec_2_inner{
        flex-direction: column;
    }
    .homeSec_2_col{
        width: 100%;
        margin: 5px 0;
        padding: 12px 20px;
        /* background-color: #212020; */
    }
    .homeSec_2 .homeSec_2_col h4, .homeSec_2 .homeSec_2_col h5{
        min-height: auto;
        padding: 0;
        font-size: 13px;
    }
    .homeSec_2 .homeSec_2_col h3{
        padding: 5px 0;
        font-weight: 600;
        font-size: 25px;
    }
    .homeSec_2 h2 span{
        display: block;
    }



    

}


.homePageNew_1{
    padding: 90px 0;
    width: 100%;
    pointer-events: all;
    /* background-image: url(../images/homePageNew_1_bg.png);
    background-repeat: no-repeat;
    background-position: center center; */
    background: linear-gradient(0deg, rgba(0, 24, 43, 0.97) 0%, rgba(118, 130, 147, 0.97) 16.83%, rgba(130, 143, 162, 0.97) 78.85%, rgba(53, 59, 66, 0.97) 91.35%, rgba(0, 0, 0, 0.97) 100%);
}
.homePageNew_1_container{
    margin: 0 auto;
    max-width: 1670px;
    padding: 0 15px;
}
.homePageNew_1 h2{
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.homePageNew_1 h2 span{
    color: #C89540;
}
.homePageNew_1 p{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.fourArticle{
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fourArticle article{
    width: 25%;
    padding: 15px 25px;
    position: relative;
    text-align: center;
}
.fourArticle article::after{
    content: "";
    /* position: absolute;
    right: -88px;
    top: 50px;
    width: 50%;
    height: 1px;
    background-color: #515151; */
}
.fourArticle article:last-child:after{
    display: none;
}
.fourArticle article span.icon{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #C89540;
    border-radius: 50%;
    text-align: center;
    font-size: 64px;
    line-height: 100px;
    font-weight: 700;
    color: #fff;
}
.fourArticle article h3{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.fourArticle article p{
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 30px 0 0;
}

.homePageNew_1_a{
    width: 100%;
    padding: 90px 0;
}
.homePageNew_1_a h2{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homePageNew_1_a p{
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homePageNew_1_a .threeBoxes{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 60px 0 0 0;
}
.homePageNew_1_a .threeBoxes article{
    width: calc(33.333% - 16px);
    margin: 8px;
    background-color: #000;
    border-radius: 10px;
    padding: 39px;
}
.homePageNew_1_a .threeBoxes article ul{
    margin: 0;
    padding: 0;
}
.homePageNew_1_a .threeBoxes article ul li{
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.homePageNew_1_a .threeBoxes article ul li span{
    color: #C89540;
}
.homePageNew_1_b{
    width: 100%;
    padding: 90px 0;
    background-color: #00182B;
}
.homePageNew_1_b h2{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}
.homePageNew_1_b h2 span{
    color: #C89540;
}
.homePageNew_1_b p{
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 21px 0 0 0;
}
.homePageNew_1_b .carouselText{
    padding: 61px 0 0 0;
}
.homePageNew_1_b .carouselText article .box{
    max-width: 399px;
    display: block;
    margin: 0 auto;
    padding: 34px;
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.homePageNew_1_b .carouselText article h4, .homePageNew_1_b .carouselText article p{
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 21px;
}
.homePageNew_1_b .carouselText article h4{
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(200, 149, 64, 0.8);
    padding: 5px 10px;
    font-size: 18px;
}
.homePageNew_1_b .carouselText article .box::before{
    /* content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
}
.homePageNew_1_b .carouselText article .box.bg_1{
    background-image: url(../images/carouselText_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.homePageNew_2{
    width: 100%;
    padding: 30px 0;
    /* background-image: url(../images/homePageNew_2_bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    background: linear-gradient(to bottom,  rgba(0,24,43,1) 0%,rgba(121,133,151,1) 33%,rgba(121,133,151,1) 66%,rgba(130,143,162,1) 100%);
}
.homePageNew_2 h2{
    font-size: 41px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
}
.homePageNew_2 h2 span{
    color: #C89540;
}
.homePageNew_2 p{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 15px 0;
}
.homePageNew_2 p.heading, .homePageNew_2 h2.heading{
    text-align: center;
}
.homePageNew_2_container{
    margin: 0 auto;
    max-width: 1670px;
    padding: 0 15px;
}
.homePageNew_2 .rowSection{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 0;
}
.homePageNew_2 .rowSection .col_50{
    width: 50%;
    text-align: left;
}
.homePageNew_2 ul.listGradiant{
    margin: 0;
    padding: 0;
}
.homePageNew_2 ul.listGradiant li{
    padding: 30px 50px;
    color: #fff;
    text-align: left;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 22px 0;
    display: block;
    background: linear-gradient(180deg, #121C24 0.43%, #000 83.31%);
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.41);
}

.homeSec_6{
    width: 100%;
    padding: 200px 0 150px;
    position: relative;
    background-image: url(../images/homeSec_3_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    text-align: center;
}
.homeSec_6 .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.homeSec_6 h2{
    color: #fff;
    text-align: center;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    padding: 0 0;
}
.homeSec_6 p{
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 15px 0 25px; }
.homeSec_6 .btnStyle_2{
    padding-left: 70px;
    padding-right: 70px;
}


/* accordion */
.accordion {
  max-width: 100%;
  width: 100%;
  margin: 21px 0 0 0;
  border-bottom: 1px solid #515151;
}
.accordion input[type="radio"] {
  display: none;
}
.accordion label {
  display: block;
  padding: 15px 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #515151;
  transition: background 0.3s ease;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.accordion label span{
    color: #C89540;
    font-weight: 600;
}
.accordion label:hover {
  background: transparent;
}
.accordion label::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-weight: bold;
  color: #fff;
}
.accordion input:checked + label::after {
  content: '+';
  transform: rotate(45deg);
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  padding: 0 45px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
}
.accordion input:checked ~ .content {
  max-height: 200px; 
  padding: 0 25px 21px;
}
.accordion .content p{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    padding: 5px 0;
}

.hide_desktopTab{
    display: none;
}


/* ============================================== STRUCTURE ============================================== */
/* ============================================== STRUCTURE ============================================== */
/* ============================================== STRUCTURE ============================================== */
.structure_row{ display: flex;  align-items: center;  justify-content: center; }
.structure_row .col-50 { width: 50%; }

.breadcrumbMain{ width: 100%; background-color: #000; margin-top: 50px; }
ul.breadcrumb{ width: 100%; display: flex; align-items: start; justify-content: start; margin: 0; padding: 5px 0; }
ul.breadcrumb li{ list-style: none; margin: 0; padding: 15px 21px 15px 0; color: #BABABA;  font-size: 18px; text-transform: capitalize; }
ul.breadcrumb li a{ color: #727272; }
ul.breadcrumb li span{ padding-left: 15px; color: #727272; }

.structure_1{ width: 100%;  padding: 100px 0;  margin: 0; }
.structure_1 h1{ color: #fff;  font-size: 64px;  font-weight: 700;  line-height: 1.2; }
.structure_1 p { font-size: 21px; line-height: 1.5;  padding: 15px 0;  margin: 0; }
.structure_1 img{ margin: 0 auto; display: block; max-width: 100%; }
.structure_1 .col_75{ width: 75%; }
.structure_1 .col_25{ width: 25%; }

.structure_1_bg{ position: relative; width: 100%; min-height: 500px; background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; }
.structure_1_bg::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,1) 100%); }
.structure_1_bg .container{ position: relative; z-index: 1; }

.structure_2{ width: 100%;  padding: 100px 0;  margin: 0; background: linear-gradient(to bottom,  rgba(19,19,19,1) 0%,rgba(0,0,0,0) 100%); }
.structure_2_inner{ display: flex; align-items: start; justify-content: space-between; }
.structure_2_inner article{ width: 25%; padding: 0 25px; }
.structure_2 p, .structure_2 h3{ font-size: 18px; line-height: 1.5; color: #fff; text-align: center; }
.structure_2 h3{ text-transform: uppercase; color: #C89540; }

.structure_3{ width: 100%;  padding: 150px 0;  margin: 0; background-image: url(../images/structure_3_bg.png); background-repeat: no-repeat; background-size: 100% auto; background-position: center top; }
.structure_3 h2{ color: #fff;  font-size: 64px;  font-weight: 700;  line-height: 1.2; text-align: center; }
.structure_3 p { font-size: 21px; line-height: 1.5;  padding: 15px 0;  margin: 0; text-align: center; }

.structure_4{ width: 100%;  padding: 80px 0;  margin: 0; position: relative; }
.structure_4::before{ content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0; }
.structure_4 h2{ color: #C89540;  font-size: 48px;  font-weight: 700;  line-height: 1.2; text-align: center; padding-bottom: 60px; }
.structure_4 p, .structure_4 h3{ font-size: 18px; line-height: 1.5; color: #fff; text-align: left; }
.structure_4 h3{ text-transform: uppercase; color: #C89540; }
.structure_4_inner{ display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; }
.structure_4_inner article{ width: calc(33.333% - 16px); margin: 8px; padding: 25px; border-radius: 10px; background: #161616; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); min-height: 190px; }

.structure_5{ width: 100%;  padding: 100px 0;  margin: 0; background: linear-gradient(180deg, #000 0%, #131313 88.94%); }
.structure_5 h2{ color: #C89540;  font-size: 48px;  font-weight: 700;  line-height: 1.2; text-align: center; }
.structure_5 p { font-size: 21px; line-height: 1.5;  padding: 15px 0;  margin: 0; text-align: center; }
.structure_5_inner{ display: flex; align-items: start; justify-content: space-between; padding-top: 80px; }
.structure_5_inner article{ width: 33.333%; padding: 0 25px; }
.structure_5 .structure_5_inner p, .structure_5 .structure_5_inner h3{ font-size: 18px; line-height: 1.5; color: #fff; text-align: center; }
.structure_5 h3{ text-transform: uppercase; color: #C89540; }
.structure_5 img{ margin: 0 auto 15px; display: block; }

.structure_6{ width: 100%;  padding: 100px 0;  margin: 0; position: relative; }
.structure_6::before{ content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0; }
.structure_6 h2{ color: #C89540;  font-size: 48px;  font-weight: 700;  line-height: 1.2; text-align: left; padding-bottom: 30px; }
.structure_6_inner{ display: flex; align-items: start; justify-content: space-between; flex-wrap: wrap; }
.structure_6_inner article{ width: calc(25% - 16px); margin: 8px; padding: 25px; border-radius: 10px; background: #161616; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); min-height: 190px; }
.structure_6 h4{ font-size: 18px; line-height: 1.5; color: #fff; text-align: left; padding: 15px 0 0; }
.structure_6_inner.majorCities{ justify-content: start; }
.structure_6_inner.majorCities article{ min-height: auto; }
.structure_6_inner.majorCities article a{ color: #fff; display: block; text-align: center; }



.structure_7{ width: 100%;  padding: 80px 0;  margin: 0; position: relative; }
.structure_7::before{ content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center,  rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0; }
.structure_7 h2{ color: #fff;  font-size: 48px;  font-weight: 700;  line-height: 1.2; text-align: center; padding-bottom: 30px; }
.structure_7 h2 span{ color: #C89540; }
.structure_7 p { font-size: 21px; line-height: 1.5; color: #fff; padding: 0 0 35px 0;  margin: 0; text-align: center; }
.structure_7_inner{ width: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 50px 0 0 0; }
.structure_7_inner a{ font-size: 24px; font-weight: 600; color: #fff; text-transform: capitalize; display: block; text-align: center; padding: 15px; }

.structure_8{ width: 100%;  padding: 80px 0;  margin: 0; position: relative; }
.structure_8::before{ content: ""; width: 100%; height: 1px; background: radial-gradient(ellipse at center, rgba(107,107,107,1) 0%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0; }
.structure_8 .structure_8_row{ display: flex; align-items: start; justify-content: center; }
.structure_8 .structure_8_row article{ width: 33.333%; }
.structure_8 h5{ font-size: 80px; font-weight: 400; text-align: center; color: #C89540; }
.structure_8 p{ font-size: 30px; font-weight: 400; text-align: center; color: #fff; }
.searchByState{ background-color: #fff; border-radius: 10px; }
.searchByState input{ border: none !important; outline: none !important; }

.structure_9{ width: 100%;  padding: 80px 0;  margin: 0; position: relative; }
.structure_9_inner{ width: 100%;  padding: 39px; background-color: #1A1A1A; border-radius: 10px; }
.structure_9 h5{ color: #fff; text-align: center; font-size: 30px; line-height: 1.5; }
.structure_9 h3{ color: #fff; text-align: left; font-size: 30px; line-height: 1.5; font-weight: 600; }
.structure_9 p{ font-size: 18px; font-weight: 400; text-align: left; color: #fff; }




/* ============================================== RESPONSIVE ============================================== */
/* ============================================== RESPONSIVE ============================================== */
/* ============================================== RESPONSIVE ============================================== */
@media only screen and (max-width: 1800px) {
    .homeSec_2_container{
        max-width: 1280px;
    }
    .container{
        max-width: 1280px !important;
    }
    .homePageNew_2_container{
        max-width: 1280px;
    }
    .homePageNew_1_container{
        /* max-width: 1280px; */
    }


    
    .homePageNew_1 p{
        font-size: 25px;
    }

    .homePageNew_1 h2{
        font-size: 55px;
    }
    .homePageNew_1 .homePageNew_1_a h2{
        font-size: 48px;
    }
    .homePageNew_1 .homePageNew_1_a p{
        text-align: center;
        padding: 10px 0;
    }
    .homePageNew_1 p{
        font-size: 25px;
    }



}






    

@media only screen and (max-width: 1024px) {
    .carouselSection .zermit_news_logos{
        flex-wrap: nowrap;
    }
    .carouselSection .zermit_news_logos img{
        height: auto;
    }
    .fourArticle article::after{
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .fourArticle article h3{
        font-size: 18px;
    }
    .fourArticle article p{
        font-size: 14px;
        padding: 15px 0 0 0;
    }

    
    
    .homePageNew_1_a .threeBoxes{
        flex-direction: column;
        padding: 21px 0 0 0;
    }
    .homePageNew_1_a .threeBoxes article{
        width: 100%;
        background-color: #001322;
        margin: 10px 0;
    }
    .homePageNew_2 .rowSection{
        padding: 60px 0;
    }
    .homePageNew_2 .rowSection .col_50{
        width: 100%;
    }

    
    


    /* ============================================== STRUCTURE ============================================== */
    .structure_row{ flex-direction: column; }
    .structure_row .col-50 { width: 100%; }
    
    .structure_1{ padding: 50px 0; }
    .structure_1 h1{ font-size: 28px; }
    .structure_1 p { font-size: 18px; }
    .structure_1 img{ margin-top: 50px; }

    .structure_1 .col_75, .structure_1 .col_25{ width: 100%; }

    .structure_2{ padding: 50px 0; }
    .structure_2_inner{ flex-wrap: wrap; justify-content: center; }
    .structure_2_inner article{ width: 300px; padding: 10px 15px; }
    
    

    .structure_3{ padding: 50px 0; }
    .structure_3 h2{ font-size: 24px; }
    .structure_3 p{ font-size: 18px; }
    
    .structure_4{ padding: 40px 0; }
    .structure_4 h2{ font-size: 28px; padding-bottom: 30px; }
    
    .structure_5{ padding: 50px 0; }
    .structure_5 h2{ font-size: 28px; }

    .structure_5 h2{ font-size: 28px; }
    .structure_5 p{ font-size: 18px; }

    .structure_6{ padding: 50px 0; }
    .structure_6 h2{ font-size: 28px; }
    .structure_6_inner article{ width: calc(50% - 16px); padding: 10px; }
    .structure_6 h4{ font-size: 16px; }
    .structure_6 img{ height: 70px; width: auto; }

    .structure_7{ padding: 50px 0; }
    .structure_7 h2{ font-size: 28px; text-align: center; }
    .structure_7 p{ font-size: 18px; }

    .structure_9 h5{ font-size: 18px; }
    .structure_9_inner{ padding: 25px; }

    .structure_8{ padding: 30px 0; }
    .structure_8 h5{ font-size: 30px; }
    .structure_8 p{ font-size: 13px; }

    .structure_7_inner a{ font-size: 16px; }
}


@media only screen and (max-width: 767px) {
    .hide_mb{
        display: none !important;
    }
    .hide_desktopTab{
        display: block;
    }
    a.hide_desktop.find_a_pro{
        display: flex;
    }
    .homePageNew_1 .fourArticle{
        display: none;
    }
    .carouselSection{
        display: none;
    }
    .homePageNew_1{
        padding: 45px 0;
        background-image: none;
        background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(130,143,162,0.97) 100%);
    }
    .homePageNew_1_a{
        padding: 25px 0 0 0;
    }
    .homePageNew_1 h2{
        font-size: 28px;
        text-align: left;
        font-weight: 400;
    }
    .homePageNew_1 p{
        font-size: 16px;
        text-align: left;
        font-weight: 400;
    }
    .homePageNew_1_a .threeBoxes article{
        padding: 18px;
    }
    .homePageNew_1_a .threeBoxes article ul li{
        font-size: 16px;
    }
    .homePageNew_1_b{
        padding: 45px 0 30px;
        position: relative;
        background: linear-gradient(0deg, rgba(1, 33, 59, 0.97) 0%, rgba(130, 143, 162, 0.97) 100%);
    }
    .homePageNew_1_b::before{
        content: "";
        width: 100%;
        height: 1px;
        background: radial-gradient(ellipse at center,  rgba(102,102,102,1) 0%,rgba(255,255,255,0) 100%);
        position: absolute;
        left: 0;
        top: 0;
    }
    .homePageNew_1 .homePageNew_1_b h2{
        color: #fff;
    }
    .homePageNew_1 .homePageNew_1_a h2{
        text-align: center;
        font-size: 28px;
    }
    .homePageNew_2{
        background-image: none;
    }
    .homePageNew_2 .rowSection{
        padding: 0;
    }
    .homePageNew_2 h2{
        font-size: 34px;
        font-weight: 400;
    }
    .homePageNew_2 h2 span{
        color: #C89540;
        font-weight: 700;
    }
    .homePageNew_2 p{
        font-size: 18px;
    }
    .homePageNew_2 ul.listGradiant{
        display: none;
    }


    .homeSec_4 .homeSec_4_row{
        padding: 0;
    }
    .homeSec_4 .homeSec_4_row .col-50 img{
        margin-top: 25px;
    }
    .homeSec_4 h6{
        color: #C89540;
    }
    .homeSec_4 h2, .homeSec_4 h6{
        font-size: 28px;
        font-weight: 400;
        margin: 0;
    }
    .homeSec_4 h2 span{
        display: block;
        font-weight: 700;
    }
    .homeSec_4 h2{
        padding-bottom: 0;
    }

    .homeSec_4 ul{
        padding: 20px 0 0 0;
    }
    .homeSec_4 ul li{
        flex-direction: row;
        padding: 15px 15px;
        background-color: #828FA2;
        margin: 6px 0;
        border-radius: 10px;
        align-items: start;
    }
    .homeSec_4 ul li img{
        width: 50px;
        height: 50px;
        margin: 0 15px 0 0;
    }
    .homeSec_4 ul li h4{
        color: #fff;
    }
    .homeSec_4 ul li p{
        color: #fff;
        padding: 5px 0;
    }
    .homeSec_4 ul li h4, .homeSec_4 ul li p{
        text-align: left;
        font-size: 16px;
    }
    .homeSec_4_row::before{
        display: none;
    }

    .homeSec_6{
        padding: 75px 0;
    }
    .homeSec_6 h2{
        font-size: 28px;
        font-weight: 400;
    }
    .homeSec_6 p{
        font-size: 16px;
        font-weight: 400;
    }

    .footerCustom h4, .footerCustom li, .footerCustom p{
        text-align: left;
        margin-top: 0 !important;
    }

    .homeSec_4{
        position: relative;
        background: #000;
        padding-top: 0;
    }
    .homeSec_4 .container{
        position: relative;
        z-index: 1;
    }
    .homeSec_4 .mobileBottomSec{
        margin-top: 0;
    }
    .homeSec_4 .mobileBottomSec::before{
        /* content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/homeSec_4_mb_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 230px; */
    }
    .homeSec_4 .mobileBottomSec h2, .homeSec_4 .mobileBottomSec p, .homeSec_4 .mobileBottomSec ul{
        position: relative;
        z-index: 1;
    }

    



    .homeSec_1 h1{
        font-size: 28px;
    }
    .homeSec_1 h2{
        font-size: 16px;
        padding: 30px 0 50px;
        margin: 0;
    }
    .homePageNew_1_b h2{
        font-size: 28px;
        text-align: left;
        font-weight: 400;
    }
    .homePageNew_1_b p, .homePageNew_2 p{
        font-size: 16px;
    }
    .homePageNew_2 h2{
        font-size: 28px;
    }
    .homePageNew_1_b p{
        text-align: left;
    }
    .homePageNew_2 img{
        margin-top: 25px;
    }


    .swtich_order_mobile{
        display: flex;
        flex-direction: column-reverse;
    }



    .subcriptionPageBnr h1{
        font-size: 28px;
    }
    .subcriptionPageBnr p{
        font-size: 16px;
    }
    .subcriptionList p{
        font-size: 14px;
    }
    .subcriptionList ul li{
        font-size: 14px;
    }

    .subcriptionContent h2{
        font-size: 28px;
    }




    /* ============================================== STRUCTURE ============================================== */
    .structure_4_inner{
        flex-direction: column;
    }
    .structure_4_inner article{
        width: 100%;
        margin: 5px 0;
        min-height: auto;
    }
    .structure_5_inner{
        flex-direction: column;
    }
    .structure_5_inner article{
        width: 100%;
    }

}


@media only screen and (max-width: 575px) {
    .btnsList{
        justify-content: space-between;
        width: 100%;
    }
    .btnsList li{
        padding: 0;
        margin: 0 0;
        width: 32%;
    }
    .btnsList li a{
        display: block;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}