@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,900|Open+Sans:400,400i,600,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/* font-family: 'Open Sans Condensed', sans-serif; */



*{ box-sizing:border-box; padding:0; margin:0; }

body{ font-family:var(--OpenSansCondensedFont); font-size:16px; font-weight:400; line-height:1.5; margin:0; padding:0; color:var(--black); overflow-x:hidden; }
ul, li{ list-style:none; margin:0; padding:0; }
a, a:focus, a:hover{ text-decoration:none; outline:none; transition:all 0.6s; }
img { max-width:100%; height:auto; display:inline-block;  }

@media screen and (min-width:1200px){
    .container{ max-width:1170px; }
}


:root {
    --black:#000;
    --white:#FFFFFF;
    --theme:#600000;
    --theme1:#b7d1f6;
    --secondaryColor:#e2c37b;
    --lightBlueColor:#08315d;
    --paraColor:#444;
    --OpenSansCondensedFont:'Open Sans Condensed', sans-serif;
}


h1,h2,h3,h4,h5,h6{ font-family:var(--OpenSansCondensedFont); line-height:1; font-weight:700; margin-bottom:20px; }
h1,.h1-title{ font-size:46px; line-height:1.1; }
h2,.h2-title{ font-size:26px; text-transform:uppercase; color:var(--h-black); }
h3,.h3-title{ font-size:24px; }
h4,.h4-title{ font-size:25px; }  
h5,.h5-title{ font-size:22px; } 
h6,.h6-title{ font-size:20px; }
p{ margin-bottom:20px; }

p:last-child,h1:last-child,.h1-title:last-child,h2:last-child,.h2-title:last-child,h3:last-child,.h3-title:last-child,h4:last-child
,.h4-title:last-child,h5:last-child,.h5-title:last-child,h6:last-child,.h6-title:last-child{
    margin:0;
}

figure{
    margin:0 0 0;
}



.sec-head{
    margin-bottom:40px;
}




.cmn-gap{ padding:50px 0; }

.cmn-btn{
    border: 1px solid var(--theme);
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background:var(--theme);
    width: 150px;
    border-radius: 3px;
}
.cmn-btn:hover{
    background: #252525;
    border: 1px solid #252525;
    color:var(--white);
}
.cmn-btn.white{
    background:var(--white);
    color: #222;
    border: 1px solid var(--white);
}
.cmn-btn.white:hover{
    background:var(--secondaryColor);
    color:var(--white);
    border: 1px solid var(--secondaryColor);
}

input,
textarea,
select {
    font-weight:400;
    outline:none;
}
select {
    appearance:none;
    -webkit-appearance:none;
    padding-right:40px !important;
    background-image:url(../images/select-arw.png);
    background-repeat:no-repeat;
    background-position:94% center;
}

.close_menu{ display:none; }
.hamberger{ display:none; }


/*==== Header Start ====*/
.navbar{
    padding:0;
}
.hdr-upper{
    width:100%;
    background-color:var(--secondaryColor);
}
.hdr-upr-wpr{
    display:flex;
    align-items:center;justify-content:space-between;
}
.hdr-upr-wpr ul{
    display:flex;
    align-items:center;
}
.hdr-upr-wpr ul li:not(:last-child){
    margin-right:22px;
}
.hdr-upr-wpr ul li a{
    font-size:15px;
    font-weight:600;
    color:#111;
    display:inline-block;
}
.hdr-upr-wpr ul li a i{
    color:var(--white);
    margin-right:10px;
}
.lab-serv-btn a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color:var(--theme);
    background:var(--white);
    display: inline-block;
    border: 1px solid var(--white);
    padding: 10px 20px;
}
.lab-serv-btn a:hover{
    color:var(--secondaryColor);
}
.hdr-lower{
    width:100%;
    background-color:var(--theme);
    padding:12px 0;
}
.hdr_inr{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo a{
    display:block;
    width:88px;
    flex-shrink:1;
}
.logo a img{
    width:100%;
}
.navigation ul{
    display:flex;
    align-items:center;

}
.navigation ul li{
    margin:0 12px;
}
.navigation ul li a{
    font-size:15px;
    font-weight:700;
    color:var(--white);
    text-transform:uppercase;
}
.navigation ul li a:hover{
    color:var(--secondaryColor);
}

.bnr-sldr-card{
    min-height:654px;
    display:flex;
    align-items:center;
    position:relative;
    z-index:1;
}
.bnr-sldr-card > img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
}
.bnr-sldr-outer{
    width:100%;
}
.bnr-sldr-txt{
    max-width:652px;
}
.bnr-sldr-txt h1{
    color:var(--white);
}
.bnr-sldr-txt h1 .h1-small{
    display:block;
    font-size:22px;
}
.bnr-sldr-txt p{
    color:var(--white);
    font-size:19px;
    font-weight:100;
    max-width:350px;
}
.bnr-sldr-btn ul{
    display:flex;
    align-items:center;
}
.bnr-sldr-btn ul li:not(:last-child){
    margin-right:15px;
}
.banner-sec{
    position:relative;
}
.bnr-sldrbtn{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:0 50px;
}
.bnr-sldrbtn button{
    color:var(--white);
    font-size: 18px;
    text-align: center;
    border: 1px solid var(--white);
    width: 40px;
    height: 40px;
    background-color:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.5s;
}
.bnr-sldrbtn button:hover{
    background-color:var(--secondaryColor);
    border-color:var(--secondaryColor);
}

.report-sec{
    padding:20px 0 14px;
    background-color:var(--secondaryColor);
}
.report-outer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.report-lft{
    width:23%;
}
.report-lft h2{
    color:var(--white);
    text-transform:capitalize;
}
.report-frm{
    width:77%;
    padding-left:30px;
}
.report-frm-inr{
    display:flex;
    align-items:stretch;
}
.report-frm-inr input[type="text"]{
    flex:1;
    color: #555;
    background-color: #fff;
    height:45px;
    padding: 6px 12px;
    font-size: 14px;
    border:0;
    border-radius:5px;
}
.report-frm-inr input[type="submit"]{
    width:150px;
    background-color:var(--theme);
    margin-left:30px;
    border:0;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius:3px;
    color:var(--white);
}

.report-frm-inr input[type="submit"]:hover{
    background: #252525;
}

.aby-upr-row{
    --bs-gutter-x:33px;
    --bs-gutter-y:15px;
}
.abt-upr-card{
    border: 1px solid #e2c37b;
    padding: 10px 20px 25px;
    display: block;
    position: relative;
    height:100%;
}
.abt-upr-bx-icon{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:var(--theme);
    color:var(--white);
    border-radius:50%;
    font-size:30px;
    margin-top:-50px;
    margin-bottom:30px;
    transition:0.5s;
}
.abt-upr-bx-txt .h3-title{
    color:var(--theme);
}
.about-sec{
    padding:100px 0;
}
.abt-upr-card:hover .abt-upr-bx-icon{
    background-color:var(--secondaryColor);
}
.abt-lower{
    padding-top:50px;
}
.abt-rgt-txt h2{
    text-transform:capitalize;
}
.abt-para p{
    font-size:18px;
}
.abt-read-btn{
    padding-top:30px;
}
.abt-read-btn a{
    background-color:var(--secondaryColor);
    border-color:var(--secondaryColor);
}
.abt-lft-clm figure img{
    width:100%;
}

.gemstone-sec .sec-head{
    max-width:850px;
    margin:0 auto;
    text-align:center;
}
.sec-bdr{
    width:60px;
    height:2px;
    margin:0 auto;
    background-color:#e2c37b;
}

.gemstone-outer{
    margin-top:-30px;
}
.gemstone-btn-wpr{
    display:flex;
    align-items:center;
    justify-content:right;
    margin-bottom:45px;
}
.gemstone-btn-wpr button{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#08315d;
    color:var(--white);
    font-size:10px;
    border:0;
    margin:0 0 0 10px;
}
.gemstone-item{
    padding:0 15px;
}
.gemstone-slider .slick-list{
    margin:0 -15px;
}
.gemstone-card figure{
    padding-top:122%;
    position:relative;
    overflow:hidden;
}
.gemstone-card figure img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:contain;
}
.gemstone-card figure:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background: rgba(10, 170, 158, 0.70) none repeat scroll 0 0;
    opacity: 0;
    transition: 0.4s;
    pointer-events:none;
}
.gemstone-card:hover figure:after{
    opacity:1;
}
.gemstone-txt{
    text-align:center;
    padding-top:23px;
}
.gemstone-txt h3{
    font-size:16px;
    font-weight:500;
}
.goal-sec{
    padding:20px 0;
    background-color:#e2c37b;
}
.goal-wpr{
    text-align:center;
}
.goal-wpr .h3-title{
    color:var(--white);
    font-weight:600;
}

.ftr-upper{
    padding:74px 0;
    background-color:var(--theme);
}
.ftr-flex{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;
}
.ftr-col{
    padding:0 15px;
}
.ftr-col:first-child{
    width:25%;
}
.ftr-col:nth-child(2){
    width:50%;
}
.ftr-col:nth-child(3){
    width:25%;
}
.ftr-title{
    font-size:18px;
    font-weight:500;
    color:var(--white);
    padding-bottom:25px;
    margin-bottom:13px;
    border-bottom:1px solid #555;
    text-transform:uppercase;
}
.center-txt,.hd-office,.hd-off-lactn{
    font-size:15px;
    font-weight:700;
    color:var(--white);
    margin-bottom:3px;
}
.hd-off-lactn{
    font-weight:400;
    margin-bottom:20px;
}
.conatct-list{
    margin-bottom:25px;
}
.conatct-list li:not(:last-child){
    margin-bottom:15px;
}
.conatct-list li a{
    display:inline-block;
    color:var(--white);
    font-size:15px;
    font-weight:400;
}
.conatct-list li span{
    font-size:15px;
    font-weight:700;
    color:#e2c37b;
    margin-right:5px;
}
.social-list{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin:-5px;
}
.social-list li{
    padding:5px;
}
.social-list li a{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid var(--white);
    color:var(--white);
    font-size:13px;
    transition:0.5s;
}
.social-list li a:hover{
    color:#e2c37b;
}
.ftr-abt-para p{
    font-size:18px;
    font-weight:400;
    color:#e2c37b;
}
.ftr-navigation li:not(:last-child){
    margin-bottom:12px;
}
.ftr-navigation li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:15px;
    color:var(--white);
}
.ftr-navigation li a i{
    font-size:10px;
}
.ftr-navigation li a:hover{
    color:#e2c37b;
}
.ftr-lower{
    padding:20px 0;
    background:#360101 none repeat scroll 0 0;
}
.ftr-lwr-wpr{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.ftr-lwr-wpr p{
    font-size:15px;
    font-weight:400;
    color:var(--white);
    width:40%;
    margin:0;
}
.ftr-lwr-wpr p a{
    color:#e2c37b;
}

.policy-list{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin:-9px;
}
.policy-list li{
    padding:9px;
}
.policy-list li a{
    color:var(--white);
    font-size:15px;
    display:inline-block;  
}
.policy-list li a:hover{
    color:#e2c37b;
}

.inr-bnr-sec{
    min-height:286px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 0;
    position:relative;
    overflow:hidden;
    z-index:2;
}
.inr-bnr-sec > img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-2;
    object-fit:cover;
}
.inr-bnr-sec:after {
    position: absolute;
    content:'';
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index:-1;
}
.inr-bnt-txt h1{
    text-transform:uppercase;
    color:var(--white);
}
.breadcrump{
    display:flex;
    align-items:center;
}
.breadcrump li{
    margin:0 5px;
}
.breadcrump li,.breadcrump li a{
    color:var(--white);
}
.breadcrump li a{
    margin-right:8px;
}
.breadcrump li a:hover{
    color:var(--secondaryColor);
}
.inr-abt-sec{
    padding:100px 0;
}
.inr-abt-para p{
    font-size:18px;
    text-align: justify;
}
.inr-abt-img{
    position:relative;
    padding:4px;
    border: 1px solid #ddd;
    border-radius:4px;
}
.inr-abt-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.contact-card p{
    font-size:18px;
}
.contact-frn-inr{
    display:flex;
    flex-wrap:wrap;
    margin:-10px;
}
.contact-frn-inr >*{
    width:100%;
    padding:10px;
}
.contact-frn-inr .each-contact.half{
    width:50%;
}
.contact-frn-inr input[type="text"],.contact-frn-inr input[type="email"],
.contact-frn-inr input[type="tel"],.contact-frn-inr textarea{
    height:43px;
    padding:5px 5px 5px 20px;
    width:100%;
    border: 1px solid #ccc;
}
.contact-frn-inr textarea{
    height:100px;
    resize:none;
}
.contact-submit input[type="submit"]{
    padding:2px 6px;
}
.full-address .contact-bld-txt{
    display:block;
    font-weight:700;
    font-size:18px;
    color:#444;
}
.full-address p{
    margin-bottom:30px;
}
.contact-lst li{
    display:flex;
    margin-bottom:10px;
}
.contact-lst li span{
    font-size:18px;
    font-weight:700;
    color:#444;
    margin-right:5px;
}
.contact-nmbr a{
    display:block;
    color:#444;
    font-weight:500;
}
.contact-nmbr a:hover{
    color:var(--secondaryColor);
}
.contact-map iframe{
    width:100%;
}
.find-srtfcte-sec{
    padding:100px 0;
}
.fnd-crtfcte-frm-outer{
    max-width:570px;
    margin:0 auto;
}
.fnd-input-wpr{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.fnd-input-wpr input[type="text"]{
    width:100%;
    padding:10px 20px;
    height:60px;
    border-radius:5px;
    margin-bottom:20px;
    border: 1px solid #ccc;
}
.fnd-input-wpr .tract-btn{
    border:0;
    background-color:var(--theme);
    padding:10px 25px;
    border-radius:5px;
    font-size:18px;
    color:var(--white);
    transition:0.5s;
}
.fnd-input-wpr .tract-btn img{
    margin-left:5px;
}
.fnd-input-wpr .tract-btn:hover{
    background-color:var(--black);
}
.crtfcte-status-wpr{
    margin-top:20px;
}
.crtfcte-status-bx{
    border:1px solid rgba(0,0,0,0.1);
}
.crtfcte-status-upr{
    display:flex;
    flex-wrap:wrap;
    background-color:var(--theme1);
    padding:20px 30px;
    align-items:center;
}
.crtfcte-status-upr .status-logo{
    width:80px;
}
.crtfcte-status-upr h3{
    width:calc(100% - 80px);
    padding-left:15px;
    color:var(--black);
    line-height:1.5;
    text-align:center;
    font-size:28px;
}
.crtfcte-status-lst{
    padding:20px;
}
.crtfcte-status-lst li:not(:last-child){
    margin-bottom:12px;
}
.crtfcte-status-lst li{
    font-size:18px;
    font-weight:500;
    line-height:1.1;
    display:flex;
    align-items:center;
}
.crtfcte-status-lst li span{
    width:53%;
}
.crtfcte-lwr-upr{
    padding:5px 10px;
    background-color:var(--theme1);
    text-align:center;
    font-size:26px;
    color:var(--black);
    font-weight:700;
}
.print-btn-wpr{
    text-align:center;
    margin-top:15px;
}
.print-btn{
    font-size:18px;
    background-color:var(--theme1);
    padding:5px 10px;
    border-radius:5px;
    color:var(--black);
    display:inline-block;
    cursor:pointer;
    transition:0.5s;
}
.print-btn:hover{
    background-color: var(--black);
    color:var(--white);
}

.lab-list li{
    font-size:22px;
    margin-bottom:10px;
}
.lab-list li:last-child{
    margin-bottom:0;
}

.inr-gemstone-sec{
    padding:100px 0;
}

.gemstonelst-card{
    border:1px solid rgba(0,0,0,0.1);
    height:100%;
}

.gemstonelst-card figure{
    padding-top:100%;
    position:relative;
    overflow:hidden;
}
.gemstonelst-card figure img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:contain;
}
.gemstone-card-txt{
    padding:20px;
    text-align:center;
}
.gemstone-lst-row{
    --bs-gutter-x:30px;
    --bs-gutter-y:40px;
}
.cmn-btn.enquire-btn img{
    margin-left:5px;
}
.no-fnd-certificate-bx{
    margin-top: 20px;
    text-align: center;
    padding: 20px 15px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 5px;
}
.no-fnd-certificate-bx h3{
    font-size:20px;
}
.contact-card .gform_wrapper .gform_fields{
    column-gap:20px !important;
    row-gap:20px !important;
}
.gfield_required,.gform-field-label.gform-field-label--type-sub,.gform_validation_errors,.gfield_label{
    display:none !important;
}
.contact-card .gform_wrapper input[type="text"],.contact-card .gform_wrapper input[type="email"],
.contact-card .gform_wrapper input[type="tel"],.contact-card .gform_wrapper textarea{
    height: 43px !important ;
    padding: 5px 5px 5px 20px !important;
    width: 100% !important;
    border: 1px solid #ccc !important;
    outline: none;
    box-shadow: none;
}
.contact-card .gform_wrapper textarea{
    resize:none;
    height:100px !important;
    min-block-size:100% !important;
}
.contact-card .gform_wrapper .gform-footer input[type="submit"] {
    padding: 2px 32px !important;
    border: 1px solid #565656 !important;
    background-color: #efefef !important;
    outline: none !important;
    color: #000 !important;
    line-height: 1 !important;
}
.gform_confirmation_message{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 20px;
    border-radius: 6px;
    text-align:center;
}

.crtfcte-middl-wrap{
    position:relative;
}
.crtfcte-middl-wrap ul{
    max-width:290px;
}
.crtfcte-middl-wrap figure{
    position:absolute;
    top:50%;
    right:50px;
    transform:translateY(-50%);
    max-width:130px;
}


/*======= Responsive Start =======*/
@media screen and (max-width:1399px){
.bnr-sldr-txt {
    max-width: 860px;
    padding-left: 150px;
}

} 

@media screen and (max-width:1199px){
    .bnr-sldr-txt {
        padding-left: 110px;
    }
    .abt-upr-bx-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    }
    .aby-upr-row {
    --bs-gutter-x: 20px;
    }
    .gemstone-item {
    padding: 0 8px;
    }
    .gemstone-slider .slick-list {
    margin: 0 -8px;
    }
    .goal-wpr .h3-title {
        line-height: 1.2;
    }
    .logo a {
    width: 75px;
    }
    .report-frm-inr input[type="submit"] {
    margin-left: 20px;
    }

}

@media screen and (max-width:991px){
.hdr-right {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    width: 300px;
    background: #600000;
    z-index: 99;
    transition:0.5s;
}
.hdr-right.active{
    right:0;
}
.navigation ul {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 100px;
}
.navigation ul li {
    margin: 0;
    width: 100%;
}
.navigation ul li a {
    display: block;
    padding: 8px 25px;
}
.close_menu {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    cursor:pointer;
}
.hamberger {
    width:50px;
    height: 45px;
    border-radius: 3px;
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-direction:column;
}
.hamberger span{
    width:60%;
    height:3px;
    display:block;
    margin-bottom:5px;
    border-radius:5px;
    background-color:var(--theme);
}
.hamberger span:last-child{
    margin-bottom:0;
}
.bnr-sldr-txt {
    padding-left: 0;
}
.bnr-sldrbtn {
    top: auto;
    left: auto;
    bottom: 60px;
    max-width: 200px;
    right: 0;
}
.bnr-sldr-card {
    min-height: 530px;
}
.report-frm {
    width: 100%;
    padding-left: 0;
}
.report-lft {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.aby-upr-row {
    --bs-gutter-y: 55px;
}
.abt-upr-clm {
    width: 50%;
}
.abt-rgt-txt {
    padding-top: 20px;
}
.gemstone-outer {
    margin-top: 0px;
}
.ftr-col:first-child {
    width: 60%;
    order:2;
}
.ftr-col:nth-child(2) {
    width: 100%;
}
.ftr-col:nth-child(3) {
    width: 40%;
}
.ftr-col {
    padding: 15px;
}
.ftr-flex {
    margin:-15px;
}
.ftr-lwr-wpr p {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.menu-footer_menu-container {
    width: 100%;
}
.policy-list {
    justify-content: center;
}
.inr-abt-sec {
    padding: 60px 0;
}
.inr-abt-row{
    flex-direction:column-reverse;
    --bs-gutter-y: 30px;
}
.gemstone-clm {
    width: 50%;
}
.gemstone-lst-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.inr-gemstone-sec ,.find-srtfcte-sec{
    padding: 70px 0;
}
.contact-row{
    --bs-gutter-y: 30px;
}
.contact-row .contact-clm:nth-child(1){
    width:50%;
}
.contact-row .contact-clm:nth-child(3){
    width:50%;
    order:2;
}
.contact-row .contact-clm:nth-child(2){
    order:3;
}







}

@media screen and (max-width:767px){
    h1, .h1-title {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 12px;
}
 .bnr-sldrbtn {
    bottom: 20px;
    max-width: 130px;
    padding:0 20px;
}
.inr-gemstone-sec,.find-srtfcte-sec {
    padding: 60px 0;
}

.contact-row .contact-clm:nth-child(1) {
    width: 100%;
}
.contact-row .contact-clm:nth-child(3) {
    width: 100%;
}


}

@media screen and (max-width:575px){
    h1, .h1-title {
    font-size: 30px;
    line-height: 1.1;
}
.hdr-upr-wpr ul li a {
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hdr-upr-wpr ul li:not(:last-child) {
    margin-right: 12px;
}

.hdr-upr-wpr ul li a i {
    margin-right: 0;
    font-size: 13px;
}
.logo a {
    width: 55px;
}
.bnr-sldr-card {
    min-height: 440px;
}
.bnr-sldr-txt h1 .h1-small {
    font-size: 18px;
}
.cmn-btn {
    padding: 10px 12px;
    width: 140px;
}
.bnr-sldrbtn {
    left: 0;
    bottom: 3px;
    right: auto;
}
.abt-upr-clm {
    width: 100%;
}
.gemstone-btn-wpr {
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 20px;
}
.ftr-col:nth-child(3) {
    width: 100%;
}
.ftr-col:first-child {
    width: 100%;
}
.inr-bnt-txt h1 {
    font-size: 24px;
    line-height: 1.2;
}
.breadcrump li, .breadcrump li a {
    font-size: 14px;
}
.ftr-flex {
    margin: -10px;
}
.ftr-col {
    padding: 10px;
}
.lab-list li {
    font-size: 18px;
    margin-bottom: 5px;
}
.gemstone-clm {
    width: 100%;
}


}














