/* Generic Style */
:root {
    --ris-theme-bg-blue: #0F70E6;
    --ris-theme-bg-white: #ffffff;
    --ris-theme-bg-dark: #1A191C;
    
    --ris-theme-light-text: #666B74;
    --ris-theme-light-text-active: #1A191C;
    --ris-theme-light-bg-banner: #F6F7FA;
    --ris-theme-light-bg-border: #dee2e6;

    --ris-theme-dark-text: #B6B6B6;
    --ris-theme-dark-text-active: #ffffff;
    --ris-theme-dark-bg: #1A191C;
    --ris-theme-dark-bg-banner: #242426;
    --ris-theme-dark-bg-box: #2A2A2C;
    --ris-theme-dark-bg-border: #3A3A3A;

    --ris-header-height: 4.375rem;
    --ris-color-reversely: #A54EFF;

  }
body {
    font-family: "Onest", serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* color: var(--ris-theme-bg-dark); */
}
a {
    /* color:var(--ris-theme-bg-blue); */
    color:inherit;
    /* text-decoration: none; */
}
main {
    position:relative;
}
img {
    -webkit-user-drag:none;
}
.navbar-toggler:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow:none;
}
.form-control::placeholder {
    color: #CCCCCC;
}
.fs-14 {font-size:14px}
.fs-18 {font-size:18px}
.btn_primary,
.site-grad-btn {
    color: var(--ris-theme-bg-white);
    background-color:var(--ris-theme-bg-blue);
    border-color:var(--ris-theme-bg-blue);
    border-radius:8px;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 30px;
    line-height: 23px;
    text-decoration: none;
}
.btn_primary:hover,
.site-grad-btn:hover {
    color:var(--ris-theme-bg-blue);
    background-color: var(--ris-theme-bg-white);
    border-color:var(--ris-theme-bg-blue);
}
.btn_outline_primary {
    color:var(--ris-theme-bg-blue);
    border-color:var(--ris-theme-bg-blue);
    background-color:  var(--ris-theme-bg-white);
    border-radius:8px;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 24px;
    line-height: 23px;
}
.btn_outline_primary:hover {
    color: var(--ris-theme-bg-white);
    background-color:var(--ris-theme-bg-blue);
    border-color:var(--ris-theme-bg-blue);
}
.btn_dark {
    color: var(--ris-theme-bg-white);
    background-color:var(--ris-theme-bg-dark);
    border-color:var(--ris-theme-bg-dark);
    border-radius: 6px;
}
.btn_dark:hover {
    color:var(--ris-theme-bg-dark);
    background-color: var(--ris-theme-bg-white);
    border-color:var(--ris-theme-bg-dark);
}
.btn_outline_dark {
    color:var(--ris-theme-bg-dark);
    border-color:var(--ris-theme-bg-dark);
    background-color:  var(--ris-theme-bg-white);
    border-radius:8px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    line-height: 23px;
}
.btn_outline_dark:hover {
    color: var(--ris-theme-bg-white);
    background-color:var(--ris-theme-bg-dark);
    border-color:var(--ris-theme-bg-dark);
}
.sec-head {
    font-size:36px;
    font-weight:600;
    word-wrap: break-word;
}
.sec-desc {
    font-size: 18px;
    font-weight: 500;
    word-wrap: break-word;
}
.sec-text {
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
}
h1.sec-head{
    font-size: 40px;
    font-weight: 600;
}
h2.sec-head{
    font-size: 36px;
    font-weight: 600;
}
.form-select:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    /* border-color: none; */
    box-shadow: none;
}
:focus-visible {
    outline: none;
}
.card_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.card_text {
    font-size: 16px;
    font-weight: 500;
}
.card_text:last-child {
    margin-bottom: 0;
}
.modal-content .form-check-input {
    border-color: var(--ris-theme-light-text-active);
}
.signup-cont .form-floating, .login-cont .form-floating, .reset-cont .form-floating {
    position: relative;
}
.form-floating .pass_field {
    padding-right: 38px;
}
.form-floating .toggle-password {
    position: absolute;
    top: 18px;
    right: 11px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.spin_loader {
    position: absolute;
    top: 40%;
    left: 44%;
}
.button_blink{
    animation: shadow-pulse 1.1s infinite;
}
@keyframes shadow-pulse{ 
    0%{box-shadow:0 0 0 0px rgba(15 112 230);}
    100%{box-shadow:0 0 0 9px rgba(0, 0, 0, 0);}
}
/* End Generic Style */

/* Navbar (Header) style */
nav.navbar.ris-navbar {
    height: var(--ris-header-height);
}
.navbar-brand {
    margin-left:8px;
}
nav.navbar .navbar-nav .nav-link {
    font-weight:600;
    font-size:16px;
    margin-right:4px;
    padding:8px 10px;
}
nav.navbar .navbar-nav .devider {
    width: 2px;
    height: 26px;
    border-radius: 20px;
}
nav.navbar .navbar-nav .nav-item {
    margin-right:auto;
}
.navbar-collapse {
    z-index: 8;
}
.navbar-light .navbar-toggler {
    border-radius: 11px;
    padding: 6px 8px;
    border: 0;
}
nav.ris-navbar .navbar-collapse .pricing-btn {
    border-radius: 6px;
    padding: 7.2px 16px;
}
.theme-toggle-icon {
    width: 18px;
    height: 18px;
}
.theme-light-icon {
    background: url(../images/icons/icon-day-dull.svg) no-repeat;
}
.theme-light-icon.active {
    background: url(../images/icons/icon-day-active.svg) no-repeat;
}
.theme-dark-icon {
    background: url(../images/icons/icon-night-dull.svg) no-repeat;
}
.theme-dark-icon.active {
    background: url(../images/icons/icon-night-active.svg) no-repeat;
}
.theme-toggle .form-switch {
    margin-bottom: 3px;
    margin-left: 5px;
}
.form-check-input:focus {
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.theme-toggle .form-switch .form-check-input {
    background-position: left center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 2.25em;
    height:1.25em;
    cursor: pointer;
    border:none;
    border-radius: 2em;
}
.theme-toggle .form-switch .form-check-input:checked {
    background-position: right center;
    transition: background-position .15s ease-in-out;
}
.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}
.profileDropDown .dropdown-toggle {
    border:none;
    background:transparent;
    padding:0;
    display: flex;
    align-items: center;
}
.profileDropDown .dropdown-toggle::after {
    /* margin-left: 0 !important; */
}
.profileDropDown .profileIcon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #62a9ff;
    color:  var(--ris-theme-bg-white);
    font-weight: 600;
}
.profileDropDown .dropdown-toggle img {
    border-radius:50%
}
.profileDropDown .dropdown-menu .dropdown-item:first-child {
    pointer-events:none;
    font-weight:500;
}
.ris-navbar .login_btn {
    padding: 7px 20px;
    border-radius: 6px;
}
.profileDropDown .dropdown-menu,
.languageDropDown .dropdown-menu{
    right: 0;
    left: unset;
}
.languageDropDown .languageDropDownBtn {
    border:1px solid #D7DAE5;
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 500;
    background-color: #fff !important;
}
.languageDropDown .languageDropDownBtn img{
    vertical-align: sub;
}
.ris-navbar .navbar-collapse.show {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075); */
    /* margin-top: 9px; */
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
}
/* End Navbar (Header) style */

/* Tool Area style */
.tool-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 70px); */
    background: #f2f3f7;
}
.ris-navbar.navbar-light {
    background-color: #f2f3f7 !important;
    border-bottom: 0 !important;
}
div#navbarSupportedContent{background: #f2f3f7;}
.search-bar{
    font-size: 14px;
    text-align: center;
    width: 340px;
    padding: 5px 10px;
    border-radius: 16px;
    border: 1px solid  var(--ris-theme-bg-white);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
    margin: 40px auto;
}
.head-desc{
    text-align: center;
}
.tool-box{
    /* margin:-85px auto 35px; */
    padding: 10px;
    border-radius: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.upload_file {
 cursor: pointer;
}
.inner-tool-box{
    border-radius:10px;
    background: #fff !important;
}
.upload-line{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.upload-line-after{
    font-size: 15px;
    font-weight: 500;
}
.site-btn{
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    padding: 9.5px 40px;
    text-decoration: none;
    box-shadow: none;
    position: relative
}
.btn_reversely {
    background: var(--ris-color-reversely);
    border:1px solid var(--ris-color-reversely);
}
.btn_reversely:hover {
    color: var(--ris-theme-light-text-active);
    border: 1px solid var(--ris-color-reversely);
}
.features_sec {
    border-radius: 16px;
}
.icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:12px;
    width: 56px;
    height: 56px;
}
.features_sec  .icon_box {
    width: 50px;
    height: 50px;
}
.sample-image-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.sample-image-grid .suggestion {

}
.uploadSampleImg{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    position: relative;
    cursor: pointer;
}
.uploadSampleImg .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(166, 166, 166, .050945378151260545) 8%, rgba(0, 0, 0, 1) 100%);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uploadSampleImg .text {
    color:  var(--ris-theme-bg-white);
    font-size:17px;
    text-align: center;
    padding: 0 8px;
    font-weight: 600;
    overflow-wrap: anywhere;
    line-height: 23px;
}
.uploadSampleImg:hover .overlay {
    opacity: 1;
}
/* End Tool Area style */

/* find relevant pictures section */
.find-relevant-pictures-section ul{
    padding-left: 1.4rem;
}
.find-relevant-pictures-section ul li {
    font-weight: 500;
    font-size: 16px;
}
.find-relevant-pictures-section ul li::marker {
    color:var(--ris-theme-bg-blue);
    font-size:24px;
}
/* End find relevant pictures section style */

/* FAQs Section */
.accordion-button:focus {
    box-shadow:none;
}
.faqs_section .accordion-item {
    border-radius: 12px;
    margin-bottom: 20px;
}
.faqs_section .accordion-item .accordion-button {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 600;
    padding: 24px 20px;
}
.faqs_section .accordion-item .accordion-button.collapsed {
    border-radius: 16px;
}
.accordion-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
/* End FAQs Section style*/

/* Testimonial Section Style  */
.testimonial-card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-card .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.quotes-icon {
    width: 32px;
    height: 26px;
    background: url("../images/icons/icon-quotes.svg") no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-bottom: 16px;
}
.testimonial-card .card_text {
    font-size: 17px;
    flex-grow: 1;
}
.testimonial-card .card_title{
    font-size: 18px;
    margin-top: auto;
}
/* End Testimonial Section Style  */

/* Result Page style */
.result-area {
    height: calc(100vh  - var(--ris-header-height));
    overflow-y: auto;
}
.res-tool-box{
    border: 1px solid;
}
.res-tool-box{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 111px);
    border-radius: 16px;
    background: #f2f3f7 !important;
    border-color: transparent !important;
}
.outresUplod {
    padding: 10px;
    background: #fff;
    border-radius: 16px;
}
.res-upload-box {
    padding: 10px;
    border-radius:4px;
    background: #fff !important;
    min-height: 150px;
}
.inner-file-sec{
    width: 100%;
    height: 410px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 10px;
    margin: 0px auto;
    border-radius: 16px;
    border:1px solid;
}
.res-btn{
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    margin: 6px 0;
    text-decoration: none;
    box-shadow: none;
    padding: 9.5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}
.res-btn.gotoPricing {
    
}
.res-btn.ss-btn {
    min-width: 222px;
    margin-right:12px
}

/* for single button */
.res-btn.flt-btn {
    display: flex;
    font-size: 16px !important;
    height: 46px;
    width: 100%;
    border: 1px solid;
    /* justify-content: space-between; */
    margin-bottom: 16px;
    margin-top: 0;
    background: #011E5A !important;
    color: #fff !important;
}
.res-card-text {
    text-decoration:none;
}
.res-card-text img.dl-open {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-top: 2px;
}
.view-source-link {
    display: inline-block;
    padding: 3px 0px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 15px;
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 12px;
}

.editBtn {
    /* margin-bottom: 6px; */
}
.editBtn img {
    vertical-align: sub;
}
.whiteOverlay {
    width: 100%;
    border-radius: 8px;
    padding: 10.5px 6px;
    border: 1px solid;
}
.whiteOverlay #search {
    padding: 0px 11px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.whiteOverlay .separaterLine {
    width: 2px;
    height: 18px;
    margin-right: 7px;
    margin-left: 2px;
    margin-top: 4px;
}
.whiteOverlay a {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-right: 4px;
}
/*navtabs*/
.res-section {
    height: 100%;
    padding: 16px 8px 16px 4px;
    border-radius: 16px;
    border: 1px solid;
    background: #f2f3f7 !important;
    border-color: #f2f3f7 !important;
}
.nav-tabs.spec-navs{
    padding:5px 5px;
    border-radius: 10px;
    margin:0 12px 12px;
    gap: 10px;
    display: inline-flex;
    border:1px solid;
    background: #fff !important;
    border-color: #D7DAE5 !important;
}
.spec-navs .nav-link{
    padding:8px 42px;
    border-radius:10px;
    font-weight: 600;
    border-color: transparent !important;
}
.spec-navs .nav-item.show,
.spec-navs .nav-link.active,
.spec-navs .nav-link:hover,
.spec-navs .nav-link:focus {
    border-radius:8px;   
}
.res-big-box{
    overflow-y: auto;
    border-radius: 16px;
    height: calc(100vh - 224px);
    background-color: #f2f3f7 !important;
}
.res-big-box .faces_cont p {
    font-weight: 500;
}
.res-small-boxes{
    padding:0px;
    border-radius: 16px;
    margin: 12px 0px;
    fill: rgba(255, 255, 255, 0.30);
    border: 1px solid;
    min-height:180px;
}
.res-small-boxes .img-card-a{
    text-align: center;
    display: block;
    background-color: #dddddd4a;
    /* height: 180px; */
}
.res-card-img,
.res-card-canvas{
    min-width: 100px;
    max-width: 100%;
    margin: 0px auto;
    height: 180px;
    text-align: center;
    border-radius: 10px;
}
.res-small-boxes .res-card-img.state_error {
    width: 70px;
    min-width: unset;
}
.res-small-boxes .res-card-img.img_loading {
    border-radius: 5px;
    animation: 1.5s shine linear infinite;
    width: 100%;
}
@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.res-small-box-right{
    display: flex;
    padding: 2px 0;
    padding:0 6px;
    position: absolute;
    left: 12px;
    bottom:13px;
    width: 90%;
    background: #00000091;
    justify-content: space-around;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.res_title {
    min-height: 24px;
    width: 110px;
    font-size: 12px;
    color: #fff !important;
    padding-top: 3px;
}
.limit-banner-cont {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.limit-banner {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
    border:1px solid;
}
#consent_modal .modal-footer {
    justify-content: center;
}
#consent_modal .form-check input, 
#consent_modal .form-check label{
    cursor:pointer;
}
.consent-alert-cont {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.consent-alert-cont .alert-warning {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consent-alert-cont .alert .alert-inner {
    display:flex;
    gap: 12px;
    align-items: center;
}
.consent-alert-cont .alert svg {
    width: 24px;
    height:24px;
}
.consent-alert-cont .alert-warning p {
    font-weight:600;
}
.consent-alert-cont .alert-warning .btn-warning {
    font-weight: 600;
    padding: 6px 12px;
}
.consent-alert-cont .alert-warning .btn-warning:hover {
    background-color:  var(--ris-theme-bg-white);
    color: #d67419;
    border-color: #d67419;
}
._falert {
    display: flex;
    justify-content: center;
}
._falert .premium-alert-cont {
    position: absolute;
    z-index: 8;
    top: 230px;
}
._falert .premium-alert-cont .alert_premium {
    width: auto;
    flex-direction: column;
}
._falert .premium-alert-cont .alert_premium .alert-inner p {
    font-weight: 500;
}
._falert .premium-alert-cont .alert_premium button.site-grad-btn {
    padding: 12px;
    border-radius: 8px;
    width: 100%;
}
.premium-alert-cont .alert_premium {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 8px;
}
.premium-alert-cont .btn-sm {
    padding: 6px 12px;
    border-radius: .2rem;
    font-size: .875rem;
}
.face_pop {
    cursor: pointer;
    width:100px;
    height:auto;
    margin:5px;
    transform: perspective(1px) translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}
.face_pop:hover {
    transform: translateY(-5px);
}
/* End Result Page style */

/* Pricing Page Style  */
.pricing-page {
    
}
.pricing-main-card {
    border-radius: 16px;   
}
.plan-card {
    padding: 16px;
    border-radius: 12px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;    
}
.plan-details {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.plan-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.plan-subHeading {
    font-size: 16px;
    font-weight: 600;
}
.plan-price-sec {

}
.price-sign {
    font-weight: 600;
    font-size: 20px;
    vertical-align: top;
    margin-top: 13px;
    display: inline-block;
}
.price-value {
    font-size: 48px;
}
.price-tenure {
    font-size:16px;
    display: inline-block;
    vertical-align: text-bottom;
}
.plan-features {

}
.feature-points {
    list-style-image: url("../images/icons//icon-tick.svg");
    padding-left:29px;
}
.feature-points li{
    font-weight: 500;
    margin-bottom: 8px;
}
/* .feature-points {
    color:#666B74;
    font-weight: 500;
} */
.feature-points-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 2px;
    background: url("../images/icons//icon-tick-box.svg") no-repeat center center;
    background-size: contain;
}
.plan-card-btn {
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 11.2px 16px;
    box-shadow: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.plan-card:hover .plan-card-btn,
.plan-card.active .plan-card-btn {
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    padding: 11.2px 16px;
    box-shadow: none;
}
.pricing-pills {
    border-radius: 12px;
    padding: 8px;
}
.pricing-pills .nav-link {
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 24px;
}
.pricing-pills .nav-link.active,
.pricing-pills .show>.nav-link {
    font-weight: 600;
}
.pricing-pills .nav-link span {
    display: inline-block;
}
.pricing-pills .nav-link span.price-badge {
    font-size: 14px;
    border-radius: 30px;
    padding: 3px 10px;
    margin-left:8px;
}
.checkbox_renew {
    font-size: 20px;
    font-weight: 500;
}
.form-check input[type="checkbox"] {
    border: 1px solid currentColor;
    border-radius: 4px;
    /* transform: translateY(-.075em); */
    display: grid;
    place-content: center;
    cursor: pointer;
}
.form-check input[type="checkbox"]::before {
    content: "";
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* background-color: #666B74; */
}
.checkbox_renew input[type="checkbox"] {
    width: 0.9em;
    height: 0.9em;
}
.checkbox_renew input[type="checkbox"]::before {
    width: 0.6em;
    height: 0.6em
}
.checkbox_renew label {
    font-size: 16px;
}

/* .checkbox_renew input[type="checkbox"]:checked::before {
    transform: scale(1);
} */
.features-card {

}
/* End Pricing Page Style  */

/* Other Pages */
.contentText, .fullPage {
    min-height: calc(100vh - 70px);
}
.contentText .contentTextInner,
.fullPage .fullPageInner {
    display: inline-block;
    width: 100%;
}
.contentText h1,
.contentText h2,
.contentText h3 {
    font-weight: 600;
}
.contentText p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.contentText h1 {
    font-size: 40px;
}
.contentText h2 {
    font-size: 24px;
    margin-bottom: 12px;
}
.contentText h3 {
    font-size:20px;
}
.contentText .main_para p {
    font-size:18px;
}
.contentText .sec_para,
.contentText .main_para {
    margin-bottom: 30px;
}
.contentText ul li {
    margin-bottom: 8px;
}
/*  */

/* footer style */
.footer_main .row{
    position: relative;
    z-index: 8;
}
footer a,
footer a.nav-link,
footer p {
    /* color:#C6C5C6; */
    color:#e5e5e5;
}
.footer_main a {
    display:inline-block;
}
.footer_main .footer_head {font-size:19px;font-weight:600;display:block}
.footer_main ul li a {
    padding:8px 0;
}
.footer_main ul li a:hover,
.footer_bottom a:hover {
    color:var(--ris-theme-bg-blue)
}
.footer_desc {
    width: 75%;
}
.footer_main .social-icons .social-icon-box {
    width: 34px;
    height: 34px;
    background: #2C2C2C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_main .social-icons .social-icon-box:hover {
    cursor: pointer;
    background-color: var(--ris-theme-bg-blue);
}
.footer_bottom {
    border-top: 1px solid #404040;
}
.footer_bottom p {
    font-weight:500;
}
.footer_bottom a {
    text-decoration: none;
    color: var(--ris-theme-bg-white);
}
/* ashar style */
.footer {background: #184aaf;min-height: 100px;}
.w90 {width: 90%;}
.footer a {color: #fff;font-weight: 700;font-size: 16px;text-decoration: none;}
.extra {height: 80px;}
.inheading {font-size: 40px;font-weight: 700;}
.videoplaintext {font-size: 20px;font-weight: 400;color: #5a5a64;}
.videoinheading {font-weight: 700;}
.pgcontent-sec a{color: #007bff;text-decoration: none;background-color: transparent;}
.accordion-header button {font-size:18px;}
.res-item {position: relative;}
img.abs-pic.proImage {position: absolute;top: 5px;left: 5px;}
.footerinner a {font-size:15px;}
.loaderGif{display: flex;align-items: center;justify-content: center;}
.spinner{width: 48px;height: 48px;border: 5px solid #FFF;border-bottom-color: transparent;border-radius: 50%;display: inline-block;box-sizing: border-box;animation: rotation 1s linear infinite;}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
.footer-logo span {font-size: 20px;font-weight: 800;display: inline-block;margin-left: 5px;position: relative;top: 4px;}
.footer-logo a {text-decoration: none;}
.search_engine_container{display:flex;flex-wrap: wrap;justify-content: center;gap: 15px;max-width: 800px;}
.search-btn {display: flex;align-items: center;gap: 10px;background: #fff;border: 1px solid #ffb768;padding: 10px 15px;border-radius: 8px;text-decoration: none;color: #333;font-size: 14px;font-weight: bold;box-shadow: 0px 7px 18px #E3E8F3;transition: all 0.3s ease;min-width: 180px;justify-content: space-between;}
.search-btn img {width:27px;height:27px;}
.text-blue{color:#0f70e6 !important}
.arrowsec{width:48%;}
.smpleText{font-size:14px;}
.sample-image-grid .suggestion{gap:12px;}
.width55{width:55%;}


.multi_lang_area_bg a {border-color: #E7E7E7;border-radius: 40px;background-color: #fff;font-size: 14px;font-weight: 600;margin: 10px !important;box-shadow: -1px 3px 4px 1px #33333333;border: 1px solid #E3E7ED;padding: 10px 20px;display:inline-flex;text-decoration:none;align-items: center;}
.country-icons{min-width:30px;height:30px;background-repeat: no-repeat;background-size: contain !important;background-position: center;margin-right:5px;display: inline-block;}
.lang-en{
    background: url(../images/icons/flags/lang_icon_1.png) no-repeat;
}
.lang-es{
    background: url(../images/icons/flags/lang_icon_2.png) no-repeat;
}
.lang-fr{
    background: url(../images/icons/flags/lang_icon_12.png) no-repeat;
}
.lang-de{
    background: url(../images/icons/flags/lang_icon_5.png) no-repeat;
}
.lang-pt{
    background: url(../images/icons/flags/lang_icon_3.png) no-repeat;
}
.lang-it{
    background: url(../images/icons/flags/lang_icon_6.png) no-repeat;
}
.lang-ru{
    background: url(../images/icons/flags/lang_icon_17.png) no-repeat;
}
.lang-id{
    background: url(../images/icons/flags/lang_icon_7.png) no-repeat;
}
.lang-ar{
    background: url(../images/icons/flags/lang_icon_18.png) no-repeat;
}
.lang-cs{
    background: url(../images/icons/flags/lang_icon_19.png) no-repeat;
}
.lang-fi{
    background: url(../images/icons/flags/lang_icon_16.png) no-repeat;
}
.lang-zh{
    background: url(../images/icons/flags/lang_icon_14.png) no-repeat;
}
.lang-ja{
    background: url(../images/icons/flags/lang_icon_4.png) no-repeat;
}
.lang-tr{
    background: url(../images/icons/flags/lang_icon_8.png) no-repeat;
}
.lang-ko{
    background: url(../images/icons/flags/lang_icon_10.png) no-repeat;
}
.lang-vi{
    background: url(../images/icons/flags/lang_icon_13.png) no-repeat;
}
.lang-nl{
    background: url(../images/icons/flags/lang_icon_9.png) no-repeat;
}
.lang-sv{
    background: url(../images/icons/flags/lang_icon_15.png) no-repeat;
}
.lang-pl{
    background: url(../images/icons/flags/lang_icon_11.png) no-repeat;
}
.nav_badge{
    background: var(--ris-theme-bg-blue);
    color: #fff;
    font-weight: 500;
    padding: 2px 6px;
    box-shadow: 1px 1px 20px -12px;
    border-radius: 6px;
    position: absolute;
    right: 8px;
    top: -9px;
    font-size: 11px;
    letter-spacing: 1px;
}
.badge_pop {
    animation: pop-animation 1s ease infinite;
}
@keyframes pop-animation {
    0% {
        transform: scale3d(1, 1, 1);
    } 
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
img.gotoprobtn {
    margin-right: 12px;
}


@media (max-width: 3071.98px) and (min-width:1920px) {
    .tool-area {
        min-height: calc(100vh - 70px);
    }
    
}
/* @media (max-width: 2160px) {} */
@media (max-width: 1399.98px) {
    /* .faqs_section {
        padding-bottom: 350px;
    } */
}
@media (max-width: 1199.98px) {
    nav.navbar.ris-navbar {
        height: auto;
    }
    nav.navbar .navbar-nav .nav-item {
        margin-right: 0;
        border-bottom: 1px solid;
    }
    nav.navbar  .navbar-nav .nav-link {
        padding: 10px;
    }
    nav.ris-navbar .navbar-collapse .pricing-btn {
        padding: 7.2px 16px;
    }
    .profileDropDown .dropdown-menu, 
    .languageDropDown .dropdown-menu {
        right: unset;
        left: 0;
    }
    .ris-navbar .login_btn {
        display: block;
        text-align: left;
    }
    .languageDropDown .languageDropDownBtn {
        width: 100%;
        text-align: left;
    }
    nav.navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    
    
}
@media (min-width: 768px) {
    .sample-image-grid {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
    /* .sample-image-grid.left_grid .suggestion:first-child {
        margin-top: -140px;
        margin-bottom: 120px;
    } */
    /* .sample-image-grid.right_grid .suggestion:first-child {
        margin-top:-25px;
        margin-bottom:110px;
    } */
    .left_grid {margin-right:-20px;}
    .right_grid {margin-left:-20px;}
    img.leftPr {left:22%;}
    img.rightPr {right:0;}
    .rightPr20 {right:50px;}
    img.leftPr12 {left:12%;}
}
@media (max-width: 767.98px) {
    /* #sample-cat img {
        content: url('../images/sample-images/sample-img-cat-mob.svg');
        width: 160px;
    }
    #sample-tower img {
        content: url('../images/sample-images/sample-img-tower-mob.svg');
        width: 160px;
    } */
    .btn_reversely{
        padding: 11px 16px;
    }
    .nav-tabs.spec-navs {
        justify-content: center;
        gap: 8px;
    }
    .spec-navs .nav-link{ padding: 8px 24px;}
    .suggestion .position-absolute {display:none;}
    .suggestion.text-end.position-relative {text-align: center !important;}
    .tool-area .col-lg-8 {padding-bottom: 0px !important;}
    .features_sec{padding-bottom: 20px !important;}
    h1.sec-head {font-size:26px;}
    .sec-desc {font-size:14px;}
    .inheading {font-size:30px;}
    .extra {height: 40px;}
    .pgcontent-sec .w90{width: auto;padding-left: 15px !important;padding-right: 15px !important;}
    .pgcontent-sec  .padding2.w80.mx-auto {padding-left: 15px;padding-right: 15px;}
    .pgcontent-sec, .videoplaintext{font-size:16px;}
    h2.sec-head{font-size:30px;}
    .res-tool-box{padding-left: 0 !important;padding-right: 0 !important;}
    .footerinner {display: block !important;padding-top:25px;text-align: center;}
    .links.ms-auto.align-items-center {display: flex;flex-direction: column;gap: 12px;margin-top: 20px;margin-bottom: 20px;}
    .footerinner img {margin-bottom: 10px;}
}
@media (max-width: 575.98px) {
    .pricing-pills {
        justify-content: center;
        gap: 8px;
    }

}
@media (max-width: 424.98px) {
    .ris-navbar .navbar-brand img{
        width: 215px;
    }
	.tool-area{overflow:hidden;}
}