/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
Fonts
---------------------------------------------------------------------*/

@font-face {
     font-family: 'Neue Montreal';
     src: url('../fonts/NeueMontreal-Bold.eot');
     src: url('../fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeueMontreal-Bold.woff2') format('woff2'),
         url('../fonts/NeueMontreal-Bold.woff') format('woff'),
         url('../fonts/NeueMontreal-Bold.ttf') format('truetype'),
         url('../fonts/NeueMontreal-Bold.svg#NeueMontreal-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Neue Montreal';
     src: url('../fonts/NeueMontreal-Light.eot');
     src: url('../fonts/NeueMontreal-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeueMontreal-Light.woff2') format('woff2'),
         url('../fonts/NeueMontreal-Light.woff') format('woff'),
         url('../fonts/NeueMontreal-Light.ttf') format('truetype'),
         url('../fonts/NeueMontreal-Light.svg#NeueMontreal-Light') format('svg');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
 }
 section.padd-top-btm-top {
    padding-top: 4%;
}
 @font-face {
     font-family: 'Neue Montreal';
     src: url('../fonts/NeueMontreal-Regular.eot');
     src: url('../fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeueMontreal-Regular.woff2') format('woff2'),
         url('../fonts/NeueMontreal-Regular.woff') format('woff'),
         url('../fonts/NeueMontreal-Regular.ttf') format('truetype'),
         url('../fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular') format('svg');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Neue Montreal';
     src: url('../fonts/NeueMontreal-Medium.eot');
     src: url('../fonts/NeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeueMontreal-Medium.woff2') format('woff2'),
         url('../fonts/NeueMontreal-Medium.woff') format('woff'),
         url('../fonts/NeueMontreal-Medium.ttf') format('truetype'),
         url('../fonts/NeueMontreal-Medium.svg#NeueMontreal-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }


/*---------------------------------------------------------------------
import Files
 ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

body {
     color: #000;
     font-size: 14px;
     font-family: 'Neue Montreal';
     font-weight: normal;
     margin: 0;
     padding: 0;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     position: relative;
     font-weight: normal;
     line-height: normal;
     margin: 0
}



*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     text-decoration: none!important;
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: normal;
     font-size: 16px;
     line-height: 24px;
}


a {
text-decoration: none;
     outline: none !important;
}
button{
 cursor: pointer;
}
a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}
.openmenu
{
    display: block !important;
}
 :focus {
     outline: 0;
}
.container-fluid {
     max-width: 1195px;
     margin: 0 auto;
     width: 100%;
     padding: 0 20px;
 }
.head-top {
     background: #000000;
     padding: 17px 0;
 }
 .row.d_flex {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
 }
 .col-30 {
     width: 30%;
 }
 .col-70 {
     width: 70%;
 }
 ul.email.text_align_right {
     justify-content: right;
     display: flex;
     width: 100%;
     flex-wrap: wrap;
 }
 li.btn-login a {
     font-family: 'Neue Montreal';
     color: #fff;
     font-size: 16px;
     border: 1px solid;
     border-radius: 4px;
     padding: 8px 24px;
     display: inline-block;
 }
 a.logo-link {
     display: flex;
 }
 li.btn-login.bg-login-active a {
     margin-left: 10px;
     background: #0BB0CF;
     border-color: #0BB0CF;
 }
 .d-none-desktp{
     display: none;
 }
 section.banner-section {
     background: rgb(0 0 0 / 86%) url(../images/bg-banner.png);
     background-position: center center;
     background-size: cover;
     padding: 6% 0;
 }
 .inner-banner {
     max-width: 980px;
     margin: 0 auto;
     width: 100%;
 }

 .top-content h2 {
     color: #fff;
     font-weight: bold;
     font-family: 'Neue Montreal';
     font-size: 48px;
     line-height: 56px;
     text-align: center;
     margin-bottom: 10px;
 }
 .top-content {
     text-align: center;
     color: #fff;
     width: 57%;
     margin: 0 auto;
 }
 .top-content p {
     font-family: 'Neue Montreal';
     font-weight: normal;
 }
 .banner-content form {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 30px 0;
 }
 span.intructions {
     color: #fff;
     font-family: 'Neue Montreal';
     font-weight: normal;
     font-size: 16px;
     text-align: center;
     max-width: 588px;
     margin: 0 auto;
     display: block;
     width: 100%;
     line-height: 24px;
 }

 .list-tick li {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
 .list-tick li span {
     color: #fff;
     font-weight: bold;
     font-size: 16px;
     margin-left: 10px;
 }
 .list-tick li img {
     margin-left: 10px;
 }
 .list-tick ul {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     margin: 30px 0;
 }
 .list-tick p img {
     margin-right: 10px;
 }
 input#textInput {
     border-radius: 50px;
     max-width: 535px;
     height: 72px;
     width: 100%;
     border: none;
     font-size: 18px;
     color: #000;
     padding: 0 32px;
 }
 .form-serch {
     max-width: 535px;
     width: 100%;
     position: relative;
 }
 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
     color:    #000;
 }
 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
 }
 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
 }
 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #000;
 }
 ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #000;
 }

 .input-sec input ::placeholder { /* Most modern browsers support this now. */
    color:   #ECECEC;
 }
 .input-sec input ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #ECECEC;
}
.input-sec input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #ECECEC;
   opacity:  1;
}
.input-sec input ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ECECEC;
   opacity:  1;
}
.input-sec input :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ECECEC;
}
.input-sec input ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ECECEC;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ECECEC;
}
input#textInput::placeholder {
    color: gray;
}

.submit-search {
    color: #fff;
    padding: 24px 36px;
    border-radius: 50px;
    background: #4F8F10;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin-left: 16px;
    cursor: pointer;
}
 .form-serch img {
     position: absolute;
     right: 10px;
     top: 14%;
 }
 .list-tick p {
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .top-content {
     text-align: center;
     color: #fff;
     width: 75%;
     margin: 0 auto;
 }
.padd-top-btm {
     padding: 80px 0;
 }
.blue-bg {
     background: #275C98;
     color:#fff;
 }
 .get-right-report h6 {
     font-size: 16px;
     font-weight: 500;
 }
 .get-right-report h2 {
     font-size: 36px;
     font-weight: bold;
     margin-top: 20px;
 }
 .row-dflex {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
 }
 button.btn-blue , .button-ref-id a.btn-blue {
     background: #0BB0CF;
     border: none;
     border-radius: 8px;
     color: #fff;
     font-size: 20px;
     font-weight: bold;
     height: 50px;
     width: 264px;
     transition: all 0.3s ease;

 }
 .get-right-report .col-30 {
     justify-content: end;
     display: flex;
 }
 .bg-gray{
background:#F0F0F0;

 }
.col-33 {
     padding: 0 12px;
     width: 33.3%;
 }
 .column-inner h3 {
     font-size: 24px;
     color: #000;
     font-weight: bold;
     margin: 10px 0;
     line-break: anywhere;
 }
 .container-banner {
     padding: 0 20px;
 }
 .column-inner p {
     font-size: 18px;
     color: #000;
     font-weight: normal;
     margin-bottom: 10px;
     line-height: 24px;
 }
 .column-inner {
     background: #fff;
     border: 1px solid #D0D0D0;
     padding: 24px;
     border-radius: 8px;
 }
 .bg-gray .col-33 {
     padding: 0 12px;
 }
 .bg-gray .row-dflex {
     margin: 0 -24px;
 }

 .being-informed-matters .column-inner h3 {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
 .being-informed-matters .col-33 {
     margin-bottom: 24px;
 }
 .top-heading {
     width: 100%;
     max-width: 930px;
     margin: 0 auto;
     text-align: center;
     margin-bottom: 50px;
 }
 .top-heading h2 {
     font-size: 36px;
     font-weight: bold;
     text-transform: capitalize;
     margin-bottom: 20px;
 }
 .top-heading p {
     font-size: 18px;
     font-weight: normal;
     line-height: 24px;
 }
 .bg-blue-image {
     background: url(../images/blue-bg-image.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
 }
 .bg-blue-image .top-heading {
     margin-bottom: 0;
 }
 .bg-blue-image button.btn-blue {
     margin-top: 43px;
 }
 .bg-blue-image .top-heading h2,  .bg-blue-image .top-heading p  {
     color: #fff;
 }
 .tab-inner {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }
 a.btn-blue.active-btn {
     background: #0BB0CF;
     color: #fff;
     font-weight: bold;
 }
 a.btn-blue.false-btn {
     font-weight: normal;

 }
 a.btn-blue{
     font-size: 18px;
 }

 a.btn-blue {
     padding: 16px 24px;
     border-radius: 8px;
 }

 .firts-name-tab li a {
     font-weight: bold;
     font-size: 18px;
     padding: 12px 14px;
     display: inline-block;
     border-radius: 4px;
     border: 1px solid transparent;
 }
 .firts-name-tab li a:hover {
     border: 1px solid #0BB0CF;
     color: #0BB0CF;
 }
 .firts-name-tab ul {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     margin-top: 35px;
 }

 .firts-name-tab a.active {
     border: 1px solid #0BB0CF;
     color: #0BB0CF;
 }
 .firts-name-tab ul li {
     margin-right: 2px;
 }
 .firts-name-tab ul li:last-child {
     margin-right: 0;
 }
 footer {
     background: #000;
 }
 .col-50 {
     width: 50%;
 }
 footer {
     background: #000;
     color: #fff;
 }
 .content-footer p a {
     color: #0BB0CF;
     text-transform: capitalize;
     font-weight: 500;
     font-style: italic;
 }
 .content-footer p {
     line-height: 24px;
     margin-top: 20px;
 }
 .f-links li a {
     color: #fff;
     font-size: 16px;
     font-weight: normal;
     margin: 5px 0;
     display: inline-block;
     line-height: 24px;
 }
 .f-links li a:hover {
     color: #0BB0CF;
 }
 .d-flex.inner-footer-links {
     display: flex;
     margin:0 -24px;
 }
 .f-links {
     width: 50%;
 }
 .f-links {
     width: 50%;
     padding: 0 12px;
 }
 footer .row-dflex {
     display: flex;
     align-items: start;
     padding-top: 80px;
 }
 .f-links h2 {
     font-size: 18px;
     font-weight: bold;
 }
 .f-links h2 {
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 10px;
 }
 .inner-50 {
     padding-right: 80px;
 }
 .d-flex.inner-footer-links {
     display: flex;
     margin: 0 -24px;
     padding-left: 80px;
 }
 .social-media-icon li {
     display: inline;
 }
 .social-media-icon li a {
     height: 40px;
     width: 40px;
     border-radius: 100%;
     border: 1px solid #0BB0CF;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     margin-right: 10px;
 }
 .social-media-icon li a:hover {
     background:#0BB0CF;
     border: 1px solid #0BB0CF;
 }

 .contact-us a {
     color: #0BB0CF;
     font-weight: 500;
     line-height: 24px;
 }
 footer .row-dflex.padd-0{
  padding-top: 30px;
 }
 .dflex {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-top: 0.5px solid #353535;
     margin-top: 50px;
     padding: 35px  0px;
 }
 .copy-rights a {
     color: #fff;
 }
 .copy-rights a:hover {
     color: #0BB0CF;
 }
 .mobilenavigation {
    display: none;
}
.search-result {
    text-align: center;
}

.search-result h1 {
    font-size: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result h1 img {
    margin-right: 14px;
}
.search-result h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}
.search-result h4 .count-result {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
span.count-result {
    color: #4F8F10;
}
a.btn-green {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #4F8F10;
    padding: 16px 48px;
    border-radius: 8px;
    display: inline-block;
}
a.btn-green:hover {
    background: #0BB0CF;
}
section.main-search-page {
    padding-top: 80px;
}
.inner-list-section {
    display: flex;
    padding: 36px;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
}
.search-result-list {
    margin-top: 50px;
}
.search-result-list ul li {
    margin-bottom: 24px;
}
li.blur {
    filter: blur(5px);
}
a.btn-blue:hover {
    background: #4F8F10;
}
.image-name-sec {
    display: flex;
}
.name-age-part {
    margin-left: 10px;
}
h6.name {
    font-size: 20px;
    font-weight: bold;
}
span.age-sec {
    font-size: 16px;
    color: #787878;
    margin-top: 5px;
    display: inline-block;
}
.location-parts {
    display: flex;
    align-items: flex-start;
}
.location-parts h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.location-parts img {
    width: 24px;
    margin-right: 10px;
}

.location-news span {
    font-size: 16px;
    color: #787878;
    width: 103px;
    display: inline-block;
    line-height: 24px;
}
section.main-search-page {
    background: #F0F0F0;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
.button-ref-id a.btn-blue {
    display: inline-block;
    text-align: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.button-ref-id {
    text-align: center;
}
span.ref-id {
    color: #787878;
    margin-top: 10px;
    display: inline-block;
}
.search-result-list {
    max-width: 800px;
    margin: 50px auto 0;
    width: 100%;
}


 .mobilemenu {
    display: none;
}
.login-form {
    max-width: 480px;
    margin: 0 auto;
}
.input-sec input {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #D0D0D0;
    font-size: 16px;
}
.input-sec {
    margin-bottom: 20px;
}
.input-sec label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
.login-form img {
    display: block;
    margin: 0 auto 40px;
}
.login-form h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.login-form form {
    border: 1px solid #D0D0D0;
    border-radius: 8px;
    padding: 36px;
    background: #fff;
}
.col-100 {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 20px;
}
section.login-section {
    padding: 80px 0;
}
p.login-accounts {
    text-align: center;
}
.login-accounts a {
    color: #0BB0CF;
}
.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    display: none;

}
.rounded-img, .search-photo {
    height: 52px;
    width: 52px;
    overflow: hidden;
    border-radius: 100%;
}
.report-include li img {
    width: 24px;
}
.submit-search.disable {
    background: #b1b1b1;
    pointer-events: none;
}
.popup-content {
    background-color: #fefefe;
    margin: 7% auto;
    width: 80%;
    max-width: 1180px;
    border-radius: 8px;
    overflow: hidden;
}
.progress-container {
    width: 100%;
    max-width: inherit;
    height: 24px;
    overflow: hidden;
    background-color: #D9D9D9;
    position: relative;
    display: none;
}

.progress-bar {
    height: 100%;
    background-color: #4F8F10;
    width: 0;
    transition: width 0.1s ease-in-out;
}

.progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 24px; /* Same as progress container height */
    color: #fff;
    font-weight: 500;
    top:0;
}
.row-popup {
    display: flex;
    flex-direction: column;
}
.row-popup {
    display: flex;
    flex-direction: row;
}
.col-25 {
    flex: 0 0 25%;
}
.search-name h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.seach--sub {
    display: flex;
    justify-content: space-between;
}
.inner-profile-pop {
    padding: 15px;
}
.search-name span {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.seach-location {
    margin-top: 20px;
}
.checking-data {
    border-top: 1px solid #D0D0D0;
    padding-top: 24px;
    margin-top: 24px;
}
.checking-data h3 {
    font-size: 16px;
    margin-bottom: 18px;
}
.checking-data ul li {
    display: flex;
}
.checking-data ul li img {
    margin-right: 10px;
    width: 26px;
}
.checking-data ul li {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}
.checking-data ul li p {
font-weight: 500;
}
.checking-data ul li:last-child{
    margin-bottom: 0px;
}
.report-include p {
    color: #4F8F10;
    font-size: 16px;
}
.report-include ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.report-include ul li {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    column-gap: 10px;
    flex: 0 0 50%;
}
.report-include h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Neue Montreal';
    margin-bottom: 20px;
}
.row-popup .col-50 {
    border-left: 1px solid #D0D0D0;
}
.report-include {
    padding: 30px 36px;
}
.report-include h3 span {
    font-weight: normal;
}
.col-25.grey-bg {
    background: #F0F0F0;
    padding: 36px;
}
.connection li {
    margin-bottom: 12px;
}
.connection li :last-child{
    margin-bottom: 0;
}
li.active-green p{
    color: #4F8F10;
}
.connection li p {
    width:100%;
    max-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.processing-in p {
    color: #D0D0D0;
}
.loader {
    width: 24px;
    height: 24px;
    border: 3px solid #D0D0D0;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.8s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }
    .desktop-hidden{
        display: none;
    }
    li.processing-in img {
        display: none;
    }
    ul#Loadinglist li span {
        display: none;
    }
    ul#Loadinglist li.processing-in span {
        display: block;
    }
    .pricing-table-iiner {
        background: #fff;
        border: 2px solid #D0D0D0;
        border-radius: 8px;
        padding: 36px;
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }
    .product-price {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .pricing-table-iiner .tp-head {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .img-priceing {
        margin: 25px 0;
    }
    .packagerow {
        display: flex;
        margin: 0 auto;
        max-width: 720px;
        row-gap: 20px;
        column-gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-price h2 {
        font-weight: 400;
        font-size: 24px;
    }
    .product-price h2 s {
        color:#737373 ;
    }
    .product-price h1 {
        color: #275C98;
        font-size: 48px;
        font-weight: bold;
    }
    .product-price p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .product-price small {
        color: #737373;
        font-size: 14px;
        margin-top: 12px;
    }
    .product-price ul li {
        display: flex;
        align-items: center;
        margin: 7px 0;
        font-size: 16px;
    }
    .product-price ul li img {
        margin-right: 5px;
    }
    .product-price ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 25px;
    }
    .top-heading h4 {
        color: #000;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .top-heading h4 span{
        color: #4F8F10;
    }
    .head-img-acc {
        text-align: center;
    }
    .head-img-acc img {
        width: 140px;
        max-width: inherit;
        margin: 0 auto;
    }
    button.btn-green {
        max-width: 350px;
        height: 50px;
        background: #4F8F10;
        color: #fff;
        font-size: 20px;
        border: none;
        width: 100%;
        border-radius: 8px;
        font-weight: 700;
        margin: 35px auto auto;
        transition: all 0.3s ease;
    }
    .pricing-table-iiner.activated {
        border: 2px solid #275C98;
    }
    button.btn-green:hover { background: #0BB0CF;  }
    button.btn-blue:hover{
        background: #4F8F10;
    }
    .head-img-acc {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .row-dflex.pricing-t {
        margin: 50px -24px 0;
    }
    .accordion-title {
        border-bottom: 1px solid #E3E3E3;
        position: relative;
        padding: 36px 0;
        font-weight: 700;
        font-size: 24px;
        margin-top: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .accordion-content p {
        color: #000;
        font-size: 16px;
    }
    span.ft-light {
        flex: 0 0 36px;
        margin-left: 20px;
    }
      .rotate .accordion-title::after {
        transform: rotateZ(-90deg);
      }

      .accordion-content {
        height: 0px;
        opacity: 0;
        display: flex;
        gap: 2rem;
        overflow: hidden;
        transition: all 0.3s ease;
      }

      .accordion-content img {
        width: auto;
      }

      .accordion-content.text p {
        flex: 0 0 100%;
      }

      .accordion-content.text {
        flex-direction: column;
      }

      .open .accordion-content {
        height: 100%;
        opacity: 1;
        transition: all 0.3s ease;
        margin-top: 1rem;
      }
      ul.accordian-sec {
        max-width: 1030px;
        margin: 0 auto;
        width: 100%;
    }
    span.ft-light {
        float: right;
    }
    span.ft-light img.minus-sign {
        display: none;
    }
    li.accordion-item.open.rotate  span.ft-light img.minus-sign {
        display: block;
    }
    li.accordion-item.open.rotate  span.ft-light img.plus-sign {
        display: none;
    }
    .pricing-table-iiner.active {
        border: 2px solid #275C98;
    }
    span.popular {
        background: #275C98;
        color: #fff;
        width: 86px;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 3px 0;
        font-size: 16px;
        border-radius: 5px 5px 0px 0px;
        position: absolute;
    }
    .pricing-col-50 {
        position: relative;
    }
    span.popular {
        background: #275C98;
        color: #fff;
        width: 86px;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 3px 0;
        font-size: 16px;
        border-radius: 5px 5px 0px 0px;
        position: absolute;
        top: -26px;
        right: 0;
        left: 0;
    }
    @media only screen and (max-width: 1023px) {
    .row-popup .col-25 {
        flex: 0 0 100%;
    }
    .pricing-col-50 {
        position: relative;
        margin-bottom: 30px;
    }
    .row-popup {
        display: flex;
        flex-direction: column;
    }
    .row-popup .col-50 {

        width: 100%;
        border-left: none;
        padding: 30px 36px;
    }
    .report-include {
        padding: 0;
        border-top: 1px solid #D0D0D0;
        padding-top: 30px;
    }
    .popup {
        overflow: auto;
    }
    .popup-content {
        margin: 0;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
    }
    .desktop-hidden{
        display: block;
    }
    .mb-hidden{
        display: none;
    }
    .popup {
        top: 70px;
    }
}
 @media only screen and (max-width: 767px) {
    .popup {
        top: 70px;
    }
    .report-include ul li {
        flex: 0 0 100%;
    }
    .inner-list-section {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .location-parts {
        margin: 20px 0;
    }
    .search-result h1 {
        flex-wrap: wrap;
    }
    .search-result h4 {
        font-size: 22px;
    }
    input#textInput

    {
        font-size: 14px;
    }
    ul.email.text_align_right {
        display: none;
    }
     .d-none-desktp{
          display:block;
         }
         .d-none-mobile{
          display:none;
         }
         .top-content {
          width: 100%;
      }
      .banner-content form {
          flex-wrap: wrap;
      }
     .submit-search {
          margin: 22px 0 0 0;
          width: 100%;
      }
      .form-submit {
          width: 100%;
      }
      .list-tick li {
          width: 50%;
      }
      .list-tick ul {
          justify-content: space-between;
          align-items: start;
      }
      .head-top .col-70 {
       width: 15% !important;
      }
      .mobilemenu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.mobilemenulink {
        padding: 2%;
        background: black;
    }
    ul.mobilemenulink a {
        color: white;
    }
    ul.mobilemenulink li {
        padding: 2%;
        border-bottom: 1px solid #141414;
        margin-bottom: 1%;
    }
    ul.mobilemenulink li:last-child
    {
        border:0px;
    }
      .head-top .col-30 {
        width: 85% !important;
       }

      .col-70 {
          width: 100%;
      }
      .col-30 {
          width: 100%;
      }
      .get-right-report .col-30 {
          justify-content: center;
          margin-top: 40px;
      }
     .btn-blue {
          width: 100%;
      }
      .col-33 {
          margin-bottom: 20px;
          width: 100%;
      }
      .bg-gray .col-33 {
          padding: 0 20px;
      }
      .inner-50 {
          padding-right: 0;
      }
      .col-50 {
          width: 100%;
      }
      .d-flex.inner-footer-links {
          margin: 0px -12px;
          padding-left: 0;
          flex-wrap: wrap;
      }
      .f-links {
          width: 100%;
          padding: 0 12px;
      }
      .dflex {
          justify-content: center;
          margin-top: 30px;
          padding: 35px  0px;
          flex-wrap: wrap;
      }
      .dflex p {
          text-align: center;
      }
      .content-footer {
          margin-bottom: 40px;
      }
  }
