@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.agents_row {
    display: flex;
    flex-wrap: wrap;
}

.agents_row.agents-center {
    justify-content: center;
}

.agents_row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

section {
    padding: 10px 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

::-moz-selection {
    color: #fff;
    background: #0c1621;
}

::-webkit-selection {
    color: #fff;
    background: #0c1621;
}

::selection {
    color: #fff;
    background: #0c1621;
}

:focus {
    outline: none;
}

.facebook-section iframe {
    border: none !important;
    overflow: hidden !important;
}

.blog__section-img {
    margin: 20px auto;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #0c1621;
    width: 100%;
    height: 100%;
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.gallery {
    padding: 0;
}

.gallery-img {
    width: 100%;
    height: 250px;
}

@media(max-width: 991px) {
    .gallery-img {
        height: 350px;
    }
}

.gallery-imgTitle {
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    /*color: #0c1621;*/
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

hr {
    border-top: solid 1px #ededed
}

strong {
    font-weight: bold;
}

ul:after {
    clear: both;
}

ul:after,
ul:before {
    display: table;
    content: " "
}

li {
    font-size: 16px;
    margin-bottom: 7px;
}

a {
    text-decoration: none;
    color: #0c1621;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0c1621;
    outline: none;
}

.white {
    color: #fff !important
}

.dark {
    color: #0c1621 !important
}

.orange {
    color: #ed996b
}

.blue {
    color: #4780bf
}
.medium{
    font-weight: 500;
}

.medium.article {
    font-size: small;
}
.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: bold
}

.normal {
    font-style: normal;
    font-weight: 300;
}

.italic {
    font-style: italic;
}

.caps {
    text-transform: uppercase
}

.img-responsive {
    width: 100%;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

div.text {
    font-size: 16px;
}

div.body {
    font-size: 16px;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
    justify-content: space-around;
}

.flex-container.main-searcher {
    padding-bottom: 10px;
}


/* menu
/*-------------------------------------------------------*/

.nav-type-1 .container {
    padding: 0 0px;
    display: flex;
}

.phone_container {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
}

/*.nav-flex {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
}

.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}

.navigation {
    background-color: #fff;
}

.logo-container {
    line-height: 100px;
    width: 20%;
}

.navigation-overlay {
    background-color: #fff;
    width: 100%;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-overlay.sticky {
    background-color: #fff;
    border-bottom: none;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.navigation-overlay.sticky .navbar-nav > li > a,
.navigation-overlay.sticky .logo-container {
    /*line-height: 80px;*/
}

.navbar-header {
    width: 20%;
    padding-right: 5px;
}

.nav-wrap {
    width: 80%;
    padding-right: 0px;
}

.navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    /*line-height: 100px;*/
    color: #0c1621;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.nav.navbar-nav {
    display: flex;
    height: 110px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

@media(max-width: 991px) {
    .nav-type-1 .container {
        display: block;
    }

    ul.nav.navbar-nav {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
    }

    .navbar-nav>li {
        width: 100%;
    }
}


.navbar-nav > li:last-child > a {
    /*padding-right: 24px;*/
}

.logo-container {
    margin-left: 30px;
    float: left;
    width: 250px;
}

.logo-wrap {
    display: table;
    width: 100%;
}

.logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrap.shrink > a {
    height: 60px;
}

.logo-wrap img {
    max-height: 100px;
}

.logo-wrap .logo {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo {
    padding: 0px;
}

.navbar-collapse.in {
    overflow-x: hidden;
}

.navbar-nav > li > a:hover,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
    opacity: 1;
    color: #fff
}
.navbar-nav .phone:before {
    content: "";
    background: #dae6f2;
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
}

.navigation-overlay.sticky .phone:before {
    display: none
}

.navbar-nav .phone {
    padding: 5px;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.navbar-nav .phone a {
    color: #4780bf;
    font-weight: bold;
    /*line-height: 50px;*/
    padding: 0 10px 0 50px;
    font-size: 18px
}

.navbar-nav .phone a:hover {
    color: #ed996b;
}

.navigation-overlay.sticky .phone {
    padding: 0 0px 0 20px;
}

.navigation-overlay.sticky .phone a {
    color: #ed996b;
}

.navbar-collapse {
    padding: 0;
    border-top: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ed996b
}

.navbar-nav .dropdown-menu {
    left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0;
    padding: 10px 0;
    border-top: 3px solid #ed996b;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 14px;
    color: #7a7a7a;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.dropdown-menu > li > a:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-bottom: 2px solid #ed996b;
    width: 0;
    transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
}

.dropdown-menu > li > a:hover:after {
    width: 100%;
}

.nav>li>a {
    position: relative;
    display: flex;
    align-items: flex-start;

}


.dropdown > a:after {
    font-family: 'fontAwesome';
    position: absolute;
    content: "\f0dd";
    right: 0px;
    top: 50%;
    color: #ed996b;
    font-size: 14px;
    font-weight: bolder;
    display: block;
    transform: translateY(-65%);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #ed996b;

}

.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;

}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .megamenu-wrap ul > li > a {
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #7a7a7a;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;

}

.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -12px;
}

.dropdown-main {
    display: none;
}

@media(max-width: 991px) {
    .dropdown-main {
        display: block;
    }
}


.navbar-toggle {
    margin-top: 13px;
    border: none;
    border-radius: 0px;
    z-index: 50;
    margin-right: 5px;
    background: #ed996b;
    position: absolute;
    right: 20px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 18px;
}

.nav-type-1 .navbar-toggle:focus .icon-bar,
.nav-type-1 .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: #ed996b;
}
/* Buttons
-------------------------------------------------------*/
.button-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px
}

.btn {
    overflow: hidden;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    font-weight: 600;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

input.btn:active {
    outline: none !important;
}

.btn-lg {
    font-size: 15px;
    padding: 0 34px;
    line-height: 50px;
}

.btn-md {
    font-size: 12px;
    padding: 0 27px;
    line-height: 40px;
}

.btn-sm {
    font-size: 11px;
    padding: 0 20px;
    line-height: 30px;
}

.btn.btn-orange {
    background-color: #ed996b;
    color: #fff
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
    background-color: #e08f63;
    color: #fff
}

.btn.btn-orange-solid {
    background: transparent;
    border: solid 1px #e08f63;
    color: #e08f63;
}

.btn.btn-orange-solid:hover,
.btn.btn-orange-solid:focus {
    background: #ed996b;
    border: solid 1px #e08f63;
    color: #fff;
}

.btn:focus {
    outline: none;
    color: #fff;
}

.btn:hover {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    opacity: 0.98;
    border-color: transparent;
}

.btn-100 {
    width: 100%
}

.owl-slider {
    z-index: 0
}

.owl-slider .item {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 70vh;
    min-height: 500px;
    width: 100%;
}

.owl-slider .hero-text {
    background: rgba(250, 250, 250, 0.78);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 14%;
    z-index: 1;
    text-align: left;
    padding: 20px;
}

.search {
    margin-top: -80px;
    background: #f0f5fb;
    padding: 60px 20px 20px 40px;
    z-index: 1
}

.search:after {
    clear: both;
}

.search:after,
.search:before {
    display: table;
    content: " "
}

.search-form .item {
    width: 25%;
    margin: 0 20px;
    padding: 0;
}

@media (min-width: 1700px) {
    .main_wrapper {
        width: 1690px;
        margin: 0 auto;
    }
}



.owl-offers {
    margin-top: 30px;
}

.offers .item {
    padding: 20px;
}

.offer-box {
    margin-bottom: 40px;
    height: 600px;
    border: solid 1px rgba(71, 128, 191, 0.2);
}

.offer-box .img-c {
    width: 100%;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer-box .img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;

}

.offer-box .img-w img {
    display: none;
}

.offer-box .img-c {
    -webkit-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.offer-box .img-c:hover .img-w {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    opacity: 1
}

.offer-box .img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 2; //transform: translateX(-50%);
}

.offer-box .img-w img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}





.offer-box .text {
    display: block;
    padding: 20px;
}

.offer-box .category {
    float: left
}

.offer-box .description {
    float: right;
    text-align: right
}

.offer-box li,
.offer-box p {
    font-size: 14px;
    /*color: #0c1621;*/
}

.offer-box .title a {
    font-size: 20px;
    font-weight: 600;
}

.offer-box .title {
    margin-bottom: 15px;
}

.offer-box .price {
    background: #f4f8fc;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    bottom: -2%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: auto;
    left: 15%;
    right: 15%;
    display: block;
}

.offer-box .price h4 {
    color: #4780bf;
    font-weight: 600
}

.offer-box .price p {
    font-size: 13px;
    font-weight: 600;
    margin-top: -5px;
}

.offer-box:hover {
    border: solid 1px transparent;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.offer-box:hover .price {
    display: none
}

.offer-box .button {
    display: none
}

.offer-box .button .btn {
    height: 90px;
    padding: 0 34px;
    font-size: 15px;
    line-height: 90px;

}

.offer-box:hover .button {
    display: block;
    position: absolute;
    bottom: -2%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin: auto;
    left: 15%;
    right: 15%;
    display: block;
}

.text-section {
    background: #f4f8fc
}

.text-section p {
    margin-top: 20px;
}

.text-section .button {
    margin-top: 40px;
}

section.logos {
    padding-bottom: 100px;
}

.logos img {
    max-height: 120px;
    padding: 0 25px;
    opacity: .7;
    cursor: pointer
}

.logos .owl-logos {
    margin-top: 40px;
}

@media(max-width: 767px) {
    .logos img {
        opacity: 1;
    }

    section.logos {
        padding-bottom: 50px;
    }
}

.logos img:hover {
    filter: none;
    opacity: 1
}

.owl-logos {
    margin-top: 60px;
}

.owl-carousel.owl-logos div.owl-item {
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
}

.baner {
    background: #4780bf;
    width: 100%;
    height: 40vh;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background-color: #4780bf;
    opacity: .7;
    z-index: 1;
    filter: brightness(45%) saturate(190%) contrast(100%);

}

.baner .hero-text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    vertical-align: middle;
    z-index: 1;
    padding: 0 250px;
}

.baner .hero-text h2 {
    font-size: 60px
}

.service_box .box {
    padding: 50px;
    text-align: center
}

.service_box .box h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4
}

.service_box .flex-container {
    justify-content: space-around;
    align-content: center;
    align-items: center
}

.service-content {
    margin-top: 10px;
}

.service_box .item:after {
    display: none !important;
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 60px;
    height: 1px;
    display: block;
    position: relative;
    float: right;
    margin-right: -35px;
    margin-top: -170px;
}

.service_box .item:nth-of-type(4):after {
    display: none;
}

.service_box .box .text {
    padding: 15px
}

.service_box i {
    font-size: 50px;
}

.service_box i, .service_box img {
    -webkit-transition: 1.6s ease-out;
    -moz-transition: 1.6s ease-out;
    transition: 1.6s ease-out;
    background: linear-gradient(to top right, #4780bf, #e08f63 75%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service_box .box:hover i, .service_box .box:hover img {
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
}

.reviews {
    background: #f4f8fc;
}

.reviews .review-box {
    padding: 10px;
    margin: 20px;
    background: #fff;
}

.reviews .review-box:hover {
    box-shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.1);
}

.reviews .text-box {
    background: #f4f8fc;
    padding: 30px 15px;
}

.reviews .text-box p {
    font-size: 14px;
    font-style: italic
}

.text-box-after {
    background: #ed996b;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    left: calc(50% - 5px);
    position: absolute;
    margin-top: 25px;
}

.reviews .name {
    margin-top: 30px;
}

.reviews .name p {
    font-size: 13px
}

.owl-reviews {
    margin-top: 20px;
}

footer {
    margin: 0;
    background: #e3eaf1;
    padding: 40px 0 0;
}

.footer-menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-menu li {
    font-size: 15px;
    padding: 5px 20px;
    font-weight: 500;
}

.footer-menu li a {
    word-wrap: normal;
}

.footer-menu li a:hover {
    color: #ed996b
}

.social {
    float: right
}

.social i {
    font-size: 22px;
}

.social li {
    display: inline-block;
    padding: 0 10px;
}

.social img {
    height: 20px;
}

.footer-content {
    padding: 40px 0 20px;
}

.footer-content.flex-container {
    display: flex;
}

.footer-border {
    padding: 25px 5% 20px 0 !important;
    border-right: 1px solid grey;
}

.no-border {
    padding: 25px 5% 5px 0 !important;
}

.footer-box {
    padding: 20px;
    text-align: center
}

.footer-box li {
    margin-bottom: 0;
    font-size: 14px
}

.footer-box a {
    font-size: 14px
}

.footer-box a:hover {
    color: #ed996b
}

.footer-box:after {
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 1px;
    height: 100px;
    display: block;
    position: relative;
    float: right;
    margin-top: -70px;
    margin-right: -35px;
}

.no-after:after {
    display: none
}

.menu-footer .flex-container {
    justify-content: center;
    align-content: center;
    align-items: center;
}

.menu-footer {
    padding: 20px;
}

.menu-footer a {
    color: rgba(55, 65, 75, 0.55);
    text-transform: uppercase;
    background: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 100px;
    padding: 12px 20px;
}

.menu-footer a:hover {
    background: #ed996b;
    color: #fff
}

.menu-footer .item {
    padding: 10px;
}

.copyright {
    margin-top: 10px;
}

.copyright p {
    font-size: 14px
}

.copyright a {
    text-decoration: underline
}

input,
select,
textarea {
    height: 50px;
    border: none;
    border-bottom: solid 1px rgba(71, 128, 191, 0.55);
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #9c9c9c;
    font-size: 14px;
    border-radius: 0px;
}

input.upload-file {
    background: transparent;
    color: #000;
    border: none;
    margin-bottom: 10px;
    padding: 0;
}

input[type="file"]#file-upload-button {
    background: #000;
}

div.estiweb-future-form-info {
    color: #f71b1b;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

textarea {
    height: 110px;
    padding: 12px 20px;
}

input:focus,
textarea:focus {
    border-color: #ed996b;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

input,
textarea {
    color: #9c9c9c;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9c9c9c;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: solid 1px rgba(71, 128, 191, 0.55);
    background: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #9c9c9c;
    font-size: 14px;
    border-radius: 0px;
    line-height: 35px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #ed996b transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 15px;
}


.select-styled:active,
.select-styled.active {
    background-color: #fff;
    color: #9c9c9c;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #ed996b transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    color: #9c9c9c;
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid rgba(71, 128, 191, 0.23);
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #ed996b;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.breadcrumb {
    margin-top: 107px;
    margin-bottom: 0;
    background: #fff;
    border-top: solid 1px rgba(214, 214, 214, 0.53);
    padding: 0;
}

/*.contact-page.job_apply {*/
/*    margin-top: 70px;*/
/*}*/

.menuTop-wrapper {
    margin-bottom: 107px;
}

@media(max-width: 991px) {
    .breadcrumb {
        border: none;
    }

    .menuTop-wrapper {
        margin-bottom: 60px;
    }
}

.breadcrumb li {
    display: none;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600
}


.breadcrumb a {
    color: #ed996b;
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb a:after {
    content: "/";
    margin-left: 15px;
    margin-right: 5px;
    color: #777777;
}

.page .text {
    padding: 20px 0;
}

.page .text ul {
    padding: 10px 0;
}

.page .text li {
    margin-left: 15px;
    list-style: initial;
    font-weight: 500
}

.page .text.text_article ol li {
    list-style: unset;
}

button[type=submit] {
    color: #fff !important;
    outline: none !important
}

.add-form {
    padding: 40px 0;
}

@media(max-width: 991px) {
    .add-form {
        padding: 0 0 40px;
    }
}

.add-form .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;

}

.add-form .item {
    min-width: 25%;
    padding: 0 20px;
}

.add-form .item:nth-of-type(9),
.add-form .item:nth-of-type(10),
.add-form .item:nth-of-type(11) {
    width: 100%
}

.add-form .item:nth-of-type(11) {
    text-align: left
}

.add-form .form {
    margin-top: 50px;
}

.form .select,
.form input,
.form select,
.form textarea {
    height: 50px;
    border: solid 1px rgba(71, 128, 191, 0.55);
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #9c9c9c;
    font-size: 14px;
    border-radius: 0px;
}

.form .checkbox input {
    margin-bottom: 10px;
    height: 20px;
}

.form input.btn {
    border: none;
}

.form textarea {
    height: 180px;
    padding: 8px 20px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 13px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    max-width: 25px;
}

.checkbox input[type="checkbox"]:focus + label::before {
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'fontAwesome';
    content: "\f00c";
    font-weight: 900
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ed996b;
}

.advanced-search {
    background: #f0f5fb
}

.advanced-search .flex-container {
    flex-wrap: wrap;
    justify-content: flex-start;

}

.advanced-search .item {
    width: 25%;
    padding: 0 5px;
}

.advanced-search .filter {
    padding: 0 10px 80px 10px;
}

.advanced-search .filter a {
    float: right;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 20px;
}

.advanced-search .item.short_input {
    width: 12.5%
}

.download-cards {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.download-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: calc(100% - 2em);
    background: #fff;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 2em;
    border: solid 1px rgba(71, 128, 191, 0.2);
    margin: 0 1em 2em 1em;
}

@media (min-width: 767px) {
    .download-cards[data-view='grid-view'] .download-card {
        float: left;
        width: calc(50% - 2em);
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
        clear: both;
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
        clear: initial;
    }
}

@media (min-width: 1200px) {
    .download-cards[data-view='grid-view'] .download-card {
        width: calc((100% / 4) - 2em);
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
        clear: initial;
    }

    .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
        clear: both;
    }
}

.download-card__icon-box {
    background: #fff;
    padding: 0px;
    text-align: center;
}

@media (min-width: 767px) {
    .download-card__icon-box {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.btn__container {
    text-align: right;
}

.download-card__icon-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

@media (min-width: 767px) {
    .download-cards[data-view='list-view'] .download-card__icon-box {
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.download-card__content-box {
    padding: 10px 20px;
    -webkit-box-flex: 1;
    flex: 1;
}


.download-card .category {
    float: left;
    margin-top: 20px;
}

.download-card .description {
    float: right;
    text-align: right;
    margin-top: 20px;
}

.download-card li,
.download-card p {
    font-size: 14px
}

.download-card {
    height: 650px;
}

.download-card .img {
    height: 250px;
}

.download-card .price {
    background: #f4f8fc;
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 10%;
    right: 10%;
    margin-bottom: -20px;
}

.download-card .list {
    text-align: center;
    padding: 5px 15px;
    position: absolute;
    bottom: 0%;
    margin: auto;
    left: 10%;
    right: 10%;
    display: none
}

.download-card .list a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.download-card .list a:hover {
    color: #ed996b;
    text-decoration: underline;
}

.download-card .price h4 {
    color: #4780bf;
    font-weight: 600
}

.download-card .price p {
    font-size: 13px;
    font-weight: 600;
    margin-top: -6px;
}

.download-card:hover {
    box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1);
}

.download-card:hover .price {
    display: none
}

.download-card .button {
    display: none
}

.download-card .button .btn {
    height: 90px;
    padding: 0 34px;
    font-size: 14px;
    line-height: 90px;
}

.download-card:hover .button {
    display: block;
    position: absolute;
    bottom: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 10%;
    right: 10%;
    display: block;
    margin-bottom: -20px;
}

.download-cards[data-view="list-view"] .download-card {
    height: 100%;
}

.download-cards[data-view="list-view"] .content {
    width: 100%
}

.download-cards[data-view="list-view"] .description {
    float: left;
    margin-left: 40px;
}

.download-cards[data-view="list-view"] .download-card .price {
    width: 30%;
    -webkit-transform: none;
    transform: none;
    margin: auto;
    float: right;
    display: block;
    position: relative;
    left: 0px;
    right: 0px;
    margin-bottom: 20px;
}

.download-cards[data-view="list-view"] .download-card .button {
    width: 30%;
    -webkit-transform: none;
    transform: none;
    margin: auto;
    float: right;
    display: none;
    position: relative;
    left: 0px;
    right: 0px;
    margin-bottom: 20px;
}

.download-cards[data-view="list-view"] .download-card:hover .button {
    display: block
}

.download-cards[data-view="list-view"] .download-card:hover .price {
    display: none
}

.download-cards[data-view="list-view"] .list {
    width: 20%;
    height: 0;
    margin-right: 0;
    display: block;
    position: sticky;
    right: 0px;
    top: 160px;
    padding-bottom: 5%;
}

.listing .download-card {
    height: 700px;
}

.listing .download-card .details,
.listing .download-card .number{
    display: none
}
.listing .download-cards[data-view="list-view"] .category,
.listing .download-cards[data-view="list-view"] .detailsList,
.listing .download-cards[data-view="list-view"] .description{
    display: none
}

.listing .download-cards[data-view="list-view"] .details,
.listing .download-cards[data-view="list-view"] .number{
    display: block
}

.listing .download-card__content-box .details li{
    display: inline;
    padding-right: 25px;
}

.number{
    margin-top: -5px;
}
.content a {
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}
.download-cards[data-view="list-view"] .content a {
margin-top: 15px;
}
@media (min-width: 767px) {
    .download-cards[data-view="list-view"] .download-card__content-box {
        padding-left: calc(300px + 2em);
    }
}

.download-card__content-box__title {
    margin: 0 0 .5em;
    font-weight: 600
}


.dc-view-switcher {
    display: none;
    margin: 1em;
    text-align: right;
}

@media (min-width: 767px) {
    .dc-view-switcher {
        display: block;
    }
}

.dc-view-switcher > button {
    font-family: 'fontAwesome';
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    vertical-align: middle;
    opacity: 0.9;
    outline: none;
    color: #4780bf;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.dc-view-switcher > button[data-trigger="list-view"]::before {
    content: "\f0c9";
}

.dc-view-switcher > button[data-trigger="grid-view"]::before {
    content: "\f00b";
}

.dc-view-switcher > button[data-trigger].active {
    opacity: 1;
}

.active {
    /*color: #ed996b !important*/
}


.search-results .img-c {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.search-results .img-w {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;

}

.search-results .img-w.loading {
    height: 25%;
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-results .img-w img {
    display: none;
}

.search-results .img-c {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.search-results .img-c:hover .img-w {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
    opacity: 1
}

.search-results .img-c.active {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 2; //transform: translateX(-50%);
}

.search-results .img-w img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

/*.investmentList--buttonsContainer {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

.panel-group {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.panel-default {
    border: none !important;
}


.panel-body {
    margin-top: 30px;
}

table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 500
}

table caption {
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f0f5fb;
    border: 2px solid #fff;
    padding: .45em;
}

table th,
table td {
    padding: 22px;
    text-align: center;
    border-right: none;
}

table th {
    font-size: 14px;
    text-transform: uppercase;
    color: #4780bf;
    padding: 1em;
}

.panel-body table th {
    font-size: 12px;
}

.panel-body table .offerStatus {
    padding: 8px;
}

.panel-body table td.offerPrice {
    padding: 3px;
}

.panel-body table a {
    text-transform: uppercase;
    color: #ed996b;
    font-weight: bold;
    text-decoration: underline
}

table i {
    font-size: 25px !important
}

@media screen and (max-width: 991px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        /*border-bottom: 2px solid #fff;*/
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table th,
    table td {
        border-right: none;
        padding: 5px;
    }

    .panel-body table td.offerPrice {
        padding: 5px;
    }

}

.pagination {
    position: relative;
    text-align: center;
    display: flex;
    margin-top: -30px;
}

.pagination li {
    display: inline;

}

.pagination li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #0c1621;
    padding: 10px 20px;
    border: solid 2px rgba(12, 22, 33, 0.06);
    float: left;
    margin: 0 8px;

}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li a.active {
    background-color: #ed996b;
    color: #fff;
}

.pagination li a:hover:not(.active) {
    background: #ed996b;
    color: #fff;
}

.contact-info p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px
}

.contact-info h6 {
    font-size: 18px;
    font-weight: 500
}

.contact-info a {
    font-size: 18px;
    color: #ed996b;
    font-weight: 500;
    text-decoration: underline
}

.contact-info {
    margin-top: 30px;
}

.contact-page {
    border-top: none;
}

.contact-page .body {
    margin-top: 55px;
    margin-bottom: 40px;
}

#google-map {
    margin-left: -15px;
    padding: 0;
}

#map-canvas,
#openMap,
#google-map #map
{
    width: 100%;
    height: 780px;
}

.contact-form {
    margin-right: -15px;
    background: #f0f5fb;
    padding: 40px;
}

.contact {
    margin-top: 30px;
}

.contact .checkbox {
    margin-bottom: 30px;
}

.share {
    border-top: solid 1px rgba(214, 214, 214, 0.53);
}

.social-share {
    background: #f7f8f8;
    width: 100%;
    padding: 10px 0;
    display: flex;
}

.social-share li {
    display: inline;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500
}

.social-share li a {
    font-size: 16px
}

.social-share img {
    height: 25px;
}

.social-share:before,
.social-share:after {
    display: table;
    content: "";
}

.social-share:after {
    clear: both;
}

.fa-facebook {
    color: #3f51b5
}

.fa-twitter {
    color: #42a5f5
}

.fa-google {
    color: #d32f2f
}

.print {
    float: right;
}

.print.hide ul {
    display: none;
}

.print ul {
    cursor: pointer;
}

.photo-gallery {
    position: relative;
    padding: 20px 0;
}

.gallery-slider-for .slider-item {
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.planUrl-image {
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.gallery-slider-nav .slider-item {
    min-height: 195px;
    margin-bottom: 0px;
    background-position: center;
    background-size: cover;
    cursor: pointer
}

.gallery-slider-nav .slider-item:hover {
    opacity: .9
}

.gallery .title {
    padding: 30px 0;
}

.slider-item:hover:after {
    font-family: 'FontAwesome';
    content: "\f002";
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
}

.arrow-container {
    margin-top: 18px;
}

.prev.slick-arrow {
    font-size: 22px;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 5px 10px;
    border: solid 1px rgba(71, 128, 191, 0.18);
    color: #000;
    background-color: #ffffff;
    position: relative;
    min-width: 50px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.prev.slick-arrow:hover {
    background: #ed996b;
    color: #fff;
    text-decoration: none;
}

.next.slick-arrow {
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: solid 1px rgba(71, 128, 191, 0.18);
    color: #000;
    background-color: #ffffff;
    position: relative;
    min-width: 50px !important;
    display: inline-block;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.next.slick-arrow:hover {
    background: #ed996b;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 992px) {

    .next.slick-arrow,
    .prev.slick-arrow {
        min-width: 90px;
    }
}

@media only screen and (min-width: 1200px) {

    .next.slick-arrow,
    .prev.slick-arrow {
        min-width: 117px;
    }
}


.ab-container {
    margin-top: 10px !important;
}

.hide {
    display: none;
}

.basic {
    display: none
}

.basic-form {
    padding: 0 15px;
}

.form-advenced {
    padding: 0px 15px 0px 15px;

}

.form-clause label a {
    font-weight: bold;
}

.content-info {
    margin-top: -50px;
}

.content-info .description {
    padding: 40px 0px 20px 50px;
}

.content-info .description li {
    font-size: 14px
}

.content-info .body-left {
    float: left;
    margin: 0 -15px;
}

.content-info .body-right {
    float: right;
    margin-right: 50px;
    text-align: right
}

.content-info .description:after {
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}

.content-info .description:before {
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}

.col-3 .body-left {
    margin-left: -35px;
}

.body-left ul {
    display: flex;
    flex-wrap: wrap;
}

.body-left ul li {
    padding-right: 20px;
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.body-left span.location-details {
    font-weight: normal;
    text-align: right;
}

@media(max-width: 991px) {
    .body-left ul li {
        width: 100%;
    }
}

.body-left ul li span {
    font-weight: bold;
}



/*.body-left ul li {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.body-left ul li strong {*/
/*    margin-right: 5rem;*/
/*}*/

/*.body-left ul li span {*/
/*    margin-right: 10rem;*/
/*}*/

.col-3 .body-right {
    margin-right: 10px;

}

.details .title {
    margin-top: 20px;
}

.details .title.offer-details-title {
    margin-top: 60px;
}

.details .title.investment-details-title {
    margin-top: 60px;
}

.form-details {
    margin: 30px -15px;
}

.form-details .select,
.form-details input,
.form-details select,
.form-details textarea {
    height: 50px;
    border: none;
    border: solid 1px rgba(71, 128, 191, 0.55);
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #9c9c9c;
    font-size: 14px;
    border-radius: 0px;
}

.form-details .flex-container {
    flex-wrap: wrap;
}

.form-details .flex-container .item {
    min-width: 15%;
    width: calc((100% / 6));
}

.form-details .item:nth-of-type(9) {
    width: 50%
}

.contact-box {
    background: #f0f5fb;
    padding: 10px;
    margin-top: 20px;
}

.contact-box a {
    text-decoration: underline;
    font-weight: bold
}

.contact-box form {
    margin-top: 30px;
}

.contact-box .btn {
    margin-top: 15px;
}

.map {
    margin-top: -30px;
}

.map .title {
    margin-bottom: 20px;
}

.map #google-map {
    margin: 0;
    padding: 0;
}

.map #map-canvas,
.map #open-map {
    width: 100%;
    height: 500px;
}

.pagination-group {
    margin-top: 25px;
}

.pagination-group li {
    display: inline;
    font-weight: 500
}

.pagination-group .next:after {
    content: "/";
    width: 5px;
    height: 15px;
    display: inline;
    margin-left: 10px;
}

.search-results .form {
    margin-top: 20px;
}

.card {
    position: relative;
    width: 100%;
    margin: auto;
    transition: 0.3s ease-out;
}

.card img {
    width: 100%;
}


.card .video-play-button {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: content-box;
    display: block;
    width: 120px;
    height: 120px;
}


.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: center;
}

.card .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #fff 15%, #fff 70%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.card .video-play-button:hover:after {
    background-color: #da0528;
}


@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 80px;
    right: 50px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fff;
}

.video-overlay iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.prices {
    float: right;
    text-align: right
}


/*.view img {*/
/*    opacity: .8*/
/*}*/

.view:before {
    box-sizing: border-box;
    /*background-image: url(../img/360.png);*/
    /*background-repeat: no-repeat;*/
    /*content: "";*/
    /*position: absolute;*/
    /*z-index: 0;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*display: block;*/
    /*width: 160px;*/
    /*height: 140px;*/
    /*z-index: 1*/
}

div.view iframe {
    max-width: 100%;
    border: 0;
}

@media (min-width: 1023px) {
    div.view iframe {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
}


#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 20px 70px 20px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #4780bf;
    background: #f0f5fb;
    position: relative;
}

#accordion .panel-title.plan-button a {
    font-size: 18px;
    padding: 20px 0;
}

@media (max-width: 767px) {
    #accordion .panel-title.plan-button a {
        font-size: 14px;
    }
}

#accordion .panel-title a.collapsed {
    color: #4780bf;
}

#accordion .panel-title a.collapsed:hover {
    color: #4780bf;
}

#accordion .panel-title a:before,
#accordion .panel-title a:after {
    content: "";
    width: 0px;
    height: 10px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 20px;
    right: 90px;
    color: #ed996b;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    text-decoration: underline
}

#accordion .panel-title a.collapsed:before {

    background: #1d2e3b;
}

#accordion .panel-title a.collapsed:after {

    background: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover:before,
#accordion .panel-title a.collapsed:hover:after {
    background: #ed996b;
}

#accordion .panel-body {
    border-top: none;
    font-size: 15px;
}

.menu-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    align-content: center;
    align-items: center;
    justify-content: space-around;
}

.menu-scroll a {
    font-size: 14px;
    width: calc((25% - 1em));
    background: #f4f8fc;
    color: #4780bf;
    font-weight: bold;
    padding: 20px;
    line-height: 20px;
    text-align: center;
    color: #4780bf;
    text-transform: uppercase
}

.menu-scroll a:hover {
    background: #ed996b;
    color: #fff
}
.price-offert p{
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.details-of-offer{

}
.details-of-offer .content-info .description:after {
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}

.details-of-offer .content-info .description:before {
    content: "";
    background: rgba(12, 22, 33, 0.13);
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 20px;
}

.search-results.listing.agent-offers {
    padding: 0;
}

.agent.contact-page {
    padding-top: 20px;
}

.offer-box li.offer--details {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.download-card__content-box.investment_box-content {
    display: flex;
}

@media(max-width: 999px) {
    .download-card__content-box.investment_box-content {
        flex-direction: column;
    }

    .panel-default {
        padding: 0;
    }
}

.download-card__content-box li.offer--details {
    font-size: 12px;
    max-width: 300px;
}

.offer-box .title.main-offers a {
    font-size: 18px;
}

.download-card__content-box li.offer--details {
    display: flex;
    justify-content: space-between;
}

.medium.offer-portalTitle {
    font-size: 16px;
}

.offer-status {
    text-transform: uppercase;
}

.agent.offer-box {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.agent.download-card__content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.agent.offer-box div.img-c {
    min-height: 300px;
}

@media (max-width: 1680px) {
    .agent.offer-box {
        height: 600px;
    }
}

.agent-button.text-center {
    padding: 20px 0;
}

@media(min-width: 1800px) {
    .agent.offer-box {
        min-height: 40vh;
    }

    .agent.offer-box div.img-c {
        height: 30vh;
    }

    .offer-box .price h4 {
        font-size: 21px;
    }

}

@media (max-width: 767px) {

    .agent.offer-box div.img-c {
        height: 60vh;
    }

    .agent.offer-box {
        height: 800px;
    }

}

.agent_contact_details {
    margin-bottom: 5px;
}

.agent_contact_detailsHeading {
    margin-bottom: 0px;
}

.img-boxes {
    text-align: center;
    padding: 30px 0;
}

.img-boxes img {
    max-height: 150px;
    transition-duration: 1s;
}

.owl-carousel .owl-item .img-boxes img {
    width: 80%;
    margin: 0 auto;
}

.owl-carousel .owl-item .img-boxes i {
    font-size: 100px;
}

.img-boxes img:hover, .img-boxes i.fa-5x:hover {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.owl-carousel.owl-logos .owl-nav button.owl-prev {
    top: unset;
    bottom: -100px;
    left: 45%;
}

.owl-carousel.owl-logos .owl-nav button.owl-next {
    top: unset;
    bottom: -100px;
    right: 45%;
}

.img-boxes i.fa-5x {
    font-size: 150px;
    transition-duration: 1s;
}

.gallery-slider-nav.slick-initialized.slick-slider.slick-vertical .slick-list.draggable {
    height: 400px !important;
}

.img-opinion {
    width: 100%;
    margin: 0 auto 10px;
}

.like-box-wrap {
    position: fixed;
    right: -300px;
    width: 298px;
    height: 69px;
    top: 141px;
    z-index: 410;
    background-color: #fff;
}

.page-plugin-wrap {
    width: 300px;
    height: 70px;
    overflow: hidden;
}

.page-plugin-wrap iframe {
    position: relative;
    top: -1px;
    left: -1px;
}

.like-box-handle {
    width: 40px;
    height: 54px;
    background: url(../gfx/facebook-handle.png) no-repeat 0 0;
    position: absolute;
    top: 15px;
    left: -40px;
}

.social-box {
    position: fixed;
    right: -302px;
    width: 300px;
    top: 160px;
    z-index: 410;
    background-color: #fff;
}

.instagram {
    color: #000;
    background: #fff;
}

.twitter-x {
    color: #000;
    background: #fff;
}

.linkedin {
    color: #fff;
    background: #0177B5;
}

.youtube {
    color: #ff0000;
    background: #fff;
}

.tiktok {
    color: #000000;
    background: #fff;
}

.social-item {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    text-align: center;
    height: 54px;
    width: 40px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 54px;
    top: 50px;
    margin-right: 12px;
}

.social-box:hover .social-item i {
    color: #265b86;
}

.owl-carousel .owl-stage {
    margin:0 auto;
}

.content-blocked {
    z-index: 100000;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(77, 76, 76, 0.95);
    padding: 16px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 48px;
}

#cookiesBar { display: none; }

.cookiesBar {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    background: white;
    color: black;
    text-align: center;
    z-index: 10000;
}

.cookiesBar p {
    font-size: 1rem;
    padding: 1rem 0.5rem 0.375rem 0.5rem;
    margin: 0.5rem;
}

.cookiesBar a {
    color: black;
}

.cookiesBar-btn {
    border: 0;
    padding: 0.375rem 2rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}