.topbar #arogya-number{
    width:100%;
}

header{
    background:#fff;
    z-index:1000;
   
}
.header-custom{

}
.header-custom-nav{
   background: #DCE35B;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #45B649, #DCE35B);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #45B649, #DCE35B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    transform: skewX(-45deg);
    z-index: 9999;
}
.header-custom-nav li{
     transform: skewX(45deg);
}
header .submenu li {
    transform: skewX(0deg);
}
.header-custom-nav .center{
    width:865px;
    margin:0;
}
.header-custom-nav::after{
    content: '';
    display: inline-block;
    background:#45B649 ;
    width: 100%;
    height: 100%;
    right: -1120px;
    position: absolute;
    top: 0;
}
header .menu li a{
    color:#fff;
}
.bg-color{
      background: #45B649; /* For browsers that do not support gradients */
   
    height: 58px;
    margin-left: -43px;
    width: 136px;
}
.padding-no{
    padding:0;
}
section.topbar{
    height:50px;
}
#arogya-number{
  line-height: 50px;
}
header .menu{
    line-height: 1;
    margin-bottom: 0;
}

/*logo style*/
header .logo img {
    height: 85px;
    margin-top: 13px;
    margin-left: 32px;
}

.apply-here button{
  background: #66ad44;
    padding: 1px 38px;
    margin: 3px 0;
    color: #fff;
    display: inline !important;
    text-decoration: none;
    line-height: 42px;
    border: none;
}

.topbar #arogya-number{
    text-align: center;
}

.social-icons{
    display: inline;
    list-style:none;
}
.social-icons li{
    display: inline;
    line-height: 50px;
    font-size: 18px;
}
.social-icons li:last-child{
      /*border-right: 1px solid #66ad44; */
}
.social-icons li a i{
   padding:0 18px 0 18px;
}


/*sub footer*/
.not-english li{
 display: inline-block;
}
.background.not-english {
    padding:15px 5%;
}


/*slider style*/

.top-padding{
    padding-top:108px;
}
.heading{
    padding-top:110px;
}

.slick-slider .slick-track, .slick-slider .slick-list{
    height:500px;
}
.fun-facts {
    background: url(../images/nurse3.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.fun-facts .layer {
    background-color: rgba(44, 52, 89, 0.8);
    padding: 40px 0px;
}
.fun-facts .layer .fun-facts-box i {
    color: #fff;
    font-size: 35px;
    display: inline;
    margin-right: 15px;
   
}
h1.fun-facts-count {
    font-size: 40px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    color:#fff;
    display: inline;
  
}
h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    margin:0;
    margin-top:10px;
}
.custom-heading{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 27px 0;

}
.custom-heading h3{
    color: #7DBA2F;
    font-weight: 800;
    font-size: 32px;
}
.custom-heading h1{
    color: #7DBA2F;
    font-weight: 800;
}

.divider {
    position: relative;
    padding: 0px 60px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.divider span::before {
    content: '';
    height: 1px;
    background: #ccc;
    width: 140px;
    position: absolute;
    left: -95px;
    margin-top: 10px;
}
.divider span i {
    color: #939393;
    font-size: 20px;
}
.divider span::after {
    content: '';
    height: 1px;
    background: #ccc;
    width: 140px;
    position: absolute;
    right: -95px;
    display: inline-block;
    margin-top: 10px;
}
.custom-heading p{
        color: #606060;
}

/*common surgery*/

.common-surgeries{
    margin:0 80px;
}
.common-surgeries p{
    text-transform: capitalize;
}

.single-item {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #f0f0f0;
    padding: 9px 9px 10px;
    margin-bottom: 32px;
}
.single-item2 {
        position: relative;
        overflow: hidden;
        display: block;
        border: 1px solid #f0f0f0;
        padding: 9px 9px 10px;
        margin-bottom: 32px;
        height: 185px;
    }
.single-item .iocn-holder {
    position: relative;
    background: #fcfcfc;
    display: block;
    padding: 25px 0 25px;
    z-index: 1;
}

.single-item2 .iocn-holder {
        position: relative;
        background: #fcfcfc;
        display: block;
        padding-top: 10px;
        z-index: 1;
    }
.single-item .text-holder {
    display: block;
    padding: 29px 10px 36px;
    margin-left: -9px;
    margin-right: -9px;
}
.single-item .text-holder h3 {
    margin: 0 0 13px;
}
.single-item .text-holder p {
    margin: 0;
}
.single-item a.readmore {
    border: 1px solid #f0f0f0;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 18px 9px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: -20px;
    background: #fff;
    transition: all 500ms ease;
    text-decoration:none;
}
.iocn-holder span{
    font-size:95px;
    color:#60380A;
}
.iocn-holder span:hover{
    color:#66ad44;
}
header .menu li i{
    color:#fff;
}

.images-slider-change .images-slider-prev,.images-slider-change .images-slider-next{
    display:none;
}


/*slide style*/


.swiper-container {
    height: 385px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: none;
/*    display: none;*/
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
/*    display: none;*/
}
.swiper-button-prev i ,.swiper-button-next i{
    background: #66ad44;
    padding:10px 15px;
    color:#fff;
}
.swiper-pagination-bullet-active{
    background: #7DBA2F;
}


/*apply button section*/
.apply-now-section{
padding:25px 0;
}
.img-apply{
        height: 250px;
    overflow: hidden;
    border-bottom:2px solid #60380A;

}
.apply{
    border: 1px solid #ececec;
    padding-bottom: 20px;
    position: relative;
    height: 430px;
    
}
.apply-button-custom{
    position: absolute;
    top: 229px;
    left: 216px;
}
.apply-button-custom{
    text-decoration: none;
    background: #60380A;
    color: #fff;
    padding: 12px 29px;
    border-radius: 45px;
}
.apply-button-custom i{
    color:#fff;
    margin-left:8px;
}
.apply-button-custom a{
    text-decoration: none;
    color:#fff;
}
.content-apply{
    padding-left: 30px;
    padding-right: 30px;
    padding-top:20px;
}

.content-apply p{
   
    margin:0;
    color:#000;
    font-size:16px;
}
.content-apply h4{
    font-size: 24px;
    font-weight: 500;
    color:#66ad44;
}

/*overlay snippet*/
body{
    position: relative;
}
.overlay-snippet{
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    padding-top: 130px;
    z-index: 99999;
    background-color:rgba(96, 56, 10, 0.8);
    display: none;
}
.overlay-snippet img{
    height: 400px
}
.overlay-display-none{
    display: none !important;
}
.overlay-snippet i{
    font-size: 44px;
    position: absolute;
    right: 76px;
    top: 17px;
    color: #fff;
    cursor: pointer;
}
.urgent-call-fixed{
    position: fixed;
    right:0;
    top:50%;
    z-index: 99;
    margin-top:-122px;
    
}
.urgent-call-fixed .content-fixed{
width: 250px;
background-color:#fff;
padding:15px;
border:1px solid #60380A;
border-right: none;
margin-right:-250px;
transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.urgent-call-fixed button{
    margin-top: 15px;
    text-align: center;
    background: #66ad44;
    color: #fff;
}

.urgent-call-fixed input[type=number]::-webkit-inner-spin-button, 
.urgent-call-fixed input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.urgent-call-fixed .content-fixed.display-block-urgent-call{
    margin-right: 0;
}
.phone{
    background: #66ad44;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left:-46px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
    border-radius: .3125rem;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
   animation: shake-animation 4.72s ease infinite;
   transform-origin: 50% 50%;
}
.urgent-call-fixed h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(5px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(5px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(5px,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
.phone i{
    font-size: 32px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}
.our-board-custom h1{
    font-size:27px;
}
.our-board-custom{
    padding-bottom: 25px;
    margin-bottom:25px;
    border-bottom: 1px solid #ccc;
}
.our-board-custom:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.our-board-custom .sub-heading-custom{
    font-size: 14px;
    color:#66ad44;
    font-weight: bold;
    text-transform: uppercase;
}

.social-link-arogya-custom li{
    margin-bottom:12px;
}

.social-link-arogya-custom i{
    margin-right:8px !important;
}
.sub-footer-arogya{
    background-color:#232c54;
    color:#000;
}
.sub-footer-arogya p{
    margin:0;
    padding:10px;
    color:#fff;
}
.sub-footer-arogya a{
    color:white;
}
.sub-footer-arogya a:hover{
    color: #78C40B;
    text-decoration: none;
}
.copyright-arogya{
    border-top:1px solid #6d8867;
}
.sub-footer-arogya .fa-heart{
    color:red;
}
/*faq style*/

section.box-with-image-right.faq-section-custom .content{
    width: 100%;
}
section.box-with-image-right.faq-section-custom .content ul{
    list-style-type: none;
}
section.box-with-image-right.faq-section-custom .content ul li a{
    text-decoration: none;
    color:#000;
}

section.box-with-image-right.faq-section-custom .content ul li a:hover{
    color:#66ad44;
}

section.box-with-image-right.faq-section-custom .content ul li{
    padding:18px 0;
    border-top:1px solid #EDEDED;
}
section.box-with-image-right.faq-section-custom .content ul li:last-child{
    border-bottom: 1px solid #EDEDED;
}
.accordion-section-content p{
    padding-top:12px;
    margin-left:40px;
}
.accordion-section-title i{
    background-color: #66ad44;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    border-radius: 4px;
}
.accordion-section-title {
    cursor: pointer;
    font-size: 18px;
    line-height: 2em;
}

.press-news .documents .document.document-pdf i{
    color:#66ad44;
    text-align: center;
    font-size: 25px;
}

.press-news .documents .document.document-pdf a{
    color:#30383B;
    font-size:23px;
    text-decoration: none;
}
.press-news .documents .document.document-pdf a:hover{
    color:#66ad44;
}
.press-news .documents .document.document-pdf p{
    color:#232A34;
    font-size:18px;
    text-align: justify;
}
.press-news .documents .document  span{
    margin-bottom: 26px;
    display: inline-block;
}
.press-news .documents .document.document-pdf{
    border-top:1px solid #EDEDED;
}
.press-news .press-custom{
    padding: 22px 0;
}
.press-news .documents .document.document-pdf a.read-more-btn
{
    font-size: 15px;
    background: green;
    padding: 7px;
    color: #fff;
    width: 86px;
    text-align: center;
    line-height: 16px;
    margin-top: 21px;
}
.about-us p{
    text-align: justify !important;
}
section.about-us .left .timeline .timeline-element{
    margin-left:36px;
}
.references p{
    text-align: justify !important;
}
.our-board-custom p{
    text-align: justify !important;
}


/*invoice section style*/
.paddingtop-class.invoice-class{
    padding-top:100px;
}
.invoice-custom thead th{
    color:#60380A;
}

.invoice-custom .table>thead>tr>th{
    border-bottom: none;
    background: #f1eeee;
    padding: 11px 25px;
}
.invoice-custom .table td h4{
    margin:0;
    font-size: 14px;
    text-transform: uppercase;
    color:#66ad44;
    font-weight: bold;
}
.invoice-custom .table td p{
    color:#868282;
}
.invoice-custom .table td span{
    color:#000;
    font-size: 16px;
    font-weight: bold;
}
.subtotal{
    margin-right:150px;
}
.subtotal p{
    color:#000;
    font-weight: 800;
    font-size: 18px;
    margin:0;
}
.subtotal span{
    color:#66ad44;
    font-size: 16px;
    font-weight: 800;
    width: 120px;
    display: inline-block;
}
.invoice-custom .table>tbody>tr>td{
    border-top:none;
    border:1px solid #ddd;
    padding: 11px 25px;
}
.modal{
    z-index: 9999999;
    margin-top:150px;
}

section.about-us .center{
    padding:13px 0;
}
.apply-custom {
    text-align:center;
    background-color: #66ad44;
    padding:15px;
    cursor: pointer;
    
}
.apply-custom a {
    color:#fff;
    text-decoration: none;
    width: 100%;
}
.apply-custom i{
    color:#fff;
    margin-right:20px;
}

.cancle-modal{
    position: absolute;
    top: 8px;
    right: 365px;
    z-index: 99;
    font-size: 25px;
    color: #fff;
}
.contact-details{
    margin:50px 25px;
}
.form-group i{
    color:#7DBA2F;
}
.common-surgeries .owl-item.cloned{
    width: 270px; margin-right: 30px;
}

/*application exist blade css*/
.application-exist {
    padding: 100px;
}

.industry-partners{
        padding: 50px;
    }
    .industry-img{
        margin:auto;
        height: 140px;
        /* width: 200px; */
        padding: 15px;}
    .tip{
        margin-top: 20px;
    }
    .tip a{
        text-decoration:none;
    }
.request-callback-btn-margin {
    margin-left:250px;
}
.dashboard-login-btn-margin {
    margin-right:250px;
}

.custom-application-exist {
    padding: 40px;
}
.custom-application-exist a {
    width: 100%;
}
.howit{
    color: #88898B;
    font-family: 'Varela Round',serif;
    font-weight: 600;
}
.contact-us p, .contact-us a{
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.6em;

}
.contact-us h3{
    color: #7DBA2F;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 30px;
}
.contact-us a{
    color: #6d6d6d;
}
.contact-us a:hover{
    text-decoration: none;
}
.cont{
    padding: 50px;
}
.alert-a {
    text-decoration: none;
}
.alert-a:hover{
    text-decoration: none;
    color: #7DBA2F;
}

/*responsive style*/

@media only screen and (max-width: 768px) {
    .navbar-nav{
        background: #DCE35B;
    background: -webkit-linear-gradient(to left, #45B649, #DCE35B);
    background: linear-gradient(to left, #45B649, #DCE35B);
    }
    .navbar-nav a{
        color:#fff;
    }
    .common-surgeries{
        margin:0;
        padding:20px;
    }
    .common-surgeries .owl-item.cloned{
        width: auto;
        margin:0;
           
    }
    .single-item{
         height: 404px;
    }

    .single-item2{
                height: 204px;
           }
    header .logo img {
        margin-top: 11px;
        margin-left: 11px;
    }
    .sidebar .text-right{
        text-align: center;
    }
    .swiper-container {
        height: 245px;
    }
    .apply-button-custom {
        position: absolute;
        top: 201px;
        left: 36%;
    }
    .apply-button-custom {
        text-decoration: none;
        background: #60380A;
        color: #fff;
        padding: 10px 12px;
        border-radius: 22px;
    }
    .apply {
        border: 1px solid #ececec;
        padding-bottom: 20px;
        position: relative;
        height: 452px;
        margin-bottom: 23px;
    }
    .img-apply {
        height: 221px;
    }
    #arogya-number {
        line-height: 50px;
        padding-left: 28px;
        padding-top:28px;
    }
    .apply-here{
        margin-top: 26px;
    }
}
@media only screen and (max-width: 500px) {
    header .logo img {
        height: 59px;
        margin-top: 9px;
        margin-left:0;
    }
    #arogya-number a {
        font-size: 15px;
    }
    .apply-here button {
        padding:0px 46px;
        line-height: 32px;
        margin:0;
    }
    #arogya-number {
        line-height: 0;
        margin-top: 11px;
        margin-bottom: 10px;
        padding-top: 0px;
    }
    .small-header .container-fluid{
        border-bottom:1px solid #ccc;
        padding-bottom: 5px;
    }
    .small-header .navbar-header{
            background: #DCE35B;
    background: -webkit-linear-gradient(to left, #45B649, #DCE35B);
    background: linear-gradient(to left, #45B649, #DCE35B);
   
    }
    .navbar-nav{
        background: #fff !important;
    }
    .small-header .navbar-header .fa{
        font-size: 21px;
    }
    .small-header ul{
        margin:0;
        padding:0;
    }
    .small-header ul>li{
        border-bottom:1px solid #ccc;
    }
    .small-header .dropdown-menu{
        padding:0 15px;
        
    }
    .small-header .dropdown-menu>li{
        padding:4px;
    }
    .small-header .dropdown-menu>li:last-child{
        border-bottom:none !important;
    }
    .small-header a{
        color:#000;
    }
    .navbar-toggle{
        padding:0;
        margin-top:0;
    }
    .top-padding {
        padding-top: 123px;
    }
    .swiper-container {
        height: 132px;
    }
    .apply-button-custom {
        position: absolute;
        top: 201px;
        left: 36%;
    }
    .apply-button-custom {
        text-decoration: none;
        background: #60380A;
        color: #fff;
        padding: 10px 12px;
        border-radius: 8px;
    }
    .apply {
        border: 1px solid #ececec;
        padding-bottom: 20px;
        position: relative;
        height: inherit;
        margin-bottom: 23px;
    }
    .img-apply {
        height: 221px;
    }
    .divider {
        padding: 0px 0px;
        margin-bottom: 1px;
        margin-top: -8px;
    }
    .custom-heading h3 {
        font-size: 20px;
    }
    .common-surgeries{
        margin:0;
        padding:20px;
    }
    .common-surgeries .owl-item.cloned{
        width: auto;
        margin:0;
    }
    .single-item {
         padding: 0; 
        margin-bottom: 22px;
        height: 300px;
    }
    .single-item .text-holder {
        display: block;
        padding: 2px 10px 23px;
    }
    .fun-facts .layer .fun-facts-box i {
        font-size: 19px;
    }
    h1.fun-facts-count {
        font-size: 21px;
    }
    .modal {
        margin-top: 0px;
        padding-top:44px;
    }
    .cancle-modal {
        top: 15px;
        right: 17px;
        z-index: 99;
        font-size: 35px;
    }
    .urgent-call-fixed{
        display: none;
    }
    .application-exist {
        padding: 0;
        padding-top: 87px;
    }
    .thanku-style p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .custom-application-exist a {
        margin-bottom:10px;
    }
}