/*========================================= TAB STYLE STARTS =========================================*/

/*----------------- TAB STYLE ONE STARTS -----------------*/

.rt-tab.element-one > ul.nav-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
    border: none;
    text-align: center;
    font-size: 0;
    display: block;
}

.rt-tab.element-one > ul.nav-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.rt-tab.element-one > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 0;
    background-color: #f5f5f5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0;
}

.rt-tab.element-one > ul.nav-tabs > li:first-child {
    border-radius: 35px 0px 0px 35px;
}

.rt-tab.element-one > ul.nav-tabs > li:last-child {
    border-radius: 0px 35px 35px 0px;
}

.rt-tab.element-one > ul.nav-tabs > li:only-child {
    border-radius: 35px 35px 35px 35px;
}

.rt-tab.element-one > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 25px 10px 25px;
    border: none;
    border-radius: 35px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #30353b;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

.rt-tab.element-one > ul.nav-tabs > li > a i {
    margin-right: 10px;
}

.rt-tab.element-one > ul.nav-tabs > li > a > span {
    position: relative;
}

.rt-tab.element-one > ul.nav-tabs .nav-link.active {
    background: #017AEC;
    color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);

}

@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-one > ul.nav-tabs {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .rt-tab.element-one > ul.nav-tabs {
        display: block;
    }

    .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 35px;
        margin-bottom: 15px;
    }

    .rt-tab.element-one > ul.nav-tabs > li:last-child {
        border-radius: 35px;
    }

    .rt-tab.element-one > ul.nav-tabs > li:only-child {
        border-radius: 35px;
    }
}

/*----------------- TAB STYLE ONE ENDS -----------------*/

/*----------------- TAB STYLE TWO STARTS -----------------*/
.rt-tab.element-two {
    width: 100%;
    display: block;
    position: relative;
}

.rt-tab.element-two .switch-tag {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 0 0 60%;
    width: fit-content;
    padding: 1px 15px;
    font-size: 18px;
    font-weight: 600;
    /*background: #35918B;*/
    border-radius: 24px;
}

.rt-tab.element-two > ul.nav-tabs {
    margin: 0 0 30px 0;
    border: none;
    text-align: center;
    font-size: 0;
    display: block;
}

.rt-tab.element-two > ul.nav-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.rt-tab.element-two > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    background-color: rgba(247, 208, 209, 0.9);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: 27px !important;
}

.rt-tab.element-two > ul.nav-tabs > li:first-child {
    border-radius: 35px 0px 0px 35px;
}

.rt-tab.element-two > ul.nav-tabs > li:last-child {
    border-radius: 0px 35px 35px 0px;
}

.rt-tab.element-two > ul.nav-tabs > li:only-child {
    border-radius: 35px 35px 35px 35px;
}

.rt-tab.element-two > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px;
    border: none;
    border-radius: 35px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #30353b;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 23px;
    height: 22px;
    margin-right: 0;
    padding-right: 0;
    top: 2px;
    border: 2px solid transparent;
    margin: 0 3px;
}

.rt-tab.element-two > ul.nav-tabs > li > a i {
    margin-right: 10px;
}


.rt-tab.element-two > ul.nav-tabs > li:first-child span {
    position: absolute;
    width: 100px;
    right: 30px;
    top: -7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.rt-tab.element-two > ul.nav-tabs > li:last-child span {
    position: absolute;
    width: 80px;
    left: 30px;
    top: -7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.rt-tab.element-two > ul.nav-tabs > li.active > a {
    background-color: #FF6064;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    border: 2px solid #f7f7f7;
    margin: 0 3px;
}


@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-two .switch-tag {
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        /*width: auto;*/
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
        color: #0277e7;
    }

    .rt-tab.element-two > ul.nav-tabs {
        margin: 0 0 60px 0;
    }
}

@media screen and (max-width:767px) {
    .rt-tab.element-two .switch-tag {
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        /*width: auto;*/
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
        color: #0277e7;
    }

}

/*----------------- TAB STYLE TWO ENDS -----------------*/

/*----------------- TAB STYLE THREE STARTS -----------------*/
.rt-tab.element-three > ul.nav-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
    border: none;
    text-align: left;
    font-size: 0;
    display: flex;
    border-bottom: 3px solid #ecf1f7;
    text-align: center;
    width: 100%;
}

.rt-tab.element-three > ul.nav-tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.rt-tab.element-three > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 0;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
    margin: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    flex-grow: 1;
}

.rt-tab.element-three > ul.nav-tabs > li:first-child {
    border-radius: 35px 0px 0px 35px;
}

.rt-tab.element-three > ul.nav-tabs > li:last-child {
    border-radius: 0px 35px 35px 0px;
}

.rt-tab.element-three > ul.nav-tabs > li:only-child {
    border-radius: 35px 35px 35px 35px;
}

.rt-tab.element-three > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 14px 30px;
    border: none;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #30353b;
    line-height: 30px;
    background: none;
    text-align: center;
}

.rt-tab.element-three > ul.nav-tabs > li > a i {
    margin-right: 10px;
}

.rt-tab.element-three > ul.nav-tabs > li > a > span {
    position: relative;
}

.rt-tab.element-three > ul.nav-tabs > li > a > span svg {
    margin-right: 10px;
}

.rt-tab.element-three > ul.nav-tabs .nav-item .nav-link::before {
    content: '';
    bottom: -3px;
    height: 3px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #87aee5;
}

.rt-tab.element-three > ul.nav-tabs .nav-item .nav-link.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #87aee5;
    color: #30353b;
}


@media screen and (min-width:768px) and (max-width:1024px) {
    .rt-tab.element-three > ul.nav-tabs > li > a {
        margin: 0;
        padding: 14px 20px;
    }

    .rt-tab.element-three > ul.nav-tabs {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .rt-tab.element-three > ul.nav-tabs > li {
        width: 100%;
        display: block;
    }

    .rt-tab.element-three > ul.nav-tabs {
        display: block;
    }

}

/*----------------- TAB STYLE THREE ENDS -----------------*/


/*----------------- TAB STYLE FOUR STARTS -----------------*/

.tab4.element-four {
    margin: 0 0 120px 0;
    padding: 0;
}

.tab4.element-four .tab-style-four {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0;
    color: #696E79;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .tab4.element-four {
        margin: 0 0 90px 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .tab4.element-four {
        margin: 0 0 45px 0;
        padding: 0;
    }

}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

.tabs-style-linemove nav li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #87aee5;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:nth-child(1).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-330%, 0, 0);
    transform: translate3d(-330%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-220%, 0, 0);
    transform: translate3d(-220%, 0, 0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
}

.tabs-style-linemove nav li.tab-current a {
    color: #094AF3;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.tabs-style-linemove nav a span {
    font-weight: 700;
    vertical-align: top;
    display: block;
    margin-bottom: 15px;
}


.tabs-style-linemove nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs-style-linemove nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 15px;
    text-align: left;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

.tabs-style-linemove nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #74777b;
    line-height: 1;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}


.tabs-style-linemove nav li.tab-current a {
    color: #094AF3;
}

.tabs-style-linemove nav a:focus {
    outline: none;
}

.tabs-style-linemove nav a span.svg-icon-area {
    margin: 0 auto 20px auto;
    background: #f0f6fc;
    display: inline-flex;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    align-items: center;
}

.tabs-style-linemove nav p {
    font-size: 16px;
    line-height: 30px;
}

/*****************************/
/* Line Box */
/*****************************/
.tabs-style-linebox nav ul li {
    margin: 0 0.5em;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox nav a {
    padding: 8px 30px;
    color: #30353B;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
    color: #F36985;
}

.tabs-style-linebox nav li.tab-current a {
    color: #fff;
}

.tabs-style-linebox nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    content: "";
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 0px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, 0px, 0);
}

.tabs-style-linebox nav li.tab-current a::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
    background: #F36985;
}

/* Nav */
.tabs-style-linebox.tabs nav {
    text-align: center;
}

.tabs-style-linebox.tabs nav ul {
    border-bottom: 2px solid #F36985;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs-style-linebox.tabs nav ul li {
    position: relative;
    display: block;
    margin: 0;
    text-align: left;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs-style-linebox.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}


.tabs-style-linebox.tabs nav li.tab-current a {
    color: #fff;
}

.tabs-style-linebox.tabs nav a:focus {
    outline: none;
}

.tabs-style-linebox.tabs nav a span.svg-icon-area {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
    .tabs-style-linemove nav li:last-child::before {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none;
    }

    .tabs-style-linemove nav ul li {
        display: block;
        -webkit-flex: auto;
        flex: auto;
        width: 100%;
        margin: 0;
    }
}

/*----------------- TAB STYLE FOUR ENDS -----------------*/


/*----------------- TAB STYLE FIVE STARTS -----------------*/
.tab5.element-five.element-five {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.tab5.element-five .tab-nav div {
    padding: 20px 27px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #fff;
    background: #F36985;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tab5.element-five .tab-nav div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tab5.element-five .tab-nav div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #f6cfd7;
    border-radius: 100%;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tab5.element-five .tab-nav div.active span.light {
    background-color: #f6cfd7;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.tab5.element-five .tab-nav div.active {
    color: #f6cfd7;
    padding: 20px 27px;
    overflow: hidden;
}

.tab5.element-five .tab-nav div svg {
    margin-right: 10px;
}

ul.tab5-content {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.tab5-content li {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.tab5-content li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

ul.tab5-content li p {
    margin: 0;
}

.tab-grid {
    list-style: none;
    margin-left: -40px;
}

.tab-grid-name {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}

.tab5.element-five .tab-nav div {
    overflow: hidden;
}

.tab5.element-five .tab-nav div.tab-inner-image {
    box-shadow: none;
    float: left;
    width: 15%;
    padding: 0;
    margin: 7px 0 0 0;
}

.tab5.element-five .tab-nav div.tab-inner-div {
    box-shadow: none;
    float: left;
    width: 80%;
    padding: 0;
    margin: 0;
}

.tab5.element-five .tab-nav div.tab-inner-div p {
    margin: 0;
    padding: 0;
}

.tab-grid1 {
    width: 40%;
}

.tab-grid2 {
    width: 60%;
}

@media screen and (max-width:1024px) {
    .tab-grid1 {
        margin-bottom: 22px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .tab-grid1 {
        width: 100%;
    }

    .tab-grid2 {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .tab-grid1 {
        width: 100%;
    }

    .tab-grid2 {
        width: 100%;
    }

}

/*----------------- TAB STYLE FIVE ENDS -----------------*/
