@font-face {
	font-family: "Pracctic-Headings";
	src: url("../fonts/Sofia_Pro_Bold.woff2") format("woff2");
	src: url("../fonts/Sofia_Pro_Bold.woff") format("woff");
	src: url("../fonts/Sofia_Pro_Bold.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: "Pracctic-Lighter";
	src: url("../fonts/Sofia_Pro_UltraLight.woff2") format("woff2");
	src: url("../fonts/Sofia_Pro_UltraLight.woff") format("woff");
	src: url("../fonts/Sofia_Pro_UltraLight.ttf") format("truetype");
	font-weight: 600;
}

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

body {
	margin: 0;
	font-family: Pracctic-Headings;
	overflow-x: hidden;
  background: linear-gradient(90deg, #b24617 40%, #de7b28 60%);
}


/*Header*/

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	position: fixed;
    width: 100%;
	z-index: 100;
}

.logo-container {
	width: 30%;
	padding-left: 40px;
	height: 65px;
}

.logo-img {
	width: 310px;
	height: auto;
	vertical-align: top;
	cursor: pointer;
}

.bars-icon {
	display: none;
}

.menu-container {
	width: 70%;
	padding-right: 150px;
	text-align: right;
}

.menu-items {
	width: 100%;
	float: left;
}

.menu-items li {
	display: inline-block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.menu-items li:hover {
	color: black;
	cursor: pointer;
}

@media (max-width: 995px) {
	.header-container {
		display: block;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.logo-container {
		width: 100%;
		padding-left: 0px;
		padding: 20px;
		height: auto;
	}
	.logo-img {
		width: 170px;
	}
	.bars-icon {
		position: absolute;
		right: 20px;
		top: 5px;
		color: white;
		padding: 15px;
		display: block;
		font-size: 20px;
	}
	.menu-items.responsive {
		position: relative;
		background: linear-gradient(90deg, #b24617 40%, #de7b28 60%);
	}
	.menu-items {
		margin: 0px;
		padding: 0px;
	}
	.menu-items.responsive .bars-icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-items.responsive li {
		float: none;
		display: block;
		text-align: right;
		padding-right:30px;
	}
	.menu-items li {
		display: none;
	}
	.menu-items li.bars-icon {
		float: right;
		display: block;
	}
	.menu-container {
		width: 100%;
		padding-right: 0px;
	}
}

@media (max-width: 995px) {
	
	.logo-container {
		width: 100%;
		padding-left: 0px;
		padding: 20px;
		height: auto;
	}
	.logo-img {
		width: 170px;
	}
	.bars-icon {
		position: absolute;
		right: 20px;
		top: 5px;
		color: white;
		padding: 15px;
		display: block;
		font-size: 20px;
	}
	.menu-items.responsive {
		position: relative;
		background: linear-gradient(90deg, #b24617 40%, #de7b28 60%);
	}
	.menu-items {
		margin: 0px;
		padding: 0px;
	}
	.menu-items.responsive .bars-icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu-items.responsive li {
		float: none;
		display: block;
		text-align: right;
		padding-right:30px;
	}
	.menu-items li {
		display: none;
	}
	.menu-items li.bars-icon {
		float: right;
		display: block;
	}
	.menu-container {
		width: 100%;
		padding-right: 0px;
	}
}


/*Header*/


/*Footer*/

.footer {
	right: 0;
	bottom: 0;
	width: 100%;
	background: #f2e8da;
	z-index: 9;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-container {
	padding: 10px;
	width: 100%;
	text-align: center;
}

.copy-right {
	opacity: 1;
	text-decoration: none;
	color: #7e6d4c;
	cursor: pointer;
	text-decoration: none;
}

.privacy-terms {
	cursor: pointer;
	text-decoration: none;
	color: #7e6d4c;
	font-family: Pracctic-Lighter;
}
.social-networks {
	display: inline-block;
}
.social-networks a {
	background: #7e6d4c;
	width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	float:left;
	text-decoration: none;
	margin-right:10px;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
	font-style: normal;
}
.fa-twitter:before {
    content: "\f099";
	font-size: 20px;
}
.fa-facebook:before {
	content: "\f39e";
	font-size: 20px;
}
.fa-instagram:before {
	font-size: 20px;
}

/*Footer*/


/*Body*/
.body-container {
	padding-top: 185px;
}
.tag-heading-container {
	text-align: center;
    font-size: 55px;
    line-height: 65px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 40px;
    color: #fff;
    font-family: 'Pracctic-Headings';
    background-image: url(../media/images/praccticHome.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.moreInfoMain {
	padding-left: 13%;
	margin-top: 50px;
	text-align: left;
}
.moreInfoBtn {
	padding: 5px;
    border: 3px solid #fff;
    width: max-content;
    border-radius: 13px;
    font-size: 25px;
    height: 54px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
.tag-text-container {
	padding-top: 75px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 28px;
    line-height: 35px;
    font-family: 'Pracctic-Lighter';
}

.service-info-container {
	padding-top: 50px;
	padding-right:90px;
	padding-left:50px;
	background: #fff;
	display: inline-flex;
	width: 100%;
}
.who-we-are-img-container {
	float:left;
	padding-right:90px;
	margin-top: 70px;
}
.who-we-are-img {
	width: 200px;
    height: 235px;
}
.who-we-are-container {
	float:left;
	margin-left: 125px;
}
.who-we-are-heading {
	font-size: 40px;
	color: #de7b28;
}
.who-we-are-text {
	font-size: 20px;
	font-family: Pracctic-Lighter;
	margin-right: 200px;
}
.what-we-provide-container {
	padding-top: 50px;
	padding-right:90px;
	margin-left:125px;
	background: #fff;
	width: 100%;
	margin-bottom: 100px;
}
.what-we-provide-heading {
	font-size: 40px;
	color: #de7b28;
}
.what-we-provide-text {
	font-size: 20px;
	font-family: Pracctic-Lighter;
	margin-right: 200px;
}
.dlb-container {
	padding-top: 90px;
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/design1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:auto;
}
.design-heading {
	padding-left:90px;
	padding-right: 90px;
}
.design-text-container {
	padding-left:90px;
	padding-top:45px;
	font-size: 23px;
	line-height: 35px;
	width:40%;
	padding-bottom: 30px;
	min-height: 175px;
}
.design-left-arrow {
	float:left;
	font-size: 100px;
	font-family: 'Pracctic-Lighter';
	margin-left:20px;
	cursor: pointer;
}
.design-right-arrow {
	float:right;
	font-size: 100px;
	font-family: 'Pracctic-Lighter';
	margin-right:20px;
	cursor: pointer;
}
.design-left-arrow:hover {
	opacity: 0.6;
}
.design-right-arrow:hover {
	opacity: 0.6;
}
.arrow-img {
	width:50px;
}
.arrow-container {
	display: inline-block;
    width: 100%;
    padding-bottom:15px;
}
.why-choose-us-container {
	float:left;
	margin-left:125px;
}
.why-choose-us-heading {
	font-size: 40px;
	color: #de7b28;
}
.why-choose-us-text {
	font-size: 20px;
	font-family: Pracctic-Lighter;
	margin-right: 200px;
}
.why-choose-us-img-container {
	float:left;
	padding-right:175px;
}
.why-choose-us-info-container {
	padding-top: 90px;
    padding-right: 90px;
    padding-left: 50px;
    background: #fff;
    display: inline-flex;
    width: 100%;
    padding-bottom: 50px;
}
.why-choose-us-img {
	width: 280px;
	height:280px;
	border-radius:50%;
}

.active-slide {
	animation: fadeIn 5s;
	-webkit-animation: fadeIn 5s;
	-moz-animation: fadeIn 5s;
	-o-animation: fadeIn 5s;
	-ms-animation: fadeIn 5s;
  }
  @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;}
  }
.hide-slide {
	display: none;
}
.vector-container {
	display: inline-block;
	width:100%;
	margin-left:50px;
	text-align: center;
	margin-top:40px;
	margin-bottom:50px;
}
.dt-container {
	width:22%;
	float: left;
	margin-right:30px;
}
.wd-container {
	width: 22%;
	float: left;
	margin-right:30px;
}
.mpd-container {
	width: 22%;
	float: left;
	margin-right:30px;
}
.chatbot-container {
	width:22%;
	float: left;
	margin-right:30px;
}
.dt-image {
	width:210px;
}
.wd-image {
	width:210px;
}
.mpd-image {
	width:210px;
}
.chatbot-image {
	width:210px;
}
.dt-heading {
	color: #fff;
	font-size: 33px;
	font-family: Pracctic-Headings;
	line-height: 38px;
	padding-top:10px;
	padding-bottom:20px;
}
.dt-heading:hover {
	cursor: pointer;
}
.dt-text {
	font-family: Pracctic-Lighter;
	font-size: 18px;
	color: #fff;
}
.steps-container {
	display: flex;
	width:100%;
	text-align: center;
	padding-top:40px;
	padding-bottom:90px;
	background: #fff;
	padding-left:5%;
	padding-right:5%;
}
.step1-container {
	width:16%;
	float: left;
	margin-right:30px;
}
.step2-container {
	width:16%;
	float: left;
	margin-right:30px;
}
.step3-container {
	width:16%;
	float: left;
	margin-right:30px;
}
.step4-container {
	width:16%;
	float: left;
	margin-right:30px;
}
.step5-container {
	width:16%;
	float: left;
	margin-right:30px;
}
.steps-main-heading {
	color: #de7b28;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 40px;
    font-family: Pracctic-Headings;
    background: #fff;
    text-align: center;
}
.circle {
	border-radius: 50%;
	width: 30%;
	height: 80px;
	padding: 10px;
	background: #de7b28;
	border: none;
	color: #fff;
	text-align: center;
	font: 99px Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-left:30%;
	cursor: pointer;
}
.step-text {
	font-family: Pracctic-Lighter;
	font-size: 18px;
	color: #000;
	padding-top:30px;
	display: none;
}
.get-in-touch-container {
	padding-top: 90px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/get-in-touch.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:auto;
	min-height: 470px;
}
.get-in-touch-content {
	padding-top: 60px;
}
.get-in-touch-heading {
	padding-left:90px;
	padding-right: 90px;
	font-size: 60px;
}
.get-in-touch-text-container {
	padding-left:100px;
	padding-top:25px;
	font-size: 23px;
	line-height: 35px;
	width:40%;
}
.get-in-touch-button-container {
	padding-left:100px;
	padding-top:30px;
	font-size: 23px;
	line-height: 35px;
	width:40%;
	padding-bottom: 30px;
}
.get-in-touch-button {
    padding: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background: #de7b28;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Pracctic-Headings';
}
 .get-in-touch-button:hover {
	opacity: 0.7;
 }

 .findout-more-container {
	padding-top: 90px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/aboutus-findout.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:auto;
	min-height: 400px;
}
.findout-more-content {
	padding-top: 60px;
}
.findout-more-heading {
	padding-left:90px;
	padding-right: 90px;
	font-size: 50px;
}
.findout-more-text-container {
	padding-left:100px;
	padding-top:25px;
	font-size: 23px;
	line-height: 35px;
	width:40%;
}
.findout-more-button-container {
	padding-left:100px;
	padding-top:30px;
	font-size: 23px;
	line-height: 35px;
	width:40%;
	padding-bottom: 30px;
}
.findout-more-button {
    padding: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background: #de7b28;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Pracctic-Headings';
}
 .findout-more-button:hover {
	opacity: 0.7;
 }


 /*services page */
.services-body-container {
	padding-top: 84px;
}
.services-heading-container {
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/services.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	text-align: right;
	width: 100%;
}
.services-text-container {
	line-height: 35px;
	margin: 0;
	position: absolute;
	top: 320px;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.services-text-heading {
	font-size: 50px;
	font-family: Pracctic-Headings;
}
.services-text-content {
	padding-top:10px;
	font-size: 23px;
	font-family: Pracctic-Lighter;
}
.service-info-text {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
.services-offer-container {
	display: inline-flex;
	background: #fff;
	padding-left: 5%;
    padding-right: 5%;
	padding-top:80px;
	padding-bottom:40px;
}
.left-side-services {
	width: 37%;
	float: left;
	text-align: left;
	margin: 5%;
}
.right-side-services {
	width: 37%;
	float: left;
	text-align: left;
	margin: 5%;
}
.dt-services-container {
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/dt.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 540px;
}
.dt-services-heading {
	margin-left:30px;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.dt-services-text-container {
	padding-top:25px;
	font-size: 18px;
	line-height: 30px;
	margin-right:45%;
	margin-left:30px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
.dt-services-content {
	line-height: 80px;
	padding-top: 145px;
	padding-left:60px;
	width:70%;
}
.read-more-dt-container {
	display: inline-block;
	position: sticky;
	top: 100%;
	cursor: pointer;
	padding-left:70px;
	/*background: #000;*/
}
.read-more-dt-text {
	float: left;
	font-size: 20px;
	padding-left: 20px;
    
}
.read-more-dt-icon {
	float: left;
	font-size: 25px;
    padding-left: 30px;
	color: #fff;
	padding-right:25px;
}
.dropdown-icon {
	font-size: 30px;
}
.s-o-heading {
	font-size: 25px;
    padding-bottom: 15px;
    color: #de7b28;
	text-align: center;
}
.s-o-text-1 {
	font-size: 17px;
    padding-bottom: 30px;
	font-family: Pracctic-Lighter;
}
.s-o-text-2 {
	font-size: 17px;
	font-family: Pracctic-Lighter;
	padding-bottom: 10px;
}
.s-o-text-3 ul {
	color: #000;
	font-size: 19px;
	margin-top: 2px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-left: 0px;
	font-family: Pracctic-Lighter;
}
.s-o-text-4 {
	font-family: Pracctic-Lighter;
	font-size: 17px;
}

.wd-services-container {
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/wd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 550px;
}
.wd-heading {
	margin-left:30px;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.wd-text-container {
	padding-top:25px;
	font-size: 18px;
	line-height: 30px;
	margin-right:10%;
	margin-left:40px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
.wd-content {
	line-height: 80px;
	padding-top: 80px;
	padding-left:60px;
	width:50%;
	float: right;
}
.read-more-wd-container {
	display: inline-block;
	position: sticky;
	top: 100%;
	cursor: pointer;
	margin-left:200px;
	float: right;
	width: 48%;
}
.read-more-wd-text {
	float: left;
	font-size: 20px;
	padding-left: 20px;
	/*background: #000;*/
}
.read-more-wd-icon {
	float: left;
	font-size: 25px;
    padding-left: 30px;
	color: #fff;
	padding-right:25px;
	/*background: #000;*/
}
.mpd-services-container {
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/mpd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 540px;
}
.mpd-services-heading {
	margin-left:30px;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.mpd-services-text-container {
	padding-top:25px;
	font-size: 18px;
	line-height: 30px;
	margin-right:45%;
	margin-left:30px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
.mpd-services-content {
	line-height: 80px;
	padding-top: 90px;
	padding-left:60px;
	width:70%;
}
.chatbot-services-container {
	font-size: 80px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/chatbot-service.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	height: 550px;
}
.chatbot-heading {
	margin-left:30px;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.chatbot-text-container {
	padding-top:25px;
	font-size: 18px;
	line-height: 30px;
	margin-right:10%;
	margin-left:40px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
.chatbot-content {
	line-height: 80px;
	padding-top: 80px;
	padding-left:60px;
	width:50%;
	float: right;
}
.services-bullets {
	display: flex;
	text-align:left;
	margin-left:7%;
}
.left-bullets {
	width: 60%;
}
.left-bullets ul li {
	float: left;
}
.right-bullets {
	width: 40%;
}
.right-bullets ul {
	float: left;
}
 /*services page */
@media (max-width: 995px) {
	.s-o-text-1 {
		font-size: 17px;
		padding-bottom: 30px;
		font-family: Pracctic-Lighter;
		text-align: center;
	}
	.s-o-text-4 {
		font-family: Pracctic-Lighter;
		font-size: 17px;
		text-align: center;
	}
	.s-o-text-2 {
		font-size: 17px;
		font-family: Pracctic-Lighter;
		padding-bottom: 10px;
		text-align: center;
	}
	.moreInfoMain {
		padding-left: 3%;
		margin-top: 50px;
		text-align: left;
	}
	.body-container {
		padding-top: 10px;
	}
	.tag-heading-container {
		text-align: center;
		font-size: 40px;
		line-height: 45px;
		margin-right: 0px;
		margin-left: 0px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 80px;
		color: #fff;
		font-family: 'Pracctic-Headings';
		background-image: url(../media/images/praccticHome.png);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 45px;
	}
	.tag-text-container {
		padding-top:45px;
		padding-bottom: 40px;
		font-size: 20px;
		line-height: 30px;
		font-family: Pracctic-Lighter;
	}
	.services-body-container {
		padding-top: 10px;
	}
	.service-info-container {
		padding-top: 0px;
		padding-right:0px;
		padding-left:0px;
		background: #fff;
		display: inline-block;
		width: auto;
	}
	.who-we-are-img-container {
		float:initial;
		padding-right: 0px;
		text-align: center;
		margin-top: 0px;
	}
	.who-we-are-container {
		float:initial;
		text-align: center;
		margin: 20px;
	}
	.who-we-are-text {
		font-size: 20px;
		font-family: Pracctic-Lighter;
		margin-right: 0px;
	}
	.what-we-provide {
		padding-top:10px !important;
		padding-bottom:10px;
	}
	.what-we-provide-container {
		padding-right:0px;
		padding-left:0px;
		padding-top: 0px;
		background: #fff;
		width: auto;
		margin-bottom: 100px;
		text-align: center;
		margin: 20px;
		margin-top:0px;
	}
	.what-we-provide-text {
		font-size: 20px;
		font-family: Pracctic-Lighter;
		margin-right: 0px;
	}
	.dlb-container {
		padding-top: 30px;
		font-size: 60px;
		line-height: 45px;
		margin-right:0px;
		margin-left:0px;
		padding: 0;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/design-mobile.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: inline-block;
		height:auto;
		width:auto;
	}
	.design-heading {
		margin-left:30px;
		padding-top:30px;
		padding-left:0px;
		padding-right:0px;
	}
	.design-text-container {
		padding-top:25px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-right:30px;
		margin-left:30px;
		padding-left:0px;
		padding-right:0px;
		width:auto;
		min-height: 210px;
	}
	.design-left-arrow {
		margin-left:0px;
	}
	.design-right-arrow {
		margin-right:0px;
	}
	.arrow-container {
		display: block;
		width: auto;
		padding-bottom:15px;
	}
	.why-choose-us-container {
		float:initial;
		text-align: center;
		margin: 20px;
	}
	.why-choose-us-text {
		font-size: 20px;
		font-family: Pracctic-Lighter;
		margin-right: 0px;
	}
	.why-choose-us-img-container {
		float:initial;
		padding-right: 0px;
		text-align: center;
		padding-bottom: 25px;
	}
	.why-choose-us-info-container {
		padding-top: 0px;
		padding-right:0px;
		padding-left:0px;
		padding-bottom: 0px;
		background: #fff;
		display: inline-block;
		width: auto;
	}
	.vector-container {
		width:auto;
		margin-left:0px;
		text-align: center;
		margin-top:40px;
		margin-bottom:40px;
	}
	.dt-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.wd-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.mpd-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.chatbot-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.steps-container {
		display: block;
		width:auto;
		margin-left:0px;
		text-align: center;
		margin-top:0px;
		margin-bottom:0px;
		padding-bottom:20px;
	}
	.step1-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.step2-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.step3-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.step4-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.step5-container {
		width:auto;
		float: initial;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:50px;
	}
	.steps-main-heading {
		color: #de7b28;
		padding-top: 30px;
		padding-bottom: 35px;
		font-size: 24px;
		font-family: Pracctic-Headings;
		background: #fff;
		text-align: center;
		padding-left: 2%;
		padding-right: 2%;
		line-height: 30px;
	}
	.circle {
		margin-left: 100px;
		width: 25%;
	}
	.chatbot-empty {
		display:none;
	}
	.get-in-touch-container {
		padding-top: 30px;
		font-size: 45px;
		line-height: 45px;
		margin-right:0px;
		margin-left:0px;
		padding: 0;
		padding-bottom:10px;
		color: #fff;
		font-family: Pracctic-Headings;
		display: block;
		height:auto;
		width:auto;
		min-height: 300px;
	}
	.get-in-touch-heading {
		margin-left:30px;
		padding-top:30px;
		padding-left:0px;
		padding-right:0px;
	}
	.get-in-touch-text-container {
		padding-top:25px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-right:30px;
		margin-left:30px;
		padding-left:0px;
		padding-right:0px;
		width:auto;
	}
	.get-in-touch-button-container {
		padding-top:10px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-right:30px;
		margin-left:30px;
		padding-left:0px;
		padding-right:0px;
		width:auto;
	}
	.findout-more-container {
		padding-top: 30px;
		font-size: 45px;
		line-height: 45px;
		margin-right:0px;
		margin-left:0px;
		padding: 0;
		padding-bottom:10px;
		color: #fff;
		font-family: Pracctic-Headings;
		display: block;
		height:auto;
		width:auto;
		min-height: 300px;
	}
	.findout-more-heading {
		margin-left:30px;
		padding-top:30px;
		padding-left:0px;
		padding-right:0px;
	}
	.findout-more-text-container {
		padding-top:25px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-right:30px;
		margin-left:30px;
		padding-left:0px;
		padding-right:0px;
		width:auto;
	}
	.findout-more-button-container {
		padding-top:10px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-right:30px;
		margin-left:30px;
		padding-left:0px;
		padding-right:0px;
		width:auto;
	}
	.services-text-container {
		line-height: 35px;
		margin: 0;
		position: relative;
		top: 320px;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.service-info-text {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 18px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.dt-services-container {
		font-size: 45px;
		line-height: 0px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/dt.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 540px;
	}
	.dt-services-content {
		line-height: 45px;
		padding-top: 145px;
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
	.dt-services-heading {
		margin-left: 0;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0px;
	}
	.dt-services-text-container {
		padding-top: 25px;
		font-size: 18px;
		line-height: 30px;
		margin-right: 5%;
		margin-left: 5%;
		padding-left: 0px;
		padding-right: 0px;
		width: auto;
	}
	.services-offer-container {
		display: inline-block;
		background: #fff;
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.left-side-services {
		width: auto;
		float: initial;
		text-align: left;
		margin: 0;
	}
	.s-o-text-3 ul {
		font-size: 18px;
		margin-top: 2px;
		margin-bottom: 25px;
		margin-left: revert;
		padding-left: revert;
	}
	.wd-services-container {
		font-size: 45px;
		line-height: 0;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/wd.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 550px;
	}
	.wd-content {
		line-height: 80px;
		padding-top: 80px;
		padding-left: 0;
		width: 100%;
		float: initial;
		text-align: center;
	}
	.wd-heading {
		margin-left: 0;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.wd-text-container {
		padding-top: 25px;
		font-size: 18px;
		line-height: 30px;
		margin-right: 0;
		margin-left: 0;
		padding-left: 5%;
		padding-right: 5%;
		width: auto;
	}
	.right-side-services {
		width: auto;
		float: left;
		text-align: left;
		margin: 0;
	}
	.read-more-dt-container {
		display: inline-flex;
		position: sticky;
		top: 100%;
		cursor: pointer;
		/*background: #000;*/
		width: 225px;
		height: 50px;
		float: right;
	}
	.read-more-dt-text {
		float: left;
		font-size: 20px;
		padding-left: 20px;
		padding-top: 23px;
	}
	.read-more-wd-container {
		display: inline-flex;
		position: sticky;
		top: 100%;
		cursor: pointer;
		/*background: #000;*/
		width: 225px;
		height: 50px;
		float: right;
	}
	.read-more-wd-text {
		float: left;
		font-size: 20px;
		padding-left: 20px;
		padding-top: 23px;
	}
	.mpd-services-container {
		font-size: 45px;
		line-height: 0px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/mpd.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 540px;
	}
	.mpd-services-content {
		line-height: 45px;
		padding-top: 45px;
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
	.mpd-services-heading {
		margin-left: 0;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0px;
	}
	.mpd-services-text-container {
		padding-top: 25px;
		font-size: 18px;
		line-height: 30px;
		margin-right: 5%;
		margin-left: 5%;
		padding-left: 0px;
		padding-right: 0px;
		width: auto;
	}
	.chatbot-services-container {
		font-size: 45px;
		line-height: 0;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/chatbot-service.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 550px;
	}
	.chatbot-content {
		line-height: 80px;
		padding-top: 80px;
		padding-left: 0;
		width: 100%;
		float: initial;
		text-align: center;
	}
	.chatbot-heading {
		margin-left: 0;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.chatbot-text-container {
		padding-top: 25px;
		font-size: 18px;
		line-height: 30px;
		margin-right: 0;
		margin-left: 0;
		padding-left: 5%;
		padding-right: 5%;
		width: auto;
	}
	.services-bullets {
		display: inline-block;
		text-align:left;
		margin-left:0;
	}
	.left-bullets {
		width: auto;
		font-family: Pracctic-Lighter;
		float: initial;
		font-size:18px;
	}
	.left-bullets ul li {
		float: initial;
	}
	.right-bullets {
		width: auto;
	}
	.right-bullets ul {
		float: left;
		margin: 0;
	}
}

/* About us page */
.pracctic-headings {
	font-family:Pracctic-Headings;
}
.aboutus-body-container {
	padding-top: 84px;
}
.aboutus-heading-container {
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/aboutus.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	text-align: right;
	width: 100%;
}
.aboutus-text-container {
	line-height: 35px;
	margin: 0;
	position: absolute;
	top: 320px;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.aboutus-text-heading {
	font-size: 50px;
	font-family: Pracctic-Headings;
	text-align: left;
}
.aboutus-text-content {
	padding-top:10px;
	font-size: 23px;
	font-family: Pracctic-Lighter;
	text-align: left;
	margin-right:20%;
}
.aboutus-info-text {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
.our-mission {
	display: flow-root;
	width: 100%;
	background: #fff;
}
.our-mission-left {
	float:left;
	width:50%;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.our-mission-left img {
	width: 85%;
}
.our-mission-right {
	float:left;
	width:50%;
	padding-top:50px;
}
.our-mission-heading {
	font-size: 45px;
	color: #de7b28;
	font-family: Pracctic-Headings;
}
.our-mission-text {
	font-family: Pracctic-Lighter;
	padding-right:20%;
	font-size: 19px;
}
.our-essence-text {
	font-family: Pracctic-Lighter;
	padding-right:20%;
	font-size: 19px;
}
.our-essence-heading {
	font-size: 45px;
	color: #de7b28;
	font-family: Pracctic-Headings;
}
.our-essence-left {
	float:left;
	width:40%;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 9%;
}
.our-essence-right img {
	width: 85%;
}
.our-essence-right {
	float:left;
	width:50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-hr {
	width: 92%;
	background: #f77304;
}
.bottom-hr {
	width: 92%;
	background: #f77304;
}
.show-mobile {
	display: none;
}
.blog-top-hr {
	width: 92%;
	border-top:1px solid #f77304;
	margin-left: 4%;
}
.blog-hr-container {
	display: flow-root;
	width: 100%;
	background: #fff;
}
.blog-container {
	display: flow-root;
    width: 70%;
    background: #fff;
    padding-left: 15%;
    padding-right: 15%;
}
.blog-img-container {
	float: left;
    width: 47%;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 3%;
}
.blog-content-container {
	float:left;
	width:50%;
	padding-top: 20px;
}
.b-subscribe-c-left {
	float: left;
    width: 47%;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 3%;
}
.b-subscribe-c-right {
	float:left;
	width:50%;
	padding-top: 20px;
}
.blog-content-heading {
	font-size: 21px;
	font-family: Pracctic-Headings;
}
.blog-content-text {
	font-family: Pracctic-Lighter;
	font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.blog-img-container img {
	/*width: 75%;*/
	width: 275px;
    height: 185px;
}
.blog-img-container img:hover {
	opacity: 0.4;
	cursor: pointer;
}

.b-subscribe-c-left img {
	/*width: 75%;*/
	width: 275px;
    height: 185px;
}
.blog-content-text-line {
	display: inline-block;
	width: 100%;
}
.blog-content-text-line div {
	float: left;
}
.blog-read-more {
	color: #f77304;
	cursor: pointer;
}
.edit-delete {
	text-align:left;
	padding-left:10px;
}
.editBlog {
	font-size:24px;
	color: #000;
	cursor:pointer;
  }
  .deleteBlog {
	font-size:20px;
	color: #000;
	cursor:pointer;
  }
  .blog-rm-container {
	padding-left:12%;
	padding-right:12%;
	background: #fff;
  }
  .blog-rm-info {
  }
  .blog-rm-title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 45px;
  }
  .blog-rm-img-container {
	padding-top:10px;
	padding-bottom: 10px;
  }
  .blog-rm-content {
	font-family:Pracctic-Lighter;
	font-size: 23px;
  }
  .blog-rm-author {
	  font-size: 35px;
	  color: #7A7A7A;
  }
  .blog-rm-image {
	  width: 100%;
  }
  .fa-facebook-f:before {
    content: "\f39e";
  }
  .fa-twitter-blog::before {
    content: "\f099";
  }
  .fa-linkedin-blog::before {
    content: "\f0e1";
}
.likes-a {
	float: right !important;
	text-decoration: none;
	margin-right: 2px;
	color: #de7b28;
	font-size:30px;
}
.numLikes {
	padding-right: 6px;
	font-size: 16px;
	font-family: Pracctic-Lighter;
	cursor: pointer;
}
.leave-rating {
	font-size: 16px;
	font-family: Pracctic-Lighter;
	cursor: pointer;
}
.rm-social-media-a {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #dc7c28;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rm-social-media-a-click {
	margin-right: 5px;
	float: left;
	text-decoration: none;
	width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #523636;
    color: #dc7c28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-media-main {
	display: inline-flex;
	width:100%;
}
.rm-social-container {
    padding-bottom: 20px;
    padding-left: 10px;
	width: 50%;
}
.views-container {
	width: 50%;
	text-align: right;
}
.rm-share-text {
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}
.contact-rm-button {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
    color: #fff;
    background: #de7b28;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Pracctic-Headings';
	margin-bottom: 15px;
}
 .contact-rm-button:hover {
	opacity: 0.7;
 }
 .rating-main {
	display: inline-flex;
	cursor: pointer;
 }
 .submitRatingBtn, .cancelRatingBtn {
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
    color: #fff;
    background: #de7b28;
    border: 1px solid #de7b28;
    font-size: 25px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Pracctic-Headings';
	margin-bottom: 15px;
 }
 .submitRatingBtn:hover, .cancelRatingBtn:hover {
	outline: none;
	border: 1px solid #de7b28;
	border:none;
 }
 .rating-content {
	font-size: 22px;
    font-family: Pracctic-Headings;
    margin-top: 20px;
 }
 .my-rating-main {
	margin-bottom: 20px;
	margin-top: 20px;
 } 

@media (max-width: 995px) {
	.blog-rm-title {
		font-size: 35px;
	  }
	  .blog-rm-author {
		font-size: 30px;
	}
	.show-mobile {
		display: flow-root;
	}
	.show-desktop {
		display: none !important;
	}
	.aboutus-body-container {
		padding-top: 10px;
	}
	.aboutus-heading-container {
		display: block;
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/aboutus.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 500px;
		text-align: right;
		width: 100%;
	}
	.aboutus-text-container {
		line-height: 35px;
		margin: 0;
		position: relative;
		top: 320px;
		left: 0;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
	}
	.aboutus-text-heading {
		font-size: 50px;
		font-family: Pracctic-Headings;
		text-align: center;
	}
	.aboutus-text-content {
		padding-top:10px;
		font-size: 23px;
		font-family: Pracctic-Lighter;
		text-align: center;
		margin-right:0;
	}
	.aboutus-info-text {
		text-align: center;
		padding-top: 40px;
		padding-bottom:40px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left:15px;
		padding-right:15px;
	}
	.our-mission-left {
		float:initial;
		width:auto;
		text-align:center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.our-mission-left img {
		width: 85%;
	}
	.our-mission-right {
		float:initial;
		width:auto;
		padding-top:10px;
	}
	.our-mission-heading {
		font-size: 45px;
		color: #de7b28;
		font-family: Pracctic-Headings;
		text-align: center;
	}
	.our-mission-text {
		font-family: Pracctic-Lighter;
		padding-right:15px;
		padding-left:15px;
		font-size: 19px;
		text-align: center;
	}
	.our-essence-text {
		font-family: Pracctic-Lighter;
		padding-right:15px;
		padding-left:15px;
		font-size: 19px;
		text-align: center;
	}
	.our-essence-heading {
		font-size: 45px;
		color: #de7b28;
		font-family: Pracctic-Headings;
		text-align: center;
	}
	.our-essence-left {
		float:initial;
		width:auto;
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.our-essence-right img {
		width: 85%;
	}
	.our-essence-right {
		float:left;
		width:auto;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	.bottom-hr {
		width: 92%;
		background: #f77304;
	}
	.blog-img-container {
		float:initial;
		width:auto;
		text-align:center;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.b-subscribe-c-left {
		float:initial;
		width:auto;
		text-align:center;
		padding-top: 20px;
		padding-bottom: 0px;
		background: #fff;
	}
	.blog-content-container {
		float:initial;
		width:auto;
		padding-top:10px;
	}
	.b-subscribe-c-right {
		float:initial;
		width:auto;
		padding-top:0;
	}
	.blog-content-heading {
		font-size: 21px;
		color: #de7b28;
		font-family: Pracctic-Headings;
		text-align: left;
	}
	.blog-content-text {
		font-family: Pracctic-Lighter;
		font-size: 19px;
		text-align: left;
	}
	.our-mission-left img {
		width: 85%;
	}
}
/* About us page */

/* contactus page */
.contactus-body-container {
	padding-top: 84px;
}
.contactus-heading-container {
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/contactus.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	text-align: right;
	width: 100%;
}
.contactus-text-container {
	line-height: 35px;
	margin: 0;
	position: absolute;
	top: 320px;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.contactus-text-heading {
	font-size: 50px;
	font-family: Pracctic-Headings;
	text-align: left;
}
.contactus-text-content {
	padding-top:10px;
	font-size: 23px;
	font-family: Pracctic-Lighter;
	text-align: left;
}
.contactus-info-text {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
.forms-container {
	display: inline-flex;
	width: 100%;
    padding-left: 10%;
    padding-right: 10%;
	background: #fff;
}
.contact-form {
	display: none;
	width: 40%;
	float: left;
	border: 1px solid white;
	text-align: center;
}
.consulation-form {
	width: 80%;
	float: left;
	border: 1px solid white;
	text-align: center;
}
.cf-heading, .co-heading {
	font-size: 30px;
	font-family: Pracctic-Headings;
	color: #de7b28;
	padding-bottom: 20px;
}
.contact-form input, .consulation-form input, .contact-form select, .consulation-form select {
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	height: 30px;
	border-bottom: 1px solid;
}
.contact-form input:focus, .consulation-form input:focus, .contact-form select, .consulation-form select, .subscribeEmail {
	outline: none;
}
.contact-form select:hover, .consulation-form select:hover {
	cursor: pointer;
}
::placeholder {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form textarea, .consulation-form textarea {
	width: 100%;
	margin-top:30px;
	height: 40px;
	border: 1px solid;
	padding-left: 5px;
}
.send-btn-container {
	text-align: center;
	padding-bottom: 20px;
}
.success-container {
	text-align: center;
	padding-bottom: 30px;
	color: #de7b28;
	font-size: 22px;
}
.ct-send-btn {
	border-radius: 20px;
	background: #fff;
	border:2px solid #de7b28;
	/*box-shadow: 10px 15px 10px 15px #de7b28;*/
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Pracctic-Lighter;
	font-size: 18px;
}
.ct-send-btn:hover {
	background: linear-gradient(90deg, #b24617 40%, #de7b28 60%);
	color: #fff;
	cursor: pointer;
}
.ct-form-fields {
	margin-bottom: 40px;
	border-right: 2px solid #de7b28;
}
.co-form-fields {
	padding-bottom: 40px;
	width:80%;
	padding-left: 10%;
	padding-right: 10%;
}
.co-form-fields div {
	text-align: left;
}
.ct-top-line-container {
	width: 100%;
	background: #fff;
}
.ct-top-line {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
    border-top: 2px solid #de7b28;
}
.b-subscribe-c {
	padding-top:40px;
	display: flow-root;
    width: 70%;
    background: #fff;
    padding-left: 15%;
    padding-right: 15%;
}
.b-s-l-c {
	float: right;
}
.b-s-l-c-text {
	font-size:30px;padding-bottom:20px;width:275px;text-align: center;color: #f77304;font-size: 23px;
}
.b-s-r-c {
	padding-top:10px;
}
.b-s-r-content {
	display: inline-flex;
	width: 100%;
}
.b-s-r-email {
	padding-top: 15px;
	color: grey;
	 font-size: 20px;
	 font-family:Pracctic-Lighter;
	 width: 55px;
}
.b-s-r-input-c {
	float: right;
}
.subscribeEmail {
	padding:0; 
	border: none;
	border-bottom: 1px solid;
	width: 240px;
}
.b-s-r-button-c {
	padding-top:20px;
}
.b-s-r-button {
	padding:20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background: transparent;
	border: 4px solid #de7b28;
	font-size: 20px;
	cursor: pointer;
	border-radius: 10px;
	width: 240px;
	color: #de7b28;
	font-family: 'Pracctic-Headings';
}
#subscribeEmailBtn {
	margin-top: 30px;
	padding:20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background: #000;
	border: none;
	font-size: 18px;
	cursor: pointer;
	width: 240px;
	color: #fff;
	font-family: 'Pracctic-Lighter';
}
.deletePopupBtns {
	padding:20px; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background: #000;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	font-family: 'Pracctic-Lighter';
}

@media (max-width: 995px) {
	.contactus-body-container {
		padding-top: 10px;
	}
	.contactus-heading-container {
		display: block;
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/contactus.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 500px;
		text-align: right;
		width: 100%;
	}
	.contactus-text-container {
		line-height: 35px;
		margin: 0;
		position: relative;
		top: 320px;
		left: 0;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
		text-align: center;
		width: 100%;
	}
	.contactus-text-heading {
		font-size: 50px;
		font-family: Pracctic-Headings;
		text-align: center;
	}
	.contactus-text-content {
		padding-top:10px;
		font-size: 23px;
		font-family: Pracctic-Lighter;
		text-align: center;
		margin-right:0;
	}
	.contactus-info-text {
		text-align: center;
		padding-top: 20px;
		padding-bottom:20px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left:15px;
		padding-right:15px;
	}
	.contact-form {
		width: auto;
		float: initial;
		border: 1px solid white;
		text-align: center;
	}
	.consulation-form {
		width: auto;
		float: initial;
		border: 1px solid white;
		text-align: center;
	}
	.ct-form-fields {
		margin-bottom: 20px;
		border-right: none;
	}
	.co-form-fields {
		padding-bottom: 20px;
	}
	.forms-container {
		display: block;
		width: auto;
		padding-left: 5%;
		padding-right: 5%;
		background: #fff;
	}
	.send-btn-container {
		text-align: center;
		padding-bottom: 20px;
	}
	.success-container {
		text-align: center;
		padding-bottom: 30px;
	}
	.ct-top-line {
		display: none;
	}
	.cf-heading, .co-heading {
		padding-bottom: 0px;
	}
	.consulation-form select {
		background: none;
	}
	.b-subscribe-c {
		padding-top:0;
		display: initial;
		width: auto;
		background: #fff;
		padding-left: 0;
		padding-right: 0;
		background: #fff;
	}
	.b-s-l-c {
		float: initial;
	}
	.b-s-l-c-text {
		width: auto;
		text-align: center;
		color: #f77304;
		font-size: 23px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.b-s-r-c {
		padding-top:10px;
	}
	.b-s-r-content {
		display: inline-grid;
		width: 100%;
	}
	.b-s-r-email {
		padding-top: 15px;
		color: grey;
		 font-size: 20px;
		 font-family:Pracctic-Lighter;
		 width:auto;
	}
	.b-s-r-input-c {
		float: right;
	}
	.subscribeEmail {
		padding:0;
		width:auto;
		border: none;
		border-bottom: 1px solid;
	}
	.b-s-r-button-c {
		padding-top:20px;
	}
	.b-s-r-button {
		padding:0px; 
		padding-top: 5px;
		padding-bottom: 5px;
		color: #fff;
		background: transparent;
		border: 4px solid #de7b28;
		font-size: 20px;
		cursor: pointer;
		border-radius: 10px;
		width: 190px;
		color: #de7b28;
		font-family: 'Pracctic-Headings';
	}
	.blog-content-container {
		padding-bottom: 40px;
		text-align: center;
	}
	.b-subscribe-c-right {
		padding-bottom: 40px;
		text-align: center;
		background: #fff;
	}

}
/* contactus page */

/* blogs page */

.blogs-body-container {
	padding-top: 84px;
}
.blogs-heading-container {
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-family: Pracctic-Headings;
	background-image: url(../media/images/blog-home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	text-align: right;
	width: 100%;
}
.blogs-text-container {
	line-height: 35px;
	margin: 0;
	position: absolute;
	top: 320px;
	left: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.blogs-text-heading {
	font-size: 50px;
	font-family: Pracctic-Headings;
	text-align: left;
}
.blogs-text-content {
	padding-top:10px;
	font-size: 23px;
	font-family: Pracctic-Lighter;
	text-align: left;
}
.blogs-info-text {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
.blog-unsubscribe {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
@media (max-width: 995px) {
	.blogs-body-container {
		padding-top: 10px;
	}
	.blogs-heading-container {
		display: block;
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/blog-home.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 500px;
		text-align: right;
		width: 100%;
	}
	.blogs-text-container {
		line-height: 35px;
		margin: 0;
		position: relative;
		top: 320px;
		left: 0;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10;
		text-align: center;
		width: 100%;
	}
	.blogs-text-heading {
		font-size: 50px;
		font-family: Pracctic-Headings;
		text-align: center;
	}
	.blogs-text-content {
		padding-top:10px;
		font-size: 23px;
		font-family: Pracctic-Lighter;
		text-align: center;
		margin-right:0;
	}
	.blogs-info-text {
		text-align: center;
		padding-top: 20px;
		padding-bottom:20px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left:15px;
		padding-right:15px;
	}
	.blogs-unsubscribe {
		text-align: center;
		padding-top: 20px;
		padding-bottom:20px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left:15px;
		padding-right:15px;
	}
}

/* blogs page */

/*Body*/


/* Arrows up/down/right/left */

.arrow {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 13px;
  }
  
  .right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }
  
  .left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
  }
  
  .up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
  }
  
  .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
  }

/* Arrows up/down/right/left */

#preloadingImg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("loading.svg") no-repeat center center;
  }

  .puff-loader {
	width: 0px;
    height: 0px;
    border-width: 25px;
    border-style: solid;
    border-color: rgb(54, 215, 183) transparent transparent rgb(54, 215, 183);
    border-radius: 25px;
    position: absolute;
    animation: 0.8s ease-in-out 0s infinite normal both running animation-d8o0te;
  }
#subscribeSuccess {
	font-size: 18px;
	padding-top: 10px;
}
.successmsg {
	color: green;
}
.errmsg {
	color: red;
}

.ui-widget-header {
	border: none !important;
	background: #fff !important;
}
.ui-button {
	border: none !important;
	background: #fff !important;
}

.cookiePopup {
	z-index:10;
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    padding-bottom: 20px;
}
.cookie-btns {
  width: 150px;
  padding-bottom:2px;
  font-family: Pracctic-Headings;
  font-size: 20px;
  border-radius:5px;
  background: #de7b28;
  cursor: pointer;
  border:1px solid;
  color: #fff;
}
.cookie-container {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}
.cookie-btn-container {
  display: inline-flex;
  padding-top: 15px;
}
.allow-btn-right {
  padding-right: 50px;
}
.ck-privacy-policy {
	color:#de7b28;
}
.ess-ck {
	display: inline-flex;
}
.left-ess-ck {
	width: 86%;
}
.ess-ck-container {
	text-align: center;
    font-size: 20px;
}
.ess-ck-heading {
	text-align: left;
	font-size: 33px;
	padding-left: 18px;
}
.ess-ck-content {
	text-align: left;
	padding-left: 20px;
	padding-top:15px;
	font-family: 'Pracctic-Lighter';
	width: 52%;
}
.ess-ck-terms-msg {
	text-align: left;
	font-size: 23px;
	padding-left: 10px;
	font-family: 'Pracctic-Headings';
	width: 99%;
	padding-top: 40px;
	margin-left: 1%;
	padding-bottom:10px;
}
.right-ess-ck {
	float: initial;
	width: 14%;
	text-align: center;
}
.right-ess-content {
	text-align: center;
	display: initial;
}
.ess-terms-chk-div {
	padding-top: 20px;
}
.allow-ck-div {
	margin-top: 100px;
}
@media (max-width: 995px) {
	.accept-content {
		padding-top: 24px;
	}
	.cookiePopup {
		z-index:10;
		position: fixed;
		top: calc(50% - 180px);
		bottom: initial;
		background: #fff;
		width: 92%;
		height: auto;
		margin:0;
		margin-left:4%;
		margin-right:4%;
		padding:0;
		padding-bottom: 0;
	}
	.cookie-btns {
	  width: 150px;
	  padding-bottom:5px;
	  font-family: Pracctic-Headings;
	  font-size: 20px;
	  border-radius:5px;
	  background: #de7b28;
	  cursor: pointer;
	  border:1px solid;
	  color: #fff;
	}
	.cookie-container {
	  text-align: center;
	  padding-top: 20px;
	  font-size: 20px;
	  padding-bottom: 0px;
	}
	.cookie-btn-container {
	  display: initial;
	  padding-top: 15px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
	.allow-btn-right {
	  padding-right: 0px;
	  margin-bottom: 10px;
	}
	.ck-privacy-policy {
		color:#de7b28;
	}
	.ess-ck {
		display: initial;
	}
	.left-ess-ck {
		width: 100%;
	}
	.ess-ck-container {
		text-align: center;
		font-size: 20px;
	}
	.ess-ck-heading {
		text-align: left;
		font-size: 33px;
		padding-left: 18px;
	}
	.ess-ck-content {
		text-align: left;
		padding-left: 20px;
		padding-top:15px;
		font-family: 'Pracctic-Lighter';
		width: 85%;
	}
	.ess-ck-terms-msg {
		text-align: left;
		font-size: 23px;
		padding-left: 10px;
		font-family: 'Pracctic-Headings';
		width: 90%;
		padding-top: 40px;
		margin-left: 0;
		padding-left: 20px;
		padding-bottom:10px;
	}
	.right-ess-ck {
		float: initial;
		width: 100%;
		text-align: right;
		padding-bottom: 20px;
		padding-left: 20px;
	}
	.right-ess-content {
		text-align: center;
		width: 100%;
		display: inline-flex;
	}
	.ess-terms-chk-div {
		padding-top: 0px;
	}
	.allow-ck-div {
		margin-top: 0px;
    	margin-left: 10px;
	}
	.cookie-content {
		margin-left: 7%;
		margin-right: 7%;
		width: 88%;
	
	}
}


/* The container */
.ck-chk-container {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border:none;
  }
  
  /* Hide the browser's default checkbox */
  .ck-chk-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #eee;
	border:2px solid #de7b28;
	border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .ck-chk-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .ck-chk-container input:checked ~ .checkmark {
	background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "\2713";
	position: absolute;
	display: none;
	left: 5px;
    font-size: 30px;
    bottom: 0;
	color: #de7b28;
	font-weight: bold;
	left: 8px;
  }
  
  /* Show the checkmark when checked */
  .ck-chk-container input:checked ~ .checkmark:after {
	display: block;
  }

  @media (max-width: 995px) {
	.checkmark:after {
		content: "\2713";
		position: absolute;
		display: none;
		left: 5px;
		font-size: 25px;
		bottom: 0;
		color: #de7b28;
		font-weight: bold;
		left: 5px;
	  }
	  .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 30px;
		width: 30px;
		background-color: #eee;
		border:2px solid #de7b28;
		border-radius: 5px;
	  }
  }

.blog-admin-body-container {
	padding-top: 84px;
}
.blog-admin-line-container {
	width: 100%;
	background: #fff;
}
.blog-admin-top-line {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
    border-top: 2px solid #de7b28;
}
.blog-admin-container {
	display: inline-flex;
	width: 100%;
    padding-left: 10%;
    padding-right: 10%;
	background: #fff;
}
.blog-login-form {
	width: 40%;
	float: left;
	border: 1px solid white;
	text-align: center;
}
.blog-login-form input {
	width: 80%;
	margin:10px;
	margin-bottom:10px;
	border:none;
	height: 30px;
	border-bottom: 1px solid;
}
.blog-login-form input:focus {
	outline: none;
}
.blog-login-form select:hover {
	cursor: pointer;
}
.blog-login-form textarea {
	width: 80%;
	margin:10px;
	margin-top:30px;
	height: 40px;
	border: 1px solid;
	padding-left: 5px;
}
.blog-login-heading {
	font-size: 30px;
	font-family: Pracctic-Headings;
	color: #de7b28;
	padding-bottom: 20px;
}
.blog-login-form-fields {
	margin-bottom: 40px;
	border-right: 2px solid #de7b28;
}
.blog-login-btn-container {
	text-align: center;
	padding-bottom: 20px;
}
.blog-login-send-btn {
	border-radius: 20px;
	background: #fff;
	border:2px solid #de7b28;
	/*box-shadow: 10px 15px 10px 15px #de7b28;*/
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Pracctic-Lighter;
	font-size: 18px;
}
.blog-login-send-btn:hover {
	background: linear-gradient(90deg, #b24617 40%, #de7b28 60%);
	color: #fff;
	cursor: pointer;
}
@media (max-width: 995px) {
	.blog-admin-body-container {
		padding-top: 84px;
	}
	.blog-admin-top-line {
		display: none;
	}
	.blog-admin-container {
		display: block;
		width: auto;
		padding-left: 5%;
		padding-right: 5%;
		background: #fff;
	}
	.blog-login-heading {
		padding-bottom: 0px;
	}
	.blog-login-form-fields {
		margin-bottom: 40px;
		border-right: 2px solid #de7b28;
	}
	.blog-login-btn-container {
		text-align: center;
		padding-bottom: 20px;
	}
}
.blog-admin-main {
	background: #fff;
    padding-left: 10%;
    padding-right: 10%;
}
.blog-admin-item-main {
	display: inline-flex;
    width: 100%;
    text-align: center;
	margin-bottom: 50px;
}
.blog-admin-item {
	width: 33%;
    height: 200px;
    border: 5px solid #de7b28;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 19px;
	cursor: pointer;
}
.blog-admin-item-text {
	margin-top: 75px;
}

.loadingSteps {
	margin-top:20px;
	display: none;
	z-index: 999;
	height:80px;
    overflow: visible;
    background: transparent url(loadingSteps.svg) no-repeat center center;
}
.subscribe-btn-div {
	background: #fff;
    padding-left: 5%;
    padding-bottom: 10px;
}
.subscribe-btn {
	padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    background: #de7b28;
    border: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Pracctic-Headings';
}

/* terms and condition styles */
.tc-body-container {
	padding-top: 84px;
}
.tc-heading-container {
    /* text-align: center; */
    display: block;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    font-family: Pracctic-Headings;
    background-image: url(../media/images/termsAndConditions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 200px; */
    text-align: center;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.tc-info-text {
	text-align: center;
	padding-top: 40px;
	padding-bottom:40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left:25%;
	padding-right:25%;
}
.termsMainDiv {
	padding-top: 15px;
    padding-bottom: 40px;
    font-family: Pracctic-Lighter;
    background: #fff;
    font-size: 20px;
    padding-left: 8%;
    padding-right: 8%;
 }
 .termsMainDiv p {
	padding-bottom: 5px;
 }
 .introductionText {
	 margin: 0;
	 font-family: Pracctic-Headings;
	 font-size: 27px;
 }
 
@media (max-width: 995px) {
	.tc-body-container {
		padding-top: 10px;
	}
	.tc-heading-container {
		display: block;
		font-size: 35px;
		line-height: 40px;
		color: #fff;
		font-family: Pracctic-Headings;
		background-image: url(../media/images/termsAndConditions.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.tc-info-text {
		text-align: center;
		padding-top: 40px;
		padding-bottom:40px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left:25%;
		padding-right:25%;
	}
	.termsMainDiv {
		padding-top: 15px;
		padding-bottom: 40px;
		font-family: Pracctic-Lighter;
		background: #fff;
		font-size: 20px;
		padding-left: 10%;
		padding-right: 10%;
	 }
	 p {
		padding-bottom: 5px;
	 }
	 .introductionText {
		 margin: 0;
		 font-family: Pracctic-Headings;
		 font-size: 27px;
	 }
}
/* terms and condition styles */


/*privacy policy*/

.privacyMainDiv {
    
	padding-top: 15px;
	padding-bottom: 40px;
	font-family: Pracctic-Lighter;
	background: #fff;
	font-size: 20px;
	padding-left: 8%;
	padding-right: 8%;
}
p {
  padding-bottom: 5px;
}
.doubleUnderLine
{  
  text-decoration-line: underline;
  text-decoration-style: double;
 

}
.lineHeight{
  line-height: 1.6;
}
.pp-heading-container {
 display: block;
 font-size: 60px;
 line-height: 65px;
 color: #fff;
 font-family: Pracctic-Headings;
 background-image: url(privacypolacyimage.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 /* height: 200px; */
 text-align: center;
 width: 100%;
 padding-top: 120px;
 padding-bottom: 120px;
}
.headingText {
 margin: 0;
 font-family: Pracctic-Headings;
 font-size: 27px;
 margin-top: 25px;
}
.subHeadingText {
	margin: 0;
	font-family: Pracctic-Headings;
	font-size: 24px;
   }
.privacyMainDiv strong {
	font-family: Pracctic-Headings;
 }

/*privacy policy */
.videoContainer {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background: #fff;
	text-align: center;
	padding-bottom: 35px;
}
.praccticVideo {
	border: 1px solid #000;
    border-radius: 20px;
    height: 500px;
}
@media (max-width: 995px) {
	.videoContainer {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		background: #fff;
		text-align: center;
	}
	.praccticVideo {
		width: 100%;
		height:auto;
	}
}

.footerMain {
	display: inline-flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
	color: #7e6d4c;
	font-family: Pracctic-Lighter;
}
.contentSocial {
	width: 23%;
	padding-left: 1%;
	text-align: center;
}
.imgMain {
	width: 100%;
	display: inline-flex;
	text-align: center;
}
.middleSection {
	width: 52%;
}
.imgDiv {
	width: 33%;
}
.footerImg1, .footerImg3 {
	width: 100px;
}
.contentPrivacy {
	width: 23%;
	text-align: center;
	margin-right: 1%;
}
.footerImg2 {
	height: 110px;
    width: 70px;
}
.policies {
	text-align: center;
	padding-top: 5px;
}
.copyRightMain {
	text-align:center;
}

@media (max-width: 995px) {
	.policies {
		font-size: 14px;
	}
	.footer {
		right: 0;
		bottom: 0;
		background: #f2e8da;
		z-index: 9;
		padding-top: 15px;
		width: auto;
		padding-bottom: 15px;
		font-size: 13px;
	}
	.footerMain {
		display: initial;
		width: 100%;
	}
	.contentSocial {
		width: auto;
		padding-left: 0;
	}
	.contentPrivacy {
		width: auto;
		text-align: center;
		margin-right: 0;
		margin-top: 5px;
	}
	.footerImg1, .footerImg3 {
		height: 70px;
		width: 75px;
	}
	.footerImg2 {
		height: 70px;
		width: 50px;
	}
	.middleSection {
		width: 100%;
	}
	.imgMain {
		width: 80%;
		display: inline-flex;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.copyRightMain {
		margin-bottom: 10px;
	}
}

.footerLast {
	display: inline-flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
	color: #7e6d4c;
	font-family: Pracctic-Lighter;
	font-size: 17px;
}
@media (max-width: 995px) {
	.footerLast {
		margin-top: 15px;
		display: inline-block;
		width: 100%;
		font-size: 15px;
	}
}


.policyAnchor {
    text-decoration: none;
}
.manageCookiesMain {
    background: #fff;
    width: 60%;
    border: 2px solid #8496a7;
    margin-right: 20%;
    margin-left: 20%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    height: 500px;
    overflow-y: auto;
    padding-bottom: 10px;
	margin-top:10px;
}
.cookieHeading{
    margin-top: 20px;
    text-align: center;
    background-color: #d2bfae;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 45px;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}
.cookieReason{
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Pracctic-Lighter;
}
.cookieLeftSection{
    width: 30%;
    text-align: center;
    font-size: 22px;
    font-family: Pracctic-Headings;
}
.cookieRightSection{ 
    margin-top: 7px;
    width: 70%;
    text-align: left;
    font-family: Pracctic-Lighter;
    font-size: 20px;
}
.cookieLeftRight{
    display: inline-flex;
    margin-bottom: 25px;
}

.acceptSaveBtn{
    width: 60%;
    text-align: center;
    display: inline-flex;
    margin-left: 20%;
    margin-right: 20%;
}

.switchMain {
    margin-top: 8px;
    margin-bottom: 8px;
}
.acceptAllBtn {
    background: #c96221;
    color: #fff;
    border: none;
    width: 130px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    height: 55px;
	cursor: pointer;
}
.savePrefBtn {
    background: #8194a5;
    color: #fff;
    border: none;
    width: 130px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
	cursor: pointer;
}

@media (max-width: 995px) {
	.manageCookiesMain {
		background: #fff;
		width: 100%;
		border: 2px solid #8496a7;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		height: 500px;
		overflow-y: auto;
		padding-bottom: 10px;
		margin-top: 0;
	}
	.cookieHeading {
		margin-top: 20px;
		text-align: center;
		background-color: #d2bfae;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 26px;
		width: 86%;
		margin-left: 7%;
		margin-right: 7%;
	}
	.cookieReason {
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
		font-family: Pracctic-Lighter;
	}
	.cookieLeftSection {
		width: 30%;
		text-align: center;
		font-size: 18px;
		font-family: Pracctic-Headings;
	}
	.cookieRightSection {
		margin-top: 7px;
		width: 70%;
		text-align: left;
		font-family: Pracctic-Lighter;
		font-size: 17px;
	}
	.acceptSaveBtn {
		width: 100%;
		text-align: center;
		display: inline-flex;
		margin-left: 0;
		margin-right: 0;
	}
	.saveBtn {
		width: 50%;
		text-align: center !important;
	}

}
/*switch on off css*/

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .switch input:checked + .slider {
	background-color: #7ed956;
  }
  
  .switch input:focus + .slider {
	box-shadow: 0 0 1px #7ed956;
  }
  
  .switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .switch .slider.round {
	border-radius: 34px;
  }
  
  .switch .slider.round:before {
	border-radius: 50%;
  }
  .saveBtn {
    width: 50%;
	text-align: left;
  }
  .acceptBtn {
    width: 50%;
  }

  /*switch on off css*/

  .back-to-admin-main {
	display: none;
	position: fixed;
    top: 60px;
    z-index: 100000;
    left: 40px;
  }
  .back-to-admin-btn {
	padding: 5px;
    border: 3px solid #fff;
    width: max-content;
    border-radius: 13px;
    font-size: 20px;
    height: 54px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
  }