/*
Theme Name: Dorlan
Author: Dorlan
Author URI: https://avniyay.in/
Description: Dorlan
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: dorlan
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
video { 
    max-width: 100%;
    position: relative;
    z-index: 3;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

button {
    outline: none !important;
}
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: black;
    text-decoration: underline;
}
img {
    max-width: 100%;
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    font-family: 'Open Sans';
    position: relative;
    max-width: 100vw;
    cursor: default;
    line-height:1;
    /* font-size: 10px; */
    padding-top: 100px;
    transition: 0.3s all ease;
} 
    
div#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow-x: hidden;
}

header {
    border-top: 15px solid #E2E2E2;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    position: fixed;
    width: 100%;
    z-index: 222;
    left: 0;
    top: 0;
    transition: 0.4s all ease;
}
body.is-sticky header {
    border-top: 0px;
}

.container-header {
    background: white;
    /* position: sticky; */
    /* top: 10px; */
}

.header-row {
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: 15px 0px;
    /* justify-content: center; */
    align-items: end;
    /* padding-inline-end: 315px; */
    position: relative;
    transition: 0.2s all ease;
}
.header-topper {
    display: flex;
    gap: 15px;
    width: fit-content;
    margin-bottom: 10px;
    justify-content: end;
    /* border-bottom: 1px groove #e6e6e6; */
    padding-bottom: 10px;
    margin-inline-start: auto;
}

.header-socials {
    display: flex;
    gap: 10px;
}

.a-contact a {
    text-decoration: none;
    background: #2197B7;
    line-height: 24px;
    padding: 3px 20px;
    color: white;
    border-radius: 10px;
    margin: 0px 10px;
}

.a-contact {
    padding: 0px 10px;
    margin: -4px 0px;
    border-left: 1px solid #BBB;
}

.soc a {
    color: #2197b7;
    font-size: 16px;
    padding: 6px;
}

.soc a:hover {
    color: #b4b4b4;
}

.a-contact a:hover {
    opacity: 0.7;
}
.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.logo {
    display: table;
}

.header-menu {
    line-height: 1.3;
}

.header-menu a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.header-content {
    margin: 0 0;
    margin-inline-start: auto;
}

.header-logo {
    margin-inline-end: 20px;
}

.header-menu > nav > div > ul > li + li:before {
    content: '|';
    margin: auto 10px;
}

.header-menu > nav > div > ul > li {
    display: flex;
    align-items: center;
}
.header-menu ul.sub-menu {
    display: none;
}

.header-menu ul li.mega-menu > ul.sub-menu {
    display: flex;
    position: absolute;
    top: 82px;
    z-index: 10;
    background: #fffffff2;
    right: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 4px solid #2299b9;
    align-items: start;
    line-height: 1.8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: 0.15s all ease;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu {
    display: block;
    padding-inline-end: 20px;
}

.header-menu > nav > div > ul > li > a[href="#"] {
    cursor: default;
}

.header-menu ul li.mega-menu > ul.sub-menu > li > a {
    font-weight: 700;
}

.header-menu nav > div > ul > li a {
    transition: 0.2s all ease;
    font-size: 16px;
}

.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    padding-inline-start: 20px;
}
.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li {
    position: relative;
}

.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 13px;
    padding: 5px;
    margin: -5px;
    transition: 0.2s all ease;
    line-height: 0;
    transform-origin: center;
    height: 15px;
}

.header-menu > nav > div > ul > li.vertical-menu > .sub-menu {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 33px;
    z-index: 10;
    background: #fffffff2;
    right: 0;
    min-width: 240px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 4px solid #2299b9;
    align-items: start;
    line-height: 1.8;
    opacity: 0;
    text-wrap: nowrap;
    visibility: hidden;
    transform: translateY(-5px);
    transition: 0.15s all ease;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

.header-menu > nav > div > ul > li.vertical-menu {
    position: relative;
}

.header-menu > nav > div > ul > li.vertical-menu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    /* transition-delay: 0.4s; */
    transform: none;
}

.header-menu nav > div > ul > li a:hover {
    color: #2299b9;
}

.header-menu > nav > div > ul > li.vertical-menu > .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 20px;
    width: 100px;
    display: block;
    right: -30px;
}

.header-menu ul li.mega-menu > ul.sub-menu > li > a[href="#"] {
    pointer-events: none;
}

@media (min-width:992px) {	
	.header-menu ul li.mega-menu:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}
.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler > span {
    display: block;
    border: 5px solid transparent;
    border-top: 7px solid #2299b9;
    height: 0;
}
.header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li.sub-menu-toggled > .dropdown-menu-toggler {
    transform: rotateX(180deg) translateY(6px);
}







/*** FOOTER ***/

footer {
    margin-top: 110px;
    background: #404040;
    padding: 20px;
}

footer a {
    color: white;
}
footer .row .col-lg-5 {flex: 0 0 50%;max-width: 50%;}
.footer-menu {
    display: flex;
    align-items: center;
    justify-content: start;
}
.footer-qr {
    width: 100px;
    margin-inline-start: auto;
    /* margin-top: 20px; */
    padding: 0px 5px;
}
.footer-menu > li + li:before {
    content: '|';
    margin: 0px 10px;
    color: white;
}

.footer-menu li {
    padding: 0px 0px;
}

footer ul, header ul {
    list-style: none;
}

.footer-menu li a {
    text-decoration: none;
}



.input-col.full.pp {
    font-size: 12px;
    line-height: 1.6;
}


/*** Agents ***/
.header-agents {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    margin: 0px auto 50px;
    box-shadow: 0px 53px 32px -58px rgba(0,0,0,0.8);
    width: 100%;
}

    .header-agents > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.title-ribbon {
    position: absolute;
    right: 0;
    /* background: #0083aa; */
    color: white;
    top: 18%;
    right: 0;
    padding: 20px;
    font-size: 50px;
    font-weight: 300;
    height: 80px;
    line-height: 80px;
    padding: 0px 20px;
    padding-inline-end: 80px;
    padding-inline-start: 80px;
    text-shadow: 0px 0px 15px rgba(0,0,0,1), 0px 0px 15px rgba(0,0,0,1);
    text-align: start;
    min-width: 22%;
    display: flex;
    align-items: center;
}

.title-ribbon:after {
    content: '';
    background: #0083aa;
    width: 40px;
    left: -20px;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    transform: skew(-16deg );
    display: none;
}
.agent-bg {
    background: #e7f4f8;
    display: table;
    margin: 0px auto 0px;
    padding: 40px;
    width: 100%;
    max-width: 1150px;
}

.header-line {height: 8px;position: relative;}

.header-line.has-h2 {
    height: 52px;
}

.header-line img {
    width: 1640px;
    margin: auto;
    display: table;
    max-width: 1640px;
    position: absolute;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
}

.header-line:after {
    content: '';
    height: 1px;
    background: #dbdada;
    width: 100%;
    display: block;
    bottom: -1px;
    position: absolute;
    z-index: -1;
}
.business-card ul li::marker {
    color: #0a5182;
    font-size: 19px; 
}

.business-card ul {list-style: square;}
 

.agent-description {
    padding: 30px 30px;
    text-align: center;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
}

.agent-insblocks {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    margin: 30px auto 80px;
    flex-wrap: wrap;
    gap: 10px;
}

.agent-insblock {
    flex: 0 0 180px;
    margin: 10px 0px;
    position: relative;
}

.block-blue {
    background: #0a5182;
    width: 180px;
    height: 180px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 20px 0px;
    text-align-last: center;
    text-align: center;
    line-height: 1.2;
}

.business-card ul {
    margin-top: 40px;
}

.agent-logo {
    max-width: 250px;
    display: table;
    margin: auto;
}

.block-blue .img {
    height: 80px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
}

.block-blue span.triangle {
    content: '';
    position: absolute;
    bottom: 0;
    color: white;
    opacity: 0.5;
    padding: 0;
    font-size: 46px;
    line-height: 1;
}

.block-blue .label {
    color: white;
    font-size: 18px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insblock-list {
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    background: #eaeaea;
    line-height: 1.7;
    font-size: 16px;
    top: 103%;
    padding: 10px;
    z-index: 2;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease;
}

.agent-insblock:hover .insblock-list {
    opacity: 1;
    visibility: visible;
    transform: none;
}




/** generls **/

.h2 {
    text-align: center;
    font-weight: 500;
    color: #007fa6;
}

.h2 strong {
    font-weight: 700;
}
.container {
    max-width: 1190px;
}

img {
    max-width: 100%;
}


b { font-weight:700; }



/*** Formatted content ***/


.formatted-content p, .formatted-content li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.formatted-content ul {
    margin: 20px;
}

.formatted-content strong,
.formatted-content b {
    font-weight: 700;
}
.formatted-content p a, .formatted-content li a {
    color: inherit;
}



 
.agents-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

.input-col input:not([type="checkbox"]), .input-col select {
    height: 60px;
    line-height: 60px;
    direction: rtl;
    text-align: right;
    padding: 0px 20px;
    outline: none;
    width: 100%;
    border: 1px solid #afb9bc;
    max-width: 100%;
    font-size: 18px;
    background: #ffffff;
}
span.wpcf7-list-item-label {
    font-size: 12px;
}

span.wpcf7-list-item > label {
    display: flex;
    align-items: start;
    line-height: 1.4;
    gap: 10px;
}

.select2-container {
    width: 100% !important;
}
.input-col {
    padding: 0px 20px;
    flex: 0 0 28%;
}
.agents-form.join {
    flex-wrap: wrap;
}

.agents-form.join .input-col {
    flex: 0 0 calc(50% - 0px);
    margin-bottom: 30px;
    font-size: 18px;
}

.agents-form.join .input-col.full {
    flex: 0 0 100%;
}

.input-col textarea {
    height: 140px;
    line-height: 1.6;
    direction: rtl;
    text-align: right;
    padding: 10px 20px;
    outline: none;
    width: 100%;
    border: 1px solid #afb9bc;
    max-width: 100%;
}

input#agents-submit-form {
    background: url(/wp-content/themes/orlan/images/big_button_dark.png);
    outline: none;
    border: 0;
    line-height: 60px;
    cursor: pointer;
    height: 60px;
    margin: 20px auto;
    filter: grayscale(1) brightness(1.2);
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* width: 100%; */
    text-align: center;
    background-position: center;
    color: white;
    font-size: 26px;
    min-width: 450px;
    transition: 0.3s all ease;
    display: table;
}
input#agents-submit-form:hover {
    filter: none;
}
.agents-form.single-agent-form input#agents-submit-form {
    width: 100%;
    max-width: 120px;
    min-width: auto;
    background: url(/wp-content/themes/orlan/images/button-blue.png);
    background-size: cover;
}
span.wpcf7-spinner {
    position: absolute;
    left: 100% !important;
}

.submit-col {
    flex: 1;
}
.wpcf7-response-output {
    text-align: center;
    border: 0 !important;
    color: red !important;
    font-weight: 700;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    padding: 0px 10px;
    line-height: 2;
}

.wpcf7-not-valid {
    box-shadow: 0px 0px 1px 1px red;
    color: red;
}

.wpcf7-not-valid::placeholder {
    color: red;
}

span.wpcf7-form-control-wrap {
    display: block;
}
.agents-form.join .input-col.radios > p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
 
.agents-form.join .input-col.radios > p span.wpcf7-list-item > label {
    display: flex;
}

span.wpcf7-form-control.wpcf7-radio {
    width: 100%;
    gap: 10px;
    display: flex;
    padding: 10px 0px;
}

.agents-form.join .input-col.radios > p span.wpcf7-list-item > label > input {
    display: none;
}

.agents-form.join .input-col.radios > p span.wpcf7-list-item > label > input + span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    margin-left: 10px;
    border-radius: 20px;
}

span.radios-label {
    font-size: 18px;
}

.agents-form.join .input-col.radios > p span.wpcf7-list-item > label > input 
 + span.wpcf7-list-item-label {
    display: flex;
    align-items: center;
}

.agents-form.join .input-col.radios > p span.wpcf7-list-item > label > input:checked + span:before {
    background: #1d96b6;
    border-color: transparent;
    content: '\f00c';
    font-family: fontAwesome;
    line-height: 30px;
    text-align: center;
    color: white;
}




/*** Agent Form *******/

div#agent-edit-form {
    /* position: fixed; */
    padding: 30px;
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 2222; */
    color: #828181;
}

.agent-edit-form {
    position: relative;
    /* z-index: 2; */
    /* background: white; */
    /* height: calc(100vh - 70px); */
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 40px;
    /* overflow: auto; */
    /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.7); */
}
.close-agent-form {
    position: absolute;
    padding: 20px;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #007fa6;
    display: none;
}
.agent-edit-form .h2 {
    font-size: 24px;
    font-weight: 700;
}

.form-row {
    justify-content: space-between;
}

.col-half {
    flex: 0 0 47.5%;
    position: relative;
}

.col-third {
    flex: 1;
}

.form-title {
    font-weight: 700;
    color: #007fa6;
    margin-top: 40px;
    margin-bottom: 10px;
}

.edit-form input[type="text"], .edit-form input[type="url"], .edit-form select {
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #a5a5a5;
    padding: 0px 20px;
    color: #828181;
    /* margin-bottom: 20px; */
}

.input-relative {
    position: relative;
}

.input-relative img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70%;
    right: 10px;
}

.form-row + .form-row {
    margin-top: 20px;
}

.edit-form .input-relative input {
    padding-right: 60px;
    direction: ltr;
    text-align: right;
}

.edit-form textarea {
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border: 1px solid #828181;
    padding: 20px 20px;
    height: 170px;
    line-height: 1.7;
    color: #828181;
}

.col-full {
    flex: 0 0 100%;
}

.logo-input-container {
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    /* line-height: 1.6; */
}
.logo-input-container > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.logo-input-container .img {
    border: 1px dashed #AAA;
    padding: 20px;
    border-radius: 20px;
    margin-inline-end: 20px;
}

.form-row.file-row {
    line-height: 1.5;
}
.logo-input-container .img img + img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100px;
    right: 0;
    margin: 30px;
    background: white;
    z-index: 2;
}

button.edit-form-submit,
button#edit-form-submit {
    cursor: pointer;
    background: url(/wp-content/themes/orlan/images/button-save.png);
    width: 400px;
    height: 70px;
    border: 0;
    outline: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    margin: 20px auto 10px;
    color: white;
    font-size: 20px;
    max-width: 100%;
    font-weight: 600;
}
button.edit-form-submit:active, button#edit-form-submit:active {
    top: 2px;
    position: relative;
}
div#popup-2fa {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all ease;
}

div#popup-2fa.active {
    opacity: 1;
    visibility: visible;
}

.popup-2fa-inner {
    margin: auto;
    max-width: 800px;
    width: 100%;
    background: white;
    padding: 50px;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
    text-align: center;
}

.digit-inputs {
    display: flex;
    justify-content: center;
    margin: 45px auto 60px;
    gap: 15px;
    direction: ltr;
}

.digit-inputs input {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: black;
    outline: none;
    padding: 0;
    line-height: 70px;
    border: 1px solid #AA8;
    color: #054a7b;
}

.popup-2fa-title {
    color: #007fa6;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
}

.login-text {
    color: #007fa6;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
}

.header-login-agents {
    padding: 100px 0px;
}
.text-input input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0px 20px;
    margin: 10px 0px;
    text-align: right;
}

.login-form {
    margin: 20px auto;
}

button.delete-item {
    color: red;
    background: none;
    border: 0;
    margin: 10px 0px;
    position: absolute;
    left: 5px;
    font-size: 10px;
    top: 0;
    bottom: 0;
    cursor: pointer;
}


button.add-item {
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    padding: 0px 0px;
    color: #828181;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: none;
    position: absolute;
    left: 5px;
    bottom: 0;
    margin: auto;
    top: 0;
}

.item-row {
    position: relative;
    /* margin-bottom: 10px; */
    flex: 0;
}

button.add-item span {
    width: 25px;
    height: 25px;
    display: table;
    background: #005392;
    margin: auto -10px;
    line-height: 25px;
    color: white;
}




.category-items {
    border: 1px solid #b1b1b1;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
} 
.category-title {
    flex: 0 0 150px;
}

.item-row input[type="text"] {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    width: auto;
    border: 1px solid #ddd;
}


.checkbox-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px 40px;
    padding: 30px 7px;
}

.checkbox-container > div > input {
    display: none;
}

.checkbox-container > div > input + label {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    position: relative;
    min-width: 20px;
}

.checkbox-container > div {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-container > div > input:checked + label:before {
    content: '\f00c';
    font-family: fontAwesome;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    display: block;
    background: #007fae;
    color: white;
}

.checkbox-container > div > input:checked + label {
    border-color: #007fae;
}
	
	
	
	
	
	div#template {}

div#template .link_item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin: 20px 0px;
}

div#template .link_item > div {
    flex: 1;
}
 

button#add_link_button {
    margin-inline-start: auto;
    display: table;
    border: 0px;
    background: none;
    outline: none;
}
 

div#links_container .link_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0px;
}

div#links_container .link_item > div {
    flex: 1;
}

div#links_container .link_item > button {
    position: absolute;
    left: 15px;
    background: #005393;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border: 0px;
    text-align: center;
    color: white;
    line-height: 5px;
    font-size: 19px;
    font-family: math;
    font-weight: 900;
}

div#links_container {
    margin-top: 40px;
}

div#links_container .link_item > div:first-of-type > input {
    width: calc(100% + 1px);
    border-inline-end: 0px;
}

div#links_container .link_item > div:nth-of-type(2) > input {
    border-right: 0px;
    direction: ltr;
    padding-left: 50px;
}

button#add_link_button span.p {
    width: 20px;
    height: 20px;
    background: red;
    display: inline-block;
    margin-inline-start: 10px;
    background: #005393;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border: 0px;
    text-align: center;
    color: white;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

a.link-item-display {
    padding: 10px 20px;
    /* text-align: center; */
    display: block;
    background: #007fa6;
    transition: 0.2s all ease;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.link-item-display:hover {
    opacity: 0.8;
}

.agent-links {
    padding: 60px 0px 80px;
}
 

.socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.socials a img {
    width: 32px;
}
.logo-input-container .img img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    object-position: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0px;
    text-align: center;
    direction: rtl;
    font-weight: 800;
    font-size: 22px;
    margin: 30px auto 20px;
    padding: 0;
    color: #0a5182;
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: '\f00c';
    font-family: fontAwesome;
    margin-inline-end: 10px;
}

body.rtl span.select2-selection.select2-selection--single {
    height: 60px;
    line-height: 60px;
    direction: rtl;
    text-align: right;
    padding: 0px 20px;
    outline: none;
    width: 100%;
    border: 1px solid #afb9bc;
    max-width: 100%;
    font-size: 18px;
    border-radius: 0px;
}

body.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding: 0;
}
span.select2-search.select2-search--dropdown:after {
    content: '\f002';
    font-family: fontAwesome;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    font-size: 20px;
    opacity: 0.2;
    z-index: -1;
}

span.select2-search.select2-search--dropdown {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
body.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

body.rtl span.select2-dropdown.select2-dropdown--below {
    direction: rtl;
}

button.lity-close {
    position: absolute;
    bottom: 100%;
    top: auto !important;
}


div#area-results h1 {
    font-size: 40px;
    margin: 50px 0px 30px;
    color: #0082a9;
}

div#area-results h1 + div {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.agent-box-item {
    background: #e7f4f8;
    margin-bottom: 40px;
    padding: 40px 20px;
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 320px;
}

.col-lg-12.separator > div {
    left: 0;
    position: absolute;
    height: 40px;
    background: url(/wp-content/themes/orlan/images/shadow-line.png);
    width: 100%;
    z-index: 2;
    right: 0;
    background-size: 100% 100%;
    background-position: bottom;
    top: -3px;
}
.agent-box-item > a {
    display: table;
    background: #0a5182;
    color: white;
    line-height: 44px;
    text-decoration: none;
    margin: auto auto 0px;
    padding: 0px 50px;
    font-weight: 500;
}
 
.agent-box-item > a:hover {
    opacity: 0.8;
}

.agent-box-item > div > strong {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 80px;
}

.agent-box-item > div > strong:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0a5182;
}

.agent-box-item > div {
    margin-top: 5px;
    display: flex;
    gap: 10px;
    align-items: start;
}

.agent-box-item > .title {
    font-weight: 700;
    margin-bottom: 3px;
}

.hebrew-pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 100%;
    padding: 10px 0px 20px;
    font-size: 24px;
}
span.letter.disabled-letter {
    opacity: 0.3;
    cursor: default;
}

span.letter.all.disabled-letter {
    cursor: pointer;
    opacity: 1;
}

span.letter {/* text-decoration: underline; */color: #0a5182;cursor: pointer;padding: 5px 8px;}

span.letter.active {
    font-weight: 700;
}
 

.footer-socials {
    display: flex;
    justify-content: end;
}

.footer-socials a {
    color: white;
    font-size: 18px;
    display: table;
    padding: 10px 10px;
    margin: -10px 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}


@media (max-width: 992px) {


    .header-menu {
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        height: calc(100vh - 0px);
        width: 100%;
        overflow: auto;
        padding: 15px;
        transition: 0.3s all ease;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9);
        transform-origin: top center;
        padding-top: 125px;
    }
    
    .header-logo {
        margin: auto 0;
        position: relative;
        z-index: 2;
    }
    
    a.logo img {
        height: 40px;
        margin-inline-start: 0;
    }
    
    .header-row {
        padding: 15px 10px;
    }
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        border-bottom: 1px solid #ddd;
        border-top: 9px solid #e2e2e2;
    }
    
    body {
        padding-top: 82px;
    }
    
    .header-menu ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .header-menu > nav > div > ul > li + li:before {
        display: none;
    }
    
    .header-menu > nav > div > ul > li {
        padding: 0px 0px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    div#mobile-toggler {
        height: 20px;
        width: 30px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        margin: auto 10px;
        margin-inline-start: auto;
    }
    
    div#mobile-toggler > div {
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background: #008aaf;
        transition: 0.3s all ease;
    }
    
    body.mobile-menu-open .header-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        /* padding-top: 100px; */
    }
    
    .header-menu ul li  .dropdown-menu-toggler:before {
        content: '';
        margin-inline-start: auto;
        display: table;
        order: 2;
        display: table;
        border: 7px solid transparent;
        border-top: 9px solid #2299b9;
        height: 0;
        top: 2px;
        position: revert;
    }
    
    .header-menu ul li > ul.sub-menu {
        order: 3;
        width: 100%;
        display: none;
    }
    .header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu,
    .header-menu ul li.veritcal-menu > ul.sub-menu > li > ul.sub-menu { display:none; }
    .dropdown-menu-toggler {
        margin-inline-start: auto;
        line-height: 0;
        height: 0px;
        display: table;
        margin: auto 0;
        margin-inline-start: auto;
        transition: 0.3s all ease;
        transform-origin: center;
        position: absolute;
        z-index: 2;
        padding: 10px 10px;
        left: 0;
        top: 5px;
    }
    
    .header-menu > nav > div > ul li {
        /* border-bottom: 1px solid #ddd; */
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
    }
    
    .header-menu ul li.mega-menu > ul.sub-menu, .header-menu > nav > div > ul > li.vertical-menu > .sub-menu {
        position: relative;
        top: 0;
        background: transparent;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: 0s;
        flex: 0 0 100%;
        padding: 0px 0px;
        padding-inline-start: 20px;
        border-top: 0px;
        display: none;
        box-shadow: none;
    }
    
    .header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler > span,
    .header-menu ul li.veritcal-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler > span {
        border: 0;
        display: none;
    }
    
    .header-menu ul li.sub-menu-toggled > ul.sub-menu {
        /* border-top: 1px solid #ddd; */
        margin-bottom: -1px;
    }
    
    .header-menu nav > div > ul > li a {
        font-size: 15px;
        line-height: 2.5;
        flex: 1;
        border-bottom: 1px solid #ddd;
    }
    
    .header-menu ul li.mega-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler,
    .header-menu ul li.veritcal-menu > ul.sub-menu > li > ul.sub-menu > li .dropdown-menu-toggler {
        padding: 0 10px;
        margin: 0;
        top: 15px;
    }
    
    .header-menu > nav > div > ul li.sub-menu-toggled > .dropdown-menu-toggler {
        transform: rotateX(180deg) translateY(9px);
    }
    
    .header-menu ul   ul.sub-menu {
        padding-inline-start: 20px;
    }
    .header-menu ul li.mega-menu > ul.sub-menu > li > a,
    .header-menu ul li.veritcal-menu > ul.sub-menu > li > a {
        font-weight: 400;
    }
     
    body.mobile-menu-open div#mobile-toggler .hm-1 {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    body.mobile-menu-open div#mobile-toggler .hm-3 {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    body.mobile-menu-open div#mobile-toggler .hm-2 {
        transform: rotateY(145deg);
        opacity: 0;
    }


    button.edit-form-submit, button#edit-form-submit {
        /* max-width: 100%; */
    }
    
    .header-login-agents {
        padding: 50px 10px;
    }
    
    .login-text {
        font-size: 20px;
    }
    
    .text-input input {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .footer-menu > li + li:before {
        content: '';
        display: block;
    }
    
    ul#menu-footer {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }
    
    footer {
        padding: 50px 0px;
        margin-top: 40px;
    }
    .popup-2fa-inner {
        max-width: calc(100% - 30px);
        padding: 30px;
    }
    
    .digit-inputs input {
        width: 40px;
        height: 50px;
    }
    
    .digit-inputs {
        margin: 30px auto 20px;
        gap: 8px;
    }
    
    .popup-2fa-title {
        font-size: 20px;
    }

    .agent-edit-form {
        padding: 0px;
    }
    
    .col-half {
        flex: 0 0 100%;
    }
    
    .form-row + .form-row {
        margin-top: 0px;
    }
    
    .col-third {
        flex: 0 0 100%;
    }
    
    .form-row .input-relative {
        /* margin-top: 15px; */
    }
    
    .form-row>.col, .form-row>[class*=col-] {
        padding: 10px 0px;
    }
    
    div#template .link_item > div {
        flex: 0 0 100%;
    }
    
    div#template .link_item {
        flex-wrap: wrap;
    }
    
    div#links_container .link_item {
        flex-direction: column;
        border: 1px solid #ddd;
        padding: 5px 15px;
    }
    
    div#links_container .link_item > div:first-of-type > input {
        width: 100%;
        border: 0px;
        padding: 0;
        padding-inline-end: 30px;
    }
    
    div#links_container .link_item > div:nth-of-type(2) > input {
        border: 0;
        padding: 0;
        padding-left: 30px;
    }
    
    div#links_container .link_item > button {
        top: 19px;
    }
    
    div#links_container .link_item > div {
        width: 100%;
    }
    
    div#links_container .link_item > div + div:after {
        content: '\f0c1';
        font-family: fontAwesome;
        position: absolute;
        left: 19px;
        bottom: 22px;
        color: #005393;
    }
    .checkbox-container > div {
        flex: 0 0 calc(100% / 2 - 5px);
    }
    
    .checkbox-container {
        gap: 25px 9px;
        justify-content: space-between;
    }
    .agent-bg {
        padding: 30px 10px;
        max-width: 100%;
    }
    
    .agents-form {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
    
    .title-ribbon {
        line-height: 30px;
        font-size: 20px;
        letter-spacing: -0.3px;
        padding-inline-start: 60px;
        padding-inline-end: 30px;
        height: 40px;
        top: 32%;
    }
    
    .title-ribbon:before {
        max-width: calc(100% + 15px);
    }
    
    .agent-container {
        word-break: break-word;
    }
    
    .header-line.has-h2 {
    height: 70px;
    }
    
    .agent-description {
        padding: 30px 0px;
    }
    
    .header-agents {
        overflow: hidden;
        margin: 0;
    }
    
    .agent-logo {
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }

    .agent-insblock {
        flex: 0 0 calc(100% / 2 - 5px);
        margin: 0;
    }
    
    .block-blue {
        width: 100%;
        height: 180px;
    }
    
    .agent-links {
        padding: 30px 0px 50px;
    }
    
    .agent-insblocks {
        margin-bottom: 30px;
    }
    
    a.link-item-display {
        margin-top: 1px;
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
    }

    a.link-item-display .ms {
        /* display: none; */
    }
    
    a.link-item-display .ch {
        font-weight: 100;
        font-size: 14px;
        margin: auto 0px;
    }
    
    .h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-wrap: balance;
    }
    
    .input-col input, .input-col select {
        width: 100%;
        line-height: 50px;
        height: 50px;
        margin-bottom: 14px;
    }
    
    .input-col {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .submit-col {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .header-socials {position: fixed;top: 88px;z-index: -2;left: 20px;visibility: hidden;opacity: 0;transition: 0.3s all ease;transform: translateY(-10px);}
    
    .a-contact {
        position: fixed;
        z-index: 20;
        top: 85px;
        right: 0px;
        margin: auto 0;
        padding: 0;
        border: 0;
        z-index: -2;
        left: 20px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s all ease;
        transform: translateY(-10px);
    }
     
    body.mobile-menu-open .a-contact, body.mobile-menu-open .header-socials {
        opacity: 1;
        visibility: visible;
        transform: none;
        z-index: 10;
    }
    .agents-form.join .input-col span.radios-label {
        display: block;
        width: 100%;
        flex: 0 0 100%;
    }
    
    .wpcf7-list-item {
        margin: 0px;
        margin-inline-end: 20px;
    }
    footer .row .col-lg-5 {
		margin: auto;
	}
    .agents-form.join .input-col.radios > p span.wpcf7-list-item > label > input + span:before {
        width: 20px;
        height: 20px;
        line-height: 20px !important;
        font-size: 16px;
    }

    .input-col.radios {padding: 10px 20px;}
    .footer-socials {
        justify-content: center;
        margin: 30px auto 0px;
    }
	
	a.big-button {
		max-width: 100%;
		background-size: 400px auto;
		font-size: 19px;
	}

	a.big-button:after {
		height: 20px;
	}
	.footer-qr {
	    margin: 30px auto;
	}
	span.wpcf7-list-item > label > input {
	    width: 20px;
	    margin: 0;
	    height: auto;
	    line-height: normal;
	    flex: 0 0 20px;
	}
}


.select2-container--default {
		direction:rtl !important;
	text-align:right !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px !important;
    border: 0px;
    outline: none;
    line-height: 50px;
    height: 50px;
    padding: 0px 20px;
    background: transparent;
    border-bottom: 1px solid #ddd !im;
}

.select2-search--dropdown {
    padding: 0;
	direction:rtl !important;
	text-align:right !important;
}
 