:root{
    --custom-font: "JosefinSans Regular";
    --custom-font-1: "JosefinSans Regular";
    --white: #fff;
    --black: #000;
    --hena-color: #857446;
    --header-height-responsive: 65px;
    --header-height: 90px;    
    --banner-title: 40px;    
    --banner-title-responsive: 30px;
    --banner-sub-title: 30px;
    --banner-sub-title-responsive: 20px;
    --title-font: 30px;
    --title-font-responsive: 24px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
    --font-15: 15px;
    --font-14: 14px;
    --font-13: 13px;
    --font-12: 12px;
    --site-width: 980px;
    --site-width-responsive: 100%;
}
@font-face {
    font-family: "JosefinSans Regular";
    src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "JosefinSans Medium";
    src: url('../fonts/JosefinSans-Medium.ttf') format('truetype');
}
@font-face {
    font-family: "JosefinSans Bold";
    src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "JosefinSans SemiBold";
    src: url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: "Lato Regular";
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
html,body{
    margin: 0;
    padding: 0;
    scroll-behavior: unset!important;
    font-family: 'JosefinSans Regular', Arial, Helvetica, sans-serif;
}
.lato-text{
    font-family: 'Lato Regular', Arial, Helvetica, sans-serif;
}
.custom-button{
    color: var(--white);
    background: var(--hena-color);
    border: 1px solid var(--hena-color);
    padding: 8px 15px;
    transition: background-color .5s ease;
}
.custom-button:hover{
    color: var(--hena-color);
    background: var(--white);
}
.vyr-custom-button{
    color: var(--white);
    background: var(--hena-color);
    border: 1px solid var(--hena-color);
    padding: 8px 30px;
    transition: background-color .5s ease;
    position: fixed;
    bottom: 20px;
    right: 20px;
    letter-spacing: 0.1em;
}
.vyr-custom-button:hover{
    color: var(--white);
    background: #c9bd9f;
}

.content-height{
    height: 100%;
}
.row{
    --bs-gutter-x: 0;
}
.ul,li{
    list-style: none;
}
section .title{
    color: var(--hena-color);
    font-size: var(--title-font-responsive);
    font-family: var(--custom-font);
}
section .sub-title{
    color: var(--hena-color);
}
.banner .banner-content-txt .banner-title,
.title,
.sub-title{
    font-family: var(--custom-font);
}
.site-width{
    width: var(--site-width-responsive)
}
.bg-opacity{
    transition: background-color 700ms ease;
    background: #f9fcff;
}
.about-us-container.scroll-bg,
.contactus-container.scroll-bg{
    background: #efeff4;
}
.trusted-jewellers-section.scroll-bg{
    background: #eaeaea;
}
/* Header Section Class Start */
header{
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    height: var(--header-height-responsive);
    background: #fff;
    z-index: 3;
    top: 0;
}
.logo-container{
    width: 50px;
    margin: auto;
}
.header-igi-icon{
    float: right;
    height: var(--header-height-responsive);
    margin-top: -8px;
    margin-right: 50px;
}
.logo-container-right{
    width: 80px;
    height: 100%;
}
.logo-container img{
    width: 100%;
}
.nav{
    height: auto;
}
.nav ul{
    width: 200px;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 12;
    right: 0;
    background: #fff;
    top: 65px;
    border: 1px solid var(--hena-color);
    flex-flow: column;
}
.nav li{
    margin: auto 15px;
    font-size: 14px;
    border-bottom: 1px solid var(--hena-color);
    padding: 8px 0;
}
.nav li:last-child{
    border-bottom: 0;
}
.nav li a{
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
}
.nav-content{
    height: var(--header-height-responsive);
    width: 40px;
    margin-top: -8px;
    float: right;
    position: fixed;
    right: 0;
}
.hamburger {
    display: flex;
    cursor: pointer;
    height: 100%;
}
.header-width{
    width: 100%;
    margin: 0 auto;
}
.nav-active{
    display: block!important;
}
/* Header Section Class Ends */
/* Home Section Class Starts */
#home{
    padding: 65px 0 20px;
}
.banner .banner-content{
    left: 0;
    top: 0;
    margin-top: -30px;
}
.banner .banner-content-txt .banner-title{
    padding-top: 45px;
    padding-left: 20px;
    color: var(--white);
    z-index: 1;
}
.banner .banner-content-txt .banner-title .font-40{
    font-size: var(--banner-title-responsive);
    margin-top: 20px;
    margin-bottom: 0;
}
.banner .banner-content-txt .banner-title .font-30{
    font-size: var(--banner-sub-title-responsive);
}
.banner .banner-content-txt .banner-title .banner-logo{
    width: 75px;
    display: none;
}
.banner .banner-content-txt .banner-title .banner-logo img,
.banner-img,
.banner-img img{
    width: 100%;
}
.banner-img img{
     object-fit: cover;
     height: 320px;
}
.card-content{
    width: 92%;
    position: relative;
}
.banner .card{
    width: 90%;
    margin: 10px auto 0;
    padding: 25px 0 30px;
    border-radius: 5px;
    box-shadow: 0.00px 10.00px 4px 0px rgba(201,189,159,0.32);
    border: 0;
    left: 5%;
    right: 5%;
}
.banner .card h5{
    color: var(--hena-color);
    margin-bottom: 18px;
    font-size: var(--font-16);
}
.card-search{
    width: 90%;
    margin: 0 auto;
}
.card-search input{
    flex-grow: 1;
    border: 0;
    border-bottom: 1px solid var(--black);
    background: #e5e5e5;
    height: 40px;
    border-radius: 0;
    padding: 0 20px;    
    width: 100%;
}
.card-search input:hover{
    border-bottom: 2px solid var(--black);
}
.card-search input:focus,
.card-search input:focus-visible{
    border-bottom: 2px solid var(--black);
    outline: 0;
}
.card-search button{
    padding: 0 10%;
    height: 40px;
}
.banner .banner-content-txt .banner-title{
    animation:3s ease 0s normal forwards 1 fadein;
    -webkit-animation:3s ease 0s normal forwards 1 fadein;
    opacity:1;
}
@keyframes fadein{
    0%{opacity:0}
    50%{opacity:0}
    100%{opacity:1}
}
@-webkit-keyframes fadein{
    0%{opacity:0}
    50%{opacity:0}
    100%{opacity:1}
}
.appear {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}  
.appear.inview {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
/* Home Section Class Ends */
/* Google Map Section Class Starts */
.goolge-map-container{
    padding: 0 15px;
    font-size: var(--font-12);
    margin-top: 190px;
}
.gm-content{
    width: 100%;
    margin: 0 auto 40px;
}
.gm-image img{
    width: 100%;
}
.gm-title{
    font-weight: 600;
    color: #746743;
    font-size: var(--font-15)
}
.gm-content .card{
    padding: 25px 28px 25px 25px;
    box-shadow: 0.00px 1.00px 3px 0px rgba(0, 0, 0, 0.5);
}
.gm-contacts{
    border: 1px solid #b6aea5;
    padding: 13px;
    margin-top: 5px;
}
.gm-list-title{
    font-weight: 600;
    font-size: var(--font-15);
    color: var(--black)
}
.gm-contacts-list .col-12.col-sm-6{
    padding-right: 30px;
    line-height: 14px;
}
.gm-email{
    text-align: left;
    font-size: 10px;
    margin-bottom: 10px;
}
.gm-email span{
    font-weight: 600!important;
}
.gm-social-icons{
    text-align: left;
}
.gm-social-icons a{
    display: inline-block;
    margin: 0 2px;
}
.gm-social-icons img{
    width: 18px;
    height: 18px;
}
.gm-share-button .share-btn{
    background: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
    padding: 3px 8px 3px 4px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.gm-share-button img{
    width: 13px;
    color: white;
    margin-right: 8px;
}
/* Google Map Section Class Ends */
/* About Us Section Class Starts */
.about-us-container{
    padding: 55px 15px;
    transition: background-color 3s ease;
    border-bottom: 1px solid var(--hena-color);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.banner .banner-content-txt .banner-title{
    animation:3s ease 0s normal forwards 1 fadein;
    -webkit-animation:3s ease 0s normal forwards 1 fadein;
    opacity:1;
}
.about-us-container .sub-title{
    font-size: var(--font-18);
}
.about-us-container .col-12.col-sm-6 img{
    width: 100%;
}
.about-us-container .panel-pad{
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}
.auc-description{
    line-height: normal;
    font-size: var(--font-12);    
    letter-spacing: 0.09em;
}
.text-justify{
    text-align: justify;
}
.benefits-description{
    font-size: var(--font-14);
    /* font-family: Helvetica, sans-serif; */
}
/* About Us Section Class Ends*/
/* Benefits Section Class Starts */
.benefits-section{
    padding: 55px 15px;
}
.benefits-section .col-12.col-sm-6{
    padding: 15px 2px;
}
.benefits-section .card{
    background: #eaeaea;
    box-shadow: 0 0 10px 0 rgba(201, 189, 159, .9);
    padding: 15px 15px 30px 15px;
    border: 0;
}
.benefits-img img{
    width: 150px;
}
.benefits-title{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
    margin-top: -20px;
}
.benefits-title a{
    color: #59514D;
    font-weight: 600;
}
.benefits-title a:hover{
    letter-spacing: 2px;
    color: var(--hena-color)
}
.benefits-des{
    color: #685C3A;
    padding: 0;
    font-size: var(--font-14);
    line-height: 17px;
    /* font-family: var(--custom-font-1); */
}
/* Benefits Section Class Ends */
/* Trusted Jewellers Section Class Starts*/
.trusted-jewellers-section{
    padding: 55px 0 0;
}
.trusted-jewellers-container{    
    padding: 0 15px 55px;
    background: #e1e1e1;
}
.trusted-jewellers-img img{    
    width: 100%;
    border: 5px solid var(--hena-color)
}
.trusted-jewellers-container .panel-pad{
    padding: 0;
}
/* Trusted Jewellers Section Class Ends*/
/* Empowering Informed Choices Section Class Starts */
.eic-section{
    padding: 55px 15px;
}
.eic-sub-title{
    font-size: var(--font-18)
}
.eic-section .eic-img img{
    width: 130px;
}
.eic-section .eic-title{
    color: var(--hena-color);
    font-size: var(--font-15);
    margin-top: -20px;
}
.eic-section .eic-des{
    font-size: var(--font-12);
    line-height: 15px;
}
/* Empowering Informed Choices Section Class Ends */
/* Contact Us Section Class Starts */
.contactus-container,
button {    
    font-size: var(--font-12)
}
.contactus-container{
    padding: 55px 5px 0;
}
.contactus-container .title{
    margin-bottom: 40px;
    padding: 0 10px;
}
.contactus-icons{
    line-height: 1.8em;
    color: var(--hena-color);
    margin-bottom: 25px;
    padding-left: 10px;
}
.contactus-icons span{
    width: 40px;
}
.contactus-icons img{
    width: 24px;
    height: 24px;
    margin: 3px 8px 0 0;
}
.contactus-container form label{
    display: block;
    margin-bottom: 5px;
    color: #2f2e2e;
}
.contactus-container form .col-6,
.contactus-container form .col-12{
    padding: 0 10px;
    margin-bottom: 10px;
}
.contactus-container form input,
.contactus-container form textarea{
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: 1px solid var(--black);
}
.contactus-container form textarea{
    height: 90px;
}
.contactus-container form input:hover,
.contactus-container form textarea:hover{
    border: 2px solid var(--black);
}
.contactus-container form button{
    margin-top: 5px;
    width: 120px;
}
/* Contact Us Section Class Ends */
/* Faq Section Class Starts */
#faq{display:none;}
.faq-section{
    margin: 0 auto;
    padding: 65px 15px 30px;
}
.faq-section .title{
    font-size: 20px;
}
.faq-section .faq-head{
    font-weight: 600;
}
.faq-section .faq-head,
.faq-section .faq-description{
    color: var(--hena-color);
    font-size: var(--font-12);
}
.faq-line{
    width: 31px;
    height: 3px;
    margin: 0 auto;
    background: var(--black);
}
/* Faq Section Class Ends */
/* Footer Section Class Starts */
footer{
    background: var(--black);
    color: var(--white);
    text-align: center;
    padding: 0 10px;
    /* font-family: sans-serif; */
    letter-spacing: 0.4px;
}
footer a{
    /* font-family: sans-serif; */
    letter-spacing: 0.4px;
}
.footer-section{
    font-size: var(--font-12);
    margin: 0 auto;
    padding: 8px 0;
}
.footer-section span{
    display: inline-block;
    margin: 0 3px;
}
.footer-section a{
    color: var(--white)
}
/* Footer Section Class Ends */
.bg-fade{
    animation:1.5s ease 0s normal forwards 1 fadein;
    -webkit-animation:1.5s ease 0s normal forwards 1 fadein;
    opacity:1;
}
.bg-fade1{
    animation:0.1s ease 0s normal forwards 1 fadein;
    -webkit-animation:0.1s ease 0s normal forwards 1 fadein;
    opacity:1;
}
@media (min-width: 768px){
    .about-us-container .col-12.col-sm-6:last-child{
        background: var(--white);
    }
    .about-us-container .panel-pad{
        padding: 0 15px 0 15px;
        width: 100%;
    }
    .trusted-jewellers-container .panel-pad {
        padding: 0 30px 0 0;
    }
    .benefits-section .col-12.col-sm-6 {
        padding: 15px;
    }
    .benefits-section .card{
        min-height: 300px;
    }
    .eic-section .eic-des{
        padding: 0 30px;
    }
    .footer-section .col-sm-6:first-child{
        text-align: left;
    }
    .footer-section .col-sm-6:last-child{
        text-align: right;
    }    
    .contactus-icons{
        margin-bottom: 45px;
    }
    /* Google Map Section Class Starts */
    .gm-email,
    .gm-social-icons{
        text-align: center;
    }
    /* Google Map Section Class Ends */
}

@media (min-width: 992px){
    .goolge-map-container{
        margin-top: 255px;
    }
    .gm-content{
        width: 650px;
    }
    .site-width{
        width: var(--site-width);
        margin: 0 auto;
    }
    section .title{
        font-size: var(--title-font);
    }
    /* Header Section Class Starts */
    header{
        height: var(--header-height);
    }
    .logo-container{
        width: 68px;
        z-index: 12;
        position: relative;
    }
    .logo-container-right{
        width: 100px;
    }
    .nav {
        width: auto;
        display: flex!important;
        height: 100%;
    }
    .nav ul{
        width: auto;
        display: inline-flex!important;
        position: relative!important;
        right: unset!important;
        top: unset!important;
        border: 0;        
        flex-flow: row;
    }
    .nav li{
        padding: 0;
        border: unset;
    }
    .hamburger {
        display: none;
    }
    .header-igi-icon{
        margin-right: 5px;
        height: var(--header-height);
    }
    .nav-content{
        width: 100%;
        height: var(--header-height);
    }
    /* Header Section Class Ends */
    /* Home Section Class Starts */
    .banner .banner-content{
        margin-top: -60px;
    }
    #home{
        padding: 90px 0 20px;
    }
    .banner .banner-content-txt .banner-title .banner-logo{
        width: 110px;
    }
    .banner-img img{
         height: 530px;
    }
    .banner .banner-content-txt .banner-title{
        padding-top: 70px;
        padding-left: 0;    
    }
    .banner .banner-content-txt .banner-title .font-40{
        font-size: var(--banner-title);
        margin-top: 30px;
        margin-bottom: 0;
    }
    .banner .banner-content-txt .banner-title .font-30{
        font-size: var(--banner-sub-title);
    }
    .card-content{
        width: 914px;
        position: relative;
    }
    .banner .card{
        margin: 10px auto 0;
        padding: 45px 0 60px;

    }
    .banner .card h5{
        font-size: var(--font-20);
        margin-bottom: 25px;
    }
    .card-search{
        width: 64%;
    }
    .card-search input{
        width: 100%;
    }
    /* Home Section Class Ends */
    /* About Us Section Class Starts */
    .about-us-container{
        padding: 55px 20px;
        transition: background-color 3s ease ;
    }
    .about-us-container .sub-title{
        margin-bottom: 1.5rem;
    }
    .about-us-container .col-12.col-sm-6 img{
        width: 100%;
    }
    .about-us-container .panel-pad{
        padding: 0 30px;
    }
    .auc-description{
        line-height: 1.7rem;
        font-size: var(--font-14);
    }
    /* About Us Section Class Ends */
    /* Benefits Section Class Starts */
    .benefits-section{
        padding: 55px 0;
    }
    .benefits-section .col-12.col-sm-6{
        padding: 21px;
    }
    .benefits-title{
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
    }
    .benefits-title a{
        font-weight: 600;
        transition: .3s;
    }
    .benefits-title:hover{
        letter-spacing: 2px;
        transition: .1s;
    }
    .benefits-des{
        padding: 0 20px;
        font-size: var(--font-14);
        line-height: 17px;
    }
    .benefits-section .card{
        min-height: 275px;
    }
    /* Benefits Section Class Ends */
    /* Trusted Jewellers Section Class Starts*/
    .trusted-jewellers-container .panel-pad {
        padding: 0 95px 0 0;
    }
    .trusted-jewellers-img img{
        width: 93%;
    }
    /* Trusted Jewellers Section Class Ends*/
    /* Empowering Informed Choices Section Class Starts */
    .eic-section{
        padding: 85px 0 55px;
    }
    .eic-section .row{
        margin-top: 3rem;
    }
    .eic-sub-title{
        font-size: var(--font-20)
    }
    .eic-section .eic-des{
        font-size: var(--font-13);
        line-height: 15px;
    }
    .eic-section .eic-des{
        padding: 0 58px;
    }
    /* Empowering Informed Choices Section Class Ends */
    /* Contact Us Section Class Start */
    .contactus-container,
    button {    
        font-size: var(--font-14)
    }
    .contactus-icons span{
        width: 70px;
    }
    /* Contact Us Section Class Ends*/
    /* FAQ Section Class Starts */
    .faq-section{
        width: 805px;
        padding: 115px 0 20px;
        letter-spacing: 0.1px;
    }
    .faq-section .title{
        font-size: 38px;
    }
    .faq-section .faq-head{
        font-size: var(--font-16);
    }
    .faq-section .faq-head,
    .faq-section .faq-description{
        font-size: var(--font-16);
    }
    /* FAQ Section Class Ends */
}
@media (min-width: 1200px){
    .header-width{
        width: 1214px;
    }
    .about-us-container{
        padding: 55px 80px;
        transition: background-color 2s ease;
    }
    .about-us-container .panel-pad{
        width: 550px;
        margin: 0 auto;
    }
}

/*animation element sliding left*/
.animation-left,
.animation-right {
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-right {
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-left.in-view,
.animation-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-center {
    opacity: 0;
}
.animation-center.in-view {
    min-height: 10px;
    animation: test 1s alternate  ease-in;
    opacity: 1;
}
  
@keyframes test {
    0%   {transform: scale(.0);}
    100% {transform: scale(1);}
}

.animation-text{
    opacity: 0;
}
.animation-text.in-view {
    opacity: 1;
    animation: fadeIn 1s alternate ease;
    -webkit-animation: fadeIn 1s alternate ease;
    -moz-animation: fadeIn 1s alternate ease;
    -o-animation: fadeIn 1s alternate ease;
    -ms-animation: fadeIn 1s alternate ease;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
/*animation slide left styled for testimonials*/


#map {
    height: 300px;
  }

  .share-popup{
    display: none;
    padding-top: 20px;    
  }
  .share-popup img{
    color: unset;
    height: 30px;
    width: 30px;
  }

.share+.share-popup{
    display: block;
}

.card-search{
    position: relative;
}

.clear-button{
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    cursor: pointer;
    font-weight: bold;
    font-family: sans-serif;
    color: gray;
}


/* map callout */
.map-callout-container{
    font-family: var(--custom-font)
}
.map-callout-container .map-title{
    color: var(--hena-color);
}

.map-callout-container .external-link{
    text-decoration: none;
}
@media (max-width: 768px){
    .mob-font,
    .eic-section .eic-des{
        font-size: var(--font-13);
    }
}

.gm-style-iw-t{
    right: unset !important;
    left: -4px Im !important;
}
div.gm-style-iw.gm-style-iw-c{
    max-width: 300px !important;
    width: 300px !important;
}