@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Handlee&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300..700&display=swap');

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.content_tab_plr {
    padding: 75px 85px 0 85px;
}
@media only screen and (max-width: 1680px) {
    .content_tab_plr {
    padding: 70px 70px 0 70px;
}
}
@media only screen and (max-width: 1440px) {
    .content_tab_plr {
    padding: 60px 64px 0 64px;
}
}
@media only screen and (max-width: 1024px) {
 .content_tab_plr {
    padding: 40px 20px 0 20px;
}


}


.wel_com_fjn {
    padding: 0px 0px 40px;
}
.wel_com_fjn1{
    padding: 150px 70px 70px;
}

.sub_title_left {
    border: 1px solid #ccc;
    padding: 0px 0px;
}
.rotate-pargh-title {
  background-color: #f6f6f6;
  padding: 25px 50px;
}
.box_inner{
    padding: 0px 50px;
}
.internaton-list .rotate-list-left  li{
    list-style: disc;
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    padding: 8px 0;
    letter-spacing: 1px;
}
.internaton-list .rotate-list-right li{
    list-style: disc;
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    padding: 8px 0;
    letter-spacing: 1px;
}
.internaton-list .rotate-list-right li::marker, .internaton-list .rotate-list-left  li::marker {
    font-size: 35px;
    line-height: 30px;
    color: #5a5a5a;
}
.list_rot {
    padding: 0px 15px;
}
.img_box img{
    width: 50px;
}
.box_content{
    display: flex;
    gap: 15px;
}
.full_img_box {
    display: flex;
    gap: 40px;
    padding: 20px 0 25px 0;
}
.full_img_box .box{
    padding: 0;
}
.full_img_box .box h4 {
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    font-family: "Handlee";
    margin-bottom: 5px;
}
.full_img_box .box p {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    letter-spacing: 1px;
}
.twoLine_txt {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    padding: 40px 0 20px 0;
    letter-spacing: 1px;
}
.twoLine_txt span{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.wel_com_fjn .keyBoardStrategic {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
    margin-left: 90px;
    transition: all 0.5s ease;
    transform: translateX(70%);
    top: -30px;
    height: 30em;
}

.wel_com_fjn.active .keyBoardStrategic {
	animation: keyBoardAnim 1.5s 0.5s forwards;
}
.wel_com_fjn.fp-completely .keyBoardStrategic {
	animation: keyBoardAnim 1.5s 0.5s forwards;
}

@keyframes keyBoardAnim {
	0% {
		transform: translateX(50%);
	}
	100% {
		transform: translateX(0%);
	}
}
.cat_fig {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
    margin-left: -79px;
    transition: all 0.5s ease;
    transform: translateX(60%);
    top: 115px;
}

.left_bx_line {
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 60px 0 0px 0;
    padding-top: 0px;
    width: 100%;
    align-items: center;
}
.sub_title_left h2 , .sub_t2title_left h2{
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    font-family: 'SF Pro Display';
    margin-top: 10px !important;
}
.sub_title_left h2 .locTtl{
    color: #1d1d1f;
}
.sub_title_left h2 .aniLeft{
    color: #8b8b99;
}
.footer_area .bannerImgArea img{
   width: 100%;
   height: auto;
}
.footer_area {
    position: relative;
    bottom: 38px;
    left: 0;
    width: 100%;
}
.footer_area1{
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
}
  
  .bannerImgArea {
    margin: 0;
    padding: 0;
  }
  
  .bannerImgArea img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sub_title_left::after {
    position: absolute;
    content: '';
    background-image: url('../images/360/cat.png');
    width: 240px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: -227px;
    top: 30px;
    z-index: 999;
}
  .sub_title_right{
     width: 37%;
     margin-top: 100px;
  }
  .sub_title_left{
    width: 63%;
    margin-top: 100px;
  }
  .list_rot ul li {
    list-style: disc !important;
}
.internaton-list .rotate-list-left li::marker {
    font-size: 35px;
    line-height: 30px;
}
.content_tab_plr.row, .degree_tab.row {
    margin-right: 0;
    margin-left: 0;
}





@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .wel_com_fjn .keyBoardStrategic {
        top: 0px;
    }
    .sub_title_left h2 {
        font-size: 47px;
        line-height: 50px;
    }
    .rotate-pargh-title {
        background-color: #f6f6f6;
        padding: 34px 66px;
    }
    .twoLine_txt {
        font-size: 24px;
        line-height: 37px;
        letter-spacing: 1.33px;
        padding: 55px 0 35px 0;
    }
    .internaton-list .rotate-list-right li ,  .internaton-list .rotate-list-left  li {
        font-size: 24px;
        line-height: 37px;
        padding: 10px 0;
        letter-spacing: 1.33px;
    }
    .full_img_box .box h4 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 7px;
    }
    .full_img_box .box p {
        letter-spacing: 1.33px;
        font-size: 24px;
        line-height: 37px;
    }
    .img_box img {
        width: 67px;
    }
    .sub_title_left::after {
        width: 320px;
        right: -300px;
        top: 40px;
    }
    .footer_area {
        bottom: 53px;
    }
    .wel_com_fjn {
        padding: 200px 80px 100px 100px;
    }
}
@media only screen and (max-width: 1880px) {
}
@media only screen and (max-width: 1780px) {
}
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1550px) {
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
}
@media only screen and (max-width: 1150px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 520px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width:360px) {
}

  





.tab2_work_tit{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: "Handlee";
    background-image: url("../images/360/Layer 60.png");
    background-repeat: no-repeat;
    background-position: -30px center;
}














/* / Section 2 css start here  / */
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');


.degree-section2{
    padding-top: 140px;
}


.tab11 {
    background-color: #baf2e6;
    padding: 14px 50px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 40px;
    height: 45px;
}
.tab12 {
    background-color: #cfdeff;
    padding: 14px 50px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 40px;
    height: 45px;
}
.tab13 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    background-color: #f4e1bb;
    padding: 10px 40px;
    height: 45px;
}
.tab14 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    background-color: #f7d7f5;
    padding: 10px 40px;
    height: 45px;
}
.tab15 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    background-color: #6cd5f7;
    padding: 10px 40px;
    height: 45px;
}
.tab16 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    background-color: #ffbbbb;
    padding: 10px 40px;
    height: 45px;
}
.tab17 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 25px;
    background-color: #c5f5b4;
    padding: 10px 40px;
    height: 45px;
}

.tab_cont{
    
    padding:35px 85px 0;
}
.tab_title h2 {
    font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 700;
    padding-bottom: 44px;
    font-family: 'SF Pro Display';
}
.tab_title span{
    color: #8b8b99; 
}
.tab_list li{
    margin-bottom:20px;
}
.tab_content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #1d1d1f;
    font-weight: 600;
    font-family: "Handlee";
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1.4px;
}
.bg_img{
    margin-top: 5px;
}
 .degree_para{
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight:600;
    font-family: "Handlee"; 
    letter-spacing: 1px;
}
.tab_title_right h2 {
    font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 600;
    font-family: 'SF Pro Display';
    padding-bottom: 25px;
}
.tab_title_right span{
    color: #8b8b99; 
}
.title_cnt h4 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: "Handlee";
    background-image: url("../images/360/Layer 60.png");
    background-repeat: no-repeat;
    background-position: -30px center;
}
.tab_list li{
    display: flex;
    gap: 12px;
}
.tab_left {
    background-image: url("../images/360/tabbb.png");
    background-repeat: no-repeat;
    height: 725px !important;
    width: 100%;
    background-size: contain;
    padding: 50px;
}

.tab_title h2 {
    position: relative; 
  }
  
  .tab_title h2::after {
    position: absolute;
    content: "";
    width: 110px;
    height: 6px;
    background-color: #ececec;
    left: 0;
    bottom: 32px;
}

.tab_title_right h2 {
    position: relative; 
  }
  
  .tab_title_right h2::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 6px;
    background-color: #ececec;
    left: 0;
    bottom:15px;
}
.tab_title_right p{
    margin-bottom: 30px;
}
.title_cnt{
    margin-bottom: 60px;
}
.title_cnt {
    background-image: url("../images/360/paper.png");
    background-repeat: no-repeat;
    padding: 20px 20px 55px;
    background-size: cover;
    position: relative;
    right: 7px;
}
.system_tab_left {
    background-image: url("../images/360/cartoon.png");
    background-repeat: no-repeat;
    padding: 14px 20px 40px;
    height: 300px;
    background-size: contain;
}
.system_tab_right li{
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}
.ryt_side_tab .degree_para{
    letter-spacing: 1px;
}
.title_cnt p{
    letter-spacing: 1px;
}
.ryt_side_tab{
    position: relative;
    padding-left: 87px;
}
.ryt_side_tab::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 95%;
    left: -3%;
    top: 0;
    background-color: #aaa;
}
.system_tab_right {
    padding-left: 120px;
}


.degree_tab {
    display: flex;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 0 85px;
    justify-content: space-between;
}
.degree_tab.row:before ,.degree_tab.row::after  {
   display: none !important;
}

    .tab-btn {
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    }
    .tab-btn{
        position: relative;
    }
    .tab-btn.active:before {
    position: absolute;
    content: '';
    background-image: url("../images/360/q.png");
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    bottom: -25px;
    left: 0px;
    background-size: 100% 100%;
}
    .tab-content {
    display: none;
    }
    .tab-content.active {
    display: contents;
    }
    .tab-btn{
        position: relative;
    }
    .tab-btn:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -38px;
        top: 15%;
        bottom: 15%;
        width: 1px;
        background-color: #ccc;
    }

    .degree-section2 {
        padding-top: 102px;
    }
.wel_com_fjn {
    margin-bottom: 20px;
}
.tab4_tab_left , .tab4_tab_right{
   padding: 0;
}
.tab4_tab_left li , .tab4_tab_right li{
    list-style: square !important;
    font-size: 25px;
    color: #ccc;
}

    /* Abhimanyu */

    .forest-features {
        position: relative;
        padding: 240px 40px 0 40px;
        text-align: center;
    }
 
.tree-image img {
    width: 100%;
    max-width: 675px;
    margin: auto;
    position: relative;
    right: 90px;
    top: 55px;
}
     
      .feature-box {
        position: absolute;
        width: 220px;
        background: #fff;
        border-radius: 10px;
        padding: 15px;
      }
 
      .feature-box  p {
        font-size: 17px;
        line-height: 27px;
        color: #312369;
        font-weight: 600;
        font-family: "Handlee";
        text-align: left;
      }
     
      .feature-box  p b {
         font-weight: bold;
         font-size: 23px;
         color: #000;
      }
 
      .top-left {
        top: 6%;
        left: 15%;
        background: url('../images/degree/topleftborder.png') no-repeat;
        width: 264px;
        height: 125px;
    }
 
    .top-left .svg_icon {
        right: -35px;
        top: -1px;
    }
 
    .top-left p {
        padding: 20px 20px 0 0;
    }
 
    .top-right {
        top: 6%;
        right: 30%;
        background: url('../images/degree/toprightborder.png')  no-repeat;
        width: 298px;
        height: 144px;
    }
.tab2 .tab_conwrp{
    margin-bottom: 80px;
}
    .top-right .svg_icon {
        left: -11px;
        top: -21px;
    }
 
    .top-right p {
        padding: 0 0 0 27px;
    }
 
   .bottom-left {
    bottom: 45%;
    left: 3%;
    background: url('../images/degree/btnleftborder.png')  no-repeat;
    width: 218px;
    height: 123px;
}
 
    .bottom-left .svg_icon {
        right: -18px;
        top: -20px;
    }
 
    .bottom-left p {
        padding: 0px 2px 0 0;
    }
 
    .bottom-right {
        bottom: 36%;
        right: 14%;
        background: url('../images/degree/btnright.png')  no-repeat;
        width: 291px;
        height: 113px;
    }
 
    .bottom-right .svg_icon {
        left: -30px;
        top: -30px;
    }
 
    .bottom-right p {
        padding: 14px 0 0 30px;
    }
     
      .svg_icon {
        font-size: 24px;
        display: block;
        margin-bottom: 8px;
        position: absolute;
      }
 
      .bottom-right-ground {
        bottom: 0;
        right: -3%;
        width: 32%;
        background: none;
    }
 
    .bottom-right-ground p {
        font-weight: 600;
 
    }
 
    .additions {
        position: absolute;
        top: 0;
        right: 0;
    }
     
      .additions h3 {
        font-weight: bold;
        margin-bottom: 10px;
      }
     
      .additions ul {
        list-style: none;
        padding-left: 0;
        position: relative;
      }
 
      .additions ul::before {
        content: '';
        position: absolute;
        background: url('../images/degree/border_leftwtdot.png')  no-repeat;
        width: 18px;
        height: 154px;
        left: -30px;
        top: -26px;
    }
    .additions ul li {
        font-size: 17px;
        line-height: 30px;
        color: #312369;
        font-weight: 600;
        font-family: "Handlee";
    }
 
      .tabto_tl h2 {
        font-size: 30px;
        line-height: 36px;
        color: #1d1d1f;
        font-weight: 600;
        padding-bottom: 9px;
        position: relative;
        margin-bottom: 15px;
        font-family: 'SF Pro Display';
    }
 
    .tabto_tl h2 span{
        color: #8b8b99;
    }
 
    .tabto_tl  h2::after {
        position: absolute;
        content: "";
        width: 110px;
        height: 6px;
        background-color: #ececec;
        left: 0;
        bottom: 0;
    }
 
    .tabto_tl p {
        font-family: "Handlee";
        font-size: 18px;
        color: #626285;
        font-weight: bold;
    }
    .when_usebx {
        width: 70%;
    }
 
    .when_usebx h4 {
        font-family: "Handlee";
        color: #000;
        font-size: 22px;
        font-weight: bold;
        margin-top: 40px;
    }
 
    .when_usebx h4 sup {
        font-size: 10px !important;
        position: relative;
        top: -9px !important;
    }
 
    .list_leftdetails {
        margin-top: 20px;
        margin-bottom: 60px;
    }
 
    .list_leftdetails li {
        font-size: 18px;
        font-family: "Handlee";
        color: #727272;
        font-weight: bold;
        line-height: 30px;
    }
 
    .when_usebx p {
        font-family: "Handlee";
        font-size: 18px;
        color: #626285;
        font-weight: bold;
    }
 
    .contact_usdpg {
        background: #e6e6e6;
        border: 1px solid #cccccc;
        color: #2f2f2f;
        font-size: 13px;
        display: inline-block;
        font-family: 'SF Pro Display';
        padding: 9px 12px 9px 18px;
        font-weight: 600;
        transition: 0.55s ease-in-out;
    }
 
    .contact_usdpg i {
        padding-left: 10px;
        padding-right: 5px;;
    }
 
    .contact_usdpg:hover {
        color: #fff;
        background-color: #000;
    }
 
    .btn_contdpg {
        text-align: end;
        white-space: nowrap;
    }
 
    .tab_cont2 {
        display: flex;
    }
    .tab_conwrp {
        display: flex;
    }
    .tab2leftbx {
        width: 20%;
    }
    .tab2rightbx {
        width: 80%;
        position: relative;
    }
 
 
    .tab_title_right {
        width: 100%;
        position: relative;
    }
 
    .tabbtn_left h2 {
        font-size: 30px;
        line-height: 28px;
        color: #1d1d1f;
        font-weight: 600;
        padding-bottom: 25px;
        position: relative;
        margin-bottom: 20px;
        font-family: 'SF Pro Display';
    }
 
    .tabbtn_left h2:after {
        content: "";
        background: #464646;
        height: 1px;
        width: 43%;
        left: 0;
        position: absolute;
        bottom: 5px;
    }
 
    .tabbtn_left  p {
        font-size: 17px;
        line-height: 27px;
        color: #312369;
        font-weight: 600;
        font-family: "Handlee";
        text-align: left;
    }
 
    .tabbtn_left h6 {
        background: url('../images/degree/badkgroundgry.png')  no-repeat;
        font-size: 20px;
        color: #000;
        font-family: "Handlee";
        font-weight: 700 !important;
        display: inline-block;
        padding: 12px 20px;
        background-size: contain;
        margin-top: 30px;
        padding-top: 5px;
    }
 
    .tabbtn_left ul li {
        font-size: 18px;
        color: #626285;
        font-family: "Handlee";
        font-weight: bold;
        line-height: 42px;
    }
 
    .tabbtn_left ul li i {
        color: #bbbbbb;
        padding-right: 15px;
    }
 
    .tabto_tlborderdark {
        margin-bottom: 20px;;
    }
 
    .tabto_tlborderdark h2 {
        font-size: 30px;
        line-height: 36px;
        color: #1d1d1f;
        font-weight: 600;
        padding-bottom: 9px;
        position: relative;
        margin-bottom: 35px;
        font-family: 'SF Pro Display';
    }
 
    .tabto_tlborderdark h2 span {
        color: #8b8b99;
    }
 
    .tabto_tlborderdark h2:after {
        content: "";
        background: #464646;
        height: 1px;
        width: 30%;
        left: 0;
        position: absolute;
        bottom: 0;
    }
 
    .tabbtn_right p {
        color: #626285;
        font-family: "Handlee";
        font-size: 18px;
        font-weight: bold;
    }
 
    .tabbtn_rightlist {
        margin-bottom: 75px;
        margin-top: 30px;
    }
 
    .tabbtn_rightlist li {
        font-family: "Handlee";
        font-size: 18px;
        font-weight: bold;
        color: #626285;
        display: flex;
        line-height: 26px;
        align-items: baseline;
        position: relative;
        padding-block: 20px;
    }
 
    .tabbtn_rightlist li:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 40%;
        background: #b5b5b5;
        bottom: 0;
    }
 
    .tabbtn_rightlist li:last-child:after {
        display: none;
    }
 
    .tabbtn_rightlist li i {
        font-size: 11px;
        padding-right: 10px;
    }
 
    .btn_tab2wrp {
        display: flex;
        margin-bottom: 80px;
    }
 
    .tabbtn_left {
        width: 40%;
    }
 
    .tabbtn_right {
        display: flex;
        width: 60%;
        position: relative;
    }
 
    .tabbtn_right::before {
        width: 1px;
        height: 80%;
        content: " ";
        background: #b5b5b5;
        left: -7%;
        position: absolute;
        top: 15%;
    }
 
    .tabbtn_grtwo {
        border: 1px solid #3f3f3f;
        padding: 7px 20px;
        position: relative;
    }
 
    .tabbtn_grtwo:before {
        width: 211px;
        height: 176px;
        content: " ";
        background: url('../images/degree/cat&zozo.png')  no-repeat;
        position: absolute;
        top: -172px;
        right: 0;
    }
    .zozo_imgs {
        margin-left: 30px;
        margin-top: 55px;
    }
 
    .ine_rightbtn {
        text-align: right;
        padding-top: 50px;
    }
 
    .tabbtn_grtwo h6 {
        font-size: 16px;
        color: #626262;
        font-family: "Handlee";
        font-weight: bold;
    }
 
    .line-listsytle {
        width: 59px;
        height: 1px;
        background: #464646;
        margin-right: 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
    }
   
    .inline_liststylepara {
        text-indent: 70px;
        position: relative;
    }
    .my_waywrp h5 {
        font-size: 14px;
        color: #000000;
        font-family: 'SF Pro Display';
        font-weight: 600;
        border-bottom: 2px solid #959595;
        padding-bottom: 8px;
        text-transform: uppercase;
        display: inline-block;
    }
 
    .my_waywrp p {
        font-family: 'SF Pro Display';
        color: #999999;
        font-size: 20px;
        font-weight: 600;
    }
 
    .my_waywrpinner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 
    .my_waywrp {
        width: 60%;
        padding-top: 40px;
    }
    .when_usebx img{
    margin-top: 35px;
}
.bottom-right-ground p {
    font-weight: 600;
    margin-bottom: -12px;
    position: relative;
    left: -30px;
}
    
/* <tab 3 css start> */
.tab_left_1 {
    background-image: url("../images/360/board_white.png");
    background-repeat: no-repeat;
    height: 655px !important;
    width: 100%;
    background-size: contain;
    padding: 35px 125px 50px 60px;
}
.tab3_title , .tab3_title .degree_para {
    position: relative;
    text-align: center;
}
.tab3_title .degree_para {
    margin-bottom: 26px;
}
.tab3_work {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.tab3_right{
    padding-left: 120px;
}
.tab3_right .degree_para{
    padding-left: 50px;
    letter-spacing: 0.7px;
}
.tab_left_1 .degree_para{
    letter-spacing: 0.7px;       
}
.tab3_title h2::after , .tab3_right .tab_title_right h2::after{
    display: none;
}
.tab_left_1 .tab_title h2 {
    font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 600;
    padding-bottom: 5px;
}
.tab3_right  .tab_title_right h2 {
    font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 600;
    padding-bottom: 10px;
}
.tab3_list li{
    list-style: disc !important;
    margin-bottom: 28px;
}
.tab3_list li::marker {
    font-size: 20px;
    color: #5c5c5c;
}
.left_tablet{
    padding-left: 0 !important;
}
.tab3_work h3 {
    font-size: 20px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: 'SF Pro Display';
    padding-bottom: 4px;
}
.loukas_para{
    font-size: 17px;
    color: #999999;
    font-weight: 500;
    font-family: 'SF Pro Display';
}
.tab3_h4{
    font-size: 20px;
    line-height: 17px;
    color: #262626;
    font-weight: 600;
    font-family: "Handlee";
}
.intt_txt {
    font-size: 18px;
    line-height: 17px;
    color: #262626;
    font-weight: 600;
    font-family: "Handlee";
    padding-bottom: 30px;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
}
.left_line::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 1px;
    background-color: #606060;
    left: 0;
    top: 67px;
}
.markt_left_line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b8b8b8;
    left: -40px;
}
.tab3_boxx {
    padding: 0 !important;
    margin-top: 15px;
}
.tab3_box_only {
    border-radius: 6px;
    border: 2px solid #000;
    box-shadow: 0px 16px 10px 0px #dfdfdf;
    display: flex;
    gap: 50px;
    padding: 10px 40px;
}
.interruption_btn {
    margin: 20px 0 30px;
}
.tab3_interruption{
    background: #302369;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 34px;
    font-size: 16px;
    line-height: 17px;
    font-family: 'SF Pro Display';
}
.tab3_interruption:hover{
    background: #000;
}
.inner_box{
    padding: 5px 60px 24px 60px;
    border-right: 2px solid #000;
    margin-bottom: 0 !important;
}
.inner_box_last{
    margin-bottom: 0 !important; 
    padding: 5px 60px 24px 60px;
}
.tab3_box_only h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: 'SF Pro Display';
    padding-bottom: 4px;
}
.tab3_box_only h3::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    background-color: #606060;
    top: 35px;
    margin-left: 27px;
}
.prevails_txt {
    color: #262626;
    font-weight: 600;
    margin-bottom: 16px;
}
.box_heading{
text-align: end;
padding-right: 30px;
margin-bottom: 27px;
font-size: 35px;
line-height: 36px;
color: #1d1d1f;
font-weight: 600;
}
.box_heading::before {
    position: absolute;
    content: '';
    background-image: url('../images/360/cat_two.png');
    width: 110px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -1px;
    right: 420px;
}
.web_design{
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 0;
}
.web_design p , .web_design h3{
    margin: 0;
}
.web_design h3{
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    font-family: 'SF Pro Display';
}
.full_designer {
    padding-top: 35px;
    margin-bottom: 50px;
}
.designer_cont_btn{
    margin-left: 30px;
}
/* <tab 3 css end> */

/* <tab 4 css start> */
.tab4_boxx{
   padding-left: 0;
}
.tab4_tab_left, .tab4_tab_right {
    padding-left: 23px;
}
.tab4_tab_left li, .tab4_tab_right li {
    list-style: square !important;
    font-size: 25px;
    color: #ccc;
    margin-bottom: 22px;
}
.tab4_rig , .tab4_lef{
    padding-left: 0;
}
.tab4_rig{
    padding-right: 0;
}
.tab4_box_only::before {
    position: absolute;
    content: '';
    background-image: url('../images/360/onecat.png');
    width: 190px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -158px;
    right: -10px;
}              
.tab4_box_only {
    border: 2px solid #c3c3c3;
    display: flex;
    gap: 50px;
    padding: 14px 20px;
    border-radius: 0px;
}
.tab4_box_only h3{
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: 'SF Pro Display';
    padding-bottom: 4px;
}
.tab4_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.tab4_box .equalizer {
    height: 50px;
    width: 65px;
}
.fp-tableCell .container-fluid {
    padding: 0 !important;
}
.circle_fig img{
    width: 50px;
}
.tab4_full_sec2{
    margin-bottom: 90px;
}
.industry_sec{
display: flex;
gap:30px;
padding: 0;
align-items: center;
}
.tab4_imgbox {
display: flex;
align-items: flex-start;
gap: 20px;
position: relative;
}
.tab4_imgbox p {
    padding-right: 30px;
    text-align: left;
}
.tab4_imgbox h4 {
margin: 0 0 10px 0;
}
.imgbox_line {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 24px;
    width: 83%;
}
.lat_paaa{
    width: 83%;
}
.imgbox_line::after{
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: #606060;
bottom: 0;
}
.tab4_industry_sec {
    margin-top: 35px;
}
.tab4_first_left h2::after , .tab4_first_right h2::after{
display: none;
}
.tab4_first_left h2{
padding-bottom: 14px;
}
.tab4_first_right h2 {
padding-bottom: 45px;
}
.tab4_first_left .system_tab{
margin-top: 55px !important;
}
.tab4_para{
letter-spacing: 0.5px;
margin-bottom: 0;
}
.chat_pie img{
margin-top: 24px;
}
.tab4_list li p {
position: relative;
margin-bottom: 26px;
padding-left: 60px;
text-align: left !important;
}
.tab4_list li p::before {
position: absolute;
content: '';
background-image: url('../images/360/dot_line.png');
width: 47px;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
top: 4px;
left: 0;
}
.tab4_first_right {
    background-image: url('../images/360/desktopicon.png');
    background-repeat: no-repeat;
    height: 768px !important;
    background-size: contain;
    padding: 80px 10px 50px 90px;
    background-position: 70% 100%;
}
.tab4_list::before {
position: absolute;
content: '';
background-image: url('../images/360/borderimg.png');
background-repeat: no-repeat;
height: 276px !important;
background-size: contain;
width: 190px;
left: 0;
top: -18px;
}
.pen_fig{
margin-left: 15px;
}
.right_chat_picc{
width: 70% !important;
}
.left_chat_picc{
width: 30% !important;
padding: 0 !important;
}
.tab4_first_right{
width: 52% !important;
}
.tab4_leftt_first {
    width: 48% !important;
    padding-left: 0;
}
.tab4_right_box{
padding-left: 90px;
}
.tab4_tab_left::after {
    position: absolute;
    content: '';
    height: 89%;
    width: 1px;
    background-color: #666666;
    /* top: 0; */
    right: -22px;
    bottom: 10px;
}
.tab4_title_right h2 {
    font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 600;
    font-family: 'SF Pro Display';
    padding-bottom: 10px;
}
.tab4_title_right{
    position: relative;
    margin-bottom: 35px;
}
.tab4_title_right .tab4_line_para{
    text-indent: 145px;
    letter-spacing: 1px;
}
.tab_4line_txt {
    width: 125px;
    height: 1px;
    background: #979797;
    margin-right: 0px;
    display: block;
    position: relative;
    top: 11px;
    left: 0;
}
.tab4_right_box .internaton-list .rotate-list-left li {
    list-style: none !important; /* remove default bullet */
    position: relative;
    padding-left: 30px; /* space for the custom circle */
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    padding: 12px 0;
    letter-spacing: 1px;
    padding-left: 20px;
}
.tab4_right_box .internaton-list .rotate-list-left{
     padding-left: 40px;
}
.tab4_right_box .internaton-list .rotate-list-left li::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 35px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url('../images/360/round-list.png');
}
.tab4_title_right  .aniLeft {
    color: #8b8b99;
}
/* <tab 4 css end> */


   /* tab 4 responsive start*/

@media only screen and (max-width: 1880px) {

/* .degree_tab {
    margin-top: 20px;
} */
}
@media only screen and (max-width: 1780px) {
    .tab4_first_right {
    padding: 110px 10px 50px 75px;
}
}
@media only screen and (max-width: 1680px) {
    .tab4_first_right {
    padding: 125px 10px 50px 75px;
}
.pen_fig img{
    width: 230px;
}
.tab4_full_sec2 {
    margin-bottom: 70px;
}
}
@media only screen and (max-width: 1550px) {
    .tab4_list li p {
    margin-bottom: 10px;
    padding-left: 55px;
}
.pen_fig img {
    width: 215px;
}
.tab4_first_right {
    padding: 95px 10px 40px 60px;
}
.tab4_first_right h2 {
    padding-bottom: 30px;
}
.tab4_first_right {
    width: 55% !important;
}
.tab4_leftt_first {
    width: 45% !important;
}
.tab4_industry_sec {
    margin-top: 60px;
}
.tab4_list::before {
    height: 230px !important;
    width: 190px;
}
.tab4_first_right {
    height: 740px !important;
    background-position: 100% 5%;
}
.tab4_right_box {
    padding-left: 70px;
}
.tab4_box_lline{
    letter-spacing: 0;
}
.tab4_box_only::before {
    width: 150px;
    top: -126px;
    right: -10px;
}
}
@media only screen and (max-width: 1440px) {
   .tab4_industry_sec {
    margin-top: 40px;
}
.tab4_first_left .system_tab {
    margin-top: 30px !important;
}
.tab4_right_box{
    width: 45% !important;
}
.tab4_boxx{
    width: 55% !important;
}
.tab4_box_only h3 {
    font-size: 17px;
    padding-bottom: 0px;
    margin: 10px 0 6px;
}
.tab4_box .equalizer {
    height: 50px;
    width: 55px;
}
.circle_fig img {
    width: 42px;
}
.tab_title h2 {
    font-size: 28px;
    line-height: 30px;
}
.tab4_title_right h2 {
    font-size: 26px;
    line-height: 28px;
}
.pen_fig img {
    width: 200px;
}
.tab4_first_right {
    padding: 75px 10px 40px 60px;
}
.tab4_list {
    width: 60%;
}
.pen_sec{
    width: 40%;
}
.tab4_list::before {
    height: 200px !important;
    width: 190px;
    top: -21px;
}
.right_chat_picc {
    width: 66% !important;
}
.left_chat_picc {
    width: 34% !important;
}
.tab4_imgbox p {
    padding-right: 10px;
    text-align: left;
}
.imgbox_line {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 14px;
    width: 90%;
}
.tab4_first_right {
    height: 670px !important;
    background-position: 100% 5%;
}
.degree_para {
    font-size: 13px !important;
    line-height: 20px;
    letter-spacing: 1px;
}
.tab4_tab_right .tab3_h4{
    font-size: 15px !important;
}
}
@media only screen and (max-width: 1366px) {
    .tab4_right_box {
    padding-left: 40px;
}
.tab4_rig, .tab4_lef {
    padding-left: 0;
    padding-right: 0;
}
.chat_pie img {
    margin-top: 10px;
    width: 160px;
}
.tab4_industry_sec {
    margin-top: 30px;
}
.industry_sec {
    gap: 20px;
    justify-content: space-between;
}
.designer_cont_btn {
    margin-left: 17px;
}
.tab4_list li p::before {
    width: 35px;
}
.tab4_list li p {
    margin-bottom: 10px;
    padding-left: 45px;
}
.tab4_first_right {
    padding: 75px 10px 20px 45px;
}
}
@media only screen and (max-width: 1280px) {
    .tab4_right_box {
    padding-left: 35px;
    width: 43%;
}
.tab4_boxx {
    width: 57%;
}
.tab4_right_box .internaton-list .rotate-list-left li {
    padding-left: 10px;
}
.tab4_right_box .internaton-list .rotate-list-left li::before {
    left: -40px;
    top: 30px;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.br_tab4 br{
   display: block !important;
}
.tab4_first_right {
    padding: 60px 0px 10px 40px;
}
.pen_sec {
    width: 35%;
}
.tab4_list {
    width: 65%;
}
.pen_fig img {
    width: 156px;
}
.pen_fig {
    margin-left: 0px;
}
.tab4_imgbox p {
    padding-right: 0px;
}
.right_chat_picc {
    width: 70% !important;
}
.left_chat_picc {
    width: 30% !important;
}
.chat_pie img {
    margin-top: 10px;
    width: 140px;
}
.tab4_first_left .system_tab {
    margin-top: 30px !important;
}
}
@media only screen and (max-width: 1150px) {
    .tab4_box{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
.full_lap_gread {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}
    .tab4_first_right {
    width: 60% !important;
}
.tab4_right_box {
    width: 40% !important;
}
.tab4_boxx {
    width: 60% !important;
}
.tab4_first_left .system_tab {
    margin-top: 20px !important;
    flex-direction: column;
    gap:20px;
}
.tab4_leftt_first {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 65px;
}
.right_chat_picc {
    width: 100% !important;
    padding: 0;
}
.lat_paaa {
    width: 100%;
}
.bg_img {
    margin-top: 7px;
}
.chat_pie img {
    margin-top: 10px;
    width: auto;
}
.tab4_first_left{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.left_chat_picc {
    width: 50% !important;
    position: absolute;
    left: 0;
    top: 130px;
}
.imgbox_line {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 14px;
    width: 100%;
}
.tab4_first_right {
    width: 100% !important;
}
.tab4_first_right {
    height: 760px !important;
    background-position: 46% 5%;
}
.tab3_h4 {
    font-size: 17px;
    line-height: 17px;
}
.tab4_box_only {
    gap: 38px;
    padding: 12px 12px;
    border-radius: 0px;
}
.tab4_sec2_left{
    margin-bottom: 100px;
}
.tab4_right_inner {
    display: flex;
    flex-wrap: wrap;
}
.laptop_title {
    width: 100%;
    padding-left: 44px;
}
.pen_sec {
    width: 40%;
}
.tab4_list {
    width: 60%;
    padding-left: 80px;
    padding-top: 20px;
}
.pen_fig img {
    width: auto;
}
.tab4_first_right {
    padding: 95px 0px 10px 80px;
}
.tab4_list::before {
    height: 240px !important;
    width: 190px;
    top: -10px;
    left: 45px;
}
.degree_para {
    margin-bottom: 25px !important;
}
.tab4_right_box .rotate-list-left .degree_para{
    margin-bottom: 10px !important;
}
.tab4_first_left .tab4_industry_sec {
    gap: 20px;
    justify-content: space-between;
    position: absolute;
    width: 60%;
    bottom: -50px;
    align-items: baseline;
}
.tab4_right_box {
    padding-right: 0;
}
.tab4_list li{
    margin-bottom: 18px;
}
.pen_fig {
    margin-left: 0px;
    position: relative;
    left: -30px;
}
.tab4_full_sec2 {
    margin-bottom: 70px;
    padding-top: 30px;
}
}
@media only screen and (max-width: 1080px) {
.tab4_box_only {
    gap: 25px;
    padding: 12px 10px;
    border-radius: 0px;
}
.tab4_tab_right .degree_para , .tab4_tab_left .degree_para {
    font-size: 13px;
    line-height: 21px;
}
.tab4_tab_left::after {
    height: 92%;
    width: 1px;
    right: -12px;
    bottom: 10px;
}
.tab4_right_box {
    padding-left: 35px;
    width: 40%;
}
.tab4_boxx {
    width: 60%;
}
.tab4_full_sec2{
    padding-top: 20px;
}
.tab4_box_only::before {
    width: 115px;
    top: -96px;
    right: -10px;
}
.tab4_full_sec1 {
    padding-top: 30px;
}
}
@media only screen and (max-width: 1024px) {
    .tab4_first_right {
    height: 750px !important;
    background-position: 46% 5%;
}
.pen_fig img {
    width: 235px;
}
.full_tab4 {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 991px) {
    .tab4_first_left .tab4_industry_sec {
    gap: 20px;
    justify-content: space-between;
    position: absolute;
    width: 60%;
    bottom: -65px;
    align-items: baseline;
}
.full_lap_gread {
    gap: 35px;
}
.tab4_full_sec2 {
    margin-bottom: 30px;
}
.tab4_full_sec2 {
    margin-bottom: 65px;
}
}
@media only screen and (max-width: 900px) {
    .tab4_first_right {
    height: 650px !important;
    background-position: 46% 5%;
}
.tab4_first_left {
    gap: 0px 25px;
}
.tab4_first_left .tab4_industry_sec {
    gap: 20px;
    width: 70%;
    bottom: -50px;
}
.tab4_first_right {
    padding: 65px 0px 10px 55px;
}
.tab4_list li p {
    margin-bottom: 18px !important;
    padding-left: 40px;
}
.tab4_list::before {
    height: 245px !important;
    width: 120px;
    top: -10px;
    left: 45px;
}
.tab4_list {
    width: 56%;
    padding-left: 70px;
    padding-top: 20px;
}
.tab4_right_box {
    padding-left: 0px;
    width: 100%;
    margin-top: 15px;
}
.tab4_boxx {
    width: 100%;
    padding: 0;
}
.tab4_sec2_left {
    margin-bottom: 40px;
}
.tab4_title_right .tab4_line_para {
    text-indent: 55px;
    letter-spacing: 1.2px;
}
.tab_4line_txt {
    width: 45px;
}
}
@media only screen and (max-width: 768px) {
    .tab4_list {
    width: 57%;
    padding-left: 17px;
    padding-top: 20px;
}
.tab4_list::before {
    height: 245px !important;
    width: 120px;
    top: -10px;
    left: 0;
}
.laptop_title {
    padding-left: 0;
}
.tab4_first_right {
    height: 610px !important;
    background-position: 46% 5%;
}
.industry_sec {
    align-items: baseline;
}
.tab4_industry_sec {
    margin-top: 10px;
}
.tab4_first_left .tab4_industry_sec {
    width: 100%;
}
.chat_pie img {
    margin-top: 35px;
    width: auto;
}
.pen_fig img {
    width: 210px;
}
.tab4_right_box {
    width: 100% !important;
}
.tab4_boxx {
    width: 100% !important;
}
.pen_fig {
    left: 0px;
}
}
@media only screen and (max-width: 767px) {
    .tab4_box_only::before {
    width: 115px;
    top: -96px;
    right: 0;
}
.tab4_title_right h2 {
    text-align: left;
}
}
@media only screen and (max-width: 700px) {
    .tab4_list {
    width: 60%;
    padding-left: 10px;
    padding-top: 20px;
}
.tab4_list::before {
    height: 210px !important;
    width: 120px;
    top: -10px;
    left: 0;
}
.tab4_list li p {
    margin-bottom: 10px !important;
    padding-left: 40px;
}
.pen_fig img {
    width: 180px;
}
.tab4_full_sec2 {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
    .tab4_first_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.imgbox_line , .lat_paaa{
    text-align: left;
}
.right_chat_picc .tab4_imgbox{
        text-align: left !important;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}
.tab4_first_right {
    height: 490px !important;
    background-position: 46% 5%;
}
.imgbox_line {
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.imgbox_line .degree_para {
    margin-bottom: 15px !important;
}
.tab4_list li p {
    margin-bottom: 6px !important;
    padding-left: 35px;
    letter-spacing: 0;
}
.tab4_list {
    width: 65%;
    padding-left: 10px;
    padding-top: 10px;
}
.tab4_list::before {
    height: 165px !important;
    width: 120px;
    top: -10px;
    left: 0;
}
.tab4_first_right {
    padding: 50px 0px 10px 40px;
}
.pen_sec {
    width: 30%;
}
.pen_fig img {
    width: 130px;
}
.full_tab4 {
    margin-bottom: 30px;
}
.imgbox_line::after {
    left: 0;
}
.tab4_full_sec2 {
    margin-bottom: 0px;
}
.tab4_list li {
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 520px) {
    .left_chat_picc {
    width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
}
.tab4_first_left {
    display: grid;
    grid-template-columns: 1fr;
}
.chat_pie img {
    margin-top: 0px;
    width: auto;
}
.tab4_title_right {
    position: relative;
    margin-bottom: 0px;
}
.tab4_list {
    width: 70%;
    padding-left: 10px;
    padding-top: 10px;
}
.pen_sec {
    width: 30%;
}
.pen_fig img {
    width: 100px;
    position: relative;
    left: -15px;
    bottom: -15px;
}
.tab4_first_right {
    padding: 30px 0px 10px 40px;
}
.tab4_first_right h2 {
    padding-bottom: 0px !important;
}
.chat_pie{
    text-align: center;
}
.tab4_rig, .tab4_lef {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.tab4_first_right {
    height: 420px !important;
    background-position: 46% 5%;
    object-fit: cover;
}
.tab4_box_only {
    gap: 13px;
    flex-direction: column;
}
.tab4_tab_left::after {
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 5px;
}
.br_tab4 br {
    display: block;
}
.br_tab4 {
    letter-spacing: 0;
}
.tab4_first_right {
    background-image: url('../images/360/imac-27.png');
}
.tab4_first_right h2 {
    padding-bottom: 0px;
}
.tab4_list::before {
    height: 175px !important;
    width: 120px;
    top: 2px;
    left: 0;
}
.tab4_first_left .tab4_industry_sec {
    align-items: flex-start;
}
.industry_sec {
    align-items: flex-start;
}
.tab4_first_left .tab4_industry_sec {
    bottom: -70px;
}
.br_tab4 br {
    display: none !important;
}
.tab4_sec2_left {
    margin-bottom: 73px;
}
.tab4_box_only::before {
    width: 90px;
    top: -76px;
    right: 0;
}
}
@media only screen and (max-width: 500px) {
    .pen_sec{
        display: none;
    }
    .tab4_list {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}
.tab4_first_right h2 {
    padding-bottom: 10px;
}
.tab4_list::before {
    height: 150px !important;
    width: 120px;
    top: 2px;
    left: 0;
}
.tab4_sec2_left {
    margin-bottom: 75px;
}
.tab4_box_only::before {
    width: 90px;
    top: -76px;
    right: 0;
}
.tab4_first_right {
    height: 395px !important;
    background-position: 46% 5%;
    object-fit: cover;
}
.full_tab4 {
    margin-bottom: 35px;
}
}
@media only screen and (max-width:480px) {
    .tab4_box {
    margin-bottom: 20px;
    padding-bottom: 5px;
}
    .tab4_right_box .rotate-list-left .degree_para {
    margin-bottom: 0px !important;
}
.tab4_box .equalizer {
    height: 30px;
    width: 55px;
}
.tab4_box .degree_para {
    margin-bottom: 10px !important;
}
.tab4_list::before{
    display: none;
}
.tab4_list {
    padding-left: 0px;
}
.tab4_right_box .internaton-list .rotate-list-left li {
    padding-left: 2px;
}
.tab4_title_right h2 {
    text-align: left;
    margin-top: 0 !important;
}
.tab4_right_box {
    margin-top: 30px;
}
.tab4_tab_left li, .tab4_tab_right li {
    margin-bottom: 15px;
}
.tab4_tab_left::after {
    bottom: -5px;
}
}
@media only screen and (max-width:470px) {
.tab4_first_right {
    height: 370px !important;
    background-position: 46% 5%;
    object-fit: cover;
}
.tab4_first_right h2 {
    padding-bottom: 0px;
}
.chat_pie {
    text-align: center;
    margin-top: 15px;
}
}
@media only screen and (max-width:430px) {
    .tab4_first_right {
  background-image: none;
}
.tab4_first_right {
    padding: 0;
}
.tab4_first_right {
    height: auto !important;
    background-position: 46% 5%;
    object-fit: cover;
}
.tab4_list::before{
    display: block;
}
.tab4_list {
    padding-left: 18px;
}
.br_tab4 br {
    display: none;
}
.tab4_first_left .system_tab {
    margin-top: 0px !important;
}
.tab4_right_box .internaton-list .rotate-list-left li {
    padding-left: 0px;
}
.full_lap_gread {
    gap: 20px;
}
}
@media only screen and (max-width:420px) {
    .tab4_tab_left li, .tab4_tab_right li {
    margin-bottom: 15px;
}
.tab4_tab_left::after {
    bottom: 0px;
}
}
@media only screen and (max-width:390px) {
.industry_sec {
    align-items: flex-start;
    flex-direction: row;
    gap: 35px;
}
.designer_cont_btn {
    margin-left: 0px;
}
.tab4_leftt_first {
    margin-bottom: 120px;
}
.tab4_first_left .tab4_industry_sec {
    gap: 0px;
    bottom: -93px;
}
}
/* tab 4 responsive end*/






/* tab 5 css Start */
.tab5_sec1_left{
    width: 44% !important;
    padding-left: 0;
}
.tab5_sec1_right{
    width: 56% !important;
    padding-right: 0;
}
.tab5_title {
    font-family: 'SF Pro Display';
    font-size: 35px;
    color: #1d1d1f;
    line-height: 45px;
    font-weight: bold;
}
 
.tab5_title span {
    color: #8b8b99;
}
 
.tab_5left p {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.6px;
}
.tab5_left_box{
    padding-left: 30px;
}
.tab_5left h5 {
    font-family: "Handlee";
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 70px;
}
 
.discuss_lefttbfiv {
    border: 1px solid #424242;
    padding: 15px 30px;
    position: relative;
}
 
.discuss_lefttbfiv:after {
    background: url('../images/degree/workingidea.png') no-repeat;
    content: " ";
    position: absolute;
    right: -64px;
    top: -123px;
    width: 233px;
    height: 186px;
}
 
.discuss_lefttbfiv h3 {
    font-size: 20px;
    color: #000;
    font-family: "Handlee";
    font-weight: bold;
}
 
.border_right {
    position: relative;
}
 
.border_right:after {
    content: "";
    position: absolute;
    background: #cccccc;
    width: 1px;
    height: 70px;
    right: 0;
    top: 37px;
}
 
.lefticon_text {
    display: flex;
}
 
.lefticon_text {
    display: flex;
    margin-top: 20px;
}
 
.lefticon_text li {
    font-size: 18px;
    font-family: "Handlee";
    color: #010101;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
 
.contact_bxtab5 {
    margin-top: 50px;
}
 
.contact_bxtab5 h6{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
 
.contact_bxtab5 p span {
    color: #999999;
    font-family: 'SF Pro Display';
    font-size: 20px;
    margin-right: 7px;
    letter-spacing: 1px;
}
 
.icon_namebx li {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
 
.icon_namebx li img {
    margin-top: 10px;
}
 
.icon_namebx li h4{
    color: #000000;
    font-size: 20px;
    font-family: "Handlee";
    font-weight: bold;
}
 
.icon_namebx li p {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    text-align: left;
}
 
.li_inside_para {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    border-top: 1px solid #a6a6a6;
    padding-top: 20px;
    margin-top: 20px;
}
 
.li_inside_para li {
    padding: 0;
    margin-bottom: 0;
    line-height: 30px;
}
 
.li_inside_para li i {
    font-size: 10px;
    line-height: 24px;
    margin-top: 2px;
}
 
.mobile_bg {
    background: url('../images/360/mobilebg.png') no-repeat;
    padding: 60px 40px 120px 45px;
    width: 50%;
    background-size: 100% 97%;
    object-fit: cover;
}
 
.mobile_bg h2 {
    font-family: 'SF Pro Display';
    font-size: 27px;
    color: #1d1d1f;
    line-height: 45px;
    font-weight: bold;
}
 
.mobile_bg h2 span {
    color: #8b8b99;
}
 
.mobile_bg ul li {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    line-height: 40px;
}
 
.mobile_bg ul li i {
    font-size: 12px;
    padding-right: 10px;
}
 
.tab_5right {
    display: flex;
    gap: 50px;
    padding-left: 90px;
    margin-top: 50px;
}
 
.icon_namebx {
    width: 65%;
    margin-top: 35px;
}
 
.btntab5_left h5 {
    font-size: 20px;
    color: #000000;
    font-family: "Handlee";
    font-weight: bold;
}
 
.btn_rightdiscuss {
    margin-top: 100px;
}
 
.cat_infbx p {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
}
 
.cat_infbx {
    background: #f3f3f3;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}
 
.cat_infbx:after {
    position: absolute;
    content: " ";
    left: 0;
    top: -112px;
    width: 158px;
    height: 112px;
    background: url('../images/360/onecat.png');
    background-size: 86%;
    background-repeat: no-repeat;
}
 
.cat_infbx img {
    margin-top: 10px;
}
 
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
    margin-top: 30px;
}
 
.list_btntb5:after {
    background: url('../images/degree/border_leftwtdot.png') no-repeat;
    position: absolute;
    content: " ";
    width: 23px;
    height: 150px;
    top: 5px;
    left: 0;
}
 
.list_btntb5 li {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    line-height: 40px;
    position: relative;
}
 
.list_btntb5 li:before {
    position: absolute;
    content: " ";
    width: 10px;
    height: 1px;
    left: -15px;
    top: 19px;
    background: #a1a1a1;
    z-index: 1;
}
 
.tab5_bnwdisc{
    width: 100%;
    max-width: 600px;
    margin-right: 50px;
}
 
 
.contact_wtextbx {
    position: absolute;
    left: -300px;
    display: flex;
    gap: 50px;
    width: 100%;
}
 
.btntab5_left p {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
}
 
.btntab5_left p span {
    color: #000;
    font-size: 20px;
}
 
.btntab5_right h2 {
    font-family: 'SF Pro Display';
    font-size: 35px;
    color: #1d1d1f;
    line-height: 45px;
    font-weight: bold;
    margin-top: 0;
}
 
.btntab5_right h2 span {
    color: #8b8b99;
}
 
.btntab5_right p {
    font-family: "Handlee";
    font-size: 18px;
    color: #312369;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
}
.icon_wtext {
    background: #f3f3f3;
    border-radius: 15px;
    padding: 20px 15px;
}
 
.icon_wtext h4 {
    font-family: "Handlee";
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.list_btnrigthbx {
    font-size: 18px;
    font-family: "Handlee";
    color: #312369;
    font-weight: bold;
}
.list_btnrigthbx li {
    display: flex;
}
 
.list_btnrigthbx i {
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
    color: #bfbfbf;
}
 
.icon_text h5{
    color: #010101;
    font-family: "Handlee";
    font-weight: bold;
    font-size: 18px;
}
.tab5_btnwrp {
    display: flex;
    gap: 60px;
    margin-top: 100px;
    margin-bottom: 40px;
    justify-content: space-between;
}
.tab5_consult_btn{
    margin-right: 30px !important;
    margin-top: 25px !important;
}
.btntab5_left {
    display: flex;
    position: relative;
    width: 65%;
    margin-right: 5%;
    gap: 35px;
}
 
.btntab5_right {
    width: 25%;
    position: relative;
}
 
.btntab5_right::before {
    content: " ";
    position: absolute;
    left: -18%;
    top: 11%;
    width: 1px;
    height: 85%;
    background: #c2c2c2;
}
 
.contact_wtextbx {
    position: absolute;
    left: 35%;
    display: flex;
    gap: 115px;
    width: 61%;
    bottom: 0%;
}
 
.icon_mobilebgbx {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
 
.equalizer {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 60px;
    width: 80px;
  }
.mobile_bg ul{
    margin: 16px 0 0 0;
}
  .bar {
    width: 6px;
    background: gray;
    animation: bounce 1s infinite ease-in-out;
  }
 
  .bar:nth-child(1) { animation-delay: 0s; }
  .bar:nth-child(2) { animation-delay: 0.1s; }
  .bar:nth-child(3) { animation-delay: 0.2s; }
  .bar:nth-child(4) { animation-delay: 0.3s; }
  .bar:nth-child(5) { animation-delay: 0.4s; }
  .bar:nth-child(6) { animation-delay: 0.5s; }
  .bar:nth-child(7) { animation-delay: 0.6s; }
  .bar:nth-child(8) { animation-delay: 0.7s; }
  .bar:nth-child(9) { animation-delay: 0.8s; }
  .bar:nth-child(10) { animation-delay: 0.9s; }
 
  @keyframes bounce {
    0%, 100% { height: 20%; }
    50% { height: 100%; }
  }
 
  .icon_wtext{
    display: flex;
    gap: 15px;
    margin: 25px 0;
  }
 
  .icon_wtext img {
    margin-top: 10px;
  }
 
  .icon_text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
  }
.icon_text img {
    position: absolute;
    left: -4px;
    top: 0;
}
.icon_text .icon_bxcontent {
    padding-left: 50px;
}
.tab5_full_sec .row{
    margin: 0 !important;
}
/* tab 5 css end */


/* tab 5 responsive start */
@media only screen and (max-width: 1880px) {
}
@media only screen and (max-width: 1780px) {
}
@media only screen and (max-width: 1680px) {
    .tab5_title {
    font-size: 32px;
    line-height: 42px;
}
.btntab5_right h2 {
    font-size: 32px;
    line-height: 42px;
}
.tab_5left p {
    font-size: 16px;
    line-height: 25px;
}
.lefticon_text {
    gap: 15px;
}
.lefticon_text li {
    font-size: 16px;
    line-height: 25px;
}
.li_inside_para li {
    font-size: 16px;
}
.icon_namebx li p {
    font-size: 16px;
    line-height: 25px;
}
.mobile_bg ul li {
    font-size: 16px;
    line-height: 35px;
}
.mobile_bg ul {
    margin: 40px 0 0 0;
}
.equalizer {
    height: 50px;
    width: 70px;
}
.icon_mobilebgbx img{
    width: 50px;
}
.btntab5_left p {
    font-size: 16px;
    text-align: left;
}
.list_btntb5 li {
    font-size: 16px;
    line-height: 35px;
}
.list_btntb5:after {
    height: 140px;
    top: 3px;
    background-size: contain;
}
.btntab5_right p {
    font-size: 16px;
    margin-bottom: 17px;
}
.tab5_btnwrp {
    gap: 50px;
    margin-top: 75px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.tab5_bnwdisc {
    max-width: 550px;
    margin-right: 50px;
    height: fit-content;
}
.btntab5_left {
    width: 69%;
    margin-right: 0%;
    gap: 30px;
}
}
/* tab 5 responsive start */
@media only screen and (max-width: 1880px) {
}
@media only screen and (max-width: 1780px) {
}
@media only screen and (max-width: 1680px) {
    .tab5_title {
    font-size: 32px;
    line-height: 42px;
}
.btntab5_right h2 {
    font-size: 32px;
    line-height: 42px;
}
.tab_5left p {
    font-size: 16px;
    line-height: 25px;
}
.lefticon_text {
    gap: 15px;
}
.lefticon_text li {
    font-size: 16px;
    line-height: 25px;
}
.li_inside_para li {
    font-size: 16px;
}
.icon_namebx li p {
    font-size: 16px;
    line-height: 25px;
}
.mobile_bg ul li {
    font-size: 16px;
    line-height: 35px;
}
.mobile_bg ul {
    margin: 40px 0 0 0;
}
.equalizer {
    height: 50px;
    width: 70px;
}
.icon_mobilebgbx img{
    width: 50px;
}
.btntab5_left p {
    font-size: 16px;
    text-align: left;
}
.list_btntb5 li {
    font-size: 16px;
    line-height: 35px;
}
.list_btntb5:after {
    height: 140px;
    top: 3px;
    background-size: contain;
}
.btntab5_right p {
    font-size: 16px;
    margin-bottom: 17px;
}
.tab5_btnwrp {
    gap: 50px;
    margin-top: 75px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.tab5_bnwdisc {
    max-width: 550px;
    margin-right: 50px;
    height: fit-content;
}
.btntab5_left {
    width: 69%;
    margin-right: 0%;
    gap: 30px;
}
}
@media only screen and (max-width: 1550px) {
    .tab_5right {
    gap: 35px;
    padding-left: 55px;
    margin-top: 45px;
}
.discuss_lefttbfiv {
    padding: 10px 17px;
}
.tab_5left h5 {
    margin-top: 50px;
}
.contact_wtextbx {
    left: 34%;
    gap: 100px;
    width: 63%;
    bottom: 0%;
}
.tab5_bnwdisc {
    max-width: 500px;
    margin-right: 40px;
    height: fit-content;
}
.btntab5_right::before {
    left: -13%;
}
.btntab5_right {
    width: 26%;
}
.tab5_sec1_right {
    width: 60% !important;
    padding-right: 0;
}
.tab5_sec1_left {
    width: 40% !important;
    padding-left: 0;
}
.contact_wtextbx {
    left: 0%;
    gap: 100px;
    width: 100%;
    bottom: 0%;
}
}
@media only screen and (max-width: 1440px) {
    .tab5_full_sec .content_tab_plr{
        padding-top: 50px;
    }
    .tab5_btnwrp {
    margin-bottom: 60px;
}
.tab_5left p {
    font-size: 13px;
    line-height: 20px;
}
.lefticon_text li {
    font-size: 13px;
    line-height: 20px;
}
.li_inside_para li {
    font-size: 13px;
}
.icon_namebx li p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.mobile_bg ul li {
    font-size: 13px;
    line-height: 35px;
}
.btntab5_left p {
    font-size: 13px;
    text-align: left;
}
.list_btntb5 li {
    font-size: 13px;
    line-height: 35px;
}
.btntab5_right p {
    font-size: 13px;
}
.tab5_consult_btn {
    margin-right: 10px !important;
    margin-top: 0px !important;
}
.discuss_lefttbfiv {
    padding: 0px 0px;
}
.border_right:after {
    height: 110px;
    top: 33px;
}
.tab5_bnwdisc {
    max-width: 470px;
    margin-right: 45px;
    height: fit-content;
}
.tab_5left h5 {
    margin-top: 65px;
}
.tab5_title {
    font-size: 26px;
    line-height: 36px;
}
.btntab5_right h2 {
    font-size: 26px;
    line-height: 36px;
}
.contact_bxtab5 h6 {
    font-size: 12px;
}
.contact_bxtab5 p span , .tab_5left h5 , .discuss_lefttbfiv h3 , .icon_namebx li h4 , .btntab5_left h5 , .icon_wtext h4 , .btntab5_left p span {
    font-size: 15px;
}
.icon_text h5 {
    font-size: 16px;
}
.mobile_bg h2 {
    font-size: 26px;
    line-height: 33px;
}
}
@media only screen and (max-width: 1366px) {
    .tab5_btnwrp {
    margin-bottom: 10px;
}
.mobile_bg h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 27px;
}
.mobile_bg {
    padding: 60px 30px 120px 35px;
    background-size: 100% 96%;
}
.icon_mobilebgbx img {
    width: 40px;
}
.equalizer {
    height: 35px;
    width: 65px;
}
}
@media only screen and (max-width: 1280px) {
.tab_5left{
    display: flex;
    flex-direction: row;
    gap: 85px;
}
.tab5_sec1_right {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}
.tab5_sec1_left {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.tab_5right {
    gap: 35px;
    padding-left: 0px;
    margin-top: 45px;
}
.tab_5left h5 {
    margin-top: 30px;
}
.tab5_title {
    margin-top: 10px;
}
.discuss_lefttbfiv:after {
    right: -50px;
    top: -90px;
    width: 170px;
    height: 150px;
    object-fit: contain;
    background-size: contain;
}
.border_right:after {
    height: 85px;
    top: 7px;
}
.mobile_bg {
    width: 40%;
}
.icon_namebx {
    width: 75%;
}
.tab_5right {
    gap: 65px;
}
.contact_bxtab5 p span {
    font-size: 17px;
    letter-spacing: 0px;
}
.tab5_consult_btn {
    margin-right: 0px !important;
    margin-top: 0px !important;
}
.tab5_bnwdisc {
    max-width: 300px;
    margin-right: 30px;
    height: fit-content;
}
.btntab5_right {
    width: 32%;
}
.btntab5_left {
    width: 62%;
    margin-right: 0%;
    gap: 30px;
}
.tab5_btnwrp {
    margin-bottom: 0px;
    margin-top: 40px;
}
.mobile_bg {
    background-size: 100% 95%;
}
.mobile_bg ul {
    margin: 27px 0 0 0;
}
.icon_text .icon_bxcontent {
    padding-left: 43px;
}
}
@media only screen and (max-width: 1150px) {
    .tab5_right_subtitle{
        width: 40%;
    }
    .tab5_left_subtitle{
        width: 60%;
    }
}
@media only screen and (max-width: 1080px) {
    .btntab5_right::before {
    left: -10%;
}
.border_right:after {
    height: 100px;
    top: 8px;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
.wel_com_fjn {
    padding: 0px 0px 0px;
}
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contact_wtextbx {
    bottom: 2%;
}
.tab_5right {
    gap: 45px;
}
}
@media only screen and (max-width: 768px) {
    .tab5_right_subtitle {
    width: 100%;
}
.tab5_left_subtitle {
    width: 100%;
}
.tab_5left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.discuss_lefttbfiv:after {
    right: 0px;
    top: -72px;
    width: 135px;
    height: 150px;
    z-index: -2;
}
.discuss_lefttbfiv {
    background: #fff;
}
.mobile_bg {
    width: 50%;
}
.icon_namebx {
    width: 50%;
}
.tab_5right {
    gap: 35px;
}
.btntab5_left {
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}
.tab5_btnwrp {
    flex-direction: column-reverse;
}
.btntab5_right {
    width: 100%;
}
.icon_text img {
    position: absolute;
    left: -4px;
    top: 10px;
}
.contact_wtextbx {
    bottom: -8%;
}
.wel_com_fjn {
    margin-bottom: 50px;
}
.tab5_bnwdisc {
    max-width: 355px;
    margin-right: 20px;
    height: fit-content;
}
.lefticon_text li {
    align-items: center;
}
.cat_infbx:after {
    left: 10px;
    top: -73px;
    width: 110px;
    height: 112px;
    background-size: 80%;
}
.btn_rightdiscuss {
    margin-top: 60px;
}
.lefticon_text {
    margin-top: 0px;
}
.border_right:after {
    height: 85px;
    top: 13px;
}
.tab5_full_sec{
    margin-bottom: 90px !important;
}
.tab5_btnwrp {
    gap: 30px;
}
}
@media only screen and (max-width: 767px) {
    .lefttt{
    display: flex;
    flex-direction: row;
}
.tab5_btnwrp {
    margin-bottom: 40px;
    margin-top: 40px;
}
.tab5_full_sec .content_tab_plr {
    padding-top: 20px;
}
.contact_wtextbx {
    bottom: -11%;
}
.tab5_btnwrp {
    margin-bottom: 50px;
    margin-top: 30px;
}
.border_right:after {
    height: 77px;
    top: 10px;
}
}
@media only screen and (max-width: 600px) {
    .btntab5_left {
    gap: 35px;
    justify-content: space-between;
    flex-direction: column;
}
.tab5_bnwdisc {
    max-width: 100%;
    margin-right: 0;
    height: fit-content;
}
.tab5_btnwrp {
    margin-bottom: 20px;
    margin-top: 10px;
}
.tab5_btnwrp {
    gap: 25px;
}
.contact_wtextbx {
    bottom: -8%;
    margin: 50px 0px 30px;
}
.contact_bxtab5 {
    margin-top: 40px;
}
.tab5_full_sec {
    margin-bottom: 70px !important;
}
.border_right:after {
    height: 98px;
    top: 10px;
}
}
@media only screen and (max-width: 520px) {
    .mobile_bg {
    width: 100%;
}
.icon_namebx {
    width: 100%;
}
.tab_5right {
    gap: 25px;
    flex-direction: column;
}
.icon_namebx {
    margin-top: 0px;
}
.mobile_bg {
    padding: 60px 45px 120px 50px;
}
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 75px;
    margin-top: 30px;
}
.border_right:after {
    height: 115px;
}
}
@media only screen and (max-width: 480px) {
    .contact_wtextbx {
    bottom: -8%;
    margin: 40px 0px 31px;
    gap: 25px;
}
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 80px;
    margin-top: 30px;
}
.tab_5left p br{
    display: none;
}
.btntab5_right p {
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 430px) {
    .border_right:after {
    height: 1px;
    width: 100%;
    top: 100%;
}
.tab5_left_box {
    padding-left: 15px;
}
.lefttt {
    display: flex;
    flex-direction: column;
}
.tab_5left h5 {
    margin-top: 50px;
}
.lefticon_text {
    gap: 18px;
    flex-direction: column;
}
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 85px;
    margin-top: 30px;
}
}
@media only screen and (max-width: 390px) {
.list_btntb5 {
    position: relative;
    padding-left: 40px;
    margin-bottom: 45px;
    margin-top: 30px;
}
.contact_wtextbx {
    bottom: 0;
    margin: 0px 0px 0px;
    gap: 20px;
    position: relative;
    flex-direction: column;
}
.tab5_btnwrp {
    gap: 40px;
}
.tab5_full_sec {
    margin-bottom: 40px !important;
}
}
/* tab 5 responsive end*/
 




/* tab 6 start */
.tab_six_plr{
    padding: 75px 70px 0 70px;
}
.web_des{
    display: flex;
    margin-top: 40px;
}
.set_img{
    width: 55px;
    height: 55px;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set_img  img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 15px;
}
.border{
    border: 1px solid #000;
    padding: 6px 35px 0px 20px;
}
.amet_para ul li {
    list-style: disc !important;
    font-size: 28px;
    color: #333333;
    line-height: 12px;
}
.amet_para ul li::marker{
    height: 35px;
}
.amet_para ul {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-left: 33px;
    margin-top: 35px;
}
.wev_loukas {
    font-family: 'SF Pro Display';
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 42px;
    position: relative;
}
.line_br {
    background-image: url(../../assets/images/360/line.png);
    background-repeat: no-repeat;
    object-fit: none;
    padding: 44px;
    height: 245px;
    width: 100%;
    margin-top: 65px;
}
.right_tab6_2 .my_way{
    width: 72%;
}
.line_br img{
    position: absolute;
    right:10px;
    top:48px;
}
.line_br:hover img {
    animation: shake 0.5s;
}
.tab6 p{
    text-align: left;
}
.mouse_para {
    position: relative;
    margin-top: 80px;
    width: 74%;
}
.mouse_txt {
    width: 39% !important;
}
.middle_fig{
    width: 18% !important;
    margin-top: 100px;
}
.left_box {
    width: 43% !important;
    margin-top: 60px;
    padding-left: 0;
}
.mouse_fig{
    position: absolute;
    top: 0;
    right: 0;
}
.contt_inf{
    display:flex;
    gap:40px;
}
.border::before {
    height: 100px;
    width: 75px;
    content: " ";
    background: url('../images/360/Vectorcat.png') no-repeat;
    position: absolute;
    top: -36px;
    right: 0;
}
.border h4{
    font-size: 20px;
    line-height: 30px;
    color: #1d1d1f;
    font-weight: 600;
    font-family: "Handlee";
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1.4px;
}
.web_des .tab_content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #1d1d1f;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'SF Pro Display';
    letter-spacing: 0 !important;
}
.web_des h5 {
    font-size: 15px;
    line-height: 17px;
    color: #8c8c8c;
    font-weight: 400;
    font-family: "Handlee";
    margin: 0;
    text-indent: 25px;
}
.line-txt {
    width: 19px;
    height: 1px;
    background: #464646;
    margin-right: 0px;
    display: block;
    position: absolute;
    top: 35px;
    left: 77px;
}
.wev_loukas::after {
    width: 50%;
    height: 1px;
    background: #d9d9d9;
    margin-right: 0px;
    display: block;
    position: absolute;
    left: 0px;
    content: '';
    bottom: -25px;
}
.lorem_txt , .lorem_txt_last {
    letter-spacing: 0 !important;
    margin-top: 10px;
    line-height: 21px;
    width: 90%;
}
.lorem_txt::after {
    width: 1px;
    height: 80px;
    background: #d7d7d7;
    margin-right: 0px;
    display: block;
    position: absolute;
    content: '';
    top: 45px;
    right: 28px;
}
.tab_six_2{
    margin-bottom: 65px !important;
}
.tab6_title{
font-size: 35px;
    line-height: 36px;
    color: #1d1d1f;
    font-weight: 600;
    padding-bottom: 10px;
}
.tab6_title span {
    color: #8b8b99;
}
.tab_six_2 .header_para{
    width: 55%;
}
.box_title{
        font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Handlee";
    letter-spacing: 1px;
}
.contt_inf .my_waywrp p{
    font-weight: 500;
}
.contt_inf h5{
    padding-bottom: 0 !important;
    margin-top: 25px;
}
.line_br .tab3_h4{
    font-weight: 500;
}

 
.left_col1 {
    width: 62%;
}
.left_col2 {
    width: 38%;
    padding-top: 68px;
}
.tab_6_left {
    display: flex;
}
.left_bg {
    background: url('../images/360/border1.jpg');
    background-repeat: no-repeat;
    width: 400px;
    background-size: contain;
    height: 214px;
    padding: 20px 40px 22px 20px;
}
 
.tab6_h3 h3 {
    font-size: 20px;
    line-height: 24px;
    color: #777777;
    font-weight: 500;
    font-family: 'SF Pro Display';
    margin-top: 0;
    padding-left: 60px;
}
.tab6_h4 h4 {
    font-size: 20px;
    line-height: 30px;
    color: #262626;
    font-weight: 400;
    font-family: "Handlee";
    margin-bottom: 5px;
    margin-top: 22px;
}
.tab6_h4 p {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    /* letter-spacing: 1px; */
}
.left_col1 p {
    font-size: 17px;
    line-height: 24px;
    padding-top: 65px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    letter-spacing: 1px;
}
.tab6_h4 {
    padding-left: 20px;
}
.left_bg {
    position: relative;
}
.left_col2_img {
    position: absolute;
    top: -30px;
    left: -40px;
}
.col2_list {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 75px;
}
.col2_list ul li {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    /* letter-spacing: 1px; */
}
.col2_list ul li{
    list-style: disc !important;
}
.col2_square_list ul li {
    font-size: 17px;
    line-height: 27px;
    color: #262626;
    font-weight: 600;
    font-family: "Handlee";
    list-style:square !important;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.col2_square_list ul li::marker {
    color: #ccc;
    font-size: 25px;
    line-height: 20px;
}
.tab6_cnt_us {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 34px;
    padding-top: 28px;
}
.right_col_para p {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
   font-family: "Handlee";
   padding-bottom: 15px;
   letter-spacing: 1px;
}
.right_col_para p span {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
}
.tab6_ryt_h2 h2 {
    font-size: 35px;
    line-height: 45px;
    color: #1d1d1f;
    font-weight: 600;
    margin-top: 0px;
}
.tab6_ryt_h2 h2 span {
    color: #8b8b99;
}
.tab6_ryt_h2 p {
    font-size: 17px;
    line-height: 27px;
    color: #312369;
    font-weight: 600;
    font-family: "Handlee";
    letter-spacing: 1px;
}
.col2_square_list {
    position: relative;
    left: 95px;
}
.col2_square_list ul li:after {
    position: absolute;
    content: '';
    border-bottom: 1px dashed #ccc;
    width: 65%;
    left: -20px;
    height: 20%;
}
 
.left_col1 img {
    width: auto;
    height: 420px;
    object-fit: cover;
}
.tab6_right {
    padding-left: 80px;
}
.col2_square_list:before {
    position: absolute;
    content: '';
    height: 175px;
    left: -40px;
    bottom: 18px;
    width: 0.5px;
    background-color: #7d7d7d;
}
.col2_list ul li::marker {
    font-size: 26px;
    line-height: 26px;
}
.left_bg {
    position: relative;
}
.tab6_h3 h3:after {
    position: absolute;
    content: '';
    width: 55%;
    height: 1px;
    background-color: #ccc;
    top: 80px;
    left: 80px;
}
.d_para{
    width: 100%;
}
.col2_square_list ul li:nth-child(4):after {
    content: none;
}
.sec_two{
    padding-top: 40px !important;
}

.newBanSeo {
    width: 100%;
}
 /* tab 6 end */




@media only screen and (max-width: 1880px) {
      .degree-section2 {
        padding-top: 115px;
    }
    .s_tab_img img  {
       width: 100%;
       height: 410px;
       object-fit: contain;
    }

}
@media only screen and (max-width: 1780px) {
    .stand_fig{
        display: flex;
    }
    .webb_serv_left{
        width: 65% !important;
    }
    .webb_serv_right{
        width:35% !important;
    }
    .tab-btn:not(:last-child)::after {
    right: -20px;
    }
    .twoLine_txt  br {
        display: none;
    }
    .ryt_side_tab::before {
    left: 0%;
   }
   .tab3_right {
    padding-left: 95px;
  }
  .tab3_right .degree_para {
    padding-left: 44px;
    letter-spacing: 0.7px;
   }
       .markt_left_line::before {
        left: -35px;
    }
   .inner_box {
    padding: 5px 45px 24px 45px;
   }
   .inner_box_last {
    margin-bottom: 0 !important;
    padding: 5px 45px 24px 45px;
}
.tab_left_1 {
    padding: 35px 60px 50px 60px;
}
.degree_tab {
    padding-top: 40px !important;
}
}
@media only screen and (max-width: 1680px) {
    .degree_tab {
    padding: 0 70px;
}
.degree_para {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}
.tab_six_2 .header_para {
    width: 56%;
}
.webb_serv_right {
    width: 36% !important;
}
.webb_serv_left {
    width: 64% !important;
}
.mouse_para {
    width: 75%;
}
.tab6_title {
    font-size: 32px;
    line-height: 37px;
}
.tab4_imgbox {
    gap: 15px;
}
.web_des h5 {
    text-indent: 30px;
}
.tab_six_plr {
    padding: 45px 58px 0 58px;
}
.full_img_box .box p  br{
   display: none;
}
.tab3_right {
        padding-left: 90px;
    }
.tab_left_1 {
    padding: 35px 60px 50px 60px;
}
.markt_left_line::before {
        left: -30px;
    }
    .tab3_box_only {
    gap: 40px;
  }
}
@media only screen and (max-width: 1550px) {
    .webb_serv_right {
    width: 40% !important;
}
.webb_serv_left {
    width: 60% !important;
}
.amet_para ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 33px;
    margin-top: 35px;
}
.lorem_txt, .lorem_txt_last {
    width: 96%;
}
.set_img {
    width: 45px;
    height: 45px;
}
.set_img  img {
    width: 30px;
    height: 30px;
}
.lorem_txt::after {
    width: 1px;
    height: 75px;
    top: 52px;
    right: 15px;
}
.line-txt {
    left: 62px;
}
.amet_para ul li p{
    margin-bottom: 0;
}
.mouse_txt {
    width: 40% !important;
}
.left_box {
    width: 40% !important;
    margin-top: 60px;
}
.middle_fig {
    width: 20% !important;
    margin-top: 100px;
}
.tab11 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab12 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab13 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab14 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab15 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab16 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab17 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    height: auto;
}
.tab-btn:not(:last-child)::after {
    right: -40px;
}
.intt_txt {
    padding-bottom: 18px;
}
.tab3_list li {
    margin-bottom: 20px;
}
.tab_left_1 {
        padding: 35px 50px 50px 50px;
    }
.tab3_work {
    margin-bottom: 30px;
}
.markt_left_line::before {
        left: -20px;
    }
    .tab3_right {
        padding-left: 30px;
    }
.s_tab_img img {
        height: 320px;
    }
    .tab3_title .degree_para {
    margin-bottom: 15px;
}
    .inner_box {
        padding: 5px 30px 24px 30px;
    }
    .tab3_box_only {
    gap: 50px;
    padding: 10px 20px;
}
    .tab3_box_only {
        gap: 0px;
        padding: 10px 20px;
    }

}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
.stand_fig {
    justify-content: center;
}
.tab-btn:not(:last-child)::after {
    right: -28px;
}
.tab_six_plr {
    padding: 45px 50px 0 50px;
}
.degree_tab {
    padding: 0 65px;
}
.footer_area {
    bottom: 34px;
}
.wev_loukas {
    font-size: 17px;
    margin-bottom: 30px;
}
.wev_loukas::after {
    bottom: -16px;
}
.line_br {
    padding: 35px;
    height: 210px;
    margin-top: 70px;
    background-size: 94%;
}
.webb_serv_right {
    width: 38% !important;
}
.webb_serv_left {
    width: 62% !important;
}
.degree_para {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
}
.web_des .tab_content h4 {
    font-size: 18px;
    line-height: 28px;
}
.web_des {
    margin-top: 30px;
}
.lorem_txt::after {
    height: 63px;
    top: 52px;
    right: 15px;
}
.tab_six_2 .header_para {
    width: 60%;
}
.tab3_right .tab_title_right h2 {
    font-size: 32px;
    line-height: 36px;
}
.tab_left_1 .tab_title h2 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 3px;
}
.tab3_work h3 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 4px;
}
.tab3_h4 {
    font-size: 18px;
    line-height: 17px;
}
.intt_txt {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 25px;
    margin-top: 15px;
}
    .tab_left_1 {
        padding: 20px 40px 40px 40px;
    }
    .tab3_h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .tab3_list li {
        margin-bottom: 15px;
    }
    .intt_txt {
        padding-bottom: 20px;
    }
        .s_tab_img img {
        height: 290px;
    }
   .tab3_box_only h3 {
    font-size: 18px;
    line-height: 20px;
   }
   .tab_left_1 {
    height: 600px !important;
   }
   .box_heading {
    font-size: 32px;
    line-height: 34px;
}
.box_heading::before {
    right: 399px;
}
.wel_com_fjn {
    padding: 0px 0px 0px;
}
.tab3_h4 {
        font-size: 17px;
        line-height: 17px;
    }
    .tab3_list li {
        margin-bottom: 10px;
    }
    .degree_tab {
        padding-top: 85px !important;
    }
    .title_cnt h4 {
    font-size: 15px;
    line-height: 25px; 

    }
    /* .content_tab_plr {
        padding: 75px 64px 0 64px;
    } */
    
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {	
    .wev_loukas {
    font-size: 17px;
    margin-bottom: 30px;
}
.degree_para {
    font-size: 13px !important;
    line-height: 22px;
    letter-spacing: 1px;
}
.stand_fig {
    justify-content: center;
}
.my_waywrp p {
    font-size: 18px;
}
.webb_serv_right {
    width: 38% !important;
}
.webb_serv_left {
    width: 62% !important;
}
.line_br {
    padding: 36px 28px;
    height: 215px;
    margin-top: 75px;
    background-size: 94% 98%;
}
.mouse_txt {
    width: 40% !important;
    margin-top: 17px;
}
.footer_area {
    bottom: 34px;
}
.wev_loukas::after {
    bottom: -19px;
}
.amet_para ul li {
    font-size: 16px;
}
.border {
    padding: 6px 20px 0px 15px;
}
.mouse_fig img{
    width: 125px;
}
.tab3_h4 {
    font-size: 17px;
    line-height: 17px;
}
.my_waywrp p {
    font-size: 17px;
}
.tab-btn:not(:last-child)::after {
    right: -24px;
}
.tab11 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab12 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab13 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab14 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab15 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab16 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab17 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    height: auto;
}
.tab_left_1 .tab3_work h3 {
      font-size: 16px !important; 
   }
    .tab3_title .degree_para {
        margin-bottom: 8px;
    }
    .intt_txt {
    font-size: 15px;
    line-height: 15px;
}
    .intt_txt {
        padding-bottom: 12px;
    }
        .tab3_work {
        margin-bottom: 10px;
    }
        .tab3_list li {
        margin-bottom: 10px;
    }
    .tab_left_1 {
        padding: 35px 35px 50px 35px;
    }
    .s_tab_img img {
        height: 230px;
    }
    .markt_left_line::before {
        left: -16px;
    }
    .tab_left_1 .tab_title h2 {
    font-size: 32px;
    line-height: 34px;
}
.tab3_right .tab_title_right h2 {
    font-size: 32px;
    line-height: 34px;
}
.tab_left_1 {
    height: 590px !important;
}
    .inner_box_last {
        padding: 5px 35px 24px 35px;
    }
    .tab3_box_only h3 {
    font-size: 16px;
   }
       .tab_left_1 {
        height: 550px !important;
    }
.tab3_box_only h3::after {
    width: 60px;
    margin-left: 15px;
}
    .tab3_right {
        padding-left: 15px;
    }
.left_line::before {
    top: 63px;
}
.loukas_para {
    font-size: 15px;
}
.degree-section2 {
        padding-top: 140px;
    }
    .degree_tab {
        padding-top: 90px !important;
    }
}
@media only screen and (max-width: 1280px) {
    .stand_fig .bulb1{
        width: 150px;
        height: 140px;
    }
    .stand_fig .bulb2{
        width: 150px;
        height: 100%;
    }
    .stand_fig {
    justify-content: center;
}
.tab_six_2 .header_para {
    width: 74%;
}
/* .degree_para {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
} */
.line_br {
    padding: 36px 28px;
    height: 215px;
    margin-top: 75px;
    background-size: 94% 98%;
}
.wev_loukas {
    font-size: 17px;
    margin-bottom: 32px;
}
.wev_loukas::after {
    bottom: -22px;
}
.webb_serv_right {
    width: 34% !important;
}
.webb_serv_left {
    width: 66% !important;
}
.line_br img {
    right: 0px;
    top: 66px;
    width: 85px;
}
.mouse_txt {
    width: 39% !important;
}
.middle_fig {
    width: 19% !important;
    margin-top: 100px;
}
.left_box {
    width: 42% !important;
    margin-top: 60px;
}
.mouse_fig img{
    width: 110px;
}
.mouse_fig {
    top: 17px;
}
.star_fig img{
    width: 60px;
}
.contt_inf {
    display: flex;
    gap: 20px;
    /* justify-content: space-between; */
}
.my_waywrp p {
    font-size: 15px;
}
.contact_usdpg {
    padding: 9px 8px 9px 9px;
}
.right_tab6_2 .my_way {
    width: 81%;
}
.my_waywrpinner {
    align-items: flex-start;
}
.set_img  img {
    width: 25px;
    height: 25px;
    margin-top: 10px;
}
.set_img {
    width: 40px;
    height: 40px;
}
.amet_para ul li {
    font-size: 16px;
}
.tab11 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab12 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab13 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab14 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab15 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab16 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab17 {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: auto;
}
.tab-btn:not(:last-child)::after {
    right: -15px;
}
.tab_left_1 .tab_title h2 {
    font-size: 30px;
    line-height: 32px;
}
.tab3_fl {
    display: flex !important;
    flex-direction: column-reverse !important;
}
.tab3_right {
    display: flex;
}
.degree-section2 {
        padding-top: 150px;
    }
    .degree_tab {
        padding-top: 110px !important;
    }
    .tab3_m {
        width: 100%;
    }
   .tab3_a {
    width: 40%;
   }
   .tab3_b {
    width: 60%;
   }
   .left_line::before {
    top: 84px;
   } 
   .tab3_right {
        padding-left: 0px;
    } 
    .s_tab_img img {
        height: 280px;
    }
   .tab3_right {
        gap: 90px;
        padding-bottom: 30px;
    }
    .left_tablet {
        width: 100%;
    }
    .tab_left_1 {
    height: 550px !important;
    width: 100%;
    background-size: 100% 100%;
  }
  .tab3_work h3 {
    font-size: 16px;
  }
  .tab3_h4 {
    font-size: 17px;
    line-height: 17px;
  }
  .intt_txt {
    font-size: 17px;
    line-height: 17px;
} 
  
}
@media only screen and (max-width: 1200px) {
    .tab4_imgbox p {
    padding-right: 15px;
}
.sub_tttt , .right_tab6_2 {
    display: flex;
}
.degree_tab {
    padding: 0 60px;
}
.tab_six_plr {
    padding: 30px 45px 0 45px;
}
.tab6_title {
    font-size: 28px;
    line-height: 38px;
}
.degree-section2 {
        padding-top: 170px;
    }
.tab3_boxx {
    width: 100%;
}
.tab3_b h2 {
    font-size: 30px;
    line-height: 35px;
}

}
@media only screen and (max-width: 1150px) {
    .amet_para ul {
    padding-left: 20px;
}
.mouse_txt {
    width: 100% !important;
    padding-left: 0px;
}
.middle_fig {
    width: 20% !important;
    margin-top: 100px;
    position: absolute;
    right: 15px;
}
.left_box {
    width: 75% !important;
    margin-top: 60px;
}
.right_tab6_2 {
    flex-direction: column;
}
.mouse_para {
    width: 90%;
    margin-top: 35px;
}
.right_tab6_2 .my_way {
    width: 40%;
}
.mouse_fig {
    top: -14px;
}
.mouse_fig img {
    width: 100px;
}
.lorem_txt::after {
    width: 1px;
    height: 65px;
    top: 50px;
    right: 18px;
}
.degree_tab {
        padding-top: 140px !important;
    }
.tab3_d {
    display: flex;
}
.tab_l {
    width: 60%;
}
.tab_r {
    width: 40%;
}
.line-txt {
    left: 55px;
}
}
@media only screen and (max-width: 1080px) {
    .tab3_h4 {
    font-size: 17px;
}
.wev_loukas {
    font-size: 15px;
    margin-bottom: 28px;
}
.line_br .degree_para br{
    display: none;
}
.line_br img {
    right: -10px;
    top: 70px;
    width: 60px;
}
.wev_loukas::after {
    bottom: -20px;
}
.tab4_imgbox p {
    padding-right: 10px;
}
.webb_serv_right {
    width: 32% !important;
}
.webb_serv_left {
    width: 68% !important;
}
.tab4_imgbox {
    gap: 10px;
}
.line_br {
    padding: 28px 22px;
    height: 195px;
    margin-top: 75px;
    background-size: 95% 100%;
}
.mouse_para {
    width: 83%;
    margin-top: 35px;
}
.degree_tab {
        padding-top: 160px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .tab_six_2 .header_para {
    width: 80%;
}
.web_des {
    display: flex;
    margin-top: 25px;
}
.line_br {
    padding: 30px 20px;
    height: 225px;
    margin-top: 75px;
    background-size: 93% 100%;
}
.line-txt {
    left: 53px;
}
.right_tab6_2 .my_way {
    width: 45%;
}
.degree_tab {
    padding: 0 35px;
}
.tab_six_plr {
    padding: 20px 20px 0 20px;
}
.tab4_imgbox p {
    padding-right: 10px;
}
.line_br img {
    right: 12px;
    top: 66px;
    width: 72px;
}
.stand_fig {
    justify-content: flex-end;
}
.tab-btn:not(:last-child)::after {
    right: -12px;
}
.web_des .tab_content h4 {
    font-size: 18px;
    line-height: 30px;
}
.tab3_list li {
        margin-bottom: 26px;
    }
.line_br {
    padding: 28px 25px;
    height: 210px;
    margin-top: 75px;
    background-size: 83% 100%;
}
.bott{
    padding-right: 40px;
}
}
@media only screen and (max-width: 1000px) {
    .tab4_imgbox p {
    padding-right: 10px;
}
}
@media only screen and (max-width: 991px) {
    .lorem_txt::after {
    height: 90px;
}
.tab-btn:not(:last-child)::after {
    right: -17px;
}
.tab11 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab12 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab13 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab14 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab15 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab16 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab17 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
}
@media only screen and (max-width: 900px) {
    .tab-btn:not(:last-child)::after {
    right: -8px;
}
}
@media only screen and (max-width:800px) {
    .tab-btn:not(:last-child)::after {
    right: -8px;
}
.degree_tab {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px 30px;
}
.tab-btn.active:before {
    bottom: -20px;
}
.degree_tab .innovations{
    grid-column: 1 / -1;
    justify-self: center;
    width: 230px;
}
.tab-btn:not(:last-child)::after {
    right: -15px;
}
.tab-btn.tab13:not(:last-child)::after , .tab-btn.tab16:not(:last-child)::after  {
    display: none;
}
}
@media only screen and (max-width: 767px) {
    .left_box {
    width: 100% !important;
    margin-top: 30px;
    padding-right: 0;
}
    .sub_tttt {
    display: flex;
    flex-direction: column;
}
.webb_serv_left {
    width: 100% !important;
}
.webb_serv_right {
    width: 57% !important;
}
.line_br {
    padding: 30px 50px;
    height: auto;
    margin-top: 75px;
    background-size: 100% 100%;
}
.web_des {
    display: flex;
    margin-top: 25px;
    gap: 20px;
}
.lorem_txt::after {
    height: 67px;
     right: 0px;
}
.tab4_imgbox p {
    padding-right: 10px;
}
.stand_fig {
    justify-content: center;
}
.stand_fig .bulb1 {
    width: 90px;
    height: 85px;
}
.stand_fig .bulb2 {
    width: 90px;
    height: 100%;
}
.right_tab6_2 .my_way {
    width: 90%;
}
.tab11 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab12 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab13 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab14 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab15 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab16 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.tab17 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 12px;
    height: auto;
}
.middle_fig {
    width: 40% !important;
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: -185px;
}
.stand_fig .bulb2 {
    width: 170px;
    height: 100%;
}
.stand_fig .bulb1 {
    width: 140px;
    height: 160px;
}
.degree_tab .innovations {
    width: 220px;
}
.tab1 .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.line_br img {
    right: -13px;
    top: 66px;
    width: 72px;
}
}
@media only screen and (max-width: 700px) {
    .footer_area {
    bottom: 0px;
}
.tab_six_2 {
    margin-bottom: 23px !important;
}
}
@media only screen and (max-width: 600px) {
    .line_br {
    padding: 25px 30px;
    height: auto;
    margin-top: 34px;
    background-size: 100% 100%;
}
.webb_serv_right {
    width: 53% !important;
}
.line_br img {
    right: -7px;
    top: 30px;
    width: 70px;
}
.tab4_imgbox {
    gap: 10px;
    justify-content: center;
}
.tab_content{
    text-align: center;
}
.tab4_imgbox {
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.web_des {
    display: grid;
    margin-top: 25px;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.web_des h5 {
    text-indent: 0;
}
.line-txt {
    left: 53px;
    display: none;
}
.tab4_imgbox p {
    position: relative;
}
.lorem_txt::after {
    height: 1px;
    right: 0px;
    width: 100%;
    bottom: 0;
    top: 54px;
}
.tab_six_2 .header_para {
    width: 90%;
}
.degree_tab .innovations {
    width: 170px;
}
.sec_two {
    padding-top: 15px !important;
}
}
@media only screen and (max-width: 520px) {
    
.border h4 {
    font-size: 18px;
    line-height: 28px;
}
.tab6_title {
    font-size: 26px;
    line-height: 36px;
}
.stand_fig .bulb2 {
    width: auto;
    height: auto;
}
.stand_fig .bulb1 {
    width: auto;
    height: auto;
}
.stand_fig {
    justify-content: center;
}
.middle_fig {
    width: 100% !important;
    margin-top: 10px;
    position: relative;
    right: 0;
    top: 0;
}
.webb_serv_right {
    width: 96% !important;
}
.line_br .degree_para br {
    display: block;
}
.mouse_fig img {
    width: 80px;
}
.left_box {
    margin-top: 45px;
}
.degree_tab {
    grid-template-columns: 1fr 1fr;
}
.tab-btn.tab13:not(:last-child)::after {
    display: block;
}
.tab-btn.tab16:not(:last-child)::after , .tab-btn.tab12:not(:last-child)::after  , .tab-btn.tab14:not(:last-child)::after {
 display: none;
}
}
@media only screen and (max-width: 480px) {
    .tab_six_2 .header_para {
    width: 100%;
}
.mouse_para {
    width: 75%;
    margin-top: 35px;
}
}
@media only screen and (max-width:375px) {
}
@media only screen and (max-width:360px) {
    .mouse_fig {
    top: 18px;
}
}












@media only screen and (max-width: 1880px) {
    .right_col_para p {
    padding-bottom: 16px;
   }
   .left_col1 p {
    padding-top: 90px;
  }
  .col2_list {
    padding-bottom: 50px;
  }
  .inner_box {
    padding: 5px 55px 24px 55px;
   }
   .inner_box_last {
    padding: 5px 55px 24px 55px;
  }
  .tab3_right {
    padding-left: 115px;
  }
  
}
@media only screen and (max-width: 1780px) {
    .left_col1 p {
    font-size: 16px;
    line-height: 26px;
  }
  .right_col_para p {
    letter-spacing: 0px;
  }
  .col2_list ul li {
    font-size: 16px;
    line-height: 26px; 
  }
  .col2_list {
        padding-bottom: 30px;
    }
  .left_col1 p {
        padding-top: 60px;
    }
   .degree-section2 {
        padding-top: 75px;
    }
    .degree_tab {
        padding-top: 0px !important;
    }
        .inner_box {
        padding: 5px 35px 24px 35px;
    }
    .inner_box_last {
        padding: 5px 35px 24px 35px;
    }
    .tab3_right {
        padding-left: 80px;
    }
        .tab3_right {
        padding-left: 75px;
    }
   
}
@media only screen and (max-width: 1680px) {
    .right_col_para p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.col2_square_list ul li {
    font-size: 16px;
    line-height: 26px;
}
.col2_list ul li {
    font-size: 16px;
    line-height: 26px;
}
.tab6_h4 p {
    font-size: 16px;
    line-height: 26px;
}
.left_col1 img {
    width: auto;
    height: 410px;
    object-fit: cover;
}
.left_col1 p {
        letter-spacing: 0;
    }
.tab6_cnt_us {
    padding-bottom: 32px;
    padding-top: 22px;
}
.left_bg {
    width: 370px;
}
.tab_six_plr {
    padding: 45px 58px 0 58px;
}
.left_col2 {
    width: 45%;
}
.left_col1 {
    width: 55%;
}
.tab6_right {
    padding-left: 45px;
}
.tab6_ryt_h2 h2 {
    font-size: 32px;
    line-height: 42px;
}
.tab6_ryt_h2 p {
    font-size: 16px;
    line-height: 22px;
}
    .degree_tab {
        padding-top: 30px !important;
    }
.degree-section2 {
        padding-top: 90px;
    }

/* tab 1 css */

.tab_left {
    height: 690px !important;
}
.ryt_side_tab::before {
    left: 0%;
}
.system_tab_right li {
    margin-bottom: 18px;
}
.twoLine_txt {
    font-size: 16px;
    line-height: 26px;
}
.internaton-list .rotate-list-left li {
    font-size: 16px;
    line-height: 26px;
}
.sub_title_left::after {
    width: 220px;
    right: -210px;
}
.internaton-list .rotate-list-right li {
    font-size: 16px;
    line-height: 26px;
}
.full_img_box .box p {
    font-size: 16px;
    line-height: 26px;
}
.full_img_box .box h4 {
    font-size: 20px;
    line-height: 30px;
}
/* .content_tab_plr {
    padding: 75px 70px 0 70px;
} */
.tab1_pad {
    padding-left: 0 !important;
}
.intt_txt {
    padding-bottom: 22px;
}
 
 
}
@media only screen and (max-width: 1550px) {
    .left_col1 p br{
        display: none;
    }
    .left_col1 img {
        height: 340px;
    }
        .left_col1 p {
        letter-spacing: 1px;
    }
    .left_col1 p {
    padding-top: 105px;
    }
    .degree_para {
    letter-spacing: 1px;
   }
   .bg_img {
    margin-top: 2px;
    }
    .ryt_side_tab::before {
        left: 2%;
    }
        .degree-section2 {
        padding-top: 102px;
    }
        .degree_tab {
        padding-top: 55px !important;
    }
    .intt_txt {
    margin-top: 16px;
   }
       .tab-btn:not(:last-child)::after {
        right: -34px;
    }
    .tab3_right {
        padding-left: 20px;
    }

}
@media only screen and (max-width: 1440px) {
        .left_col1 p {
        font-size: 14px;
        line-height: 24px;
        }
        .tab_six_plr {
         padding: 45px 50px 0 50px;
      }
      .right_col_para p {
        font-size: 14px;
        line-height: 24px;
     }
     .col2_square_list ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .tab6_ryt_h2 h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .tab6_ryt_h2 p {
    font-size: 14px;
    line-height: 24px;
   }
   .col2_list ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .tab6_h3 h3 {
    font-size: 18px;
    line-height: 22px;
   }
   .tab6_h4 h4 {
    font-size: 18px;
    line-height: 28px;
   }
   .tab6_h4 p {
        font-size: 14px;
        line-height: 24px;
    }
    .left_bg {
        width: 350px;
    }
    .col2_list {
    padding-top: 6px;
   }
   .left_col1 p {
        padding-top: 95px;
    }
    .left_col2_img {
    top: -23px;
    left: -33px;
   }
   .left_col2_img img {
    width: 105px;
    height: 105px;
    object-fit: cover;
  }
   .left_col1 img {
        height: 310px;
    }
   .left_col1 p {
        padding-top: 120px;
    }
    .right_col_para p span {
    font-size: 16px;
    line-height: 26px;
   }
       .right_col_para p {
        padding-bottom: 12px;
    }
  .col2_square_list:before {
    height: 165px;
   }
   .sec_two {
    padding-top: 25px !important;
    }
    .tab_title_right h2 {
    font-size: 26px;
    line-height: 30px;
    }
    .title_cnt {
    margin-bottom: 50px;
    }
    .tab_title h2 {
    font-size: 26px;
    line-height: 30px
    }
    .tab_left {
        height: 645px !important;
    }
    .ryt_side_tab::before {
        left: 3%;
        height: 94%;
    }
    .twoLine_txt {
        font-size: 13px;
        line-height: 23px;
    }
        .internaton-list .rotate-list-left li {
        font-size: 13px;
        line-height: 23px;
    }
    .internaton-list .rotate-list-left li::marker {
    font-size: 32px;
    line-height: 22px;
    }
    .internaton-list .rotate-list-right li {
        font-size: 13px;
        line-height: 23px;
    }
    .internaton-list .rotate-list-right li::marker {
        font-size: 32px;
        line-height: 22px;
    }
    .sub_title_left h2, .sub_t2title_left h2 {
    font-size: 32px;
    line-height: 35px;
    }
    .full_img_box .box h4 {
        font-size: 16px;
        line-height: 26px;
    }
        .full_img_box .box p {
        font-size: 13px;
        line-height: 23px;
    }
    .img_box img {
    width: 35px;
    }
    .keyBoardStrategic img {
        height: 620px;
    }
   .sub_title_right {
    margin-top: 70px;
    }
    .sub_title_left {
    margin-top: 70px;
   }
   .list_rot {
    display: flex;
    gap: 40px;
   }
       .degree_tab {
        padding-top: 5px !important;
    }
        .intt_txt {
        padding-bottom: 16px;
    }
    .degree-section2 {
        padding-top: 65px;
    }
    .wel_com_fjn {
    margin-bottom: 40px;
    }
   .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17 {
        font-size: 12px;
        line-height: 22px;
        padding: 8px 30px;
    }
    .tab_content h4 {
      font-size: 15px;
      line-height: 25px;
  }
.full_img_box .box h4 {
    font-size: 17px;
    line-height: 27px;
}
.sub_title_left h2, .sub_t2title_left h2 {
    font-size: 26px;
    line-height: 30px;
   }
    .degree_tab {
        padding: 0 64px;
    }
        .inner_box {
        padding: 5px 50px 24px 50px;
    }
   }
@media only screen and (max-width: 1366px) {    
    .left_bg {
        width: 340px;
    }
    .left_bg {
    padding: 20px 35px 22px 20px;
   }
    .system_tab_right li {
        margin-bottom: 14px;
    }
    .system_tab_right {
    padding-left: 100px;
  }
    .ryt_side_tab::before {
        left: 5%;
        height: 93%;
    }
    .list_rot {
    display: flex;
    gap: 22px;
    }
    .box_inner {
    padding: 0px 30px;
   }
       .degree_tab {
        padding-top: 35px !important;
    }
    .degree-section2 {
        padding-top: 70px;
    }
    .tab-btn:not(:last-child)::after {
        right: -14px;
    }
    .tab3_right {
        padding-left: 5px;
    }
    .inner_box {
        padding: 5px 30px 24px 30px;
    }
    .inner_box_last {
        padding: 5px 30px 24px 30px;
    }
    .tab6_title {
    font-size: 28px;
    line-height: 34px;
    }

   
  }
@media only screen and (max-width: 1280px) {
    .left_col1 img {
        height: 260px;
    }
    .left_bg {
        padding: 15px 25px 20px 18px;
    }
    .coder_img img  {
        width: 135px;
        height: 110px;
        object-fit: contain;
    }
    .col2_list {
    padding-left: 65px;
    }
    .left_col2_img img {
        width: 100px;
        height: 100px;
    }
  .tab6_h3 h3:after {
    left: 75px;
    top: 60px;
   }
   .col2_square_list:before {
        height: 180px;
        left: -44px;
        bottom: 24px;
    }
   .left_col2 {
    padding-top: 60px;
   }
   .tab6_h3 h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .left_bg {
        width: 310px;
        height: 190px;
    }
    .left_col2_img img {
        width: 95px;
        height: 95px;
    }
    .tab6_h4 h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .tab6_cnt_us {
        padding-bottom: 28px;
        padding-top: 16px;
    }
    .left_col1 p {
        padding-top: 145px;
    }
    .right_col_para p {
        font-size: 14px;
        line-height: 22px;
    }
        .right_col_para p {
        padding-bottom: 8px;
    }
    .col2_list {
    padding-bottom: 40px;
   }
   .col2_square_list ul li {
    padding-bottom: 25px;
}
.sec_two {
    padding-top: 30px !important;
}
    .degree_para br {
        display: none;
    }
        .tab_left {
        height: 590px;
    }
    .tab_left {
    padding: 25px 45px 20px 40px;
}
.tab_list li {
    margin-bottom: 10px;
}
.tab_title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .tab_title_right h2 {
        font-size: 30px !important;
        line-height: 35px;
    }
.ryt_side_tab {
    padding-left: 75px;
}
.tab_content h4 {
    font-size: 18px;
    line-height: 28px;
}
.title_cnt h4 {
    font-size: 18px;
    line-height: 28px;
}
.tab_title_right p {
    margin-bottom: 20px;
}
.title_cnt {
    padding: 10px 20px 45px;
}
    .ryt_side_tab::before {
        left: 4%;
        height: 93%;
    }
.system_tab_right {
        padding-left: 75px;
    }
.title_cnt {
        margin-bottom: 30px;
    }
.degree_para {

    letter-spacing: 1px;
}
.tab_title h2::after {
    bottom: 25px;
}
.tab_title h2 {
    padding-bottom: 35px;
}
.internaton-list .rotate-list-left li {
    letter-spacing: 0px ;
}
.internaton-list .rotate-list-right li { 
    letter-spacing: 0px;
}
.twoLine_txt {
    padding: 35px 0 10px 0;
}
.tab_left {
        height: 620px !important;
    }
.rotate-pargh-title { 
    padding: 25px 30px;
}
.rotate-pargh-title {
    padding: 20px 30px;
}
.internaton-list .rotate-list-left li::marker {
        font-size: 28px;
        line-height: 20px;
    }
.left_bx_line {
    margin: 50px 0 0px 0;
}
.full_img_box {
    padding: 15px 0 15px 0;
}
.keyBoardStrategic img {
        height: 575px;
    }
.sub_title_left::after {
        width: 200px;
        right: -190px;
    }
.sub_title_left h2, .sub_t2title_left h2 {
        font-size: 30px;
        line-height: 32px;
    }
.box_heading {
    font-size: 30px;
    line-height: 32px;
}
.box_heading::before {
    width: 90px;
    top: 9px;
    right: 355px;
}
.web_design h3 {
    font-size: 20px;
    line-height: 24px;
}
    .degree-section2 {
        padding-top: 175px;
    }
.intt_txt {
        padding-bottom: 20px;
    }
        .degree_tab {
        padding-top: 100px !important;
    }
    .webb_serv_right {
    width: 31% !important;
}
.webb_serv_left {
    width: 69% !important;
}
.tab6_title {
    font-size: 28px;
    line-height: 34px;
}
}
@media only screen and (max-width: 1150px) {
    .tab6_rev  {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .left_col1 img {
        height: 320px;
    }
    .left_col1 {
        width: 60%;
    }
    .left_col2 {
        width: 40%;
    }
    .left_col2 {
        padding-top: 25px;
        padding-left: 70px;
    }
    .left_col1 p {
        padding-top: 95px;
    }
   .tab6_right {
        padding-left: 15px;
    }
    .col2_list {
        padding-bottom: 28px;
    }
    .tab-btn:not(:last-child)::after {
        right: -18px;
    }
        .col2_square_list ul li {
        padding-bottom: 22px;
    }
    .tab-btn:not(:last-child)::after {
        right: -13px;
    }
    .tab_brk {
        display: flex;
    }
    .tab1_pad {
        width: 42%;
    }
    .ryt_side_tab {
        width: 58%;
    }
    .system_tab {
        display: flex;
    }
        .tab_content h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .degree_para {
        margin-bottom: -4px !important;
        text-align: left;
    }
    .system_tab_left {
      width: 35%;
    }
    .system_tab_right {
        width: 65%;
        padding-left: 40px;
    }
    .tab_title h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .ryt_side_tab {
       padding-left: 60px;
    }
    .tab_content .degree_para {
        letter-spacing: 0px !important;
    }
    .title_cnt {
        margin-bottom: 20px;
    }
    .tab_title_right h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .ryt_side_tab::before {
        left: 4%;
        height: 86%;
    }
    /* .content_tab_plr {
        padding: 60px 70px 0 70px;
    } */
        .tab_left {
        padding: 25px 40px 20px 30px;
    }
    .tab_title h2 {
        padding-bottom: 20px;
    }
    .list_rot {
        gap: 10px;
    }
    .internaton-list .rotate-list-right li::marker {
        font-size: 26px;
        line-height: 16px;
    }
    .internaton-list .rotate-list-left li::marker {
        font-size: 26px;
        line-height: 16px;
    }
    .full_img_box .box p {
       letter-spacing: 0px;
   }
   .sub_title_left {
        margin-top: 25px;
    }
    .tab_left {
        height: 495px !important;
    }
        .tab_title h2::after {
        bottom: 12px;
    }
    .sub_title_right {
        margin-top: 45px;
    }
    .tab3_box_only h3 {
    font-size: 16px;
   }
   .tab3_box_only h3::after {
    width: 55px;
    top: 33px;
    margin-left: 20px;
   }
    .inner_box_last {
        padding: 5px 26px 24px 30px;
    }
    .inner_box {
        padding: 5px 26px 24px 30px;
    }
    .system_tab_left {
    height: 290px;
   }
   .loukas_para {
    margin-bottom: 0;
   }
    .s_tab_img img {
        height: 240px;
    }
      .degree-section2 {
        padding-top: 190px;
    }
    .degree_tab {
        padding-top: 130px !important;
    }
    .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17 {
        padding: 8px 20px;
    }
    .border {
    padding: 8px 35px 10px 20px;
    }
    .webb_serv_right {
      padding-right: 0px;
    }
    .line_br img {
      right: 6px;
      top: 65px;
      width: 60px;
   }
    .tab3_right .degree_para {
        padding-bottom: 20px;
    }
    .line-txt {
    left: 55px;
}
.contt_inf .my_waywrp p {
    margin-bottom: 0px;
}
.contt_inf {
    justify-content: space-between;
    align-items: end;
}
    
   
}
@media only screen and (max-width: 1080px) {
    .tab_title h2 {
        margin-top: 10px !important;
    }
    .tab_title h2::after {
    width: 98px;
    height: 5px;
    bottom: 12px;
}
    .title_cnt h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .title_cnt {
        padding: 5px 20px 35px;
    }
    .tab_title_right h2::after {
    width: 95px;
    height: 5px;
    bottom: 15px;
   }
    .title_cnt {
        margin-bottom: 15px;
    }
    .system_tab_right li {
        margin-bottom: 20px;
    }
    .ryt_side_tab::before {
        height: 66%;
    }
    .title_cnt h4 {
    background-position: -50px center;
   }
   .box_inner {
        padding: 0px 15px;
    }
   .ryt_side_tab::before {
        height: 85%;
    }
        /* .tab-btn:not(:last-child)::after {
        right: -16px;
    } */
    .list_rot {
    padding: 0px 8px;
    }
    .degree_tab {
        padding-top: 132px !important;
    }
    .degree-section2 {
        padding-top: 210px;
    }
     .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17 {
        padding: 8px 15px;
    }
    .system_tab_right {
        width: 70%;
        padding-left: 40px;
    }
    .system_tab_left {
        height: 278px;
    }
    .line_br {
    padding: 28px 22px;
    height: 195px;
    margin-top: 75px;
    background-size: 95% 100%;
   }
   .line_br img {
    right: -10px;
    top: 70px;
    width: 60px;
}
}
@media only screen and (max-width: 1024px) {
    .tab_six_plr {
    padding: 20px 20px 0px;
}
    .left_col2 {
        padding-left: 60px;
         padding-top: 10px;
    }
    .left_col1 p {
        padding-top: 70px;
    }
    .col2_list {
    padding-bottom: 25px;
   }
   .col2_square_list ul li {
        padding-bottom: 20px;
    }
    .col2_square_list:before {
        height: 160px;
        left: -44px;
        bottom: 20px;
    }
    .sec_two {
        padding-top: 10px !important;
    }
    .col2_square_list {
      position: relative;
      left: 88px;
    }
    .tab_list li {
        margin-bottom: 5px;
    }
        /* .content_tab_plr {
        padding: 60px 35px 0 35px;
    } */
    .tab_left {
    height: 510px !important;
   }
   .sub_title_left {
    margin-top: 20px;
   }
    .ryt_side_tab::before {
        height: 93%;
    }
    .bg_img img {
        width: 18px;
    }
    .keyBoardStrategic img {
        height: 380px;
    }
    .wel_com_fjn .keyBoardStrategic {
    top: 150px;
    
   }
   .system_tab_left {
    height: 270px;
   }
   .sub_title_left h2, .sub_t2title_left h2 {
        font-size: 26px;
        line-height: 28px;
    }
   .box_heading {
        font-size: 26px;
        line-height: 28px;
    }
    /* .content_tab_plr {
        padding: 40px 35px 0 35px;
    } */
    .degree_tab {
        padding-top: 155px !important;
    }
    .s_tab_img img {
        height: 250px;
    }
    .full_img_box .box h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .tab1 .row {
       margin-right: 0px;
       margin-left: 0px;
     }
     .degree_tab {
        padding: 0 20px;
    }
    .tab-btn:not(:last-child)::after {
        right: -16px;
    }
    .content_tab_plr {
        padding: 20px 20px 0 20px;
    }
    .lorem_txt::after {
        right: 10px;
    }
   
   
}
@media only screen and (max-width: 991px) {
    .left_col2 {
        padding-left: 45px;
    }
    .left_col1 p {
        padding-top: 45px;
    }
  .tab-btn:not(:last-child)::after {
        right: -16px;
    }
     .system_tab_left {
    height: 230px;
   }
   .ryt_side_tab::before {
        height: 90%;
    }
    .ryt_side_tab {
        padding-left: 50px;
    }
    .title_cnt {
        padding: 5px 20px 25px;
    }
    .ryt_side_tab::before {
        height: 92%;
        left: 3%;
    }
    .sub_title_right {
       width: 32%;
   }
   .sub_title_left {
       width: 68%;
  }
  .wel_com_fjn .keyBoardStrategic {
    margin-left: 45px;
  }
    .degree_tab {
        padding-top: 190px !important;
    }
    .degree-section2 {
        padding-top: 120px;
    }
        .degree_tab {
        padding-top: 55px !important;
    }
     
    .navbar.navbar-fixed-top {
      box-shadow:0 1px 5px 0 rgb(0 0 0 / 0.05);
    }
    .left_tablet {
    padding-right : 0 !important;
   }


}
@media only screen and (max-width: 767px) {
    .left_col1 {
        width: 50%;
    }
    .left_col2 {
        width: 50%;
    }
    .left_col2 {
        padding-left: 30px;
    }
    .left_col1 img {
        height: 260px;
    }
    .col2_list {
    padding-bottom: 20px;
    }
   .col2_square_list ul li {
    padding-bottom: 14px;
   }
   .col2_square_list:before {
        height: 140px;
        bottom: 15px;
    }
  .tab_6_left {
    padding-top: 15px;
   }
    .tab_brk {
      display: flex;
      flex-direction: column-reverse;
      gap: 55px;
    }
    .ryt_side_tab {
        width: 100%;
    }
    .tab1_pad {
        width: 100%;
    }
    .ryt_side_tab {
        padding-left: 0px;
    }
    .ryt_side_tab::before {
       display: none;
    }
        .tab_left {
        height: 500px !important;
    }
        .tab1_pad {
        width: 55%;
        margin: 0 auto;
    }
    .title_cnt {
        margin-bottom: 40px;
    }
    /* .content_tab_plr {
        padding: 30px 30px 0 30px;
    } */
    .keyBoardStrategic img {
        display: none;
    }
    .sub_title_left::after {
        display: none;
    }
    .sub_title_left {
        width: 100%;
    }
    .wel_com_fjn .keyBoardStrategic {
        display: none;
    }
    .wel_com_fjn {
    padding: 0px 0px 0px;
    }
    .wel_com_fjn {
    margin-bottom: 0px;
    }
    .sub_title_left {
        margin-top: 35px;
    }
    .degree_tab {
        padding-top: 170px !important;
    }
    /* .btn_contdpg {
    padding-top: 30px;
   } */
   .tab3_right {
        gap: 60px;

    }
    .tab3_work_l {
        width: 30%;
    }
    .tab3_work_r {
        width: 70%;
    }
    .tab3_work {
        gap: 75px;
    }
    .inner_box {
        padding: 5px 20px 24px 25px;
    }
    .tab3_box_only h3 {
        font-size: 14px;
        line-height: 24px;
        padding-right: 34px;
    }
  .interruption_btn {
    padding-right: 60px;
   }
   .tab3_box_only h3::after {
        width: 35px;
        top: 38px;
        margin-left: 6px;
    }
 .tab3_h4 {
        font-size: 15px;
        line-height: 20px;
    }
  .loukas_para {
    font-size: 14px;
    line-height: 20px;
   }
    .markt_left_line::before {
        left: -14px;
    }
    .web_design {
    padding-top: 50px;
   }
   .web_design h3 {
        font-size: 16px;
        line-height: 24px;
    }
     .degree_tab {
        padding-top: 50px !important;
    }
    
    .degree_tab {
        margin-left: 0;
        margin-right: 0;
    }
    .full_designer {
    padding-top: 35px;
    margin-bottom: 20px;
   }
   .tab_title_right {
      padding-bottom: 20px;
   }
   .intt_txt {
        padding-bottom: 22px;
    }
    .intt_txt {
        font-size: 15px;
        line-height: 20px;
    }
        .webb_serv_left {
        width: 100% !important;
    }
    .webb_serv_right {
        width: 53% !important;
    }
  
}
@media only screen and (max-width: 600px) {
.tab_6_left {
    display: flex;
    flex-direction: column;
}
.left_col1 {
        width: 100%;
    }
.left_col2 {
        width: 100%;
    }
.discuss_img {
    display: flex;
    justify-content: center;
}
.left_col2 {
        padding-left: 0px;
    }
.left_col2_img img {
        width: 80px;
        height: 80px;
    }
.tab6_h3 h3 {
        font-size: 14px;
        line-height: 16px;
    }
.left_bg {
        width: 295px;
        height: 180px;
    }
    .left_col2_img {
        top: -10px;
        left: -8px;
    }
.col2_list {
        padding-left: 40px;
    }
.left_col2 {
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
        height: 260px;
    }
.col2_square_list {
    position: relative;
    left: 80px;
    bottom: 170px;
}
.col2_square_list:before {
        height: 150px;
        bottom: 20px;
        left: -42px;
    }
 .tab1_pad {
        width: 72%;
        margin: 0 auto;
    }
    .tab_content h4 {
    letter-spacing: 2.4px;
   }
   .title_cnt {
        padding: 5px 20px 50px;
        margin-top: 15px;
    }
   .sub_title_right {
        display: none;
    }
    .full_img_box {
    gap: 22px;
   }
    .list_rot {
        padding: 0px 8px;
        display: block;
     }
    .left_bx_line {
        margin: 15px 0 0px 0;
    }
    .full_img_box .box p {
        font-size: 14px;
        line-height: 20px;
    }
    .tab_brk {
        gap: 40px;
    }
    .tab3_right {
        display: block;
    }
    .tab3_b {
        width: 100%;
    }
    .tab3_a {
        width: 100%;
    }
    
    .left_line::before {
        top: 65px;
    }
    .tab_left_1 .tab_title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .tab_list li {
        margin-bottom: 15px;
    }
    .tab_content h4 {
        letter-spacing: 1px;
        text-align: left;
    }
        .tab3_work_l {
        width: 35%;
    }
        .tab3_work_r {
        width: 65%;
    }
    .tab3_work {
        gap: 40px;
    }
    .tab_left_1 {
        padding: 40px 30px 50px 30px;
    }
        .intt_txt {
        font-size: 14px;
        line-height: 17px;
    }
    .left_tablet {
    padding-right: 0;
   }
    .tab3_list li {
        margin-bottom: 12px;
    }
    .intt_txt {
        padding-bottom: 32px;
    }
        .markt_left_line::before {
        left: -8px;
    }
    .tab3_box_only {
        flex-direction: column;
    }
    .tab3_box_only ul {
     width: 100%;
    }
    .inner_box {
    border-right: 0px solid #000;
    }
    .tab3_box_only h3 {
        text-align: left;
    }
    .interruption_btn {
        text-align: left;
    }
    .inner_box {
        padding: 5px 10px 5px 20px;
    }
    .inner_box_last {
        padding: 5px 10px 24px 20px;
    }
    .web_design {
    gap: 25px;
    display: block;
   }
   .web_design h3 {
        padding-bottom: 10px;
    }
    .web_design {
        padding-top: 30px;
    }
    .tab3_a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .box_heading::before {
        width: 85px;
        right: 320px;
    }
    .tab3_h4 {
        font-size: 15px;
        line-height: 12px;
    }
    .designer_cont_btn {
        padding-top: 20px;
    }
    .tab4_imgbox p {
    padding-right: 10px;
    text-align: center;
    }
    .web_des .tab_content h4 {
    text-align: center;
    }
    .stand_fig .bulb2 {
    width: 140px;
    height: 100%;
    }
  .stand_fig .bulb1 {
    width: 115px;
    height: 125px;
    object-fit: contain;
   }
   .line_br img {
    right: -30px;
    top: 30px;
    width: 70px;
  }
  .star_fig{
    display: none;
}
.right_tab6_2 .my_way {
    width: 100%;
}
.my_waywrpinner {
    align-items: center;
   }
    .wev_loukas::after {
        bottom: -10px;
    }
    .wev_loukas {
        margin-bottom: 22px;
    }
    .line_br {
        height: 210px;
    }
    .line_br img {
        top: 65px;
    }
 }
@media only screen and (max-width: 520px) {

      .left_col2 {
        display: block;
    }
    .col2_square_list {
        position: relative;
        left: 80px;
        bottom: 0px;
    }
.left_bg {
        width: 330px;
        height: 182px;
    }
.left_col2_img img {
        width: 75px;
        height: 80px;
    }
.col2_square_list {
        left: 62px;
    }
.col2_square_list ul li:after {
    width: 46%;
}
.left_bg {
        height: 190px;
    }
.left_col1 p {
        padding-top: 35px;
    }
.left_col2 {
        height: 440px;
    }
.col2_square_list ul li::marker {
    font-size: 18px;
    line-height: 20px;
}
.col2_list ul li::marker {
    font-size: 20px;
    line-height: 26px;
}
.tab1_pad {
        width: 84%;
        margin: 0 auto;
        padding-right: 0px !important;
    }
    .system_tab_right {
        padding-left: 30px;
        padding-right: 0px;
    }
.title_cnt {
        margin-bottom: 30px;
    }
.tab_brk {
        gap: 35px;
    }
.ryt_side_tab {
        padding-right: 0px;
    }
.title_cnt {
        position: relative;
        right: 6px;
    }
    .tab_left_1 {
        height: 100% !important;
        width: 100%;
    }
    .tab3_work {
        display: block;
    }
    .tab3_work_r {
        width: 100%;
    }
    .tab3_work_l {
        width: 36%;
        padding-bottom: 20px;
    }
   .tab3_d {
        display: block;
    }
    .tab_l {
        width: 100%;
        padding-bottom: 15px;
    }
    .tab_r {
        width: 100%;
    }
    .markt_left_line::before {
        left: -3px;
    }
    .btn_contdpg {
        padding-top: 15px;
    }
    .web_design {
        padding-left: 0;
    }
    .tab3_work h3 {
        font-size: 14px;
    }
    .tab_title_right h2 {
        font-size: 24px !important;
    }
    .mouse_fig{
    display: none !important;
    }

   .mouse_para {
    width: 100%;
    margin-top: 35px;
    }
    .webb_serv_right {
        width: 100% !important;
    }
    .line_br img {
        right: 10px;
    }
    .col2_square_list ul li:after {
      left: 33px;
    }
    .col2_square_list {
        left: 0px;
    }
    .col2_square_list:before {
        height: 150px;
        bottom: 10px;
        left: 20px;
    }
    .col2_square_list {
        padding-left: 60px;
    }
  }
@media only screen and (max-width: 480px) {
    .col2_square_list:before {
        height: 150px;
        bottom: 10px;
        left: 22px;
    }
    .tab1_pad {
        width: 90%;
        margin: 0 auto;
        padding-right: 0px !important;
    }
    .full_img_box .box h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .full_img_box {
        gap: 18px;
    }
    .tab3_work_l {
        width: 40%;
    }
    .box_heading::before {
        top: 9px;
    }
}

@media only screen and (max-width: 430px) {

    .tab1_pad {
        width: 100%;
        margin: 0;
    }
    .system_tab_left {
        width: 100%;
    }
    .system_tab_right {
        padding-left: 0px;
        width: 100%;
        padding-top: 35px;
    }
  .system_tab {
        display: flex;
        flex-direction: column;
    }

     .tab_brk {
        gap: 25px;
    }
    .rotate-list-left {
        width: 100%;
    }
    .list_rot {
        display: flex;
        flex-direction: column;
    }
    .rotate-list-right {
        width: 100%;
    }

    .list_rot {
        gap: 0px;
    }
    .img_box img {
        width: 30px;
        position: relative;
        bottom: 19px;
    }
        .full_img_box .box h4 {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        padding-left: 50px;
    }
    .full_img_box {
        display: block;
    }
    .rotate-pargh-title {
        padding: 10px 30px;
    }
    .sub_title_left {
        margin-top: 25px;
    }

    .tab3_m {
        padding-left: 0;
    }
   .tab3_work_l {
        width: 45%;
    }
    .box_heading::before {
        width: 75px;
        right: 270px;
        top: 15px;
    }
        .web_design {
        padding-top: 15px;
    }
    .inner_box {
        padding: 5px 10px 5px 5px;
    }
    .inner_box_last {
        padding: 5px 10px 24px 5px;
    }
    .full_designer {
    margin-bottom: 20px;
   }
       .box_heading {
        font-size: 20px;
        line-height: 26px;
    }
    .tab_left_1 {
        padding: 50px 30px 50px 30px;
    }
    .degree_tab {
        padding: 0 20px;
    }
    .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17 {
        font-size: 12px;
        line-height: 22px;
        padding: 8px 20px;
    }
    .content_tab_plr {
        padding: 20px 20px 0 20px;
    }


}

@media only screen and (max-width: 420px) {
    .tab_left {
        padding: 25px 35px 20px 30px;
    }
        .tab3_work_l {
        width: 50%;
    }
    .tab3_right {
        padding-bottom: 10px;
    }
        .tab_list li {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 415px) {
    .tab_left {
        padding: 25px 35px 20px 30px;
    }

}


@media only screen and (max-width: 390px) {
 
    .star_fig img {
    display: none;
    }
    .tab_content h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .tab_content h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .tab_list li {
    display: flex;
    gap: 8px;
   }
    .tab_title h2 {
        margin-top: 5px !important;
    }
    .tab_content h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .tab_left {
        height: 430px !important;
    }
    .tab16 {
        font-size: 11px;
        line-height: 20px;
    }
    .tab11, .tab12, .tab13, .tab14, .tab15, .tab16, .tab17 {
        padding: 8px 15px;
    }
    

}

@media only screen and (max-width:360px) {
    .tab11 , .tab12 , .tab13 , .tab14 , .tab15 , .tab16 , .tab17 {
        font-size: 10px;
        line-height: 20px;
    }
    .line_br .degree_para br {
    display: none;
   }
   .line_br {
        padding: 15px 20px;
    }
    /* .content_tab_plr {
        padding: 15px 20px 0 20px;
    } */
    .tab_left {
        padding: 25px 25px 20px 25px;
    }
    .tab_title h2 {
        padding-bottom: 12px;
    }
    .bg_img {
        margin-top: -2px;
    }
        .tab3_work_l {
        width: 55%;
    }
    .box_heading::before {
        right: 245px;
    }
}











/* <tab 2 css start> */

@media only screen and (max-width: 1880px) {
}
@media only screen and (max-width: 1780px) {
    .tabbtn_right p {
        font-size: 16px;
        line-height: 26px;
      }
    .tabbtn_rightlist li {
       font-size: 16px;
       line-height: 26px;
}
.tabbtn_left p {
    font-size: 16px;
    line-height: 26px;
}
.tabbtn_left ul li {
    font-size: 16px;
    line-height: 44px;
}
.tabbtn_grtwo {
    width: 580px;
}
}
@media only screen and (max-width: 1680px) {
    .tabbtn_right {
        width: 62%;
}
.tabbtn_left {
    width: 38%;
}
.tabto_tlborderdark h2 {
    font-size: 28px;
    line-height: 34px; 
}
.tabbtn_left h2 {
        font-size: 28px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1550px) {
    .tabbtn_left {
        width: 35%;
    }
        .tabbtn_right {
        width: 65%;
    }
        .tabbtn_grtwo {
        width: 530px;
    }
.tabbtn_left h2:after {
    width: 55%;
}
.my_waywrp {
    width: 75%;
}
}
@media only screen and (max-width: 1440px) {
        .tabto_tlborderdark h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .tabbtn_left h2 {
        font-size: 23px;
        line-height: 25px;
    }
    .tabbtn_left p {
        font-size: 14px;
        line-height: 24px;
    }
        .tabbtn_left ul li {
        font-size: 14px;
        line-height: 40px;
    }
    .tabbtn_left h6 {
       font-size: 15px; 
       line-height: 15px;
    }
    .tabbtn_rightlist li {
        font-size: 14px;
        line-height: 24px;
    }
    .tabbtn_right p {
        font-size: 14px;
        line-height: 24px;
    }
    .tabbtn_grtwo {
        width: 470px;
    }
    .tabbtn_grtwo:before {
    width: 180px;
    height: 177px;
    top: -148px;
    background-size: contain;
  }
  .ine_rightbtn img {
    width: 300px;
  }
    .tab6_title {
    font-size: 28px;
    line-height: 38px;
}
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
    .ine_rightbtn img {
        width: 250px;
    }
    .tabbtn_rightlist li {
      padding-block: 16px;
}
.zozo_imgs {
    margin-top: 90px;
}
.tabbtn_right::before {
    left: -5%;
}
}
@media only screen and (max-width: 1150px) {
  .ine_rightbtn img {
        display: none;
    }
    .tabbtn_right {
        width: 50%;
    }
    .tabbtn_left {
        width: 50%;
    }
    .tabbtn_grtwo {
        width: 100%;
    }
    .tabbtn_right::before {
        left: -12%;
        height: 82%;
    }
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
    .tabbtn_grtwo:before {
        width: 130px;
        top: -107px;
    }
    .tabbtn_right::before {
        left: -6%;
    }
    .tabbtn_left h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .tabbtn_left h2:after {
      bottom: 12px;
   }
   .my_waywrp {
        width: 100%;
    }
        .my_waywrp {
        width: 88%;
    }
}
@media only screen and (max-width: 600px) {
    .btn_tab2wrp {
       display: flex;
       flex-direction: column;
}
    .tabbtn_left {
        width: 100%;
    }
        .tabbtn_right {
        width: 100%;
    }
    .tabbtn_rightlist {
      margin-bottom: 20px;
      margin-top: 30px;
  }
      /* .ine_rightbtn img {
        display: block;
    } */
}
@media only screen and (max-width: 520px) {
    .my_waywrp {
        width: 100%;
    }
    .ine_leftbtn {
        padding-top: 20px;
    }
    .my_waywrp {
       padding-top: 20px;
  }
  .btn_tab2wrp {
    margin-bottom: 45px;
}
}
@media only screen and (max-width: 480px) {
    .my_waywrpinner {
    display: flex;
    gap: 55px;
  }
  .tabbtn_rightlist {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width:390px) {
    .tabbtn_grtwo:before {
        width: 100px;
        top: -82px;
    }
     .tabbtn_rightlist {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:360px) {
}

/* <tab 2 css end> */







