.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 {
    color: #1F1F1F;
    font-family: Catamaran;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
#tutorial h4 {
    color: #474747;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.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;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.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: none;
    padding: 8px 16px 8px 16px;
}

.gf-primary-btn:hover {
    background: #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;
}
.btn-lg {
    min-width: 190px;
}
.gf-secondary-btn:hover {
    background: #fcdd31;  
}
.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;
}
.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/tutorial/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;
}
@media (max-width: 768px) {
    .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 {
        font-size: 28px;
    }
    .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;
    }
}

@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;
    }    
}