/* New Heading css */
.citius-tab-left-inner a p{
font-weight: 400;
font-size: 18px;
    margin: 0;
    padding: 15px 0;
	color: #000;
    font-family: Bai Jamjuree, sans-serif;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
.citius-tab-left-inner.active-tab a p {
    font-weight: 600
}
.citius-tab-rig-heading h3{
color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
	font-family: Bai Jamjuree, sans-serif;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
/* New Heading css ends*/

.citius-tab-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid var(--Neutral-Pearl, #EDE9F2);
    border-radius: 20px;    
    background-color: #EDE9F2;
}
.ciyius-tab-right-outer-tab-image img {
    width: 100%;
    object-fit: cover;
}
.citius-tab-rig-desc p {
    font-size: 18px;
    color: #000;
}

.citius-tab-left {
    flex: 0 37%;
    padding: 50px 0px 50px 0px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ciyius-tab-right {
    flex: 0 63%;
    align-self: center;
    /* background-color: #EDE9F2; */
}
.citius-tab-rig-desc li {
    position: relative;
  color: #000000;
}

.citius-tab-rig-desc li:before {
    content: "";
    position: absolute;
    background-color: #70f3ff;
    width: 0px;
    height: 5px;
    padding: 4px;
    left: -16px;
    top: 8px;
}
.citius-tab-left-inner a h6 {
    font-size: 18px;
    margin: 0;
    padding: 15px 0
}

.citius-tab-left-inner a {
    text-decoration: none
}

.citius-tab-left-inner.active-tab a h6 {
    font-weight: 600
}
.ciyius-tab-right-outer-tab-image img {
    display: block;
    height: 300px !important;
    object-fit: cover;
}
.citius-tab-left-inner:last-child {
    /* border-bottom:none; */
}
{#.ciyius-tab-right-outer-tab-image img {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 310px !important;
    object-fit: cover;
    object-position: center;
} #}
.ciyius-tab-right-inner {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
/*     min-height: 550px; */
    overflow: hidden;
/*     padding: 50px; */
    position: relative;
    box-shadow: 0px 20px 40px 0px #8982914D;
    max-width: 620px;
    margin:40px auto;
}

.ciyius-tab-right-outer-tab {
    /* align-items:center; */
    /* display:flex; */
    /* height:100%; */
/*     position: absolute; */
/*     bottom: 0px; */
/*     width: 100%; */
    padding: 30px;
/*     left: 0px; */
/*     right: 0px; */
    background-color: #fff;
}

.citius-tab-wrapper {
    overflow: hidden
}

.citius-tab-rig-heading h2 {
    color: #000;
}

.citius-tab-left-inner a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.citius-tab-left-inner {
  border-bottom: 1px solid var(--Neutral-Pearl, #EDE9F2);
    transition: .4s ease;
    padding-left: 30px;
}

.citius-tab-left-inner a:hover svg path {
    //stroke: #000
}

.citius-tab-left-inner:hover {
    padding: 0 15px;
    transition: .4s ease;
      background: var(--Neutral-Pearl, #EDE9F2);
    border-left: 4px solid #70F2FF;
}
.citius-tab-left-inner.active-tab a span svg {
    display: block;
    transition: all 1s;
}
.citius-tab-left-inner:nth-child(1) {
    border-top: 1px solid var(--Neutral-Pearl, #ede9f2);
}
.citius-tab-left-inner.active-tab{
 padding: 0 15px;
    transition: .4s ease;
      background: var(--Neutral-Pearl, #EDE9F2);
    border-left: 4px solid #70F2FF; 
}
.citius-tab-wrapper {
    padding-top: 30px
}

.citius-tab-left-inner:hover a svg {
    //stroke: #fff
}

.hide-desk {
    display: none
}
.citius-tab-left-inner a span svg {
    display: none;
}

.citius-tab-left-inner:hover a span svg {
    display: block;
    transition: 1s all;
}



@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation:portrait) {
    .citius-tab-rig-heading h2 {
        font-size:32px
    }
}
@media(max-width:1080px){
  .ciyius-tab-right-inner {
    margin: 0 30px;
  }
}
@media(max-width: 767px) {
    .citius-tab-left-inner.active-tab {
        border-color:transparent
    }
  .ciyius-tab-right-outer-tab {
    padding: 15px;
}
.citius-tab-left-inner {
    padding: 0 15px;
}
    .ciyius-tab-right-inner {
        height: auto;
/*         padding: 30px!important */
    }

    .ciyius-tab-right {
        flex: 0 100%
    }

    .citius-tab-left {
        display: none;
        flex: 0 0 100%
    }

    .ciyius-tab-right-inner {
        margin-bottom: 40px;
        min-height:auto;
        margin: 0;
    }

    .setion-with-heading-content h6 {
        line-height: 25px
    }

    .hide-desk {
        display: block
    }
}
