.blogs{
    margin-top: 20px;
}
.blog-img{
    text-align: center;
}
.blog-col {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 40px;
}

.social a{
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #222222;
    border-radius: 100px;
}
.social a img {
    border: none;
    margin-top: 10px;
}
.social a:hover{
    background: #0067ac;
}

.service .span3 h1{
    font-size: 24px;
    color: #0067ac;
    text-transform: uppercase;
}
.service h1 a {
    text-decoration: none;
}

.headtag{
    color: #fff;
    text-align: center;
}

.ftrlinks{
    clear:both;
    float: right;
}
.ftr_bgclr .span3 ul.ftrlinks li{
    float: none;
}
.ftr_bgclr .span3 ul.ftrlinks li a{
    width: 100%;
    height: auto;
    text-align: right;
    margin: 5px 0;
    background: none;
}


#submitModal.modal {
    position: fixed;
    top: 5%;
    left:0;
    z-index: 1050;
    width: 560px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
            max-width: 95%;
            right: 0;
            margin: auto;

}
#submitModal .modal-footer{
    display: flex;
}
#submitModal .modal-header .close{
    color: #fff;
    opacity: 1;
}
.multi-step .modal-footer .btn-next {
    background: #0067ac;
}
.multi-step .modal-footer .btn-prev {
    background: #0067ac;
}
.multi-step .btn-submit {
    background: #0067ac;
}
.multi-step .modal-footer .btn-skip {
    background: #ffc107;
}
.checkbox label, .radio label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
    float: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#submitModal .modal-body {

    max-height: 360px;

}
#submitModal .form-group {
    margin-bottom: 1rem;
}
#submitModal .form-group label{
    width: 100%;
    font-size: 14px;
}
#submitModal .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.multi-step .btn:hover {
    background: #0067ac;
    background-position: 100% 100%;
}
.multi-step .modal-header .modal-steps .step.completed .dot, .multi-step .modal-header .modal-steps .step.completed:after, .multi-step .modal-header .modal-steps .step.current .dot, .multi-step .modal-header .modal-steps .step.current:after {
    border-color: #E77817;
    background:#E77817; 
}
.multi-step .modal-header .modal-steps .step.completed .dot:before {
    background-color: #E77817;
}
.multi-step .modal-header .modal-title{
    font-size: 18px;
}
.multi-step .modal-header{
    background: #0067ac;
}

.step .label{
	background: none !important;
}

@media only screen and (max-width: 440px){
	.multi-step .modal-header .modal-title {
	    font-size: 15px;
	}

	.multi-step .modal-header .modal-steps .step .label{
		font-size: 11px;
	}
}
@media only screen and (max-width: 320px){
	#submitModal.modal{
		top: 1%; 
	}
}

/* ================================
   MEGA MENU STYLES - UPDATED
   ================================ */

/* Parent container for positioning */
.mega-menu-parent{
    position:relative;
}

/* Main dropdown container - NO SCROLL, fully expanded, optimized for screen space */
.mega-menu{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    width:auto;
    max-width:none;
    background:#fff;
    display:none;
    z-index:1000;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
    border-top:2px solid #2b6cb0;
    height:auto;
    min-height:200px;
    overflow:visible;
    margin:0 15px;
}

/* Show dropdown on hover */
.mega-menu-parent:hover .mega-menu{
    display:block;
}

/* Content container with flex layout - optimized spacing */
.mega-menu-content{
    display:flex;
    justify-content:space-between;
    padding:15px 20px;
    gap:20px;
    height:auto;
    min-height:180px;
    overflow:visible;
    max-width:1400px;
    margin:0 auto;
}

/* Individual section */
.mega-menu-section{
    flex:1;
    min-width:150px;
    padding:0 8px;
}

/* Section title */
.mega-menu-title{
    font-size:12px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
    display:flex;
    align-items:center;
    gap:5px;
    padding-bottom:5px;
    border-bottom:1px solid #e0e0e0;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

/* Section icon */
.mega-menu-title i{
    font-size:12px;
    width:14px;
    text-align:center;
    color:#2b6cb0;
}

/* Menu list */
.mega-menu-list{
    list-style:none;
    padding:0;
    margin:0;
}

/* List items */
.mega-menu-list li{
    margin-bottom:2px;
}

/* Links - more compact */
.mega-menu-list li a{
    font-size:11px;
    color:#555;
    text-decoration:none;
    display:block;
    line-height:1.4;
    padding:3px 6px;
    transition:all 0.1s ease;
    border-radius:2px;
}

/* Hover state */
.mega-menu-list li a:hover{
    color:#2b6cb0;
    background:#f0f7ff;
    border-left:2px solid #2b6cb0;
    padding-left:10px;
}

/* Active state */
.mega-menu-list li a.active{
    color:#2b6cb0;
    font-weight:600;
    background:#e6f0fa;
    border-left:2px solid #2b6cb0;
}

/* ================================
   RESPONSIVE BREAKPOINTS
   ================================ */

/* Tablet */
@media only screen and (max-width: 768px){
    .mega-menu{
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100vh;
        max-width:none;
        margin:0;
        transform:none;
        border-top:none;
        overflow-y:auto;
        z-index:9999;
    }
    
    .mega-menu-content{
        flex-direction:column;
        padding:12px 15px;
        gap:12px;
        max-width:none;
    }
    
    .mega-menu-section{
        min-width:auto;
        padding:0;
    }
    
    .mega-menu-title{
        font-size:13px;
        margin-bottom:6px;
    }
    
    .mega-menu-list li a{
        font-size:12px;
        padding:4px 8px;
    }
}

/* Mobile */
@media only screen and (max-width: 480px){
    .mega-menu{
        margin:0;
    }
    
    .mega-menu-content{
        padding:10px 12px;
        gap:10px;
    }
    
    .mega-menu-title{
        font-size:12px;
        margin-bottom:5px;
    }
    
    .mega-menu-list li a{
        font-size:11px;
        padding:3px 6px;
    }
    
    .mega-menu-section{
        margin-bottom:3px;
    }
}

/* ================================
   MEGA MENU V2 STYLES
   Clean design with proper left alignment
   ================================ */

/* Parent container */
.mega-menu-parent{
    position:relative;
}

/* Main dropdown - full width, clean design */
.mega-menu{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    width:auto;
    max-width:none;
    background:#ffffff;
    display:none;
    z-index:1000;
    box-shadow:0 6px 20px rgba(0,0,0,0.15);
    border-top:3px solid #2b6cb0;
    height:auto;
    min-height:220px;
    overflow:visible;
    margin:0;
    padding:25px 30px;
}

/* Show on hover */
.mega-menu-parent:hover .mega-menu{
    display:block;
}

/* Content container */
.mega-menu-content{
    display:flex;
    justify-content:flex-start;
    gap:40px;
    max-width:1400px;
    margin:0 auto;
    padding:0;
}

/* Individual column */
.mega-menu-column{
    flex:0 0 auto;
    min-width:200px;
}

/* Column header */
.mega-menu-header{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:2px solid #2b6cb0;
}

.mega-menu-header i{
    font-size:16px;
    color:#2b6cb0;
    width:20px;
    text-align:center;
}

.mega-menu-header h3{
    font-size:14px;
    font-weight:700;
    color:#222;
    margin:0;
    text-transform:uppercase;
    letter-spacing:0.5px;
}

/* Links list */
.mega-menu-links{
    list-style:none;
    padding:0;
    margin:0;
}

.mega-menu-links li{
    margin-bottom:6px;
}

.mega-menu-links li a{
    font-size:12px;
    color:#555;
    text-decoration:none;
    display:block;
    line-height:1.5;
    padding:5px 0 5px 15px;
    position:relative;
    transition:all 0.15s ease;
    border-left:2px solid transparent;
}

.mega-menu-links li a i{
    font-size:8px;
    margin-right:8px;
    color:#2b6cb0;
    width:10px;
    text-align:center;
}

.mega-menu-links li a:hover{
    color:#2b6cb0;
    background:#f0f7ff;
    border-left-color:#2b6cb0;
    padding-left:20px;
}

.mega-menu-links li a:hover i{
    color:#2b6cb0;
}

/* Active state */
.mega-menu-links li a.active{
    color:#2b6cb0;
    font-weight:600;
    background:#e6f0fa;
    border-left-color:#2b6cb0;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */

/* Tablet */
@media only screen and (max-width: 768px){
    .mega-menu{
        position:fixed;
        left:0;
        top:0;
        width:100%;
        height:100vh;
        max-width:none;
        margin:0;
        padding:20px;
        overflow-y:auto;
        z-index:9999;
    }
    
    .mega-menu-content{
        flex-direction:column;
        gap:25px;
    }
    
    .mega-menu-column{
        min-width:auto;
    }
    
    .mega-menu-header h3{
        font-size:15px;
    }
    
    .mega-menu-links li a{
        font-size:13px;
        padding:6px 0 6px 20px;
    }
}

/* Mobile */
@media only screen and (max-width: 480px){
    .mega-menu{
        padding:15px;
    }
    
    .mega-menu-content{
        gap:20px;
    }
    
    .mega-menu-header{
        margin-bottom:12px;
        padding-bottom:8px;
    }
    
    .mega-menu-header h3{
        font-size:14px;
    }
    
    .mega-menu-links li a{
        font-size:12px;
        padding:5px 0 5px 18px;
    }
    
    .mega-menu-links li{
        margin-bottom:5px;
    }
}