.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align {
    display: table-cell;
    height: 100%;
    width: 100%;
}
.display-table > .vertical-align.middle {
    vertical-align: middle;
}
.display-table > .vertical-align.bottom {
    vertical-align: bottom;
}
.form-tabs {

}
.form-tabs ul li.each-form-tab{
    width: auto;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
}
.form-tabs ul li.each-form-tab + .each-form-tab {
    margin-left: 50px;
}
.each-form-tab.active .circle{
    background-color: #161a4f;
}
.each-form-tab.active .circle-title{
    color: #161a4f;
}
.circle {
    position: relative;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    background-color: #cacacc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 50%;
}
.circle-title {
    font-size: 18px;
    line-height: 29px;
    color: #848486;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
}
.each-form-tab:hover .circle{
    background-color: #161a4f;
}
.each-form-tab:hover .circle-title{
    color: #161a4f;
}
.tab{
    display: none;
    font-size: 14px;
    line-height: 21px;
    color: #080a2c;
    /*font-family: 'Poppins', sans-serif;*/
    text-align: left;
    text-transform: uppercase;
    padding: 20px 20px;

    box-sizing: border-box;
}
.sign-up-content.tab{
    display: block;
}
.sign-up-content .box-left {
    width: 35%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}
.sign-up-content .box-right {
    width: 65%;
    float: left;
    background-color: #f9f9f9;
}
.form-text {
    font-size: 14px;
    line-height: 21px;
    color: #080a2c;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 5px;
}
.sign-up-form {
    margin: 10px 0px 40px;
    font-size: 14px;
    line-height: 21px;
    color: #080a2c;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.sign-up-form .input-field {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0px!important;
    border: 1px solid #d88dab;
    text-transform: uppercase;
    padding: 8px 8px;
    width: 65%;
}

.sign-up-form .input-field::-webkit-input-placeholder {
    color: #080a2c;
}
.sign-up-form .input-field::-moz-input-placeholder {
    color: #080a2c;
}
.sign-up-form .input-field::-ms-input-placeholder {
    color: #080a2c;
}


.sign-up-form .input-row + .input-row {
    margin-top: 15px;
}
/* Reset Select */
.sign-up-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none;
}
/* Remove IE arrow */
.sign-up-form select::-ms-expand {
    display: none;
}
/* Custom Select */
.sign-up-form .select {
    position: relative;
    display: flex;
    width: 65%;
    background: #fff;
    overflow: hidden;
    border-radius: 0em;
    border: 1px solid #d88dab;
}
.sign-up-form select {
    width: 100%;
    text-transform: uppercase;
    padding: 8px 8px;
    cursor: pointer;
}
/* Arrow */
.sign-up-form .select::after {
    content: '\25BC';
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0 1em;
    background: #fff;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -ms-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/* Transition */
.select:hover::after {
    color: #f39c12;
}
.sign-up-form .input-row .text {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0px!important;
    border: 1px solid #fff;

    padding: 8px 8px;
}
.sign-up-form .input-row-border {
    border: 2px solid #d1cfd0;
    padding: 10px 1px;
}
.sign-up-form .input-row-border-none {
    border: 0px solid #d1cfd0;
    padding: 10px 1px;
}
.cc .checkbox-custom {
    opacity: 0!important;
    position: absolute!important;   
}

.cc .checkbox-custom, .cc .checkbox-custom-label {
    display: inline-block!important;
    vertical-align: middle!important;
    margin: 5px;
    cursor: pointer!important;
    font-weight: normal;
}
.cc {float:left;}
.cc {
    margin-left: 10px;
}
.cc .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff!important;
    border-radius: 0px;
    border: 2px solid #c0c0c0;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.cc .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    border: solid #161a4f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-radius: 0px;
    margin: 0px 15px 5px 5px;
}

.custom-button {
    font-size: 18px;
    line-height: 29px;
    background: #d33a70;
    font-weight: 500;
    padding: 10px 15px;
    margin: 0 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 16px;
    display: inline-block;
}
.custom-button:hover {
    color: #fff;
    background: #000;
}
.p-rate{
    font-size: 37px;
    line-height: 48px;
    color: #d73970;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 5px 10px;
}
.p-text{
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    padding: 10px 5px 10px;
}
ul.p-list {
    padding-left: 10px;
    margin: 30px 0;
}
ul.p-list li{
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    text-transform: none;
    background: url('../images/icon-tick.png') no-repeat left 0px;
    padding-left: 30px;
}
ul.p-list li span.bold{
    text-transform: uppercase;
    font-weight: 600;
}
ul.p-list li span.text-pink{
    color: #d73970;
}
.p-features {
    margin: 10px 0 10px;
}
.p-features .feature {
    float: left;
    margin: 10px 0 10px;
    text-align: center;
    background-color: #efeff1;
}
.sign-up-content .p-features .feature {
    width: 33.33%;
    width: calc((100% / 3) - 8px);
    padding: 6px 6px 12px;
}
.sign-up-content .p-features .feature + .feature {
    margin-left: 12px;
}
.p-features .p-heading,
.box-heading{
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    color: #0a092e;
    padding: 10px 2px 5px;
}
.box-title{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #0a092e;
    padding: 10px 2px 5px;
    text-transform: none;
}
.box-right .box-heading{
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
    color: #0a092e;
    padding: 20px 30px 10px;
}
.p-features .p-desc{
    font-size: 13px;
    line-height: 20px;
    color: #0a092e;
    padding: 10px 2px 5px;
}
.p-features .p-rate{
    font-size: 19px;
    line-height: 33px;
    padding: 10px 2px 5px;
}
.p-features .custom-button{
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    background-color: #0a092e;
}
.p-features .custom-button:hover{
    background-color: #d33a70;
}

.premium-content .box-left {

}
.premium-content .box-right {
    width: 80%;
    float: left;
    background-color: #f9f9f9;
}
.premium-content .p-features .feature {
    width: 25%;
    width: calc((100% / 4) - 9px);
    padding: 6px 6px 12px;
}
.premium-content .p-features .feature + .feature {
    margin-left: 12px;
}
.premium-content .p-features .feature:nth-child(4n+ 1) {
    margin-left: 0px;
}

.payment-content .p-features .feature {
    width: 33.33%;
    width: calc((100% / 3) - 8px);
    padding: 6px 6px 12px;
}
.payment-content .p-features .feature + .feature {
    margin-left: 12px;
}
.payment-content .box-left {
    width: 35%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}
.payment-content .box-right {
    width: 65%;
    float: left;
    background-color: #f9f9f9;
}
.payment-content .box-right ul.p-list {
    margin: 10px 0 30px;
}
.thankyou-content .box-left {
    width: 35%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
}
.thankyou-content .box-right {
    width: 65%;
    float: left;
    background-color: #f9f9f9;
}

.thankyou-content .box-left .p-features .feature {
    width: 50%;
    width: calc((100% / 2) - 6px);
    padding: 6px 6px 12px;
}
.thankyou-content .box-right .p-features .feature {
    width: 33.33%;
    width: calc((100% / 3) - 8px);
    padding: 6px 6px 12px;
}
.thankyou-content .p-features .feature + .feature {
    margin-left: 12px;
}
.bizz-content.tab{
    display: block;
}
.curved-buttons{
    font-size: 17px;
    line-height: 28px;
    padding: 10px 20px;
    color: #fff;
    max-width: 200px;
    cursor: pointer;
    background-color: #0a092e;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    -ms-border-radius-topleft: 10px;
    -o-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    -ms-border-radius-topright: 10px;
    -o-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.curved-buttons:hover{
    background-color: #FFCD5D!important;
}

.bizz-content .box {
    border: 1px solid #e3e1e2;
}
.bizz-content .box .add-images{
    position: relative;
}
.bizz-content .box .add-images .profile-image-main{
    position: relative;
}
.bizz-content .box .add-images .profile-image-logo{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);

}
.bizz-content .box-left {
    width: calc(75% - 40px);
    padding-right: 30px;
    box-sizing: border-box;
    float: left;
    margin: 20px;
}
.bizz-content .box-right {
    width: 25%;
    float: left;
    padding: 20px;
}
.bizz-content .box-right .box-heading {
    color: #0a092e;
    padding: 0px;
    text-align: left;
}
.bizz-content .box-right .form-text {
    color: #080a2c;
    text-align: left;
    padding: 0;
}

.bizz-content .box-right .input-field {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0px!important;
    border: 1px solid #d88dab;
    text-transform: capitalize;
    padding: 6px 8px;
    width: 100%;
}
.bizz-content .box-right .input-row .text {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0px!important;
    border: 0px solid #fff;
    padding: 4px 0px;
}
.bizz-content .box-right .input-row .text.share {
    font-size: 17px;
    line-height: 42px;
    color: #080a2c;
    font-weight: 700;
    padding: 5px 10px;
}
.bizz-content .box-right .input-row .text.share img{
    padding-right: 15px;
}
.bizz-content .box-right  .select {
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 0em;
    border: 1px solid #d88dab;
}
.bizz-content .box-left .input-field {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    color: #080a2c;
    border-radius: 0px!important;
    border: 2px solid #d1cfcf;
    text-transform: capitalize;
    padding: 20px;
    width: 100%;
}
.bizz-content .box-left .input-field::-webkit-input-placeholder {
    color: #080a2c;
    font-weight: 700;
}
.bizz-content .box-left .input-field::-moz-input-placeholder {
    color: #080a2c;
    font-weight: 700;
}
.bizz-content .box-left .input-field::-ms-input-placeholder {
    color: #080a2c;
    font-weight: 700;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: calc(100% - 90px);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 8px;
    border: none;
    background: none;
    border: 1px solid #d88dab;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    /* IE 9 Fix */
}


.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #080a2c;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 8px;
    border: none;
    width: 90px;
    margin-left: -1px;
    background-color: #d8d5d6;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.file-upload-button:hover {
    background-color: #000;
}
.bg-grey {
    background: #f0f0f0;   
}
.bg-grey2 {
    background: #b0aeb1
}
.body {
    position: relative;
    padding-top: 117px;
}
.body .banner {
    position: relative;
    padding-top: 0;
}
.body .banner .image{
    position: relative;
}
.body .banner .banner-content{
    position: absolute;
    top: 50px;
    background: rgba(0,0,0,0.25);
    padding: 30px;
    box-sizing: border-box;
}
.body .banner .banner-content .sub-title{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #ec1555;
    padding: 10px 10px 5px;
}
.body .banner .banner-content .title{
    font-size: 35px;
    line-height: 45px;
    color: #fafbfd;
    padding: 5px 10px 10px;
}
.body .banner .banner-content .title span{
    font-weight: 700;
}
.body .main{
    padding: 0px;
}
.body .section {
    padding: 30px 0;
}
.body .section + .section{
    padding-top: 60px;
}

.body .main .title{
    font-size: 20px;
    line-height: 30px;
    color: #12154f;
    padding: 10px 10px 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.body .main .text{
    font-size: 14px;
    line-height: 35px;
    color: #01031b;
    padding: 10px 10px 10px;
    font-family: 'Poppins', sans-serif;
}
.body .main .pink-title{
    font-size: 30px;
    line-height: 40px;
    color: #cb4071;
    padding: 65px 50px 30px;
    text-align: center;
    background-image: url(../images/quotes-left.png), url(../images/quotes-right.png);
    background-position: left top 20px, right bottom;
    background-repeat: no-repeat, no-repeat;
    font-weight: 300;
}
.body .main .pink-title.pink-title2{
    padding-top: 25px;
}
.body .main .pink-title span{
    font-weight: 700;
}
.body .main .operating-model img{
    padding: 30px;
}
.body .main .service-social img{
    padding: 120px;
}

.body .client-content {
    position: relative;
}
.body .client-content .fullnavtablog li {
    float: right;
}
.body .section.endorsements {
    padding: 80px 0 30px;
}
.body .section.endorsements .box {
    border: 1px solid #e3e1e2;
}
.body .section.endorsements .box .text{
    color: #1e2152;
}
.body .section.endorsements .box .text.desc span{
    font-weight: 700;
}

.body .section.endorsements .box .client-logos li{
    width: 14%;
    width: calc(100% / 7);
    padding: 20px 10px;
    float: left;
    box-sizing: border-box;
}
.body .section.endorsements .box .client-logos li img:hover{
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.grayscale {
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.body .section.alacarte-content {
    padding: 30px 0 30px;
}
.body .section.alacarte-content .title{
    padding: 10px 0 30px;
}
.body .section.alacarte-content .box {
    border: 1px solid #e3e1e2;
}
.body .section.alacarte-content .box .text{
    color: #030000;
}
.body .section.alacarte-content .box .text.desc span{
    font-weight: 700;
}

.body .alacarte-menu  ul li.each-form-tab{
    width: auto;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
}
.body .alacarte-menu  ul li.each-form-tab + .each-form-tab {
    margin-left: 2px;
}

.body .alacarte-menu {
    position: relative;
}
.body .alacarte-menu .fullnavtablog li {
    float: right;
}
.body .section.alacarte-content .tab,
.body .section.packages-content .tab{
    padding: 0;
    margin: 0;
}
.alacarte-menu .curved-buttons{
    color: #fff;
    text-transform: uppercase;
    max-width: inherit;
    background: rgba(241, 30, 93, 0.5);
    padding: 10px 40px;
    font-size:12px;
    font-weight:bold;
}
.alacarte-menu .curved-buttons:hover{
    background-color:#FFCD5D !important;
}
.alacarte-menu .curved-buttons:hover,.body .alacarte-menu .each-form-tab.active{
    background: rgba(241, 30, 93, 1);
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    -ms-border-radius-topleft: 10px;
    -o-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
    -ms-border-radius-topright: 10px;
    -o-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.advisory-content.tab{
    display: block;
}
.alacarte-content .tab .left{
    width: 50%;
    height: 400px;
    float: left;
}
.alacarte-content .tab .right{
    width: 50%;
    box-sizing: border-box;
    height: 400px;
    float: left;
}
.alacarte-content .tab .left .bg-white{
    background: rgba(255,255,255, .75);
    height: 100%;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}
.body .section.alacarte-content .tab .title {
    padding: 10px 0 10px;
    color:#000000;
    font-size:20px;
}
.alacarte-content .box .tab .text{
    text-transform: none;
    line-height: 20px;
    color: #030000;
    padding: 10px 0;
}
.alacarte-content .tab ul li{
    text-transform: none;
    line-height: 20px;
    color: #000000;
    padding: 10px 0;
    font-size: 16px;
    line-height: 19px;
    margin-left: 20px;
    width: 45%;
    float: left;
    list-style-image: url('../images/dot.png');
}
.alacarte-content .tab ul li:hover{
    color:#FFCD5D !important;
}
.alacarte-content .tab .right .right-content {
    height: 100%;
    overflow-y: scroll;
    padding: 20px 30px;
}
.alacarte-content .tab .right .right-content::-webkit-scrollbar {
    width: 12px;

}
.alacarte-content .tab .right .right-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(230,230,230,1);
}
.alacarte-content .tab .right .right-content::-webkit-scrollbar-thumb {
    background-color: #b9b9b9;
    outline: 0px solid slategrey;
}
.alacarte-content .tab .right ul li{
    padding: 5px 0;
    font-size: 14px;
    line-height: 21px;
    margin-left: 20px;
    width: auto;
    float: none;
}


.alacarte-content .advisory-content.tab .left{
    background: url('../images/alacarte/bg-advisory.jpg') no-repeat center center;
}

.alacarte-content .technology-content.tab .left{
    background: url('../images/alacarte/ALACARTE_TECHNOLOGY_imageb.png') no-repeat center center;
}
.alacarte-content .capital-content.tab .left{
    background: url('../images/alacarte/ALACARTE_CAPITAL_imageb.png') no-repeat center center;
}
.alacarte-content .advisory-content.tab .left ul li{
    padding: 20px 0 20px;
}
.alacarte-content .cs-content.tab .left{
    background: url('../images/alacarte/bg-cs.jpg') no-repeat center center;
}



.alacarte-content .cs-content.tab .left{
    background: url('../images/alacarte/bg-cs.jpg') no-repeat center center;
}
.alacarte-content .cs-content.tab .left .each-row + .each-row{
    padding-top: 30px;
}
.alacarte-content .cs-content.tab .left .list1 {
    width: 60%;
    float: left;
}
.alacarte-content .cs-content.tab .left .list2 {
    width: 40%;
    float: left;
}
.alacarte-content .cs-content.tab ul li {
    color: #030000;
    padding: 10px 0;
    margin-left: 20px;
    width: 100%;
}
.alacarte-content .cs-content.tab .left{
    width: 50%;
    height: 750px;
    float: left;
}
.alacarte-content .cs-content.tab .right{
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    float: left;
}
.alacarte-content .cs-content.tab .right ul li {
    padding: 5px 0;
    margin-left: 20px;
}
.dropdown-menu > li > a {
    color: #122067;
    padding: 6px 10px;
    border-bottom: 0px solid #fff;
    background: #fff;
}
.dropdown-menu li a:hover {
    background: #c94574;
    color: #000;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px solid #fff;
}
.p-content.tab{
    display: block;
}
.body .section.packages-content {
    padding: 30px 0 30px;
}
.body .section.packages-content .title{
    padding: 10px 0 30px;
}
.body .section.packages-content .box {
    border: 1px solid #e3e1e2;
    padding: 0px;
}

.body .section.packages-content .box .table>thead>tr>th, 
.body .section.packages-content .box .table>tbody>tr>th, 
.body .section.packages-content .box .table>tfoot>tr>th, 
.body .section.packages-content .box .table>thead>tr>td, 
.body .section.packages-content .box .table>tbody>tr>td, 
.body .section.packages-content .box .table>tfoot>tr>td {
    border: 0px solid #e3e1e2;
}
.body .section.packages-content .box .table>tbody>tr>td {
    padding: 10px 25px;
    box-sizing: border-box;
}
.body .section.packages-content .box .table>tbody>tr:nth-child(1) td {
    padding-top: 50px;
}
.body .section.packages-content .box .table>thead>tr>th:nth-child(1) {
    width: 29%;
}
.body .section.packages-content .box .table>thead>tr>th:nth-child(2) {
    width: 22%;
}
.body .section.packages-content .box .table>thead>tr>th:nth-child(3) {
    width: 23%;
}
.body .section.packages-content .box .table>thead>tr>th:nth-child(4) {
    width: 26%;
}
.body .section.packages-content .box .table>tbody>tr>td:nth-child(1) {
    background: #fff;
}
.body .section.packages-content .box .table>tbody>tr>td:nth-child(2) {
    /*background: #e1eef7;*/
    border: 1px solid black;
}
.body .section.packages-content .box .table>tbody>tr>td:nth-child(3) {
    /*background: #fdf6cf;*/
     border: 1px solid black;
}
.body .section.packages-content .box .table>tbody>tr>td:nth-child(4) {
    /*background: #fde8e9;*/
     border: 1px solid black;
}
.body .section.packages-content .box .table .img{
    float: left;
    display: inline-block;
    width: 100px;
}
.body .section.packages-content .box .table .contents{
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
}
.body .section.packages-content .box .table .title{
    font-size: 23px;
    line-height: 35px;
    color: #1e2152;
    padding: 0 0 10px;
    text-align: center;
}
.body .section.packages-content .box .table .desc{
    font-size: 16px;
    line-height: 30px;
    color: #ed145b;
    padding-bottom: 10px;
    text-align: center;
}
.body .section.packages-content .box .table .link {
    text-align: center;
    clear: both;
}
.body .section.packages-content .box .table .custom-button {
    font-size: 15px;
    line-height: 20px;
    background: #1e2152;
    font-weight: 500;
    padding: 8px 25px;
    margin: 0 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 16px;
    display: inline-block;
    text-align: center;
}
.body .section.packages-content .box .table .custom-button span{
    font-weight: 700;
}
.body .section.packages-content .box .table .custom-button:hover {
    background: #c94574;
}
.body .section.packages-content .box .table .circle {
    background-color: #1e2152;
    margin: 0 15px 10px 5px;
    float: left;
}
.body .section.packages-content .box .table>tbody>tr>td .title{
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    color: #1e2152;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
}
.body .section.packages-content .box .table .text{
    font-size: 14px;
    line-height: 34px;
    text-transform: none;
    color: #1e2152;
    padding: 0 10px;
}

@media (min-width: 1920px) and (max-width: 2520px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .form-tabs {

    }
    .sign-up-content .box-left,
    .premium-content .box-left,
    .payment-content .box-left,
    .thankyou-content .box-left{
        width: 100%;
        padding-right: 0px;
    }
    .sign-up-content .box-right,
    .premium-content .box-right,
    .payment-content .box-right,
    .thankyou-content .box-right{
        width: 100%;
    }
    .tab {
        margin-top: 14px;
        text-align: center;
    }
    .body {
        padding-top: 104px;
    }
    .body .banner .banner-content{
        padding: 15px;
    }
    .body .banner .banner-content .sub-title{
        font-size: 20px;
        line-height: 25px;
        padding: 0px 10px 5px;
    }
    .body .banner .banner-content .title{
        font-size: 26px;
        line-height: 31px;
        padding: 5px 10px 0px;
    }
    .body .section {
        padding: 20px 0;
    }
    .body .section + .section{
        padding-top: 30px;
    }
    .body .main .pink-title{
        font-size: 30px;
        line-height: 40px;
        padding: 45px 30px 10px;
        text-align: center;
        background-size:  40px 34px, 40px 34px;
    }
    .body .main .pink-title.pink-title2{
        padding-top: 45px;
    }
    .body .section.endorsements .box .client-logos li{
        width: 25%;
        width: calc(100% / 4);
        padding: 20px 10px;
    }
    .alacarte-menu .curved-buttons {
        padding: 10px 15px;
    }
    .body .section.alacarte-content .tab {
        margin-top: 20px;
    }
    .alacarte-content .tab .left {
        width: 100%;
        height: auto;
    }
	.alacarte-content .tab .left .bg-white{height: auto;}
	
    .body .section.alacarte-content .tab .title, 
    .body .section.alacarte-content .box .text {
        text-align: left;
    }
    .alacarte-content .advisory-content.tab .left ul li {
        padding: 7px 0 5px;
        width: 100%;
        text-align: left;
    }
    .alacarte-content .tab .right ul li {
        padding: 7px 0 5px;
        width: 100%;
        text-align: left;
    }
    .alacarte-content .tab .right {
        width: 100%;
    }
    .alacarte-content .tab .right .right-content {
        width: 100%;
        overflow-y: scroll;
        padding: 10px 20px;
    }
	
}

@media(max-width: 767px) {
    .form-tabs {
    }
    .form-tabs ul li.each-form-tab + .each-form-tab {
        margin-left: 12px;
    }
    .tab {
        display: none;
        margin-top: 25px;
    }
    .sign-up-content .box-left,
    .premium-content .box-left,
    .payment-content .box-left,
    .thankyou-content .box-left{
        width: 100%;
        padding-right: 0px;
    }
    .sign-up-content .box-right,
    .premium-content .box-right,
    .payment-content .box-right,
    .thankyou-content .box-right{
        width: 100%;
    }
    .sign-up-form,
    .sign-up-form .input-field,
    .sign-up-form .select {
        width: 100%;
    }
    .tab {
        margin-top: 14px;
        text-align: center;
        width: 100%;
    }
    .sign-up-content .p-features .feature,
    .premium-content .p-features .feature,
    .payment-content .p-features .feature,
    .thankyou-content .p-features .feature,
    .thankyou-content .box-left .p-features .feature,
    .thankyou-content .box-right .p-features .feature{
        margin: 20px 0 10px;
        text-align: center;
        width: 100%;
    }
    .p-features .feature + .feature {
        margin-left: 0px;
    }
    .payment-content .p-features .feature + .feature,
    .premium-content .p-features .feature + .feature,
    .thankyou-content .p-features .feature + .feature,
    .thankyou-content .box-left .p-features .feature + .feature,
    .thankyou-content .box-right .p-features .feature + .feature{
        margin-left: 0px;
    }

    .bizz-content .box .add-images .profile-image-logo{
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bizz-content .box .add-images .profile-image-logo img{
        width: 75px;
    }
    .bizz-content .box-left {
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
        float: left;
        margin: 60px 0 20px;
    }
    .bizz-content .box-right {
        width: 100%;
        padding: 10px;
    }
    .bizz-content .box-left .input-field {
        font-size: 19px;
        line-height: 30px;
        border: 2px solid #d1cfcf;
        padding: 12px 4px;
    }
    .custom-button {
        font-size: 14px;
        line-height: 21px;
        padding: 7px 11px;
        margin: 0 8px;
        color: #fff;
        margin-top: 10px;
    }    
    .body {
        padding-top: 0px;
    }
    .body .banner .banner-content{
        background: rgba(0,0,0,0.25);
        padding: 12px;
        top: 5px;
    }
    .body .banner .banner-content .sub-title{
        font-size: 15px;
        line-height: 20px;
        padding: 0px 10px 5px;
    }
    .body .banner .banner-content .title{
        font-size: 21px;
        line-height: 21px;
        padding: 5px 10px 0px;
    }
    .body.clients .banner .banner-content .title {
        font-size: 16px;
        line-height: 21px;
    }
    .body .main .title{
        font-size: 20px;
        line-height: 30px;
        color: #12154f;
        padding: 10px 10px 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
    }
    .body .main .text{
        font-size: 15px;
        line-height: 22px;
    }
    .body .main .pink-title{
        font-size: 21px;
        line-height: 21px;
    }  
    .body .section {
        padding: 15px 0;
    }
    .body .section + .section{
        padding-top: 30px;
    }
    .body .main .pink-title{
        font-size: 25px;
        line-height: 35px;
        padding: 15px 10px 10px;
        text-align: center;
        background-size:  30px 26px, 30px 26px;
    }
    .body .section.endorsements .box .client-logos li{
        width: 50%;
        padding: 20px 10px;
    }
    .alacarte-menu .curved-buttons {
        padding: 5px 10px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        width: 100%;
    }
    .alacarte-menu .curved-buttons:hover {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        background-color:#FFCD5D!important;
    }
    .body .alacarte-menu ul li.each-form-tab {
        width: 45%;
        float: none;
    }
    .body .alacarte-menu ul li.each-form-tab + .each-form-tab {
        margin-left: 0px;
        margin-bottom: 2px;
    }
    .body .section.alacarte-content .tab {
        margin-top: 20px;
    }
    .alacarte-content .tab .left {
        width: 100%;
        height: auto;
    }
	.alacarte-content .tab .left .bg-white{height: auto;}
    .body .section.alacarte-content .tab .title, 
    .body .section.alacarte-content .box .text {
        text-align: left;
    }
    .alacarte-content .advisory-content.tab .left ul li {
        padding: 7px 0 5px;
        width: 100%;
        text-align: left;
    }
    .alacarte-content .tab .right ul li {
        padding: 7px 0 5px;
        width: 100%;
        text-align: left;
    }
    .alacarte-content .tab .right {
        width: 100%;
    }
    .alacarte-content .tab .right .right-content {
        width: 100%;
        overflow-y: scroll;
        padding: 10px 20px;
    }
    .body .section.packages-content .box .table>tbody>tr>td {
        padding: 5px 15px;
        box-sizing: border-box;
    }
    .body .section.packages-content .box .table>tbody>tr:nth-child(1) td {
        padding-top: 20px;
    }	
	.alacarte-content .cs-content.tab .left{width: 100%; height:auto;}
	.alacarte-content .cs-content.tab .right{width: 100%;}
}
