/* Tab with slider */
    .tabslider {
        max-width: 1240px;
        margin: 0px auto;
    }

    /* Style the tab */
    .tabslider .tab {
        overflow: visible;
    }

    /* Style the buttons inside the tab */
    .tabslider .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;

    }


    /* Style the tab content */
    .tabslider .tabcontent {
        display: none;
        padding: 50px 0px 0px 0px;
        border-top: none;
    }

    .tabslider .tablinks {
        background:#51ce1c !important; /*#c1f9b6*/
        border-radius: 0px !important;
        width: 100%;
        height: 110px;
        color: #2F4858;
        text-align: center;
        font-family: sans-serif;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tabslider .tablinks.active {
        border-radius: 8px 8px 0px 0px !important;
        background: #FFF !important;
        box-shadow: 0px -15px 25px 0px rgba(69, 64, 153, 0.20);
        color: #454099;
        text-align: center;
        font-family: sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .tabslider .tablinks img {
        height: 60px !important;
        width: 99.96px !important;
        margin-bottom: 5px;
    }

    .tabslider .owl-nav {
        position: absolute;
        top: 22%;
        width: 100%;
        z-index: -1;
    }

    .tabslider .owl-carousel .owl-stage-outer .owl-item button {
        position: relative;
        z-index: 5;
    }

    .tabslider .owl-carousel .owl-nav button {
        position: relative;
    }

    .tabslider .owl-carousel .owl-nav button.owl-prev {
        left: -48px;
    }

    .tabslider .owl-carousel .owl-nav button.owl-next {
        float: right;
        right: -48px;
    }

    .tabslider .owl-theme .owl-nav [class*='owl-']:hover {
        background-color: transparent;
    }

    .tabslider .owl-carousel .owl-nav button span {
        font-size: 0px;
        display: inline-block;
        padding: 18px;
        border-radius: 100px;
        background-color: #454099;
        color: #fff;
        position: relative;
    }

    .tabslider .owl-carousel .owl-nav button.owl-next span:after,
    .tabslider .owl-carousel .owl-nav button.owl-prev span:after {
        position: absolute;
        content: "";
        right: 0;
        background: url(https://sunjet.co.in/wp-content/uploads/2023/12/arrow.png) 0 0 no-repeat;
        width: 10px;
        height: 18px;
        top: 10px;
        left: 14px;
    }

    .tabslider .owl-carousel .owl-nav button.owl-prev span:after {
        transform: rotate(180deg);
        left: 12px;
    }

    /*................../ totocontent css /..................*/


    .totocontent-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .totocontent-meta {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .totocontent-name {
        color: #3B4757;
        text-align: center;
        font-family: sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.64px;
    }
    
    .totocontent-name img{
    	width: 50%;
    }

    .toto-contact {
        border-radius: 8px;
        background: #454099;
        padding: 20px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 13px;
        color: #fff;
        font-family: sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .totocontent-desc {
        border-radius: 8px;
        border: 1px solid #DDD;
        background: #ffe73c;
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 20px;
        width: 100%;
        position: relative;
    }

    .totocontent-desc:before,
    .totocontent-desc:after {
        position: absolute;
        content: "";
        width: 200px;
        height: 300px;
        right: 0;
        top: 0;
        background: url(https://yourcloudnetwork.net/projects/sunjeet/wp-content/uploads/2023/12/de-1.png) 0 0 no-repeat;
        background-size: cover;
    }

    .totocontent-desc:after {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        background: url(https://yourcloudnetwork.net/projects/sunjeet/wp-content/uploads/2023/12/de-2.png) 0 0 no-repeat;
        background-size: cover;
        width: 230px;
    }

    .totocontent-desc-lavel {
        color: #3B4757;
        font-family: sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .totocontent-desc-amt {
        color: #454099;
        font-family: sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .totocontent-desc-tab {
        width: 23%;
    }

    .data-table {
        width: 60%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .data-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .data-table table tbody>tr:nth-child(odd)>th {
        background-color: #454099;
        color: #fff;
        font-size: 20px;
    }

    .data-table td,
    .data-table th {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 12px 20px;
    }

    .data-table td {
        font-size: 15px
    }

    .data-table th {
        text-align: center;
    }

    .data-table tr:nth-child(even) {
        background-color: #fbfbfb;
    }

    .data-table ul {
        padding: 0;
        margin: 0;
    }

    .data-table ul li {
        list-style-type: none;
        padding: 2px 0;
    }

    .data-table ul.right-ul {
        margin-top: 20px;
    }

    .toto-contact:hover {
        color: #fff !important;
    }

    .totocontent-img img {
        width: auto !important;
        height: auto;
        max-height: 700px;
    }


    /*........................./ tabslider /........................*/
    body, html{
        overflow-x: hidden;
    }
    .IDM_contacth a{ background-color:#78c364; line-height:33px !important; color:#fff !important; font-size:14px !important; padding:0 15px !important; height:33px !important; margin-left:5% !important;}
    .IDM_contacth a:after{ display:none}
    .IDM_contacth a:hover{ background-color:#454099 !important; color:#fff !important;}
    
    
    .ecofriendly .elementor-image-box-img {
        transform: rotate(-90deg);
        position: relative;
        height: 165px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mototab .elementor-image-box-wrapper{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    .mototab .elementor-image-box-content{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .footermail .elementor-icon-box-icon{
        background: #78C364;
        /* padding: 10px; */
        border-radius: 100%;
        height: 40px;
        width: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .rotateToto  #cloud9-carousel{
        /* height: 400px !important; */
    }
    .rotateToto .cloud9-item{
        /* width: 340px !important; */
        padding: 20px;
        border: none;
        background: none !important;
        border-radius: 0px;
    }
    .rotateToto .cloud9-nav{
        display: none;
    }
    .IDM_contacth a{
        width: fit-content;
    }

    /*.........................../ video slider /..........................*/
    .videothumbslider .outer {
        margin: 0 auto;
        max-width: 1366px;
    }

    .videothumbslider #big .item {
        background: #454099;
        padding: 0px;
        color: #FFF;
        border-radius: 8px;
        text-align: center;
        height: 630px;
        width: 100%;
        margin-bottom: 30px;
    }

    .videothumbslider #big .item video {
        background-size: cover;
        height: 100%;
        width: 100%;
        border-radius: 8px;
    }

    .videothumbslider #thumbs .item {
        background: #C9C9C9;
        height: 180px;
        line-height: 180px;
        padding: 0px;
        margin: 2px;
        color: #FFF;
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
        border-radius: 8px;
        border: 5px solid #fff;
    }

    .videothumbslider #thumbs .item h1 {
        font-size: 18px;
    }

    .videothumbslider #thumbs .current .item {
        background: #78C364;
        border-radius: 8px;
        border: 5px solid #78C364;
    }

    .videothumbslider .owl-theme .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .videothumbslider .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    .videothumbslider #big.owl-theme {
        position: relative;
    }

    .videothumbslider #big.owl-theme .owl-next,
    .videothumbslider #big.owl-theme .owl-prev {
        background: #333;
        width: 22px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

    .videothumbslider #big.owl-theme .owl-prev {
        left: 10px;
    }

    .videothumbslider #big.owl-theme .owl-next {
        right: 10px;
    }

    .videothumbslider #thumbs.owl-theme .owl-next,
    .videothumbslider #thumbs.owl-theme .owl-prev {
        background: #333;
    }

    .videothumbslider .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .videothumbslider .owl-theme .owl-nav {
        margin-top: 0px; 
       text-align: center;
       -webkit-tap-highlight-color: transparent;
       position: absolute;
       top: 40%;
       width: 100%;
       }
       .videothumbslider #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
       background: #78C364;
       color: #fff;
       height: 50px;
       width: 50px;
       border-radius: 100%;
       position: relative;
       z-index: 2;
       }
       .videothumbslider #thumbs.owl-theme .owl-next{
           right: 0;
       position: absolute;
       }
       .videothumbslider #thumbs.owl-theme .owl-prev{
           left: 0;
       position: absolute;
       }



       .stickyheader{
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 999;
       }
       table{
        margin-block-end: 0px !important;
       }
       table td, table th{
        border: none !important;
        padding: 2px !important;
        font-size: 16px;
       }
       table tbody>tr:nth-child(odd)>td{
        background-color: transparent !important;
       }
       .totodata {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
        width: 60%;
    margin: 0 auto;
    border: 1px solid #ddd;
    }

    .totodata-title {
        background-color: #454099;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        text-align: center;
    }

    .totodata-subtitle {
        font-size: 18px;
        font-weight: 700;
        height: 30px;
    }

    .totodata-desc {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: #fff;
    }

    .totodatasheet {
        border-bottom: 1px solid #ddd;
        padding: 0px 10px;
    }
    .totodatasheet:last-child {
        border-bottom: none;
    }
   .totodatasheet table tbody>tr td:first-child{
    width: 30%;
   }

    @media (max-width:991px){
        .videothumbslider #big .item {
            height: 198px;
        }
        .videothumbslider #thumbs .item{
            height: 60px;
            line-height: 60px;
        }
    
        .videothumbslider .owl-theme .owl-nav {
    top: 25%;
}
.videothumbslider #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
height: 25px;
width: 25px;
}
.rotateToto  #cloud9-carousel{
	height: 200px !important;
}
	.rotateToto .cloud9-item{
		width: 200px !important;
	}
    
    .tabslider .tabcontent {
        	display: block;
        }
        /* .owl-carousel.owl-loaded{
        	display: none;
        } */

        .tab.owl-carousel.owl-theme.serviceTab.owl-loaded.owl-drag {
            display: none;
        }
}
    @media (max-width: 600px) {
		
        .tabslider .tablinks,
        .tabslider .tablinks.active {
            font-size: 16px !important;
        }

        .totocontent-img img {
            width: 100%;
        }

        .totocontent-name {
            font-size: 18px;
        }

        .toto-contact {
            padding: 10px;
            font-size: 14px;
        }

        .toto-contact img {
            width: 60%;
        }

        .totocontent-desc {
            gap: 10px;
            padding: 0px;
        }

        .totocontent-desc-tab {
            width: 48%;
        }

        .totocontent-desc-lavel {
            font-size: 14px;
        }

        .totocontent-desc-amt {
            font-size: 12px;
        }

        .data-table {
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .tabslider .owl-carousel .owl-nav button span {
            padding: 14px;
        }

        .tabslider .owl-carousel .owl-nav button.owl-next span:after,
        .tabslider .owl-carousel .owl-nav button.owl-prev span:after {
            width: 6px;
            height: 12px;
            top: 9px;
            left: 12px;
            background-size: contain;
        }

        .tabslider .owl-carousel .owl-nav button.owl-next {
            right: -42px;
        }

        .tabslider .owl-carousel .owl-nav button.owl-prev {
            left: -42px;
        }

        .data-table td, .data-table th{
            padding: 10px;
        }
        .data-table td {
            font-size: 13px;
        }

        .totodatasheet table tbody>tr td:first-child{
            width: 150px;
           }

           .totodata{
            width: 100%;
           }
           table td, table th{
            font-size: 14px;
           }
           .totodata-subtitle{
            font-size: 16px;
           }
    }

/* Tab with slider end */