@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800');
*{
    outline:none!important;
    word-wrap: break-word;
    font-weight:normal;
}
ul,
li{
    padding:0;
    margin:0;
    list-style-type:none;
}
img{
    color:#000;
    font-size:11px;
    max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin:0;
}
body{
    margin:0;
    padding:80px 0 0;
    overflow-x:hidden!important;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    color:#000;
}
.text-align {
    text-align: center;
}
/****icons start****/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?79tx34');
    src:  url('../fonts/icomoon.eot?79tx34#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?79tx34') format('truetype'),
        url('../fonts/icomoon.woff?79tx34') format('woff'),
        url('../fonts/icomoon.svg?79tx34#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
html.translated-rtl p,
html.translated-rtl h1,
html.translated-rtl h2,
html.translated-rtl h3,
html.translated-rtl h4,
html.translated-rtl h5,
html.translated-rtl h6,
html.translated-rtl h7,
html.translated-rtl label,
html.translated-rtl article
{
   text-align: right;
}

html.translated-rtl ul li {
   text-align: right;
   padding-left: 0;
   padding-right: 20px;
}

html.translated-rtl ul li::before {
   left: inherit;
   right: 0;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-briefcase:before {
    content: "\e901";
}
.icon-receiver:before {
    content: "\e902";
}
.icon-right-arrow-thin:before {
    content: "\e903";
}
.icon-bed:before {
    content: "\e900";
}
.icon-care:before {
    content: "\e905";
}
.icon-details:before {
    content: "\e906";
}
.icon-doctor:before {
    content: "\e907";
}
.icon-down-arrow:before {
    content: "\e908";
}
.icon-flight:before {
    content: "\e909";
}
.icon-hat:before {
    content: "\e90a";
}
.icon-hospitals:before {
    content: "\e90b";
}
.icon-hotel:before {
    content: "\e90c";
}
.icon-lab:before {
    content: "\e90d";
}
.icon-left-arrow:before {
    content: "\e90e";
}
.icon-location:before {
    content: "\e90f";
}
.icon-magnifier:before {
    content: "\e910";
}
.icon-medicine:before {
    content: "\e911";
}
.icon-money:before {
    content: "\e912";
}
.icon-quotation:before {
    content: "\e913";
}
.icon-quote:before {
    content: "\e914";
}
.icon-right-arrow:before {
    content: "\e915";
}
.icon-right-thick-arrow:before {
    content: "\e916";
}
.icon-shakehand:before {
    content: "\e917";
}
.icon-treatment:before {
    content: "\e918";
}
.icon-visa:before {
    content: "\e919";
}
/****icons end****/
.tmargin20{
    margin-top:20px;
}
.bmargin20{
    margin-bottom:20px;
}
.tmargin30{
    margin-top:30px;
}
.bmargin30{
    margin-bottom:30px;
}
.bottom-padding-0{
    padding-bottom:0!important;
}
/*==== button style ====*/
.btn{
    height:42px;
    border-radius:30px;
    padding: 10px 30px;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.btn-success{
    background-color:#11cba9;
    border-color:#08c2a0;
    color:#fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    background-color:#21dbb9!important;
    border-color:#08c2a0!important;
}
/*==== button style ====*/

/*===== form text field style =====*/
.form-control {
    height: 55px;
    color:#000;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 17px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
}
textarea{
    resize:none;
    height:115px;
}
.form-control:focus {
    box-shadow:none;
    border:1px solid #0b88e7;
}
.form-group {
    margin-bottom: 30px;
}
/*===== form text field style ======*/


/*==== header start====*/
header{
    height:100px;
    background-color:#fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.language-selectionbox a {
    position: relative;
    top: 9px;
}
.brandbox {
    display: inline-block;
    vertical-align: middle;
    margin-top: 23px;
}
.header-menu {
    float: right;
    margin-top: 10px;
}
.make-call {
    margin-right: 5px;
    font-size: 14px;
	color:#000000;
    vertical-align: middle;
    line-height: normal;
}
.menu-items{
    display:inline-block;
    list-style-type:none;
    padding:0;
    text-align:right;
    margin:0 20px 0 0;
    vertical-align:middle;
    position: relative;
}
.menu-items li{
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 9px;
    vertical-align: middle;
    
}
.menu-items li a{
    color:#000;
    font-size:14px;
    color:#000;
	font-weight:bold;
    position:relative;
    text-decoration:none;
    overflow: hidden;
    display: block;
}
header a{
    text-decoration:none!important;
    transition:color 0.3s ease 0s;
    -webkit-transition:color 0.3s ease 0s;
    -moz-transition:color 0.3s ease 0s;
    -ms-transition:color 0.3s ease 0s;
    -o-transition:color 0.3s ease 0s;
}
/*.menu-items li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    margin-left: 0%;
    width: 0%;
        transition:all 0.8s ease 0s;
        -webkit-transition:all 0.8s ease 0s;
        -moz-transition:all 0.8s ease 0s;
        -ms-transition:all 0.8s ease 0s;
        -o-transition:all 0.8s ease 0s;
}
.menu-items li a:hover::after {
    margin-left: 100%;
    width: 100%;
}*/
.menu-items li a:hover,
.menu-items li.active a{
    color:#e32031;
    text-decoration:none;
}
.free-quote {
    border: 1px solid #e32031;
    font-size: 14px;
    color: #e32031;
    background-color: #fff;
    padding:8px 20px;
}
.menu-items li a.free-quote{
    color: #11cba9;
}
.free-quote:hover,
.free-quote:focus,
.free-quote:active {
    color: #fff;
    background-color:rgb(227, 32, 49);
}
header .free-quote {
    display: inline-block;
    font-size: 12px;
    height: 32px;
    padding: 6px 20px;
}
.global-search{
    font-size: 16px;
    color: #6f6f6f;
    position: relative;
    top: 4px;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}
.global-search:hover{
    color:#000;
}
.counrty {
    display: inline-block;
    height:20px;
    vertical-align: middle;
    margin-right: 0;
}
.countrypicker.bootstrap-select > 
.dropdown-toggle {
    width: auto;
    border: none;
    border-radius: 0;
    padding: 0 24px 0 0;
    height: auto;
    background-color: #fff !important;
}
.countrypicker.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:auto;
    vertical-align: top;
}
.countrypicker.bootstrap-select .dropdown-toggle .filter-option{
    padding: 2px 0 0 0;
    position: initial;
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #6f6f6f;
}
.countrypicker.bootstrap-select .dropdown-toggle .caret{
    border: none;
    font-family: 'icomoon' !important;
    font-size: 5px;
    right: 22px;
    margin-top: -2px;
    color: #9b9b9b;
}
.countrypicker.bootstrap-select .dropdown-toggle .caret::before
{
    content: "\e908";
}
.countrypicker.bootstrap-select .dropdown-menu{
    right:0;
    left:auto;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus,
.btn-group.open .dropdown-toggle{
    outline:none!important;
    box-shadow:none!important;
}
.countrypicker.bootstrap-select .dropdown-toggle::before {
    display: none;
}
.telephone-number {
    font-size: 13px;
    color: #000;
	font-weight:bold;
    padding: 0 12px;
    margin: 0 10px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e1e1e1;
    vertical-align:middle;
    border-left: none;
}
.telephone-number:hover {
    color:#000;
}
.language-selectionbox{
    float: right;
    margin-top: 8px;
    width: 100%;
    text-align: right;
    margin-right: 10px;
}
.countrypicker .open > .dropdown-menu {
    display: block;
    max-width: 220px;
    width:200px;
    max-height:300px!important;
}
.countrypicker.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
}
.bs-searchbox .form-control {
    height: auto;
    border: 1px solid #f1f1f1;
    padding: 6px 11px;
    font-size: 12px;
    border-radius: 2px;
    color: #262626;
    font-weight: 400;
    box-shadow: 0 5px 2px -1px rgba(0,0,0,0.03);
}
/*==== header end====*/

/*==== footer start ====*/
footer{
    padding:150px 0 0;
}
.rotated-design{
    position:relative;
    overflow:hidden;
}
.rotated-design::before{
    content:'';
    width:630px;
    height:630px;
    position: absolute;
    top: 45px;
    left: -190px;
    border-radius:80px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    background: -moz-linear-gradient(top, rgba(9,131,232,1) 0%, rgba(15,173,217,0.98) 53%, rgba(15,173,217,1) 89%, rgba(15,173,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,131,232,1) 0%,rgba(15,173,217,0.98) 53%,rgba(15,173,217,1) 89%,rgba(15,173,217,1) 100%);
    background: linear-gradient(to bottom, rgb(86, 166, 174) 0%,rgb(15, 175, 216) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0983e8', endColorstr='#0fadd9',GradientType=0 );
}
.aboutbrand-content{
    width:305px;
    position: absolute;
    left: 120px;
    z-index: 2;
}
.footer-links{
    padding:60px 0 0 450px;
    min-height:1px;
}
.hospals-on-apps{
    padding:15px 0 10px;
    margin-top:10px;
}
.hospals-on-apps .mobile-app-links{
    float:left;
    white-space: nowrap;
}
.hospals-on-apps .mobile-app-links a{
    margin-right:10px;
}
.rights-reserved{
    font-size:14px;
    color:#000;
    font-weight:300;
    margin:2px 0 0;
}
.aboutbrand-content p{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 10px;
    letter-spacing: 0.3px;
}
.links-for{
    display:block;
    font-size:16px;
    color:#000;
    font-weight:700;
    margin-bottom:10px;
}
.links-list{
    padding:0;
    margin:0;
    list-style-type:none;
    width:100%;
}
.links-list li{
    width:100%;
    list-style-type:none;
    margin-top:2px;
}
.links-list a{
    color:#000;
    font-size:13px;
    font-weight:400;
}
.links-list a:hover{
    text-decoration:underline;
    color:#000;
}
/*==== footer end ====*/
/*---------------------Home page start-----------------------*/

/*==== banner start====*/
.home-banner{
    padding:0px 0 0px;
    position:relative;
}
.aboutbrand-content a img{
    width:280px;
	height: 120px;
}
.home-graphic{
    background: url('../images/banner_hospals.svg') no-repeat center top / 100%;
}
.treatment-block:hover {
    background-color: #fff;
    border-color: #dbf7f2;
    box-shadow: 0 0 6px 2px #dbf7f2;
}

    .brandbox a img {
        width: 240px;
		height: 90px;
        position: relative;
        top: -14px;
    }
    header .bootstrap-select .dropdown-menu {

    z-index: 2;
    top: 30px;
    width: auto;
    right: 0;
    min-width: 94px;
    left: -30px;

}
    svg {
  display: block;
}

.overlay-box{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: url('../images/banner-overlay.png') no-repeat center center;
    display: none;
}
.main-search{
    width:490px;
    max-width:100%;
    margin:20px 0 0;
    position:relative;
    text-align: left;
}
.main-search .form-control {
    height: 55px;
    border-radius: 40px;
    text-overflow: ellipsis;
    box-shadow: 0 3px 15px -7px rgba(0,0,0,0.2);
    padding: 15px 140px 15px 30px;
    font-size: 13px;
    border-color: #efefef;
}
.main-search .form-control:focus {
    border: 1px solid #11cba9;
}
.main-search .btn-success {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    font-size: 15px;
    width: 135px;
}
.page-primaryfont{
    font-size: 37px;
    color: #000;
    text-align: left;
    font-weight: 700;
    line-height: 50px;
    margin-top: 50px;
}
.custom-width {
    width: 155px;
}
/*==== banner end====*/

/*==== Medical treatment section start====*/
.medical-treatment{
    padding: 0px 0 100px;
}
.secondary-font{
    font-size:24px;
    color:#000;
    font-weight:700;
    margin-bottom: 25px;
}
.stroke-line{
    stroke-dasharray: 2 5;
    stroke-dashoffset: 0;
}
.secondary-font .stroke-line{
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -13px;
}
.secondary-font span{
    color:#5baab3;
    font-weight:700;
    display: inline-block;
}
.text_content_box{
    width:100%;
    max-width:100%;
    padding:45px 40px;
    border-radius:10px;
    border:1px solid #f5f5f5;
    margin:30px auto 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.medical-treatment .text_content_box{
    width:910px;
    background: #fff;
}
p{
    font-size:15px;
    font-weight:300;
    color:#262626;
    line-height:28px;
    margin-bottom:12px;
}
p:last-of-type{
    margin-bottom:0;
}
.hospals-line{
    width:70px;
    margin:10px 0;
}
.side-curves{
    position:relative;
}
.side-curves .curve-block{
    width: 400px;
    height: 400px;
    z-index:1;
    position:absolute;
    left: -320px;
    bottom: -90px;
    opacity:0.1;
    top: auto;
    border-radius: 80px;
    margin-left: -180px;
    transition:all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -ms-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: -moz-linear-gradient(top, rgba(9,131,232,1) 0%, rgba(15,173,217,0.98) 53%, rgba(15,173,217,1) 89%, rgba(15,173,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,131,232,1) 0%,rgba(15,173,217,0.98) 53%,rgba(15,173,217,1) 89%,rgba(15,173,217,1) 100%);
    background: linear-gradient(to bottom, rgb(4, 161, 132) 0%,rgb(8, 81, 110) 53%,rgb(41, 22, 111) 89%,rgb(41, 22, 111) 100%)
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0983e8', endColorstr='#0fadd9',GradientType=0 );
}
.side-curves.show-curve .curve-block{
    margin-left:0;
}
/*==== Medical treatment section end====*/

/*==== featured Hospital start ====*/
.featured-hospitals{
    padding:40px 0 80px;
}
.scrolling-brands{
    display:inline-block;
    vertical-align:middle;
    text-align: center;
    width:48%;
    min-height:460px;
    position:relative;
}
.scrolling-brands::before{
    content:'';
    height:80px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:3;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.77) 42%, rgba(255,255,255,0.61) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.77) 42%,rgba(255,255,255,0.61) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(246,255,255,1) 0%,rgba(255,255,255,0.77) 42%,rgba(255,255,255,0.61) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.scrolling-brands::after{
    content:'';
    height:80px;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:3;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.61) 15%, rgba(255,255,255,0.77) 58%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.61) 15%,rgba(255,255,255,0.77) 58%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.61) 15%,rgba(255,255,255,0.77) 58%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.scrolling-brands .brandsbox{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    margin: 20px;
    width: 135px;
    text-align: center;
}
.scrolling-brands .brandsbox img{
    max-height:50px;
    vertical-align:middle;
}
.featured-content{
    width:48%;
    display:inline-block;
    vertical-align:middle;
    padding-left:90px;
}
.marquee {
    overflow: hidden;
}
/*==== featured Hospital end ====*/

/*==== How it works start ====*/
.how-it-works{
    padding:110px 0 125px;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgb(86, 166, 174) 0%,rgb(252, 251, 250) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.row25{
    margin:0 -25px;
}
.col-25{
    float:left;
    width:25%;
    padding:0 25px;
}
.procedure-card{
    background-color:#fff;
    border-radius:10px;
    text-align:center;
    padding:25px;
    position:relative;
}
.card-icon{
    display:inline-block;
    height:40px;
    margin-bottom:5px;
}
.procedure-card .card-icon {
    font-size: 32px;
    color: #6f6f6f;
}
.procedure-card label{
    font-size:14px;
    font-weight:300;
    margin:0;
    line-height:22px;
    display:block;
}
.number-card{
    position:relative;
    margin-top: 85px;
}
.number-card::before{
    content: attr(card-number);
    color: #267dd7;
    font-size: 80px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    top: -33px;
    font-weight: 900;
    z-index: 0;
}
.secondary-font.white-font{
    color:#fff;
}
.secondary-font.white-font span{
    color:#000;
}
.width-limit-content{
    width:850px;
    max-width:100%;
    margin:auto;
}
.how-it-works .width-limit-content p{
    color:#000;
}

/*==== How it works end ====*/

/*==== Featured treatment start ====*/
.featured-treatment{
    width:100%;
    padding:110px 0;
}
.available_treatment{
    display:inline-block;
    padding:0;
    margin:50px 0;
    list-style-type:none;
    width:100%;
}
.available_treatment > li{
    float:left;
    width:25%;
    height:290px;
    position:relative;
    display: table;
}
.available_treatment > li::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right: 2px solid #f7f7f7;
}
.available_treatment > li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f7f7f7;
}
.available_treatment > li:nth-child(4n)::before,
.available_treatment > li:nth-child(4n) .treatment_name::after {
    display:none;
}
.available_treatment > li:nth-last-child(1)::after,
.available_treatment > li:nth-last-child(2)::after,
.available_treatment > li:nth-last-child(3)::after,
.available_treatment > li:nth-last-child(4)::after,
.available_treatment > li:nth-last-child(1) .treatment_name::after,
.available_treatment > li:nth-last-child(2) .treatment_name::after,
.available_treatment > li:nth-last-child(3) .treatment_name::after,
.available_treatment > li:nth-last-child(4) .treatment_name::after {
    display:none;
}
.treatment_name{
    width:100%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    position: relative;
    z-index:3;
}
.available_treatment > li .treatment_name .hidden label a{
    color: #858ba0;
    text-decoration: none;
}
.available_treatment > li .treatment_name .hidden label a:hover, .available_treatment > li .treatment_name .hidden label a:focus, .available_treatment > li .treatment_name .hidden label a:ative{
    color: #000;
}
.available_treatment .treatment_name::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    z-index:-1;
}
.treatment_name .icon-box{
    display: block;
    width: 50px;
    margin: auto;
    height: 50px;
    text-align:center;
    line-height:50px;
}

.treatment_name .icon-box1{
    display: block;
    width: 100px;
    margin: auto;
    height: 100px;
    text-align:center;
    line-height:50px;
}

.treatment_name .icon-box img{
    max-height:100%;
}
.full-click{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:5;
}
.treatment_name h4{
    font-size:20px;
    color:#000;
    margin:23px 0 10px;
}
.treatment_name .hidden label{
    display:block;
    font-size:14px;
    font-weight:300;
    color: #fff;
}
.more-link{
    font-size:16px;
    color:#0b93ed;
    font-weight:600;
}
.more-link:hover,
.more-link:focus,
.more-link:active{
    text-decoration:none;
    color:#2083cf;
}
.treatment_name .more-link{
    display:inline-block;
    margin:6px 0 0;
}
.available_treatment .hover-content{
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#5baab3;
    z-index: -1;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    transition:all 0.8s ease 0s;
    -webkit-transition:all 0.8s ease 0s;
    -moz-transition:all 0.8s ease 0s;
    -ms-transition:all 0.8s ease 0s;
    -o-transition:all 0.8s ease 0s;
}
.available_treatment > li:hover .hover-content{
    visibility:visible;
    opacity:1;
    z-index:2;
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
}
.available_treatment > li .treatment_name .hidden{
    display:block!important;
}
.available_treatment > li .treatment_name .hidden label,
.available_treatment > li .treatment_name .hidden .more-link{
    visibility:hidden;
    opacity:0;
    margin:-30px 0 0 0;
    line-height:25px;
    transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
}
.available_treatment > li:hover .treatment_name .hidden label,
.available_treatment > li:hover .treatment_name .hidden .more-link{
    visibility:visible;
    opacity:1;
    margin:0;
}
.available_treatment > li:hover .treatment_name::after{
    display:none;
}
.available_treatment > li:hover{
    z-index:5;
}
.explore-more{
    text-align:center;
}
.more-link .icon-right-thick-arrow {
    font-size: 11px;
    vertical-align: middle;
}
/*==== Featured treatment end ====*/

/*==== Testinomial start ====*/
.testimonial-section{
    width:100%;
    padding:95px 0;
    background-color:#f7f7f7;
    position:relative;
    margin-top:0;
    display: none;
}
.testimonial-section::before{
    content: '';
    height: 50px;
    width:100%;
    position: initial;
    left: 0;
    top: -40px;
    background: url('../images/fade.png') repeat-x 0 0;
    z-index: 1;
    right: 0;
}
.send-enquiry-btn-block {
    position: absolute;
    bottom: -65px;
    left: 65px;
}
.testimonial-carousel{
    max-width:100%;
    margin:0 auto;
}
.testimonial-carousel .roundperson-img{
    width:60px;
    height:60px;
    border-radius:50%;
    border:1px solid #fff;
    display:inline-block;
}
.tesimonials_thumbs{
    width:340px;
    max-width:100%;
    margin:0 auto;
}
.roundperson-img img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.testimonial-carousel .synced .roundperson-img img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    -webkit-filter:none; /* Safari 6.0 - 9.0 */
    filter:none;
}
.testimonial-carousel .person-name{
    margin:35px 0 20px;	
}
.person-name h4{
    font-size:16px;
    color:#000;
    font-weight:700;
    line-height: 10px;
}
.person-name label{
    font-size:13px;
    color:#797979;
    margin:2px 0 0;
    font-weight:400;
}
/*==== estimate section start ====*/
.estimate-section{
    padding:80px 0;
    background-image: linear-gradient(rgb(241, 241, 241,0.5), #fff);
}
.find-by-estimation{
    margin:0 auto;
    max-width:100%;
    padding-right:200px;
    position:relative;
}
.find-by-estimation .secondary-font {
    font-size: 30px;
    margin: 0;
    line-height: 43px;
}
.find-by-estimation label{
    font-size:21px;
    display:block;
    margin-bottom:5px;
    font-weight:300;
    color:#000;
}
.find-by-estimation .position-right{
    position:absolute;
    right:0;
    top:50%;
    margin-top:-20px;
}
.zig-zag-line{
    width:100%;
    height:150px;
    background-repeat:repeat-x;
    overflow: hidden;
    background-position:0 center;
}
.zigzag-svg{
    stroke-dasharray: 3270;
    width: 100%;
    animation: pulseline 20s linear infinite;
    -moz-animation: pulseline 20s linear infinite;
    -webkit-animation: pulseline 20s linear infinite;
}
@keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
@-moz-keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
@-webkit-keyframes pulseline {
    0% {
        stroke-dashoffset: 3270;
    }
    100% {
        stroke-dashoffset: -3270;
    }
}
/*==== estimate section end ====*/

/*---------------------Home page end-----------------------*/


/*---------------------about us page start-----------------------*/

/*==== aboutus section start ====*/
.about-hospals{
    padding:100px 0 0;
}
.two-col-content{
    width:100%;
    min-height:450px;
    padding:0 500px 150px 0;
    position:relative;
}
.starting-line{
    position:relative;
}
.starting-line::before {
    content: '';
    width: 55px;
    height: 0;
    border-top: 2px solid #e5e5e5;
    position: absolute;
    top: -15px;
    left: 0;
}
.block-pic{
    width:370px;
    height:450px;
    max-width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:10px;
    position:absolute;
    right:0;
    bottom:0;
}
.about-hospals p {
    margin-bottom: 25px;
}
.secondary-font.starting-line {
    margin-bottom: 10px;
}
.start-to-end-care{
    width:100%;
}
.two-col-content + .start-to-end-care {
    margin-top: -110px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.care-steps{
    display:inline-block;
    border-radius:10px;
    border:1px solid #f7f7f7;
    background-color:#56a6ae;
    padding:15px 30px 30px;
    margin-top:20px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}
.care-steps li{
    width:105px;
    float:left;
    border-right:1px solid #f7f7f7;
    height:60px;
    margin-top:15px;
    text-align:center;
}
.care-steps li:last-child{
    border-right:none;
}
.square-block{
    display: inline-block;
    height: 32px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #50adf1;
}
.care-steps li label{
    display:block;
    margin:0;
    font-size:14px;
    color:#fff;
    font-weight:bold;
}
.block-line{
    display:block;
    font-size:15px;
    color:#000;
    font-weight:300;
}
/*==== aboutus section end ====*/

/*==== solution for problems start ====*/
.available_slides{
    padding:40px 0;
}
.availability-list{
    width:100%;
    max-width:100%;
    display:inline-block;
}
.treatment-block{
    width:165px;
    height:135px;
    border-radius:10px;
    list-style-type:none;
    border:1px solid #f7f7f7;
    text-align:center;
    margin:0 0 22px 0;
    padding:25px 15px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);	
    position: relative;
}
.treatment-click {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
}
.treatment-block .treatment_name {
    padding: 0;
    width:100%;
    display:block;
}
.availability-list .mTSButton {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 31px;
    text-align: center;
    margin-top: -27px;
    z-index:10;
}
.availability-list .mTSButton img {
    height: 12px;
    line-height: normal;
    vertical-align: middle;
    opacity:0.6;
}
.availability-list .mTSButton:hover img {
    opacity:1;
}
.treatment-block .treatment_name h4 {
    font-size: 16px;
    color: #000;
    margin: 15px 0 10px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.scrolling-items.mTS-buttons-out {
    padding: 0;
    background: none;
}
/*==== solution for problems end ====*/

/*==== Form section start ====*/
.form-section{
    width:100%;
    padding:70px 0;
}
.help-labelbox{
    width:300px;
    padding:40px 25px;
    background-color:#fff;
    border:1px solid #e7e7e7;
    float:left;
    border-radius: 10px;
    margin-top:50px;
}
.help-labelbox .secondary-font span {
    color: #50adf1;
    font-weight: 700;
    display: block;
    font-size: 42px;
}
.help-labelbox .secondary-font {
    margin-bottom: 15px;
}
.cropped-spacebox{
    padding-left:70px;
}
.form-gradientbox{
    width:100%;
    padding:50px 100px 50px 350px;
    border-radius: 10px;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.form-gradientbox .secondary-font{
    color:#fff;
}
.form-gradientbox .btn-default {
    min-width: 180px;
    height:42px;
    background-color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #11cca8;
    letter-spacing: 0.5px;
}
.form-gradientbox .form-control{
    background-color:rgba(255,255,255,0.2);
    border-color:rgba(255,255,255,0);
    color:#fff;
    font-weight: 300;
}
.form-gradientbox textarea.form-control {
    height: 125px;
}
.form-gradientbox .form-control:focus{
    background-color:rgba(255,255,255,0.3);
    border-color:rgba(255,255,255,0.3);
}
.form-gradientbox .form-control::-moz-placeholder{
    color:#fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::-webkit-input-placeholder{
    color:#fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::-ms-input-placeholder{
    color:#fff;
    opacity: 0.5;
}
.form-gradientbox .form-control::placeholder{
    color:#fff;
    opacity: 0.5;
}
/*==== Form section end ====*/


/*---------------------about us page end-----------------------*/


/*---------------------our services page start-----------------------*/

.services-section{
    padding:90px 0;
}
.services-brief{
    display:inline-block;
    width:69.5%;
    vertical-align:middle;
}
.services-section .container{
    max-width:100%;
}
.services-brief p{
    font-size:34px;
    font-weight:200;
    line-height: 50px;
}
.v-middle-portrait{
    display:inline-block;
    width:30%;
    height:370px;
    border-radius:10px;
    vertical-align:middle;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.services-block-container{
    width:100%;
    margin-top:70px;
}
.common-pointer-box{
    width:100%;
    padding-right:50px;
    margin-bottom:35px;
    position:relative;
}
.service-card{
    width:100%;
    padding:50px;
    border-radius:10px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
    border: 1px solid #efefef;
}
.service-floatingbox{
    width:105px;
    height:105px;
    border-radius:50%;
    float:left;
    text-align:center;
    line-height:100px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
    border: 1px solid #f7f7f7;
    font-size: 40px;
    color: #0b93ed;
}
.service-floatingbox img {
    max-width: 60px;
}
.service-floatingbox span {
    display: inline-block;
    vertical-align: middle;
}
.service-floatingbox .icon-bed{
    font-size:35px;
}
.service-namedbox{
    padding-left:145px;
}
.services-listed{
    width:100%;
    padding-left:17px;
    list-style-type:none;
    position:relative;
}
.services-listed::before{
    content:'';
    position:absolute;
    left:3px;
    top:12px;
    bottom:8px;
    border-left:1px dashed #50adf1;
}
.services-listed > li{
    font-size:15px;
    font-weight:300;
    color:#262626;
    margin-bottom:15px;
    position:relative;
}
.services-listed > li::before{
    content: '';
    width: 11px;
    background-color: #fff;
    border: 1px dotted #50adf1;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 6px;
    z-index:1;
}
.services-listed > li::after{
    content: '';
    width: 5px;
    background-color: #50adf1;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 9px;
    z-index: 2;
}
.services-listed > li:last-of-type{
    margin-bottom:0;
}
.common-pointer-box::after{
    content:attr(data-number);
    font-size:100px;
    color:#f5f5f5;
    font-weight:700;
    position:absolute;
    right:5px;
    top:0;
}
/*---------------------our services page end-----------------------*/

/*---------------------hospital detail page start-----------------------*/
.detail-section{
    padding:100px 0;
}
.detail-section .two-col-content {
    padding:0 400px 0 0;
    min-height:350px;
}
.detail-section .two-col-content .block-pic {
    bottom: auto;
    top: 0;
    height: 300px;
    width: 390px;
}
.team-speciality{
    padding:50px 0;
}
.available_speciality{
    padding:0;
    margin:25px 0 0;
    list-style-type:none;
}
.available_speciality > li{
    width:100%;
    list-style-type:none;
    padding-left:20px;
    margin:0 0 20px;
    position:relative;
}
.available_speciality > li::before{
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.thin-headingfont {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
.treatment-heading h5{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 40px 0 15px;
    line-height: 33px;
}
.treatment-heading ul{
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}
.treatment-heading ul > li {

    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;

}
.treatment-heading ul > li::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}
.treatment-heading ul > li label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 2px;
}
.available_speciality .speciality-name{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#000;
    margin-bottom:2px;
}
.hospital-block{
    width:204px;
    background-color:#fafafa;
    border:1px solid #f3f3f3;
    border-radius:4px;
    position:relative;
}
.scrolling-items .mTSThumbContainer,
.scrolling-items.mTS-buttons-out .mTS_horizontal .mTSThumbContainer {
    margin:0 30px 0 0;
}
.scrolling-items .mTSThumbContainer:last-of-type,
.scrolling-items.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-of-type {
    margin-right: -1px;
}
.scrolling-items.mTS-buttons-out .mTSButtonIcon {
    fill: #000;
    height: 15px;
    top: 0;
    left: 5px;
}
.hospital-logo{
    width:100%;
    padding:0 10px;
    text-align:center;
    height:135px;
    line-height:135px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hospital-logo img{
    max-height:90%;
    display:inline-block;
    vertical-align: middle !important;
}
.card-bottom{
    background-color:#fff;
    padding:15px 17px;
    border-radius:0 0 4px 4px;
}
.card-bottom .hsp-name,
.card-bottom .doctor-name{
    font-size:15px;
    color:#000;
    margin:0;
    display:block;
    font-weight:500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.card-bottom .place{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.card-bottom .place,
.card-bottom .treatment-from{
    display:block;
    color:#32d0af;
    font-size:12px;
}
.card-bottom .treatment-from{
    font-style:italic;
    margin: 5px 0 10px;
    height: 34px;
    overflow: hidden;
}
.availability-list .hospital-logos  .mTSButton {
    margin-top: -17px;
}
/*---------------------hospital detail page end-----------------------*/

/*---------------------treatment list page start-----------------------*/
.treatments-lists-section{
    padding:75px 0 100px;
}
.treatments-brief-content{
    text-align:center;
    width:690px;
    max-width:100%;
    margin:0 auto;
}
.treatments-brief-content .secondary-font{
    font-size:32px;
    font-weight:800;
    margin-bottom:10px;
}
.treatments-listcard-container{
    width:100%;
}
.treatmentlist-card{
    background-color:#fcfcfc;
    padding:25px;
    border-width:4px 1px 1px;
    border-style:solid;
    border-color:#e2e2e2;
    border-radius:4px;
    width:100%;
    margin:30px 0 0;
    box-shadow: 0 4px 7px -5px rgba(0,0,0,0.2);
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}
.treatmentlist-card:hover{
    background-color:#71b6bd;
    border-color:#dbf7f2;
    box-shadow: 0 0 6px 2px #000;
}
.mason-listcontainer .mason-item {
    width: 25%;
    padding: 0 15px;
}
.treatmentlist-card h3{
    font-size:16px;
    color: #000;
    font-weight:500;
    margin-bottom:15px;
}
.treatments{
    padding:0;
    margin:0;
    list-style-type:none;
    width:100%;
}
.treatments > li,
.treatments > li a{
    position:relative;
    padding-left:15px;
    width:100%;
    font-size:14px;
    font-weight:300;
    margin-top:10px;
    color:#6d7887;
}
.treatments > li a{
    margin:0;
    color:#000;
    padding:0;
    text-decoration:none;
}
.treatments > li a:hover {
    color: #fff;
}
.treatments > li::before{
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #979797;
}

/***color classes start***/
.color_1{
    color:#0b93ed
}
.color_2{
    color:#11cca8
}
.color_3{
    color:#e94e4e
}
.color_4{
    color:#f2ac68
}
.color_5{
    color:#cac446
}
.color_6{
    color:#6fc810
}
.color_7{
    color:#2db08c
}
.color_8{
    color:#1ecdf3
}
.color_9{
    color:#1035f1
}
.color_10{
    color:#8909f6
}
.color_11{
    color:#36a47e
}
.color_12{
    color:#f312bb
}
.color_13{
    color:#f41a57
}
.color_14{
    color:#feb6ef
}
.color_15{
    color:#c0be26
}
/***color classes end***/

/*---------------------treatment list page end-----------------------*/

/*---------------------profile page start-----------------------*/
.profile_person{
    padding:70px 0 110px;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,175,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,175,216,1) 100%);
    background: linear-gradient(to bottom, rgb(86, 166, 174) 0%,rgb(15, 175, 216) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0fafd8',GradientType=0 );
}
.profile-dp{
    width:100px;
    height:100px;
    float:left;
    border-radius:50%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.profile-brief{
    padding:10px 0 0 122px;
    color:#fff;
}
.person-location{
    font-size:14px;
    color:#fff;
    font-weight:300;
    margin:0;
    display:block;
    position:relative;
    padding-left:15px;
}
.person-location .place-pointer {
    position: absolute;
    left: 0;
    top: 2px;
}
.profile-brief p{
    font-size:13px;
    font-weight:300;
    margin:10px 0 0;
    color:#fff;
}
.profile-brief p a{
    color:#fff;
    font-weight:500;
}
.person-name{
    font-size:22px;
    color:#fff;
    font-weight:500;
    margin-bottom: 3px;
}
.grid-container{
    background-color:#f9fafc;
}
.contact-details{
    padding:15px 30px 30px;
    background-color:#fff;
    border-radius:10px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
    margin-bottom:30px;
}
.grid-container + footer {
    background-color: #f9fafc;
}
.contact-databox{
    display:inline-block;
    white-space:nowrap;
    padding-right:10px;
    position:relative;
    margin:15px 10px 0 0;
    font-size: 13px;
    min-height:22px;
    color: #898989;
}
.contact-databox:last-of-type{
    margin-right:0;
    padding-right:0;
}
.contact-databox::after {
    content: '';
    width: 0;
    height: 10px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: -1px;
    top: 5px;
}
.contact-databox:last-of-type::after{
    display:none;
}
.contact-databox::before {
    content: attr(data-text);
    color: #585858;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: inline-block;
}
.more-in-count{
    width:20px;
    height:20px;
    background-color:#9c9c9c;
    border-radius:50%;
    display:inline-block;
    margin-left:10px;
    color:#fff!important;
    text-decoration:none!important;
    font-size:11px;
    text-align:center;
    line-height:20px;
}
.listing-holder_card{
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
    background-color:#fff;
    margin-bottom:30px;
    border-radius:10px;
}
.listing-holder_card .block-name{
    font-size:20px;
    color:#9f9f9f;
    padding:25px 30px;
    border-radius:10px 10px 0 0;
    text-transform:uppercase;
    font-weight:600;
    background-color:#fafafa;
}
.blog-cards_listing{
    padding:0 30px;
    margin:0;
    list-style-type:none;
}
.blog-cards_listing > li{
    width:100%;
    padding:30px 0;
    border-bottom:1px solid #f5f5f5;
}
.card-image{
    float:left;
    width:240px;
    height:135px;
    position:relative;
    border-radius:10px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    line-height:135px;
}
.card-image::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border-radius:10px;
    background-color:rgba(0,0,0,0.1);
}
.card-click{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:3;
}
.blogcard-content{
    padding:15px 0 0 270px;
}
.blogcard-content .blog-name,
.blogcard-content .blog-name a{
    font-size:15px;
    color:#000;
    font-weight:500;
    letter-spacing:0.5px;
    text-decoration:none;
}
.blogcard-content .post-date{
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
    color: #959595;
}
.blogcard-content p{
    font-size:14px;
    color:#000;
    font-weight:300;
    line-height:30px;
}
.overlapping-box {
    width: 100%;
    position: relative;
    top: -40px;
}
.see-all{
    display:block;
    text-align:center;
    font-size:15px;
    color:#6bdbc5;
    font-weight:600;
    text-decoration:none;
}
.see-all [class*="icon-"] {
    font-size: 12px;
    vertical-align: middle;
    margin-left: 4px;
}
.see-all:hover,
.see-all:focus,
.see-all:active{
    color:#5bcbb5;
    text-decoration:none;
}
.blog-cards_listing > li:last-of-type {
    padding: 20px 0;
    border:none;
}
.gallery-box{
    border-radius:10px;
    background-color:#fff;
    padding:15px;
    margin-bottom:30px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}
.gallery-card-heading{
    display:inline-block;
    width:100%;
    padding:2px 0 0 10px;
}
.gallery-card-heading .all-gallery-items{
    font-size:12px;
    color:#0980e9;
    text-decoration:none;
    float:right;
    font-weight:300;
}
.gallery-card-heading h4{
    display:inline-block;
    font-size:13px;
    color:#585858;
    font-weight:600;
}
.gallery-slides{
    margin: 0 -7px;
}
.lg-outer,
.lg-backdrop,
.mfp-wrap,
.mfp-bg {
    z-index: 999999;
}
.lg-outer .lg-thumb{
    width:100%!important;
    text-align:center;
}
.lg-outer .lg-thumb-item{
    display:inline-block;
    float:none;
}
.gallery-slides > a {
    float: left;
    width: 50%;
    padding: 0 7px;
    margin-top:14px;
    height: 120px;
    line-height:120px;
    position:relative;
    overflow: hidden;
}
.gallery-slides > a > img{
    border-radius:10px;
    height:100%;
    width:100%;
    object-fit:cover;
}
.gallery-slides .balance-slides{
    position:absolute;
    left:7px;
    right:7px;
    top:0;
    bottom:0;
    font-size:20px;
    border-radius:10px;
    background-color:rgba(0,0,0,0.5);
    text-align:center;
    color:#fff;
    font-weight:700;
}
.gallery-slides .vi-play{
    position:absolute;
    left:7px;
    right:7px;
    top:0;
    bottom:0;
    font-size:20px;
    border-radius:10px;
    background-color:rgba(0,0,0,0.2);
    text-align:center;
    color:#fff;
    font-weight:700;
}
.vi-play img {
    max-width: 35px;
}
.grid-container.side-curves .curve-block {
    left: auto;
    right: -360px;
    bottom: 160px;
    z-index: 0;
}
/*---------------------profile page end-----------------------*/

/*---------------------doctor page start-----------------------*/
.designations{
    font-size:15px;
    color:#fff;
    font-weight:300;
    display:block;
    margin:5px 0 10px;
}
.dot-listing{
    width:100%;
    padding:18px 30px 30px;
    list-style-type:none;
}
.dot-listing li{
    position:relative;
    padding-left:20px;
    list-style-type:none;
    margin:12px 0 0;
    font-size:14px;
    font-weight:300;
    color:#262626;
    line-height:25px;
}
.dot-listing li::before{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    position:absolute;
    left:0;
    top:10px;
    background-color:#7f7f7f;
}
.education_exp_card{
    border-radius:10px;
    background-color:#fff;
    padding:20px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}
.details_relative_doctor{
    width:100%;
    margin-bottom:20px;
}
.details_relative_doctor:last-of-type{
    margin:0;
}
.detail_card_heading{
    position:relative;
    padding-left:25px;
    font-size:13px;
    color:#585858;
    font-weight:600;
    display:block;
    margin:0;
    letter-spacing:0.5px;
}
.detail_card_heading [class*="icon-"] {
    color: #7f7f7f;
    position: absolute;
    left: 0;
    top: 2px;
}
.details_relative_doctor p{
    padding-left:25px;
    font-size:13px;
    color:#939393;
    font-weight:400;
}
.details_relative_doctor .dot-listing{
    padding:0;
    padding-left: 25px;
}
.details_relative_doctor li{
    font-size:13px;
    color:#939393;
    font-weight:400;
    padding-left:15px;
    margin-top:2px;
}
.details_relative_doctor li::before{
    width:4px;
    height:4px;
    top:11px;
    left:3px;
}

/****====white form start====****/
.form-section.white-theme,
.form-section.white-theme+footer{
    background-color: #fff;
}
.form-section.white-theme .cropped-spacebox {
    padding-left: 0;
}
.form-section.white-theme .form-gradientbox {
    padding: 50px 100px 50px 420px;
    background:#fff;
    border:1px solid #f7f7f7;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}
.form-section.white-theme .help-labelbox {
    border: none;
    border-radius: 10px;
    margin: 50px 0 0 50px;
}
.form-section.white-theme .form-gradientbox .secondary-font {
    color: #585858;
}
.form-section.white-theme .form-gradientbox .form-control {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #444;
}
.form-section.white-theme  .form-gradientbox .form-control:focus{
    background-color: #f9f9f9;
    border-color: #ececec;
}
.form-section.white-theme .form-gradientbox .form-control::-moz-placeholder{
    color:#a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::-webkit-input-placeholder{
    color:#a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::-ms-input-placeholder{
    color:#a3a3a3;
}
.form-section.white-theme .form-gradientbox .form-control::placeholder{
    color:#a3a3a3;
}
.form-section.white-theme .form-gradientbox .btn-default {
    background-color: #11cbaa;
    border: 1px solid #11cbaa;
    color: #fff;
}
.form-section.white-theme .form-gradientbox .btn-default:hover,
.form-section.white-theme .form-gradientbox .btn-default:focus,
.form-section.white-theme .form-gradientbox .btn-default:active {
    background-color: #21dbba;
}
/****====white form end====****/

/*---------------------doctor page end-----------------------*/


/*---------------------privacy page start-----------------------*/
.privacy-content{
    padding:100px 0;
    position:relative;
}
.privacy-content p{
    font-size:14px;
}
.primary-font{
    font-size:32px;
    color:#000;
    font-weight:400;
    margin-bottom:15px;
}
.privacy-info-card{
    border-top:1px solid #e5e5e5;
    padding-top:45px;
    margin-top:45px;
    position:relative;
}
.privacy-content .secondary-font{
    font-size:22px;
    color:#2897fb;
    font-weight:600;
    margin:0;
}
.black-font{
    color:#000;
    font-weight:300;
    margin:3px 0;
    display:block;
}
.content-by-separation{
    margin-top:35px;
}
.content-by-separation h3{
    font-size:16px;
    font-weight:500;
    letter-spacing:0.5px;
    margin-bottom:7px;
    color:#4c4c4c;
}
.privacy-info-card .dot-listing {
    padding: 10px 0 20px;
}
.privacy-info-card .dot-listing li{
    padding-left:15px;
    margin-top:8px;
}
.privacy-info-card .dot-listing li::before{
    width:4px;
    height:4px;
    top:11px;
    left:3px;
}
.privacy-content.side-curves.show-curve .curve-block {
    margin-left: 0;
    bottom:auto;
    top:50%;
    left:-370px;
}
.privacy-content.side-curves.show-curve .curve-block.curve-rightside {
    margin-left: 0;
    left:auto;
    right:-370px;
    top:25%;
    bottom:auto;
}
/*---------------------privacy page end-----------------------*/

/*---------------------estimates page start-----------------------*/
.treatment-rate-section{
    padding:70px 0 195px;
    background-color:#f9f9f9;
    background: -moz-linear-gradient(3deg, rgba(249,249,249,0) 0%, rgba(249,249,249,0) 30%, rgba(249,249,249,1) 30%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(3deg, rgba(249,249,249,0) 0%,rgba(249,249,249,0) 30%,rgba(249,249,249,1) 30%,rgba(249,249,249,1) 100%);
    background: linear-gradient(3deg, rgba(249,249,249,0) 0%,rgba(249,249,249,0) 30%,rgba(249,249,249,1) 30%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
}
.pricing-box-container{
    width:100%;
    padding-top:30px;
    position:relative;
}
.pricing-box-container .secondary-font {
    font-size: 36px;
    margin-bottom: 5px;
}
.pricing-box-container .secondary-font span{
    color:#11cba9;
}
.pricing_card-box{
    width:290px;
    padding:10px;
    position:relative;
}
.treatement_price{
    padding:25px 25px 15px;
    border-radius:5px;
    color:#fff;
    position:relative;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.treatement_price::after{
    content:'';
    position:absolute;
    left:-10px;
    right:-10px;
    top:-10px;
    height:100%;
    z-index: 0;
    opacity: 0.3;
    border-radius: 5px;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.pricing-box-container .pricing_card-box{
    position:absolute;
    right:0;
    top:0;
    z-index:3;
}
.pricing-box-container .pricing_card-box.stop{
    position: fixed;
    right: auto;
    margin-left: 850px;
    top: 120px;
}
.treatement_price *{
    position:relative;
    z-index:1;
}
.treatement_price h3{
    color:#97d8fe;
    font-weight:600;
    font-size:24px;
    line-height:32px;
}
.treatement-amount{
    color:#fff;
    font-size:35px;
    font-weight:600;
}
.help-formbox{
    padding:20px;
    border-radius:5px;
    background-color:#fff;
    position:relative;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}
.help-formbox::after {
    content: '';
    width: 72px;
    height: 72px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: -30px;
    bottom: -35px;
    opacity:0.15;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.help-formbox::before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: 32px;
    bottom: -72px;
    opacity:0.15;
    background: rgb(8,126,234);
    background: -moz-linear-gradient(top, rgba(8,126,234,1) 0%, rgba(15,174,216,1) 100%);
    background: -webkit-linear-gradient(top, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    background: linear-gradient(to bottom, rgba(8,126,234,1) 0%,rgba(15,174,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#087eea', endColorstr='#0faed8',GradientType=0 );
}
.help-formbox .form-tagline{
    font-size:17px;
    color:#838383;
    margin-bottom: 15px;
    font-weight:300;
    line-height:27px;
    display:block;
}
.help-formbox .form-group {
    margin-bottom: 20px;
}
.form-submition{
    padding:0;
}
.help-formbox .form-control{
    border-color: #e4e4e4;
    height: 45px;
    padding: 10px 16px;
    font-weight: 300;
    font-size: 14px;
    border-radius: 3px;
}
.help-formbox .form-control:focus{
    border-color:#bdbdbd;
}
.form-submition .btn-success {
    height: 42px;
    font-weight: 600;
    padding: 10px 30px;
    min-width: 130px;
}
.estimates-how-works{
    padding:40px 0 70px;
}
.right-gap{
    padding-right:350px;
}
.work_procedure_steps{
    width:730px;
    max-width:100%;
    display:inline-block;
    list-style-type:none;
    margin:10px 0 25px;
}
.work_procedure_steps > li{
    float:left;
    width:25%;
    padding-right:30px;
    margin-top:20px;
    position:relative;
}
.work_procedure_steps > li::after{
    content:'';
    position:absolute;
    top:52px;
    border-top:1px dashed #50adf1;
    left:20px;
    right:-20px;
}
.work_procedure_steps > li:last-child::after{
    display:none;
}
.work-stepbox {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
    box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
    border: 1px solid #f7f7f7;
    font-size: 35px;
    color: #58b1f2;
    background: #fff;
    position: relative;
    z-index: 1;
}
.work-stepbox span.icon-shakehand {
    margin-bottom: -5px;
}
.work-stepbox span{
    display:inline-block;
    line-height:normal;
    vertical-align:middle;
}
.work_procedure_steps li label{
    display:block;
    font-size:14px;
    color:#424242;
    font-weight:300;
    margin:20px 0 0;
}
.more-link.knowmore{
    display:inline-block;
    font-size:14px;
    color:#3ed1b2;
    font-weight:400;
    text-transform:uppercase;
}
.more-link.knowmore i{
    font-size: 11px;
    margin: -1px 0 0 6px;
    vertical-align: middle;
    display: inline-block;
}
.availability-list .fixed-items{
    padding:0;
    margin:0;
    list-style-type:none;
}
.fixed-items > li{
    float:left;
    margin:0 0 20px 0;
    padding-right:20px;
    width:25%;
}
.fixed-items .hospital-block{
    max-width:100%;
    overflow: hidden;
}
.card-bottom .doctor_degree{
    font-size:12px;
    color:#505050;
    font-weight:400;
    line-height:18px;
    height: 35px;
    overflow: hidden;
    display: block;
}
.team-speciality .thin-headingfont ~ .thin-headingfont {
    margin-top: 40px;
}
.thin-headingfont.bigfont{
    font-size: 27px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.5px;
}
.team-speciality.team-detail {
    background-color: #fafafa;
    padding: 90px 0;
    margin-top: 40px;
}
.treatment-rate-section.side-curves .curve-block {
    left: -370px;
    bottom: -180px;
    overflow: initial;
}
.available_slides .curve-block.curve-rightside {
    left: auto;
    right: -377px;
}
/*---------------------estimates page end-----------------------*/

/*---------doctor listing page start----------*/
.listing-boxes .hospital-block {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-color: #efefef;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
}
.listing-boxes .hospital-logo {
    height: 170px;
    line-height:170px;
	background-position: center top;
}
.listing-boxes .hospital-block:hover{
    box-shadow: 0 2px 11px -5px rgba(0,0,0,0.2);
}
.hsptl-short-detail{
    margin-top:10px;
}
.card-bottom.hospital-card {
    height: 120px;
    overflow:hidden;
}
.hsptl-short-detail label{
    font-size:12px;
    display:block;
    color:#787878;
    font-weight:400;
    margin:5px 0 0;
}
.hsptl-short-detail label br{
    display:none;
}
.hsptl-short-detail label b{
    color:#000;
    font-weight:500;
}
.search-by-box{
    width:700px;
    margin:0 auto;
    max-width:100%;
}
.search-by-box h1{
    font-size:18px;
    text-align:center;
    font-weight:400;
    letter-spacing:0.7px;
    margin:20px 0;
    font-weight: 700;
    line-height: 27px;
}
.searchformbox{
    width:100%;
}
.search-elementholder{
    width:100%;
    position:relative;
    padding:0;
    background-color:#fff;
    border-radius:50px;
    height:55px;
    box-shadow: 0 3px 12px -1px rgba(0,0,0,0.05);
}
.search-elementholder > .form-group{
    float:left;
    width:33.33333333%;
    margin:0;
    position:relative;
}
.search-elementholder > .form-group::before{
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    border-right: 1px solid #ececec;
    z-index: 3;
}
.search-elementholder > .form-group:last-of-type::before{
    display:none;
}
.search-elementholder .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:100%;
    display:block;
}
.search-elementholder .bootstrap-select > .dropdown-toggle{
    height:55px;
    padding:18px 32px 16px 18px;
    border:none;
    border-radius:0;
    font-size: 13px;
    background-color:#fff!important;
}
.search-elementholder .btn-success {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0 30px 30px 0;
    width:110px;

}
.search-elementholder ul li:first-child .bootstrap-select > .dropdown-toggle{
    border-radius:30px 0 0 30px;
}
.search-elementholder .bootstrap-select .dropdown-toggle .caret{
    border:none;
    font-family: 'icomoon' !important;
    font-size: 5px;
    color: #b7b7b7;
    right: 27px;
    top:50%;
    margin-top:-3px;
}
.search-elementholder .bootstrap-select .dropdown-toggle .caret::before{
    content: "\e908";
}
.search-elementholder .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option{
    color:#b5b5b5;
}
.search-elementholder .bootstrap-select .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}
.treatment-rate-section.search-by-category{
    margin-bottom:-130px;
}
.bootstrap-select .dropdown-menu.inner{
    max-height:235px!important;
}
section {
    overflow: initial !important;
}
.bootstrap-select .dropdown-menu{
    z-index:2;
    top: 55px;
    width: auto;
    right: 0;
}

.maonj_pagenavi{
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
    display: none;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.wp-pagenavi .current{
    color: #11cca8;
    border: 1px solid #11cca8;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
}

.search-elementholder .selectpicker .bootstrap-select ul.dropdown-menu.inner li:last-child:last-child{
    width: 100%;
    position: initial;
}
/*---------doctor listing page end----------*/

.search-elementholder {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 0 0 10px;
    background-color: #fff;
    border-radius: 50px;
    height: 55px;
    box-shadow: 0 3px 12px -1px rgba(0,0,0,0.05);
}

.search-elementholder ul li {
    float: left;
    width: 28.6666666%;
    margin: 0;
    position: relative;
}

.searchandfilter ul {
    width: 100%;
}

.search-elementholder ul li input{
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0 30px 30px 0;
    width: 110px;
    height: 55px;
    background-color: #11cba9;

    border: 1px solid #08c2a0;

    color: #fff;
}

.search-elementholder ul li input:hover, .search-elementholder ul li input:focus, .search-elementholder ul li input:active {
    background-color: #21dbb9 !important;
    border-color: #08c2a0 !important;
    color: #fff;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    width: 100%;
    padding: 0;
}

.search-elementholder ul li:last-child{width: 14%; position: absolute; right:0; top: 0}

.search-elementholder ul li::before {
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 17px;
    border-right: 1px solid #ececec;
    z-index: 3;
}

.search-elementholder ul li:last-child::before {
    border: none;
}
.search-elementholder ul li:nth-child(3n)::before {
    border: none;
}
.listing-holder_card ul{
    width: 100%;
    padding: 18px 30px 30px;
    list-style-type: none;
}
.listing-holder_card ul li{
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    line-height: 25px;
}
.listing-holder_card ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #7f7f7f;
}

.team-speciality, .detail-section{
    font-size: 15px;
    font-weight: 300;
    color: #262626;
    line-height: 28px;
    margin-bottom: 12px;
}
.team-speciality ul li::before, .detail-section ul li::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}

.team-speciality ul, .detail-section ul {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
}

.team-speciality ul li, .detail-section ul li {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}

.team-speciality h4{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
}

.team-speciality h4 strong{
    font-size: 17px;
}

.team-speciality h5{
    margin-bottom: 20px;
}

.bootstrap-select .dropdown-menu li:last-child{
        width:100%;
    position: relative;
}

.work-procedure.right-gap ol {
    padding: 0;
    margin: 0 0 0;
    list-style-type: none;
}

.work-procedure.right-gap ol li {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
    margin: 0 0 20px;
    position: relative;
}

.work-procedure.right-gap ol li::before{
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #7f7f7f;
}

.work-procedure.right-gap h5{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 40px 0 15px;
}

/*.translated-rtl .testimonial-carousel.clearfix .secondary-font{
       text-align: center;
}*/
.translated-rtl  .testimonial-carousel .person-name h4{
    text-align: center;
}

.translated-rtl .secondary-font{
    text-align: center;
}

.translated-rtl .page-primaryfont{
    text-align:center;
}

.translated-rtl {
    direction: rtl;
}

.translated-rtl .service-floatingbox{
    float: right;
}

.translated-rtl .service-namedbox {
    padding-right: 145px;
}

.translated-rtl .services-listed::before {
    right: -6px;
    top: 12px;
    bottom: 8px;
    left: initial;
    border-right: 1px dashed #50adf1;
}


.translated-rtl .services-listed > li::after {
    right: -25px;
    top: 9px;
}

.translated-rtl .common-pointer-box::after {
    left: -13px;
    top: 0;
    right: initial;
}

.translated-rtl .common-pointer-box{
    padding-left: 50px;
    padding-right: 0;
    left: -13px;
    top: 0;
    right: initial;
}

.translated-rtl .services-listed {
    padding-left: initial;
    padding-right: 17px;
}

.translated-rtl .starting-line::before{
    left: initial;
    right: 0;
}
.form-gradientbox span.wpcf7-not-valid-tip , .form-gradientbox div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: #fff;
    line-height: 20px;
    font-size: 11px;
}

.form-section.white-theme.mobile-responsive .form-gradientbox span.wpcf7-not-valid-tip ,.form-section.white-theme.mobile-responsive .form-gradientbox div.wpcf7-validation-errors, .form-section.white-theme.mobile-responsive div.wpcf7-acceptance-missing{
    color: #f44c47;
    line-height: 20px;
    font-size: 11px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.procedure-card::before {
    content: '';
    width: 56px;
    height: 0;
    border-top: 1px dashed #e5e5e5;
    position: absolute;
    top: 71px;
    right: -57px;
}

.procedure-card.treated-box::before{
    position: initial;
}

.translated-rtl header {
    direction: ltr;
}

.how-it-works .secondary-font{
    text-align: center;
}

.translated-rtl .search-elementholder ul li:last-child{
    padding-right: 0;
}

.translated-rtl .search-by-box h1 {
    text-align: center;
}
.translated-rtl .secondary-font {
    text-align: center;
}

.translated-rtl body{
    padding: 80px 0 0;
}

.translated-rtl .find-by-estimation .secondary-font{
    text-align: right;
}

.translated-rtl .find-by-estimation .position-right{
    left: 0;
    right: initial;
}

.translated-rtl .find-by-estimation{
    padding-right: 0;
    padding-left: 200px;
}

.translated-rtl .services-brief{
    text-align: right;
}

.translated-rtl .secondary-font.starting-line{
    text-align: right;
}

.translated-rtl .service-card.clearfix .secondary-font{
    text-align: right;
}

.translated-rtl .two-col-content {
    padding: 0 0 150px 500px;
}

.translated-rtl .block-pic{
    left: 0;
    right: initial;
}

.translated-rtl .person-location .place-pointer {
    position: absolute;
    right: -20px;
    top: 6px;
}

.translated-rtl .treatments-lists-section {
    text-align: center;
}
.treatments-lists-section .secondary-font{
    text-align: left;
}
.treatments-brief-content.estimate-box .secondary-font{
    text-align: center!important;
}

.listing-holder_card.dr-detail-card p{
    padding: 18px 30px 30px;
}

.treatments-lists-section h1{
    text-align: left !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}

.translated-rtl .home-graphic{
    direction: ltr;
}
.owl-carousel .owl-item.synced .roundperson-img{
    opacity: 1;
    border: 2px solid #0b93ed;
}
.owl-carousel .owl-item .roundperson-img{
    opacity: 0.2;
}

.no-data-found-box {
    text-align: center;
    padding: 90px 0;
}

.no-data-found-box img {
    width: 200px;
    height: 176px;
}

nothing-found-content {
    margin-top: 35px;
}

.nothing-found-content p{
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #d0d0d0;
    font-weight: 300;
    margin-bottom: 10px;
}

.nothing-found-content h2{
    font-size: 35px;
    letter-spacing: 0.3px;
    color: #d0d0d0;
    font-weight: 500;
    line-height: 35px;
}

.nothing-found-content {
    margin-top: 30px;
}
.nothing-found-content.four-not-four-box p{
    color: #000;
    margin: 0;
}
.no-data-found-box.wrong-data-box img{
    width: 445px;
    height: 150px;
}

.form-section.white-theme.mobile-responsive .form-gradientbox {
    padding: 50px 100px;
    background: #f3f3f3;
}

.form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .form-gradientbox {
    padding: 50px 100px 50px 420px;
background: #fff;
border: 1px solid #f7f7f7;
box-shadow: 0 3px 14px -8px rgba(0,0,0,0.3);
}

.form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .secondary-font{
    margin-bottom: 25px;
}

.form-section.white-theme .secondary-font {
    margin-bottom: 5px;
}

/*.form-section.white-theme p{
    margin-bottom: 50px;
}*/

.counrty .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: initial;
}

.counrty .pull-left{
    float: none !important;
}

.counrty .bootstrap-select .dropdown-toggle .filter-option {
    position: initial;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #6d7887;
}

.counrty .btn {
    padding: 0;
    border: none;
    height: 38px;
}

.sub-menu li a, .sub-menu li a:hover, .sub-menu li .active a{
    color: #337ab7;
}

.sub-menu li a{
      color: #afafaf;
}

.counrty .btn-default:hover, .counrty .btn-default:focus, .counrty .btn-default:active, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:active  {
    background: transparent;
}

.counrty .btn-default:active, .counrty .btn-default.active, .counrty .open > .dropdown-toggle.btn-default {
    background: transparent;
}

.counrty .bootstrap-select .dropdown-toggle .caret{
    right:-10px;
}

.sub-menu {
    position: absolute;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    top: 20px;
    z-index: 1;
    padding: 5px 0;
    display: none;
}

.sub-menu .menu-item {
    display: block;
    margin-left: 0;
   padding: 5px 10px 5px;
}

.sub-menu .menu-item:hover{
    background: #f2f9ff;
}

header .menu-item:hover .sub-menu{
    display:block;
}

.owl-buttons img{
    width:32px;
}

.owl-buttons .owl-prev {
    position: absolute;
    top: 20%;
    left: -50px;
}

.owl-buttons .owl-next {
    position: absolute;
    top: 20%;
    right: -50px;
}

.suceess-content a {
    position: absolute;
    right: 15px;
    top: 10px;
}
.suceess-modalbox{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;height:100%;overflow-y:auto;padding:0 15px;background-color:rgba(0,0,0,0.6);z-index:999;text-align:center;line-height:95vh;}
.suceess-content{position: relative;width:850px;display:inline-block;border-radius:5px;background-color:#fff;padding:40px 50px 45px;line-height:normal;vertical-align:middle;margin:20px 0;max-width:100%;}
.suceess-content p {color: #000000;display: block;font-size: 20px;font-weight: 400;line-height: 27px;margin: 20px 0 0;}
.sucess-img-box h2 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 15px 0 0;
    line-height: 30px;
}

.sucess-img-box p{
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.3px;
}
.sucess-img-box img {
    width: 80px;
}
.sucess-img-box {
float: left;
text-align: center;
width: 37%;
vertical-align: middle;
margin-top: 0;
background: #11cba9;
padding: 60px 30px;
border-radius: 10px;
position: absolute;
left: -30px;
}
.suceess-content a img{
    width:10px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    color: #444;
}

.sucess-content-box {
    vertical-align: middle;
    text-align: left;
    width: 100%;
    float: left;
    padding-left: 275px;
}

.sucess-content-box ol li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #7f7f7f;
}

.btn-custom-width {
    min-width: 155px;
}
.file-type {
    display: block;
    background: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    height: 55px;
    border-color: #f1f1f1;
    position: relative;
}

input[type="file"] {
    cursor: pointer;
    padding: 17px;
}

.sucess-content-box p{
color: #424242;
margin-bottom: 10px;
font-weight: 200;
letter-spacing: 0.3px;
font-size: 14px;
margin-top: 0;
line-height: 26px;
}

.sucess-content-box p span{
    color: #30c5a6;
}

.sucess-content-box ol li{
color: #424242;
font-weight: 200;
letter-spacing: 0.3px;
font-size: 14px;
margin-top: 0;
line-height: 26px;
position: relative;
padding-left: 15px;
}

.sucess-content-box ol{
    margin-bottom: 20px;
    padding: 0;
}
.need-help-form .form-gradientbox .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, .need-help-form .form-gradientbox .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0);
}

.form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control:focus, .form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus{
    background-color: #fff; 
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    bottom: 10px;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 100px;
}
header .menu-items li:last-child {
    margin-right: 22px;
}

header .bootstrap-select .dropdown-menu.inner{
    overflow: hidden !important;
    padding-bottom: 15px;
}
.availability-list .mTS-buttons-out .mTSButton{background-color: rgba(255, 255, 255, 0.9);}
.treatment-rate-section.side-curves.show-curve .wpcf7-form-control.wpcf7-submit.btn.btn-default {
    background-color: #11cba9;
    border-color: #08c2a0;
    color: #fff;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    background: #fafafa;
    border-color: #e4e4e4;
    box-shadow: inset 0 0px 4px rgba(0, 0, 0, .04);
    -webkit-box-shadow: inset 0 0px 4px rgba(0, 0, 0, .04);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropdown-menu > li > a{
    white-space: normal;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control:focus, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus {
     border-color: #bdbdbd;
}
.form-section.white-theme.mobile-responsive.contact-forn-design .form-gradientbox{
    padding: 80px 110px !important;
    background: #0ad;
    border: none;
    box-shadow: none;
    padding: 50px 125px;
}
.availability-list .mTS_horizontal .mTSContainer{
    padding-top: 20px;
}
.contact-content-img-box img{
    width: 18px;
}
.contact-content-box {
    text-align: left;
    vertical-align: middle;
}

.contact-content-img-box {
    float: left;
    width: 76px;
    height: 76px;
    display: inline-block;
    line-height: 76px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: 0;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    background: -moz-linear-gradient(top, rgba(9,131,232,1) 0%, rgba(15,173,217,0.98) 53%, rgba(15,173,217,1) 89%, rgba(15,173,217,1) 100%);
    background: -webkit-linear-gradient(top, rgba(9,131,232,1) 0%,rgba(15,173,217,0.98) 53%,rgba(15,173,217,1) 89%,rgba(15,173,217,1) 100%);
    background: linear-gradient(to bottom, rgba(9,131,232,1) 0%,rgba(15,173,217,0.98) 53%,rgba(15,173,217,1) 89%,rgba(15,173,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0983e8', endColorstr='#0fadd9',GradientType=0 );
}

.contact-description-box-design {
    text-align: left;
    padding-left: 100px;
    margin-top: 5px;
}

.contact-description-box-design h3 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #000;
    margin: 0 0 5px;
}

.contact-description-box-design p {
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 0.3px;
    color: #000;
    margin: 0 0 0 !important;
    line-height: 20px;
}

.contact-box-new {
    margin: 50px 0 70px;
}

.contact-content-box.custom-contact-padding.clearfix {
    padding-left: 65px;
}

.available_treatment > li .treatment_name .hidden label a:hover{
    color: #0b93ed;
}

div.wpcf7-mail-sent-ok{
 border:none !important;
 display:none !important;
}

.mobile-app-links.custom-app-link-block {
    float: right;
}
.hospals-on-apps.custom-app-block.clearfix {
    margin-top: 5px;
    border-top: 1px solid rgba(209, 210, 211, 0.4);
    padding-bottom: 15px;
}
.t9l-link {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 50px;
}

.attachment-block {
    background: #fafafa;
    z-index: 2;
    border-radius: 5px;
    padding: 10px;
}

.attachment-block .form-control{
    border-style: dashed;
}
.attachment-block .wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-control {
    height: initial;
    padding: 15px;
}

.wpcf7-form-control-wrap.attachment1 input{
    position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;z-index:10;opacity:0;
}
.wpcf7-form-control-wrap.attachment1{
    position: initial;
}

.form-section.white-theme.mobile-responsive .attachement-outer-block, .form-section.white-theme.mobile-responsive.contact-forn-design .attachement-outer-block, .form-section.need-help-form .attachement-outer-block  {
    width:100%;position:relative;padding:8px;border:1px solid #ccc;border-radius: 5px;
}
.form-section.white-theme.mobile-responsive .attachement-inner-block, .form-section.white-theme.mobile-responsive.contact-forn-design .attachement-inner-block, .form-section.need-help-form .attachement-inner-block{
    width:100%;width:100%;height:40px;
}
.form-section.white-theme.mobile-responsive .attachment-img-box, .form-section.white-theme.mobile-responsive.contact-forn-design .attachment-img-box, .form-section.need-help-form .attachment-img-box {
    position: relative;
top: 12px;width:45px;height:40px;line-height:39px;text-align:center;float:left;
}
.form-section.white-theme.mobile-responsive .attachement-file-name, .form-section.white-theme.mobile-responsive.contact-forn-design .attachement-file-name, .form-section.need-help-form .attachement-file-name{

    width:100%;padding:12px 20px 12px 45px;height:40px;color:#ccc;font-size:13px;
}

.form-section.need-help-form .attachement-outer-block {
    border: none;
    background-color: rgba(255,255,255,0.1);
}
.form-section.need-help-form .attachement-inner-block {
    border: none;
    height: 45px;
}
.form-section.need-help-form .attachment-img-box {
    height: 45px;
    line-height: 40px;
    background-color: transparent;
    position: relative;
    top: 12px;
    left: 15px;
}

.form-section.need-help-form .attachement-file-name {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.form-section.white-theme.mobile-responsive .attachement-outer-block {
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
}
.form-section.white-theme.mobile-responsive .attachement-inner-block {
    height: 45px;
}
.form-section.white-theme.mobile-responsive .attachment-img-box {
    height: 45px;
    line-height: 40px;
        top: 12px;
left: 15px;
position: relative;
}

.form-section.white-theme.mobile-responsive .attachement-file-name {
    background-color: transparent;
    color: #ccc;
}

.form-section.white-theme.mobile-responsive .attachment-img-box {
    width: 20px;
    height: 25px;
    background-image: url('../images/attach-icon.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 17px;
}

.form-section.need-help-form .attachment-img-box{
    width: 20px;
    height: 25px;
    background-image: url('../images/white-attach-icon.svg');
    background-repeat: no-repeat;
    background-size: 17px;
}

.form-section.white-theme.mobile-responsive.contact-forn-design .attachment-img-box{
        width: 20px;
    height: 25px;
    background-image: url('../images/attach-icon.svg');
    background-repeat: no-repeat;
}



@media only screen and (max-width:599px){
    
    .form-section.white-theme.mobile-responsive .cropped-spacebox.detail-form-block .form-gradientbox{
        padding: 25px;
        padding-top: 120px;
    }
}