.cntent-heading p, .text-wrap p, .form-submit .smbt-btn {
    font-family:'Raleway' !important;
    font-weight:300;
}
.sku {
    font-family:'Roboto' !important;
    font-weight:bold;
    font-size:8px !important;
}
.banner-text h1, .heading-wrap h1, .btns .cmn-btns, .thanku-msg h2{  
    font-family: 'Abril Fatface', cursive !important;
    font-style:italic;
    letter-spacing:1px;
    text-transform:none !important;
}  
#tqfooter {
    display:none !important;
}
.popup-container {
    top:58% !important;
}
@font-face {
    font-family: 'Florence-Regular';
    src: url('/fonts/Florence-Regular/Florence-Regular.eot') format('embedded-opentype'), url("/fonts/Florence-Regular/Florence-Regular.woff") format('woff'), url('/fonts/Florence-Regular/Florence-Regular.ttf') format('truetype'), url('/fonts/Florence-Regular/Florence-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/fonts/MyriadPro-Regular/MyriadPro-Regular.otf') format('opentype'), url("/fonts/MyriadPro-Regular/MyriadPro-Regular.woff") format('woff'), url('/fonts/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Light';
    src: url('/fonts/Raleway-Light/Raleway-Light.otf') format('opentype'), url("/fonts/Raleway-Light/Raleway-Light.woff") format('woff'), url('/fonts/Raleway-Light/Raleway-Light.ttf') format('truetype'), url('/fonts/Raleway-Light/Raleway-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('/fonts/Raleway-Medium/Raleway-Medium.otf') format('opentype'), url("/fonts/Raleway-Medium/Raleway-Medium.woff") format('woff'), url('/fonts/Raleway-Medium/Raleway-Medium.ttf') format('truetype'), url('/fonts/Raleway-Medium/Raleway-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('/fonts/Raleway-SemiBold/Raleway-SemiBold.otf') format('opentype'), url("/fonts/Raleway-SemiBold/Raleway-SemiBold.woff") format('woff'), url('/fonts/Raleway-SemiBold/Raleway-SemiBold.ttf') format('truetype'), url('/fonts/Raleway-SemiBold/Raleway-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.img-fluid img {
    width: 100%;
    display: block;
}

.thanku-msg h2 {
    text-align: center;
    font-family: 'Florence-Regular';
    color: #d09885;
    font-size: 25px;
    line-height: 35px;
}

.banner-img img {
    max-width: 700px;
    margin: auto;
    z-index: 2;
}

.banner-img {
    position: relative;
    padding-top: 4%;
}

.banner-text {
    display: flex;
    align-items: center;
    margin-top: -4%;
    margin-left: 20%;
}

.banner-text h1 {
    font-size: 70px;
    line-height: 73px;
    font-family: 'Florence-Regular' !important;
    text-align: end;
    max-width: 325px;
    align-self: flex-start;
    text-transform: capitalize;
}

.vertical-line {
    border-right: 3px solid #D09885;
    width: 10px;
    height: 360px;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    z-index: 1;
}

.sku {
    position: absolute;
    left: 60%;
    transform: translate(-60%, -52%);
    top: 52%;
    font-size: 10px;
    line-height: 12px;
    font-family: 'MyriadPro-Regular';
}

.cntent-heading p {
    font-family: 'Raleway-Light';
    font-size: 20px;
    line-height: 25px;
    max-width: 610px;
    margin-bottom: 15px;
}

.cta-btns {
    text-align: center;
    padding: 3%;
}

/* .thanku-msg {
    display: none;
} */

.btns .cmn-btns {
    color: #fff!important;
    padding: 15px 20px;
    transition: all .3s ease;
    display: inline-block;
    width: 350px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    background-color: #D09885;
    font-family: 'Florence-Regular' !important;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.popup.active {
    top: 0;
    background-color: rgba(3, 3, 3, 0.85);
    transition: background-color .6s, opacity .6s;
    opacity: 1;
    visibility: visible;
}

.scrool-off {
    overflow: hidden;
}

.popup-container {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 750px;
    padding: 80px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.expert-contact .form-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 15px;
    align-items: baseline;
}

.expert-contact .form-group label {
    width: 25%;
    padding-right: 10px;
    font-family: 'Raleway-Medium';
    text-align: end;
    text-transform: capitalize;
}

.expert-contact .form-group input,
.expert-contact .form-group textarea,
.expert-contact .form-group select, .expert-contact .form-group .chosen-container-single {
    width: 75% !important;
}

.expert-contact form input,
.expert-contact form textarea,
.expert-contact form select {
    border: 1px solid #d09885;
    padding: 10px;
}

.expert-contact .cancel-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.cancel-btn:hover {
    opacity: 1;
}

.cancel-btn:before,
.cancel-btn:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.cancel-btn:before {
    transform: rotate(45deg);
}

.cancel-btn:after {
    transform: rotate(-45deg);
}

.form-submit {
    text-align: end;
    padding-top: 15px;
}

.form-submit button {
    outline: none;
    text-decoration: none;
}

.form-submit .smbt-btn {
    font-family: 'Raleway-SemiBold';
    padding: 10px 50px;
    color: #fff;
    background-color: #d09885;
    font-size: 18px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}

.keynote {
    font-family: 'Raleway-Medium';
    /* position: absolute; */
    left: 15px;
    bottom: 10px;
    display: inline-block;
}

.keynote .star {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
}

.keynote p {
    vertical-align: text-top;
    font-size: 12px;
    display: inline-block;
}

.expert-contact .form-group input:focus,
.expert-contact .form-group textarea:focus,
.expert-contact .form-group select:focus, .expert-contact .form-group .chosen-container-single {
    outline: none;
}

.form-submit .smbt-btn:hover {
    border: 1px solid #d09885;
    color: #d09885;
    background-color: #fff;
}

.vertical-line::after {
    content: "";
    position: absolute;
    width: 750px;
    height: 1px;
    background: #d09885;
    bottom: 20px;
    left: -100px;
}

.vertical-line::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #d09885;
    bottom: 50px;
    left: -50px;
}

.heading-wrap h1 {
    font-family: 'Florence-Regular' !important;
    font-size: 46px;
    line-height: 60px;
    z-index: 1;
    position: relative;
    /* text-transform: capitalize; */
}

.tanish-q {
    /* background-image: url("/images/full--bg.png"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.tanish-banner-warpper {
    padding: 3% 0;
    position: relative;
}

.heading-wrap {
    padding: 5% 20px;
    text-align: center;
    position: relative;
}

.heading-wrap::after {
    content: "";
    position: absolute;
    width: 58%;
    height: 2px;
    background: #d09885;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 60%;
}

.heading-wrap h1::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 120px;
    background: #d09885;
    left: 76%;
    z-index: -1;
    top: -20px;
}

.heading-wrap h1::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #d09885;
    left: 77%;
    z-index: -1;
    top: 35%;
}

.text-wrap p {
    font-family: 'Raleway-Light';
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
}

/* .container {
    max-width: 800px;
    margin: auto;
    position: relative;
    padding-top: 4%;
} */

.items-warp {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    padding-bottom: 50px;
}

.items-warp.reverse {
    flex-flow: row-reverse;
}

.items-warp.reverse .text-wrap p {
    padding-right: 30px;
    padding-left: 0;
    text-align: right;
}

.image-warp {
    max-width: 400px;
    width: 40%;
    position: relative;
    z-index: 1;
}

.text-wrap.m-5 p:first-child {
    margin-bottom: 5px;
}

.texture-wraper {
    width: 100%;
    position: relative;
}

.text-wrap {
    width: 60%;
}

.stciky-patch {
    position: absolute;
}

.stciky-patch img {
    max-width: 450px;
}

.stciky-patch.left {
    top: 18%;
    left: 0;
}

.stciky-patch.right {
    top: 50%;
    right: 0;
}

.stciky-patch.banner-left {
    bottom: 0;
    left: 0
}

.stciky-patch.banner-right {
    right: 0;
    bottom: 10%;
}

.stciky-patch.banner-left {
    max-width: 300px;
}

.items-warp .image-warp:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 120px;
    background: #d09885;
    left: 15%;
    z-index: -1;
    top: -35%;
}

.items-warp .image-warp:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 1px;
    background: #d09885;
    z-index: -1;
    top: -25%;
}

.items-warp.reverse .image-warp:after {
    left: 80%;
}

.items-warp.reverse .image-warp:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 1px;
    background: #d09885;
    z-index: -1;
    right: 10%;
    top: -25%;
}

.items-warp .image-warp.first:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #d09885;
    left: 25%;
    z-index: -1;
    top: -14%;
}

.bottom-lines {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 4% 0;
    z-index: 1;
}

.bottom-lines:before {
    content: "";
    position: absolute;
    width: 429px;
    height: 2px;
    background: #d09885;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-lines:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: #d09885;
    z-index: -1;
    left: 62%;
    transform: translateX(-62%);
    top: 30%;
}

.bottom-lines-end {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 4% 0;
}

.bottom-lines-end:before {
    content: "";
    position: absolute;
    width: 900px;
    height: 1px;
    background: #d09885;
    z-index: -1;
    left: 10%;
    top: 30%;
}

.bottom-lines-end:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 175px;
    background: #d09885;
    left: 14%;
    z-index: -1;
    bottom: 0px;
}

.left-bottom {
    left: 0;
    bottom: 0;
}

.form-group select {
    background-color: #fff;
    color: #000;
    font-family: 'Raleway-Medium';
}

.btns {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
}

.button-box-lines {
    border: 2px solid #d09885;
    position: absolute;
    left: -20px;
    width: 390px;
    height: 60px;
    top: 0;
}

.button-box-lines:after {
    content: "";
    position: absolute;
    border: 1px solid #d09885;
    width: 348px;
    height: 82px;
    left: 17px;
    top: -14px;
    z-index: 0;
}

.cmn-btns:hover {
    color: #D09885;
    background-color: #fff;
}

@media(max-width:1720px) {
    .stciky-patch img {
        max-width: 300px;
    }
    .banner-img img {
        max-width: 500px;
    }
    .banner-text {
        margin-left: 20%;
    }
    .banner-text h1 {
        width: 17%;
        margin-right: 0;
        font-size: 45px;
        line-height: 55px;
    }
    .vertical-line {
        margin-left: 4%;
        margin-right: 4%;
    }
    .cntent-heading p {
        font-size: 18px;
        line-height: 21px;
    }
    .sku {
        top: 45%;
        transform: translate(-60%, -45%);
    }
    .vertical-line::after {
        width: 650px;
    }
    .heading-wrap h1 {
        font-size: 37px;
        line-height: 47px;
    }
}

@media(max-width:1370px) {
    .heading-wrap::after {
        left: 52%;
        transform: translateX(-52%);
    }
    .heading-wrap h1::after {
        left: 82%;
    }
    .heading-wrap h1::before {
        left: 85%;
    }
    .heading-wrap::after {
        width: 70%;
    }
}

@media(max-width:1300px) {
    .button-box-lines {
        width: 340px;
        height: 50px;
    }
    .button-box-lines:after {
        height: 74px;
        width: 300px;
    }
    .banner-text {
        margin-left: 15%;
    }
    .stciky-patch img {
        width: 150px;
    }
    .banner-text h1 {
        width: 24%;
    }
    .cntent-heading {
        width: 60%;
    }
    .stciky-patch.banner-right {
        top: 20%;
    }
    .heading-wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bottom-lines-end:before {
        width: 600px;
        left: 8%;
    }
    .bottom-lines-end:after {
        height: 90px;
        left: 10%;
    }
    .btns .cmn-btns {
        padding: 10px 20px;
        width: 300px;
    }
}

@media(max-width:900px) {
    .banner-text {
        margin-left: 5%;
    }
    .button-box-lines:after {
        top: -13px;
        width: 219px;
        height: 61px;
    }
    .button-box-lines {
        width: 256px;
        height: 40px;
    }
    .banner-text h1 {
        font-size: 34px;
        line-height: 55px;
    }
    .cntent-heading p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sku {
        top: 42%;
        left: 68%;
        transform: translate(-68%, -42%);
    }
    .vertical-line::after {
        width: 500px;
    }
    .thanku-msg h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .heading-wrap::after {
        width: 80%;
        left: 55%;
    }
    .heading-wrap h1::before {
        left: 94%;
    }
    .heading-wrap h1::after {
        left: 91%;
    }
    .items-warp {
        width: 95%;
        margin: auto;
        padding-bottom: 25px;
    }
    .items-warp.reverse .image-warp:before {
        width: 300px;
    }
    .items-warp .image-warp:before {
        width: 300px;
    }
    .image-warp,
    .text-wrap {
        width: 50%;
    }
    .text-wrap {
        padding: 0 10px;
    }
    .text-wrap p {
        padding-left: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .bottom-lines-end {
        padding: 6% 0;
    }
    .bottom-lines-end:before {
        width: 400px;
    }
    .btns .cmn-btns {
        font-size: 18px;
        width: 220px;
        padding: 10px;
    }
    .popup-container {
        max-width: 500px;
        padding: 60px 40px;
    }
    .expert-contact .form-group,
    .form-submit {
        width: 90%;
    }
    .expert-contact .form-group input,
    .expert-contact .form-group textarea,
    .expert-contact .form-group select, .expert-contact .form-group .chosen-container-single {
        width: 65%;
    }
    .expert-contact .form-group label {
        width: 35%;
    }
    .form-submit .smbt-btn {
        padding: 10px 30px;
        font-size: 16px;
    }
}

@media(max-width:767px) {
    
    .modal-dialog{
        margin: 1.5rem;
      }
    .banner-img img {
        max-width: 310px;
        padding: 10% 0;
    }
    /* .tanish-q {
        background-image: url("/images/mobile-texture-bg.png");
    } */
    .banner-img {
        padding: 0;
    }
    .btns {
        margin-left: 0;
        margin-right: 0;
    }
    .stciky-patch,
    .vertical-line,
    .bottom-lines,
    .bottom-lines-end {
        display: none;
    }
    .sku {
        width: 90px;
        top: 30%;
        left: 90%;
        transform: translate(-90%, -30%);
    }
    .banner-text {
        flex-flow: column;
        margin-top: 0;
        margin-left: 0;
    }
    .banner-text h1 {
        width: 100%;
    }
    .cntent-heading {
        width: 100%;
        margin: auto;
    }
    .banner-text h1 {
        text-align: center;
        max-width: 100%;
        align-self: unset;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .cntent-heading p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 25px;
    }
    .heading-wrap::after,
    .heading-wrap h1::before,
    .heading-wrap h1::after {
        display: none;
    }
    .heading-wrap h1 {
        font-size: 26px;
        line-height: 36px;
        padding-top: 20px;
    }
    .items-warp .image-warp.first:before,
    .items-warp .image-warp.first::after {
        display: none;
    }
    .items-warp .image-warp:after,
    .items-warp .image-warp::before {
        display: none;
    }
    .items-warp.reverse .image-warp:before,
    .items-warp.reverse .image-warp::after {
        display: none;
    }
    .items-warp {
        flex-flow: column;
    }
    .container {
        padding: 5% 20px;
    }
    .image-warp,
    .text-wrap {
        width: 100%;
    }
    .items-warp.reverse {
        flex-flow: column;
    }
    .items-warp.reverse .text-wrap p {
        text-align: left;
        padding-right: 0;
    }
    .text-wrap {
        padding-top: 10px;
    }
    .items-warp {
        width: 100%;
        padding-bottom: 50px;
    }
    .image-warp,
    .text-wrap {
        max-width: 350px;
        margin: auto;
    }
    .btns .cmn-btns {
        margin-bottom: 50px;
    }
    .cta-btns {
        padding: 0% 20px 10% 20px;
    }
    .popup-container {
        max-width: 90%;
        padding: 60px 15px;
    }
    .expert-contact .form-group label {
        font-size: 12px;
    }
    .expert-contact .form-group {
        align-items: center;
        width: 100% !important;
    }
    .expert-contact .form-group label {
        width: 45%;
        text-align: left !important;
    }
    .expert-contact .form-group input,
    .expert-contact .form-group textarea,
    .expert-contact .form-group select, .expert-contact .form-group .chosen-container-single {
        width: 100% !important; 
    }
    .expert-contact .form-group,
    .form-submit {
        width: 95%;
    }
}

@media(max-width:350px) {
    .expert-contact .form-group input,
    .expert-contact .form-group textarea,
    .expert-contact .form-group select, .expert-contact .form-group .chosen-container-single {
        width: 70%;
    }
    .expert-contact .form-group label {
        width: 30%;
    }
}

/***New***/

.tqJewelleryCareForm .form-control, .tqJewelleryCareForm .chosen-container a{
    height: 38px;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: initial;
    margin: 0px 0px 0px;
    border: 1px solid #d09885;
    background: #FFF;
    }
    .tqJewelleryCareForm .form-group .chosen-container-single{
      background: #FFF  !important;
    
    }
    .tqJewelleryCareForm .form-group .chosen-container-single .chosen-single span{
      background: #FFF !important;
      height: 36px  !important;
      line-height: 36px !important;
    }
    .tqJewelleryCareForm .select2-selection {
    border-radius: 0px !important;
    }
    
    .tqJewelleryCareForm .select2-container .select2-selection--single {
    height: 38px;
    line-height: inherit;
    }
    .tqJewelleryCareForm .select2-container--default.select2-container--disabled .select2-selection--single{
    cursor: not-allowed;
    }
    .tqJewelleryCareForm .form-group .chosen-with-drop a {
      background: #FFF !important;
    }
    
    
    .tqJewelleryCareForm .select2-selection__rendered {
    height: 38px !important;
    line-height: 38px !important;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    }
    
    .tqJewelleryCareForm .select2-selection__arrow {
    height: 38px !important;
    }
    
    .tqJewelleryCareForm .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    }
    .tqJewelleryCareForm .error-alert-section {
    font-size: 14px;
    color: #d93025;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 12px 12px;
    text-align: center;
    }
    .tqJewelleryCareForm .error-alert-section .error-msg {
    display: none;
    }
    .tqJewelleryCareForm .error-alert-section .error-msg.active{
        display: block;
    }
    .tqJewelleryCareForm .error-alert-section .success-msg {
    display: none;
    color: #35ac19 !important;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    }
    
    .tq-careAtHome .modal-content {
        text-align: center;
      }
      
      .tq-careAtHome .modal-header {
        padding: 30px 15px 10px;
        border: none;
        position: relative;
      }
      
      .tq-careAtHome h4.modal-title {
        font-family: 'Playfair Display', serif !important;
        font-size: 26px;
      }
      
      .tq-careAtHome .modal-body p {
        font-family: 'Playfair Display', serif !important;
        font-size: 16px;
        margin-bottom: 25px;
      }
      
      .tq-careAtHome button.close {
        background-color: #000;
        opacity: 1;
        text-shadow: none;
        color: #FFF;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 30px;
        height: 30px;
        font-size: 28px;
      }

      .tq-careAtHome button.close span{
        position:relative;
        top:-10px;
      }

      .tq-careAtHome .modal-header {
        border: none !important;
    }
      
      .tq-careAtHome .modal-body {
        padding: 5px 15px;
      }
      @media (min-width: 1015px){
      
      .modal.fade.tq-careAtHome{
        padding: 0px !important; 
      }
      }
      @media (min-width: 768px){
        .modal-dialog {
            max-width:600px;
            margin: 1.75rem auto;
        }
      }