/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
*/ 
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 0px dotted var(--wp--style--color--link, var(--global--color-primary))!important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.ha-creative-btn):not(.post-list-filter-item ):not(.woocommerce-tabs ul li.active a){background: rgb(0 0 0 / 0%)!important;}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.ha-creative-btn):not(.post-list-filter-item ):not(.woocommerce-tabs ul li.active a):not(footer a){color: #e31e24!important;}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){text-decoration: none!important;}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, .site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus, select:focus
{outline: 0px dotted var(--form--border-color)!important;}
button.sub-menu-toggle {
    display: none !important;
}
.swiper-container{
   overflow-x: hidden;
}
.elementor-icon-list-items {
    list-style: none;
}
/* header */
.logo img {
    height: 80px !important;
    max-width: 80px !important;
    object-fit: contain;
}
.mobile-menu nav{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform-origin: left !important;
    transition: unset !important;
   background-color: rgba(0, 0, 0, .6)!important;
	margin-top: 0px!important;
}
.mobile-menu nav #menu-2-d050cd9{
	width: 300px !important;
    height: 120vh;
    background: #fff;
    margin-inline-start: unset;
    padding: 30px;
}
.mobile-menu .elementor-menu-toggle__icon--close{
	position: fixed;
    left: 260px;
    top: 16px;
    height: 20px !important;
    z-index: 9999;
}
.mobile-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open{
	display:block!important;
}
.mobile-menu .elementor-menu-toggle__icon--open{
	width: 25px !important;
}
/* home page */
.about-us-img img {
    height: 450px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.steps figure, .last-steps figure, .service-box figure{
	display: flex !important;
    justify-content: center;
    padding: 10px;
}
.steps figure {
    background: #e7b317;
}
.last-steps figure{
    background: #fff;
}
.service-box figure {
    background: #F2F6F9;
}
.steps figure img, .last-steps figure img, .service-box figure img{
    height: 50px !important;
    object-fit: contain;
}
.blog-post img, .services img {
    height: 270px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.blog-post .elementor-post__read-more {
    background: #374f76;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 33px 18px 33px;
}
.elementor-field-group {
    margin-bottom: 16px !important;
}
/* about */
.about-icons figure {
    padding: 25px;
    background-image: -webkit-linear-gradient(top, #425b84, #101e34);
    border-radius: 100%;
    height: 110px !important;
    width: 110px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
.about-icons figure img {
    height: 45px !important;
    width: 45px !important;
    object-fit: contain;
}
.elementor-widget-progress h3 {
    margin-bottom: 13px;
}
.about-img-two img {
    height: 420px !important;
    max-width: 450px !important;
    object-fit: cover;
}
.about-img-one img {
    height: 340px !important;
    max-width: 370px !important;
    object-fit: cover;
}
.elementor-post__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* services */
.services h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* blog inner  */
.post-single-img img {
    max-width: 100% !important;
    height: 450px !important;
    object-fit: cover;
}
.post-sidebar img {
    height: 75px !important;
    max-width: 100% !important;
    object-fit: cover;
}
/* single service */
.service-sidebar article {
    border: 1px solid #E2E2E2;
    border-radius: 3px 3px 3px 3px;
    padding: 14px 18px!important;
}
.service-sidebar .active-link, .service-sidebar article:hover {
    background: #374f76;
}
.service-sidebar .active-link a, .service-sidebar article:hover a {
    color: #fff;
}
/* 404 page */
.error404 {
    height: 100vh;
    display: flex;
    align-items: center;
}
.error404 .elementor-location-header, .error404 .elementor-location-footer{
	display: none;
}
.error404 .error-404 {
    text-align: center;
    padding: 100px 0px 100px;
}
.error404 h2 {
	font-size: 30px;
	margin-top: 0px;
}
/* responsive */
@media only screen and (max-width: 1699px) and (min-width: 1400px) {
	.e-parent > .e-con-inner {
        max-width: 85% !important;
    }
	.e-child >.e-con-inner {
    	max-width: 100% !important;
	}
}
@media only screen and (min-width: 1700px) {
	.e-parent > .e-con-inner {
        max-width: 90% !important;
    }
	.e-child >.e-con-inner {
    	max-width: 100% !important;
	}
}
@media only screen and (min-width: 768px){
	.menu-item-1387 {
    	display: none !important;
	}
}
@media only screen and (max-width: 1024px){
	.about-icons figure{
		height: 90px !important;
        width: 90px !important;
	}
	.about-img-one img{
		 max-width: 100% !important;
	}
	.post-single-img img{
		 height: 350px !important;
	}
	.error404 h2 {
		font-size: 20px;
	}
	#multistep-form h2 {
    	font-size: 25px !important;
	}
	#kids-options, #social-security-buttons, #investment-buttons{
		column-gap: 15px !important;
	}
	#multistep-form button{
		padding: 12px 25px!important;
	}
}
@media only screen and (max-width: 767px){
	.elementor-widget-image-box .elementor-image-box-img{
		    margin-left: 0px !important;
	}
	.service-box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    column-gap: 25px;
}
	.about-us-img img, .blog-post img, .services img  {
      height: 250px !important;
	}
	.services .elementor-post__text {
       text-align: left;
    }
	 .post-single-img img {
        height: 250px !important;
    }
}
/* form */
 .error {
            color: red;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: -12px;
      }
      #multistep-form h2 {
        font-size: 30px;
        margin-bottom: 25px;
		 text-transform: capitalize;
      }
      #multistep-form label {
          color: #000;
    font-size: 16px;
      }
      #multistep-form input {
           color: #474747;
    height: 49px;
    padding: 10px;
    border: 1px solid #E2E2E2;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
    border-radius: 3px 3px 3px 3px;
      }
      #multistep-form input[type="checkbox"] {
            width: unset !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: unset;
      }
#multistep-form input[type="checkbox"]:focus {
    outline: 0px;
}
#multistep-form button{
	    padding: 18px 33px;
    font-family: "Poppins", sans-serif;
	border: 2px solid #2B3E5E;
	 background: #2B3E5E;
    margin-top: 10px;
}
      #add-spouse {
    background: #fff!important;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 30px !important;
      }
      #spouse-wrapper {
        margin-top: 20px;
      }
     #remove-spouse, #add-child, .remove-child {
    margin: 20px 0px 25px !important;
    background: none !important;
    border: 0px !important;
    border-bottom: 2px solid #2B3E5E !important;
    color: #2B3E5E !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
      #next-button-step-1 {
        width: 100%;
      }
      .my-spouse-step-first {
        display: flex;
        align-items: center;
        column-gap: 10px;
      }
      #kids-options, #social-security-buttons, #investment-buttons{
        display: flex;
        justify-content: space-between;
        column-gap: 30px;
      }
#kids-options button, #social-security-buttons button, #investment-buttons button{
          padding: 10px 30px;
    width: 100%;
    border: 1px solid #2b3e5e;
    background: #fff;
    margin-bottom: 25px;
    color: #2b3e5e;
      }
      #add-child, .remove-child {
    margin-top: 5px !important;
}
      .nb-back {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
      }
#your-risk-wrapper {
    margin: 30px 0px 40px;
}
.levels {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.levels p {
    font-size: 14px;
}
#your-risk, #spouse-risk{
   -webkit-appearance: none;
    height: 20px !important;
    background: #2b3e5e;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 100px !important;
    margin-top: 10px !important;
}
#your-risk::-webkit-slider-thumb, #spouse-risk::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 33px;
    height: 33px;
    background: #fff;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #2b3e5e;
}
#spouse-risk-wrapper {
    margin-bottom: 40px;
}
#social-security-buttons{
    margin: 25px 0px 10px;
}
#social-security-error{
    margin-top: -25px;
}
#social-security-fields, #gross-income-fields {
    margin-top: 20px;
}
#social-security-fields input::-webkit-outer-spin-button, #social-security-fields input::-webkit-inner-spin-button,
#gross-income-fields input::-webkit-outer-spin-button, #gross-income-fields input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }
  #social-security-fields input[type=number], #gross-income-fields input[type=number] {
    -moz-appearance: textfield;
  }
.input-div {
    display: flex;
}
.input-div span {
      background: #2b3e5e;
    padding: 6px 10px;
    height: 49px;
    border: 1px solid #2b3e5e;
    color: #fff;
    margin-top: 12px;
    display: flex;
    align-items: center;
}
#investment-buttons {
    margin: 25px 0px 0px;
}
#investmentDetails {
    margin-top: 10px;
}
#investment-checklist {
     margin: 20px 0px 30px;
}
#investment-checklist label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}