*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --custom-color: #0e71c4;
	--color: #02a099;
    --bg-light: #3bb9e38c;
    --hover: #aee1df;
}

body {
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.2%;
}

img,
iframe,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
	outline: none;
	text-decoration: none;
	color: #555;
}

h4 {
    font-weight: 700;
    color: var(--custom-color);
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}





.menusub li ul li a {
    display: block;
}
.menusub li:hover ul {
    display: block !important;
}

ul.navbar-nav.mx-auto.mb-2.mb-lg-0.menusub li a:hover ul {
    display: block;
}

.book a {
    text-decoration: none;
    background: #d12e37;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.menusub li a {
    color: #0c4c7b !important;
    padding: 7px 16px !important;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
}
.menusub li a.active{
    background: #194d7e;
    color: #fff !important;
}
.menusub li a:hover{
    background: #194d7e;
    color: #fff !important;
}

.menusub .dropdown-menu {
    min-width: 24rem;
    padding: 0rem 0 ;
}
.menusub .dropdown-menu li a{
    margin-right: 0px;
    border-bottom: solid #ddd 1px;
    border-radius: 0px;
    font-size: 15px !important;
}
header.headertop {
    background: #d12e37;
    padding: 10px 0px;
}
.addcontact a {
    color: #fff;
    font-size: 16px;
}
.socilicon  a {
    padding: 0px 10px;
}
.sliderowl 
 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    display: flex;
}
.sliderowl .owl-nav button {
    background: #0c4c7b !important;
    width: 55px;
    font-size: 30px !important;
    line-height: 40px !important;
    height: 55px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    font-size: 36px !important;
}
.sliderowl .owl-nav button span {
    line-height: 0px !important;
    height: 0;
    margin-top: -9px;
    color: #fff;
    font-size: 40px;
}
.sliderowl 
 .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.aboutimg img {
    border: solid #d7d4d4 2px;
    border-radius: 120px 0px;
    padding: 12px 12px;
}
section.aboutus {
    padding: 60px 0px;
}
.abouttitle h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
.aboutdoctro h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 4px;
}
.aboutdoctro b {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
.aboutdoctro p {
    font-size: 15px;
    line-height: 26px;
}
.aboutdoctro a {
    background: #0c4c7b;
    color: #fff;
    padding: 9px 18px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
}
.services {
    background: #e7e5e59e;
    padding: 50px 0px;
}
.servicesimg img {
    width: 100%;
}
.servicestitle h2 {
    text-align: center;
    padding-bottom: 35px;
    color: #000;
    font-size: 35px;
}
.servicetitle h4 {
    font-size: 18px;
    padding: 15px 0px 8px;
    color: #fff;
}
.servicetitle p {
    color: #fff;
    font-size: 15px;
}
.servicetitle a {
    background: #fb9a43;
    padding: 10px 12px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: auto !important;
    width: 155px;
    text-align: center;
    border-radius: 0px 50px 0px 50px;
}
.servicesbox {
    background: #0c4c7b;
    padding: 15px;
}
.testtitle 
 h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
.textitem p {
    font-size: 17px;
    line-height: 30px;
}
.textitem b {
    font-size: 17px;
}
section.testimonials {
    padding: 50px 0px;
}
section.testimonials .owl-nav {
    display: none;
}
footer.footer {
    background: #004b78;
    padding: 50px 0px;
}
.footertitle h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
}
.footertitle p {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.footertitle ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.footertitle ul {
    list-style: none;
    padding: 0;
}
.footertitle a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.footertitle b {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
}
.gallerybox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.gallerybox img {
    border: solid #ddd 2px;
    padding: 15px;
}
section.gallerysection {
    padding: 50px 0px;
}
.titlegallery  h2 {
    font-size: 35px;
    color: #000;
    padding-bottom: 20px;
}
a.id img {
    width: 100%;
    max-width: 185px;
}
.bootomfooter p {
    font-size: 16px;
}
section.bootomfooter {
    padding: 15px 0px;
}

.aboutbg{
    background-image: url(../images/abbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    padding: 60px 0px
}
section.aboutbg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000069;
    position: absolute;
    top: 0;
}
.titlebg 
 h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
ul.bgmenu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
section.aboutbg .titlebg.text-center {
    position: relative;
}
ul.bgmenu li {
    font-size: 19px;
    padding: 0px 7px;
    color: #fb9a43;
}
ul.bgmenu li a {
    color: #fff;
}
section.contactinfo {
    padding: 60px 0px;
}
.contactinfos h3 {
    color: #000;
    font-size: 40px;
    padding-bottom: 15px;
}
.contactinfos b {
    font-size: 18px;
    color: #000;
    padding-bottom: 16px;
    display: block;
}
.contactinfos p {
    font-size: 17px;
}
.contactinfos a {
    display: block;
    line-height: 33px;
    font-size: 18px;
    color: #000;
}
.mapconact {
    border: solid #ddd 2px;
    padding: 15px;
}
.boximg img {
    width: 100%;
    border: solid #ddd 1px;
    padding: 15px;
}
section.servicesdt {
    padding: 60px 0px;
}
.boxservices h2 {
    color: #000;
    font-size: 35px;
}
.boxservices p {
    font-size: 17px;
    line-height: 32px;
}
.boxservices b {
    font-size: 16px;
}
.boxservices ul li {
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 10px;
}





@media only screen and (max-width: 767px) {

    .gallerybox img {
    height: 100%;
}

    a.navbar-brand img {
        width: 100%;
        max-width: 270px;
    }
    .navbar 
 button.navbar-toggler {
    background: #164b80;
}
.navbar button.navbar-toggler span.navbar-toggler-icon {
    color: #fff !important;
    font-size: 20px;
    border: solid #fff 2px;
    border-radius: 44px 0px;
}
.addcontact {
    text-align: center !important;
}
header.headertop {
    background: #d12e37;
    padding: 0px 0px;
}
.addcontact {
    padding: 3px 0px;
}
.sliderowl .owl-nav button {
    width: 22px;
    line-height: 18px !important;
    height: 22px;
    font-size: 7px !important;
}
.sliderowl .owl-nav button span {
    margin-top: -5px;
    font-size: 22px;
}
.abouttitle h2 {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.aboutdoctro {
    padding: 15px 0px;
}
section.aboutus {
    padding: 30px 0px;
}
.servicesbox {
    margin-bottom: 15px;
}
.gallerybox {
    margin-bottom: 20px;
}
section.testimonials {
    padding: 0px 0px 50px;
}
section.bootomfooter {
    text-align: center;
}
a.id {
    text-align: center;
    display: block;
}
a.id img {
    width: 100%;
    max-width: 140px;
}
.aboutimg img {
    border: solid #d7d4d4 1px;
    border-radius: 120px 0px;
    padding: 10px 10px;
}
.menusub li:hover ul {
    display: none !important;
}
.menusub li.nav-item.dropdown ul.dropdown-menu.show {
    display: block !important;
}

.book.ms-auto {
    padding-bottom: 20px;
}


  }