@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CopperplateGothic-Bold';
    src: url('fonts/CopperplateGothic-Bold.woff2') format('woff2'),
        url('fonts/CopperplateGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CopperplateGothic-Light';
    src: url('fonts/CopperplateGothic-Light.woff2') format('woff2'),
        url('fonts/CopperplateGothic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

img{max-width:100%;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline:0;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: pointer;text-decoration:none;transition:all 0.5s ease;}
a:focus, a:hover{text-decoration:none;outline:0;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}
abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}
b, strong
{
    font-family: 'Lato-Bold';
}
body
{
    font-family: 'Lato-Regular';
}
.p_0{
    padding: 0px;
}
.pl-0{
    padding-left: 0px;
}
.main{
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1270px;
    margin: 0px auto;
}
.d-flex
{
    display: flex;
    flex-wrap: wrap;
}


.header
{
    width: 100%;
    border-bottom:2px solid #333;
}
.header-main
{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    padding:25px 0;
}
.logo 
{
    width:auto;
}
.logo img 
{
    width:auto;
    height:auto;
    object-fit:contain;
}
.header-right
{
    width: auto;
}
.header-right a 
{
    width:auto;
    max-width:fit-content;
    padding:13px 40px;
    border-radius:50px;
    border: 2px solid #000;
    font-family: 'Lato-Regular';
    font-size:30px;
    color:#000;
    line-height:1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header-right a:hover
{
    background-color:#000;
    color:#fff;
}
.header-right a i 
{
    margin-right:20px;
}
.fa-phone
{
    transform: rotate(90deg);
}
.banner .banner-cnt h2
{
    font-family: 'CopperplateGothic-Bold';
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow:0 0px 20px #114b75;
}
.banner .banner-cnt .button a
{
    font-family: 'Lato-Regular';
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #226291;
    border-radius: 35px;
    width: 452px;
    height: 70px;
    margin: auto;
    border: 2px solid #226291;
}
.banner .banner-cnt .button a:hover
{
    background: rgba(255, 255, 255, 0.70);
    color: #226291;
}
.banner .banner-cnt h4
{
    font-size: 48px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'CopperplateGothic-Bold';
    margin: 30px 0 40px;
    text-align: center;
    text-shadow:0 0px 20px #114b75;
    font-style: italic;
}
.banner,
.banner .container
{
    position: relative;
}
.banner .banner-cnt
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 700px;
}
.banner .bg-image
{
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.banner .bg-image:before
{
    content: '';
    position: absolute;
    background: rgba(41,102,147,0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.referral 
{
    margin: 100px 0;
}
.referral .content
{
    background: #347aad;
    border-radius: 50px;
    width: 100%;
    height: auto;
    text-align: center;
    padding:60px 60px 33px;
}
.referral .content h3
{
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Lato-Bold';
    text-align: center;
    margin-bottom: 50px;
}

.referral .drop-zone 
{
    max-width: 100%;
    height: 186px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #555555;
    border-radius: 30px;
   background: #ffffff;
    flex-direction: column;
    flex-wrap: wrap;
}
.referral .drop-zone .drop-zone__prompt
{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family:'Lato-Regular';
}
.referral .drop-zone h4
{
    width: 320px;
    height: 70px;
    background: #296693;
    border: 2px solid #333333;
    border-radius: 35px;
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight:900;
    font-family: 'Lato-Black';
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.referral .drop-zone--over 
{
    border-style: solid;
}

.referral .drop-zone__input 
{
    display: none;
}

.referral .drop-zone__thumb 
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.referral .drop-zone__thumb::after 
{
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.referral .content .form-section .box input
{
    width: 47%;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 2px solid #333333;
    font-size: 24px;
    color: #000000;
    font-family: 'Lato-Regular';
    font-weight: 400;
    margin: 15px 0;
    padding:0 25px 0 50px;
}
.referral .content .form-section .box input::placeholder
{
    color: #000000;
}
.referral .content .form-section .box
{
    justify-content: space-between;
}
.referral .content .form-section .box .p-number
{
    width: 100%;
}
.referral .content .form-section .box-two
{
    text-align: left;
    margin: 20px 0 50px 50px;
}
.referral .content .form-section .box-two label
{
    font-size: 24px;
    color: #010101;
    font-weight: 700;
    font-family: 'Lato-Bold';
}
.referral .content .form-section input[type=radio]
{
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}
.referral .content .form-section .box-two .sub-box
{
    margin: 10px 0;
}
.referral .content .form-section .box-two span
{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    font-family: 'Lato-Regular';
}
.referral .content .form-section .location-box select
{
    width: 100%;
    margin: 39px 0 29px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #333333;
    background: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato-Regular';
    color: #000000;
    padding: 0 50px;
    appearance: none;
}
.select-box{
    margin-bottom: 30px;
}
.referral .content .form-section .location-box
{   
    position: relative;
}
.referral .content .form-section .location-box:after
{
    content: '';
    background-image: url('../images/Shape 2.png');
    position: absolute;
    z-index: 1111111;
    right: 3%;
    top: 50%;
    width: 19px;
    height: 13px;
    background-repeat: no-repeat;
}
.referral .content .form-section input:focus,
.referral .content .form-section select:focus
{
    border: 2px solid red;
    outline: 0;
}
.referral .content .form-section .notes textarea
{
    height: 180px;
    border: 2px solid #333333;
    border-radius: 30px;
    background: #ffffff;
    padding: 10px 50px;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family: 'Lato-Regular';
    width: 100%;
    margin-bottom: 30px;
}
.referral .content .form-section .box-six
{
    text-align: left;
    margin: 0 0 52px 50px;
    display: flex;
    align-items: baseline;
}
.referral .content .form-section .box-six span
{
    color: #000000;
    font-weight: 400;
    font-family: 'Lato-Regular';
    font-size: 20px;
}
.referral .content .form-section .box-six span .red
{
    color: #ff0000;
}
.referral .content .form-section .submit input
{
    width: 250px;
    height: 70px;
    border-radius: 35px;
    background: #ffffff;
    border: 2px solid #333333;
    font-size: 36px;
    text-transform: uppercase;
    color: #134c75;
    font-weight: 900;
    font-family: "Lato-Black";
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    transition: all 0.5s;
}
.referral .content .form-section .submit input:hover
{
    background: #000000;
    color: #ffffff;
    border-color: #ffffff;
}
.referral .content .form-section .policy a
{
    font-size: 30px;
    text-decoration: underline;
    color: #da0f0f;
    font-weight: 400;   
    font-family: "Lato-Regular";
}
.referral .content .form-section .policy
{
    text-align: left;
    margin-top: 40px;
}
.referral .content .form-section .policy a:hover
{
    color: #ffffff;
}


.footer
{
    position: relative;
    background: #347aad;
    height: 150px;
    align-content: end;
    text-align: center;
    margin-top: 100px;
}
.footer .main-box
{
    height: 275px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid #333333;
    display: flex;
    align-items: center;
    width: 85%;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -35%;
    left: 0;
    right: 0;
}
.footer .main-box h3
{
    font-size: 48px;
    line-height: 36px;
    color: #010101;
    font-weight: 700;
    font-family: "Lato-Bold";
    margin-bottom:15px;
}
.footer .main-box p
{
    font-size: 24px;
    line-height: 36px;
    color: #010101;
    font-weight: 400;
    font-family: "Lato-Regular";
}
.footer .main-box .mail
{
    position: relative;
    margin-top: 35px;
}
.footer .main-box .mail form
{
    width: fit-content;
}
.footer .main-box .mail input
{
    width: 570px;
    height: 70px;
    border-radius: 35px;
    background-color: #ececeb;
    border: 2px solid #333333;
    padding: 0 70px 0 50px;
    font-size: 24px;
    color: #333333;
    font-style: italic;
    font-weight: 400;
    font-family: "Lato-Regular";
}
.footer .main-box .mail .h4
{
    font-size: 28px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Lato-Black';
    text-transform: uppercase;
    width: 250px;
    height: 70px;
    border-radius: 35px;
    background-color: #296693;
    border: 2px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    transition: all 0.5s;
    padding: 0;
}
.footer .main-box .mail .h4:hover
{
    background: #000000;
}
.footer .icons 
{
    justify-content: space-around;
    width: 30%;
    margin: auto;
    margin-bottom: 45px;
}
.footer .icons a:hover
{
    
    transform: scale(1.2);
}
.footer .box
{
    justify-content: center;
    margin-bottom: 50px;
}
.footer .box a,
.footer .box span
{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Lato-Regular";
    margin: 0 10px;
}
.footer .box a
{
    position: relative;
}
.footer .box a:before
{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: red;
    bottom: 0;
    transition: width 0.6s;
    display: block;
}
.footer .box a:hover:before
{
    width: 100%;
}
.footer .box a:hover
{
    color: #000000;
}
input[type="checkbox"]{
    transform: scale(1.5);
}

#text_field, #text_field_1{
    border-radius: 15px;
    padding: 3px;
    
}

.fw-semibold{
    font-weight: 600 !important;
}

.area-cls-main li
{
    position: relative;
}
.area-cls-main li:before
{
    content: '';
    background-color: #004f9e;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%
}