/*
Theme Name: Titanium Mighty
Version: 1.0
Text Domain: titanium
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

a.big-button {
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #E6FF7B;
}

a.big-button:after {
    content: "";
    background-image: url(./assets/images/yellow-arrow.svg);
    display: inline-block;
    width: 60px;
    height: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-left: 32px;
    position: relative;
    top: 9px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.big-button:hover:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 24px;
}

a.big-button:hover {
    color: #E6FF7B;
}

.btn.btn-login {
    position: relative;
    background-clip: padding-box;
    border: solid 0px transparent;
    border-radius: 28px;
    place-items: center;
    color: #fff;
    padding: 9px 25px !important;
    background: url(./assets/images/Login-btn.svg) center center no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
            box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
    background-size: cover;
}
.btn.btn-login:hover {
    background: url(./assets/images/Login-btn-hover.svg) center center no-repeat;
}



.btn.btn-login:focus {
    background-image: none;
    background-color: rgba(0, 42, 149, 1);
    border: 2px solid #fff !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5) !important;
}
.btn.btn-login[disabled] {
    background: rgba(229, 229, 229, 1);
    box-shadow: none;
    color: rgba(163, 163, 163, 1);
    cursor: context-menu;
}

/* Header Style Here */
header.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: all 0.9s cubic-bezier(0.29, 0.7, 1, 1);
   
}

header.site-header.is-sticky {
    position: fixed;
    top: -100px; /* Start with the header out of view */
    animation: slideDown 0.9s cubic-bezier(0.29, 0.7, 1, 1) forwards;
     background: linear-gradient(90deg, rgba(11, 48, 170, 1) 0%, rgba(4, 154, 254, 1) 100%);
}

@keyframes slideDown {
    to {
        top: 0;
    }
}

.header-main .container {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-main .header-logo {
    float: left;
    width: 11%;
}

.header-main .menu-style {
    width: 56%;
    float: left;
}

.header-main .header-button {
    width: 31%;
    float: left;
}

.enumenu_ul > li.mega-menu {
    position: inherit;
}

.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {
    max-width: 1357px;
    left: 0;
    top: 72px;
    right: 0;
    margin: 0 auto;
    border: 2px solid;
    border-image-source: linear-gradient(100.09deg, #55FFFA 1.06%, #42B5F9 10.6%, #2D62F7 21.16%);
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 14px 0px #55FFFA80;
    box-shadow: 0px 0px 14px 0px #55FFFA80;
    padding: 0 36px;
    width: 100%;
    border: solid 8px transparent;
    border-radius: 21px;
}
.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    border-radius: 21px;
    padding: 2px;
    background: linear-gradient(100.09deg, #55FFFA 1.06%, #42B5F9 10.6%, #2D62F7 21.16%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li {
    float: left;
    width: 25%;
    position: relative;
    z-index: 1;
}

.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a {
    padding: 31px 40px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span {
    float: left;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 60px;
    max-width: 192px;
    width: 100%;
}

.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a img {
    float: left;
    width: 70%;
    margin: 0;
}
.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 22px;
    outline: none;
}
.menu-icon .menu-box {
    width: 24px;
    height: 18px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.menu-icon .menu-box span {
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    background: rgba(38, 38, 38, 1);
    display: block;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(4px);
    -webkit-transform: rotate(45deg) translateY(6px) translateX(4px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(4px);
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
}

.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}
.enumenu_ul > li {
    float: left;
    position: relative;
    padding: 26px 0;
    margin: 0;
    margin-right: 8px;
}
.enumenu_ul li a {
    font-size: 16px;
    color: #fff;
    padding: 8px 15px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    border: 2px solid;
    border-image-source: transparent;
    border-color: transparent;
    position: relative;
}
.enumenu_ul > li > a:before{
    content: '';    
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px; /* Adjust the value as needed */
    padding: 2px; /* Border thickness */
    background: linear-gradient(254.61deg, #FFFFFF -5.26%, rgba(255, 255, 255, 0.1) 39.26%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
}
.enumenu_ul > li:hover > a:before, .enumenu_ul > li.active > a:before {
   opacity: 1;
}
.enumenu_ul > li.mega-menu a.menubelow:after {
    content: "";
    background: url(./assets/images/menu-line.svg) center center no-repeat;
    width: 18px;
    position: absolute;
    right: 8px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.enumenu_ul > li.mega-menu:hover > a:after, .enumenu_ul > li.mega-menu.active > a:after {
    background: url(./assets/images/menu-line-open.svg) center center no-repeat;
    width: 12px;
    height: 12px;
    right: 10px;
}
.enumenu_ul > li.mega-menu a.menubelow {
    padding-left: 12px;
    padding-right: 32px;
}
.enumenu_ul > li ul {
    display: none
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.enumenu_ul > li:last-child {
    margin-right: 0;
}
.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: #000000;
    position: absolute;
    min-width: 150px;
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul { 
    opacity: 1;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
}
.enumenu_ul.desk ul li a {
    padding: 10px 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center
}
.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link {
    position: absolute;
    right: 46px;
    top: 31px;
}
.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link:after {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 11px;
    height: 11px;
}
.enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li:hover a span i.btn-link:after {
    background: #2D62F7 url(./assets/images/link-white-icon.svg) center center no-repeat;
}
.enumenu_ul .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(./assets/images/plus.png) no-repeat center center;
    cursor: pointer;
    z-index: 999;
    background-size: 52%;
}
.enumenu_ul .arrow.up {
    background: url(./assets/images/minus.png) no-repeat center center;
}
.enumenu_ul > li:hover > a i {
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #FFFFFF1F;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
}
.header-button ul {
    margin: 0;
    list-style: none;
    text-align: right;
}

.header-button ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.header-button ul li:first-child {
    margin-left: 0;
}
.header-button ul li a.btn.btn-primary {
    padding: 8px 45px 8px 24px;
}
.header-button ul li a.btn-primary:after {
    margin-left: 9px;
}
.header-logo a img.mob-logo{
    display: none;
}
.header-main ul#menu-main-menu .header-button {
    display: none;
}
/* Header Style End */

/* CTA Section Style Here */

.black-cta-secton {
    padding: 65px 0;
}

.black-cta-section .container .cta-wrap {
    background-color: rgba(10, 10, 10, 1);
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 58px 56px;
}
.cta-wrap .cta-contant-area {
    float: left;
    width: 82%;
    margin-right: 2%;
}

.cta-wrap .cta-contant-area .textreveal p span {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: left;
    opacity: 0.6;
    line-height: 1.13;
    margin-bottom: 0;
    box-sizing: border-box;
    -webkit-transition: opacity .2s linear;-o-transition: opacity .2s linear;transition: opacity .2s linear;
}
.cta-wrap .cta-contant-area h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-align: left;
    opacity: 0.7;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.cta-wrap .cta-contant-area span {
    color: rgba(255, 255, 255, 1);
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: left;
    opacity: 0.7;
    display: block;
    margin-bottom: 30px;
}

.cta-wrap .cta-image {
    width: 16%;
    text-align: right;
}
.cta-contant-area .btn-let-talk {
    display: block;
    margin-top: 50px;
}

/* CTA Section Style End */

/* Our Commitment Style Here */

.coman-constant {
    padding-top: 57px;
    padding-bottom: 46px;
}
.coman-constant h6 {    
    font-size: 28px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
}

.coman-constant p {
    styleName: Paragraph 2;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: -0.03em;
    margin-top: 40px;
}

.our-commitment-sec {
    padding-top: 79px;
    padding-bottom: 94px;
}

.our-commitment-sec .our-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0 30px;
}

.our-commitment-sec .our-wrap .our-heading {
    float: left;
    width: 42%;
}

.our-commitment-sec .our-wrap .our-list {
    float: left;
    width: 55.5%;
    margin-top: -16px;
}

.our-wrap .our-list ul li {display: -webkit-box;display: -ms-flexbox;display: flex;padding-bottom: 40px;margin-bottom: 25px;border-bottom: 1px solid rgba(0, 0, 0, 0.16);}

.our-wrap .our-list ul li span {
    display: inline-block;
    float: left;
    color: #D4D4D4;
    font-size: 72px;
    font-weight: 500;
    margin-right: 23px;
}

.our-wrap .our-list ul li .list-contant {
    float: left;
    width: calc(100% - 109px);
    margin-top: 14px;
}

.list-contant h5 {
    margin-bottom: 20px;
}

.list-contant p {    
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    padding-bottom: 0;
}

.our-commitment-sec .our-wrap .our-list ul {
    margin: 0;
    padding: 0;
}
.our-wrap .our-list ul li:last-child {
    padding-bottom: 0;
    border: none;
}

/* Our Commitment Style End */

/* Colture Section Style Start */

.culture-section {
    background-color: #000;
    padding-top: 120px;
    padding-bottom: 57px;
}
.culture-section .culture-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.culture-wrap .culture-bg {
    float: left;
    width: 47.4%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
}
.culture-wrap .culture-contant {
    float: left;
    width: 47.8%;
}
.culture-wrap .culture-contant p {    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 55px;
}

.culture-wrap .culture-contant .radios-text {
    padding: 28px 35px 6px 30px;
    border-radius: 20px;
    background: rgba(38, 38, 38, 1);
}

.culture-wrap .culture-contant .radios-text p {
    color: #E6FF7B;    
    font-size: 28px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: -0.03em;
    padding-bottom: 20px !important;
}

.culture-wrap .culture-contant h5 {
    line-height: 1.1;
    margin-bottom: 31px;
}
.culture-wrap .culture-contant .radios-text ul {
    padding: 9px 3px 0 3px;
    margin: 0;
}

.culture-wrap .culture-contant .radios-text ul li {
    color: rgba(230, 255, 123, 1);
    list-style: none;
    width: 100%;
    padding: 0 0 26px 39px;
    position: relative;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.03em;
}
.culture-wrap .culture-contant .radios-text ul li:before {
    position: absolute;
    content: "";
    background: url(./assets/images/yellow-icon-list.svg) center center no-repeat;
    width: 24px;
    height: 27px;
    left: 0;
    top: 9px;
    background-size: contain;
}

.culture-contant h3 {
    font-size: 48px;
    letter-spacing: -0.03em;
}

/* Colture Section Style End */

/* People Care Style Here */

.care-people-section {
    background-color: #000;
    padding-bottom: 349px;
    position: relative;
    overflow: hidden;
}

.care-people-section .care-p-heading {
    padding-top: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.care-p-heading h3 {
    color: rgba(230, 255, 123, 1);
    max-width: 740px;
    margin-bottom: 77px;
}

.care-p-heading ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -31px;
}

.care-p-heading ul li {
    float: left;
    width: 33.33%;
    padding: 0 31px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.care-p-heading ul li p {font-size: 20px;font-weight: 400;line-height: 1.58;letter-spacing: -0.03em;color: #fff;padding-bottom: 0;}

.care-p-heading ul li:nth-of-type(3n + 3) {
    border: none;
}

.care-people-section:before {
    background-image: url(./assets/images/our-p-linedrow.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 273px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 0;
}
.care-people-section.animation-active:before {
    opacity: 1;
}

/* People Care Style End */

/* Works Video Style Here */
.works-video-sec {
    padding: 63px 0 50px;
}

.works-video-sec .video-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 820px;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 20px 50px 48px;
    position: relative;
}

.works-video-sec .video-wrap .video-heading {
    background-color: #000;
    padding: 32px;
    border-radius: 32px;
    max-width: 970px;
    margin-right: 150px;
}

.video-wrap .video-heading h3 {
    margin-bottom: 0;
    line-height: 1.18;
}
.video-wrap a {
    position: absolute;
    right: 65px;
    background-color: rgba(230, 255, 123, 1);
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    bottom: 138px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-wrap a svg {
    width: 26px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 7px !important;
}

.video-wrap a:hover {
    background-color: #000;
}

.video-wrap a:hover svg path {
    fill: rgba(230, 255, 123, 1);
}

/* Works Video Style End */

/* Our People Style Here */

.our-people-sec {
    padding-top: 95px;
    padding-bottom: 60px;
}
.our-people-sec .our-p-heading {
    max-width: 988px;
    margin: 0 auto 56px;
    text-align: center;
}
.our-people-sec .our-p-heading p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: -0.03em;
}

.our-people-sec ul.all-member {
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.our-people-sec ul.all-member li {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 20px;
}
ul.all-member li .member-bg {
    border-radius: 32px;
    margin-bottom: 35px;
    overflow: hidden;
}
ul.all-member li h6 {
    background-color: #000;
    padding: 12px 16px 18px 16px;
    border-radius: 12px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #E6FF7B;
    margin-bottom: 27px;
}
ul.all-member li h6 span {
    font-size: 24px;
    display: block;
}
ul.all-member li p { 
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #525252;
}
.our-p-heading h2 {
    margin-bottom: 31px;
}

.black-cta-section {
        padding-top: 50px;
        padding-bottom: 50px
}
/* Our People Style End */

/* My Plan Section Start Here */
.my-plan-section {
    padding: 81px 0 72px;
    overflow: hidden;
}
.my-plan-section .plan-heading {
    text-align: center;
    margin-bottom: 40px;
}
.my-plan-section .plan-heading h2 {
    margin-bottom: 0;
    line-height: 1.1;
}
.my-plan-section .plan-heading p {
    color: rgba(115, 115, 115, 1);
    font-size: 20px;
    line-height: 1.56;
    letter-spacing: -0.03em;
}
.my-plan-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.my-plan-section .plan-wrap {
    font-size: 0;
    max-width: 1267px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.plan-wrap .plan-block {
    padding: 30px 28px 42px 31px;
    width: 31.65%;
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 32px;
    margin-right: 2.5%;
     -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.plan-wrap .plan-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: -o-radial-gradient(61.92% 78.77%, 84.62% 145.72%, #55FFFA 0%, #2D62F7 100%);
    background: radial-gradient(84.62% 145.72% at 61.92% 78.77%, #55FFFA 0%, #2D62F7 100%);
}
.plan-wrap .plan-block:nth-of-type(3n + 3) {
    margin-right: 0;
}
.plan-block img {
    position: relative;
    left: -16px;
}
.plan-block h5 {
    margin-top: 5px;
}
.plan-block p {
    line-height: 1.6;
    margin-bottom: -12px;
}
.plan-block a {
    margin-top: 8px !important;
    display: inline-block; 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: rgba(25, 25, 30, 1);
    letter-spacing: 0.01em;
}
.plan-block em {
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(230, 255, 123, 1);
    padding: 8px 28px 8px 12px;
    border-radius: 8px;
}
/* My Plan Section Start End */

/* Tec Section Start Here */

.tec-section {
    padding-top: 90px;
    padding-bottom: 63px;
}
.tec-section h2 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 77px;
}
.tec-section ul.tac-wrap {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.tac-wrap li {
    float: left;
    width: 47%;
    position: relative;
    padding-bottom: 43px;
}
ul.tac-wrap li .tec-contant-wrap {
    margin-top: 55px;
}
ul.tac-wrap li img {display: block;border-radius: 22px;}
ul.tac-wrap li h5 {
    letter-spacing: 0.00em;
    margin-bottom: 20px;
    padding-bottom: 0;
}
ul.tac-wrap li p {
    line-height: 1.57;
    margin-bottom: 13px;
    padding-bottom: 0;
}
ul.tac-wrap li a {
    padding-bottom: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}
ul.tac-wrap li em {
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(230, 255, 123, 1);
    padding: 8px 28px 8px 12px;
    border-radius: 8px;
    width: 100%;
}
/* Tec Section Start End */

/* Tab Section Start Here */
.tabs-wrap {
    overflow: hidden;
}

.tab-section {
    padding-top: 108px;
    padding-bottom: 60px;
}
.tab-section .tab-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 23px;
}
.tab-section .tab-heading h2 {
    margin-bottom: 0;
    margin-bottom: 16px;
}
.tab-section .tab-heading p {
    font-size: 20px;
    letter-spacing: -0.03em;
}


.tabs-block {
    padding: 0 0 20px;
    display: block;
    max-width: 1032px;
    margin: 0 auto;
    width: 100%;
}
.tabs-block .resp-tabs-list li .tab-box {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs-block .resp-tabs-list {
    border-top: 1px solid #CBCDD6;
    margin: 0;
    padding: 0;
    display: flex;
}
.tabs-block .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 20px 35px 30px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    width: 50%;
    position: relative;
}
.tabs-block .resp-tabs-list li .tab-box span {
    font-size: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: rgba(82, 82, 82, 1);
    margin-bottom: 8px;
}
.tabs-block .resp-tabs-list li .tab-box p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.6;
}
.tabs-block .resp-tabs-container {
    clear: left;
    background: #FAFAFA;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 20px;
    padding: 46px 47px 51px 47px;
    position: relative;
}
.tabs-block .resp-tabs-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: radial-gradient(84.62% 145.72% at 61.92% 78.77%, #55FFFA 0%, #2D62F7 100%);
}
.tabs-block .resp-tab-content .media-text-block .text-content h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.41;
    text-align: left;
    color: #000000;
    letter-spacing: 0.00em;
}
.tabs-block .resp-tab-content .media-text-block .text-content p {
    line-height: 1.6;
}
.tabs-block .resp-tab-content .media-text-block .text-content {
    border-bottom: 1px solid #CBCDD6;
    margin-bottom: 37px;
}
.tab-arrow-wrap .tab-cus-wrap h6 {
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    line-height: 1.55;
}
.tab-cus-wrap p {
    line-height: 1.65;
    padding-bottom: 0;
}
.tab-arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tab-arrow-wrap .tab-cus-wrap {
    float: left;
    width: 35%;
    padding-right: 127px;
    position: relative;
    margin-right: 4.85%;
}
.tab-arrow-wrap .tab-cus-wrap:after {
    content: "";
    background-image: url(./assets/images/color-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 98px;
    display: inline-block;
    vertical-align: middle;
    height: 98px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -4px;
}
.tab-arrow-wrap .tab-cus-wrap:nth-of-type(3n + 3) {
    margin-right: 0;
    padding-right: 0;
    width: 20.3%;
}
.tab-arrow-wrap .tab-cus-wrap:nth-of-type(3n + 3):after {
    display: none;
}




.tabs-block .resp-tab-content .media-text-block .grid{align-items: center;}
.tabs-block .resp-tab-content .media-text-block.right-media .media-content { order: 2; padding-right: 0; padding-left: 30px; }
.tabs-block .resp-tab-content .media-text-block.right-media .text-content{order:1;padding-left: 0;padding-right: 30px;}
.tabs-block .resp-tab-content .media-text-block ul{margin-left: 15px; margin-bottom: 20px;}
.tabs-block .resp-tab-content .media-text-block ul li{font-size: 16px; list-style: disc;color: #505050;}
.tabs-block .resp-tab-content .media-text-block ul li a{color: #505050;text-decoration: underline !important;}
.tabs-block .resp-tab-content .media-text-block ul li a:hover{color:#86754d}
.tabs-block .resp-tab-content .media-text-block ol{margin-left: 15px; margin-bottom: 20px;}
.tabs-block .resp-tab-content .media-text-block ol li{font-size: 16px; list-style: decimal;}
.tabs-block .resp-tab-content .media-text-block ol li a{color: #505050;text-decoration: underline !important;}
.tabs-block .resp-tab-content .media-text-block ul li a:hover{color:#86754d}

.tabs-block .resp-tab-active {border: none; border-bottom: none; } 
.tabs-block .resp-tabs-list li.resp-tab-active  .tab-box span{color: rgba(0, 0, 0, 1);}
.tabs-block .resp-tabs-list li:before {
    position: absolute;
    content: "";
    top: 0;
    height: 2px;
    left: 0;
    right: 0;
    transition: 0.5s all ease-in-out;
    background: radial-gradient(84.62% 145.72% at 61.92% 78.77%, #55FFFA 0%, #2D62F7 100%);
    width: 0;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.tabs-block .resp-tab-active {border-bottom: none; } 
.tabs-block .resp-tabs-list li.resp-tab-item.resp-tab-active:before{opacity: 1;visibility: visible;width: 100%;}
.tabs-block .resp-content-active, 
.tabs-block .resp-accordion-active { display: block; } 
.tabs-block .resp-tab-content{border: none;     display: none;} 
.tabs-block h2.resp-accordion {    
    font-weight: 400;
    padding: 15px 35px 15px 20px;
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 20px;
}
.tabs-block h2.resp-accordion:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: radial-gradient(84.62% 145.72% at 61.92% 78.77%, #55FFFA 0%, #2D62F7 100%);
}
.tabs-block h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: blue; } 
/*-----------Vertical tabs-----------*/ 
.tabs-block .resp-vtabs ul.resp-tabs-list { float: left; width: 30%; } 
.tabs-block .resp-vtabs .resp-tabs-list li { display: block; padding: 15px 15px !important; margin: 0; cursor: pointer; float: none; } 
.tabs-block .resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; border: 1px solid #c1c1c1; float: left; width: 68%; min-height: 250px; border-radius: 4px; clear: none; } 
.tabs-block .resp-vtabs .resp-tab-content { border: none; } 
.tabs-block .resp-vtabs li.resp-tab-active { border: 1px solid #c1c1c1; border-right: none; background-color: #fff; position: relative; z-index: 1; margin-right: -1px !important; padding: 14px 15px 15px 14px !important; } 
.tabs-block .resp-arrow { width: 0; height: 0; margin-top: 0; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.tabs-block h2.resp-tab-active span.resp-arrow { border: none;}
.tabs-block .resp-arrow:after { position: absolute; content: "+"; color: #000000; font-size: 28px; font-weight: 400; top: 50%; transform: translateY(-50%);}
.tabs-block h2.resp-tab-active .resp-arrow:after { content: "-"; color: #000000; font-size: 42px; font-weight: 400; }
/*-----------Accordion styles-----------*/
.tabs-block .resp-easy-accordion h2.resp-accordion {display: block;}
.tabs-block .resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.tabs-block .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
.tabs-block .resp-jfit {width: 100%;margin: 0px;}
.tabs-block .resp-tab-content-active {display: block;}
.two-clm .tab-arrow-wrap .tab-cus-wrap:nth-of-type(2n + 2) {
    padding-right: 0;
    margin-right: 0;
}
.two-clm .tab-arrow-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.two-clm .tab-arrow-wrap .tab-cus-wrap:nth-of-type(2n + 2):after {
    display: none;
}
.two-clm .tab-arrow-wrap .tab-cus-wrap {
    width: 54%;
    padding-right: 148px;
    margin-right: 7%;
}
.two-clm .tab-arrow-wrap .tab-cus-wrap:nth-of-type(2n + 2) {
    width: 39%;
}


/* Tab Section Start End */

/* On Boarding Section Start Here */

.onboarding-section {
    padding-top: 63px;
    padding-bottom: 50px;
}

.onboarding-section .onboard-wrap {
    background-color: #000;
    padding: 56px 56px 47px 56px;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.onboard-wrap .onboard-contant {
    float: left;
    width: 47%;
}
.onboard-wrap .onbord-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 46.6%;
    float: left;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
}
.onboard-wrap .onboard-contant h3 {
    color: #E6FF7B;
    margin-bottom: 54px;
}
.onboard-contant p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: -0.03em;
    padding-bottom: 13px;
}
/* On Boarding Section Start End */

/* Get Section Start Here */

.get-list-section {
    padding-top: 70px;
    padding-bottom: 80px;
}
.get-list-section h2 {
    margin-bottom: 102px;
    text-align: center;
}
.get-list-section ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.get-list-section ul li {
    float: left;
    width: 47.5%;
    position: relative;
    margin-bottom: 23px;
    margin-right: 5%;
}
.get-list-section ul li img {
    position: absolute;
    top: 0;
}
.get-list-section ul li  .get-list-title {padding-left: 93px;}

.get-list-section ul li:nth-of-type(2n + 2) {
    margin-right: 0;
}
.get-list-section .container {
    max-width: 1225px;
}
.get-list-title h6 {
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}
.get-list-title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: -0.03em;
}


/* Get Section Start End */

/* Benefits Section Start Here */

.benefits-section {
    padding-top: 79px;
    padding-bottom: 83px;
}
.benefits-section h3 {
    margin-bottom: 65px;
}
.benefits-section ul.benefits-list {
    list-style: none;
    margin: 0 -43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.benefits-section ul.benefits-list li {
    float: left;
    width: 33.33%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 67px;
    padding: 0 43px;
}
.benefits-section ul.benefits-list li:nth-of-type(3n + 3) {border: none;}
.benefits-section ul.benefits-list li p {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.56;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    letter-spacing: -0.03em;
}
.benefits-section .benefits-btn {
    margin-top: -31px;
    text-align: right;
    width: 100%;
}
.benefits-section ul.benefits-list li h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}
.benefits-section ul.benefits-list li:last-child {
    border-right: 0;
}

/* Benefits Section Start End */

.cta-block .blue-content:after {
    opacity: 0;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.cta-block.animation-active .blue-content:after {
    opacity: 1;
}
div#resonsive-show {
    display: none;
}

/* Popup Form Start */
body.popup-open{overflow-y: hidden;}
.form-popup {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 70px 33px 32px 33px;
    border-radius: 32px;
    position: relative;
    height: 815px;
    overflow-y: auto;
    position: fixed; left: 0; right: 0; top: 50%; transform: translateY(-50%);
}
.form-design h5 {
    text-align: center;
    margin-bottom: 17px;
}
.form-design > p {
    text-align: center;
    font-family: Sora;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: rgba(115, 115, 115, 1);
    margin-bottom: 50px;
    padding-bottom: 0;
}
.form-design p {
    width: 100%;
    display: block;
    padding-bottom: 0;
    position: relative;
}
.form-design p span {
    margin-bottom: 15px;
    display: block;
}
.form-design p br {
    display: none;
}
.form-design p span input {
    width: 100%;
    padding: 12px 16px 11px 15px;
    border-radius: 8px;
    border: 1px solid rgba(212, 212, 212, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(23, 23, 23, 1);
    letter-spacing: -0.00em;
    font-family: "Sora", sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-design p span input::-ms-input-placeholder { /* Edge 12-18 */
  color:rgba(163, 163, 163, 1);
}
.form-design p span input::-webkit-input-placeholder {
  color:rgba(163, 163, 163, 1);
}
.form-design p span input::-moz-placeholder {
  color:rgba(163, 163, 163, 1);
}
.form-design p span input:-ms-input-placeholder {
  color:rgba(163, 163, 163, 1);
}
.form-design p span input::placeholder {
  color:rgba(163, 163, 163, 1);
}
.form-design p span input:focus {
    border-color: rgba(0, 42, 149, 1);
}

.form-design p.infor-des {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 15px !important;
    margin-bottom: 48px;
}
.form-design p input.wpcf7-submit {
    padding: 20px 24px 20px 32px;
    border-radius: 100px;
    border: 1px solid rgba(229, 229, 229, 1);
    width: 100%;
    color: rgba(163, 163, 163, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    font-family: "Sora", sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.form-design p.infor-des a {
    color: rgba(0, 42, 149, 1);
}
.form-design p.infor-des a:hover {
    color: #000;
}
.form-design p input.wpcf7-submit:hover, .form-design p input.wpcf7-submit:focus {
    background-color: rgba(230, 255, 123, 1);
    color: rgba(0, 0, 0, 1);
    border-color: rgba(230, 255, 123, 1);
}
.form-design p span.wpcf7-not-valid-tip {
    color: rgba(239, 68, 68, 1);
    margin-top: 10px;
    display: block;
    padding-left: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
}
.form-design p span input.wpcf7-not-valid {
    border-color: rgba(239, 68, 68, 1);
}
.form-popup button.mfp-close {
    color: #000;
    right: 7px;
    top: 7px;
    font-size: 35px;
}
.form-popup .wpcf7-response-output {
    display: none;
}
.form-design p span.wpcf7-spinner {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.thankyou-msg {
    text-align: center;
    padding-bottom: 20px;
}

.thankyou-msg h5 {
    margin-top: 20px;    
    margin-bottom: 20px;
}

.thankyou-msg p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: rgba(115, 115, 115, 1);
}

/* Responsive Style Here */
@media (max-width: 1600px){
     .form-popup{height: 600px} 
}
@media (max-width: 1440px) {
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {
        max-width: 95%;
    }
}

@media (max-width: 1366px) {
    .form-design > p{font-size: 16px;line-height: 1.45}

    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a {
        padding: 31px 20px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {
        padding: 0 10px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span {
        margin-bottom: 30px;
    }
    .enumenu_ul > li {
        margin-right: 10px;
    }
    .coman-constant h6 {        
        font-size: 24px;
    }
    .coman-constant {
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .cta-wrap .cta-contant-area .textreveal p span {
        font-size: 44px;
    }
    a.big-button {
        font-size: 64px;
    }
    a.big-button:after {
        width: 48px;
        height: 56px;
    }
    .culture-wrap .culture-contant h5 {     
        margin-bottom: 25px;
    }
    .our-commitment-sec {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .culture-wrap .culture-contant .radios-text p {
        font-size: 24px;
    }
    .care-p-heading h3 {     
        max-width: 840px;
        margin-bottom: 60px;
    }
    .care-people-section {        
        padding-bottom: 250px;
    }
    .works-video-sec {
        padding: 50px 0 50px;
    }
    .our-people-sec {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .our-people-sec .our-p-heading {
        margin: 0 auto 40px;
    }
    ul.all-member li h6 span {
        font-size: 22px;
    }
    .our-commitment-sec .our-wrap {
        padding: 0 0;
    }
    .black-cta-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tab-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .tec-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .my-plan-section {
        padding: 40px 0 40px;
    }
    .onboarding-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .get-list-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .get-list-section h2 {
        margin-bottom: 70px;     
    }
    .benefits-section {
        padding-bottom: 70px;
    }
    .culture-wrap .culture-contant .radios-text ul li {
        padding: 0 0 20px 39px;
        font-size: 24px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {    
        width: 98%;
    }
    .form-design p input.wpcf7-submit {
        padding: 16px 24px 16px 32px;
    }
    .form-design > p {
        margin-bottom: 30px;
    }
    .form-popup {
        padding: 60px 33px 20px 33px;
        border-radius: 32px;
    }
    .enumenu_ul li a {
        font-size: 15px;        
        padding: 8px 11px;
    }
    .header-main .header-button {
        width: 35%;     
    }
    .header-main .menu-style {
        width: 53%;     
    }
    .enumenu_ul > li {
        margin-right: 1px;
    }
}

@media (max-width: 1199px) {
    .enumenu_ul > li {
        margin-right: 0;
    }
    .header-button ul li a.btn.btn-primary {
        padding: 8px 40px 8px 20px;
        font-size: 14px;
    }
    .header-button li a.btn.btn-login {
        font-size: 14px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link {        
        right: 16px;     
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span {
        font-size: 21px;
        line-height: 1.3;
        max-width: 168px;
        width: 100%;
        margin-right: 52px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link:after {
        width: 7px;
        height: 7px;
        padding: 13px;
        background-size: 50% !important;
    }
    .coman-constant h6 {
        font-size: 22px;
    }
    .coman-constant p {        
        font-size: 18px;
        margin-top: 30px;
    }
    .coman-constant {    
        padding-bottom: 30px;
    }
    .cta-wrap .cta-contant-area .textreveal p span {
        font-size: 36px;
    }
    .cta-wrap .cta-contant-area span {
        font-size: 18px;
    }
    a.big-button {
        font-size: 50px;
    }
    a.big-button:after {
        width: 34px;
        height: 45px;
        margin-left: 20px;
    }
    .our-wrap .our-list ul li span {
        font-size: 56px;
    }
    .our-wrap .our-list ul li .list-contant {
        margin-top: 7px;
    }
    .list-contant h5 {
        margin-bottom: 15px;
    }
    .culture-section {        
        padding-top: 80px;     
    }
    .culture-wrap .culture-contant p {        
        font-size: 18px;        
        padding-bottom: 30px;
    }
    .culture-wrap .culture-contant .radios-text p {
        font-size: 20px;
    }
    .care-p-heading ul li p {
        font-size: 18px;
    }
    .care-p-heading ul li {
        padding: 0 25px;
    }
    .care-p-heading ul {
        margin: 0 -25px;
    }
    .care-people-section {
        padding-bottom: 230px;
    }
    .works-video-sec .video-wrap {
        height: 700px;
    }
    .video-wrap a {
        bottom: 98px;
    }
    ul.all-member li .member-bg {        
        margin-bottom: 23px;
    }
    ul.all-member li h6 span {
        font-size: 18px;     
    }
    ul.all-member li p, .our-people-sec .our-p-heading p,  .list-contant p {
        font-size: 18px;
    }
    .our-people-sec ul.all-member li {        
        padding: 0 15px;
    }
    .our-people-sec ul.all-member {
        margin: 0 -15px;
    }
    ul.all-member li h6 {
        margin-bottom: 20px;
    }
    .our-p-heading h2 {
        margin-bottom: 25px;
    }
    .our-people-sec {
        padding-top: 40px;    
    }
    .our-wrap .our-list ul li {
        padding-bottom: 24px;
        margin-bottom: 19px;
    }
    .plan-wrap .plan-block {
        padding: 30px 25px 30px 25px;
    }    
    .tec-section h2 {
        margin: 0 auto 50px;
    }
    .onboard-wrap .onboard-contant h3 {     
        margin-bottom: 40px;
    }
    .onboard-contant p {        
        font-size: 18px;
    }
    .benefits-section h3 {
        margin-bottom: 50px;
    }
    .tab-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .culture-contant h3 {
        font-size: 38px;     
    }
    .enumenu_ul li a {
        font-size: 13px;
        padding: 8px 7px;
    }
    .header-button ul li a.btn.btn-primary {
        padding: 8px 38px 8px 15px;
        font-size: 13px;
    }
    .header-button li a.btn.btn-login {
        font-size: 13px;
    }
    .header-button ul li {
        margin-left: 2px;
    }
    .header-main .header-logo {
        width: 13%;
    }
    .header-main .menu-style {
        width: 51%;
    }
}
@media (max-width: 1100px) {    
    .header-main .header-button {
        width: 35%;
    }
    .header-main .menu-style {
        width: 55%;
    }
    .header-main .header-logo {
        width: 10%;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span {
        font-size: 18px;
        margin-bottom: 21px;
        max-width: 141px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a {
        padding: 20px 10px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link:after{
        top: -10px;
    }
}





@media (max-width: 991px) {
    body {
        padding-top: 61px !important;
    }
    header {
        padding-top: 0;
    }
    header.site-header {
        background: #fff !important;     
        border-bottom: 1px solid rgba(212, 212, 212, 1);
    }
    .header-logo a img.desc-logo {
        display: none;
    }
    .header-logo a img.mob-logo{
        display: block;
    }
    .enumenu_ul {
        display: none
    }
    .menu-block {
        height: auto;
    }
    .menu-icon {
        display: block
    }
    .services-detail a.pba-detail {
        border-bottom: 2px solid #d3d9da;
    }
    .enumenu_ul > li {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 24px;
    }
    .enumenu_ul > li > a {
        display: block;
        text-align: left;
        padding: 0;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: -0.03em;
    }
    .enumenu_ul > li ul {
        background: #D1D1D1;
    }
    .enumenu_ul > li ul a {
        text-align: center;
        display: block;
        text-align: center;
        color: #000;
        padding: 5px 0;
    }
    /* Push Menu */
    body.menuslide_push {
        position: relative;
    }
    body.menuslide_push.slidemenuLeft {
        left: 0;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
    }
    body.menuslide_push.slidemenuRight {
        right: 0;
        transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -moz-transition: right 0.5s;
        -ms-transition: right 0.5s;
        -o-transition: right 0.5s;
    }
    body.slidemenuRight .enumenu_ul {
        right: -300px;
    }
    body.slidemenuRight.menu-open .enumenu_ul {
        right: 0;
    }
    body.slidemenuLeft .enumenu_ul {
        left: -300px;
    }
    body.slidemenuLeft.menu-open .enumenu_ul {
        left: 0;
    }
    body.menuslide_push.slidemenuLeft.menu-open {
        left: 300px
    }
    body.menuslide_push.slidemenuRight.menu-open {
        right: 300px
    }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul {
        background: #000000 none repeat scroll 0 0;
        display: block;
        height: 100%;
        max-height: 100%;
        width: 100%;
        overflow: auto;
        position: fixed;
        transition: all 0.5s ease 0s;
        max-width: 300px;
        top: 0;
    }
    .header-main .header-button {
        display: none;
    }
    header.site-header {
        padding-top: 13px;
        padding-bottom: 10px;
    }
    .enumenu_ul {
        width: 100%;
        position: absolute;
        left: 0;
        top: 62px;
        background-color: #fff;
        height: 100vh;
        padding: 23px 20px 70px 20px;        
        overflow: auto;
    }
    .enumenu_ul > li > a:before{
        display: none;
    }    
    .enumenu_ul > li.mega-menu {
        position: relative;
    }
   .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {
        background: none !important;
        box-shadow: none;
        max-width: 100% !important;
        background: none !important;
        border: none !important;
        padding: 19px 0 0 12px !important;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu:before{
        display: none;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li {        
        width: 100%;
    }
   .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a {
        padding: 0;
        height: auto;
        display: block;
        margin: 0;
        display: inline-block;
        width: calc(100% - 20px);
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a img {
        display: none;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span {
        margin-bottom: 0;
        max-width: 100%;
        font-family: Sora;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a span i.btn-link {     
        display: none;
    }
    .enumenu_ul > li.mega-menu a.menubelow {
        padding-left: 0;
        padding-right: 0;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu {
        padding: 0 0;
    }
    .header-main .enumenu_ul .header-button {
        display: block !important;
    }
    .header-button ul li {
        margin-bottom: 15px;
        margin-left: 0;
    }
    .header-button ul {
        text-align: left;
    }
    .header-main .enumenu_ul .header-button {
        display: block !important;
        width: 100%;
        text-align: left;
        float: left;
        margin-top: 50px;
    }
    .header-button ul li a.btn.btn-primary {
        padding: 8px 40px 8px 20px;
        font-size: 16px;
        max-width: 341px;
        width: 100%;
        text-align: center;
        color: #000;
    }    
    .header-main .header-logo {
        width: 60%;
    }
    .header-button li a.btn.btn-login {
        padding: 9px 25px !important;
        border-radius: 20px;
        background: none;
        position: relative;
        color: #FFF;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        display: flex;
        align-items: center;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
        box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
        font-size: 16px;
        max-width: 341px;
        width: 100%;
        justify-content: center;
        background-color: transparent !important;
        background-image: none !important;
        z-index: 1;
    }

    .header-button li a.btn.btn-login:after {
        content: '';
        position: absolute;
        width: calc(100% - 2px);
        display: block;
        height: calc(100% - 3px);
        right: 2px;
        top: 2px;
        background-color: #002a95;
        color: #FFF;
        z-index: -1;
        border-radius: 20px;
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
        border-top: 1px solid #00000000;
    }
    .header-button li a.btn.btn-login:hover:after {right: 0px;top: 2px;height: calc(100% - 3px);}
    .header-button li a.btn.btn-login:before {
        content: '';
        position: absolute;
        border-radius: 20px;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgb(85, 255, 250);
        -webkit-box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
        box-shadow: 0px 0px 14px 0px rgba(85, 255, 250, 0.5);
        background: rgb(85, 255, 250);
        background: linear-gradient(280deg, rgba(85, 255, 250, 1) 0%, rgba(85, 255, 250, 1) 9%, rgba(0, 42, 149, 1) 37%);
        transition: all 0.3s ease-in-out;
        z-index: -1;
    }
    .header-button li a.btn.btn-login:hover:before {
         background: rgb(85,255,250);
        background: linear-gradient(90deg, rgba(85,255,250,1) 0%, rgba(85,255,250,1) 9%, rgba(0,42,149,1) 37%);
    }
    .coman-constant h6 {
        font-size: 20px;
    }
    .coman-constant {
        padding-bottom: 20px;
    }
    
    .black-cta-section .container .cta-wrap {
        padding: 48px 30px;
    }
    .cta-wrap .cta-contant-area .textreveal p span {
        font-size: 32px;
    }
    .cta-contant-area .btn-let-talk {     
        margin-top: 30px;
    }
    .cta-wrap .cta-contant-area h4 {
        font-size: 15px;
    }
    .our-commitment-sec {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .our-wrap .our-list ul li span {
        font-size: 48px;
        margin-right: 15px;
    }
    .culture-section {
        padding-top: 60px;
    }
    .culture-wrap .culture-contant .radios-text p {
        font-size: 18px;
    }
    .care-p-heading h3 {
        max-width: 840px;
        margin-bottom: 40px;
    }
    .care-people-section {
        padding-bottom: 170px;
    }
    .works-video-sec .video-wrap {
        height: 550px;
    }
    .works-video-sec .video-wrap {
        padding: 20px 30px 30px;
    }
    .video-wrap a {        
        right: 40px;
    }
    .works-video-sec {
        padding: 50px 0 30px;
    }    
    .our-people-sec ul.all-member li {
        padding: 0 10px;
    }
    .our-people-sec ul.all-member {
        margin: 0 -10px;
    }
    .our-people-sec {     
        padding-bottom: 30px;
    }
    .tab-arrow-wrap .tab-cus-wrap {
        float: left;
        width: 35%;
        padding-right: 85px;
        position: relative;
        margin-right: 4.85%;
    }
    .tab-arrow-wrap .tab-cus-wrap {        
        width: 35.8%;
        padding-right: 85px;
        margin-right: 4%;
    }
    .tab-arrow-wrap .tab-cus-wrap:after {
        width: 65px;
        height: 65px;
    }
    .two-clm .tab-arrow-wrap .tab-cus-wrap {     
        padding-right: 88px;
        margin-right: 7%;
    }
    .plan-wrap .plan-block {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
        vertical-align: top;
    }
    .plan-wrap .plan-block:nth-of-type(2n + 2) {
        margin-right: 0;
    }
    .tec-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .onboarding-section .onboard-wrap {        
        padding: 40px 40px 40px 40px;
    }
    .get-list-section h2 {
        margin-bottom: 50px;
    }
    .get-list-title p {
        font-size: 18px;
    }
    .get-list-section ul li {
        margin-bottom: 20px;
    }
    .get-list-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .get-list-section ul li .get-list-title {
        padding-left: 85px;
    }
    .benefits-section ul.benefits-list li {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .benefits-section ul.benefits-list {        
        margin: 0 -20px;
    }
    .benefits-section ul.benefits-list li h6 {
        font-size: 22px;
    }
    .benefits-section ul.benefits-list li p {        
        font-size: 18px;
    }
    .tab-section .tab-heading p {
        font-size: 18px;     
    }
    .my-plan-section .plan-heading p {        
        font-size: 18px;
        padding-bottom: 0;
    }
    .culture-wrap .culture-contant .radios-text ul li {
        padding: 0 0 14px 32px;
        font-size: 20px;        
        line-height: 1.4;
    }
    .culture-wrap .culture-contant .radios-text ul li:before {
        width: 19px;
        height: 20px;
        left: 0;
        top: 4px;
    }
    .culture-wrap .culture-contant .radios-text ul {
        padding: 0 0 9px 0;
        margin: 0;
    }
    div#resonsive-show {
        display: block;
    }
    .form-design > p {
        font-size: 16px;
    }
    .form-popup {
        padding: 60px 25px 20px 25px;
    }
    .form-design p.infor-des {
        margin-bottom: 30px;
    }
    .thankyou-msg p{
        font-size: 16px;
    }
    .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li {
        margin-bottom: 17px;
    }
    .enumenu_ul > li > a:hover, .enumenu_ul > li.mega-menu ul.sub-menu.sb-menu li a:hover span {
        color: rgba(0, 42, 149, 1) !important;
    }
}

@media (max-width: 767px) {
    .coman-constant h6 {
        font-size: 18px;
    }
    .coman-constant p {
        font-size: 16px;
        margin-top: 20px;
    }
    .cta-wrap .cta-contant-area {        
        width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: 20px;
    }
    .cta-wrap .cta-image {
        width: 100%;
        text-align: left;
    }
    .cta-wrap .cta-contant-area .textreveal p span {
        font-size: 28px;
    }
    .cta-wrap .cta-contant-area h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .cta-wrap .cta-image img {
        max-width: 100px;
        width: 100%;
    }
    .cta-wrap .cta-contant-area span {
        font-size: 16px;
        line-height: 1.3;
    }
    a.big-button {
        font-size: 36px;
    }
    a.big-button:after {
        width: 26px;
        height: 36px;
        margin-left: 17px;
    }
    .black-cta-section .container .cta-wrap {
        padding: 35px 25px;        
    }
    .our-commitment-sec {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .our-commitment-sec .our-wrap .our-heading {     
        width: 100%;        
    }
    .our-commitment-sec .our-wrap .our-list {     
        width: 100%;
        margin-top: 0;
    }
    ul.all-member li p, .our-people-sec .our-p-heading p, .list-contant p {
        font-size: 16px;
        line-height: 1.5;
    }
    .culture-wrap .culture-bg {        
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
    .culture-wrap .culture-contant {     
        width: 100%;
    }
    .culture-wrap .culture-contant p, .my-plan-section .plan-heading p {
        font-size: 16px;
    }
    .culture-wrap .culture-contant .radios-text p {
        font-size: 16px;
    }
    .culture-wrap .culture-contant .radios-text {
        padding: 20px 20px 0px 20px;
    }
    .culture-section {
        padding-bottom: 40px;
    }
    .care-people-section .care-p-heading {
        padding-top: 40px;     
    }
    .care-p-heading ul li {
        padding: 0 0;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 0;
        padding-bottom: 15px;
    }
    .care-p-heading ul {
        margin: 0;
    }
    .care-people-section:before {
        height: 193px;
        background-size: cover;
    }
    .care-p-heading ul li p {
        font-size: 16px;
    }
    .works-video-sec .video-wrap {
        padding: 20px 20px 30px;
    }
    .video-wrap a {
        width: 70px;
        height: 70px;
        right: 20px;
    }
    .video-wrap a svg {
        width: 20px !important;
    }
    .works-video-sec .video-wrap .video-heading {        
        padding: 20px;
        margin-right: 100px;
    }
    .works-video-sec .video-wrap {
        height: 450px;
    }
    .works-video-sec {
        padding: 50px 0 0;
    }
    .our-people-sec .our-p-heading {
        margin: 0 auto 20px;
    }
    .our-people-sec ul.all-member {
        margin: 0 -8px;
    }
    .our-people-sec ul.all-member li {
        padding: 0 8px;
        width: 50%;
        margin-bottom: 10px;
    }
    ul.all-member li h6 {        
        padding: 12px 16px 11px 16px;
    }
    ul.all-member li h6 span {
        font-size: 16px;
    }
    
    .tabs-block ul.resp-tabs-list { display: none; } 
    .tabs-block h2.resp-accordion { display: block; } 
    .tabs-block .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } 
    .tabs-block .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } 
    .tabs-block .resp-accordion-closed { display: none !important; } 
    .tabs-block .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

	.tabs-block .resp-tabs-container .tab-box{display: flex;align-items: center;flex-wrap: wrap;}	
    .tabs-block .resp-tabs-container .resp-accordion .tab-box span {
        width: 100%;
        font-size: 23px;
        margin-bottom: 10px;
    }	
    .tabs-block .resp-tabs-container {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .tabs-block .resp-tabs-container:before{
        display: none;
    }
    .tabs-block .resp-tabs-container .resp-accordion .tab-box p {
        padding-bottom: 0;
        letter-spacing: -0.03em;
    }
    .tabs-block .resp-tab-content {
        margin-bottom: 30px;
    }
    .tabs-block .resp-tab-content .media-text-block .text-content h5 {
        margin-bottom: 7px;
    }
    .tab-arrow-wrap .tab-cus-wrap {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 70px;
        text-align: center;
    }
    .tab-arrow-wrap .tab-cus-wrap:after {
        width: 45px;
        height: 45px;
        transform: rotate(90deg);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 12px !important;
        top: initial;
    }
    .tab-arrow-wrap .tab-cus-wrap:nth-of-type(3n + 3) {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        padding-bottom: 0;
    }
    .tab-arrow-wrap .tab-cus-wrap h6 {        
        font-size: 20px;
        margin-bottom: 4px;
    }
    .two-clm .tab-arrow-wrap .tab-cus-wrap {
        padding-right: 0;
        margin-right: 0;
        width: 100%;
    }
    .two-clm .tab-arrow-wrap .tab-cus-wrap:nth-of-type(2n + 2) {
        width: 100%;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .tabs-block .resp-tab-content .media-text-block .text-content {     
        margin-bottom: 25px;
    }
    .tab-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .plan-wrap .plan-block {
        padding: 30px 25px 30px 25px;
        width: 100%;
        margin-bottom: 20px;
    }    
    .plan-block em {
        margin-top: 15px;
    }
    .my-plan-section {
        padding: 30px 0 30px;
    }
    .tec-section h2 {
        margin: 0 auto 30px;
    }
    .tec-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul.tac-wrap li {        
        width: 100%;
        padding-bottom: 45px;
        margin-bottom: 30px;
    }
    ul.tac-wrap li img {
        width: 100%;
    }
    ul.tac-wrap li .tec-contant-wrap {
        margin-top: 30px;
    }
    ul.tac-wrap li em {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    ul.tac-wrap li:last-child {
        margin-bottom: 0;
    }
    .onboard-wrap .onboard-contant {     
        width: 100%;
        margin-bottom: 20px;
    }
    .onboard-contant p {        
        font-size: 16px;
    }
    .onboard-wrap .onboard-contant h3 {     
        margin-bottom: 20px;
    }
    .onboard-wrap .onbord-bg {
        width: 100%;
        height: 350px;
    }
    .onboarding-section .onboard-wrap {        
        padding: 30px 20px 30px 20px;
    }
    .onboarding-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .get-list-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .get-list-section ul li {        
        width: 100%;     
        margin-bottom: 10px;
        margin-right: 0;
    }
    .benefits-section ul.benefits-list li p, .tab-section .tab-heading p{
        font-size: 16px;
    }
    .benefits-section ul.benefits-list li {        
        width: 50%;
        margin-bottom: 30px;        
    }
    .benefits-section ul.benefits-list li h6 {
        font-size: 20px;
    }
    .benefits-section h3 {
        margin-bottom: 30px;
    }
    .benefits-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .benefits-section ul.benefits-list li:nth-of-type(3n + 3) {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .benefits-section ul.benefits-list li:nth-of-type(2n + 2) {
        border-right: 0;
    }
    .benefits-section .benefits-btn {
        margin-top: 0;
    }
    .culture-wrap .culture-contant .radios-text ul li {
        padding: 0 0 14px 30px;
        font-size: 16px;    
    }
    .culture-wrap .culture-contant .radios-text ul li:before {
        width: 17px;
        height: 16px;
        left: 0;
        top: 4px;
    }
    .culture-contant h3 {
        font-size: 28px;
    }
    .form-design h5 {     
        margin-bottom: 10px;
    }
    .form-design p span input {        
        padding: 11px 16px 10px 15px;
        font-size: 15px;
    }
    .form-popup {
        padding: 50px 20px 10px 20px;
    }
    .form-design p input.wpcf7-submit {
        padding: 14px 24px 14px 32px;
    }
    .form-popup button.mfp-close {     
        right: 4px;
        top: 6px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .our-p-heading h2 {
        margin-bottom: 20px;
    }
    .works-video-sec .video-wrap .video-heading {
        padding: 20px;
        margin-right: 0;
    }
    .video-wrap .video-heading h3 {        
        line-height: 1.18;
        font-size: 22px;
        line-height: 1.4;
    }
    .video-wrap a {
        width: 60px;
        height: 60px;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 40%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .video-wrap a svg {
        width: 18px !important;
    }
    .care-people-section:before {
        height: 153px;
        background-size: 200%;
    }
    .care-people-section {
        padding-bottom: 150px;
    }
    .care-p-heading h3 {    
        margin-bottom: 30px;
    }
    .culture-wrap .culture-bg {     
        height: 330px;        
    }
    .culture-section {
        padding-top: 50px;
    }
    .coman-constant {
        padding-top: 40px;    
    }
    .cta-wrap .cta-contant-area .textreveal p span {
        font-size: 26px;
    }
    .tabs-block .resp-tab-content .media-text-block .text-content h5 {
        font-size: 22px;
    }
    .tab-arrow-wrap .tab-cus-wrap h6 {
        font-size: 18px;     
    }
    .tabs-block .resp-tabs-container .resp-accordion .tab-box span {        
        font-size: 22px;     
    }
    .onboard-wrap .onbord-bg {    
        height: 300px;
    }
    .get-list-title p {
        font-size: 16px;
    }
    .benefits-section ul.benefits-list {
        margin: 0;
    }
    .benefits-section ul.benefits-list li {
        width: 100%;
        padding: 0 0;
        margin-bottom: 20px;
        border-right: 0 !important;
        padding-bottom: 20px;
        position: relative;        

    }
    .benefits-section ul.benefits-list li:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 0 auto;
    }
    .benefits-section ul.benefits-list li:last-child:before {
        display: none;
    }
    .my-plan-section .plan-heading h2 {
        margin-bottom: 7px;
    }
}

@media (max-width: 440px) {
    .our-people-sec ul.all-member li {        
        width: 100%;
    }    
    a.big-button {
        font-size: 34px;
    }
    a.big-button:after {
        width: 24px;
        height: 34px;
        margin-left: 12px;
    }
    a.big-button:hover:after {
        top: 4px;
    }
    .care-people-section:before {     
        background-size: 230%;
    }
    .video-wrap .video-heading h3 {
        font-size: 20px;     
    }
    .get-list-section h2 {
        margin-bottom: 40px;
    }
    .benefits-section .benefits-btn {        
        text-align: center;
    }
    .benefits-section ul.benefits-list li h6 {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .benefits-section h3 {
        margin-bottom: 30px;
    }
    .header-button ul li a.btn.btn-primary {
        max-width: 100%;
    }
    .header-button li a.btn.btn-login {        
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .header-button ul li a.btn.btn-primary {
        padding: 9px 40px 9px 20px;
        font-size: 15px;
    }
}    