html {
  scroll-behavior: smooth;
}
body {
    color: #5B6378;
}
.container {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

h1, h2, h3 {
    color: #313743 !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-30p {
    margin-top: 30%;
}
.m-0 {
    margin:0px !Important;
}
.pl-3 {
    padding-left: 3%;
}
.pr-3 {
    padding-right: 3%;
}
.mb-5 {
    margin-top: 5%;
}
.inner-left-desktop-sm {
    padding-left: 45px;
}
.inner-right-desktop-sm {
    padding-right: 45px;
}
.f-22 {
    font-size: 22px !important;
}
.inline-block {
    display: inline-block;
}

.dashboard-btns-group {
  margin-bottom: 5%;
  margin-top: 10%;
}
.dashboard-btns-group .btn-free, .dashboard-btns-group .btn-buy {
  margin-top: 10px;
  margin-left: 10px;
}
.scopes .scope-column:after {
    content: "";
    background: #eeeeee;
    position: absolute;
    left: 0;
    height: 1px;
    width: 70%;
    top: 0%;
    margin-left: 15%;
}
.scope-column h3 {
  font-size: 18px;
}
.scope-column p {
    color: #5B6378;
}

.institutes h3 {
   font-size: 22px;
}
.institutes p {
   color: #8A92A7;;
   font-size: 18px;
}


.heading-desc {
  font-size: 18px;
  line-height: 1.5;
}

.similarity-features header p {
    color: #5B6378;
}

.btn-round {
    font-size: 16px;
    color: #F3F4F6 !important;
    width: 210px;
    height: 52px;
    border: none;
    border-radius: 50px;
    display: inline-block;
    padding-top: 14px;
    text-align: center;
}
.btn-free {
  color: #5587FF !important;
  background-color: transparent !important;
  border: #5587FF 1px solid !important;
}
.btn-buy {
  background-color: #5587FF;
}
.btn-black {
    background-color: #313743;
}
.btn-white {
   color: #5587FF !important;
   background-color: #fff; 
}
.btn-primary {
   background-color: #5587FF !important; 
}

button, .pricing-row a, .btn-round {
  transition: transform .3s;
}
button:hover, .pricing-row a:hover, .btn-round:hover {
  cursor: pointer;
/*  filter: brightness(95%);*/
  transform: scale(1.04);
}
.step-img {
    width: 15px;
    margin-right: 2%;
}
.safe-img {
    width: 40px;
}
.leading-institutes-images img {
    display: inline-block;
    float: left;
    width: 50%;
}
.similarity-list {
    margin-top: 10%;
}

.similarity-list li p {
    color: #1F2227;
    font-weight: 500;
    width: 85%;
    border-bottom: 1px solid #F0F1F5;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.similarity-list li img {
    width: 16px;
    margin-right: 5px;
}
.tickGreen {
    color: #29CB97;
}

.standard-tabs {
    background: #EFF4FF;
}
.standard-tabs .tabs-circle-top .tab {
  height: auto !important;
}

.standard-tabs .tabs-circle-top .tab.active a {
    height: auto !important;
    width: auto !important;
    background: transparent;
    line-height: 0 !important;
    border: none !important;
    color: #2e64ff !important;
}
.standard-tabs  .tabs-circle-top .tab.active {
     top: 0px; 
}
.standard-tabs .tabs-circle-top .tab a {
    display: inline !important;
    border: none;
    font-size: 16px !important;
    text-transform: none !important;
    background: transparent;
}
.standard-tabs .details-heading {
    margin-bottom: 5px;
}
.standard-tabs .details-desc {
    font-size: 18px;
}
.standard-tabs .tab-content {
    color: #485167;
}

.standard-ul {
    display: flex;
    justify-content: center;
}
.standard-ul li {
    text-align: left;
    list-style-type: none;
    width: 10%;
}
.standard-ul li a {
  font-weight: 600;
  padding-left: 0px !important;
}
.standard-ul .w-marketers {
    width: 15%;
}
.standard-ul .w-writers {
    width: 20%;
}
.standard-ul li:before {
    content:"·";
    font-size:70px;
    vertical-align:middle;
    line-height:20px;
}

.images-descriptions {
    padding: 2%;
}
.images-descriptions h3 {
    font-size: 32px;
    margin-top: 10px;
}
/* Pricing */
.uppercase {
    text-transform: uppercase;
}
.pricing-label {
    border: none !important;
}
.pricing-label h3 {
    width: 80%;
    top: 25%;
    position: absolute;
}
.table-responsive {
    overflow-x: visible;
}
.pricing-row .sticky {
    position: sticky;
    background: #fff;
    z-index: 100;
    top: 50px;
}
.pricing-row .column-tagline {
   height: 295px;
}
.pricing-plan-table {
  border-collapse: collapse;
  width: 100%;
}
.pricing-plan-table thead tr th {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 50px;
}
.pricing .plan {
    border-bottom: none !important;
}
.pricing-head {
    text-align: center;
    border-top: 1px solid #e6e9ed !important;
    padding-top: 3% !important;
}
.pricing-head h3 {
    font-size: 22px;
    color: #12193B !important;
}
.pricing-head .price {
    margin-bottom: 15px;
    height: 140px;
}
.pricing-head .amount {
    color: #12193B !important;
    font-weight: bolder !important;
    font-size: 42px !important;
}
.pricing-head .currency {
    color: #BFBFBF !important;
    top: 5px !important;
    font-size: 18px !important;
    margin-right: 5px !important;
}
.pricing-head .duration {
    margin-top: 10px;
    color: #8A92A7;
    font-size: 12px;
}
.pricing-head select {
    width: 120px;
    height: 38px;
    border: 1px solid #F0F1F5;
    border-radius: 20px;
    color: #8A92A7;
    margin-bottom: 0px;
    background-color: #fff;
}
.pricing-head .btn {
    background-color: #5587FF  !important;
    box-shadow:none !important;
}
.pricing-head .btn-download, .pricing-tfoot .btn-download {
  color: #5587FF !important;
  background-color: transparent !important;
  border: #5587FF 1px solid !important;
}
.pricing-head .save-label {
    font-size: 12px;
    background-color: #83d90f;
    color: #fff;
    border-radius: 20px;
    font-weight: normal;
    text-align: center;
    width: 85px;
    height: 30px;
    display: inline-block;
    padding: 9px;
    margin-top: 5px;
}
.pricing-tbody {
    border: none !important;
}
.pricing-tbody td {
    border: 1px solid #F0F1F5;
    color: #485167;
    font-size: 15px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pricing-check {
    text-align: center;
}
.pricing-check img {
    width: 16px;
    height: auto;
}
.pricing-row .col-bordered {
    height: 50px;
    padding: 10px;
    border-top: 1px solid #F0F1F5;
    border-right: 1px solid #F0F1F5;
    padding-left: 1%;
    padding-right: 1%;
}
.pricing-row .full-bordered {
    text-align: center;
    border: 1px solid #F0F1F5;
}
.pricing-row .br-none {
    border-right:none;
}
.pricing-tfoot td {
    border: 1px solid #F0F1F5;
    text-align: center;
}
.pricing-head .button-width, .pricing-tfoot .button-width, .col-md-3 .button-width  {
    background-color: #5587FF;
    width: 190px;
    height: 42px;
    padding: 10px 20px 13px !important;
    margin-bottom: 10px !important;
    box-shadow: none;
}
.pricing-tbody tr td:first-child {
    border-left: none;
}
.pricing-tfoot tr td:first-child {
    border-bottom: none;
    border-left: none;
}

.safe-desc {
    line-height: 2.0;
    color: #5B6378;
    font-size: 21px;
}

.testimonials .ratings {
    color: #FDE000;
    font-size: 42px;
}

.testimonial-column {
    padding: 10% 10% 10% 10%;
    border: 1px solid #DFE1E6;
    border-radius: 10px;
    text-align: center;
}

.testimonial-column p {
    color: #485167;
    font-size: 14px;
    line-height: 2;
}

.testimonial-user {
    margin-top: 20px;
}

.testimonial-user img {
    width: 58px;
    height: 58px;
}

.testimonial-user-text {
    margin-top: 10px;
}

.testimonial-user-text h4 {
    color: #1F2227;
    margin-bottom: 0px;
}

.similarity .similarity-primary-banner {
    background-color: #5587FF;
}
.similarity .similarity-grey-banner {
    background-color: #5B6378;
}

.similarity h3 {
    font-size: 28px !important;
    color: #fff !important;
}
.similarity-tagline p {
    color: #fff;
    font-size: 14px;
    margin-top: 2%;
}
.similarity-btn-group button {
   margin-top: 10px;
}
.footer-bottom a {
  color: #5B6378 !important;
}
.footer-white {
    background-color: #fff !important;
}
.footer-white .container {
    padding:2% 0% 2% 0% !important;
}
.footer-white ul li {
    font-size: 13px;
}
.footer-white .copyright-tagline {
    font-size: 13px;
    color: #5B6378 !important;
    margin: 0px 10px 0px 10px;
    float: left;
}

.window-img {
    height: 28px !important;
}
.big-zoom {
    zoom: 110%;
}

.ai-heading {
    font-size: 40px;
    line-height: 1.2 !important;
}
.ai-bordered-left {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #C9C9C929;
    border: 1px solid #DFE1E6;
    border-radius: 10px;
    padding: 15px;
}
.ai-bordered-right {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #C9C9C929;
    border: 1px solid #DFE1E6;
    border-radius: 10px;
}
.ai-textarea {
    width: 100%;
    margin-top: 2%;
    background-color: #fff;
    border: 1px dashed #E6E6E6;
    border-radius: 5px;
    opacity: 1;
    resize: none;
}
.ul-ai-menu {
    margin-bottom: 5%;
    padding-left: 0px;
}
.ul-ai-menu li {
    display: inline-block;
    float: left;
    margin: 2% 1% 1% 0%;
}
.ul-ai-menu li a {
    padding: 5px 10px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}
.ul-ai-menu li a:hover, .ul-ai-menu li .active {
  color: #fff;
  background-color: #5B6378;
}
.upgrade-btn {
    background: #fff;
    color: #5587FF;
    font-size: 13px;
    padding: 2px 17px;
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #5587FF;
        border-radius: 50px;
        opacity: 1;
}
.upgrade-btn:hover {
    background: #5587FF;
    color: #fff;
}
.analyze-btn {
    background: #5587FF;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 12px;
    margin-left: 2%;
    width: 138px;
    height: 38px;
}
.ai-list li p {
    color: #1F2227;
    font-size: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.ai-score-area {
    padding: 15%;
}
.ai-score {
    font-size: 45px;
    color: #5b6378;
}
.ai-score-desc {
     font-size: 18px;
     color: #5B6378;
}
.ai-guage-img {
    text-align: center;
    width: 100px;
}
#ai-warning {
    color:red;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    display:none;
}
.ai-caution {
    display: flex;
    align-items: flex-start;
    background-color: #fcf7de;
    padding: 10px;
    border-radius: 10px;
    color: #172b4d;
    margin-top: 3%;
}
.ai-caution-icon {
    margin-right: 10px;
    font-size: 36px;
    flex-shrink: 0;
}

.ai-caution-text {
    font-size: 13px;
    line-height: 1.5; /* Improve readability */
}
.ai-faq-panel {
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #edf0f2 !important;
}
.ai-faq-href {
    text-transform: none !important;
    background-color: #fff !important;
}
.ai-progress {
    display: none;
    background-color: #F5F5F5;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 30px;
    width: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}
.ai-progress-done {
    background: linear-gradient(to left, #F2709C, #FF9472);
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;    
}
.analyze-btn {
    position: relative;
    transition: background-color 0.3s;
}
.analyze-btn .loader {
    position: absolute;
    border: 3px solid white;
    border-top: 3px solid transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    top: 30%;
    left: 75%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.comparison-img {
    background: rgb(85,135,255);
    background: linear-gradient(90deg, rgba(85,135,255,1) 44%, rgba(85,97,255,1) 61%);
    padding: 5%;
    margin-bottom: 2%;
    text-align: center;
    border-radius: 10px;
}
.comparison-img img {
    height: 220px;
    border-radius: 10px;
}
.ai-project-item {
    text-align: left;
    padding: 20px;
    line-height: 1.5;
    color: #172b4d;
    font-size: 15px;
    margin: 10px;
}
.ai-project-img {
    height: 200px;
    width: 225px;
}
.ai-green {
    background: #e5faf0;
}
.ai-light-green {
    background: #f9ffe5;
}
.ai-brown {
    background: #ffe9e5;
}
.ai-light-brown {
    background: #ffebe0;
}
.ai-purple {
    background: #e8e2ff;
}
.ai-pink {
    background: #f9e5f9;
}

@media (min-width: 1370px) {
    .container-wide {
        width: 1370px !important;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        display: inline-block !important;
    }

    .ul-ai-menu li a {
        padding: 5px 8px;
        font-size: 8px;
    }
    .words-area {
        height: 70px;
    }
    .words-are span {
        font-size: 13px !important;
    }
    .upgrade-btn {
        font-size: 12px;
        margin-left: 10px;
        padding: 2px 15px;
    }
    .analyze-btn {
        margin-top: 10px;
        width: 100%;
    }
    .ai-progress {
        width: 175px;
    }
    .ai-caution {
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .ai-caution-text {
        font-size: 9px;
    }
    .ai-list li p {
        font-size: 12px;
    }
    .ai-project-img {
        height: 150px;
        width: 175px;
    }
    .ai-faq-panel .panel-body, .ai-faq-panel .panel-title>a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ai-faq-panel .panel-body {
        font-size: 13px;  
    }
    .similarity-list li p {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 11px;
    }
    .similarity-btn-group a {
        margin-bottom: 5px;
    }
    .ai-detectors-vs-plagiarism-checkerx h3 {
        margin-top: 10px;
    }
    .images-descriptions-area img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .images-descriptions h3 {
        font-size: 24px;
        margin-top: 10px;
    } 
}

@media screen and (max-width: 992px) {
    .leading-institutes-images img {
        width: 100%;
        margin-top: 5%;
    }
    .standard-ul {
        display: block;
    }
    .standard-ul li {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #F0F1F5;
    }
    .standard-ul .w-marketers, .standard-ul .w-writers {
      width: 100%;
    }
    .affix-wrapper {
        min-height: 50px !important;
        margin-top: 25px !important;
    }
    .navbar-collapse {
        background-color: transparent !important;
    }
    .navbar-brand {
        display: inline-block !important;
    }
    .window-img {
        height: 28px !important;
    }
    .compatible-tagline {
        font-size: 13px !important;
    }
    .table-responsive {
        overflow-x: auto !important;
    }
    
    /*  .pricing-plan-table thead tr th {
        position: sticky; 
        background: #fff;
        z-index: 100;
        top: 0px;
    }
    .pricing-plan-table .pricing-head {
        z-index: 0;
    }
    .pricing-plan-table .pricing-thead .pricing-label {
        left: -1px;
    }
    .sticky-col {
      position: sticky;
      background-color: white;
    }
    .first-col {
        width: 170px;
        min-width: 170px;
        max-width: 170px;
        left: 0px;
        padding-left: 5px;
        z-index: 9999;
        left: 0;
        white-space: normal !important;
        line-height: 1.5 !important;
    }
    .pricing-label h3 {
        white-space: normal;
        line-height: 1.5;
        margin-left: 5%;
    }
    .inner-left-desktop-sm, .inner-right-desktop-sm  {
        padding-left: 0px;
        padding-right: 0px;
    }


    /* Table via Col */
    .mob-none {
        display: none;
    }
    body {
        overflow-x: visible !important;
    }
    .pricing-row {
        overflow: inherit !important;
    }
    .pricing-row .sticky {
        background: #fff;
        top: 20px;
    }
    .pricing-row .col-bordered {
        text-align: center;
        display: flow-root;
        border-right: none;
        height: 35px;
        padding: 5px;
        font-size: 12px;
    }
    .pricing-row .column-tagline {
        height: 250px;
    }
    .pricing-row .price-head-area {
        width: 33.33% !important;
        display: inline-block;
        float: left;
    }
    .pricing-row .pricing-head .amount {
        font-size: 22px !important;
    }

    .pricing-row .pricing-head .price {
        height: 95px;
    }
    .pricing-row .pricing-head .currency {
        font-size: 12px !important;
    }
    .pricing-row .pricing-head h3 {
        font-size: 12px;
    }
    .pricing-row .pricing-head select {
        width: 90px;
        height: 30px;
        font-size: 11px;
    }
    .pricing-row .pricing-head .duration {
        margin-bottom: 5px;
    }
    .pricing-row .col-bordered:nth-child(odd) {
        background-color: #fff;
        border-right:none;
    }

    .pricing-row .col-bordered:nth-child(even) {
        background-color: #fff1e5;
        border:none;
    }

    .pricing-row .col-title {
        width: 100% !important;
    }

    .pricing-row .check-area {
        width: 33.33% !important;
        display: inline-block;
        float: left;
        background-color: #fff1e5 !important;
        border:none;
    }

    .pricing-row .check-area a, .pricing-row .check-area button, .pricing-row .price-head-area a, .pricing-row .price-head-area button {
        width: 100px;
        height: 35px;
        padding: 10px 10px 10px !important;
        font-size: 9px;
    }

    .button-1st {
        padding-right: 0px;
    }
    .button-3rd {
        padding-left: 0px;
    }
    
}