/* 
#gallery {
  
  img {
    height: 40vw;
    object-fit: cover;
    
    @media (min-width: 768px) {
      height: 25vw;
    }
    
    @media (min-width: 992px) {
      height: 18vw;
    }
  }
}

.carousel-item {
  
  img {
    height: 60vw;
    object-fit: cover;
    
    @media (min-width: 576px) {
      height: 350px;
    }
  }
} */

@media (max-width: 768px) {
     .img-fluid {
         width: 80% !important;
     }
}

.w-100 {
    width: 100px;
}

.img-fluid {
    width: 100%;
}
/*=================================================================
*                     ~TABLE OF CONTENTS~                       *
=================================================================
01. FONTS INSTALLER
    1.1 Raleway Fonts
    1.2 Lato Fonts
    1.3 Proxi Manova
    1.4 Open Sans
02. GENERAL SETTINGS
    2.1 Typography
    2.2 Background Colors
    2.3 Button Classes
    2.4 Margin & Padding Settings
    2.5 Modal Overlay
    2.6 Custom Lines
    2.7 Color Classes
    2.8 Image Hover Style
03. TOPBAR
04. NAVBAR / NAVIGATION MENUS
    4.1 Navbar Header
    4.2 Navbar Collapse
    4.3 Search Button
    4.4 Navbar Hover
    4.5 Navbar Dropdown
05. SUBHEADER & BREADCRUMB
    5.1 Subheader
    5.2 Breadcrumb
06. SLIDERS
    6.1 Section Slider 1
    6.2 Section Slider 2
07. CONTENTS
    7.1 PAGE HOME
        7.1.1 Section Make An Appointment
        7.1.2 Section Make An Appointment Content
        7.1.3 Section About Us
        7.1.4 Section Our Department
        7.1.5 Section Testimonial
        7.1.6 Section Latest News
09.FOOTER SECTION
    9.1 Footer Column 1
    9.2 Footer Column 2
    9.3 Footer Column 3
    9.4 Footer Copyright
10.RESPONSIVE
11.CROSS BROWSER & ISSUES

/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/* 1.1 Raleway Fonts */
@font-face {
    font-family: "Raleway-Light";
    src: url('fonts/raleway/raleway-light.eot');
    src: url('fonts/raleway/raleway-light.eot?#iefix') format('embedded-opentype'),
        url('fonts/raleway/raleway-light.woff') format('woff'),
        url('fonts/raleway/raleway-light.ttf') format('truetype'),
        url('fonts/raleway/raleway-light.svg#ralewaylight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Raleway-Regular";
    src: url('fonts/raleway/raleway-regular.eot');
    src: url('fonts/raleway/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-regular.woff') format('woff'),
         url('fonts/raleway/raleway-regular.ttf') format('truetype'),
         url('fonts/raleway/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Raleway-Medium";
    src: url('fonts/raleway/raleway-medium.eot');
    src: url('fonts/raleway/raleway-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-medium.woff') format('woff'),
         url('fonts/raleway/raleway-medium.ttf') format('truetype'),
         url('fonts/raleway/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Raleway-Semibold";
    src: url('fonts/raleway/raleway-semibold.eot');
    src: url('fonts/raleway/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-semibold.woff') format('woff'),
         url('fonts/raleway/raleway-semibold.ttf') format('truetype'),
         url('fonts/raleway/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Raleway-Bold";
    src: url('fonts/raleway/raleway-bold.eot');
    src: url('fonts/raleway/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-bold.woff') format('woff'),
         url('fonts/raleway/raleway-bold.ttf') format('truetype'),
         url('fonts/raleway/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* 1.2 Lato Fonts */
@font-face {
    font-family: "Lato-Normal";
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    src: url("fonts/lato/lato-normal/lato-normal.woff2") format("woff2"),
         url("fonts/lato/lato-normal/lato-normal.woff") format("woff");
}
@font-face {
    font-family: "Lato-Medium";
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    src: url("fonts/lato/lato-medium/lato-medium.woff2") format("woff2"),
         url("fonts/lato/lato-medium/lato-medium.woff") format("woff");
}
@font-face {
    font-family: "Lato-Semibold";
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility;
    src: url("fonts/lato/lato-semibold/lato-semibold.woff2") format("woff2"),
         url("fonts/lato/lato-semibold/lato-semibold.woff") format("woff");
}
@font-face {
    font-family: "Lato-Bold";
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    src: url("fonts/lato/lato-bold/lato-bold.woff2") format("woff2"),
         url("fonts/lato/lato-bold/lato-bold.woff") format("woff");
}
@font-face {
  font-family: "Lato-Black";
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  src: url("fonts/lato/lato-black/lato-black.woff2") format("woff2"),
       url("fonts/lato/lato-black/lato-black.woff") format("woff");
}

/* 1.3 Proxi Manova */
@font-face {
    font-family: "Proximanova-Regular";
    src: url('fonts/proximanova/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-regular-webfont.svg') format('svg');
}

/* 1.4 Open Sans */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("fonts/open-sans/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("fonts/open-sans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"),
       url("fonts/open-sans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),
       url("fonts/open-sans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),
       url("fonts/open-sans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
       url("fonts/open-sans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
       url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"),
       url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"),
       url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"),
       url("fonts/open-sans/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("fonts/open-sans/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("fonts/open-sans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"),
       url("fonts/open-sans/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"),
       url("fonts/open-sans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"),
       url("fonts/open-sans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"),
       url("fonts/open-sans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}


/*============================
 *   02. GENERAL SETTINGS    *
 ============================*/
/* 2.1 Typography */
* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility ;
    -webkit-font-smoothing: antialiased ;
    -moz-osx-font-smoothing: grayscale ;
}
body {
    background-color: #ffffff;
    color: #515151;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-style: normal;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1, h1{
    font-size: 48px;
}
.h2, h2 {
    font-size: 33px;
}
.h3, h3 {
    font-size: 23px;
}
.h4, h4{
    font-size:17px;
}
a{
    text-decoration: none;
    border: 0;
    outline: 0;
}
hr {
    border-top: 1px solid #e6e6e6;
}
a:hover,
a:active,
a:focus{
    text-decoration: none !important;
    outline: none;
}
p{
    font-family: "Lato-Normal";
    font-size: 16px;
    line-height: 1.5;
}
ol, ul {
    padding: 0;
}
button:active{
    outline: none !important;
    border: none !important;
}
button:focus,
button,
.bootstrap-select
.dropdown-toggle:focus,
.bootstrap-select.btn-group .dropdown-menu li a {
    outline:none !important;
}
textarea:focus,
input:focus,
select:focus,
.uneditable-input:focus{
    border-color: rgba(128, 128, 128, 128) !important;
    box-shadow: 0 0 0 rgba(128, 128, 128, 128) inset,
                0 0 0 rgba(128, 128, 128, 128) !important;
    outline: 0 none !important;
}
ul,li {
    list-style-type: none !important;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.img-full{
    width: 100%;
}
.title-1 h4{
    font-family: "Raleway-Bold";
    color: #61727d;
    font-size: 18px;
    margin: -10px 0 15px;
}

/* 2.2 Background Colors */
.bg-white{
    background-color: #ffffff;
}
.bg-blue{
    background-color: #03a9f4;
}
.bg-green{
    background-color: #02ccd4;
}
.bg-red{
    background-color: #e6614f;
}
.bg-grey{
    background-color: #f0f5f7;
}

/* 2.3 Button Classes*/
/* Button Red */
.red-btn {
    font-family: "Raleway-Bold";
    font-size: 13px;
    margin-top: 8px;
    padding: 13px 33px;
    background-color: #f52e62;
    border-color: #f52e62;
    border-radius: 2px;
    color: #ffffff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.red-btn:hover{
    opacity:0.8;
    color: #ffffff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.red-btn:focus{
    color: #ffffff;
}

/* Button Blue */
.blue-btn {
    font-family: "Raleway-Bold";
    font-size: 13px;
    margin-top: 8px;
    padding: 13px 33px;
    background-color: #34ace1;
    border-color: #34ace1;
    border-radius: 2px;
    color: #ffffff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.blue-btn:hover{
    color: #ffffff;
    opacity:0.8;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.blue-btn:focus{
    color: #ffffff;
}

/* Button With Caret*/
.btn-caret {
    font-family: "Raleway-Regular";
    font-size: 11px;
    padding: 4px 16px 6px;
    background-color: transparent;
    border-color: #34ace1;
    border-radius: 0px;
    color: #283e56;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-caret i {
    font-size: 18px;
    color: #34ace1;
    position: relative;
    left: -17px;
    top: 2px;
}
.btn-caret:hover, .btn-caret:hover i{
    color: #ffffff;
    background-color: #34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 2.4 Margin & Padding Settings*/
.m-top-12{margin-top:-12px;}
.m-top10{margin-top:10px;}
.m-top13{margin-top:13px;}
.m-top16{margin-top:16px;}
.m-top20{margin-top:20px;}
.m-top25{margin-top:25px !important;}
.m-top30{margin-top:30px;}
.m-top35{margin-top:35px;}
.m-top40{margin-top:40px;}
.m-top50{margin-top:50px;}
.m-top55{margin-top:55px !important;}
.m-top60{margin-top:60px;}
.m-top70{margin-top:70px;}
.m-top80{margin-top:80px;}
.m-top90{margin-top:90px;}
.m-top100{margin-top:100px;}
.m-top220{margin-top:220px;}
.m-topbot35{margin-top: 35px;margin-bottom: 35px;}
.m-bot10{margin-bottom:10px;}
.m-bot20{margin-bottom:20px;}
.m-bot25{margin-bottom:25px;}
.m-bot30{margin-bottom:30px;}
.m-bot40{margin-bottom:40px;}
.m-bot50{margin-bottom:50px;}
.m-bot55{margin-bottom:55px;}
.m-bot60{margin-bottom:60px;}
.m-bot70{margin-bottom:70px;}
.m-bot80{margin-bottom:80px;}
.m-bot90{margin-bottom:90px;}
.m-bot100{margin-bottom:100px;}
.p-0{padding: 0;}
.p-top10{padding-top:10px;}
.p-top15{padding-top:15px;}
.p-top20{padding-top:20px;}
.p-top25{padding-top:25px;}
.p-top30{padding-top:30px;}
.p-top40{padding-top:40px;}
.p-top50{padding-top:50px;}
.p-top60{padding-top:60px;}
.p-top65{padding-top:65px;}
.p-top70{padding-top:70px;}
.p-top75{padding-top:75px;}
.p-top80{padding-top:80px;}
.p-top90{padding-top:90px;}
.p-top100{padding-top:100px;}
.p-bot10{padding-bottom:10px;}
.p-bot20{padding-bottom:20px;}
.p-bot23{padding-bottom:23px;}
.p-bot30{padding-bottom:30px;}
.p-bot35{padding-bottom:35px;}
.p-bot40{padding-bottom:40px;}
.p-bot45{padding-bottom:45px;}
.p-bot50{padding-bottom:50px;}
.p-bot60{padding-bottom:60px;}
.p-bot70{padding-bottom:70px;}
.p-bot80{padding-bottom:80px;}
.p-bot85{padding-bottom:85px;}
.p-bot90{padding-bottom:90px;}
.p-bot100{padding-bottom:100px;}
.p-bot345{padding-bottom:345px;}

/* 2.5 Modal Overlay */
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}
.modal{
    padding-top: 200px;
}

/* 2.6 Custom Lines */
/* Lines 1 */
.cross-line:before{
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line span{
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 300px;
    display: inline-block;
    top: -6px;
    left: 1px;
    position: relative;
}

/* Lines 2 */
.cross-line2:before{
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line2 span{
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 70%;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 3px;
}

/* Lines 3 */
.cross-line3:before{
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line3 span{
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 90%;
    display: inline-block;
    position: relative;
    top: -7px;
    left: 3px;
}

/* Lines 4 */
.cross-line4:before{
    font-size: 14px;
    font-family: fontawesome;
    content: "\f067";
    color: #abe1f9;
    top: 2px;
    position: relative;
}
.cross-line4 span{
    border-bottom: 1px solid #71d1fb;
    width: 90%;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 3px;
}

/* Lines 5 */
.cross-line5:before {
    font-size: 14px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line5 span {
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 90%;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 3px;
}
/* Lines 6 */
.cross-line6:before {
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line6 span {
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 97%;
    display: inline-block;
    position: relative;
    top: -6.7px;
    left: 7px;
}
/* Lines 7 */
.cross-line7:before {
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #abe1f9;
}
.cross-line7 span {
    border-bottom: 1px solid #abe1f9;
    width: 68%;
    display: inline-block;
    position: relative;
    top: -6.7px;
    left: 7px;
}
/* Lines 8 */
.cross-line8:before {
    font-size: 18px;
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
}
.cross-line8 span {
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 90%;
    display: inline-block;
    position: relative;
    top: -6.7px;
    left: 7px;
}
/* Lines 9 */
.cross-line9 {
    border-bottom: 1px solid #c9eeff;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -16px;
    left: 0px;
}

/* 2.7 Color Classes */
.light-blue{
    color: #34ace1;
}
.dark-blue{
    color: #0e4971;
}

/* 2.8 Image Hover Style */
/* style 1 */
.img-hover1 .image-wrap {
    z-index: 1;
    display: block;
    margin: 0 auto;
    margin-bottom: .5em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: auto;
    line-height: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.img-hover1 .image-wrap img {
    max-width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-hover1:hover .image-wrap {
    background: #268cb9;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.img-hover1 .image-wrap img {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.img-hover1 .content-img {
    width: 157px;
    height: 157px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.img-hover1 .content-img:hover .socials {
    left: 0;
    margin-left: 0;
}
.img-hover1 .content-img:hover .view-text {
    left: 0;
    margin-right: 0;
}
.img-hover1 .content-img:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.img-hover1 .info {
    text-align: center;
    font-size: .75em;
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40%;
}

.img-hover1 .socials {
    font-weight: bold;
    display: block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    margin-left: -200%;
}
.img-hover1 .view-text {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 1;
    display: block;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    margin-right: -200%;
    position:relative;
    top:13px;
}
.img-hover1 .view-text a{
    font-family:"Raleway-Bold";
    font-size:12px;
    color: #ffffff;
}
.img-hover1 .view-text:after{
    content: "";
    position: absolute;
    width: 30%;
    bottom: 0;
    top: 20px;
    margin: auto;
    right: 0;
    left: 0;
    border-top: 2px solid #ffffff;
}
.img-hover1 .social-links a{
    text-align: center;
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    margin:4px;
    background-color:#ffffff;
}
.img-hover1 .social-links a i{
    font-size: 15px;
    line-height: 28px;
    color: #34ace1;
}
.img-hover1 .social-links a:hover {
    background-color:#3676e1;
    border: 1px solid #3676e1;
}
.img-hover1 .social-links a:hover i{
    color:#fff;
}
/*====================
 *    03. TOPBAR     *
 ====================*/
/* [~Create Code Here~] */

/*====================================
 *  04. NAVBAR / NAVIGATION MENUS    *
 ====================================*/

 /* 4.1 Navbar Header */
.navbar {
    margin-bottom: 0px;
}
.navbar-right{
    margin-right: 100px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    height: 121px;
    padding-top: 22px;
    border-bottom: 1px solid #e3e3e3;
}
.navbar-brand {
    padding: 0;
    margin-left: 0px !important;
}
.navbar-nav > li > a {
    font-family: "Raleway-Medium";
    color: #072643 !important;
    font-size: 16px;
    padding: 10px 19.4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Navbar Active, Focus, & Hover */
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
    color: #34ace1 !important;
    background-color: transparent !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 4.2 Navbar Collapse */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #34ace1;
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #34ace1;
}

/* 4.3 Search Button */
.search-btn{
    margin-top:12px;
    color:#34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search-btn:focus{
    color:#34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search-btn:hover{
    color:#072643;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar-modal-search h2 {
    font-family: "Raleway-Bold";
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 9px;
    font-style: italic;
}
.navbar-modal-search form { position: relative; }
.navbar-modal-search form,
.navbar-modal-search form input[type="text"] {
    float: left;
    width: 100%;
}
.navbar-modal-search form input[type="text"] {
    height: 60px;
    font-size: 16px;
    color: #929292;
    font-style: italic;
    background-color: #191919;
    border-top: 1px solid;
    padding: 10px 22px;
    border: none;
    border-top: 1px solid #34ace1 !important;
}

.navbar-modal-search form input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: none;
    z-index: 1;
}
.navbar-modal-search form i {
    position: absolute;
    right: 23px;
    top: 23px;
    color: #818181;
    font-size: 17px;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-modal-search form i:hover {
   color: #34ace1 !important;
   -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-modal-search .modal-content{
    background-color: transparent;
    box-shadow: none;
    border: none;
}

/* 4.4 Navbar Hover */
/*.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}*/

/* 4.5 Navbar Dropdown */
.dropdown-menu > li > a {
    font-family: "Raleway-Medium";
    color: #072643 !important;
    font-size: 14px;
    padding: 10px 19.4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dropdown-menu > li > a:hover {
    color: #34ace1 !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*================================
 *   05. SUBHEADER & BREADCRUMB  *
 ================================*/
/* 5.1 Subheader */
#section-subheader img{
    width: 100%;
    height: 234px;
    object-fit: cover;
}

/* 5.2 Breadcrumb */
#section-breadcrumb{
    padding: 21px 0;
}
#section-breadcrumb ul{
    padding: 0;
}
#section-breadcrumb ul > li > img{
    float: left;
    margin-right: -26px;
}
#section-breadcrumb li{
    float: left;
    margin-right: 50px;
}
#section-breadcrumb li a{
    font-family: "Raleway-Medium";
    font-size: 13px;
    color: #072643;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-breadcrumb li a:hover{
    color: #34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-breadcrumb li:not(:last-child) a:after{
    content: '';
    background: url(assets/images/arrow-blue.png);
    width: 18px;
    height: 5px;
    position: absolute;
    margin-top:8px;
    margin-left:16px;
}
/*====================
 *     06. SLIDERS    *
 ====================*/
/* 6.1 Section Slider 1 */
#section-slider1 {
    width: 100%;
    max-height: 556px;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
}
.swiper-slide > img{
    width: 100%;
    height: 556px;
    object-fit: cover;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.credit {
  position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    color: white;
    opacity: .5;
}

.navbar-brand>img {
  float: left !important;
}

.navbar-brand>img.extra {
  width: 280px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 37px;
}

.swiper-slide > .text-slider{
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 123px;
    right: 0;
    left: 0;
}
.swiper-slide > .text-slider > h2{
    font-family: "Raleway-Regular";
    font-size: 30px;
    color: #efefef;
}
.swiper-slide > .text-slider > h2 > strong{
    font-family: "Raleway-Bold";
    top: -10px;
    position: relative;
}
.swiper-slide > .text-slider > p{
    font-family: "Raleway-Regular";
    font-size: 16px;
    color: #efefef;
    top: -6px;
    position: relative;
}
.swiper-slide .text-slider .cross-line{
    top: -13px;
    position: relative;
}
.swiper-slide > .text-slider > .btn{
    font-family: "Raleway-Bold";
    font-size: 16px;
    margin-top: 8px;
    padding: 10px 23px;
    background-color: #f52e62;
    border-color: #f52e62;
    border-radius: 2px;
    color: #ffffff;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.swiper-slide > .text-slider > .btn:hover{
    opacity: 0.8;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.swiper-slide > .text-slider > .btn > i{
    left: 8px;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    top: 57%;
}
.swiper-button-next{
    background-image: none !important;
    background-color: #414141;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: -10px;
    padding: 27px 24px;
}
.swiper-button-next:before{
    font-size: 17px;
    font-family: fontawesome;
    content: "\f105";
    color: #fff;
    left: 21px;
    top: 15px;
    position: absolute;
}
.swiper-button-prev{
    background-image: none !important;
    background-color: #414141;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -10px;
    padding: 27px 24px;
}

.swiper-button-prev:before{
    font-size: 17px;
    font-family: fontawesome;
    content: "\f104";
    color: #fff;
    left: 19px;
    top: 15px;
    position: absolute;
}
.swiper-pagination-bullet-active {
    background: #f55692;
}

/* 6.2 Section Slider 2 */
#section-slider2 {
    width: 100%;
    max-height: 476px;
}
#section-slider2 .swiper-slide > img{
    width: 100%;
    height: 476px;
    object-fit: cover;
}
#section-slider2 .swiper-slide > .text-slider > h2{
    font-family: "Raleway-Regular";
    font-size: 30px;
    color: #34ace1;
}
#section-slider2 .swiper-slide > .text-slider > h2 > strong{
    font-family: "Raleway-Bold";
    top: -10px;
    position: relative;
}
#section-slider2 .swiper-slide > .text-slider > p{
    font-family: "Raleway-Regular";
    font-size: 16px;
    color: #769eaf;
    top: -6px;
    position: relative;
}
#section-slider2 .swiper-slide > .text-slider > button{
    font-family: "Raleway-Semibold";
    font-size: 13px;
    margin-top: 8px;
    padding: 12px 23px;
    background-color: #34ace1;
    border-color: #34ace1;
    border-radius: 2px;
    color: #ffffff;
}

/*====================
 *    07. CONTENTS    *
 ====================*/
/*====================
  *  7.1 PAGE HOME    *
 =====================*/
/* 7.1.1 Section Make An Appointment */
#section-makeanappointment{
    position: relative;
    left: 0;
    right: 0;
    margin-top: -63px;
    z-index: 9;
}
#section-makeanappointment .heading{
    padding: 7px 0px 9px 48px;
    background-color: #0e4971;
}
#section-makeanappointment .heading h3{
    font-family: "Raleway-Medium";
    font-size: 18px;
    color: #b5e8ff;
}
#section-makeanappointment .phone-number{
    padding: 8px 0px 10px 30px;
    background-color: #ffffff;
}
#section-makeanappointment .phone-number h3{
    font-family: "Lato-Bold";
    font-size: 17px;
    color: #0e4971;
    display: inline-block;
    padding-left: 10px;
}
#section-makeanappointment .opening-hours{
    padding: 20px 0px 23px 75px;
    background-color: #ffffff;
}
#section-makeanappointment .opening-hours span{
    font-family: "Raleway-Semibold";
    font-size: 14px;
    letter-spacing: .5px;
}
#section-makeanappointment .opening-hours img{
    margin: 0 8px;
}

/* 7.1.2 Section Make An Appointment Content */
#section-makeanappointment-content{
    background-color: #34ace1;
}
#section-makeanappointment-content form div{
    padding: 0px;
}
#section-makeanappointment-content form{
    padding: 42px 0 31px;
}
#section-makeanappointment-content input,
#section-makeanappointment-content input:focus,
#section-makeanappointment-content textarea,
#section-makeanappointment-content textarea:focus{
    font-family: "Proximanova-Regular";
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #98dbf8 !important;
    border-radius :0px;
}
#section-makeanappointment-content input{
    height: 40px;
}
#section-makeanappointment-content textarea{
    height: 85px;
}
#section-makeanappointment-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Proximanova-Regular";
    color: #ffffff;
    font-size:15px;
}
#section-makeanappointment-content ::-moz-placeholder { /* Firefox 19+ */
    font-family: "Proximanova-Regular";
    color: #ffffff;
    font-size:15px;
}
#section-makeanappointment-content :-ms-input-placeholder { /* IE 10+ */
    font-family: "Proximanova-Regular";
    color: #ffffff;
    font-size:15px;
}
#section-makeanappointment-content :-moz-placeholder { /* Firefox 18- */
    font-family: "Proximanova-Regular";
    color: #ffffff;
    font-size:15px;
}
#section-makeanappointment-content .btn{
    font-family: "Raleway-Bold";
    color: #1988b9;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 8px 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#section-makeanappointment-content .btn:hover{
    color: #ffffff;
    background-color: #0e4971;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#section-makeanappointment-content .btn img{
    position: relative;
    left: 6px;
}

/* 7.1.3 Section About Us */
#section-aboutus h4{
    font-family: "Raleway-Medium";
    font-size: 27px;
    color: #3c4f5c;
    margin-bottom: 0px;
}
#section-aboutus h3{
    font-family: "Raleway-Bold";
    font-size: 27px;
    color: #3c4f5c;
    margin-top: -6px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    padding-top:67px;
    padding-bottom:67px;
}
.services-list .service-block .icon {
    position: relative;
    font-size: 38px;
    float: left;
    top: 30px;
}
.services-list .service-block .text-block .heading {
    font-family: "Raleway-Semibold";
    color: #3c4f5c;
    font-size: 20px;
    margin-bottom: 14px;
}
.services-list .service-block .text-block {
    margin-left: 100px;
}

/* 7.1.4 Section Our Department */
#light-grey-bg{
    background-color: #f0f5f7;
}
#section-ourdepartments .left{
    padding-top: 85px;
    padding-bottom: 60px;
}
#section-ourdepartments .left h3{
    font-family: "Raleway-Bold";
    color: #34ace1;
}
#section-ourdepartments .left p{
    top: 4px;
    position: relative;
}
#section-ourdepartments .left .btn{
    margin-top: 23px;
}
#section-ourdepartments .item img{
    position: relative;
    margin-right: 20px;
    float: left;
    top: 8px;
}
#section-ourdepartments .item h3{
    font-family: "Raleway-Medium";
    font-size: 19px;
    color: #3c4f5c;
    margin-bottom: 20px;
}
#section-ourdepartments .item a{
    font-family: "Raleway-Bold";
    color: #02aec0;
    font-size: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: 8px;
}
#section-ourdepartments .item a:hover{
    color: #0e4971;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* 7.1.5 Section Meet Our Doctors */
#section-meetourdoctors h3{
    font-family: "Raleway-Bold";
    color: #34ace1;
    padding-bottom: 48px;
}
#section-meetourdoctors h3:after{
    content:'';
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 98%;
    top:20px;
    bottom: 0px;
    float:right;
    position:relative;
}
#section-meetourdoctors h3:before{
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
    font-size: 18px;
    position:absolute;
    top: 53px;
}

#section-meetourdoctors .owl-theme .owl-dots .owl-dot.active span,
#section-meetourdoctors .owl-theme .owl-dots .owl-dot:hover span {
    background: #3695eb;
}
#section-meetourdoctors .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #adc2ca;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#section-meetourdoctors .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 47px;
    margin-bottom: 57px;
}

/* 7.1.6 Section Testimonial */
#section-testimonial{
    background-color: #ffffff;
    margin-bottom: 55px;
}
#section-testimonial h2{
    font-family: "Raleway-Bold";
    color: #34ace1;
    line-height: 1.2;
    margin-bottom: 18px;
}

#section-testimonial > .container .row > .left{
    padding: 90px 15px 122px;
}
#section-testimonial > .container .row > .left::after{
    content: '';
    background: url(assets/images/vertical_line.png);
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#section-testimonial .left a p{
    font-family: "Raleway-Medium";
    font-size: 13px;
    color: #61727d;
    position: relative;
    top: 13px;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
#section-testimonial .left a p:hover{
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
    color: #34ace1;
}
#section-testimonial > .container > .row > .right{
    padding: 55px 15px 55px 60px;
}
#section-testimonial .right h3{
    font-family: "Raleway-Bold";
    font-size: 25px;
    color: #02aec0;
}
#section-testimonial .right h4{
    font-family: "Raleway-Semibold";
    font-size: 16px;
    color: #61727d;
    margin: 25px 0;
}
#section-testimonial .right .img-quote{
    position: relative;
    top: 25px;
}

/* Carousel Testimonial*/
#section-testimonial .right #quote-carousel .carousel-indicators {
    top: 78%;
    left: 0;
    width: 100%;
    margin-left: -240px;
}
#section-testimonial .right #quote-carousel .carousel-indicators li {
    width: 55px;
    height: 55px;
    margin: 5px;
    cursor: pointer;
    border: transparent;
    border-radius: 50px;
    /*opacity: 0.4;*/
    overflow: hidden;
    /*transition: all 0.4s;*/
    padding: 3px;
}
#section-testimonial .right #quote-carousel .carousel-indicators img {
    width: 100%;
}
#section-testimonial .right #quote-carousel .carousel-indicators .active {
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #34ace1;
    /*opacity: 1;*/
    overflow: hidden;
}
#section-testimonial .right .carousel-inner {
    min-height: 300px;
}

/* 7.1.7 Section Latest News */
#section-latestnews{
    margin-bottom: 73px;
}
#section-latestnews h3{
    font-family: "Raleway-Bold";
    color: #34ace1;
    padding-bottom: 48px;
}
#section-latestnews h3:after{
    content:'';
    border-bottom: 1px solid rgba(0,0,0,.2);
    width: 98%;
    top:20px;
    bottom: 0px;
    float:right;
    position:relative;
}
#section-latestnews h3:before{
    font-family: fontawesome;
    content: "\f067";
    color: #34ace1;
    font-size: 18px;
    position:absolute;
    top: 53px;
}
#section-latestnews .list-latestnews{
    background-color: #ffffff;
    padding: 0px;
}
#section-latestnews .list-latestnews h4{
    font-family: "Raleway-Light";
    font-size: 22px;
    color: #283e56;
    margin-top: 13px;
    margin-bottom: 5px;
}
#section-latestnews .list-latestnews p{
    font-family: "Raleway-Regular";
    font-size: 15px;
    color: #586a7e;
    margin-top: 15px;
}
#section-latestnews .list-latestnews .date{
    margin-bottom: 13px;
}
#section-latestnews .list-latestnews .date i{
    color: #1a99d5;
    margin-right: 8px;
}
#section-latestnews .list-latestnews .btn-caret{
    margin-top: 17px;
    margin-bottom: 8px;
}
#section-latestnews .list-latestnews .content-descriptions{
    padding: 17px 37px;
}
#section-latestnews .owl-theme .owl-dots .owl-dot.active span,
#section-latestnews .owl-theme .owl-dots .owl-dot:hover span {
    background: #3695eb;
}
#section-latestnews .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 3px 1px;
    background: #adc2ca;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

/*====================
 * 09.FOOTER SECTION *
 ====================*/
#section-footer .ft_title{
    margin-bottom: 35px;
}
/* 9.1 Footer Column 1 */
#section-footer{
    background-color: #2d3b48;
    padding: 65px 0 0;
}
#section-footer h4{
    font-family: "Lato-Bold";
    font-size: 18px;
    color: #ffffff;
}

#section-footer .ft_newsletter_signup .input{
    padding: 0 1px 0 0;
    width: 180px;
}
#section-footer .ft_newsletter_signup .submit{
    padding: 0 1px 0 0;
}
#section-footer .ft_newsletter_signup input{
    font-family: "Lato-Normal";
    font-size: 16px;
    border-radius: 0px;
    height: 47px;
    color: #fff;
    background-color: #42505f;
    border: 1px solid #42505f;
}
#section-footer .ft_newsletter_signup input:focus{
    border: 1px solid #34ace1 !important;
}
#section-footer .ft_newsletter_signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Lato-Normal";
    color: #a7b8c8;
    font-size:16px;
}
#section-footer .ft_newsletter_signup ::-moz-placeholder { /* Firefox 19+ */
    font-family: "Lato-Normal";
    color: #a7b8c8;
    font-size:16px;
}
#section-footer .ft_newsletter_signup :-ms-input-placeholder { /* IE 10+ */
    font-family: "Lato-Normal";
    color: #a7b8c8;
    font-size:16px;
}
#section-footer .ft_newsletter_signup :-moz-placeholder { /* Firefox 18- */
    font-family: "Lato-Normal";
    color: #a7b8c8;
    font-size:16px;
}
#section-footer .ft_newsletter_signup .btn{
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #ffffff;
    border-radius: 0px;
    height: 47px;
    background-color: #34ace1;
    width: 98px;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
#section-footer .ft_newsletter_signup .btn:hover{
    background-color: #ffffff;
    color:#34ace1;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
#section-footer .latest-tweets{
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: "Lato-Bold";
}
#section-footer .latest-tweets i{
    margin: 0 20px 0 0;
    color: #34ace1;
}
#section-footer .latest-tweets p:nth-of-type(1){
    font-family: "Lato-Normal";
    font-size: 16px;
    color: #afbbc6;
    margin-top: 18px;
    line-height: 1.3;
}
#section-footer .latest-tweets p:nth-of-type(2){
    font-family: "Lato-Normal";
    font-size: 14px;
    color: #697886;
    margin-top: 18px;
}
#section-footer .owl-dots{
    top: 35%;
    position: absolute;
    right: 0;
}
#section-footer .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 0 1px 6px;
    background: #adc2ca;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#section-footer .owl-theme .owl-dots .owl-dot.active span,
#section-footer .owl-theme .owl-dots .owl-dot:hover span {
    background: #34ace1;
}

/* 9.2 Footer Column 2 */
#section-footer > .container > .row > div:nth-of-type(2){
    padding: 0 54px;
}
#section-footer .ft_latestnews{
    border-bottom: 1px solid #404e5b;
    padding-bottom: 8px;
    margin-bottom: 28px;
}
#section-footer .ft_latestnews a:hover p{
    color: #34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer .ft_latestnews_media{
    float: left;
    margin-right: 15px;
}
#section-footer .ft_latestnews_desc p:nth-of-type(1){
    font-family: "Lato-Normal";
    font-size: 16px;
    color: #afbbc6;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer .ft_latestnews_desc p:nth-of-type(2){
    font-family: "Lato-Normal";
    font-size: 14px;
    color: #697886;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer .ft_latestnews_desc {
    position: relative;
    top: -5px;
}

/* 9.3 Footer Column 3 */
#section-footer .ft_contactus_desc p{
    font-family: "Lato-Normal";
    font-size: 16px;
    color: #afbbc6;
}
#section-footer .ft_contactus_desc p i{
    margin-right: 28px;
    font-size: 17px;
    color: #afbbc6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#section-footer .ft_contactus_desc p a:hover i{
    color: #34ace1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* 9.4 Footer Copyright */
#section-footer .ft_copyright p{
    font-family: "Lato-Normal";
    font-size: 16px;
    color: #7a8b9b;
}
#section-footer .ft_copyright div{
    border-top: 1px solid #404e5b;
    padding: 27px 0;
    margin-top: 8px;
}
/*====================
 *   10.RESPONSIVE   *
 ====================*/

@media only screen and ( max-width: 1199px ){
    .navbar-right {
        margin-right: 20px;
    }
    #section-makeanappointment .opening-hours {
        padding: 20px 0px 22px 0px;
    }
    #section-makeanappointment .heading {
        padding: 7px 0px 8px 25px;
    }
    #section-testimonial .right #quote-carousel .carousel-indicators {
        top: 85%;
        margin-left: -175px;
    }
    #section-footer .ft_newsletter_signup .input{
        width: 50%;
    }
    #section-footer .ft_newsletter_signup .submit{
        width: 100%;
        margin-top: 10px;
    }
    #section-footer .ft_newsletter_signup .submit button{
        width: 100%;
    }
    #section-footer .owl-dots {
        top: 100%;
    }
    #section-footer > .container > .row > div:nth-of-type(2) {
        padding: 0 15px;
    }
    #section-contactus .contents-left, #section-contactus .contents-right {
        padding: 15px;
    }
    .sidebars .opening_hours{
        padding: 15px;
    }
    #section-testimonial-2 .item:before{
        left: 44%;
    }
    #section-testimonial-2 .item:after{
        right: 44%;
    }
    #section-doctordetails .time-line .time-line-item:nth-of-type(1) .year:before,
    #section-doctordetails .time-line .time-line-item:nth-of-type(n+2) .year:before{
        right: -13px !important;
    }
    #section-doctordetails .time-line-item .year::after,
    #section-doctordetails .time-line-item .year::after{
        right: -12px !important;
    }
    #section-doctordetails .time-line-item .year ul li:nth-child(1):before{
        left: 15px;
    }
    .content-right-section1,
    .content-right-section2,
    .content-right-section3,
    .content-right-section4{
        padding: 0;
    }
    .content-right-section2{
        float: left;
    }
    #section-cardiaccare .left {
        padding: 0 15px;
    }
    #section-cardiaccare .left .service-we-offer .right-image img {
        right: 0px;
    }
    #section-blogpost .left .content hr {
        width: 71%;
    }
}
@media only screen and (min-width: 992px) and ( max-width: 1199px ){
    #section-latestnews .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 365px !important;
    }
}
@media only screen and ( min-width: 1200px ){
    #section-makeanappointment .heading {
        width: 263px;
    }
    #section-makeanappointment .opening-hours {
        width: 43.55%;
    }
}
@media only screen and ( min-width: 1000px ){
    #section-latestnews .owl-theme .owl-nav.disabled+.owl-dots {
        width: 70px;
        background-color: #f0f5f7;
        border-radius: 20px;
        padding: 2px 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 325px;
        position: relative;
    }
}
@media only screen and ( max-width: 999px ){
    #section-latestnews .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 30px 0 40px;
    }
    .top-brand {
      width: calc(100% + 31px) !important;
      margin-left: -16px !important;
      margin-right: -10px;
      clear: both;
      margin-top: 30px !important;
    }

    .language-switcher {
      position: absolute;
      top: 5px;
      right: 5px;
    }

    h2 {
      padding-left: 15px;
      padding-right: 15px;
    }

    .top-brand .hide {
      display: none;
    }
}
@media only screen and ( min-width: 992px ){

    #section-makeanappointment .heading:before {
        font-size: 30px;
        font-family: fontawesome;
        content: "\f0d7";
        color: #0e4971;
        position: absolute;
        top: 44px;
    }
    #section-aboutus .right {
        padding-left: 100px;
    }
    .service-block:not(:last-child):after{
        content: '';
        background: url('assets/images/dotted.png');
        width: 13px;
        height: 100%;/*height of image*/
        position: absolute;
        right:0;
        top:0;
    }
}
@media only screen and ( max-width: 991px ){
    .search-btn{
        margin-right: 80px !important;
        margin-top: -34px;
    }
    .navbar-collapse{
        margin-top: 26px;
    }
    #section-makeanappointment{
        position: relative;
        padding-bottom: 10px;
        text-align: center;
    }
    #section-makeanappointment .heading,
    #section-makeanappointment .phone-number,
    #section-makeanappointment .opening-hours{
        padding: 15px 0;
    }
    #section-makeanappointment-content form div {
        padding: 5px 0;
    }
    .services-list .service-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #section-3points{
        padding-bottom: 35px;
    }
    #section-testimonial{
        text-align: center;
    }
    #section-testimonial .right .img-quote{
        display: none;
    }
    #section-testimonial > .container > .row > .right {
        padding: 0 15px;
    }
    #section-testimonial > .container .row > .left {
        padding: 40px 15px;
    }
    #section-testimonial > .container .row > .left::after {
        display: none;
    }
    #section-testimonial .right #quote-carousel .carousel-indicators {
        margin-left: 0;
        position: relative;
        left: 0;
        right: 0;
    }
    #section-shop-home h3:before{
        top: 53px;
        z-index: 9;
    }
    #section-meetourdoctors h3:before,
    #section-doctordetails h3:before,
    #section-latestnews h3:before{
        top: 43px;
        z-index: 9;
    }
    #section-bloglisting   > .row > div h3:before,
    #section-bloglisting-1 > .row > div h3:before,
    #section-timetable > .row > div h3:before,
    #section-blogpost > .row > div h3:before,
    #section-ourdepartments2 h3:before,
    #section-cardiaccare h3:before,
    #section-contactus h3:before {
        top: 35px;
        z-index: 9;
    }
    #section-testimonial-2 .item:before{
        left: 42%;
    }
    #section-testimonial-2 .item:after{
        right: 42%;
    }
    #section-doctordetails > .row > .left > img{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #section-doctordetails .time-line-item .year ul li:nth-child(1):before {
        right: 105px;
    }
    #section-doctordetails .time-line .time-line-item:nth-of-type(1) .year:before,
    #section-doctordetails .time-line .time-line-item:nth-of-type(n+2) .year:before{
        right: 40px !important;
    }
    #section-doctordetails .time-line-item .year::after, #section-doctordetails .time-line-item .year::after {
        right: 41px !important;
    }
    #section-doctordetails > .row > .right .content-right-section3 .section3-right {
        padding: 25px 0px 10px;
    }
    #section-offer-banner {
        text-align: center;
    }
    #section-offer-banner .text-1 {
        padding: 30px 0 70px;
    }
    #section-ourdepartments3 .left img{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #section-ourdepartments3 .panel-default > .panel-heading+.panel-collapse > .panel-body {
        padding: 0px 20px 44px 100px;
    }
    #section-cardiaccare .left{
        padding: 0 15px;
    }
    #section-bloglisting   .search-filter .search-query,
    #section-bloglisting-1 .search-filter .search-query {
        width: 230px;
    }
    #section-bloglisting .list-blogs .blog-item .media{
        padding: 0;
    }
    #section-bloglisting .list-blogs .blog-item .content{
        padding: 9px 15px;
    }
    #section-bloglisting .list-blogs .owl-theme .owl-nav.disabled+.owl-dots {
        left: 0;
    }
    #section-bloglisting-1 .list-blogs .blog-item img{
        object-fit: cover;
        width: 100%;
        height: 280px;
    }
    #section-bloglisting-1 .list-blogs .blog-item .overlay .month {
        margin-top: 70px;
    }
    #section-blogpost .left {
        display: inline-block;
        text-align: center;
    }
    #section-blogpost .left .media {
        margin: 15px;
    }
    #section-blogpost .left .content hr {
        width: 96%;
    }
    #section-blogpost .left .content .social-links {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #section-blogpost .right {
        padding-right: 15px;
    }
    #blogpost-commentsform .leave-comment,
    #blogpost-commentsform form > div.name,
    #blogpost-commentsform form > div.email {
        padding-right: 15px;
        padding-left: 15px;
    }


    /* Custom Breakpoint [Navbar Collaps] */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .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;
    }
    /* End Custom Breakpoint [Navbar Collaps] */
}
@media only screen and ( min-width: 768px ){
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}
@media only screen and ( max-width: 767px ){
    .navbar-brand {
        padding: 0 15px;
    }
    .search-btn{
        margin-right: 65px !important;
        margin-top: -34px;
    }
    #section-contactus #section-map .right-img{
        display: none;
    }
    #section-testimonial-2 .item:before{
        left: 34%;
        top: 8%;
    }
    #section-testimonial-2 .item:after{
        right: 34%;
        top: 8%;
    }
}
@media only screen and ( max-width: 480px ){
    #section-footer .ft_newsletter_signup .input {
        width: 100%;
        margin-bottom: 5px;
    }
}
@media only screen and ( max-width: 414px ){
    #section-blogpost .left .content hr {
        width: 93%;
    }
}
@media only screen and (max-width: 375px){
    #section-blogpost .left .content hr {
        width: 91%;
    }
}
@media only screen and ( max-width: 360px ){
    #section-bloglisting-1 .list-blogs .blog-item .overlay .month {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 359px){
    #section-bloglisting-1 .list-blogs .blog-item .overlay .month {
        margin-top: 0px;
    }
}
/*==============================
 *  11.CROSS BROWSER & ISSUES  *
 ==============================*/
/* 11.1 Mozilla Firefox Browser */
/* Cross Browser on Mozilla Firefox */
@-moz-document url-prefix() {
    #section-makeanappointment .phone-number {
        padding: 8px 0px 9px 30px !important;
    }
    #section-makeanappointment .opening-hours {
        padding: 20px 0px 22px 75px !important;
    }
}

ul.cool-list, ul.cool-list li {
  list-style-type: disc !important;
}

ul.cool-list li {
  margin-top: 10px;
}

.top-brand {
  background-color: #bd0000;
  height: 81px;
  margin-top: -56px;
  margin-bottom: -26px;
  float: left !important;
  margin-left: 220px;
  width: calc(100% - 210px);
}

.master-info span {
  font-size: 24px;
  color: #bbdcf3;
}

h2 span {
  color: #bd0000;
}

.language-switcher {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}

.language-switcher a {
  margin-right: 10px;
}


.link {
  color: #07384e;
  font-weight: bold;
  font-size: 24px;
}

.top-brand.second {
  background-color: #bd0000;
  height: 81px;
  margin-top: -24px;
  margin-bottom: -26px;
  float: right !important;
  width: 718px;
  margin-left: auto;
}

.second-navbar {
  height: 80px !important;
}

.s2 {
  float: right;
  font-family: Brush Script MT, Brush Script Std, cursive;
  margin-right: 20px;
  font-size: 25px;
  color: #CCC;
}

@media (max-width: 768px) {
    .navbar-brand>img {
        width: 80px;
    }
    
    .navbar-brand {
        height: 100px;   
    }
    
    .navbar-brand>img.extra {
        width: 204px;
        margin-top: 0px;
    }
    
    .navbar-brand:nth-child(2) {
        height: auto;   
        width: 100%;
        margin-bottom: 10px;
    }
    
    .navbar-brand:nth-child(2) img {
        width: 90%;
    }
    
    .navbar-default {
        height: auto;
    }
    
    .s2 {
        position: absolute;
        width: 100%;
        text-align: center;
        margin: -15px;
    }
    
    #section-navbar2 img:first-child {
        width: 80%;
    }
    
    #section-navbar2 img:last-child {
        width: 18%;
        margin-right: auto !important;
    }
    
    .top-brand.second {
        margin: 0;
        margin-top: 85px !important;
        width: 100% !important;
    }
    
    .s2 {
        margin: 0 !important;
    }
    
    .top-brand.second .navbar-brand img:first-child {
        width: 72% !important;
    }
    
    .only-mobile {
        display: block !important;
        position: fixed;
        bottom: 10px;
        left: 0;
        width: 100%;
        background-color: #333;
        padding: 10px 0;
        z-index: 32;
        text-align: center;
    }
    
    .only-mobile .btn {
        font-family: "Raleway-Bold";
        font-size: 16px;
        margin-top: 8px;
        padding: 10px 23px;
        background-color: #f52e62;
        border-color: #f52e62;
        border-radius: 2px;
        color: #ffffff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.swiper-slide > .text-slider > p, .swiper-slide > .text-slider > h2 {
        color: #333 !important;
    }
    
#section-makeanappointment .row:first-child .s2 {
    background-color: white;
    line-height: 85px;
}

#section-makeanappointment .row:first-child .cont {
    float: left;
    width: calc( 100% + -8px);
    margin-left: 0px;
    background-color: white;
    /* height: 57px; */
    /* margin-bottom: -4px; */
    margin-top: -25px;
}

.top-brand.second {
    background-color: #bd0000;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    float: right !important;
    width: 718px;
    margin-left: auto;
    padding: 10px 0;
}

.top-brand.second .navbar-brand {
    margin-top: 0;
    height: auto;
    line-height: initial;
}

.only-mobile {
    display: none;
}