@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/manrope-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/manrope-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/manrope-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/manrope-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/bai-jamjuree-v13-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/bai-jamjuree-v13-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/bai-jamjuree-v13-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/bai-jamjuree-v13-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Bai Jamjuree';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus{
    outline: none !important;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Manrope';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

input::-moz-placeholder {
    color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

input:-moz-placeholder {
    color: var(--placeholdercolor);
}

html {
    scroll-behavior: smooth;
}

.post,
.page {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:empty {
    display: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


.edlng-header {
    width: 100%;
    padding: 15px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}

.edlng-header-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edlng-hdr-rite {
    width: 60%;
    text-align: right;
}

.edlng-hdr-rite-text {
    font-family: 'Bai Jamjuree';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px;
}

.edlng-hdr-rite-call {
    line-height: 0;
    margin: 0;
}

.edlng-hdr-rite-call a {
    font-family: 'Bai Jamjuree';
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;

}
.edlng-hdr-rite-call a:hover{
    color: #257fc5;
}

.edlng-bnr-sec {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 260px 0 130px;
    position: relative;
    z-index: 1;
}
.edlng-bnr-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #131313;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 52%;
    z-index: -1;
    pointer-events: none;
}

.edlng-bnr-blk h1 {
    font-family: 'Bai Jamjuree';
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: left;
    color: transparent;
    background: linear-gradient(50deg, #004479 0%, #257fc5 50%, #01487d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.edlng-bnr-blk p {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.edlng-bnr-blk p strong{
    font-weight: 400;
    color: #000000 ;
}
.edlng-snd-sec {
    padding: 70px 0;
}
.edlng-snd-blk{
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.edlng-snd-lft{
    width: 50%;
}


.edlng-snd-lft h2,.edlng-card-item h3,.edlng-thrd-rite h2{
    font-family: 'Bai Jamjuree';
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #00000d;
}



.edlng-snd-lft p,.edlng-thrd-rite p{
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 1.77;
    color: #131313;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    font-weight: 400;
}


.edlng-snd-lft ul{
    margin: 0 0 0px;
}
.edlng-snd-lft ul li{
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 1.77;
    color: #131313;
    letter-spacing: 0;
    font-weight: 400;
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}
.edlng-snd-lft ul li:last-child{
    margin-bottom: 0;
}
.edlng-snd-lft ul li:before {
    background-color: #131313;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 11px;
    border-radius: 50%;
}
.edlng-snd-blk-image img{
    display: block;
    width: 100%;
}
.edlng-snd-rite{
    width: 45%;
}
.edlng-form-blk{
    background-image: -webkit-linear-gradient(12deg, rgb(0, 68, 121) 0%, rgb(47, 127, 191) 50%, rgb(0, 68, 121) 100%);
}
.edlng-form {
    padding: 40px 50px;
}
.edlng-form p{
    font-family: 'Manrope';
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.edlng-form p.edlng-form-requrd{
    font-size: 18px;
    margin-bottom: 15px;
}

.edlng-form .gform_wrapper .gfield label{
    display: none;
}
.edlng-form .gform_wrapper .gfield {
    width: 100%;
    padding: 0;
    border: 0;
    margin: 0 0 12px;
    position: relative;
}
.edlng-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0px !important;
    justify-content: space-between;
    align-items: center;
}
.edlng-form .gform_wrapper .top_label input, .edlng-form .gform_wrapper select, .edlng-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #000000;
    background-color: rgb(255, 255, 255) !important;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Manrope';
    font-weight: 400;
    background: transparent;
    line-height: 120% !important;
    font-size: 18px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0 !important;
}
.edlng-form .gform_wrapper .top_label input::placeholder,  .edlng-form .gform_wrapper .top_label textarea::placeholder{
    color: #000000;

}
.edlng-form .gform_wrapper .top_label textarea{
    width: 100% !important;
    height: 130px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    min-block-size: 0px !important;
    margin: 0;
}

.edlng-form .gform_wrapper .gfield.gfield--type-textarea{
    margin: 0 0 20px;

}

.edlng-form .gform_wrapper .edlng-form-descpn,.edlng-form .gform_wrapper .edlng-form-descpn a, .edlng-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Manrope';
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
}
.edlng-form .gfield--type-checkbox .gchoice label{
    display: block;
}
.edlng-form .gform_wrapper .edlng-form-descpn a{
    color: #ffffff;
}
.edlng-form .gform_wrapper .edlng-form-descpn a:hover{
    color: #000000;

}

.edlng-form .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}

.edlng-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Manrope' !important;
    font-weight: 700 !important;
    width: auto !important;
    font-size: 20px !important;
    padding: 30px 65px !important;
    line-height: 1.1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    background: #ffffff !important;
    color: #19639e !important;
    z-index: 1;
    white-space: normal;
    text-align: center;
}
.edlng-form .gform_wrapper .top_label input[type="submit"]:hover {
    color: #ffffff !important;
    background-color: #131313 !important;

}

.edlng-form .gform_wrapper .gform-footer.gform_footer {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.edlng-form .gform_wrapper .gfield.gfield--type-checkbox{
    margin: 0 0 26px;
}
.edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_label {
    display: block;
    font-size: 20px;
    font-family: 'Manrope';
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0 0 12px;
}
.edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_required{
    display: none;
}

/*ERRROR*/
.edlng-form .gform_validation_errors {
    display: none !important;
}
.edlng-form .gfield_description{
    margin: 0px !important
}
.edlng-form .gfield_description.validation_message {
    position: absolute;
    bottom: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;    
    font-family: 'Manrope';
    color: #db3310;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
}
.edlng-form .gfield_description.instruction.validation_message {
    top: 5px;
    bottom: auto;
}

.edlng-form .gfield.gfield--type-checkbox .gfield_description.validation_message {
    bottom: -22px !important;
    left: 20px;
    right: auto !important;
}


.edlng-cards-sec {
    padding: 0px 0 70px;
}

.edlng-cards-blk{
    display: flex;
    justify-content: space-between;
}

.edlng-card-item{
    width: 48%;
    padding: 50px 40px;
    position: relative;
    border: 2px solid transparent;
    background-color: #181818;
    z-index: 0;
}
.edlng-card-item:hover {
    background-image: -webkit-linear-gradient(50deg, rgb(0, 68, 121) 0%, rgb(37, 127, 197) 50%, rgb(0, 68, 121) 100%);
    border: 2px solid #2f7fbf;
}

.edlng-card-item::after {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-image: -moz-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(47, 127, 191, 0) 0%, rgb(47, 127, 191) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%);
    z-index: -1;
}
.edlng-card-item h3 {
    font-family: 'Bai Jamjuree';
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #fff;
}
.edlng-card-item p{
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 0px 0;
    font-weight: 400;
}
.edlng-thrd-sec {
    padding: 0px 0 70px;
}
.edlng-thrd-sec-blk {
    display: flex;
    justify-content: space-between;
}
.edlng-thrd-lft{
    width: 30%;
}

.edlng-thrd-lft-image img{
    width: 100%;
    display: block;
}

.edlng-thrd-rite{
    width: 65%;
}
.edlng-footer-sec {
    padding: 30px 0px;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(0,68,121) 0%, rgb(37,127,197) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 68, 121) 0%, rgb(37, 127, 197) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,68,121) 0%, rgb(37,127,197) 100%);
}
.edlng-ftr-info p,.edlng-ftr-copyrights p{
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    font-weight: 600;
}
.edlng-ftr-info p span{
    color: #000000;
}
.edlng-ftr-info p a:hover,.edlng-ftr-copyrights p a:hover{
    color: #000000;

}
.edlng-ftr-info p.edlng-top-info{
    font-size: 20px;
}
.edlng-footer-sec .edlng-ftr-copyrights p{
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}



@media screen and (max-width:1440px) { 
    .container{ max-width: 1200px; }
    .edlng-hdr-logo { width: 310px; }
    .edlng-hdr-rite-text {font-size: 18px;}
    .edlng-bnr-blk p { font-size: 17px; }
    .edlng-bnr-blk h1 {font-size: 55px;}
    .edlng-bnr-sec{padding: 240px 0 115px;}
    .edlng-hdr-rite-call a {font-size: 32px;}

    .edlng-snd-lft p, .edlng-thrd-rite p {font-size: 17px;margin: 0 0 18px 0;}
    .edlng-snd-lft ul li { font-size: 17px; padding-left: 17px; margin: 0 0 13px; }
    .edlng-snd-lft ul li:before {width: 9px;height: 9px;top: 10px;}
    .edlng-snd-blk { margin: 0 0 45px; }
    .edlng-snd-sec { padding: 60px 0; }
    .edlng-form p {font-size: 20px;margin: 0 0 13px 0;}
    .edlng-form p.edlng-form-requrd { font-size: 17px; }

    .edlng-form .gform_wrapper .top_label input, .edlng-form .gform_wrapper select, .edlng-form .gform_wrapper .top_label textarea {font-size: 17px !important;padding: 19px 18px !important;}
    .edlng-form .gform_wrapper .top_label textarea{height: 120px !important;}
    .edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_label {font-size: 19px;}
    .edlng-form .gform_wrapper .edlng-form-descpn, .edlng-form .gform_wrapper .edlng-form-descpn a, .edlng-form .gfield--type-checkbox .gchoice label {font-size: 17px;}
    .edlng-form .gform_wrapper .top_label input[type="checkbox"] {width: 14px !important;height: 14px !important;margin: 1px 6px 0px 0 !important;}
    .edlng-form .gform_wrapper .top_label input[type="submit"] {font-size: 18px !important;padding: 28px 58px !important;}
    .edlng-card-item {padding: 45px 36px;}
    .edlng-snd-lft h2, .edlng-card-item h3, .edlng-thrd-rite h2 {font-size: 42px;margin: 0 0 18px;}
    .edlng-card-item p {font-size: 17px;}
    .edlng-cards-sec {padding: 0px 0 60px;}
    .edlng-thrd-sec { padding: 0px 0 60px; }

    .edlng-ftr-info p, .edlng-ftr-copyrights p {font-size: 17px;margin: 0 0 10px 0;}
    .edlng-footer-sec .edlng-ftr-copyrights p {font-size: 16px;}
    .edlng-ftr-info p.edlng-top-info { font-size: 19px; }




}
@media screen and (max-width:1240px) { 
    .container{ max-width: 960px; }

    .edlng-hdr-logo { width: 260px; }
    .edlng-hdr-rite-text { font-size: 15px; }
    .edlng-bnr-blk p { font-size: 15px; }
    .edlng-bnr-blk h1 { font-size: 45px; }
    .edlng-hdr-rite-call a { font-size: 26px; }
    .edlng-header {padding: 12px 0 0;} 
    .edlng-bnr-sec { padding: 180px 0 80px; }
    .edlng-snd-sec { padding: 45px 0; }
    .edlng-snd-lft h2, .edlng-card-item h3, .edlng-thrd-rite h2 { font-size: 32px; margin: 0 0 14px; }
    .edlng-snd-lft p, .edlng-thrd-rite p { font-size: 15px; margin: 0 0 13px 0; }
    .edlng-snd-lft ul li { font-size: 15px; padding-left: 14px; margin: 0 0 8px; }
    .edlng-snd-lft ul li:before { width: 7px; height: 7px; top: 9px; }
    .edlng-snd-blk { margin: 0 0 35px; }
    .edlng-form { padding: 30px 35px; }
    .edlng-form p { font-size: 17px; margin: 0 0 10px 0; }
    .edlng-form p.edlng-form-requrd { font-size: 15px; }
    .edlng-form .gform_wrapper .top_label input, .edlng-form .gform_wrapper select, .edlng-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 16px 15px !important; }
    .edlng-form .gform_wrapper .top_label textarea {height: 105px !important;}
    .edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_label { font-size: 17px; }
    .edlng-form .gform_wrapper .edlng-form-descpn, .edlng-form .gform_wrapper .edlng-form-descpn a, .edlng-form .gfield--type-checkbox .gchoice label { font-size: 15px; }
    .edlng-form .gform_wrapper .gform-footer.gform_footer {margin-top: 20px;}
    .edlng-form .gform_wrapper .top_label input[type="submit"] { font-size: 15px !important; padding: 20px 42px !important; }
    .edlng-form .gfield_description.validation_message {font-size: 12px;}
    .edlng-card-item { padding: 35px 28px; }
    .edlng-card-item p { font-size: 15px; } 
    .edlng-cards-sec { padding: 0px 0 45px; }
    .edlng-thrd-sec {padding: 0px 0 45px;}
    .edlng-footer-sec {padding: 26px 0px;}

    .edlng-ftr-info p, .edlng-ftr-copyrights p {font-size: 14px;margin: 0 0 6px 0;}
    .edlng-ftr-info p.edlng-top-info { font-size: 15px; }
    .edlng-footer-sec .edlng-ftr-copyrights p { font-size: 13px; }

}
@media screen and (max-width:991px) { 
    .container{ max-width: 720px; }

    .edlng-hdr-logo { width: 220px; }
    .edlng-hdr-rite-text { font-size: 14px; margin: 0 0 8px; }
    .edlng-hdr-rite-call a { font-size: 22px; }
    .edlng-header { padding: 14px 0; position: relative; background-color: #000; }
    .edlng-bnr-sec { padding: 50px 0; }
    .edlng-bnr-blk h1 { font-size: 32px; }
    .edlng-bnr-blk p { font-size: 14px; }
    .edlng-snd-sec { padding: 40px 0; }
    .edlng-snd-blk { margin: 0 0 30px; flex-direction: column; align-items: center; } 
    .edlng-snd-lft { width: 100%; margin: 0 0 25px; }
    .edlng-snd-rite { width: 100%; } 
    .edlng-form { padding: 26px 30px; }
    .edlng-form p { font-size: 15px; margin: 0 0 8px 0; }
    .edlng-form p.edlng-form-requrd { font-size: 14px; }
    .edlng-form .gform_wrapper .top_label input, .edlng-form .gform_wrapper select, .edlng-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 14px 14px !important; }
    .edlng-snd-lft h2, .edlng-card-item h3, .edlng-thrd-rite h2 { font-size: 30px; margin: 0 0 12px; }
    .edlng-form .gform_wrapper .gfield {margin: 0 0 9px;}
    .edlng-form .gform_wrapper .top_label textarea { height: 95px !important; }
    .edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_label { font-size: 15px; }
    .edlng-form .gform_wrapper .edlng-form-descpn, .edlng-form .gform_wrapper .edlng-form-descpn a, .edlng-form .gfield--type-checkbox .gchoice label { font-size: 14px; }
    .edlng-form .gform_wrapper .top_label input[type="checkbox"] { width: 13px !important; height: 13px !important; margin: 1px 6px 0px 0 !important; }
    .edlng-form .gform_wrapper .gfield.gfield--type-checkbox { margin: 0 0 22px; } 
    .edlng-form .gform_wrapper .top_label input[type="submit"] { font-size: 14px !important; padding: 17px 30px !important; }
    .edlng-card-item { padding: 30px 26px; width: 100%; }
    .edlng-cards-blk { flex-direction: column; gap: 20px; }
    .edlng-cards-sec { padding: 0px 0 40px; }
    .edlng-thrd-sec { padding: 0px 0 40px; }
    .edlng-footer-sec { padding: 24px 0px; }

    .edlng-header-blk { gap: 30px; }
    .edlng-ftr-info p, .edlng-ftr-copyrights p { margin: 0 0 10px 0; }


}
@media screen and (max-width:767px) { 
    .container{ max-width: 100%;padding: 0 15px; }
    .edlng-thrd-sec-blk { flex-direction: column; align-items: center; }
    .edlng-thrd-lft { width: 100%; max-width: 400px; margin: 0 0 20px; }
    .edlng-thrd-rite { width: 100%; text-align: center; } 
    .edlng-thrd-sec { padding: 0px 0 30px; }


}
@media screen and (max-width:650px) { 

    .edlng-header-blk { gap: 30px; flex-direction: column; }
    .edlng-hdr-rite { width: 100%; text-align: center; }
    .edlng-hdr-logo { width: 100%; max-width: 240px; }
    .edlng-bnr-sec { padding: 40px 0; }
    .edlng-bnr-blk h1 { font-size: 30px; }
    .edlng-snd-lft h2, .edlng-card-item h3, .edlng-thrd-rite h2 { font-size: 28px; margin: 0 0 12px; }
    .edlng-form { padding: 22px 25px; }
    .edlng-form .gform_wrapper .top_label input[type="submit"] { font-size: 13px !important; padding: 15px 25px !important; }

    .edlng-ftr-info p.edlng-top-info { font-size: 14px; } 
    .edlng-ftr-info p, .edlng-ftr-copyrights p { margin: 0 0 10px 0; font-size: 13px; }
    .edlng-footer-sec .edlng-ftr-copyrights p { font-size: 12px; }
    .edlng-snd-sec { padding: 30px 0; }
    .edlng-cards-sec { padding: 0px 0 30px; }
    .edlng-thrd-sec { padding: 0px 0 20px; }
    .edlng-cards-blk { gap: 15px; }


    .edlng-form .gfield_description.validation_message { font-size: 11px;bottom: 2px; }
    .edlng-form .gfield.gfield--type-checkbox .gfield_description.validation_message { bottom: -20px !important; left: 19px; }
    .edlng-form .gform_wrapper .gfield.gfield--type-textarea { margin: 0px 0 16px; }
    .edlng-form .gform_wrapper .gfield { margin: 0 0 7px; }


}
@media screen and (max-width:480px) { 


    .edlng-bnr-blk h1 { font-size: 27px; }
    .edlng-snd-lft h2, .edlng-card-item h3, .edlng-thrd-rite h2 { font-size: 25px; margin: 0 0 10px; }
    .edlng-snd-lft p, .edlng-thrd-rite p { font-size: 14px; margin: 0 0 13px 0; }
    .edlng-snd-lft ul li { font-size: 14px; padding-left: 14px; margin: 0 0 6px; }
    .edlng-form p { font-size: 14px; margin: 0 0 8px 0; }
    .edlng-form p.edlng-form-requrd { font-size: 13px; }
    .edlng-form .gform_wrapper .gfield.gfield--type-checkbox .gfield_label { font-size: 14px; margin-bottom: 10px; }
    .edlng-form .gform_wrapper .edlng-form-descpn, .edlng-form .gform_wrapper .edlng-form-descpn a, .edlng-form .gfield--type-checkbox .gchoice label { font-size: 13px; }
    .edlng-form .gform_wrapper .gform-footer.gform_footer { margin-top: 18px; }
    .edlng-form { padding: 18px 12px; }
    .edlng-form .gform_wrapper .top_label input, .edlng-form .gform_wrapper select, .edlng-form .gform_wrapper .top_label textarea { font-size: 13px !important; padding: 10px 12px !important; }
    .edlng-form .gform_wrapper .top_label textarea { height: 85px !important; }
    .edlng-form .gform_wrapper .top_label input[type="submit"] { font-size: 12px !important; padding: 13px 20px !important; }
    .edlng-card-item p { font-size: 14px; }
    .edlng-card-item { padding: 25px 18px; }
    .edlng-snd-lft { margin: 0 0 20px; }
    .edlng-hdr-rite-call a { font-size: 20px; }

    .edlng-bnr-sec { padding: 35px 0; }


}


