@font-face {
	font-family: 'Bebas-Regular';
	src: url('../fonts/Bebas-Regular.ttf');
}
@font-face {
	font-family: 'PTSansCaption-Regular';
	src: url('../fonts/PTSansCaption-Regular.ttf');
}
body {
	font-family: 'Bebas-Regular';
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.header {
	background: #e1e1e1;
}
.navigations ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: flex-end;
	float: left;
	position: relative;
}
.navigations ul li {
	padding: 16px 8px;
}
.navigations ul li a {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.7px;
}
.navigations ul li a:hover, .navigations ul li a:focus {
	text-decoration: none;
	color: #E20612;
}
.navigations ul li a:hover + svg{
	fill: #E20612;
}
.navigations ul li svg {
	animation: bellshake 2s cubic-bezier(.36,.07,.19,.97) both infinite;
}
.navigations .login_item_link {
	padding-left: 20px;
}
.navigations .login_item_link a { 
	font-size: 14px;
}
.logo_outer {
	width: 125px;
	margin-bottom: -10px;
	position: relative;
	z-index: 2;
}
.banner {
	position: relative;
}
.banner .image_caption {
	position: absolute;
	bottom: 40px;
	left: 50px;
	color: #fff;
	padding-left: 15px;
}
.banner .image_caption:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 8px;
	height: 100%;
	background: #cc0000;
}
.banner h1{
	margin: 0px;
	font-size: 72px;
	line-height: 72px;
}
p {
	font-family: 'PTSansCaption-Regular';
}
.paragraph {
	color: #4f4e4e;
	font-size: 18px;
	padding: 10px 0px;
	margin-top: 15px;
}
.art_workGrid {
	position: relative;
}
.art_workGrid:hover .art_wrkPanel {
	opacity: 1;
}
.art_workGrid:before {
	content: '';
	position: absolute;
	background: -moz-linear-gradient(top,rgba(62,61,60,0.49) 0%,rgba(3,3,4,1) 100%);
	background: -webkit-linear-gradient(top,rgba(62,61,60,0.49) 0%,rgba(3,3,4,1) 100%);
	background: linear-gradient(to bottom,rgba(62,61,60,0.49) 0%,rgba(3,3,4,1) 100%);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.art_workCaption {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	padding: 0px 70px;
}
.art_Title {
	line-height: 1.3;
	color: #fdfdfd;
	font-size: 32px;
}
.art_Title:hover, .art_Title:focus, .rdMore_bttn:hover, .rdMore_bttn:focus {
	text-decoration: none;
	color: #fff;
}
.rdMore_bttn {
	color: #fff;
	background: #e30613;
	padding: 7px 20px;
	letter-spacing: 0.5px;
}
.art_wrkPanel {
	opacity: 0;
	-webkit-transition: all 800ms ease-in-out;
	-moz-transition: all 800ms ease-in-out;
	-ms-transition: all 800ms ease-in-out;
	-o-transition: all 800ms ease-in-out;
	transition: all 800ms ease-in-out;
	width: 100%;
}
.art_wrkPanel p {
	margin-top: 10px;
	color: #fff;
}
.stateArtwSection {
	padding-bottom: 40px;
}
.stateArtwSection.buyingTyres_section {
    margin-top: 50px;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w30 .art_workCaption, .w40 .art_workCaption {
	padding: 0px;
}
.rdtitle {
	color: #ffffff;
	background: #DE0714;
	display: inline-block;
	padding: 0.5px 10px;
	margin-bottom: 20px;
	position: relative;
}
.rdtitle:after {		
	position: absolute;
	content: "";
	background: url('../images/bgTitle.png');
	width: 66px;
	height: 39px;
	top: 0;
	left: 100%;
}
.stateGpopw {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
	background: #eeeeee;
	padding: 40px;
}
.closegBtn {
	background: url('../images/imgClose.png') no-repeat 0 0;
	width: 48px;
	height: 49px;
	position: absolute;
	right: 1.2em;
	top: 1.2em;
}
.stateGpop {
	float: left;
	width: 100%;
}
.stateGpop>li {
	float: left;
	width: 50%;
	padding: 0 3% 0em 0;
}
#balancing.stateGpop>li {
	padding: 0px 10% 0em 2em;
}
.stateGpop>li:first-child {
	position: relative;
}
.stateGpop .popTitle {
	line-height: 1.25;
	font-family: 'PTSansCaption-Regular';
	font-size: 24px;
}
.popTitle {
	font-weight: bold;
	margin: 0em 1em 1.5em;
}
.popPara {
	margin: 1.6em 0 0;
}
.stateGpop>li:first-child:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #b9b0b0;
	right: 0;
	top: 0;
}
.stateGpop>li:last-child {
	padding: 0 0 100px 3%;
}
.pointOne {
	margin: 70px 0 0 0;
}
.statePoint {
	margin: 0.6em 0 0 0;
}
.statePoint li {
	font-family: 'PTSansCaption-Regular';
	list-style-type: disc;
	margin: 0 0 0.2em 1em;
	line-height: 1.5;
}
.pointTwo {
	margin: 38px 0 0;
}
.popSubT {
	color: #cc0000;
	font-size: 21px;
}
.readingTCont .popList, .upsizeCont .popList, .uqStyle .popList {
    margin: 1.8em 0 0;
}
.popList {
	font-family: 'PTSansCaption-Regular';
    font-weight: bold;
    font-size: 15px;
    color: #000;
    width: 100%;
	float: left;
    text-align: left;
}
.popList li {
    background: url(../images/listBgimg.png) no-repeat 0 0;
    padding: 0 0 0 2.4em;
    margin: 0 0 1.8em 0;
}
.carusel_section {
	background: #efefef;
	padding: 30px 0px;
}
.cr_twoBlocks {
	float: left;
	width: 50%;
	padding-right: 80px;
}
.carusel_section .item {
	display: flex;
	align-items: center;
}
.carusel_section button.owl-dot {
	width: 10px;
	height: 10px;
	background: #a09f9f !important;
	display: inline-block;
	margin: 0px 3px;
	border-radius: 30px;
	outline: none;
}
.carusel_section button.owl-dot.active {
	background: #DE0714 !important;
}
.footer_section {
	padding: 40px 0px;	
}
.footer_section p{
	margin: 0px;
	font-style: italic;
	font-size: 13px;
}
.footer_section li {
	margin-bottom: 5px;
	float: left;
}
.footer_section p sup {
	color: #bd3130;
	font-size: 22px;
	top: 6px;
}
.footer_section li a{
	padding: 0px 5px;
	font-family: 'PTSansCaption-Regular';
	color: #DE0714;
	font-size: 13px;
}
.footer_section li a:hover, .footer_section li a:focus {
	text-decoration: none;	
}
.footer_section li:last-child a{
	color: #888;
}
.navigations li.hover__line {
	position: absolute;
	height: 8px;
	padding: 0px;
	background: #E20612;
	z-index: 2;
	transition: all 0.3s;	
	bottom:0px;
}
@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}
.book_appointment {
    position: fixed;
    right: -55px;
    top: 50%;
    transform: translateY(-40%) rotate(90deg);
	z-index: 20;
}
.book_appointmentBttn {
	color: #fff;
	background: #e30613;
	padding: 10px 20px;
	display: inline-block;
	line-height: 21px;
	letter-spacing: 0.5px;
	border-radius: 2px;
}
.book_appointmentBttn:hover, .book_appointmentBttn:focus { 
	text-decoration: none;
	color: #fff;
}
.close_mobileMenu, .mobile_barIcon {
	display: none;
}
/* login-register */
#loginRegister{
  background-image: url("../images/login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0;
}
#login-register{
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 0;
}
.login-design .form-signin{
    background: #e30613;
    color: #fff;
    text-align: center;
    padding:30px 50px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
}
.login-design .form-signin p{
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
}
.login-design .form-signin input {
    border-radius: 0;
    height: 50px;
}
.form-signin-heading {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.login-design .form-signin .btn.btn-lg.btn-primary.btn-block{
    background: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    max-width: 200px;
    padding: 10px 0;
    margin: 0 auto;
	margin-top: 30px;
}
/* OTP */
.digit-group input {
    width: 28px;
    height: 40px;
    background-color: #18182a;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: white;
    margin: 0 1px;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}
.prompt {
    margin-bottom: 20px;
    font-size: 24px;
    color: white;
    font-weight: 700;
}
.otp-design .btn.btn-lg.btn-primary.btn-block{
	background: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    max-width: 200px;
    padding: 10px 0;
    margin: 0 auto;
	margin-top: 30px;
}
.otp-design{
    background: #e30613;
    color: #fff;
    text-align: center;
    padding: 61px 50px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
}
/* book appointment */
.book-a {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 22px;
}
.book-a input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.book-a:hover input ~ .checkmark {
  background-color: #ccc;
}
.book-a input:checked ~ .checkmark {
    background-color: #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.book-a input:checked ~ .checkmark:after {
  display: block;
}
.book-a .checkmark::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
#book-appointment{
  background-image: url("../images/book.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:70px 0;
}
.appointment .form-signin {
    background: #e30613;
    color: #fff;
    text-align: center;
    padding: 40px 50px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 10px;
}
.appointment .form-signin .btn.btn-lg.btn-primary.btn-block {
    background: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    max-width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top:20px;
}
.appointment .form-signin input {
    border-radius: 0;
    height: 50px;
	margin-bottom: 15px;
}
.appointment .form-signin select {
    border-radius: 0;
    height: 50px;
	margin-bottom: 15px;
}
.container-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #eee;
	border-radius: 0;
}
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.container-checkbox input:checked ~ .checkmark {
    background-color: #000;
    border-radius: 0;
    color: ;
}
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox .checkmark:after {
    left: 10px;
	top: 5px;
	width: 7px;
	height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* old car details */
.appointment-d .form-signin {
    background: #e30613;
    color: #fff;
    text-align: center;
    padding: 20px 30px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.appointment-d .form-signin .btn.btn-lg.btn-primary.btn-block {
    background: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    max-width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 20px;
}
.appointment-d .form-control {
    width: 100%;
    max-width: 650px;
    height: 50px;
    border-radius: 0;
    margin: 0 auto;
}
.book-btn a {
    background: #e30613;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px 10px 0px 0px;
}
.ycd a {
    background: #e30613;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}
.book-btn {
    margin-top: 0px;
}
.book-btn a:hover {
    background: #000;
    text-decoration: navajowhite;
}
.inner_mobb {
	display: none;
}
.downBtn {
	position: absolute;
	right: 0;
	background: #636262 url(../images/imgDownloadicon.png) no-repeat 20px 13px;
	color: #fff;
	text-transform: uppercase;
	font-size: 168%;
	padding: 8px 30px 8px 60px;
	word-spacing: 5px;
	margin-top: 5px;
}
.downBtn:hover, .downBtn:focus {
	color: #fff;
	text-decoration: none;
}
.tyreGuidepop {
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 5;
	background: #eeeeee;
	padding: 4.3em 5em 5em 4.3em;
	float: left;
}
.closegBtn_2 {
	background: url('../images/imgClose.png') no-repeat 0 0;
	width: 48px;
	height: 49px;
	position: absolute;
	right: 1.2em;
	top: 1.2em;
}
.tyreGuidepop .tgTitle {
	font-size: 24px;
	color: #d50303;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.tyreGuidepop .tgContent {
	line-height: 1.3;
	color: #000;
	margin: 0.8em 0 0;
}
.tyreGselect {
    display: none;
}
.tyreGuidepop ul.tgNav {
    float: left;
    width: 100%;
    margin: 1.9em 0;
}
.tyreGuidepop .tgNav li{
	float: left;
	width: 16.6%;
}
.tgNav li a {
    position: relative;
    letter-spacing: 0;
    float: left;
    text-transform: uppercase;
    padding: 10px 0px;
    color: #666666;
    text-align: center;
    border-top: 3px solid #999999;
    border-bottom: 3px solid #999999;
    line-height: 1;
    min-height: 106px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
}
.tgNav li a:hover, .tgNav li a:focus {
	text-decoration: none;
}
.tyreGcont {
    margin: 4.2em 0 0 0;
    width: 100%;
}
.tyreGcont p {
    font-size: 17px;
    color: #202020;
    line-height: 1.7;
    margin: 0 0 2em 0;
}
.imgFloleft {
    border: 1px solid #000;
    float: left;
    margin: 0 2% 0 0;
    width: 44%;
}
.paraW {
    float: left;
    width: 54%;
}
.buyingTyres_section .art_wrkPanel {
	margin-top: 10px;
}
.hide_buyingTyres {
	width: 100%;
}
.tgNav li a.active {
    background: #fff;
    border-bottom-color: #cc0000 !important;
}
.tgNav li a.active:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #cc0000;
    margin: 0 0 0 -11px;
    -webkit-transform: translateX("-50%");
    -ms-transform: translateX("-50%");
    -o-transform: translateX("-50%");
    transform: translateX("-50%");
}
/* tyre-guide */
.searchBy li {
    display: inline-block;
    margin-right: 0px;
    position: relative;
}
.searchBy li a {
    background: #999;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
	text-decoration: none;
}
.searchBy li a.active {
    background: #c00;
}
.searchBy > li a.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 125%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #c00;
}
#loginModal {
    padding: 0 !important;
}
.cstm_modal {
    color: #000;
    font-size: 40px;
    margin: -5px 10px 0 0px;
}
.world-design h3 {
    font-size: 28px;
    text-decoration: uppercase;
    color: #cc0000;
    padding: 15px 0px 15px 0px;
    margin: 0;
}
.world-design {
    background: #ececec;
}
.world-design2 ul {
    font-size: 18px;
    line-height: 24px;
    list-style: disc;
    padding-left: 16px;
}
.world-design2 {
    padding: 0px 20px 25px 20px;
    height: 390px;
}
.world-design2 ul li {
    padding-bottom: 15px;
}
.world-design img {
    width: 100%;
    max-width: 100%;
}
.world-class {
    margin: 30px 0px 50px 0px;
}
/* Contact-us */
#contact-us {
    padding: 50px 0px 60px 0px;
}
.contact-design {
    width: 100%;
    text-align: center;
}
.contact-design img {
    width: 100%;
    max-width: 50px;
}
.contact-map {
    width: 100%;
    padding-top: 30px;
}
.contact-map iframe {
    width: 100%;
    height: 350px;
}
#plc-table {
    display: inline-table;
}
#bookingmodal .modal-header {
    display: inline-block;
}
span.lt {
    text-decoration: line-through;
}
#cstmtable {
    width: 100%;
    color: #e30613;
    font-size: 20px;
}

/* Responsive View */
@media only screen and (max-width: 991px) {
	.book-btn a{
		color: #fff;
		padding: 10px;
		font-size: 15px;
		margin: 0px 0px 0px 0px;
	}
	.book-btn {
		margin-top: 0;
		padding: 5px;
		width: 200px;
		max-width: 100%;
	}
}
@media only screen and (min-width: 991px) {
	.hide_buyingTyres {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media only screen and (max-width: 768px) {
	.navigations {				
		position: fixed;
		right: -100%;
		bottom: 0px;
		top: 0px;
		z-index: 10;
		background: #000;
		width: 70%;
		transition: all .3s;
	}
	.navigations ul {
		flex-wrap: wrap;
	}
	.navigations ul li {
		padding-left: 20px;
		float: left;
		width: 100%;
		padding-bottom: 5px;
	}
	.navigations ul li a {
		color: #fff;
	}
	.hover__line {
		display: none;
	}
	.close_mobileMenu {
		display: block;
		background: none;
		border: none;
		font-size: 51px;
		left: -40px;
		position: absolute;
		top: 0px;
		line-height: 41px;
		color: #fff;
		font-weight: bold;
		outline: none;
	}
	.close_mobileMenu:focus {
		outline: none;	
	}
	.overlay {		
		position: fixed;
		background: #0000003d;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 2;
		display: none;
	}
	.close_mobileMenu .bar__line {
		width: 30px;
		height: 2px;
		display: inline-block;
		background: #000;
	}
	.mobile_barIcon {
		background: none;
		border: none;
		width: 35px;
		line-height: 0px;
		display: inline-block;
		outline: none;
	}
	.mobile_barIcon:focus {
		outline: none;
	}
	.mobile_barIcon .bar__line {
		width: 100%;
		height: 3px;
		background: #000;
		display: inline-block;
	}
	.rdtitle:after {
		content: none;
	}
	.rdtitle {
		font-size: 28px;
	}
	.inner_mobb {
		display: inline-block;
	}
	.inner_desk {
		display: none;
	}
	.paragraph {
		font-size: 16px;
	}
	.w30 {
		width: 100%;
	}
	.w40 {
		width: 100%;
	}
	.art_workCaption {
		padding: 0px;
	}
	.art_wrkPanel {
		opacity: 1;
	}
	.carusel_section .item {
		flex-wrap: wrap;
	}
	.cr_twoBlocks {
		width: 100%;
		padding: 0px;
	}
	.tgNav, .downBtn {
		display: none;
	}
	.tyreGselect {
		display: inline-block;
	}
	.custSelect {
		border: none;
		color: #727272;
		outline: medium none;
		padding: 0.4em 3.5em 0.4em 0.5em;
		background: #ffffff url('../images/imgCustomsel.png') no-repeat right 12px center;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		margin: 0.8em 0;
	}
	.tyreGcont img{
		max-width: 100%;
	}
	.tyreGuidepop{
		padding: 40px 15px 50px;
	}
	.closegBtn_2 {
		width: 38px;
		height: 39px;
		background-size: contain;
	}
	
	.stateGpop > li {
		width: 100%;
	}
	.stateGpop > li:first-child::after{
		background: none;
	}
	.stateGpop .popTitle {
		font-size: 16px;
	}
	.banner h1 {
		font-size: 52px;
		line-height: 55px;
	}
	.navigations ul li svg {
		color: #e30613;
	}
	.book-btn a{
		color: #fff;
		padding: 10px;
		font-size: 16px;
		margin: 0px 0px 0px 0px;
	}
	.book-btn {
		margin-top: 0;
		padding: 5px;
		width: 220px;
		max-width: 100%;
	}
	.paragraph {
		font-size: 14px;
	}
	.bannSingtxt.lefttxtT2 {
		font-size: 18px;
		line-height: 8px;
	}
	.bannSingtxt {
		font-size: 18px;
	}
	.bannTxt3 {
		font-size: 18px;
	}
	.banner .image_caption::before {
		content: '';
		position: absolute;
		left: 5px;
		width: 4px;
		height: 100%;
		background: #cc0000;
	}
	.banner .image_caption{
		bottom: 15px;
	}
	.banner .image_caption {
		bottom: 0px;
		left: 15px;
	}
	.searchBy li a{
		padding: 10px 20px;
	}
	.banner .image_caption {
		bottom: 30px;
	}
	.world-design2 {
		padding: 0px 20px 25px 20px;
		height: 240px;
		margin-bottom: 30px;
	}
	.world-class {
		margin: 10px 0px 15px 0px;
	}
	.world-design2 ul li {
		padding-bottom: 10px;
	}
	.world-design2 ul {
		font-size: 16px;
		line-height: 21px;
	}
	.world-design2{
		height: 270px;
	}
}
@media only screen and (max-width:560px) {
	.paragraph {
		font-size: 14px;
	}
	.art_wrkPanel p {
		font-size: 14px;
		padding: 0 18px;
		line-height: 18px;
	}
	.art_Title {
		font-size: 22px;
	}
	.book_appointment a {
		font-size: 14px;
		padding: 8px 22px;
	}
	.form-signin-heading {
		font-size: 24px;
	}
	.login-design .form-signin input{
		height: 40px;
	}
	.login-design .form-signin{
		padding: 30px 25px;
	}
	.login-design .form-signin p {
		font-size: 14px;
		padding: 5px 0;
	}
	.login-design .form-signin .btn.btn-lg.btn-primary.btn-block{
		max-width: 170px;
		padding: 5px 0;
		margin-top: 20px;
		font-size: 20px;
	}
	.footer_section p {
		font-size: 12px;
	}	
	.book-btn a{
		color: #fff;
		padding: 10px;
		font-size: 15px;
		margin: 0px 0px 0px 0px;
	}
	.book-btn {
		margin-top: 0;
		padding: 5px;
		width: 200px;
		max-width: 100%;
	}
	.appointment-d .form-signin .btn.btn-lg.btn-primary.btn-block {
		max-width: 170px;
		padding: 5px 0;
		margin-top: 20px;
		font-size: 20px;
	}
	.appointment-d .form-control {
		height: 40px;
	}
	.appointment-d .form-signin{
		padding: 20px 20px;
	}
	.container-checkbox {
		font-size: 14px;
		margin-right: 5px;
	}
	.container-checkbox .checkmark{
		height: 22px;
		width: 22px;
		padding-left: 25px;
	}
	.container-checkbox .checkmark::after {
		top: 3px;
		width: 6px;
		height: 13px;
	}
	.appointment .form-signin {
		padding: 30px 15px;
		width: 100%;
		margin: 0 auto;
		border-radius: 10px;
	}
	.appointment .form-signin input {
		height: 40px;
		margin-bottom: 10px;
	}
	.appointment .form-signin select {
		height: 40px;
		margin-bottom: 10px;
	}
	.appointment .form-signin .btn.btn-lg.btn-primary.btn-block {
	   max-width: 170px;
		padding: 5px 0;
		margin-top: 20px;
		font-size: 20px;
	}
	.otp-design {
		padding: 40px 10px;
	}	
	.otp-design .prompt {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.otp-design .btn.btn-lg.btn-primary.btn-block {
		max-width: 170px;
		padding: 5px 0;
		margin-top: 20px;
		font-size: 20px;
	}	
}
@media only screen and (max-width:390px){
	.container-checkbox {
		font-size: 15px;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		max-width: 360px;
	}
	.banner .image_caption {
		bottom: 5px;
	}
	#plc-table {
		display: block;
	}
}