/* Guide Page Custom CSS Options
--------------------------------------------- */

a, a.link {
    color: #009de2;
}
a:hover, a.link:hover {
    color: #009de2;
}
.fa.bullet {
    font-size: 10px;
}

span.box-details.noLink::before {
    background: #212529;
    left: 4px;
    width: 10px;
}


.bordered_box {
    border-left: 4px solid #00a1ee;
}
.bordered_box .bordered_box_content {
    background: #f1f1f1;
    padding: 15px;
    border: 5px solid #fff;
}

.blueTitle {
	color: #00a0e3;
}
.blog-main-box.blog-main-box-two .blog-inner-icon {
    color: #212529;
}
.blog-main-box .title_001 {
    font-style: italic;
    font-weight: normal;
    color: #716e6e;
    line-height: 1;
    padding-top: 0;
}
.blog-banner{
    padding-top: 60px;
    padding-bottom: 60px;
    height: 650px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto {
    background: #00a0e3;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid transparent;
    padding: 0.7rem 0.65rem;
    border-radius: 0.25rem;
    margin-top: 0px !important;
    position: relative;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto u {
	text-decoration: none;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products::before {
    /*background: white;*/
    position: absolute;
    width: 88%;
    content: '';
    height: 1px;
    bottom: 7px;
    left: 6%;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products:after {
    display: block;
    content: '';
    border-bottom: solid 1px #00A0E3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.inner-right span+button.whiteButton.price-btn.mt-4.d-block.mx-auto:hover {
	background: white;
    border: 1px solid #707070;
    color: #17a2b8;
}
.blog-banner h2 {
    font-size: 85px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}
.blog-banner h2 span{ color: #00A0E3;}
.blog-banner p{
    color: #fff;
    font-size: 28px;
    max-width: 800px;
    margin: 0 auto;
}
.guide-btn {
    padding: 8px 40px;
    border-radius: 0;
    background: #fff;
    color: #00A0E3;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 26px;
}
a.btn.guide-btn:hover {
    background: #fff;
}
section.blog{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.blog-btn {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
}

.blog-btn span{
    border: 2px solid #272727;
    padding: 6px 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #00A0E3;
    font-weight: 600;
}

.blog-btn .form-select{
    border: 2px solid #272727;
    border-radius: 0;
    padding: 6px 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #00A0E3;
    font-weight: 600;
    width: 18%;
}
.blog-box{
    /* padding-top: 30px; */
    padding-bottom: 30px;
    margin: 0 30px;
    position: relative;
    height: calc(100% - 30px);
    background-color: #f7f7f7;
}
.blog-box-inner{
    padding: 10px 25px 30px;
}
.blog-box-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0;
    color: #3f3f3f;
}
.blog-box-line .catagory{
    color: #00A0E3;
}
.blog-box-line strong{
    font-weight: bolder;
    color: #000000;
}
.blog-box .blog-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 62px;
}   
.blog-box img.img-fluid {
    aspect-ratio: 15/8;
    object-fit: cover;
}
.blog-box .blog-heading:hover {
    color: #00A0E3;
}
.blog-box p {
    color: #595959;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.read-btn {
    padding: 5px 20px;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    color: #00A0E3;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    background: #fff;
}
.read-btn:hover{
    border: 1px solid #00A0E3;
    color: #fff;
    background: #00A0E3;
}
.view-btn {
    padding: 8px 35px;
    border-radius: 24px;
    border: 1px solid #aaaaaa;
    color: #00A0E3;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 35px;
}
.view-btn i {
    color: #000;
    font-size: 14px;
    margin-left: 7px;
}
.view-btn:hover{
    border: 1px solid #00A0E3;
    color: #fff;
    background: #00A0E3;
}

.guide-btn:hover{
    background: #fff;
    color: #00A0E3;
}
.blog-bottom{
    background-color: #000;
}
.blog-bottom-box{
    padding: 40px;
}
.blog-bottom-box{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.blog-bottom-box p{
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 34px 0;
}
.blog-line span{
    font-size: 28px;
    color: #fff;
    padding-right: 5px;
}
.blog-line span.active{ color: #00A0E3;}




.blog-main{
    padding-top: 100px !important;
    padding-bottom: 90px !important;
}
.blog-main-box{
    padding-bottom: 55px;
}
.blog-main-box .blog-heading {
    line-height: 1.1;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 2.25rem;
    font-weight: 700;
    color: #424143;
}
.blog-main-box .time{
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}
.blog-main-box .time::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    width: 100px;
}
.blog-main-box img.img-fluid {
    /* aspect-ratio: 12/7; */
    object-fit: cover;
    margin-bottom: 30px;
}
.blog-main-box p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.related{
    display: flex;
    margin-top: 8px;
    margin-bottom: 14px;
}
.related h6{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #00A0E3;
}

.chapter {
    display: flex;
    flex-flow: column;
    position: fixed;
    /* left: 67%; */
    top: calc(60px + 3rem);
    height: 70vh;
    width: 28%;
    max-width: 337px;
}
.chapter h6 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #000;
    position: relative;
    text-align: center;
    padding-right: 70px;
    margin-bottom: 0.3rem;
}
/* .chapter h6::before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 140px;
    height: 2px;
    background: #00A0E3;
} */



.related-box {
    padding: 20px 0;
}

.related-box img.img-fluid {
    aspect-ratio: 11/5;
    object-fit: cover;
    margin-bottom: 18px;
}
.related-box span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 5px;
}
.related-box .blog-heading {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 16px;
    display: block;
}

.topic-box{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 16px;
    margin-bottom: 18px;
    position: relative;
}
.topic-box h6{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.topic-box .number{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group {
}
.list-group::-webkit-scrollbar {
    display: none;
  }

.list-group-item {
    border: 0;
    font-size: 15px;
    color: #4c4c4c !important;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    padding-bottom: 6px;
}
.list-group-item:hover {
    font-weight: 600;
    color: #00A0E3 !important;
    background: transparent;
}
.list-group-item.active{
    color: #00A0E3 !important;
    background: transparent;
}

.list-group-item img {
    width: 20px;
    margin-right: 17px;
    margin-top: 2px;
}
.time-details{
    font-weight: 600;
    color: #212529;
    padding-left: 60px;
    position: relative;
    margin: 20px 5px;
}
.time-details::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 2px;
    background: #212529;
}

.blog-inner-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 8px 2px rgb(153 220 255 / 34%); */
    box-shadow: 0 0 8px 2px rgb(142 154 160 / 34%);
    display: flex;
}
.box-details {
    text-align: right;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #009de2;
    position: relative;
    max-width: calc(100% - 30px);
    padding-left: 20px;
    font-style: italic;
}
.box-details::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 1px;
    background: #6dbbe2;
}

.box-details-div {
    display: block;
    margin-left: 0;
    text-align: left;
}
.blog-inner-icon {
    color: #00A0E3;
    font-size: 42px;
    margin: 0 12px;
    opacity: 0.5;
}
.icon-left{ text-align: left; position: relative;}
.icon-left::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px;
    width: 165px;
    height: 1px;
    background: #424243;
}

.icon-right{ text-align: right; position: relative;}
.icon-right::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
    width: 165px;
    height: 1px;
    background: #424243;
}
h2.wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
}
.blog-inner-back{
    background: #edf9ff;
    padding: 50px 25px;
    /*border-radius: 8px;*/
    margin: 40px 0 24px;
}
  .blog-inner-back2 {
    background: #edf9ff;
    padding: 30px;
    padding-bottom: 10px;
    /*border-radius: 8px;*/
    margin-bottom: 20px;
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.blog-cont-box {
    background: #fff;
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 15px;
}

.blog-cont-box span{
    color: #727d9a;
    font-size: 15px;
    margin-top: 12px;
    display: block;
}
.blog-cont-box strong{
    color: #00a1eb;
}

.box-number {
    margin-right: 45px;
    margin-left: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
    height: 100px;
    width: 100px;
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 700;
    color: #00a0e3;
}
.box-number:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: inset -1px 16px 21px -1px rgba(0, 0, 0, 0.15), -1px 16px 21px -1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: -1;
}
.box-number+div a:not(.link),
.box-number+div>.box-details-div {
    text-align: right;
    color: #009de2;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}
.box-number+div a:hover,.box-number+div a .box-details:hover {
    color: #009de2;
    text-decoration: none;
}
.box-number+div a .box-details, .box-number+div>.box-details-div .box-details {
	color: #009de2;
    max-width: 100%;
    width: 100%;
}
.box-number+div>.box-details-div .box-details {
	color: #009de2;
}
.blog-inner-box .box-number+div {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 28px;
    position: relative;
}
.blog-inner-box .box-number+div p {
	margin-bottom: 0;
}
.blog-inner-box .box-number+div p a {
    position: inherit;
}

.blog-inner-box p{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.blog-main-box h5{
    /*font-size: 2rem;*/
    padding: 20px 0 8px;
    font-weight: 700;
    font-size: 1.25rem;
}
.blog-main-box ul {

}
.blog-main-box li::marker{
    color: #000000;
}
.blog-main-box li{

}
.inner-image img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.blog-main-box h6{
    font-size: 1.75rem;
    color: #00a2ed;
    padding: 10px 0;
}
.blog-main-box h6 span{
    padding-right: 18px;
}

.blog-inner-box2{
    background: #edf9ff;
    padding: 20px 50px;
    margin: 0 auto;
    color: #212529;
}
.blog-inner-box2 p{
    color: #000000;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-inner-box2 i{
    color: #079bec;
    font-size: 12px;
    margin: 0 6px;
}
.blog-inner-box3{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.inner-left {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    width: 50%;
    padding: 20px 35px;
}
.inner-left span{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}
.inner-left-mobile {
    display: none;
    background-size: cover !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    min-height: 320px;
    padding: 20px 35px;
    width: 60%;
    margin: 0 auto;
}
.inner-left-mobile span{
    display: none;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.inner-right{
    width: 50%;
    text-align: center;
}
.inner-right span{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.blog-main-box video{
    width: 65%;
}
.social-icon{
    background: #edf9ff;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.social-icon span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}
.social-icon i {
    color: #079bec;
    margin: 0 6px;
}
.author-box{
    background: #fff;
    padding: 20px;
    border-left: 5px solid #079bec;
    box-shadow: 0 0 8px 2px rgb(126 159 177 / 34%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.author-box-left {
    width: 500px;
}
.author-box-left img{
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px !important;
}
.author-box-left h4{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.author-box-left span{
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
}
.author-box-left i{
    color: #000;
    margin: 0 6px;
}
.author-box-left i:hover{
	color: #00A0E3;
}
.author-box-right{
    margin-right: 20px;
}
.author-box-right {
    margin-left: 20px;
}
.author-box-right p{
    font-size: 15px;
    line-height: 24px;
}

a { text-decoration:none}

.img-fluid img{ max-width:100%; height: auto;}


hr {
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    width: 50%;
    /*margin-right: 10px;*/
}

.list-group-item.active{
    color: #00A0E3;
    background: transparent;
}
.chapter2{
    display: none;
    flex-flow: column;
    margin-top: 8px;
    margin-bottom: 14px;
}
.chapter2 h6{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}



@media only screen and ( max-width: 1199px){
    
    .blog-inner-box2{
        width: 100%;
    }
    .author-box-left {
        width: 740px;
    }
}

@media only screen and ( min-width: 991px) {
    .blog-box p {
        font-size: 15px;
    }
}

@media only screen and ( max-width: 991px) {
    .chapter {
        position: initial;
    }
    .chapter{
        display: none;
    }
    .chapter2{
        display: flex;
    }
    .list-group {
        height: auto;
    }
    .blog-box {
        margin: 10px;
    }
    .blog-btn .form-select {
        width: 40%;
    }
    .blog-banner p{
        max-width: auto;
    }
    .author-box {
        flex-flow: column;
        align-items: self-start;
    }
    .author-box-left {
        width: auto;
    }
    .author-box-right {
        margin-left: 0;
    }
    .author-box-left img{
        margin: 0;
    }
    .icon-left {
        margin-bottom: 0;
    }
    .icon-right{
        margin-top: 0;
    }
}

@media only screen and ( max-width: 767px) {
    .blog-inner-box3{
        flex-direction: column;
    }
    
    .inner-left-mobile {
     width: 50%;
     margin: 0 auto 30px;
    }
    /* .inner-left {
        width: 90%;
        padding: 20px 55px;
        margin-bottom: 20px;
    }
    .inner-right {
        width: 100%;
    } */
    .inner-left{
        display: none;
    }
    .inner-left-mobile{
        display: block;
    }
    .inner-left-mobile span{
        display: block;
    }
    .blog-inner-back2 {
        column-count: 2;
    }
}

@media only screen and ( max-width: 576px) {

    .blog-btn {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-box {
        margin: 10px 0;
    }
    .blog-banner {
        padding: 30px;
    }
    .blog-banner p {
        font-size: 24px;
    }
    .blog-box-inner {
        padding: 20px;
    }
    .blog-btn .form-select {
        width: 60%;
        font-size: 14px;
    }
    .blog-btn span {
    font-size: 14px;
    }
    .blog-banner h2 {
        font-size: 50px;
    }
    .blog-box .blog-heading{
        font-size: 20px;
    line-height: 30px;
    }

    /* .blog-main-box .blog-heading {
        font-size: 20px;
        line-height: 28px;
    } */
    .time-details{
        font-size: 14px;
        padding-left: 50px;
    }
    .time-details::before {
        width: 40px;
    }
    .blog-main-box video{
        width: 100%;
    }
    /* .blog-main-box h5 {
        font-size: 18px;
    } */
    .blog-inner-box {
        flex-direction: column;
    }
    /* .blog-main-box h6 {
        font-size: 16px;
    } */
    .blog-main-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .box-details{
        margin: 0;
    }
    /* .inner-left {
        width: 100%;
        padding: 20px 31px;
    }
    .inner-left span {
        font-size: 22px;
        line-height: 28px;
    } */
    .inner-left-mobile {width: 75%; margin: 0 auto 30px;}
    .blog-inner-back2 {
        column-count: 1;
    }
}

@media only screen and ( max-width: 576px) {
    .blog-bottom-box p{
        font-size: 16px;
    }
}




/* podcast */
.blog-box .image-container {
    position: relative;
    /* display: inline-block; Adjust this if needed */
    overflow: hidden; /* Hide overflowing elements (e.g., play button) */
}

.blog-box img.pro-img {
    aspect-ratio: 16/6;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease; 
}

.blog-box:hover .pro-img {
    transform: scale(1.1); 
    filter: brightness(0.7); 
}

.blog-box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.blog-box .img-container:hover .play-button {
    opacity: 0; 
}

.categories {
    display: flex;
    flex-wrap: wrap;
}

.category {
    margin-right: 10px;
    /*background-color: #00A0E3;*/
    color: #00A0E3;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.meta-info .time {
    font-size: 13px;
    color: #3f3f3f;
}
.podcast-heading{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    text-decoration: none;
    padding-bottom: 16px;
}
.podcast-inner p{
    color: #595959;
    font-size: 15px;
    display: block;
    overflow: initial;
    height: auto;
    padding-top: 10px;
}

.flexrow.justify-content-end {
    justify-content: flex-start !important;
}

/* New CSS added on 11.12.23 */

.brandColor {
    color: #00A0E3 !important;
    font-size: 1.75rem;
    font-weight: 500;
}

h4.wp-block-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h3.wp-block-heading {
    counter-reset: h4;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.whiteButton a.watch_products {
    text-transform: inherit;
}


.inner-right button.whiteButton.price-btn.mt-4.d-block.mx-auto {
    background: #00a0e3;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid transparent;
    padding: 0.7rem 0.65rem;
    border-radius: 0.25rem;
    margin-top: 0px !important;
    position: relative;
}
.inner-right button.whiteButton.price-btn.mt-4.d-block.mx-auto:hover {
    background: white;
    border: 1px solid #707070;
    color: #17a2b8;
}
.inner-right button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products::before {
    /*background: white;*/
    position: absolute;
    width: 88%;
    content: '';
    height: 1px;
    bottom: 7px;
    left: 6%;
    
}
.inner-right button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products:after {
    display: block;
    content: '';
    border-bottom: solid 1px #00A0E3;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.inner-right button.whiteButton.price-btn.mt-4.d-block.mx-auto a.watch_products:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

@media ( max-width: 380px ){
.inner-left-mobile {
    width: 85%;
}
}

/* Added on 15-05-2024 by tanay*/
.sicon.authorSocial a {
  display: inline-block;
  width: auto;
}

@media(max-width: 575px) {
    .inner-left-mobile span {
        font-size: 15px;
        line-height: 24px
    }

    .inner-left-mobile {
        width: 62%;
        margin: 0px auto 30px;
        min-height: 220px;
        padding: 30px 35px;
    }
    .inner-right {
        width: 80%;
      }

      .inner-right span {
        font-size: 14px;
      }
}
