@charset "utf-8";
/* CSS Document */
:root {
	--primary: #00789c;
	--secondary: #6e1a52;
}
.fixed-top {
    position: relative !important;
    z-index: 1030;
}
a:hover {
	text-decoration:none !important;
	}


header {
    background: #fff !important;
    min-height: 78px;
	border-bottom:1px solid #0081a0;
}
.navbar { padding: 0rem 1rem !important;}
a.navbar-brand img {
    width: 100%;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.right {
    float: right !important;
}

section {
    margin: 10px 0;
}
.csrvcs {
    margin: 50px 0;
}
h2.srcv-heading {
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: center;
    margin-top: 18px;
	color:#0081a0;
}
.srvicn {
    width: 100%;
    border-radius: 50%;
    display: flex;
}
.srvicn img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}

.oursrvicn {
    width: 100%;
    border-radius: 50%;
    display: flex;
}
.white {
    color: #fff !important;
}
h2.osrcv-heading {
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: center;
    margin-top: 18px;
    color: #fff;
}
.oursrvicn img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 15%;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
}


section.abtcontnt p, section.marketing p {
    text-align: center;
    
}

.card a.btn-link {
    padding: 0;
    text-align: left;
}
.txt-lft { text-align:left !important;}
.txtimg img {
    width: 100%;
}
.whyus {
    margin: 0;
    background: #ececec;
    padding: 50px 0;
}
.faqhdng {
    text-align: left !important;
}
.txtimg {
    /*border: 4px solid #f5f3f3;*/
}

.card {
    margin-bottom: 10px;
    border-radius: 0;
	border-bottom: 1px solid #d8d8d8 !important;
}
a.btn.btn-link:after { content: "\+";
background-color: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
    content: "\-";
    color: #ffffff;
    font-family: IcoFont!important;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
a.btn.btn-link.collapsed:after {
   
    content: "\+" !important;
    
   
}

a.btn.btn-link.collapsed .card-header { border-bottom:0;}
.card-header{
    background: #fff !important;
    padding: 10px 15px 10px;
	color: #0081a0;
	font-weight: 500;
}
a.btn.btn-link {
    background: #fff !important;
}
a.btn.btn-link {
    color: #fff;
	border-radius: 0;
}
.appointmnt {
    position:relative;
    background: #679ba7;
    padding: 0px 10px;
    border-radius: 0px;
	float:right;
	right:-10%;
}
.mt-50 {
    margin-top: -30px;
}

a.btn.btn-link:hover, a.btn.btn-link:hover .card-header {
    background: #0081a0 !important;
    color: #fff !important;
	text-decoration:none;
}
.form-group { margin-bottom:23px !important;}
.appointmnt input, .appointmnt select {
    width: 100%;
    padding: 6px 8px;
    margin-bottom: 15px;
    border: 0 !important;
	border-radius: .25rem;
}

input#submit {
    margin-bottom: 5px;
}
.form-title {
    color: #fff;
    padding: 0px 0px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.phno-num {
    margin: 2px 0 10px 0;
    text-align: center;
    padding: 6px 0;
    float: right;
}
.phno-num a {
    padding: 8px;
    border-radius: 7px;
    color: #fff;
	background: var(--primary);
	font-size:24px;
}
.appointmnt button {
    background: #fdb92e;
    border: 0;
    color: #ffffff;
    font-weight: 500;
    padding: 5px;
    width: 100%;
	margin-top: 2px;
}
.appointmnt input:focus, .appointmnt button:focus {
    border: 0;
    outline: 0;
}


@media (min-width: 768px) {
	
.top-cta-blue h3, .h3 {
    line-height: 1.14;
    font-size: 50px;
}
.top-cta-blue h5, .h5 {
    line-height: 1.13333;
    font-size: 20px;
	font-style: italic;
}
}
@media (min-width: 768px) {
.top-cta-blue .btn {
    padding: 12px 28px;
}
}
.top-cta-blue .btn-primary {
    color: #0081a0;
    background-color: #fff;

}
.top-cta-blue .btn-primary:focus, .top-cta-blue .btn-primary.focus, .top-cta-blue .btn-primary:active, .top-cta-blue .btn-primary:active:focus, .top-cta-blue .btn-primary.active, .top-cta-blue .btn-primary:hover {
    background-color: #0081a0;
    border-color: #fff;
	color: #fff;
}

.top-cta-blue{
	background-color: #0081a0;
    padding: 50px 0 40px 0;
	margin:0;
}

 h5{
	clear: right;
	margin-bottom: 2px;
}


.top-cta-blue p{
	float: left;
	margin-bottom: 15px;
	font-style: italic;
}

.top-cta-blue span{
	float: left;
	margin-right: 12px;
    margin-bottom: 15px;
}

.top-cta-blue i{
    font-size: 50px;
    color: #fff;
}
.white-text {
    color: #fff;
}
.top-cta-blue a {
    color: #fff;
}
footer.ftr {
    background: var(--secondary);
    padding: 20px 0 1px;
    color: #fff;
    text-align: center;
}
.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
	padding-top: 25px;
}
.shw-mob {
    position: fixed;
    z-index: 99999;
    bottom: 0;
	width:100%;
}
@media (max-width:767px) {
	
	.srvicn img:first-child, .oursrvicn img:first-child {
    margin-top: 10px;
}
	
	.navbar {
    padding: 0rem 0rem !important;
}
	a.navbar-brand {
    width: 40%;
    padding: 0px;
    float: left;
	margin-top: 9px;
}

.phno-mbnum.moblshw {
    float: right;
    margin: 18px 0 0px;
    text-align: center;

}
.phno-mbnum.moblshw a {
    color: #fff;
    padding: 4px 8px;
    font-size: 22px;
    text-align: center;
}
button.navbar-toggler {
    background: #0081a0;
}
button.navbar-toggler {
    float: right;
    margin-top: 18px;
}
	.shw-mob {
    display: block;
	border-top: 1px solid #0081a0;
}
.appointmnt{ display:none;}
footer.ftr {
    padding: 20px 0 40px; 
}
.btn-link {
	font-size:10px;
	
	}
}

@media (min-width: 768px) {
	.shw-mob {
    display: none;
}
}
.clfrm {
    float: left;
    width: 50%;
    background: var(--primary);
	text-align:center;
}
button.gt-cal.btn {
    text-align: center;
    color: #fff;
	font-weight: 500;
}


.callnw {
    float: right;
    background: #fff;
    text-align: center;
    width: 50%;
	padding: 7px 0;
}
.callnw a {
    color: var(--primary);
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 129 160);
}
li.nav-item:hover a {
    color: #fdb92e !important;
}
li.nav-item:active a {
    color: #fdb92e;
}
@media (max-width:767px){
.row.csrvcs .col {
    width: 100% !important;
    float: none;
}
.moblshw { display:block;}
.dstshow { display:none;}
.mobcntxt {
    text-align: center;
}
.mobcntxt button {
    margin-top: 15px;
}
}
@media (min-width:768px) {
	
	.moblshw { display:none;}
.dstshow { display:block;}

}
.phno-mbnum.moblshw {
    width: 56%;
    float: right;
    margin: 20px 0 0px;
    text-align: center;

}
.phno-mbnum.moblshw a {
    color: #fff;
    padding: 4px 8px;
    font-size: 22px;
    text-align: center;
    background: var(--primary);
    border-radius: 6px;
}
.form-title.thnpg {
    color: #fff;
    padding: 102px 0px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.dstpbnr {
    width: 100%;
    background: url("../img/Banner_lp.jpg") top no-repeat;
    background-size: cover;
    position: relative;
}
.mobbnr {
    width: 100%;
    background: url("../img/Banner_Mobile_LP.jpg") center no-repeat;
    height: 404px;
    background-size: contain;
    position: relative;
    margin-top: 0px;
}
.mobbnr img {
    width: 100%;
}

button.orng.btn.btn-primary i {
    font-size: 20px;
}
button.orng.btn.btn-primary {
    background: #fdb92e;
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}
.modal-header {
    background: #047590;
}
.modal-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.popappfrm input {
    width: 90%;
    padding: 6px;
    margin-bottom: 7px;
    border-radius: 4px;
    border: 1px solid #3333;
}
.popappfrm form#frm {
    text-align: center;
}
.popappfrm {
    width: 100%;
	
}
.modal-body {    

}
.popappfrm form button {
    background: #ffac00;
    color: #fff;
    border: 1px solid #e29a04;
    border-radius: 4px;
    padding: 6px;
    margin-top: 7px;
}
.popappfrm input, .popappfrm select {
    width: 100%;
    padding: 6px;
    margin-bottom: 7px;
    border-radius: 4px;
    border: 1px solid #3333;
}
..close {     color: #ffac00 !important;}
.chldsflx {
    Padding-top: 20px;
}
.hero .feat-center .item {
    text-align: center;
}
.hero .feat-center .item .icon {
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border: 1px solid #00789c;
    background-color: #00789c;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.intro4s .icon {
    width: 100px !important;
    height: 100px !important;
}
.hero .feat-center .item h5 {
    font-size: 17px;
    margin-top: 30px;
}
h2.featurette-heading span {
    font-size: 24px;
    line-height: 47px;
}
h2.featurette-heading p {
    margin-bottom: 0px;
}
.acrtble tr:nth-child(odd) {
    background-color: #fff5ed;
}
.acrtble td, .acrtble th {
    border: 1px solid #ddd;
    padding: 8px;
}
.acrtble th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--secondary);
    color: white;
}
ul.lstinln li {
    display: inline-block;
    margin-right: 7px;
    font-size: 18px;
}
ul.lstinln {
    display: inline;
    margin: 0;
    padding: 8px 0px;
    background: var(--primary);
    color: #fff;
}
ul.lstinln li:before {
    content: '\ea69';
    font-family: IcoFont!important;
    color: var(--secondary);
}
section.bg-primry {
    background: #6e1a52;
    margin-top: 0 !important;
    padding: 10px 0;
	margin-top: 1px !important;
}
section.bg-primry h2 {
    color: #fff;
    padding: 10px;
}
.my20 {
    margin-top: 30px;
}

.dts-orng-bg h4, .dts-grn-bg h4, .dts-blu-bg h4 {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    background: #0000001c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.dts-blu-bg {
    background: #009cc2;
	border-radius: 20px;
    color: #fff;
}
.dts-grn-bg {
    background: #4eaa5d;
	border-radius: 20px;
    color: #fff;
}
.dts-orng-bg {
    background: #f59418;
    border-radius: 20px;
    color: #fff;
}
ul.lst-sty {
    list-style: none;
    text-align: center;
    padding: 10px 10px 20px;
    line-height: 28px;
}
.dts-blu-bg, .dts-orng-bg, .dts-grn-bg {
	min-height: 190px;
}
.appointmntmb {
    background: #007d9d;
    padding: 10px;
}
.appointmntmb .form-control {
    margin: 8px 0;
}
.appointmntmb input#submit {
    margin-bottom: 5px;
    margin-top: 10px;
}