/*
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
*/
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(90deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(90deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	--border:linear-gradient(90deg, transparent, white, transparent);
	--padding:40px;
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
html body {
    overflow: clip;
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}

div#packages .gravityCard {
    background: #252A38;
    padding-block: 60px 40px;
    padding-inline: 20px;
    border-radius: 20px;
    position: relative;
}



div#packages .gravityCard legend {
    position: relative;
    top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
}

div#packages .gravityCard :is(.gfield_checkbox,.gfield_radio) {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    flex-direction: column;
}

div#packages .gravityCard :is(.gfield_checkbox,.gfield_radio)>div {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.5s;
    background: var(--g);
    color: #252A38;
}

div#packages .gravityCard .gfield-choice-input {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

div#packages .gravityCard :is(.gfield_checkbox,.gfield_radio)>:is(div:has(input:checked),div:hover) {
    background: white;
}


#packages .gravityCard ul li {
    list-style: none;
    position: relative;
}

#packages .gravityCard ul li::before {
    content: "\f00c";
	font-family:fontawesome;
    position: absolute;
    top: 3px;
    left: -26px;
    background: var(--g);
    width: 20px;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50px;
    line-height: 0;
}
div#packages .single.absolute:has(input:checked) label::before {
    content: 'Included for Hosting Customers';
}
#packages .gravityCard ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
#packages .gchoice {
    position: relative;
}

div#packages .gravityCard .gfield_radio {
    flex-direction: row;
}
#packages:has(.toggleSwitch input.checkbox) .yearly {
    display: none;
}

#packages:has(.toggleSwitch input.checkbox:checked) .yearly {
    display: block;
}

#packages:has(.toggleSwitch input.checkbox:checked) .monthly {
    display: none;
}

#packages .toggleButton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

#packages .toggleButton .toggleSwitch input.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#packages .toggleButton .toggleSwitch {
    position: relative;
    background: var(--c1);
    width: 110px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid var(--c1);
    margin-inline: 20px;
}

#packages .toggleButton .toggleSwitch::before {
    content: '';
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    left: 0;
    background: white;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50px;
    transition: 0.5s;
}

#packages .toggleButton .toggleSwitch:has(input.checkbox:checked)::before {left: 60%;}

#packages span.text {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}

div#packages .absolute label {
    font-size: 0;
    line-height: 0;
}

div#packages .absolute label::before {
    content: 'Select';
    font-size: 16px;
    line-height: 26px;
}

div#packages .absolute:has(input:checked) label::before {
    content: 'Selected';
}
#packages .absolute .ginput_container {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 30px;
}

#packages .absolute .gfield_description {
    padding-top: 0;
}

div#packages .absolute {
    padding-block: 80px;
    overflow: hidden;
    border-top: 31px solid var(--c);
}

#packages .absolute h2 {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    font-weight: 900;
    margin-bottom: -20px;
}

#packages .absolute h2 sub {position: relative;bottom: 13px;left: 5px;}



div#packages .absolute legend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#packages .absolute .gfield_description p {
    padding-bottom: 0px;
    text-align: center;
}

#packages .absolute .gfield_description p strong {
    font-weight: 900;
}

#packages .absolute .gfield_description .linePoints {
    height: 170px;
}

#packages .absolute .gfield_description p em {
    padding-bottom: 10px;
    display: block;
}
#packages .absolute .gfield_description .linePoints1 {
    height: 95px;
}

#packages .gfield--type-total {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: var(--g);
    left: 0;
    width: 100%;
    display: flex;
    align-items: end;
    padding-inline: 70px;
    padding-block: 10px;
}

#packages .gfield--type-total label {
    margin: 0 !important;
}

#packages .gfield--type-total .ginput_container.ginput_container_total input {color: white;font-weight: 900;font-size: 35px;line-height: 45px;padding: 0;margin-left: 10px;}

#packages .gform_footer.before {
    position: fixed;
    bottom: 3px;
    z-index: 111;
    right: 70px;
    padding-bottom: 0;
}

#packages .gform_footer.before input#gform_submit_button_1 {
    background: #252A38;
    color: white;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-size: 18px;
}
#packages .absolute h3 {
    display: table;
    margin-inline: auto;
    background: var(--g);
    font-size: 18px;
    border-radius: 50px;
    padding-inline: 30px;
    margin-bottom: 20px;
}



#packages .gravityCard.single ul {
    flex-direction: unset;
    flex-wrap: wrap;
}

#packages .gravityCard.single ul li {
    width: 32.33%;
}

#packages .gfield--type-html {
    text-align: center;
    margin-block: 30px 20px;
}

#packages .wpb_text_column {
    text-align: center;
}
#packages .doubleButton .gfield_checkbox {
    flex-direction: row !important;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background: var(--g);
}

#packages p.gf_progressbar_title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0;
    text-align: center;
    color: white;
    font-weight: 600;
}
#packages .selectedOptions {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
#packages .gform_page_footer {
    position: fixed;
    bottom: 5px;
    right: 70px;
    z-index: 11;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

#packages .gform_page_footer input {
    background: #252a38;
    color: white;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    opacity: 1;
    transform: unset;
    transition: 0.5s;
}

#packages .gform_page_footer input:hover {
    background: white;
    color: #252a38;
}

#packages .selectedOptions span.selectedValue {
    background: var(--g);
    border-radius: 50px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}


#packages .selectedOptions span.selectedValue::before {
    content: "\f040";
    font-family: fontawesome;
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--c);
    background: white;
    aspect-ratio: 1;
    width: 20px;
    line-height: 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.absolute {
    position: fixed;
    top: 0;
    left: 0;
}

.hero .row-bg.viewport-desktop.using-image {
    background-size: 43%;
    background-position: bottom center !important;
}

#top .hb1 a {
    border-radius: 50px;
    padding: 10px 20px !important;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
}

#top .row::before{
    content:'';
    background: var(--border);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
}

.hero {
    padding-block: 170px 120px !important;
}

.hero .t1 h3 {
    font-weight: 400;
    display: table;
    font-size: 13px;
    line-height: 23px;
    background: var(--c);
    border: 1px solid #028356;
    border-radius: 50px;
    padding: 4px 10px;
}

.hero .t1 p em {color: var(--c1);}

a#b1 {
    font-size: 16px;
    border-radius: 50px !important;
    padding: 12px 50px;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 2000s infinite linear;
}

@keyframes scroll {
  to {
    background-position: 100000px 0px;
  }
}


.hero :is(.box1, .box3) .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero .iconBox .wpb_wrapper img {
    margin-bottom: 0;
}
.about .i1 {
    filter: drop-shadow(0px 0px 15px var(--c1));
}

.hero .i1 {
    filter: drop-shadow(0px 0px 15px var(--c1));
}
.hero .box2 .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hero .iconBox {
    position: absolute;
    border: 1px solid var(--c);
    background: #00000050;
    border-radius: 20px;
    padding: 20px 30px;
    width: 160px;
    backdrop-filter: blur(5px);
}

.hero .box1 {
    top: 0;
    left: 0;
    width: 210px;
}

.hero .box2 {
    bottom: 0;
    left: 0;
    text-align: center;
}

.hero .box3 {
    bottom: -40px;
    right: 0;
    width: 280px;
}

.hero :is(.box1,.box3) .wpb_wrapper h4 {
    width: 50%;
}

.about .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    mask-image: linear-gradient(90deg, transparent 0%, black 20%, black 80%, transparent 100%);
}

.about {padding-block: 90px var(--padding) !important;}

:is(.about,.hosting,.who)::before, :is(.about,.hosting,.who,.cta)::after {
    content: '';
    background: var(--border);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    z-index: 11;
}

:is(.about,.hosting,.who)::before {
    top: 0;
}
:is(.about,.hosting,.who,.cta)::after {
    bottom: 0;
}

.about .t1 {
    text-align: center;
    max-width: 840px;
    margin-inline: auto;
    position: relative;
}

.about .t1 em {
    color: var(--c1);
}

.about .t1::after {
    content: '';
    background: linear-gradient(90deg, transparent 0%, var(--c1)  50%, transparent  100%);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    display: table;
    width: 90px;
    height: 3px;
    margin-inline: auto;
    border-radius: 50px;
    margin-top: 30px;
}

.about .inner1 {
    margin-top: 90px;
}



.about .inner1 .c1 .vc_column-inner {
    padding-right: 40px;
}

.about .inner1 .c3 .vc_column-inner {
    padding-left: 40px;
}

.about .inner1 .iwithtext {
    border: 1px solid var(--c);
    background: #00000050;
    padding: 20px;
    display: flex;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    gap: 7%;
}

.iwt-icon {}

.about .inner1 .iwt-icon {
    position: relative;
    width: 60px;
}

.about .inner1 .iwt-text {
    padding: 0;
}

.about .inner1 .c2 .vc_column-inner {
    padding-inline: 20px;
}

.about .c2 .img-with-aniamtion-wrap {
    margin-bottom: 60px;
}
.about .inner1  .iwithtext::before {
    content: '';
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 5000s infinite linear;
    position: absolute;
    top: 50%;
    aspect-ratio: 1;
    width: 20px;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: -11;
}

.about .inner1 .c1 .iwithtext::before {
    right: -10px;
}

.about .inner1 .c3 .iwithtext::before {
    left: -10px;
}

.about .inner1 .c2 .iwithtext::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}


.cost .t1 {
    text-align: center;
}

.cost {
    padding-block: var(--padding) !important;
}

.cost .t2 {
    background: linear-gradient(0deg, var(--c) 0%, var(--c1)  100%);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    padding: 50px 60px;
    border-radius: 20px;
    max-width: 750px;
    margin-inline: auto;
}



.cost .d-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cost .d-flex * {
    color: black;
}

.cost .t2 h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.cost .d-flex .left {
    width: 60%;
    position: relative;
}

.cost .d-flex .right {
    width: 40%;
}

.cost .d-flex .left:not(:has(h3))::before {
    content: "\f00c";
    color: var(--c1);
    background: black;
    aspect-ratio: 1;
    width: 20px;
    display: inline-flex;
    line-height: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    font-family: fontawesome;
}

.cost .t3 {
    text-align: center;
    margin-top: 50px;
}

.cost .t3 em {
    color: var(--c1);
    font-size: 21px;
    line-height: 31px;
}

.hosting {
    padding-block: var(--padding) !important;
    text-align: center;
}

.hosting .t1 {
    max-width: 840px;
    margin-inline: auto;
}

.hosting .inner1 {
    margin-top: 60px;
    counter-reset: my-sec-counter;
}

.hosting .inner1 .vc_col-sm-4 .vc_column-inner {
    border: 1px solid var(--c1);
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
}

.hosting .t2 h3 {
    color: var(--c1);
}

.hosting .inner1 .vc_col-sm-4 .vc_column-inner::before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 4000s infinite linear;
    line-height: 0;
    width: 30px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
}

.hosting .inner1::after {
    content: '';
    background: linear-gradient(90deg, transparent 0%, var(--c1)  50%, transparent  100%);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    display: table;
    width: 200px;
    height: 3px;
    margin-inline: auto;
    border-radius: 50px;
    margin-top: 30px;
}
.timeline .t1 {
    text-align: center;
}

.timeline {
    padding-block: var(--padding) !important;
}

.timeline .inner1 .t1:nth-child(even) {
    text-align: right;
}

.timeline .inner1 .t1:nth-child(odd) {
    text-align: left;
    margin-left: auto;
}

.timeline .inner1 .t1 {
    width: 40%;
    position: relative;
}

.timeline .inner1 {
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 100px;
    counter-reset: my-sec-counter;
}

.timeline .inner1 .t1 h3 {
    color: var(--c1);
}

.timeline .inner1::before {
    content: '';
    height: 100%;
    border-left: 1px dashed white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline .inner1::after {
    content: '';
    height: 100%;
    border-left: 2px solid var(--c1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transform-origin: top;
	 animation: scrollLine linear both;
  /* view function */
    animation-timeline: view();
    animation-range: entry 70% 60%;
    border-radius: 50px;
}
@keyframes scrollLine{
	0%{
		scale:1 0;
	}
	100%{
		scale:1 1;
	}
}

.timeline .inner1 .t1::before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 4000s infinite linear;
    line-height: 0;
    width: 30px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: -2px;
}

.timeline .inner1 .t1:nth-child(odd)::before {
    left: -117px;
}

.timeline .inner1 .t1:nth-child(even)::before {
    right: -117px;
}

.timeline .inner1 .t1:not(:last-child) {
    margin-bottom: 60px;
}
.who .t2 {
    border: 1px solid var(--c1);
    border-radius: 20px;
    padding: 20px;
    right: 20px;
    position: relative;
}

.who {
    padding-block: var(--padding) !important;
    text-align: center;
}

.who .t2 h5 {
    display: table;
    margin-inline: auto;
}

.who .t2 h5 img {
    margin-bottom: 0;
}

.who .inner1 {
    margin-inline: -220px;
    margin-block: 50px;
}

.who .t2 h3 {
    color: var(--c1);
}

.who .inner1 .img-with-aniamtion-wrap {
    background: var(--g1);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    position: relative;
    padding-inline: 40px;
}

.who .inner1 .img-with-aniamtion-wrap .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0) invert(1);
}



.who .inner1 .img-with-aniamtion-wrap::before {
    content: '=';
    position: absolute;
    font-weight: 900;
    left: -53px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: var(--c1);
}

.who .t3 {
    font-size: 20px;
    line-height: 30px;
    max-width: 600px;
    margin-inline: auto;
}

.who .t3 em {
    color: var(--c1);
}

.who .t3 p {
    padding-bottom: 10px;
}

.who .t3::after {
    content: '';
    background: linear-gradient(90deg, transparent 0%, var(--c1) 50%, transparent 100%);
    background-size: 200% 200%;
    animation: scroll 1000s infinite linear;
    display: table;
    width: 200px;
    height: 3px;
    margin-inline: auto;
    border-radius: 50px;
    margin-top: 30px;
}

.cta {
    text-align: center;
    padding-block: 300px var(--padding) !important;
}

.cta .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

a#b1.see-through {
    background: transparent;
    color: white !important;
    border-color: var(--c1) !important;
}

.cta a#b1 {
    margin-inline: 10px;
}

.cta .t1 p {
    font-size: 20px;
    line-height: 30px;
}
.footer .i1 {
    width: 200px;
    filter: brightness(0) invert(1);
}

.footer {
    padding-block: var(--padding) 0px !important;
}

.footer .inner1 {
    border-top: 1px solid #ffffff30;
    padding-top: 20px;
    margin-top: 60px;
}

.footer .inner1 ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.footer .inner1 ul {
    margin: 0 !important;
    text-align: right;
}
.footer .inner1 ul li a {
    color: white !important;
}
#top .hb1 a span::After {
    display: none !important;
}
.about .inner-wrap.row-bg-layer.using-image {
    width: 40%;
    left: 0;
    right: 0;
    margin-inline: auto;
    mask-image: linear-gradient(0deg, transparent 10%, black 20%, black 80%, transparent 90%);
    height: 270px;
}
div#packages.maintenance .absolute {
    padding-bottom: 0;
}

#packages.maintenance .absolute .ginput_container {
    display: none;
}

#packages.maintenance a#b1 {
    display: table;
    margin: auto;
}
.page-id-14 .nectar-global-section.nectar_hook_global_section_footer {
    display: none;
}
#packages :is(input#input_1_47,input#input_1_46_5) {
    background: white;
    color: black;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	.who .inner1 {
    margin-inline: -90px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	.who .inner1 {
    margin-inline: 0;
}

html body p, #footer-outer p, #footer-outer a,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li {
    font-size: 14px;
    line-height: 24px;
}

.who .t2 {
    padding: 20px 10px;
}

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	.who .vc_col-sm-1\/5 {
    padding-inline: 4px !important;
}

.who .inner1 .img-with-aniamtion-wrap::before {
    left: -39px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.hero .iconBox {
    padding: 10px 20px;
    width: 120px;
    text-align: left;
}

.hero .box1 {
    width: 190px;
}

.hero .box3 {
    width: 230px;
}

.timeline .inner1 .t1:nth-child(odd)::before {
    left: -103px;
}

.timeline .inner1 .t1:nth-child(even)::before {
    right: -103px;
}

.who .inner1 .img-with-aniamtion-wrap {
    padding-inline: 20px;
}

.cta {
    padding-top: 180px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#top .row::before {
    bottom: -10px;
}

.hero {
    padding-block: 100px 80px !important;
    text-align: center;
}

.hero .t1 h3 {
    margin-inline: auto;
}

.about {
    padding-block: var(--padding) !important;
}

.about .inner1 .iwithtext::before {
    display: none;
}

.about .inner1  .vc_column-inner {
    padding: 0 !important;
}

.about .c2 {
    order: 1;
}

.about .c1 {
    order: 2;
}

.about .c3 {
    order: 3;
}

.timeline .inner1 .t1:nth-child(odd)::before {
    left: -85px;
}

.timeline .inner1 .t1:nth-child(even)::before {
    right: -85px;
}

.who .t2 {
    right: 0;
}

.who .inner1 .img-with-aniamtion-wrap {
    left: 0;
    padding-inline: 20px;
    padding-block: 20px;
    margin-top: 30px;
}

.who .i1 {
    max-width: 200px !important;
}

.who .inner1 .img-with-aniamtion-wrap::before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

.nectar-global-section.nectar_hook_global_section_footer {
    z-index: 111;
}

.footer .inner1 {
    margin-top: 30px;
}

.footer .inner1 ul {
    text-align: center;
}

.footer .t1 {
    text-align: center;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {

	.cost .t2 {
    font-size: 13px;
}

.cost .t2 h3 {
    font-size: 15px;
}
	.cost .t2 {
    padding: 30px 20px;
}

.timeline .inner1 .t1 {
    width: 90%;
    text-align: left !important;
    margin-left: auto;
}

.timeline .inner1 .t1::before {
    left: -40px !important;
    right: unset !important;
}

.timeline .inner1::before {
    transform: unset;
    left: 16px;
}

.timeline .inner1::after {
    transform: unset;
    left: 16px;
}

.cta {
    padding-top: 90px !important;
}

.footer .inner1 ul li {
    margin-inline: 10px;
}

.cta .t1 p {
    font-size: 16px;
    line-height: 26px;
}

	.cost .t2 {
    padding: 30px 20px;
}

.timeline .inner1 .t1 {
    width: 100%;
    text-align: left !important;
    margin-left: auto;
    padding-left: 40px;
}

.timeline .inner1 .t1::before {
    left: 0px !important;
    right: unset !important;
}

.timeline .inner1::before,.timeline .inner1::after {
    transform: unset;
    left: 15px;
}


.cta {
    padding-top: 90px !important;
}

.footer .inner1 ul li {
    margin-inline: 10px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
		.cost .t2 {
    font-size: 13px;
    overflow-x: scroll;
}

.cost .t2 h3 {
    font-size: 15px;
}

.cost .t2 .wpb_wrapper {
    width: 485px;
}

.cost .t2::-webkit-scrollbar {
    height: 3px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}