/* Banner Section */
.banner-sec {
    padding: 340px 0 120px;
    text-align: center;
    position: relative;
}
.banner-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to top, #000 20%, transparent 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 80%;
}
.banner-sec .container {
    max-width: 100%;
    position: static;
    padding: 0 20px;
}
.hm-bann-vedio {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hm-bann-vedio video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.hm-bann-btm-rgt {
    cursor: pointer;
}
.hm-bann-cnt {
    position: relative;
    z-index: 2;
}
.hm-bann-btm {
    position: absolute;
    bottom: 35px;
    left: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    z-index: 2;
}
.hm-bann-btm-lft #controlBtn {
    width: 21px;
    height: 27px;
    background-image: url(../images/bann-ply-btn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hm-bann-sub-title {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hm-bann-title {
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 87px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 40px;
}


.bann-popup-blck {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.bann-popup-blck.active {
  display: flex;
}

.bann-popup-cnt {
    background: #fff;
    padding: 100px;
    max-width: 100%;
    border-radius: 8px;
    position: relative;
    text-align: center;
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 20px;
}

.close-btn {
    position: absolute;
    top: -60px;
    right: 10px;
    cursor: pointer;
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 50px;
    color: #003d7e;
}
.hm-bann-btm-lft img{display: block;width: 100%;}
.hm-bann-btm-lft a {cursor: pointer;}

.hm-bann-btn a.cmn-btn {padding: 23px 18px;}


@media screen and (max-width:1800px) {
.banner-sec { padding: 300px 0 100px; }
.hm-bann-sub-title { font-size: 26px; margin: 0 0 10px; }
.hm-bann-title { margin: 0 0 30px; }

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

.banner-sec {padding: 290px 0 100px;}

.hm-bann-sub-title { font-size: 25px; margin: 0 0 10px; }
.hm-bann-btm { bottom: 45px; left: 80px; gap: 25px; }
 
}
@media screen and (max-width:1550px) {
.banner-sec { padding: 280px 0 100px; }
.hm-bann-sub-title { font-size: 24px; margin: 0 0 10px; }
.hm-bann-title { font-size: 70px; margin: 0 0 26px; }
.hm-bann-btm { bottom: 35px; left: 75px; gap: 25px; }

}
@media screen and (max-width:1440px) {
.hm-bann-sub-title { font-size: 23px; margin: 0 0 10px; }
.hm-bann-title { font-size: 60px; margin: 0 0 23px; }
.hm-bann-btm { bottom: 26px; left: 70px; gap: 20px; }

.bann-popup-cnt { padding: 80px 80px; border-radius: 8px; font-size: 20px; }

}
@media screen and (max-width:1366px) {
.banner-sec { padding: 150px 0 70px; }
.hm-bann-sub-title { font-size: 22px; margin: 0 0 10px; }
.hm-bann-title { font-size: 55px; margin: 0 0 20px; }
.hm-bann-btm { bottom: 19px; left: 60px; gap: 20px; }
 
}
@media screen and (max-width:1280px) {
.banner-sec { padding: 120px 0 60px; }
.hm-bann-sub-title { font-size: 20px; margin: 0 0 10px; }
.hm-bann-title { font-size: 45px; margin: 0 0 20px; }
.hm-bann-btm { bottom: 10px; left: 50px; gap: 15px; }

.bann-popup-cnt { padding: 70px 70px; border-radius: 8px; font-size: 19px; }
 
}
@media screen and (max-width:1024px) {
.banner-sec { padding: 100px 0 50px; }
.hm-bann-sub-title { font-size: 18px; margin: 0 0 7px; }
.hm-bann-title { font-size: 38px; margin: 0 0 15px; }
.hm-bann-btm {   bottom: 0px; left: 40px; gap: 15px; }

.bann-popup-cnt { padding: 40px 50px; border-radius: 8px; font-size: 17px; max-width: 420px; }
 
}
@media screen and (max-width:768px) {
.hm-bann-title { font-size: 28px; margin: 0 0 10px; }
.hm-bann-sub-title { font-size: 14px; margin: 0 0 7px; }
.banner-sec { padding: 60px 0 40px; }
.hm-bann-btm { bottom: 10px; left: 10px; gap: 15px; height: 20px; }
.hm-bann-btm-lft #controlBtn { width: 15px; height: 20px; display: flex; }
 
}
@media screen and (max-width:480px) {
.bann-popup-cnt { padding: 30px 20px; border-radius: 8px; font-size: 15px; max-width: 280px; }
 
}


/* HomePage Form Section Starts */
.form-top-sec .container {
    padding: 0 12%;
}

.frm-rgt.full{
	width:100%;
	text-align:center;
}

.fmly-chse-blck {
  /*  background-image: url(../images/family-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    position: relative;
}

.fmly-chse-blck:before {position: absolute; content: ""; background-image: url(../images/family-bg-img.webp); background-repeat: no-repeat; background-position: center bottom; background-size: cover; width: 100%; height: 89%; left: 0; top: 0; bottom: 0; right: 0; margin: auto;pointer-events:none; }


.hm-form-sec {
    padding: 140px 0;
}
.hm-form-sec .container {
    max-width: 1520px;
}
.frm-blck {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.frm-lft {
    width: 46.7%;
    padding: 50px 55px 60px;
    background-color: #EAEAEA;
}
.hm-ftr-frm-blcks-sec {
    background-image: url(../images/footer-panel-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.frm-rgt {
    width: 46%;
}

.frm-rgt p, .frm-rgt li{
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #191919;
    margin: 0 0 25px;
}
.frm-rgt p a, .frm-rgt li a{color: #2F6FB2;}
.frm-rgt p a:hover, .frm-rgt li a:hover{color: #191919;}


.frm-rgt-img img {
    width: 100%;
    display: block;
}
.frm-title {
    font-family: 'Cinzel';
    font-weight: 700;
    /* font-size: 70px;
    line-height: 1; */
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}
.frm-sub-title {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 3.9px;
    color: #575757;
    margin: 0 0 25px;
    text-align: center;
}
.ftr-frm .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    padding: 0 !important;
    font-family: 'Cinzel' !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
}

 p.gform_required_legend {
    display: none;
}
.ftr-frm .gfield select.large {
    appearance: none;
    display: flex;
    align-items: center;
}
.ftr-frm .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}
.gform-theme--foundation .gfield textarea.medium {
    height: 76px !important;
    resize: none !important;
}
.gform-theme--foundation .gfield textarea.medium {
    min-block-size: inherit !important;
}
.ftr-frm .gfield input, .ftr-frm .gfield textarea, .ftr-frm .gfield select, .ftr-frm .gform_wrapper.gravity-theme .gfield textarea {
    font-size: 16px !important;
    padding: 5px 16px !important;
    border: 1px solid #BABABA !important;
    outline: 0 !important;
    height: 52px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    font-family: 'Cinzel' !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
}
.ftr-frm .gfield label{
    font-size: 16px !important;
    font-family: 'Cinzel' !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
}
.form-text p {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0;
    text-align: center;
    color: #191919;
    margin: 0;
}
.ftr-frm .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}
.ftr-frm .gform_wrapper .gfield_required {
    display: none !important;
}
 .gform_title {
    display: none;
 }

.gchoice {
    text-align: right;
    width: fit-content;
    margin: 0 0 0 auto;
}
 
.gfield textarea.large {
    height: 140px !important;
    resize: none;
    min-height: auto !important;
}
 
.gfield input::placeholder,
.gfield textarea::placeholder {
    color: #000 !important;
}
 .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}
.form-links a,
.gfield-choice-input+label {
    font-family: 'Wix Madefor Text' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
}
 
.form-links {
    color: #fff;
}
 
.form-links a {
    cursor: pointer;
    text-decoration: none;
}
 
.form-links a:hover {
    color: #8ca3b7 !important;
}
 
.gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 0px 0px 13px !important;
    width: 15px !important;
    height: 15px !important;
}
 
.gform_fields.top_label {
    display: grid;
    column-gap: 15px !important ;
    row-gap: 18px !important;
}
 
#field_submit,
.gform-theme--foundation .gform_footer {
    display: flex !important;
    justify-content: center !important;
}
 
.gform_footer input[type="submit"] {
    padding: 23px 22px !important;
    font-family: 'Noto Sans Georgian' !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    border-radius: 0 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    background: #4D5C9C !important;
    color: #fff !important;
    border: 0 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    outline: none !important;
}
 
.gform_footer input[type="submit"]:hover {
    background: #000 !important;
     color: #fff !important;
}
.leave-blank{
    display: none !important;
}
.gchoice.gchoice_1_12_1 input {
    width: 15px !important;
    height: 15px !important;
}
 
.popup {
    max-width: 60%;
}
 
div#popup-container {
    position: relative;
}
 
div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
 
.gform_wrapper .gform_validation_errors {
    display: none !important;
}
 
.gform_wrapper .gfield {
    position: relative;
}
 
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
 
.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    font-family: var(--headingFont);
}
 
.gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}
fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -13px;
}
.popup {
    max-width: 100%;
}
 
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
 
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
 
.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
 
.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}


@media screen and (max-width:1800px) {
.frm-title { /* font-size: 65px;*/ margin: 0 0 25px; }
.hm-form-sec { padding: 120px 0; }

}
@media screen and (max-width:1680px) {
.hm-form-sec .container { max-width: 1314px; }

.hm-form-sec { padding: 100px 0; }
.frm-lft { padding: 45px 50px 55px; }
.frm-title {  font-size: 37px; margin: 0 0 20px; }
.frm-sub-title { font-size: 26px; letter-spacing: 2px; margin: 0 0 25px; }
.gform_footer input[type="submit"] { padding: 20px 22px !important; font-size: 19px !important; }

.frm-rgt p, .frm-rgt li {font-size: 19px;}
.form-top-sec .container {
    padding: 0 7%;
}
}
@media screen and (max-width:1550px) {
.hm-form-sec .container { max-width: 1212px; }

.hm-form-sec { padding: 90px 0; }
.frm-lft { padding: 40px 45px 50px; }
.frm-title { font-size: 35px; margin: 0 0 15px; }
.frm-sub-title { font-size: 24px; letter-spacing: 2px; margin: 0 0 25px; }
.ftr-frm .gfield input.large, .ftr-frm .gfield textarea.large, .ftr-frm .gfield select.large, .ftr-frm .gform_wrapper.gravity-theme .gfield textarea.medium { font-size: 15px !important; padding: 13px 16px !important;height: 42px !important; }
.ftr-frm .gform_wrapper.gravity-theme .gfield_label { font-size: 15px !important; margin-bottom: 6px !important; }
.gform_footer input[type="submit"] { padding: 17px 20px !important; font-size: 17px !important; }
.gform_wrapper .gfield .validation_message.gfield_validation_message, .gform_wrapper .gfield .instruction.validation_message { top: 4px; font-size: 11px; right: 10px; letter-spacing: 0.1px; }

.frm-rgt p, .frm-rgt li {font-size: 18px;}

}
@media screen and (max-width:1440px) {
.hm-form-sec .container { max-width: 1126px; }

.hm-form-sec { padding: 80px 0; }
.frm-lft { padding: 40px 35px 40px; }
.frm-title { font-size: 33px; margin: 0 0 15px; }
.frm-sub-title { font-size: 22px; letter-spacing: 2px; margin: 0 0 20px; }
.ftr-frm .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin: 25px 0 0 !important; }
.gform_footer input[type="submit"] { padding: 15px 17px !important; font-size: 16px !important; }

.gform_wrapper .gfield .validation_message.gfield_validation_message, .gform_wrapper .gfield .instruction.validation_message { top: 8px; font-size: 11px; right: 10px; letter-spacing: 0.1px; }

.frm-rgt p, .frm-rgt li {font-size: 17px;margin: 0 0 20px;}

}
@media screen and (max-width:1366px) {
.hm-form-sec .container { max-width: 1068px; }

.frm-title { font-size: 32px; margin: 0 0 10px; }
.frm-sub-title { font-size: 21px; letter-spacing: 1px; margin: 0 0 12px; }
.ftr-frm .gfield input.large, .ftr-frm .gfield textarea.large, .ftr-frm .gfield select.large, .ftr-frm .gform_wrapper.gravity-theme .gfield textarea.medium { font-size: 15px !important; padding: 10px 16px !important;height: 38px !important; }
.gform-theme--foundation .gfield textarea.medium { height: 65px !important; }
.form-text p { font-size: 12px; line-height: 1.8; }
.ftr-frm .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin: 20px 0 0 !important; }
.gform_footer input[type="submit"] { padding: 12px 17px !important; font-size: 14px !important; }
.frm-lft { padding: 30px 25px 30px; }
.hm-form-sec { padding: 70px 0; }

}
 
@media screen and (max-width:1280px) {
.hm-form-sec .container { max-width: 960px; }

.hm-form-sec { padding: 50px 0; }
.frm-lft { padding: 25px 20px 25px; }
.frm-title { font-size: 30px; margin: 0 0 10px; }
.frm-sub-title { font-size: 19px; letter-spacing: 1px; margin: 0 0 10px; }
.ftr-frm .gform_wrapper.gravity-theme .gfield_label { font-size: 14px !important; margin-bottom: 4px !important; }
.ftr-frm .gfield input.large, .ftr-frm .gfield textarea.large, .ftr-frm .gfield select.large, .ftr-frm .gform_wrapper.gravity-theme .gfield textarea.medium { font-size: 14px !important; padding: 8px 13px !important; }
.ftr-frm .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 8px !important; grid-row-gap: 8px !important; }
.gform-theme--foundation .gfield textarea.medium { height: 55px !important; }

.frm-rgt p, .frm-rgt li {font-size: 16px;line-height: 1.7;}

}
@media screen and (max-width:1024px) {
.hm-form-sec .container { max-width: 720px; }

.form-top-sec .container {
    padding: 0;
}
.hm-ftr-frm-blcks-sec{background-image: none;}
.frm-blck { flex-direction: column-reverse; gap: 20px; }
.frm-lft { padding: 25px 20px 25px; width: 100%; }
.frm-title { font-size: 30px; margin: 0 0 6px; }
.frm-sub-title { font-size: 17px; letter-spacing: 1px; margin: 0 0 10px; }
.ftr-frm .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 8px !important; grid-row-gap: 8px !important; flex-direction: column !important; display: flex !important; }
.hm-form-sec { padding: 10px 0 40px; }
.frm-rgt { width: 100%;}
.ftr-frm .gfield label {font-size: 14px !important; }
.frm-rgt-img {width: 100%;max-width: 400px;margin: auto;}
}
@media screen and (max-width:767px) {
.hm-form-sec .container { max-width: 100%; padding: 0 10px; }
.hm-form-sec { padding: 20px 0; }
.frm-title { font-size: 25px; margin: 0 0 6px; }
.frm-sub-title { font-size: 15px; letter-spacing: 0; margin: 0 0 10px; }
.ftr-frm .gfield input.large, .ftr-frm .gfield textarea.large, .ftr-frm .gfield select.large, .ftr-frm .gform_wrapper.gravity-theme .gfield textarea.medium { font-size: 14px !important; padding: 5px 10px !important;height:auto !important; }
.ftr-frm .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 5px !important; grid-row-gap: 5px !important; }
.gform-theme--foundation .gfield textarea.medium { height: 45px !important; }
.ftr-frm .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer { margin: 12px 0 0 !important; }
.gform_footer input[type="submit"] { padding: 8px 15px !important; font-size: 14px !important; }
.frm-lft { padding: 20px 15px 20px; }
.gform_fields.top_label {column-gap: 10px !important; row-gap: 10px !important; }
	.form-top-sec .container {
    padding: 0 10px;
}
}

@media screen and (max-width:420px) {
    .frm-title {
        font-size: 18px;}
}

 
/* Home Family section */
.fmly-lyr-sec{
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}
.fmly-lyr-sec .container{
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.fmly-lyr-list {
    display: flex;
    justify-content: start;
    gap: 110px;
}
.fmly-lyr-text {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 51px;
    line-height: 1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.fmly-lyr-sub-text {
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 26px;
    line-height: 1.03;
    letter-spacing: 0;
    color: #134B87;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.fmly-lyr-lft p {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.83;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 20px;
}
.fmly-lyr-lft p a{
    font-weight: 400;
    color: #2F6FB2;
    display: inline-block;
}
.fmly-lyr-lft p a:hover{
    color: #000;
}
.fmly-lyr-cnt p {
    font-weight: 600;
    text-align: center;
    margin: 0 !important;
}
.fmly-lyr-cnt p a{
    font-weight: 600;
}
.fmly-lyr-cnt{
    border-bottom: 1px solid #003D7E;
    border-top: 1px solid #003D7E;
    padding: 30px 50px;
}
.fmly-lyr-lft {
    width: 48%;
    text-align: justify;
}
.fmly-lyr-rit img{
    width: 100%;
    display: block;
}
.fmly-lyr-rit {
    width: 43%;
    position: relative;
    margin: -20px 0 0;
}
.fmly-lyr-rit::before {
    position: absolute;
    content: "";
    background-image: url(../images/sf-img.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 70px;
    right: -25px;
    bottom: -20px;
}



.scroll-item{
 transform: translateX(100px); 
  transition: transform 0.2s linear;
   will-change: transform, opacity;
  opacity: 0;

}

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


}
@media screen and (max-width:1680px) {
.fmly-lyr-sec .container { max-width: 1440px; }

.fmly-lyr-sec { padding: 110px 0 95px; }
.fmly-lyr-sub-text { font-size: 21px; margin: 0 0 25px; }
.fmly-lyr-sub-text br{display: none;}
.fmly-lyr-lft p { font-size: 19px; line-height: 1.83; margin: 0 0 20px; }
.fmly-lyr-cnt { padding: 30px 50px; }

.fmly-lyr-lft {width: 46%;}


}
@media screen and (max-width:1550px) {
.fmly-lyr-sec .container { max-width: 1380px; }

.fmly-lyr-sec { padding: 100px 0 90px; }
.fmly-lyr-text { font-size: 47px;}
.fmly-lyr-lft p { font-size: 18px; line-height: 1.8; margin: 0 0 17px; }

}
@media screen and (max-width:1440px) {
.fmly-lyr-sec .container { max-width: 1126px; }

.fmly-lyr-sec { padding: 85px 0 75px; }
.fmly-lyr-text { font-size: 40px; margin: 0 0 20px; }
.fmly-lyr-sub-text { font-size: 19px; margin: 0 0 20px; }
.fmly-lyr-lft p { font-size: 16px; line-height: 1.7; margin: 0 0 15px; }
.fmly-lyr-cnt { padding: 27px 30px; }

}
@media screen and (max-width:1366px) {
.fmly-lyr-sec .container { max-width: 1068px; }

.fmly-lyr-sec { padding: 75px 0 60px; }
.fmly-lyr-text { font-size: 38px; margin: 0 0 20px; }
.fmly-lyr-sub-text {margin: 0 0 17px; }
.fmly-lyr-lft p { font-size: 14px; line-height: 1.7; margin: 0 0 12px; }
.fmly-lyr-cnt { padding: 20px 20px; }
.fmly-lyr-rit::before { width: 70px; height: 50px; right: -20px; bottom: -15px; }

}
 
@media screen and (max-width:1280px) {
.fmly-lyr-sec .container { max-width: 960px; }

.fmly-lyr-sec { padding: 60px 0 45px; }
.fmly-lyr-text { font-size: 34px; margin: 0 0 17px; }
.fmly-lyr-sub-text { font-size: 17px; margni: 0 0 17px; }
.fmly-lyr-cnt { padding: 15px 15px; }

}
@media screen and (max-width:1024px) {
.fmly-lyr-sec .container { max-width: 720px; }

.fmly-chse-blck:before {background-size: cover;height: 100%;}
.fmly-lyr-sub-text { font-size: 18px; margin: 0 0 18px; text-align: center; }
.fmly-lyr-text { font-size: 27px; margin: 0 0 13px; text-align: center; }
.fmly-lyr-list { flex-direction: column-reverse; align-items: center; gap: 20px; }
.fmly-lyr-lft { width: 100%; text-align: center; }
.fmly-lyr-rit {width: 100%;max-width: 320px;margin: 0;}
.fmly-lyr-rit::before { width: 50px; height: 40px; right: 0px; bottom: 0px; }
.fmly-lyr-sec { padding: 40px 0 20px; }

.scroll-item{opacity: 1 !important;transform: none !important;}

}
@media screen and (max-width:767px) {
.fmly-lyr-sec .container { max-width: 100%; padding: 0 10px; }

.fmly-lyr-sec { padding: 30px 0 20px; }
.fmly-lyr-text { font-size: 22px; margin: 0 0 10px; }
.fmly-lyr-sub-text { font-size: 15px; margin: 0 0 15px; }
.fmly-lyr-lft p { font-size: 14px; line-height: 1.6; margin: 0 0 10px; }
.fmly-lyr-cnt { padding: 10px 0px; }

}

/* Home Awards section */

.awards-sec{
    padding: 80px 0 150px;
}
.awards-sec .container{
    max-width: 1520px;
    width: 100%;
    margin: auto;
}

.awards-sec .fmly-lyr-text {
    text-align: center;
}

.awrads-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px !important;
}
.awrads-list .owl-nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    font-size: 0;
    width: 98%;
}
.awrads-list .owl-nav  button.owl-prev {
    background-image: url(../images/next-img.webp) !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 34px;
}
.awrads-list .owl-nav  button.owl-prev:hover{
    background-image: url(../images/next-hvr-img.webp) !important;    
}
.awrads-list .owl-nav  button.owl-next {
    background-image: url(../images/prev-img.webp) !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 34px;
}
.awrads-list .owl-nav  button.owl-next:hover{
    background-image: url(../images/prev-hvr-img.webp) !important;
}
.awrads-list.owl-carousel .owl-stage{
    display: flex;
    margin: 0 0 50px;
}
.awrads-list.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.awrads-img img{
    width: 100%;
    display: block;
}


@media screen and (max-width:1800px) {
.awards-sec { padding: 90px 0 130px; }

}
@media screen and (max-width:1680px) {
.awards-sec .container { max-width: 1440px; }

.awards-sec { padding: 85px 0 120px; }
.awrads-list.owl-carousel .owl-stage { margin: 0 0 45px; }

}
@media screen and (max-width:1550px) {
.awards-sec .container { max-width: 1380px; }

.awards-sec { padding: 80px 0 110px; }
.awrads-list.owl-carousel .owl-stage { margin: 0 0 40px; }
.awrads-list .owl-nav  button.owl-prev, .awrads-list .owl-nav button.owl-next { width: 29px; height: 29px; }

}
@media screen and (max-width:1440px) {
.awards-sec .container { max-width: 1126px; }

.awards-sec { padding: 75px 0 100px; }
.awrads-list.owl-carousel .owl-stage { margin: 0 0 35px; }
.awrads-list .owl-nav  button.owl-prev, .awrads-list .owl-nav button.owl-next { width: 25px; height: 25px; }

}
@media screen and (max-width:1366px) {
.awards-sec .container { max-width: 1068px; }
 
.awards-sec { padding: 65px 0 80px; }

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

.awards-sec { padding: 50px 0 60px; }
.awrads-list.owl-carousel .owl-stage { margin: 0 0 30px; }

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

.awards-sec { padding: 40px 0 40px; }
.awrads-itm { width: 100%; max-width: 160px; margin: auto 10px; }
.awrads-list .owl-nav { justify-content: center; align-items: center; gap: 12px; font-size: 0;width: 100%;}

}
@media screen and (max-width:767px) {
.awards-sec .container { max-width: 100%; padding: 0 10px; }

.awards-sec { padding: 20px 0 20px; }

}

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

.awrads-itm {margin: auto;}

}



/* Home Choose section */
.choose-sec{
    padding:100px 0 150px;
    position: relative;
}
 
.choose-sec .container{
    max-width: 1750px;
    width: 100%;
    margin: auto;
}
.choosec-text {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
    color: #2F6FB2;
    margin: 0 0 30px;
    text-transform: uppercase;
    /* text-align: right;
    width: 85%; */
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 30px;
}
.choose-list {
    display: flex;
    justify-content: center;
    gap: 104px;
}
.choose-blk {
    margin: 0 0 20px;
}

.choose-blk p {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 20px;
}

.choose-blk li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0;
}
.choose-blk li::before {
    position: absolute;
    content: "";
    background-color: #2F6FB2;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
    border-radius: 88px;
}
 
.choose-blk li {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 5px;
}
.choose-blk li  a{
    font-weight: 400;
    color: #2F6FB2;
    display: inline-block;
}
.choose-blk li b a{
    font-weight: 700;
    color: #2F6FB2;
    display: inline-block;
}
.choose-blk li a:hover{
    color: #000;
}

.choose-cnt p {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}
.choose-cnt {
    padding: 50px 50px 50px 20px;
    border-bottom: 1px solid #003D7E;
    border-top: 1px solid #003D7E;
}
.choose-cnt p b a{
    font-weight: 600;
    text-align: center;
    margin: 0;
    color: #2F6FB2;
    margin: 0;
}
.choose-cnt p b a:hover{
    color: #000;
}
.choose-cnt p b{
    font-weight: 600;
}
.choose-rit {
    width: 45.8%;
}
.choose-lft {
    width: 48.2%;
}
.choose-sub-text {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.choose-img {
    position: relative;
    padding: 30px;
    z-index: 1;
}
.choose-img::after{
    position: absolute;
    content: "";
    background-image: url(../images/choose-rit-atr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 128px;
    height: 127px;
    left: 0;
    top: 0;
    z-index: -1;
}
.choose-img::before{
    position: absolute;
    content: "";
    background-image: url(../images/choose-rit-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 128px;
    height: 127px;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.choose-lft-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.choose-lft-blk {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    background-color: #001449;
    padding: 30px 20px 25px 70px;
    align-items: center;
    width: 75%;
    margin: -50px 0 0 30px;
    z-index: 2;
    position: relative;
}
.choose-lft-text{
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 23px;
    line-height: 1.17;
    letter-spacing: -0.2px;
    color: #fff;
}
.choose-lft-cnt {
    width: 63.6%;
}
.choose-lft-img {
    width: 6%;
}

 
.choose-blk li span a{
    color: #1155CC;
}


.choose-lft,
.choose-rit{
transition: transform 0.2s ease;
}


@media screen and (max-width:1800px) {
.choose-sec .container { max-width: 1600px; }

.choosec-text { font-size: 50px; }
.choose-sub-text { font-size: 29px; letter-spacing: -0.3px; margin: -15px 0 20px; }
.choose-lft-blk { gap: 30px; padding: 25px 20px 25px 60px; width: 75%; margin: -50px 0 0 30px; }
.choose-lft-text { font-size: 22px; letter-spacing: -0.2px; }
.choose-cnt { padding: 40px 40px 40px 20px; }
.choose-sec { padding: 90px 0 120px; }

}
@media screen and (max-width:1680px) {
.choose-sec .container { max-width: 1488px; }

.choose-sec { padding: 80px 0 100px; }
.choosec-text { font-size: 47px; }
.choose-sub-text { font-size: 28px; letter-spacing: -0.3px; margin: -12px 0 20px; }
.choose-cnt { padding: 25px 30px 25px 20px; }
.choose-cnt p { font-size: 18px; }
.choose-lft-text { font-size: 21px; letter-spacing: -0.2px; }

.choose-lft-cnt {width: 58.6%;}

.choose-blk p {font-size: 19px;}
 
}
@media screen and (max-width:1550px) {
.choose-sec .container { max-width: 1374px; }

.choose-sec { padding: 70px 0 80px; }
.choosec-text { font-size: 44px;}
.choose-sub-text { font-size: 26px; letter-spacing: 0; margin: -10px 0 17px; }
.choose-blk li { font-size: 18px;}
.choose-cnt { padding: 20px 25px 20px 18px; }
.choose-cnt p{ font-size: 17px; }
.choose-img { padding: 25px; }
.choose-lft-blk { gap: 25px; padding: 22px 20px 22px 50px; width: 75%; margin: -50px 0 0 25px; }
.choose-lft-text { font-size: 20px; letter-spacing: 0; }
.choose-img::after { width: 108px; height: 108px; }
.choose-img::before { width: 108px; height: 108px; }

.choose-blk p {font-size: 18px;}

}
@media screen and (max-width:1440px) {
.choose-sec .container { max-width: 1276px; }

.choose-sec { padding: 60px 0 60px; }
.choosec-text { font-size: 41px; margin: 0 auto 25px; }
.choose-sub-text { font-size: 24px; margin: -7px 0 17px; }
.choose-blk li { font-size: 15px; line-height: 1.8; }
.choose-blk { margin: 0 0 16px; }
.choose-cnt { padding: 15px 20px 15px 18px; }
.choose-cnt p{ font-size: 16px; }
.choose-lft-blk { gap: 25px; padding: 18px 20px 18px 40px; width: 75%; margin: -50px 0 0 25px; }
.choose-lft-text { font-size: 18px; letter-spacing: 0; }

.choose-blk p {font-size: 17px;line-height: 1.7;}

}
@media screen and (max-width:1366px) {
.choose-sec .container { max-width: 1210px; }

.choose-sec { padding: 50px 0 50px; }
.choosec-text { font-size: 38px; }
.choose-sub-text { font-size: 22px; margin: -7px 0 15px; }
.choose-cnt p{ font-size: 15px; }
.choose-lft-text { font-size: 17px; }
 
}
@media screen and (max-width:1280px) {
.choose-sec .container { max-width: 960px; }

.choose-sec { padding: 40px 0 40px; }
.choose-img { padding: 15px; }
.choose-img::before { width: 85px; height: 85px; }
.choose-img::after { width: 85px; height: 85px; }
.choose-lft-text { font-size: 14px; letter-spacing: 0.3px; }
.choose-lft-blk { gap: 20px; padding: 15px 20px 15px 20px; width: 80%; margin: -50px 0 0 15px; }
.choose-rit { width: 50%; }
.choose-sub-text { font-size: 20px; margin: -7px 0 15px; }
.choose-cnt { padding: 15px 15px 15px 15px; }
.choose-cnt p b br {display: none;}

.choose-lft-cnt {width: 72%;}
.choose-blk li {font-size: 14px;}

.choose-blk p {font-size: 16px;line-height: 1.6;margin: 0 0 17px;}
 
}
@media screen and (max-width:1024px) {
.choose-sec .container { max-width: 720px; }

.choosec-text { font-size: 30px; margin: 0 auto 20px; width: 100%; text-align: center; }
.choose-list { flex-direction: column; align-items: center; gap: 20px; }
.choose-lft { width: 100%; max-width: 420px; }
.choose-img { padding: 0; }
.choose-img::before, .choose-img::after {display: none;}
.choose-lft-blk { gap: 20px; padding: 15px 20px 15px 20px; width: 100%; margin: -20px 0 0; }
.choose-lft-cnt { width: 89%; }
.choose-lft-img { width: 20px; }
.choose-rit { width: 100%; }
.choose-sub-text { font-size: 20px; margin: 0 0 10px; }
.choose-blk { margin: 0 auto 16px; width: 100%; }
.choose-cnt { padding: 6px 0; text-align: center; }

}
@media screen and (max-width:767px) {
.choose-sec .container { max-width: 100%; padding: 0 10px; }

.choose-sec { padding: 20px 0; }
.choosec-text { font-size: 24px; margin: 0 0 15px; }
.choose-lft-blk { gap: 15px; padding: 10px 10px 10px 10px; width: 100%; margin: -20px 0 0; }
.choose-lft-img { width: 15px; }
.choose-cnt p { font-size: 14px; line-height: 1.6; }

}


/* meet section */
 
.hm-meet-sec {
    padding: 115px 0 0px;
    background-image: url(../images/team-bg-img.webp);
    background-position: bottom -250px center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}


.hm-meet-blk {
    padding: 0 20px;
}
.hm-meet-sec .text-heading {
    font-family: 'Cinzel';
    font-weight:700;
    font-size: 51px;
    color: #003D7E;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
}
.hm-meet-btn {
    text-align: center;
}
.hm-meet-img img {
    width: 100%;
    display: block;
    height: auto;
}

.attorney-item .attorney-name {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
    color: #191919;
    margin: 0 0 10px;
    text-align: center;
}

.attorney-item .attorney-desgn {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #191919;
    text-align: center;
}

.hm-meet-sec .attorney-certified{display: none;}


.hm-meet-sec .attorney-list {
    max-width: 1200px;
    margin: 0 auto;
}

.attorney-item-hvr a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
}
.attorney-list .owl-stage-outer:hover .attorney-item:not(:hover) {
    opacity: 50%;
}

.attorney-item .attorney-img {
    margin: 0 0 18px;
}


.hm-meet-sec .attorney-list .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    width: 100%;
    max-width: 350px;
    margin: 40px auto -40px;
}

.hm-meet-sec .attorney-list .owl-nav  button.owl-prev {
    background-image: url(../images/next-img.webp) !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 34px;
}

.hm-meet-sec .attorney-list .owl-nav  button.owl-next {
    background-image: url(../images/prev-img.webp) !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 34px;
}

.hm-meet-sec .attorney-list .owl-nav  button.owl-prev:hover {
    background-image: url(../images/next-hvr-img.webp) !important;
}

.hm-meet-sec .attorney-list .owl-nav  button.owl-next:hover {
    background-image: url(../images/prev-hvr-img.webp) !important;
}

.hm-meet-btn a.cmn-btn{position: relative; z-index: 2;}

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

.hm-meet-sec { padding: 100px 0 0px; }
.hm-meet-sec .text-heading { font-size: 48px; margin: 0 0 25px; }

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

.hm-meet-sec { padding: 90px 0 0px; }
.hm-meet-sec .text-heading { font-size: 45px; margin: 0 0 25px; }
 
}
@media screen and (max-width:1550px) {

.hm-meet-sec { padding: 80px 0 0px; }
.hm-meet-sec .text-heading { font-size: 42px; margin: 0 0 22px; }

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

.hm-meet-sec { padding: 70px 0 0px; }
.hm-meet-sec .text-heading { font-size: 39px; margin: 0 0 20px; }
.hm-meet-sec .attorney-list .owl-nav {max-width: 320px;}
.hm-meet-sec .attorney-list .owl-nav button {transform: scale(0.9);}

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

.hm-meet-sec { padding: 65px 0 0px; }
.hm-meet-sec .text-heading { font-size: 36px; margin: 0 0 20px; }
.attorney-item .attorney-name {font-size: 27px;}
 
}
@media screen and (max-width:1280px) {

.hm-meet-sec { padding: 50px 0 0px; }
.hm-meet-sec .text-heading { font-size: 33px; margin: 0 0 20px; }
.hm-meet-sec .attorney-list .owl-nav {max-width: 270px;margin: 30px auto -36px;}
.hm-meet-sec .attorney-list .owl-nav button {transform: scale(0.8);}
.attorney-item .attorney-img {margin: 0 0 15px;}
.attorney-item .attorney-name {font-size: 24px;}
.attorney-item .attorney-desgn {font-size: 15px;}
 
}
@media screen and (max-width:1024px) {

.hm-meet-sec { padding: 40px 0 0px; }

.attorney-item .attorney-name {font-size: 21px;}
.hm-meet-sec .attorney-list .owl-nav button {transform: scale(0.7);}
.hm-meet-sec .attorney-list .owl-nav {max-width: 260px;}
.attorney-item .attorney-desgn {font-size: 14px;}
.attorney-item {margin: 0 10px;}
 
}
@media screen and (max-width:768px) {

.hm-meet-sec .text-heading { font-size: 20px; margin: 0 0 15px;line-height:1.2 }
.hm-meet-blk { padding: 0 10px; margin: 0 0 15px; }
.hm-meet-sec { padding: 20px 0 0px; }
.hm-meet-sec .attorney-item {max-width: 300px;}
 
}
@media screen and (max-width:480px) {

.hm-meet-sec .attorney-item{margin: auto;}

}



.text-heading {
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 51px;
    color: #003D7E;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

/* practice area section */
.hm-pract-sec {
    padding: 60px 0 65px;
    background-color: #001449;
}
.hm-pract-sec .container{
    max-width: 1730px;
}
.hm-pract-sec .text-heading{color: #fff;}
.hm-pract-lst{
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}
.hm-pract-btn{
    text-align: center;
}
.hm-pract-title {
    font-family: var(--headingFont);
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
}
/* .hm-pract-itm a{
    font-size:0;
    left:0;
    right:0;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 9;
    width: 100%;
    display: block;
} */

.hm-pract-itm a{
	position:unset;
}

.hm-pract-hvr a {
    font-weight: 800;
    font-size: 110%;
    text-transform: capitalize;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
    color: #ffffff;
}

.hm-pract-hvr a:hover {
    text-decoration: none;
}

.hm-pract-text a{
	text-decoration: underline;
}

.hm-pract-text a:hover{
	text-decoration: none;
	color: #ffffff;
}

.hm-pract-itm {
    width: 17%;
    position: relative;
    z-index: 1;
    flex: unset;
    transition: all 0.3s ease !important;
}
.hm-pract-itm-img img {
    width: 100%;
    display: block;
    height: 580px;
	object-fit: cover;
}
.hm-pract-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.hm-pract-itm:hover {
    width: 28%;
    flex-shrink: 0;
}
.hm-pract-itm:hover .hm-pract-cnt{
    display: block;
}

.hm-pract-itm::after{
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 20, 73, 0.6), rgba(0, 20, 73, 0.6));
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index:0;
    pointer-events: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hm-pract-cnt {
    font-family: var(--headingFont);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    padding: 20px 0 0 50px;
    display: none;
}

.hm-pract-itm::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: top right;
	background-image: url('../images/practice-area-itm-bfr.webp');
}

@media screen and (max-width:1800px) {
.hm-pract-sec .container { max-width: 1600px; }

.text-heading { font-size: 48px; margin: 0 0 40px; }
.hm-pract-title { font-size: 23px; }
.hm-pract-cnt { font-size: 17px; padding: 17px 0 0 45px; }
.hm-pract-itm-img img { height: 520px; }

}
@media screen and (max-width:1680px) {
.hm-pract-sec .container { max-width: 1488px; }

.hm-pract-sec { padding: 55px 0 60px; }
.text-heading { font-size: 45px; margin: 0 0 36px; }
.hm-pract-cnt { font-size: 15px; padding: 17px 0 0 35px; }
.hm-pract-itm-img img { height: 460px; }
 
}
@media screen and (max-width:1550px) {
.hm-pract-sec .container { max-width: 1374px; }

.hm-pract-sec { padding: 50px 0 55px; }
.text-heading { font-size: 40px; margin: 0 0 32px; }
.hm-pract-title { font-size: 19px; }
.hm-pract-cnt { font-size: 14px; padding: 15px 0 0 25px; }
.hm-pract-lst { margin: 0 0 40px; }
.hm-pract-itm-img img { height: 400px; }

}
@media screen and (max-width:1440px) {
.hm-pract-sec .container { max-width: 1276px; }

.hm-pract-sec { padding: 45px 0 50px; }
.text-heading { font-size: 37px; margin: 0 0 30px; }
.hm-pract-lst { margin: 0 0 35px; }
.hm-pract-title { font-size: 17px; }
.hm-pract-itm-img img { height: 380px; }
.hm-pract-cnt {padding: 15px 0 0 10px;}

}
@media screen and (max-width:1366px) {
.hm-pract-sec .container { max-width: 1210px; }

.hm-pract-sec { padding: 40px 0 45px; }
.hm-pract-itm-img img { height: 360px; }
 
}
@media screen and (max-width:1280px) {
.hm-pract-sec .container { max-width: 960px; }

.hm-pract-sec { padding: 35px 0 40px; }
.text-heading { font-size: 33px; margin: 0 0 25px; }
.hm-pract-lst { margin: 0 0 25px; }
.hm-pract-title { font-size: 15px;margin: 0 0 15px;}
.hm-pract-cnt { font-size: 13px; padding: 0px 0 0 5px; }
.hm-pract-itm-img img { height: 320px; }
 
}
@media screen and (max-width:1024px) {

.hm-pract-itm { width: 100%; max-width: 280px; margin: auto; }
.hm-pract-itm:hover { width: 100%; }
.hm-pract-itm .hm-pract-cnt {display: block;padding: 0;}
.hm-pract-lst .owl-nav {display: flex; justify-content: space-between; width: 100%; max-width: 260px; margin: 30px auto -55px; }
.hm-pract-lst .owl-nav button.owl-prev, .hm-pract-lst .owl-nav button.owl-next {font-size: 0 !important; background-image: url(../images/texti-prev-img.webp) !important; background-repeat: no-repeat; background-size: 100% 100%; width: 20px; height: 21px; top: 0; left: 0; }
.hm-pract-lst .owl-nav button.owl-next {background-image: url(../images/testi-nxt-img.webp) !important; }
.hm-pract-lst .owl-nav button.owl-prev:hover {background-image: url(../images/testi-hvr-img.webp) !important; }
.hm-pract-lst .owl-nav button.owl-next:hover {background-image: url(../images/testi-nxt-hvr-img.webp) !important; }
.hm-pract-sec { padding: 40px 0; }
.text-heading { font-size: 26px; margin: 0 0 20px; }
 
}
@media screen and (max-width:768px) {

.text-heading { font-size: 23px; margin: 0 0 15px; }
.hm-pract-sec { padding: 20px 0 30px; }
	.hm-pract-cnt { line-height: 1.3;}
}


/* testimonials section */
 
.hm-testi-sec{
    padding:215px 0 200px;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(156.41deg, #EFEFEF 15.2%, #EFEFEF 98.56%); */
}
/* .testi-conflict-blck {
    background-image: url(../images/testi-bg-img.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
} */
.hm-testi-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/testi-bgr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 49%;
    height: 84%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    z-index: -1;
    pointer-events: none;
}
.hm-testi-sec .container{
    max-width: 1280px;
}
.hm-testi-btn {
    text-align: center;
}

.hm-testi-sec .fmly-lyr-text {
    text-align: center;
}

.hm-testi-sec .hm-testi-item .text-heading {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 1.35;
    color: #001449;
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Cinzel';
}
.hm-testi-img {
    max-width:172px;
    margin: 0 auto 25px;
}
.hm-testi-sec p{
    font-family: var(--headingFont);
    font-size: 18px;
    font-weight:400;
    color: #000000;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
    margin:0 0 20px;
}
.hm-testi-title {
    font-family: var(--headingFont);
    font-size: 20px;
    font-weight:600;
    color: #000000;
    line-height: 1;
    letter-spacing:-0.2px;
    text-align: center;
    margin: 0 0 20px;
}
.hm-testi-itm {
    margin: 0 0 100px;
}
.hm-testi-lst .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width:75px;
    margin: 0 auto 50px;
}
.hm-testi-lst .owl-nav button.owl-prev,.hm-testi-lst .owl-nav button.owl-next{
    font-size: 0 !important;
    background-image: url(../images/texti-prev-img.webp) !important;
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 31px;
    height: 34px;
    top: 0;
    left: 0;
}
.hm-testi-lst .owl-nav button.owl-prev:hover{
    background-image: url(../images/testi-hvr-img.webp) !important;
}
.hm-testi-lst .owl-nav button.owl-next{
    background-image: url(../images/testi-nxt-img.webp) !important;
}
.hm-testi-lst .owl-nav button.owl-next:hover{
    background-image: url(../images/testi-nxt-hvr-img.webp) !important;
}


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

.hm-testi-sec { padding: 180px 0 170px; }

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

.hm-testi-sec { padding: 150px 0 140px; }
.hm-testi-itm { margin: 0 0 90px; }

}
@media screen and (max-width:1440px) {
.hm-testi-sec .container { max-width: 1200px; }

.hm-testi-sec .hm-testi-item .text-heading { font-size: 27px; letter-spacing: -0.28px; margin: 0 0 15px; }
.hm-testi-itm { margin: 0 0 80px; }
.hm-testi-sec { padding: 120px 0 110px; }

}
@media screen and (max-width:1366px) {
.hm-testi-sec .container { max-width: 1100px; }

.hm-testi-sec { padding: 100px 0 90px; }
.hm-testi-img { max-width: 130px; margin: 0 auto 20px; }
.hm-testi-sec .hm-testi-item .text-heading { font-size: 25px; letter-spacing: 0; margin: 0 0 15px; }
.hm-testi-sec p { font-size: 17px; line-height: 1.8; margin: 0 0 16px; }
.hm-testi-itm { margin: 0 0 60px; }
.hm-testi-lst .owl-nav button.owl-prev, .hm-testi-lst .owl-nav button.owl-next { width: 25px; height: 25px; }

}
@media screen and (max-width:1280px) {
.hm-testi-sec .container { max-width: 960px; }

.hm-testi-sec { padding: 70px 0 60px; }
.hm-testi-img { max-width: 115px; margin: 0 auto 15px; }
.hm-testi-sec .hm-testi-item .text-heading { font-size: 21px; letter-spacing: 0; margin: 0 0 12px; }
.hm-testi-sec p { font-size: 14px; line-height: 1.8; margin: 0 0 13px; }
.hm-testi-title { font-size: 18px; letter-spacing: -0.2px; margin: 0 0 18px; }
.hm-testi-itm { margin: 0 0 40px; }
.hm-testi-lst .owl-nav { max-width: 65px; margin: 0 auto 30px; }
.hm-testi-lst .owl-nav button.owl-prev, .hm-testi-lst .owl-nav button.owl-next { width: 20px; height: 21px; }

}
@media screen and (max-width:1024px) {
.hm-testi-sec .container { max-width: 720px; }

.hm-testi-sec { padding: 40px 0 40px; }

}
@media screen and (max-width:767px) {
.hm-testi-sec .container { max-width: 100%; padding: 0 10px; }
.hm-testi-sec { padding: 30px 0 20px; }
.hm-testi-img { max-width: 105px; margin: 0 auto 12px; }
.hm-testi-sec .hm-testi-item .text-heading { font-size: 17px; letter-spacing: 0; margin: 0 0 10px; }
.hm-testi-itm { margin: 0 0 15px; }
.hm-testi-lst .owl-nav { max-width: 65px; margin: 0 auto 15px; }
}
@media screen and (max-width:480px) {
.hm-testi-sec::before { width: 280px; height: 320px; }
}
 

/* Home Conflicts section */
.conflicts-sec {
    padding: 135px 0;
    overflow: hidden;
}

@media screen and (min-width: 769px){
	.conflicts-sec {
    padding-bottom: 0 !important;
}
}
 
.conflicts-sec .conflicts-text-heading {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0 0 30px;
}
 
.conflicts-sec .conflicts-title {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0 0 25px;
}
 
.conflicts-blk {
    display: flex;
    justify-content: space-between;
}
 
.conflicts-lft {
    width: 47.6%;
}
 
.conflicts-rit {
    width: 44.2%;
    padding: 30px 0 0;
    position: relative;
}
 
.conflicts-lft p, .conflicts-lft li {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #191919;
    margin: 0 0 28px;
}
 
.conflicts-lft p a,.conflicts-lft li a {
    color: #2F6FB2;
}
.conflicts-lft p a:hover,
.conflicts-lft li a:hover {
    color: #191919;
}
.conflicts-lft ul{margin: 0 0 15px;}
.conflicts-lft ul li {
    position: relative;
    padding-left: 17px;
    line-height: 1.6;
    margin: 0 0 15px;
}
.conflicts-lft ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0d4b8d;
    left: 0;
    top: 13px;
    border-radius: 50px;
}
 
.conflicts-btm-desc {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    padding: 44px 51px 34px;
    text-align: center;
    border-bottom: 1px solid #003D7E;
    border-top: 1px solid #003D7E;
}
 
.conflicts-btm-desc a {
    color: #2F6FB2;
}
.conflicts-btm-desc a:hover {
    color: #000000;
}
 
.conflicts-rit::before {
    position: absolute;
    content: "";
    background-image: url("../images/cnlts-sf-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 69px;
    top: -15px;
    left: -16%;
    margin: auto;
    right: 0;
}


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


}

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

.conflicts-sec { padding: 120px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 49px; margin: 0 0 30px; }
.conflicts-sec .conflicts-title { font-size: 26px; margin: 0 0 22px; }
.conflicts-lft p, .conflicts-lft li { font-size: 16px; line-height: 1.8; margin: 0 0 25px; }
.conflicts-btm-desc { font-size: 16px; line-height: 1.7; padding: 30px 30px 30px; }
.conflicts-lft ul li:before {top: 9px;}

}

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

.conflicts-sec { padding: 100px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 45px; margin: 0 0 30px; }
.conflicts-sec .conflicts-title { font-size: 25px; margin: 0 0 20px; }
.conflicts-btm-desc { font-size: 16px; line-height: 1.7; padding: 25px 20px 25px; }

.conflicts-lft ul li:before {width: 7px;height: 7px;}

}

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

.conflicts-sec .conflicts-text-heading { font-size: 40px; margin: 0 0 26px; }
.conflicts-lft p, .conflicts-lft li { font-size: 15px; line-height: 1.8; margin: 0 0 20px; }
.conflicts-btm-desc { font-size: 15px; line-height: 1.7; padding: 20px 20px 20px; }
.conflicts-sec { padding: 90px 0; }
.conflicts-rit::before { width: 53px; height: 49px; left: -16%;top: 0; }

.conflicts-lft ul li {padding-left: 15px;margin: 0 0 12px;}
.conflicts-lft ul li:before {width: 6px;height: 6px;}

}

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

.conflicts-sec { padding: 70px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 35px; margin: 0 0 23px; }
.conflicts-sec .conflicts-title { font-size: 24px; margin: 0 0 17px; }
.conflicts-lft p, .conflicts-lft li { font-size: 14px; line-height: 1.7; margin: 0 0 15px; }
.conflicts-btm-desc { font-size: 14px; line-height: 1.65; padding: 15px 10px 15px; }

.conflicts-lft ul li:before {top: 7px;}

}

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

.conflicts-sec { padding: 50px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 30px; margin: 0 0 19px; }
.conflicts-sec .conflicts-title { font-size: 23px; margin: 0 0 15px; }
.conflicts-lft { width: 52%; }

}

@media screen and (max-width:1024px) {
.conflicts-sec { padding: 40px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 27px; margin: 0 0 15px; text-align: center; }
.conflicts-sec .conflicts-title { font-size: 20px; margin: 0 0 15px; text-align: center; }
.conflicts-blk { flex-direction: column-reverse; align-items: center; gap: 20px; }
.conflicts-rit { width: 100%; padding: 30px 0 0; max-width: 320px; }
.conflicts-lft { width: 100%;}
}

@media screen and (max-width:768px) {
.conflicts-sec { padding: 20px 0; }
.conflicts-sec .conflicts-text-heading { font-size: 21px; margin: 0 0 12px; }
.conflicts-sec .conflicts-title { font-size: 17px; margin: 0 0 15px; }
.conflicts-lft p, .conflicts-lft li { font-size: 14px; line-height: 1.65; margin: 0 0 10px; }
.conflicts-btm-desc { font-size: 14px; line-height: 1.65; padding: 8px 0px 8px; }
}

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



/* Home Family Law Section */

.familylaw-cnt-blk {display: flex;justify-content: space-between;}
.familylaw-cnt-blk .text-heading {font-size: 37px;text-align: left;margin: 0 0 20px;line-height: 1.2;}
.familylaw-cnt-blk .conflicts-lft {background-color: #efefef;padding: 40px;width: 49%;}
.familylaw-cnt-blk .conflicts-lft p a, .familylaw-cnt-blk .conflicts-lft li a{color: #2F6FB2;}
.familylaw-cnt-blk .conflicts-lft p a:hover, .familylaw-cnt-blk .conflicts-lft li a:hover{color: #191919;}

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

.familylaw-cnt-blk .text-heading {font-size: 34px;}

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

.familylaw-cnt-blk .conflicts-lft {padding: 35px;}
.familylaw-cnt-blk .text-heading {font-size: 32px;}

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

.familylaw-cnt-blk .conflicts-lft {padding: 30px;}
.familylaw-cnt-blk .text-heading {font-size: 30px;margin: 0 0 15px;}

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

.familylaw-cnt-blk .conflicts-lft {padding: 30px 25px;}
.familylaw-cnt-blk .text-heading {font-size: 27px;}

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

.familylaw-cnt-blk .conflicts-lft {padding: 25px 20px;}
.familylaw-cnt-blk .text-heading {font-size: 24px;}

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

.familylaw-cnt-blk {flex-direction: column;align-items: center;padding: 25px;background-color: #efefef;gap: 20px;}
.familylaw-cnt-blk .conflicts-lft {padding: 0;width: 100%;background-color: transparent;}

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

.familylaw-cnt-blk .text-heading {font-size: 23px;}

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

.familylaw-cnt-blk {padding: 20px 15px;}
.familylaw-cnt-blk .text-heading {font-size: 21px;}

}


/* Home Faq section */
.faq-sec {
    padding: 135px 0 140px;
}
 
.faq-sec .text-heading {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0 auto 32px;
    text-align: center;
}
 
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 86.4%;
    margin: 0 auto;
}
 
.accordion-section-content {
    background-color: #EFEFEF;
    padding: 25px 50px 29px 52px;
    position: relative;
}
 
.accordion-section-content::before {
    position: absolute;
    content: "";
    width: 92%;
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
    background-color: #003D7E;
    ;
    margin: auto;
}
 
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
 
.accordion-section .accordion-heading {
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
    color: #003D7E;
    text-transform: uppercase;
    margin: 0;
    background-color: #EFEFEF;
    padding: 27px 80px 29px 52px;
    cursor: pointer;
    position: relative;
 
}
 
.accordion-section .accordion-heading::after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-up-img.webp");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 10px;
    right: 69px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
 
.accordion-section.accordien-active .accordion-heading::after {
    transform: translateY(-50%) rotate(180deg);
}
 
.accordion-section .accordion-heading.active::after {
    transform: rotate(180deg);
}
.accordion-section .accordion-text {
    font-family: var(--headingFont);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #191919;
    margin: 0 0 25px;
}
 
.accordion-section .accordion-text a {
    color: #2F6FB2;
}
.accordion-section .accordion-text a:hover {
    color: #191919;
}
 
.accordion-section .accordion-text li {
    font-size: 20px;
}
 
.accordion-text ul {
    margin: 25px 0 0;
}
 
.accordion-text ul li {
    padding: 0 0 0 20px;
    position: relative;
}
 
.accordion-text ul li::before {
    position: absolute;
    content: "";
    background-color: #003D7E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 15px;
    left: 0;
    margin: auto;
}
 
.accordion-section ol {
    margin: 25px 0 0;
    padding: 0 0 0 25px;
}
 
.accordion-section ol li {
    list-style: decimal !important;
}
.accordion-section .accordion-text:last-child {margin: 0;}


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


}

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

.faq-sec { padding: 120px 0; }
.faq-sec .text-heading { font-size: 49px; margin: 0 0 30px; }
.accordion-section .accordion-heading { font-size: 26px; padding: 27px 80px 29px 52px; }

}

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

.faq-sec { padding: 100px 0; }
.faq-sec .text-heading { font-size: 45px; margin: 0 0 30px; }
.accordion-section .accordion-heading { font-size: 24px; padding: 25px 70px 25px 46px; }
.accordion-section-content { padding: 25px 40px 29px 43px; }
.accordion-section .accordion-text { font-size: 17px; line-height: 1.8; margin: 0 0 20px; }
.accordion-text ul { margin: 20px 0 0; }
.accordion-section .accordion-text li { font-size: 18px; }
.accordion-section .accordion-heading::after { width: 17px; height: 10px; right: 53px; }
.accordion-text ul li::before { width: 8px; height: 8px; top: 12px; }

}

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

.faq-sec { padding: 90px 0; }
.faq-sec .text-heading { font-size: 40px; margin: 0 0 30px; }
.accordion-section .accordion-heading { font-size: 22px; padding: 22px 70px 22px 40px; }
.accordion-section-content { padding: 20px 40px 29px 40px; }
.accordion-section .accordion-text { font-size: 16px; line-height: 1.8; margin: 0 0 17px; }
.accordion-section .accordion-text li { font-size: 17px; }
.accordion-text ul li::before { width: 8px; height: 8px; top: 10px; }

}

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

.faq-sec { padding: 80px 0; }
.faq-sec .text-heading { font-size: 36px; margin: 0 0 25px; }
.accordion-section .accordion-heading { font-size: 21px; padding: 20px 60px 20px 30px; }
.accordion-section .accordion-heading::after { width: 14px; height: 10px; right: 46px; }
.accordion-section-content { padding: 20px 30px 29px 30px; }
.accordion-section-content::before { width: 93%; }
.accordion-section .accordion-text { font-size: 15px; line-height: 1.7; margin: 0 0 13px; }
.accordion-section .accordion-text li { font-size: 16px; }
.accordion-text ul { margin: 16px 0 0; }
.accordion-text ul li::before { width: 7px; height: 7px; top: 9px; }

}

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

.faq-sec { padding: 60px 0; }
.faq-sec .text-heading { font-size: 30px; margin: 0 0 22px; }
.accordion-section .accordion-heading { font-size: 20px; padding: 17px 50px 17px 20px; }
.accordion-section .accordion-heading::after { width: 12px; height: 8px; right: 38px; }
.accordion-section-content { padding: 18px 20px 25px 20px; }
.accordion-section-content::before { width: 95%; }
.accordion-section .accordion-text { font-size: 14px; line-height: 1.7; margin: 0 0 10px; }
.accordion-section .accordion-text li { font-size: 15px; }
.accordion-text ul li::before { width: 6px; height: 6px; top: 9px; }

}

@media screen and (max-width:1024px) {
.faq-sec { padding: 40px 0; }
.faq-sec .text-heading { font-size: 27px; margin: 0 0 20px; }
.accordion { gap: 10px; max-width: 100%; }
.accordion-section .accordion-heading { font-size: 17px; padding: 15px 35px 15px 15px; }
.accordion-section .accordion-heading::after { width: 12px; height: 8px; right: 17px; }
}

@media screen and (max-width:768px) {
.faq-sec { padding: 30px 0; }
.faq-sec .text-heading { font-size: 23px; margin: 0 0 15px; }
.accordion-section .accordion-heading { font-size: 14px; padding: 12px 41px 12px 15px; line-height: 1.1; }
.accordion-section-content { padding: 15px 15px 20px 15px; }
.accordion-section .accordion-text li { font-size: 14px; padding: 0 0 0 13px; }
}

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




.popoverContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
 
.case-modal-1 {
    width: 100%;
    max-width: 780px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 
.case-modal-content {
    max-height: 95vh;
    padding: 25px 0 0 0px;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    position: relative;
    background: transparent;
    
}
 
.case-close {
    position: absolute;
    top: 12px;
    right: 3px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-family: var(--headingFont);
    font-weight: 700;
    font-size: xxx-large;
    line-height: 1;
    border-radius: 0%;
    color: #003d7e !important;
    background-color: transparent !important;
    z-index: 9;
    padding: 0;
    border: 0;
    top: -15px;
}
.btn-popups {
    background-color: transparent;
    padding: 0;
    border: 0;
    box-shadow: none !important;
    cursor: pointer;
}



