/* -----------------------------------

	Basic classes and elements

------------------------------------- */

::-webkit-selection {
    background: #DB2E2E;
    color: #FFFFFF;
}

::-moz-selection {
    background: #DB2E2E;
    color: #FFFFFF;
}

::selection {
    background: #DB2E2E;
    color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #F7F9F9;
}

::-webkit-scrollbar-thumb {
    background: #DB2E2E;
}

::-webkit-input-placeholder {
    -webkit-transition: text-indent .5s ease, color .5s ease;
    color: #899096;
}

input::-moz-placeholder {
    color: #899096;
}

::ms-input-placeholder {
    color: #899096;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

a {
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -ms-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}

a:hover {
    text-decoration: none;
}

.content-wrap {
    margin-top: 115px;
}

.content-wrap > .page-title {
    padding: 30px 0;
    text-align: center;
    background: #DB2E2E;
}

.text-primary {
    color: #DB2E2E !important;
}

.btn-primary {
    background: #DB2E2E !important;
    color: #FFFFFF;
}

.bg-primary, .media-avatar {
    background: #DB2E2E !important;
    color: #FFFFFF;
}

/*.box {
    border: 1px solid #EAEAEA;
    padding: 0 15px;
    margin: 15px 0;
}*/

.home-main-intro::after {
    background: linear-gradient(to bottom, white 0%, rgb(255 255 255 / 61%), #FFFFFF8C);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(rgba(255, 255, 255, 0.5)), to(white));

}

.select2-container .select2-selection--single {
    border: none;
    height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 20px;

}

.site-logo {
    width: 220px;
    margin: auto;
    transition: all 0.3s ease-out;
}

.sticky .site-logo {
    width: 180px;
}

.navbar-brand-mobile .site-logo {
    width: 180px;
    margin: auto;
}

.border-radius-0 {
    border-radius: 0;
}

.media .media-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;

    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 0;
    line-height: 40px;
    margin-right: 12px;
    margin-top: -4px;
}

.media .media-avatar a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.media .media-avatar a,
.media .media-body a {
    text-decoration: none;
}

/*.media .media-body a:hover {
    color: #db2e2e ! important;
}
*/
.media .media-avatar img {
}

.media .media-avatar .avatar-text {
}

.media .media-avatar .avatar-text span {
}

.mdi::before {
    font-size: 2rem;
    line-height: 14px;
}

.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFFFFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}

.list-group-item.social-media .mdi::before {
    font-size: 28px;
    line-height: 32px;
}

.list-group-item .icon i {
    margin-right: 6px;
}

.color-facebook {
    color: #4267B2;
}

.color-instagram {
    color: #E1306C;
}

.color-whatsapp {
    color: #25D366;
}

.color-linkedin {
    color: #0077B5;
}

.color-twitter {
    color: #1DA1F2;
}

.color-youtube {
    color: #FF0000;
}

.color-viber {
    color: #665CAC;
}

.directory-item .list-group .list-group-item:first-child {
    margin-top: 10px;
}

.directory-item .list-group .list-group-item {
    padding: 4px 0;
}

.directory-item .list-group .list-group-item .item-icon {
    float: left;
    margin: 0;
    width: 5%;
    min-width: 20px;
    vertical-align: top;
    color: #DB2E2E;
}


.directory-item .list-group .list-group-item .card-text {
    float: right;
    width: 90%;
    margin: 0;
}

.store .card .list-group-item a {
    color: #666666
}

.store .card .list-group-item a:hover {
    color: #DB2E2E;

}


.testimonials-slider.arrow-top .testimonial-icon .icon {
    stroke: #DB2E2E;
    fill: #DB2E2E;
}

.home-main .our-directory .container-1720 {
    padding: 0 10px;
}

.media-body-sub-title {
    margin-top: 2px;
    font-weight: 500;
}

.counter {
    text-align: center;
    margin: 0 auto;
}

.counterup {
    text-align: center;
}

.select2-container * {
    border: none;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #DB2E2E;
    color: #FFFFFF;
}


.our-directory-agent .agent-image-wrapper {
    width: 280px;
    overflow: hidden;
    margin: auto;
}


.display-views {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.7;
    border-radius: 3px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background: #DB2E2E;
    color: #FFFFFF;

}

.bootstrap-tagsinput .badge {
    font-size: 14px;
    font-weight: normal;
}

.bootstrap-tagsinput {
    box-shadow: none;
    display: block;
    width: 100%;
    height: calc(1.7em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    background-color: #428BCA;
}

.modal {
    z-index: 10000;
}

.select2-container {
    z-index: 10000;
}

.sticky-area {
    z-index: 9;
}


.display-card .card-header,
.display-card .card-body,
.display-card .card-footer {
    /*border: none;*/
    background: #FFFFFF;

}

.display-card {

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;

}

.display-card:hover {
    box-shadow: #ABABAB 2px 2px 4px -1px;
}

.display-card .card-header {
    border: none;
    padding: 15px;
}

.display-card .media .media-avatar {
    height: 32px;
    width: 32px;
    line-height: 32px;
    position: relative;
    bottom: -5px;
}

.display-card .media .media-right {
    float: right;
    text-align: right;
}

.display-card .media-right .large-view {
    font-size: 20px;
    font-weight: 300;
}

.display-card .media .media-body {
    text-align: left;
}

.display-card .card-body .media .media-avatar {
    background: transparent !important;
    color: #DB2E2E;
}

.display-card .card-title {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.display-card .card-body {
    padding: 15px;

}

.display-card .card-footer {
    padding: 10px 15px;

}

.display-card ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.display-card ul li {

}

.display-card .item-icon,
.display-card .card-text {

}

.display-card .item-icon {

}

.display-card .card-text {

}

.btn-outline-primary {
    border-color: #DB2E2E;
    color: #DB2E2E !important;
}

.btn-outline-primary:hover {
    border-color: #DB2E2E !important;
    background: #DB2E2E;
    color: #FFFFFF !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    border-color: #DB2E2E !important;
    background: #DB2E2E;
}

.btn.btn-sm {
    padding: 2px 10px;
}

.agent-details {
    /* padding-bottom: 10px;*/
    margin: 0;
    list-style-type: none;
    padding: 0 0 10px 0;
}

.agent-details li {

}

.agent-social-media a i:before {
    font-size: 32px;
    line-height: 32px;
}

/*Font Size*/
.font-size-8 {
    font-size: 8px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-27 {
    font-size: 27px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-29 {
    font-size: 29px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-45 {
    font-size: 45px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-size-55 {
    font-size: 55px !important;
}

.font-size-60 {
    font-size: 60px !important;
}

.font-size-65 {
    font-size: 65px !important;
}

.register-header {
    background: #DB2E2E !important;
}

.register-header h5 {
    color: #FFFF;
}

.countName::before {
    display: inline-block;
    content: " ";
    border-radius: 0;
    border: 2px solid #DB2E2E;
    top: 2px;
    height: 3px;
    width: 70px;
}

.modal-register {
    top: -50px !important;
}

.help-block {
    color: #DB2E2E;
}

.pull-right {
    text-align: right;
}

.pull-center {
    text-align: center;
}

/*@media only screen and (min-width: 577px) {
   .qr-01{
       display: block ! important;
    }
     .qr-02{
       display: none;
    }
      
    
}*/

@media only screen and (max-width: 576px) {
    .qr-02 {
        display: block;
    }

    .qr-01 {
        display: none;
    }

}

.pd-bt {
    padding: 10px 0;
}

.media-body h5 {
    font-size: 14px;
}

.agent-social-media a {
    padding-right: 10px;

}

/*business-card*/

.card-business {

    /*font-family:times new roman;*/
}

.card-01 {

    margin: 15px auto 0;
    border: 1px solid #CCCCCC;
    /*background: lighten(#F0EAD6, 5);*/
    /*text-shadow: 0px 1px rgba(0, 0, 0, .1), 0px -1px rgba(255, 255, 25, .1);*/
    /*text-align: center;*/
    /*font-variant:small-caps;*/
    padding: 1em;
    position: relative;
}


.card-inner {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0 2em;
    /*border:3px solid gray;*/
    /*padding-top: 1em;
    padding-bottom: 1em;*/
    font-size: 1em;
    position: relative;
    padding: 10px 1em;
}

.card-inner h2 {
    /* border-bottom: 1px solid gray;*/
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: -4px;

}

.card-inner h2 a {
    color: black;
}

.card-inner h2 a:hover {
    color: #DB2E2E;
}

.card-inner h4 {
    font-size: 15px;
    padding: 3px 0;
}

.card-inner h3 {
    margin: .7em 0 1em;
}

.card-inner p {

    /*margin:.4em 0;*/
    margin: 1px;
}

.loc-01 {
    display: inline-block;
}

.loc-01 i {
    display: inline-block;
    color: #DB2E2E;
}

.loc-01 a {
    color: #666666;
}

.loc-01 a:hover {
    color: #666666;
    text-decoration: underline;
}

.loc-01 p {
    display: inline-block;
}

.district-01 {
    padding-top: 2px;
    padding-bottom: 4px;
    line-height: 23px;
    font-size: 15px;
}

.district-01 p {
    /*margin-bottom: -7px;*/
    margin-bottom: 0;
}

.link-01 {
    position: absolute;
    bottom: -17px;
    left: 1px;
}

.link-02 {
    position: absolute;
    bottom: -12px;
    right: 20px;
}

.alpha {
    padding: 0 10px !important;
    margin-left: 6px !important;
    color: #B3B1B1 !important;
    border: 0px !important;
}

.agent-locations {
    border-right: 1px solid #DB2E2E;
}

.tick {
    padding-left: 5px;

}

.tick i {
    /*color: #09c;*/
    color: #DB2E2E;
}

.link-01 {
    display: block;
    margin: 7px 10px;
}

.link-01 a {
    color: #DB2E2E;
}

.link-01 a:hover {
    color: #0099CC;
}

.new-icon {
    margin: 16px 0;
}

.new-icon i {
    color: #DB2E2E;
}

.home-main-how-it-work {
    z-index: 9999999 ! important;
}

.md-body {
    /*justify-content: center;*/
}

.district-03 a {
    /*font-weight: bold;*/
}

.loc-03 i {
    color: #DB2E2E;
}

.loc-03 span {
    font-weight: 600;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #D4D4D4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.md-01 {

    display: inline-block ! important;
}

.md-02 {
    float: none ! important;
    display: inline-block !important;
    position: relative;
    top: -1px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D4D4D4;
}

.gtf-back-to-top {
    visibility: unset;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #E9E9E9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #FFFFFF;
}

.hidden {
    display: none;
}

.media .media-body .media-avatar {
    float: left;

}

.media .media-heading {
    float: left;


}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.agent-card {
    padding-bottom: 11px;
}

.warning-msg {
    color: red;
}

.map {
    width: 100%;
    height: 400px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    bottom: 30px;
    left: -50px;
    min-width: 320px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #CCCCCC;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.icon-container {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333333 #333333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.pulsate2 {
    border: 4px solid blue;
    background: tranparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 0.8s ease-out;
    -moz-animation: pulse 0.8s ease-out;
    animation: pulsee 1000ms ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0.5;
}

.pulsate {
    border: 4px solid red;
    background: tranparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 0.8s ease-out;
    -moz-animation: pulse 0.8s ease-out;
    animation: pulsee 1000ms ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: 1;
    opacity: 0.5;
}

.pulsate .backPulsate {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);

}

@-moz-keyframes pulsee {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulsee {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0.0;
    }
}

.qr-03 {
    display: inline-block;
}

/*.qr-03 img{
    height: 5em;
    margin-top: -77%;
}*/
.agent-card-01 {
    display: inline-block;
    padding: 11px 15px;
    position: absolute;
    top: -3%;
}

.agent-card-01 h2 {
    font-size: 30px;
}

.scan-agent {
    display: inline-block;
}

.view-icon {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
}

.view-icon i {
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .agent-card-01 h2 {
        font-size: 34px;
    }
}

.text-bold {
    font-size: 17px;
    font-weight: bold;
}

.miniLogo {
    height: 25px;
    width: 20px;
}

#geolocate {
    margin-right: 10px;
}

#geolocate i {
    font-size: 14px;
}

.nearMeDiv {
    display: inline-block;
}

.ptd-35 {
    padding: 35px 0 30px 0 ! important;
}

.h-100 h1 {
    color: #FFFFFF;
}

.book-back {

}

@media (max-width: 1200px) {
    .mt1 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .mfr {
        margin-left: 3px;
    }
}

.pd-35 {
    padding-top: 35px;
}

.pd-04 {
    background: #CCCCCC80;
    padding: 20px;
}

.pt-03 {
    padding: 4px 0;
}

.mt1 button {
    padding: 11.6px 0 ! important;
}

.mft {
    padding: 11.6px 0 !important;
}

.cnt-01 {
    padding-left: 4px;
    padding-right: 4px;
}

.number .mdi::before {
    font-size: 3rem ! important;
}

.map-info {
    position: absolute;
    z-index: 999;
    bottom: 0%;
    display: flex;
}

.nearMeDiv2 button {
    /*margin-top: 12px;*/
}

#mapp {
    position: relative;
}

.nearMeDiv {
    background-color: #FFFFFF91;
    margin: 10px 0;
}

.placeName {
    /* padding-left: 5px;
      padding-left: 5px;*/
    margin-bottom: 0px;
    padding: 6px 10px;
}

.location-hidden {
    display: inline-flex;
}

@media only screen and (min-width: 669px) {
    .location-hidden {
        display: none;
    }

    .map-info {
        display: block;
    }
}

@media only screen and (max-width: 667px) {
    .locatio-hidden {
        display: block;
    }

    .map-info {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .mt2 {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 400px) {
    .navbar-brand-mobile .site-logo {
        width: 145px;

    }

    .header-customize-item .btn {

        font-size: 10px;
    }
}


/*phone-animation*/
.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-phone {
    display: inline-flex;
}

.phonering-alo-ph-circle {
    /*width:160px;
    height:160px;
    top:20px;
    left:20px;*/
    /*    width: 145px;
    height: 145px;
    top: 23px;
    left: 80px;*/
    /*width: 145px;
    height: 145px;
    top: 26px;
    left: 80px;

*/
    width: 145px;
    height: 145px;
    top: -9px;
    left: 266px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #BFEBFC 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00AFF2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #75EB50;
    border-color: #BAF5A7;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {

    border-color: #CC0000AB;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #CCCCCC;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #75EB50;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    /* width:100px;
     height:100px;
     top:50px;
     left:50px;*/
    /*   width: 80px;
       height: 80px;
       top: 60px;
       left: 60px;*/
    /*    width: 80px;
    height: 80px;
    top: 60px;
    left: 112px;*/
    /* width: 75px;
    height: 75px;
    top: 60px;
    left: 112px;*/
    width: 75px;
    height: 75px;
    top: 27px;
    left: 300px;
    position: absolute;
    background-color: #000000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00AFF2 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: #CC0000AB;
    background-color: #BAF5A7 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: #CC0000AB;
    background-color: #A6E3FA 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #CCCCCC 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    /*    width:60px;
        height:60px;
        top:70px;
        left:70px;*/
    /*width: 40px;
    height: 40px;
    top: 79px;
    left: 79px;*/
    /*   width: 40px;
      height: 40px;
      top: 79px;
      left: 132px;*/
    /*    width: 35px;
    height: 35px;
    top: 79px;
    left: 132px;*/
    width: 35px;
    height: 35px;
    top: 45px;
    left: 320px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url("../images/other/phone.png") no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #00AFF2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #75EB50;
    background-color: #75EB50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #DB2E2E;
    background-color: #00AFF2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #CCCCCC
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #75EB50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}


/*language-choose*/
/*.agentnepal-language{
    background: #cccccc63;
    padding: 10px;
    color: red;
    border-radius: 4px;
    font-weight: 600;
    margin-right: 10px;
}*/
.agentnepal-language {
    font-size: 16px;
    /* background: #cccccc63; */
    padding: 9px;
    color: red;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-flex;
}

.agentnepal-language a {
    padding: 0 5px;
    color: black;
}

.agentnepal-language a:hover {
    color: #DB2E2E ! important;
}

.pd-10 {
    padding: 5px;
}

.btn-mr {
    margin: 3px 0;
}

@media only screen and (max-width: 767px) {

    .phonering-alo-ph-circle-fill {
        width: 75px;
        height: 75px;
        top: 10px;
        left: 22px;
    }

    .phonering-alo-ph-img-circle {
        width: 35px;
        height: 35px;
        top: 29px;
        left: 42px;
    }

    .phonering-alo-ph-circle {
        width: 145px;
        height: 145px;
        top: -26px;
        left: -12px;
    }

    .agent-margin {
        margin: 5px 0;
    }


}

@media only screen and (max-width: 567px) {
    .agentnepal-language {
        position: absolute;
        right: 8%;
        top: 100%;
        padding: 4px;
    }
}

@media screen and (max-width: 430px) {
    .display-card .media .media-right {
        float: left ! important;
        text-align: left ! important;
        padding-left: 26px;
    }

    #google_translate_element, .skiptranslate {
        display: none;
    }

}

#select2-districtSearch-container{
     border: 1px solid #f0f0f0 ! important;
    padding: 4px 2px ! important;
    margin-top: 1px ! important;
    border-radius: 4px ! important ;
}
#select2-data-1-x64z .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 10px ! important;
}

/*.login-sec{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }*/


