/*
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');
}

.ev
{
    padding-top:20px;
}



/* sofa cleaning service page */

.sofa2{
    margin-top:60px !important;
}
.sofa2 h3{
    font-weight: 700;
}
.sofa2 h1{
   text-align: left;
    color: #063e7a;
    font-size: 39px;
    padding: 0px;
    font-weight: 600;
}
.sofa2 img{
    width:100%;
}

.sofa2 .content p{
    font-size: 16px;
    color: #716f6f;
    
}

.sofa_section5 p
{
     font-size: 16px;
    color: #716f6f;
}
 
.sofa_section5 ul
{
     font-size: 16px;
    color: #716f6f;
}
.appoint {
    background-color: #014f84;
    color: white;
    padding: 30px 15px;
    padding-bottom: 0px;
}

.appoint .wpcf7-submit {

    background: #ff0046 ;
    border:none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    margin-top: 0;
    padding: 12px -33px;
    text-transform: uppercase;
    width: 100%;
}

.appoint h3{
    text-align:center;
}

.request-call{
    background-color:#092E48 ;
    color: white;
    padding: 30px 15px;
    padding-bottom: 0px;
}

.request-call h3{
    text-align:center;
}

.request-call .wpcf7-submit{
    background-color: #ff0046;

    border:none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    margin-top: 0;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
}


.sofa_section4{
    background-color: #287ff9;
    padding:20px;
}

.request-estimate .wpcf7-submit{
    width:100%;
    padding:20px;
    border:none;
    border-radius: 5px;
    color:#fff;
    background: rgba(255, 255, 255, 0.09);
    font-size: 20px;

}
 
.request-estimate .y{
    padding:25px;
    font-size: 17px;
}
.request-estimate h3{
color:#fff;
font-weight: 700;
padding:20px;
}


.sofa_section5{
    font-size:16px;
    margin-top:40px;
}
.sofa_section5 h3{
text-align:center;
font-weight: 700;
color: #204066;
}
.section6{
    font-size:16px;
    margin-top:40px;
    line-height: 3rem;
}
.sofa_section6 h3{
text-align:center;
font-weight: 700;
color: #204066;
}

.sofa_section7{
    font-size:16px;
    margin-top:40px;
    line-height: 3rem;
    background-color: #03a9f524;
}
.sofa_section7 h3{
text-align:left;
font-weight: 700;
color: #204066;
}

.sofa_section9{
    display: flex;
    justify-content: space-evenly;
}

.sofa_section9 h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:36px;
  
    text-align: center;
    color: #16679e;
    text-shadow: 2px 2px 4px #a4a4a4;
    padding: 121px 22px;
}

.sofa_section9 .form-group{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: start;
    gap: 2rem;


}

.feel-free{
   padding:40px;

}

.feel-free .wpcf7-submit {
    width:100%;
    padding: 6px 15px;
    border:none;
    background:blue;
    color:#fff;
}

.y-select{
    padding: 6px 98px;
}

.faq{
    padding:30px;
}

.faq h3{
    text-align: center;
    color:#014f84
}



/ Style the buttons that are used to open and close the accordion panel /
.accordion {
    background-color: #f1f1f1;
    color: #014f84;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;

}

/ Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) /
.active,
.accordion:hover {
    background-color: #ccc;
}

/ Style the accordion panel. Note: hidden by default /
.panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

/  /





.faq h4 {
    text-align: center;
    color: #063e7a;
    font-size: 29px;
    padding: 20px;
    font-weight: 600;
}

.faq { 
margin:50px !important;
   }


.accordion {
    background-color: #eee;
    color: #070707;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 19px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}



.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: #063e7a;
    font-size: 29px;
   
    font-weight: 600;

}

.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: #484848;
    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: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-border {
    border: 3px solid #ffffffc4;
    padding: 20px;
    border-radius: 10px;
    text-align: center !important;
}


.Acheivements {

    background-image: url("./images/acheive.png");
}

.acheive-bg {
    background: #286062;
    padding: 50px;
    color: #fff;
    opacity: 0.7;
}

.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;

}


.fa {
    font-size: 30px !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 {
    margin-top: 30px;

    background: #fcfcec;

}

.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 {
    padding: 13px 10px 0px 70px;
    box-shadow: 10px 7px 15px 14px #f1f1f1;
    height: 100px;
}

.srvs h2 {
    text-align: #fcfcec !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-weight: 600;

    line-height: 24px;
}

.srvs p {
    color: #000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 27px !important;

    opacity: 0.6;
    text-align: center;
}


.info {
    text-align: center;
    margin: auto;
    display: inline;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #000 !important;
    text-decoration: none;

}

.why {
    padding: 0px;
    background-color: #fcfcec !important;

}


.why h3 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #0f749e;
    font-size: 31px;
}


.rm {
    background: #90cc1f 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: 10px;
    right: 0px;
    width: 115px;
}

.rm:hover {
    color: #fff;
}

/* Style the buttons that are used to open and close the accordion panel */
/*.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
      border-radius: 10px;
border: 1px solid #ccc;
  text-align: left;
  outline: none;
font-size: 17px;
    transition: 0.4s;
    font-weight: 600;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #90cc1f; 
  color:#fff !important;
}

.panel
 {
  padding: 12px 12px;
  display: none;
  background-color: white;
  overflow: hidden;
}

*/

.s_invest {
    margin-top: 70px;
    padding: 30px;
    background: url(./images/testimonial.png) !important;

}

.s_invest h3 {
    color: #1e1d1d;
    font-size: 31px;
    text-align: center;
    font-weight: 600;
}


.s_invest p {
    color: #747171;
    font-size: 18px;
    text-align: center;
}

.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;
}

.fa {
    color: #FC630A !important;
}

#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: #FC630A none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-family: open sans;
    font-size: 13px;
    padding: 6px 14px;
    position: relative;
    text-transform: none;
    top: 42px;
}

.contact {
    font-family: 'Open Sans', sans-serif;
    padding: 40px;
    background: url(images/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -40px;
    margin-top: 110px;
}

.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: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.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: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 600;

}

.img-name {
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 156px;
}

sss
.thumbnail-testi {
    border: 2px solid #f5efef !important;
    background: #fff !important;
    margin: 25px !important;
    border-radius: 5%;
    0%: ;
}

.testimonial {
    margin-top: 50px;
    margin-bottom: 50px;
    background: url(./images/testimonial.png) !important;
}

.testimonial h4 {
    
    text-align: center;
    color: #063e7a;
    font-size: 29px;
    padding: 20px;
    font-weight: 600;
}


.testimonial p {
    clear: both;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    opacity: 0.6;
    font-size: 16px;
    padding: 30px;
    text-align: center;
    text-align-last: center;
    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: 10px;
    text-align: center;
    border-radius: 12%;
}

.box img {
    width: fit-content;
    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-top: 10px;
    width: 50%;
}

.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: 500 !important;
    font-size: 15px !important;
    letter-spacing: 1px;

    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 {
    background-color:  !important;
    color: #ff0048 !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;
    }

    #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: 25px;
}

#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: #000;
}

#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 {
    font-size: 26px !important;
    color: #fff !important;
}

.fa-angle-right {
    display: none !important;
}

.fa-angle-left {
    display: none !important;
}

.navbar-inverse .navbar-toggle {
    background: #000 !important;
    border: 0;
}

.thumbnail {
    display: block;
    padding-top: 26px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.copyright a {
    color: #fff;
    font-family: montserrat;
    font-size: 13px;
}

@media(max-width:800px) {
    .carousel-caption {
        display: none;
    }
}

.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: #fff;
    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: #373737;
}

.fa {
    font-size: 30px !important;

}

.adrs .fa {
    color: #ff0048 !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 1px #ccc;
        padding-top: 6px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #ccc;
    }

    .fixed .l-img {
        width: 40%;
        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;
}

.metaslider {
    margin: auto !important;
}

.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: 17px;
}
.address_block {
    border-left: 3px solid #90cc1f;
}

.c-f {
    float: right;
}

.inner-banner {
    width: 100%;
}

.page-content b {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

@media(max-width:1279px) {
    .metaslider .caption {
        display: none;
    }
}

/** 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;
}

a:focus {
    outline: 0 !important;
    outline-offset: 0px !important;
}

/************/
.top1 {
    background: #fff;
    padding: 0px 0px;


}

.metaslider {
    width: 100% !important;
}

.metaslider .caption-wrap {
    width: 82% !important;
    text-align: center;
}

.metaslider .caption-wrap {
    top: 35% !important;
}

.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: 35%;
}
#menu-footer-menu .current-menu-item a,
#menu-services .current-menu-item a {
    background: transparent !important;
    color: #061642 !important;
    font-size: 14px !important;
}

#menu-footer-menu a,
#menu-services a {
    background: transparent !important;
    color: #000 !important;
    font-size: 14px !important;
    opacity: 0.7;
}

#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: 200px;
}

.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;
    }

    .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;
    }
}

.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: 0px 20px !important;
    }

    .logo-responsive {
        float: left;
        margin-top: 17px;
        padding-left: 0;
        width: 212px;
    }
}

/***Banner caption ***/
.bd-banner {
    background: rgba(0, 0, 0, 0.7);
    float: right;
    padding: 40px 10px;
    text-align: left;
    width: 35%;
    border-radius: 6px;
    position: relative;
    top: -40px;
    padding-left: 24px;
}

.metaslider .bd-banner h4 {
    font-family: open sans;
    font-size: 24px !important;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}

.metaslider .bd-banner h3 {
    font-family: ProximaNova-Bold;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    margin: auto;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
}

.metaslider .bd-banner .btn-primary {
    background-color: #0fb5e5;
    border: 0 none;
    border-radius: 38px;
    color: #fff;
    font-family: ProximaNova-Regular;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 8px 18px;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    margin-top: 10px;
}

.metaslider .bd-banner .btn-primary:hover {
    background-color: #fff !important;
    color: #000;
    text-decoration: none;
    box-shadow: 0;
    border: 0;
}

/**********/
.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;
    }

    .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: 15px;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-size: 23px;
    text-align: left;

}

.about p {
    color: #000;
    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: #000 !important;
    font-size: 18px !important;
    font-weight: 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: 30px;

}

.slide {
    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: #003993;
    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: #FC630A 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: #000 !important
}

.p-e li .fa-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5px;
    color: #fff;
}


.p-e li .fa-icons:hover .fa {
    color: #000 !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: #333 !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: #333;
    font-weight: 400;
    margin-right: 10px;
    text-shadow: 0 0 0 #fff;
}

.top-one {
    border-bottom: 1px solid #818181;
    padding: 6px 0;
    background: #efefef;
}

.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;
    outline-style:  !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: url("./images/event-bg.jpg") no-repeat scroll;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0px;

}

.event h4
{
        font-size: 22px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
}
.event h3 {

    text-align: center;
    color: #063e7a;
    font-size: 29px;
    padding: 40px;
    font-weight: 600;

}

.event .thumbnail {

    border: 0 none !important;
    border-radius: 0 !important;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 30px;
}

.event p {
    text-align: center;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: 700;
    padding-bottom: 28px;
}

.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 #0f749e;
    color: #000;
    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: 45px !important;
    }
}

.metaslider {
    max-width: 100% !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: 4em;
    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 {
    text-transform: uppercase;

}

#myNavbar ul ul {

    text-transform: none;
    min-width: 290px;
}

#myNavbar ul ul a {
    background: #efefef !important;
    color: #444;

    border-top: 0 none;
    line-height: 150%;
    padding: 8px 20px;
    font-size: 16px;
}

#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 #0082e7;
}

#myNavbar ul ul li:hover>a {
    background: #aec40b;
    color: #444;
}

#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 {
    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 14px;
}

#myNavbar>ul>li>a {
    line-height: 48px;
    font-size: 12px;
}




.quote{
    padding:30px;
}
 




.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: 25px 45px ;
    background-color: #fff;
    color: #008BD3;
    border: 2px solid #008BD3;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    font-size:18px ;
}

.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: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    gap:20px;

    margin-top:2rem;
   
}

.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;
  
}


.form-group {
    margin-bottom: 0px !important;
}


.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) {

    .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;
}

.img-name {
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 99px;
}
    #myNavbar ul {
        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;
    }

}




  

/*blog page css*/
/*bookmarks tab*/

.bookmarks{

  margin-top: 40px;
  font-size: 15px;
  padding:30px;
      font-family: montserrat;
      position:relative;
}

.bookmarks h2{
    font-family: 'Sifonn-Basic';
    text-align:left;
    
}
.bookmarks h1{
    font-family: 'Sifonn-Basic';
    text-align:left;
}

 .bookmarks .tabs{
    
  position: sticky; 
  top:30%; 
}
 
 .bookmarks  .tabs ul{
  padding-left:0px !important;
  list-style: none;
}
 .bookmarks  .tabs li{
  margin: 10px 0px;
 }

  .bookmarks  .tabs a{
  text-decoration: none;
  color:#000;
 }

  .bookmarks .tabs a:hover{
  color:#ff0048 !important;
 }

  .bookmarks .tabs a.active{
  color:#ff0048;
  background:none;
  font-weight: 600;

 }
.content{
  position: relative;
  /*transform: translate(50%,0%);*/

  text-align: justify;
  padding:20px;
  color:#000;
}

 .content ol{
     padding: 15px;
 }
 
 .content h2{
    color:#000;
 }
.blank{
  height:600px;
}

b{
    font-weight:600 !important;
}

.content-box{
    padding-top:150px;
}




@media only screen and (max-width: 600px) {
 .bookmarks .tabs{
     position:relative;
 }
 
 .content h1{
     font-size:32px;
 }
 
.blank{
    height:20px;
}
}
/*blog page css end*/