:root {
    --white: #FFFFFF;
    --orange: #F18F4A;
    --blue: #0f3697;
    --light-gray: #EEF2FF;
    --black: #000;
}

.mb-0 {
    margin: 0px;
}

#container {
    height: 500px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
}

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

rect.highcharts-background {
    fill: #00000000;
}


/* hero section start */

.highcharts-name-chhattisgarh {
    fill: none;
    background: url('https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/7-3.png')repeat;
}

section.hero-sec {
    height: 74vh;
    position: relative;
}

.hero-img {
    height: 100%;
}

img.fullimg {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-item-sec {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    padding-top: 65px;
    display: flex;
    margin: 0px auto;
    max-width: 90%;
    width: 1260px;
    padding: 0px 14px;
    left: 50%;
    transform: translate(-50%, 0px);
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.heroimg {
    margin-top: 40px;
}

.heroimg img {
    width: 100%;
    height: 100%;
}

.herotxt h1 {
    font-size: 40px;
    color: #FCDEC9;
}

.herotxt h2 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bolder;
}

p.shorttag {
    font-size: 30px;
    color: #d8a079;
    font-weight: 600;
}

.herotxt {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#chartdiv {
    width: 58vh;
    height: 57vh;
}


/* td.tabstrhead.bg-light {
    width: 320px;
} */

td.tabcathead.bg-light {
    width: 20%;
}


/* hero section end */


/* complexity start */

.complexitysec {
    background-image: url(https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/complexity.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hed-sec h2 {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--white);
}

.hed-sec p {
    color: var(--white);
    font-size: clamp(16px, 2vw, 26px);
}

.hed-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(16px, 2vw, 30px);
    text-align: center;
}

.compboxsec {
    display: flex;
    gap: clamp(15px, 2vw, 30px);
    justify-content: center;
}

.libvideosec .combox h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 22px;
}

.combox {
    border: 1px solid #03192F;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF4ED;
    position: relative;
}

.combox a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #03192F;
    background: linear-gradient(00deg, rgb(3 25 47 / 78%) 33%, rgba(0, 8, 23, 0.4) 83%);
}

.compboxsec.libvideosec {
    flex-wrap: wrap;
}

.libvideosec .combox {
    border: 1px solid #03192F;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF4ED;
    position: relative;
    width: 100%;
    max-width: calc(33% - 30px);
}

.combox a:after {
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/playbtn.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


/* .com-img {
    height: 230px;
} */

.pl-10 {
    padding-right: 10px !important;
}

p.font-lowstab {
    font-size: 14px !important;
}

td.tabprohead.bg-dark.popboxmain {
    width: 34%;
}

.com-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comtext {
    padding: 20px;
    text-align: center;
    /* background: var(--white); */
}

.comtext h4 {
    font-size: 20px;
    font-weight: bold;
}

.prictext h2 {
    color: #5E5E5E;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
}

h3.prictext {
    color: #123499;
    text-align: center;
    font-size: clamp(26px, 3vw, 40px);
    padding-bottom: clamp(30px, 4vw, 60px);
}


/* pricing table */

.pricingtabsec .table-wrapper {
    overflow-x: auto;
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
    margin-top: -20px;
}

.pricingtabsec .pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricingtabsec .pricing-table thead {
    background-color: #fff4ee;
    text-align: center;
}

.pricingtabsec td.enterpricetable {
    background-image: url(https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/entbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
}

.pricingtabsec .enterpricetable p {
    font-size: 20px;
    text-align: center;
}

.pricingtabsec td.enterpricetable {
    color: #fff;
    /* place-items: normal; */
    justify-items: center;
    vertical-align: middle !important;
}

.pricingtabsec .enterpricetable a.trilbtn {
    margin: 0px auto;
    margin-top: 40px;
}

.pricingtabsec .enterpricetable h3 {
    color: #fff !important;
}

.pricingtabsec .pricing-table h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #001451;
}

.pricingtabsec .statext p {
    font-size: 16px;
    color: #001451;
    margin-bottom: 8px;
    line-height: 1.4;
}

.pricingtabsec .statext p.blod {
    font-weight: bold;
}

.pricingtabsec td.bg-dark {
    background: #FFF0E5;
}

.pricingtabsec a.trilbtn {
    background: #F18F4A;
    padding: 12px 20px;
    min-width: 160px;
    display: flex;
    width: fit-content;
    justify-content: center;
    border-radius: 8px;
    color: var(--white);
    font-size: 18px;
    text-decoration: none;
    transition: all ease 0.3s;
    border: 1px solid #F18F4A;
    line-height: 1;
}

g[aria-labelledby="id-79-title"] {
    display: none;
}

.pricingtabsec a.trilbtn:hover {
    background: transparent;
    color: #F18F4A;
}

.compboxsec video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.compboxsec video:fullscreen {
    object-fit: contain;
}

.pricingtabsec td.bg-light {
    background: #FFF4ED;
}

.pricingtabsec .pricing-table th,
.pricingtabsec .pricing-table td {
    border: 1px solid #F18F4A;
    padding: 20px;
    vertical-align: top;
}

.pricingtabsec .badge {
    background-color: #276ef1;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}

.pricingtabsec td.cattext {
    font-size: 20px;
    color: #001451;
    font-weight: 600;
}

.pricingtabsec .enterprise-cell {
    background-color: #002e5d;
    color: white;
    text-align: center;
}

.pricingtabsec .enterprise-cell p {
    margin: 10px 0;
}

.comenbox {
    background: #fef4ed;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    position: relative;
}

.comenbox a.trilbtn {
    padding: 12px 18px !important;
    min-width: 100% !important;
    font-size: 16px;
}

.comenbox h3 {
    font-size: 26px;
    font-weight: 600;
    color: #001451;
}

.mobversion {
    display: none;
}


/* complexity end */


/* faq start */

h3.faqhead {
    font-size: clamp(24px, 3vw, 36px);
    color: #5E5E5E;
}

.faq .accordion {
    width: 100%;
    max-width: 990px;
    margin: 0px auto;
}

.faq .accordion button:hover {
    cursor: pointer;
    color: #e98b4d;
}

.faq .accordion button:focus {
    cursor: pointer;
    color: #e98b4d !important;
}

.faq .accordion button[aria-expanded='true'] {
    color: #ed8c4d;
}

.faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 24px 0px;
    color: #5E5E5E;
    font-size: 22px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding-right: 30px;
    line-height: 1.4;
}

.faq .accordion .accordion-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0px 24px 0px;
    line-height: 1.4;
    color: #000;
}

.faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 18px;
    height: 10px;
    background: url(https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/arrow-down.png) no-repeat;
    background-size: 18px;
    transition: all 0.4s linear;
}

.faq .accordion button[aria-expanded='true'] .icon::before {
    /* width: 0; */
    transform: rotate(180deg);
}

.faq .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
}

.faq .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 0.5s linear;
    will-change: opacity, max-height;
}

.faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s linear, max-height 0.5s linear;
    will-change: opacity, max-height;
}

.accordion button {
    background-color: #eee;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion button[aria-expanded="true"] {
    background-color: transparent;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: transparent;
    padding: 0 1rem;
}

.accordion-content p {
    margin: 1rem 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    max-height: 200px;
    /* Adjust height as needed */
}

td.tabprohead.bg-dark.popboxmain {
    position: relative;
}

span.mostpop {
    position: absolute;
    top: -19px;
    right: 50%;
    transform: translate(50%, 0px);
    background: #123499;
    color: #fff;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 20px;
}


/* faq end */


/* pro planform start */

.material-form-group.selactitem label {
    /* position: relative;
    top: unset; */
    margin-bottom: 10px;
    display: block;
}

.selactitem select {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    padding: 20px 0px 5px 0px;
    display: block;
    border: 1px solid transparent;
    border-bottom-color: #b6cbe2;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: all .25s ease-out;
    border-radius: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.material-form-group.selactitem.focus label {
    margin-bottom: 0px;
}

section.enquiryform.proplanform {
    padding: 30px 0px 30px 0px;
}

.form,
.tab {
    max-width: 546px;
    width: 100%;
}


/* .selactitem.focus select {
    padding: 8px 0px 5px 0px;
} */


/* pro planform end */


/* video-library start */

section.hero-sec.videosec {
    height: 500px;
    position: relative;
}

.videosec .herotxt h1 {
    font-size: 50px;
    color: #Fff;
    padding-bottom: 18px;
}

.videosec p.shorttag {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


/* video-library end */

.libvideosec .com-img {
    height: 250px;
}

a.resorslink {
    color: #ed8d4d;
}

@media(max-width:1024px) {
    .libvideosec .combox {
        width: 100%;
        max-width: calc(34% - 30px);
    }
    .combox a:after {
        background-size: 40px;
    }
    .libvideosec .combox h4 {
        font-size: 18px;
    }
    #chartdiv {
        width: 350px;
        height: 500px;
    }
    .herotxt h1,
    .videosec .herotxt h1 {
        font-size: 34px;
    }
    .herotxt h2 {
        font-size: 36px;
    }
    /* .com-img {
        height: 200px;
    } */
    .comtext {
        padding: 16px;
    }
    .comtext h4 {
        font-size: 18px;
    }
    .compboxsec {
        display: flex;
        gap: 15px;
    }
    .pricingtabsec .pricing-table h3 {
        margin-bottom: 16px;
        font-size: 22px;
    }
    .pricingtabsec a.trilbtn {
        padding: 10px 18px;
        min-width: 120px;
        font-size: 16px;
    }
    .pricingtabsec td.cattext {
        font-size: 18px;
    }
    .pricingtabsec td.enterpricetable {
        width: 160px;
    }
    .pricingtabsec .enterpricetable p {
        font-size: 18px;
    }
    .pricingtabsec .pricing-table th,
    .pricingtabsec .pricing-table td {
        padding: 16px;
    }
    td.tabcathead.bg-light {
        width: 140px;
    }
    span.mostpop {
        padding: 9px 14px;
        font-size: 12px;
    }
    .compboxsec {
        flex-wrap: wrap;
    }
    .combox {
        width: 47%;
    }
    .libvideosec .com-img {
        height: 220px;
    }
}

@media(max-width:767px) {
    .comenbox h3 {
        font-size: 22px;
        font-weight: 600;
        color: #001451;
    }
    .libvideosec .combox {
        width: 100%;
        max-width: 100%;
    }
    .combox a:after {
        background-size: 40px;
    }
    .libvideosec .combox h4 {
        font-size: 16px;
    }
    .libvideosec .com-img {
        height: 200px;
    }
    .compboxsec.libvideosec {
        margin: 0px;
    }
    .combox {
        width: 100%;
    }
    p.shorttag {
        font-size: 17px;
        color: #d8a079;
        font-weight: 600;
        text-align: center;
    }
    .heroimg {
        height: fit-content;
        margin-top: 30px;
    }
    #chartdiv {
        width: 100%;
        height: 300px;
    }
    .hero-item-sec {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .herotxt {
        gap: 16px;
                width: 100%;
    }
    section.hero-sec {
        min-height: 600px;
        position: relative;
        margin-top: 60px;
    }
    .herotxt h1 {
        font-size: 28px;
        text-align: center;
        margin-top: 20px;
    }
    .herotxt h2 {
              font-size: 20px;
        text-align: center;
        line-height: normal;
    }
       .herotxt h2 br{display:none;}
    .webversion {
        display: none;
    }
    .mobversion {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .faq .accordion button {
        padding: 18px 0px;
        font-size: 18px;
        padding-right: 30px;
    }
    .faq .accordion .accordion-content p {
        font-size: 16px;
        margin: 10px 0px 20px 0px;
    }
    .compboxsec {
        margin-top: 30px;
        flex-direction: column;
    }
    .prictext h2 br {
        display: none;
    }
    .faq .accordion button:hover {
        color: #5E5E5E;
    }
    .comenbox .faq .accordion button {
        gap: 20px;
        padding: 10px 0px;
        font-size: 16px;
        padding-right: 30px;
        width: fit-content;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .comenbox .faq .accordion button .icon::before {
        display: block;
        position: absolute;
        content: '';
        top: unset;
        left: unset;
        width: 14px;
        height: 10px;
        background: url(https://assets.clarityx.ai/clarityx/videos/mgis_videos/images/arrow-down.png) no-repeat;
        background-size: 14px;
        transition: all 0.4s linear;
    }
    .comenbox .faq .accordion button .icon {
        display: inline-block;
        position: relative;
        top: unset;
        right: unset;
        width: 0px;
        height: 9px;
    }
    .comenbox .faq .accordion .accordion-item {
        border-bottom: none;
    }
    .comenbox .accordion-content {
        background: transparent;
    }
    .comenbox .faq .accordion button[aria-expanded='true']+.accordion-content {
        max-height: 90em;
    }
    .faq .accordion .accordion-content {
        padding: 0px;
        background: transparent;
    }
    /* .comenbox .accordion-content {
                margin-top: 15px;
            } */
    .tabaccdatatxt {
        margin: 15px 0px 0px 0px;
    }
    .tabaccdatatxt p {
        margin: 0px !important;
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }
    .tabaccdata {
        padding: 15px 0px;
        border-bottom: 1px solid #ccc;
    }
    p.protext {
        text-align: center;
    }
    span.mostpop {
        background: #123499;
        padding: 5px 15px;
        font-size: 10px;
        border-radius: 10px;
        color: #fff;
        position: absolute;
        top: -9px;
    }
    section.hero-sec.videosec {
        min-height: 500px;
        position: relative;
    }
    .videosec .herotxt h1 {
        padding-bottom: 14px;
        text-align: start;
    }
    .videosec p.shorttag {
        text-align: start;
        font-size: 18px;
    }
    .hero-item-sec {
        justify-content: end;
        align-items: start;
        padding-bottom: 40px;
    }
    img.fullimg {
        object-position: 60%;
    }
    .hero-img {
        position: relative;
    }
    .hero-img:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(8, 8, 8, 1) 3%, rgba(255, 255, 255, 0) 80%);
    }
    .tabcontent {
        display: none;
        padding: 0px 0px;
    }
    .form {
        padding: 20px 15px;
    }
    .submit-bt {
        padding-top: 20px;
    }
}

p.amaptext {
    font-size: 14px;
    color: #20D0B2;
    font-weight: 600;
    padding-top: 6px;
}
.mapleslogo {
    position: absolute;
    bottom: 2%;
    right: 1%;
    width: 60px;
}

@media(max-width:767px){
  p.amaptext {
    text-align: center;
}
}
