/*
Theme Name: Abrahamsen Financial Group
Theme URI: https://mondaydigital.com/
Author: Monday Digital
Author URI: https://mondaydigital.com/
Description: A custom theme for Abrahamsen Financial Group.
Version: 2.8
Text Domain: Monday Digital
Tags: custom-theme
*/

/* General Styles */





 @media screen {
    html {
        margin-top: 0px !important;
    }
}

@media screen and ( max-width: 782px ) {
    html {
        margin-top: 0px !important;
    }
}


*, *::before, *::after {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

label.error {
    color: red !important;
    padding: 6px 0px ;
    display: inline-block !important;
    font-size: 14px !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500 !important;
}
.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 16px;
}

.container{
	max-width: 1444px;
	margin: 0 auto;
	padding: 0 12px;
}
.home .container{
	max-width: 1344px;
}
.container-fluid{
    width: 100%;
    
}
.d-inline-block{
    display: inline-block;
}
/* Utility Classes */

/* Margin */
.m-0 {
    margin: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-r-0 {
    margin-right: 0 !important;
}
.m-auto {
    margin: auto !important;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-3 {
    padding: 1rem !important;
}

/* Display */
.d-flex {
    display: flex !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}

/* Flexbox */
.flex-row {
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}


/* Gap */

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 16px;
}

.gap-4 {
    gap: 24px;
}

.gap-5 {
    gap: 48px;
}

.gap-32 {
    gap: 32px;
}

.gap-64 {
    gap: 64px;
}



/* Flex Wrap */

.flex-wrap {
        flex-wrap: wrap;
    }
    


a {
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    color: #0a58ca!important;
    transition: all 0.5s;
}

img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.row {
   display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}


.h2-mdjhd {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #1c1c20;
    font-variant-numeric: lining-nums proportional-nums;
}

.p-mdjhd {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #1c1c20;
}



.form-clm-dev {
    position: relative;
}

.pr-0-dev {
    padding-right: 0 !important;
}

.form-clm-dev input {
    background: #0E1321;
    box-shadow: unset;
    padding: 16px 10px 16px 50px;
     width: -webkit-fill-available;
    border-radius: 4px 0px 0px 4px;
    border: unset;
    color: #ffffff;
    height: -webkit-fill-available;
    outline: 0;
}

.form-mail-icon-dev {
    position: absolute;
    color: #ffffff;
    top: 18px;
    left: 20px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}



@media (max-width: 1200px) {
     .d-xl-flex {
        display: flex !important;
    }
}

@media (max-width: 1024px) {
     .d-lg-flex {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
     .d-md-flex {
        display: flex !important;
    }
}

@media (max-width: 767.98px) {
     .d-sm-flex {
        display: flex !important;
    }
    
    .h2-mdjhd {
    font-size: 30px;
}


}

@media (max-width: 575.98px) {
    .d-xs-flex {
        display: flex !important;
    }
}


/* Responsive Flexbox Utilities */
@media (max-width: 575.98px) {
    .d-xs-flex {
        display: flex !important;
    }

    .flex-xs-row {
        flex-direction: row !important;
    }
    .flex-xs-column {
        flex-direction: column !important;
    }
    
    .flex-xs-column-reverse {
        flex-direction: column-reverse !important;
    }
    .justify-content-xs-center {
        justify-content: center !important;
    }
    .align-items-xs-center {
        align-items: center !important;
    }
    
    .align-items-xs-start {
        align-items: start !important;
    }
    
    
    .flex-xs-wrap {
        flex-wrap: wrap;
    }
    
    
    
    
}

@media (min-width: 576px) and (max-width: 767.98px) 
{
    .d-sm-flex {
        display: flex !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
     .flex-sm-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .d-md-flex {
        display: flex !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    
    .flex-md-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    
    .flex-lg-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap;
    }
    
   
    
}

/* Width and Height */
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}

/* Column Width */
.col-1 {
    width: 8.33% !important;
}
.col-2 {
    width: 16.66% !important;
}
.col-3 {
    width: 25% !important;
}
.col-4 {
    width: 33.33% !important;
}
.col-5 {
    width: 41.66% !important;
}
.col-6 {
    width: 50% !important;
}
.col-7 {
    width: 58.33% !important;
}
.col-8 {
    width: 66.66% !important;
}
.col-9 {
    width: 75% !important;
}
.col-10 {
    width: 83.33% !important;
}
.col-11 {
    width: 91.66% !important;
}
.col-12 {
    width: 100% !important;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8 {
     padding: 0 12px;
}

/* Responsive Column Width */

@media (min-width: 768px) {
    .col-md-7 {
        width: 58.3%!important;
    }
        .col-md-5 {
        width: 41.6%!important;
    }
}


@media (max-width: 575.98px) {
    .col-sm-1 { width: 100% !important; }
    .col-sm-2 { width: 100%  !important; }
    .col-sm-3 { width: 100%  !important; }
    .col-sm-4 { width: 100%  !important; }
    .col-sm-5 { width: 100%  !important; }
    .col-sm-6 { width: 100%  !important; }
    .col-sm-7 { width: 100%  !important; }
    .col-sm-8 { width: 100%  !important; }
    .col-sm-9 { width: 100% !important; }
    .col-sm-10 { width: 100%  !important; }
    .col-sm-11 { width: 100%  !important; }
    .col-sm-12 { width: 100% !important; }
}


@media (max-width: 767.98px) {
    .col-md-1 { width: 100% !important; }
    .col-md-2 { width: 100%  !important; }
    .col-md-3 { width: 100%  !important; }
    .col-md-4 { width: 100%  !important; }
    .col-md-5 { width: 100%  !important; }
    .col-md-6 { width: 100%  !important; }
    .col-md-7 { width: 100%  !important; }
    .col-md-8 { width: 100%  !important; }
    .col-md-9 { width: 100% !important; }
    .col-md-10 { width: 100%  !important; }
    .col-md-11 { width: 100%  !important; }
    .col-md-12 { width: 100% !important; }
}


@media (max-width: 991.98px) {
    
    .col-lg-1 { width: 100% !important; }
    .col-lg-2 { width: 100% !important; }
    .col-lg-3 { width: 100%!important; }
    .col-lg-4 { width: 100% !important; }
    .col-lg-5 { width: 100% !important; }
    .col-lg-6 { width: 100% !important; }
    .col-lg-7 { width: 100% !important; }
    .col-lg-8 { width: 100% !important; }
    .col-lg-9 { width: 100%!important; }
    .col-lg-10 { width: 100% !important; }
    .col-lg-11 { width: 100% !important; }
    .col-lg-12 { width: 100% !important; }
    
}
        


@media (max-width: 575.98px) {
    .col-xs-1 { width: 8.33% !important; }
    .col-xs-2 { width: 16.66% !important; }
    .col-xs-3 { width: 25% !important; }
    .col-xs-4 { width: 33.33% !important; }
    .col-xs-5 { width: 41.66% !important; }
    .col-xs-6 { width: 50% !important; }
    .col-xs-7 { width: 58.33% !important; }
    .col-xs-8 { width: 66.66% !important; }
    .col-xs-9 { width: 75% !important; }
    .col-xs-10 { width: 83.33% !important; }
    .col-xs-11 { width: 91.66% !important; }
    .col-xs-12 { width: 100% !important; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .col-sm-1 { width: 8.33% !important; }
    .col-sm-2 { width: 16.66% !important; }
    .col-sm-3 { width: 25% !important; }
    .col-sm-4 { width: 33.33% !important; }
    .col-sm-5 { width: 41.66% !important; }
    .col-sm-6 { width: 50% !important; }
    .col-sm-7 { width: 58.33% !important; }
    .col-sm-8 { width: 66.66% !important; }
    .col-sm-9 { width: 75% !important; }
    .col-sm-10 { width: 83.33% !important; }
    .col-sm-11 { width: 91.66% !important; }
    .col-sm-12 { width: 100% !important; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .col-md-1 { width: 8.33% !important; }
    .col-md-2 { width: 16.66% !important; }
    .col-md-3 { width: 25% !important; }
    .col-md-4 { width: 33.33% !important; }
    .col-md-5 { width: 41.66% !important; }
    .col-md-6 { width: 50% !important; }
    .col-md-7 { width: 58.33% !important; }
    .col-md-8 { width: 66.66% !important; }
    .col-md-9 { width: 75% !important; }
    .col-md-10 { width: 83.33% !important; }
    .col-md-11 { width: 91.66% !important; }
    .col-md-12 { width: 100% !important; }
}

@media (min-width: 992px) {
    .col-lg-1 { width: 8.33% !important; }
    .col-lg-2 { width: 16.66% !important; }
    .col-lg-3 { width: 25% !important; }
    .col-lg-4 { width: 33.33% !important; }
    .col-lg-5 { width: 41.66% !important; }
    .col-lg-6 { width: 50% !important; }
    .col-lg-7 { width: 58.33% !important; }
    .col-lg-8 { width: 66.66% !important; }
    .col-lg-9 { width: 75% !important; }
    .col-lg-10 { width: 83.33% !important; }
    .col-lg-11 { width: 91.66% !important; }
    .col-lg-12 { width: 100% !important; }
        
}

@media (min-width: 1200px) {
    .col-xl-1 { width: 8.33% !important; }
    .col-xl-2 { width: 16.66% !important; }
    .col-xl-3 { width: 25% !important; }
    .col-xl-4 { width: 33.33% !important; }
    .col-xl-5 { width: 41.66% !important; }
    .col-xl-6 { width: 50% !important; }
    .col-xl-7 { width: 58.33% !important; }
    .col-xl-8 { width: 66.66% !important; }
    .col-xl-9 { width: 75% !important; }
    .col-xl-10 { width: 83.33% !important; }
    .col-xl-11 { width: 91.66% !important; }
    .col-xl-12 { width: 100% !important; }

}




/* Global Styles*/


.btn-box-mdjhd {
    display: flex;
    justify-content: center;
}

.btn-box-mdjhd {
    padding-top: 48px;
    width: 100%;
}

.btn-mdjhd {
    min-height: 59px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.5s;
}

.btn-mdjhd:hover {
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .btn-mdjhd {
    min-height: 43px;
}
.footer-top-box-mdjhd {
    align-items: center !important;
}

}


/* Header Styles Begin */


.main-header-dev .container,
.breadcrumb-sec-dev .container {
    max-width: 1920px;
    padding: 0;
}

.main-header-dev {
    padding: 10px 10px 10px 8px;
}

.main-header-dev .row {
    flex-wrap: nowrap;
}

 .main-header-dev .col-8 {
    width: 70%!important;
}

.main-header-dev .col-1 {
    width: 11%!important;
    text-align: end;
}

.main-header-dev .col-3 {
 width: 19% !important; 
}
.main-header-dev img {
    padding: 10px 0px;
}

.main-menu-list-dev {
    display: flex;
    list-style: none;
}

.main-menu-list-dev>li {
    width: max-content;
    position: relative;
}

.main-menu-list-dev > li a {
    padding: 10px 20px;
    color: #8C909D;
    fill: #8C909D;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    position: relative;

}

.main-menu-list-dev > li > a {
    display: inline-block;
    position: relative;

}

.main-menu-list-dev>li > a:hover, .current-menu-item > a {
    color: #1E4488!important;
    fill: #1E4488!important;
     transition: all 0.5s ease-in-out;
}

.main-menu-list-dev > li > a::before {
  border-radius: 2px; /* Rounded edges for the underline */
  content: '';
  position: absolute;
  left: 0;
  bottom: -24px !important; /* Adjust to place the underline where you need */
  width: 0; /* Start with no width */
  height: 4px; /* Thickness of the underline */
  background-color: #1E4488; /* Background color for the underline */
  z-index: -1; /* Send it behind the text */
  transition: all 0.5s ease-in-out; /* Smooth transition */
}

.main-menu-list-dev > li > a:hover::before {
  width: 100%; /* Expand to full width on hover */
  transition: all 0.5s ease-in-out;
}

.main-menu-list-dev> .current-menu-item > a::before {
  border-radius: 2px; /* Rounded edges for the underline */
  content: '';
  position: absolute;
  left: 0;
  bottom: -24px !important; /* Adjust to place the underline where you need */
  width: 0; /* Start with no width */
  height: 4px; /* Thickness of the underline */
  background-color: #1E4488; /* Background color for the underline */
  z-index: -1; /* Send it behind the text */
  transition: all 0.5s ease-in-out; /* Smooth transition */
  width: 100%; /* Expand to full width on hover */
  transition: all 0.5s ease-in-out;
}


.sub-menu-list-dev {
    position: absolute;
    width: max-content;
    list-style: none;
    padding: 0;
    left: 20px;
    background: #ffffff;
    display: none;
    z-index: 9999;
}

.sub-menu {
     position: absolute;
    width: max-content;
    list-style: none;
    padding: 0;
    left: 20px;
    background: #ffffff;
    display: none;
    z-index: 9999;
}

.sub-menu-list-dev>li a {
    padding: 10px 28px;
}

.sub-menu> li a {
    padding: 10px 28px;
    transition: all 0.5s;
}

.sub-menu> li a:hover {
   color: #1E4488!important;
   transition: all 0.5s;
}

.dp-menu-dev:hover+.sub-menu-list-dev {
    display: block;
}

.menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu:hover {
    display: block;
}

.header-call-btn-dev {
    font-family: 'Roboto';
    color: #54595f;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'ss01' on;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}

.header-call-btn-dev img {
    padding-right: 5px;
}


.dp-menu-dev:after {
    content: "";
    background-image: url(/wp-content/themes/abrahamsenfinancial/assets/Down-Arrow.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 26.5%;
    margin: 0px 10px;
}


.menu-item-has-children > a:after {
    content: "";
    background-image: url(/wp-content/themes/abrahamsenfinancial/assets/Down-Arrow.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 26.5%;
    margin: 0px 10px;
}

.dp-menu-dev {
    padding-right: 30px !important;
}

.menu-item-has-children {
    padding-right: 30px !important;
}

.main-menu-list-dev {
    padding-right: 5.08%;
}

.hamburger-icon-mdjhd {
    display: none;
    width: 55px;
    height: auto;
}

.close-icon-mdjhd {
    display: none;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 9999;
}


.mobile-header-mdjhd {
    display: none;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 999;
    position: absolute;
    left: 100%;
    overflow: hidden;
}

.mobile-header-mdjhd .container {
   
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    background: #ffffff;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    margin: 0;
    overflow: hidden;
    width: 70%;
    height: 100%;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    top: 0;
    overflow-y: scroll;
   overflow-x: hidden;
}


.mobile-header-mdjhd .col-12 {
    padding: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.mobile-header-mdjhd .col-12:first-child {
    margin-top: 60px;
}

.mobile-header-mdjhd .col-12:second-child {
    margin-top: 30px;
}

.mobile-header-mdjhd .col-12 .menu-box-dev  {
    width: 100%;
    padding: 30px;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding: 0;
    
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul li {
    width: 100%;
    padding: 0;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul li > ul {
    display: block;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul li > .sub-menu-list-dev {
    position: unset;
    width: max-content;
    list-style: none;
    padding: 0;
    left: unset;
    background: #ffffff;
    margin-top: -4px;
    padding-left: 20px;
    z-index: unset;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul li > .sub-menu {
    position: unset;
    width: max-content;
    list-style: none;
    padding: 0;
    left: unset;
    background: #ffffff;
    margin-top: -4px;
    padding-left: 20px;
    z-index: unset;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul li > .dp-menu-dev:after {
    top: 8.5%;
    background-image: unset;
}

.mobile-header-mdjhd .col-12 .menu-box-dev ul .menu-item-has-children a:after {
    top: 8.5%;
    right: -92%;
    background-image: unset;
}



@media(max-width:1440px) {
    .main-menu-list-dev {
        padding-right: 0;
         flex-wrap: wrap;
    }

}


@media (max-width: 1024px) {
    .main-header-dev .col-3 {
        width: 31.5%!important;
    }
    
     .main-header-dev .col-8 {
        width: 0%;
        display: none;
    }

    .main-header-dev .col-1 {
        width: 55.5%!important;
        text-align: end;
    }
    
   .hamburger-icon-mdjhd {
        display: inline;
        position: absolute;
        top: 22px;
        right: 14px;
    }

}

@media (max-width: 991px) { 
    .main-header-dev .col-1 {
        width: 51.5%!important;
    }
    
    .hamburger-icon-mdjhd {
        top: 16px;
    }
    
    .close-icon-mdjhd {
        top: 18px;
    }

}


@media (max-width: 767px) {
     .main-header-dev .col-1 {
        width: 0%;
        display: none;
    }
    
    .mobile-header-mdjhd .col-12:last-child {
        margin-top: 16px;
    }
    
    .mobile-header-mdjhd .container {
       width: 100%;
    
    }
    
    .hamburger-icon-mdjhd {
        top: 22px;
        right: -2px;
    }
    
    .hamburger-icon-mdjhd svg {
        width: 32px;
        height: auto;
    }
    
    .close-icon-mdjhd {
        top: 22px;
        right: 22px;
    }
    

    .close-icon-mdjhd svg {
        width: 32px;
        height: auto;
    }

}


@media (max-width: 576px) {
     .main-header-dev .col-3 {
        width: 50%!important;
    }
    .hamburger-icon-mdjhd {
        top: 20px;
        right: -2px;
    }
    
     .close-icon-mdjhd {
        top: 20px;
    
    }
}


/* Header Styles End */




/* Breadcumb Styles Begin */


.breadcrumb-mdjhd {
    padding: 10px 8px;
    background-color: #f8f8f8;
    
}

.breadcrumb-mdjhd .container {
    max-width: 100%;
}

.bc-box-mdjhd {
    gap: 10px;
    flex-wrap: wrap;
}

.bc-item-mdjhd {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #575760;
    line-height: 1.17;
    font-weight: 400;
}

.bc-sin-page-mdjhd {
    color: #a7a9ac!important;
}


@media (max-width: 767px) {
    .bc-box-mdjhd {
    gap: 6px;
}

}



/* Breadcumb Styles End */



/* Hero Styles Begin */

.hero-mdjhd {
    padding: 137px 0 238px 0;
    background: linear-gradient(180deg, #1B3580 -31.87%, #183FAD -31.86%, #122048 108.75%);
    position: relative;
    overflow: hidden;
   
}

.hero-mdjhd::before {
    content: "";
    background-image: url("/wp-content/themes/abrahamsenfinancial/assets/hero-bg.webp");
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 30%;
}

.hero-inner-mdjhd {
    gap: 16px;
}

.page-title-mdjhd {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.17;
    font-weight: 400;
    color: #a8d500;
    text-align: center;
}

.hero-title-mdjhd {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
     text-align: center;
}

.hero-desc-mdjhd {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    max-width: 520px;
}

.au-hi-mdjhd {
    position: absolute;
    border-radius: 4px;
}


.au-hi-1-mdjhd {
    top: 63px;
    left: -17px;
}

.au-hi-2-mdjhd {
    top: 269px;
    left: 99px;
}

.au-hi-3-mdjhd {
    top: 58px;
   right: 141px;
}

.au-hi-4-mdjhd {
    top: 234px;
    right: 0;
}

@media (max-width: 1700px) {
    .hero-title-mdjhd {
    padding: 0 10%;
}

}


@media (max-width: 1400px) {
    .au-hi-mdjhd {
        display: none;
    }
    
    .hero-title-mdjhd {
        padding: 0;
    }
    
    .hero-mdjhd {
        padding: 137px 0px 160px 0px;
    }
}



@media (max-width: 1024px) {
     .hero-mdjhd {
        padding: 90px 0;
    }

}



@media (max-width: 992px) {
     .hero-mdjhd {
        padding: 80px 0;
    }

    .hero-inner-mdjhd {
        gap: 12px;
    }
    
    .hero-title-mdjhd {
        font-size: 48px;
    }
}


@media (max-width: 767px) {
    .hero-title-mdjhd {
        font-size: 36px;
    }
    
    .hero-mdjhd {
        padding: 70px 0;
    }

}


/* Hero Styles End */





/* Media Appearance Template Styles Begin */

.media-appearance-mdjhd {
    padding: 168px 0;
}

.media-appear-ib-mdjhd {
    max-width: 459px;
}

.media-appear-cb-mdjhd {
    max-width: 422px;
}

.media-appear-main-mdjhd {
    gap: 56px;
}

.media-appear-title-mdjhd {
    font-family: 'Raleway',sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.17;
    color: #1c1c20;
}

.media-abb-mdjhd {
    padding-top: 32px;
    justify-content: start;
}

.media-appear-btn-mdjhd {
    max-width: 223px;
    gap: 10px;
    color: #ffffff;
    background-color: #1e4488;
    border: 2px solid #1e4488;
    transition: all 0.5s;
}

.media-appear-btn-mdjhd:hover {
    background-color: transparent;
    color: #1e4488!important;
    transition: all 0.5s;
}

.media-aib-inner-mdjhd {
    border-radius: 4px;
}


/* Media Appearance Template Styles End */




/* Media Appearance Popup styles Begin */

.mapu-popup-box-mdjhd {
    display: none;
    z-index: 999999;
     transition: opacity 0.3s ease-in-out;
    position: fixed;
    z-index: 199999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0; /* Initial hidden state */
     overflow-x: hidden;
    overflow-y: auto;
}

.mapu-popup-box-mdjhd.active {
    display: block!important;
    background-color: #0c0c0ccc;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;; 
}

.mapu-popup-subbox-mdjhd{
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 100%;*/
    padding: 3rem 0;
    height: 100%;
}


.mapu-pb-inner-mdjhd {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 60px 28px 36px 28px;
}


.mapu-no-scroll-mdjhd {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 15px;
}


.mapu-pf-title-mdjhd {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    line-height: 1.25;
    color: #1c1c20;
    font-weight: 700;
    text-align: center;
}

.mapu-input-box-mdjhd {
    border: 1px solid #e6e8f3;
    padding: 11px 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}


.mapu-submit-btn-mdjhd  {
    width: 100%;
    border: 2px solid #1e4488;
    background-color: #1e4488;
    color: #ffffff;
    transition: all 0.5s;
    cursor: pointer;
}

 .mapu-submit-btn-mdjhd:hover {
    background-color: transparent;
    color: #1e4488;
    transition: all 0.5s;
} 

#mapu_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mapu-pb-inner-mdjhd {
    gap: 24px;
    position: relative;
}

.mapu-input-box-mdjhd input {
    outline: 0;
    border: 0;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    width: 100%;
    font-variant-numeric: lining-nums proportional-nums;
}

.mapu-close-btn-mdjhd {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #ffffff;
    border: unset;
    font-size: 40px;
    color: #1c1c20;
    opacity: 40%;
    cursor: pointer;
}

.mapu-select-mdjhd {
    width: 100%;
    border: none;
    background-color: transparent;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    width: 100%;
}

.mapu-privacy-box-mdjhd {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mapu-form-privacy-mdjhd {
      font-family: 'Raleway',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-variant-numeric: lining-nums proportional-nums;
}


.mapu-sub-box-mdjhd {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#defaultCheck2 {
    height: unset!important;
    width: unset!important;
    margin-top: 3px;
}

.mapu-form-sub-mdjhd {
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
}

.mapu-sb-box-mdjhd {
    padding-top: 16px;
}


.mapu-cong-btn-mdjhd {
    width: 100%;
    border: 2px solid #1e4488;
    background-color: #1e4488;
    color: #ffffff;
    transition: all 0.5s;
    cursor: pointer;
    max-width: 250px;
}

.mapu-cong-btn-mdjhd:hover {
    background-color: transparent;
    color: #1e4488!important;
    transition: all 0.5s;
}


.mapu-cong-box-mdjhd {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px;
}

.mapu-cong-box-mdjhd.active {
    display: flex;
}

.mapu-cong-title-mdjhd {
    font-size: 32px;
    text-align: center;
    padding-bottom: 8px;
}

.mapu-cong-desc-mdjhd {
    text-align: center;
}



@media (max-width: 1440px) {
 .mapu-no-scroll-mdjhd {
    padding-right: 0px;
}

}


@media (max-width: 1024px) {
    .mapu-popup-subbox-mdjhd {
        height: unset;
        padding: 3rem 0;
    }
    .mapu-popup-box-mdjhd {
        overflow-x: hidden;
        overflow-y: auto;
    }

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
   

.mapu-pf-title-mdjhd {
    font-size: 18px;
}

.mapu-pb-inner-mdjhd {
    gap: 16px;
    padding: 48px 20px 24px 20px;
}

.mapu-sb-box-mdjhd {
    padding-top: 0px;
}

.mapu-popup-box-mdjhd {
    height: 100%;

}

.mapu-input-box-mdjhd {
    padding: 8px 12px;
    gap: 12px;
}

.mapu-pf-title-mdjhd {
    font-size: 18px;
}

.mapu-close-btn-mdjhd {
    top: 2px;
    right: 2px;
}

#mapu_form {
    gap: 12px;
}

.mapu-input-box-mdjhd input {
    font-size: 13px;
}

.mapu-form-privacy-mdjhd {
    font-size: 13px;
}

.mapu-form-sub-mdjhd {
    font-size: 13px;
}

.mapu-pb-inner-mdjhd {
    gap: 20px;
    padding: 40px 24px 28px 24px;
    max-width: calc(100% - 24px);
}


.mapu-cong-title-mdjhd {
    font-size: 23px;
}

.mapu-cong-box-mdjhd {
    padding: 24px;
    gap: 12px;
}

.btn-box-mdjhd {
    padding-top: 8px;
}

}


@media (max-width: 340px) {

.mapu-close-btn-mdjhd {
    right: 5px;
    top: 5px;
}

}


/* Media Appearance Popup Styles End */





/* CTA Styles Begin */

.cta-main-mdjhd {
    padding: 0px 0px 168px 0px;
    
}

.cta-inner-mdjhd {
    background: linear-gradient(180deg, #1B3580 -31.87%, #183FAD -31.86%, #122048 108.75%);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px;
    gap: 32px;
   
}

.cta-inner-mdjhd .col-8, .cta-inner-mdjhd .col-3 {
    padding: 0;
}

.cta-inner-mdjhd {
    position: relative;
    z-index: 5;
}

.cta-inner-mdjhd::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/abrahamsenfinancial/assets/cta-bg-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: -1;
    mix-blend-mode: overlay;
}

.cta-inner-cont-mdjhd {
    display: flex;
    width: 54%;
    gap: 24px;
}

.cta-box-mdjhd {
    width: 21.3%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.cta-title-mdjhd {
    line-height: 1.3;
    color: #ffffff;
    padding-bottom: 8px;
}

.cta-desc-mdjhd {
    color: #ffffff;
    width: 90%;
}


.cta-btn-mdjhd {
    border: 2px solid #ffffff;
    max-width: 251px;
    min-height: 59px;
}

.cta-btn-1-mdjhd {
    background-color: #ffffff;
    color: #1E4488;
}

.cta-btn-1-mdjhd:hover {
    color: #ffffff!important;
    background-color: transparent;
}

.cta-btn-2-mdjhd {
    color: #ffffff;
}

.cta-btn-2-mdjhd:hover {
    color: #1E4488!important;
    background-color: #ffffff;
}


@media (max-width: 1024px) {
    .cta-main-mdjhd {
        padding: 0px 0px 128px 0px;
        
    }
    .cta-inner-mdjhd {
        padding: 20px;
    }

}


@media (max-width: 992px) {
    .cta-main-mdjhd {
        padding: 0px 0px 96px 0px;
        
    }
    .cta-inner-mdjhd {
        padding: 20px;
    }
    
    .cta-title-mdjhd {
        font-size: 30px;
    }
    
    .cta-desc-mdjhd {
        width: 100%;
    }
    
    .cta-box-mdjhd {
        width:  32%!important;
    }

}

@media (max-width: 767px) {
    .cta-main-mdjhd {
        padding: 0px 0px 64px 0px;
        
    }
    .cta-inner-mdjhd {
        padding: 24px;
         flex-direction: column;
    }
    
    .cta-inner-cont-mdjhd {
        gap: 8px;
    }
    
    .cta-inner-cont-mdjhd .col-md-2 {
        display: flex;
        justify-content: center;
    }
    
    .cta-inner-cont-mdjhd .col-md-9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .cta-title-mdjhd {
        font-size: 24px;
        text-align: center;
    }
    
    .cta-desc-mdjhd {
        text-align: center;
    }
    
    .cta-btn-mdjhd {
        max-width: 100%;
        min-height: 43px;
    }
    
    .cta-box-mdjhd {
        width:  100%!important;
        gap: 16px;
    }

}


/* CTA Styles End */







/* Footer Styles Begin */



/* Afg Events Styles Start*/

.footer-mdjhd {
    padding: 62px 0 35px 0;
    background-image: url("/wp-content/themes/afgevents/assets/Footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-main {
    align-items: center;
    justify-content: center;
    padding-bottom: 56px;
    
}

.footer-to-box-mdjhd {
    width: 100%;
}

.footer-cont-info-mdjhd {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 51px;
}

.footer-desc-box-mdjhd {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 96px;
}

.footer-contact-dec-mdjhd {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    width: fit-content;
}


.footer-contact-dec-mdjhd * {
    margin: 0;
    font-family: "Inter", sans-serif!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 1.6!important;
     color: #ffffff;
     transition: all 0.5s;
}

.footer-contact-dec-mdjhd a{
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s;
}

.footer-contact-dec-mdjhd a:hover {
    text-decoration: underline!important;
    transition: all 0.5s;
}
.footer-contact-dec-mdjhd a h6 {
    transition: all 0.5s;
}

.footer-contact-dec-mdjhd a h6:hover {
    color: #0a58ca!important;
    text-decoration: underline!important;
    transition: all 0.5s;
    
}

.footer-bottom-mdjhd {padding-top: 29px;border-top: 1px solid #1e4488;}

.footer-bottom-box-mdjhd {
    width: 100%;
}

.fooetr-bbox-inner-mdjhd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-copyright-box-mdjhd * , .footer-menu-box-mdjhd * {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #ced0d8;
    transition: all 0.5s;
}

.footer-copyright-box-mdjhd * :hover, .footer-menu-box-mdjhd *:hover {
    text-decoration: underline!important;
    transition: all 0.5s;
}

.footer-menu-box-mdjhd {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 49px;
}


.footer-contact-dec-mdjhd a svg path {
    transition: all 0.5s;
}

.footer-contact-dec-mdjhd a:hover svg path {
    fill: #0a58ca;
}



/* Afg Events Styles End*/




.footer {
    background: #122048;
    padding-top: 90px;
}



.footer h6 {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
    margin: 0;
}


.footer-flex-container-skdev {
    display: flex;
    justify-content: space-between;
}

.footer-flex-container-skdev>h6 {
    padding-left: 0;
}

.footer-div-row-skdev {
    width: 270px;
    display: flex;
    justify-content: space-between;
}

.footer .footer-flex-skdev {
    display: flex;
    align-items: baseline;
}

.footer-logo-link-mdjhd {
    display: inline-block;
    margin-bottom: 16px;
}
.footer-end-skdev .footer-end-content-skdev>p>a {
    color: #CED0DB;
}

.footer .footer-div-skdev>img {
    vertical-align: sub;
}

.footer-div-skdev>a {
    display: inline-block;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    padding-left: 10px;
}

.footer-top-skdev>img {
    padding-bottom: 16px;
}

.footer-top-skdev>div {
    padding-bottom: 8px;
}

.footer-middle-right-skdev h6 {
    padding-left: 0px;
    padding-bottom: 20px;
}

.footer-middle-left-skdev>h6 {
    padding-left: 0px;
    padding-bottom: 20px;
}

.footer-middle-left-skdev>.footer-middle-left-content-skdev {
    width: 180px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.footer-middle-left-content-skdev>a {
    display: inline-block;
    transition: all 0.5s;
}

.footer-middle-left-content-skdev>a:hover {
    opacity: 80%;
    transition: all 0.5s;
}

.footer-middle-right-skdev {
    display: flex;
    justify-content: space-between;

}

.footer-middle-right-skdev>div {
    padding: 10px;
}

.footer-bottom-skdev p {
    color: #CED0DB;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'ss01' on;
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.footer-bottom-skdev a {
    color: #fff;
    font-weight: 600;
}

.footer-bottom-skdev p span {
    color: #fff;
    font-weight: 500;
}

.footer-bottom-skdev {
    padding-top: 35px;
    padding-bottom: 20px;
}

.footer-images-skdev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
    padding-top: 10px;
}

.footer-end-skdev .container {
    max-width: 1204px;
}

.footer-end-skdev {
    background: #122048;
    border-top: 1px solid #1E4488;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-end-skdev .footer-end-content-skdev {
    display: flex;
    justify-content: space-between;
}

.footer-end-skdev .footer-end-content-skdev>p {
    color: #CED0DB;
    font-family: 'Myriad Pro Reguler', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding-right: 12%;
}

.footer-end-skdev .footer-end-content-skdev>a {
    color: #CED0DB;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}



.footer-cta-form-dev button {
	width: 100%;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 16px;
    padding: 17px 10px;
    line-height: 1.2;
    color: #1E4488;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.footer-cta-form-dev button:hover {
    color: #ffffff;
    background-color: transparent;
    transition: all 0.3s;
}

.footer-cta-form-dev {
    padding: 28px 0px 54px 0px;
}

.footer-middle-left-skdev {
    padding-top: 74px;
}

.footer h6 a {
    color: #FFFFFF;
}

.footer_menu_item {
    padding-left: 8%;
}

.footer_menu_item a {
    padding: 0px 20px;
    color: #CED0DB;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Myriad Pro Regular", Sans-serif;
}


.footer iframe {
    min-height: 332px;
    width: 100%;
    scrollbar-width : none;
     -ms-overflow-style: none;
}

.footer iframe::-webkit-scrollbar {
    display: none;
}

.footer-middle-right-content-skdev {
     scrollbar-width : none;
      -ms-overflow-style: none;
}


.footer-middle-right-content-skdev::-webkit-scrollbar {
    display: none;
}

.form-clm-dev input::placeholder {
    color: #ffffff; /* Set placeholder text color to white */
}


#reserve_future_event_form_dev ::-webkit-input-placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}

#reserve_future_event_form_dev :-ms-input-placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}

#reserve_future_event_form_dev ::placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}

#rsvp_form_dev ::-webkit-input-placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}

#rsvp_form_dev :-ms-input-placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}

#rsvp_form_dev ::placeholder {
    color: #666669;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.6;
}













/* Foooter 2 Styles */

.footer-slo-mdjhd {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 54px;
    line-height: 1.5;
    text-align: right;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #ffffff;
}

.footer2-desc-box-mdjhd {
    justify-content: start;
    flex-direction: column;
    gap: 23px;
}

.footer-top-box-mdjhd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 64px;
}

.footer-midle-box-mdjhd {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer-main-dbox-mdjhd {
    border-radius: 12px;
    padding: 10px;
    background-color: #ffffff0f;
    opacity: 70%;
}

.footer-main-desc-mdjhd {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.6;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    color: #ffffffb3;
}

.footer-md-ht-mdjhd {
    color: #a8d500;
}


.footer2-main-mdjhd {
    padding-bottom: 36px;
}

.footer2-bottom-mdjhd {
    padding-top: 18px;
}

.footer2-address-box-mdjhd a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer2-cont-info-mdjhd {
    gap: 21px;
}




@media (max-width: 1024px) {
     .footer-flex-container-skdev {
        padding: 15px 10px 10px 10px;
    }
    
     .footer-cta-form-dev {
        padding: 13px 0px 30px 0px;
    }
    
    .footer-middle-left-skdev {
        padding-top: 60px;
    }
    
    .footer iframe {
        min-height: 316px;
    }
    
    .footer-desc-box-mdjhd {
        gap: 32px;
        justify-content: space-around;
    }
    
    .footer-cont-info-mdjhd {
        gap: 40px;
    }
    
    .footer-main {
        padding-bottom: 42px;
    }
    
    .footer-mdjhd {
        padding: 52px 0 32px 0;
    }
    
    .footer-slo-mdjhd {
        font-size: 42px;
    }

}

@media (max-width: 992px) {
     .footer {
        text-align: center;
    }
    
    .footer .footer-flex-skdev {
        justify-content: center;
    }
    
    .footer-middle-left-skdev>.footer-middle-left-content-skdev {
        margin: 0 auto;
    }
    
     .footer-middle-left-skdev>.footer-middle-left-content-skdev {
        margin: 0 auto;
    }

    .footer-flex-container-skdev {
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .footer-flex-container-skdev>h6 {
        width: 100%;
        padding: 40px 20px 0px 20px;
    }

    .footer-cta-form-dev button {
        width: 100%;
    }

     #footer_lead_form_dev>.row div {
        padding: 1% 4% !important;
        box-sizing: border-box;
    }
    
    
     .footer iframe {
        min-height: 348px;
    }
    
    .footer-bottom-skdev {
        padding-top: 25px;
        padding-bottom: 16px;
    }
    
    .form-mail-icon-dev {
        left: 48px;
        top: 24px;
    }
    
    .form-clm-dev input {
        padding: 19px 10px 19px 50px;
    }
    
    .footer_cont_info_dev {
        display: flex;
        justify-content: space-around;
    }
    
    .footer-flex-container-skdev {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 15px 40px 15px 40px;
    }
    
    
    
    .footer-flex-container-skdev h6 {
        padding: 0;
        width: unset;
    }
    
    .footer_cont_info_dev {
        flex-direction: column;
    }
    
    .footer-flex-container-skdev {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    
    .footer-mdjhd {
        padding: 48px 0 28px 0;
    }
    
    .footer-main {
        padding-bottom: 36px;
    }
    
    .footer-cont-info-mdjhd {
        gap: 32px;
    }
    
    .footer-desc-box-mdjhd {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }
    
    .footer-bottom-mdjhd {
        padding-top: 24px;
    }
    
    .footer-menu-box-mdjhd {
        gap: 40px;
    }
    
     .footer-slo-mdjhd {
        font-size: 36px;
    }
    
    .footer-top-box-mdjhd {
        flex-direction: column;
        align-items: start;
        gap: 16px;
        margin-bottom: 20px;
    }


}


@media (max-width: 767px) {
     .footer {
        text-align: center;
    }
    
    .footer .footer-flex-skdev {
        justify-content: center;
    }
    
    .footer-middle-left-skdev>.footer-middle-left-content-skdev {
        margin: 0 auto;
    }
    
     .footer-middle-left-skdev>.footer-middle-left-content-skdev {
        margin: 0 auto;
    }

    .footer-flex-container-skdev {
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .footer-flex-container-skdev>h6 {
        width: 100%;
        padding: 40px 20px 0px 20px;
    }

    .footer-cta-form-dev button {
        width: 100%;
        padding: 10px;
    }
    
    .form-clm-dev input {
        padding: 12px 12px 12px 50px;
    }

    #footer_lead_form_dev>.row div {
        padding: 1% 4% !important;
    }
    
     .footer iframe {
        min-height: 348px;
    }
    
    .footer-bottom-skdev {
        padding-top: 25px;
        padding-bottom: 16px;
    }
    
    .footer-images-skdev {
        gap: 20px;
    }
    
    .footer_menu_item {
        padding-left: 0%;
        margin-bottom: 20px;
    }
    
    .form-mail-icon-dev {
        left: 48px;
        top: 20px;
    }
    
    .footer-end-skdev .footer-end-content-skdev>p {
        padding-right: 0;
    }
    
    .footer-mdjhd {
        padding: 40px 0 24px 0;
    }
    
    .footer-main {
        padding-bottom: 32px;
    }
    
    .footer-bottom-mdjhd {
        padding-top: 20px;
    }
    
    .footer-cont-info-mdjhd {
        gap: 28px;
    }
    
    .footer-desc-box-mdjhd {
        gap: 24px;
        justify-content: flex-start;
    }
    
    .fooetr-bbox-inner-mdjhd {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    
     .footer-slo-mdjhd {
        font-size: 28px;
    }
    
    .footer2-cont-info-mdjhd {
        gap: 16px;
    }
    
    .footer-addr-span-mdjhd {
        display: block;
    }

}



@media (max-width: 575px) {
    .form-mail-icon-dev {
        left: 32px;
        top: 16px;
    }
}


@media (max-width: 380px) {
    .form-mail-icon-dev {
        top: 14px;
    }
}

/* Footer Styles End */



#subscription_form_res, #subscription_form_2_res, #subscription_form_3_res, #subscription_form_4_res {
    color: #FFFFFF;
    font-family: 'Myriad Pro Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 16px;
    margin: 0;
}

#subscription_form_2_res, #subscription_form_3_res {
    color: #000000;
}

#subscription_form_3_res {
    text-align: left;
}





.lph-cta-btn-box-mdjhd {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0px;
}

.lph-cta-btn-mdjhd {
    min-height: 59px;
    padding: 10px;
    max-width: 225px;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    color: #ffffff;
    background-color: #ffffff14;
    text-underline-offset: 4px;
    font-variant-numeric: lining-nums proportional-nums;
    gap: 10px;
}
.lph-cta-btn-mdjhd:hover{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #1e4488!important;
}



@media (max-width: 992px) {
     .lph-cta-btn-mdjhd {
        min-height: 52px;
        gap: 8px;
    }
}

@media (max-width: 767px) {
     .lph-cta-btn-mdjhd {
        min-height: 48px;
        gap: 6px;
    }
}


.ult-mdjhd {
    background: linear-gradient(180deg, transparent 60%, #A8D500 60%);
    border-radius: 3px 3px 3px 3px;
    width: fit-content;
}

.logo-link-mdjhd {
    display: inline-block;
}
