body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
.page-id-7{
	background: url("../images/main-bg-img.png") no-repeat top center;
    background-size: cover;
}
.page-id-7 footer{
	background-image: none;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Poppins Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts Playfair Display Family */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Black.eot');
    src: url('../fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Black.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Black.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.darkHeader {
    background: #322F17;
    background: linear-gradient(90deg, rgba(50, 47, 23, 1) 0%, rgba(18, 17, 1, 1) 100%);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-top{
    padding: 20px 0;
}
.header-logo img {
    width: 165px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 10px;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #fee883;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul .header-btn {
    margin-right: 0;
	margin-left: 20px;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    padding: 12px 25px;
    border-radius: 30px;
    background-color: #fee883;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover {
    background-color: #fff;
}
.banner-sec{
   padding: 150px 0 50px;
}
.banner-head{
    font-size: 47px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 900;
    text-transform: capitalize;
    font-family: "Playfair Display";
    margin-bottom: 15px;
}
.banner-head strong{
    display: block;
    text-transform: uppercase;
    color: #fee883;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #fee883;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:hover{
    background-color: #fff;
}
.gold-buyer-sec{
    padding-top: 50px;
    padding-bottom: 40px;
}
.gold-buyer-left{
    transform: rotate(350deg);
}
.gold-buyer-box{
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px 10px;
    min-height: 172px;
}
.gold-buyer-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fee883;
}
.gold-buyer-title{
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 15px;
}
.gold-buyer-right-head{
    font-size: 40px;
    text-transform: uppercase;
    color: #fee883;
    font-weight: 900;
    font-family: "Playfair Display";
    line-height: 1.2;
    margin-bottom: 20px;
}
.gold-buyer-list ul{
	margin: 0;
	padding: 0;
}
.gold-buyer-list ul li{
	background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.gold-buyer-btn a{
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #fee883;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gold-buyer-btn a:hover{
    background-color: #fff;
}
.gold-rate-sec{
    padding-bottom: 80px;
}
.about-price01{
	border: 1px solid #fee883;
    border-radius: 20px;
}
.about-price-head{
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    font-family: "Playfair Display";
}
.table-buy{
	border: none;
    width: 100%;
}
.table-buy tr:nth-child(odd){
	border-top: 1px solid #fee883;
    border-bottom: 1px solid #fee883;
}
.table-buy tr:nth-child(odd):last-child{
    border-bottom: none;
}
/* .table-buy tr:nth-child(even) {
    border: 1px solid #fee883;
} */
.table-buy td{
	color: #fff;
    font-size: 15px;
	font-weight: 500;
    text-align: center;
	text-transform: capitalize;
 /* min-width: 83px; */
}
.bg-gray-td{
    border-left: 1px solid #fee883;
    border-right: 1px solid #fee883;
	border-width: 1px;
}
.td-two-click .click-btn{
	color: #fee883;
}
.table-buy td, .table-buy th{
    padding: 12px 8px;
}
.gold-rate-img img{
    border-radius: 50%;
    border: 1px solid #fee883;
    padding: 10px;
}
.services-sec{
	padding-top: 40px;
    padding-bottom: 80px;
}
.services-part{
    text-align: center;
}
.services-head{
    font-size: 40px;
    text-transform: uppercase;
    color: #fee883;
    font-weight: 900;
    font-family: "Playfair Display";
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}
.services-part img{
    border-radius: 50%;
    border: 1px solid #fee883;
    padding: 10px;
}
.services-part-title{
    margin-top: 30px;
    font-size: 26px;
    color: #fee883;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1.2;
    text-transform: capitalize;
}
.gold-loan-sec{
	padding-top: 40px;
    padding-bottom: 80px;
}
.gold-loan-right-head{
    font-size: 40px;
    text-transform: uppercase;
    color: #fee883;
    font-weight: 900;
    font-family: "Playfair Display";
    line-height: 1.2;
    margin-bottom: 20px;
}
.gold-loan-right-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 20px;
}
.gold-loan-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 13px 35px;
    border-radius: 30px;
    background-color: #fee883;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gold-loan-btn a:hover{
    background-color: #fff;
}
.testimonial-sec{
	padding-top: 40px;
	padding-bottom: 80px;
}
.testimonial-head{
	font-size: 40px;
    text-transform: uppercase;
    color: #fee883;
    font-weight: 900;
    font-family: "Playfair Display";
    line-height: 1.2;
    margin-bottom: 30px;
	text-align: center;
}
/* .sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 20px !important;
    background: url("../images/quote-img.png") no-repeat !important;
    background-size: auto !important;
    background-position: bottom 20px right 30px !important;
	min-height: 285px !important;
	margin: auto 5px !important;
	border: 1px solid #fee883 !important;
}
.sp-testimonial-content p{
	font-size: 15px !important;
	color: #fff !important;
	font-weight: normal !important;
	text-align: left !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #fee883 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-client-rating{
	display: flex !important;
} */
.adelaides-head{
    font-size: 45px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    font-family: "Playfair Display";
    text-align: center;
    margin-bottom: 30px;
}
.adelaides-wrap{
    padding: 30px 30px;
    border-radius: 177px;
    background-color: #fee883;
}
.adelaides-btn{
    text-align: center;
}
.adelaides-btn a{
    margin: 0 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 13px 30px;
    border-radius: 30px;
    background-color: #000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.adelaides-btn a:first-child{
    padding: 13px 40px;;
}
.adelaides-btn a:hover{
    background-color: #fff;
    color: #000;
}
footer{
    padding-top: 80px;
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fee883;
    padding: 7px;
    margin-right: 5px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    vertical-align: middle;
}
.footer-social a:last-child{
    margin-right: 0;
}
.footer-title{
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 15px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a:hover{
    color: #fee883;
    padding-left: 3px;
}
.footer-list-last ul li a{
    text-transform: lowercase;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.footer-list ul li strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fee883;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    margin-right: 8px;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #98968f80;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #fee883;
}
.footer-part .frm_fld input {
    width: 100%;
    border: none;
    outline: 0;
    border-radius: 30px;
    background-color: #fff; 
  /*border: 1px solid #ccc !important;*/
    padding: 14px 18px;
}
.footer-part .frm_fld p, .footer-part .subscribe_btn p{
	margin-bottom: 0;
}
.footer-part .frm_fld input::placeholder{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.footer-part .subscribe_btn input {
	margin-top: 20px !important;
    text-transform: uppercase !important;
    background: #fee883 !important;
    color: #000 !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
	border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-part .subscribe_btn input:hover{
	background-color: #fff !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #fee883 !important;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #322F17;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
	text-shadow: 1px 1px 1px #6c6c6c;
}
.inner_titl strong {
    color: #fee883;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fee883;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
    font-weight: 500 !important;
    font-size: 18px !important;
}
.separate_titl:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #fee883;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.core-box .inner_titl {
    font-size: 23px;
}

#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    background-color: #fee883;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner-bg-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 230px 0 200px !important;
    margin: 0 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
	text-shadow: 1px 1px 1px #6c6c6c !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #fee883;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #fee883;
}
.contact_page_heading {
    color: #322F17;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
	text-shadow: 1px 1px 1px #6c6c6c;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fee883;
}
.contact_page_heading strong {
    color: #fee883;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #322F17;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #fee883;
}
.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
    background: #fee883 !important;
    color: #000 !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #000 !important;
	color: #fff !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #fee883;
    display: block;
    color: #000 !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 220px;
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #000;
	color: #fff !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.unique-sec{
	padding-top: 40px;
	padding-bottom: 80px;
}
.unique-head{
	text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    color: #fee883;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.unique-part{
	padding: 20px 15px;
    min-height: 100%;
    border-radius: 10px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	background-color: #ffffff12;
}
.unique-bg-part{
	border: 1px solid #fee883;
	border-radius: 10px;
	background: transparent;
}
.unique-icon-part {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fee883;
    padding: 10px;
    margin-right: 6px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    margin-bottom: 20px;
}
.unique-icon-part img {
    max-width: 60px;
}
.unique-txt{
	font-size: 18px;
    color: #fff;
    font-weight: normal;
	text-transform: capitalize;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #322F17;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #fee883;
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #000;
    background: #fee883;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
/* .thankyou-btn a:hover{
    background-color: #171717;
} */
.error_page {
    padding: 40px 0 80px;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu{
		display: none;
	}
	.header-top {
		padding: 12px 0;
	}
	.banner-head{
		font-size: 35px;
	}
	.gold-buyer-right-head, .unique-head, .services-head, .gold-loan-right-head, .testimonial-head, .adelaides-head{
		font-size: 26px;
	}
	.rmp-menu-title-image {
		width: 60%;
		height: 100%;
	}
	.banner-btn a, .gold-buyer-btn a, .gold-loan-btn a, .adelaides-btn a, .adelaides-btn a:first-child{
		font-size: 15px;
		padding: 12px 35px;
	}
	.banner-sec{
		padding-bottom: 40px;
	}
	.gold-buyer-sec, .testimonial-sec, .gold-rate-sec, .unique-sec, .services-sec, .gold-loan-sec{
		padding: 40px 0;
	}
	.page .entry-header, .blog_page_header {
        padding: 180px 0 !important;
        margin: 0 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.gold-buyer-left {
		transform: rotate(0deg);
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
	
}

@media only screen and (max-width : 320px) {
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.adelaides-wrap{
		border-radius: 20px;
	}
	.adelaides-btn a:first-child, .adelaides-btn a{
		padding: 12px 27px;
		margin: 0 2px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.adelaides-wrap{
		border-radius: 20px;
	}
	.adelaides-btn a:first-child, .adelaides-btn a{
		padding: 12px 27px;
		margin: 0 2px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.adelaides-wrap{
		border-radius: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
   .header-menu ul .header-btn {
		margin-left: 0;
	}
	.header-menu ul .header-btn a{
		font-size: 15px;
		padding: 12px 20px !important;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
	.header-menu ul li{
		margin-right: 0;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
   .header-menu ul .header-btn {
		margin-left: 0;
	}
	.header-menu ul .header-btn a{
		font-size: 15px;
		padding: 12px 20px !important;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
	.header-menu ul li{
		margin-right: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul .header-btn {
		margin-left: 0;
	}
	.header-menu ul .header-btn a{
		font-size: 15px;
		padding: 12px 20px !important;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
	.header-menu ul li{
		margin-right: 0;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   .header-menu ul .header-btn {
		margin-left: 0;
	}
	.header-menu ul .header-btn a{
		font-size: 15px;
		padding: 12px 20px !important;
	}
	.primary-navigation a{
		padding: 0 8px !important;
	}
	.header-menu ul li{
		margin-right: 0;
	}
}

/* @media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

} */
