/*Big-Tablet view*/
@media screen and (min-width:1025px) and (max-width:1199px){
html body {
    padding-top: 177px;
}
.main-menu ul li a {
    padding: 0 7px;
    font-size: 15px;
}
.main-menu ul {
    margin: 10px -14px 0;
}
.logo {
    max-width: 260px;
}
.banner-table .main-table td:last-child {
    padding-left: 79px;
    padding-right: 79px;
}
.banner-table .main-table th {
    min-width: 250px;
}
.banner-table .main-table td:last-child {
    padding-left: 60px;
    padding-right: 60px;
}
.banner-table .main-table th:last-child {
    padding-left: 60px;
}
.banner-caption {
    background-size: auto 80%;
}
.newslatter form {
	padding-right: 160px;
}
#newslatter-submit {
	right: 10px;
}
.newslatter .loader {
	right: -13px;
}
.response {
	right: 10px;
}
.newslatter .container {
	display: table;
	padding-left: 20px;
}

}
/*Big-Tablet view close*/
/**********************************************************************************************************************************/
/*Tablet view*/



@media screen and (max-width:1024px){
.close-button, .menu {
    display: block;
}
.main-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 280px;
    background-color: #fff;
    z-index: 999;
    border-left: 4px solid #ffcc26;
    -moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.show-menu .main-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.main-menu ul li {
    float: none;
    margin: 0;
}
.main-menu ul {
    margin: 0;
    clear: both;
}
.main-menu ul li a:hover::before, .main-menu ul li.active a::before {
    display: none;
}
.main-menu ul li a {
    padding: 0;
    line-height: 47px;
    color: #000;
    padding: 1px 15px 0;
    border-bottom: 1px solid #ccc;
}
.main-menu ul li:first-child a {
    border-top: 1px solid #ccc;
}
.main-menu ul li a:hover, .main-menu ul li.active a {
    background-color: #453D40;
}
.close-button {
	width: 35px;
	height: 35px;
	background-color: #ffcc26;
	text-align: center;
	font-size: 34px;
	line-height: 37px;
	cursor: pointer;
	float: right;
	padding-left: 1px;
	margin: 15px 15px 15px 0;
}
.menu {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #ffcc26;
    margin-top: 9px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.menu-trigger .line {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    background-color: #000;
}
.menu-trigger .line:first-child {
    top: -18px;
}
.menu-trigger .line:last-child {
    top: 18px;
}
.menu-act {
    overflow: auto;
    max-height: 100%;
}
html.show-menu, html.show-menu body {
    overflow: hidden;
}


}

@media only screen and (min-width: 992px) and (max-width: 1024px){
	.inner-main .purchase-left {
		width: 66%;
		padding-right: 25px;
	}
	.inner-main .purchase-right {
		width: 34%;
	}
	.price-table table th {
		padding: 15px 5px;
		font-size: 14px;
	}
	.price-table table td {
		padding: 11px 9px;
		font-size: 13px;
	}
	.howtosell-wrap > div {
		padding: 18px 25px 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.selling-map-wrap .sell-map {
		width: 48%;
		float: left;
	}
	.selling-map-wrap .sell-map-2 {
		width: 48%;
		float: left;
	}
	.selling-map-wrap .sell-address {
		width: 52%;
	}
	.service-wrap {
		display: flex;
		align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
	}
	.service-wrap .service-con {
		display: flex;
		min-height: auto;
		flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
	}
	
}

@media screen and (max-width: 991px) {
	.inner-main .purchase-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.purchase-left .main-title, .purchase-left .view-all {
		text-align: center;
	}
	.purchase-left .main-title::before {
		right: 0;
		left: 0;
	}
	.inner-main .purchase-right {
		width: 100%;
		float: left;
		max-width: 100%;
		margin: auto;
	}
	.purchase-right .price-table table td {
		text-align: center;
	}
	
}

@media screen and (min-width:768px) and (max-width:1024px){
html body {
    padding-top: 158px;
}
.section-gapping, section {
    padding-bottom: 50px;
    padding-top: 50px;
}
.header-top .top-header-center {
    max-width: 30%;
    padding-top: 7px;
}
.header-top .top-header-center p {
    text-align: center;
    line-height: normal;
}
.header-bottom {
    padding: 25px 0;
}
.logo {
    max-width: 300px;
}
.banner-table .main-table td:last-child {
    padding-left: 79px;
    padding-right: 79px;
}
.banner-table .main-table th {
    min-width: auto;
    font-size: 16px;
    padding: 10px 20px;
}
.banner-table .main-table td:last-child {
    padding-left: 20px;
    padding-right: 20px;
}
.banner-table .main-table th:last-child {
    padding-left: 20px;
}
.banner-caption {
    background-size: auto 80%;
    height: 465px;
}
.banner-table .main-table td {
    padding: 9px 20px;
	font-size: 15px;
}
.banner-caption-text h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.banner-caption-text h2 span {
    font-size: 32px;
}
.main-title {
    font-size: 32px;
    margin-top: -7px;
}
.product-box a {
    font-size: 18px;
}
.services-section ul {
    margin: 0 -9px;
}
.services-section ul li {
    padding: 0 3px;
}
.services-section h3 {
    font-size: 20px;
    text-shadow: none;
}
.services-section p {
    font-size: 15px;
}
.newslatter h3 {
    font-size: 28px;
    vertical-align: middle;
}
.footer-map {
    width: 36%;
    padding-right: 20px;
}
.footer-map img {
    min-height: 170px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.footer-contact {
    width: 31%;
    padding-right: 20px;
}
.footer-time ul li span {
    min-width: 100px;
}
.footer-time ul li {
    font-size: 15px;
    line-height: 160%;
}
.footer-contact p {
    font-size: 15px;
}
.footer-title {
    font-size: 19px;
    margin-top: -4px;
}
.footer-contact > div {
    font-size: 15px;
    line-height: 130%;
}
.footer-contact .phone-footer a {
    font-size: 17px;
}
.footer-top {
    padding: 50px 0;
}
.error404-icon {
    font-size: 150px;
    margin: -37px 0 0;
}
.error404 h2 {
    font-size: 28px;
}
#newslatter-submit {
	right: 10px;
}
.newslatter form {
	padding-right: 159px;
}
.newslatter h3 {
	padding-right: 20px;
}
.newslatter .loader {
	right: -12px;
}
.response {
	font-size: 12px;
	right:10px;
	padding: 5px 8px;
}
.newslatter .container {
	display: table;
	padding-left: 20px;
}
.heading-con p, .securedloan-wrap p.text-md {
	font-size: 16px;
}
.service-con > p {
	font-size: 13px;
}
.sm-service-wrap {
	padding: 25px 15px;
}
.table-wrap table tbody td {
	padding: 12px 14px;
	font-size: 14px;
}
.table-wrap table thead tr th {
	font-size: 14px;
	padding: 12px 14px;
}
.option-wrap {
	padding: 20px 15px;
}
.option-wrap {
	padding: 20px 15px;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-bottom: 20px;
}
.howtosell-wrap > div, .loan-offer {
	padding: 18px 22px 28px;
}
.loan-offer ul li {
	font-size: 15px;
}
.contact-box {
	padding: 55px 25px 15px;
}
.contact-box h3 {
	font-size: 18px;
}
.pro-detail-wrap .pro-image {
	height: 419px;
}
.tel-wrap > span a {
	font-size: 20px;
}

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	.footer-map {
		width: 44%;
	}
}

/*Tablet view close*/
/**********************************************************************************************************************************/
/*Mobile view*/
@media screen and (max-width:767px){
html body {
    padding-top: 165px;
}
body p {
    font-size: 15px;
    line-height: 150%;
}
.section-gapping, section {
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-bottom {
    padding: 20px 0;
}
.logo {
    max-width: 210px;
}
.menu {
    margin-top: 0;
}
.tel-wrap::after, .tel-wrap::before, .top-header-right::after, .top-header-right::before {
    display: none;
}
.header-top p {
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}
.top-header-left {
    float: none;
}
.header-top .top-header-center {
    max-width: 49%;
    padding-top: 0;
    float: left;
    margin-top: -2px;
}
.header-top .top-header-center p {
    text-align: left;
    line-height: normal;
    font-size: 13px;
}
.tel-wrap > span {
	line-height: 40px;
    padding: 0 6px 1px 32px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.tel-wrap > span a {
    font-size: 15px;
}
.tel-wrap > span::before {
    background-size: 135px;
    height: 19px;
    width: 19px;
    left: 8px;
}
.header-sticky #header {
    top: -81px;
}
.banner-table .main-table td:last-child {
    padding-left: 12px;
    padding-right: 12px;
}
.banner-table .main-table th {
    min-width: auto;
    font-size: 15px;
    padding: 10px 12px;
}
.banner-table .main-table td:last-child {
    padding-left: 12px;
    padding-right: 12px;
}
.banner-table .main-table th:last-child {
    padding-left: 12px;
}
.banner-caption {
    background-size: auto 78%;
    height: 300px;
    background-position: left top;
}
.banner-caption-text {
    width: 100%;
    text-align: center;
}
.banner-caption .container {
    bottom: 15px;
}
.banner-btn {
    font-size: 18px;
    line-height: 40px;
    width: 120px;
}
.banner-table .main-table td {
    padding: 9px 15px;
	font-size: 15px;
}
.banner-caption-text h2 {
    font-size: 32px;
    margin-bottom: 6px;
}
.banner-caption-text h2 span {
    font-size: 24px;
}
.banner-table {
    position: static;
    margin: 35px 0;
}
.banner-table .main-table {
    background-color: #000;
    float: none;
    margin: 0 auto;
    max-width: 360px;
    display: block;
}
.main-title {
    font-size: 24px;
    margin-top: -5px;
    padding-bottom: 15px;
}
.product-box a {
    font-size: 18px;
}
.features-box {
    padding: 75px 20px 25px;
}
.services-section ul {
    margin: 0;
}
.services-section ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}
.services-section h3 {
    font-size: 20px;
    text-shadow: none;
}
.services-section p {
    font-size: 15px;
}
.service-icon {
    width: 115px;
    height: 115px;
    background-position: 36px 28px;
    background-size: 260px;
}
.services-section ul li:hover .service-icon {
    background-position: 34px -75px;
}
.service-icon.service-timings {
    background-position: -72px 28px;
}
.services-section ul li:hover .service-icon.service-timings {
    background-position: -72px -75px;
}
.service-icon.service-velue {
    background-position: -169px 30px;
}
.services-section ul li:hover .service-icon.service-velue {
    background-position: -169px -75px;
}


.features-box h3 {
    font-size: 18px;
}
.features-box {
    padding: 75px 20px 25px;
    min-height: auto;
}
.features-box .main-btn {
    position: static;
    width: auto;
    margin-top: 14px;
}
.main-btn {
    font-size: 16px;
    line-height: 42px;
}
.features-section ul {
    margin: 0 -15px;
}
.features-section ul li {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 50px 15px 0;
    margin-bottom: 25px;
}
.features-section ul li:nth-last-child(-n+2) {
    margin-bottom: 25px;
}
.features-section ul li:last-child {
    margin-bottom: 0;
}

.product-section ul {
    margin: 25px -6px;
}
.product-section ul li {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 6px;
    margin-bottom: 12px;
}
.image-product {
    height: 125px;
}
.product-box a {
    font-size: 15px;
}
.product-wrap {
    padding-bottom: 13px;
}
.btn-primary {
    line-height: 42px;
    font-size: 18px;
}
.newslatter {
    padding: 35px 0;
}
.newslatter h3 {
    font-size: 26px;
    display: block;
    width: auto;
    white-space: normal;
    text-align: center;
    padding: 0;
    margin-bottom: 18px;
	margin-top: -6px;
}
.newslatter .container {
    display: block;
}
.newslatter form {
    padding-right: 0;
    display: block;
}
#newslatter-submit {
    position: static;
    display: block;
    margin: 15px auto 0;
    font-size: 18px;
    height: 45px;
    line-height: 44px;
}
#newslatter-email {
    height: 45px;
    font-size: 16px;
}
.newslatter label {
    top: 12px;
    font-size: 16px;
}

.footer-map {
    width: 100%;
    padding-right: 0;
}
.footer-map img {
    min-height: 170px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.footer-time {
    float: none;
}
.footer-contact {
    width: 100%;
    padding-right: 0;
    margin: 30px 0;
}
.footer-time ul li span {
    min-width: 100px;
}
.footer-time ul li {
    font-size: 15px;
    line-height: 160%;
}
.footer-contact p {
    font-size: 15px;
}
.footer-title {
    font-size: 20px;
    display: block;
    margin-top: -4px;
}
.footer-contact > div {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 18px;
}
.footer-contact .phone-footer a {
    font-size: 17px;
}
.footer-bottom p {
    line-height: normal;
    text-align: center;
    font-size: 14px;
	float: none;
}
.footer-social {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}
.footer-social li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}
.footer-top {
    padding: 35px 0;
}
.footer-top .container > div {
    float: none;
}
#myBtn {
    bottom: 60px;
}
.error404-icon {
    font-size: 110px;
    margin: -26px 0 0;
}
.error404 h2 {
    font-size: 22px;
}
.error404 .grve-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}
.sm-service-wrap {
	padding: 25px 15px;
}
.map-content p i.fa-phone, .map-phone i.fa-phone {
	font-size: 18px;
	margin-top: 2px;
}
.phone-link a, .map-phone a {
	font-size: 20px;
}
.selling-step > h3, .securedloan-wrap h3, .securedloan-wrap .loan-offer > h3 {
	font-size: 18px;
}
.map-heading {
	font-size: 18px;
	margin-bottom: 5px;
}
.howtosell-wrap > div {
	padding: 15px 15px 22px;
}
.selling-map-wrap .sell-map, .sell-map-2, .selling-map-wrap .sell-address {
	width: 100%;
}
.selling-map-wrap .sell-address {
	padding-left: 0;
}
.sm-service-wrap .service-title {
	font-size: 17px;
}
.service-wrap .sm-service-icon {
	width: 80px;
	height: 80px;
	background-position: 22px 13px;
}
.service-wrap.ser-time .sm-service-icon {
	background-position: -62px 15px;
}
.service-wrap.ser-value .sm-service-icon {
	background-position: -142px 16px;
}
.service-wrap:hover .sm-service-icon {
	background-position: 22px -71px;
}
.service-wrap.ser-time:hover .sm-service-icon {
	background-position: -62px -69px;
}
.service-wrap.ser-value:hover .sm-service-icon {
	background-position: -142px -69px;
}
.service-wrap .service-con {
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: -ms-calc(100% - 80px);
	width: -0-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
}
.table-wrap table thead tr th {
	font-size: 14px;
	padding: 12px 14px;
	white-space: nowrap;
}
.table-wrap table tbody td {
	padding: 12px 14px;
	font-size: 14px;
	white-space: nowrap;
}
.securedloan-wrap p.text-md, .loan-contact ul p {
	font-size: 14px;
}
.option-wrap {
	padding: 16px 15px;
}
.howtosell-wrap > div, .loan-offer {
	padding: 15px 15px 20px;
}
.loan-offer ul li {
	padding-left: 26px;
	font-size: 14px;
}
.loan-offer ul li::after {
	top: 3px;
}
.loan-contact ul li {
	padding-left: 75	px;
	min-height: 62px;
}
.loan-contact ul li::before {
	width: 62px;
	height: 62px;
	background-position: 17px -156px;
}
.loan-contact ul li.loan-phone::before {
	background-position: -36px -153px;
}
.loan-contact ul li.loan-parking::before {
	background-position: -88px -152px;
}
.loan-contact ul h4 {
	font-size: 16px;
}
.bullion-main .table-wrap table thead tr th, .bullion-main .table-wrap table tbody td {
	padding: 12px 14px;
}
.world-select {
	max-width: 360px;
}
.world-select select {
	height: 45px;
	font-size: 16px;
	padding: 0 30px 0 15px;
}
.world-select::before {
	right: 15px;
	top: 12px;
	font-size: 18px;
}
.contact-list ul li {
	max-width: 100%;
	-webkit-flex: 0 0 100%;
	-moz-flex: 0 0 100%
	-ms-flex: 0 0 100%;
	-o-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.contact-box h3 {
	font-size: 17px;
}
.contact-map iframe {
	height: 250px;
}
.faq-list .accordion a.toggle {
	font-size: 17px;
	line-height: 130%;
	padding: 12px 34px 12px 15px;
}
.faq-list .accordion a.toggle::before, .faq-list .accordion a.toggle::after {
	right: 20px;
	top: 19px;
	width: 2px;
	height: 12px;
}
.faq-list .accordion a.toggle::after {
	width: 12px;
	height: 2px;
	right: 15px;
	top: 24px;
}
.faq-list .accordion .answer {
	padding: 0px 30px 15px 15px;
}
.selling-map-wrap .sell-inner > p, .selling-map-wrap .sell-address {
	text-align: center;
}
.selling-map-wrap .sell-address {
	margin-top: 15px;
}
.testimonials-wrap .testimonials {
	padding: 18px 15px 18px;
}
.table-wrap.howmuch-table table {
	margin-bottom: 0;
	margin-top: 3px;
}
.howtosell-wrap .sell-inner .map-direction a {
	font-size: 14px;
}
.pro-detail-wrap .pro-image {
	height: 230px;
}
.selling-step.map-step > h3 {
	text-align: center;
}

}


@media only screen and (min-width:350px) and (max-width: 479px){
html body {
    padding-top: 164px;
}
.header-sticky #header {
    top: -74px;
}
.top-header-right .header-phone {
    margin-bottom: 4px;
}
.header-top .top-header-center {
    padding-top: 7px;
    margin-top: 0;
    max-width: 54%;
}
}


@media only screen and (min-width:480px) and (max-width: 767px){
html body {
    padding-top: 161px;
}
.top-header-left {
    float: left;
}
.header-top p {
    line-height: 40px;
    font-size: 15px;
}
.header-top .top-header-center {
    max-width: 100%;
    width: 100%;
    margin: 12px 0 10px;
    float: none;
}
.header-top .top-header-center p {
    text-align: center;
    line-height: normal;
    font-size: 15px;
}
.top-header-right,
.header-sticky .top-header-right {
    margin-top: -84px;
}
.image-product {
    height: 190px;
}
.product-box a {
    font-size: 17px;
}
.features-section ul li {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 50px 8px 0;
    margin-bottom: 25px;
}
.features-section ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.features-box .main-btn {
    position: absolute;
    width: 207px;
    margin-top: 0;
    bottom: 15px;
    padding: 0 12px;
}
.features-box {
    padding: 75px 10px 65px;
}
.features-section ul li:nth-child(-n+2) .features-box {
    padding-bottom: 25px;
}
.newslatter form {
	padding-right: 157px;
	padding-left: 12px;
}
#newslatter-submit {
	position: absolute;
	top: 0;
	margin: 0;
	right: 11px;
}
.newslatter .loader {
	right: -12px;
}
.response {
	right: 10px;
	margin-top: 4px;
	font-size: 13px;
	padding: 5px 10px 4px;
	left: 12px;
}
.newslatter label {
	left:15px;
}
.newslatter .value_focus label, .newslatter .input_focus label {
	left:22px;
}
.selling-map-wrap .sell-map {
	width: 48%;
}
.selling-map-wrap .sell-map-2 {
	width: 48%;
}
.selling-map-wrap .sell-address {
	width: 52%;
	padding-left: 15px;
}
.contact-list ul li {
	max-width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;	
}
.selling-map-wrap .sell-inner > p, .selling-map-wrap .sell-address {
	text-align: left;
}
.selling-map-wrap .sell-address {
	margin-top: 0;
}
.pro-detail-wrap .pro-image {
	height: 280px;
}

}

@media only screen and (max-width:479px) {
  .newslatter .loader {
	left: 0;
	right: -167px;
	top: 58px;
}
.response {
	position: static;
}

}

@media only screen and (max-width: 320px) {
	.tel-wrap > span::before {
		background-size: 130px;
		height: 18px;
		width: 18px;
		left: 8px;
		top: 4px;
	}
	.tel-wrap > span {
		padding: 0 8px 1px 33px;
	}
	.tel-wrap > span a {
		font-size: 14px;
	}
}

/*Mobile view close*/
