/*
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');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('./fonts/BebasNeueRegular.otf') format('truetype');
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('./fonts/BebasNeueBold.ttf') format('truetype');
}


.wrapper-container{
    position: relative;
    background: #fff;
    top: -50px;
        min-height: 280px;
        font-size: 16px;
    padding: 60px 40px;
    border: 1px solid #ededed73;
       box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1);
       transition: 0.4s ease-in-out;
}

.wrapper-container:hover{
    transform: scale(1.05);
}

.wrapper h3{
    font-weight: bold;
    font-size: 23px;
}

.wrapper p{
    color: #979797;
}

.counter-wrapper {
    background: #4bbebd;
    color: #fff;
    opacity: 0.7;
    border-radius: 15px;
    margin: 30px;
    padding: 20px;
}
.counter-inner{
  position:relative;
}
.count-icon{
  font-size: 48px;
}



.contact-us-banner {
    background: url('./images/bg-one.jpg') no-repeat;
    background-size: cover;
    
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.contact-us-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    padding: 0 20px;
}

.contact-us-content {
    max-width: 600px;
}

.contact-us-subtitle {
  font-size: 21px;
    font-weight: 500;
    color: #0d3c47;
    margin-bottom: 10px;
    font-family: 'Saira', Arial, Helvetica;
}

.contact-us-content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #0d3c47;
    margin-bottom: 20px;
}

.contact-us-highlight {
    color: #4bbebd;
}

.contact-us-accent {
    color: #4bbebd;
}

.contact-us-btn {
    display: inline-block;
    background: #4bbebd;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    margin: 20px 0;
    text-decoration: none;
    border-radius: 4px;
}

.contact-us-emergency {
    font-size: 16px;
    color: #0d3c47;
}

.contact-us-call {
    color: #4bbebd;
    font-weight: 600;
}

.contact-us-image img {
    max-width: 400px;
    width: 100%;
}



.con-box {
    background: #fff;
    box-shadow: 10px 7px 15px 9px #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 465px;
    border-radius: 15px;
}
.slide h4
{
    text-align: center;
    color: #063e7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.btn-facebook{
    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;
}

.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;
}

.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;
}


.faq h4 {
    text-align: center;
    color: #063e7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.faq { 
margin:50px !important;
   }


.accordion {
   background-color: #161658;
    color: #fff;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    transition: 0.4s;
}

.scroller {
    margin: 0px;
    position: relative;
    top: 130px;
}

.apppright {
    align-items: center;
    background: #518bab;
    width: 50%;
    padding: 100px;
    padding-top: 8rem;
    font-family: 'Lato', sans-serif;
}
.apppright h2 {
    margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    /* text-transform: uppercase; */
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
}
.apppright h3 {
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
}
.appp{
    display: flex;
}
.apppleft{
    width: 50%;
}
.apppright p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
}
 .heading h1{
    text-align: center;
    color: #7f7b7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
 }

.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: #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: 55px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-border {
    padding: 0px;
    text-align: center !important;
}

.line-img{
    display: flex;
    justify-content: center;
    align-items: center ;
}

.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;

}


.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 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;

}*/

.thumbnail{
    border: none;
}

.srvs {
 display: flex;
    justify-content: center;
        box-shadow: 5px 5px 27px #c7c7c76b;
    flex-direction: column;
    border-radius: 20px;
    align-items: center;
    background: #fff;
    padding: 14px 0px;
    margin: 20px;
    height: 555px;
    transition: 0.4s 
ease-in-out;
}

.contact-us-image img{
    transition: 0.4s ease-in-out;
}

.contact-us-image img:hover{
    transform: scale(1.05);
}

.srvs:hover{
    transform: scale(1.05);
}
.happy-patient{
    padding: 50px;
    background: #f09856;
}
.testi-div{
    background: url('./images/testi-bg (1).jpg');
      min-height: 350px;
}

.testi-img{
    display: flex;
    justify-content: center;
}

.srvs h2 {
    text-align: center !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: 14px !important;
    font-weight: 500 !important;
    line-height: 27px !important;

    opacity: 0.6;
    text-align: center;
}



.info2 {
   text-align: center;
    background: #4bbebd;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding: 60px 20px;
    font-family: 'Lato', sans-serif;
}

.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}

.info2 h3 {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
}

.info2 button {
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 25px;
    color: #000;
    font-size: 16px;
    transition: 0.5s 
ease;
    font-weight: 600;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 30px;
}

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, .info {
    background: #4bbebd none repeat scroll 0 0;
    border-radius: 6px;
    border: none;
    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-bottom: 30px;
    padding: 10px 9px 10px 17px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    top: 0px;
    right: 0px;
        width: 190px;
}
.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%);
}

.wpcf7-submit {
    background-color: #4bbebd;
    margin-top: 25px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px;
}

.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: #4bbebd none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    padding: 9px 16px;
    position: relative;
    right: 20px;
    text-transform: none;
    top: 55px;
}

.contact {
    background: #e9faff;
    
    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: #4bbcbf;
    line-height: 30px;
    font-size: 30px;
    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: #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%;
     
}

.testimonial {
    margin-top: 50px;
 
    background: url(./images/testi-bg.png) !important;
    background-size: cover;
    padding: 60px 20px;
}

.testimonial h4 {
    
    text-align: center;
        color: #ffffff;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.testimonial h2{
           text-align: CENTER !important;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 48px;
}


.testimonial p {
    clear: both;
    color: #fff;
    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: 20px;
    height: 215px;
    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;

}

.item{
    margin: 10px;
}

.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;
    width: 80%;
    margin: 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: 17px !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: #000000 !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;
}




#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: #4bbebd !important;
    border: 0;
    position: relative;
    top: -70px;
}


.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: #e9e9e9;
    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: 15px !important;
}

.adrs .fa {
   color: #4bbebd !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: 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;
    padding: 2px 0;
    background: #4bbebd;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.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 #4bbebd;
}

.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;
        background-color: #fff;
        
    }

    .navbar{
        background-color: #fff;
    }

    #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;


}



.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: 100%;
}
#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: 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;
    }

     .event .owl-item{
        width: 100% !important;
    }

    .scroller {
    margin: 0px;
    position: relative;
    top: 15px;
}

    .appp {
    display: flex;
    flex-direction: column;
}

    .apppleft{
        width: 100%;
    }

    .owl-item {
        width: 100%;
    }
    .apppright {
    width: 100%;
}
    .navbar {
        display: block;
}

    .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;
    }
}


/**********/
.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 {
   text-align: left;
    color: #7f7b7a;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}
.about h4 {
   text-align: left;
   color: #518bab;
    font-size: 20px;
   
    font-family: 'open sans', serif;
}

.btn-div{
    display: flex;
    gap: 10px;
}

.about h5{
   
    color: #444;
    line-height: 1.5;
    font-size: 18px;
    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 50px;

}

.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:#fff;
}
.modal .header {
      background: #4bbebd;
    border-bottom: 1px solid #ccc;
    color: #fff;
    padding: 1.5em 2.5em;
}

.modal-header {
    min-height: 16.43px;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal label {
    color: #000;
    display: block;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding-top: 8px;
    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;
    background:#fff;
    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: 30px 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: #4bbebd;
}

.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 {
    padding: 40px;
background:url('./images/service-bg.png');
    margin-top: 5px;

}

.srvs img{
        padding: 15px;
}

.event h3 {

        text-align: center;
    color: #7f7b7a;
    font-size: 35px;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
}

.event .thumbnail {
    background: none;
    border: 0 none !important;
    border-radius: 15px !important;
    text-align: center;
   
}

.event p {
    text-align: center;
    font-size: 30px;
    color: #4b4b4b;
    font-weight: 700;
    padding: 0px 20px 20px 20px;
}

.event h5 {
    text-align: center !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #0071bd;
    font-weight: 600;
    line-height: 24px;

}

.pics2 {
    position: relative;
    left: -60px;
    top: 90px;
    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: #4bbebd;
    color: #fff !important;
    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 {
   
}

#myNavbar ul ul {

    text-transform: none;
    min-width: 310px;
}

#myNavbar ul ul a {
    background: #efefef !important;
    color: #484747;
font-family: 'Open Sans', sans-serif;
font-weight:700;
    border-top: 0 none;
    line-height: 150%;
    padding: 8px 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: #4bbebd !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 {
    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: #fff;
    padding: 0 14px;
}

#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: flex;
    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;
  
}


.form-group {
    margin-bottom: -15px !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) {
    
    .rm{
    position: relative;
    left: 0;
}
    #myNavbar a {
    color: #000000;
        
    }
    .wrapper-container {
   
    top: 0;
    
}

.pics2 {
    position: relative;
    left: 0;
    top: 0px;
    border-radius: 8px;
    padding-top: 0px;
}
.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;
}
.about h3 {
    font-size: 23px;
}
.about {
    padding: 50px 0 0px 0px;
}


.rm-ap {
    display: none;
    background: #FC630A none repeat scroll 0 0;
    border-radius: 6px;
    color: #fff;
    font-family: open sans;
    font-size: 15px;
    padding: 9px 23px;
    position: relative;
    text-transform: none;
    top: 184px;
  
}
    .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;
}

.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-img {

    margin-bottom: -20px;
    }

    .feature img {
        width: 80px;
        padding: 0;
        margin-bottom: 0px;
    }

    .feature{
        flex-direction: column;
        text-align: center;
    }

}