@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}

::-moz-selection {
 color: #fff;
 background: #c32e00;
}
::selection {
    color: #fff;
    background: #c32e00;
}

::-webkit-scrollbar-track {
 background-color: #cacaca;
}

::-webkit-scrollbar {
 width: 8px;
 background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #353535;
}
a {
    text-decoration: none !important;
}
.pdd {
    padding: 0 !important;
}
.home {
    width: 100%;
    margin: 0;
    padding: 14px 0;
    z-index: 99;
    background: #fff;
    position: relative;
}
.fixheader {
    position: fixed;
    z-index: 9999;
}
.description {
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding: 5px 0;
    color: #555;
}
.logo {
    padding: 0 !important;
}
.logo img {
    width: 200px;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.topright {
    margin: 5px 0;
    padding: 0 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mainmenu {
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mainmenu li a {
    font-size: 13px;
    line-height: 35px;
    letter-spacing: .8px;
    margin: 0;
    padding: 0 17px;
    color: #555;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.mainmenu li a:hover {
    color: #ee2e27;
}
#side-menu-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 99999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#menu {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: 0;
    background: none;
    border-radius: 100%;
    border: 2px solid transparent;
    width: 47px;
    height: 47px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
#menu.active {
    right: 235px;
    top: -20px;
    padding: 9px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 0;
}
#menu.active span, #menu.active span:before, #menu.active span:after {
    background: #333;
}
#menu span {
    top: 21px;
}
#menu span, #menu span:before, #menu span:after {
    cursor: pointer;
    height: 2px;
    width: 35px;
    margin: 0;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu span:before {
    -webkit-animation: undo-top .5s forwards;
    -moz-animation: undo-top .5s forwards;
    -o-animation: undo-top .5s forwards;
    animation: undo-top .5s forwards;
}
#menu span:after {
    bottom: -10px;
    -webkit-animation: undo-bottom .5s;
    -moz-animation: undo-bottom .5s;
    -o-animation: undo-bottom .5s;
    animation: undo-bottom .5s;
}
#menu.active span {
    background-color: transparent;
    width: 25px;
}
#menu.active span:before {
    top: 0;
}
#menu.active span:before {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: top-x .5s forwards;
    -moz-animation: top-x .5s forwards;
    -o-animation: top-x .5s forwards;
    animation: top-x .5s forwards;
}
#menu.active span:after {
    width: 25px;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bottom-x .5s forwards;
    -moz-animation: bottom-x .5s forwards;
    -o-animation: bottom-x .5s forwards;
    animation: bottom-x .5s forwards;
}
 @-webkit-keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @keyframes top-x {
 0% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
}
 @-webkit-keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @keyframes bottom-x {
 0% {
 -webkit-transform: translateY(0) rotate(0);
 -moz-transform: translateY(0) rotate(0);
 -o-transform: translateY(0) rotate(0);
 transfrom: translateY(0) rotate(0);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
}
 @-webkit-keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @keyframes undo-top {
 0% {
 -webkit-transform: translateY(0px) rotate(45deg);
 -moz-transform: translateY(0px) rotate(45deg);
 -o-transform: translateY(0px) rotate(45deg);
 transform: translateY(0px) rotate(45deg);
}
 50% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transform: translateY(0px) rotate(0);
}
 100% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
}
 @-webkit-keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
 @keyframes undo-bottom {
 0% {
 -webkit-transform: translateY(-10px) rotate(-45deg);
 -moz-transform: translateY(-10px) rotate(-45deg);
 -o-transform: translateY(-10px) rotate(-45deg);
 transform: translateY(-10px) rotate(-45deg);
}
 50% {
 -webkit-transform: translateY(-10px) rotate(0);
 -moz-transform: translateY(-10px) rotate(0);
 -o-transform: translateY(-10px) rotate(0);
 transform: translateY(-10px) rotate(0);
}
 100% {
 -webkit-transform: translateY(0px) rotate(0);
 -moz-transform: translateY(0px) rotate(0);
 -o-transform: translateY(0px) rotate(0);
 transfrom: translateY(0px) rotate(0);
}
}
#side-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0px;
    width: 260px;
    background: #fff;
    padding: 15px 15px 15px 20px;
    z-index: 999999;
    -webkit-transform: translate(610px, 0px);
    -moz-transform: translate(610px, 0px);
    -o-transform: translate(610px, 0px);
    transform: translate(610px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3s ease-in-out;
}
#side-menu .side-menuin {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
 #side-menu .side-menuin::-webkit-scrollbar-track {
 background-color: #e4e4e4;
}
 #side-menu .side-menuin::-webkit-scrollbar {
 width: 3px;
 background-color: #ffffff;
}
 #side-menu .side-menuin::-webkit-scrollbar-thumb {
 background-color: #052069;
}
#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 105;
    display: none;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
#overlay.active {
    display: block;
    -webkit-transition: 0.3 ease-in-out;
    -moz-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
}
.slide-banner {
    position: relative;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    background-image: none !important;
    position: absolute;
    top: auto;
    bottom: 30px;
    height: 35px;
    background: #fff;
    width: 25px;
    z-index: 99;
    padding: 10px 5px;
    opacity: .25;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slide-banner .carousel-control.left:hover, .slide-banner .carousel-control.right:hover {
    opacity: 1;
}
.slide-banner .carousel-control.left img, .slide-banner .carousel-control.right img {
    width: 100%;
    -webkit-filter: brightness(1) invert(1);
    -moz-filter: brightness(1) invert(1);
    -o-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
}
.slide-banner .carousel-control.left {
    left: auto;
    right: 57px;
}
.slide-banner .carousel-control.right {
    right: 30px;
}
.about {
    padding: 0;
}
.ableft {
    padding: 0 !important;
    margin: 60px 0 0 0;
}
.ableft .description {
    padding: 0;
}
.thead {
    padding: 0 0 12px 0;
    text-align: center;
}
.title {
    font-size: 25px;
    line-height: 35px;
    color: #333;
    margin: 0;
    font-weight: 800;
    padding: 0;
    letter-spacing: .4px;
    text-align: left;
}
.title span {
    color: #ef7c1c;
}
.ableft .description {
    padding: 0 0 10px 0;
}
.abright {
    padding: 0 0 0 40px !important;
}
.enquiry {
    padding: 40px 20px;
    margin: 0;
    background: #ee2e27;
}
.enquiry h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0 0 15px 0;
    color: #fff;
}
.enqpdd {
    padding: 7px !important;
    text-align: right;
}
.enquiry input, .enquiry textarea {
    padding: 10px;
    margin: 0;
    width: 100%;
    height: 45px;
    background: rgb(255 255 255 / 10%);
    box-sizing: border-box;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    letter-spacing: .8px;
    outline: none;
}
.enquiry textarea {
    height: 110px;
    margin: 0;
}
.enquiry input[type=submit] {
    background: #ffffff;
    color: #ed2f26;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    height: 40px;
    padding: 0 25px;
}
 .enquiry form ::-webkit-input-placeholder {
 color: #fff;
}
 .enquiry form ::-moz-placeholder {
 color: #fff;
}
 .enquiry form :-ms-input-placeholder {
 color: #fff;
}
 .enquiry form :-moz-placeholder {
 color: #fff;
}
.services {
    padding: 55px 0;
    background: #f6f7f9;
}
.services .title {
    text-align: center;
}
.services .description {
    text-align: center;
    padding: 0;
}
.sermain {
    margin: 0 -15px;
}
.serpdd {
    padding: 15px;
}
.serbox {
    padding: 0 !important;
}
.serbox h4 {
    font-size: 19px;
    text-align: center;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #333;
}
.serbox .description {
    padding: 0;
}
.serbox ul {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    width: 100%;
    float: left;
}
.serbox ul li {
    width: 33.3333%;
    float: left;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 0 15px 20px 34px;
    color: #555;
    list-style: none;
    position: relative;
}
.serbox ul li:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 25px;
    top: 5px;
    left: 0;
    background: url("../images/icon1.png") no-repeat;
    background-size: 100% auto;
}
.serbox2 {
    margin: 40px 0;
    background: #fff;
    padding: 45px 45px 30px 45px !important;
    border-left: 10px solid #ed2f26;
    border-right: 10px solid #ed2f26;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.serbox2 ul li {
    width: 50%;
}
.cureleft {
    padding: 0 !important;
}
.cureleft img {
    width: 100%;
}
.cureright {
    padding: 0 0 0 50px !important;
    margin: 50px 0 0 0;
}
.testimonials {
    padding: 50px 0;
    background: #f6f7f9;
}
.testimonials .title {
    text-align: center;
}
.tesbox {
    margin: 25px 15px 0 15px;
    background: #fff;
    padding: 20px 30px;
    position: relative;
}
.tesbox:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: -12px;
    left: -12px;
    background: url("../images/comma.jpg") no-repeat;
    background-size: 100% auto;
}
.tesbox .description {
    padding: 0 0 15px 0;
}
.tesbox h4 {
    font-size: 15px;
    text-align: left;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #333;
}
.tesbox img {
    width: 50px !important;
    margin: 20px 0 0 0;
}
.tesbox h5 {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: .4px;
    padding: 0;
    color: #666;
}
.owl-dots {
    text-align: center;
    margin: 38px 0 0 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec2f27;
}
.owl-theme .owl-dots .owl-dot span {
    background: #a2a1a1;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
    margin: 0 5px;
}
.disclim {
    padding: 30px 0;
    background: #ee2e27;
}
.disclim .description {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: .2px;
    color: #fff;
    font-weight: 700;
    padding: 0 5%;
}
.disclim .description span {
    color: #ff0;
}

.disclaimer {
	border: 1px dashed #545e67;
	margin: 40px 0;
	text-align: center;
}

.disclaimer h4 {
	font-size: 14px;
	text-align: center;
	font-weight: 800;
	line-height: 15px;
	margin: 0;
	top: -11px;
	position: relative;
	letter-spacing: .4px;
	padding: 0 9px;
	color: #8a8a8a;
	background: #323b42;
	display: inline-block;
}

.disclaimer .description {
	font-size: 13px;
	color: #8a8a8a;
	text-align: center;
	padding: 0 0 15px 0;
}
footer {
    padding: 50px 0 0 0;
    background: #252525;
}
.footin {
    border: 1px solid #3a3a3a;
    padding: 0 !important;
}
.fbox1 {
    padding: 45px 35px !important;
}
.fbox1 .title {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 12px 0;
}
.fbox1 .description {
    text-align: left;
    color: #9c9c9c;
    padding: 0 0 10px 0;
}
.fbox1 .description svg {
    margin: 0 5px 0 0;
    color: #f6801e;
}
.fbox1 .description a, .fbox1 .description a:hover {
    color: #9c9c9c;
}
.fbox2 {
    padding: 0 !important;
    height: 300px;
}
.social {
    padding: 5px 0 0 0;
}
.social ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social li a {
    display: block;
    color: #ffffff;
    background: #f6801e;
    font-size: 13px;
    width: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.social li a:hover {
    background: #ffffff;
    color: #f6801e;
}
.fcopy {
    margin: 50px 0 0 0;
    padding: 15px;
    background: rgb(0 0 0 / 0.1);
}
.fcopy .description {
    text-align: center;
    padding: 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    opacity: .7;
}
.fcopy .description a {
    color: #ffffff;
}
.to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 9;
}
.to-top a.back-to-top {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    background: #ee2e27;
    opacity: 0.5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.to-top a.back-to-top:hover {
    opacity: 1;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
.title {
    font-size: 21px;
    line-height: 30px;
}
.cureright {
    padding: 0 0 0 30px !important;
    margin: 20px 0 0 0;
}
.fbox1 {
    padding: 30px 20px !important;
}
}

@media only screen and (max-width: 992px) {
.mainmenu {
    text-align: left;
}
.mainmenu li {
    display: block;
}
.mainmenu li a {
    font-size: 12px;
    line-height: 35px;
    letter-spacing: .4px;
    margin: 0;
    padding: 4px 0;
}
.ableft, .abright {
    width: 100%;
}
.abright {
    padding: 0 !important;
    margin: 30px 0 0 0;
}
.ableft {
    margin: 30px 0;
}
.enquiry {
    padding: 20px;
}
.title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.ableft .description {
    text-align: center;
}
.services {
    padding: 30px 0;
}
.serbox2 {
    margin: 25px 0;
    padding: 25px 25px 15px 25px !important;
    border-left: 5px solid #ed2f26;
    border-right: 5px solid #ed2f26;
}
.serbox ul li {
    width: 50%;
}
.cureright {
    padding: 30px 0 !important;
    margin: 0;
}
.cureright .description {
    text-align: center;
}
.testimonials {
    padding: 30px 0;
}
.tesbox {
    margin: 15px 0 0 15px;
}
.owl-dots {
    margin: 25px 0 0 0;
}
footer {
    padding: 30px 0 0 0;
}
.fbox1 {
    padding: 25px 10px !important;
}
.fbox1 .description, .social ul {
    text-align: center;
}
.fcopy {
    margin: 30px 0 0 0;
}
}

@media only screen and (max-width: 768px) {
.logo img {
    width: 150px;
}
#side-menu-icon {
    top: -7px;
}
#menu.active {
    right: 245px;
    top: -14px;
}
.slide-banner .carousel-control.left, .slide-banner .carousel-control.right {
    bottom: 10px;
    height: 20px;
    width: 20px;
    padding: 5px;
}
.slide-banner .carousel-control.left {
    left: 12px;
    right: auto;
}
.slide-banner .carousel-control.right {
    right: auto;
    left: 35px;
}
.enquiry {
    padding: 20px 10px;
}
.description {
    font-size: 13px;
    line-height: 27px;
}
.title {
    font-size: 18px;
    line-height: 25px;
}
.serbox h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}
.serbox ul li {
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    padding: 0 0 10px 34px;
}
.tesbox .description, .tesbox h4, .tesbox h5 {
    text-align: center;
}
.tesbox h4 {
    font-size: 14px;
}
.disclim {
    padding: 15px 0;
}
.disclim .description {
    font-size: 13px;
    line-height: 26px;
    padding: 0;
}
.fbox1 .title {
    font-size: 17px;
    padding: 0 0 6px 0;
}
.fcopy .description {
    font-size: 11px;
}
}

@media only screen and (max-width: 480px) {
.logo img {
    width: 140px;
}
.enquiry h3 {
    font-size: 17px;
    padding: 0 0 5px 0;
}
.title {
    font-size: 17px;
}
.serbox2 {
    padding: 20px 20px 10px 20px !important;
    border-left: 0 solid #ed2f26;
    border-right: 0 solid #ed2f26;
}
.tesbox {
    padding: 15px;
}
.disclim .description {
    line-height: 23px;
    letter-spacing: 0;
}
.to-top a.back-to-top {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
}
