@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import "https://cdn.jsdelivr.net/jquery.slick/1.4.1/slick.css";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css";
@font-face {
	font-family: 'Futura Book';
	font-style: normal;
	font-weight: normal;
	src: local('Futura Std Book'), url('../fonts/FuturaStdBook.woff') format('woff')
}

@font-face {
	font-family: 'Futura Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Futura Std Bold'), url('../fonts/FuturaStdBold.woff') format('woff')
}

@font-face {
	font-family: 'Futura Heavy';
	font-style: normal;
	font-weight: normal;
	src: local('Futura Std Heavy'), url('../fonts/FuturaStdHeavy.woff') format('woff')
}

@font-face {
	font-family: 'Futura Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Futura Std Medium'), url('../fonts/FuturaStdMedium.woff')format('woff')
}

@font-face {
	font-family: 'Conv_American Typewriter Regular';
	src: url('../fonts/American Typewriter Regular.eot');
	src: local('☺'), url('../fonts/American Typewriter Regular.woff') format('woff'), url('../fonts/American Typewriter Regular.ttf') format('truetype'), url('../fonts/American Typewriter Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* @font-face {
    font-family: 'hand_of_seanregular';
    src: url('../fonts/dahot2.handsean-webfont.woff2') format('woff2'),
         url('../fonts/dahot2.handsean-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */

:root {
	--body-font: 'Futura Book';
	--font-bold: 'Futura Bold';
	--font-heavy: 'Futura Heavy';
	--font-medium: 'Futura Medium';
	--work-sans: 'Work Sans', sans-serif
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic
}

a {
	color: var(--anchor-blue);
	text-decoration: none
}

a:hover {
	color: var(--light-red)
}

a,
button,
input,
svg[type=submit] {
	outline: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

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

body {
	font-family: var(--body-font);
	font-size: 18px;
	line-height: 1.2;
	color: #6e6e6e
}

nav.navbar {
	border-bottom: 5px solid #c87420;
	box-shadow: 0 0 15px #00000080;
	z-index: 9
}

.navbar-light .navbar-nav .nav-link {
	color: #198999;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	font-family: var(--font-heavy);
	font-size: 26px
}

.navbar-light .navbar-text .navbar-nav li.nav-item+li.nav-item {
	border-left: 2px solid #90d1e2
}

.navbar-light .navbar-text .navbar-nav .nav-link {
	color: #90d1e2;
	font-size: 22px;
	line-height: 1
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #094b54
}

.map_sec {
    height: calc(100vh - 135px);
    position: relative;
    border-top: 1px solid #afbbc5;
    display: flex;
}
.risks_list ul li input[type="number"] {
    height: 36px;
    border-radius: 5px;
    border: none;
    color: #418797;
    padding: 0 5px;
    margin-right: 5px;
    width: 37%;
}
.risks_list ul li span.persent_sine {
    margin-left: -10px;
    min-width: 34px;
    width: 34px;
}
.risks_list ul li label {
    margin-bottom: 10px;
}
.risks_list ul li .input_with_error {
    flex-wrap: wrap;
}
/* .map_second {
	height:auto !important;
} */

.map_part {
	width: 100%;
	max-width: calc(100% - 600px);
	position: relative
}

.map_part iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.location_listing {
	width: 100%;
	max-width: 600px;
	background: #094b54;
	background: -moz-linear-gradient(top, #094b54 0%, #053035 100%);
	background: -webkit-linear-gradient(top, #094b54 0%, #053035 100%);
	background: linear-gradient(to bottom, #094b54 0%, #053035 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094b54', endColorstr='#053035', GradientType=0);
	padding: 25px
}

#location-step,
#location-step>div {
	height: 100%
}

.select_box {
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative
}

.select_box:after {
	content: "";
	background: url(../img/down-arrow.svg);
	padding-right: .5em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	width: 20px;
	height: 23px;
	background-repeat: no-repeat
}

.select_box select {
	width: 100%;
	border: 0;
	background: no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 10px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.select_box select option {
	color: #000
}

ul.location_list {
	height: calc(100% - 33px);
	overflow: auto;
	padding-bottom: 150px
}

ul.location_list::-webkit-scrollbar {
	display: none
}

ul.location_list li {
	margin-top: 60px
}

.location_box {
	display: flex;
	background: #198999;
	border: 1px solid #8bc4cc;
	border-radius: 5px;
	padding: 10px 15px 10px 145px;
	color: #fff;
	min-height: 110px;
	position: relative;
	transition: all .35s;
	cursor: pointer
}

.location_box:hover {
	background: #90d1e2
}

.location_box .image_box {
	width: 110px;
	height: 130px;
	background: #fff;
	position: absolute;
	padding: 10px 5px;
	transform: rotate(-3deg);
	top: -10px;
	left: 15px
}

.location_box .image_box img {
    border: 1px solid #aaa;
    height: 101px;
    object-fit: cover;
}

.location_box .location_info {
	width: 100%
}

.location_box .location_info .title {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
	font-family: var(--work-sans);
}

.location_box .location_info span.author {
	color: #90d1e2;
	transition: all .35s
}

.location_box:hover .location_info span.author {
	color: #198999
}

.content_sec {
	background: url(../img/shape-bg.png) no-repeat;
	padding: 440px 0 120px;
	margin-top: -140px;
	position: relative;
	background-position: center top;
	background-size: cover;
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 300px !important;
}
.content_sec h1 {
	font-size: 80px;
	font-family: var(--font-bold);
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	margin-bottom: 36px;
	letter-spacing: 2.24px
}

.content_sec p {
	font-size: 30px;
	line-height: 44px;
	color: #094b54;
	letter-spacing: .74px;
	margin-bottom: 50px
}

.content_sec p strong {
	font-family: var(--font-heavy)
}

.btn {
	background: #f7a12d;
	color: #FFFFFFDE;
	border: 1px solid #e9daaa;
	width: 100%;
	max-width: 540px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
	font-size: 30px;
	border-radius: 10px;
	font-family: var(--font-bold);
	letter-spacing: .54px
}

.btn:hover {
	background: #e38c16;
	color: #fef3e4
}

.logo_sec h2 {
	color: #005a87;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 50px;
	font-family: var(--font-bold);
	letter-spacing: 1.12px
}

.logo_sec h3 {
    color: #005a87;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 50px;
    font-family: var(--font-bold);
    letter-spacing: 1.12px;
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.logos img {
	margin: 0 40px
}

.text_with_media {
	padding: 80px 0 50px
}

.shadow_box {
	width: 100%;
	background: url(../img/left-img-bg.png) no-repeat;
	background-size: cover;
	height: 635px
}

.shadow_box img {
	transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
	padding: 67px 73px;
	position: relative;
	top: -8px;
	left: 14px
}

.text_with_media h2 {
	color: #005a87;
	text-transform: uppercase;
	font-size: 50px;
	font-family: var(--font-bold);
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 50px;
	letter-spacing: 1.4px
}

.text_with_media p, .text_with_media ul {
	font-size: 30px;
	padding-left: 50px;
	line-height: 1.46;
	letter-spacing: .75px
}
.text_with_media ul li {
	margin-bottom: 15px;
}
.text_with_media.second_sec {
	padding-top: 0;
	padding-bottom: 95px
}

.text_with_media.second_sec .shadow_box {
	background: url(../img/right-img-bg.png) no-repeat;
	background-size: cover;
	height: 635px
}

.text_with_media.second_sec .shadow_box img {
	transform: matrix(0.99, 0.16, -0.16, 0.99, 0, 0);
	padding: 65px 76px;
	position: relative;
	top: -5px;
	left: -14px
}

.text_with_media.second_sec h2,
.text_with_media.second_sec p {
	padding-left: 0;
	padding-right: 50px
}

footer {
	background-color: #1a71c5;
	color: #fff;
	padding-top: 50px
}
.socials_icon a{
padding: 0px 18px;
font-size: 34px;
}
.socials_icon a:first-child{
padding-left: 0px;
}
footer .container-fluid {
	max-width: 1760px
}
body .scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #005a87;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
}
body .scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible;
}
footer hr {
	opacity: 1;
	background: #fff;
	margin: 0 0 50px
}

footer h3 {
	font-size: 36px;
	margin-bottom: 15px;
	font-family: var(--font-heavy);
	letter-spacing: 1.5px
}

footer ul li {
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: .5px;
	font-family: var(--work-sans)
}

footer ul li a:hover,
footer a:hover {
	color: #15c048
}

.address_info p {
	font-size: 20px;
	line-height: 34px;
	font-family: var(--work-sans)
}

.badges {
	display: flex;
	align-items: center;
	margin-top: 45px
}

.badges a+a {
	margin-left: 15px
}

.badges img {
	height: 108px;
	object-fit: contain
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
	border-top: 1px solid #fff;
	padding-top: 60px;
	padding-bottom: 40px
}

.copyright ul.footer_menu {
	display: flex;
	align-items: center
}

.copyright ul.footer_menu li {
	margin: 0 40px 0 0
}

.copyright ul.footer_menu li:last-child {
	margin: 0
}

button.add_spot {
    position: absolute;
    padding: 0;
    background: 0;
    border: 0;
    outline: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 3px 3px 10px #00000059;
}

button.btn-close {
	background-color: #f7a120;
	background-image: url(../img/close.svg);
	opacity: 1;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -15px;
	right: -15px;
	background-size: 11px;
	z-index: 99999
}

button.btn-close:hover {
	opacity: 1
}

/* .location_modal .modal-dialog {
	transform: rotate(2deg)!important
} */

.location_modal .modal-dialog .modal-content {
	background-color: #f1f4eb;
	color: #6e6e6e!important;;
}

.location_modal .modal-body {
	padding-bottom: 0
}

.location_modal .modal-body img {
	width: 100%
}

.location_modal .modal-footer {
	position: relative;
	justify-content: space-between
}

.tag {
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	background: #f9d791;
	text-align: center;
	font-size: 10px;
	padding: 3px 10px;
	width: 100%;
	max-width: 232px;
	border-radius: 5px
}

.modal-backdrop {
	background-color: #05333a
}

.modal-backdrop.show {
	opacity: .8
}

.modal_location_info {
	margin: 0;
	width: 100%;
	max-width: calc(100% - 100px);
	border-right: 1px solid #198997;
	padding-right: 15px
}

.modal_location_info .title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 12px;
	font-family: var(--work-sans)
}

.modal_location_info span.author {
	color: #198997
}

.modal_share_info {
	margin: 0;
	width: 100%;
	max-width: 100px;
	text-align: center
}

.modal_share_info .title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	color: #198997
}

.modal_share_info a {
	color: #198997;
	font-size: 20px;
	margin: 0 4px
}

.modal_share_info a:hover {
	color: #094b54
}

.location_modal .carousel-control-next,
.location_modal .carousel-control-prev {
	width: 50px;
	opacity: .8
}

.location_modal .carousel-control-next:hover,
.location_modal .carousel-control-prev:hover {
	opacity: 1
}

.location_modal .carousel-control-next-icon,
.location_modal .carousel-control-prev-icon {
	width: 35px;
	height: 35px;
	background-size: 24px;
	background-color: #000;
	border-radius: 50%
}

.step_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative
}

.step_head:after {
	content: '';
	border-bottom: 1px solid #42757c;
	position: absolute;
	left: -25px;
	right: -25px;
	bottom: -20px
}

.step_head button {
	padding: 0;
	background: 0;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 28px
}

.step_head .heading h3 {
	font-size: 24px;
	line-height: 36px;
	font-family: var(--font-medium);
	letter-spacing: 1.2px;
	margin-bottom: 0
}

.step_head .heading p {
	margin-bottom: 0;
	letter-spacing: .32px
}

.search_box {
	background: #008999;
	padding: 15px 25px;
	margin: 0 -25px 15px
}

.search_box form {
	position: relative;
	margin-bottom: 0px;
}

.search_box form input[type="text"] {
	background: #f8f8f8;
	border: 1px solid #707070;
	border-radius: 7px;
	height: 67px;
	width: 100%;
	font-size: 20px;
	padding: 5px 15px;
	padding-right: 40px;
	color: #5d5d5d
}

.search_box form button {
	padding: 0;
	background: 0;
	border: 0;
	outline: 0;
	color: #b1b1b1;
	position: absolute;
	top: 23px;
	right: 12px
}

ul.stream_list {
    min-height: calc(100% - 318px);
    max-height: calc(100% - 318px);
    overflow: auto;
    margin-bottom: 20px;
}

ul.stream_list::-webkit-scrollbar {
	display: none
}

ul.stream_list li {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 21px 0
}

ul.stream_list li span {
	display: block
}

ul.stream_list li+li {
	border-top: 1px solid #42757c
}

button.btn.step_btn {
	font-size: 24px
}

.publish_your_stram {
	margin-top: 60px;
	height: 100%;
	overflow: auto;
	padding: 0px 30px 0px;
	display: block;
}

.step_btn {
	text-align: center;
	margin-bottom: 20px;
}

.modal-body.popup-heading {
	padding: 0px;
}

.modal-body.popup-heading .heading_text {
	position: absolute;
	top: 30px;
	text-align: center;
	padding: 30px 30px 0px 30px;
}

.modal-body.popup-heading .heading_text h2 {
	font-size: 30px;
	color: #fff;
	font-family: var(--font-bold);
}

.modal-body.popup-heading .heading_text button {
	margin-top: 250px;
}

.modal-body.popup-heading .heading_text span {
	color: #fff;
	font-family: var(--font-bold);
	font-size: 14px;
}
#step-3 {
	height: 100%!important;
}
#step-3 form {
	height: calc(100% - 195px);
}
.publish_your_stram .title {
	display: flex;
	align-items: center!important;
	justify-content: center;
}
.select_box_stream {
	position: relative;
	cursor: pointer;
}
.publish_your_stram .title .form-control,
.select_box_stream .form-control {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	border: none;
	outline: 0;
	font-size: 1rem;
	font-style: italic;
	color: #212529;
}
.select_box_stream:before {
	content: '';
	width: 60px;
	height: 60px;
	background: #f7a12d;
	position: absolute;
	right: 0;
	border-radius: 0 .25rem .25rem 0;
	pointer-events: none;
}
.select_box_stream:after {
	content: "";
	background: url(../img/down-arrow.png);
	padding-right: .5em;
	position: absolute;
	right: 14px;
	top: 19px;
	z-index: 1;
	pointer-events: none;
	width: 26px;
	height: 23px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.form-group {
	margin-bottom: 40px;
}
.bottom_button {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.error{
    color:red;
}
.draft_button {
	background: #f7a12d;
	color: #FFFFFFDE;
	border: 1px solid #e9daaa;
	padding-top: 16px;
	padding-bottom: 16px;
	max-width: 250px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 10px;
	font-family: var(--font-bold);
	letter-spacing: .54px;
}
.delete_button {
	background: #fff;
	color: #f7a12d;
	border: 1px solid #f7a12d;
	padding-top: 16px;
	padding-bottom: 16px;
	max-width: 213px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 10px;
	font-family: var(--font-bold);
	letter-spacing: .54px;
}
.text_paragraph {
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}
.header_section h2 {
	color: #094B54;
	font-size: 30px;
	font-family: var(--font-bold);
	text-align: center;
}
.address_section p {
	text-align: center;
	color: #198999;
	font-size: 20px;
	font-family: var(--font-medium);
}
.slide_show {
	display: flex;
	justify-content: center;
	margin-top: 68px;
}
.mySlides img {
	height: 400px;
	width: 100%;
	margin-bottom: 10px;
}
.mySlides {
	display: flex!important;
	flex-wrap: wrap;
}
.mySlides .image_box {
	text-align: center;
	min-width: 45%;
	max-width: 45%;
	padding-left: 30px;
}
.mySlides .content_box_right {
	text-align: center;
}
.mySlides span {
	color: #094B54;
	font-size: 28px;
	text-align: center;
	font-family: var(--font-medium);
}
.slick-carousel button.slick-prev {
	content: "";
	background: url(../img/previous.png);
	padding-right: .5em;
	position: absolute;
	top: calc(45% - 25px);
	left: 22px;
	z-index: 1;
	width: auto;
	height: 125px;
	border: none;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.slick-carousel button.slick-next {
	content: "";
	background: url(../img/next.png);
	padding-right: .5em;
	position: absolute;
	top: calc(45% - 25px);
	right: 0px;
	z-index: 1;
	width: 98px;
	height: 125px;
	border: none;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.content_box {
	height: 400px;
	width: 100%;
	padding: 20px;
	border: 1px solid #707070;
	margin-left: 40px;
	font-size: 18px;
	text-align: left;
	color: #D6339E;
	font-family: 'Conv_American Typewriter Regular';
	margin-bottom: 20px;
	overflow: auto;
}
.content_box_right {
	max-width: 45%;
	min-width: 45%;
}
.slick-carousel .slick-list.draggable {
	width: 80%;
	margin: auto;
}
.row.create_image_section {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	vertical-align: top;
}
.create_image_section p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
}
.image_section {
	margin-top: 30px;
}
.image_section img {
	width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.image_section.create-new.btn img {
	height: 58px;
	width: 58px;
	border: none;
}
.image_section.create-new.btn {
    height: 235px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    max-width: 100%;
}
.image_section.create-new.btn h2 {
	font-size: 26px;
}
.row.create_image_section .create-new {
	margin-top: 30px;
}
.create_image_section span {
	color: #7DC5D7;
	font-family: var(--font-medium);
	font-size: 15px;
	letter-spacing: 3px!important;
}
.edit_image_section {
    position: relative;
    margin-top: 30px;
    height: 235px;
    border: 1px solid #fff;
}
.image_button_section {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    display:none;
}
.image_section:hover .image_button_section{
display:block;
cursor: pointer;
}
.draft_button.edit,
.draft_button.share,
.draft_button.edit,
.delete_button.delete_image_section {
	max-width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 0px;
}
.draft_button.edit {
	margin-top: 0px;
}
.draft_button.share a {
    margin: 4px 2px 0;
    display: inline-block;
}
.left-top-section {
	height: 100%;
	background-image: url(../img/bg-blur.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	display: block;
	width: 100%;
	background-color: white;
	padding-top: 80px;
}
#step-4 {
	height: 100%;
}
.image_loading_Section {
	height: calc(100% - 150px);
	overflow: auto;
	padding: 0px 20px 20px;
	display: block;
}
.canvas_box {
    width: 100%;
    height: 100%;
    padding: 70px 0;
    background: #f2f2f2;
	overflow: auto;
}
/* .canvas_box>div, .canvas_box>div>div {
    height: 100%;
} */
.canvas_box .canvas-container {
    border: 2px dashed #ddd;
    margin: auto;
    background: #ffffff7a;
	/* height: 100% !important; */
}
/* .canvas_box .canvas-container canvas {
    height: 100% !important;
} */
.text {
    text-align: center;
    /* margin-top: 128px; */
    /* margin-bottom: 128px; */
    color: #fff;
    height: calc(100% - 360px);
	padding:0 20px;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	overflow: auto;
	margin-top: 25px;
    margin-bottom: 15px;
}
.text h4 {
	margin-top: 10px;
    margin-bottom: 30px;
}
.tool_bar {
    background: #008999;
    padding: 25px;
    margin: 0 -25px 20px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.tool_bar button {
    background: none;
    border: none;
    color: #fff;
	padding: 0 10px;
}
.tool_bar button#select_deleted {
    font-size: 24px;
    padding: 0;
}
.tools {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #c1c1c1;
    align-items: center;
    flex-wrap: wrap;
}
.tools button {
    padding: 0;
    border: 0;
    background: no-repeat;
    margin: 0 13px;
}
.google_tools {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #c1c1c1;
    margin-top: 15px;
    padding-top: 15px;
    align-items: center;
}
#ImageModal .modal-content {
    background: #198999;
    color: #fff;
    border-radius: 0;
}
#ImageModal .modal-content .modal-header {
    justify-content: space-between;
    padding: 40px;
    border: none;
}
#ImageModal .modal-content .modal-header button.close {
    background: #f7a12d;
    font-family: var(--font-bold);
    border: none;
    font-size: 30px;
    color: #fff;
    display: flex;
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	position: absolute;
    top: -17px;
    right: -17px;
}
#ImageModal .modal-content .modal-header button.close span {
    line-height: 0;
    position: relative;
    top: -3px;
}
#ImageModal .modal-content .modal-header h2.modal-title {
    font-size: 30px;
    font-family: var(--font-bold);
    text-transform: uppercase;
}
.modal-header .form {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.modal-header .form input.form-control {
    padding-right: 50px;
}
.modal-header .form button {
    background: none;
    border: none;
    color: #adadad;
    position: absolute;
    top: 8px;
    right: 7px;
}
#ImageModal .modal-content .modal-body {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
#ImageModal .modal-content .modal-body .img_box {
    margin: 16px;
    width: 150px;
    height: 150px;
    position: relative;
    border: 1px solid #ffffff63;
	cursor: pointer;
}
#ImageModal .modal-content .modal-body .img_box>label {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #f7a12d;
    background: #fff;
    width: 24px;
    height: 24px;
    font-size: 28px;
    border-radius: 50%;
    overflow: hidden;
	visibility: hidden;
    opacity: 0;
}
#ImageModal .modal-content .modal-body .img_box>label i {
    position: relative;
    top: -4px;
    left: 0;
}
#ImageModal .modal-content .modal-body .img_box input.google_images {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}
#ImageModal .modal-content .modal-body .img_box input.google_images:checked+label{
	visibility: visible;
    opacity: 1;
}
#ImageModal .modal-content .modal-body .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ImageModal .modal-content .modal-footer button {
    background: #f7a12d;
    color: #fff;
    border: none;
    padding: 8px 20px;
}
.nav-pills .nav-link {
    color: #90d1e2 !important;
    font-size: 22px;
    line-height: 1;
}
.nav-pills .show>.nav-link {
    background-color: transparent;
}
.navbar-text .dropdown-menu{
	right: 0;
}
.navbar-light .navbar-text a{
    color: #198999 !important;
}
a.image_section.create-new.btn i.fa {
    font-size: 46px;
}
.slide_show.slick-carousel {
    padding: 0 10%;
    flex-wrap: wrap;
    overflow: auto;
    height: calc(100% - 167px);
}
.slide_show.slick-carousel .mySlides {width: 100%;}
.slide_show.slick-carousel .mySlides .image_box {
    padding: 35px;
    width: 100%;
    min-width: 0;
    max-width: 50%;
}
.slide_show.slick-carousel .mySlides .image_box::-webkit-scrollbar{
    display: none;
}
.slide_show.slick-carousel .mySlides .image_box img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.slide_show.slick-carousel .mySlides .image_box img+strong{
	color: #094B54;
	font-size: 20px;
    font-family: var(--font-medium);
	text-transform: uppercase;
	font-weight: normal;
}
.error_box p {
    margin-bottom: 0;
}
.text_tool {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
    background: #fff;
    border: 1px solid #0000001a;
    /*border-radius: 7px 7px 0 0;*/
    overflow: hidden;
	height: auto !important;
}
.text_tool_bar {
    background: #f1f5f9;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.text_tool_bar>* {
    padding: 7px;
}
.text_tool_bar>div {
    display: flex;
    align-items: center;
}
.text_tool_bar>div label {
    font-size: 15px;
    margin-right: 5px;
}
.text_tool_bar button {
    background: none;
    border: none;
	margin: 0 4px;
}
.text_tool textarea#text_adder {
    padding: 10px 20px;
    width: calc(100% - 30px);
    height: 90px;
    resize: none;
    margin: 15px;
    border: 1px solid #0000002e;
}
.text_tool button#send {
    background: #f7a12d;
    color: #FFFFFFDE;
    border: 1px solid #e9daaa;
    font-size: 18px;
    float: right;
    margin: 10px;
    padding: 7px 20px;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 50%;
	margin-top: -9px;
}
input[type=range]::-moz-range-thumb {
	background-color: #555;
	width: 15px;
	height: 15px;
	border: 2px solid #333;
	border-radius: 50%;
}
input[type=range]::-ms-thumb {
	background-color: #555;
	width: 20px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 50%;
}
/* 2.2 TRACK */
input[type=range]::-webkit-slider-runnable-track {
	background-color: #008999;
	height: 3px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	outline: none;
}
input[type=range]::-moz-range-track {
	background-color: #008999;
	height: 3px;
}
input[type=range]::-ms-track {
	background-color: #008999;
	height: 3px;
}
input[type=range]::-ms-fill-lower {
	background-color: #008999
}
input[type=range]::-ms-fill-upper {
	background-color: #008999;
}
.error {
    margin-top: 3px;
    display: block;
}
.pac-container.pac-logo {
    background: #094b54;
    color: #fff;
    border: none;
    margin-top: 15px;
    box-shadow: none;
}
.pac-container.pac-logo .pac-item {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 21px 20px;
    border: none;
    font-family: var(--body-font);
	background: none !important;
}
.pac-container.pac-logo .pac-item+.pac-item {
    border-top: 1px solid #42757c;
}
.pac-container.pac-logo .pac-item span.pac-icon.pac-icon-marker {
    display: none;
}
.pac-container.pac-logo .pac-item span.pac-item-query {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: block;
}
#loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #ffffffb5;
}
.nb-spinner {
	width: 75px;
	height: 75px;
	margin: 0;
	background: transparent;
	border-top: 4px solid #008999;
	border-right: 4px solid transparent;
	border-radius: 50%;
	-webkit-animation: 1s spin linear infinite;
	animation: 1s spin linear infinite;
}
@-webkit-keyframes spin {
	from {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
.right_part{
	display: flex;
	align-items: center;
}
.right_part img{
	display: block;
}



.title_hr {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.title_hr hr {
    background: #fff;
    opacity: 1;
    margin: 10px 0 25px;
}
.risks_list ul li {
    margin-bottom: 15px;
    color: #fff;
}
.risks_list ul li label {
    margin-right: 10px;
}
.risks_list ul li input[type=checkbox] {
    margin-right: 10px;
}
.risks_list ul li>a {
    color: #93B3F3;
    font-size: 16px;
}
.input_with_error {
    display: flex;
    width: 100%;
    align-items: center;
}
.input_with_error:empty {
    margin: 0;
}
.input_with_error input[type="text"] {
    margin-top: 10px;
    width: calc(100% - 50px);
    border: none;
    height: 38px;
    border-radius: 5px;
	padding: 5px 10px;
}
.input_with_error p.error {
    margin: 0px;
    font-size: 16px;
}
select.form-control_select {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: none;
    color: #418797;
    padding: 0 5px;
    margin-right: 5px;
}
select.form-control_select+a {
    color: #93B3F3;
    font-size: 16px;
}
#step-3 .bottom_button {
    margin-top: 20px;
	margin-bottom: 0;
}
div#step-3 p.error.mt-2 {
    font-size: 12px;
}
.risk_modal .modal-body {
    padding: 30px;
}
.risk_modal .modal-body .modal-header {
    padding: 0 0 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #1F4850;
}
.risk_modal .modal-body .modal-header button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #EBA542;
    border: none;
    color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 23px;
}
.risk_modal .modal-body .modal-header h4.modal-title {
    font-size: 18px;
    font-weight: 700;
    color: #1F4850;
}
.risk_modal .modal-body p{
    font-size: 14px;
    line-height: 2;
    color:#000;
}

.risk_modal .modal-body img{
    margin-bottom: 10px;
}
.title_hr label {
    text-transform: none;
    font-family: 'Futura Medium';
}
.title_hr label {
    text-transform: none;
    font-family: 'Futura Medium';
}
.col-12.input_group {
    display: flex;
    align-items: center;
}
.input_group_item {
    color: #fff;
    display: flex;
    align-items: center;
}
.input_group_item input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.input_group_item+.input_group_item {
    margin-left: 40px;
}
.input_group_item+p.error.mt-2 {
    margin: 0 0 0 15px !important;
}
#location-step .text_paragraph {
    text-align: left;
    margin: 0;
}
#location-step .text_paragraph p {
    line-height: 36px;
}
#location-step .text_paragraph b {
    font-family: var(--body-bold);
}
#location-step .text_paragraph a {
    font-style: italic;
    text-decoration: underline;
    margin-left: 5px;
}
.publish_your_stram .collection_data .title {
    justify-content: space-between;
    margin-bottom: 25px;
}
.publish_your_stram .collection_data .title label {
    color: #fff;
    font-size: 15px;
}
.publish_your_stram .collection_data .title input.form-control {
    width: 135px;
    height: 38px;
    font-size: 14px;
    font-style: normal;
}
.publish_your_stram .collection_data .title+p.error.mt-2 {
    margin: 0;
    text-align: right;
    position: relative;
    top: -20px;
}
#location-step .select_box {
    border-bottom: 0;
}
#location-step .select_box .accordion-item.bg-white {
	background: none !important;
	border: none !important;
    border-radius: 0;
}
#location-step .select_box .accordion-item.bg-white button.accordion-button {
    background: none !important;
    padding: 0 0 10px!important;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 20px;
}
#location-step .select_box .accordion-item.bg-white .accordion-body.py-4.px-5 {
    padding: 0 !important;
}
#location-step .select_box .accordion-item.bg-white .accordion-body ul li {
    margin-bottom: 15px;
    color: #fff;
}
#location-step .select_box .accordion-item.bg-white .accordion-body ul li input[type=checkbox] {
    margin-right: 25px;
}
#location-step .select_box .accordion-item.bg-white .publish_your_stram {
    padding: 0;
    margin: 30px 0 0;
    overflow: hidden;
}
#location-step .select_box .accordion-item.bg-white .publish_your_stram .row.form-group {
    margin-bottom: 30px;
}
#location-step .select_box .accordion-item.bg-white .publish_your_stram select.form-control_select {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
}

#location-step .select_box:after {
    display: none;
}
#location-step .select_box .accordion-item.bg-white button.accordion-button::after {
    background-image: url(../img/down-arrow.svg);
}
#location-step .select_box .accordion-item.bg-white .accordion-body.py-4.px-5 {
    padding: 0 15px 15px!important;

}
.filters {
    position: absolute;
    background: #094a53;
    z-index: 999;
    margin: 0 -15px;
    left: 0;
    right: 0;
}
div#ImageModalCrop .modal-title {
    font-size: 30px;
    font-family: var(--font-bold);
    text-transform: uppercase;
}
div#ImageModalCrop .modal-header, div#ImageModalCrop .modal-footer {
    border: none;
}
.risks_icon {
    border-top: 1px solid #418795;
    width: 100%;
    margin: 20px 0 0;
    padding-top: 15px;
}
.location_modal .modal-footer h6 {
    font-family: var(--font-medium);
    font-size: 22px;
    margin-bottom: 15px;
}
.location_modal .modal-footer h6 small {
    font-family: var(--work-sans);
    font-size: 12px;
    font-style: italic;
}
.risks_icons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.Beauty_Index {
    margin: 0;
    width: 100%;
}
.beauty_index_ratings {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.beauty_index_ratings span {
    text-align: center;
    font-family: var(--work-sans);
    font-size: 12px;
}
.beauty_index_ratings span div:first-child {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #418795;
    border-radius: 50%;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    font-family: var(--font-medium);
}
.checkbox-wrap {
	position: absolute;
	bottom :150px;
	background-color: #fff;
	padding: 12px 15px;
	border-radius: 10px;
	max-width:1530px;
	margin: 0 auto;
}
.checkbox-wrap label {
	cursor: pointer;
}
.checkbox-wrap span {
	display: inline-block;
	margin: 0 5px;
}
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
opacity: 1!important;
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #f9d791;
text-align: center;
padding: 1px 0;
border-radius: 6px;

/* Position the tooltip text */
position: absolute;
z-index: 1;
top: 120%;
left: 50%;
margin-left: -20px;

/* Fade in tooltip */
opacity: 0;
transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: -5px;
left: 15%;
margin-left: -5px;
border-style: solid;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #f9d691 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
span.tooltip.auth span.tooltiptext {
width: 250px;
left: 75px;
top: 30px;
}
span.tooltip.auth span.tooltiptext:after {
display: none;
}
.tooltip img{
margin-top: -4px;
}
div#step-1.step_2 {
    position: relative;
    padding-bottom: 80px;
}

div#step-1.step_2 button.save_canvas_image.btn.step_btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
#location-step .publish_your_stram .text_paragraph {
    margin-top: 30px;
}

div#text-tool .modal-header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 9;
}
div#text-tool  .modal-body {
    color: #333;
    padding: 0;
}
div#text-tool .modal-body .text_tool {
    max-width: 100%;
    margin: 0;
	display: block !important;
}
div#text-tool.modal {
    position: absolute;
}

#location-step .select_box.hide_on_mobile {
    height: auto;
}
div#text-tool .modal-dialog button.close.close_model {
    width: 30px;
    height: 30px;
    font-size: 22px;
    padding-bottom: 3px;
}

.tooltip.last_three_tooltip:hover .tooltiptext {
    left: auto;
    right: 0;
    margin-left: 0px !important;
    margin-right: 0px;
}

.tooltip.last_three_tooltip:hover .tooltiptext::after {
    left: auto;
    right: 15%;
    margin-left: 0px !important;
}
.tool-tip-links.last_three_tooltip {
    left: auto;
    right: 0;
}
.tool-tip-links:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 10%;
    margin-left: -5px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f7a120 transparent;
}

.tool-tip-links.last_three_tooltip:after {
    left: auto;
    right: 10%;
    margin-left: 0px;
}














@media(min-width:1600px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1530px
	}
}
@media(min-width:992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
}
@media(min-width:768px) {
	.show_on_mobile {
		display: none !important;
	}

	.step_head.for_mobile {
		display: none;
	}
	.search_box.for_mobile {
		display: none;
	}
}
@media(max-width:1599px) {
	.map_part {
		max-width: calc(100% - 550px);
	}

	.location_listing {
		max-width: 550px;
	}

	.content_box {
		height: 300px;
	}

	.mySlides img {
		height: 300px;
	}

	.delete_button {
		max-width: 100%;
		margin-left: 20px;
	}

	.draft_button {
		max-width: 100%;
	}

	.content_sec h1 {
		font-size: 66px;
	}

	.content_sec p {
		font-size: 24px;
		line-height: 40px;
	}

	.logo_sec h2 {
		font-size: 30px;
	}

	.logo_sec h3 {
		font-size: 26px;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		background-size: contain;
		height: 560px;
	}

	.text_with_media h2 {
		font-size: 40px;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.text_with_media p, .text_with_media ul {
		font-size: 24px;
	}

	.logos img {
		margin: 0 25px;
	}
}
@media(max-width:1439px) {
	.map_sec {
		height: 800px;
	}

	.location_box .location_info .title {
		font-size: 20px;
	}

	.shadow_box img {
		padding: 46px 55px;
		top: -2px;
		left: 11px;
	}

	.text_with_media.second_sec .shadow_box img {
		padding: 50px 60px;
		top: -2px;
		left: -11px;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		height: 500px;
	}

	.text_with_media p, .text_with_media ul {
		font-size: 22px;
	}

	.btn {
		max-width: 450px;
		font-size: 22px !important;
	}

	.logos img {
		margin: 0 15px;
	}

	footer ul li {
		font-size: 18px;
	}

	footer h3 {
		font-size: 30px;
	}

	.address_info p {
		font-size: 18px;
	}

	.copyright {
		margin-top: 50px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	ul.stream_list {
		min-height: 380px;
		max-height: 380px;
	}
}
@media(max-width:1365px) {
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-text .navbar-nav .nav-link {
		font-size: 18px;
	}

	.content_sec h1 {
		font-size: 50px;
		margin-bottom: 25px;
	}

	.content_sec p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
	}

	.btn {
		max-width: fit-content;
		padding: 0 50px;
		line-height: 60px;
		font-size: 22px;
		font-family: var(--font-heavy);
	}

	button.btn.step_btn {
		padding: 10px 20px;
		line-height: normal;
	}
	.bottom_button a.btn {
		margin: auto;
		padding: 10px 20px;
		line-height: normal;
	}
}
@media(max-width:1199px) {
	.navbar-brand img {
		max-width: 200px;
	}

	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-text .navbar-nav .nav-link {
		font-size: 16px;
	}

	span.navbar-text.ms-4 {
		margin-left: 10px !important;
	}

	.map_part {
		max-width: calc(100% - 400px);
	}

	.location_listing {
		max-width: 400px;
	}

	.map_sec {
		height: 550px;
	}

	ul.location_list li {
		margin-top: 40px;
	}

	.location_box .image_box {
		width: 80px;
		height: 100px;
	}

	.location_box {
		padding: 10px 15px 10px 115px;
		min-height: 100px;
	}

	.image_loading_Section {
		padding: 0 0 15px;
	}
	.row.create_image_section {
		margin: 0;
	}
	.image_section.create-new.btn {
		padding: 0px 20px;
		height: 150px;
	}

	.image_section.create-new.btn img {
		height: 40px;
		width: 40px;
		border: none;
	}

	.image_section.create-new.btn h2 {
		font-size: 18px;
	}

	.bottom_button {
		margin-bottom: 112px;
	}

	.text_paragraph {
		margin-bottom: 112px;
	}

	.mySlides img {
		height: 200px;
	}

	.content_box {
		height: 200px;
	}

	.bottom_button {
		flex-wrap: wrap;
	}

	.delete_button {
		max-width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}

	.step_head .heading h3 {
		font-size: 16px;
	}

	.location_box .location_info .title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.location_box .location_info span.author {
		font-size: 16px;
	}

	button.add_spot {
		width: 58px;
		height: 58px;
	}

	.text_with_media h2 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.text_with_media p, .text_with_media ul {
		font-size: 18px;
	}

	.shadow_box img {
		padding: 35px 45px;
		top: 0px;
		left: 9px;
	}

	.text_with_media.second_sec .shadow_box img {
		padding: 35px 49px;
		top: 3px;
		left: -9px;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		height: 420px;
	}

	footer ul li {
		font-size: 16px;
	}

	.address_info p {
		font-size: 16px;
		line-height: 1.5;
	}

	footer hr {
		margin: 0 0 30px;
	}

	.badges img {
		height: 58px;
		object-fit: contain;
	}

	footer h3 {
		font-size: 24px;
	}
	.edit_image_section {
		height: 150px;
	}

	.draft_button.edit,
	.draft_button.share,
	.draft_button.edit,
	.delete_button.delete_image_section {
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 5px;
	}

	.image_button_section {
		width: 100%;
		padding: 11px;
	}

	.create_image_section p {
		font-size: 12px;
	}
	ul.stream_list {
		min-height: 170px;
		max-height: 170px;
	}
}
@media(max-width:991px) {
	.navbar-light .navbar-toggler {
		padding: 0;
		border-radius: 0;
		border: none;
		outline: none !important;
		box-shadow: none !important;
	}

	.navbar-light .navbar-toggler-icon {
		background: url(../img/menu-icon.svg) no-repeat;
		display: block;
		width: 30px;
		height: 26px;
	}

	nav.navbar .container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}

	.navbar-collapse {
		display: flex;
		flex-wrap: wrap;
	}

	ul.navbar-nav {
		text-align: right;
		width: 100%;
		margin: 0 !important;
	}

	.navbar-collapse>ul.navbar-nav {
		margin: 10px 0 0 !important;
		border-top: 1px solid #198999;
		padding-top: 10px;
	}

	span.navbar-text.ms-4 {
		padding: 0 0 10px;
		margin: 0;
		width: 100%;
	}

	.navbar-light .navbar-text .navbar-nav li.nav-item+li.nav-item {
		border-left: none;
	}

	li.nav-item {
		padding: 7px 0;
	}

	.map_part {
		max-width: calc(100% - 300px);
	}

	.location_listing {
		max-width: 330px;
	}

	.location_box .location_info .title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.location_box .location_info span.author {
		font-size: 14px;
	}

	.content_sec h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.content_sec p {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 30px;
	}

	.logo_sec h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.logo_sec h3 {
		font-size: 22px;
		margin-top: 30px;
	}

	.logos img {
		margin: 0 10px;
		max-height: 42px;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		height: auto!important;
		background: none!important;
		max-width: 500px!important;
		margin: 60px auto!important;
	}

	.shadow_box img {
		padding: 15px !important;
		background: #eeece3!important;
		position: static!important;
	}

	.text_with_media {
		padding: 20px 0 30px;
	}

	.text_with_media h2 {
		font-size: 30px;
		padding: 0 !important;
		text-align: center;
	}

	.text_with_media p, .text_with_media ul {
		font-size: 16px;
		padding: 0 !important;
		text-align: center;
	}

	.text_with_media.second_sec {
		padding-bottom: 50px;
	}

	footer {
		padding-top: 30px;
	}

	footer hr {
		margin: 0;
	}

	footer h3 {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.badges {
		margin-top: 20px;
	}

	.copyright {
		margin-top: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.copyright ul.footer_menu {
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	.location_listing {
		padding-left: 15px;
		padding-right: 15px;
	}
	.search_box {
		padding: 15px 15px;
		margin: 0 -15px 15px;
	}
	#ImageModal .modal-content .modal-header {
		flex-wrap: wrap;
		padding: 25px;
	}
	#ImageModal .modal-content .modal-header h2.modal-title {
		margin-bottom: 10px;
	}
	#ImageModal .modal-content .modal-body {
		padding: 0 15px;
	}
	#ImageModal .modal-content .modal-body .img_box {
		margin: 10px;
		width: calc(33.33% - 20px);
	}
}
@media(max-width:767px) {
	nav.navbar {
		padding: 0
	}
    .risks_list ul li input[type="number"] {
        width: 30%;
    }
	.logo_sec h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.logo_sec h3 {
		font-size: 20px;
		margin-top: 25px;
	}
	.logos img {
		margin: 10px 12px;
		max-height: 28px;
	}

	.text_with_media {
		padding: 20px 0 0px;
	}

	.text_paragraph {
		display: none;
	}

	.text_paragraph.not_hide {
		display: block;
	}

	#step-4 .search_box {
		display: none;
	}

	.row .ctb.publish {
		height: 100%;
		background-image: url(../img/Path.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		display: block;
		width: 100%;
		padding: 15px 0px;
		border-top: 5px solid #f7a12d;
	}

	.left-top-section {
		display: none;
	}

	.step_head.for_desktop {
		display: none;
	}

	.search_box.for_desktop,ul.stream_list.for_desktop {
		display: none;
	}

	.step_head.for_mobile {
		/* justify-content: center; */
		position: unset;
		margin-bottom: 0px;
		padding: 10px;
	}
	.risks_list ul li input[type=checkbox] {
		margin-right: 8px;
	}

	.risks_list ul li label {
		margin-right: 10px;
		font-size: 16px;
	}
	.form-group {
		margin-bottom: 15px;
	}
	.bottom_button {
		margin-bottom: 30px;
	}

	.search_box form input[type="text"] {
		height: 50px;
		font-size: 18px;
	}
	.search_box form button {
		top: 15px;
	}

	ul.stream_list li {
		padding: 21px 20px;
	}

	#step-3 form {
		height: auto;
		/* background-image: url(../img/bg-blur.png); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		display: block;
		width: 100%;
		background-color: #054b54;
	}

	#step-3 .step_head.for_mobile>button {
		margin-right: 20px;
	}
	#step-3 .step_head.for_mobile .heading+button {
		margin-right: 0;
		margin-left: 20px;
	}

	#location-step .text_paragraph {
		font-size: 15px;
		text-align: left;
		margin: 0;
		line-height: 1.3;
		word-break: break-word;
	}
	#location-step .text_paragraph a {
		word-break: break-all;
	}

	.publish_your_stram {
		margin-top: 0px;
		padding-top: 20px;
		height: auto;
	}

	.draft_button {
		max-width: 100%;
	}

	.bottom_button {
		flex-wrap: nowrap;
	}

	.delete_button {
		margin-top: 0px;
		max-width: 100%;
		margin-left: 30px;
	}

	.step_head:after {
		right: 0px;
	}

	.navbar-brand img {
		max-width: 160px;
	}

	nav.navbar .container-fluid {
		padding-left: 15px;
		padding-right: 20px;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		height: auto!important;
		background: none!important;
		max-width: 400px!important;
		margin: 60px auto!important;
	}

	.search_box {
		background: #008999;
		padding: 15px 20px;
		margin: 0;
	}

	.row .ctb.publish a {
		max-width: 400px;
	}

	/* .hide_on_mobile {
		display: none !important;
	} */
	#location-step .select_box div#accordionExample {
		padding: 20px;
	}

	.col-md-4.col-12.mtm-15 {
		margin-top: 15px;
	}
	#location-step .select_box .accordion-item.bg-white .publish_your_stram .row.form-group {
		margin-bottom: 15px;
	}

	.image_section.create-new.btn h2 {
		font-size: 23px;
	}

	.image_section.create-new.btn img {
		height: 58px;
		width: 58px;
		border: none;
	}

	.image_loading_Section {
		height: 100%;
		padding: 0px 20px 50px;
		display: block;
		background-image: url(../img/Rectangle.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}

	.location_listing.select_box_loaction.show_on_mobile {
		padding: 20px 20px;
	}

	/* .draft_button.edit,
	.draft_button.share,
	.draft_button.edit,
	.delete_button.delete_image_section {
		padding-top: 10px;
		padding-bottom: 10px;
	} */

	/* .image_button_section {
		width: 100%;
		padding: 25px;
	} */

	#step-4 .heading {
		padding-top: 20px;
	}

	.location_listing {
		max-width: 100%;
	}

	.select_box {
		border-bottom: none;
	}

	.select_box select {
		padding: 0;
		letter-spacing: 1px;
	}

	.map_sec {
		height: auto;
		flex-wrap: wrap;
	}

	.delete_button.delete_image_section {
		margin-left: 0px;
	}

	.map_part {
		max-width: 100%;
		/* height: calc(100vh - 264px); */
	}
	.location_listing.show_on_mobile+section.map_sec .map_part {
		/* height: calc(100vh - 270px); */
        height: 300px;
	}
	.navbar-light .navbar-text a.nav-link.dropdown-toggle {
		padding: 0;
	}
	ul.nav.nav-pills.navbar-text {
		padding-top: 0;
	}
	ul.location_list.location-slider .slick-list.draggable {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.location_listing.show_on_mobile {
		padding: 20px 0px;
	}

	.search_box.for_mobile {
		margin-top: 20px;
	}

	.location_listing {
		background: #054b54;
		padding: 0px;
	}

	ul.location_list {
		height: auto;
		overflow: auto;
		padding-bottom: 0;
		display: flex;
		width: 100%;
		padding: 18px 0;
	}

	.content_sec {
		background: #198999;
		background: -moz-linear-gradient(top, #198999 0%, #80bec7 50%, #ffffff 100%);
		background: -webkit-linear-gradient(top, #198999 0%, #80bec7 50%, #ffffff 100%);
		background: linear-gradient(to bottom, #198999 0%, #80bec7 50%, #ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198999', endColorstr='#ffffff', GradientType=0);
		padding: 50px 0;
		margin-top: 0;
	}

	ul.location_list li {
		margin-top: 0;
	}

	.location_box {
		padding: 10px 10px 10px 110px;
		min-height: 94px;
		width: 95%;
		margin: auto;
	}

	.location_box .image_box {
		left: 10px;
		width: 86px;
		height: 110px;
		transform: rotate(-1deg);
	}
	.location_box .image_box img {
		height: 92px;
	}
	.location_box .location_info .title {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.map_Section .map_part {
		border-bottom: 5px solid #f7a12d;
	}
	.modal-dialog {
		margin: 30px;
	}
	.canvas_box .canvas-container {
		width: 335px !important;
		height: 335px !important;
	}
	.canvas_box .canvas-container canvas {
		width: 100% !important;
		height: 100% !important;
	}
	div#step-1 .text {
		display: none;
	}
	.canvas_box {
		padding: 30px 0;
	}
	.tools {
		margin: 20px 20px 0;
		padding: 15px;
	}
	.tools button {
		margin: 0 10px;
	}
	.tools button img{
		max-width: 24px;
	}
	.tool_bar {
		margin: 0 0 20px;
	}
	.text-center.create_step2_but {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.my_strem .map_part {
		display: none;
	}
	.edit_image_section {
		height: 150px;
	}
	#ImageModal .modal-content .modal-body .img_box {
		margin: 10px;
		width: calc(50% - 20px);
		height: 130px;
	}
	#ImageModal .modal-content .modal-header h2.modal-title {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 30px;
	}
	.ImageModal_Crop_coustam {
		max-width: 100% !important;
	}
	div#ImageModalCrop .modal-header {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}
	div#ImageModalCrop .modal-title {
		font-size: 24px;
	}
	div#ImageModalCrop .modal-header .form button.google_search_img_btn {
		position: static;
		display: block;
		margin: auto;
	}
	.modal-dialog .modal-body .dropzone {
		height: 100px !important;
	}
	div#ImageModalCrop .modal-footer {
		justify-content: center;
		row-gap: 15px;
	}
	.filters {
		margin: 0;
	}
	.modal_location_info .title {
		font-size: 18px;
	}
	.risks_icons a+a {
		margin-left: 15px;
	}
	.beauty_index_ratings span div:first-child {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
}
@media(max-width:480px) {
	.delete_button {
		margin-left: 13px;
		font-size: 14px;
	}

	.draft_button {
		font-size: 14px;
	}

	.map_part.home-page{
		max-width: 100%;
		height: calc(100vh - -24px);
	}

	.modal-body.popup-heading .heading_text button {
		margin-top: 80px;
	}

	.btn {
		max-width: fit-content;
		padding: 0 20px;
	}

	button.btn.step_btn {
		font-size: 17px !important;
	}

	.shadow_box,
	.text_with_media.second_sec .shadow_box {
		max-width: 290px!important;
		margin: 50px auto!important;
	}

	.row .ctb.publish a {
		max-width: 280px;
	}
}

button#circle {
    width: 30px;
    height: 30px;
    background: #dfe0e0;
    border-radius: 30px;
    border: 2px solid #9da4aa;
}
.risk_div_top {
    position: relative;
}
.risk_div_top span.risk_count {
    background: #f7a120;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    position: absolute;
    right: 0px;
    top: -50px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em !important;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}
.tool-tip-links {
    position: absolute;
    background: #f7a120;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    top: 10px;
    left: 0px;
    z-index: 9999;
    color: #fff;
    line-break: anywhere;
    width: 230px;
}
.tool-tip-links a:hover {
    color: #418795;
    text-decoration: underline;
}
.risks_icons, .parent_relative {
    position: relative;
}
img.risk_count_img {
    cursor: pointer;
}
.volunteer_link{
	width: 25% !important;
}
.link__prefix{
	width: 75% !important;
}
.link__prefix, .volunteer_link{
    font-style: normal !important;
    font-size: 14px !important;
	height: 45px !important;
	border-radius: 0 !important;
}
