
@media only screen and (min-device-width : 1370px) and (max-device-width : 1600px){
    
}
@media only screen and (min-device-width : 668px) and (max-device-width : 1366px){
    
    
}


.header__logo {
    width: 255px!important;
    margin-top: -16px;
}
.about-2__main-img {
    margin-top: 33px;
}
.col-xl-6.col-lg-6.col-md-6.col-sm-6.pr10.menusf {

    padding-left: 80px;
}
.service-2__item {
  
    height: 240px;
  
}
.slick-track {
    margin-top: 110px;
}
.blog-2__content-box {
    height: 298px;
   
}
.black-bg {
        line-height: 23px;
background: #262626;
}

.whthd {
    color: #fff;
    font-size: 11px;
    padding: 0px 4px;
}
.wht{
     color: #fff;
      padding: 0px 0px;
}

.about-2__img-text {

    background: #6e44b2;
}
.about-2__section-box p {
    line-height: 26px;
    padding-bottom: 0px;
}
.section-title-2 {
    font-weight: 600;
    font-size: 33px;
    line-height: 42px;
}
.gradient-btn {
      color: #ffffff;
    background-image: var(--it-theme-2);
    height: 41px;
    line-height: 40px;
    background: #560f6d!important;
  
}
.service-2__title-sm {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 7px;
    transition: .5s;
    position: relative;
    display: inline-block;
    color: #560f6d;
}
.gradient-section-subtitle {
   
    color: #6e44b2;
}
.abouthd {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}
.slider-active .slick-dots li.slick-active button {
    background-color: #560e6d;
}
.feature__item-box::after {
    content: "";
    top: -7%;
    right: -15%;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-image: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.cta-2__bg::after {
   
    background-color: #1b1a1abd;
    opacity: .878;
}
.feature__item-box:hover{
       transition: all .5s ease-out 0s;
    box-shadow: 0 0 10px 0 #21252961;
}
.feature__title-sm:hover {
    color: #560e6d;
}
.gradient-btn {
    
    border-radius: 6px;}
.feature__item-box::before {
    content: "";
    top: -7%;
display: none}
.justifyp{
        text-align: justify;
}
.choose__item {
   
    margin-left: 57px;
 
}
.choose__item {
    width: 90%;
}
div#header-sticky{
    box-shadow: 0px 8px 9px #6363635e;
    z-index: 999;
    width: 100%;
    background: #fff;
    position: absolute;
}
.choose__item {
  
    padding-bottom: 15px;}
.service-2__item-box::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2%;
    position: absolute;
  background: -webkit-linear-gradient(15deg,rgb(86 15 109) 0%,rgb(86 15 109) 100%);
    background: -webkit-linear-gradient(15deg,rgb(86 15 109) 0%,rgb(86 15 109) 100%);}
    .service-2__item-wrapper {
 
    background: #fff;
}
.section-title-2 {

    color: #560e6d;
}
.blog-2__title-sm {
    font-weight: 500;
    font-size: 22px;
 
    line-height: 25px;
    transition: .3s;
    color: #560f6d;}

    .service-2__icon {
  
    background: #560f6d;
}
.service-2__icon::after {
  
    background: #560f6d;
}
.heightsp{
    height:250px ;

}
.testimonial-2__item{
    border-radius:0px 0px 0px 0px;
}
.header__main-menu nav ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 266px;
    background-color: #636363;
    text-align: left;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 2;
}
.footer-2__social-box-2 span {
    display: block;
    font-size: 15px;

}
.header__main-menu nav ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 16px;
    position: relative;
    z-index: 3;
}
nav#mobile-menu {
    margin-left: 36px;
}
.mr10{
    margin-right: 10px;
}
.lids{
    
    color: #fff; 
        line-height: 26px;
 font-size:15px;
    list-style: none;

}
.mt10{
    margin-top: 10px;
}
.mt60{
        margin: 0px 0px 60px;
}

.ftloc{
    background: grey;padding-bottom: 0px;
}
p.text-center.ftloc {
    padding-bottom: 0px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.marquee {
  overflow: hidden; 
}

.marquee-content {
  display: flex;
  animation: scrolling 20s linear infinite;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
/*   flex: 0 0 20vw; */
/*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100%;
/*   padding: 0 20px; */
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}

.blog-2__item-box::after {
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(15deg,rgb(238,92,1) 0%,rgb(254,188,1) 100%);
    /* background-image: -webkit-linear-gradient(15deg,rgba(238,94,10,0.671) 0%,rgb(254,188,1) 100%); */
    background: #808080c2;}
    .gradient-slider-dots-2 .swiper-pagination-bullet-active {
  
    background: #808080c2;
}
.contact-form__left-item-2 .contact-form__wrapper-box {
  
    background: #808080c2;
}
.choose__icon span {

    background: #6d43b1;
}
.pb-70 {
    padding-bottom: 70px;
}
.choose__item::after {
           background: #560f6db8;}

    .gradient-btn.white-bg span {
    color: var(--it-common-black);
    color: #fff;
}
.testimonial-2__icon span {
    background: #df1b7d;
}

.testimonial-2__item::after{
background: #560F6D;
}
.pl10{
      padding-left: 0px;
    line-height: 20px;
    text-align: left;
   
}
.progress-2__item:hover .progress-2__shape-1 {
    opacity: 1;
    visibility: visible;
    display: none;
}
.progress-2__item:hover .progress-2__shape-2 {
    opacity: 1;
    visibility: visible;
    display: none;
}
.testimonial-2__author-name:hover {
    background: linear-gradient(15deg,rgb(85 15 108) 0%,rgb(106 45 126) 100%);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.blog-2__item-box::after {
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(15deg,rgb(238,92,1) 0%,rgb(254,188,1) 100%);
    /* background-image: -webkit-linear-gradient(15deg,rgba(238,94,10,0.671) 0%,rgb(254,188,1) 100%); */
 background: #560f6dd9;
}
.blog-2__item-box:hover .blog-2__title-sm::after {
    width: 100%;
    opacity: 1;
    visibility: hidden;
}
.feature__item-box {
      background-color: transparent;
    border-radius: 5px;
    position: relative;
    z-index: auto;
    overflow: hidden;
}

.testimonial-2__star i {
    font-size: 20px;
    padding: 0 2px;
 
-webkit-text-fill-color: #6f7172;}

.scroll-top {

    background: #df1b7d;}

    .goog-te-banner-frame.skiptranslate,
.goog-te-gadget img{
      display: none;
  }
.skiptranslate{
    display:none;
}  
.header__main-menu.main-menu-2 nav ul li:hover a {
    color: #560f6d;
    font-weight: 500;
}
 .content_class {
  display: none;
}
.dropdown-menu.show {
    display: block;
}
body {
    line-height: 25px;
    top: 0px!important;
}
.col-xl-4.col-lg-4.col-md-4.col-sm-4.pr10 {
    padding-left: 73px;
}
.header__main-menu.main-menu-2 nav ul li .submenu li a {
    color: #828282;
}
.header__main-menu.main-menu-2 nav ul li .submenu li a:hover {
     color: #560f6d;
    font-weight: 400;
}
div#google_translate_element{background:transparent!important}
.goog-te-gadget-simple{background:transparent!important;border:none!important}
.goog-te-gadget-simple .goog-te-menu-value span{border:none!important;font-size:13px;font-family:"Noto Sans",sans-serif}
.goog-te-gadget-simple .goog-te-menu-value img,.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){display:none!important;margin:0}
.goog-te-gadget{border:none!important}

a {
    color: #6c757d;
    text-decoration: none!important;
}
.wht{
    color: #fff;
}
.header__main-menu nav ul li .submenu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 266px;
    background-color: #ffffff;
    text-align: left;}

    .greyhd{
        color: grey;
    }
    .submenu{
           color: grey!important
    }
   

.it-breadcrumb__left-content {
    position: relative;
    z-index: 2;
    padding-top: 77px;
    padding-bottom: 99px;
}
.it-breadcrumb__left-content span b {
    font-weight: 40;
       color: #353535;
}
.pt55{
    padding: 55px;
}
.width100{
    width: 100%;
}

.pt55{
        padding: 55px;
}
.it-custom-accordio-3 .accordion-buttons:not(.collapsed) {
    background-color: #808080;
    color: var(--it-common-white);
}
.it-custom-accordio-3 .accordion-buttons span {
    margin-right: 15px;
    height: 30px;
    width: 30px;
    background-color: #58126f;}
    .it-custom-accordio-3 .accordion-buttons:not(.collapsed) span i {
    color: #560f6d;
}
.team__circle::after {
    content: "";
    border: 3px solid #6f7172;}
    .team__circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #6f7172;}
    .main-btn {
    display: inline-block;
    background-color: #6f7172;
    color: var(--it-common-white);
    height: 47px;
    line-height: 44px;
    border-radius: 30px;}
  .dochd {
    padding: 17px 17px;
    background-color: #f5f7fa;
    margin: 18px 0px;
}
.blog__img-text {
    margin: 23px;
    padding: 7px 34px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6e1171;
    transition: .3s;
}
.blkcol{
    color: #000;
}
.team-slider-dots .swiper-pagination-bullet-active {
    background-color: #272727;
    transform: scale(1.2);
}

.it-custom-accordio-3 .accordion-buttons::after {
   
    background-color: #58126f;}

    .postbox__details-title-box span.theme-bg {
    font-weight: 500;
    color: var(--it-common-white);
    background-color: #560f6d;}
    .sidebar__widget-title::after {
    content: "";
    bottom: -11px;
    left: 0;
    background-color: #530e69;}
    .scrollhide{
            height: 319px;
    overflow-x: hidden;
    padding: 0px 42px 0px 0px;
    }
    html {
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.contact__icon span {
    font-size: 75px;
    color: #7c1372;
    transition: .3s;
    transition: .3s;
}
.contact__item::after {
    background-color: #560f6d;
}
.contact-form__bg::after {
  
    background-color: #fff;
    opacity: .941;
    height: 100%;
    width: 100%;
}
.contact-form__wrapper-bg {
    
    padding: 0px 30px 45px;
  
}
.contact-form__space {
    padding-top: 48px;
    padding-bottom: 151px;
}
.section-title span {
    color: #ffffff;
}
.contact-form__content-list ul li i {
    color: #ffffff;
    margin-right: 12px;
}

.about-us__img-content {
    background-color: #6e44b2;
    position: absolute;
    right: -16%;
    top: 50%;
    padding: 17px 48px;
    border-radius: 30px;
    border: 6px solid var(--it-common-white);
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    transform: translateY(-50%) rotate(-90deg);
}
.about__text p {
    padding-right: 0px;
}
.counter__icon span {
    background-color: #636363;}
    .counter__item::after {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #6f7172;}
    .product-additional-tab .nav-tabs .nav-item .nav-links:hover, .product-additional-tab .nav-tabs .nav-item .nav-links.active {
      background-color: #560f6d;
    color: var(--it-common-white);
}
.team-5__item:hover {
    background-color: #560f6d;
}
.service-5__item-color .service-5__thumb::after {
    height: 100%;
    background-color: #6f7172bd;
}
.service-5__item-color .service-5__content span {
    color: #272727;
}
/*.service-5__item-color .service-5__title-sm:hover {
    color: #6f7172;
}
.service-2__item.text-center:hover {
    background: #560F6D;
}*/
.service-2__item-wrapper:hover {
    box-shadow: 0 0 20px 0 #21252961;
    background: #560f6d;
}
.ptb45{
    padding: 45px;
}
.ml18{
    margin-left: 18px;
}
.service__icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #6f7172;}
    .service__icon::after {
    content: "";
   
    background-color: #6f7172;}

    .service__item-wrapper:hover .service__icon span {
    background-color: #6f7172;
}
.solution__bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, #6f7172 0%, #6f7172 100%);
    z-index: -1;
    border-radius: 10px;
}

 
.acc-container {
    padding: 4rem 4rem;
}
.acc-btn {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 20px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.acc-btn:after {
    content: "+";
    color: #601d75;
    float: right;
    transition: all 0.3s linear;
}
.acc-btn.is-open:after {
    transform: rotate(90deg);
}
.acc-btn:hover, .acc-btn.is-open {
    color: #560f6d;
    /* font-weight: bold; */
    font-weight: 500;
}
.section-title {
    font-size: 35px;
}
.feature__content p {
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 20px;
}
.choose__info p {
    line-height: 26px;
}
.gradient-btn {
  
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;}
.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 1.5rem;
    margin: 0 2rem;
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.pt2{
        padding-top: 1px;
}

    
    .menuul{
             margin-bottom: 0px;
    }
    .service-2__item {
    padding: 70px 30px;}
    .cta-2__item {
    padding-left: 0px;
}
.slider__overly::after {
   
    background-color: transparent;
}
.bkgreysp{
        background: #EEE7F0;
            padding-top: 65px;
}
.service-2__item-wrapper {
 box-shadow: 0 0 20px 0 #21252961;
}

.service-2__icon span {
    transition: .3s;
    border: transparent;}
    

.service-2__icon span img {
    padding-bottom: 15px;
    width: 37px;
}
.feature__item-box {
   
    border: 1px solid #80808063;
}
.contact-form__left-item-2 .contact-form__wrapper-box {
    background: #fff;
  box-shadow: 0 0 22px 0 #21252947;
}
.contact-form__wrapper-box form input {
   
    padding: 0 32px;
    border: 1px solid #8080804a;
    font-size: 15px;
}
.choose__item {
    background-color: #EEE7F0;}
    
    .contact-form__wrapper-bg {
  
    margin-top: 5px;
}
.feature__title-sm {
   
    padding-bottom: 3px;
   
}
.feature__item {
    padding: 20px 11px;
    padding-bottom: 0;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 5px;
    background-color: var(--it-common-white);
    color: #666;
    border: 1px solid #80808038;
    background-color: #cecece42;
}
.bookicon{
        width: 120px;
}
.choose__icon {
    margin-top: 12px;
}

.contact-form__wrapper-box form input {
    padding: 0 32px;
    border: 1px solid #8080804a;
    background-color: #cecece42;
    font-size: 15px;
}
.choose__item {
    background-color: var(--it-common-white);
    border-radius: 20px;
     padding: 27px 37px 13px;}
  .contact-form__title-sm {
    color: #560f6d;
}
.contact-form__form-text i {
    color: #222222;
}
.about-2__left-item.p-relative {
    margin-left: 8px;
    margin-top: -39px;
        margin-right: -65px;
}
h4.team-5__title-sm {
    color: #560f6d;
}

.solution__bg::after {
   
    background-color: #eee7f0;
    
}
h4.docname {
    color: #560f6d;
}
.grey-bg {
    background: #eee7f0;
}
.team__wrapper:hover .team__item::after {
    background-color: #560f6d;
}
.team__img-icon a::after {
 
    background-color: #560f6d;
    z-index: -1;
}.team__img-text h4:hover {
    color: #560f6d;
}
h4.doctorname1{
        color: #560f6d;
        font-weight:800;
}
.doctorname{
        color: #560f6d;
}
.fa-user-headset:before {
    content: "\f82d";
    color: #560f6d;
}
.service__item::before {
   
    background-color: #560f6d;}

.it-doctor-details__content-list ul li i {
  
    color: #560f6d;
    font-size: 16px;
}
.contact-form__appointment {
    padding-bottom: 0px;
}
.main-btn.blue-bg {
    background-color: #560f6d;
    transition: .3s;
}
 .it-service-details__right-side.scrollhide1 {
    height: 484px;
    overflow-x: hidden;
    padding: 0px 42px 0px 35px;
}
.contact-form__content-list ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    list-style-type: none;
    padding-bottom: 10px;
}
.arro{
    width: 7px;
    margin-right: 10px;
    opacity: 0.5;
}
h4{
    font-weight:600;
}
.copyright-2__text span {
    color: var(--it-common-white);
    font-size: 11px;
      color:#949494f5;
}
.footer-2__title-sm {
    font-weight: 600;
    font-size: 22px;
       margin-top: 10px;
}

.footer-2__social-box-2 span {
 
    font-weight: 300;
   
}
.whtg{
    color:#949494f5;
}

span.icon.whtg {
    color: #949494f5;
}






.parascroll {
    height: 443px;
    overflow-y: scroll;
    text-align: justify;
    padding-right: 20px;
}
ul {
    margin-left: 20px;

}
.postbox__details-title-box span {
    margin-bottom: 2px;
        /*padding: 3px 0px 0px 0px;*/
}
.postbox__details-title {
    font-size: 40px;
}

.metafot{
        color: #272727;
    font-weight: 300;
    padding-right: 20px;
    font-size: 12px;
    line-height: 21px;
}
 .mobshow{
        display:none;
    }
    .deskshow{
        display:block;
    }
    .choose__icon {
    margin-top: -10px;
}


.bannermargn {
    margin-top: 117px;
}



@media only screen and (max-width: 480px) and (min-width: 320px) {
    .pt-100 {
    padding-top: 54px;
}
      .it-breadcrumb__left-content {
    position: relative;
    z-index: 2;
    padding-top: 105px;
    padding-bottom: 54px;
}
    .mobshow{
        display:block;
    }
    .choose__icon {
    margin-top: 0px;
}
    .deskshow{
        display:none;
    }
    .foticon{
        width:33%;
    }
    .pl10 {
     /* padding-left: 0px; */
    line-height: 17px;
    text-align: left;
    text-align: center;
    font-size: 14px;
    padding-left: 17px;
    margin-top: 4px;
}

.about-2__content {
    margin-bottom: 0px!important;
    width: 33%!important;
}
.gradient-btn {
    font-size: 10px!important;
    width:90%!important;
}
.gradient-btn {
    padding: 0px 13px!important;
}
.homebckimg {
    height: 1150px!important;
    margin-bottom: -100%!important;

}
.choose__item {
    margin-left: 0!important;
    height: 172px!important;
    width:100%!important;
    margin-top: 8%;

}
.minus15 {
   
    margin-left: 39%!important;
}
.choose__title-sm {
    margin-top: -42%!important;
    margin-left: 39%!important;
}
.bookicon {
    width: 95px!important;
}
.testimonaltop {
    padding-top: 0px!important;
}
.lids {
    margin-left: 0px!important;
}
.header__logo {
    width: 193px!important;
}
.header__logo {
    padding: 7px 0!important;
}
.itoffcanvas__close-btn button {
    top: 12px!important;
}
.itoffcanvas__social .social-icon a {
    height: 25px!important;
    width: 25px!important;
    line-height: 25px!important;
}
.itoffcanvas__social .social-icon a {
    font-size: 14px!important;
   
}
.itoffcanvas__info-icon a {
    background-color: #560f6!important;
}
.itoffcanvas__social {
     margin-top: 0px!important;
}
.choose__info p {
    line-height: 20px!important;
}
.choose__item {
    padding: 42px 16px 13px!important;
}
.section-title-2 {
    font-size: 34px!important;
    line-height: 42px!important;
}
.col-xs-6.col-md-6.mt10 {
    width: 50%;
}
.about-2__section-box p {
    padding-right: 16px!important;
}
.facilities {
    height:auto!important;
}
.bullets {
    padding-left: 30px;

}
button.btn.btn-primary {
    right: 12%!important;
}
.pt55 {
    padding: 0px!important;
}
.it-service-details__right-side.scrollhide1 {
    padding: 0px 42px 0px 0px!important;
}
.speclityimg {
    padding-top: 16%;

}
.proceduretop {
    padding-top: 16%;
}
.contact-form__bg {
     height: auto;
}
.stkyicon {
    width: 28px!important;
}
   .bannermargn {
    margin-top: 0px!important;
} 
}