/*
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
*/

html body p, html body span {
    font-weight: 700 !important;
}
.home #page-header-wrap {
    display: none;
}
.page-id-16 #pkgk p {
    font-size: 20px;
    line-height: 32px;
}
#pum-354 a#btn {
    width: 100%;
    text-align: center;
}
	.page-id-150 #glsy .tt h6 {
    text-decoration: underline;
}
.page-id-150 #page-header-bg .inner-wrap h1 {
    text-align: center;
    font-size: 58px !important;
    line-height: 68px !important;
}
.page-id-150 #glsy .tt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 260px;
}
.page-id-16 #pkgk .vc_col-sm-3 .vc_column-inner small {
    font-weight: 700;
    font-size: 25px;
    color: #000;
}
header#top .ctn span.menu-title-text {
    background-image: linear-gradient(55deg, #09e5f3, #001541);
    color: #fff;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 500;
}
header#top .ctnn span.menu-title-text {
    background-image: linear-gradient(
151deg, #09e5f3, #001541);
    color: #fff;
    padding: 13px 25px;
    border-radius: 8px;
    font-weight: 500;
    transition: .9s;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item  span.menu-title-text {
    font-weight: 700;
}

header#top .ctnn a {
    padding-left: 0 !important;
}

header#top .ctnn span.menu-title-text:hover {background: #36d8ef;}
header#top .ctn span.menu-title-text:hover {background: #06b2c8;}
a#cal {
    animation: softPulse 2s infinite;
    transition: transform 0.2s ease;
    position: fixed;
    right: -50px;
    transform: rotate(90deg);
    top: 25%;
    z-index: 999;
    font-size: 17px;
    padding: 18px 30px;
    border-radius: 0px 0px 10px 10px !important;
}
#page-header-wrap #page-header-bg .page-header-bg-image {
    background-image: url('https://learnandgrowwithangela.com/wp-content/uploads/2025/10/header_fixed_tree_right-1.webp') !important;
}

#page-header-wrap #page-header-bg .inner-wrap h1 {
    text-align: left;
    max-width: 80%;
}

#page-header-wrap #page-header-bg {background-color: transparent !important;}

#page-header-wrap #page-header-bg .page-header-overlay-color {
    display: none;
}

/* /////////// Glossy Pages //////////// */
#glosy_iner .clos .vc_column-inner .heed {
    transform: translateY(-20px) translateX(32px);
}
#glosy_iner .opnn .vc_column-inner .team-member h5 {
    line-height: 22px;
}
#glosy_iner .clos .vc_column-inner {
    background-image: url('https://learnandgrowwithangela.com/wp-content/uploads/2025/06/Close-Book-for-Glaossy.webp');
    background-size: 100% 100%;
}

#glosy_iner .opnn .vc_column-inner {
    background-image: url("https://learnandgrowwithangela.com/wp-content/uploads/2025/06/Bok-open-1.png");
    background-size: 100% 100%;
	    background-color: #fff5e0;
}

#glosy_iner .vc_col-sm-3 .vc_column-inner {
    padding: 80px 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#glosy_iner .nectar-cta.loaded {
    text-align: center;
}

#glosy_iner .team-member-image {
    display: none;
}

#glosy_iner .clos .vc_column-inner .team-meta h5 {
    display: none;
}

#glosy_iner .opnn .vc_column-inner .team-member h3 {
    display: none;
}
/* /////////// Glossy Pages End //////////// */


#baner .content h1 {
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: inherit;
}

#baner .content  p.cont {
    margin-bottom: 20px;
}

#baner .content h5 a {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}

#baner .content .button.solid_color {
    width: 100%;
}

#baner .content .buttons {
    display: inline-block;
    padding-top: 12px;
}

#baner .content .button.solid_color a.primary-color {
    width: 43%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 16px 30px 16px 0px;
    position: relative;
    font-size: 17px;
    animation: softPulse 2s infinite;
    transition: transform 0.2s ease;
    background-image: linear-gradient(55deg, #09e5f3, #001541);
}

#baner .content .button.solid_color a.primary-color::before {
    content: "\f061";
    font-family: fontawesome;
    position: absolute;
    right: 22px;
    font-weight: 200;
}

#baner .content .button.solid_color  a.extra-color-1 {
    background: transparent !important;
    padding: 0;
    width: auto;
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
}

@keyframes softPulse {
  0% {
    box-shadow: 
      0 0 0 0 rgba(0, 21, 65, 0.9),   /* Dark Blue Glow */
      0 0 0 0 rgba(9, 229, 243, 0.9); /* Cyan Glow */
  }
  70% {
    box-shadow: 
      0 0 20px 20px rgba(0, 21, 65, 0), 
      0 0 30px 30px rgba(9, 229, 243, 0);
  }
  100% {
    box-shadow: 
      0 0 0 0 rgba(0, 21, 65, 0), 
      0 0 0 0 rgba(9, 229, 243, 0);
  }
}


#ofer_sec h5 {
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
}

a#btn {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    padding: 15px 20px;
    animation: softPulse 2s infinite;
    background-image: linear-gradient(55deg, #09e5f3, #001541);
}

a#btn span::before {
      content: "\f061";
      font-family: fontawesome;
      float: right;
      padding-left: 7px;
}
#ofer_sec .offf::before {
    display: none;
}
#ofer_sec .offf {
    background: #08B5AA;
    border-radius: 15px;
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    width: 50%;
    z-index: 99;
    position: relative;
	    opacity: 0;
}
#ofer_sec .offf p {
    font-size: 15px;
    max-width: unset;
    line-height: 25px;
}
#ofer_sec .offf h3 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

#ofer_sec .img-with-aniamtion-wrap.right img {
    width: 70%;
    height: 470px;
    object-fit: cover;
    border-radius: 20px;
    border: 10px solid #fff;
    filter: drop-shadow(2px 4px 26.67px #0202023d);
}
#why_sec button.owl-next:hover:before {
    background: #000;
    transition: .9s;
    color: #fff;
}
#why_sec button.owl-prev:hover:before {
    background: #000;
    color: #fff;
    transition: .9s;
}
#why_sec button.owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    box-shadow: unset !important;
    padding: 15px 22px;
    background: #fff;
    border-radius: 60px;
    color: #000;
}
#why_sec button.owl-prev {
    background: transparent;
    position: absolute;
    left: -80px;
    top: 310px;
    font-size: 0;
    border: 0px;
}
#why_sec button.owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 22px;
    box-shadow: unset !important;
    padding: 15px 22px;
    background: #fff;
    border-radius: 60px;
    color: #000;
}
#why_sec button.owl-next {
    background: transparent;
position: absolute;
right: -80px;
top: 310px;
font-size: 0;
border: 0px;
}
#why_sec .owl-carousel .owl-nav.disabled {
display: block !important;
}
#why_sec .owl-dots {
display: none;
}
#ofer_sec .img-with-aniamtion-wrap.right {position: absolute;bottom: 60px;right: 0;}

#ofer_sec .img-with-aniamtion-wrap .im {
    width: 70%;
    border-radius: 20px;
    border: 10px solid #fff;
    filter: drop-shadow(2px 4px 26.67px #0202023d);
    transform: rotate(-5deg);
}

#ofer_sec .offf::before {
    content: '';
    border: 50px solid #F1F3F7;
    border-radius: 770px;
    height: 40%;
    width: 30%;
    position: absolute;
    z-index: -1;
    left: 0px;
}

#maxx_main #maxz_iner {
    border: 1px solid #E1E4ED;
    border-radius: 15px;
    padding: 40px 0;
}

#maxx_main #maxz_iner h4 {
    font-size: 27px;
    line-height: 26px;
}

#maxx_main #maxz_iner h5 {
    font-size: 20px;
    line-height: 28px;
}

#maxx_main #maxz_iner .vc_col-sm-3 .vc_column-inner::before {
    content: '';
    height: 30px;
    width: 1px;
    background: #F5810B;
    position: absolute;
    top: 60px;
}

@keyframes SmallBig {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}

#maxx_main #maxz_iner img {
    animation: SmallBig 3s linear infinite;
}

#why_sec a#btnn {
    margin: 0 auto;
    display: table;
    font-size: 16px;
}

#why_sec .carousel-item {
    margin: 10px 10px;
    border: 1px solid #E1E4ED;
    min-height: 550px;
    border-radius: 10px;
    box-shadow: 0px 1.33px 5.33px #F1F3F7;
}

#why_sec .carousel-item .wpb_text_column {
    padding: 0 10px;
}

#why_sec .carousel-item a#btn {margin: 0 10px;}

#why_sec .carousel-item img {
    border-radius: 10px 10px 0px 0px;
}

#how_main #how_iner {
    margin-bottom: 30px;
}

#how_main #how_iner .vc_col-sm-4 .vc_column-inner {
    border-radius: 0px 12px 12px 0px;
    box-shadow: 0px 1.33px 5.33px #F1F3F7;
    border: 1px solid #E1E4ED;
    margin-right: 20px;
    padding: 10px 30px;
}

#how_main #how_iner .vc_col-sm-2 .vc_column-inner img {
    border-radius: 12px 0px 0px 12px;
}

#spt .wpb_text_column {
    max-width: 450px;
}

#spt a#btnn {
    font-size: 16px;
    padding: 17px 40px;
    font-weight: 700;
    animation: softPulse 2s infinite;
    transition: transform 0.2s ease;
    background-image: linear-gradient(55deg, #09e5f3, #001541);
}

#sesion #sein_iner .vc_col-sm-6 .vc_column-inner {
    border: 1px solid #E1E4ED;
    border-radius: 10px;
    box-shadow: 0px 1.33px 5.33px #F1F3F7;
    padding-bottom: 40px;
}

#sesion #sein_iner .vc_col-sm-6 .vc_column-inner .stt {
    padding: 10px 30px;
}

#sesion #sein_iner .vc_col-sm-6 .vc_column-inner a#btn {
    margin: 0 30px;
    font-size: 20px;
}

#sesion #sein_iner h5 {
    font-size: 22px;
    line-height: 30px;
}

#sesion #sein_iner p {
    color: #19213d85;
    font-size: 19px;
    line-height: 28px;
}

#sesion #sein_iner img {
    width: 100%;
}

#sesion #sein_iner h3 {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 35px;
    line-height: 42px;
}

#foter_main .img-with-aniamtion-wrap {
    width: 16%;
}

#foter_main .img-with-aniamtion-wrap img {
    border-radius: 10px;
}

#foter_main .hed h5 {
    font-size: 19px;
    line-height: 28px;
}

#foter_main .iwithtext .iwt-icon img {
    margin: 0;
    width: 90%;
}

#foter_main .iwithtext .iwt-text {
    padding-left: 75px;
}

#foter_main .iwithtext .iwt-text a {
    color: #fff;
}

#foter_main .iwithtext .iwt-text  strong {
    font-weight: 600;
}

#foter_main  #foter_1 {
    padding-bottom: 50px;
}

#foter_main .widget_nav_menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

#foter_main .widget_nav_menu ul {
    margin: 0;
}

#newss {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffffbf;
}

#newss input#input_1_1 {
    background: #ffff;
    color: #000;
    padding: 26px 20px;
    border-radius: 10px;
}

#newss input#input_1_1::placeholder {
    color: #000;
    font-weight: 400;
}

#newss  .gform_footer.before {
    justify-content: end;
    margin-top: -51px;
    margin-right: 2px;
}

#newss .gform_footer.before input#gform_submit_button_1 {
    background: #71BA0B;
    font-size: 16px;
}

#newss #gform_wrapper_1 {width: 80%;float: right;}

#foter_main .cpy p a {
    opacity: 1;
}

#foter_main .cpy p {
    font-size: 15px;
    line-height: 25px;
}

#foter_main .cpy p a:hover {
    color: #000;
}
.page-id-20 #testi .carousel-item {
    background: #fff;
    box-shadow: 0px 1px 24px #19213d26;
    margin: 0 30px;
    border-radius: 10px;
    padding: 20px 20px;
}
.page-id-14 #asst h2 {
    margin-bottom: 40px;
}
#red_iner .img-with-aniamtion-wrap::before {
    content: '';
    height: 120px;
    width: 120px;
    background: #11B1A3;
    border-radius: 15px;
    position: absolute;
    right: -10px;
    top: -10px;
}

#red_iner .img-with-aniamtion-wrap img {
    width: 100%;
}

#red_iner .img-with-aniamtion-wrap::after {
    content: '';
    height: 120px;
    width: 120px;
    background: #6CA924;
    border-radius: 15px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
}
#asst .toggles a.toggle-heading {
    box-shadow: 0px 2px 7.99px #19213d29;
    border-radius: 12px;
    padding: 22px 40px;
    color: #19213D;
    font-size: 28px;
    line-height: 35px;
}

#asst .toggles .inner-toggle-wrap {
    background: #33333303;
    padding: 20px 30px;
}

#asst .toggle.default {
    margin-bottom: 30px;
}

#asst .toggles a.toggle-heading i.fa.fa-minus-circle {
    border: unset;
}

#asst .toggles a.toggle-heading i.fa.fa-plus-circle::before {
    content: "\f078";
    font-family: 'FontAwesome';
    color: #fff;
    height: 0;
    width: 0;
    font-size: 20px;
    left: 10px;
}

#asst .toggles a.toggle-heading i.fa.fa-plus-circle::after {
    display: none;
}

#asst .toggles a.toggle-heading i.fa.fa-plus-circle {
    border: unset;
}

#asst .toggles a.toggle-heading i.fa.fa-minus-circle::before {
    height: 0;
    width: 0;
    content: "\f077";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    left: 10px;
}

#asst .toggles a.toggle-heading i.fa.fa-plus-circle::after {
    display: none;
}
#asst .toggles a.toggle-heading i {
    right: 20px;
    background: #71BA0B;
    border-radius: 6px;
    height: 40px;
    width: 40px;
}
.page-id-190 #tem_frm .gform-body.gform_body input {
    border: unset;
    border-bottom: 1px solid #666;
    border-radius: 40px;
    padding: 6px 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    height: 51px;
}

.page-id-190 #tem_frm .gform-body.gform_body textarea#input_3_6 {
	   border: unset;
    border-bottom: 1px solid #666;
    border-radius: 40px;
    padding: 6px 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    height: 51px;
}

.page-id-190 #tem_frm input#gform_submit_button_3 {
    font-size: 20px;
    width: 100%;
    animation: softPulse 2s infinite;
    transition: transform 0.2s ease;
    background-color: #FFD700 !important;
    color: #000;
}

.page-id-190 #tem_frm .gform_fields {
        --gf-form-gap-y: 10px;
}
.page-id-183 #befit a {
    color: #fff;
}
.page-id-183 #tehc #tehc_iner .wpb_text_column {
    background: #71ba0b;
    padding: 20px 20px;
    border-radius: 10px;
    min-height: 280px;
}
.page-id-183 #tehc #tehc_iner .wpb_text_column a {
    color: #fff;
}
.page-id-174 
 #befit .nectar-fancy-ul ul {
    margin-top: 20px;
    column-count: 2;
}
.page-id-15 #abr_lern h2 {
    margin-bottom: 30px;
}
.page-id-156 #ofer_sec p {
    max-width: max-content;
}
.page-id-16 #pkg_iner .vc_col-sm-4 .vc_column-inner {
    padding: 30px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 16px 24px #26323821;
}

.page-id-16 #pkg_iner h2 small {
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-id-16 #pkg_iner h2 {
    line-height: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-id-16 #pkg_iner ul li {
    margin-bottom: 40px;
    padding-left: 50px;
    color: #2D3436;
}

.page-id-16 #pkg_iner ul li i::before {
    background: #e5e5e58c;
    padding: 10px;
    border-radius: 40px;
}

.page-id-16 #pkg_iner h5 {
    color: #71BA0B;
    font-size: 19px;
}

.page-id-16 #pripay h2 {
    margin-bottom: 20px;
}
.page-id-22  #get_sec .gform-body.gform_body input {
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
}

.page-id-22 #get_sec .gform-body.gform_body label {
    color: #00000078;
}

.page-id-22  #get_sec .gform-body.gform_body legend {
    color: #0000006e;
}

.page-id-22 #get_sec .gform-body.gform_body #field_2_10 {
    color: #00000080;
}

.page-id-22 #get_sec .gform-body.gform_body #field_2_10 ul {margin-left: 20px;margin-top: 10px;}

.page-id-22 #get_sec .gform-body.gform_body textarea#input_2_11 {
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
}

.page-id-22 #get_sec input#gform_submit_button_2 {
    background: #6CA924;
    padding: 20px 80px !important;
    font-size: 15px;
}
#red_iner .img-with-aniamtion-wrap {
    position: relative;
}
.page-id-150 #glosy .vc_col-sm-4 .vc_column-inner {
    background: #71ba0b05;
    padding: 20px 20px;
    border-radius: 11px;
    border: 2px solid #009688;
    border-style: dashed;
}
#glosy .team-meta .heading-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.foter_main .img-with-aniamtion-wrap {
    width: 16%;
}

.foter_main .img-with-aniamtion-wrap img {
    border-radius: 10px;
}

.foter_main .hed h5 {
    font-size: 19px;
    line-height: 28px;
}

.foter_main .iwithtext .iwt-icon img {
    margin: 0;
    width: 90% !important;
}

.foter_main .iwithtext .iwt-text {
    padding-left: 75px;
}

.foter_main .iwithtext .iwt-text a {
    color: #fff;
}

.foter_main .iwithtext .iwt-text  strong {
    font-weight: 600;
}

.foter_main #foter_1 {
    padding-bottom: 50px;
}

.foter_main .widget_nav_menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

.foter_main .widget_nav_menu ul {
    margin: 0;
}

#newss input#input_1_1::placeholder {
    color: #000;
    font-weight: 400;
}

#newss .gform_footer.before {
    justify-content: end;
    margin-top: -51px;
    margin-right: 2px;
}

#newss input#gform_submit_button_1 {
    background-image: linear-gradient(55deg, #09e5f3, #001541);
    font-size: 16px;
    border: unset;
}

#newss #gform_wrapper_1 {width: 80%;float: right;}

.foter_main .cpy p a {
    opacity: 1;
}

.foter_main .cpy p {
    font-size: 15px;
    line-height: 25px;
}

.foter_main .cpy p a:hover {
    color: #000;
}

.foter_main .cpy p {
    font-weight: 400 !important;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	#glosy_iner .clos .vc_column-inner .heed {
    transform: translateY(-20px) translateX(26px);
}
.page-id-150 #glsy .tt {
    padding: 0 180px;
}
    .page-id-150 #glsy .tt h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }
	#ofer_sec .img-with-aniamtion-wrap.right img {
    width: 62%;
    height: 460px;
}

	#ofer_sec .img-with-aniamtion-wrap .im {
    width: 90%;
}
}
@media (max-width: 1366px) {
#glosy_iner .clos .vc_column-inner .heed h3 {
    font-size: 25px;
    line-height: 32px;
}
	header#top .container {
    padding: 0 20px;
}

	#how_main #how_iner .vc_col-sm-4 .vc_column-inner p {
    font-size: 15px;
    line-height: 23px;
}
	#why_sec .carousel-item {
    min-height: 510px;
}
	header#top ul.sf-menu.sf-js-enabled.sf-arrows li a {
    padding: 0 8px !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows li span.menu-title-text {
    font-size: 15px;
}
}
@media (max-width: 1340px) {}
@media (max-width: 1320px) {
	#glosy_iner .clos .vc_column-inner .heed {
    transform: translateY(-20px) translateX(24px);
}
	.page-id-150 #glsy .tt {
    padding: 0 140px;
}
}
@media (max-width: 1280px) {
	
	#glosy_iner .clos .vc_column-inner .heed h3 {
    font-size: 21px;
    line-height: 27px;
}
	#glosy_iner .vc_col-sm-3 .vc_column-inner {
    padding: 50px 30px;
}
.page-id-150 #glsy .tt {
        padding: 0 120px;
    }
}
@media (max-width: 1030px) {
	#ofer_sec .img-with-aniamtion-wrap.right img {
        width: 63%;
        height: 360px;
    }
	    #ofer_sec .offf {
        margin-left: -60px;
        margin-top: -20px;
    }
	    #ofer_sec .img-with-aniamtion-wrap .im {
        width: 100%;
    }
}
@media (max-width: 840px) {
	#newss #gform_wrapper_1 {
    width: 100%;
    float: unset;
}
	#newss {
    padding-top: 0;
}
	#spt img {
    margin: 0 auto;
}
	#spt {
    text-align: center;
}
	#how_main #how_iner .vc_col-sm-4 .vc_column-inner {
      margin-right: 0;
    height: 100%;
}
	#how_main #how_iner {
    margin-bottom: 0px;
}
	#how_main #how_iner img {
    width: 100%;
}
	#how_main #how_iner .vc_col-sm-2 {
    width: 50%;
		    margin-bottom: 20px;
}
#spt .wpb_text_column {
    max-width: max-content;
}
#how_main #how_iner .vc_col-sm-4 {
    width: 50%;
	    margin-bottom: 20px;
}
	#ofer_sec .img-with-aniamtion-wrap.right {
    bottom: 0px;
}
	    #ofer_sec .img-with-aniamtion-wrap .im {
        width: 70%;
    }
	#ofer_sec p {
    max-width: unset;
}
	    #ofer_sec .offf {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 525px) {
	.foter_main .iwithtext .iwt-text strong {
    font-size: 14px;
}
.bner h1 {
    font-size: 30px !important;
    line-height: 37px !important;
}

.foter_main .iwithtext .iwt-text {
    padding-left: 50px;
}

.foter_main .iwithtext .iwt-icon img {
    width: 60% !important;
}

.foter_main .img-with-aniamtion-wrap {
    width: 31%;
}
.foter_main p {
    font-size: 15px;
    line-height: 24px;
}
.foter_main  .nectar_icon {
    padding: 0 0 !important;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
	#ofer_sec .img-with-aniamtion-wrap .im {
    margin-top: 30px;
}
	#ofer_sec .offf {
    display: none;
}
	#ofer_sec {
    margin: 0;
}
	#ofer_sec h5 {
    font-size: 16px;
    line-height: 26px;
}
	.page-id-174 
 #befit .nectar-fancy-ul ul {
    column-count: 1;
}
	#foter_main #foter_1 .vc_col-sm-6:nth-child(1) {
    text-align: center;
}
	#foter_main #foter_1 {
    padding-bottom: 20px;
}
	#foter_main .img-with-aniamtion-wrap {
    width: 30%;
    margin: 0 auto;
}
	#sesion #sein_iner h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
	#how_main {
    margin: 0;
}
	#how_main #how_iner .vc_col-sm-2 .vc_column-inner img {
    border-radius: 10px 10px 0px 0px;
}
	#how_main #how_iner .vc_col-sm-4 .vc_column-inner {
    border-radius: 0px 0px 10px 10px;
}
	    #how_main #how_iner .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	    #how_main #how_iner .vc_col-sm-2 {
        width: 100%;
        margin-bottom: 0px;
    }
	#why_sec .owl-dots button.owl-dot span {
    height: 13px;
    width: 13px;
    background: #33333394;
}
	#why_sec .owl-dots {
    display: block;
}
	#why_sec .owl-stage-outer .owl-stage {
    display: inherit;
}
	#maxx_main #maxz_iner .vc_col-sm-3 .vc_column-inner::before {
    height: 2px;
    width: 20px;
    top: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	#ofer_sec .offf::before {
    height: 30%;
    width: 30%;
}
    #ofer_sec .img-with-aniamtion-wrap.right {
        bottom: 0px;
        position: relative;
        margin-top: -190px;
    }
	#baner .content .button.solid_color a.primary-color {
    width: 100%;
    padding: 14px 50px 14px 30px;
}
	#baner .content .button.solid_color a.extra-color-1 {
    display: none;
}
	#baner .content p.cont {
    display: none;
}
#baner .content h5 {
        display: block;
        margin-top: 30px;
        margin-bottom: 0;
    }
    #baner .content h1 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: -20px;
    }
}
@media (max-width: 430px) {
	#foter_main .iwithtext .iwt-text {
        padding-left: 36px;
        font-size: 14px;
    }
	#foter_main .iwithtext .iwt-icon img {
    width: 50%;
}
	#baner .content {
    margin-top: 17px;
}
	#ofer_sec .offf::before {
        height: 23%;
        width: 41%;
    }
	#ofer_sec .img-with-aniamtion-wrap .im {
        width: 100%;
    }
	    #ofer_sec .img-with-aniamtion-wrap.right {
        margin-top: -50px;
    }
	#ofer_sec .img-with-aniamtion-wrap.right img {
        width: 80%;
        height: 270px;
    }
	html body h2 {
    font-size: 28px !important;
    line-height: 31px !important;
}
	#page-header-bg .span_6 h1 {
    font-size: 50px;
    line-height: 40px;
}
}
@media (max-width: 375px) {
/* 	#foter_main .iwithtext .iwt-text {
    padding-left: 63px;
    font-size: 15px;
} */
}
@media (max-width: 360px) {}