<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.red_mor {
    font-size: 15px;
    color: #fff;
    font-family: Poppins-light;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 43px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: linear-gradient(to right,#a8a342 0,#b9b331 100%);
}
.inner-banner .container.blgCont .head-bread  
{
     width: 65%;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float{
	margin-top:16px;
}
.app_form_navigation {
	border: 0;
	color: #fff;
	font-family: 'Poppins-light';
	font-size: 15px;
	margin-bottom: 10px;
	padding: 12px 35px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	height: 50px !important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	background: linear-gradient(to right, #a8a342 0%, #b9b331 100%);}



.app_form_navigation:after {
	 content: "";
	 position: absolute;
	 right: 0;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 border-radius: 5px;
	 background-color: #bfb932;
	 -webkit-transform: translateX(-100%);
	 transform: translateX(-100%);
	 -webkit-transition: all 500ms;
	 transition: all 500ms;
	 z-index: -1;
 }


.vltinForm select.form-control, section.testimonial-inner.apmntCont select.form-control{
border: 1px solid #ededed;
background: 0 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 50px;
padding: 10px 15px;
border-radius: 4px;
background: #fff;
font-size: 17px;
letter-spacing: 0px;
font-weight: 400;
font-family: 'Barlow', sans-serif;
}
.vltinForm  .form-group .inner-field:after, section.testimonial-inner.apmntCont .form-group .inner-field:after{
    content: "";
    background-image: url(../images/chevron-arrow-down.svg);
    width: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 8px;
    z-index: -1;
    background-size: 10px;
    opacity: .4;
}
.vltinForm .form-group .inner-field  {
    position: relative;
    margin-bottom: 15px;
}
section.testimonial-inner.apmntCont .form-group .inner-field {
    position: relative;
    margin-bottom: 0px;
}
.vltinForm 
{
    display: block;
    width: 60%;
    max-width: 60%;
    flex: 60%;
    margin: 0 auto;
}
.vltinForm .form-group.fmFlds input[type="radio"] {
    margin: 0 2px 0px 13px;
    position: absolute;
    opacity: 0;
}

.vltinForm .form-group .input-field
{
    padding: 0px 0 6px 0;
        font-weight: 600;
}
.vltinForm .form-group .input-field label {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fff;
}
.vltinForm .form-group .input-box input, section.testimonial-inner.apmntCont .form-group .input-box input 
{
border: 1px solid #ededed;
background: 0 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 15px;
height: 50px;
padding: 10px 15px;
border-radius: 4px;
width: 100%;
background: #fff;
font-size: 17px;
letter-spacing: 0px;
font-weight: 400;
font-family: 'Barlow', sans-serif;
}

.testimonial-inner .contact-form {
  box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  background-color: #65ccde;
  padding: 30px;
}

.vltinForm .form-group .input-field .btn-group label {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  color: #282828;
}
.vltinForm .form-group .button-box button, section.testimonial-inner.apmntCont .form-group .button-box button, .form-group.submit button{
border: 0;
width: 100%;
padding: 11px 15px;
position: relative;
overflow: hidden;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
border-radius: 10px;
background: #fd8e50;
font-size: 22px;
letter-spacing: 2px;
line-height: 28px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
font-family: "Barlow Condensed";
box-shadow: 0px 6px 8px rgba(253,142,80,0.39);
}
.form-group.fmFlds {
    margin-bottom: 0;
}
section.testimonial-inner.apmntCont .form-group .button-box button {
        max-width: 650px;
}
.vltinForm .form-group .button-box button:hover, .form-group.submit button:hover {
  color: #fd8e50;
}
.vltinForm .form-group .button-box button:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .5s;
    z-index: -1;
}
 .vltinForm .form-group .button-box button:hover:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

section.inner-banner.formBanr {
}
section.inner-banner.formBanr .bnr-shape {
    overflow: hidden;
    height: 370px;
    position: relative;
}
section.inner-banner.formBanr .bnr-shape img{
    position: absolute;
    bottom: 0;
}

section.testimonial-inner.apmntCont
{

}
section.testimonial-inner.apmntCont h3 {
    margin-bottom: 30px;
}

section.testimonial-inner.apmntCont .form-group .input-box input
{
    margin-bottom: 0px;
}

.banner-form .evalRslt h3
{
    margin-bottom: 10px;
}
.banner .banner-form .evalRslt h3, .inner-banner .banner-form .evalRslt h3 {
  color: #fff;
  font-weight: 500;
  font-family: "Barlow Condensed";
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner .banner-form h1, .inner-banner .banner-form h1 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
.banner .banner-form .evalRslt h1 span, .inner-banner .banner-form .evalRslt h1 span {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  color: #fff;
}
.banner-form .evalRslt a {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  border: 0;
  width: 100%;
  padding: 11px 15px;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 10px;
  background: #fd8e50;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: "Barlow Condensed";
  box-shadow: 0px 6px 8px rgba(253,142,80,0.39);
}
.banner-form .evalRslt a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.hm-form-section .banner-form .evalRslt h3 {
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 15px;
  color: #1d2124;
}
.hm-form-section .banner-form h1 {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 25px;
}

.hm-form-section .banner-form h1 span {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  color: #fd8e50;
}
.hm-form-section .banner-form .evalRslt a:hover::after {
  background-color: #65ccde;
}
.hm-form-section .banner-form .evalRslt a:hover {
  color: #fff;
}

section.testimonial-inner.apmntCont #app_form_navigation {
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 10px;
  background: #fd8e50;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Barlow";
  padding: 13px 20px 16px;
  box-shadow: 0px 6px 8px rgba(253,142,80,0.39);
}

section.testimonial-inner.apmntCont #app_form_navigation::after, .welcome.appntInfo #appointmentForm .form-group.submit button::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #5bc9dc;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.welcome.appntInfo #appointmentForm .form-group.submit button:hover{ color: #fff;}

section.testimonial-inner.apmntCont #app_form_navigation:hover::after, .welcome.appntInfo #appointmentForm .form-group.submit button:hover::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

section.testimonial-inner.apmntCont .successApmnt h2 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #1d2124;
  font-weight: 500;
  font-family: "Barlow Condensed";
}

section.testimonial-inner.apmntCont .successApmnt h1 {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fd8e50;
}

.welcome.appntInfo #appointmentForm .inner-field {
  position: relative;
}

.welcome.appntInfo #appointmentForm .inner-field::after {
  content: "";
  background-image: url(../../images/chevron-arrow-down.html);
  width: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  height: 8px;
  z-index: 0;
  background-size: 10px;
  opacity: 0.4;
}
.welcome.appntInfo #appointmentForm .select-box-div .font-weight-bold {
  color: #1d2124;
  font-weight: 600 !important;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

#appointmentForm select {
  height: 50px;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  padding: 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; box-shadow: 0 0 0 transparent;
}
.welcome.appntInfo .loc-map h2 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 46px;
  color: #1d2124;
  font-weight: 700; margin: 0 0 10px;
  font-family: 'Barlow Condensed', sans-serif;
}
.welcome.appntInfo .inner-video h2 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 46px;
  color: #1d2124;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: 'Barlow Condensed', sans-serif;
}

section.testimonial-inner.apmntCont .successApmnt h1 a {
  color: #5bc9dc !important;
}

section.testimonial-inner.apmntCont .successApmnt h4 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #1d2124;
  font-weight: 600;
  font-family: "Barlow Condensed";
}

.banner-form .evalRslt a:hover {
  background: #fff;
  color: #fd8e50;
}
.banner-form .evalRslt a:hover::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
pagination#paginLinks {
    padding: 0;
    float: left;
    margin-top: 30px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b7b132;
    border-color: #b9b332;
}

.testimonial-inner .container .row .testi-box .testi-box-inner .details-right .name span {
    color: #b5af34;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-left: 3px solid #b6b034;
    padding-left: 14px;
}
.testimonial-inner .container .row .testi-box .testi-box-inner .testi-thump .head {
    overflow: hidden;
      display: flex;
  align-items: center;
  justify-content: center;
}
.alert-success {
    margin-top: 15px;
}
.vltinForm .btn-group {
    margin-left: 0;
width: 100%;

}
.vltinForm .btn-primary:not(:disabled):not(.disabled).active, .vltinForm .btn-primary:not(:disabled):not(.disabled):active, .vltinForm .show&gt;.btn-primary.dropdown-toggle {
   color: #fff;
background-color: #fd8e50;
border-color: #fd8e50;
}
.vltinForm .btn-primary {
    color: #000;
    background-color: #ffffff;
    border-color: #cacaca;
}
.vltinForm .form-group .input-box input.error {
    border-bottom: 1px solid red;
}
.vltinForm .form-group .input-field.rtingBtns label
{
    border-radius: 50% !important;
    padding: 5px !important;
    margin: 0 10px 0 0px;
}
.vltinForm .form-group .input-field.rtingBtns label.mnLbl {
    padding: 0px !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}

    
section.inner-banner.formBanr .bnr-shape {
    height: 140px;
}
section.inner-banner.formBanr .container .head-bread {
        float: right;
        text-align: right;
        margin-top: -40px;
}

.testimonial-inner.evalteCnt .container
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+57,f7f7f7+96&amp;0.8+0,1+57 */
background: -moz-linear-gradient(-45deg, rgba(242,242,242,0.8) 0%, rgba(255,255,255,1) 57%, rgba(247,247,247,1) 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(242,242,242,0.8) 0%,rgba(255,255,255,1) 57%,rgba(247,247,247,1) 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(242,242,242,0.8) 0%,rgba(255,255,255,1) 57%,rgba(247,247,247,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf2f2f2', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 158, 56, 0.22);
}

.apmntCont .successApmnt
{
    text-align: center;
    width: 100%;
}


.apmntCont .successApmnt h2
{
color: #c3c3c3;
    margin-bottom: 0;
    font-size: 21px;
    margin-top: 20px;
}
.apmntCont .successApmnt h1
{
    color: #aaa540;
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid #cccd;
    width: auto;
    margin-bottom: 25px;
}
.apmntCont .successApmnt h4 {
    font-size: 17px;
    color: #757575;
}
.welcome.appntInfo
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f2c9+1,ffffff+37 */
background: #fff; padding: 100px 0 150px;
}
.welcome.appntInfo .inner-video::before
{
    display: none;
}

.welcome.appntInfo .inner-video 
{
        box-shadow: none !important;
}
.welcome.appntInfo .inner-video iframe {
  border: 5px solid #fd8e50 !important;
  border-radius: 0;
  max-height: 340px; width: 100%;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.10196078431372549);
}
.welcome.appntInfo .left-content h2 span {
    color: #a59e15 !important;
}


.form-group .input-box input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


.input-box input{
	border:none;}
	
div#locMap iframe {
  width: 100%;
  float: left;
  height: 300px;
  box-shadow: 1px 5px 8px #fd8e50;
  margin-top: 10px;
  border: 4px solid #fd8e50 !important;
}
		
		
		.contact-section {
    float: left;
    padding: 0px;
    margin: 0px;
}
	

@media screen and (max-width:1250px) {
    .inner-banner .container.blgCont .head-bread {
        width: 54%;
    }

    
}
@media screen and (max-width:991px) {
    .inner-banner .container.blgCont .head-bread {
        width: 100%;
    }
    .inner-banner .container.blgCont .head-bread h2 {
        font-size: 33px;
    }
    .vltinForm select.form-control, section.testimonial-inner.apmntCont select.form-control, .vltinForm .form-group .input-box input, section.testimonial-inner.apmntCont .form-group .input-box input {
        font-size: 13px;
    }
    .inner-banner .container .head-bread h2 {
        text-align: center;
    }
    section.inner-banner.formBanr .bnr-shape {
        height: 171px;
    }
    .inner-banner .container .head-bread {
        max-width: initial;
    }
    .vltinForm {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .welcome.appntInfo{ padding: 70px 0px;}
}

@media screen and (max-width:767px) {
    form#appointmentForm {
        margin-top: 25px;
    }
    .vltinForm .form-group .input-field {
        border-bottom: 1px solid #ededed;
        margin-bottom: 11px;
    }
    .inner-banner .container .head-bread
    {
        display: block;
     }
     .inner-banner .container .head-bread .breads span
     {
        float: left;
     }
    .inner-banner .container .head-bread .breads a {
        float: left;
    }
    
    .welcome.appntInfo {
  padding: 60px 0;
}
}
@media screen and (max-width:550px) {
    .inner-banner .container.blgCont .head-bread
    {
        display: block;
    }
    header .container .row .menu-right .hotline a {
        padding: 6px 3px !important;
    }
    .testimonial-inner .container .row .testi-box .testi-box-inner .testi-thump .quote {
        font-size: 10px;
    }

	.float{
		position:fixed;
		width:60px;
		height:60px;
		bottom:40px;
		right:40px;
		background-color:#25d366;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		font-size:30px;
		box-shadow: 2px 2px 3px #999;
		z-index:100;
	}

	.my-float{
		margin-top:16px;
	}
}

.leftmda img, .leftmda video {
    width: 100%;
}

/* 18/08/2020 */
.inner-values p {
  font-size: 15px;
  line-height: 25px;
  color: #1d2124;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
}
.banner .container .head-bread {
    float: right;
    text-align: right;
    margin-top: 70px;
}
.banner .container .head-bread .breads {
    margin-top: 5px;
}
.banner .container .head-bread .breads a {
    position: relative;
    top: -2px;
}
.banner .container .head-bread .breads a svg {
    height: 15px;
    width: 15px;
    fill: #c2c2bd;
    transition: all .5s;
}
.banner .container .head-bread .breads span {
    color: #a39e38;
    float: right;
    font-family: Poppins-light;
    position: relative;
    margin-left: 3px;
    padding-left: 8px;
}
.banner .container .head-bread .breads span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 14px;
    width: 1px;
    background-color: #c2c2bd;
    margin: auto;
}
a.contentbtn {
    font-size: 15px;
    color: #fff;
    font-family: Poppins-light;
    border-radius: 50px;
    display: inline-block;
    padding: 12px 43px;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: linear-gradient(to right,#a8a342 0,#b9b331 100%);
}
footer .container .foot-boxes .q-links ul li {
    width: 33.33% !important;
}


.titile-box {
    width: 100%;
    height: 100%;
    margin: 15px auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.titile-box .icon-titile {
    background: #aea83d;
    padding: 10px;
    float: left;
    color: #fff;
}
.titile-box h3.main-heading-in {
    font-size: 20px;
    margin-left: 15px;
}

/* 28/08/20 */
.welcome .container .welcome-top p {
  font-size: 15px;
  line-height: 25px;
  color: #1d2124;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  margin: 0 0 10px;
}

.welcome .container .welcome-top h3 {
  position: relative;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fd8e50;
  font-weight: 600;
  font-family: "Barlow Condensed";
  padding: 0;
  margin: 30px 0 0;
}



/* 11-11-2020 */
/*
.banner .container .banner-caption p {
    font-size: 30px;
    max-width: 750px;
    margin: 0px auto;
}
*/
.banner .container .left-shape {
    display: none;
}

.banner-form {
    width: 300px;
    float: inherit;
    margin: 0px auto;
}

/* 12-11-2020 */

.banner-form form .form-group .inner-field select.form-control {
    border: 1px solid #dcdcdc;
    color: #282828;
}

.testimonial-inner.evalteCnt .container {
    background: transparent;
}

.vltinForm select.form-control,
section.testimonial-inner.apmntCont select.form-control {
    border: 1px solid #fff;
    color: #282828;
}

.vltinForm .form-group .input-box input,
section.testimonial-inner.apmntCont .form-group .input-box input {
    border: 1px solid #dcdcdc;
    color: #282828;
    margin-bottom: 10px;
}

.vltinForm .form-group .input-box input::placeholder,
section.testimonial-inner.apmntCont .form-group .input-box input::placeholder {
    color: #282828;
}

.vltinForm .form-group .input-box input:-ms-input-placeholder,
section.testimonial-inner.apmntCont .form-group .input-box input:-ms-input-placeholder {
    color: #282828;
}

.vltinForm .form-group .input-box input::-ms-input-placeholder,
section.testimonial-inner.apmntCont .form-group .input-box input::-ms-input-placeholder {
    color: #282828;
}

.vltinForm .form-group .inner-field {
    margin-bottom: 20px;
}

.vltinForm .form-group .input-field {
    padding-bottom: 20px;
}

.vltinForm .form-group .input-box {
    margin-bottom: 20px;
}

.vltinForm .form-group .input-box span.phnfrmt {
    color: red;
}

section.inner-banner.formBanr .bnr-shape img {
    animation: none !important;
}
.vltinForm .form-group .inner-field:after, section.testimonial-inner.apmntCont .form-group .inner-field:after {
    z-index: 1 !important;
}

@media screen and (max-width: 991px) {
    .banner-form {
        width: 400px;
    }
    .banner .container .banner-caption {
        position: relative;
        margin-bottom: 50px;
    }
    .banner-form form .form-group {
        width: 100%;
    }
    .banner-form form .form-group:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-form {
        width: 330px;
    }
    .banner .container .banner-caption {
        position: relative !important;
        margin-bottom: 50px;
    }
   .testimonial-inner {
  padding-left: 15px;
  padding-right: 15px;
}
    .testimonial-inner.evalteCnt .container {
        padding: 30px !important;
    }
    .vltinForm .btn-group {
        margin-left: 0px !important;
        width: 100%;
        display: block;
    }
    .vltinForm select.form-control,
    section.testimonial-inner.apmntCont select.form-control {
        background: #ffffff;
    }
    .vltinForm .form-group .input-box input,
    section.testimonial-inner.apmntCont .form-group .input-box input {
        background: #ffffff;
    }
    header .container .row .menu-right .hotline a {
        padding: 6px 15px !important;
        font-size: 12px;
    }
    section.inner-banner.formBanr .bnr-shape img {
    bottom: 40px;
}
}

@media(max-width:480px){
    
    
  footer .container .foot-boxes .q-links ul li { width: 50% !important;}  
    
}

@media screen and (max-width: 360px) {
    .hotline {
        display: none;
    }
    .banner-form {
        width: 300px;
    }

	.float{
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 19px;
		right: 15px;
		background-color:#25d366;
		color:#FFF;
		border-radius:50px;
		text-align:center;
		font-size:30px;
		box-shadow: 2px 2px 3px #999;
		z-index:100;
	}

	.my-float{
		margin-top:11px;
	}
}
</pre></body></html>