*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
   line-height: 1.7;
  font-size: 18px;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden !important;
}

a{
  text-decoration: none !important;
}

li{
  list-style: none !important;
}

ul{
    margin-bottom: 2px;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Lora', serif;
font-weight: 700 !important;
}



.toolbar-top-area {
    background:#0f307b;
    border-bottom: 1px dashed #3a3a3a5e;
    padding: 1px 0;
   /* background: url(../images/tophedar.png);*/
}

.toolbar-top-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 25px;
    color: #808080;
    font-size: 14px;
    padding-top: 3px;
}

.toolbar-top-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0px;
}

.toolbar-top-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.toolbar-top-area .toolbar-sl-share ul {
    text-align: right;
    padding-top: 2px;
}

.toolbar-top-area .toolbar-sl-share ul li {
    display: inline-block;
   /* margin-right: -27px;*/
}

.toolbar-top-area .toolbar-sl-share ul li a {
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 11px;
} 


.toolbar-top-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -mzs-transition: 0.4s;
    padding-left: 13px;
    font-size: 20px;
}

.toolbar-contact ul li a{
    color: #fff !important;
    font-size: 16px;
}


.fee1 a{
display: none;
color: #333;
}


/*====================================================================
    Main Header style
==================================================================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


.navbar{
  margin-bottom: 0px !important;
  border: none !important;
}

.main-header{
    /*position:fixed;*/
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background:#fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
    padding: 2px 0;
}

.main-menu .navigation > li > ul > li::marker{
    display: none !important;
}     

/*Sticky Header*/

.sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    padding:0px 0px;
    background:#18191b;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sticky-header .sticky-inner-container{
    padding:0px 50px;
}

.sticky-header .logo{
    padding:6px 0px 4px;    
}

.main-header .sticky-header .outer-box{
    margin-top:16px;
}


.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;   
}

.header-style-two .header-upper{
    position:relative;
    z-index:5;
    /*padding: 0px 42px;*/
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    width: 100%;
    background:#fff;
    /*box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);*/
}

.main-header .header-upper .logo img{
    position:relative;
    display:inline-block;
    max-width:100%;
}

.main-header .logo-outer{
    position:relative;
    z-index:25;
    padding:25px 0px 25px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .logo-outer{
    padding:2px 0px 8px;
}

.main-header .logo-outer .logo img{
    position:relative;
    display:inline-block;
    /*max-width:100%;*/
    width: 233px;
    margin-left: 0px;
    padding-top:0px;
   /* display: none;*/
}

/*.header-style-two.fixed-header .header-upper{
    border-bottom:1px solid rgba(252,247,247,1.00);
}
*/
.main-header .header-lower{
    position:relative;
    top:0px;
    width:100%;
    z-index:5;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}


.main-header .nav-outer{
    position:relative;
    padding-left: 0px;
    z-index: 999;
}

.main-menu{
    position:relative;
    float:left;
}

.main-menu .navbar-collapse{
    padding:0px;    
    margin-right: 30px;
}

.main-menu .navigation{
    position:relative;
    margin:0px;
    padding-top: 17px;
}

.main-menu .navigation > li{
    position:relative;
    float:left;
    margin-right:16px;
}

.main-menu .navigation > li:last-child{
    margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
    margin:0px;
    border:0px;
    margin-left:30px;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    color:#242424;
    line-height:30px;
    font-weight:500;
    opacity:1;
    text-transform:capitalize;
    padding:0px 0px 8px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a,{
    padding:25px 0px 25px;
}


.main-menu .navigation > li > a:after{
    position:absolute;
    content:'';
    left:0px;
    /*bottom:10px;*/
    width:23px;
    height:1px;
    opacity:0;
    /*background-color:#ffffff;*/
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:after,{
    bottom:18px;
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li > a:hover{
    opacity:1;
}

.main-menu .navigation > li.has-mega-menu .mega-menu{
    position: absolute;
    left: 0px;
    width: 500px;
    padding:15px 25px;
    top: 100%;
    z-index: 100;
    opacity:0;
    visibility:hidden;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05)
}

.main-menu .navigation > li.has-mega-menu:hover .mega-menu{
    opacity:1;
    visibility:visible;
}

.main-menu .navigation > li.has-mega-menu .mega-menu .column:last-child:after{
    display:none;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul{
    position:relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li{
    position:relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a{
    position:relative;
    color:#444444;
    padding:4px 0px;
    display:block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover{
    color:#08ae8d;
}

.main-header .sticky-header .main-menu .navigation > li > a{
    color:#ffffff;
    padding:20px 0px;
    line-height:30px;
    font-size:16px;
    font-weight:500;
    min-height:0px;
    background:none;
    border:0px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
    color:#ffffff;
    opacity:1;
}


.fixed-header .main-menu .navigation > li:hover > a,
.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li.current-menu-item > a{
    color:#ffffff;
    opacity:1;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current-menu-item > a,
.header-style-two.fixed-header .main-menu .navigation > li:hover > a,
.header-style-two.fixed-header .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li.current-menu-item > a{
    color:#000;
    opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
    color:#08ae8d;
    opacity:1;
}

.main-menu .navigation > li:hover > a:after{
    opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
    display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
    top:100% !important;
}

.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:100%;
    width:300px;
    z-index:100;
    display:none;
    background:#ffffff;
    border-top:3px solid #fa3a39;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
    left:auto;
    right:0px;  
}

.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid #dddddd;
}

.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:9px 25px;
    line-height:24px;
    font-weight:400;
    font-size:15px;
    color:#1b574b;
    text-align:left;
    padding-right:20px;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    background-color:#ececec;
}

.main-menu .navigation > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:100%;
    width:230px;
    z-index:100;
    display:none;
    background:#ffffff;
    border-top:3px solid #08ae8d;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
    position:absolute;
    content:'';
    right:100%;
    top:0px;
    width:20px;
    height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid #dddddd;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom:none; 
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
    display:block;
    padding:9px 25px;
    line-height:24px;
    font-weight:400;
    font-size:15px;
    color:#242424;
    text-align:left;
    padding-right:20px;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
    background-color:#ececec;
}

.sticky-header .main-menu .navigation > li > a:after{
    display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    left:100%;
    top:0%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:6px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    text-align:center;
    font-size:16px;
    line-height:26px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    display:none;
}

.main-header .outer-box{
    position:relative;
    float:left;
    margin-left:20px;
    margin-top:32px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}


.main-header.header-style-two .outer-box,{
    margin-top:27px;
}

.main-header .outer-box .number{
    position:relative;
    float:right;
    color:#ffffff;
    font-size:22px;
    margin-left:26px;
    font-weight:300;
    
}

.current::marker{
    display: none !important;
}



/* ==============================================
responsive start 
===============================================*/

@media only screen and (max-width: 1140px){
    
    .main-menu .navigation > li > a{
        padding:20px 0px;
    }
    
    
    .main-menu{
        padding-top:0px;
    }
    

    .main-menu .navigation > li > a{
        font-size:15px;
    }
    
}

@media only screen and (min-width: 768px){
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul,
    .main-menu .navigation > li.has-mega-menu .mega-menu{
        display:block !important;
        visibility:hidden;
        opacity:0;
    }
}

@media only screen and (max-width: 1023px){
    
    .main-header .nav-outer{
        padding-right:0px;
        padding-left: 0px;  
    }
    
    .main-header .header-upper .upper-right{
        position:relative;
        /*width:100%;*/
        padding-top:21px;
        /*background: red;*/
    }

    .main-menu .navigation > li a{
        background:none;
    }

    .main-header{
        position:relative;
        background-color:#151e22;
    }
    
    .sticky-header,
    .choose-tabs .tabs-content .tab .content .image-column{
        display:none;
    }

    .main-menu .navigation > li{
        margin-left:0px;
        margin-right:17px;
    }
    
    .main-header .outer-box{
        display:block;
        float:right;
        margin-top:6px;
    }
    
    .main-menu .navigation > li > a,
    .default-inner-header.fixed-header .main-menu .navigation > li > a{
        padding:5px 0px 20px;
    }
        
    .default-inner-header .outer-box{
        margin-top:6px;
    }


    .header-style-two .main-menu .navigation > li > a,
    .header-style-two.fixed-header .main-menu .navigation > li > a,{
        padding:5px 0px 10px;
    }
    
    .main-header.header-style-two .outer-box,{
        margin-top:2px;
    }
    
    .header-style-two .logo-outer,
    .header-style-two.fixed-header .header-upper .logo-outer,{
        padding:16px 0px 16px;
    }
    
    .header-style-two,
    .header-top-two.style-two{
        position:relative;
        background-color:#ffffff;
    }
     
}

@media only screen and (max-width: 767px){
    
   .main-header .header-upper .upper-column.info-box:last-child{
        margin-bottom:0px;
    }
    
    .main-header .info-box .icon-box{
        position:relative;
        display:block;
        top:0px;
        text-align:center;
        margin:0 auto 12px; 
    }
    
    .main-header .main-menu{
        padding-top:0px;
        width:100%;
        margin:0px;
        position: relative;
    }

    .main-header .logo-outer{
        position: absolute;
    }

    .main-header .logo-outer .logo img{
        margin-left: -12px;
    }
    
    .main-menu .collapse {
        overflow:auto;
        float:none;
        width:100%;
        padding:10px 0px 0px;
        border:none;
        margin:0px;
        -ms-border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        -o-border-radius:3px;
        border-radius:3px;
   }
   
    .main-menu .collapse.in,
    .main-menu .collapsing{
        /*max-height:300px;*/
        padding:0px 0px 0px;
        border:none;
        margin:17px 0px 0px;
        -ms-border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px;  
    }
    
    .main-menu .navbar-header{
        position:relative;
        float:none;
        display:block;
        text-align:right;
        width:100%;
        padding:0px 10px 5px;
        right:0px;
        z-index:12;
    }
    
    .main-menu .navbar-header .navbar-toggle{
        display:inline-block;
        z-index:7;
        border:1px solid #0f307b;
        float:none;
        margin:0px 0px 0px 0px;
        border-radius:2px;
        background:#0f307b;
        padding: 10px 12px;
    }
    
    .main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
}


    .main-menu .navbar-collapse > .navigation{
        float:none !important;
        margin:0px !important;
        width:100% !important;
        /*background:#08ae8d;*/
        border:1px solid #ffffff;
        border-top:none;
    }
    
    .main-menu .navbar-collapse > .navigation > li{
        margin:0px !important;
        float:left !important;
        width:100%;
    }
    
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before{
        border:none;    
    }
    
    .main-menu .navbar-collapse > .navigation > li > a{
        padding:10px 10px !important;
        border:none !important;
    }
    
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before{
        color:#ffffff !important;
        right:15px;
        font-size:16px;
        display:none !important;
    }
    
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul,
    .main-menu .navigation > li.has-mega-menu .mega-menu{
        position:relative;
        border:none;
        float:none;
        visibility:visible;
        opacity:1;
        display:none;
        margin:0px;
        padding:0px;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        width:100%;
        background:#08ae8d;
        -webkit-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;
        transition:none !important;
        -webkit-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
        box-shadow:none !important;
    }
    
    .main-menu .navigation > li.has-mega-menu .mega-menu ul{
        margin:0px;
        width:100%;
        background:#08ae8d; 
    }
    
    .main-menu .navigation > li.has-mega-menu .mega-menu .row,
    .main-menu .navigation > li.has-mega-menu .mega-menu .row .column{
        margin:0px;
        padding:0px;
        width:100%;
        border:none;
    }
        
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
        border-top:1px solid rgba(255,255,255,1) !important;    
    }
    
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li{
        border-top:1px solid rgba(255,255,255,1) !important;
        border-bottom:none;
        opacity:1 !important;
        top:0px !important;
        left:0px !important;
        visibility:visible !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li{
        background: #42dae8 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
        background: #42dae8 !important;
    }
    
    
    .main-menu .navbar-collapse > .navigation > li > ul > li:first-child{
        border-top:none !important; 
    }
    
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a{
        padding:10px 10px !important;
        line-height:22px;
        color:#ffffff;
        /*background:#42dae8;*/
        text-align:left;
        min-height:0px;
    }
    
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover{
        background:#08ae8d;
    }
    
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li:hover > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current-menu-item > a{
        background:#5fbb96;
        color:#ffffff !important;
    }


    
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
        display:block !important;
    }
    
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before,
    .main-header .info-box:after,
    .header-top-two .top-right,
    .year-block .inner-box .year:before,
    .main-header .header-top .top-right{
        display:none !important;    
    }
    
    .main-header .header-top .top-left,
    .header-top-two .top-left{
        width:100%;
        text-align:center;
    }
    
    .header-top-two .top-left .links li{
        display:inline-block;
        margin-right:0px;
        border-right:none;
        float:none;
    }
    
    .main-slider{
        margin-top:0px !important;  
    }
    
    .main-header .top-right .links-nav li{
        margin-left:5px;
    }
    
    .main-header .search-box-outer .dropdown-menu{
        top:0px;
        left:0px;
        right:0px;
        width:280px;
    }
    
    .main-header .outer-box{
        position:absolute;
        display:block;
        right:auto;
        z-index:12;
        left:0px;
        margin-left:0px;
        margin-top:16px;
    }

    .main-header .header-upper{
        padding-bottom:42px;
    }

    .main-header.header-style-two .outer-box,{
        margin-top:16px;
    }

}

@media only screen and (max-width: 599px){
    
    .main-header .social-links-one{
        top:0px;
    }

    .main-header .header-top .top-left,
    .main-header .header-top .top-right{
        float:none !important;
        text-align:center;
    }
  
}

@media only screen and (max-width: 479px) {
    
    .main-header .header-upper .upper-column.info-box{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
  
}

/****header end****/


.abt-banner {
   padding: 12px 0 17px;
background: #2f936c;
}

.about-text h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: bold;
}

.about-text p {
    color: #fff;
}

.about-text p a {
    color: #0f307b;
    font-weight: 600;
}


/*middle hedar*/

.midleheader{
    padding:15px 0;
    background: #fff;
    margin-right: -73px;
}


.moidlelogo img{
    width: 195px;
    margin-left: -45px;
    margin-top:0px;
}


.midkle, .midkle1 {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.midkle{
    padding-right: 10px;
}

.midkle i, .midkle1 i{
    font-size:26px;
    color: #00d6a3;
}


.midkle1{
    text-align: left;
}

.midleheader1, .midleheader2{
    padding-top: 19px;


}

.midleheader1:last-child {
    border-right: 1px solid #d8d8d8;
}

.midleheader1{
    margin-left: 83px;
}

.midleheader3:last-child {
    border-right: 1px solid #d8d8d8;
}

.midle{
    float: right;
}

/*midleheader*/


/*footer*/
.footer{
     padding: 41px 0 0px 0;
     background-color: #031b51;
     position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../images/footer.png) center top no-repeat;
    background-size: cover;
}


.footer-top img{
  width: 207px;
    margin-left: -96px;
}

.foottop i{
    color: #fa3a39;
    font-size: 34px;
    float: left;
    padding-right: 11px;
    padding-top: 10px;
}


.fotters {
    margin-right: -128px;
    padding-top: 15px;
}

.fotters li {
    float: right;
    padding: 3px 10px;
    border: 2px solid #fff;
    margin-left: 5px;
}

.fotters i {
    font-size: 18px;
    color:#00d6a3;
}

.copyright {
    padding: 15px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
}


.copyrightt a{
    color:#fff;
}

.copyright span {
    font-size: 15px;
}

.copyright1 p{
    font-size: 16px;
    margin: 0 !important;
    color: #EAEAEA;
    text-align:right;
}

.copyright1 p a{
    color: #00d6a3;
}

.footer-top b{
    color: #fff;
    border-bottom: 3px solid #00d6a3;
    padding-bottom: 4px;
}

.footer-top ul li{
    padding: 5px 0;
    color:#00d6a3;
    border-bottom: 1px dashed #00d6a3;
    
}

.footer-top ul{
    margin-top: 18px;
}


.footer-top ul li a{
    color:#e6e6e6;
}

.vission {
    padding: 78px 0 0 0;
    text-align: center;
}

.discl h1{
    font-size: 32px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 20px;
position: relative;
text-transform: capitalize;
color: #208ad6;
color: #131313;
position: relative;
}




/*.discl p{*/
/*   color: #fff;*/
/*    font-size: 15px;*/
/*    line-height: 1.5;*/
/*}*/

/*footer end*/



.facility-three {
    background-image: url(../../images/background/facility-bg.jpg);
    background-size: cover;
    background-position: center;
}

.padding-120 {
    padding: 15px 0px 30px;
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0px auto 55px;
}

.section-header h3 {
    color: #2b498d;
    margin-bottom: 10px;
    font-size: 36px;
}

.section-header strong{
    color: #037360;
    font-size: 17px;
}

.section-header strong span{
    color: #000;
}


.section-header h3 span {
    color: #92a819;
    margin-bottom: 10px;
    font-size: 26px;
}

.section-header p {
    line-height: 30px;
    margin: 0px;
    font-size: 16px;
}

.facility .facility-item {
    text-align: center;
}

.facility .facility-item .icon {
    background-color: #92a819;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
}

.facility .facility-item .icon::before {
    font-size: 40px;
    color: #fff;
    margin: 0px;
    line-height: 2.5;
    display: inline-block;
    -webkit-transition: .25s ease-out;
    transition: 1s ease-out;
}




.facility .facility-item h4 {
    color: #062a4d;
    margin-bottom: 15px;
    font-size: 20px;
}

.facility .facility-item p {
    line-height: 26px;
    margin: 0px;
}

.facility .facility-item:hover .icon::before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


.icon img{
    width: 60px;
    margin-top: 17px;
}


/*about us*/

.about-Us-9 {
    padding: 15px 0 50px 0;
    background-size: cover;
    background-position: center center;
    background-size: contain;
}

.about-Us-9 h1{
    color:#f9481c;
}



.about p {
    
    letter-spacing: 1px;
    padding-bottom: 5px;
}


.read-9 a {
    display: inline-block;
    margin: 6px 0 0 0;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 600;
        background: #037360;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px;
    box-shadow: 4px 4px 10px #aaa;
}



.abo4 strong {
    color: #ffc000;
    font-size: 17px;
}

.about p {
    
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.abo3 ul li {
    padding-top: 6px;
}

.abo3 ul li i {
    color: #00d6a3;
    font-weight: 700;
    padding-right: 6px;
}

.abo3 ul{
    padding-bottom: 15px;
}


/*top feature-section*/


.feature-section {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 50px;
}

.p-0 {
    padding: 0 !important;
}

.feature-card {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.11);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-right: 1px solid #ededed;
    margin-bottom: 30px;
}

.feature-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: 0;
    background-color: #bc74a5;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-card .icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    position: relative;
}

.feature-card .icon img:last-child {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.feature-card h3 {
    font-size: 22px;
    font-family: "Muli", sans-serif;
    font-weight: bold;
    margin: 16px 0 12px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-card p {
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.feature-card .feature-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    color: #0e54ae;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    margin-top: 12px;
    text-transform: capitalize;
}

.feature-card:hover .feature-btn {
    color: #ffffff;
}

.feature-card:hover p {
    color: #ffffff;
}

.feature-card:hover h3 {
    color: #ffffff;
}

.feature-card:hover .icon img:last-child {
    opacity: 1;
}

.feature-card:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.feature-card:hover::before {
    height: 100%;
}

.feature-card:hover .icon img {
    opacity: 0;
}

/*hmtreatments*/

.hmlatestre{
    position: relative;
    overflow: hidden;
    padding: 5px 0px 50px;
    background-size: cover;
    background: #f2f2f2cc;
}

.hmlatestre2 img{
 margin: 0 auto;
display: block;
}


.hmlatestre h2{
    font-weight: 700;
    font-size: 38px;
    color: #222;
padding-top: 28px;
padding-bottom: 35px;
text-align: center;
}

.hmlatestre1{
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px 0 #033b4a42;
    background: #fff;
    padding-bottom:9px;
    margin-bottom: 25px;
}

.hmlatestre1 span{
    padding: 10px 0;
    display: block;
    color: red;
}


.hmlatestre1 strong{
    font-size: 19px;
    color: #2b498d;
    padding: 10px 0 5px;
    display: block;
}

.hmlatestre1 a{
     color: #00d6a3;
     font-weight: 600;
}

.hmlre{
    float: right;
    padding: 10px 10px 40px;
}

.hmlre a{
    padding: 16px 20px;
    background:#0e54ae;
    color: #fff;
}

.imagee {
    position: relative;
    overflow: hidden;
    background-color: #262626;
}


.imagee img{
    transition: all 600ms ease;
}


.hmlatestre1:hover .imagee img{
    opacity: 0.5;
    transform: scale(1.07,1.07);
}

.hmlatestre1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #131d33;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.hmlatestre1:hover::after {
   width:100%;

}

.hmlatestre1:hover{
    background: #eeeeeed4;
   box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
}


.hmls{
    width: 700px;
}


.hmwhy{
    padding: 30px 0 0px;
    background: url(../images/hmser.jpg) no-repeat;
    background-size: cover;
}

.hmw img{
  margin-top: 6px;
}

.hmwhy h2{
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}

.difference__item {
    margin-bottom:10px;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.difference__item-number {
    margin-right: 30px;
    min-height: 87px;
    min-width: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #bc74a5;
    font-family: "BebasNeueBold";
    font-size: 48px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.difference__item-number::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(242, 34, 131, 0.4);
    width: 126%;
    height: 126%;
    z-index: -1;
    animation: animatePinkShadow 1s linear alternate-reverse infinite;
}

.difference__item-number {
    font-family: "BebasNeueBold";
    font-size: 48px;
    color: #ffffff;
}

.difference__item-content {
    padding-top: 5px;
}

.difference__item-title {
    color: #333333;
    font-family: "Roboto Bold";
    font-weight: 900;
    font-size: 23.5px;
    letter-spacing: -1px;
}

.container .difference__item-text {
    color: #333333;
    margin-top: 10px;
    line-height: 26px;
    font-size: 15px;
}


@-webkit-keyframes animatePinkShadow {
   0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
    box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
}
100% {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
}
}


@-webkit-keyframes animatePinkShadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
    box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
}
100% {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
}
}

.hmprocess{
    padding: 30px 0 60px;
}

.hmprocess h4{
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
}

.hmpo{
    text-align: center;
    border: 1px dashed #ccc;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.hmpo strong{
    padding-top: 15px;
    font-size: 18px;
    display: block;
}

.hmpo i{
    font-size: 35px;
    color: #0e54ae;
}

.hmpo:hover{
    border: 1px dashed #b03d8c;
}


.servicepage {
    padding: 30px 0 60px;
}

.servicepage strong {
    padding-top: 2px;
    display: block;
    padding-bottom: 5px;
    color: #aa3484;
   font-size: 18px;
}

.servicepage h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    color: #208ad6;
    color: #131313;
    position: relative;
}

/*.servicepage h1 span {*/
/*    border-bottom: 1px dashed #aa3484;*/
/*    display: inline-block;*/
/*    padding-bottom: 6px;*/
/*}*/

.servicepage1 img{
    margin: 0 auto;
    display: block;
}

.servicepage1 ul li{
    padding: 3px 0;
}

.servicepage h5{
    font-size: 24px;
color: #2b498d;
margin-bottom: 0px;
}

.chee{
    margin-top: 15px;
}


.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #aa3484 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #0e54ae none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.faqpage{
    padding: 50px 0;
}

.processpage strong{
    font-size: 20px;
    color: #aa3484;
}

/*contact page*/

.section-pad {
    padding: 50px 25px;
    background-color: #ffff;
}

.section-pad1 {
    background: #fff;
    padding-top: 30px;
}


.section-pad h3 {
    color: #000;
font-size: 26px;
line-height: 1.3;
margin-top: 0px;
padding-bottom: 10px;
font-weight: 700;
position: relative;
}

.section-pad h3 span {
    border-bottom: 1px dashed #0000f8;
    display: inline-block;
    padding-bottom:6px;
}

/*.section-pad h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
}
*/
.contact-list li i {
    color: #494999;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}

.contact-list b {
    font-size: 17px;
}

.contact-list li span {
    margin-left: 40px;
    display: block;
    line-height: 1.4;
    font-size: 16px;
}

.contact-list li span a{
    color: #000;
}

.member {
    padding: 50px 0 70px;
}

.member1 {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 48px 40px 58px;
    border: 1px solid #c59d5f;
}

.member1 h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.form-control {
    position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #b5b4b4;
    box-shadow: none;
    font-size: 16px;
    height: 47px;
    -webkit-appearance: none;
}

.form-group label span {
    color: red;
}

.btn-default {
    color: #fff;
    
    padding: 10px 23px;
    border: 2px solid #fff;
    background: #494999;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*new*/


.rs-case-result {
    position: relative;
}

.pb-170 {
    padding-bottom: 25px !important;
}

.pt-100 {
    padding-top: 25px !important;
}

.bg2 {
    background-size: cover;
    background:#037360;
    position: relative;
}


.bg2 .job-content1{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(..//images/make-appointment-bg.png) top left no-repeat;
    background-size: cover;
    background-position: center center;
    content:"";
}


.job-content {
    background: #fff;
    padding: 0 8px 20px;
    border-radius: 8px;
height: 350px;
margin-top: 53px;
position: relative;
margin-right: 13px;
margin-left: 99px;
box-shadow: 0 6px 5px 1px #A6A6A659;
}

.job {
    background: #494999;
    padding: 2px;
    margin-left: -8px;
    margin-right: -8px;
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
}

.job h4 {
    font-weight: 700;
    color:#fff;
    font-size: 28px;
    margin-top: 5px;
margin-bottom: 7px;
}

.job-content dl dd {
    border-bottom: 1px dashed #ccc;
    list-style: inside;
    padding-bottom: 5px;
}

.job-content dl{
    padding-left: 15px;
}


.job-content dl dt{
    padding-top: 15px;
}

.job-content ul li a {
    line-height: 38px;
    color: #333;

}



.inner-section-title1 {
    text-align: left;
    margin-bottom: 18px !important;
}

.inner-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    color: #fff;

}

.inner-section-title h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 2px;
    width: 30px;
    border-radius: 0;
    background: #00d6a3;
}

.hmcont1 strong {
    font-weight: 600;
    /*margin-bottom: 20px;*/
    position: relative;
    color: #fff;
    display: block;
}

.contact-ones input {
    width: 100%;
    height: 47px;
    border: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

.contact-ones textarea {
    width: 100%;
    height: 100px;
    border: none;
    background: none;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
    border: 1px solid #fff;
}

.contact-ones .form-group button {
    padding: 15px 45px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    background: #0C59DB;
    background-size: auto;
    transition: 0.3s ease;
    display: table;
    cursor: pointer;
    border: none;
    background: #2d4a8e none repeat scroll 0 0;
color: #fff !important;
font-weight: 600;
display: inline-block;
letter-spacing: 2px;
padding: 6px 8px;
border: 2px solid #fff;
box-shadow: 2px 3px 3px 2px #1e161633;
}

.gcaptcha{
    margin:20px 0;
}

.contact-ones input::placeholder{
    color: #fff !important;
}

textarea::placeholder{
    color: #fff !important;
}

.enqform {
    background: #fff;
    float: left;
    padding: 0 20px 20px;
    box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.19);
    margin-bottom: 25px;
    z-index: 99;
    background: url(../images/conti.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
}

.enqform h2 {
    color: #fff;
    background: #244187;
    text-align: center;
    padding: 9px 0;
    margin-bottom: 26px;
    font-weight: 700;
}

.form-control {
    position: relative;
    display: block;
    /*border: 1px solid #5fb997 !important;*/
    font-size: 16px;
    height: 38px;
    -webkit-appearance: none;
    background: transparent !important;
    color: #fff;
}

.hmcont1 p{
    color: #fff;
font-size: 20px;
line-height: 29px;
}

.hmcont1 a{
    padding: 5px 8px;
   
    color: #000;
}

.messages1{
    color:#9ffd2e;;
line-height: 1.2;
/*background: #fff;*/
/*padding: 6px;*/
font-weight: 600;
font-size: 16px;
padding-top: 7px;
text-shadow: 0px 2px 2px rgba(57, 49, 49, 0.9);
}

.error{
    color:#f96363;
font-size: 16px;
text-shadow: 0px 2px 2px rgba(57, 49, 49, 0.9);
}

/*hmtesti*/
.hmtesti {
   padding: 30px 35px 50px;
    position: relative;
}
.hmtesti h4 {
    padding-bottom:35px;
    color: #222;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
.hmtesti .section-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    width: 209px;
}
.testimonial1 {
    padding: 45px 0;
}
.testimonial1 h4 {
    text-align: center;
    padding-bottom: 39px;
    color: #000;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}
.testimonial {
    padding: 29px 64px 30px 66px;
    margin: 0 5px 8px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 35px;
    color: #fff;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00d6a3;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
    /*border: 2px solid #d19f68;*/
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #00d6a3 !important;
    border-color: #00d6a3;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
.testimonial .description i {
    color: #00d6a3;
    font-size: 35px;
}
.hmtesti1{
    background: #020202eb;
margin-top: 43px;
margin-left: -95px;
box-shadow: 0 15px 23px rgba(57, 55, 55, 0.2);
}
.aboutpage{
    padding: 50px  0 70px;
}

.aboutpage1 h1{
    color: #2b498d;
margin-bottom: 10px;
font-size: 34px;
margin-top: 0px;
}

.aboutpage1 strong{
    color: #037360;
    padding-bottom: 10px;
    display: block;
}

.aboutpage2 strong{
display: block;
padding-bottom: 5px;
color: #2b498d;
font-size: 18px;
}

.aboutpage2 ul li i{
    color: #037360;
}

.aboutpage2 ul li{
    padding: 2px 0;
}

.aboutpage2{
    padding-top: 25px;
}

.member {
    padding: 50px 50px 70px;
}

.mem {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 9px 20px 16px;
    border: 1px solid #c59d5f;
}

.inner-section-title {
    text-align: left;
    margin-bottom: 15px;
}

.inner-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}
.inner-section-title h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 2px;
    width: 30px;
    border-radius: 0;
    background: #192436;
}

.inner-section-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    color: #2b498d;
}

.contact-address-icon {
    margin-right: 30px;
}

.inner-section-title p{
    padding-top: 15px;
}

.contact-address-icon i {
    height: 40px;
    width: 36px;
    line-height: 53px;
    color: #fff;
    background: #037360;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px #0000000a;
}

.contact-address-text {
    overflow: hidden;
}

.contact-address-text h3 {
    font-size: 20px;
    color: #181E4E;
    margin-bottom: 1px;
    font-weight: 700;
    margin-top: 16px;
}

.contact-address-text h4 {
color: #2b498d;
margin-bottom: 1px;
 font-weight: 700;
    margin-top: 5px;
     font-size: 20px;
}
.contact-address-text span {
    display: block;
    font-weight: 400;
    color: #565872;
    margin-bottom: 6px;
    padding-top: 7px;
}

.contact-address-text1{
  padding-top: 35px;
}

.contact-address-text1 p span{
  color: #a6362a;
  font-weight: 600;
}

.contact-address-text span i{
    color: #037360;
}

.memm1 {
    /* padding-bottom: 110px; */
    height: 500px;
}

.memm2{
    /*padding-bottom: 315px;*/
     height: 500px;
}

.member1 {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 48px 40px 58px;
    border: 1px solid #c59d5f;
}

.member1 h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 15px;
    color: #c59d5f;
}

.inner-section-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    color: #000;
}

.check{
    padding: 45px 0;
}

.contact-address-text span a{
    font-size: 15px;
}

.medico{
    padding: 30px 0 70px;
}


.medico h1{
    color: #000;
    font-size: 30px;
}

.medico strong{
    color: #037360;
    font-size: 19px;
    padding: 8px 0;
    display: block;
}

.medico ul li{
    padding: 5px 0;
}

.medico span{
    color: #203f86;
font-weight: 600;
font-size: 20px;
padding-top: 15px;
display: block;
text-shadow: 0 2px 2px #ccc;
}

.practice-inner {
    margin: 20px 0;
}

.practice-inner a {
    color: #292929;
    text-transform: capitalize;
    font-size: 20px;
    width: 93%;
    display: inline-block;
    /*text-align: center;*/
    border: 1px solid #005689;
    padding: 0px 0;
    position: relative;
    z-index: 3;
    background: #fff;
    transition: all 0.4s ease 0s;
}

.practice-inner img {
    width: 41px;
    height: 57px;
   /* display: inline-block;*/
    border: 1px solid #005689;
font-size: 34px;
line-height: 56px;
transform: translateX(-50%);
position: relative;
top: 11px;
background: #fff;
color: #6d6d6d;
float: left;
box-shadow: 0px 5px 5px #9191915c;
padding: 5px;
margin-right: -13px;
}



.practice-inner i {
    font-size: 28px;
    line-height: 50px;
    color: #2b498d;
    text-align: center;
    float: left;
}

.practice-inner h2 {
    margin-bottom: 5px;
    margin-top:20px;
    transition: all 0.4s ease 0s;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-left: 22px;
}

.practice-inner a::before {
    position: absolute;
    content: "";
    background: #3fb386;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: all 0.4s ease 0s;
    bottom: 0px;
    left: 0;
}

.practice-inner:hover.practice-inner a::before {
    height: 100%;
    transition: all 0.4s ease 0s;
}

.practice-inner:hover.practice-inner a i {
    color: #fe8000;
}

.practice-inner:hover.practice-inner a h2 {
    color: #fff;
    transition: all 0.4s ease 0s;
}

.practice-inner p{
    color: #037360;
    font-size: 15px;
    font-weight: 700;
    padding-left: 44px;
}

.practice-inner:hover.practice-inner a p {
    color: #fff;
    transition: all 0.4s ease 0s;
}

/*.che{*/
/*    padding-top: 45px;*/
/*}*/

    #s3-1529739392157 {
        background-image: url(../images/img-3.jpg);
        background-size: cover;
        text-align: center;
    padding: 50px 0 70px;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    div.split-title-module .split-title [class*="split-1"] {

        font-family: Muli,Arial,Helvetica,sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #f9c616;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 10px;

    }

    div.split-title-module .split-title [class*="split-2"] {
           line-height: 60px;
        font-size: inherit;
        font-weight: 700;
        margin-top: 3px;
        display: block;
        color: #fff;
        font-size: 48px;
        
        font-style: normal;
    }

    .border-right-jd {
        border-right: 1px solid #fff;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .text-white{
        color: #fff;
    }

    .text-white h4{
        color: #fff;
        font-size:26px;
    
    font-style: normal;
}

.align-self-center{
    padding-top: 26px;
}

.align-self-center a{
    padding: 13px 23px;
background: #f9c616;
color: #000;
font-weight: 600;
}


.boapp{
    background: #02483c;
padding: 14px;
}






/*media query start*/

@media only screen and (min-width: 320px) and (max-width: 768px) {


.hidden-xs {
    display: block !important;
}

.toolbar-top-area .toolbar-contact ul{
    margin-left: 0px;
    text-align: center;
}

.toolbar-top-area .toolbar-sl-share ul {
    text-align: center;
    padding-top: 6px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-right: 0px;
}

.toolbar-top-area .toolbar-sl-share ul li a {
    font-size: 13px;
}

.toolbar-top-area .toolbar-contact ul li{
  padding-top: 2px;
  float: inherit;
  margin-left: 0px;
  margin-right: 0px;
}

.main-header .logo-outer .logo img{
    width: 260px;
}

.header-style-two .header-upper {
    padding: 0px 0px 15px;
}

.footer{
    padding: 25px 0 0px 0;
}

.footer-top img {
    margin-left: 33px;
}

.copyright{
    margin-top:5px;
}

.copyright1 {
    margin-left: 0px;
}

.fotters {
    margin-right: 76px;
    margin-top: 8px;
}

.foottop1 p {
    color: #171717;
}

.toolbar-sl-share li{
    float: inherit;
}

.main-menu .navigation{
    padding-top: 5px;
}


.toolbar-contact ul li a {
    font-size: 13px;
}

.toolbar-top-area .toolbar-contact ul li i{
    font-size: 13px;
margin-right: 2px;
margin-left: -5px;
}


.foottop1 p {
    color: #ffffffd6;
}

.copyright1 p {
    font-size: 15px;
}


.about-text h2 {
    font-size: 22px;
}

.abt-banner {
    padding: 10px 0;
}

.section-pad1 {
    padding: 14px 38px;
}

.contact-heading {
    padding-bottom: 0px;
    margin-bottom: 6px;}

.message-group {
    margin-right: 8px;
}

.contact-heading1 {
    margin-left: 0px;
    margin-top: 47px;
}

.contact-heading {
    font-size: 20px;
}

.contact-one input{
    margin-left: 0px;
}

.contact-one textarea{
    margin-left: 0px;
}

.contact-one-formt .form-group button{
    margin-left: 0px;
}

.faq1 h1{
    font-size: 28px;
}

.faq {
    padding: 13px 0 26px;
}


.gallery2 {
    padding-bottom: 34px;
    padding-top: 25px;
}


.page-content .page-content-first {
    margin-top: 40px;
}

.servicepage {
    padding: 14px 11px 13px;
}

.service-left1 {
    margin-left: 0px;
    margin-top: 42px;
}


.slide-text {
    top: 8% !important;
}


.section-header h3 {
    font-size: 22px;
}

.section-header h3 span {
    font-size: 20px;
}

.caret{
    display: none;
}

.icons-bar1 a{
    font-size: 24px;
    float: left;
    padding: 4px 14px;
    margin-left: 7px;
}


.icons-bar1{
    top: 95%;
}


.toolbar-contact {
    margin-left: 0px;
}

.fee a{
    display: none;
}

.fee1 a{
display: block;
}

.aboutpage img {
    margin-top: 15px;
}


.ct-titleBox{
    font-size: 32px;
    padding-bottom: 14px;
}


.regi {
    padding: 30px 13px 20px 14px;
}

.ct-u-paddingBottom80 {
    padding-bottom: 35px;
    padding-top: 18px;
}

.main-header .logo-outer .logo img{
    display: block;
}

.header-style-two .header-upper{
    background: #fff;
}

.midleheader{
    display: none;
}


.toolbar-top-area .toolbar-sl-share ul li a i{
    padding-left: 3px;
}

.section-pad h1 {
    font-size: 24px;
    padding-top: 8px;
    line-height: 32px;
}

.hem{
    padding: 0px;
}

.header-style-two .logo-outer {
    padding: 7px 19px 0px;
}


.section-header {
    margin: 0px auto 21px;
}


.about-Us-9 img{
    margin-top: 15px;
}

.hmlatestre h2 {
    font-size: 38px;
    padding-top: 4px;
    padding-bottom: 18px;
    text-align: center;
}

.bg2 .job-content1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    content: "";
}

.bg2 .job-content1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #037360eb;
        background-size: auto;
    background-size: cover;
}


.rows {
    margin-left:0px;
}

.contact-ones .form-group button{
    padding: 9px 9px;
}

.pt-100 {
    padding-top: 12px !important;
}

.pb-170 {
    padding-bottom: 20px !important;
}


.hmtesti {
    padding: 10px 0px 38px;
}

.hmtesti h4 {
    padding-bottom: 17px;
    font-size: 30px;
}

.hmtesti1 {
    margin-top: -25px;
    margin-left: 12px;
    margin-right: 10px;
    background: #020202e3;
}


.testimonial .description {
    margin-bottom: 0px;
}

.practice-inner a {
    width: 100%;
}

.medico h1 {
    font-size: 28px;
}

.member {
    padding: 50px 0px 40px;
}

.mem {
    padding: 16px 9px 40px 7px !important;
    margin-bottom: 16px
}

.contact-address-icon i {
    height: 35px;
    width: 29px;
    line-height: 34px;
    font-size: 19px;
    margin-right: 5px;
}

.check {
    padding: 7px 0;
}

.abtt{
    /*padding-right: 7px;*/
    /*padding-left: -7px;*/
    margin-left: -10px;
}

.section-header strong {
    font-size: 15px;
}






}

@media only screen and (min-width: 1201px) and (max-width: 1380px) {
    
    .toolbar-top-area .toolbar-contact ul{
        margin-left: 0px;
    }
    
   /* .toolbar-top-area .toolbar-sl-share ul{
        margin-right: -73px;
    }*/
    
    .footer-top img{
        margin-left: -5px;
    }
    
  
    
    .fotters {
    margin-right: -4px;
}


    
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .map3 img {
   
    margin-left: 0px;
}
}


.map3 img {
    width: 360px;
    height: 250px;
}

.nanu{
    margin:0 15px;
}

.tokl{
    margin-bottom: 20px;
}

.boapp{
    margin: 10px 0;
}