/**********************Compare_plans start**************************/

.pri_pagpd {
    padding: 135px 0 0 0;
}

.plans_sec {
    background: url("../png/polygon.png") no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.wht_bg {
    background: #fff;
}

.pri_main_hd {
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
    /* text-transform: capitalize; */
    margin-bottom: 0;
    text-align: center;
    color: #232e35;
}

.pri_main_centText {
    max-width: 710px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgb(35, 46, 53);
    margin: 20px auto 0px;
}

.priceTab {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.priceTab .nav-tabs .nav-item:nth-child(2) .nav-link {
    border-radius: 0;
}

.priceTab ul.nav.nav-tabs {
    flex-wrap: nowrap;

    margin: 0 auto;
    padding: 0;
    width: 560px;
    border: none;
    justify-content: center;
}

.priceTab li.nav-item {
    width: 50%;
}

.priceTab .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 21px;
    padding: 21px 0;
    text-align: center;
    color: #232E35;
    background: transparent;
    cursor: pointer;
    border: 1px solid #888;
    display: block;
    width: 100%;
    font-weight: 600;

}

.priceTab .nav-tabs .nav-link.active {
    color: #fff;
    background: #2c7be5;
    ;
    border-color: #2c7be5;
    ;
}

.priceTab .nav-tabs .nav-link:hover {
    border-color: #2c7be5;
    ;
}

.priceTab .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 33px 0 0 33px;
}

.priceTab .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 33px 33px 0;
}

.priceTab .tab-content {
    width: 100%;
    /* padding: 60px 0 10px; */
    padding: 40px 0 10px;
}

.pcardsWrp {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.pcardsWrp .cards {
    width: 32%;
    margin-right: 2%;
    background: #F6FBFB url(../png/pricingcardbg.png) no-repeat right center;
    border-radius: 12px;
    min-height: 200px;
    position: relative;

}

.pcardsWrp .cards:last-child {
    margin-right: 0;
}

.pcardsWrp .cards .popular {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 30px;
    border-radius: 12px 12px 0 0;
    background: #2c7be5;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}

.cardsInner {
    /* padding: 40px 20px; */
    padding: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #E5E5E5;
    border-radius: 12px;
}

.pcardsWrp .cards:Hover .cardsInner {
    border: 2px solid #2c7be5;
    box-shadow: 0px 10px 50px #27bcfd54;
}

.planDet {
    padding-bottom: 20px;
    position: relative;
}

.planDet::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #D6D6D6;
    height: 1px;
}

.planDet h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
    color: #232E35;
    /* min-height: 57px; */
}

.planDet p {
    font-size: 30px;
    line-height: 21px;
    font-weight: 700;
    /* margin-bottom: 0px;*/
    color: #2c7be5;
    margin: 2px 0;
}

.planDet p sub {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #2c7be5;
    bottom: 0;
}

.planDet .reqwrap {
    font-size: 14px;
    line-height: 24px;
    color: #232E35;
    font-weight: 400;
}

.planDesc {
    margin: 0;
    padding: 0;
    margin: 20px 0;
    min-height: 450px;
    position: relative;
    height: 280px;
    min-height: 1px !important;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/* width */
.planDesc::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.planDesc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
}

/* Handle */
.planDesc::-webkit-scrollbar-thumb {
    background: #b2afaf7e;
    border-radius: 10px;
}

/* Handle on hover */
.planDesc::-webkit-scrollbar-thumb:hover {
    background: #a09c9c;
}

.planDesc::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background: #D6D6D6;
}

.subsbtnWrp {
    position: relative;
    padding-top: 15px;
}

.subsbtnWrp::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: -8px;
}

.planDesc li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #232E35;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    list-style: none;
}

.planDesc li:last-child {
    margin-bottom: 0;
}

.planDesc li.not-available-feature::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    background: url(../png/close.png) no-repeat center;
    background-size: 100%;
    height: 9px;
    width: 10px;
}

.planDesc li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../png/check_1.png) no-repeat center;
    background-size: 100%;
    height: 9px;
    width: 12px;
}

.mbBtn {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding: 22px;
    text-align: center;
    border-radius: 33px;

    border: none;
    outline: none;
}

.pri_checkbox p {
    font-weight: 700;
}

.green_btn {
    /* background-color: #2c7be5; */
    background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
    color: #fff;
}

.green_btn:hover {
    /* background-color: #2c7be5; */
    background: linear-gradient(to left top, #2c99ff, rgba(2, 112, 215, 0));
    background-image: linear-gradient(90deg, #2c7be5 0%, #27bcfd 100%);
}

.subsbtnWrp .mbBtn {
    width: 100%;
}

.pcardsWrp .cards.popCard .cardsInner {
    border-radius: 0 0 12px 12px;
    border-color: #2c7be5;
    ;
}

.featWrp .planDesc {
    margin: 0;
    min-height: 1px;
    padding: 0px 0 20px;
    padding-right: 5px;
}

.featWrp .planDesc li {
    margin-bottom: 15px;
}

.featWrp .planDesc::after {
    display: none;
}

.featWrp {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

/* Custom Scroll bar width */
.featWrp::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.featWrp::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px #ccc;
    border-radius: 6px;
}

/* Handle */
.featWrp::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

/* Handle on hover */
.featWrp::-webkit-scrollbar-thumb:hover {
    background: #232E35;
}

.year_wdhg .pcardsWrp .cards {
    width: 23.5%;

}

.year_wdhg .planDesc {
    min-height: 550px;
}

.plan_pd .priceTab .tab-content {
    padding: 0;
}

.ic_img {
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 8px;
}

.ic_img img {
    width: 100%;
    height: 100%;
}

/* plans_select */
.plansHed {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #2c3444;
    /* Ensure it has a background color */
    z-index: 1000;
    /* Adjust the z-index if necessary */
}

.header_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_img a {
    margin: 0 15px;
    /* Adjust the margin as needed for equal spacing */
}

.header_img img {
    width: 150px;
    /* Adjust the width as needed */
}

/**********************Compare_plans end**************************/

/**********************Price_Compare_plans start**************************/

.p-100 {
    padding: 100px 0;
}

.section-head {
    margin-bottom: 64px;
    text-align: center;
}

.section-head h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 16px;

}

.section-head p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    color: rgba(3, 27, 78, 0.7);
}

.compare .c-table table {
    border: transparent;
}

/* H Table */
.compare .h-table {
    position: sticky;
    top: 72px;
    background: #fcfefc;
    z-index: 5;
}

/* Table Head */
.compare .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none;
    font-size: 18px;
}


.compare .c-table thead tr td {
    width: 16.25%;
    font-weight: bold;
    font-size: 20px;
    color: #2c2f3e;
    border: none;
}

.compare .c-table th,
.compare .c-table td {
    padding: 25px;
    text-align: left;
    color: #2c2f3e;
}

.compare .c-table td i {
    font-size: 20px;
    color: #0069ff;
}

/* Table Body */
.compare .c-table tbody tr th {
    width: 35%;
    text-align: left;
    border-left: none;
    font-size: 18px;
    color: #2c2f3e;
}

.compare .c-table tbody tr td {
    border-right: none;
    font-size: 16px;
    font-weight: 800;
    color: #2c2f3e;
}

.check_cg {
    color: #2196f3;
}

.table-responsive.c-table {
    overflow-x: visible;
}

/* tr:hover {
    background: #e8eef963;
} */

a.nav-link.toghead.price_tag {
    color: black !important;
}

a.nav-link.toghead.price_tag.active {
    color: #f9fafd !important;
}

.custom-tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 0;
    margin: 0;
    text-decoration: none;
}

.custom-tabs .nav_item.active {
    border-bottom: 2px solid #1a73e8;
    padding: 1.8px;
}

.nav-tabs.custom-tabs {
    border-bottom: 1px solid #8ab8f3;
    padding: 0;

}

.nav.nav-tabs.custom-tabs>li>a {
    /* text-transform: capitalize; */
    margin: 0px;
    line-height: 1.42857143;
    border-radius: 0;
    padding: 0;
    padding: 0 0 3px 0;
    font-size: 18px;
    width: 157px;
}


.toghead {
    width: 86px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 4px solid transparent;
}

.custom-tabs>.nav_item.active>.toghead {
    border: none;
}

.custom-tabs>.nav_item>.toghead:focus,
.custom-tabs>.nav_item>.toghead:hover {
    color: #1a73e8;
    background-color: transparent;
    border-color: transparent;
    border: none !important;
    cursor: pointer;
}

.tab-content {
    padding: 20px;
}

.main_hd.main_slihead {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.main_centText.main_slitext {
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
}

.imgtogg {
    /* border-radius: 8px; */
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.imgtogg img {
    /* border-radius: 8px; */
    width: 100%;
    height: auto;
}

.togg_tab .fade {
    opacity: 1 !important;
}

.togg_tab .tab-pane.fade:not(.active) {
    display: none;
}

.togg_tab .tab-pane.fade.active {
    display: block;
}


.nav-tabs.custom-tabs .nav-link {
    color: #5e6e82 !important;
}

.nav-link.toghead:hover {
    background-color: transparent;
}

.nav-tabs .nav-link.toghead.active {
    color: #2c7be5 !important;
}



/**********************Price_Compare_plans end**************************/


/**********************Request a demo start***********************/

.reqbg_img {
    background: #2C3444 url("../png/team_bg.png")no-repeat;
    background-size: cover;
}


.imgg {
    width: 100%;
    height: auto;

}

.imgg img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.req_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

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

.req_titleWrap {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2px;
    color: #fff;
}

.req_title {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 30px;
}

.req_group label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.req_box {
    padding: 24px;
    border: 1px solid #e7effd;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.req_group {
    position: relative;
    margin-bottom: 20px;
}

.form_control {

    width: 100%;
    padding: 10px 16px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    color: #676d7d;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    box-shadow: none;
}

textarea.form_control {
    height: 120px;
    border-radius: 8px;
    resize: none;
    padding-top: 15px;
}


.req_btn {
    font-size: 18px;
    padding: 22px 65px;
    background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
    ;
    border-radius: 8px;
    width: 100% !important;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    outline: none;
    border: none;
}

.blue_ctBox {
    width: 345px;
    height: 370px;
    bottom: -18px;
    right: 90px;
    background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
    ;
    box-shadow: 0px 10px 50px #0000001A;
    border-radius: 16px;
    z-index: 1;
    position: absolute;
}

.form-control.sel_optwrp {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 5px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #808080;
    border-radius: 8px;
    appearance: auto;
    -webkit-appearance: auto;
}


.sel_optwrp>option {
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}

.blue_ctBox.reqbookwrp {
    height: 225px;
}

.req_demodata {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

.reqdemo_txt {
    font-size: 16px;
    font-weight: 300;
    margin-left: 8px;
    color: #f5f5f5;
}

.demo_subhead {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffff;
    ;
}


.timecard {
    padding: 20px 40px;
    width: 50%;
}

.booktimewrap {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 5px 20px 0;
    margin-right: -15px;
}

.booktimewrap::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.booktimewrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.booktimewrap::-webkit-scrollbar-thumb {
    background: #777474;
    border-radius: 10px;
}

/* Handle on hover */
.booktimewrap::-webkit-scrollbar-thumb:hover {
    background: #919191;
}

.booktimewrap .req_btn {
    font-size: 16px;
    padding: 10px 40px;
}

.blue_ctBox .apptblue {
    width: 295px;
    height: 240px;
    bottom: -18px;
    right: 30px;
}


.appt_time p {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 1.2;
}

.appt_btn {
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 8px;
    width: 100% !important;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    outline: none;
    margin-bottom: 10px
}


.radCont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radCont .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radCont:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radCont input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radCont .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radCont input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radCont .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radCont.apRadW {
    padding-left: 0;
    margin-bottom: 15px;
}

.apptSlot {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
}

.apptSlot p {
    font-size: 16px;
    margin: 0;
    color: #919191;
    padding: 0;
}

.radCont.apRadW input:checked~.apptSlot,
.radCont.apRadW:hover input~.apptSlot {
    background: #1a73e8;
}

.radCont.apRadW input:checked~.apptSlot p,
.radCont.apRadW:hover input~.apptSlot p {
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.timezone_cont {
    appearance: auto;
    -webkit-appearance: auto;
}

.blue_ctBox.apptblue {
    width: 295px;
    height: 240px;
    bottom: -18px;
    right: 30px;
}

/******** Calander start  ***********/

.calcard {
    background: #1a73e8;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    width: 50%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.demApptHd {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 auto 40px;
}

.right.req_box.reqdt_box.apptmnt {
    padding: 0;
    border: none;
}

.req_box.reqdt_box {
    display: flex;
    justify-content: space-between;
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}

.ui-datepicker {
    display: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    cursor: default;
    text-transform: uppercase;
    font-family: Tahoma;
    font-size: 14px;
    background: #1a73e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-month {
    position: relative;
    padding-right: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.ui-datepicker-year {
    padding-left: 8px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.ui-datepicker-month:before {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 5px;
    height: 5px;
    content: '';

    background: #1a73e8;
    background: -moz-linear-gradient(top, #1a73e8 0%, #27bcfd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a73e8), color-stop(100%, #27bcfd));
    background: -webkit-linear-gradient(top, #1a73e8 0%, #27bcfd 100%);
    background: -o-linear-gradient(top, #1a73e8 0%, #27bcfd 100%);
    background: -ms-linear-gradient(top, #1a73e8 0%, #27bcfd 100%);
    background: linear-gradient(top, #1a73e8 0%, #27bcfd 100%);


    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0px;
    padding: 0 5px;
    cursor: pointer;
    text-decoration: none !important;
}

.ui-datepicker-prev {
    left: 0;
    padding-left: 0;
}

.ui-datepicker-next {
    right: 0;
    padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    font-size: 20px;
    display: block;
    width: auto;
    height: auto;
    text-indent: 1px;
    color: #fff;
}

.ui-datepicker-prev span {
    background-position: 0px 0px;
}

.ui-datepicker-next span {
    background-position: -5px 0px;
}

.ui-datepicker-prev-hover span {
    background-position: 0px -10px;
}

.ui-datepicker-next-hover span {
    background-position: -5px -10px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    font-size: 15px;
    font-weight: initial;
}



.ui-datepicker-calendar td {
    padding: 5px;
    text-align: center;
    line-height: 25px;
}

.ui-datepicker-calendar .ui-state-default {
    display: block;
    width: 28px;
    outline: none;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-active {
    background: #ffffff;
    border-radius: 50%;
    color: #1a73e8;
    border: 1px solid #ffffff;
}

.ui-datepicker-other-month .ui-state-default {
    color: black;
}



/******** Calander end  ***********/



/**********************Request a demo end***********************/

/**********************Contact us start***********************/

/* .seeurate{
    padding-top: 8.5rem;
} */
.req_title.contact_head {
    text-align: left;
}

.contact_sub_title {
    font-size: 14px;
    line-height: 24px;
    color: #f5f5f5;
}

.reqtitle.contact_title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 80px;
    color: #f5f5f5;

}

.contact_imgg {
    width: 100%;
    /* height: 150px; */
}

.contact_imgg img {
    width: 100%;
    height: auto;

}

/* .seeurate .contact_head img{
min-width: 550px;
} */

.seeurate .req_box {
    position: static;
}

.seeurate{
    background: #ffffff  url("../svg/tech_background.svg")no-repeat center;
    background-size: cover;
}
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25%;
    height: auto !important;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 30px;
    border-radius: 8px !important;
    box-shadow: 20px 20px 60px #505050,
        -20px -20px 60px #6c6c6c;

}

.popimg {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 16px;
}

.popimg img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.popup h2 {
    font-size: 38px;
    font-weight: 500;
}

.popup button {
    margin-top: 16px;
    font-size: 18px;
    padding: 15px 30px;
    background-color: #1a73e8;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    outline: none;
    border: none;
}

.popup .modal-header,
.popup .modal-footer {
    border: 0;
    justify-content: center;
}

.popup .modal-body {
    overflow-y: visible;
    padding: 0;
}

.error_msg {
    display: none;
    font-size: 12px;
    color: red;
    margin-top: 3px;
}

.error_grp .error_msg {
    display: block;
}



.access_btn {
    cursor: no-drop !important; /* Change the cursor to indicate non-interactivity */
}
.access_btn .spinner-border {
    display: none !important;
  }
  
  .access_btn .button-text {
    display: inline !important;  /* Use 'inline', 'block', or another appropriate display type based on your layout needs */
  }

.subsbtnWrp .tooltiptext {
    visibility: hidden;
    width: 154px;
    /* background-color: #555; */
    color: #232e35;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -77px; /* Center the tooltip divide by 2 */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
    font-weight: 500;
}

.subsbtnWrp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bordered-box {
    /* position: absolute;
    top: 20px;
    left: 0; */
    width: 100%;
    height: 100%;
    /* padding: 40px 20px; */
    border: 2px solid #2c7be5;
    box-shadow: 0px 10px 50px #27bcfd54;
    border-radius: 12px;
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    background-color: #fff; /* Background color of the bordered box */
}

.see_pd {
    padding: 135px 0px 60px 0px;
}

.see_pd .req_demo .row {
    align-items: normal;
}
/**********************Contact us end***********************/

/*********** responsive css *************/

@media only screen and (max-width: 1200px) {


    .cardsInner {
        padding: 20px 15px;
    }

    .planDesc {
        min-height: 500px;
    }

    .req_title.contact_title {
        font-size: 30px;
        line-height: 1.2;
    }

    .reqtitle.contact_title {
        font-size: 18px;
        line-height: 1.2;
        margin-left: 0;
    }


    .attackcard .pro_title {
        font-size: 21px;
    }

    .cardproimg {
        width: 100%;
        height: 310px;
    }


    .req_title {
        font-size: 26px;
    }

    .blue_ctBox.reqdemo {
        width: 320px;
        height: 370px;
        bottom: -18px;
        right: 62px;
    }

    .blue_ctBox.reqbookwrp {
        right: 60px;
    }

    .reqinner_pd .req_btn {
        padding: 20px 22px;
    }

    .caltime_card2 {
        width: 66.6%;
    }

    .blue_ctBox.apptblue {
        width: 316px;
        height: 281px;
        bottom: -10px;
        right: 5px;
    }

    .demApptHd {
        color: #fff;
        font-size: 26px;
    }

    .year_wdhg .planDesc {
        min-height: 575px;
    }

}

@media only screen and (max-width: 1300px) {
    .popup {
        width: 35%;
    }
}

@media only screen and (max-width: 1024px) {

    /* section.reqq {
        padding-top: 150px;
    } */
    /* .seeurate{
        padding-top: 0;
    } */

    .pri_pagpd {
        padding: 150px 0 0 0;
    }

    .pcardsWrp.one_time {
        justify-content: center;
    }

    .priceTab ul.nav.nav-tabs {
        margin: 0;
        padding: 0;
        width: 100%;
    }


    .pcardsWrp {
        flex-wrap: nowrap;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        padding-top: 35px;
        padding-bottom: 20px;
        justify-content: flex-start;
    }

    .pcardsWrp .cards {
        width: 290px;
        margin-right: 20px;
        min-width: 290px;
    }

    .blue_ctBox.reqdemo {
        width: 250px;
        height: 325px;
        right: 56px;
    }

    .blue_ctBox.reqbookwrp {
        width: 335px;
        right: 62px;
    }

    .req_box>h5 {
        font-size: 15px;
    }

    .reqdemo_txt {
        margin-bottom: 10px;
    }

    .caltime_card1 {
        width: 100%;
    }

    .caltime_card2 {
        width: 100%;
    }

    .planDet h2 {
        font-size: 18px;
    }


    .mbBtn {
        font-size: 16px;
        padding: 15px;
    }

    .planDet h2 {
        min-height: 1px;
    }

    .priceTab .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 21px;
        padding: 16px 0;
    }

    .compare .c-table thead tr td {
        width: 16.25%;
        font-size: 16px;

    }

    .table tr td:last-child {
        padding-right: 0.25rem;
    }

    .popup {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .nav.nav-tabs.custom-tabs>li>a {
        font-size: 14px;
    }

    .nav.nav-tabs.custom-tabs.attackcus_tab>li>a {
        width: 228px;
    }

    .compare .c-table tbody tr th {
        width: 28%;
        font-size: 16px;
    }

    .compare .c-table th,
    .compare .c-table td {
        padding: 18px;
    }

    .compare .h-table {
        top: 0;
    }

    .blue_ctBox.reqdemo {
        right: 0px;
    }

    .seeurate .req_flex {
        gap: 30px;
    }

    .see_pd {
        padding: 30px 0px 30px 0px;
    }

}

@media only screen and (max-width: 768px) {

    .pri_pagpd {
        padding: 30px 0 0 0;
    }

    .nav.nav-tabs.custom-tabs>li>a {
        font-size: 12px;
        width: 123px;
    }

    .nav.nav-tabs.custom-tabs.attackcus_tab>li>a {
        width: 172px;
    }

    .imgtogg {
        width: 100%;
    }

    .planDet h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .planDet p {
        font-size: 20px;
        line-height: 1.2;
    }

    .planDet p sub {
        font-size: 14px;
        line-height: 1.2;
    }

    .planDet .reqwrap {
        font-size: 10px;
        line-height: 1.2;
    }

    .imgg {
        margin-bottom: 25px
    }

    .pri_main_hd {
        font-size: 30px;
        line-height: 40px;
    }

    .pri_main_centText {
        font-size: 16px;
        line-height: 28px;
    }

    .cdetail-container.reqbg_img.req_pd {
        padding: 20px 10px 50px 10px;
    }

    .req_title {
        font-size: 23.6px;
    }

    .req_title.contact_head {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 18px;
        /* text-align: center; */
    }

    .reqtitle.contact_title {
        font-size: 16px;
        line-height: 1.2;
        /* text-align: center; */
        margin-left: 0;
        margin-bottom: 25px;
        padding-bottom: 0;
    }

    .req_pagpd {
        padding: 0px 20px;
    }


    section.reqq {
        padding: 0;
    }

    .demo_subhead {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
    }

    .req_demodata {
        display: none;
    }


    .blue_ctBox.reqdemo {
        bottom: -12px;
        right: 3px;
    }

    .contact_head .req_demodata {
        display: flex;
        display: -webkit-flex;
    }

    .req_box.reqdt_box {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    .calcard {
        border-radius: 0;
        width: 100%;
    }

    .ui-datepicker-calendar th {
        padding-right: 30px;
    }

    .timecard {
        padding: 20px 40px;
        width: 100%;
    }

    .demApptHd {
        color: #fff;
        font-size: 24px;
    }

    .pcardsWrp.one_time {
        justify-content: flex-start;
    }

    .popup {
        width: 90%;
    }

    .blue_ctBox.reqbookwrp {
        width: 280px;
        right: 0px;
    }


    .compare .c-table {
        overflow: hidden;
        overflow-x: auto;
    }

    .compare .c-table th,
    .compare .c-table td {
        min-width: 170px;

    }

    .compare .h-table {
        position: static;
    }

    .plansHed {
        position: static;
    }

    #plans {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .ui-datepicker-calendar th {
        padding-right: 0px;
    }
}

   /*=============== VARIABLES CSS ===============*/
   :root {
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --gradient-color: linear-gradient(95deg,
                            #2c99ff -7%,
                            #20232A 112%);
    --first-color-light: hsl(256, 64%, 88%);
    --first-color-lighten: hsl(256, 58%, 94%);
    --white-color: hsl(0, 0%, 100%);
    --body-color: hsl(256, 100%, 98%);
   
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Montserrat", sans-serif;
    --h1-font-size: 1rem;
  }
     /*=============== RANGE SLIDER ===============*/

   
  /* Custom input range */
  .range {
    height: 64px;
    width: 100%;
    max-width: 332px;
   
    border-radius: 4rem;
    box-shadow: 0 6px 16px hsla(256, 72%, 24%, .15);
    padding-inline: 2.5rem;
    display: grid;
  }
   
  .range__content {
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
  }
   
  .range__slider {
    width: 100%;
    height: 10px;
    border-radius: 4rem;
    box-shadow: 0 4px 12px hsla(256, 72%, 24%, .2);
    overflow: hidden;
  }
   
  .range__slider-line {
    width: 100%;
    height: 100%;
    background: var(--gradient-color);
    width: 0;
  }
   
  .range__thumb {
    width: 20px;
    height: 20px;
    background-color: var(--first-color-lighten);
    border-radius: 50%;
    box-shadow: 0 0 12px hsla(256, 72%, 24%, .2);
    position: absolute;
  }
   
  /* Value input range */
  .range__value {
    width: 30px;
    height: 30px;
    background: var(--gradient-color);
    position: absolute;
    top: -37px;
    left: -5px;
    border-radius: 2rem 2rem 2rem .25rem;
    transform: rotate(-45deg);
    display: grid;
    place-items: center;
  }
   
  .range__value-number {
    transform: rotate(45deg);
    color: var(--white-color);
    font-size: var(--h1-font-size);
  }
   
  /* Default input range */
  .range__input {
    appearance: none;
    width: 100%;
    height: 16px;
    position: absolute;
    opacity: 0;
  }
   
  .range__input::-webkit-slider-thumb {
    appearance: none;
    width: 32px;
    height: 32px;
  }
   
  .range__input::-webkit-slider-thumb:hover {
    cursor: pointer;
  }
  .price_cardd .btnn-group {
    width: 156px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #20232A;
}


.price_cardd .btnn {
    flex: 1;
    padding: 4px 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.price_cardd .btnnn {
    flex: 1;
    padding: 4px 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.price_cardd .btnnn {
    flex: 1;
    padding: 4px 0;
    margin: 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.price_cardd .btnn.selected {
    background: linear-gradient(to left top, #2c99ff, #20232A);
    color: #fff;
}
.price_cardd .btnnn.selected {
    background: linear-gradient(to left top, #2c99ff, #20232A);
    color: #fff;
}
.planE{
    z-index: 1024;
    box-shadow: inset 30px 30px 60px #fff, inset -30px -30px 60px #02387d7d;
    /* box-shadow: 20px 9px 9px #bebebe, -20px -20px 60px #ffffff; */
    background: linear-gradient(28deg, #d3e2f5 24%, white 64%);
}

 @media screen and (min-width: 992px) {
    .backward-div{
        
        width: 43%;
        rotate: 5deg;
        height: 141px;
        bottom: 110px;
        /* right: 54px; */
        background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
        box-shadow: 0 10px 50px #0000001a;
        border-radius: 5px;
        /* z-index: 1; */
        position: absolute;
    }
}
@media screen and (max-width: 1113px) {
    .backward-div{
        display: none;
        width: 43%;
        rotate: 5deg;
        height: 141px;
        bottom: 110px;
        /* right: 54px; */
        background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
        box-shadow: 0 10px 50px #0000001a;
        border-radius: 5px;
        /* z-index: 1; */
        position: absolute;
    }
}
/* @media screen and (max-width: 768px) {
    .backward-div{
        width: 90%;
        rotate: 5deg;
        height: 134px;
        bottom: 115px;
        right: 90px;
        background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
        box-shadow: 0 10px 50px #0000001a;
        border-radius: 5px;
        z-index: 1;
        position: absolute;
    }
} */
/* @media screen and (max-width: 991px) {
    .backward-div{
        width: 87%;
        rotate: 5deg;
        height: 134px;
        bottom: 115px;
        right: 90px;
        background: linear-gradient(to left top, #0270D7, rgb(40 56 71));
        box-shadow: 0 10px 50px #0000001a;
        border-radius: 5px;
        z-index: 1;
        position: absolute;
    }
} */
@media screen and (min-width: 992px) {
    .discount-img{
        width: 101px;
        height: 32px;
        bottom: 98px;
        right: -24px;
        /* left: 190px; */
        rotate: 38deg;
        position: absolute;
    }
    .discount-img2{
        display: none !important;
        width: 101px;
        height: 41px;
        bottom: 106px;
        left: 192px;
        /* rotate: 38deg; */
        position: absolute;
    }
    .backward-div{
        display: block;
    }
}
@media screen and (max-width: 1219px) {
    .discount-img2{
        right: 1px !important;
        width: 101px;
        height: 41px;
        bottom: 106px;
        /* left: 192px; */
        /* rotate: 38deg; */
        position: absolute;
    }
    .discount-img{
        display: none !important;
        width: 101px;
        height: 32px;
        bottom: 98px;
        left: 190px;
        rotate: 38deg;
        position: absolute;
    }
    .backward-div{
        display: none !important;
    }
}

/* 
@media screen and (min-width: 992px) {

}
@media screen and (max-width: 1113px) {
    .discount-img{
        
        width:  5.3rem;
        height: 32px;
        bottom: 100px;
        left: 78%;
        rotate: 38deg;
        position: absolute;
    }
} */


/* new_css_table */
/* .pricing-table-wrap {
    width: 100%;
}
.grid-pricing-table.grid-pricing-table-header-icons {
    z-index: 10;
    background-color: transparent;
    border-style: none;
    margin-top: -32px;
    padding-top: 24px;
    padding-bottom: 0;
} */