/* Added by Abu for testing purpose */

.contact-body-bg {
    background-image: url(https://goldfynch.com/img/tilebg.png);
    background-color: rgba(255, 255, 255, 0.6);
}
.btn-lg-width {
    width: 232px;
}

.gf-blue {
    color: #1198ED;
}

#header p {
    font-size: 18px;
    font-weight: 500px;
}
.page-top-h1-margin {
    margin-top: 3em;
    padding: 10px 10px;
}
h2 {
    font-size: 40px;
}
h2:after {
    content: ' ';
    width: 10%;
    border-bottom: 2px solid rgba(30, 154, 238, 0.5);
    display: block;
    margin: 10px auto;
}
#tutorial h3, #compare-ediscovery h3 {
    color: #1F1F1F;
    font-family: Catamaran;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
#tutorial h4, #compare-ediscovery h4 {
    color: #474747;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#compare-ediscovery h4 {
    font-size: 19px;
    line-height: 1.5;
}
.sub-head-banner {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px;
}
.sub-title-banner {
    font-size: 30px;
    line-height: 40px;
}
.grey {
    color: #999999;
}
.btn-primary {
    border-radius: 4px;
}
#demo h2 {
    font-size: 30px;
}
.btn-outlined {
    background-color: transparent;
    border: 1px solid #f6da3e;
    color: #f6da3e;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.space-adjust {
    padding-left: 24px;
}
.reach-us img {
    margin-right: 10px;
}
.reach-us a {
    color: #474747;
    font-weight: 400;
    margin-right: 24px;
    padding-bottom: 10px;
}
.reach-us-block {
    border-radius: 6px;
    border-bottom: 1px solid #CCC;
    background: rgba(17, 152, 237, 0.1);
    padding: 20px;
    min-height: 222px;
}
.reach-us-block h5 {
    color: #3C3C3C;
    font-family: Catamaran;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    padding-top: 8px;
}
.reach-us-block p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.gf-primary-btn {
    border-radius: 6px;
    background: #3C3C3C;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #3c3c3c;
    padding: 8px 16px 8px 16px;
}

.gf-primary-btn:hover {
    background: #1F1F1F;  
}
.gf-primary-btn-outlined {
    border-radius: 6px;
    background-color: transparent;
    color: #3c3c3c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    border: 1px solid #3c3c3c;
    padding: 8px 16px 8px 16px;
}
.gf-primary-btn-outlined:hover {
    color: #1F1F1F; 
    border: 1px solid #1F1F1F;  
}
.gf-secondary-btn {
    border-radius: 6px;
    background: #F6DA3E;
    color: #272C31;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    border: none;
    padding: 8px 16px 8px 16px;
}
.gf-secondary-btn:hover {
    background: #fcdd31;  
}
.btn-lg {
    min-width: 190px;
}
.gf-hero-btn {
    border-radius: 6px;
    font-size: 18px;
    font-style: normal;
    box-shadow: none;
    padding: 10px 24px;
    margin: 10px;
}
.gf-hero-btn-primary {
    background: #F6DA3E;
    color: #272C31;
    border: 1px solid #F6DA3E;
}
.gf-hero-btn-primary:hover {
    background: transparent;
    color: #F6DA3E;
}
.gf-hero-btn-outlined {
    background: transparent;
    color:#F6DA3E;
    border: 1px solid #F6DA3E;
}
.gf-hero-btn-outlined:hover {
    background: #F6DA3E;
    color: #272C31;
}
.gf-tab {
    border-radius: 0 8px 8px 8px;
    border: 1px solid #999;
    background: #F5F5F5;
    padding: 30px 30px;
    margin-top: -2px;
}
.gf-tab h5 {
    color: #3C3C3C; 
    font-family: Catamaran;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
}
.step-tut {
    color: #474747;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.step-tut ul li {
    list-style: number;
    margin-bottom: 14px;
}
.step-tut ul {
    margin-left: -20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000; 
    cursor: default;
    background-color: #F5F5F5;
    border: 1px solid #999;
    border-bottom-color: transparent;
    font-family: Catamaran;
    font-size: 17px;
    font-weight: 500;
}
.nav > li > a {
    color:#999;
    font-size: 17px;
    padding: 10px 12px;
}
.nav-tabs > li > a {
    border-radius: 8px 8px 0 0;
}
.nav-tabs > li {
    padding-right: 10px;
}

/* h-scroll starts */
.scroll-tabs {
        display: -webkit-box;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth iOS scroll */
        overflow-y: hidden;
    }
.scroll-tabs::-webkit-scrollbar {
      display: none; /* Hide scrollbar for cleaner look */
    }
/* h-scroll ends */

.scr-shot-btn {
    color: #1198ED;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.scr-shot-btn img {
    margin-right: 10px;
}
.tut-modal {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    max-width: 380px;
    margin-top: 20px;
}
.modal-title {
    color: #1F1F1F;
    font-family: Catamaran;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.modal-header {
    padding: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.close {
    float: right;
    font-size: 26px;
}
.modal-body {
    padding-top: 0px;
}
@media (max-width: 768px) {
    .modal-body {
    padding-left: 10px;
    }
    .carousel-inner {
        width: auto;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 85%;
    }
}
.modal-content {
    padding-bottom: 30px;
}
.modal-body-title {
    color: #1F1F1F;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    padding-bottom: 12px;
    text-align: center;
    padding-top: 16px;
}
.carousel-inner {
    background-image: none; /*url(../img/quote_background.jpg); */
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
    align-items: center;
    /*max-width: 420px;*/
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border: 1px solid #6D6D6D;
    border-radius: 6px;
    margin: auto;
}
.carousel-control {
    width: 10%;
    color: #000000;
}
.carousel-control.left {
    left: -15px;
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
    right: -15px;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
}
.carousel-indicators {
        bottom: auto;
        margin-top: 10px;
    }
.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 3px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #BBBCBD;
   /* border: 1px solid #fff;*/
    border-radius: 0px;
    border: none;
}
.carousel-indicators .active {
    background-color: #474747;
    border-radius: 0px;
    width: 24px;
    height: 3px;
    border: none;
    margin: 2px;
}
.tab-banner-md {
    border-radius: 8px;
    background-color: #272C31;
    display: flex;
    align-items: center;
    padding: 20px;
    align-content: stretch;    
}

.tab-banner-md-title {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 2px;
}

@media (min-width: 1280px) {
    .tab-banner-md-margin-adj {
        margin-top: -70px;
    }
}
.tab-content-subhead {
    color: #1F1F1F;
    font-family: Catamaran;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 8px;
}
.tab-content-parag {
    font-size: 16px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.boxed-content-sm {
    border: 1px solid #999;
    border-radius: 4px;
    padding: 3px 6px;
}
.boxed-content-md {
    border: 1px solid #999;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    background: #efefef;
}
.boxed-content-lg {
    border-radius: 6px;
    padding: 24px;
    display: inline-block;
    background: #efefef;
    border: 1px solid #999;
    width: 100%;
}

.bullet-arrow ul li {
    list-style-image: url(../img/bullet-arrow.svg);
}
.section-banner-lg {
    display: flex;
    padding: 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 8px;
    border-bottom: 1px solid #CCC;
    background: rgba(17, 152, 237, 0.10);
    margin: 50px auto;
}
.section-banner-lg-title {
    color: #3C3C3C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-right: 2px;
    font-weight: 600;
    padding-bottom: 10px;
}
.section-banner-lg-parag {
    font-size: 16px;
    columns: #404040;
}
.gf-btn-blue-right-icon {
    background-color: #1198ED;
    display: inline-flex;
    padding: 2px 6px 2px 16px;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin-left: 2px;
}
.gf-btn-blue-left-icon {
    background-color: #1198ED;
    display: inline-flex;
    padding: 2px 16px 2px 6px;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin-right: 2px;
}
.gf-btn-blue-right-icon .gf-btn-blue-left-icon:hover {
    background-color: rgb(13, 114, 177);
}
.next-pre-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.gf-table {
    font-size: 16px;
}
.gf-table thead {
    background-color: #dddddd;
}
.list-highlight {
    background-color: #dbdbdb;
    padding: 4px 8px 6px 8px;
    border-radius: 4px;
    font-weight: 700;
    margin-right: 8px;
    text-align: center;
    border: none;
}
.ht-adjust {
    height: 232px;
}
.vendors-block {
    background-color: transparent;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    border-radius: 8px;
    min-height: 406px;
}
.vendors-block h1 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 600;
}
.vendors-block-features {
    color: #1f1f1f; 
    padding: 4px 0px;
}
.vendors-block-features-head {
    font-size: 20px;   
    font-weight: 400;
    margin-left: 6px;
    display: inline-table;
}
.why-choose-block {
    border-radius: 6px;
    border-bottom: 1px solid #CCC;
    background: rgba(17, 152, 237, 0.1);
    padding: 24px 24px 12px 24px;
    min-height: 334px;
    margin-bottom: 30px;
}
.why-choose-block-subhead {
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-bullet {
    width: 8px; 
    height: 8px;
    border-radius: 20px;
}
.testimonial-section {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: rgba(255,255,255,.3);
}
.customer-name {
    font-size: 20px;
    color: #1198ED;
    padding-bottom: 6px;
}
.company-name {
    font-size: 16px;
    columns: #404040;
    padding-bottom: 20px;
}
.divider-yellow-sm {
    background-color: #F6DA3E;
    width: 60px;
    height: 1px;
    margin: 50px 0px;
}
.dark-bg {
    background-color: #272C31;
    background-image: url(../img/darktilebg.png);
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.light-blue-bg {
    background-color: rgba(17, 152, 237, 0.10)
}
.customer-loves-block {
    background-color: transparent;
    padding: 24px 24px 12px 24px;
    padding-top: 30px;
}
.customer-loves-block-subhead {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0px;
}
.customer-loves-block img {
    position: absolute;
    margin-top: 60px;
    left: 40px;
}
.gf-table-comparison {
    background-color: rgba(255, 255, 255, 0.3);
}

.gf-table-comparison>thead {   
    font-weight: 600;
    border-radius: 8px 8px 0px 0px;
    border: 0px solid #333;
    border-bottom: 1px solid #CCC;
    background: rgba(17, 152, 237, 0.10);
}
.gf-table-comparison>thead>tr>th {
    border: 0px solid #333;
    border-bottom: 1px solid #cccccc;
    padding: 16px 16px;
    font-size: 17px;
    vertical-align: middle;
}
.gf-table-comparison>tbody>tr>td {
    border: 0px solid #333;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 16px;
    font-size: 16px;
}
.gf-table-comparison>tbody>tr>td:first-child {
    background-color: #f5f5f5;
    color: #000000;
}
.real-world-section {
    padding-top: 30px;
    padding-bottom: 60px;
}
.real-world-block {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 50px 30px 20px 30px;
    color: #404040;
    font-size: 16px;
    width: 410px;
    min-height: 620px;
    margin: auto;
}
.real-world-block-head {
    font-size: 32px;
    color: #3C3C3C;
    padding-bottom: 6px;
    font-weight: 600;
}
.real-world-block-subhead {
    font-size: 24px;
    color: #3C3C3C;
    padding-top: 10px;
}
.real-world-block-pricing {
    font-size: 36px;
    color: #1F1F1F;
    padding-top: 10px;
    font-weight: 600;
}
.white, .text-white {
    color: #ffffff;
}
.text-light {
    color: #cccccc;
}
.yellow {
    color: #F6DA3E;
}

.banner-cards {
    padding: 14px 14px 14px 0px;
    border: 1px solid #3c3c3c;
    border-radius: 8px;
    width: 200px;
    height: 96px;
    margin: 12px;
    text-align: center;
    display: inline-block;
}
.banner-cards h4 {
    font-size: 16px;
    color: #ffffff;
    margin-top: 14px;
}
.pricing-cards-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pricing-cards-row:before,
.pricing-cards-row:after {
    display: none !important;
}

.pricing-cards-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.pricing-table {
    background-color: rgba(255,255,255,.3);
    border: 1px solid #cccccc;
    padding: 12px;
    margin-top: 20px;
    border-radius: 14px;    
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pricing-table-highlighted {
    border: 1px solid #1198ED;
}
.pricing-title {
    font-size: 24px;
    font-weight: 600;
    color: #1F1F1F;
    margin-top: 10px;
}
.pricing-title:after {
    content: ' ';
    width: 25%;
    border-bottom: 2px solid #F6DA3E;
    display: block;
    margin: 10px auto;
}

.pricing-header {
    min-height: 120px;
}
.pricing-sub-title {
    font-size: 18px;
    color: #1198ED;
    margin: 20px 0px;    
    font-weight: 600;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricing-sub-title span {
    font-size: 32px;
    font-weight: 600;
}
.pricing-table p {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 6px;
    color: #3C3C3C;
}
.pricing-table-list-spacing {
    padding-left: 14px;
    padding-right: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pricing-sub-title-plan {
    font-size: 16px;
    font-weight: 600;
    color: #1F1F1F;
}
.plan-size-head {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 6px;
}
.plan-size-head span {
    font-size: 16px;
    color: #474747;
}
.stat-label {
    font-size: 16px;
    margin-top: 10px;
    color: #6D6D6D;
    font-weight: 600;
}
.stat-value {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}
.plan-size-card {
    background-color: rgba(255,255,255,.3);
    border: 1px solid #cccccc;
    padding: 12px 10px;
    margin-top: 20px;
    border-radius: 8px;    
    text-align: left;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    height: 94px;
}
.plan-size-card img {
    margin-right: 6px;
}
.slider-output {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}
.form-control {
    height: 48px;
    font-size: 16px;
    color: #999999;
}
.form-group label {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.form-check-input {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

/* FAQ */
    .faq-item {
      /* border-radius: 10px;*/
      border: 1px solid var(--border-soft);
      background: var(--bg-lighter);
      /*margin-bottom: 0.75rem;*/
      overflow: hidden;
    }
    .faq-item h3 span {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #474747;
    }

    .faq-question {
      margin: 0;
      padding: 20px;
      background: #F5F5F5;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #cccccc;
    }

    .open h3 {
        background-color: #ffffff;
    }

    .faq-question span.arrow {
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .faq-answer {
      display: none;
      padding: 20px;
      font-size: 16px;
      color: var(--text-muted);
      background: var(--bg-lighter);
      background-color: #ffffff;
      padding-top: 0px;
    }

    .faq-item.open .faq-answer {
      display: block;
    }

    .faq-item.open .faq-question span.arrow {
      transform: rotate(180deg);
    }

    .faq-answer ul {
      padding-left: 3rem;
      margin: 0.25rem 0 0.5rem;
    }

    .faq-answer li {
      margin-bottom: 0.25rem;
    }
#organizations-note h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 33px;
}
#organizations-note h4 {
    color: #CCCCCC;
    font-size: 18px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .plan-size-head {
        font-size: 20px;
    }
    .text-center-sm {
        text-align: center;
    }
    .slider-output {
        margin-left: -15px;
        margin-right: -15px;    
    }
    .stat-label {
        font-size: 13px;
    }
    .stat-value {
        font-size: 16px;
    }
    .plan-size-card {
        margin-top: 10px;
        border-radius: 6px;  
        font-size: 15px;
        display: flex;
        align-items: center;
        height: auto;
    }
    .pricing-table {
        margin-left: 16px;
        margin-right: 16px;
    }
    .banner-cards {
        padding: 10px;
        width: 163px;
        margin: 6px;
        height: 88px;
    }
    .page-top-h1-margin {
        margin-top: 0em;
    }
    .reach-us a {
        width: 300px;
    }
    .tab-banner-md {
    flex-direction: column;
    text-align: center; 
    margin-top: 24px;  
    }
    .tab-banner-md-title {
    margin-bottom: 20px;
    }
    .section-banner-lg {
    flex-direction: column;
    }
    .section-banner-lg {
        text-align: center;
    }
    .tutorial h1 {
        font-size: 40px;
    }
    #tutorial h3, #compare-ediscovery h3 {
        font-size: 28px;
    }
    #compare-ediscovery h4 {
        font-size: 17px;
        line-height: 1.5;
    }
    .gf-tab h5 {
        font-size: 22px;
    }
    /*.next-pre-btn {
        margin-left: -15px;
        margin-right: -15px;
    }  */
    .gf-tab {
        padding: 30px 16px;
    }  
    .tab-content-subhead {
        font-size: 18px;
        line-height: 22px;
    }
    .boxed-content-lg {
        padding: 12px;
        /*margin-left: -10px;
        margin-right: -10px;*/
    }
    .ht-adjust {
        height: auto;
    }
    .gf-hero-btn {
        border-radius: 6px;
        font-size: 16px;
        font-style: normal;
        box-shadow: none;
        padding: 10px 18px;
        margin: 10px;
    }
    #header h1 {
        font-size: 32px;
    }
    .vendors-block {
        min-height: auto;
    }
    .why-choose-block {
        padding: 20px;
        min-height: auto;
        margin-bottom: 20px;
    }
    .customer-loves-block img {
        position: absolute;
        margin-top: 12px;
        width: 50px;
        height: 50px;
        left: 14px;
    }
    .customer-loves-block-subhead {
        margin-left: 64px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gf-table-comparison {
        margin-left: -15px;
    }
    .gf-table-comparison>thead>tr>th {
        font-size: 15px;
        padding: 12px;
    }
    .gf-table-comparison>tbody>tr>td {
        border: 0px solid #333;
        border-bottom: 1px solid #cccccc;
        padding: 12px;
        font-size: 14px;
    }
    .real-world-block {
        width: auto;
        min-height: auto;
    }
}

@media (max-width: 1280px) {
    .page-top-h1-margin {
        margin-top: 0em;
    }    
    #mainNav {
        padding-bottom: 14px;
    }
    footer {
        padding: 40px 0 30px 0;
    }
    .footer-logo img {
        vertical-align: middle;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .footer-text {
        line-height: 2;
    }
    .footer-icon a {
        font-size: 24px;
        padding: 10px;
    }
    #contact-us h3 {
        padding-top: 0px;
    }
    .reach-us {
        margin-bottom: 0px;
    }
    .space-adjust {
        padding-left: 16px;
    }
    #contact-us h4 {
        padding-bottom: 10px;
    }
    .reach-us-block {
        min-height: auto;
    }    
}