a.common-blue-button {text-decoration: none;position: relative;padding: 10px 30px 10px 55px;display: inline-block;line-height: 26px;font-size: 17px;color: #1153ff;}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 2px solid #1153ff;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;background: #1153ff17;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

.content-style{}
.content-style p{color: #565656; font-size: 18px; line-height: 32px;}
.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}
.title-head {
    color: black;
    font-weight: 600;
}

/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}
.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 10px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}

.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
.content{
	    height: 333px;
	    /* overflow: auto; */
}
.content h5{
	font-weight: 700;
}
.content-div p {
    color: #424141;
    text-align: center;
}
.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}
.shape-image.shape-2 {
    bottom: 300px;
    right: -15%;
    left: unset;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: 1;
  }
.bg-color-extra2 {
    background: #0dcaf012;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 20px;
}
.beneficial-bg{
    background: #f5f5f5;
    padding: 1px 0px 37px;
    margin-bottom: 27px;
}

.bss{
  background: rgb(13 110 253 / 11%);
    border: 2px dotted #1153ff;
    padding: 20px;
    width: max-content;
    margin: 0 auto;
}

.two-part-title h2 {
  font-size: 32px;
  font-family: 'General Sans';
  font-weight: 600;
}

.two-part-title h2 .highlighterbg1 {
  color: #1153FF;
}


.itsHelpsYou{
    min-height: 278px;
    max-height: 400px;
    overflow: hidden;
    border: dashed 2px !important;
}
.itsHelpsYou .card-body{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.mainContainer{
 
margin:0 auto;
 
box-sizing:border-box;
 
display: inline-block;
 
background:white;
 
border-radius:0.3em;
 
box-shadow: 12px 12px 30px -11.9px rgba(13, 110, 253, 0.25), inset 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
 
transition: 0.8s;
 
width: 100%;
 
margin-bottom: 35px;
}

.mainContainer:hover {
  transform:scale(1.1);
  transition: 0.6s;
}
.grey-bg {
    background: #f3fffe;
}
ul.features {
    width: min(100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
  }
  
  ul.features  li {
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template:
      "icon"
      "line"
      "dot"
      "title"
      "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
  }
  
  ul.features  li .icon {
    grid-area: icon;
    width: 50%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 0.4rem solid var(--bgColor);
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}
  
ul.features  li::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
  }
  
ul.features  li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
    border: 3px dotted;
    border-color: #fbfcff;
  }
  
ul.features  li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  ul.features  li .icon img{
    width: 70px;
    color: white;
  }
  ul.liststyle {
    list-style: none;
  }
  
  ul.liststyle li {
    padding: 3px 0px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  ul.liststyle li:before {
    content: "\f0eb";
    font-family: "FontAwesome";
    color: orange;
    float: left;
    font-size: 1.5em;
    margin-right: 15px;
  }
.rbt-cat-box-1 {
    transition: 0.3s;
    display: block;
    position: relative;
    max-height: 514px;
    min-height: 484px;
}

.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}

.rbt-cat-box-1 .inner {
    background-color: white;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 0;
    padding: 28px 23px;
    max-height: 514px;
    min-height: 478px;
}

.content .title {
    font-weight: 500;
    height: 48px;
    overflow: hidden;
}

.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
}

.rbt-cat-box-1 .inner .icons img,
.rbt-cat-box-1 .inner .icons i {
    border-radius: 13px;
    max-height: 100px;
}

.rbt-cat-box-1:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -4px;
    left: -5px;
    transition: all 0.25s;
    border-top: 3px solid #1153ff70;
    border-left: 3px solid #1153ff70;
}

.rbt-cat-box-1:hover:before,
.rbt-cat-box-1:hover:after {
    width: 106%;
    height: 105%;
}
.rbt-cat-box-1 .content h3{
    font-size: 20px;
    font-weight: 700;
}
.rbt-feature-plugin .content h3{
    font-size: 20px;
    font-weight: 700;
}
.rbt-cat-box-1:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -5px;
    right: -5px;
    transition: all 0.30s;
    border-bottom: 3px solid #1153ff70;
    border-right: 3px solid #1153ff70;
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.rbt-feature-plugin .inner {
    text-align: center;
}
.rbt-feature-plugin .inner .thumbnail {
    border-radius: 100%;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    display: inline-block;
}
.rbt-feature-plugin .inner .thumbnail img {
  /*  border-radius: 100%;*/
    width: 100px;
    height: 100px;
}
.rbt-feature-plugin .inner .content {
    padding-top: 22px;
    height: 100%;
    max-height: 500px;
    min-height: 300px;
}
.rbt-feature-plugin .inner .content .title {
    margin-bottom: 14px;
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.rbt-feature-plugin{
    text-align: center;
    counter-increment: stepnr;
    --borderS: 2rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--borderS) + 1rem);
    position: relative;
}
.rbt-feature-plugin::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.35)) blur(0px);
}
.rbt-feature-plugin::before, .rbt-feature-plugin::after {
    inset: 0;
    position: absolute;
    border-radius: 9%;
    border: var(--borderS) solid rgb(245 245 245);
    line-height: 1.1;
}
</**** tabs ----***/
.uiux-design-box{padding: 40px 0px; background: #f9f7f4;height: 100vh;}

.uiux-tabs{
    position:relative;
}

.uiux-tabs .tab-btns{
    position:absolute;
    left:0px;
    z-index:1;
    max-width:330px;
    width:100%;
    text-align:left;
    padding: 0px;
}

.uiux-tabs .tab-btns .tab-btn{
    position:relative;
    font-weight:700;
    cursor:pointer;
    display:flex;
    padding:18px 10px;
    color:#000000;
    font-size:18px;
    background-color:#ffffff;
    margin-bottom: 8px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.uiux-tabs .tab-btns .tab-btn span {
    position: relative;
    top: 0px;
    color: #999999;
    font-size: 18px;
    margin-right: 5px;
}

.uiux-tabs .tab-btns .tab-btn:hover,
.uiux-tabs .tab-btns .tab-btn.active-btn{
    color: #ffffff;
    background-color: #009ADB;
}

.uiux-tabs .tab-btns .tab-btn:hover span,
.uiux-tabs .tab-btns .tab-btn.active-btn span{
    color: #ffffff;
}

.uiux-tabs .tab-btns .tab-btn:before{
    position:absolute;
    content:'';
    right:8px;
    top:0px;
    bottom:0px;
    width:6px;
    background-color: #ffffff;
}

.uiux-tabs .tabs-content{
    position:relative;
    margin-left:400px;
}

.uiux-tabs .tabs-content .tab{
    position:relative;
    display:none;
}

.uiux-tabs .tabs-content .tab.active-tab{
    display:block;  
}

.uiux-tabs .content{
    position:relative;
    max-width:400px;
    width:100%;
    padding:50px 50px;
    background-color:#151516;
}

.content-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.uiux-tabs .number{
    position:relative;
    font-weight:800;
    color:#009ADB;
    font-size:30px;
}

.uiux-tabs h4{
    margin-top:20px;
}

.uiux-tabs p {
    color: #c6c6c6;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.uiux-tabs h4 a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
}

.uiux-tabs .list{
    position:relative;
    margin-top:20px;
}

.uiux-tabs .list li{
    position:relative;
    line-height:30px;
    color:var(--color-ten);
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.uiux-tabs .list li:before{
    position:absolute;
    content: "\f176";
    left:0px;
    top:0px;
    font-size: 10px;
    font-family: "flaticon";
}

.uiux-tabs .list li:last-child{
    margin-bottom: 0px;
}

.tooltechnologies-icons {padding: 0px;margin: 0px;text-align: center;}
.tooltechnologies-icons li {display: inline-block;vertical-align: top;padding: 10px;background: #fff;border-radius: 5px;border: 1px solid #cdcccc;}
.tooltechnologies-icons li:hover{border-color: #009ADB;}
ul.tooltechnologies-icons li img {width: 80px;}
/* ------------------------------new------------------------------ */
@media (max-width: 768px) {
     .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }
  .maintext {
        height:auto
    }
    .bss{
    width: 100%;
    }
.rbt-feature-column{
    padding-top: 0px !important;
    padding-bottom: 20px;
}
    .rbt-cat-box-1 {
    margin-bottom: 20px;
    }
    ul.features li {
    border: 1px dashed #b7b7b7;
    padding: 20px;
    }
}
@media (max-width: 600px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }

 
}
#v-pills-tabContent .fade:not(.show){display: none;}
@media(min-width: 700px) and (max-width: 1195px) and (orientation: landscape) {
.tooltechnologies-icons li {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 1023px){

.uiux-tabs .tab-btns {
    position: relative;
    max-width: inherit;
    padding: 0px;
    margin: 0px;
}
.uiux-tabs .tabs-content {
    margin-left: 0px;
}
.uiuxdesign_box{
    height: 100%;
}
}