/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.nectar-social.fixed.visible {
    display: none !important;
}
a.healthcare {
    display: none !important;
}
a.wellness {
    display: none !important;
}
a.mental-health {
    display: none !important;
}

div#single-below-header {
    display: none !important;
}

div#author-bio {
    display: none !important;
}

.comments-section {
    display: none !important;
}

/* header CSS start */

#top nav > ul > li > a {
    opacity: 1 !important;
    font-family: 'Liberation Serif Bold';
}

#top nav > ul > li > a > span {
    color: #475569;
}

#top nav > ul > li.current-menu-item > a > span {
    color: #6B438A;
}

#top nav > ul > li#menu-item-43 > a  {
    background: #F69E4A;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 30px !important;
    border-radius: 8px;
    border: 1px solid #F69E4A;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}

#top nav > ul > li#menu-item-43 > a > span {
    color: #fff;
    transition: all 1s;
}

#top nav > ul > li#menu-item-43 > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#top nav > ul > li#menu-item-43 > a:hover:before {
    transform: scale(10);
}

#top nav > ul > li#menu-item-43 > a:hover span {
    color: #F69E4A;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #000;
}

#hero h1 {
    max-width: 790px;
}

#hero p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-width: 650px;
}

#entire-btn {
    background: #F69E4A !important;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 30px !important;
    border-radius: 12px !important;
    border: 1px solid #F69E4A;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(10);
}

#entire-btn:hover {
    color: #F69E4A;
    transform: unset !important;
    box-shadow: unset !important;
}

#hero #entire-btn {
    box-shadow: #6b438a63 0px 10px 12px;
}

#entire-btn.purple {
    background: #6B438A !important;
    border-color: #6B438A;
    margin-left: 20px;
    box-shadow: unset !important;
}

#entire-btn.purple:hover {
    color: #6B438A;
}

/* hero section CSS end */

/* legacy section CSS start */

h2 {
    color: #1D1A1B;
}

p {
    color: #4A4455;
}

#legacy ul {
    column-count: 2;
    margin: unset;
}

#legacy ul li {
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    color: #1D1A1B;
    padding-bottom: 20px;
    font-family: 'Inter';
    position: relative;
    padding-left: 40px;
}

#legacy ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    color: #6B438A;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

#legacy .vc_column-inner {
    position: relative;
}

#legacy .nectar-milestone {
    position: absolute;
    bottom: -4%;
    right: -7%;
    border-radius: 24px;
    background: #fff;
    text-align: left;
    padding: 30px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#legacy .number, #legacy .symbol {
    font-family: 'Noto Serif';
    color: #6B438A;
    font-size: 48px !important;
    line-height: 56px !important;
}

#legacy .subject {
    color: #5D5D67;
    font-size: 16px;
    line-height: 24px;
}

#legacy p {
    font-size: 16px;
    line-height: 24px;
}

#legacy .right-col .vc_column-inner {
    padding-left: 70px;
}

#legacy img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 24px;
}

/* legacy section CSS end */

/* core section CSS start */

#core .core img {
    margin-bottom: unset;
}

#core .core {
    display: flex;
    gap: 30px;
    align-items: center;
}

#core .core .core-img img {
    min-width: 280px;
}

#core-inr .vc_column-inner {
    background: #fff;
    border-radius: 24px;
    padding: 40px 40px;
    transition: all 0.5s;
}

h3 {
    color: #000;
}

#core-inr h3 {
    font-size: 32px;
    line-height: 40px;
}

#core-inr a {
    color: #F69E4A;
    font-size: 18px;
    line-height: 26px;
}

#core-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#core h2 {
    text-align: center;
}

#core .type-blk {
    text-align: center;
}

#core .type-blk p {
    max-width: 800px;
    display: inline-block;
}

/* core section CSS end */
.our-specialized .board {
    position: absolute !important;
    right: -20px;
    bottom: -22px;
    border-radius: 20px;
}
.our-specialized .max-blk {
    max-width: 410px;
}
.our-specialized .vc_column-inner {
    padding: 50px 40px;
}
.our-specialized .max-blk h5 {
    background: #6b438a3b;
    color: #6B438A;
    max-width: 230px;
    text-align: center;
    padding: 7px;
    border-radius: 50px;
    font-weight: bold !important;
}
.our-specialized .max-blk h3 {
    font-size: 36px;
    line-height: 44px;
}
.our-specialized .col-pur .vc_column-inner {
    background: #6B438A !important;
}
.our-specialized .col-pur .vc_column-inner h3, .col-pur .vc_column-inner p {
    color: #fff;
}
.our-specialized #entire-btn.yellow {
    color: #fff !important;
    width: 100%;
    text-align: center;
}
.our-specialized #entire-btn.yellow:hover {
    color: #F69E4A !important;
}
.our-specialized .leave {
    position: absolute !important;
    right: -40px;
    bottom: -124px;
    border-radius: 0px 25px 25px 0px !important;
    height: 484px !important;
}
.our-specialized #entire-btn.detail-btn {
    background: #ffffff !important;
    width: 100%;
    text-align: center;
}
.our-specialized #entire-btn.black {
    background: #151C27 !important;
    color:#fff;
    border-color:#fff;
}
.our-specialized #entire-btn.black:hover{
    color: #F69E4A !important;
}
div#hero.inner-page .purple-txt {
    color: #6B438A;
}
.txt-btn a {
    color: #6B438A !important;
}
div#refine-sec h2 {
    font-size: 44px;
    line-height: 52px !important;
    color: #151C27;
}
div#refine-sec h4 {
    color: #151C27;
}
div#refine-sec .trns-num {
    color: #6b438a4f;
    font-size: 20px;
    line-height: 28px;
}
div#refine-sec p {
    color: #5D5D67;
}
div#exp-inner {
    text-align: center;
    background: #6B438A;
    padding: 140px 0 !important;
    border-radius: 30px;
}
div#exp-inner h2, div#exp-inner p {
    color: #fff;
    max-width: 670px;
    margin: 0 auto;
    text-transform: math-auto;
}
#hero.inner-page br {
    display: none !important;
}

#hero.inner-page p {
    font-size: 22px !important;
    line-height: 30px !important;
}
div#experience-sec {
    padding-bottom: 40px !important;
}

div#team-content .vc_column-inner {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.dr-nora {
    max-width: 570px;
}
.abs-mg {
    position: absolute !important;
    left: 0;
    bottom: -200px;
}
.abc-mg {
    position: absolute !important;
    right: 0;
    bottom: 0;
}
.flexy-col .vc_column-inner {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
}
.flexy-coles .vc_column-inner {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
    min-height: 464px;
}
.dr-aris {
    margin-left: 290px;
    max-width: 530px;
}
.flexy-coles .vc_column-inner a {
    margin-left: 290px;
}
div#expert-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#expert-sec h2 {
    text-align: center;
}
div#expert-sec p {
    text-align: center;
}
.flexy-col .vc_column-inner p {
    text-align: unset !important;
}
.flexy-coles .vc_column-inner p {
    text-align: unset !important;
}
div#team-content h6 {
    color: #6B438A;
}
div#team-content h4 {
    color: #151C27 !important;
}
div#expert-sec p {
    color: #4A4455 !important;
}
.flexy-col .vc_column-inner img {
    border-radius: 20px;
}
.flexy-coles .vc_column-inner img {
    border-radius: 20px !important;
}
/* why choose sec */
.why-icon {
    position: absolute !important;
    left: 0;
}
.why-box {
    margin-left: 80px;
}
div#why-choose h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
div#why-choose {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
div#miles-sec .nectar-milestone {
    background: #fff;
    text-align: left;
    padding: 30px;
    max-width: 260px;
    border-radius: 20px;
    transition:all 0.5s !important;
}
div#miles-sec .nectar-milestone .number, .nectar-milestone .symbol {
    color: #6B438A;
    font-size: 36px !important;
    line-height: 44px !important;
    transition:all 0.5s !important;
}
div#miles-sec .nectar-milestone .subject {
    color: #4A4455;
}
div#miles-sec img {
    border-radius: 20px;
}
div#miles-sec .nectar-milestone:hover {
    background: #F69E4A !important;
    color: #fff !important;
    transition:all 0.5s !important;
}
div#miles-sec .nectar-milestone:hover .number {
    color: #fff !important;
    transition:all 0.5s !important;
    transition:all 0.5s !important;
}
div#miles-sec .nectar-milestone:hover .symbol{
    color: #fff !important;
    transition:all 0.5s !important;
}
div#miles-sec .nectar-milestone:hover .subject {
    color: #fff !important;
    transition:all 0.5s !important;
}
div#miles-sec .col-left .vc_column-inner {
    padding-left: 100px;
}
div#why-choose h4 {
    color: #151C27;
}
div#why-choose p {
    color: #4A4455 !important;
}
.bg-txt h6 {
    background: #EADDFF;
    max-width: 140px;
    text-align: center;
    padding: 3px;
    border-radius: 50px !important;
    color: #6B438A;
}
div#hero.inner-page img {
    border-radius: 50px !important;
}

/* package css */
div#package-sec .vc_column-inner {
    background: #fff;
    padding: 40px;
    min-height: 460px;
    border-radius: 14px;
    transition: all 0.5s !important;
}
div#package-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
#transparent-btns {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #6B438A;
    width: 100%;
    text-align: center;
    font-size: 19px !important;
    line-height: 27px !important;
    padding: 18px;
    border-radius: 10px !important;
}
#transparent-btns:hover {
    background: #F8B677 !important;
    color: #fff !important;
    transform: unset !important;
    box-shadow: unset !important;
}
.pckg-list li {
    list-style: none;
    position: relative !important;
    padding: 6px 0 !important;
}
.pckg-list li:before {
    position: absolute;
    content: '\f00c';
    left: -30px;
    font-family: 'FontAwesome';
    font-size: 10px;
    background: #6B438A;
    height: 15px;
    width: 15px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}
div#package-sec .vc_column-inner:hover {
    transform: scale(1.05);
    transition: all 0.5s !important;
}
.price-tag h6 {
    position: absolute;
    right: -39px;
    bottom: 39px;
    background: #F8B677;
    padding: 2px !important;
    width: 38%;
    text-align: center;
    color: #fff;
    border-radius: 0px 14px 0px 12px !important;
}
.pckg-list {
    min-height: 230px;
}
#transparent-btns.top-btn {
    margin-top: 30px !important;
}
.center-col .vc_column-inner {
    border: 2px solid #6B438A;
}
div#package-sec .vc_column-inner h4 {
    color: #151C27;
}
div#package-sec .vc_column-inner p {
    color: #5D5D67 !important;
}
div#package-sec .vc_column-inner li {
    color: #4A4455 !important;
}
.pkg-txt {
    color: #6B438A;
}
/* purpble sec */
div#content-inquire {
    background: #6B438A;
    padding: 140px  !important;
    border-radius: 30px;
}
div#content-inquire h3 {
    color: #fff !important;
}

div#content-inquire p {
    color: #fff;
    max-width: 560px;
}
.white-col .vc_column-inner {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}
.white-col .vc_column-inner h5 {
    color: #151C27;
}
.inq-btn input.wpcf7-form-control.wpcf7-submit.entire-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    width: 100%;
    font-size: 18px !important;
    line-height: 26px !important;
    transform: unset !important;
    opacity: unset !important;
    box-shadow: unset !important;
}
.white-col .vc_column-inner p {
    text-align: center;
    color: #5D5D67 !important;
}
.purple-form {
    color: #630ED4 !important;
    font-weight: bold;
}
div#tailored-sec {
    padding-bottom: 100px !important;
}
.isseu-txt h1 {
    max-width: 1000px !important;
    margin: 0 auto;
}
.isseu-txt p {
    max-width: 860px !important;
    margin: 0 auto;
}
.txt-bg h6 {
    background: #EADDFF;
    max-width: 220px;
    margin: 0 auto;
    color: #6B438A;
    border-radius: 50px;
    font-size: 19px;
    line-height: 27px;
    padding: 4px !important;
}

/* about css */
.about-us .bg-txt h6 {
    background: #EADDFF;
    max-width: 190px;
    text-align: center;
    padding: 3px;
    border-radius: 50px !important;
    color: #6B438A;
}
div#banner-miles .nectar-milestone {
    text-align: left;
}
div#banner-miles .nectar-milestone .number, div#banner-miles .nectar-milestone .symbol {
    color: #6B438A;
}
div#banner-miles .nectar-milestone .subject {
    color: #4A4455;
}
.on-mg img {
    position: absolute;
    left: 14px;
}
.on-mg {
    padding-left: 70px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-width: 370px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: -30px;
    padding-right: 40px;
}
.on-mg p {
    padding: unset !important;
}
.small-txt {
    font-size: 14px !important;
    line-height: 22px !important;
}
.on-mg h6 {
    color: #151C27;
    margin: unset !important;
}
div#mission-vission img {
    width: 90%;
    border-radius: 16px;
}
div#mission-vission h4 {
    color: #000;
}
div#mission-vission p {
    color: #4A4455;
}
/* abot css */
div#value-box .vc_column-inner {
    background: #fff;
    padding: 60px 30px !important;
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 310px;
    transition: all 0.5s !important;
}
div#value-box .vc_column-inner:hover {
    background: #6B438A !important;
    transition: all 0.5s !important;
    transform: scale(1.05);
}
div#value-box .vc_column-inner:hover p {
    color: #fff !important;
}
div#value-box .vc_column-inner:hover h4 {
    color: #fff !important;
}
div#value-box h4 {
    color: #151C27;
}
div#value-sec h3 {
    text-align: center;
}
div#value-sec p {
    text-align: center;
}
div#value-box p {
    text-align: unset !important;
}
div#value-box p {
    color: #4A4455;
}
/* miles sec */
div#trust-sec {
    padding: 100px 0 !important;
}
div#trust-miles .nectar-milestone {
    background: #fff;
    padding: 10px 30px 40px 20px !important;
    max-width: 280px;
    border-radius: 16px;
    transition: all 0.5s !important;
}
.tp-col .vc_column-inner {
    padding-left: 80px;
    padding-top: 50px;
}
div#trust-miles .nectar-milestone .number, div#trust-miles .nectar-milestone .symbol {
    font-size: 26px !important;
    line-height: 34px !important;
    color: #000000;
}
div#trust-miles .nectar-milestone .subject {
    color: #94A3B8;
    font-size: 12px;
    line-height: 20px !important;
}
div#trust-sec h2 {
    color: #fff;
}
div#trust-sec p {
    color: #fff;
}
div#trust-sec li {
    color: #fff;
    list-style: none !important;
    position: relative;
    padding-bottom: 12px;
}
div#trust-sec li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    left: -27px;
    font-size: 12px;
    line-height: 20px;
    background: #F69E4A;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 50px;
}
div#trust-miles .nectar-milestone:hover {
    background: #F69E4A !important;
    color: #fff !important;
    transition: all 0.5s !important;
}
div#trust-miles .nectar-milestone:hover .subject {
    color: #fff !important;
    transition: all 0.5s !important;
}
div#trust-miles .nectar-milestone:hover .number {
    color: #fff !important;
    transition: all 0.5s !important;
}
div#trust-miles .nectar-milestone:hover .symbol {
    color: #fff !important;
    transition: all 0.5s !important;
}
/* get in touch css */
.bn-image {
    transform: rotate(3deg) !important;
}
.get-box {
    background: #fff;
    max-width: 310px;
    padding: 36px 20px !important;
    position: absolute;
    bottom: 0;
    border-radius: 13px;
}
.get-box p {
    padding: unset !important;
}
.get-box .purple-we {
    color: #603B82;
}
div#hero.inner-page h5 {
    color: #603B82;
}
div#hero.inner-page p {
    color: #5D5D67;
}
#get-form .contact-box{
    width: 340px;
    background: #fff;
    padding:30px 25px;
    border-radius:12px;
}
#get-form .contact-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:28px;
}
#get-form .contact-item:last-child{
    margin-bottom:0;
}
#get-form .contact-icon{
    width:28px;
    height:28px;
    min-width:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f4a261;
    font-size:13px;
    margin-top:2px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px;
    border-radius: 9px;
}
#get-form .contact-content h4{
    margin:0 0 6px;
    font-size:15px;
    font-weight:700;
    color:#222;
}
#get-form .contact-content p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color: #5D5D67;
}
#get-form .wht-col .vc_column-inner {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}
.get-touch input, .get-touch select, .get-touch textarea {
    background: #F8FAFC;
    padding: 15px;
    border-radius: 9px;
    border: 1px solid #0000001f;
}
#get-form .get-touch textarea {
    height: 200px;
    resize: none;
}
#get-form .get-touch label {
    color: #151C27;
}
/* faq css */
div#freq-sec h2 {
    text-align: center;
}
div#freq-sec p {
    text-align: center;
}
div#freq-sec .toggles h3 a {
    font-size: 20px !important;
    background: #fff !important;
    padding-bottom: 0px !important;
    color: #151C27 !important;
    padding-top: unset !important;
}
div#freq-sec .toggles {
    max-width: 700px;
    margin: 0 auto;
}
div#freq-sec .toggle.default {
    border: unset !important;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    border: unset !important;
}
div#freq-sec .toggles p {
    text-align: unset !important;
}
div#freq-sec .toggle.default.open {
    background: #fff;
    margin-bottom: 20px;
}
div#freq-sec .toggle.default {
    background: #fff;
    margin-bottom: 20px !important;
}
div#freq-sec .toggle.default.open p {
    padding: 20px;
}
div#freq-sec .toggle.default p {
    padding: 20px;
}
div#freq-sec h3.toggle-title {
    padding: 20px;
}
/* get started xcss */
.yello-box {
    background: #F69E4A;
    padding: 30px;
    border-radius: 15px;
}
.yello-box a {
    color: #fff;
}
.phone-sec {
    margin-bottom: 10px;
}

.phone-sec a {
    background: #ffffff80;
    padding: 10px;
    display: inline-flex;
    width: 100%;
    color: #000;
    border-radius: 10px;
}
.phone-sec i {
    margin-top: 15px;
    margin-right: 12px;
}
#entir-btn {
    background: #6B438A;
    padding: 15px;
    display: inline-flex;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
}
.btn-sec {
    text-align: center !important;
}
.yello-box h4 {
    color: #FFF;
}
.yello-box P {
    color: #FEFEFF;
}
.yello-box P br {
    display: none !important;
}
.req-col .vc_column-inner {
    background: #fff;
    padding: 40px;
    border-radius: 10px !important;
}
.last-blok {
    position: absolute;
    bottom: 130px;
    max-width: 330px;
    left: 30px;
    right: 0;
}
.last-blok h4 {
    color: #fff;
}
div#being-inner .vc_column-inner {
    background: #fff;
    padding: 40px;
}
.last-box .vc_column-inner {
    background: unset !important;
    padding: unset !important;
}
.being-num {
    background: #6B438A;
    ine-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    display: inline-flex;
    border-radius: 50px;
    color: #fff !important;
}
.being-num p {
    color: #fff;
}
div#being-inner h4 {
    color: #151C27;
}
.last-box .vc_column-inner h4 {
    color: #fff !important;
}
.hippa-compliant img {
    position: absolute !important;
    left: 14px;
    bottom: 40px;
}
.hippa-compliant {
    padding-left: 44px;
    background: #dce2f345;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 15px;
}
.hippa-compliant p {
    font-size: 15px !important;
    line-height: 23px !important;
}
.hippa-compliant h5 {
    color: #151C27;
}
.btn-yellow input.wpcf7-form-control.wpcf7-submit.entire-btn, body[data-button-style*="slightly_rounded"] input[type=submit] {
    background: #6B438A;
}
div#being-sec {
    padding-bottom: 100px !important;
}
/* testimonial section CSS start */

#testimonial h2 {
    text-align: center;
}

#testimonial .type-blk {
    text-align: center;
}

#testimonial-inr .vc_column-inner {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #f7e5e06b;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 30px;
}

#testimonial-inr .list-blk p {
    font-style: italic;
}

#testimonial-inr .list-blk {
    min-height: 180px;
}

#testimonial-inr .review {
    display: flex;
    gap: 20px;
    align-items: center;
}

#testimonial-inr .review img {
    margin: unset;
}

#testimonial-inr h5 {
    font-size: 18px;
    line-height: 26px;
    color: #1D1A1B;
}

#testimonial-inr span.small {
    font-size: 14px;
    line-height: 22px;
    color: #5D5D67;
}

/* testimonial section CSS end */

/* blog section CSS start */

#blog-inr p {
    font-size: 16px;
    line-height: 24px;
}

#blog-inr .right-col {
    text-align: right;
}

#blog h3.title a {
    color: #1D1A1B !important;
    font-size: 36px;
    line-height: 44px;
}

#blog span.meta-category {
    display: none;
}

#blog .excerpt {
    font-size: 18px;
    line-height: 26px;
    color: #4A4455;
}

#blog-inr a {
    color: #3D1C42;
    font-size: 18px;
    line-height: 26px;
}

div#blog-inr {
    padding-bottom: 30px;
}

/* blog section CSS end */

/* contact section CSS start */

div#contact-inr {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    border-radius: 40px;
    padding: 60px 60px;
    overflow: hidden;
}

#contact-inr .row-bg {
    position: relative;
}

#contact-inr .row-bg:before {
	content: '';
	position: absolute;
	background: #6B438A;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
	border-radius: 0px 40px 40px 0px;
}

#contact-inr .left-col .vc_column-inner {
	padding-left: 20px;
	padding-right: 60px;
}

#contact-inr .right-col .vc_column-inner {
    padding-left: 60px;
}

#contact-inr h3 {
    color: #fff;
}

#contact-inr .right-col p {
    color: #fff;
}

#contact-inr .contact {
	display: flex;
	gap: 20px;
}

#contact-inr .contact i {
    color: #fff;
    font-size: 22px;
}

#contact-inr .contact p {
    font-weight: 400 !important;
}

#contact-inr .contact p {
    max-width: 300px;
}

#contact-inr ul.social-icons {
    margin: unset;
    display: flex;
    gap: 10px;
}

#contact-inr ul.social-icons li {
    list-style: none;
}

#contact-inr ul.social-icons li a i {
    height: 56px;
    width: 56px;
    background: #ffffff1c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff57;
    font-size: 25px;
    color: #fff;
}

#contact-inr .contact a, #contact-inr .contact p {
    font-size: 18px;
    line-height: 26px;
	color: #fff;
}

#contact-inr .contact h5 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

#contact-inr h2 {
    color: #F69E4A;
}

#contact-inr .contact-form label {
    font-size: 16px;
    line-height: 24px;
    color: #1D1A1B;
    font-family: 'Inter';
}

#contact-inr .contact-form input, #contact-inr .contact-form textarea, #contact-inr .contact-form select {
    background: #FDF1ED;
    color: #1D1A1B;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 20px;
    border-radius: 16px;
}

#contact-inr .contact-form input::placeholder, #contact-inr .contact-form textarea::placeholder {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
}

.contact-form .btn {
    padding: unset;
}

#contact-inr .contact-form input.wpcf7-submit {
    background: #F69E4A;
    width: 100%;
    border-radius: 16px !important;
    font-size: 20px;
    line-height: 28px;
    padding: 15px 20px !important;
    color: #fff;
    opacity: 1 !important;
    border: 1px solid #F69E4A;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px !important;
    opacity: 1 !important;
}

#contact-inr .contact-form input.wpcf7-submit:hover {
    transform: unset !important;
    background: #fff;
    color: #F69E4A;
}

#contact-inr .right-col .vc_column-inner {
    position: relative;
}

#contact-inr .right-col .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #ffffff29;
    height: 790px;
    width: 590px;
    border-radius: 50%;
    bottom: -40%;
    right: -50%;
}

#contact-inr .right-col .vc_column-inner:after {
    content: '';
    position: absolute;
    background: #ffffff29;
    height: 790px;
    width: 590px;
    border-radius: 50%;
    top: -63%;
    left: -55%;
    z-index: -1;
}

/* contact section CSS end */

/* footer CSS start */

div#footer-outer {
    display: none !important;
}



#footer p {
    color: #000;
}

#footer-inr ul li {font-size: 18px;line-height: 26px;list-style: none;padding-bottom: 15px;font-weight: 500;}

#footer-inr ul {
    margin: unset;
}

#footer-inr ul li a {
    color: #000;
}

#footer-inr .tnp-field label {
    display: none;
}

#footer-inr input#tnp-1 {
    background: #fff;
    border: 1px solid #F7E5E0;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    color: #6B7280;
    width: 80%;
}

#footer-inr input#tnp-1::placeholder {
    color: #6B7280;
    font-size: 16px;
    line-height: 24px;
}

#footer-inr button.tnp-submit {
    background: #F69E4A;
    width: 59px;
    height: 50px;
    border: unset;
    border-radius: 12px !important;
    font-size: 25px;
    color: #fff;
    opacity: 1 !important;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 1px solid #F69E4A;
}

#footer-inr button.tnp-submit:hover {
    color: #F69E4A;
    background: #fff;
}

#footer-inr .tnp.tnp-subscription {
    position: relative;
}

div#footer-inr {
    padding-bottom: 50px;
}

div#inr-footer {
    text-align: center;
    padding: 30px 0px;
}
.hover-wrap {
    padding: unset !important;
}

/* footer CSS end */



@media only screen and (min-width: 1536px) and (max-width: 1600px){
	
h1 {
    font-size: 56px !important;
    line-height: 64px !important;
}

#hero h1 {
    max-width: 680px;
}

div#hero {
    padding: 160px 0px !important;
}

h2 {
    font-size: 42px !important;
    line-height: 50px !important;
}

#legacy .right-col .vc_column-inner {
    padding-left: 50px !important;
}

#core-inr .vc_column-inner {
    padding: 30px 30px !important;
}

#blog h3.title a {
    font-size: 32px !important;
    line-height: 40px !important;
}

div#contact-inr {
    padding: 40px 40px !important;
}	
	
}
@media only screen and (min-width: 1366px) and (max-width: 1535px){
	
h1 {
    font-size: 48px !important;
    line-height: 56px !important;
}

#hero h1 {
    max-width: 590px !important;
}

div#hero {
    padding: 140px 0px !important;
}

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}

#legacy .right-col .vc_column-inner {
    padding-left: 50px !important;
}

#core-inr .vc_column-inner {
    padding: 25px 25px !important;
}

#blog h3.title a {
    font-size: 26px !important;
    line-height: 34px !important;
}

div#contact-inr {
    padding: 40px 40px !important;
}

#hero p {
    font-size: 15px !important;
    line-height: 23px !important;
    max-width: 600px !important;
}

#entire-btn {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 25px !important;
}

div#legacy {
    padding: 70px 0px !important;
}

#legacy p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#legacy ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 38px !important;
    line-height: 46px !important;
}

#legacy .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

#legacy .nectar-milestone {
    padding: 10px 30px 20px 30px !important;
}

div#core {
    padding: 70px 0px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#core .type-blk p {
    max-width: 700px !important;
}

#core-inr h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#testimonial {
    padding: 70px 0px !important;
}

div#blog {
    padding: 70px 0px !important;
}

#blog .excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#contact {
    padding: 70px 0px !important;
}

#contact-inr .contact-form input, #contact-inr .contact-form textarea, #contact-inr .contact-form select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 15px !important;
}

#contact-inr .contact-form input::placeholder, #contact-inr .contact-form textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#footer {
    padding-top: 70px !important;
}

div#footer-inr {
    margin-bottom: unset !important;
}

#footer-inr input#tnp-1 {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 12px 15px !important;
    width: 76% !important;
}

#footer-inr button.tnp-submit {
    height: 45px !important;
    width: 54px !important;
    font-size: 20px !important;
}	
.our-specialized .board {
    position: absolute !important;
    right: 0px;
    bottom: 8px;
    border-radius: 20px;
    width: 40%;
}
.our-specialized .leave {
    position: absolute !important;
    right: -25px;
    bottom: -143px;
    border-radius: 0px 25px 25px 0px !important;
    height: 375px !important;
    width: 310px;
    object-fit: cover;
}
    .dr-nora {
        max-width: 478px;
    }
.flexy-col .vc_column-inner {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
    min-height: 420px !important;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.flexy-coles .vc_column-inner {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
    min-height: 414px;
}
div#hero.inner-page {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
div#hero.inner-page h1 {
    max-width:900px !important;
}
div#hero.inner-page p {
    max-width:900px !important;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}

#hero h1 {
    max-width: 470px !important;
}

div#hero {
    padding: 120px 0px !important;
}

h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}

#legacy .right-col .vc_column-inner {
    padding-left: 30px !important;
}

#core-inr .vc_column-inner {
    padding: 25px 25px !important;
}

#blog h3.title a {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#contact-inr {
    padding: 40px 40px !important;
}

#hero p {
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: 590px !important;
}

#entire-btn {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 20px !important;
}

div#legacy {
    padding: 50px 0px !important;
}

#legacy p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#legacy ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#legacy .number, #legacy .symbol {
    font-size: 38px !important;
    line-height: 46px !important;
}

#legacy .subject {
    font-size: 15px !important;
    line-height: 23px !important;
}

#legacy .nectar-milestone {
    padding: 8px 20px 18px 20px !important;
    right: -6% !important;
}

div#core {
    padding: 50px 0px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#core .type-blk p {
    max-width: 700px !important;
}

#core-inr h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#blog {
    padding: 50px 0px !important;
}

#blog .excerpt {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#contact {
    padding: 70px 0px !important;
}

#contact-inr .contact-form input, #contact-inr .contact-form textarea, #contact-inr .contact-form select {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 12px !important;
}

#contact-inr .contact-form input::placeholder, #contact-inr .contact-form textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#footer {
    padding-top: 50px !important;
}

div#footer-inr {
    margin-bottom: unset !important;
    padding-bottom: 30px !important;
}

#footer-inr input#tnp-1 {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 12px 15px !important;
    width: 76% !important;
}

#footer-inr button.tnp-submit {
    height: 45px !important;
    width: 54px !important;
    font-size: 20px !important;
}

#top nav > ul > li > a {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0px 15px !important;
}

#core-inr a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#core .core .core-img img {
    min-width: 250px !important;
}

#testimonial-inr .list-blk {
    min-height: 100px !important;
}

#blog-inr a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-inr .right-col .vc_column-inner {
    padding-left: 30px !important;
}

h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#contact-inr .contact-form label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-inr .left-col .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

#contact-inr .contact h5 {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact-inr .contact a, #contact-inr .contact p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact-inr .contact i {
    font-size: 18px !important;
}

#contact-inr ul.social-icons li a i {
    font-size: 16px !important;
    height: 40px !important;
    width: 40px !important;
}

#contact-inr .contact-form input.wpcf7-submit {
    padding: 10px 10px !important;
}

#footer-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 10px !important;
}

h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#inr-footer {
    padding: 20px 0px !important;
}	
.our-specialized .board {
    position: absolute !important;
    right: 0px;
    bottom: 8px;
    border-radius: 20px;
    width: 50%;
}
.our-specialized .leave {
    position: absolute !important;
    right: -25px;
    bottom: -119px;
    border-radius: 0px 25px 25px 0px !important;
    height: 355px !important;
    width: 280px;
    object-fit: cover;
}
.dr-nora {
    max-width: 330px;
}
.flexy-col .vc_column-inner {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
    min-height: 420px !important;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.flexy-coles .vc_column-inner {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
    min-height: 414px;
}	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
header#top .container {
    padding: 0 10px !important;
}

nav ul li a {
    font-size: 14px !important;
    padding: 0px 10px !important;
    line-height: 22px !important;
}
div#hero {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#legacy ul li {
    font-size: 12px;
    line-height: 20px;
}
#legacy .right-col .vc_column-inner {
    padding-left: 30px;
}

div#legacy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#core-inr h3 {
    font-size: 22px;
    line-height: 30px;
}
#core-inr .vc_column-inner {
  padding: 10px 10px;
}
#testimonial-inr .list-blk {
    min-height: 80px;
}
#blog h3.title a {
    color: #1D1A1B !important;
    font-size: 16px;
    line-height: 24px;
}
#blog .excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #4A4455;
}
div#blog {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#contact-inr .left-col .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
#contact-inr .right-col .vc_column-inner {
    padding-left: 20px;
}
div#contact-inr {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    border-radius: 40px;
    padding: 20px 10px;
    overflow: hidden;
}
.contact-form textarea {
    height: 100px;
}
div#footer {
    padding-top: 50px !important;
}
#footer-inr ul li {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding-bottom: 15px;
    font-weight: 500;
}
.our-specialized .vc_column-inner {
    padding: 20px 0px;
}
.our-specialized .board {
    position: unset !important;
    width: 100%;
}
.our-specialized .leave {
    position: unset !important;
    width: 100%;
}
div#core {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
div#exp-inner {
    text-align: center;
    background: #6B438A;
    padding: 30px 50px !important;
    border-radius: 30px;
}
.col-pur .vc_column-inner {
    height: 400px;
}
.eld-col .vc_column-inner {
    height: 400px;
}
.our-specialized #entire-btn.yellow {
    color: #fff !important;
    width: 100% !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 21px !important;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#hero.inner-page p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#entire-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 15px 30px !important;
}
.flexy-coles .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 354px;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}
.abs-mg {
    position: unset !important;
    margin: unset !important;
     width: 100%;
}
.abc-mg {
    position: unset !important;
    margin: unset !important;
    width: 100%;
}
.dr-aris {
    margin-left: 0 !important;
    max-width: unset !important;
}
.flexy-coles .vc_column-inner a {
    margin-left: 0 !important;
}
div#miles-sec .col-left .vc_column-inner {
    padding-left: 20px;
}
.why-box {
    margin-left: 70px;
}
div#why-choose h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#why-choose h4 {
    color: #151C27;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#package-sec .vc_column-inner {
    background: #fff;
    padding: 10px;
    min-height: 390px;
    border-radius: 14px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner li {
    line-height: 23px !important;
    color: #4A4455 !important;
    font-size: 15px !important;
}
div#package-sec .vc_column-inner h4 {
    color: #151C27;
    font-size: 18px !important;
    line-height: 26px !important;
}
.price-tag h6 {
    right: -10px;
    bottom: 13px;
}
div#package-sec {
    padding-bottom: 40px !important;
    padding-top: 0px !important;
}
div#content-inquire {
    background: #6B438A;
    padding: 20px !important;
    border-radius: 30px;
}
div#being-inner img {
    width: 100%;
}
div#being-inner .vc_column-inner {
    background: #fff;
    padding: 10px;
}
div#being-inner h4 {
    color: #151C27;
    font-size: 18px !important;
    line-height: 26px !important;
}
.last-blok {
    position: absolute;
    bottom: 184px;
    line-height: 22px !important;
    max-width: 330px;
    left: 30px;
    right: 0;
}
.yello-box {
    background: #F69E4A;
    padding: 10px;
    border-radius: 15px;
}
.yello-box a {
    font-size: 12px !important;
    line-height: 20px !important;
}
.hippa-compliant {
    padding-left: 14px;
    background: #dce2f345;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.get-touch textarea {
    height: 100px;
}
.hippa-compliant img {
    position: absolute !important;
    left: 14px;
    bottom: 100px;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
div#hero {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#legacy ul li {
    font-size: 12px;
    line-height: 20px;
}
#legacy .right-col .vc_column-inner {
    padding-left: 30px;
}

div#legacy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#core-inr h3 {
    font-size: 22px;
    line-height: 30px;
}
#core-inr .vc_column-inner {
  padding: 10px 10px;
}
#testimonial-inr .list-blk {
    min-height: 80px;
}
#blog h3.title a {
    color: #1D1A1B !important;
    font-size: 16px;
    line-height: 24px;
}
#blog .excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #4A4455;
}
div#blog {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#contact-inr .left-col .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
#contact-inr .right-col .vc_column-inner {
    padding-left: 20px;
}
div#contact-inr {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    border-radius: 40px;
    padding: 20px 10px;
    overflow: hidden;
}
.contact-form textarea {
    height: 100px;
}
div#footer {
    padding-top: 50px !important;
}
#footer-inr ul li {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding-bottom: 15px;
    font-weight: 500;
}
div#testimonial {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
    min-height: 270px !important;
}
div#blog img {
    width: 100%;
}
#contact-inr .row-bg:before {
    height: 100%;
	width: 110%;
}
div#contact-inr p{
    color: #fff;
}
.contact-form label {
    color: #fff !important;
}
.our-specialized .vc_column-inner {
    padding: 20px 0px;
}
.our-specialized .board {
    position: unset !important;
    width: 100%;
}
.our-specialized .leave {
    position: unset !important;
    width: 100%;
}
div#core {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
div#exp-inner {
    text-align: center;
    background: #6B438A;
    padding: 30px 50px !important;
    border-radius: 30px;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#hero.inner-page p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#entire-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 15px 30px !important;
}
.flexy-coles .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 354px;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}
.abs-mg {
    position: unset !important;
    margin: unset !important;
     width: 100%;
}
.abc-mg {
    position: unset !important;
    margin: unset !important;
    width: 100%;
}
.dr-aris {
    margin-left: 0 !important;
    max-width: unset !important;
}
.flexy-coles .vc_column-inner a {
    margin-left: 0 !important;
}
div#miles-sec .col-left .vc_column-inner {
    padding-left: 20px;
}
.why-box {
    margin-left: 70px;
}
div#why-choose h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#why-choose h4 {
    color: #151C27;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#miles-sec img {
    border-radius: 20px;
    width: 100%;
}
div#miles-sec .nectar-milestone {
    background: #fff;
    text-align: left;
    padding: 30px;
    max-width: 400px !important;
    border-radius: 20px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner {
    background: #fff;
    padding: 20px;
    min-height: 240px;
    border-radius: 14px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner li {
    line-height: 23px !important;
    color: #4A4455 !important;
    font-size: 15px !important;
}
div#package-sec .vc_column-inner h4 {
    color: #151C27;
    font-size: 18px !important;
    line-height: 26px !important;
}
.price-tag h6 {
    right: 0px;
    bottom: 93.6%;
    width: 100% !important;
    border-radius: 14px 14px 0px 0px !important;
}
div#package-sec {
    padding-bottom: 40px !important;
    padding-top: 0px !important;
}
div#content-inquire {
    background: #6B438A;
    padding: 20px !important;
    border-radius: 30px;
}
div#hero.inner-page img {
    border-radius: 50px !important;
    margin: unset !important;
    width: 100%;
}
.on-mg img {
    position: absolute;
    left: 14px;
    width: unset !important;
}
div#mission-vission img {
    width: 100%;
    border-radius: 16px;
    margin: unset !important;
}
#get-form .wht-col .vc_column-inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
#get-form .contact-box {
    width: 100% !important;
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
}
.get-touch .row {
    padding: unset !important;
}
div#being-inner img {
    width: 100%;
}	
}

@media (min-width: 576px) and (max-width: 767px) {
div#hero {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#legacy ul li {
    font-size: 12px !important;
    line-height: 20px !important;
}

#legacy .right-col .vc_column-inner {
    padding-left: 0px !important;
}

div#legacy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#core-inr h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#core-inr .vc_column-inner {
    padding: 10px 10px !important;
}

#testimonial-inr .list-blk {
    min-height: 80px !important;
}

#blog h3.title a {
    color: #1D1A1B !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#blog .excerpt {
    font-size: 14px !important;
    line-height: 22px !important;
    color: #4A4455 !important;
}

div#blog {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#contact-inr .left-col .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#contact-inr .right-col .vc_column-inner {
    padding-left: 20px !important;
}

div#contact-inr {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px !important;
    border-radius: 40px !important;
    padding: 20px 10px !important;
    overflow: hidden !important;
}

.contact-form textarea {
    height: 100px !important;
}

div#footer {
    padding-top: 50px !important;
}

#footer-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    list-style: none !important;
    padding-bottom: 15px !important;
    font-weight: 500 !important;
}

div#testimonial {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#testimonial-inr .vc_column-inner {
    padding: 20px 20px !important;
    min-height: 270px !important;
}

div#blog img {
    width: 100% !important;
}

#contact-inr .row-bg:before {
    height: 100% !important;
    width: 110% !important;
}

div#contact-inr p {
    color: #fff !important;
}

.contact-form label {
    color: #fff !important;
}

#core .core {
    display: block !important;
}

#core .core .core-img img {
    width: 100% !important;
    margin: 20px 0 !important;
}

.contact-form .row {
    padding: unset !important;
}

div#footer-inr {
    padding-bottom: 0px !important;
    margin-bottom: unset !important;
}

#footer-inr button.tnp-submit {
    top: 3px !important;
    right: 33px !important;
}
.our-specialized .board {
    position: unset !important;
    width: 100%;
}
.our-specialized .leave {
    position: unset !important;
    width: 100%;
}
div#core {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
div#exp-inner {
    text-align: center;
    background: #6B438A;
    padding: 30px 50px !important;
    border-radius: 30px;
}
.our-specialized .vc_column-inner {
    padding: 20px 0px;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#hero.inner-page p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#entire-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 15px 30px !important;
}
.flexy-coles .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 354px;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}
.abs-mg {
    position: unset !important;
    margin: unset !important;
     width: 100%;
}
.abc-mg {
    position: unset !important;
    margin: unset !important;
    width: 100%;
}
.dr-aris {
    margin-left: 0 !important;
    max-width: unset !important;
}
.flexy-coles .vc_column-inner a {
    margin-left: 0 !important;
}
div#miles-sec .col-left .vc_column-inner {
    padding-left: 20px;
}
.why-box {
    margin-left: 70px;
}
div#why-choose h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#why-choose h4 {
    color: #151C27;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#miles-sec img {
    border-radius: 20px;
    width: 100%;
}
div#miles-sec .nectar-milestone {
    background: #fff;
    text-align: left;
    padding: 30px;
    max-width: 400px !important;
    border-radius: 20px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner {
    background: #fff;
    padding: 20px;
    min-height: 240px;
    border-radius: 14px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner li {
    line-height: 23px !important;
    color: #4A4455 !important;
    font-size: 15px !important;
}
div#package-sec .vc_column-inner h4 {
    color: #151C27;
    font-size: 18px !important;
    line-height: 26px !important;
}
.price-tag h6 {
    right: 0px;
    bottom: 93.6%;
    width: 100% !important;
    border-radius: 14px 14px 0px 0px !important;
}
div#package-sec {
    padding-bottom: 40px !important;
    padding-top: 0px !important;
}
div#content-inquire {
    background: #6B438A;
    padding: 20px !important;
    border-radius: 30px;
}
#get-form .wht-col .vc_column-inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
#get-form .contact-box {
    width: 100% !important;
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
}
.get-touch .row {
    padding: unset !important;
}
div#freq-sec .toggles h3 a {
    font-size: 16px !important;
    background: #fff !important;
    padding-bottom: 0px !important;
    color: #151C27 !important;
    padding-top: unset !important;
    line-height: 24px !important;
}
div#being-inner img {
    width: 100%;
}	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
div#hero {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#legacy ul li {
    font-size: 12px;
    line-height: 20px;
}
    #legacy .right-col .vc_column-inner {
        padding-left: 0px;
    }

div#legacy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#core-inr h3 {
    font-size: 22px;
    line-height: 30px;
}
#core-inr .vc_column-inner {
  padding: 10px 10px;
}
#testimonial-inr .list-blk {
    min-height: 80px;
}
#blog h3.title a {
    color: #1D1A1B !important;
    font-size: 16px;
    line-height: 24px;
}
#blog .excerpt {
    font-size: 14px;
    line-height: 22px;
    color: #4A4455;
}
div#blog {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#contact-inr .left-col .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
#contact-inr .right-col .vc_column-inner {
    padding-left: 20px;
}
div#contact-inr {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 15px;
    border-radius: 40px;
    padding: 20px 10px;
    overflow: hidden;
}
.contact-form textarea {
    height: 100px;
}
div#footer {
    padding-top: 50px !important;
}
#footer-inr ul li {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding-bottom: 15px;
    font-weight: 500;
}
div#testimonial {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
    min-height: 270px !important;
}
div#blog img {
    width: 100%;
}
#contact-inr .row-bg:before {
    height: 100%;
	width: 110%;
}
div#contact-inr p{
    color: #fff;
}
.contact-form label {
    color: #fff !important;
}

#core .core {
    display: block !important;
}
#core .core .core-img img {
    width: 100%;
    margin: 20px 0 !important;
}

.contact-form .row {
    padding: unset !important;
}
div#footer-inr {
    padding-bottom: 0px;
    margin-bottom: unset !important;
}
#footer-inr button.tnp-submit {
    top: 3px;
    right: 33px;
}
.our-specialized .board {
    position: unset !important;
    width: 100%;
}
.our-specialized .leave {
    position: unset !important;
    width: 100%;
}
div#core {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
div#exp-inner {
    text-align: center;
    background: #6B438A;
    padding: 30px 50px !important;
    border-radius: 30px;
}
.our-specialized .vc_column-inner {
    padding: 20px 0px;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#hero.inner-page p {
    font-size: 14px !important;
    line-height: 22px !important;
}
#entire-btn {
    font-size: 15px;
    line-height: 23px;
    padding: 15px 30px !important;
}
.flexy-coles .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    min-height: 354px;
}
div#team-content .vc_column-inner {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}
.abs-mg {
    position: unset !important;
    margin: unset !important;
     width: 100%;
}
.abc-mg {
    position: unset !important;
    margin: unset !important;
    width: 100%;
}
.dr-aris {
    margin-left: 0 !important;
    max-width: unset !important;
}
.flexy-coles .vc_column-inner a {
    margin-left: 0 !important;
}
div#miles-sec .col-left .vc_column-inner {
    padding-left: 20px;
}
.why-box {
    margin-left: 70px;
}
div#why-choose h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
div#why-choose h4 {
    color: #151C27;
    font-size: 20px !important;
    line-height: 28px !important;
}
div#miles-sec img {
    border-radius: 20px;
    width: 100%;
}
div#miles-sec .nectar-milestone {
    background: #fff;
    text-align: left;
    padding: 30px;
    max-width: 400px !important;
    border-radius: 20px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner {
    background: #fff;
    padding: 20px;
    min-height: 240px;
    border-radius: 14px;
    transition: all 0.5s !important;
}
div#package-sec .vc_column-inner li {
    line-height: 23px !important;
    color: #4A4455 !important;
    font-size: 15px !important;
}
div#package-sec .vc_column-inner h4 {
    color: #151C27;
    font-size: 18px !important;
    line-height: 26px !important;
}
.price-tag h6 {
    right: 0px;
    bottom: 93.6%;
    width: 100% !important;
    border-radius: 14px 14px 0px 0px !important;
}
div#package-sec {
    padding-bottom: 40px !important;
    padding-top: 0px !important;
}
div#content-inquire {
    background: #6B438A;
    padding: 20px !important;
    border-radius: 30px;
}
#get-form .wht-col .vc_column-inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
#get-form .contact-box {
    width: 100% !important;
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
}
.get-touch .row {
    padding: unset !important;
}
div#freq-sec .toggles h3 a {
    font-size: 16px !important;
    background: #fff !important;
    padding-bottom: 0px !important;
    color: #151C27 !important;
    padding-top: unset !important;
    line-height: 24px !important;
}
div#being-inner img {
    width: 100%;
}	
}
