body {
    margin: 0;
    font-family: nunito sans, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f2f1e5;
    box-sizing: border-box;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.sub_text {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.main_area .icon_sty {
    width: 158px;
    width: 164px;
    margin-bottom: 25px;
    cursor: pointer;
}

div {
    display: block;
    unicode-bidi: isolate;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.row {
    display: flex;
    /* flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.key_pos .nav-link.active {
    background-color: #1e70b9 !important;
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3490dc;
}

.key_pos .nav-link {
    min-width: 142px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}

.nav-pills .nav-link {
    border-radius: .25rem;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-body {
    font-family: 'DM Serif Display', serif;
    color: #233D63;
    font-size: 35px;
}

input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}

/* Text alignment  */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

/*  d   */
.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

a {
    color: #3490dc;
    text-decoration: none;
    background-color: transparent;
}

.main_area .icon_sty div {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 5px 5px #eef1f5;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.search_inp {
    height: 50px;
    color: #696d79 !important;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

/* Text color  */

.text-white {
    color: #fff;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    margin-top: 0;
}

/* Background Color  */
.bg-white {
    background-color: #fff !important;
}

/* Width  */
.w-100 {
    width: 100% !important;
}

/* Font Weight */
.fw_100 {
    font-weight: 100;
}

.fw_200 {
    font-weight: 200;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

/* Span Color  */
.span_green {
    background-color: #32ba7a;
}

.span_red {
    background-color: #e33d3d;
}

.span_blue {
    background-color: #1e70b9;
}

/* Margin */
.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1;
}

.m-1 {
    margin: .25rem !important;
}

.m-2 {
    margin: 2;
}

.m-3 {
    margin: 3;
}

.m-4 {
    margin: 4;
}

.m-5 {
    margin: 5;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mt-1,
.my-1 {
    margin-top: .25rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

@media (min-width: 768px) {

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

/* Padding css starts*/

.p-0 {
    padding: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pl-2,
.px-2 {
    padding-left: .5rem !important;
}

.pr-2,
.px-2 {
    padding-right: .5rem !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

/* .pl-5,
.px-5 {
    padding-left: 3rem !important;
} */

/*.pr-5,*/
/*.px-5 {*/
/*    padding-right: 3rem;*/
/*}*/

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

/* Border css starts  */
.border1 {
    border: 2px solid #f3d97a;
    box-shadow: 10px 10px 10px;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

/* col starts */
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Col css ends  */

textarea {
    overflow: auto;
    resize: vertical;
}

/* Keypos css starts  */
.key_pos .tool_inp_sty,
.key_pos textarea {
    font-weight: 600;
    font-size: 13px;
}

.key_pos .progress_head {
    font-size: 18px;
}

.key_pos .progress_head span {
    color: #f25b5b;
}

.key_pos .progress {
    height: 6px;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.key_pos .progress-bar {
    background-color: #f25b5b;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3490dc;
    transition: width .6s ease;
}

.key_pos .custom_sep {
    height: 48px;
    font-size: 13px;
    color: #222;
    font-weight: 600;
}

.key_pos textarea.cus_scrollbar {
    height: 177px !important;
}

.key_pos .more_inp_add {
    position: relative;
}

.key_pos .more_inp_add span.clr_green {
    background: #0f804a;
}

.key_pos .more_inp_add span.clr_red {
    background: #dd5353;
    font-size: 18px;
}

.key_pos .more_inp_add span {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 16px;
    right: 10px;
}

.key_pos .scroll_w {
    font-size: 14px;
}

.key_pos .box_w1 {
    width: 30%;
}

.key_pos .box_w2 {
    width: 11%;
}

.key_pos .box_w3 {
    width: 15%;
}

.key_pos .vtop_btn {
    background: #ea5050;
    min-width: 130px;
    padding-top: 2px;
}

.key_pos .view_btn {
    background: #e3e7ed;
    height: 26px;
    min-width: 56px;
    font-size: 12px;
}

.key_pos .show_trends {
    border: 6px solid #e3e7ed;
    width: 100%;
    right: 0;
}

[data-tog-show] {
    display: none;
}

/* Keypos css ends  */

.load_more {
    background: #000;
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
    cursor: pointer;
}

.cp,
[type=file],
[src*=clear_txt] {
    cursor: pointer;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.key_res .text-primary {
    color: #1e70b9 !important;
}

.key_pos .green_banner {
    background: #e9f8e2;
    border: 1px solid #c0dec0;
}

.key_pos .key_btn.kb1 {
    background: #36d686;
}

.key_pos .key_btn {
    height: 46px;
    min-width: 135px;
    font-size: 16px;
}

.key_pos .key_btn.kb2 {
    background: #222;
}

.key_pos .key_btn.kb3 {
    background: #1e70b9;
}

/* Select css starts  */

select {
    word-wrap: normal;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-selection.select2-selection--single {
    border-color: #e3e7ed !important;
    border-radius: 0 !important;
    background: #f6f8fa !important;
    height: 48px !important;
    display: flex !important;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-selection.select2-selection--single b {
    content: '';
    width: 6.5px !important;
    height: 6.5px !important;
    display: inline-block;
    position: relative !important;
    border-width: 2px 2px 0 0 !important;
    top: 9px !important;
    transform: rotate(135deg);
    border-color: inherit !important;
}

select:not(:-internal-list-box) {
    overflow: visible !important;
}

/* Select css ends  */
b,
strong {
    font-weight: bolder;
}

b {
    font-weight: bold;
}


/* Flag icon css starts  */

.flag-icon-us.flag-icon-squared {
    background-image: url(../flags/1x1/us.svg);
}

.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-us {
    background-image: url(../flags/4x3/us.svg);
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon,
.flag-icon-background {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.flag-icon:before {
    content: "\00a0";
}

#country_flags {
    font-size: 30px;
    border-radius: 20px;
}

#selected_country {
    text-transform: uppercase;
}

/* Flag icon css ends  */

.main_area {
    width: 876px;
}

.main_area div.g-recaptcha.d-inline-block {
    min-height: 80px;
}

iframe[Attributes] {
    width: 304px;
    height: 78px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

.sede_ara {
    width: 300px;
}

.fbg-1,
.fbg-2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    max-width: 300px;
    background-size: contain;
}

.fsg-2 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: contain;
}

.g-90,
[id="top__sst"],
[id="b_b__sst"] {
    min-height: 101px;
    min-height: 52px;
}

.g-250,
[id="a_t__sst"],
[id="a_b__sst"],
[id="s_t__sst"],
[id="s_b__sst"] {
    min-height: 250px;
    min-height: 220px;
}

.pro_pricing.pricing .pro_pricing_bg {
    background-color: #564190;
    background-image: none;
    text-indent: 0;
    height: 48px;
    font-size: 20px;
}

.pro_pricing .pro_pricing_bg {
    width: 30px;
    margin: 0px;
    background-color: transparent;
    padding: 0.5rem 0px;
    display: inline-block !important;
    /* display: none !important; */
}

.pro_pricing .pro_pricing_bg {
    background-color: #564190;
    width: 125px;
    color: #fff !important;
    margin-right: 10px;
}

.pro_pricing_bg.dropdown-toggle::after {
    border: none;
    background-image: url(../webimages/pricing_chevron.svg);
    width: 20px;
    height: 12px;
    float: right;
    margin-top: 10px;
}

.justify_content_center {
    justify-content: center;
}

/* Button starts  */

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* Button ends  */
option {
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    white-space: nowrap;
}

.rounded-0 {
    border-radius: 0 !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.search_position {
    position: relative;
}

/* Dropdown css starts  */
.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Button css starts  */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
} */
button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.pro_pricing.pricing img {
    height: 100%;
}

.pro_pricing .pro_pricing_bg img {
    height: 25px;
}

/* Image css starts  */

img {
    vertical-align: middle;
    border-style: none;
    overflow-clip-margin: content-box;
    overflow: clip;
}

img[Attributes] {
    width: 101px;
    aspect-ratio: auto 101 / 23;
    height: 23px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img[Attributes] {
    width: 33px;
    aspect-ratio: auto 33 / 34;
    height: 34px;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.popular_tools {
    border: 1px solid #e3e7ed;
    right: 0;
    top: 49px;
    font-size: 13px;
    color: #000;
}

.popular_tools .col {
    min-height: 30px;
    border-bottom: 1px solid #e3e7ed;
}

.popular_tools .col a {
    color: #000;
}

.popular_tools .col a:before {
    content: "\2022";
    color: #1e70b9;
    margin-right: 5px;
    font-size: 30px;
    line-height: 0;
}

.sub_headings {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.heading_border {
    border-bottom: 1px solid #e3e7ed;
}

.sticky-container {
    position: sticky;
    top: 0px;
}

.fade:not(.show) {
    opacity: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

/* Modal dialog starts  */
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

.fade {
    transition: opacity .15s linear;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 800px !important;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

/* Modal dialog ends  */

/* ga-popup start  */
#ga_pop {
    cursor: pointer;
}

.g_popup .bg_popup {
    background: #e3e7ed;
}

.g_popup button.close {
    width: 26px;
    height: 26px;
    background: #000;
    opacity: 1;
}

.g_popup .popup_bg {
    background-image: url(../webimages/g_popup_bg.svg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.g_popup .heading {
    font-size: 33px;
    line-height: 40px;
}

.g_popup .opt_info_hover {
    cursor: pointer;
    transition: .5s;
}

.g_popup .options {
    min-width: 66px;
    height: 66px;
    font-size: 23px;
    background: #00bc5e;
    z-index: 1;
}

.g_popup .bge32020 {
    background: #e32020;
}

/* g-popup ends  */

.rounded-0 {
    border-radius: 0 !important;
}

.rounded {
    border-radius: .25rem !important;
}

.border-0 {
    border: 0 !important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}

/* Feedback Modal css starts  */

#feedbackModal {
    top: 45px;
}

#feedbackModal {
    top: 45px;
}

#feedbackModal .tool_heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.tool_heading {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#feedbackModal .tool_inp_sty {
    height: 48px;
    border: 1px solid #e3e7ed;
    color: #202020;
    font-weight: 700;
    background-clip: border-box;
}

.tool_inp_sty {
    height: 48px;
    border: 1px solid #e3e7ed;
    color: #202020;
    font-weight: 700;
    background-clip: border-box;
}

#feedbackModal .limit_count {
    font-size: 13px;
    font-weight: 700;
}

.limit_count {
    font-size: 13px;
    font-weight: 700;
}

#feedbackModal .tool_btn {
    background-color: #1e70b9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    height: 46px;
    min-width: 160px;
}

/* Feedback Modal css ends  */

.close-fdback-form {
    line-height: 0;
    text-shadow: none;
    background: #111 !important;
    opacity: 1;
    color: #fff;
    width: 26px;
    height: 26px;
    font-weight: 600;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    border: 0;
}

.plag_modal .bgf2f2f2 {
    background-color: #f2f2f2;
}

.plag_modal .feel_free {
    font-size: 32px;
    line-height: 34px;
}

.plag_modal1 {
    background-image: url(../webimages/plag_modal1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
}

.plag_modal .fs18 {
    font-size: 18px;
}

.plag_modal .mw73 {
    min-width: 73px;
}

.plag_modal .cus_scrollbar {
    height: 137px !important;
}

.cus_scrollbar.border1 {
    border: 1px solid #e3e7ed !important;
}

.cus_scrollbar {
    height: 195px !important;
    font-size: 14px;
    color: #202020;
    overflow: auto;
    resize: none;
}

/* Plag feedback css starts  */
.plag_feedback .terrible {
    background-image: url(../webimages/plag_terrible.svg);
}

.plag_feedback div {
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    display: inline-flex;
    margin: 5px;
    border: 3px solid #efefef;
    border-radius: 54px;
}

.plag_feedback .bad {
    background-image: url(../webimages/plag_bad.svg);
}

.plag_feedback .ok {
    background-image: url(../webimages/plag_ok.svg);
}

.plag_feedback .good {
    background-image: url(../webimages/plag_amazing.svg);
}

.plag_feedback .amazing {
    background-image: url(../webimages/plag_amazing.svg);
}

.plag_feedback .user_feedback:hover,
.plag_feedback .user_feedback.active,
.plag_feedback .user_feedback.hover_on {
    border: 3px solid #ff9a16;
    padding: 19px;
    border-radius: 57px;
}


/* Plag feedback css ends  */

/* Alert css starts  */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="hidden" i] {
    appearance: none;
    background-color: initial;
    cursor: default;
    display: none !important;
    padding: initial;
    border: initial;
}

.input_section {
    background: #f6f8fa;
    border: 1px solid #e3e7ed;
    position: relative;
    min-height: 260px;
}

.input_section textarea {
    width: 100%;
    height: 250px;
    outline: none;
    resize: none;
    border: none;
    color: #202020;
    font-weight: 700;
}

.tab-content>.active {
    display: block;
}

.tab-content>.tab-pane {
    display: none;
}

.rating_no {
    min-width: 30px;
    height: 29px;
    background-color: #ff9a16;
    font-size: 14px;
}

#rating_stars .rating-group {
    display: inline-flex;
}

#rating_stars .rating_icon,
#rating_stars_widget .rating_icon {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../webimages/grey-star.svg);
}

#rating_stars .rating_icon.active,
#rating_stars .rating_icon:hover,
#rating_stars .rating_icon.hover_on,
#rating_stars_widget .rating_icon.hover_on {
    background-image: url(../webimages/yellow-star.svg);
}

/* Label css starts  */
label {
    cursor: default;
    display: inline-block;
    margin-bottom: .5rem;
}

/* Label css ends  */

/* h css starts */
h3,
.h3 {
    font-size: 1.575rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

/* h css ends  */
#accordion_content p,
#accordion_content li {
    font-size: 16px;
    color: #505050;
    word-break: break-word;
}

#accordion_content * {
    text-align: left;
}

#accordion_content {
    padding: 20px 40px 60px;
}

#accordion_content h2 {
    font-size: 26px;
    font-weight: 700;
}

#accordion_content h2,
#accordion_content h3,
#accordion_content h4 {
    color: #222;
    font-weight: 600;
    margin-top: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

/* carousel css starts  */
.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.in_as_seen {
    width: 1310px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    height: max-content;
    width: 38px;
    height: 38px;
    top: 40%;
    opacity: 1;
    background-color: #f6f8fa;
}

.rounded-circle {
    border-radius: 50% !important;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev,
.carousel-control-next {
    height: max-content;
    width: 38px;
    height: 38px;
    top: 40%;
    opacity: 1;
    background-color: #f6f8fa;
}

.carousel-control-next {
    right: 0;
}

/* carousel css ends  */

.seen_slider {
    background-repeat: no-repeat;
    background-position: center;
    height: 158px;
    width: 100%;
    background-size: contain;
}

.seen_slider.seens_img1 {
    background-image: url(../webimages/seens_img1.png);
}

.seen_slider.seens_img4 {
    background-image: url(../webimages/seens_img4.png);
}

.seen_slider.seens_img5 {
    background-image: url(../webimages/seens_img5.png);
}

.main_fpt .sub_area {
    width: 1215px;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.sub_area .fs22 {
    font-size: 22px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.cus_nav {
    width: 1350px;
    padding: .5rem 0;
}

.cus_nav .lang_btn {
    min-width: 90px;
    padding: 0 8px;
    height: 34px;
    font-size: 12px;
    justify-content: space-evenly;
    border: 1px solid #ea5050;
}

.cus_nav .lang_btn #toggle_it {
    transform: rotate(0deg);
}

.cus_scrollbar1 {
    overflow-x: visible;
    overflow-y: hidden;
    height: auto !important;
}

[id*=trendGraph] {
    display: inline-block;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.res_heading {
    font-size: x-large !important;
    font-weight: 700 !important;
}




.result-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.result-item h2 {
    margin: 0;
}

.result-item a {
    text-decoration: none;
    color: #007bff;
}

.result-item a:hover {
    text-decoration: underline;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: .3em;
}

.pagination-controls {
    margin-top: 20px;
    text-align: center;
}

.pagination-controls button {
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 16px;
}

.input-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Form Header */
.input-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}


/* Form Group Styling */
.form-group {
    margin-bottom: 15px;
}

/* Label Styling */
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

/* Input Field Styling */
.form-group input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Button Styling */
.form-group button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-group button:hover {
    background-color: #0056b3;
}
.form-group ul {
    list-style: none;
    padding: 0;
}
.form-group ul li {
    display: inline-block;
    margin-right: 10px;
}


/* Result Container Styling */
.result-container {
    display: none;
    /* max-width: 600px; */
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Result Heading */
.result-container h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}

/* Result List */
.result-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.result-container ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.result-container ul li:last-child {
    border-bottom: none;
}

/* Error Message Styling */
.result-container p {
    color: #e3342f;
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

.center {
    text-align: center;
}

.odd {
    background-color: #f9f9f9;
}

.even {
    background-color: #ffffff;
}

#loading-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* White background */
    padding: 20px;
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* Shadow for better visibility */
    display: none;
    /* Hidden by default */
    z-index: 9999;
    /* Ensure it's on top of other elements */
    text-align: center;
    /* Center-align text and images */
}

#loading-overlay img {
    max-width: 150px;
    /* Adjust as needed */
    max-height: 150px;
    /* Adjust as needed */
    margin-bottom: 20px;
    /* Space between logo and spinner */
}

#loading-overlay img:last-child {
    max-width: 200px;
    /* Adjust as needed */
    max-height: 200px;
    /* Adjust as needed */
}

@media (max-width: 768px){
    body{
        /*width: 460px;*/
        font-size: 14px;
        padding: 15px;
    }

}

/* Footer Section */

@media only screen and (max-width: 767px) {
    .footerLogo{
        text-align: center;
    }
    .footerLogoContent{
        text-align: center;
        width: 100%;
    }
    .footerLogoSection {
        margin-bottom: 20px !important;
        margin-left: 10px !important;
    }
    .siteMap {
        width: 50% !important;
        margin-left: -20px !important;
    }
    .socialLinks {
        width: 50% !important;
         max-width: 175px !important;
    }
    .locationMainDiv {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .locationSectionWidth {
        width: 70%;
        margin-left: 60px;
    }
    .locationInnerSection {
        padding: 0px 0px 0px 0px !important;
    }
}

@media (max-width: 480px){
    body{
        /*width: 460px;*/
        font-size: 12px;
        padding: 10px;
    }
    
    .main_area .icon_sty {
    width: 150px;
    margin-bottom: 25px;
    cursor: pointer;

    .px-5 {
    padding-right: 0 !important;
    }

}

@media (max-width: 365px){
    body{
        /*width: 460px;*/
        font-size: 10px;
        padding: 8px;
    }
    
    .main_area .icon_sty {
    width: 145px;
    margin-bottom: 25px;
    cursor: pointer;

    .px-5 {
    padding-right: 0 !important;
    }

}