/*
Theme Name: Twenty Fifteen child
Theme URI: https://Digitalviewindia.com
Author: Digitalviewindia team
Template: twentyfifteen
Author URI: https://Digitalviewindia.com
Version: 1.0
*/

/*@import '../twentyfifteen/style.css';*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400,400i,500,500i,600,600i,700,700i,800');

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('./fonts/BebasNeueRegular.otf') format('truetype');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('./fonts/BebasNeueBold.ttf') format('truetype');
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}


.con-box {
    background: #fff;
    box-shadow: 10px 7px 15px 9px #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 444px;
    border-radius: 15px;
}

.slide h4 {
    text-align: center;
    color: #063e7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #fefefe;
}

.btn-facebook {
    display: none;
    color: #fff !important;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    top: 300px !important;
    transform: rotate(0deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}


.btn-instagram {
    color: #fff !important;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    top: 350px !important;
    transform: rotate(0deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}

/*--------------footer styling---------------*/
.footer {
    position: relative;
}

.footer .footer-top {
    padding: 100px 0px;
    position: relative;
    background: #5d6060;
}

.footer .footer-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

.footer .single-footer img{
  
    margin: 15px 0;
}

.footer .single-footer .social {
    margin-top: 25px;
}

.footer .single-footer .social li {
    display: inline-block;
    margin-right: 10px;
}

.footer .single-footer .social li:last-child {
    margin-right: 0px;
}

.footer .single-footer .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer .single-footer .social li a:hover {
    color: #1A76D1;
    background: #fff;
    border-color: transparent;
}

.footer .single-footer .social li a i {}

.footer .single-footer.f-link li a i {
    margin-right: 10px;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
    padding-left: 8px;
}

.time-sidual li {
    color: #fff;

}

.time-sidual {
    display: flex;
    flex-direction: column;
}

.footer .single-footer h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 0px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer .single-footer h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer .single-footer .time-sidual {
    margin-top: 15px;
}

.footer .single-footer .time-sidual {
    overflow: hidden;
}

.footer .single-footer .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}

.footer .single-footer .time-sidual li span {
    display: inline-block;
    float: right;
}

.footer .single-footer .day-head .time {
    font-weight: 400;
    float: right;
}

.footer .single-footer p {
    color: #fff;
}

.footer .single-footer .newsletter-inner {
    margin-top: 20px;
    position: relative;
}

.footer .single-footer .newsletter-inner input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-right: 15px;
    color: #fff;
    padding-left: 18px;
    padding-right: 70px;
    display: inline-block;
    float: left;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
    padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-left: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #1A76D1;
    font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
    color: #2C2D3F;
}

.footer .copyright {
    background: #1A76D1;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.footer .copyright .copyright-content p {
    color: #fff;
}

.footer .copyright .copyright-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}

/*-------------------------------------------*/
.btn-youtube {
    color: #fff !important;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    top: 400px !important;
    transform: rotate(0deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 250px;
}

.section-title-img {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.section-title p {
    font-size: 15px;
    color: #888;
    margin-top: 15px;
}

/*-------------contact us styling ----------------*/
.contact-us {
    padding: 100px 0;
}

.contact-us .single-info {
    background: #1a76d1;
    padding: 40px 60px;
    height: 185px;
    margin: 20px 0;
    border-radius: 10px;
    position: relative;
}

.contact-us .single-info:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 6px #1a76d1;
    transform: translateY(-5px);
}

.contact-us .single-info:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #1A76D1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.contact-us .single-info i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    left: 40px;
}

.contact-us .single-info .content p a {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}

.contact-us .single-info .content p {
    color: #fff;
    margin-top: 5px;
}

.contact-us .contact-info {
    margin: 50px 0;
}

.contact-us .single-info .content h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contact-us .single-info .content h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.image1{
    padding: 60px 20px;
    width: 100%;
}

.contact-us .single-info .content {
    margin-left: 45px;
}

/*-------------------------------------------------*/
/*service page styling --------------------------------*/

.news-single {
    background: #fff;
    padding: 60px 0 90px;
}

.why-choose .choose-left p {
    margin-bottom: 35px;
    color: #757575 !important;
    line-height: 24px;

}

.why-choose .choose-left .list li {
    color: #868686;
    margin-bottom: 12px;
}

.list {
    display: flex;
    flex-direction: column;
}


.why-choose .choose-left .list li i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #1a76d1;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 16px;
}

.news-single .news-title {
    font-size: 25px;
    margin: 20px 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #2C2D3F;
}

.news-single .news-text p {
    font-size: 14px;
    margin-bottom: 20px !important;
    color: #939292;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.news-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.news-single .news-text b {
    font-weight: 600;
    color: #727171;
    letter-spacing: 1.px;
    font-size: 15px;
    font-family: "Poppins";
}

.news-single .single-main {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.main-sidebar .single-widget {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}

.main-sidebar .categor-list {
    margin-top: 15px;
}

.main-sidebar .categor-list li {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;

}

.main-sidebar .categor-list li a {
    color: #333;
    font-weight: 100;
}

.main-sidebar .categor-list {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.news-text h5 {
    font-weight: 500;
    color: #2C2D3F;
    font-size: 21px;
    line-height: 1.2;
    font-family: poppins;
}

.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}

.main-sidebar .categor-list li a:hover {
    color: #1A76D1 !important;
    padding-left: 7px;
    transition: 0.3s ease-in-out;
}

.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: #1A76D1;
}

/*---------------------------------------------------------*/



/*--------------------------------image slider------------------*/
.pf-details .image-slider .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

.item img {
    width: 20%;
}

.owl-buttons {
    display: none;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
    height: 50px;
    width: 50px;
    line-height: 45px;
    background: #fff;
    color: #1A76D1;
    position: absolute;
    margin: 0;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #0000001a;
}

.pf-details {
    margin: 30px 0;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
    color: #fff;
    background: #1A76D1;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.pf-details .image-slider {
    border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
    height: 100%;
    width: 100%;
}

.pf-details .date {
    background: #1a76d1;
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    border: none;
    margin: 0;
    margin-top: -10px;
}

.pf-details .date ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    ;
    display: inline-block;
    margin-right: 60px;
}

.pf-details .date ul li:last-child {
    margin: 0;
}

.pf-details .date ul li span {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}

.pf-details .body-text {}

.pf-details .body-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-top: 40px;
}

.pf-details .body-text p {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: #757575;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

.pf-details .body-text .share {
    margin-top: 40px;
}

.pf-details .body-text .share h4 {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.pf-details .body-text .share ul {
    display: inline-block;
    margin-left: 12px;
}

.pf-details .body-text .share ul li {
    display: inline-block;
    margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
    margin-right: 0;
}

.pf-details .body-text .share ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #C8C8C8;
    color: #757575;
    display: block;
    border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
    color: #fff;
    border-color: transparent;
    background: #1A76D1;
}

/*---------------------------------------------------------------*/



/*-----------------Blog1 styling --------------------------------*/
.news-single .news-title a {
    color: #252525;
    font-weight: 600;
    /*transition: all 0.3s ease;*/
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
}

.news-single blockquote {
    background-image: url('./images/blockqoute-bg.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    overflow: hidden;
}

.news-single .prev-next li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c4c4c4;
    color: #555;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.news-single .prev-next li a:hover {
    color: #fff !important;
    background: #1A76D1;
    border-color: transparent;
}

.news-single .prev-next .fa::after {
    color: #fff !important;
}

.news-single .blog-bottom {
    overflow: hidden;
}

.news-single .prev-next {
    float: right;
}

.news-single .prev-next li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
}

.search {
    display: none;
}

.news-single .news-text blockquote p {
    color: #fff;
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}


.news-single .meta {
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
}

.news-single .meta-right {
    float: right;
    margin-top: 10px;
}

.news-single .meta span i {
    margin-right: 5px;
    color: #1A76D1 !important;
}

.news-single .meta-left .author img {
    display: inline;
    border-radius: 100%;
    margin-right: 12px;
    margin-top: 10px;
}

.news-single .meta span,
.news-single .meta span a {
    color: #2C2D3F;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.news-single .meta-left .author {
    float: left;
}

.news-single .single-main {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.news-title a:hover {
    color: #007bff;
}


/*----------------------------------------------------------------*/
.section-title h2 {
    font-size: 32px;
    text-align: center !important;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 24px;
    position: relative;
    color: #2C2D3F;
}

ul,
ul li {
    display: inline;
    color: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul,
ul li a {
    margin-right: 10px;
    color: #2C2D3F;
    font-size: 14px;
}

.top-link li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #9f9b9b;
    padding: 0 15px;
}

.top-link li:last-child {
    border: none;
}

.top-link i {
    color: #008b94 !important;
}

.top-link ul {
    display: flex;
}

.top-contact li i {
    color: #008b94 !important;
    margin-right: 8px;
    font-size: 18px;
}

.top-contact ul {

    border-left: 1px solid #9f9b9b;
    padding: 0 15px;
}

.top-contact {
    display: flex;
    justify-content: flex-end;
}

.topbar {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header .top-link {
    float: left;
}


.wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.text {
    text-align: left !important;
    margin: 15px 0;
}

.text1 {
    text-align: center !important;
}

.Feautes {
    padding: 20px 0;
    background: #fafafa;
}

.Feautes h3 {
    color: #f5821f;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

.Feautes h2 {
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 54px;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    color: #008b94;
}

.Feautes .single-features .signle-icon i {
    font-size: 50px;
    color: #f58728 !important;
    line-height: 100px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-container {
    padding: 0 40px
}

.Feautes .single-features {
    display: flex;
    min-height: 280px;
    flex-direction: column;
    padding: 10px 35px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #F2F2F2;
}

.Feautes .single-features:hover {
    border-bottom: 7px solid #008b94;
    transition: 0.3s ease;
}

.image2 {
    position: relative;
    top: -160px;
    left: 50%;
}

.service .single-features {
        padding: 0;
    position: relative;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 40px 20px 15px 20px;
    background-color: #008b94;
    min-height: 560px;

}

.service .single-features i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    background: rgba(225, 225, 225, 0.3);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 30px;
}

.service h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    font-family: var(--tcr-ch-title-ff);
    font-weight: 600;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.service-list {
    display: flex;
    flex-direction: column;
}

.service li {
    color: #fff;
    margin: 8px 0px;
    font-weight: 400;
    list-style: disc;
    font-size: 15px;
    font-family: Outfit, Arial, Helvetica, sans-serif;
}

.image1 img {
    border-radius: 10px;
}

.image2 img {
    border-radius: 10px;
}

.Feautes .single-features .signle-icon {
    color: #008b94;
    border-radius: 100%;
    margin-right: 20px;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    font-size: 55px;
    line-height: 55px;

}

.faq h3 {
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    color: #008b94;
}

.faq h2 {
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 54px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    font-size: 40px;
    color: #142959;
}

.faq p {
    font-family: Outfit, Arial, Helvetica, sans-serif;
    margin-top: 25px;
    font-size: 15px;
    color: #757575 !important;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

.faq-btn {
    font-family: Outfit, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    color: #142959;
}
.faq-link{
    margin-top: 30px;
}

.faq-btn:hover{
    text-decoration: none;
    color: #142959;
}

.faq-btn:active{
    text-decoration: none;
    color: #142959;
}
.faq-link i{
        padding: 5px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background: #008b94;
    font-size: 10px;
    color: #fff;
    border-radius: 100%;
}
.service-btn {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.service-link a:hover {
    text-decoration: none;
    color: #fff;
}

.service-link {
    margin-top: 40px;
}

.service-link i {
    width: 30px !important;
    height: 30px !important;
    line-height: 12px !important;
    padding: 10px !important;
    text-align: center;
    font-size: 10px !important;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #008b94 !important;
    background-color: #fff !important;
    border-radius: 100%;
}

.fun-facts.section {
    padding: 120px 0;
}

.box-border {
    display: flex;
    flex-direction: column;
}

.favicon {
    position: absolute;
    font-size: 62px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 67px;
    font-size: 28px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 0px;
    top: 50%;
    margin-top: -35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.fun-facts .single-fun p {
    color: #fff;
    font-size: 15px;
}


.fun-facts .single-fun span {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s eas;
    display: block;
    margin-bottom: 7px;
}

.fun-facts {
    background-color: #1a76d1;
    /*background: url(../images/bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.single-features p {
    margin-top: 20px;
    color: #757575 !important;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

.has-children>a:after {
    color: #214a84;
    content: " ▼";
    font-size: 15px;
    vertical-align: 1px;
}

.choose-left {
    padding: 30px;
}

.Feautes .single-features.last::before {
    display: none;
}

.Feautes .single-features h3 {
    color: #008b94;
    font-weight: 600;
    line-height: 1.25;
    font-size: 21px;
}

.why-choose-content {
    padding: 40px;
}

.why-choose h3 {
    color: #f58728;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

.service h2{
   color: #008b94;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 30px;
    font-style: normal;
    font-size: 50px;
    text-align: center !important;
}

.why-choose h2 {
    color: #008b94;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
}

.why-choose p {
    margin: 30px 0;
    color: #6d7a8c;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
}

.why-choose-list {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}

.why-choose-list i {
    border-radius: 100%;
    margin-right: 15px;
    color: #008b94;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.list-container {
    display: flex;
    justify-content: space-between;
}

.why-choose-list li {
    margin: 8px 0;
    font-size: 14px;
    font-weight: 700;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    line-height: 26px;
    text-transform: uppercase;
    color: #142959;
}

.progress-container {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.progress-label {
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    margin-bottom: 8px;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0a1a4f;
    /* dark navy */
}

.why-choose-btn {
    margin: 30px 0;
    color: #fff;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    ;
    background-color: #008b94;
    padding: 20px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    border-radius: 6px;
}

.why-choose-btn:hover {
    background-color: #008b94;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.progress-percent {
    color: #0a1a4f;
}

.why-choose-links i {
    background-color: #008b94;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
}

.contact-box {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #008b94;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.why-choose-links {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.contact-info .phone-number {
    font-weight: bold;
    color: #0a1a4f;
    font-size: 16px;
}

.contact-info .call-text {
    color: #7c8a9c;
    font-size: 14px;
    margin-top: 4px;
}


.progress-fill {
    height: 100%;
    background-color: #008b94;
    width: 0;
    border-radius: 4px;
    transition: width 1s ease-in-out;
}


.list-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.icon i {
    font-size: 36px;
    color: #008b94;
    z-index: 999;
    position: relative;
    padding: 35px;
    border-radius: 50%;
    top: 36px;
    left: 64%;
    background-color: #f6f6f6;
}

.circle-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50px;
}

.rotating-text {
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
}

.rotating-text text {
    font-size: 14px;
    fill: #000;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 14px solid #008b94;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.why-choose .choose-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
}

.why-choose .choose-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
}

.why-choose {
    padding: 15px;
    margin: 2px 0px;
    background: #fafafa;
}

.btn-whtsp {
    color: #fff !important;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    top: 450px !important;
    transform: rotate(0deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}

.btn-call {
    color: #fff !important;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    top: 500px !important;
    transform: rotate(0deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}


.counter-wrapper h3 {
    font-size: 40px;
    text-align: center;
}


.counter-wrapper {
    background-image: url(./images/bg.png);
    background-size: cover;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    padding-top: 68px;
    padding-bottom: 68px;

}

.counter-inner {
    position: relative;
}

.count-icon {
    font-size: 48px;
}



.faq h4 {
    text-align: center;
    color: #063e7a;
    font-size: 40px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.faq {
  
}


.accordion {
        background-color: #e8e8e8;
    color: #142959;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    font-family: Outfit, Arial, Helvetica, sans-serif;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #142959;
    color: #fff;
}

.panel {
    padding: 19px 18px;
    display: none;
    border-radius: 0px; 
    color: #fff;
    background-color: #142959;
    overflow: hidden;
}

.accordion span{
    color: #008b94;
    font-weight: 600 !important;
}

.panel p{
    color: #fff !important;
    font-family: Outfit, Arial, Helvetica, sans-serif;
}

.button-tab {
    text-align: center !important;
}

.gallery h2 {
    text-align: center !important;
    color: #063e7a;
    font-size: 29px;
    padding: 20px;
    font-weight: 600;
}


.quote h3 {
    color: #ef5800;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.quote p {
    font-size: 16px;
    color: #716f6f;
}


.quote1 h3 {

    text-align: center;
    color: #063e7a;
    font-size: 29px;
    padding: 0px;
    font-weight: 600;
}


.quote1 p {
    text-align: center;
    font-size: 18px;
    color: #716f6f;
}


.Sectors h4 {
    color: #0071bd;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    text-align: left;
    margin-bottom: -6px;
    margin-top: 50px;
    font-weight: 600;
}

.Sectors h1 {
    color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 600;
}

.Sectors p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
    opacity: 0.6;
    text-align: left;
}

.box-why {


    /* box-shadow: 10px 7px 15px 14px #f1f1f1; */
    padding-top: 27px;
    margin-bottom: 10px;
    text-align: left;


}

.box-why span {
    font-size: 21px;
    font-weight: 600;
    color: #484848;
    font-family: 'Open Sans', sans-serif;
}

.box-why .fa {

    /* font-weight: 900; */
    color: #FFA500 !important;
    font-size: 34px !important;
    padding: 11px;

}

.entry-title h1 {

    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px !important;
    font-weight: 700;
    margin-top: 0;

}

.img-why {
    margin-top: 22px !important;
    vertical-align: middle;
}





.slide h3 {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    text-align: center;

}

.box-border:hover .main-count i {

    color: #204C7E !important;
    background: #fff;
}

.main-count i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    line-height: 67px;
    display: inline-block;
    border: 2px dashed #ffffff3d;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-border h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-border {
    display: flex;
    flex-direction: column;
    padding: 0px;
    text-align: center !important;
}



.Acheivements {

    background-image: url(./images/acheive.png);
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;

    padding-top: 55px;
    padding-bottom: 100px;
}

.Acheivements h4 {

    color: #fff !important;
    font-family: barlow, sans-serif !important;
    font-size: 43px !important;
    text-align: center;
    margin-bottom: 60px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;

}

.doctors {
    margin: 20px;
}


.doctors h3 {
    font-size: 20px;
    font-weight: 600;
    color: #373737 important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.doctors h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.video {
    margin-top: 15px;
    margin-bottom: 12px;
}

.video h4 {

    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-size: 31px;
    text-align: center !important;

}

.department {
    margin: 50px;
}

.department h3 {
    text-align: center;
    font-size: 31px;
    color: #0071bd;
    font-weight: 700;
    padding: 20px;
}



.department h5 {

    color: #0f0f0f;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-top: 0;

}

.department p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 16px;
    opacity: 0.6;
    text-align: left;

}

.dp-div {
    border: 0 none;
    box-shadow: 1px 1px 1px #ccc;
    margin: 5px;
    padding: 15px;
}

.read {
    text-align: left;
    padding: 13px;
    font-size: 13px;
    color: #fff;
    background: #90cc1f;
    font-weight: 600;
    margin: 0px;
    border-radius: 6px;
}



/*.service h3 {
    text-align: center;
    font-size: 23px;
    color: #0071bd;
    font-weight: 700;

}


.service p {
    text-align: center;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: 700;
    padding-bottom: 28px;

}*/

.srvs {
    background: #fff;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 10px #00000014;
}


.srvs h2 {
    margin: 10px 0;
    text-align: left !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 24px;
}

.srvs p {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 27px !important;

    opacity: 0.6;
    text-align: center;
}


.info {
    background: #1A76D1;
    text-align: center;
    margin: 5px 0;
    display: inline;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.4s ease;
    transform: perspective(1px) translateZ(0);
}

.info:hover {
    background: #2C2D3F;
    color: #fff !important;
}

.why {
    padding: 0px;
    background-color: #fcfcec !important;

}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 100;
}

input, select {
    flex: 1;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: white;
    font-size: 20px !important;
    outline: none;
}

.why h3 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #0f749e;
    font-size: 31px;
}


.rm {
    background: #fc630a none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 10px 9px 10px 17px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 0px;
    right: 255px;
    width: 140px;
}

.rm:hover {
    color: #fff;
}

.testi-div{
    padding: 30px;
}

.testimonial{
    padding: 40px;
    background-image: url('./images/testi-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.appointment-section {
    background-color: #008b94;
  padding: 40px;
  border-radius: 10px 0 0 10px;
  color: white;
  font-family: Arial, sans-serif;
}

.appointment-content {
    padding: 40px;
    height: 500px;
background-image: url('./images/form-bg.jpg');
background-size: cover;
 
background-repeat: no-repeat;
background-attachment: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.appointment-left {
  max-width: 100%;
}

.appointment-left h2 {
    font-size: 40px;
    margin: 0 0 10px;
}

.appointment-left h2 span {
  font-weight: bold;
}

.appointment-left p {
    font-size: 20px;
    line-height: 1.5;
}

.appointment-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

input, select {
  flex: 1;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: #008b94;;
  color: white;
  font-size: 14px;
  outline: none;
}

.book-apt{
        margin: 20px 60px;
}

::placeholder, select {
  color: white;
}

.btn-color {
    color: #fff !important;
    position: fixed;
    left: 1px;
    text-transform: uppercase;
    top: 550px;
    transform: rotate(-5deg);
    z-index: 9999;
    background: none repeat scroll 0 0;
    transition: all 0.5s;
}



#about-3 {
    position: relative;
    margin-top: -50px;
    z-index: 99;
}

.abox-3-holder {
    background-color: #fff;
    border: 3px solid #f5f5f5;
    padding: 15px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}



.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.abox-3 {
    padding: 0 30px;
}


.abox-3 .fa {
    color: #FC630A ! important;
    font-size: 70px !important;
}


.abox-3-txt h5 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #a01a35;
    font-size: 23px;
    text-align: center;
}

.abox-3-txt p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.rm-ap {
    background: #008b94 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    padding: 9px 16px;
    position: relative;
    text-transform: none;
    top: 45px;
    transition: all 0.4s ease;
    transform: perspective(1px) translateZ(0);
}

.rm-ap:hover {
    background: #2C2D3F;
    color: #fff !important;
    text-decoration: none;
}

.rm-ap.active{
    background: #2C2D3F;
    color: #fff !important;
    text-decoration: none;
}

.contact {
    background: #e9faff;
    display: none;
    font-family: 'Open Sans', sans-serif;
    padding: 50px;
}

.contact h3 {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.contact h4 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 550;
    font-weight: 550 !important;
}

.contact p {
    font-family: 'Open Sans', sans-serif;
    color: #7c7c7c;
    font-size: 17px;
    margin-top: 20px;
    line-height: 33px;
}



.rm-about_Request {
    background: #fff none repeat scroll 0 0;
    border: 0 none #2289ce;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #000;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 17px 9px 15px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 10px;
    right: 61px;
    width: 154px;
}

.rm-about_Request:hover {
    background: #FC630A none repeat scroll 0 0;
    border: 0 none #2289ce;
    border-radius: 6px;
    box-shadow: 0 0 0 0 #fff inset;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    padding: 17px 9px 15px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    top: 10px;
    right: 61px;
    width: 154px;
}

.contact .far {
    font-weight: 900;
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
}

.testimonial h5 {
   color: #ffffff;
   padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-align: left;
    font-weight: 600;

}

.img-name {
    display: block;
    margin: auto;
    text-align: center;
    padding:15px;
}

sss .thumbnail-testi {
    border: 2px solid #f5efef !important;
    background: #fff !important;
    margin: 25px !important;
    border-radius: 5%;
}

.testimonial h4 {

    text-align: center;
    color: #063e7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}


.testimonial p {
        clear: both;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    /* opacity: 0.6; */
    font-size: 16px;
    padding: 20px;
    text-align: left;
    text-align-last: left;
    font-style: italic !important;
}

.testimonial h1 {
    color: #373737;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.call {
    border: 1px solid #ffff;
    color: #fff;
    font-family: open sans;
    font-size: 14px;
    padding: 7px 28px;
    position: relative;
    top: 30px;
    border-radius: 20px;
}

.call:hover {
    background: #fff;
    color: #003993 ! important;
    text-decoration: none;
}

.box {
    background: #fff;
    box-shadow: 10px 7px 15px 9px #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    height: 353px;
    text-align: center;
    border-radius: 15px;
}

.box img {
    width: 100% !importannt;
    max-width: fit-content;
    height: fit-content;
    align-self: inherit;
}

/*.main-count i {
    font-size: 56px !important;
    color: #FC630A !important;
    margin-bottom: 15px;
    width: 70px;
    height: 51px;
    line-height: 67px;
    display: inline-block;
   
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/
.box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #373737 important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.box p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 0px;
    opacity: 0.6;
    text-align: center;
}

.h2,
h2 {
    text-align: left !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 30px;
    font-size: 21px;

}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    margin-top: -14px;

}

.navbar-inverse {
    background: transparent !important;
    border: 0 !important;
}

#myNavbar {
    float: right !important;
}


.logo-img img {
    box-shadow: none;
    margin: 10px 0;
    width: 80%;
}

#myNavbar a {
    display: block;
    line-height: 0;
    text-decoration: none;
    margin-top: 0px;
}

.navbar-nav li a:hover {

    color: #0071bd !important;
    font-weight: 200 !important;
    text-shadow: 0 0 0 #000 !important;
    z-index: 999;
    opacity: 1 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-weight: 550 !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    padding: 28px 16px;
    text-shadow: 0 0 0 #000;
}

.post2 {
    color: #991C23;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}






li.current-menu-item>a {
    color: #1A76D1 !important;
    font-weight: 500 !important;
    text-shadow: 0 0 0 #90cc1f !important;
    z-index: 999;
    opacity: 1 !important;
}

.navbar-inverse .navbar-nav>li {
    margin-left: 2px !important;
}

.navbar {
    min-height: 0 !important;
}

@media(max-width:800px) {
    #myNavbar {
        float: none !important;
    }

    .sub-menu>li:hover {
        background: #214A84 !important;
        color: #fff !important;
        box-shadow: inset 3px 0px 0px 0px #ff0000;
    }

    .counter-wrapper {
        background-image: url(./images/bg.png);
        text-align: center;
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;

    }

    .box-border h5 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        margin-top: 27px;
        margin-bottom: 5px;
    }

    .box-border p {
        margin-bottom: 24px;
    }



    .event {
        background: #fff;
        margin-top: 0px !important;
    }

    .top-link {
        margin-bottom: 10px;
        text-align: center;
    }


    .favicon {
        position: absolute;
        left: 46%;
        font-size: 20px;
        color: #fff;
        height: 35px;
        width: 35px;
        line-height: 32px;
        text-align: center;
        padding: 0;
        margin: 0;
        /* margin-bottom: 10px; */
        border: 2px solid #fff;
        border-radius: 0px;
        top: 49%;
        margin-top: -56px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 50%;
    }

    .fun-facts .single-fun span {
        color: #fff;
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        position: relative;
        display: block;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s eas;
        display: block;
        margin-bottom: 7px;
    }

    .fun-facts .single-fun p {
        color: #fff;
        text-align: center;
        font-size: 15px;
    }

    .section-title {
        text-align: center;
        margin-bottom: 15px;
        padding: 0;
    }

    .Feautes .single-features::before {
        display: none;
    }

    .Feautes .single-features {
    margin-bottom: 0px;
}

    .why-choose{
    padding: 15px;
    margin: 0px 15px;
}

.why-choose p {
    font-size: 14px;
}

    .progress-label {
    font-size: 14px;
}


    .why-choose-btn {
    padding: 10px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
}

        .service .single-features {
        padding: 20px;
        text-align: center;
    }

    .why-choose h2 {
    font-size: 27px;
}
    .last {
        width: 100%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 35px;
    }

    .schedule .schedule-inner {
        position: relative;
        transform: none;
        z-index: 0;
    }

    .schedule .single-schedule .inner {
        overflow: hidden;
        position: relative;
        padding: 30px;
        z-index: 2;
        min-height: 220px;
        width: 100%;
    }

    .logo-img img {
        box-shadow: none;
        margin: 10px 0;
        width: 40%;
    }

    .schedule .single-schedule .last .inner {
        width: 100%;
    }

    #content-section2 p {
        margin: 5px !important;
    }

    #center-img {
        display: none;
    }

    .copyright {
        padding-top: 15px;
    }

    .navbar-nav li a {
        padding: 10px 14px !important;
    }
}

.copyright {
    background: #333333;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    opacity: 1;
    text-align: center;
    padding: 15px 0;
}

.copyright a {
    font-family: proximanova-regular;
    letter-spacing: 0px;

}

#footer-link h3 {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-right: 4px solid #2FBAE2;
}

.quick-link li a {
    color: #000;
}

#menu1 {
    margin-top: 40px;
}


#footer1 {
    background: #ffd6cc;
    padding: 20px 20px;
    color: #fff;
}

#footer1 p {
    clear: both;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    opacity: 0.7;

    color: #fff;
}

#footer1 li {
    color: #fff;
}

#footer1 span {
    font-family: open sans;
    line-height: 32px;
    opacity: 1;
    font-size: 14px;
}

#footer-1 h3 {
    font-size: 24px;
    text-transform: normal !important;
    font-weight: bold;
}

.footer-btn {
    background: #fff;
    color: #1764B3;
    padding: 10px;
    border: 0;
    border-radius: 4px;
}



.fa-angle-right {
    display: none !important;
}

.fa-angle-left {
    display: none !important;
}

.navbar-inverse .navbar-toggle {
    background: #fff !important;
    border: 0;
}


.copyright a {
    color: #fff;
    font-family: montserrat;
    font-size: 13px;
}

@media(max-width:800px) {
    .carousel-caption {
        display: none;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #1A76D1;
    }
}

.team-tag {
    color: #000;
    font-family: proximanova-regular;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
}

#footer1 {
    padding: 24px 0 0;
    background: #1A76D1;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer1 h3 {
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: none;
    padding-bottom: 15px;
    color: #fff;
}


.adrs .fa {
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 20px !important;
    margin-right: 10px !important;
    position: relative !important;
    top: 4px !important;
}

#menu-footer-menu a {
    color: #000;
    font-family: open sans;
    font-size: 17px;
    letter-spacing: 0;
    opacity: 1;
}

#footer1 li span {
    opacity: 1.0;
}

#footer1 li {
    list-style: none;
    line-height: 32px;
    font-family: open sans;
    font-size: 16px;
}

#footer-1 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.page-header h1 {
    color: #000;
    font-family: #18CFAB;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
    font-family: roboto;
}

.carousel-caption {
    text-align: left;
}

.carousel-caption {
    left: 11%;
    padding-bottom: 30px;
    right: 20%;
    top: 100px;
}

.carousel-caption h2 {
    font-family: open sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 52px;
}

#carousel-site h3 {
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    width: 55%;
}

.carousel-caption .btn-primary {
    background-color: #03a9f5;
    border-radius: 30px;
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border: 0;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.rm-1 {
    background-color: #ffcc56;
    border: 0 solid #000;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 12px auto;
    padding: 1px 13px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 100px;
}

.rm-1:hover {
    color: #000;
    text-decoration: none;
    background: #FFCC56;
}

.team .rm-1 {
    margin: auto;
    display: block;
}

/*----#owl-demo5 .owl-prev {
	background: rgba(0, 0, 0, 0) url("./images/left.png") no-repeat scroll center center;
    bottom: 0;
    float: right;
    height: 100px;
    left: -47px;
    opacity: 1;
    position: absolute;
    top: 71px;
    width: 53px;
}
#owl-demo5 .owl-next {
	background: rgba(0, 0, 0, 0) url("./images/right.png") no-repeat scroll center center;
     bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right:-47px;
    top:71px;
    width: 53px;
}-------*/
.colon {
    margin-top: 32px;
}

.page-content li,
.page-content p,
.page-content a {
    color: #000;
    font-family: open sans;
    font-size: 14px;
    line-height: 28px;
}

.well {
    background-color: rgba(245, 128, 32, 0.2);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #000;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.address_block h2 {
    color: #014f84;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
}

.well .wpcf7-text {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 40px;
    color: #000;
}

.well .wpcf7-textarea {
    border-radius: 0;
    box-shadow: 3px 3px 3px #ccc;
    height: 200px;
    color: #000;
}

.form-conrol {
    color: #000;
    font-family: myriad;
}

.well label {
    margin-bottom: 12px;
}

.well .wpcf7-submit {
    background: #F3745F;
    border: 0 none;
    color: #fff;
    font-family: roboto;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
}

@media(min-width:800px) {
    .fixed {
        position: fixed;
        top: 0;
        z-index: 1;
        right: 0;
        background: rgba(255, 255, 255, 1) !important;
        width: 100%;
        box-shadow: 0 0px 23px #adadad;
        padding-top: 6px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
    }

    .fixed .l-img {
        width: 100%;
        margin-top: 0;
    }

    .fixed #myNavbar {
        margin-top: 4px;
    }

    .fixed {
        padding-top: 23px !important;
        padding-bottom: 0px !important;
        background: #fff !important;
    }

    .fixed .navbar {
        min-height: 0 !important;
    }
}

@media(max-width:800px) {

    #owl-demo3 .owl-prev,
    #owl-demo3 .owl-next {
        display: none;
    }
}

body {
    overflow-x: hidden;
}

.metaslider .caption-wrap {
    background: transparent !important;
    bottom: 0 !important;
    color: white;
    display: block;
    left: 122px !important;
    line-height: 1.4em;
    margin: 0;
    opacity: 1 !important;
    position: absolute;
    top: 130px !important;
    width: 100%;
}

.metaslider h2 {
    font-family: ubuntu-L;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.metaslider h4 {
    font-family: ubuntu-B;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
}

.metaslider h3 {
    font-family: ubuntu-L;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
    text-align: center;
    text-transform: none;
    width: 67%;
}

.metaslider .btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: ubuntu-L;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 18px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.metaslider .btn-primary:hover {
    background-color: #fff !important;
    color: #000;
    text-decoration: none;
    box-shadow: inset 0 100px 0 0 #fff;
    border: 1px solid #fff;
}


.navbar {
    margin-bottom: 0;
    margin-top: 0px;
}

.team {
    padding-top: 45px;
    padding-bottom: 55px;
    clear: both;
}

.team .thumbnail img {
    max-width: 100% !important;
    margin: auto;
    display: block;
}

.team .item {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-nav>li {
    margin-left: 2px;
}

#menu-footer-menu {
    padding: 0;
    width: 90%;
    margin: auto;
}

.s-l {
    padding: 0;
    clear: both;
    padding-top: 15px;
}

.s-l li {
    display: inline;
    margin-right: 5px;
    margin-top: 25px;
}

.well label {
    display: inline-block;
    font-family: myriad;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

strong {
    color: #0e0e0e;
    font-size: 15px;
}

.address_block {
    border-left: 3px solid #18c0d6;
}

.c-f {
    float: right;
}

.inner-banner {
    width: 100%;
}

.page-content b {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

@media(max-width:1279px) {}

/** Responsive Menu *****/
/***********/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        /*margin: 7.5px -15px;*/
        margin: 7.5px 50px 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px !important;
        ;
        padding-bottom: 10px !important;
        ;
    }

    .navbar-text {
        float: none !important;
        ;
        margin: 15px 0 !important;
        ;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

@media(max-width:1024px) {
    .navbar-header {
        display: block;
    }

    #menu1 {
        /*width:100% !important;*/
    }

    #myNavbar {
        width: 100%;
    }
}

/****************/
.scrollup {
    background: url("./images/arrow_3.png") no-repeat;
    border: medium none;
    bottom: -5px;
    display: none;
    height: 22px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 40px;
    height: 40px;
}

.scrollup:focus {
    border: 0px !important;
}


/************/
.top1 {
    background: #fff;
    padding: 5px 0px;
    z-index: 20;

}



.team h4 img {
    display: inline;
    padding: 0 10px;
}

.team .rm12 {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 22px auto auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 135px;
    font-size: 14px;
}

.team .rm12:hover {
    background: #FFCC56;
    border: 1px solid #FFCC56;
    text-decoration: none;
}

.team img:hover,
.student-d .img-responsive:hover {
    opacity: 1;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    -o-transition: 1.0s ease-out;
    -ms-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.team img,
.student-d .img-responsive {
    -webkit-transition: 1 ease-out;
    -moz-transition: 1 ease-out;
    -o-transition: 1 ease-out;
    -ms-transition: 1 ease-out;
    transition: 1s ease-out;
}

.rm21 {
    background: transparent;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ubuntu-L;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    border: 1px solid #000;
}

.rm21:hover {
    background: #FFCC56;
    color: #000;
    text-decoration: none;
    border: 1px solid #FFCC56;
}

@media(min-width:1024px) {
    .ab-content {
        opacity: 1;
        -webkit-transition: 1.0s ease-out;
        -moz-transition: 1.0s ease-out;
        -o-transition: 1.0s ease-out;
        -ms-transition: 1.0s ease-out;
        transition: 1.0s ease-out;
        -webkit-transform: scale(1.25);
        /* Safari and Chrome */
        -moz-transform: scale(1.25);
        /* Firefox */
        -ms-transform: scale(1.25);
        /* IE 9 */
        -o-transform: scale(1.25);
        /* Opera */
        transform: scale(1.25);
    }

    .ab-content {
        -webkit-transition: 1 ease-out;
        -moz-transition: 1 ease-out;
        -o-transition: 1 ease-out;
        -ms-transition: 1 ease-out;
        transition: 1s ease-out;
        background: #fff none repeat scroll 0 0;
        transition: all 1s ease-out 0s;
        z-index: 999;
        position: relative;
        top: 58px;
    }
}

.f-logo {
    padding-bottom: 20px;
    box-shadow: none;
    width: 25%;
}

#menu-footer-menu .current-menu-item a,
#menu-services .current-menu-item a {
    background: transparent !important;
    color: #fff !important;
    font-size: 14px !important;
    display: block;
}

#menu-footer-menu a,
#menu-services a {
    background: transparent !important;
    color: #fff !important;
    font-size: 13px !important;

    display: block;
}

#menu-footer-menu,
#menu-services {
    padding-left: 0 !important;
}

.f-address li {
    display: inline !important;
    font-family: open sans !important;
    font-size: 16px !important;
    line-height: 32px;
    list-style: outside none none;
    margin-right: 10px;
}

.appoint .wpcf7-textarea {
    height: 120px;
}

.adrs1 .fa {
    font-size: 16px !important;
}

.adrs1 p {
    display: inline-block;
    margin-right: 10px !important;
    border: 1px solid #fff !important;
    border-radius: 100% !important;
    height: 30px !important;
    line-height: 31px !important;
    text-align: center !important;
    width: 30px !important;
    margin-top: 15px;
}

.adrs1 p.active,
.adrs1 p:hover {
    background: #FFCD56;
    border: 1px solid #FFCD56 !important;
}

.adrs1 p.active .fa,
.adrs1 p:hover .fa {
    color: #000 !important;
}

.adrs1 p {
    transition: transform 0.4s ease-in-out 0s;
}

.adrs1 p:hover {
    box-shadow: 0px 0px 1px #fff;
    border-radius: 30px;
    transform: rotate(360deg);
}

.y-name {
    background: #fff;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #000;
}

.y-mail {
    background: #fff;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    color: #000;
}

.msg {
    background: transparent;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    color: #000;
}

.appoint .wpcf7-submit {

    background: #fff;

    border-radius: 5px;
    border: 2px solid #0071bd;

    color: #0071bd;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 16px;
    padding: 12px 15px;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    font-size: 14px;
}

/****page loader **/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./images/page-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

/********/
.bounceInUp {
    -webkit-animation: slideOutLeft 4s;
    /* Safari 4+ */
    -moz-animation: slideOutLeft 4s;
    /* Fx 5+ */
    -o-animation: slideOutLeft 4s;
    /* Opera 12+ */
    animation: slideOutLeft 4s;
    /* IE 10+, Fx 29+ */
}

/****************/
@media(max-width:1024px) {
    #menu1 {
        margin-top: 0;
    }

    .logo-img {
        margin-bottom: 0;
    }

    #menu1 {
        margin-top: -25px;
        width: 100%;
    }

    .logo-img {
        padding-bottom: 10px;
        padding-top: 30px;
    }
}

@media(max-width:768px) {
    #footer1 h3 {
        margin-bottom: 20px;
    }

        .top-link {
        margin-bottom: 15px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid #ddd8d8;
    }

        .img-name {
        display: flex;
        justify-content: center;
    }

    .testimonial h5
 {
    text-align: center;
}

    .testimonial p {
        text-align: center;
        text-align-last: center;
    }

    .testi-div {
    padding: 0;
}

    .faq h2 {
    font-size: 24px;
}

    .appointment-section
 {
    padding: 21px 10px;
}

    .accordion {
    font-size: 15px;
}

    .appointment-left h2 {
    font-size: 30px;
    margin: 0 0 10px;
}

    .Feautes h2 {
    font-size: 30px;
}

    .single-container {
    padding: 0 10px;
}

    .top-link li {
    padding: 0 5px;
    border: none;
}

    .top-contact ul {
        border: none;}

    .top-link li a{
        font-size: 10px;
    }

    .image2 {
    width: 90%;
    position: relative;
    top: -48px;
    left: 5%;
}

    .top-contact {
    display: flex;
    justify-content: center;
}

    .circle-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    left: 18%;
    top: 67px;
}

    .list-container
 {
    display: flex;
    flex-direction: column;
}

    .why-choose-content {
    padding: 10px;
}

    .ab-content1 {
        background: #fff;
        display: flex;
        margin: auto;
        padding: 19px 25px;
        text-align: center;
        width: 90%;
        z-index: 999;
    }

    .ab-content {
        background: #EDEDED;
    }
}

@media(max-width:767px) {
    #footer1 h3 {
        margin-top: 20px;
    }
}

/****Contact Form *****/
.well {
    background-color: #06407e;
    border: 0 none;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0 78px 20px;
}

.well-1 h1 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: roboto;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}

.well label {
    border-bottom: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    max-width: 100%;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.well .wpcf7-text {
    border-bottom: 3px solid #000;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 35px;
}

.well .wpcf7-textarea {
    border-bottom: 3px solid #000;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: none;
    color: #000;
    font-family: roboto;
    height: 100px;
}

.well .wpcf7-submit {
    background: #4095f2;

    border-width: 0 0 5px;
    color: #fff;
    display: block;
    float: none;
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 3px;
    margin: 42px auto auto;
    padding: 4px 0;
    text-transform: uppercase;
    width: 1018px;
}

.contact_block {
    border-right: 2px solid #ccc;
}

.address_block h2 {
    color: #000;
    font-family: roboto;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 18px;
    margin-top: 0;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: left !important;
}

@media(min-width:1024px) {
    #footer1 h3 {
        margin-bottom: 25px;
        color: #fff;
    }
}

.p-e,
.i-r {}

#myNavbar {
    margin: 0 !important;
    padding: 0 !important;
    ;
}

.navbar-nav>li {
    margin-left: 0px !important;
}

@media(min-width:1280px) {
    .navbar-header {
        display: none;
    }
}

@media(max-width:1280px) {
    #myNavbar {
        padding: 20px 20px !important;
    }

    .logo-responsive {
        float: left;
        margin-top: 17px;
        padding-left: 0;
        width: 212px;
    }
}


/**********/
.check-out {
    background: transparent;
    float: right;
    padding: 40px 10px;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    position: relative;
    top: -90px;
}

.metaslider .check-out h4 {
    font-family: BebasNeueBold;
    font-size: 55px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metaslider .check-out h3 {
    font-family: open sans;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    text-transform: none;
    width: 80%;
}

.metaslider .check-out .btn-primary {
    background-color: #01B6EB;
    border-image: none;
    color: #fff;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 10px;
    padding: 12px 38px;
    text-transform: uppercase;
    margin: 0 10px;
    margin-top: 20px;
    border: 0;
}

.metaslider .check-out .btn-primary:hover {
    background-color: #19ceab !important;
    color: #000 !important;
    text-decoration: none;
    box-shadow: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: transparent !important;
    border-width: 0 !important;
    border-color: transparent !important;
}

.nav-tabs>li>a:hover {
    background: transparent !important;
    border-width: 1px !important;
    border-color: transparent !important;
}

.nav-tabs {
    margin-top: 25px;
    border: 0;
}

@media(max-width:800px) {
    .nav-tabs>li {
        display: inline;
        float: left;
    }


    .schedule .single-schedule {
        margin: 15px 0;
    }

    .nav>li>a>img {
        max-width: 60px;
    }
}

@media(width:1280px) {
    .metaslider .check-out h3 {
        line-height: 46px;
    }
}

.ab-img img {
    margin: auto;
    display: block;
}


.about h1 {

    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #4b4b4b;
    line-height: 40px;
    font-size: 30px;
    text-align: left;

}

.about h3 {
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 12px;
    font-family: 'Libre Baskerville', serif;
    color: #063e7a;
    font-size: 31px;
    text-align: left;
}

.about span {

    margin-top: 14px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000 !important;
    font-size: 14px;
    text-align: left;
}

.about p {
    color: #040404;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
    opacity: 0.6;
    text-align: left;

}

.rm-about {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #676767;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding: 8px 22px;
    position: relative;
    text-transform: uppercase;
    top: 25px;
}

.rm-about:hover {
    color: #676767;
    text-decoration: none;
}

@media(max-width:768px) {
    .ab-c {
        padding: 50px 20px;
    }
}

.news-div .item .thumbnail {
    background: #EAEAEA !important;
    padding: 0 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.news-div .item .thumbnail .row {
    padding-top: 0 !important;
    padding-bottom: 25px;
}

.sub-line {
    margin-bottom: 40px;
}

.c-home ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

.c-home :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc !important;
    font-family: proximanova-regular !important;
}

@media(max-width:800px) {
    #menu-footer-menu li {
        display: block;
        float: none;
    }
}

.c-home .form-control:focus {
    border: 1px solid #ccc !important;
}

@media(min-width:800px) {
    #menu-footer-menu li {}
}

.f-link {
    padding-top: 15px;
    padding-bottom: 25px;
    clear: both;
}

.f-link li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
}

.f-link li .fa {
    color: ze: 18px !important;
    font-we#000 !important;
    font-siight: 600;
}

.f-link li .fa {
    transition: transform 0.4s ease-in-out 0s;
}

.f-link li .fa:hover {
    box-shadow: 0px 0px 1px #fff;
    border-radius: 30px;
    transform: rotate(360deg);
    color: #0FB5E5 !important;
}

.copy {
    font-family: open sans;
    font-size: 13px;
    opacity: 0.8;
}

#owl-demo3 .owl-prev {
    background: rgba(0, 0, 0, 0) url("./images/news-event-btn-right.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: -106px;
    width: 53px;

}

#owl-demo3 .owl-next {
    background: rgba(0, 0, 0, 0) url("./images/news-event-btn-left.png") no-repeat scroll center center;
    bottom: 0;
    float: none;
    height: 100px;
    opacity: 1;
    position: absolute;
    right: 34px;
    top: -106px;
    width: 53px;
}

.line {
    padding-left: 25px;
}

.about {
    padding: 50px 50px 0px 0px;

}

.slide {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 0px;
}

@media(max-width:800px) {
    .s-title img {
        margin: auto;
    }

    .s-title p {
        margin-top: 20px;
        padding: 0 15px;
    }
}

.point {
    position: absolute;
    left: 45%;
    display: none;
}

.nav-tabs>li.active .point,
.nav-tabs>li:hover .point {
    display: block !important;
}

.book-trip {
    background: url("./images/section-bg.jpg") no-repeat scroll;
    background-size: 100% 100%;
    padding: 60px 0px;
}

.book-trip .btn-primary {
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    color: #000;
    display: block;
    font-family: open sans;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 40px auto auto;
    opacity: 1;
    padding: 8px 0;
    text-transform: uppercase;
    width: 165px;
}

.book-trip .btn-primary:hover {
    background-color: #01B6EB !important;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0;
}

.book-trip h3 {
    color: #fff;
    font-family: bebasneueregular;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
}

.book-trip p {
    color: #fff;
    font-family: open sans;
    font-size: 19px;
    line-height: 35px;
    margin: 30px auto auto;
    text-align: center;
    width: 100%;
}

@media(max-width:800px) {
    .book-trip p {
        width: 100%;
    }
}

/***popup appointment form ***/

.modal h1 {
    font-family: montserrat;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
}

.modal .header {
    background: #008b94;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 1.5em 2.5em;
}

.modal label {
    color: #000;
    display: block;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.modal-content .wpcf7-text,
.modal-content .wpcf7-date {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    font-size: 1em;
    padding: 6px 10px;
}

.modal-content .wpcf7-textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 1px 2px 5px #ccc;
    color: #555;
    height: 100px;
    padding: 6px 10px;
}

.modal .wpcf7-submit {
    background: #008b94 none repeat scroll 0 0;
    border-bottom: 5px solid #000;
    border-width: 0 0 5px;
    color: #fff;
    display: block;
    font-family: montserrat;
    font-size: 1.0625em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px auto 22px;
    padding: 0.74em 1.5em;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0;
    margin: -2px 0 1em;
    padding: 0.5em 2.5em 1em;
    width: 100%;
}

.modal-footer .btn-default {
    background-color: #ff0000;
    border-color: #fff;
    color: #fff;
}

/*****End **/

.team h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 15px;
    text-align: center;
}

.team .line {
    margin: auto auto 62px;
    padding-left: 0;
}

.team .thumbnail {
    background: transparent !important;
    border: 0 none !important;
    display: block !important;
    margin: auto !important;
    width: 270px !important;
    padding: 0 !important;
}

.t-team {
    background: #2D4A5A;
    color: #fff;
    font-family: montserrat;
    margin-top: -12px;
    text-align: center;
}

.team p {
    color: #19ceab;
    font-family: montserrat;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.8;
    padding: 0 0 20px;
    text-align: justify;
    text-align-last: center;
}

.t-team h5 {
    padding-top: 22px;
    padding-bottom: 0px;
}

.t-team:hover {
    background: #19CEAB;
}

.t-team:hover h5 {
    color: #fff;
}

.t-team:hover p {
    color: #000;
}

.vip h3 {
    color: #991C23;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}

.vip .line {
    padding: 0;
    margin: auto;
}

.vip p {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 36px;
    opacity: 0.7;
    text-align: justify;
    text-align-last: center;
}

.colon-img {
    margin: auto;
    margin-top: 40px;
}

.vip {

    padding-bottom: 40px;
}

.vip h4 {
    color: #000;
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 5px;
    padding-top: 0;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

.vip h6 {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.7;
    padding-bottom: 20px;
    text-align: center;
}

.get-link {
    padding: 0;
}

.get-touch .line {
    padding-left: 88px;
    padding-bottom: 50px;
}

.get-touch h3 {
    color: #000;
    font-family: montserrat;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: 0;
    opacity: 0.8;
    padding-bottom: 10px;
    text-align: left;
}

.c1 {
    color: #19CEAB;
}

.fixed .navbar-inverse .navbar-nav>li>a {
    padding-top: 0px !important;
}

@media(min-width:800px) {
    .l-img {
        margin-top: 17px;
    }
}

@media(max-width:800px) {
    .logo-img {
        padding-bottom: 10px;
        padding-top: 17px;
        margin: auto;
    }
}

@media(max-width:360px) {
    .nav-tabs>li {
        float: none;
    }

    .nav-tabs>li.active .point,
    .nav-tabs>li:hover .point {
        display: none !important;
    }
}

/************/
/*******Top Icons************/
.p-e li {
    list-style: none;
    display: inline-block;
    font-family: proximanova-regular;
}




.p-e li .fa-icons .fa {
    font-size: 14px !important;
    color: #fff !important
}

.p-e li .fa-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    color: #161658;
}


.p-e li .fa-icons:hover .fa {
    color: #fff !important;
}





.p-e li {}

.i-r li {
    display: inline-block;
    height: 25px;
    line-height: 24px;
    list-style: outside none none;
    margin-left: 10px;
    text-align: center;
    width: 25px;
}

.i-r li:hover {
    background: transparent;

}

.i-r li:hover .fa {
    color: #90cc1f !important;
    background: #fff;
    border-radius: 60%;
    padding: 5px;

}

.i-r li .fa {
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    top: 0;
}


@media(max-width:800px) {
    .h-top .text-left {
        text-align: center;
        line-height: 30px;
    }

    .i-r {
        text-align: center;
        line-height: 30px;
    }

    .p-e,
    .i-r {
        text-align: center;
        line-height: 32px;
    }
}

/************/
.top-one p {
    display: inline;
    font-family: open sans;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;

}

.top-one {
    border-bottom: 1px solid #818181;
    padding: 6px 0;
    background: #161658;
}

.metaslider .flexslider {
    margin: 0 !important;
}

.flex-control-nav {
    bottom: 0px !important;
    z-index: 999;
    bottom: 50px !important;
}

.flex-control-paging li a {
    background: #fff !important;
    padding: 7px !important;
}

.flex-control-paging li a.flex-active {
    border: 3px solid #01B6EB !important;


}

@media(min-width:800px) {

    .ab-img img {
        position: relative;
        top: 50px;
    }


}

.s-one {
    padding: 70px 0px;
}

.s-one h5 {
    color: #000;
    font-family: bebasneuebold;
    font-size: 22px;
    letter-spacing: 1px;
    opacity: 0.8;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.s-one p {
    color: #373737;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.7;
    text-align: justify;
    text-align-last: center;
    font-family: open sans;
}

.rm12 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #676767;
    display: block;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: auto;
    opacity: 1;
    padding: 10px 22px;
    position: relative;
    text-align: center;

    top: 0px;
    width: 150px;
}

.rm12:hover {
    background: #0071bd;
    color: #fff !important;
    text-decoration: none;
}

.s-one img {
    width: auto;
    height: 141px;
}

.event {

    background: #fff;

}

.event h3 {

    text-align: center;
    color: #063e7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.event .thumbnail {
    background: none;
    border: 0 none !important;
    border-radius: 0 !important;
    text-align: center;

}


.event p {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 23px;
    text-align: left;
    margin-bottom: 30px;
}

.event h5 {
    text-align: center !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-weight: 600;
    line-height: 24px;

}

.pics2 {

    border-radius: 8px;
    padding-top: 0px;
}

.vip .rm12 {
    clear: both;
    width: 270px;
    font-weight: 600;
    top: 45px;
}

.vip .rm12:hover {
    clear: both;
    text-shadow: 0 0 0 #000;
}

.our-sponsor h3 {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #003993;
    font-size: 19px;
    text-align: center !important;
}

.our-sponsor h1 {
    font-size: 29px;
    font-weight: 600;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-bottom: 50px;
}

.our-sponsor h2 {
    color: #991C23;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 1;
    padding-bottom: 20px;
    text-align: center;
}

.our-sponsor img {
    margin: auto;
}

.our-sponsor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.foogallery-default a {
    width: 25%;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.foogallery-default.border-style-square-white a,
.foogallery-default .border-style-square-white a:hover {
    border: 0px solid #fff !important;
    box-shadow: none !important;
}

.footer-s li {
    list-style: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin-left: 8px;
}

.footer-s li .fa {
    color: #000 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    position: relative !important;
    text-align: center !important;
    top: -5px;
}

.footer-s li:hover {
    background: #90cc1f;
}

.footer-s li:hover .fa {
    color: #fff !important;
}

.rm-123 {
    border: 1px solid #fff;
    color: #1A76D1;
    background: #fff;
    font-family: open sans;
    font-size: 14px;
    padding: 4px 15px;
    position: relative;
    top: 8px;
    text-align: left;
}

.rm-123:hover {
    background: #ff0048;
    color: #fff;
    text-decoration: none;
}

@media(max-width:479px) {
    .navbar-toggle {
        margin-top: 0px !important;
    }
}





.s-image {
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.our-sponsor .rm12 {
    background: #2bb1ae none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: open sans;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 22px auto auto;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
}

.our-sponsor .rm12:hover {
    background: #262F36;
    color: #fff;
    border: 0;
    text-decoration: none;
}

.our-sponsor img:hover,
.our-doctors-d img:hover,
.our-doctors .img-responsive:hover {
    opacity: 1;
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    -o-transition: 1.0s ease-out;
    -ms-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
    -webkit-transform: scale(1.15);
    /* Safari and Chrome */
    -moz-transform: scale(1.15);
    /* Firefox */
    -ms-transform: scale(1.15);
    /* IE 9 */
    -o-transform: scale(1.15);
    /* Opera */
    transform: scale(1.15);
}

.our-sponsor img,
.our-doctors-d img,
.our-doctors .img-responsive {
    -webkit-transition: 1 ease-out;
    -moz-transition: 1 ease-out;
    -o-transition: 1 ease-out;
    -ms-transition: 1 ease-out;
    transition: 1s ease-out;
}



#myNavbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

#myNavbar ul,
#myNavbarli {
    list-style: none;
    margin: 0;
    padding: 0;
}

#myNavbar ul {
    position: relative;
    z-index: 597;
}

#myNavbar ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

#myNavbar ul li.hover,
#myNavbar ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#myNavbar ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#myNavbar ul ul li {
    float: none;
}

#myNavbar ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
}

#myNavbar ul li:hover>ul {
    visibility: visible;
}

#myNavbar ul ul {
    bottom: 0;
    left: 0;
}

#myNavbar ul ul {
    margin-top: 0;
}

#myNavbar ul ul li {
    font-weight: normal;
}

#myNavbar a {
    display: block;
    line-height: 2em;
    text-decoration: none;
}

/* / Custom CSS Styles /  */
#myNavbar {


    font-family: arial;
    font-size: 12px;
}

#myNavbar>ul {
    *display: inline-block;
}

#myNavbar:after,
#myNavbar ul:after {
    content: '';
    display: block;
    clear: both;
}


#myNavbar ul ul {
    background: #000;
    text-transform: none;
    min-width: 290px;
}

#myNavbar ul ul a {
    background: #d8d4d4 !important;
    color: #484747;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 100%  ;
    padding: 11px 20px;
    font-size: 14px;
}

#myNavbar ul ul ul {
    border-top: 0 none;
}

#myNavbar ul ul li {
    position: relative;
}

#myNavbar ul ul li:first-child>a {
    border-top: 1px solid #161658;
}

#myNavbar ul ul li:hover>a {
    background: #008b94 !important;
    color: #fff !important;
}

#myNavbar ul ul li:last-child>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 1px 0 #0071bd;
    -webkit-box-shadow: 0 1px 0 #0071bd;
    box-shadow: 0 1px 0 #0071bd;
}

#myNavbar ul ul li:last-child:hover>a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#myNavbar ul ul li.has-sub>a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

#myNavbar ul li.active>a {

    color: #444;
}

/*#myNavbar ul li.has-sub>a:after {*/
/*    color: #000;*/
/*    content: '+';*/
/*    margin-left: 5px;*/
/*}*/

#myNavbar ul li.last ul {
    left: auto;
    right: 0;
}

#myNavbar ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#myNavbar a {

    color: #444;
    padding: 0 10px;
}

#myNavbar>ul>li>a {
    line-height: 48px;
    font-size: 12px;
}

.quote {
    padding-bottom: 80px;
    padding-top: 40px;
    text-align: center;
    background: #f4f0ff;
}


.icons {

    position: relative;
    margin-top: -35px;
}

.icon-div h3 {
    text-align: center;
}

.icon-box {

    padding: 24% 4%;
    border-radius: 50%;

}

.icon-box img {
    background-color: #fff;
    border: 2px solid;
    border-color: green;
    padding: 7% 12%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 10px 7px 15px 9px #efefef;

}


.quote h3 p {
    padding-bottom: 40px;
    color: #333;
}


.request-quote {
    padding: 10px 7px;
    background-color: #fff;
    color: #008BD3;
    border: 2px solid #008BD3;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size: 9px;
}

.we-provide h3 {
    font-size: 29px;
}

.we-provide {
    padding: 30px;
    padding-top: 40px;
}

.provide-img {
    width: 100%;
}

.we-provide ul {
    list-style: none;
    font-size: 18px;
    padding-right: 45%;
    padding-left: 0;

}

.we-provide ul li {
    line-height: 2rem;
    border-bottom: 2px dotted #d7d7d7;
    padding-bottom: 10px;
    padding-top: 12px;
}


.enquire {
    background-color: #000;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    margin-bottom: 0px;
}

.enquire h6,
a {
    font-size: 19px;

}

.enquire a {
    font-size: 19px;

    color: #fff;
    transition: .5s;
    text-decoration: underline;

}

.enquire .fa {
    font-size: 16px !important;
}

.enquire a:hover {
    color: #0071bd !important;
}


.contact-img {
    margin-top: -145px;
    position: relative;

}



.features {
    background-color: #edeef2;
    padding: 30px;
}

.features h5 {
    font-size: 19px;
    font-weight: 500;
}

.feature {
    display: flex;
    align-items: center;
}

.feature img {
    width: 250px;
    padding: 20px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    

    .service h2 {
    font-size: 34px;
   
}

.book-apt{
        margin: 20px 10px;
}

    #menu1 {
        margin-top: -95px;
        width: 100%;
    }

    .top-contact {
        text-align: center;
    }

    .contact-us {
        padding: 20px 0;
    }

    .contact-us .single-info i {
        font-size: 23px;
    }

    .contact-us .single-info {
        padding: 40px 25px;
    }

    .contact-us .single-info .content p {
        font-size: 12px;
    }

    .contact-us .single-info .content h3 {
        font-size: 14px;
    }

    .contact-us .single-info .content h3 a {
        font-size: 14px;
    }

    .pf-details .date ul li {
        font-family: 'Poppins', sans-serif;
        margin-right: 25px;
        font-size: 13px;
        display: block;
        text-align: left;
        margin-bottom: 8px;
    }

    .pf-details .body-text h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-top: 30px;
    }

    .body-text {
        font-family: 'Poppins', sans-serif;
        padding: 10px 20px;
        color: #757575;
        line-height: 24px;
        font-weight: 400;
    }

    #myNavbar a {
        display: block;
        line-height: 1.5;
        text-decoration: none;
    }

    .con-box {
        background: #fff;
        box-shadow: 10px 7px 15px 9px #f1f1f1;
        text-align: center;
        height: 466px;
        border-radius: 15px;
    }


    .btn-facebook {
        color: #fff !important;
        position: fixed;
        right: 0px;
        text-transform: uppercase;
        top: 500px !important;
        transform: rotate(0deg);
        z-index: 9999;
        background: none repeat scroll 0 0;
        transition: all 0.5s;
    }

    .btn-instagram {
        color: #fff !important;
        position: fixed;
        right: 0px;
        text-transform: uppercase;
        top: 550px !important;
        transform: rotate(0deg);
        z-index: 9999;
        background: none repeat scroll 0 0;
        transition: all 0.5s;
    }

    .btn-youtube {
        color: #fff !important;
        position: fixed;
        right: 0px;
        text-transform: uppercase;
        top: 600px !important;
        transform: rotate(0deg);
        z-index: 9999;
        background: none repeat scroll 0 0;
        transition: all 0.5s;
    }

    .btn-whtsp {
        color: #fff !important;
        position: fixed;
        right: 0px;
        text-transform: uppercase;
        top: 650px !important;
        transform: rotate(0deg);
        z-index: 9999;
        background: none repeat scroll 0 0;
        transition: all 0.5s;
    }

    .btn-call {
        color: #fff !important;
        position: fixed;
        right: 0px;
        text-transform: uppercase;
        top: 700px !important;
        transform: rotate(0deg);
        z-index: 9999;
        background: none repeat scroll 0 0;
        transition: all 0.5s;
    }

    .rm-ap {
        display: none;
        background: #1A76D1 none repeat scroll 0 0;
        border-radius: 6px;
        color: #fff;
        font-family: open sans;
        font-size: 10px;
        padding: 9px 23px;
        position: relative;
        text-transform: none;
        margin-right: 63px;
        top: -54px;
    }

    .banner {
        width: 100% !important;
        height: auto;
    }

    .metaslider {
        width: 100% !important;
        height: auto;
    }

    .well .wpcf7-submit {
        background: #4095f2;
        border-width: 0 0 5px;
        color: #fff;
        display: block;
        float: none;
        font-family: roboto;
        font-size: 20px;
        font-weight: 600;
        height: 48px;
        letter-spacing: 3px;
        margin: 42px auto auto;
        padding: 4px 0;
        text-transform: uppercase;
        width: 203px;
    }

    #myNavbar ul {
        display: block;
        text-transform: uppercase;
        width: 50%;
    }


    .icon-box img {
        padding: 7% 10% !important;
    }

    .icons {
        margin-top: 20px !important;
    }


    .we-provide h3 {
        font-size: 26px;
        padding-bottom: 0;
        text-align: center;
    }

    .we-provide ul {
        padding: 30px 15px;
        font-size: 14px;
    }


    .enquire {
        flex-direction: column;
        text-align: center;
    }

    .contact {
        margin-top: 170px;
    }


    .contact-img {

        margin-bottom: -20px;
    }

    .feature img {
        width: 80px;
        padding: 0;
        margin-bottom: 0px;
    }

    .feature {
        flex-direction: column;
        text-align: center;
    }

}