body{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff8ec;
    color: #7e5719;
    font-size: 1rem;
	font-family: 'myKruti';
    font-weight: 400;
    line-height: 1.7;
	letter-spacing: 2px;
    margin: 0;
}

/*  Orthers */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
}
.btn {
	width: 100%;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}	
.btn-outline-primary {
    background-color: none !important;
    color: none !important;
	border-color: #0000;
    color: none !important;
}
.btn-outline-primary:hover {
    background-color: none;
    border-color: #0000;
    color: none;
}
.btn-outline-primary:hover {
    background-color: none;
    color: none;
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: none;
    border-color: none;
    color: none;
}
.form-grid h1{
	color:#fff;
}
.title h1{
	font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
.desktop {
    display: block;
}
.mob {
    display: none;
}






/* first-sec */
.first-sec{
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;	
}
.first-sec .left1 h1{
	font-size: 32px;
	margin: 0;
}
.first-sec .left1 h1 span{
	font-size: 38px;
}
.first-sec .left1 img{
	width: 75%;
}  
.first-sec .outer-border {
	border: 2px solid #e08924;
	height: 99%;
	width: 98%;
	padding: 6px;
	margin: 0 auto;
	border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
	background: #815d24;
}
.first-sec .mid-border {
	border: 6px solid #c6983b;
	height: 100%;
	width: 100%;
	padding: 6px;
	margin: auto;
	border-image-slice: 2;
    border-width: 6px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
	padding: 20px;
}
.first-sec .mid-border label{
	color:#fff;
}





/* second-sec */
.second-sec{	
}
.second-sec h2{	
	font-size: 24px;
}
.second-sec img{
 width: 75%;
}





/* third-sec */
.third-sec{
	
}
.third-sec ul li{
	font-size: 24px;
	margin-bottom: 5px;
	list-style-image: url('assets/img/icon.webp');
}
.third-sec ul{
	  margin-left: 80px;
}
.third-sec img{
    width: 80%;
}









/*  four-sec */
.four-sec{
	
}
.four-sec ul li{
	font-size: 24px;
	margin-bottom: 5px;
	list-style-image: url('assets/img/icon.webp');
}
.four-sec img{
    width: 60%;
}









/*  five-sec */
.five-sec{
	
}
.five-sec .p-box{
	width:100%;
	background: #fde5be;
	border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
	padding: 50px;
    border: 3px solid #b89a45;
}
.five-sec .p-box img{
	width:100%;	
}
.five-sec h3{
	font-size: 18px;
}








/*  six-sec */
.six-sec{
	
}
.faq {
}
.faq .h2{
    padding: 5px;
    background: #ffe9c6;
    border-radius: 10px;
    color: #7e5719;
    border: 1px solid #7e5719;
	font-size: 21px;
}
.faq h2{
    padding: 5px;
    background: #ffe9c6;
    border-radius: 10px;
    color: #7e5719;
    border: 1px solid #7e5719;
	font-size: 21px;
}
.faq p{
	z-index: -99;
    font-size: 18px;
    border: 1px solid #7e5719;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 0;
    margin-top: -5px;
 /* border-top: none; */
    position: relative;
}






/* last-sec */
.last-sec {
	
}

.last-sec .left1 h2{
	font-size: 32px;
}
.last-sec .left1 img{
	width: 75%;
}
.last-sec .outer-border {
	border: 2px solid #e08924;
	height: 99%;
	width: 98%;
	padding: 6px;
	margin: 0 auto;
	border-image-slice: 2;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
	background: #815d24;
}
.last-sec .mid-border {
	border: 6px solid #c6983b;
	height: 100%;
	width: 100%;
	padding: 6px;
	margin: auto;
	border-image-slice: 2;
    border-width: 6px;
    border-image-source: linear-gradient(to top, #996d24, #fefa8f, #AB6D23, #fefa8f);
	padding: 20px;
}
.last-sec .mid-border label{
	color:#fff;
}




footer{
	background:#683703;
}



.thank-you {
	background: #000;
}

.thank-you h1{
	font-size: 32px;
    color: #f1c007;
}
.thank-you h2{
	font-size: 18px;
	color: #f1c007;
}
.thank-you img{
    width: 100%
}





@media (max-width: 768px){ 

.navbar-brand > img{
	width: 200px;
}
.mob-call-only img{
	width: 45px;
}
.title h1 {
    font-size: 24px;
}
.btn {
    font-size: 14px;
	 padding: 0.8rem 0.75rem;
}
.desktop {
	display: none;
}
.mob {
	display: block;
}	
	
	
.first-sec .left1 h1 {
    font-size: 26px;
}	
.first-sec .left1 h1 span {
    font-size: 32px;
}
.first-sec .left1 img {
    width: 100%;
}



.second-sec h2 {
    font-size: 18px;
    text-align: center;
}




.third-sec ul {
    margin-left: 0;
}
.third-sec ul li {
    font-size: 18px;
}
.third-sec img {
    width: 100%;
}


.four-sec ul li {
    font-size: 18px;
}


.five-sec .p-box {
    padding: 20px;
}
.five-sec h3 {
    font-size: 12px;
}



.faq h2 {
    font-size: 18px;
}
.faq .h2 {
    font-size: 18px;
}
.faq p {
    font-size: 14px;;
}



.last-sec .left1 h2 {
    font-size: 26px;
}
.last-sec .left1 img {
    width: 100%;
}


.thank-you h1 {
    text-align: center;
}
.thank-you h2 {
    font-size: 14px;
    text-align: center;
}
}

.order-Number {
	position: fixed;
	background-color: #a3751a;
	color: #fff !important;
	border-top: #fcd462 solid 1px;
	font-size: 14px;
	z-index: 100;
	line-height: 18px!important;
	padding: 15px 0px 15px 0px;
	text-align: center!important;
	margin: 0px;
	bottom: 0px;
	right: 0px !important;
	width:100%;
}
.order-Number i{
	font-size: 24px;
	color: #fff !important;
}
.order-Number span a{
	padding: 0;
	color: #fff !important;
}		

.desktop {
    display: block;
}
.mob {
    display: none;
}
@media (max-width: 768px){
	.desktop {
	    display: none!important;
	}   
	.mob {
	    display: block!important;
	}
}

