html {
    overflow-y: scroll;
    font-size: 100%;
}


.wrapper {
       position: relative;
    overflow: hidden;
}


body {
    font-family: 'Inter', sans-serif;
    color: #1E1E1E;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-right: 0px !important;
    /*     overflow-x: hidden;*/
}

textarea {
    min-height: 120px;
}

 .btn-close {
 	display: flex;
position: absolute;
	 top: 20px;
	 right: 20px;
 }


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 48px;
    color: #1E1E1E;
    margin: 0px;
    padding: 0;
    color: #1E1E1E;

}

a {
    color: #65A028;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

a:hover {
    color: #487E0F;
    text-decoration: none;
}

a:hover .btn-line:after {
    width: 100%;
}

.link-modal:hover .btn-line:after {
    width: 100%;
}

.link-modal {
    cursor: pointer;
    color: #1D2B4E;
}

p {
    line-height: 24px;
}

.form-legal {
    margin-top: 30px;
}

.input-style {
    border-radius: 0px;
    border: 1px solid #F4F5F4;
    background: #F4F5F4;
    box-shadow: none;
    color: #1F1F1F;
    height: auto;
    font-size: 18px;
    height: 48px;
    padding: 12px 15px;
    width: 100%;
    transition: all 0.15s ease-in-out;
    font-weight: 400;
    letter-spacing: -0.54px;
}

.input-style:focus {
    outline: none;
    background: #fff;
    border: 1px solid #1D2B4E;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #E0E4E9;
}

.form-control:focus {
    border-color: #1F1F1F;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #7F857E;
}

::-moz-placeholder {
    color: #7F857E;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #7F857E;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #7F857E;
}

.check_input {
    border-color: #65ab48;
}

.error_input::-webkit-input-placeholder {
    color: #cb0000;
}

.error_input::-moz-placeholder {
    color: #cb0000;
}

.error_input:-moz-placeholder {
    color: #cb0000;
}

.error_input:-ms-input-placeholder {
    color: #cb0000;
}

.input-item {
    position: relative;
}

.input-item-box .input-item + .input-item {
    margin-top: 10px;
}

.input-item [class^="icon-"],
.input-item [class*=" icon-"] {
    position: absolute;
    right: 10px;
    display: none;
    top: 13px;
    font-size: 19px;
}

.input-item .icon-close:before {
    color: #cb0000;
    right: 9px;
}

.input-item [class^="icon-"].active,
.input-item [class*="icon-"].active {
    display: block;
}

.input-item .icon-check:before {
    color: #65ab48;
}

.form-floating {
    position: relative;
}

.form-floating .icon-tools {
    position: absolute;
    font-size: 24px;
    height: 24px;
    top: 18px;
    right: 0.75rem;
    transition: all 0.15s ease-in-out;
    display: flex;
}

.icon-tools [class^="icon-"]:hover,
.icon-tools [class*=" icon-"]:hover {
    color: #c8a294;
}

.icon-tools .icon-on {
    cursor: pointer;
}

.icon-tools .icon-alert:hover,
.icon-tools .icon-alert {
    color: #F0515B;
    display: none;
}

.icon-tools .icon-check {
    color: green;
    display: none;
}

.error_input .icon-tools .icon-alert {
    display: inline-block;
}

.check_input .icon-tools .icon-check {
    display: inline-block;
}

.icon-tools span {
    align-self: center;
}

.icon-tools .icon-t + .icon-t {
    margin-left: 10px;
}

.error_input .error_t {
    display: block;
}

.error_input .form-control {
    border: 1px solid #f8485f;
}

.error_t {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    position: relative;
    margin-top: 6px;
    width: 100%;
    color: #F0515B;
}

.btn-center .btn {
    margin-right: auto;
    margin-left: auto;
}

.btn-all {
    text-align: center;
    margin-top: 60px;
}


.legal-box {
    margin-top: 40px;
}

.btn-form {
    margin-top: 40px;
}

.head-text {
    color: rgba(30, 30, 30, 0.6);
    margin-top: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 25px;
}

.visible-md,
.visible-xs,
.navbar-toggle {
    display: none !important;
}


/* GLOBAL START */

.mb-40 {
    margin-bottom: 40px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-170 {
    margin-bottom: 170px;
}

.clear-both {
    display: block;
}

.btn {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 32px 40px;
    border-radius: 10px;
    color: #FFF;
    line-height: 28px;
    letter-spacing: -0.54px;
}

.btn-link {
    line-height: normal;
    padding: 0;
    font-size: 13px;
    border-radius: 0px;
    color: #1F1F1F;
    position: relative;
    text-underline-offset: 5px;
}

.btn-link:hover {
    color: rgba(30, 30, 30, 1);
}

.btn [class^="icon-"] {
    margin-right: 10px;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-light:hover {
    background: #F4F5F4;
    color: #1F1F1F;
    border-color: #F4F5F4;
}

.btn-light {
    color: #65A028;
    background: #fff;
    border-color: #fff;
}




.btn-success {
    border-color: #65A028;
    color: #fff;
    background: #65A028;
}

.btn-outline-success {
    border-color: #65A028;
    color: #65A028;
}

.btn-success:hover {
    border-color: #487E0F;
    color: #fff;
    background: #487E0F;
}

.btn-secondary {
    color: rgba(30, 30, 30, 0.6);
    border-radius: 3px;
    background: #F1F3F6;
    border: 0px;
}



.btn-line {
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-break: normal;
}

.btn-line:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #487E0F;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.btn:hover .btn-line:after {
    width: 100%;
}

.btn-light.ripple .ripple-span {
    background: #F4F5F4;
}

.btn-dark.ripple .ripple-span {
    background: #434C44;
}

.btn-dark {
    background: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-dark:hover {
    background: #1f1f1f;
    border-color: #676767;
}

.btn-light.ripple:hover {
    border-color: #F4F5F4;
    background: transparent;
}

.ripple-blue.ripple .ripple-span {
    background: #434C44;
}

.main-page {
    padding-top: 205px;
}

.head-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.title-box {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.d-md-block .btn:last-child {
    padding-right: 0px;
}

.tools-box {
    align-self: flex-end;
}

.btn-ico [class^="icon-"] {
    margin-right: 8px;
}

@keyframes shake {
    25% {
        transform: rotate(calc(var(--angle) * -1));
    }

    50% {
        transform: rotate(var(--angle));
    }

    100% {
        transform: rotate(0deg);
    }
}

.ripple {
    --width: 100%;
    --time: 0.7s;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ripple .ripple-text {
    position: relative;
    z-index: 5;
    transition: color var(--time);
}

.ripple:hover .ripple-text {}

.ripple .ripple-span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #434C44;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}

.btn-white.ripple .ripple-span {
    background: #F4F5F4;
}

.ripple:hover .ripple-span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}

.animated {
    --angle: 5deg;
    animation: shake 0.5s;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    /*    backdrop-filter: blur(5px); */
    background-color: rgba(255, 255, 255, 0.55);
}

.modal-backdrop.show,
.offcanvas-backdrop.fade {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    opacity: 1;
}

.clear-md {
    display: block;
}

.bx-breadcrumb {
    display: flex;
    margin-bottom: 8px;
}

.

.bx-breadcrumb-item {
    display: inline-block;
    font-weight: 400;
    color: #8A8BA1;
font-size: 18px;
}

.bx-breadcrumb-item a {
    color: #8A8BA1;
    text-decoration: none;
}

.bread_slash {
    margin: 0 7px;
    position: relative;
    top: -3px;
    height: 1px;
    width: 18px;
    background: #8A8BA1;
    display: inline-block;
}

.swiper-slide .bx-breadcrumb {
    display: flex;
    margin-bottom: 15px;
}

.bx-breadcrumb {
    flex-wrap: wrap;
}

.swiper-slide .bx-breadcrumb-item,
.swiper-slide .bx-breadcrumb-item a {
    color: #fff;
}
.swiper-slide .bread_slash {
    background: #fff;
}

.head-page {
    margin-bottom: 30px;
    z-index: 15;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head-page .container {
    z-index: 15;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-header-action {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.page-header-action [class*=icon-] {
    margin-right: 10px;
}

.page-header-action a {
    color: #1D2B4E;
}

.bg-primary {
    background-color: #1a2e4c !important;
}

.h1-meta {
    position: relative;
    display: flex;
}


.desc-block {
    color: #6C6D89;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.54px;
}

.lazyload {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.svg);
    width: 100px;
    height: 100px;
    z-index: 1002;
}


.acticle-column {
    max-width: 980px;
}

.acticle-text img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.acticle-text strong {
    font-weight: 600;
    word-wrap: break-word;
}

.acticle-text ul li:before {
    content: '';
    display: inline-block;
    top: -2px;
    position: relative;
    height: 7px;
    width: 7px;
    background: #005840;
    margin-right: 10px;
    border-radius: 50%;
}

.acticle-text ul {
    list-style: none;
    padding-bottom: 20px;
    text-indent: -18px;
    padding-left: 18px;
}

.acticle-text {
    color: #595A65;
}

.acticle-text p {
    margin-bottom: 30px;
}

.acticle-text ul li + li {
    margin-top: 10px;
}


.acticle-text h3 {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.acticle-text h3:first-child {
    margin-top: 0px;
}




.preloader {}

.preloader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.svg);
    width: 200px;
    height: 200px;
    z-index: 1002;
}

.preloader:after {
    z-index: 1000;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
}

.block_header_activity {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding: 30px 10px;
    background: #65A028;
    color: #fff;
    box-shadow: 0px 0px 40px rgb(126 141 159 / 25%);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: translateY(-251%) !important;
}

.block_header_activity.active {
    transform: translateY(0%) !important;
}


.swiper-pagination {
    display: flex;
    align-items: center;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgba(255, 255, 255, 0.38);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #87D339;
    width: 11px;
    height: 11px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 64px;
    height: 64px;
    /*        background: rgba(255, 255, 255, 0.52); */
    background: #EFF0EF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
}


.slider-out {
    position: relative;
}

.slider-out .swiper-button-next,
.slider-out .swiper-button-prev {
    background: #EFF0EF;
}

.slider-out .swiper-button-next {
    right: -144px;
}

.slider-out .swiper-button-prev {
    left: -144px;
}


.swiper-button-next svg,
.swiper-button-prev svg {
    width: 16px;
    height: 16px;
}

.swiper-button-next.ripple,
.swiper-button-prev.ripple {
    position: absolute;
}

.swiper-button-prev.ripple:hover .ripple-span,
.swiper-button-next.ripple:hover .ripple-span {
    width: calc(var(--width) * 3.25);
    padding-top: calc(var(--width) * 3.25);
}

.swiper-horizontal > .swiper-scrollbar {
    height: 4px;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-scrollbar-drag {
    background: #005840;
    border-radius: 2px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
/*	content: "\e901";*/
	font-size: 14px;
	color: #fff;
	opacity: 1;
/*	font-family: 'icomoon' !important;*/
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 32px;
}
.swiper-button-next, .swiper-button-prev {
    top: 90px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 32px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
/*	content: "\e902";*/
	font-size: 14px;
	color: #fff;
	opacity: 1;
/*	font-family: 'icomoon' !important;*/
}

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

.modal .form-privacy {
    margin-top: 30px;
}


 .modal .form-privacy {
 	margin-top: 30px;
 }

 .modal-content {
 	border-radius: 0px;
 	padding: 55px 60px;
 }

.modal-content img {
    max-width: 100%;
    height: auto;
}

 .modal-content .close {
 	position: absolute;
 	right: 20px;
 	top: 25px;
 	z-index: 999;
 	width: 36px;
 	height: 30px;
 	line-height: 30px;
 	opacity: 1;
 	border: none;
 	font-size: 30px;
 	color: #000;
 	opacity: 0.5;
 	transition: all 0.15s ease-in-out;
 	background: transparent;
 }

 .modal-content .close:hover {
 	color: #333;
 	opacity: 1;
 }

 .modal-content .close:focus {
 	outline: 0
 }

 .modal-title {
 	margin: 0px;
 	padding: 0;
 	color: #303239;
 	font-size: 24px;
 	font-weight: 700;
 	letter-spacing: -0.48px;
 }

 .modal-body {
 	padding: 0;
 }

 .modal-header {
 	align-self: flex-start;
 	flex-direction: column;
 	padding: 0;
 	margin-bottom: 40px;
 	border: none;
 }

 .footer-modal {
 	margin-top: 40px;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

.modal .btn {
    padding: 20px 25px;
}

 .footer-form-top {
 	margin-top: 40px;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .forgot-password {
 	padding: 0 !important;
 	text-decoration: none;
 	position: relative;
 	top: 2px;
 	font-weight: 600;
 	color: #303239;
 	font-size: 14px;
 }

 .forgot-password .btn-line:after {
 	bottom: 0;
 }

 .footer-form-top .form-check-label {
 	font-weight: 600;
 	color: #303239;
 	font-size: 14px;
 }


.form-vert .input-item-box + .input-item-box {
    margin-top: 20px;
}


 .form-check {
 	min-height: inherit;
 	margin-bottom: inherit;
 }

 .b-close {
 	background: transparent;
 	border: 0;
 	position: absolute;
 	color: rgba(30, 30, 30, 0.5);
 	right: 15px;
 	transition: all 0.15s ease-in-out;
 	font-size: 32px;
 	top: 20px;
 }

 .b-close:hover {
 	color: rgba(30, 30, 30, 1);
 }


.alert-icon {
    display: flex;
    flex-wrap: wrap;
}

.alert-icon .icon-alert {
    width: 35px;
    font-size: 35px;
    align-self: center;
}

.alert-icon .text-alert {
    width: calc(100% - 35px);
    padding-left: 20px;
}

.btn-block {
    justify-content: space-between;
    display: flex;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.shine:after {
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    visibility: hidden;
}
.page-404.m-b-90 {
    margin-bottom: 100px;
}
.page-404 .title {
    font-size: 154px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #313038;
}
.page-404 .text-error {
    font-size: 27px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.page-404 .info-404 {
    display: block;
    text-align: center;
}


  .swiper-button-next:after,
 .swiper-rtl .swiper-button-prev:after {
display: none;
}


@media (max-width:340px) {}

@media (max-width:767px) {
    .page-404 .title {
    font-size: 100px; 
}
.page-404 .text-error {
    font-size: 18px; 
}
    .bx-breadcrumb-item {
        font-size: 14px;
    }
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    body {
        overflow-x: hidden;
    }

    .alert-icon .icon-alert {
        width: 25px;
        font-size: 25px;
    }

    .alert-icon .text-alert {
        width: calc(100% - 25px);
    }

    .btn-block {
        display: block;
        margin-top: 10px;
    }

    .form-tools {
        display: block;
    }

    .btn-block .btn {
        margin-top: 20px;
    }

    .modal-content {
        padding: 50px 15px 15px;
    }

    .modal .btn-block {
        text-align: center;
    }



    .main-page {
        padding-top: 120px;
    }

    .title-box {
        font-size: 21px;
    }

    .head-box {
        margin-bottom: 30px;
        display: block;
    }

    .tools-box {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .mb-65 {
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .slider-out .swiper-button-prev,
    .slider-out .swiper-button-next {
        display: none;
    }

    .acticle-text {
        font-size: 14px;
        line-height: normal;
    }

    .acticle-text p {
        line-height: 19px;
    }

    .acticle-text h3 {
        font-size: 18px;
    }

    h1 {
        font-size: 24px;
    }

    .head-page {
        margin-bottom: 20px;
    }

    .bx-breadcrumb {
        margin-bottom: 10px;
    }

      .btn {
        padding: 15px 20px;
    }
    .clear-both {
    display: inline;
}
.mb-170 {
    margin-bottom: 80px;
}
    .desc-block {
        line-height: normal;
    font-size: 14px;
    }
    .desc-block p {
        line-height: normal;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
    h1 {
        font-size: 27px;
    }
.clear-both {
    display: inline;
}
    .bx-breadcrumb {
        margin-bottom: 10px;
    }

    .visible-md {
        display: block !important
    }

    .hidden-md {
        display: none !important;
    }



    .main-page {
        padding-top: 140px;
    }

    .title-box {
        font-size: 24px;
    }

    .head-page {
        margin-bottom: 30px;
    }

    .btn {
        padding: 20px 30px;
    }
    .mb-170 {
    margin-bottom: 100px;
}
}

@media (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 32px;
    }

    .container {
        max-width: 1140px;
    }

    .title-box {
        font-size: 24px;
    }

    .main-page {
        padding-top: 190px;
    }



    .btn {
        padding: 20px 30px;
    }
    .mb-170 {
    margin-bottom: 100px;
}
       .slider-out .swiper-button-next {
        right: -30px
    }

    .slider-out .swiper-button-prev {
        left: -30px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        padding: 0 30px;
    }

}

@media (min-width: 1416px) {}

@media (min-width: 1200px) and (max-height: 800px) {
    .slider-out .swiper-button-next {
        right: -30px
    }

    .slider-out .swiper-button-prev {
        left: -30px
    }

    .btn {
        padding: 20px 30px;
    }

}


/* GLOBAL END */



.element {
    position: absolute;
}




/*STYLER START */
.jqselect.dropdown {
    padding-bottom: 0px !important;
}

.jq-selectbox__select:active {
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px #DDD;
    box-shadow: inset 0px 0px 0px #DDD;
}

.jq-selectbox__select {
    height: 40px;
    padding: 0px 45px 0 0px;
    border: 0px solid #1C355E;
    border-bottom: 1px solid #818289;
    border-bottom-color: inherit;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px #F1F1F1, inset 0px 0 #F1F1F1, 0 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px #F1F1F1, inset 0px 0 #F1F1F1, 0 0px 0px rgba(0, 0, 0, 0.1);
    font: inherit;
    color: #272B34;
    line-height: 40px;
    text-shadow: 0px 0px #FFF;
    font-size: 18px;
    font-weight: 600;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 0px solid #1C355E;
    border-bottom: 1px solid #818289;
}

.jq-selectbox__trigger {
    border-left: 0px solid #CCC;
}

.jq-selectbox__trigger-arrow {
    top: 18px;
    border-top: 5px solid #1C355E;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox__dropdown {
    border: 1px solid #1C355E;
    border-radius: 0;
    font: inherit;
}

.jq-selectbox li:hover {
    background-color: #1C355E;
}

.jq-selectbox li.selected {
    background-color: #F4F5F0;
    color: #2e2e2e;
}

.form-check {
    padding-left: 0;
    margin-bottom: 0rem;
        display: flex;
}
.form-check .form-check-label {
    width: calc(100% - 30px);
    padding-left: 10px;
}
.form-check .jq-checkbox {

}

.jq-checkbox,
.jq-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #636363;
    margin: 0 8px 0 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-checkbox {
    border-radius: 0px;
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #313130;
}

/*
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 3px 0 0 3px;
	border-bottom: 0;
	border-left: 0;
	background: #313130;
	transform: none;
}
*/
.jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 6px;
    margin: 5px 0 0 4px;
    border-bottom: 2px solid #1e1e1e;
    border-left: 2px solid #1e1e1e;
}

.jq-checkbox.checked.focused .jq-checkbox__div {
    margin: 5px 0 0 4px;
}

.jq-checkbox.checked {
    background: #fff;
    border-color: #313130;
}

.jq-checkbox.checked.focused,
.jq-radio.checked.focused {
    border: 1px solid #313130;
}

.jq-checkbox input,
.jq-radio input {
    width: 0;
}
/*  maps*/
.mapPlacemark {
	position: absolute;
	left: -57px;
	top: -30px;
	width: 115px;
	cursor: pointer;
	height: 60px;
	text-align: center;
	transition: all .15s ease-in-out;
}

.circle-placemark {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: #41B619;
	margin: auto;
	transition: all .15s ease-in-out;
}

.mapPlacemark.active .circle-placemark {
	width: 26px;
	height: 26px;
}

.mapPlacemark.active .circle-placemark:after {
	content: '';
	width: 12px;
	background: #fff;
	height: 12px;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin: auto;
}
.map-body .clusterIcon {
	background: #FFFFFF;
    border: 3px solid #41B619;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    color: #41B619;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
    margin: -15px;
}
/*  end maps*/
@media (max-width:767px) {
    .jq-selectbox__select {
        font-size: 16px;
    }
}

/*STYLER END */




.modal-content  .prim-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}