@font-face {
    font-family: 'Georgia-Bold';
    src: url('../fonts/Georgia-Bold.eot');
    src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype'),
        url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}  
body{font-family: "Albert Sans", sans-serif;font-size: 16px;color:#1a2430;}
p+p{margin-top: 30px;}
.primaryColor{color: #081e3b;}
.primaryBg{background-color:#081e3b;color:#fff}
.secondaryBg{background-color:#f7f6f5;}
.tertiaryBg{background-color:#2b4b7a;color:#fff} 
.head_title{font-family: "Source Sans 3", sans-serif;font-size: 49px;line-height: 1;}
.main_title{font-family: "Source Sans 3", sans-serif;font-size: 44px;line-height: 1;} 
.logo{max-width: 200px;}
.call a{font-size: 39px;font-family: "Source Sans 3", sans-serif;line-height: 1.2;}
.call span{color: #2B4B7A;text-align: center;} 
.overlay:before{content: '';background-color: rgba(43, 75, 112, .65);position: absolute;left:0;top:0;width:100%;height: 100%;z-index: 1;}
.quot{font-family: 'Georgia-Bold';font-size: 140px;line-height: 1;}
.client_content p{font-size: 20px;font-weight:500;position: relative;top:-30px}
.client_name{margin:0px 0 50px;font-size: 15px;}
.owl-theme .owl-dots{text-align: left;}
.owl-theme .owl-dots .owl-dot span{width: 20px;height: 20px;background: rgba(255, 255, 255, .18);}
.help_blue {width: 130px;height: 130px;position: relative;top: -30px;background-color: #2b4b7a;}
.help h3{font-family: "Source Sans 3", sans-serif;font-size:30px;margin: 10px 0 30px;line-height: 1.2;}
.trust_blue{background-color: #2b4b7a;}
.primaryBg_text p{font-size: 17px;} 
.half-sec-holder{min-height: 300px;}
.half_sec {max-width: 600px;margin-inline: auto;}
.custom-btn{border: 2px solid #081e3b;font-size: 17px;}
.custom-btn:hover{background-color: transparent;color: #081e3b;}
.justice_sec p{font-size: 19px;}
.justice_sec h5{font-size: 21px;color:#6583A8;font-size: 600;}
.trust {min-height: 200px;}
.trust h5{font-size: 21px;font-weight: 500;}
.map_sec p{font-size: 17px;}
.contact_form_inr{max-width:500px;}
.contact_form h5{font-size: 26px;font-family: "Source Sans 3", sans-serif;} 
.contact_sec h5{font-size: 26px;font-weight: 600;line-height: 1.3;}
.contact_form .gfield_label{display: none;}
.contact_form .gfield{margin-bottom:12px;}
.contact_form input,.contact_form textarea{width: 100%;padding: 12px 12px 12px 30px;}
.contact_form textarea{height: 100px;}
.contact_form input[type="submit"]{background-color:#081e3b;color:#fff;border-radius: 30px;font-size: 15px;font-weight: 600;cursor: pointer;}
.contact_form input[type="submit"]:hover{background-color:rgba(8, 30, 59, .9);}
.ftr-links{font-size: 14px;}
.ftr-links h5{font-size: 15px;}
.ftr-links ul{min-width: 200px;}
.ftr-links ul li{margin-bottom: 20px;}
.ftr-links ul li:last-child {margin-bottom: 0;}
.copy{border-top:1px solid #dddad9}
a[href^="tel:"]{white-space: nowrap;}
p.help-sub{font-size: 18px;}
.injury_slide_holder{max-width:1200px;margin: 0 auto;}
#injury_slide{text-align: center;}
#injury_slide h4{font-family: "Source Sans 3", sans-serif;font-size:32px;font-weight: 500;line-height: 1.3;}
.injury_slide_holder+h6{font-size: 20px;}
.img_sec {display: -webkit-flex;-webkit-align-items: center;flex-wrap: wrap;}
/* Custom Modal */
.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 90%); 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.custom-modal-dialog {
    max-width: 820px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}
.custom-modal-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    overflow: hidden;
}
.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #416fe9;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}
.custom-modal {
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
body.modal-open {overflow: hidden;}
body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
}
.custom-modal .custom-modal-dialog{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 575.98px) {}
/* End Custom Modal */


@media(min-width:768px){
    .miami_1 .logo {max-width: 300px;}
}
@media(min-width:1024px){
    .left-border{border-left: 1px solid rgba(255, 255, 255, .20);}
}
@media(min-width:1280px){
    .half-sec-holder{min-height: 600px;} 
    .main{padding: 0 40px;margin: 0 auto;}
}
@media(min-width:1360px){
    .main{padding: 0 60px;}
}
@media(min-width:1600px){
.head_title{font-size:60px;}
}
@media(min-width:1800px){
    .main{padding: 0 80px;}
}
@media(min-width:2200px){
    .main{padding: 0 100px;}
    .img_sec{min-height: 700px;}
}
@media(min-width:2400px){
    .img_sec{min-height: 780px;}
}
@media(min-width:3500px){
.img_sec{min-height: 1160px;}
}
@media(max-width:1279px){
.contact_sec h5,.contact_form h5{font-size: 22px;}
#injury_slide h4{font-size: 27px;}
.head_title{font-size:41px;}
}
@media(max-width:1023px){
    .main_title{font-size: 36px;}
    img.icon{max-width: 50px;}
    .contact_sec_inr{max-width: 450px;margin: 0 auto;}
    .head_title{font-size:30px;}
}
@media(max-width:767px){
    .main_title{font-size: 30px;}
    .contact_sec h5,.contact_form h5{font-size: 20px;}
    .footer_inr{max-width: 450px;margin:0 auto}
}
@media(max-width:480px){
    .nxt_before:before{display: none;}
    #injury_slide h4{font-size: 25px;}
    .custom-modal-content{padding-inline: 10px;}
}
@media(max-width:400px){
    .custom-modal{padding-inline: 10px;}
    .custom-modal-content{padding-inline: 5px;}
}