@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'EurostileNextLTPro-SmBd';
  src: url('../fonts/EurostileNextLTPro-SmBd.woff2') format('woff2'),
       url('../fonts/EurostileNextLTPro-SmBd.woff') format('woff'),
       url('../fonts/EurostileNextLTPro-SmBd.ttf')  format('truetype');
}

@font-face {
    font-family: 'Eurostile Next LT Pro';
    src: url('../fonts/EurostileNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/EurostileNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    max-width: 1920px;
    margin: 0 auto;
    text-decoration: none;
}
h1,h2{
    font-family: 'EurostileNextLTPro-SmBd';
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1140px;}

/* **** Header **** */
header{
    position:absolute;
    background:transparent;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
} 
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img{
    height: 109px;
}
.navbar{
    background:transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding: 25px 0px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .header-navbar-bx{
    margin-left: auto;
}
.navbar .navbar-nav>li{
    margin-right: 35px;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 10px 0px;
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 500;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;

    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: none;
    border: none;
    outline: none;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link img{
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover{
    color:#0A51A1;
}
.navbar .navbar-nav>li a.nav-link.active {
    color: #0A51A1;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color: #0A51A1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #0A51A1;
}
.dropdown-toggle::after{display: none;}
.navbar .navbar-nav>li .dropdown-menu{
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    min-width: 100%;
}
.navbar .navbar-nav>li .dropdown-menu li a{
    padding: 10px 15px;
    display: block;
    font-style: 16px;
    font-weight: 500;
    color: #0e0e0e;
}
.navbar .navbar-nav>li .dropdown-menu li a:hover{
    color: #777;
}
.navbar .navbar-nav>li .dropdown-menu li a img{
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.navbar .navbar-nav>li .dropdown-menu li a:hover{
    background: transparent;
    opacity: 0.6;
}

ul.nav-topbar{
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    justify-content: flex-end;
}
ul.nav-topbar li{
    margin-right: 30px;
}
ul.nav-topbar li:last-child{
    margin-right: 0;
}
ul.nav-topbar li a.btn-quote{
    padding: 12px 25px;
    border-radius: 4px;
    background: #f78d03;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
ul.nav-topbar li a.btn-quote:hover{
    background: #0A51A1;
    color: #fff;
}
ul.nav-topbar li a.callbx{
    display: flex;
    align-items: center;
}
ul.nav-topbar li a.callbx img{

}
ul.nav-topbar li a.callbx h5{
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    color: #131313;
    margin: 0;
    padding-left: 15px;
}
ul.nav-topbar li a.callbx h5 span{
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #323131;
}

.navbar-toggler{
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #232428;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #232428;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header.nav-new .navbar{padding: 10px 0;}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    position: relative;
    border-top: 3px solid #f78d03;
}
.hero-banner-wrp img.banner-img{width: 100%;}

.hero-banner-wrp img.banner-shap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.banner-center-bx{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data{padding-left: 35px;}
.banner-data h1{
    font-size: 63px;
    font-weight:600;
    color: #0a51a1;
    line-height: 63px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.banner-data p{
    font-size: 20px;
    font-weight: 500;
    color: #0e0e0e;
    line-height: 28px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 15px 30px;
    border-radius: 4px;
    background: #f78d03;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: table;
    text-transform: uppercase;
}
.btn-main i{
    margin-left: 5px;
}
.btn-main:focus,
.btn-main:hover{
    background: #0a51a1;
    color: #fff;
}
/* **** End Hero Banner **** */

/* **** About **** */
.about-wrp{
    padding: 80px 0 80px;
    width: 100%;
}
.about-wrp .row{align-items: center;}
.abt-data h6{
    font-size: 22px;
    font-weight: bold;
    color: #0a51a1;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.abt-data h2{
    font-size: 35px;
    font-weight: 600;
    color: #0e0e0e;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.abt-data p{
    font-size: 17px;
    font-weight: normal;
    color: #616161;
    line-height: 28px;
    margin: 0 0 45px;
    text-align: justify;
}
.abt-data p:last-child{
    margin: 0 0 30px;
}
.abt-data .btn-main{
    padding: 13px 30px;
    font-size: 18px;
}
.abt-img img{
    width: 90%;
    float: right;
}
/* **** End About **** */

/* **** What We Do **** */
.what-we-do-wrp{
    padding: 60px 0 0;
    width: 100%;
}
.titlebar h2{
    font-size: 50px;
    font-weight: 600;
    color: #0e0e0e;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 70px;
}
.titlebar h2 span{
    color: #0a51a1;
}

.what-row ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.what-row ul li{
    width: 50%;
}
.whats-img{
    position: relative;
}
.whats-img img{
    width: 100%;
}
.icon-bx{
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #0a51a1;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: -52px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.evenrow .icon-bx{
    left: -52px;
    right: auto;
}
.icon-bx img{
    width: 60%;
    margin: 0 auto;
}
.whats-data{
    padding: 0 30px;
    margin: 0 auto;
    width: 60%;
}
.whats-data h3{
    font-size: 35px;
    font-weight: bold;
    color: #0e0e0e;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.whats-data p{
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    color: #616161;
}
.whats-data ul{display: block;margin: 0 0 25px;}
.what-row ul li .whats-data li{
    padding:10px 0 10px 25px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #616161;
    width: 100%;
}
.what-row ul li .whats-data li:before{
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 900;
    color: #f78d03;
    top: 10px;
    left: 0;
}
.whats-data .btn-main{
    padding: 13px 30px;
    font-size: 18px;
    display: table;
    margin: 35px 0 0;
}
/* **** End What We Do **** */

/* **** Our Market **** */
.our-market-wrp{
    padding: 80px 0;
    width: 100%;
    background:#f5f5f5;
}
.our-market-wrp .markets-watchbx{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: table;
    padding: 33px 0;
}
.our-market-wrp .markets-watchbx .main-center-img{
    max-width: 650px;
    margin: 0 auto;
}
.our-market-wrp .markets-watchbx .main-center-mobile-img{
    display: none;
    max-width: 100%;
    margin: 0 auto 40px;
}
.our-market-wrp .markets-watchbx  li a{
    color: #0E0E0E;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.our-market-wrp .markets-watchbx li{
    position: absolute;
}
.our-market-wrp .markets-watchbx li .info-img{
    height: 80px;
    min-width: 80px;
    margin-left: 15px;
    background-color: #fff;
    border-radius: 100%;
    border:2px solid #0a51a1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-market-wrp .markets-watchbx .left-side-content li h4{
     color: #0E0E0E;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: none;
}
.our-market-wrp .markets-watchbx .left-side-content li img{
    width: 45px;
}
.our-market-wrp .markets-watchbx .left-side-content li:first-child{
    top:0;
    left: 176px;
}
.our-market-wrp .markets-watchbx .left-side-content li:nth-child(2){
    top: 19%;
    left: 14px;
}
.our-market-wrp .markets-watchbx .left-side-content li:nth-child(3){
    top: 43%;
    left: 3px;
}
.our-market-wrp .markets-watchbx .left-side-content li:nth-child(4){
    top: 66%;
    left: 58px;
}
.our-market-wrp .markets-watchbx .left-side-content li:last-child{
    bottom: 0;
    left: 187px;
}

.our-market-wrp .markets-watchbx .right-side-content li{
    top: 0;
}
.our-market-wrp .markets-watchbx .right-side-content li span{
    margin: 0 15px 0 0;
}
.our-market-wrp .markets-watchbx .right-side-content li:first-child{
    top:0;
    right:1px;
}
.our-market-wrp .markets-watchbx .right-side-content li:nth-child(2){
    top: 19%;
    right:04px;
}
.our-market-wrp .markets-watchbx .right-side-content li:nth-child(3){
    top: 43%;
    right:-54px;
}
.our-market-wrp .markets-watchbx .right-side-content li:nth-child(4){
    top: 66%;
    right:08px;
}
.our-market-wrp .markets-watchbx .right-side-content li:last-child{
    bottom: 0;
    right:146px;
    top: auto;
}

.our-market-wrp .markets-watchbx  li a:hover{
    color: #0a51a1;
}
/* **** End Our Market **** */

/* **** Contact **** */
.contact-wrp{
    padding: 80px 0;
    width: 100%;
}
.contact-row{
    width: 90%;
    margin: 0 auto 50px;
}
.contact-row .row{align-items: center;}
.cnt-bx{
    display: flex;
    align-items: center;
}
.cnt-dt{
    padding-left: 25px;
}
.cnt-dt h6{
    font-size: 20px;
    font-weight: bold;
    color: #121212;
    margin: 0 0 10px;
}
.cnt-dt p{
    font-size: 17px;
    font-weight: normal;
    color: #616161;
    fill: #616161;
    margin: 0;
    line-height: 24px;
}
.cnt-dt p a{
    color: #616161;
    fill: #616161;
}
.cnt-form{padding: 0 35px 0 0;}
.cnt-form h2{
    font-size: 28px;
    font-weight: bold;
    color: #0d0d0d;
    padding-bottom: 15px;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.cnt-form h2:after{
    position: absolute;
    content: '';
    width:70px;
    height: 4px;
    background: #0a51a1;
    border-radius: 10px;
    bottom: 0;
    left: 0;
}
.cnt-form p{
    font-size: 18px;
    font-weight: normal;
    color: #616161;
    margin: 0 0 25px;
}
.cnt-form .form-group{
    margin: 0 0 20px;
}
.cnt-form .form-control{
    padding: 12px 15px;
    background: #f9f9f9;
    color: #616161;
    font-size: 14px;
    resize: none;
    font-weight: normal;
    height: auto;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.cnt-form .btn-main{
    padding: 10px 15px;
    width: 100%;
    background: #f78d03;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: none;
    outline: none !important;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.cnt-form .btn-main:hover{
    background: #0a51a1;
    color: #fff;
}
.mapbx{
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.17);
    height: 500px;
}
.mapbx iframe{
    height: 100%;
    width: 100%;
}

.doctor-network-wrp{
    padding: 60px 0 10px;
    width: 100%;
    background: #f5f5f5;
}
.doctor-network-wrp .titlebar h2{margin: 0 0 30px;}
.doctors-box{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(70, 70, 70, 0.10);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.doctors-slider .slick-slide {
    margin: 15px 20px;
}
.doctors-slider .slick-list {
    margin: 15px -20px;
}
.doctors-slider .slick-prev,
.doctors-slider .slick-next{
    position: absolute;
    right:-100px;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.doctors-slider .slick-prev:before,
.doctors-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f0da";
    font-family: 'Font Awesome 5 Pro';
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.20);
    color: #666666;
    font-weight:900;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.doctors-slider .slick-prev {
    right:auto;
    left:-100px;
}
.doctors-slider .slick-prev:before {
    content: "\f0d9";
}
.doctors-slider .slick-prev:hover:before,
.doctors-slider .slick-next:hover:before{
    color: #fff;
    background: #0a51a1;
}

.doctors-slider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.doctors-slider .slick-dots li{
    line-height: 0;
    margin-right: 5px;
}
.doctors-slider .slick-dots li button{
    background-color: transparent;
    border:none;
    height: 10px;
    width: 10px;
    border:1px solid #101010;
    border-radius: 100%;
    box-shadow: none;
    outline: none;
    font-size: 0;
    position: relative;
}
.doctors-slider .slick-dots li button:before{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 4px;
    width: 4px;
    content: "";
    background-color: #0a51a1;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.doctors-slider .slick-dots li.slick-active button{
    border-color: #0a51a1;
}
.doctors-slider .slick-dots li.slick-active button:before{
    opacity: 1;
}
/* **** End Contact **** */

/* **** Footer **** */
footer{
    padding: 300px 0 0;
    position: relative;
    width: 100%;
    background: #0a51a1;
}
img.foot-shap{
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0;
    right: 0;
}
.foot-top {
    padding: 60px 0 30px;
}
.foot-abt img{
    margin: 0 auto 20px;
}
.social-bx{text-align: center;}
.social-bx a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #c9c9c9;
    line-height: 37px;
    font-size: 16px;
    color: #c9c9c9;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
.social-bx a:last-child{margin: 0;}
.social-bx a:hover{
    background: #c9c9c9;
    color: #0a51a1;
}

.quicklinks{margin: 0 auto;display: table;}
.foot-cntbx h4,.quicklinks h4{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 25px;
}
.quicklinks li a{
    padding: 4px 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #c7c7c7;
}
.quicklinks li a:hover{
    color: #fff;
}
.foot-cntbx li{
    display: block;
    margin: 0 0 20px;
}
.foot-cntbx li:last-child{margin: 0;}
.foot-cntbx li h4{
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.foot-cntbx li h4 i{
    margin-right:10px;
    color: #f78d03;
}
.foot-cntbx li p{
    margin: 0;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #c7c7c7;
}
.foot-cntbx li p:hover{
    color: #fff;
}

.copyright{
    
}
.copyright p{
    font-size: 18px;
    font-weight: normal;
    color: #c7c7c7;
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #1a60b0;
    width: 100%;
    text-align: center;
}

.btnfix{
    position: fixed;
    bottom: 65px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #f78d03;
    border-radius: 50%;
    line-height: 50px;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    border: none;
    outline: none !important;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    display: none;
}
.btnfix:hover{
    background: #0a51a1;
    color: #fff;
}
.btnfix.show{
    display: block;
}
/* **** End Footer **** */

.hero-banner-wrp img.mobile-banner-img{
    width: 100%;
    display: none;
}


.navbar .header-navbar-bx .nav-item{
    position: relative;
}
.navbar .header-navbar-bx .nav-item .form-group{
    position: absolute;
    left: auto;
    right: -10px;
    top: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar .header-navbar-bx .search-box a{
    position: relative;
    z-index: 9;
}
.navbar .header-navbar-bx .nav-item .form-group .form-control{
    box-shadow: none;
    outline: none;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    border:none;
}
.navbar .header-navbar-bx .search-box.show-searchbar .form-group{
    width: 300px;
    visibility: visible;
    opacity: 1;
}

.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#one{order: 1;}
#two{order: 2;}
.mobile-show{
    display: none;
}

.abt-data .box-info-text1{display: none;}
.abt-data.show-box .box-info-text1{display: block;}
.abt-data.show-box a.read-more-btn1{display: none;}

.box-info-text2{display: none;}
.whats-data.show-box2 .box-info-text2{display: block;}
.whats-data.show-box2 a.read-more-btn2{display: none;}

.box-info-text3{display: none;}
.whats-data.show-box3 .box-info-text3{display: block;}
.whats-data.show-box3 a.read-more-btn3{display: none;}

.box-info-text4{display: none;}
.whats-data.show-box4 .box-info-text4{display: block;}
.whats-data.show-box4 a.read-more-btn4{display: none;}

.box-info-text5{display: none;}
.whats-data.show-box5 .box-info-text5{display: block;}
.whats-data.show-box5 a.read-more-btn5{display: none;}

.box-info-text6{display: none;}
.whats-data.show-box6 .box-info-text6{display: block;}
.whats-data.show-box6 a.read-more-btn6{display: none;}

