* {
	padding: 0;
	margin: 0 auto;
}

body {
	  font-family: 'Gotham-Book';
	  color:#1e1e1e;
}


@font-face {
  font-family: 'KrutiDev100Bold';
  src: url('../fonts/KrutiDev100Bold.svg#KrutiDev100Bold') format('svg'),
       url('../fonts/KrutiDev100Bold.ttf') format('truetype'),
       url('../fonts/KrutiDev100Bold.woff') format('woff');
}

@font-face {
  font-family: 'Kruti_Dev_100__Bold';
  src: url('../fonts/Kruti_Dev_100__Bold.eot');
  src: url('../fonts/Kruti_Dev_100__Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Kruti_Dev_100__Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Kruti Dev 010 Regular';
  src: url('../fonts/Kruti Dev 010 Regular.eot');
  src: url('../fonts/Kruti Dev 010 Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Kruti Dev 010 Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KrutiDev010';
  src: url('../fonts/KrutiDev010.svg#KrutiDev010') format('svg'),
       url('../fonts/KrutiDev010.ttf') format('truetype'),
       url('../fonts/KrutiDev010.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
       url('../fonts/Gotham-Bold.ttf') format('truetype'),
       url('../fonts/Gotham-Bold.woff') format('woff'),
       url('../fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
       url('../fonts/Gotham-Book.ttf') format('truetype'),
       url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot');
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg'),
       url('../fonts/Gotham-Black.ttf') format('truetype'),
       url('../fonts/Gotham-Black.woff') format('woff'),
       url('../fonts/Gotham-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



.container {
    max-width: 1140px;
    padding:0 15px;
}

header {
    padding: 6px 0;
    -webkit-box-shadow: 0px 3px 10px #00000017;
            box-shadow: 0px 3px 10px #00000017;
    position: relative;
    z-index: 1;
}

.wrapper {
    /*max-width: 800px;*/
    max-width: 100%;
    margin: 0 auto;
}

marquee{
width:100%;
background: #f58220;
padding:10px 0;
color:#fff;
}

marquee a{text-decoration:none;color:#fff;}

marquee ul{
    list-style: none;
}

marquee ul li{
    color:#fff;
    font-size:16px;
    border-left:2px solid #fff;
    display:inline-block;
    padding:0 15px;
}

marquee ul li:first-child{border-left:0px}
marquee ul li a{
    color:#fff;
    text-decoration:none;
}

        ul.tabs{
            margin: 0px;
            padding: 0px;
            list-style: none;
            border-bottom: 2px solid #f58220;
        }
        ul.tabs li{
            background: none;
            color: #222;
            display: inline-block;
            padding: 10px 15px;
            cursor: pointer;
            transition: 0.3s;
        }

        ul.tabs li.current{
            background: #f58220;
            color: #fff;

        }

h2{
    position: relative;
    font-size: 20px;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
    font-family: 'KrutiDev100Bold';
    color: #fff;
    background: #93c472;
}

        .tab-content{
        display: none;
           padding:0px 0px 0;
           -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
        }

        .tab-content.current{
            display: inherit;
        }
 .tab-content h3{
    font-family: 'KrutiDev010';
    font-size:30px;
    margin-bottom:15px;
 }


.btn {
    font-family: 'Gotham-Bold';
    background: #f58220;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: inline-block;
    /* margin-top: 20px !important; */
    width: 30px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: fixed;
    top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 96px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    height: 200px;
    top: 35%;
    text-transform: uppercase;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    line-height: 33px;
    border: solid 1px #f58220;
    z-index: 3;
}

.btn:hover {
    background:transparent;
    color:#f58220;
}

.dflex {
    /*display:flex;*/
}
.dflex a {
    margin:0;
    /*margin-right:10px;*/
}

.btn.outline {
    right: 0;
    left: auto;
    line-height: 27px;
    background: #fff;
    color: #000;
    top: 200px;
}
.btn.outline:hover {
        background:#000;
    color:#fff;
}
/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index:9;
}
.form-group {
    margin-bottom: 1rem;
}
/* Inner */
.popup-inner {
    max-width: 350px;
    width: 90%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background: #ffffff;
}
/* Close Button */
.popup-close {
    width: 35px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #000;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
}

.popup-close:hover {
	text-decoration:none;
}
.popup-inner .btns:focus {
    outline: none;
}

.popup-inner h4 {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

.popup-inner .btns {
    background: #36a003;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 13px 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: auto;
    border-bottom: none !important;
    font-size: 14px;
    margin-top: 11px;
}
.popup-inner input, .popup-inner textarea {
    border-bottom: 1px solid #d2d2d28c !important;
    border: none;
    background: transparent;
    color: #000;
    width: 100%;
    padding: 13px 0;
    font-size: 15px;
    white-space: inherit;
    overflow-wrap: inherit;
    font-family: 'Gotham-Book';
}

.service_text p span {
    font-family: 'Gotham-Book';
    font-size: 24px;
}
textarea {
    resize:none;
}

.popup-inner input:focus,
.popup-inner textarea:focus {
   outline:none;
}


/*.popup-inner textarea::-webkit-input-placeholder {
    font-size: 18px;
    letter-spacing: -1px;
}

.popup-inner textarea:-ms-input-placeholder {
    font-size: 18px;
    letter-spacing: -1px;
}

.popup-inner textarea::-moz-placeholder {
    font-size: 18px;
    letter-spacing: -1px;
}

.popup-inner textarea::-ms-input-placeholder {
    font-size: 18px;
    letter-spacing: -1px;
}
*/
.popup-inner .btns:hover {
    background:#0b1f01;
}

.certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo.logo1 img {
    width: 90px;
}
.certificate > div {
    margin: 0;
}
.logo img {
    width: 200px;
}

.w100 {
    width:100%;
}

p#success {
    color: #36a003;
    font-size: 14px;
}

.h1{
        position: relative;
        font-size: 40px;
        margin-bottom: 6px;
        padding-bottom: 24px;
        text-align:center;
        font-family: 'KrutiDev100Bold';
        color:#1e1e1e;
}
.pad80 {
    padding:60px 0;
}

.about {
    text-align:center;
}

.about p {
    font-family: 'KrutiDev100Bold';
    color: #707070;
    font-size: 28px;
    margin-bottom: 40px;
}

.about a {
    background: #f58220;
    color: #fff;
    border: solid 1px #f58220;
    padding: 18px 30px;
    width: 260px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    margin-right: 13px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.about a:hover {
        color: #f58220;
    background: transparent;
}

.about .btns.outlines {
    color: #f58220;
    background: transparent;
    margin-right: 0;
    margin-left: 13px;
    /*padding: 14px 30px;*/
}

.about .btns.outlines:hover {
    background: #f58220;
    color:#fff;
}

.services h4.h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 18px;
}

.gradient{
/*background: rgb(146,196,113);
background: -moz-linear-gradient(-45deg,  rgba(146,196,113,1) 0%, rgba(146,196,113,1) 50%, rgba(146,196,113,1) 50%, rgba(141,191,109,1) 51%, rgba(141,191,109,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(146,196,113,1) 0%,rgba(146,196,113,1) 50%,rgba(146,196,113,1) 50%,rgba(141,191,109,1) 51%,rgba(141,191,109,1) 100%);
background: linear-gradient(135deg,  rgba(146,196,113,1) 0%,rgba(146,196,113,1) 50%,rgba(146,196,113,1) 50%,rgba(141,191,109,1) 51%,rgba(141,191,109,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c471', endColorstr='#8dbf6d',GradientType=1 ); */
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover !important;
}
.about p b {
    font-family: 'Gotham-Bold';
    font-size: 20px;
}

.services h4.h1 span{
    font-family: 'Gotham-Bold';
    font-size: 33px;
}

.row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.service_text p {
    /* font-family: 'KrutiDev010'; */
    font-size: 25px;
    color: #fff;
    position: relative;
    line-height: 1.2;
    display: flex;
    align-items: end;
}
.service_text p img.first_icon {
    width:42px;
}
.service_text p img {
    width: 38px;
    margin: 0;
    margin-right: 18px;
}
.col-md-4 {
    width: 30%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 15px;
}

.col-md-4:last-child {
    margin-bottom:0;
}

table.table.table-bordered {
    width: 100%;
}
.table-responsive th {
    background: #f58220;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.table-responsive td {
    text-align: center;
    padding: 21px 0;
    font-size: 14px;
}

.greys td{
    background:#f7f7f7;
}

footer {
    background:#1e1e1e;
    padding: 40px 0;
    text-align:center;
}

footer .logo img {
    width: 300px;
    margin-bottom: 25px;
}

footer p {
    font-size: 26px;
    color: #fff;
    font-family: 'KrutiDev010';
    margin-bottom: 20px;
    opacity: 0.6;
    line-height: 1.2;
    margin-bottom:0;
}
.error {
    color: red;
    font-size: 15px;
}
/*footer p b {
    font-weight: 400;
    font-size: 21px;
}*/
p.call {
    margin: 3px 0;
}
.call b {
    font-family: 'Gotham-Book';
    font-size: 20px;
}
.h2 {
    color: #fff;
    font-family: 'KrutiDev100Bold';
    font-size: 26px;
    opacity: 0.6;
}
 .webistelink {
    font-family: 'Gotham-Book';
    font-size: 15px;
    margin-top: 7px;
    color: #f58220;
    opacity: 1;
}

.tables h4.h1 {
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 30px;
        text-align: left;
   font-family: 'Gotham-Book';
}


.tables h4.h1 span {
    font-family: 'Gotham-Book';
}

.english {
     font-family: 'Gotham-Book';
}
.table_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-responsive {
    /*width: 54%;*/

    width:100%;
    margin: 0;

}
.priceTbale {
    width: 26%;
    padding-left: 40px;
    background: #93c472;
    padding: 20px 3px;
    margin-left: 7px;
    height: 138px;
    display: flex;
    align-items: center;
}
.priceTbale p {
    font-size: 17px;
    line-height: 1.5;
    text-align:center;
    color:#fff;
}
.privacy {
    margin-top: 10px;
    margin-bottom: 6px;
}

p.fonts {
    color: #fff;
    opacity: 0.9;
}

.galllery_slide  {
    position: relative;
}

.slide_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f58220;
    color: #fff;
    padding: 10px 20px;

    -webkit-transform: translateY(85px) translateZ(0);
    transform: translateY(85px) translateZ(0);
    -webkit-transition: opacity 1s cubic-bezier(.165,.84,.44,1),-webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    transition: opacity 1s cubic-bezier(.165,.84,.44,1),-webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform 1s cubic-bezier(.165,.84,.44,1),opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1),opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1),opacity 1s cubic-bezier(.165,.84,.44,1),-webkit-transform 1s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}

.galllery_slide:hover .slide_text{
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.gallery_wrapper h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    margin-top: 40px;
}
.product-showcase-carousel-controls {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    background: #93c472;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-showcase-carousel-controls--left {
    left: 0px;
}
.product-showcase-carousel-controls--right {
    right: 0px;
    text-align: right;
}

.slide_text h5 {
    font-size: 18px;
    text-align: left;
}

.gallery  {
    display:flex;
}

.galllery_slide:focus {
    outline:none;
}
.mobile_banner {
    display:none;
}
.address {
    font-size: 26px;
    /* color: #fff; */
    font-family: 'KrutiDev010';
    margin-bottom: 20px;
    /* opacity: 0.6; */
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 600;
}
.d-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.d-flex h2, .d-flex p {
    margin:0;
}
p.discalmer {
    font-family: 'Gotham-Book';
    font-size: 11px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: justify;
    margin-top: 20px;
}

p.discalmer b{
    font-size: 13px;
}
footer p span{
   font-family: 'Gotham-Book';
    font-size: 20px;
}

footer .btns {
    margin-right: 0;
    margin-top: 20px;
    width: 140px;
    font-size: 19px;
    padding: 12px 30px;
    line-height: 1.5;
}
.slide_img span {
    position: absolute;
    top: 0;
    right: 0;
    background: #f58220;
    color: #fff;
    padding: 2px 20px;
    font-size: 15px;
}
.copy {
    font-family: KrutiDev010 !important;
    font-size: 14px !important;
    letter-spacing: 0;
    margin-top: 11px;
    max-width: 321px;
    text-align: justify;
    margin-right: 0;
    line-height: 1.3;
    margin-bottom: 0 !important;
}
.copy_hindi {
    max-width: 680px;
}
.lp {
    display: flex;
    align-items: center;
}
.lp span {
    font-size: 16px;
    position: relative;
    margin-right: 30px;
}
.border {
    position: relative;
}
.border:after {
    content: '';
    height: 80%;
    width: 1px;
    background: #c8c8c8;
    position: absolute;
    left: -17px;
    top: 5px;
}
.lp span i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.priceTbale p.head {
    font-size: 20px;
}


.green_table {
    width: 100%;
    margin-bottom: 52px;
    overflow: auto;
    padding: 0 15px;
}

.green_table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.green_table table th, .green_table table td {
    border: 1px solid #FFF;
}

.green_table table th {
    padding: 13px 10px;
    color: #FFF;
}

.green_table table td {
    color: #FFF;
    font-weight: 500;
    padding: 9px 10px;
    text-align: center;
}



/*=============== media Query ===================*/
@media (max-width: 1024px) {
    .table-responsive td {
    font-size: 13px;
}
.priceTbale p {
    font-size: 13px;
}
.priceTbale {
    padding: 20px 5px;
}
}


@media (max-width: 991px) {

    .copy {
    max-width: 281px;
}
    .copy_hindi {
    max-width: 560px;
}
    .table-responsive th {
    padding: 14px;
    width: 120px;
}
    .table_wrapper {
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.table-responsive,
.priceTbale {
    width: 100%;
}
    .priceTbale p {
    font-size: 16px;
}
  .priceTbale {
    padding-left: 0;
    margin-top: 20px;
    height: auto;
    margin-left: 0;
}
    .h1 {
        font-size: 38px;
    }
    .pad80 {
    padding: 40px 0;
}
.about p {
    font-size: 26px;
    margin-bottom: 40px;
}
.about p b {
    font-size: 20px;
}
.about a {
    padding: 18px 10px;
    width: 220px;
    font-size: 14px;
}

.col-md-4 {
    width: 46%;
}
.service_text p {
    font-size: 30px;
}
.service_text p br{
    display:none;
}
.services h4.h1 span {
    font-size: 30px;
}
.tables h4.h1 {
    margin-bottom: 10px;
}
footer p {
    font-size: 26px;
}
.h2 {
    font-size: 26px;
}
.webistelink {
    font-size: 16px;
}
footer .logo img {
    width: 270px;
    margin-bottom: 24px;
}
}


@media (max-width: 767px) {
    .border {
    position: relative;
    top: -4px;
    margin-right: 0;
}
.lp span {
    margin-right: 0;
    font-size: 14px;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: right;
    background: #f58220;
    color: #fff;
    padding: 8px 15px;
}
.lp span i {
    font-size: 14px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

    .lp {
    flex-wrap: wrap;
}
.border:after {
    display:none;
}

    .copy_hindi {
    max-width: 100%;
}
.copy {
    max-width: 100%;
}
    footer .about {
        margin-bottom: 30px;
    }
   p.discalmer {
    margin-bottom: 25px;
    margin-top: 0;
}
    footer p b {
    font-weight: 400;
    font-size: 19px;
}
    footer p span {
    font-size: 17px;
}
    .desktop_banner {
        display:none;
    }
    .mobile_banner {
    display:block;
}
    .priceTbale {
    padding-right: 0;
}
    .slide_text {
        -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0);
     opacity: 1;
    }
    .gallery_wrapper h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    margin-top: 30px;
}
    .service_text p img.first_icon {
    width: 36px;
}
    .service_text p img {
    width: 32px;
    }
    .product-showcase-carousel-controls {
    width: 40px;
    height: 40px;
    font-size: 17px;
}

    .english {
    font-family: 'Gotham-Book';
    font-size: 17px;
}
    .gradient {
    background-position: bottom center;
}
    .services h4.h1 span {
    font-size: 25px;
}
    .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive td {
    font-size: 14px;
}
  .table-responsive th {
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.4;
}
    .table-responsive {
    overflow: hidden;
    overflow-x: scroll;
}

    .popup-inner {
    max-width: 270px;
    }

 .dflex a.btn {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    bottom: 0;
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    width: 100%;
    font-size: 18px;
    padding: 7px 0;
    line-height: inherit !important;
}
.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
}

.btn {
    padding: 15px 0;
    padding-bottom: 0;
    font-size:14px;
}


	.certificates {
    font-size: 14px;
    margin-bottom: 51px;
}
.logo img {
    width: 190px;
}
.logo.logo1 img {
    width: 80px;
}
header {
    padding: 40px 0 4px;
}
.h1 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 11px;
}
.about p br {
    display:none;
}
.about p {
    font-size: 20px;
    margin-bottom: 25px;
}
.about p b {
    font-size: 16px;
}
.about a {
    padding: 18px 10px;
    width: 94%;
    font-size: 14px;
    margin-bottom: 10px;
    margin: 0 !important;
    margin-top: 10px !important;
}
.col-md-4 {
    width: 100%;
}
.service_text p br {
    display:none;
}
.service_text p {
    font-size: 18px;
}
.col-md-4 {
    width: 100%;
    margin-bottom: 18px;
}
.services h4.h1 {
    margin-bottom: 4px;
}
.tables h4.h1 {
    margin-bottom: 10px;
    font-size: 26px;
}
.tables h4.h1 br{
    display:none;
}
footer .logo img {
    width: 230px;
    margin-bottom: 24px;
}
footer p {
    font-size: 22px;
}
p.call {
    margin: 28px 0;
}
b.mb_block {
    display: block;
    font-size: 17px;
}
.h2 {
    font-size: 20px;
}
.webistelink {
    font-size: 13px;
    margin-bottom: 20px;
}
footer .about a {
    padding: 13px 10px;
    width: 94%;
    font-size: 18px;
    margin-bottom: 10px;
    margin: 0 !important;
    margin-top: 10px !important;
}
}


@media (max-width:480px) {
     table.table.table-bordered {
    width: 143%;
}
}
