@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
body {
    font-family: 'Roboto', sans-serif !important;
}

.container {
    max-width: 1030px;
}

.conectedChbox {
    display: flex;
    width: 100%;
    height: 20px;
}

.conectedChbox .cont {
    display: block;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
}

.conectedChbox .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.conectedChbox .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #afaeae;
    background-color: #fff;
}

.conectedChbox .cont:hover input ~ .checkmark {
    background-color: #ccc;
}

.conectedChbox .cont input:checked ~ .checkmark {
    background-color: #2196F3;
}

.conectedChbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.conectedChbox .cont input:checked ~ .checkmark:after {
    display: block;
}

.conectedChbox .cont .checkmark:after {
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
}

/*31-12-2019*/
.logo {
    color: #69caf3 !important;
    font-size: 25px !important;
    font-weight: bold !important;
    font-family: 'Raleway', sans-serif;
    padding-top: 14px !important;
    text-decoration: none !important;
}


/*30-12-2019*/

.navbar-brand.logo {
    padding: 5px 0px !important;
    letter-spacing: unset !important;
    line-height: 37px;
}

.text-right {
    float: right;
    text-align: right;
    width: 100%;
    padding: 5px 0px !important;
}

.agentForm form .formField.opinion_inst {
    display: flex;
    float: none;
}

.fegli_logo {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.logo:hover,
.logo:visited,
.logo:focus {
    color: #69caf3 !important;
    box-shadow: none !important;
    outline: none;
}

.searchAgent.container p b {
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    text-transform: capitalize;
}

.logo span {
    font-weight: normal;
    color: #fff !important;
}


/*30-12-2019*/

.navbar.navMenu {
    background-color: #05597c;
    padding: 0;
    border-radius: 0;
    min-height: auto;
}


/*30-12-2019*/

.navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
    padding: 3px 0;
}

.searchAgent b {
    color: #000;
}

.text {
    color: red;
}

.loder-image {
    text-align: center;
    width: 100px !important;
    margin: 0 auto;
}

.loder-image img {
    width: 100px;
}


/*nav css End*/


/*Module page css start*/

.moduleSection {
    /*background-color: #516d93;height: 100vh;*/
}

.moduleContent {
    display: block;
    margin: 0 auto;
    width: 34%;
    /*position: relative;*/
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.searchform.moduleContent.searchbutton {
    width: 28%;
    margin-right: 10px;
}

.searchform.moduleContent.searchbutton p {
    text-align: left;
    font-size: 22px !important;
}


/*30-12-2019*/

.moduleContent p {
    color: #fff;
    font-size: 27px !important;
    line-height: 31px !important;
    font-weight: bold;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    margin-right: 20px;
}


/*30-12-2019*/

.moduleContent form#user-search input.postalCode {
    max-width: 300px;
    display: table;
    margin: 0 auto 20px auto;
    border: 3px solid #004d80;
    padding: 1px 8px 15px 8px;
    text-align: left;
    font-size: 18px;
    color: #ccc;
    height: auto;
    font-family: 'Roboto', sans-serif !important;
    border-radius: 4px !important;
}

/*31-12-2019*/
/*.detail-content.single_page p, .comment-content p {margin-bottom: 0 !important;}*/

.moduleContent form#user-search input::-webkit-input-placeholder {
    color: #ccc !important;
}

.moduleContent form#user-search input::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}

.moduleContent form#user-search input::-ms-input-placeholder {
    color: #ccc !important;
}

.moduleContent form#user-search input::placeholder {
    color: #ccc !important;
}

.moduleContent form#user-search .searchbyzipcode {
    border-radius: 5px !important;
    border: 0;
    padding: 10px 35px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
    background: #0a7dbd;
    background: -moz-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: -webkit-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: linear-gradient(to bottom, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0);
    cursor: pointer;
    outline: 0;
    position: inherit;
    margin-bottom: 0;
    line-height: 22px;
}


/*30-12-2019*/

.agentForm form .formField.opinion_inst {
    display: flex;
    float: none;
    margin-bottom: 10px !important;
}

.agentForm form .formField label.opinion {
    font-size: 12px;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
}

.agentForm form .formField label.opinion {
    font-size: 12px;
    margin-bottom: 0px;
}

.formField.opinion_inst {
    margin-bottom: 0px !important;
    line-height: normal;
}

.ratingStar span.fa.fa-star-o.checked,
.ratingStar span.fa.fa-star.checked {
    color: orange;
}

.ratingStar span.fa.fa-star-o,
.ratingStar span.fa.fa-star {
    color: #fff;
    padding-right: 5px;
}


/*.moduleContent form#user-search input {    max-width: 300px;    display: table;    margin: 0 auto 20px auto;    border: 3px solid #004d80;    padding: 1px 8px 15px 8px;    text-align: left;    font-size: 18px;    color: #ccc;    height: auto;}.moduleContent form#user-search input::-webkit-input-placeholder {color: #ccc !important;}.moduleContent form#user-search input::-moz-placeholder {color: #ccc !important;opacity:  1;}.moduleContent form#user-search input::-ms-input-placeholder {color: #ccc !important;}.moduleContent form#user-search input::placeholder {color: #ccc !important;}.moduleContent form#user-search .searchbyzipcode {border-radius: 5px !important;border: 0;padding: 15px 35px !important;color: #fff;font-size: 12px;font-weight: 400;box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);background: #0a7dbd;background: -moz-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);background: -webkit-linear-gradient(top, #0a7dbd 0%,#086fa2 50%,#055b7f 100%);background: linear-gradient(to bottom, #0a7dbd 0%,#086fa2 50%,#055b7f 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f',GradientType=0 );cursor: pointer;outline: 0;    position: inherit;margin-bottom: 0}*/


/*Module page css end*/


/*search agent page css Start*/

.ad-list-main.widget-main.searchresult {
    margin-top: 38px;
}

.searchAgent {
    display: block;
    padding: 0px 10px 0px 10px;
}

.agentDetail {
    display: block;
    position: relative;
}

.agentbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
    background: -moz-linear-gradient(top, #fbdd2f 0%, #ff9a04 50%, #ff9a04 100%);
    background: -webkit-linear-gradient(top, #fbdd2f 0%, #ff9a04 50%, #ff9a04 100%);
    background: linear-gradient(to bottom, #fbdd2f 0%, #ff9a04 50%, #ff9a04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0);
    padding: 10px;
    margin-bottom: 10px;
    border: 5px solid #557396;
}

.agentbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 50%, #dcdcdc 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #eeeeee 50%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #eeeeee 50%, #dcdcdc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0);
    padding: 10px;
    margin-bottom: 10px;
    border: 5px solid #a8a8a8;
}

.agent_info {
    display: block;
    width: 33%;
    position: relative;
}

.ratingStar {
    position: absolute;
    bottom: -10px;
    background-color: #557396;
    left: -10px;
    padding: 5px 10px;
    font-size: 16px;
}

.ratingStar:after {
    position: absolute;
    content: "";
    border-left: 40px solid #557396;
    right: -40px;
    top: 0;
    border-top: 34px solid transparent;
}

.agent_info button {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
    margin-bottom: 0;
    background-color: transparent !important;
    padding: 0;
    white-space: normal;
    text-align: left;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;
}

.agent_info button.agent-lead-btn:hover {
    color: #000;
}

.agent_info button.agent-lead-btn:focus {
    outline: 0;
    box-shadow: none;
}

.agent_info p {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}

.agentLogo {
    display: block;
    width: 20%;
    text-align: center;
}

.agentLogo img {
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    height: 100px;
    width: 100px;
}

.agentForm {
    display: block;
    width: 47%;
}

.agentForm form {
    display: inline-block;
    margin: 0 -5px;
}

.agentForm form .formField {
    float: left;
    width: 100%;
    padding: 0 2px;
    margin-bottom: 5px;
    height: 20px;
}

.agentForm form .formField:last-child {
    /*display: table;margin: 0 auto;*/
    float: none;
    /*word-break: break-all;*/
}

li.formField.prefer_to_contact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
}

.agentleadadd .formField.prefer_to_contact label {
    width: auto;
}

.agentleadadd .formField.prefer_to_contact .conectedChbox {
    width: auto;
}

.agentForm form .formField:last-child button {
    border-radius: 5px;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
    background: #0a7dbd;
    background: -moz-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: -webkit-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: linear-gradient(to bottom, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0);
    cursor: pointer;
    outline: 0;
}

.agentForm form .formField.halfField {
    float: left;
    width: 50%;
    padding: 0 2px;
}

/*31-12-2019*/
.agentForm form .formField input {
    float: left;
    width: 100%;
    padding: 2px 5px;
    background-color: #fff;
    height: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
    box-shadow: none;
}

.agentForm form .formField input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.searchAgent .agentForm form .agent_info_footer .agent-lead-response-msg h3 {
    font-size: 17px;
    margin-top: 10px;
    display: block;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
    padding: 0;
    line-height: 20px;
}

.agentForm form .formField input::-webkit-input-placeholder {
    font-style: italic;
    color: #6c757d;
}

.agentForm form .formField input::-moz-placeholder {
    font-style: italic;
    color: #6c757d;
}

.agentForm form .formField input::-ms-input-placeholder {
    font-style: italic;
    color: #6c757d;
}

.agentForm form .formField input::placeholder {
    font-style: italic;
    color: #6c757d;
}

form#agentleadadd .modal-footer input.submit.btn.btn-primary {
    border-radius: 5px;
    border: 0;
    padding: 6px 35px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
    background: #0a7dbd;
    background: -moz-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: -webkit-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    background: linear-gradient(to bottom, #0a7dbd 0%, #086fa2 50%, #055b7f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0);
    cursor: pointer;
    outline: 0;
    line-height: 22px;
}

.map_contact_part .agentleadadd .form-horizontal ul .formField input {border:0;}


/*30-12-2019*/

.learnMore {
    border-radius: 5px !important;
    border: 0 !important;
    padding: 6px 30px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21) !important;
    background: #0a7dbd !important;
    background: -moz-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%) !important;
    background: -webkit-linear-gradient(top, #0a7dbd 0%, #086fa2 50%, #055b7f 100%) !important;
    background: linear-gradient(to bottom, #0a7dbd 0%, #086fa2 50%, #055b7f 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a7dbd', endColorstr='#055b7f', GradientType=0) !important;
    cursor: pointer !important;
    outline: 0 !important;
    line-height: 22px !important;
}


/*30-12-2019*/

.agent-lead-response-msg h3 {
    color: black;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    margin-top: 6px;
}

.agent-lead-response-msg {
    width: 100%;
    margin-bottom: 0px !important;
}

.agent_info_footer .modal-footer {
    border: 0px !important;
}


/*search agent page css end*/

.agent-form-style.modal-content {
    width: 900px !important;
}

.profileCont {
    padding-top: 15px;
    float: left;
    width: 100%;
}

.profileInfo {
    float: left;
    width: calc(30% - 10px);
}

.profileDesc {
    float: right;
    width: calc(70% - 10px);
}

.agent-form-style.modal-content {
    padding: 0 15px 15px !important;
}

.proImg {
    display: block;
    margin-bottom: 20px;
}

.profileDetail {
    display: block;
    line-height: normal;
}

.profileDetail h2 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0;
}

.profileDetail .phNo {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.profileDetail .emailAdd {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #05597d;
    word-break: break-word;
}

.profileDesc h2 {
    color: #828e64;
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif !important;  
}

.profileDesc h2 span {
    display: block;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    color: #000;
}

.profileDesc p {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.fa {
    font: normal normal normal 15px/1 FontAwesome !important;
}


/*30-12-2019*/


/*04-02-2019 Bipin*/

.map_contact_part {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.map_contact_part .map {
    width: 50%;
    float: left;
}

.map_contact_part form#agentleadadd {
    width: 50%;
    float: left;
    padding: 15px;
    background: #dddddd;
}

.agentleadhead h4 {
    font-size: 26px !important;
    font-style: italic;
    padding: 0 5px;
    color: #000;
    margin-top: 0;
    font-family: 'Roboto', sans-serif !important;
}

.agentleadhead h5 {
    padding: 0px;
    font-size: 13px;
    text-transform: inherit;
    color: #000;
    font-style: italic;
    padding: 0 5px;
    margin: 0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

.map_contact_part .map iframe {
    padding: 13px;
    background: #e4e4e4;
    height: 284px;
    display: block;
}

.projectname span {
    font-weight: normal;
    color: #fff;
}

.projectname {
    font-size: 18px;
    line-height: 20px;
    height: 50px;
    color: #69caf3!important;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin: 0 -15px;
    padding: 15px;
    background: #004d80;
}

.agent-form-style button.mfp-close {
    background: #fff;
    margin: 3px;
    font-weight: 700;
}

.agentleadadd .modal-footer,
.agent_info_footer .modal-footer {
    justify-content: flex-start;
    padding: 0px 6px;
    display: block;
    text-align: left;
}


/*30-12-2019*/

nav.navbar.navbar-expand-md.navMenu {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100%;
}

nav.navbar.navbar-expand-md.navMenu .container {
    width: 100%;
    margin: 0 auto;
}

nav.navbar.navbar-expand-md.navMenu .container:after,
nav.navbar.navbar-expand-md.navMenu .container:before {
    display: none;
}


/*30-12-2019*/

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0 !important;
}

.searchresult .container {
    width: 100%;
}


/*30-12-2019*/

.moduleSection {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    position: relative;
}

.agentleadadd .modal-footer {
    border: 0;
}

.profileDesc h2:before,
.profileDetail h2:before {
    content: none;
}

.agentForm form .prefer_to_contact {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize !important;
}

.prefer_to_contact label {
    width: 100%;
    float: left;
    height: auto;
    /*height: 20px;*/
    /*margin-bottom: 6px; */
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: initial;
    font-family: 'Roboto', sans-serif !important;
}

.agentbox1 .agentForm form > .formField label {line-height: 22px !important;font-family: 'Roboto', sans-serif !important;margin-bottom: 5px !important;}

.agentleadadd .prefer_to_contact .conectedChbox label {
	text-transform: capitalize !important;
}

.radio_prefer {
    width: 100%;
    float: left;
}

.prefer_to_contact input {
    width: auto !important;
    padding-right: 10px !important;
    margin-top: 5px;
    margin-right: 5px;
}

.prefer_to_contact > span {
    float: left;
    width: auto;
    vertical-align: middle;
    padding-right: 5px;
}

.widget-main {
    position: absolute;
    top: 0;
    width: 70%;
    height: 570px;
    overflow-y: auto;
    margin-top: 20px;
}

.searchAgent.container {
    padding: 0px 10px;
}

.widget-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgb(204, 211, 219);
}

.widget-main::-webkit-scrollbar {
    width: 12px;
}

.widget-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(65, 155, 237);
}

/*30-12-2019*/
.agent-form-style .profileCont .profileDetail {
    width: 100%;
    display: inline-block;
    /*flex-direction: column;*/
}

/*30-12-2019*/
.agent-form-style .profileCont .profileDetail h2 {
    padding-bottom: 10px;
    margin-top: 0;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

/*30-12-2019*/
.agent-form-style .profileCont .profileDetail a {
    margin-bottom: 5px;    
    display: table;
    text-decoration: none !important;
}

.agent-form-style .profileCont .profileDetail a:last-child {
    margin-bottom: 0;
}

.profileCont .profileInfo {
    float: left;
    width: calc(25% - 10px);
}

.profileCont .profileDesc {
    float: right;
    width: calc(75% - 10px);
}

.profileCont .profileInfo .proImg img {
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    height: 200px;
    width: 200px;
}

@media (max-width: 1024px) {
    .container {
        width: 95% !important;
    }
    .entry .entry-content,
    .entry .entry-summary {
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .moduleContent {
        right: 10px;
    }
    .ratingStar {
        padding: 2px 10px;
    }
    .ratingStar img {
        width: 150px;
    }
    .ratingStar:after {
        border-top: 43px solid transparent;
    }
    /*.map_contact_part .map iframe {height:319px;}*/
    .profileCont .profileInfo .proImg img {
        height: 150px;
        width: 150px;
    }
    .profileCont .profileInfo {
        width: calc(20% - 10px);
    }
    .profileCont .profileDesc {
        width: calc(80% - 10px);
    }
}

@media (max-width: 991px) {
    .searchform.moduleContent {
        width: 100%;
    }
    .searchform.moduleContent.searchbutton {
        display: none;
    }
    .ad-list-main.widget-main.searchresult {
        width: 99%;
        height: 70%;
    }
    .map_contact_part .map,
    .map_contact_part .map iframe,
    .map_contact_part form#agentleadadd {
        width: 100%;
    }
    .map_contact_part form#agentleadadd {
        margin: 0;
    }
    .fegli_logo {
        bottom: 20px;
    }
    .fegli_logo {
        width: 20%;
    }
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: 10px !important;
    }
    .profileDesc h2 {
        font-size: 30px;
    }
    .profileDesc h2 span {
        font-size: 35px;
    }
    .profileCont .profileInfo .proImg img {
        height: 100px;
        width: 100px;
    }
    .proImg {
        text-align: center;
    }
    .profileDesc h2 {
        margin: 0;
    }
    .map {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .agent_info button {
        font-size: 18px;
        line-height: 24px;
    }
    .moduleContent p {
        font-size: 20px;
        line-height: 24px;
    }
    .moduleContent form#user-search input.postalCode {
        max-width: 250px;
    }
    .agent_info p {
        font-size: 12px;
        line-height: 17px;
    }
    .agent_info {
        width: 50%;
    }
    .agentForm {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .agentLogo {
        width: 50%;
        text-align: right;
    }
    .agentLogo img {
        width: 75px;
        height: 75px;
    }
    .agentForm form .prefer_to_contact {
        display: flex;
        justify-content: space-between;
    }
    .agentForm form .formField.prefer_to_contact label {
        float: none;
        width: auto;
    }
    .agentForm form .formField.prefer_to_contact .conectedChbox {
        width: auto;
    }
    .ratingStar img {
        width: 130px;
    }
    .ratingStar:after {
        border-left: 35px solid #557396;
        right: -35px;
    }
    .profileDesc h2 {
        font-size: 25px;
    }
    .profileDesc h2 span {
        font-size: 30px;
    }
    .agent_info {
        position: static;
    }
    .ratingStar {
        bottom: 0;
        left: 0;
    }
    .agentbox {
        position: relative;
    }
}

@media (max-width: 568px) {
    .agentForm form .prefer_to_contact {
        flex-direction: column;
    }
    .ad-list-main.widget-main.searchresult {
        height: 60%;
    }
    .ratingStar {
        padding: 0px 10px;
    }
    .ratingStar img {
        width: 100px;
    }
    .ratingStar:after {
        border-top: 39px solid transparent;
    }
    .profileDesc h2 {
        font-size: 20px;
    }
    .profileDesc h2 span {
        font-size: 25px;
    }
    .profileCont .profileInfo {
        width: auto;
        float: none;
    }
    .profileCont .profileDesc {
        width: 100%;
    }
    .agentleadhead h4 {
        font-size: 20px !important;
    }
    .agentForm form .formField {
        height: auto;
    }
    .learnMore {
        padding: 6px 18px !important;
    }
}

@media (max-width: 320px) {
    .moduleContent {
        right: 0;
    }
    .moduleContent form#user-search input.postalCode {
        max-width: 200px;
        padding: 1px 8px 8px 8px;
    }
    .moduleContent p {
        margin-top: 20px;
    }
    .fegli_logo {
        bottom: 5px;
        right: 5px;
    }
}