body {
    font-family: 'Conv_AvenirNextLTPro-Regular';
    color: #1b2238;
    font-size: 16px;  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2a2369;
    padding: 0; 
    margin: 0; 
    font-family: 'Conv_AvenirNextLTPro-Bold';
}
a {
    color: #004B8E;
    text-decoration: none;
    font-family: 'Conv_AvenirNextLTPro-Regular';
}
a:hover {
    color: #468dfe;
    text-decoration: none;
}
::marker {
    color: #F02036;
}
a:focus,
a:hover {
    border: 0;
}
a,a:focus,a:hover,a:link{
    outline: 0;
}
.list-unstyle,
.list-unstyle li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.text-center {
    text-align: center;
}
.ftr-bottom-widget.cf {text-align: center;}
.footer-icon {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-icon li::marker {
   font-size: 0;
}
.footer-icon li.center-icon {margin:0 3px;}
.footer-icon li {float: left;}





.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
h3.head03 {
    color: #004B8E;
    font-size:55px; line-height: 1;
    font-family: 'Conv_AvenirNextLTPro-Bold';
    margin: 0;
    padding: 0;
    position: relative;
}
h3.head03 span{
    font-family: 'Conv_AvenirNextLTPro-Regular'; font-size: 35px;
}
.esein6{
    transition: all 0.6s ease;
    -web-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.esein5 {
    transition: all 0.5s ease;
    -web-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.esein4 {
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.esein2 {
    -moz-transition: .2s ease all;
    -o-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.cubic-ease1{
    -webkit-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.2s;
    -moz-transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.2s;
    transition: all 0.3s cubic-bezier(0.24, 0.63, 0.5, 0.99) 0.2s;
}
@-webkit-keyframes menu_sticky {
  0%  {margin-top:-80px;opacity: 0;}
  50%  {margin-top: -34px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%  {margin-top:-80px;opacity: 0;}
  50%  {margin-top: -34px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
/***********************LOADER**********************/
#mask {
	background-color: #60646d;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
#loader {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
/*********************BUTTON****************/
.view-btn {
    background: #ff9401;
    color: #FFF;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 1.25rem;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease-in;
}
.view-btn:hover {
    background: #5f6060;
    color: #FFF;
    transition: all 0.3s ease-in;
}
.view-btn-new {
    background:#ff9401;
    border: 0; 
    color: #FFF;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.25rem;
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    transition: all 0.3s ease-in;
    position: relative; z-index: 2; overflow: hidden;
    margin: 0 auto;
    width: 100%; max-width: 280px;
    text-align: center; display: block;
}

/*****************Layout*****************/

header{
    position:relative;z-index: 99;  
    width: 100%;
    background: rgba(255,255,255,1); 
    padding: 22px 0 20px; margin: 0;
}

.header-area{
    display: inline-block; width: 100%;
}

.logo {
    width: 100%;
    max-width: 300px; margin-right: 50px; line-height: 1;
}
.logo a{
    line-height: 1;
    display: flex;
}
.logo img{
    max-width: 100%;
}
.quick-contact{
    position: relative; padding-left: 34px; margin-top: 6px;
}

.quick-contact ._icon{
    position: absolute; left: 0; top: 2px; font-size: 26px; color: #3e3e4b;
}
.quick-contact .text01{
    display: block; font-size: 12px; line-height: 1; color: #fc265c; padding-bottom: 2px;
}
.quick-contact .contact-nbr{
    display: block; color: #60646d; font-size: 16px; line-height: 1
}
.quick-contact .contact-nbr span{
    color: #3f3f47;
}
.nav-menu ul, .nav-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.dr-imag {margin-right: 10px;}
.doctors-wrap {display: flex;margin-bottom: 70px;}

.doctors-wrap table tbody td {
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
}
.doctors-wrap td, .doctors-wrap th {
    padding: 10px;
    border: 1px solid #e0e0e0;
}
.doctors-wrap li {
    margin-bottom: 13px;
}
.doctors-wrap ul{margin-top: 25px;}

.banner-item{
    width: 100%;
}
.banner-item .container{
    position: relative; height: 86vh;
}
.inner-banner-item .container{
    position: relative; height: 180px;
}
.banner-caption{
    width: 100%; max-width: 710px; padding-left: 76px; color: #FFF;
    position: absolute; left: 0; top: 44%;
   transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.banner-item .list01{
    padding: 10px 0 15px;  display: inline-block; width: 100%;
}
.banner-item .list01 li{
    padding: 3px 0 3px 32px; position: relative;
}
.banner-item .list01 li:before, .banner-item .list01 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    background: #FFF;
    width: 12px;
    height: 2px;
}
.banner-item .list01 li:after {
    top: 10px;
}
.banner-item .list01 li:before {
    width: 6px;
    top: 14px;
    left: 6px;
}
.banner-item .link{
    color: #FFF; border: 1px solid #FFF;
    padding: 10px 30px;
    display: inline-block; cursor: pointer;
display: inline-block !important;
width:auto !important;
height:auto !important; margin-bottom: 15px; margin-top: 10px; border-radius: 4px;
}
.banner-item .link:hover{
    color: #2ed9bd; background: #FFF;
}
.thanku-page .banner-caption{
	 max-width: 460px; padding-left: 0; text-align:center;
	 left:50%;
   transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.thanku-page .banner-caption p{
	line-height:1.6;
}

.inner-banner-item .banner-caption{
    max-width: 100%; top: 50%; padding-left: 15px;
}
.banner-caption h2{
    color: #FFF; font-size: 56px; line-height: 1; letter-spacing: -2px; padding-bottom: 44px; position: relative; 
}
.inner-banner-item .banner-caption h2 {
    padding-bottom: 0;
}
.banner-caption h2 span{
    display: block; font-family: 'Conv_AvenirNextLTPro-Regular'; font-size: 44px;
}
.banner-caption-hhg h2:after{
    content: ""; position: absolute;
    left: 50%; bottom: 5px; margin-left: -148px;
    background: url(../img/head-bg01.png) no-repeat 0 0;
    width: 245px; height: 37px;
}
.thanku-page .banner-caption h2:after{
	display:none;
}
.inner-banner-item .banner-caption h2:after{
    display: none;
}
.banner-caption p{
    color: #fff; font-size: 14px; line-height: 1; 
}
.banner-caption p span{
    font-family: 'Conv_AvenirNextLTPro-Bold';
    color: #42e6cb;
}
.banner-item .impo-text{
    width: 100%; max-width: 490px;  font-size: 13px;  
    position: absolute; left: 86px; bottom: 40px; color: #FFF; 
}
.banner-item .impo-text span{
    font-size: 15px;   position: absolute; left: -15px; 
}
.about-widget{
    padding: 54px 0; display: inline-block; width: 100%; 
}

.inner-page-widget .content-inner{
   display: inline-block; width: 100%; position: relative; z-index: 1;
}
.about-inner-panel .about-inner, .about-inner{
   display: inline-block; width: 100%; position: relative; z-index: 1;
}
.about-widget p{
    padding: 0; margin: 0;  padding-bottom: 26px; line-height: 1.8;
}
.about-widget h3.head03 {
    padding-bottom: 34px; letter-spacing: -1px;
}
.about-easy-gst{
    float: left;
    width: 60%;
    width: calc(100% - 450px);
    padding-right: 140px;
}
.easy-gst-form{
    width: 450px;
    background: #67c9e0; color: #fff;
    padding: 32px 44px 44px 44px;
    position: absolute; right: 0; bottom: 5px;
}
.home-gst-form.easy-gst-form{
    width: 450px;
    background: #67c9e0; color: #fff;
    padding: 40px 44px 40px 44px;
    position: absolute; right: 0; bottom: 5px;
}
.inner-page-widget .easy-gst-form{
    bottom:inherit; top: -144px;
}
.about-inner-panel .easy-gst-form{
   bottom:inherit; top: -144px;
}
.inner-panel .about-easy-gst {
    padding-right: 90px;
}
.about-widget .easy-gst-form h3.head03 {
    padding-bottom:15px;
}
.easy-gst-form .caption{
    width: 100%; max-width: auto;
}
.easy-gst-form .caption p{
    padding-right: 0; font-size: 18px; line-height: 1.4;padding-bottom: 0;
}
.about-widget .easy-gst-form h4{
    font-size: 24px; line-height: 1.1; letter-spacing: 0px; padding: 0; margin: 0; color: #1b2238;
    padding: 10px 0 30px;
}
.about-widget .easy-gst-form h5{
    font-family: 'Conv_AvenirNextLTPro-Regular'; font-size: 34px; padding: 0; margin: 0; color: #1b2238;
}
p.theva {margin-bottom:15px;}
.text_field, .easy-gst-form textarea {
   width: 100%;  font-size: 19px; margin-bottom: 7px; border: none; height: 48px; padding: 5px 10px 5px 20px; color: #060808;
    border-radius: 4px;
}
.easy-gst-form .dtl-wrap {
    display: inline-block;
}
textarea {
   overflow:auto;resize:none;
}
.easy-gst-form .dtl-wrap .text_field {
     width: 49.4%;
}
.select_field{
    width: 100%; font-size: 19px; color: #797e82; margin-bottom: 7px; border: none; height: 48px; padding: 5px 10px 5px 20px;
    background: #fff; background: url(../img/expand.png) no-repeat 96% #fff;
    border-radius: 4px;
}
.form-btn{
    width: 100%; background: #1b2238; border: none; color: #FFF; font-size: 19px; height: 48px; line-height: 48px; margin-top: 12px;
   border-radius: 4px;  cursor: pointer;font-weight: bold;
}
.form-btn:hover{
    background: #2c407f; 
}



.easy-gst-form select, .easy-gst-form select.select_field {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.course-widget{
    background: #e5ebea;
    padding: 60px 0; display: inline-block; width: 100%;
}
.course-widget h3.head03{
    text-align: center; padding-bottom: 56px;
}
.course-list-panel{
    width: 45%; max-width: 620px; background: #FFF; text-align: left; margin: 0 20px 0 0; float: left;
}
.course-list-panel h3.head03 {
    font-size: 24px; line-height: 1.3;   text-align: left;  padding-bottom: 15px;color: #F02036;

}
.course-list-panel .course-name-widget{
    padding: 36px;
}
.course-list-panel .sub-head01{
    padding-bottom: 15px; display: inline-block; width: 100%; font-size: 14px; color: #a7a9ae;
}
.course-list-panel .sub-head01 .text01{
    float: left; padding-right: 20px; position: relative; line-height: 1;
}
.course-list-panel .sub-head01 .text02{
    float: left; padding-left: 20px; position: relative; line-height: 1;
}
.course-list-panel .sub-head01 .text02:after{
    content: "";
    background: #e5e5e5; width: 1px; height: 10px;
    position: absolute; left: 0; top: 5px;
}
.course-list-panel .course-list {
    display: inline-block; width: 100%; padding-top: 20px;
}
.course-list-panel .course-list li{
    display: inline-block; width: 100%; padding-bottom: 4px;
    color: #1b2238; font-size: 14px;
}
.course-list-panel .course-list li .text01{
    float: left; width:auto;
    font-weight: bold;
    font-size: 10px;
    padding-right:4px;
}
.course-list-panel .course-list li .text02{
    float: left; 
    width: 96%;
}
.view-btn-panel{
    border-top: 1px solid #e8e8eb;
    padding: 0 36px;
}
.view-btn-panel a{
    display: block; padding: 20px 0; color: #60646d;
}
.view-btn-panel a:hover{
    color: #468dfe;
}
.knowmore{
    font-size: 30px; color: #fff;
    background: #014983;
    padding: 42px 15px; text-align: center;
}
.knowmore .text01 a{
    font-family: 'Conv_AvenirNextLTPro-Bold'; color: #fff;
}
.knowmore .text01 a:hover{
    color: #60646d;
}
.knowmore .text01 i{
   font-size: 20px; 
}
footer{
    padding: 30px 0; color: #1b2238; text-align: center;
}
.about-widget .contact-panel p {
    line-height: 1.6; padding-bottom: 10px;
}
.inner-page-widget .contact-adrs{
    padding: 10px 0 30px;
}
.inner-page-widget .contact-adrs h4{
    color: #1b2238; font-size: 16px; padding-bottom: 4px;
}
.inner-page-widget .contact-adrs.centr-list h4{
    font-size: 20px;
}
.inner-page-widget .centr-list{
    display: inline-block; width: 100%;
}
.inner-page-widget .centr-list li{
    display: inline-block; width: 100%;
}
.inner-page-widget .centr-list .place{
    width: 194px; float: left;
}
.list-style01 li{
    display: inline-block; width: 100%; font-size: 16px;
    position: relative; padding: 10px 0 10px 32px;
}
ul.list-style01{
    display: inline-block; width: 100%; padding-bottom: 30px;
}
ul.list-style01 li:before, ul.list-style01 li:after{
    content: ""; position: absolute; left: 0; top: 18px;
    background: #60646d; width: 12px; height: 2px;
}
ul.list-style01 li:after{
    width: 6px; top: 22px; left: 6px;
}

ul.list-style01 li span.head04{
    display: block; font-family: 'Conv_AvenirNextLTPro-Bold'; padding-bottom: 4px;
}
.faq-panel ul.list-style01 li{
    border-bottom: 1px solid #e5e5e5; padding: 24px 0 10px 32px;
}
.faq-panel ul.list-style01 li dl{
    padding: 0; margin: 0; padding-bottom: 15px;
}
.faq-panel ul.list-style01 .impo-text {
    width: 100%; color: #a7a9ae; display: block;
    font-size: 13px; padding-bottom: 26px;
}
.faq-panel ul.list-style01 .text-link{
    width: 100%; display: block;
     padding-bottom: 26px;
}
.faq-panel .text-link a {
    display: block; font-size:14px;
    color: #60646d;
}
.faq-panel .text-link a:hover {
    color: #39d8be;
}
.faq-panel ul.list-style01 li:before, .faq-panel ul li:after{
    top: 30px;
}
.faq-panel ul.list-style01 li:after{
    top: 34px;
}
.speciality-panel .text01{
    margin-top: 40px; margin-bottom: 40px; display: block;
}
.faq-panel .text01{
    margin-top: 20px; margin-bottom: 40px; display: block;
}
.inner-page-widget .content-section01 {
    padding: 10px 0 30px;
}
.inner-page-widget .content-section01 h4 {
    color: #1b2238;
    font-size: 26px;
    padding-bottom: 10px;
}
.inner-page-widget .content-section01 h2 {
    color: #1b2238;
    font-size: 40px;
    padding-bottom: 10px;
    font-weight: 400;
}
.inner-page-widget .content-section01 h5 {
    color: #1b2238;
    font-size: 20px;
    padding-bottom: 10px;
}
.content-section01 .list01 li {
    display: inline-block;
    width: 100%;
}
.content-section01 .list01 .text01 {
    width: 172px;
    float: left;
    color: #9c9ca4;
}
.content-section01 .list01 .text02 {
    width: 100%; max-width: 172px;
}
.content-section01 .list01 .text03, ul.list-style01 li span.text03 {
    width: 80px;
    float: left;
    color: #1a2239;
}
.content-section01 .list01 .text04 {
    width: 100%; max-width: 200px;
}
.about-widget .content-section01  p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.6;
}

.logo-img-hr {
    float: left;   
}

.logo-text {
    float: left;
    font-size: 14px;
    padding-left: 5px;
    margin-top: 12px;
}
.logo-text b {
  font-family: 'Conv_AvenirNextLTPro-Bold';
   font-size: 16px;
}
.photog-wrap {
    margin-bottom: 70px;
}
.photog-wrap img {
     margin-bottom: 20px;
     width: 100%;
     max-width:625px;
}
.photog-wrap h4 {
    margin-bottom: 20px;
}


/******************RESPO***************/
@media screen and (min-width: 992px) {
    header{
        position: absolute; left: 0; top:0; right: 0;
    }
    .highlit header{
        position:fixed;  
        padding: 14px 0 12px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
        -moz-animation: menu_sticky 0.7s ease-in-out;
        -webkit-animation: menu_sticky 0.7s ease-in-out;
        animation: menu_sticky 0.7s ease-in-out;
    }
   .layout-panel{
        padding-top: 86px;
    }
    .nav-menu{
        padding-top: 10px;
    }
    .nav-menu>ul>li {
        margin: 0 20px;
    }
    .nav-menu li a{
        color: #004B8E; padding: 10px 0;
    }
    .nav-menu li a:hover, .nav-menu li a.active{
        color: #F02036;
    }
    .menu-logo{
        display: none;
    }
    .menu-icon{
        display: none;
    }
    .inner-menu {
      position: relative;
    }
    .inner-menu  ._icon{
        font-size: 8px; margin-left: 2px;
    }
    .nav-menu ul>li.inner-menu:hover .inner-menu-list,
    .nav-menu ul>li.inner-menu:focus .inner-menu-list,
    .nav-menu ul>li.inner-menu:active .inner-menu-list {
      transform: translateY(10px); z-index: 1;
      opacity: 1;  display:block;
    }
    .nav-menu ul>li.inner-menu:hover .inner-menu-list li,
    .nav-menu ul>li.inner-menu:focus .inner-menu-list li,
    .nav-menu ul>li.inner-menu:active .inner-menu-list li {
      opacity: 1; 
      transform: translateX(0);  z-index: 1;
    }
    .nav-menu ul>li>.inner-menu-list {
      padding: 8px;
      box-shadow: 0 2px 8px -2px rgba(0,0,0,0.6);
      margin: 0;
      position: absolute; z-index: -1; 
      left: 0; top: 66px;
      background: #277eff;
      width: 400px;
      display: inline-block;
      transform: translateY(-10px);
      transform-origin: top;
      transition: transform 300ms ease, opacity 150ms ease-out;
      opacity: 0; display: none;
      color: #FFF; padding-bottom: 10px;
    }
    .inner-menu-list li{
        width: 100%; padding: 0; border-bottom: 1px solid #468dfe;
    }
    .nav-menu .inner-menu-list li a{
        color: #FFF; width: 100%;
    }
    .nav-menu .inner-menu-list li a:hover{
        color:#FFF;
    }
    .inner-menu:hover .inner-menu-list{
        top: 20px;
    }
    .inner-menu-list:after {
      content: '';
      position: absolute;
      top: -3px;
      left: 30px;
      right: 0;
     
      width: 10px;
      height: 10px;
      background: #277eff;
      transform: rotate(45deg);
    }
    .inner-menu-list li {
        opacity: 0;
        transition: opacity 200ms ease-out, transform 200ms;
        padding: 6px 15px;
    }
    .inner-menu-list li a {
        color: #000;
    }
    .inner-menu-list .inner-menu-list li:nth-child(1) {
        transition-delay: 100ms;
        transform: translateX(-10px);
    }
    .inner-menu-list .inner-menu-list li:nth-child(2) {
        transition-delay: 200ms;
        transform: translateX(-10px);
    }
    .inner-menu-list .inner-menu-list li:nth-child(3) {
        transition-delay: 300ms;
        transform: translateX(-10px);
    }
    
    .about-inner, .content-inner{
        min-height: 400px;
    }
    
}
@media screen and (max-width: 991px) {
    .home-gst-form .dtl-wrap .text_field {
        width: 49%;
    }
    .easy-gst-form .dtl-wrap .text_field {
      width: 49%;
    }
    .course-list-panel .course-list li .text02 {      
        width: 90%;
    }
 
    .logo {
        max-width: 300px; margin-right: 60px;
    }
    .quick-contact{
       float: left; margin-top: 3px;
    }
    .quick-contact .contact-nbr span {
        color: #3f3f47;
        font-size: 14px;
    }
    .quick-contact .contact-nbr {
       color: #3f3f47;
    }
    /*.contact-nbr-top {
        position: absolute;
        width: 190px;
        right: 0;
        background: #fff;
        color: #4e4e4e;
        padding: 10px;
        margin: 0;
        top: 20px;
        z-index: 1000;
        -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .1);
        opacity: 0; visibility: hidden;
    }
    .contact-nbr-top.show{
        opacity: 1; visibility:visible; top: 50px;
    }*/
    .header-area .menu-icon {
        display: block;
        margin: 0;
        margin-top: 8px;
        color: #60646d;
        vertical-align: middle;
        float: right;
        font-size: 28px;
        display: inline-block; position: absolute;
        top: 21px; right: 15px;
    }
    .menu-icon .menu{
       font-size: 18px;   color: #60646d; float: left; padding-right: 5px; 
    }
    .menu-icon:hover {
        color: #468dfe;
    }
    .menu-icon:hover .menu, .menu-icon:hover .icon-menu{
        color: #468dfe;
    }
    .menu-icon .icon-menu{
        float: left;
    }
    body.menu-opend .menu-overlay {
        opacity: 1;
        visibility: visible;
    }
    .menu-overlay {
        background: rgba(0, 0, 0, .8);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
        opacity: 0;
        visibility: hidden;
        transition: .4s all ease;
    }

    .menu-logo {
        text-align: center;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #85b3fa;
        padding: 22px 15px 20px;
        margin-bottom: 5px;
        background: #60646d;
    }
    .menu-logo img {
        max-width: 100%;
    }
    body.menu-opend .nav-menu {
        left: 0;
    }
    .nav-menu {
        position: fixed;
        left: -251px;
        margin: 0;
        top: 0;
        width: 250px;
        height: 100%;
        background: #60646d;
        border-right: 1px solid #bbbfc9;
        z-index: 999;
        transition: .3s all ease;
        overflow: auto;
        overflow-y: scroll;
    }
    .nav-menu ul{
        display: block;
        width: 100%; padding: 0; margin: 0;
    }
    .nav-menu ul > li {
        display: block;
    }
    .nav-menu > ul > li > a {
        margin: 0; padding: 10px;
        line-height: 22px;
        display: block;
        font-weight: 400;
        color: #FFF;
        font-size: 16px;
        border-bottom: 1px solid #bbbfc9;
        background: transparent;
        transition: .4s all ease;
    }
    .nav-menu > ul > li > .btn {
        background: #7d3356;
        color: #fff !important;
        font-size: 15px;
        font-weight: 400;
        padding: 7px 24px;
        display: inline-block; margin: 8px 12px 8px;
    }
    .menu-overlay {
        background: rgba(0, 0, 0, .8);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
        opacity: 0;
        visibility: hidden;
        transition: .4s all ease;
    }
     body.menu-opend .menu-overlay {
     opacity: 1;
     visibility: visible;
    }
    .nav-menu .inner-menu-list{
        padding-bottom: 20px; padding-left: 20px; padding-right: 20px; margin-top: 0;
        border-bottom: 1px solid #bbbfc9;
        
    }
    /*.nav-menu .inner-menu-list li.inner-menu>a{
        border-bottom:0;
    }
    .nav-menu > ul > li.inner-menu > a{
        border-bottom:0;
    }*/
    .nav-menu .inner-menu-list li{
        border-bottom: 1px solid #bbbfc9; position: relative;
    }
    .nav-menu .inner-menu-list li:after{
        content: ""; 
        width: 6px; height: 6px; border-radius: 4px;
        position: absolute; bottom: -3px; left:0px;
    }
    .nav-menu .inner-menu-list li a{
        padding: 6px 8px 6px 0; display: block; color: #FFF;
    }
    .inner-menu  ._icon{
        font-size: 8px; margin-left: 2px; 
    }
    .banner-item .container {
        height: 520px;
    }
    .banner-caption {
        padding: 0 15px;
    }
    .banner-caption h2 {
        font-size: 50px;
        letter-spacing: -1px
    }
    .banner-caption h2 span {
        font-size: 40px;
    }
    .banner-caption h2:after {
        margin-left: -195px;
    }
    .banner-item .impo-text {
        left: 30px;
    }
    .about-easy-gst {
        width: 100%; padding-right: 0;
    }
    .easy-gst-form {
        width: 450px;
        background: #67c9e0;
        color: #fff;
        padding: 40px 44px 40px 44px;
        position: relative;
        right: inherit;
        bottom: inherit;
        float: left;
    }
    .inner-page-widget .easy-gst-form {
        bottom: inherit;
        top: inherit;
    }
    h3.head03 {
        font-size: 26px;
    }
    h3.head03 span {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .photog-wrap {
        margin-bottom: 20px;
    }
    .logo {
        max-width: 280px;  margin-right: 60px;
    }
    .quick-contact {
        margin-top: 6px;
    }
    .banner-caption {
        width: 100%;
        max-width: 100%;
    }
    .banner-caption h2 {
        font-size: 36px; padding-bottom: 30px;
    }
    .banner-caption h2 span {
        font-size: 30px;
    }
    .banner-caption h2:after {
        display: none;
    }
    .course-list-panel .course-name-widget {
        padding: 26px;
    }
    .course-list-panel h3.head03 {
        font-size: 22px;
    }
    .knowmore{
        font-size: 26px;
        padding: 32px 15px;
    }
    .inner-page-widget .content-section01 h4 {
        font-size: 20px;
    }
    footer{
        padding: 10px 0 30px; 
    }
    .ftr-bottom-widget{
        font-size: 14px;
    }
    .home-gst-form.easy-gst-form {
        position: relative;
        right: inherit;
        bottom: inherit;
    }
    .about-inner-panel .easy-gst-form {
        bottom: inherit; 
        top: inherit;  width: 100%; 
    }
    .home-gst-form.easy-gst-form{
        width: 100%; 
    }
     .course-list-panel{
        width: 100%; 
          margin: 0 0 20px 0;
    }
    .banner-item .impo-text {
        bottom: 10px;
    }

}
@media screen and (max-width: 680px) {
    .doctors-wrap {
      display:block;
    }
    .doctors-wrap ul {text-align: left;}
    .dr-text {text-align: center; }
    .doctors-wrap td, .doctors-wrap th {
      padding: 7px;font-size: 12px;
    }
    .doctors-wrap table tbody td {   
      font-size: 10px;
    }
    .dr-imag {
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .logo {
       max-width: 270px;  margin-right: 30px;
    }
     .course-list-panel{
            width: 100%; 
          margin: 0 0 20px 0;
    }

}
@media screen and (max-width: 620px) {
    .logo {
        max-width: 280px;  padding-bottom: 10px;
    } 
    .logo {
        max-width: 300px; 
    }
    .quick-contact .contact-nbr {
        font-size: 14px;
    }
    .quick-contact {
        width: 100%;
        max-width: 300px;
        float: left;

    }
    .header-area .menu-icon {
        top: 70px;
    }
    .easy-gst-form {
        padding: 30px 34px 30px 34px;
    }
    .course-list-panel .sub-head01 .text02 {
        width: 100%;
        padding-left: 0;
    }
    .content-section01 .list01 .text03 {
        width: 100%; display: block; font-weight: 600;
    }
    .content-section01 .list01 .text04 {
        width: 100%; display: block;
        max-width: 100%; padding-bottom: 6px;  padding-left: 15px;
    }
    .course-list-panel{
    width: 100%; 
         margin: 0 0 20px 0;
}
}
@media screen and (max-width: 480px) {
    .banner-item .container {
        height: 347px;
    }
    .easy-gst-form {
        padding: 30px 24px 30px 24px;
    }
    .easy-gst-form {
        width: 100%;
    }
    .easy-gst-form h3.head03 {
     font-size: 40px;
    }
    .about-widget .easy-gst-form h5 {
        font-size: 26px;
    }
    .banner-item .impo-text {
        max-width: 280px;
    }
     .course-list-panel{
    width: 100%; 
        margin: 0 0 20px 0;
    }
    .about-inner-panel .easy-gst-form {
        padding: 30px 20px 30px 20px;
    }
    .home-gst-form.easy-gst-form {
        padding: 30px 20px 30px 20px;
    }
    
}
@media screen and (max-width: 360px) {
    .banner-item .container {
        height: 560px;
    }
    .banner-caption h2 {
        font-size: 32px;
        padding-bottom: 26px;
    }
    .banner-caption h2 span {
        font-size: 28px;
    }
    .banner-item .list01 li {
        font-size: 15px;
        line-height: 1.4;
    }
    .banner-item .link {
        padding: 8px 30px;
        margin-bottom: 20px;
        margin-top: 13px;
    }
     .course-list-panel{
    width: 100%; 
        margin: 0 0 20px 0;
}
}
