@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
*{
  margin: 0;
    padding: 0;
    /* list-style: none; */
    border: none;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
::selection {
  background: #1de9b6;
}

::-moz-selection {
  background: #1de9b6;
}
body{
      font-family: Open Sans,sans-serif;
      font-size: 18px;
      color: #000;
}


.section-hero{
    padding: 2em 40px 6em;
        background: #F3F5F5 url(../img/bg.png) 50% 50%;
    background-size: contain;
}
.header2{
      background: #F3F5F5 !important;
        padding: 2em 1.5em 2em;
}


.nav-bg-nan{
padding: 0;
}

.navbar.nav-bg-nan li a.nav-link{
    padding: 8px 16px !important;
    font-size: 16px;
    color: #000;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.navbar.nav-bg-nan li a.nav-link:hover{
background-color: rgba(153, 153, 153, 0.2);
}

.green-color{
    color: #00bfa5 !important;
    font-weight: 600;
    margin-left: 15px;
}
.section-hero h1{
        font-size: 48.8px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 3em 0 0.5em;
    color: #263136;
}
.section-hero h2{
    font-size:24px;
    font-weight: normal;
    line-height: 1.46;
    color: #00bfa5;
    margin: 1em 0;
}

.video-pp{
        margin: 5.75em -15px;
        padding: 0 70px;
}
.frame-video{
  cursor: pointer;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 22px 40px 0 rgb(0 191 165 / 10%);
}
.frame-video img{
    width: 100%;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 37px 34px 18px 28px;
}
.video-play-button:after, .video-play-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(29,233,182,.9);
    border-radius: 50%;
}
.video-play-button:before{
        z-index: 0;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button:after {
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.icon-play-rounded{
        color: #fff;
    position: relative;
    font-size: 28px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    z-index: 3;
    left: 10px;
    top: -5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-pp p{
        font-size: 18px;
    line-height: 1.56;
    margin: 0;
    color: #263136;
}


.modal-video .modal-dialog{
        max-width: 940px;
}

.modal-video .modal-dialog .modal-content{
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}
.modal-video .modal-dialog .modal-content iframe{
    width: 100% !important;
    height: 525px !important;
}
.modal-video .close{
    color: #fff;
    font-size: 30px;
    opacity: 1;
    outline: none !important;
    box-shadow: none !important;
        right: -37px;
        position: relative;
}

.get-started-div{
    margin-bottom: 7.3em;
}
.btn-get-start{
    box-sizing: border-box;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
        font-size: 16px;
    font-weight: bold;
        letter-spacing: 1.4px;
            text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: #1de9b6;
    text-align: center;
    padding: 1em 2em;
        color: #ffffff;
}
.btn-get-start s{
    text-decoration: line-through;
}
.btn-get-start:hover{
    background-color: #1BD7A8;
     color: #ffffff;
}

.get-started-div small{
    font-size: 12.96px;
    color: #9e9e9e;
    display: inline-block;
    margin: 1.53em 0;
}
.learn-more a{
    color:#00bfa5;position:relative;
        font-size: 14px;
}
.learn-more span.material-icons{
    margin-top: -14px;
    color:#00bfa5;position:relative;font-size:3.75em;display:inline-block;user-select:none;transition:all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms
}


.career-training{
        padding: 2.5em 3em 6em;
    background: #263136;
}
.career-training h3{
        font-size: 18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.career-training h2{
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #ffffff;
}
.career-training p{
        font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #ebebeb;
    max-width: 800px;
}
.module-img{
    margin:3em auto 3em;width:100%;display:block;
}

.find-jobs{
        padding: 2.5em 3em 6em;
    background: #ffffff url(../img/bg2.png) 50% 80% no-repeat;
}

.find-img-icon{
    margin-top: 3em;
    text-align: center;
}
.find-img-icon img{
    margin-right: -55px;
}
.find-jobs h3{
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.find-jobs h2{
      font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
}
.find-jobs p{
    font-size: 1.125em;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #485a63;
    max-width: 700px;
}


.instant{
        padding: 2.5em 3em 6em;
    background: #485a63;
}
.center-xs{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mm-tt{
        margin-top: 3em;
}
.landing-page-writing-tool--img{
        padding-right: 3em !important;
}

.start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.instant h3{
    font-size:18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.instant h2{
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #FFF;
}
.instant p{
        font-size:18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #FFF;
}


.deep-focus{
    padding: 2.5em 3em 6em;
    background: #1de9b6 url(../img/bg3.png) 50% 100% no-repeat;
}

.deep-focus h3{
      font-size:18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #fff;
}
.deep-focus h2{
  font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #263136;
}
.deep-focus p{
        font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #263136;
    max-width: 600px;
}

.focused-btn{
    background-color: #586d79 !important;
}
.focused-btn:hover{
    background-color: #516470 !important;
}


.download-box{
        padding: 2.5em 3em 6em;
    background: #F0F2F2 url(../img/bg4.png) 50% 80% no-repeat;
}
.download-box h3{
        font-size: 18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;

}
.download-box h2{
 font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;

}

.download-box p{
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #485a63;
    max-width: 700px;
    word-break: break-word;

}


.project-org{
        padding: 2.5em 3em 6em;
    background: #586d79 url(../img/bg5.png) 50% 80% no-repeat;
}
.project-org h3{
        font-size: 18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;

}
.project-org h2{
 font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #fff;

}

.project-org p{
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #1de9b6;
       max-width: 570px;

}

.habbit-builder{
        padding: 2.5em 3em 6em;
}
.habbit-builder h3{
        font-size:18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.habbit-builder h2{
        font-size: 46px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #485a63;
}

.habbit-builder p{
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em 0;
    color: #485a63;
    max-width: 540px;
}



.end-sm{
       justify-content: flex-end;
    display: flex;
    align-items: center;
}

.section-stand .bg-cover{
    background: url(../img/back-bg.jpg) 50% 70%;
    height: 445px;
    background-size: cover;
}
.stand-out{
        padding: 2.5em 3em 6em;
    background: #263136;
}
.vv-top{
    margin-top: -200px;
    text-align: center;
}


.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
        flex: 0 0 auto;
}

.section-stand img{
    margin: 10px;
}

.section-stand h3{
        font-size: 18px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    color: #1de9b6;
}
.section-stand h2{
        font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0.5em 0;
    color: #ffffff;
}
.section-stand p{
    font-size: 18px;
    line-height: 1.56;
    margin: 1.5em auto;
    color: #ffffff;
}

.launch{
        padding: 2.5em 3em 6em;
    background: url(../img/bg6.png) 50% 0%;
    max-height: 422px;
    text-align: center;
}
.launch h2{
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 1em 0 1.5em;
    color: #263136;
}

footer{
        padding: 1em 0;
    background: #485a63;
}
footer ul{
    margin: 0;
}
footer ul li{
    margin: 0 10px 0;
    display: inline-block;
    padding: 5px 0;
}
footer ul li a{
    color: #1de9b6;
    font-size: 16px;
}
footer ul li a:hover{
     color: #1de9b6;
     text-decoration: none;
}
.middle-xs{
    align-items: center;
}
.navbar-light .navbar-toggler{
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

.reverce{
    flex-direction: row-reverse;
}




.hidden{
  display: none;
      opacity: 0;
    -webkit-transition: visibility 0s 3.5s,opacity 3.4s linear;
    transition: visibility 0s 3.5s,opacity 3.4s linear;
}

.sliderContainer{
  position: fixed;
  bottom:60px;
  left: 10px;
  display: flex;
  justify-content: space-between;

}
.sliderContainer .com-div{
  width: 330px;
  height: 95px;
  background-color: #fff;
      z-index: 999;
  box-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 2px rgb(0 0 0 / 5%), 0 8px 50px rgb(0 0 0 / 5%);
    border-radius: 60px;
padding: 10px;
text-align: left;
}
.sliderContainer .com-div img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}
.sliderContainer .com-div h4{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
}
.sliderContainer .com-div p{
     font-size: 12px;
     margin-bottom: 0;
    font-weight: bold;
    line-height: 14px;
}
.sliderContainer .com-div span{
    color: rgb(146, 145, 145);
    font-size: 12px;
    line-height: normal;
}
.magicStartLoop{
  display: flex;
  justify-content: center;
  align-items: center;
 opacity: 1;
    -webkit-animation: shootUp 1.1s linear both;
    animation: shootUp 1.1s linear both;
}

@-webkit-keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
    }
    4.1% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 125.912, 0, 1);
    }
    8.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 31.647, 0, 1);
    }
    12.11% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.53, 0, 1);
    }
    16.12% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.007, 0, 1);
    }
    27.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2.352, 0, 1);
    }
    38.34% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.311, 0, 1);
    }
    60.56% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.007, 0, 1);
    }
    82.78% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}


.hire-writer{
padding: 20px 0 0;
background: #F3F5F5;
}
.hire-writer .container{
    border-bottom: 1px solid rgb(224, 224, 224);;
}
.hire-writer h1{
    font-size: 44px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0px 0.5em;
    color: rgb(38, 49, 54);
}
.hire-writer h1 strong{
    background-image: linear-gradient(90deg, rgb(26, 234, 182) 0px, rgb(183, 246, 225));
    background-size: 100% 6px;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: 600;
}

.end-talented{
    margin: 70px auto;
    padding: 40px;
    border: 1px solid rgb(29, 233, 182);
    border-radius: 4px;
}

.end-talented h2{
        font-size:24px;
    font-weight: normal;
    line-height: 1.46;
    color: rgb(0, 191, 165);
    margin: 0px 0px 0.5em;
}

.end-talented h2 strong{
    font-weight: bold;
}
.end-talented p{
        font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}

/*--- form css ---*/
.form-row{
        margin-right: -15px;
    margin-left: -15px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.form-row .input-field > label{
    left: 15px;
}


.powerful-tools{
    background: #F3F5F5;
}


.faq{
        padding: 2.5em 1.5em 6em;
    background: rgb(38, 49, 54);
}

.faq-content{
    border: 1px solid rgb(238, 238, 238);
    padding: 40px;
    border-radius: 10px;
}
.faq-content h2{
    font-size: 48px;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.faq-content .card{
     background: transparent;
     box-shadow: none;
     border: none;
     padding: 15px 0 0 0;
}

.faq-content .card-header{
    padding: 25px 0px;
    font-size: 18px;
    background: transparent;
    color: rgb(29, 233, 182);
    line-height: 1.65rem;
    border: none;
    border-top: 1px solid rgb(72, 90, 99);
}

.faq-content .card-header.first-child{
border: none;
}
.faq-content .card-header h5 button{
color: rgb(29, 233, 182);
padding: 0;
    font-size: 18px;
    text-decoration: none;
    white-space: initial !important;
    text-align: left;
}

.faq-content .card-body{
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 14px;
    word-break: break-word;
}

.faq-content .card-body a{
    color: rgb(29, 233, 182);
}

.modal.modal-mid .modal-dialog{
    width: 75%;
    max-width: 768px;
}
.modal.modal-mid .modal-dialog .modal-header{
    margin: 0px 0px -1px;
    padding: 24px 24px 20px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.modal.modal-mid .modal-dialog .modal-body{
    max-height: 450px;
    overflow-y: auto;
    padding: 24px;
}
.modal.modal-mid .modal-dialog .modal-body p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);

}
.modal.modal-mid .modal-dialog .modal-body p a{
    color: rgb(23, 180, 148);
}


.modal.modal-mid .modal-dialog .modal-footer .btn-secondary{
    background: transparent;
        font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: rgb(23, 180, 148);
    border: none;
}

.touheadingsections{
     font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}


.w-marketplace{
    background: url(../img/back-bg.jpg) no-repeat center bottom;
    background-size: cover;

}

.top-hero h1{
        margin-top: 80px;
    margin-bottom: 25px;
    font-size: 48.5px;
    line-height: 1.3;
    font-weight: 300;
    color: #1de9b6;
    text-align: center;
    letter-spacing: -.5px;
}
.marketplace-header__subtitle {
    margin-bottom: 65px;
    font-size: 18px;
    color: #fafafa;
    text-align: center;
}
.marketplace-search-box {
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-search-box__select-input-container {
    position: relative;
    border-radius: 2px;
    width: 485px;
    display: inline-flex;
    align-items: center;
}
.marketplace-search-box__button-container {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    width: 115px;
}
.marketplace-search-box__button-container .submit{
        height: 50px;
    line-height: 50px;
    background-color: #1de9b6;
    border-radius: 2px;
    text-align: center;
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        width: 100%;
        border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    text-transform: uppercase;
       font-size: 15px!important;
    font-weight: 700!important;
    letter-spacing: 1.3px!important;
    color: #fff;
}

.select-field{
    width: 120px;
    height: 48px;
    display: block;
    position: relative;
    background: rgb(212, 221, 226);
    font-family: "Open Sans", sans-serif;
    transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    cursor: auto;
    padding: 0px;
    vertical-align: middle;

}
.select-field .select-wrapper{
 padding: 0 36px 0 16px;
    font-size: 13px;
    font-weight: 600;
}
.select-field .select-wrapper input{
    margin-bottom: 0;
    border-bottom: none;
       font-size: 13px;
    font-weight: 600;
}

.select-field .select-wrapper .caret{
        fill: rgba(0, 0, 0, 0.87);
        right: 5px;
}

.select-field .select-wrapper .dropdown-content{
    left: 0 !important;
    width: 120px !important;
}
.select-field .select-wrapper .dropdown-content li span{
    font-size: 13px !important;
}

.marketplace-search-box__select-input-container input.form-control{
background: #fff;
border-bottom: none !important;
margin-bottom: 0;
padding:0 10px;
width: 360px;
}
.marketplace-search-box__select-input-container input.form-control:focus{
    outline: none;
}

.pin-input{
    width: 90%;
}
.w-marketplace{
    position: relative;
}
.w-marketplace .navbar {
    z-index: 5;
}

.w-marketplace .top-hero{
    position: relative;
     z-index: 5;
}

.w-marketplace:before{
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    z-index: 2;
}

.w-marketplace .navbar .navbar-nav li a{
    color: #fff;
}
.w-marketplace .navbar .navbar-nav li.active a{
    color: #1de9b6;
}
.w-marketplace .navbar .navbar-nav li a:hover{
    color: #1de9b6;
}

.gray-b{
background: rgb(240, 242, 242);
}

.bg-assign{

    position: relative;
    padding-top: 40px;
}
.container-980{
    max-width: 980px;
        margin-right: auto;
    margin-left: auto;
}
.header-text{
    margin-bottom: 20px;
}
.header-text h4{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.header-text a{
        color: #1de9b6;
    text-decoration: none;
    cursor: pointer;
        font-size: 16px;
}
.marketplace-writer-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 1px 14px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 14px 0 rgb(0 0 0 / 5%);
    padding: 42px 30px 32px;
}
.marketplace-writer-card__avatar-container {
    position: relative;
    width: 80%;
    padding-top: 80%;
    margin: 0 auto 22px;
}
.marketplace-writer-card__avata {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    border: 8px solid rgb(29, 233, 182);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marketplace-writer-card__name {
    font-size: 24px;
    font-weight: 600;
    color: rgb(38, 49, 54);
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 10px;
}
.marketplace-writer-card__title {
    font-size: 13px;
    color: rgb(38, 49, 54);
    text-align: center;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 17px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marketplace-writer-card__services-container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
    margin-bottom: 24px;
    line-height: 0;
}

.marketplace-writer-card__more-services, .marketplace-writer-card__service {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 7px 14px;
    background: rgb(245, 245, 245);
    border-radius: 23px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    color: rgb(97, 97, 97);
    margin: 0px 8px 8px 0px;
}
.marketplace-writer-card__more-services {
    background: rgb(255, 255, 255);
    padding: 0px;
    margin-right: 0px;
    cursor: pointer;
}
.marketplace-writer-card__get-started-container {
    text-align: center;
}

.btn-gs{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    user-select: none;
    overflow: hidden;
    text-align: center;
text-decoration: none !important;
    border-radius: 2px !important;
    background-color: rgb(124, 144, 155) !important;
    height: auto !important;
    line-height: 12px !important;
    min-width: auto !important;
}

.btn-gs span{
        padding: 10px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: rgb(255, 255, 255) !important;
    display: block !important;
        text-transform: uppercase;
            vertical-align: middle;
            position: relative;
}

.marketplace-product-card__container {
    position: relative;
    height: 100%;
    padding: 16px 16px 40px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 14px 0px;
    cursor: pointer;
}
.marketplace-product-card__image-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding-top: 100%;
}

.marketplace-product-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    object-fit: cover;
}

.marketplace-product-card__writer-container{
        margin: 0px;
            margin-bottom: 10px;
            box-sizing: border-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.marketplace-product-card__writer-avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
}
.marketplace-product-card__writer-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: rgb(88, 109, 121);
}
.marketplace-product-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: rgb(38, 49, 54);
    margin-bottom: 8px;
}
.marketplace-product-card__description {
    font-size: 13px;
    line-height: 17px;
    color: rgb(38, 49, 54);
    margin-bottom: 20px;
}
.marketplace-product-card__bottom {
    position: absolute;
    bottom: 18px;
    right: 16px;
    left: 16px;

}
.row_no-spacing{
    margin: 0;
}
.row_no-spacing .col-sm-6{
    padding: 0;
}
.marketplace-product-card__delivery-time {
    font-size: 13px;
    line-height: 1.3;
    color: rgb(88, 109, 121);
}
.marketplace-product-card__price {
    font-size: 24px;
    font-weight: 600;
    color: rgb(29, 233, 182);
    text-align: right;
}
.powerful-tools p{
    max-width: 800px;
}
.spread-text{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.46;
    color: rgb(0, 191, 165);
    margin: 1em 0px;
    text-align: center;
}

.watch-text{
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.iframe-video{
    width: 100%;
}
.iframe-video iframe{
    width: 100%;
    height: 350px;
}
.check-right{
    padding-top: 30px;
}
.check-right li a{
        margin-left: 0px;
    padding: 12px 16px 12px 72px;
    position: relative;
    font-weight: bold;
        color: rgba(0, 0, 0, 0.87);
            font-size: 16px;
            font-weight: normal;
            display: inline-block;
            width: 100%;
            text-decoration: none !important;

}
.check-right li a:hover{
    background: #DADCDC;
}
.mm-ic{
    color: rgb(0, 191, 165);
    position: absolute;
    font-size: 24px;
    display: block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    height: 24px;
    width: 24px;
    top: 0px;
    margin: 12px;
    left: 4px;
}

.faq-content.no-border{
    border: none;
}

.pricing-box{
    background: #F3F5F5 ;
        height: 400px;
    position: relative;
    padding-top: 20px;
}
.item-tabs{
        color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
        margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 600px;
}

.pt-680{
    padding-top: 550px;
}
.item-tabs h2{
        color: rgb(66, 66, 66);
        font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
}

.tabs-part .nav-tabs{
    display:flex;
    align-items:center;
    justify-content:center;
    list-style: none;
    margin: 40px auto;
    max-width: 400px;
    position: relative;
    border-bottom: 1px solid #bdbdbd;

}
.tabs-part .nav-tabs .nav-link{
       font-size: 18px;
    font-weight: 300;
    color: #424242;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 15px 40px;
    margin-right: 2px;
    border: 1px solid transparent;
    position: relative;
}

.tabs-part .nav-tabs .nav-link.active{
        border-color: #bdbdbd #bdbdbd #fff;
        border-radius: 0;
}

.tabs-part .nav-tabs .nav-link.active{
        font-weight: 600;
    border: 1px solid #bdbdbd;
    border-bottom-color: transparent;
    cursor: default;
    background-color: #fff;
    position: relative;
}
.tabs-part .nav-tabs .nav-link.most-popular::after{
     content: "Most Popular!";
    text-transform: uppercase;
    color: #f44336;
    position: absolute;
    font-size: .8rem;
    top: 37px;
    right: 35px;
    font-weight: normal;
}

.tabs-part .tab-content .off{
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 24px;
}
.tabs-part .tab-content h6{
        font-weight: 400;
    margin: 0px;
    font-size: 18px;
}
.pri-text{
    display: flex; justify-content: center; align-items: center;
}

.tabs-part h2.lifetime {
    letter-spacing: -.5rem;
    font-weight: 300;
    line-height: 1;
    margin: 20px;
        font-size: 6.125rem;
        position: relative;
}
.tabs-part h2.lifetime::before {
    content: "$";
    letter-spacing: 0;
    font-size: 3.375rem;
    vertical-align: top;
}

.tabs-part .tab-content  p{
        color: rgba(0, 0, 0, 0.87);
            font-size: 16px;
}

.monthly{
    letter-spacing: -.5rem;
        font-weight: 300 !important;
    line-height: 1 !important;
    margin: 20px !important;
        font-size: 6.125rem !important
}
.monthly::before {
    content: "$";
    letter-spacing: 0;
    font-size: 3.375rem;
    vertical-align: top;
}
.monthly:after {
    margin-left: 10px;
    font-size: 2rem;
    color: #c7c7c7;
    letter-spacing: 0;
        content: "/ mo";
}

.card-list {
    padding: 20px 0 0;
}
.card-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-list ul li{
    padding: 8px;
}
.card-list ul li img{
    width: 50px;
}
.ffii{
     display: flex;
    align-items: center;
    justify-content: center;
}
.ffii li{
    margin: 0 8px;
}
.ffii li img{
     width:100px;

}

.card-login{
        color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
    border-radius: 2px;
    padding: 32px;
    margin: 30px 0;
}
.card-login h3{
        box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.fg-btn{
        position: relative;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.87);
}
.fg-btn:hover{
        background-color: rgba(153, 153, 153, 0.2);
}

.sign-in{
    border-radius: 2px;
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(255, 255, 255);
    background-color: rgb(29, 233, 182);
}

.modal.fg-password .modal-dialog{
    max-width: 360px;
    border: none;
}
.modal.fg-password .modal-dialog .modal-content{
    border: none;
}
.modal.fg-password .modal-dialog .modal-content .modal-body{
    padding: 24px 34px;
}
.modal.fg-password .modal-dialog .modal-content .modal-body h4{
        margin: 0px 0px 18px;
    padding: 0px;
    color: rgb(17, 17, 17);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}

.sign-in-text{
    color: rgb(29, 233, 182);
    background: transparent;
    text-transform: uppercase;
}

.simple-text{
    font-size: 1.4em;
    line-height: normal;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 1em 0 0.5em;
    color: #263136;
    text-align: center;
}
.no-border .container{
    border-bottom: none;
}

.brd-box{
    padding: 1.5em;
    border: 1px solid #1de9b6;
    border-radius: 4px;
}

.btn-orange{
        font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ff5722;
    border-radius: 2px;
        padding: 0.5em 2em;
        color: #fff;
}
.btn-orange:hover{
    color: #fff;
}
.brd-box h3{
        font-weight: 600;
            font-size: 1.17em;
}

.brd-box p{
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
        font-weight: 400;
        margin: 15px 0;
}
.brd-box ul{list-style: disc; padding-left:30px; margin: 25px 0;}
.brd-box ul li{
        font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    list-style: disc;
    margin: 3px 0;
}
.brd-box ul li u{
    text-decoration: underline;
    font-weight: 600;
}

.modal.form-modal .modal-dialog{
        padding: 1.2rem;
        max-width: 700px;

}
.modal.form-modal .modal-dialog .modal-body{
    padding: 20px;
}
.modal.form-modal .modal-dialog .modal-content{
 border-radius: 0;
        border: none;
}
 .modal-content-h2{
font-size: 24px; font-weight: normal; line-height: 1.46; color: rgb(0, 191, 165); margin: 0px 0px 0.5em;
}
.modal-content-p{
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}

.over-view{
      background: rgba(100, 255, 218, 0.06);
}

.white-market{
    background: #fff;
    padding: 40px !important;
}
.white-market .marketplace-search-box{
    position: relative;
    width: 80%;
       margin: -44px auto 0;
}
.white-market .select-field{
    margin: 0 0 0 0 !important;
    position: relative;

}

.white-market .marketplace-search-box__select-input-container{
        border: 1px solid rgb(212, 221, 226);
}

.number-of-post{
        font-size: 15px;
}

.refine-result h4{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}
.refine-result h6{
        margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    letter-spacing: -.3px;
}
.check-area {
    padding: 0 0 15px;
}
.check-area span{
    font-size: 13px !important;
    color: rgb(88, 109, 121);
    padding-left: 25px !important;
}
.check-area label{
    padding-left: 10px;
    margin-bottom: 0;
}
.check-area span::after{
    width: 15px !important;
    height: 15px !important;
    top: 3px !important;
}
.check-area span::before{
        width: 5px !important;
    height: 9px !important;
    top: 3px !important;
    left:2px !important;
}
.radio-area{
      padding: 0 0 15px;
}
.radio-area span{
    padding-left: 30px !important;
     font-size: 13px !important;
    color: rgb(88, 109, 121);
}
.radio-area label{
    padding-left: 5px;
    margin-bottom: 0;
}

/* --- profile page start ---*/
:root {
--green-bg: #1DE9B6;
--green-bg-hover: #1BD7A8;
--green-gradient:rgb(29, 233, 182);
--indigo: #6610f2;
--purple: #6f42c1;
--white-text:#fff;
--font-family1:Open Sans,sans-serif;
}




.top-changing-content-banner{
        width: 100%;
    height: 100%;
    position: relative;
    padding: 24px 24px 0 24px;
    background: rgba(38, 49, 54, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.top-changing-content-banner::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     background: rgba(38, 49, 54, 0.6);
     content: "";
}
.top-changing-content-banner .container{
    position: relative;
    z-index: 1;
}


.wp-head__center-col{
        width: 100%;
    max-width: 750px;
    padding-top: 10px;
}

.social-box-top{
    padding-bottom: 10px;
}

.social-box-top a{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin: 0px 5px 0px 0px;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 30px;
    height: 30px;
    background: rgb(72, 90, 99);
    border-radius: 50%;
    text-align: center;
    color: rgb(245, 245, 245);
    font-size: 16px;
    text-decoration: none !important;
}
.social-box-top a svg{
    fill: #fff;
}

.top-changing-content-banner h1{
        display: block;
    font-size: 56px;
    font-weight: 300;
    color: var(--white-text);
    margin: 0px 0px 10px;
    line-height: 75px;
    min-height: 75px;
    font-family: var(--font-family1);
}
.top-changing-content-banner h1 input[type="text"] {
    font-size: 56px;
    font-weight: 300;
    text-transform: capitalize;
    height: auto;
    border-bottom: none !important;
}
.top-changing-content-banner h1 input[type="text"]:focus{
   box-shadow: none !important;
}

.top-changing-content-banner p input[type="text"] {
    font-size: 21px;
        font-weight: 300;
    border-bottom: none !important;
    height: auto;
}

.top-changing-content-banner p input[type="text"]:focus {
    box-shadow: none !important;
}


.profile-btn{
    box-sizing: border-box;
    display: inline-block;
    font-family:var(--font-family1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: var(--green-bg);
    text-align: center;
    padding: 1em 2em;
    color: #ffffff;
}
.profile-btn:hover {
    background-color: var(--green-bg-hover);
    color: #ffffff;
}

.top-changing-content-banner p{
color: var(--white-text);
    display: block;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.4px;
    margin: 0px 0px 30px;
    line-height: 28px;
    min-height: 28px;
    font-family:var(--font-family1);
}

.container-pp{
        margin-top: 24px;
    margin-bottom: 65px;
}

.ring-img-profile{
    margin: 0px auto;
    position: relative;
    border-radius: 50%;
    width: 215px;
    height: 215px;
    border: 11px solid var(--green-bg);
    overflow: hidden;
}
.ring-img-profile img{
    width: 100%;
    height: 100%;
}


#material-tabs {
		position: relative;
		display: block;
	  padding:0;
}

#material-tabs>a {

		color: var(--white-text);
		display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-family: var(--font-family1);
    font-size: 24px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: var(--white-text);
    width: 200px;
    text-decoration: none !important;
}

#material-tabs>a.active {
	color: var(--green-bg);
		outline:none;
}

#material-tabs>a:not(.active):hover {
		background-color: inherit;
}

@media only screen and (max-width: 520px) {
		.nav-tabs#material-tabs>li>a {
				font-size: 11px;
		}
}

.yellow-bar {
		position: absolute;
		z-index: 10;
		bottom: 0;
		height: 4px;
		background: var(--green-bg);
		display: block;
		left: 0;
		transition: left .2s ease;
		-webkit-transition: left .2s ease;
}

#tab1-tab.active ~ span.yellow-bar {
		left: 0;
		width: 200px;
}

#tab2-tab.active ~ span.yellow-bar {
		left:204px;
		width: 200px;
}

#tab3-tab.active ~ span.yellow-bar {
		left: 408px;
		width: 200px;
}


.taber-box{
    padding: 24px 0;
}

.taber-box .tab-content{
    padding: 0 24px;
}

.box-stand{
           margin-bottom: 24px;

}


/* ---- grid ---- */
#container {
    width: 100%;
    max-width: 100%;
}
.cols {
    -moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
}

.boxses{
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
     background: #fff;
     display: inline-block;
     width: 100%;
     box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}
.boxses .img-thum img{
width: 100%;
}
.pd24{
    padding: 24px;
    display: inline-block;
    width: 100%;
}
.pd24:hover{
    text-decoration: none;
       background: rgba(72, 90, 99, 0.5);
}
.pd24 h4{
    font-size: 22px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    line-height: 1.4;
    margin: 0px 0px 15px;
    font-family: var(--font-family1);
}
.pd24 p{
     font-family: var(--font-family1);
         font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 1.67;
    margin-bottom: 0;
}

.service-blog{
      border-radius: 4px;
    overflow: hidden;
     background: #fff;
     display: inline-block;
     width: 100%;
     box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 24px;
}
.service-blog h4{
     font-family: var(--font-family1);
     font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: rgb(124, 144, 155);
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    display: inline-block;
        margin-bottom: 18px;
        width: 100%;

}
.service-blog h4 input.fieled-text{

     font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: rgb(124, 144, 155) !important;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    display: inline-block;
  margin-bottom: 0 !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
}

.service-blog h4 input.fieled-text::placeholder{
      color: rgb(124, 144, 155) !important;
}
.service-blog{
    position: relative;
}
.del-delete{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
}
.service-blog p{
    color: rgb(0, 0, 0);
    width: auto;
    font-size: 15px;
    line-height: 1.67;
}

.service-blog p textarea.area-font{
        color: rgb(0, 0, 0) !important;
    width: 100% !important;
    display: inline-block;
    font-size: 15px;
    line-height: 1.67;
    height: auto !important;
    resize: none;
    min-height: initial;
}


.service-blog p textarea.area-font::placeholder{
     color: rgb(0, 0, 0) !important;
}
.service-blog p:last-child{
    margin-bottom: 0;
}
.script-writing{
    border-radius: 4px;
    padding: 15px;
    background: #F5F5F5;
}

.flex-row-reverse{
    flex-direction: row-reverse;
}
.img-size{
    width: 200px;
}

.script-writing h3{
        font-size: 24px;
    margin-bottom: 10px;
    color: rgb(38, 49, 54);
}

.script-writing p{
        font-size: 13px !important;
    line-height: 1.5;
    margin-bottom: 15px;
    color: rgb(38, 49, 54);
}

.about-tabs p{
     font-family: var(--font-family1);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    margin: 24px 0px;
}

.rdy-to-start{
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: rgb(72, 90, 99);
    margin-right: 32px;
    position: relative;
}


.mid-content-r{
        max-width: 748px;
        width: 100%;
    margin: 130px auto 0px;
}

.ring-img-profile2 {
    margin: 0px auto;
    position: relative;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 4px solid var(--green-bg);
    overflow: hidden;
}
.ring-img-profile2 img {
    width: 100%;
    height: 100%;
}
.hr-me{
        border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 48px;
    margin-bottom: 50px;
}
.hire-me-content h2{
        font-size: 1.375rem;
    margin: 0px;
    color: rgb(78, 78, 78);
    font-weight: bold;
}
.hire-me-content p{
      color: rgb(78, 78, 78);
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
}

.hire-me-btn{
    background: var(--green-bg);
    color: #fff;
    border-radius: 40px;
    box-sizing: border-box;
    display: inline-flex;
      font-family: var(--font-family1);
   align-items: center;
   justify-content: center;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 44px;
    line-height: 25px;
    min-width: 160px;
    color: var(--white-text);
    border-radius: 33px;
    user-select: none;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.hire-me-btn:hover{
     background: var(--green-bg-hover);
      color: var(--white-text);
}

.new-taking{
    padding-bottom: 30px;
    margin-bottom: 30px;
     border-bottom: 1px solid rgb(238, 238, 238);
}
.new-taking h2{
   font-family: var(--font-family1);
    font-size: 24px;
    font-weight: normal;
    line-height: 1.75;
    margin: 0 0px 24px;
}
.new-taking p{
      font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}

.mid-content-r p{
        font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 28px;
}

.strat-bg{
    background: #F4F5F5;
}

.card-login2{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 4px 0px;
    overflow: hidden;
    padding: 70px 20px;
    position: relative;
}
.card-login2::after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: rgb(189, 189, 189);
    content: "";
}
.save-green{
    position: absolute;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    background: #00bfa5;
    z-index: 1;
}
.top-bar20 {
    width: 20%;
}

.top-bar40 {
    width: 40%;
}
.top-bar50 {
    width: 60%;
}
.top-bar70 {
    width:80%;
}

.top-bar80 {
    width: 100%;
}



.card-login2 h3{
    font-size: 34px;
    font-weight: 400;
    color: rgb(38, 49, 54);
    font-family: var(--font-family1);
    margin-bottom: 15px;
}
.card-login2 h6{
        font-size: 20px;
    font-weight: 300;
    color: rgb(88, 109, 121);
    margin-bottom: 1em;
    text-align: center;
}
.card-login2 form{
    width: 256px;
    margin: 0 auto;
}

.continue-btn{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 56px;
    line-height: 25px;
    min-width: 160px;
    color: #fff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: lightgrey;
    text-align: center;
}



.special-one{
    padding: 20px 10px 10px;
}
.sp-one{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-one i{
    color: rgb(244, 81, 30);
    position: relative;
    font-size:40px;
    display: inline-block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    margin-right: 15px;
}
.sp-one span{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 34px;
}
.dont-miss{
    font-weight: 300;
    padding: 15px 0 0;
    line-height: 1.1;
    font-size: 20px;
}

.video-pp2{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);

    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
    border-radius: 2px;
    padding: 1em;
    margin-top: 40px;
}
.video-pp2 iframe{
    width: 100%;
    height: 900px;
}

.up-order{
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.1;
    text-align: center;
}

.min-border{
    margin-top: 30px;
    margin-bottom: 40px;
    border: 2px solid rgb(29, 233, 182);
    padding: 1em;
}

.check-pnl{
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    margin-left: 0px;
    padding: 16px 56px 16px 72px;
}


.check-span{
        color: rgb(0, 191, 165);
    position: absolute;
    font-size: 24px;
    display: block;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    height: 24px;
    width: 24px;
    top: 0px;
    margin: 12px;
    left: 4px;
}

.check-pnl h4{
     color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
}
.check-pnl p{
        font-size: 14px;
    line-height: 18px;
    height: auto;
    margin: 4px 0px 0px;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.btn-toggle1{
    border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 12px;
    outline: none;
    font-size: 0px;
    font-weight: inherit;
    position: absolute;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 48px;
    height: 48px;
    top: 0px;
    right: 4px;
    background: none;
    border-radius: 50%;
    border: none;
}
.btn-toggle1:hover{
    border: none !important;
    outline: none !important;
    background: #EFEFEF;
}
.btn-toggle1:focus{
    border: none !important;
    outline: none !important;
    background: #EFEFEF;
}
.toggle-list{
    padding: 20px 0;
}
.toggle-list li{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.toggle-list li span{
    position: relative;
    margin-right: 5px;
    text-align: left;
    left: -8px;
}


.toggle-list2{
    padding: 20px 0;
}
.toggle-list2 li{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.toggle-list2 li span{
    position: relative;
    margin-right: 5px;
    text-align: left;
    left: -8px;
}


.btn-toggle2{
    border: 10px;
    box-sizing: border-box;
    display: block;
    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 12px;
    outline: none;
    font-size: 0px;
    font-weight: inherit;
    position: absolute;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 48px;
    height: 48px;
    top: 0px;
    right: 4px;
    background: none;
    border-radius: 50%;
    border: none;
}
.btn-toggle2:hover{
    border: none !important;
    outline: none !important;
    background: #EFEFEF;
}
.btn-toggle2:focus{
    border: none !important;
    outline: none !important;
    background: #EFEFEF;
}

.take-adv h5{
    font-size: 16px;
   color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 15px;
}

.add-order-btn{

    font-family: "Open Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;

    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: rgb(244, 81, 30);
    text-align: center;
    display: inline-block;

    position: relative;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    user-select: none;
    padding: 1em 2em;
    color: rgb(255, 255, 255);
    line-height: 1.5em;
}

.add-order-btn:hover{
    text-decoration: none;
    color: #fff;
    background: #E14B1C;
}

.take-adv h5 a{
color: rgb(0, 0, 0);
text-decoration: underline;
}

.modal.continue-modal .modal-dialog{
max-width: 1000px;
}
.modal.continue-modal .modal-dialog .modal-body{
    padding: 24px 34px;
}

.modal.continue-modal .modal-dialog .modal-body h2{
margin: 0px 0px 18px;
    padding: 0px;
    color: rgb(17, 17, 17);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: left;
}
.modal.continue-modal .modal-dialog .modal-body p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}


.modal.last-modal .modal-dialog{
max-width: 800px;
}
.modal.last-modal .modal-dialog .modal-body{
    padding: 24px 34px;
}

.modal.last-modal .modal-dialog .modal-body h2{
    font-weight: 300;
    line-height: 1.1;
    text-align: left;
    text-align: center;
    font-size: 2em;
    margin: 0.67em 0;
}
.modal.last-modal .modal-dialog .modal-body p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.iframe-vdo iframe{
    width: 100%;
}


.avatar-upload {
  position: relative;
  max-width: 130px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
/* .avatar-upload .avatar-edit input + label:after {
  content: "\e2c6";
font-family: 'Material Icons Outlined';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */
.avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
  border:8px solid #1de9b6;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-login3{
    width: 100%;
    display: inline-block;

}


ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
    text-align: center;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgb(88, 109, 121);
    color: #adadad;
    border-radius: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 4px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 10px 25px;
    cursor: pointer;
}



ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid rgb(88, 109, 121);
    background-color: rgb(88, 109, 121);
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid rgb(88, 109, 121);
}


:root {
    --color-1: rgb(244, 143, 177);
    --color-2: rgb(255, 87, 34);
    --color-3: rgb(255, 145, 0);
    --color-4: rgb(255, 196, 0);
    --color-5: rgb(126, 87, 194);
    --color-6: rgb(100, 181, 246);
    --color-7: rgb(29, 233, 182);
    --color-8: rgb(102, 187, 106);
}

.custom-radios{
    padding: 30px 0;
    text-align: center;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type=radio] {
    display: none;
}

.custom-radios input[type=radio]+label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type=radio]+label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 1px 5px 1px 5px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
    position: relative;
}
.custom-radios input[type=radio]+label span::after{
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.custom-radios input[type=radio]+label span img {
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-radios input[type=radio]#color-1+label span {
    background-color: var(--color-1);

}
.custom-radios input[type=radio]#color-1:checked+label span::after{
border: 2px solid var(--color-1);
}
.custom-radios input[type=radio]#color-2+label span {
background-color: var(--color-2);

}
.custom-radios input[type=radio]#color-2:checked+label span::after {
    border: 2px solid var(--color-2);
}
.custom-radios input[type=radio]#color-3+label span {
    background-color: var(--color-3);
}
.custom-radios input[type=radio]#color-3:checked+label span::after {
    border: 2px solid var(--color-3);
}
.custom-radios input[type=radio]#color-4+label span {
    background-color: var(--color-4);
}
.custom-radios input[type=radio]#color-4:checked+label span::after {
    border: 2px solid var(--color-4);
}
.custom-radios input[type=radio]#color-5+label span {
    background-color: var(--color-5);
}
.custom-radios input[type=radio]#color-5:checked+label span::after {
    border: 2px solid var(--color-5);
}
.custom-radios input[type=radio]#color-6+label span {
    background-color: var(--color-6);
}
.custom-radios input[type=radio]#color-6:checked+label span::after {
    border: 2px solid var(--color-6);
}
.custom-radios input[type=radio]#color-7+label span {
    background-color: var(--color-7);
}
.custom-radios input[type=radio]#color-7:checked+label span::after {
    border: 2px solid var(--color-7);
}
.custom-radios input[type=radio]#color-8+label span {
    background-color: var(--color-8);
}
.custom-radios input[type=radio]#color-8:checked+label span::after {
    border: 2px solid var(--color-8);
}
.custom-radios input[type=radio]:checked+label span img {
    opacity: 1;
}


/* step 4 */

.form .plan{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 15%;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* FORM */

.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}

.form label {
    position: relative;
    width: 33.333%;
    text-align: center;
    display: block;
    cursor: pointer;
    border:2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 25px 15px;
    border-radius: 5px;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
    border: 2px solid #1de9b6;
}


.field-style{
    padding: 25px 10%;
}
.field-style .col-form-label{
        color: rgb(72, 90, 99);
        font-size: 24px;
        font-weight: 400;
}
.field-style .form-control{
    width: 220px !important;
    height: 56px !important;
    padding: 0 10px !important;
    border: 1px solid rgb(212, 221, 226) !important;
    border-radius: 4px !important;
    color: rgb(0, 191, 165);
    font-size: 24px !important;
    margin: 0px 5px 0;
}


.toggle{
    font-size: 0 !important;
}

.close-toggle{
    display: none;
}

.modal-content-h1{
        margin: 0px;
        padding: 0 0 20px 0;
        color: rgba(0, 0, 0, 0.87);
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
}

.grn-text-btn{
    background: transparent;
    text-transform: uppercase;
}
.black-color{
    background: transparent;
    text-transform: uppercase;
    color: #000;
}
.writer-profile-page{
    overflow-x: hidden;
}

@media screen and (max-width:1023px) {
    .field-style .form-control {
        width: 100% !important;
    }
}
@media only screen and (max-width:767px) {

    .add-order-btn{
            padding: 1em 20px;
    }
    .form .plan {
        padding: 20px 0;
    }

    .form label img {
        width: 100%;
    }

    .field-style .form-control {
        width: 100% !important;
    }


    .aside-side {
        background: #fff;
        width: 190px;
        height: 100vh;
        position: fixed;
        transition: .3s;
        left: -190px;
        z-index: 100;
        padding: 20px;
        top: 0;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
    }



    .aside-side.close1 {
        left: 0;
        transition: .3s;
        transition-timing-function: cubic-bezier(0.9, 0, 1, 1);

    }

    .gray-b.op-bg{
        position: relative;
    }
    .gray-b.op-bg::after {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    content: "";
    }


   .toggle {
        border: none;
        background: none;
        position: relative;
        display: inline-block;
        cursor: pointer;
       font-size: initial !important;
    }
    .close-toggle {
        display: block;
    }
    .script-writing .media{
        display: inline-block;
    }
    .img-size{
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 15px;
    }
.un-library .slider{
    height: 490px;
}
}


.profile-cover-photo{
    position: relative;
}
.range-slider2 {
    display: inline-block;
    width: 40px;
    position: absolute;
    text-align: center;
    height: 200px;
    max-height: 100%;
    z-index: 1000;
    right: 180px;
    bottom: 20px;
    transform: rotate(180deg);
  }
  .range-slider2:before {
    /* position: absolute;
    top: -2em;
    left: 0.5em;
    content: attr(data-slider-value) "%";
    color: white;
    font-size: 90%; */
    display: none;
  }
  .range-slider2__thumb {
    position: absolute;
    left: 12px;
    width: 15px;
    height: 15px;
    line-height: 30px;
    background: white;
    color: #777;
    box-shadow: 0 0 0 6px rgba(29, 233, 182, 0.4);
    border-radius: 50%;
    pointer-events: none;
    font-size: 0;
  }
  .range-slider2__bar {
    left: 16px;
    bottom: 0;
    position: absolute;
    background: rgb(29, 233, 182);
    pointer-events: none;
    width: 8px;
    border-radius: 10px;
  }
  .range-slider2 input[type=range][orient=vertical] {
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
  }
  .range-slider2 input[type=range][orient=vertical]::-webkit-slider-runnable-track, .range-slider2 input[type=range][orient=vertical]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }
  .range-slider2 input[type=range][orient=vertical]::-webkit-slider-runnable-track {
    border: none;
    background: #ccc;
    width: 8px;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 0 #ccc;
  }
  .range-slider2 input[type=range][orient=vertical]::-moz-range-track {
    border: none;
    background: #ccc;
    width: 8px;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 0 #ccc;
  }
  .range-slider2 input[type=range][orient=vertical]::-ms-track {
    border: none;
    background: #ccc;
    width: 8px;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 0 #ccc;
    height: 100%;
  }
  .range-slider2 input[type=range][orient=vertical]::-ms-fill-lower, .range-slider2 input[type=range][orient=vertical]::-ms-fill-upper, .range-slider2 input[type=range][orient=vertical]::-ms-tooltip {
    display: none;
  }


.range-slider2 .thumb{
    display: none !important;
}

.grp-save-cancel{
    position: absolute;
    right: 40px;
    bottom: 70px;
    width: 120px;
}
.grp-save-cancel .profile-btn{
    width: 100%;
    margin: 5px 0;
    padding: 8px 15px;
    font-weight: normal;
}