html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: 'General Sans' !important;
overflow-x:hidden;
}




.collageimg {
    width: 100%;
    float: left;
    padding: 0px 0px 70px ;
    position: relative;
    overflow: hidden;
}
.collageimg img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    border-radius: 30px;
}
.collageimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.collageimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}



.ip-loader{
    margin-left: 0px!important;
    bottom: 46%!important;
    
}
.loader {
  width: 195px;
  
  display: inline-block;
  box-sizing: border-box;
  position: relative;
 

  
  /*animation: filter-animation 3s infinite;*/
  
}
.loader img{
    width: 195px;
    animation: filter-animation 3s infinite;
}

@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}





/*my*/
.maintop{
    width: 100%;
    float: left;
    background: white;
    padding: 0px 65px;
}
.nav-brand img{
    width: 100%;
    float: left;
    max-width: 150px;
}
.ftr-logos{
    width: 100%;
    float: left;
}
.ftr-logos img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 200px;
}
.section2add{
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 140px;

}
.setin2-imgbx {
    width: 100%;
    float: left;
    position: relative;
}
.setin2-imgbx img {
    width: 100%;
    max-width: 430px;
    float: left;
    width: 100%;
    margin-right: 160px;
    
}
.setin2-imgbx h3 {
    width: auto;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    color: white;
    background: #000266;
    padding: 9px 29px;
    border-radius: 30px;
}

.top-left-img1 {
    width: auto;
    float: left;
    position: absolute;
    top: 230px;
    left: 330px;
}
.top-left-img1 img{
    float: left;
    width: 100%;
    max-width: 210px;
    margin-right: 0px;
}
.setin2-imgbx h2 {
    width: auto;
    padding-top: 55px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 61px;
    font-weight: 600;
    color: black;
    line-height: 67px;
}
.setin2-imgbx h2 span{
    color: #09625E;

}
.setin2-imgbx p {
    width: auto;
    text-align: left;
   font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    padding-bottom: 15px;
   
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}



.idxinstitute{
    width: 100%;
    float: left;
    padding-bottom: 100px;
}
.idxinstitute-hd{
    width: 100%;
    float: left;
}
.idxinstitute-hd h2{
    float: left;
    width: 100%;
   font-size: 61px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
    text-align: left;
    padding-bottom: 50px;
}
.idxinstitute-hd h2 span {
    color: #09625E;
}
.in-allmain{
    width: 100%;
    float: left;
    position: relative;

}
.in-allmain img {
    width: 100%;
    float: left;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}

.in-allmain-text{
    width: 100%;
    float: left;
       padding: 25px 40px 35px;
    position: absolute;
    bottom: 0;
}

.in-allmain-text h3{
float: left;
    width: auto;
    font-weight: 600;
    font-size: 23px;
    color: white;
    line-height: 29px;
    margin-bottom: 10px;
}
.highlights-main{
    width: 100%;
    float: left;
}
.hifts-full {
    height: 185px;
    margin-top: 30px;
    width: 100%;
    float: left;
    border-radius: 30px;
    position: relative;
    padding: 36px;
    box-shadow: 0 0px 21px -8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.6s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
}

.hifts-full h6 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 65px;
    font-weight: 500;
    color: #09625e69;
    margin: 0;
}

.highl-container {
    display: flex;
    /*align-items: center;*/ /* Aligns .rto and p on the same line */
}

.rto {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 5px solid #09625e;
    flex-shrink: 0;
}

.hifts-full p {
    margin-top: -6px;
    font-weight: 500;
    font-size: 17px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0;
    padding-left: 10px; /* Adds spacing between .rto and text */
}
.hifts-full:hover h6{
color: #09625E;
}
.whybxs {
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 20px 15px;

}

.whybxs-cnt {
    float: left;
    width: 50%;
    display: flex; /* Aligns items horizontally */
    align-items: center; /* Centers items vertically */
    gap: 10px; /* Space between image and text */
    margin-bottom: 18px; /* Adds spacing between rows */
}

.whybxs-cnt img {
    max-width: 28px;
    height: auto;
}

.whybxs-cnt p {
    margin: 0;
    font-size: 16px;
    color: #333; /* Adjust color as needed */
}


.whybxs-cnt-extra{
    /*background-size: cover;
    background-image: url('../images/Group 3.png');*/
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 30px 30px;
    box-shadow: 0 0px 21px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 21px -8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.6s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
}
.whybxs-cnt-extra-inn{
    width: 100%;
    float: left;
}
.whybxs-cnt-extra-inn h4{
    width: auto;
    float: left;
    text-align: left;
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.whybxs-cnt-extra p{
    margin: 0;
    font-size: 18px;
    color: black;
}
.institutions{
    width: 100%;
    float: left;
    padding: 100px 0px 60px 0px;
}
.institutions-indro{
    width: 100%;
    float: left;
}

.institutions-indro img {
    float: right;
    margin-left: 35px;
    width: 100%;
    max-width: 490px;
    border-radius: 30px;
}
.institutions-indro h2 {

    font-size: 43px;
    font-weight: 600;
    color: black;
    text-align: left;
    line-height: 54px;
    margin-bottom: 15px;
}

.institutions-indro p {
    padding-top: 0px;
    width: 100%;
    line-height: 30px;
    padding-left: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}
.institutions-indro h2 span {
    color: #09625E;
}
.int-courshd{
    width: 100%;
    float: left;
}
.int-courshd h2{
        padding-bottom: 40px;
    width: 100%;
    float: left;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
    color: #000266;
    margin-bottom: 0px;
    padding-top: 45px;
}
.int-inndetails {
    width: 100%;
    float: left;
    /* padding-top: 50px; */
    padding: 19px 24px;
    border: 1px solid #09625e;
    border-radius: 30px;
}
.int-inndetails h3{
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.int-inndetails img {
    max-width: 28px;
    height: auto;
}
.int-inndetails p {
    margin: 0;
    font-size: 16px;
    color: #333;
}
.intst-in-toinn{
    display: flex
;
padding-bottom: 28px;
    align-items: center;
    gap: 10px;
    float: left;
}
.feedtail{
    width: 100%;
    float: left;
}
.feedtail h4{
padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}


.grid-cont {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Desktop: 5 columns */
    gap: 10px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.grid-item {
    background-color: #000266;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column; /* Stack year & amount */
    align-items: center;
    justify-content: center;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .grid-cont {
        grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
    }
}

@media (max-width: 480px) {
    .grid-cont {
        grid-template-columns: repeat(1, 1fr); /* Mobile: 1 column */
    }
}
.grid-item p {
    color: white;
    font-size: 15px;
    font-weight: 300;
}
#enroll {
    padding-top: 23px;
    padding-bottom: 45px;
}
#enroll .modal-content {
    width: 100%;
    float: left;
    background: rgb(0 2 102);
    
    background-size: cover;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 15px 10px 15px 10px;
}
#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 5px 0px 25px 0px;
}
.mod-right img {
    width: 110px;
    text-align: center;
    float: none;
    margin: auto;
    display: block;
}
.log-sec {
    padding-top: 0px;
    width: 100%;
    float: left;
    background: #fff;
    padding: 25px 30px;
    border-radius: 30px;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.log-field {
    padding: 4px 25px 0px 0px;
    width: 50%;
    float: left;
    margin-top: 15px;
}
.log-field label {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}
.log-sec button {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    width: 185px;
    height: 47px;
    border: 1px solid #000266;
    float: none;
     background: #000266;
    background-size: cover;
    /* margin: 25px 0 0 0; */
    font-weight: 500;
    padding: 11px 0px;
    cursor: pointer;
    font-size: 15px;
    color: white;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.social_chat_block {
    border-radius: 30px;
    width: 172px;
    position: fixed;
    bottom: 10px;
    right: 2%;
    background: #ffffff;
    /* border: solid 1px #58585c24; */
    z-index: 9;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding-left: 25px;
    /* transform: skewX(-15deg); */
    padding-right: 25px;
    /* line-height: 42px; */
    color: black;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* border-radius: 50px; */
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.social_chat_block span {
    font-size: 18px;
    position: relative;
    /* top: 3px; */
    transform: skewX(15deg);
    font-weight: 600;
    color: #09625e;
}.ftr-hand {
    width: 28px;
    transform: skewX(15deg);
    margin-left: 8px;
}
.wave {
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}.social_chat_block strong img {
    width: 28px;
    float: right;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
  100% { transform: rotate( 0.0deg) }
}








/*my*/

































.book {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px;
  top: 30px;
}
.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #41AF6E;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flipp 1.2s infinite linear;
  animation: flipp 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

@keyframes flipp {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #41AF6E;
  }
  29.9% {
    background: #41AF6E;
  }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #0d7337;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #0d7337;
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #0d7337;
  }
}
















@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Bold.eot');
    src: url('../fonts/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Bold.woff') format('woff'),
        url('../fonts/GeneralSans-Bold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Bold.svg#GeneralSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Italic.eot');
    src: url('../fonts/GeneralSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Italic.woff2') format('woff2'),
        url('../fonts/GeneralSans-Italic.woff') format('woff'),
        url('../fonts/GeneralSans-Italic.ttf') format('truetype'),
        url('../fonts/GeneralSans-Italic.svg#GeneralSans-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Light.eot');
    src: url('../fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Light.woff2') format('woff2'),
        url('../fonts/GeneralSans-Light.woff') format('woff'),
        url('../fonts/GeneralSans-Light.ttf') format('truetype'),
        url('../fonts/GeneralSans-Light.svg#GeneralSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Extralight.eot');
    src: url('../fonts/GeneralSans-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Extralight.woff2') format('woff2'),
        url('../fonts/GeneralSans-Extralight.woff') format('woff'),
        url('../fonts/GeneralSans-Extralight.ttf') format('truetype'),
        url('../fonts/GeneralSans-Extralight.svg#GeneralSans-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-ExtralightItalic.eot');
    src: url('../fonts/GeneralSans-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'),
        url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-ExtralightItalic.svg#GeneralSans-ExtralightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-LightItalic.eot');
    src: url('../fonts/GeneralSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-LightItalic.woff') format('woff'),
        url('../fonts/GeneralSans-LightItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-LightItalic.svg#GeneralSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-BoldItalic.eot');
    src: url('../fonts/GeneralSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-BoldItalic.woff') format('woff'),
        url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-BoldItalic.svg#GeneralSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-MediumItalic.eot');
    src: url('../fonts/GeneralSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
        url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-MediumItalic.svg#GeneralSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Medium.eot');
    src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
        url('../fonts/GeneralSans-Medium.woff') format('woff'),
        url('../fonts/GeneralSans-Medium.ttf') format('truetype'),
        url('../fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Semibold.eot');
    src: url('../fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
        url('../fonts/GeneralSans-Semibold.woff') format('woff'),
        url('../fonts/GeneralSans-Semibold.ttf') format('truetype'),
        url('../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-SemiboldItalic.eot');
    src: url('../fonts/GeneralSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
        url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/GeneralSans-SemiboldItalic.svg#GeneralSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans-Regular.eot');
    src: url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
        url('../fonts/GeneralSans-Regular.woff') format('woff'),
        url('../fonts/GeneralSans-Regular.ttf') format('truetype'),
        url('../fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.stable{
    color: #000266 !important;
}




.menu-enq-main-bx{
width: auto;
float: right;
 margin-top: 54px;
}


.menu-enq{
    float: left;
    width: auto;
   
}
.menu-enq a {
 width: 145px;;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    background: #000266;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
/*.menu-enq a img{
    width: 12px;
    margin-left: 10px;
}*/
.menu-enq a:hover{
    text-decoration: none;
    background: #09625e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-enq2{
    float: left;
    width: auto;
    margin-left: 24px;
}
.menu-enq2 a {
   width: 145px;;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: white;
     background: #09625e;
   
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-enq2 a:hover{
    text-decoration: none;
    background: #000266;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.allmainbtn{
    width: auto;
    float: left;
}
.allmainbtn a{
    width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #000266;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.allmainbtn button{
    width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #000266;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.allmainbtn a:hover {
    text-decoration: none;
       background: #09625e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.allmainbtn button:hover {
    text-decoration: none;
       background: #09625e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



































.menu-btn{
    float: right;
}

.slide {
    float: left;
    width: 100%;
    position: relative;
   
    /* z-index: 1; */
    /* top: -15px; */
}
.slide img{

}

.slider-ban .owl-nav {
    display: none;
}













.header-content-full{
    float: left;
    width: 100%;
   

}
.header-contnt{
    float: left;
    width: auto;
    padding-top: 245px;
     position: absolute;
}
.header-contnt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 67px;
    color: black;
    line-height: 80px;
    margin-bottom: 30px;
}
.header-contnt h2 span{
    color: #09625E;
}
.header-contnt p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    padding-bottom: 17px;
}
.header-img{
    float: left;
    width: 100%;
    padding-top: 128px;
}
.header-img img{
    float: right;
    width: 100%;
    max-width: 100%;
}
.slider-ban .owl-nav {
    display: none;
}
.slider-ban .owl-dots {
    display: none;
    float: left;
    
    margin-top: 15px;
    /* background: chartreuse; */
}
.slider-ban .owl-dots button span {
    background: #E4E4E6;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #41AF6E;
    width: 68px; 
}

.body1{
    float: left;
    width: 100%;
    background: #000266;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 85px 0px;

}
.b1-bx1{
    float: left;
    width: 100%;
    padding: 33px 26px;
    background: white;
    border-radius: 30px;
}
.b1-bx1 img{
    float: left;
    width: 55px;
    margin-bottom: 17px;
}
.b1-bx1 h2 {
    padding-top: 20px;
    padding-left: 15px;
    float: left;
    /* width: 100%; */
    font-size: 20px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 18px;
}
.b1-bx1 span{
    float: left;
    width: 50px;
    height: 2px;
    background: #E74040;
    margin-bottom: 15px;
}
.b1-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 0px;
    line-height: 31px;
}


.body2{
    float: left;
    width: 100%;
   
}
.b2-bx1{
    float: left;
    width: 100%;
    background: url(../images/b2-bx1.webp);
    background-size: cover;
    background-repeat: no-repeat;
   
    height: auto;
    position: relative;
    background: #09625e;
}
.b2-bx1-txt{
    float: left;
    width: 56%;
    padding: 65px 0px 85px 0;
}
.b2-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 23px;
}
.b2-bx1-txt p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    line-height: 29px;
    margin-bottom: 0px;
    padding-right: 80px;
}
.b2-bx1-img {
    float: left;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b2-bx1-img img{
    float: left;
    width: 100%;
    max-width: 640px;
}
.b2-bx2{
    float: left;
    width: 92%;
    margin: 0px 4%;
    height: 50px;
    border-radius: 0px 0px 50px 50px;
    background: #41AF6E;
    opacity: 30%!important;
    margin-top: -20px;
    z-index: -1;
    position: relative;
}
.b2-bx3{
    float: left;
    width: 84%;
    margin: 0px 8%;
    height: 62px;
    border-radius: 0px 0px 50px 50px;
    background: #41AF6E;
    opacity: 10%!important;
    margin-top: -30px;
    z-index: -1;
    position: relative;
}





.body3{
    float: left;
    width: 100%;
        padding: 100px 0px 80px;
}
.body3-all{
    width: 100%;
    float: left;
    padding-left: 115px;
}
.body3-crouseln{
    width: 65%;
    float: left;
}


.b3-hed p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: #737373;
    line-height: 29px;
    margin-bottom: 0px;
}





.b3-hed {
    float: left;
    width: 35%;
    margin-bottom: 20px;
    padding-right: 53px;
}
.b3-hed h3 {
    float: left;
    width: auto;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 19px;
    /* letter-spacing: 10px; */
    background: #000266;
    padding: 10px 20px;
    border-radius: 30px;
}
.b3-hed h2{
    float: left;
    width: 100%;
    font-size: 53px;
    font-weight: 600;
    color: black;
    line-height: 67px;
    margin-bottom: 23px;
}
.b3-hed h2 span{
    color: #09625E;
}
.b3-buton{
    float: left;
    width: auto;
    padding-top: 30px;
}

.b3-buton a {
    width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #000266;
    text-align: center;
    float: right;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-buton a:hover{
    text-decoration: none;
    background: #09625e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx1{
    margin-top: 65px;
    float: left;
    width: 100%;
}
.course .owl-nav {
    display: none;
}
.b3-bx1-img{
    float: left;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}
.b3-bx1-txt {
    float: left;
    width: 100%;
    padding: 25px 40px 35px;
    background: #000266;
    height: 200px;
    border-radius: 0px 0px 30px 30px;
    transition: all ease-in-out 0.5s !important;
    -o-transition: all ease-in-out 0.5s !important;
    -ms-transition: all ease-in-out 0.5s !important;
    -moz-transition: all ease-in-out 0.5s !important;
    -webkit-transition: all ease-in-out 0.5s !important;
}
.b3-bx1-txt h2{
    float: left;
    width: auto;
    font-weight: 600;
    font-size: 23px;
    color: white;
    line-height: 29px;
    margin-bottom: 10px;
}
.b3-bx1-txt a img{
    float: right;
    width: 23px;
    margin-top: 2px;
}
.b3-bx1-txt p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: white;
    line-height: 27px;
    margin-bottom: 0px;
}

.b3-bx1:hover .b3-bx1-txt{
background: #09625e;
background-size: cover;
background-repeat: no-repeat;
transition: all ease-in-out 0.5s!important;
    -o-transition: all ease-in-out 0.5s!important;
    -ms-transition: all ease-in-out 0.5s!important;
    -moz-transition: all ease-in-out 0.5s!important;
    -webkit-transition: all ease-in-out 0.5s!important;
}




.body4{
    float: left;
    width: 100%;
    padding: 110px 0px 30px;
}
.b4-bx1 {
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    /* height: 370px; */
    background: #000266;
    position: relative;
}
.b4-bx1-txt {
    float: left;
    width: 65%;
    padding: 80px 0px 80px 0px;
}
.b4-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 38px;
}
.b4-bx1-txt a{
    width: 178px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #19447B;
    background: white;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.b4-bx1-txt a:hover{
    text-decoration: none;
    color: white;
    background: #09625e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.b4-bx1-img {
    float: left;
    /*width: 35%;*/
    /* padding-right: 30px; */
    position: relative;
    margin-top: -127px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.b4-bx1-img img{
    float: left;
    width: 100%;
    max-width: 400px;
}
.b4-bx2{
    float: left;
    width: 92%;
    margin: 0px 4%;
    height: 50px;
    border-radius: 0px 0px 50px 50px;
    background: #19447B;
    opacity: 30%!important;
    margin-top: -20px;
    z-index: -1;
    position: relative;
}
.b4-bx3{
    float: left;
    width: 84%;
    margin: 0px 8%;
    height: 62px;
    border-radius: 0px 0px 50px 50px;
    background: #19447B;
    opacity: 10%!important;
    margin-top: -30px;
    z-index: -1;
    position: relative;
}



.body5{
    float: left;
    width: 100%;
    padding: 50px 0px 90px;
}
.b5-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 43px;
}
.b5-hed h3{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #A0A0A0;
    margin-bottom: 19px;
    letter-spacing: 10px;
}
.b5-hed h2{
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
   color: black;
    line-height: 67px;
}
.b5-hed h2 span{
    
     color: #09625E;
}

.b5-slidr-full {
    float: left;
    width: 100%;
    border-radius: 30px;
    padding: 18px 25px;
    box-shadow: 0 0px 21px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 21px -8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.6s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
}
.b5-s-img{
    float: left;
    width: 33%;
}
.b5-s-img img{
    float: left;
    width: 100%;
    max-width: 510px;
}
.b5-s-content {
    float: left;
    width: 67%;
}
.b5-s-content img{
    float: left;
    width: 100%;
    max-width: 155px;
    margin-bottom: 15px;
}
.b5-s-content h3 {
    padding-right: 18px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    float: left;
    width: 100%;
    color: black;
}
.b5-s-content h4{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #09625E;
    margin-bottom: 4px;
}
.b5-s-content p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: black;
    margin-bottom: 0px;
}

.b5-slidr .owl-nav {
    display: none;
}
.b5-slidr .owl-dots {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 45px;
    /* background: chartreuse; */
}
.b5-slidr .owl-dots button span {
    background: #E4E4E6;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.b5-slidr .owl-dot.active span {
    background: #41AF6E;
    width: 8px; 
}

.footer{
    float: left;
    width: 100%;
    background: #000266;
    padding-top: 90px;
}
.ftr-hed{
    float: left;
    width: 100%;
}
.ftr-hed h2{
    float: left;
    width: 100%;
    color: white;
    font-size: 55px;
    font-weight: 600;
    line-height: 67px;
    margin-bottom: 30px;
}
.ftr-hed p{
    float: left;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 22px;
}
.ftr-hed a{
    width: 142px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    color: #19447B;
    background: white;
    text-align: center;
    float: left;
    text-decoration: none;
    padding: 17px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.ftr-hed a:hover{
    text-decoration: none;
    background: #41af6e;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link{
    
    float: left;
    width: 100%;
}
.quick-link h2 {
 
    float: left;
   
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: white;
    margin-bottom: 22px;
}
.quick-link a{
    float: left;
    text-align: left;
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 22px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link a:hover{
    text-decoration: none;
    color: #d0d5d4;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
/*2*/
.quick-link-ad{
    text-align: center;
    float: left;
    width: 100%;
}
.quick-link-ad h2 {
 
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: white;
    margin-bottom: 22px;
}
.quick-link-ad a {
    line-height: 45px;
    padding: 0px 22px 0px 22px;
    /* float: left; */
    /* text-align: left; */
    /* width: 100%; */
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    /* margin-bottom: 22px; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link-ad a:hover{
    text-decoration: none;
    color: #b8d1d0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quick-link-ad p{
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
   line-height: 30px;
}
.quick-address{
    width: 100%;
    float: left;
}
.quick-address h2 {
 
    float: left;
  
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: white;
    margin-bottom: 22px;
}
.quick-address p{
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
   line-height: 30px;
}
.fbox3-2{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.fbox3-2 h6{
    width: 100%;
    float: left;
    text-align: left;
      font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
}
.fbox3-2 h6 a{
  font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.fbox3-2 h6 a:hover{
        color: #64b3b0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
















.ft-contact{
    float: left;
    width: 100%;
    padding-left: 45px;
}
.ft-contact h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin-bottom: 33px;
}
.ft-contact p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 19px;
    margin-top: -8px;
    line-height: 41px;
}
.ft-contact a{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 22px;
}
.ft-contact a:hover{
    text-decoration: none;
    color: #41af6e;
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ft-social{
    float: left;
    width: 100%;
}
.ft-social a{
    width: auto!important;
}
.ft-social a img{
    float: left;
    margin-right: 26px;
}
.ft-copy{
    float: left;
    width: 100%;
    padding: 45px 0px;
    border-top: 1px solid #ffffff30;
    margin-top: 60px;
}
.ft-copy p{
    float: left;
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}
.ft-copy h3{
    float: right;
    text-align: right;
    width: 50%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
}
.ft-copy h3 a{
    color: white;
    text-decoration: none;
}
.ft-copy h3 a:hover{
    text-decoration: none;
    color: #41af6e;
    
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.iner-bnr{
    float: left;
    width: 100%;
    background: #08615f14;
}
.iner-bnr-hed{
    float: left;
    width: 100%;
    padding-top: 175px;

}
.iner-bnr-hed h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: #000266;
    text-align: center;
    line-height: 62px;
    margin-bottom: 10px;
    padding-bottom: 45px;
}

.iner-bnr-hed span{
    float: left;
    position: relative;
    margin-bottom: -4px;
}

.contact-body1{
    float: left;
    width: 100%;
    padding: 100px 0px 30px;
    position: relative;
    background: #f7f7f7;
}
.con-b1-img{
    float: left;
    width: 100%;
    padding-right: 20px;
}
.con-b1-img img{
    float: left;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
}
.con-b1-txt{
    float: left;
    width: 100%;
}
.con-b1-txt h2{
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    color: black;
    text-align: center;
    line-height: 54px;
    margin-bottom: 15px;
}
.con-b1-txt h2 span{
    color: #09625E;
    
}
.con-b1-txt p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    text-align: center;
    line-height: 28px;
    margin-bottom: 25px;
}
.contact-bx {
    margin-top: 25px;
    float: left;
    width: 100%;
    padding: 24px 13px;
    background: white;
    text-align: center;
    border: 1px solid #09625e;
    border-radius: 30px;
    /* height: 255px; */
}
.contact-bx img {
    float: left;
    width: 45px;
    margin-bottom: 14px;
}
.contact-bx p {
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #8B8B8B;
    margin-bottom: 1px;
}
.contact-bx a {
    float: left;
    text-align: left;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #8B8B8B;
    text-decoration: none;
    margin-bottom: 0px;
}
.cnt-map{
    width: 100%;
    float: left;
}















.con-b1-txt1{
    float: left;
    width: 50%;
}
.con-b1-txt1 h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #41AF6E;
    margin-bottom: 15px;
}
.con-b1-txt1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: black;
    line-height: 30px;
   
}
.con-b1-txt1 h5{
    float: left;
    width: 100%;
}
.con-b1-txt1 a{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-decoration: none;
}



.contact-body2{
    float: left;
    width: 100%;
    padding: 60px 0px 0px 0px;
    background: #f7f7f7;
}
.con-b2-bx2 {
    float: left;
    width: 100%;
    /* border-radius: 50px; */
    padding: 40px 34px 40px;
    /* height: 394px; */
}
.con-b2-bx1-txt {
    float: left;
    width: 100%;
    
}
.con-b2-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    color: black;
    line-height: 63px;
    margin-bottom: 15px;
}


.contact-forms {
    float: left;
    width: 100%;
    padding: 25px 0px 0px;
    border-radius: 0px 0px 15px 15px;
}
.s-form {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 60px;
    margin-bottom: 30px;
    outline: none;
    background: white;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    outline: none;
    border: none;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 15px;
    /* margin-top: 17px; */
    border-radius: 10px;
    border: 1px solid #09625e;
}

.contacts-butn{
    float: left;
    margin-top: 20px;


}

/*.contacts-butn button {*/
/* float: none;*/
/* text-align: center;*/
    
/*    color: #19447B;*/
/*    padding: 17px 0px;*/
/*    border-radius: 10px;*/
/*   width: 187px;*/
/*    height: 55px;*/
/*    font-size: 15px;*/
/*    font-weight: 600;*/
/*   background: white;*/
/*    outline: none;*/
/*    border: none;*/
/*    transition: all ease-in-out 0.5s;*/
/*    -o-transition: all ease-in-out 0.5s;*/
/*    -ms-transition: all ease-in-out 0.5s;*/
/*    -moz-transition: all ease-in-out 0.5s;*/
/*    -webkit-transition: all ease-in-out 0.5s;*/

/*}*/
/*.contacts-butn button:hover{*/
/*   text-decoration: none;*/
/*   color: white;*/
/*    background: #41af6e;*/
/*    text-decoration: none;*/
/*    transition: all ease-in-out 0.5s;*/
/*    -o-transition: all ease-in-out 0.5s;*/
/*    -ms-transition: all ease-in-out 0.5s;*/
/*    -moz-transition: all ease-in-out 0.5s;*/
/*    -webkit-transition: all ease-in-out 0.5s;*/
/*}*/
/*.contacts-butn button:focus {*/
/*    outline: none;*/
/*}*/




.careers-butn{
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;

}

.careers-butn button {
 float: none;
 text-align: center;
    
    color: #19447B;
    padding: 17px 0px;
    border-radius: 10px;
   width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
   background: white;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.careers-butn button:hover{
   text-decoration: none;
   color: white;
    background: #19447B;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.careers-butn button:focus {
    outline: none;
}



.careers-body2{
    float: left;
    width: 100%;
    padding: 100px 0px 60px 0px;
}
.career-labl {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
}
.career-hed{
    float: left;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.career-hed h2 {
    float: left;
    width: 100%;
    font-size: 43px;
    font-weight: 600;
    color: black;
    line-height: 67px;
    margin-bottom: 15px;
}
.career-hed h2 span{
    color: #09625E;
}
.career-hed p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}
.contact-forms input::placeholder{
color: black;
}
.contact-forms textarea::placeholder{
color: black;
}



.iner-ab-b1{
    float: left;
    width: 100%;
    
}
.iner-ab-b1 img {
    float: right;
    width: 500px;
    margin-left: 50px;
}

.iner-ab-b1 h2 {
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: black;
    margin-bottom: 24px;
    padding-top: 7px;
}
.iner-ab-b1 h2 span{
    color: #09625E;
}
.iner-ab-b1 p {
    width: 100%;
   font-weight: 300;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}


.about-body2{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.ab-b1-bx1{
    float: left;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    background: white;
    border-radius: 20px;
}
.ab-b1-bx1 img{
    float: none;
    margin: auto;
    display: block;
    width: 75px;
    margin-bottom: 17px;
}
.ab-b1-bx1 h2{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 18px;
}
.ab-b1-bx1 span{
    float: none;
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #E74040;
    margin-bottom: 15px;
}
.ab-b1-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    margin-bottom: 0px;
    line-height: 31px;
    margin-top: -9px;
}


.about-body3{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
}
.ab-b3-bx1{
    float: left;
    width: 100%;
    background: url(../images/ab-whychoose.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    padding: 60px 80px 70px;
}
.ab-b3-bx1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    color: white;
    line-height: 67px;
    margin-bottom: 23px;
}
.ab-b3-bx1 p{
    float: left;
    width: 64%;
    font-weight: 300;
    font-size: 15px;
    color: white;
    line-height: 29px;
    margin-bottom: 0px;
}

.about-body4{
    float: left;
    width: 100%;
    padding: 60px 0px 35px;
    background: #f7f7f7;
}
.ab-b4-img{
    float: left;
    width: 100%;
}
.ab-b4-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
    height: 297px;
    object-fit: cover;
}
.ab-b4-bx1{
    float: left;
    width: 100%;
   padding: 33px 40px;
   border-radius: 20px;
    background: white;
    margin-bottom: 30px;
}
.ab-b4-bx1 h2{
    padding-top: 10px;
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #252B42;
    margin-bottom: 15px;
}
.ab-b4-bx1 h2 span{
    color: #09625E;
}
.ab-b4-bx1 p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #737373;
    line-height: 30px;
    margin-bottom: 0px;
}
.ab-b4-bx1 img{
    float: left;
    width: 100%;
    max-width: 90px;
}

.services-main{
    float: left;
    width: 100%;
    padding: 65px 0px;
}
.services-main h3{
    float: left;
    width: 100%;
    font-weight: 600;
   font-size: 36px;
    margin-bottom: 30px;
    
    color: #41AF6E;
}
.services-main h3 span{
    color: black;
}
.services-main-slidr{
    float: left;
    width: 100%;
}
.service-main-img{
    float: left;
    width: 100%;
}
.service-main-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
}
.service-main-txt{
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.service-main-txt1{
    float: left;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(65, 175, 110, 1) 0%, rgba(42, 153, 87, 1) 100%);
    border-radius: 20px;
    padding: 30px 15px;
    margin-top: -35px;

    transform: rotateY(0deg);
}
.service-main-txt1:hover{
transform: rotateY(360deg);
transition: transform 0.8s;
background: #19447B;
}
.service-main-txt1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: white;
    line-height: 29px;
    margin-bottom: 10px;
}
.service-main-txt1 a{
    float: none; 
    font-size: 15px;
    font-weight: 300;
    color: white;
    display: inline-block;
    text-decoration: none;
}
.service-main-txt1 a img{
    width: 12px !important;
    margin-left: 10px;
    display: inline-block !important;
}
.slider-serv-main .owl-nav {
    display: none;
}

.services-body2{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.services-bd1{
    float: left;
    width: 100%;
}
.services-bd1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 13px;
    color: #41AF6E;
}
.services-bd1 p{
    float: left;
    width: 100%;
  font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
}
.services-bd2{
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.services-bd2 h3{
    float: left;
    /* width: 60px; */
    padding: 8px 10px;
    font-weight: 600;
    font-size: 25px;
    color: white;
    margin-bottom: 0px;
    background: #19447B;
}
.services-bd2-1{
    padding-left: 68px;
    width: 100%;

}
.services-bd2-1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: black;
    line-height: 29px;
    margin-bottom: 10px;
}
.services-bd2-1 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}
.services-bd2 span{
    float: left;
    height: 10px;
     width: 10px; 
    margin-bottom: 0px;
    background: #19447B;
    margin-top: 9px;
}
.services-bd2-2{
    padding-left: 26px;
    width: 100%;

}
.services-bd2-2 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
}

.purchase-full{
    float: left;
    width: 100%;
    padding: 100px 0px 60px;
}
.purchase-bx1{
    float: left;
    width: 100%;
    padding: 45px 20px;
    background: #f7f7f7;
    text-align: center;
    height: 340px;
    margin-bottom: 0px;
    border-radius: 20px;
    border-top: 4px solid #19447B;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover{
    background: #19447B;
    border-top: 4px solid #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1 h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #19447B;
    line-height: 32px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h2{
    color: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 32px;
    color: black;
    margin-bottom: 25px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h3{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3 img{
    float: none;
    display: inline-block;
    margin-bottom: 8px;
    width: 24px;
    margin-right: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h3 img{
    filter: invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1 h3 span{
    font-weight: 500;
    font-size: 18px;
    bottom: 3px;
    position: relative;
}
.purchase-bx1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #737373;
    line-height: 28px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h4{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx2{
    height: 336px;
}
.purchase-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -26px;
    position: relative;
    z-index: 1;
}
.purchase-butn a{
    width: 170px;
    height: 52px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background: #163b6a;
    text-align: center;
    float: none;
    display: inline-block;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}

.purchase-butn a img{
    width: 18px;
    margin-right: 10px;
    margin-top: -2px;
}
.purchase-butn a:hover{
    text-decoration: none;
    background: #41af6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.services-formm{
    float: left;
    width: 100%;
    background: url(../images/body1-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}
.serv-forms{
    max-width: 800px;
    margin: auto;
}


.purchse-ofer{
    float: left;
    width: 100%;
    text-align: center;
}
.purchse-ofer img{
    float: none;
    display: inline-block;
    width: 55px;
    margin-bottom: -28px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchse-ofer-txt{
    float: none;
    display: inline-block;
}
.purchse-ofer-txt h5{
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    color: #8e8e8e;
    text-decoration: 2px solid #41AF6E line-through;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1:hover .purchse-ofer-txt h5{
    color: #ffffff6e;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover .purchse-ofer img{
    filter: invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.purchase-bx1 h1 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 13px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.purchase-bx1:hover h1{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.add-ons{
    float: left;
    width: 100%;
    margin-top: -55px;
}
.add-ons h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: black;
    line-height: 32px;
}
.addone{
   float: left;
    width: 100px;
    height: 4px;
    background: #41AF6E;
    border-radius: 30px;
}



@media (max-width: 575px){.why-box h5 {
    font-size: 16px !important;
    color: #808080;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1px !important;
}
    .hos-sec h1 {
    font-size: 30px !important;}.hos-sec h5 {
    width: 100%!important;}.key-training h1 {
    font-size: 30px!important;}.key-training h4 {
    font-size: 23px!important;}.key-box h6 {
font-size:16px !important;}
    .why-box {
    background: #fff;
    float: left;
    width: 100%;
    padding: 22px !important;}
    .new-hospital-sec h1 {
    width: 100%;
    font-size: 35px !important;!i;!;
    }.new-hospital-sec h5 {
    color: #09625E;
    font-size: 21px !important;!i;!;
    }.new-hospital-sec h6 {
    width: 100% !important;!i;!;
    }.why-choose h2 {
    font-size: 35px !important;!i;!;
    font-weight: 600;
    color: #ffffff;
    line-height: 55px !important;!i;!;
    text-align: center;
}
    .int-inndetails{
        margin-top:20px;
    }
    .apply-form h1 {
    width: 100%;
    font-weight: 600;
    font-size: 36px !important;!i;!;
    line-height: 47px !important;!i;!;
    }.apply-form p
    {
        padding: 0 !important;!i;!;
    }
    .whybxs-cnt-extra{
        margin-bottom:20px;
    }
    .body3-crouseln {
    width: 100%;
    float: left;
}
    .quick-link-ad h2{
        margin-bottom:10px;
    }
    .allmainbtn{
        width: 100%;
        margin-top: -20px;
    }
    .allmainbtn a{
        width: 120px;
        height: 40px;
        padding: 8px 0;
        font-size: 14px;
        float: none;
        display: table;
        margin: auto;
    }
    .header-contnt h2{
        font-size: 34px;
        line-height: 33px;
        text-align: center;
        margin-bottom:20px;
    }
    .header-contnt p br{
        display: none;
    }
    .header-contnt p{
        text-align: center;
        font-size: 14px;
    }
    .slider-ban .owl-dots{
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .header-img{
        padding-top: 20px;
    }
    .body1{
        padding: 50px 0px;
    }
    .b1-bx1{
        margin-bottom: 15px;
        padding: 28px 22px;
    }
    .body2 {
    padding: 60px 0px 30px 0px;
}
.b2-bx1{
    height: auto;
    /* border-radius: 30px; */
}
.b2-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b2-bx1-txt h2{
    font-size: 30px;
    line-height: 41px;
}
.b2-bx1-txt p{
    padding-right: 0px;
}
.b2-bx1-img{
    /* width: 100%; */
    text-align: center;
    position: relative;
}
.b2-bx1-img img{
    float: right;
    /* display: block; */
    /* margin: auto; */
    max-width: 100%;
    right: -20px !important;!i;!;
    position: relative;
}
.b3-hed{
    width: 100%;
    padding-right: 0;
}
.b3-buton{
    width: 100%;
    padding-top: 0px;
}
.body3 {
    padding: 35px 0px 38px;
}
.b3-hed h2{
    font-size: 30px;
    line-height: 41px; 
    margin-bottom: 0px;
}
.b3-hed h3 {
            float: none;
        font-size: 13px;
        margin-bottom: 7px;
        letter-spacing: 0;
        display: table;
        margin: auto;
}

.b3-buton a{
    float: left;
    width: 170px;
}
.body4 {
    float: left;
    width: 100%;
   padding: 45px 0px 30px 0px;
}
.b4-bx1{
    height: 630px;
    border-radius: 30px;
}
.b4-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b4-bx1-txt h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 30px;
    }
    .b4-bx1-img{
        width: 100%;
        padding-right:0px;
    margin-top: 0px;
    }
    .b4-bx1-img img{width: 80%;display: block;margin: auto;float: right;padding: 0;}
    .b4-bx1-txt a{
        float: none;
        display: inline-block;
    }
    .b5-hed h3 {
        font-size: 13px;
        margin-bottom: 7px;
        letter-spacing: 8px;
    }
    .b5-hed h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 0px;
    }
    .b5-s-img{
        width: 100%;
    }
    .b5-s-img img{
        float: none;
        margin: auto;
    }
    .b5-s-content{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .b5-s-content img{
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .b5-slidr .owl-dots{
        margin-top: 30px;
    }
    .body5 {
    padding: 45px 0px 55px;
}
.footer{
    padding-top: 55px;
}
.ftr-hed{
    text-align: center;
}
.ftr-hed h2 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 23px;
}
.ftr-hed a{
    float: none;
    display: inline-block;
}
.quick-link{
    padding-left: 0px;
    margin-top: 45px;
    text-align: center;
}
.quick-link h2{
    margin-bottom: 23px;
}
    .quick-address{
        text-align: center;
    }
    .quick-address p{
        text-align:center;
    }
    .fbox3-2 h6{
        text-align:center;
    }
.quick-link a{
    margin-bottom: 15px;
    text-align: center;
}
.ft-contact{
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.ft-contact a{
    margin-bottom: 15px;
}
.ft-contact h2{
    margin-bottom: 23px;
}
.ft-contact p {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 34px;
}.quick-link-ad a{
    width: 100%;
    float: left;
    text-align: center;
}
.ft-social{
    margin-top: 0px;
    float: none;
    display: inline-block;
    max-width: 194px;
    margin-bottom: 20px;
}
.ft-social a img{
    margin-left: 13px;
    margin-right: 13px;
    float:none;
}
.ft-copy{
    margin-top: 30px;
    padding: 25px 0px;
    
}
.ft-copy p{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.ft-copy h3{
    width: 100%;
    text-align: center;
}
.b3-bx1-txt{
    padding: 25px 17px 35px;
}
.b3-bx1-txt h2{
   font-size: 22px;
        text-align: center;
        width: 100%;
}
.b3-bx1-txt a img{
    margin-top: 7px;
}

.nav-brand img{
    max-width: 100%;
}
.nav-header{
    width: 96px;
    padding-top: 10px!important;
}
.menu-enq a{
    width: 142px;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 38px;
    padding-left: 15px;
    margin-top: 31px;
}
.navigation-portrait .nav-search{
    height: 0px;
    margin-right:0px!important;
    padding: 0px!important;
}
.header-contnt{
    padding-top: 120px;
}
.iner-bnr-hed{
    padding-top: 180px;
}
.iner-bnr-hed span{
    width: 70px;
}
.iner-bnr-hed h2{
    font-size: 30px;
    line-height: 42px;
}
.careers-body2{
    padding: 65px 0px 60px 0px;
}
.iner-ab-b1{
    text-align: center;
}
.iner-ab-b1 img{
    margin-right: 0px;
    float: none;
    max-width: 100%;
    margin-left: 0;
}
.iner-ab-b1 h2{
    float: left;
    margin-top: 15px;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
.iner-ab-b1 p{
    float: left;
    margin-bottom: 0px;
}
.ab-b1-bx1{
    margin-bottom: 20px;
}
.about-body2{
    padding: 50px 0px 30px;
}
.ab-b3-bx1{
    padding: 35px 20px;
    text-align: center;
    background-position-x: 60%;
    border-radius: 30px;
}
.ab-b3-bx1 h2{
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 16px;
}
.ab-b3-bx1 p{
    width: 100%;
}
.ab-b4-bx1{
    padding: 30px 20px;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.ab-b4-bx1 h2{
    font-size: 26px;
    margin-bottom: 9px;
}
.career-hed h2{
    font-size: 30px;
    line-height: 42px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    padding: 50px 20px;
    border-radius: 30px;
}
.contact-body1{
    padding: 60px 0px 30px;
}
.con-b1-img{
    padding-right: 0px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
}
.con-b1-txt h2{
    font-size: 30px;
    line-height: 43px;
}
.con-b1-txt1{
    width: 100%;
    margin-bottom: 20px;
}
.contact-body2{
    padding: 30px 0px 60px 0px;
}
.con-b2-bx1-txt h2{
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 5px;
}
.serv-forms{
    padding: 20px 15px;
}
.service-main-txt1 h2{
    font-size: 19px;
}
.services-main h3{
    font-size: 30px;
    line-height: 42px;
}
.services-main{
    padding: 55px 0px;
}
.services-bd1 h2{
    font-size: 30px;
    line-height: 42px;
}
.services-body2{
    padding: 35px 0px;
}
.services-bd2-1 h2{
    font-size: 20px;
}
.services-bd2-1{
    padding-left: 60px;
}
.purchase-bx1{
    height: auto;
}
.purchase-bx1 h2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.purchase-bx1 h1{
    font-size: 17px;
}
    .purchase-full {
        padding: 60px 0px;
    }
.purchase-bx1 h3{
    font-size: 23px;
    margin-bottom: 20px;
}
.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -21px;
}
.purchase-bx1 h3 img{
    width: 17px;
    margin-bottom: 4px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    bottom: 1px;
}
.add-ons{
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.add-ons h2{
    font-size: 20px;
}
.addone{
    float: none;
    display: inline-block;
    margin-bottom: 14px;

}
}



@media (min-width: 576px) and (max-width: 767px){
    .hos-sec h1 {
    font-size: 33px !important;}.hos-sec h5 {
    width: 49%!important;}
    .why-box {
    background: #fff;
    float: left;
    width: 100%;
    padding: 18px !important;}
    .img-why2{
        display:none;
    }
    .new-hospital-sec h1 {
    width: 100%;
    font-size: 33px !important;}.new-hospital-sec h6 {
    width: 49%!important;}
    .institutions-indro img{
        margin-bottom:20px;
    }.int-inndetails{
         margin-bottom:20px;
    }
    .apply-form p{
        padding:0 !important;
    }
    .body3 {
    float: left;
    width: 100%;
    padding: 50px 0px 80px;
}.body3-all {
    width: 100%;
    float: left;
    padding-left: 13%;
}.body3-crouseln {
    width: 100%;
    float: left;
}
    .setin2-imgbx h2 {
    width: 100%;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 0px;
    float: left;
    padding-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
    color: black;
    line-height: 67px;
}
.setin2-imgbx p {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    float: left;
    color: #737373;
    line-height: 28px;
    padding-bottom: 15px;
}.section2add {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
}.idxinstitute-hd h2 {
    float: left;
    width: 100%;
    font-size: 50px;}.idxinstitute-hd h2 {
    float: left;
    width: 100%;
    font-size: 50px;}
    .idxinstitute {
    width: 100%;
    float: left;
    padding-bottom: 0;
}
    .nav-brand img {
    width: 100%;
    float: left;
    max-width: 100px;
}
.nav-header{
    padding-top: 10px!important;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 48px;
    margin-left: 15px;
}
.navigation-portrait .nav-search{
    height: 0px;
}
.header-contnt{
    padding-top: 130px;
}
    .slide img{
        height: 460px;
        object-fit: cover;
    }
.header-contnt h2{
    font-size: 50px;
    line-height: 55px;
    margin: 0;
}
.header-img{
    padding-top: 30px;
}
.body1{
    padding: 65px 0px 40px;
}
.b1-bx1{
    margin-bottom: 20px;
}
.body2 {
    padding: 65px 0px 30px 0px;
}
.b2-bx1 {
        height: auto;
        /* border-radius: 30px; */
    }
.b2-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b2-bx1-txt h2{
    font-size: 45px;
    line-height: 57px;
}
.b2-bx1-txt p{
    padding-right: 0px;
}
    .body2 .container{
        max-width: 100%;
    }
.b2-bx1-img{
    width: 100%;
    /* text-align: center; */
    position: relative;
    float: right;
}
.b2-bx1-img img{
    /* float: none; */
    /* display: block; */
    /* margin: auto; */
    float: right;
    max-width: 80%;
    right: -20px;
    position: relative;
}
.b3-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.b3-hed{
    width: 100%;
}
.b3-buton{
    width: 100%;
    padding-top: 0px;
}
.b3-buton a{
    float: left;
}
.b3-bx1-txt{
    padding: 20px 15px 30px;
}
.b3-bx1-txt h2 {
    font-size: 20px;
    line-height: 26px;
}
.b3-bx1-txt a img{
    margin-top: 6px;
}
.body4 {
    padding: 50px 0px 30px;
}
.b4-bx1{
    height: 560px;
    border-radius: 30px;
}
.b4-bx1-txt {
    width: 100%;
    padding: 35px 20px 0px 20px;
    text-align: center;
}
.b4-bx1-txt h2 {
        font-size: 45px;
        line-height: 57px;
        margin-bottom: 30px;
    }
    .b4-bx1-img{
        width: 100%;
        padding-right:0px;
    margin-top: 0px;
    }
    .b4-bx1-img img{width: 61%;max-width: 40%;display: block;/* margin: auto; */float: right;padding: 0;}
    .b4-bx1-txt a{
        float: none;
        display: inline-block;
    }
    .b5-hed h2{
        font-size: 45px;
        line-height: 57px;
       
    }
    .b5-s-img{
        width: 100%;
    }
    .b5-s-img img{
        float: none;
        margin: auto;
    }
    .b5-s-content{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        text-align: center;
    }
    .b5-s-content img{
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
    .b5-slidr .owl-dots{
        margin-top: 30px;
    }
    .body5 {
    padding: 50px 0px 50px;
}
.footer{
    padding-top: 60px;
}
.ftr-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.ftr-hed{
    text-align: center;
    margin-bottom: 35px;
}
.ftr-hed a{
    float: none;
    display: inline-block;
}
.quick-link{
    padding-left: 0px;
}
.ft-contact{
    padding-left: 0px;
}
.ft-copy{
    margin-top: 23px;
    padding: 25px 0px;
}
.ft-copy p{
    width: 100%;
    text-align: center;
}
.ft-copy h3{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.iner-bnr-hed{
    padding-top: 150px;
}
.iner-bnr-hed span{
    width: 70px;
}
.iner-bnr-hed h2{
    font-size: 33px;
    line-height: 42px;
}
.careers-body2{
    padding: 60px 0px;
}
.iner-ab-b1 {
        text-align: center;
    }
        .iner-ab-b1 img {
        margin-right: 0px;
        float: none;
        max-width: 100%;
    }
    .iner-ab-b1 p {
        float: left;
        margin-bottom: 0px;
    }
    .iner-ab-b1 h2 {
        float: left;
        margin-top: 15px;
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 15px;
    }

.ab-b1-bx1{
    margin-bottom: 20px;
}
.about-body2{
    padding: 60px 0px 20px;
}
.ab-b3-bx1 h2{
    font-size: 45px;
    line-height: 60px;
}
.ab-b3-bx1{
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    background-position-x: 75%;
}
.ab-b3-bx1 p{
    width: 100%;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.career-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    border-radius: 30px;
    padding: 50px 30px;
}
.con-b1-img{
    padding-right: 0px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 30px;
}
.con-b2-bx1-txt h2{
    font-size: 45px;
}
.service-main-txt1 h2{
    font-size: 19px;
}
.services-bd1 h2{
    font-size: 30px;
    line-height: 42px;
}
.services-body2{
    padding: 35px 0px;
}
.purchase-bx1{
    height: auto;
}
.purchase-bx1 h2{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.purchase-bx1 h1{
    font-size: 17px;
}
.purchase-bx1 h3{
    font-size: 23px;
    margin-bottom: 20px;
}
.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -21px;
}
.purchase-bx1 h3 img{
    width: 17px;
    margin-bottom: 4px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    bottom: 1px;
}
.add-ons{
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.add-ons h2{
    font-size: 20px;
}
.addone{
    float: none;
    display: inline-block;
    margin-bottom: 14px;

}
.purchase-full{
    padding: 60px 0px;
}
}
@media(max-width:767px){
    .top-left-img1 img{
        display:none;
    }
    .log-field {
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 15px;
}
}

@media (min-width: 768px) and (max-width: 991px){
    .new-hospital-sec h1 {
    width: 100%;
    font-size: 44px !important;}
    .apply-form p {
     padding: 0 110px !important;}
    .institutions-indro img {
    float: right;
    margin-left: 35px;
    width: 100%;
    max-width: 390px;
    border-radius: 30px;
}.institutions-indro h2 {
    font-size: 29px;
    font-weight: 600;
    color: black;
    text-align: left;
    line-height: 46px;
    margin-bottom: 15px;
}
    .b1-bx1 h2{
        font-size: 17px;
    }
    .ab-b1-bx1 h2{
        font-size: 18px;
    }
.nav-header{
    padding-top: 10px!important;
}
.nav-toggle{
    right: 0px!important;
}
.menu-enq{
    margin-right: 0;
}
.navigation-portrait .nav-search{
    height: 0px;
}
.header-contnt h2{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0;
}
.header-contnt p br{
    display: none;
}
.header-contnt p{
    margin-bottom: 0px;
}
.header-content-full{
    padding-bottom: 30px;
}
.header-contnt{
    padding-top: 150px;
}
.header-img{
    padding-top: 138px;
}
.b1-bx1{
    padding: 28px 20px;
}
.b1-bx1 p br{
    display: none;
}
.b1-bx1 img {
    width: 67px;
    margin-bottom: 14px;
}
.body2 {
    padding: 80px 0px 30px 0px;
}
.b2-bx1-txt {
    width: 60%;
    padding: 40px 0px 40px 40px;
    position: relative;
    z-index: 1;
}
.b2-bx1-txt h2{
    font-size: 39px;
        line-height: 55px;
}
.b2-bx1-txt p{
    padding-right: 20px;
}
.b2-bx1{
    height: auto;
    position: relative;
    background-position: right;
}
.b2-bx1-img{
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b3-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.b3-hed{
    width: 100%;
}
.b3-buton{
    width: 30%;
}
.b4-bx1-txt {
    width: 68%;
    padding: 40px 0px 40px 40px;
    position: relative;
    z-index: 1;
}
.b4-bx1-txt h2{
    font-size: 39px;
    line-height: 55px;
}
.b4-bx1{
    height: auto;
    position: relative;
}
.b4-bx1-img{
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0px;
}
.b5-s-content img{
    margin-bottom: 17px;
}
.b5-s-content h3{
    font-size: 23px;
    line-height: 32px;
}
.ftr-hed{
    margin-bottom: 35px;
}
.quick-link{
    padding-left: 0px;
}
.ft-contact{
    padding-left: 0px;
}
.careers-body2{
    padding: 60px 0px;
}
.iner-ab-b1 img{
    width: 350px;
}
.iner-ab-b1 h2{
    font-size: 45px;
    line-height: 60px;
}
.ab-b1-bx1 p br{
    display: none;
}
.ab-b3-bx1{
    background-position-x: 50%;
}
.ab-b4-img img{
    margin-bottom: 30px;
}
.career-hed h2{
    font-size: 45px;
    line-height: 60px;
}
.career-hed p br{
    display: none;
}
.con-b2-bx2{
    padding: 50px 30px;
}
.con-b1-txt{
    padding-left: 0px;
    padding-top: 35px;
}
.con-b2-bx1-txt h2{
    font-size: 45px;
}
.purchase-bx1 h3{
    font-size: 28px;
}
.purchse-ofer-txt h5{
    font-size:20px;
}
.purchse-ofer img {
    width: 48px;
    margin-bottom: -25px;
}
.purchase-bx1 h3 img{
    width: 21px;
    margin-bottom: 6px;
}
.purchase-bx1 h3 span{
    bottom: 2px;
}
.purchase-bx1{
    height: 355px;
}
.purchase-bx2 {
    height: 336px;
}
.add-ons h2{
    font-size: 20px;
}
}



@media (min-width: 992px) and (max-width: 1199px){
    .new-hospital-sec h1 {
    width: 100%;
    font-size: 42px !important;}
.b2-bx1{
    height: auto;
    position: relative;
}
.b2-bx1-img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.b2-bx1-txt p{
    padding-right: 30px;
}
.b2-bx1-txt h2{
    font-size: 45px;
    line-height: 60px;
}

.b4-bx1{
    height: auto;
    position: relative;
}
.b4-bx1-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
}
.b5-s-img{
    padding-right: 15px;
}
.quick-link{
    padding-left: 45px;
}
.ft-contact{
    padding-left: 40px;
}
.ft-social a img{
    margin-right: 20px;
}
.iner-ab-b1 img{
    width: 450px;
}
.ab-b4-img img{
    height: 327px;
    object-fit: cover;
}
.purchase-bx1 h3{
    font-size: 25px;
}
.purchase-bx1 h3 img{
    margin-bottom: 5px;
    width: 19px;
}

.purchse-ofer-txt h5{
    font-size:19px;
}
.purchse-ofer img {
    width: 44px;
    margin-bottom: -23px;
}


.purchase-bx2{
    height: 350px;
}
.purchase-bx1 h3 span{
    font-size: 16px;
    margin-bottom: 2px;
}
}


@media (max-width: 991px){
   .megamenu-panel{
       width: 100%!important;
   } 
   .navigation-portrait .megamenu-panel{
       padding: 10px 25px!important;
   }
   .megamenu-list{
       margin: 0px!important;
       
   }
   .megamenu-list > li > a{
       border-bottom: solid 1px #f0f0f0;
   }
}



.purchase-ex-butn{
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background:#f7f7f7;
}
.ex-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.ex-butn a {
 float: none;
 text-align: center;
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 17px 0px;
    border-radius: 10px;
   width: 187px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
   background: #19447B;
    outline: none;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ex-butn a:hover{
   text-decoration: none;
   color: white;
    background: #41af6e;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.hidden-input-field {
		    opacity: 0;
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 0;
		    width: 0;
		    z-index: -1;
		}

.grecaptcha-badge { 
    visibility: hidden;
}
@media(max-width:767px){
    .menu-enq-main-bx{
        display:none;
    }
}
@media(min-width:768px){
    .dt-none{
        display:none;
    }
}
@media(min-width:768px) and (max-width:991px){
    .menu-enq-main-bx {
    width: auto;
    float: right;
    margin-top: 15px;
    margin-right: 40px;
}.setin2-imgbx h2 {
    width: 100%;
    padding-top: 65px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 61px;
    font-weight: 600;
    float: left;
    color: black;
    line-height: 67px;
}.setin2-imgbx p{
    width:100%;
    float:left;
}.section2add {
       padding-bottom: 70px;
}.in-allmain{
    margin-bottom:20px;
}.idxinstitute {
    width: 100%;
    float: left;
    padding-bottom: 0;
}.body3-crouseln {
    width: 100%;
}.ftr-logos img {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    max-width: 130px;
}
}


@media (min-width: 992px) and (max-width: 1024px) {
    .setin2-imgbx img {
        width: 100%;
        max-width: 326px;
        float: left;
        width: 100%;
        margin-right: 160px;
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
   

.top-left-img1 img {
   
    max-width: 160px !important;
 
}
    
    
    
   .nav-brand img {
       max-width:108px;
   } 
    .nav-menu > li > a {
    padding: 0px 9px !important;
    font-size: 14px !important;
}.menu-enq a {
    width: 132px;
    
}
.menu-enq2 a {
    width: 132px;
    
}
.menu-enq2 {
    margin-left:10px;
}
    
    
    
    
    
    
    
    
    
    
    .setin2-imgbx img {
    width: 100%;
    max-width: 390px;
    float: left;
    width: 100%;
    margin-right: 160px;
}.setin2-imgbx h2 {
    width: auto;
    padding-top: 55px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    color: black;
    line-height: 49px;
}.setin2-imgbx img {
    width: 100%;
    max-width: 390px;
    float: left;
    width: 100%;
    margin-right: 160px;
    margin-bottom: 60px;
}.idxinstitute {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}.b2-bx1-img img {
    float: left;
    width: 100%;
    max-width: 440px;
}.body3-all {
    width: 100%;
    float: left;
    padding-left: 45px;
}.b3-hed h2 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    color: black;
    line-height: 53px;
    margin-bottom: 23px;
}.b3-bx1-txt {
    float: left;
    width: 100%;
    padding: 20px;
    background: #000266;
    height: 230px;
}.body4 {
    float: left;
    width: 100%;
    padding: 110px 0px 30px;
}
}
@media(min-width:1025px) and (max-width:1199px){
    .setin2-imgbx img {
    width: 100%;
    max-width: 400px;
    float: left;
    width: 100%;
    margin-right: 105px;
}
.menu-enq2 {
    float: left;
    width: auto;
    margin-left: 12px;
}.menu-enq2 a {
    width: 135px;
}.menu-enq a {
    width: 132px;}
    .nav-menu > li > a {
    height: 35px;
    padding: 0px 10px;
    }.nav-brand img {
    width: 100%;
    float: left;
    max-width: 100px;
}.header-contnt {
    float: left;
    width: auto;
    padding-top: 145px;
    position: absolute;
}.top-left-img1 img {
    float: left;
    width: 100%;
    max-width: 150px !important;
    margin-right: 0px;
}.setin2-imgbx h2 {
    width: auto;
    padding-top: 55px;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 42px;
    font-weight: 600;
    color: black;
    line-height: 52px;
}.b2-bx1-img img {
    float: left;
    width: 100%;
    max-width: 530px;
}.idxinstitute {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}.b3-hed h2 {
    float: left;
    width: 100%;
    font-size: 45px;
}
.b3-bx1-txt {
    float: left;
    width: 100%;
    padding: 20px;
    background: #000266;
    height: 300px;
}
.nav-menu > li > a {
    height: 35px;
    padding: 0px 10px !important;
}
}
.why-choose{
    background: #000266;
    width: 100%;
    float: left;
    padding: 70px 0;
}
.why-choose h2{
    font-size: 61px;
    font-weight: 600;
    color: #ffffff;
    line-height: 67px;
}
.why-choose h2 span{
    
}
.why-box{
    background: #fff;
    float: left;
    width: 100%;
    padding: 30px;
    margin-top: 20px;
    border-radius: 20px;
}.why-box img{
    width: 50px;
    float: left;
    margin-right: 20px;
    height: 50px;
}.why-box h5{
    font-size: 20px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 9px;
}
.img-why2{
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ind-high{
    
}
.ind-high .hifts-full {
    height: 155px;
}
.new-hospital-sec
{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #f7f7f7;
}
.new-hospital-sec h1{
    width: 100%;
    font-size: 55px;
    font-weight: 600;
    color: black;
    text-align: center;
}
.new-hospital-sec h5{
    color: #09625E;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}
.new-hospital-sec h6{
    width: 33%;
    float: left;
    background: #000266;
    padding: 20px;
    margin-bottom: 1px;
    margin-right: 1px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.view-hos{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.view-hos a{
    text-decoration: none;
    background: #09625e;
    padding: 12px 40px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}.view-hos a:hover{
    background: #000266;
}
.hos-sec{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.hos-sec h1{
    font-size: 50px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.hos-sec h2{
    font-size: 22px;
    text-align: center;
    font-weight: 699;
    padding: 20px 0;
    color: #000266;
}
.hos-sec h5{
    width: 32%;
    float: left;
    margin-right: 1%;
    background: #09625e;
    text-align: center;
    padding: 21px 15px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
}
.key-training
{
    width: 100%;
    float: left;
    padding: 70px 0 70px;
    background: #000266;
    /* margin-bottom: 70px; */
    border-bottom: 2px solid #fff;
}
.key-training h1{
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}
.key-box{
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    /* height: 300px; */
}
.key-box h5{
    position: absolute;
    top: 0;
    font-size: 42px;
    background: #ffffff;
    color: #000266;
    right: 0;
    font-weight: 600;
    opacity: .5;
    width: 67px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}
.key-box h6{
    font-size: 22px;
    color: #5e5e5e;
    margin: 0;
    line-height: 169%;
}
.key-training p{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 50px;
    text-align: center;
}
.key-training h4{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}.key-box:hover h5{
    opacity:1;
}