    body{
        background: rgb(243,243,243);
        color: #272620;
        font-family: 'Lato', sans-serif;
    }

    h1{
        font-family: 'Montserrat', sans-serif;
    }
	.bigh1{
		font-size: 40px;
	}

    button{
		width: auto;
		/* height: 40px; */
		/* border-radius: 50px !important; */
		font-size: 18px;
		padding: 8px 26px;
		color: #333333;
		background: #3EACC9;
		color: white;
		border: 2px solid #3EACC9;

    }
    /* button:hover{
        color: white;
		background: #9ED5E4;
		cursor: pointer;
    }
	button:active{
		background: white;
		color: #3EACC9;
	} */
	button:focus {
		outline:0 !important;
	}

	.btn-one{
		background: #3eacca !important;
		color: white !important;
		border: 1px solid #3eacca !important;
		border-radius: 30px !important;
		padding: 5px 25px !important;
	}
	.btn-one:hover:enabled{
		color: #3eacca !important;
		background: white !important;
		cursor: pointer;
		border: 1px solid #3eacca !important;
	}
	.btn-one:focus{
		color: #3eacca !important;
		background: white;
		cursor: pointer;
		border: 1px solid #3eacca !important;
	}

	.btn-primary{
		background: #3eacca !important;
		color: white !important;
		border: 1px solid #3eacca !important;
		border-radius: 30px;
		padding: 5px 25px;
	}
	.btn-primary:hover{
		color: #3eacca !important;
		background: white !important;
		cursor: pointer;
		border: 1px solid #3eacca !important;
	}
	.btn-primary:focus{
		color: #3eacca !important;
		background: white;
		cursor: pointer;
		border: 1px solid #3eacca !important;
	}

	.campaignbuttons{
		align-items: center;
	}

	.cta{
		width: auto;
		height: auto;
		border-radius: 50px;
		font-size: 18px;
		padding: 10px 26px;
		color: #333333;
		background: #3EACC9;
		color: white;
		border: 2px solid #3EACC9;

	}
	.cta:hover{
		border: 2px solid #3EACC9;
		color: white;
		background: #9ED5E4;
		cursor: pointer;

	}
	.cta:active{
		background: white;
		color: #3EACC9;
	}

	.secbtn{
		width: auto;
		height: auto;
		border-radius: 50px;
		font-size: 18px;
		padding: 3px 26px;
		color: #333333;
		background: white;
		border: 2px solid #333333;
		min-width: 100px !important;

	}
	.secbtn:hover{
		border: 2px solid #E8AB00;
		color: #333333;
		background: #FCE49D;
		cursor: pointer;
	}
	.secbtn:active{
		background: #E8AB00;
		color: white;
	}
	.btnthree{
		background: none;
		border: 2px solid transparent;
		text-decoration: none;
		color: black;
	}
	.btnthree:hover{
		background: #E6E6E6;
		border: 2px solid #E6E6E6;

		text-decoration: underline;
		color: black;
	}
	.btnthree:active{
		background: #47463F;
		border: 2px solid #47463F;
		text-decoration: underline;
		color: white;
	}
	.btnfour{
		background: none;
		border: none;
		color: #454545;
		text-decoration: underline;
		cursor: pointer;
	}
	.btnfour:hover{
		background: none;
		border: none;
		color: #454545;
		text-decoration: underline;
		cursor: pointer;
	}
	.btnfour:active{
		color: black;
	}
	.disabledbtn{
		background: lightgray;
		border: 2px solid #929292;
		color: white;
	}
	.disabledbtn:hover{
		background: lightgray;
		border: 2px solid #929292;
		color: white;
		cursor: default;
	}
	.disabledbtn:active{
		background: lightgray;
		border: 2px solid #929292;
		color: white;
	}

    body{
        color: rgba(57, 52, 36, 0.91);
    }
    .loggedoutmenu{
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;

        width: 100%;
        background: white;
    }
    .loggedoutmenu ul{
        display: flex;
        justify-content: space-between;
        width: 40%;
        margin-top: 50px;
        list-style-type: none;
    }
    .loggedoutmenu img{
        border-radius: 100%;
        width: 75px;
        height: 75px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
        margin: 20px;
    }
    .loggedoutmenu li{
        font-weight: 600;

    }
    .loggedoutmenu li:hover{
        color: brown;
        cursor: pointer;

    }
    .loggedoutmenu a{
        text-decoration: none;
        color: #272620;
    }
    .login-section{
        position: absolute;
        top: 40px;
        right: 30px;
    }
    .login-section button{
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
    }
    .active-menu{
        color: brown;

    }

	.addNewComponent{
		cursor: pointer;
	}

	/*This section is for boxes or main layouts*/

	.mainslider{
		/* width: 84%; */
		height: auto;
		background: white;
		/* margin-left: 15%; */
        padding: 20px;
        margin-top: 16px;
	}

	.mainbox{
		width: 50%;
		height: auto;
		padding: 20px;
		display: block;
		margin: auto;
		margin-left: 28%;
		margin-top: 75px;
		border-radius: 12px;
		background:white;
	}
	.card{
		max-width: 400px;
	}

	.document{
		width: 75%;
		height: auto;
		padding: 20px;
		display: block;
		margin: auto;
		margin-left: 19%;
		margin-top: 50px;
		border-radius: 4px;
		background:white;
	}

	/* .container{
		width: 84%;
		margin-left: 16%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
	} */
	.twothirds{
		width: 64%;
		background: white;
		padding: 20px;
		margin-top: 20px;
		border-radius: 12px;
		min-width: 375px;
	}
	.proposals{
		padding: 20px;
		/* margin-left: 10px; */
		margin-top: 20px;
		/* width: 27%; */
		border-radius: 12px;
		background: white;
		/* min-width: 300px; */

	}
	.scroller{
		overflow-y: scroll;
		overflow-x: hidden;
		height: 200px;
		width: 100%;
        padding: 20px;
        padding-left: 4px;
		min-width: 315px;
	}
	.scrolley{
		overflow-y: hidden;
		overflow-x: scroll;
		width: 100%;
		padding: 20px;
		margin-left: -20px;
		min-width: 375px;
	}
	.scroll_y{
		overflow-y: scroll;

	}


	.newrequest{
		background: transparent;
		/* width: 20.36vw; */
		margin: auto;
		display: inline-block;
		padding: 20px;
		margin-bottom: 20px;
		/* min-width: 200px; */
		border-radius: 12px;

	}
	.requestheader{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	/* .requestheader button{
		padding: 0px 30px;
		height: 40px;
	} */

	/* .alert{
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: #28C647;
		position: relative;
		text-align: center;
		font-size: .5em;
		color:white;
	}

	.alert div{
		position: relative;
		top: 6px;
	} */

	.shadow{
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	}
	.shadowhover:hover{
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28),0 2px 10px 0 rgba(0, 0, 0, 0.29) !important;
		border-radius: 12px;
		cursor: pointer;
	}
	.center{
		text-align: center;
		display:block;
		margin: auto;
	}
	.left{
		text-align:left;
	}
	.right{
		text-align: right;
	}

	 .mainbody{
		margin-left: 16%;
		width: 84%;

	}

	.btncombo{
		display: flex;
		flex-direction:row;
		justify-content: center;
	} .btncombo button{
		margin-left: 5px;
		margin-right: 5px;
		  }
	.spacer{
		margin-top: 50px;
	}
	.extraspacer{
		margin-top: 100px;
	}
	.smallspacer{
		margin-top: 25px;
	}

	.bsmallspacer{
		margin-bottom: 25px;
	}
	.transparent{
		background: transparent;
	}

/* 
	.modal {
		display: none; 
		position: fixed; 
		z-index: 1; 
		padding-top: 100px; 
		left: 0;
		top: 0;
		width: 100%;
		height: 100%; 
		overflow: auto; 
		background-color: rgb(0,0,0); 
		background-color: rgba(0,0,0,0.4); 
	}
	.modal-content {
		background-color: #fefefe;
		margin: auto;
		padding: 20px;
		border: 1px solid #888;
		width: 60%;
		margin-left: 26%;
		border-radius: 12px;
	} */

	/* The Close Button */
	.closetwo {
		color: #aaaaaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
	}

	.closetwo:hover,
	.closetwo:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	label{
		font-size: 12px;
		color: gray;
	}

	.inclosed{
		border-radius: 12px;
		border: 2px solid gray;
	}

	 input[type=text]{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 20px;
	}
	input[type=email]{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 20px;
	}

	input[type=password]{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 20px;
	}
	 textarea{
		 width: 100%;
		 /* padding: 10px; */
		 border-radius: 12px;
		 border: 2px solid gray;
		 /* margin-bottom: 10px; */
		 /* margin-left: 5px; */
		 /* margin-right: 5px; */
		 font-size: 20px;
		 resize: none;
	 }

	 .form-actions{
		 margin: auto;
	 }

	.flatline{
		background: none;
		border: none;
		border-bottom: 1.5px solid rgba(157, 166, 155, 0.86); !important;
	}
	.flatlinetext
	{
		font-size:18px;
		color: #47463F;
		font-weight: 500;
	}

	.flexcolumn{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.flexrow{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
	.wrap{
		flex-wrap: wrap;
	}
	.spacebetween{
		justify-content: space-between;
	}

	/*custom css for select boxes. */
	/* select {
		margin: 50px;
		width: 59%;
		padding: 5px 35px 5px 15px;
		font-size: 16px;
		border: 2px solid gray;
		height: 44px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(http://www.stackoverflow.com/favicon.ico) 96% / 15% no-repeat #eee;
		position: relative;
		left: 43px;
		top: -50px;
		border-radius: 8px;
		background: white;
	} */

	/* CAUTION: IE hackery ahead */


	select::-ms-expand {
		display: none; /* remove default arrow in IE 10 and 11 */
	}

	/* target Internet Explorer 9 to undo the custom arrow */
	/* @media screen and (min-width:0\0) {
		select {
			background:none\9;
			padding: 5px\9;
		}
	} */

	textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus, select:focus{
		/* border-color: #3EACC9;; */
		outline: 0 none;
	}

	.inshadow:focus{
		box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(151, 151, 151, 0.6);
	}

	.nextbutton{
		position: fixed;
		left: 78.5vw;
		top: 350px;
	}
	.right{
		float: right;
	}
	.left{
		float: left;
	}

	.smallicon{
		width: 75px;
		height: 75px;
		border-radius: 50%;
	}
	.icon{
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
	.extrasmallicon{
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
	.smallesticon{
		width: 25px;
		height: 25px;
		border-radius: 50px;
		max-width: 25px;
		max-height: 25px;
	}
	.largeicon{
		width: 200px;
		height: 200px;
		border-radius: 50%;
	}
	.square_small_icon{
		width: 100px;
		height: 100px;
		border-radius: 12px;
	}
	.square_med_icon{
		width: 200px;
		height: 200px;
		border-radius: 12px;
	}
	.largeiconbutton{
		width: 200px;
		height: 200px;
		border-radius: 12px;
	}
	.imageicon{
		width: 200px;
		height: 200px;
		max-height: 200px;
		min-height: 200px;
		max-width: 200px;
		min-width: 200px;
	}
	.smallscale:hover{
		transform: scale(1.04);
	}
	.send{
		background: #3eacc8;
		color: white;
		border-radius: 50%;
		height: 50px;
		width: 50px;
		float: right;
		position: relative;
	}
	.send span{
		position: relative;
		top: 14px;
		left: 7px;
	}
	.send:hover{
		transform: scale(1.1);
		cursor: pointer;
	}
	.messagebubble{
		padding: 20px;
		background: #d4d4d4;
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
		padding: 10px;
		padding-left: 20px;
		color: #454545;
		padding-bottom: 4px;
	}
	.sentmessagebubble{
		padding: 20px;
		background: #3eacc9;
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		padding: 10px;
		padding-left: 20px;
		color: #ffffff;
	}

	.message{
		width: 45%;
		padding: 10px;
		padding-bottom: 50px;
	}
	.sentmessage{
		width: 45%;
		padding: 10px;
		padding-bottom: 50px;
		float: right;
		margin-top: -60px;
	}
	.message{
		width: 45%;
		padding: 10px;
		padding-bottom: 50px;
	}
	.sentmessage img{
		width: 75px;
		height: 75px;
		border-radius: 50%;
		position: relative;
		top: 30px;
		margin-right: -10px;
	}
	.message img{
		width: 75px;
		height: 75px;
		border-radius: 50%;
		position: relative;
		top: 30px;
		margin-right: -10px;
	}
	.message p{
		padding: 20px;
		background: #d4d4d4;
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
		border-bottom-right-radius: 12px;
		padding: 10px;
		padding-left: 20px;
		color: #454545;


	}
	.lineclampfour{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.lineclamptwo{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	}


	a{
		text-decoration: none;
		color: #3eacc8;

	}
	.click{
		cursor: pointer;
	}

	.hidden {
		display: none !important;
	}

	.uleft{
		margin-left: 17%;
		margin-top: -30px;
		font-weight: bolder;
		font-size: 1.1em;
		cursor: pointer;
	}
	.uleft:hover{
		transform: scale(1.01);
	}
	.backarrow{
		background-image: url("https://image.flaticon.com/icons/svg/271/271218.svg");
		width: 25px;
		height: 25px;
		margin-right: 15px;
		/*background: green;*/
	}
	.rounded{
		border-radius: 8px !important;
	}
	.roundedup{
		border-radius: 12px !important;
	}

	.reset{
		animation : none;
		animation-delay : 0;
		animation-direction : normal;
		animation-duration : 0;
		animation-fill-mode : none;
		animation-iteration-count : 1;
		animation-name : none;
		animation-play-state : running;
		animation-timing-function : ease;
		backface-visibility : visible;
		background : 0;
		background-attachment : scroll;
		background-clip : border-box;
		background-color : transparent;
		background-image : none;
		background-origin : padding-box;
		background-position : 0 0;
		background-position-x : 0;
		background-position-y : 0;
		background-repeat : repeat;
		background-size : auto auto;
		border : 0;
		border-style : none;
		border-width : medium;
		border-color : inherit;
		border-bottom : 0;
		border-bottom-color : inherit;
		border-bottom-left-radius : 0;
		border-bottom-right-radius : 0;
		border-bottom-style : none;
		border-bottom-width : medium;
		border-collapse : separate;
		border-image : none;
		border-left : 0;
		border-left-color : inherit;
		border-left-style : none;
		border-left-width : medium;
		border-radius : 0;
		border-right : 0;
		border-right-color : inherit;
		border-right-style : none;
		border-right-width : medium;
		border-spacing : 0;
		border-top : 0;
		border-top-color : inherit;
		border-top-left-radius : 0;
		border-top-right-radius : 0;
		border-top-style : none;
		border-top-width : medium;
		bottom : auto;
		box-shadow : none;
		box-sizing : content-box;
		caption-side : top;
		clear : none;
		clip : auto;
		color : inherit;
		columns : auto;
		column-count : auto;
		column-fill : balance;
		column-gap : normal;
		column-rule : medium none currentColor;
		column-rule-color : currentColor;
		column-rule-style : none;
		column-rule-width : none;
		column-span : 1;
		column-width : auto;
		content : normal;
		counter-increment : none;
		counter-reset : none;
		cursor : auto;
		direction : ltr;
		display : inline;
		empty-cells : show;
		float : none;
		font : normal;
		font-family : inherit;
		font-size : medium;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		hyphens : none;
		left : auto;
		letter-spacing : normal;
		line-height : normal;
		list-style : none;
		list-style-image : none;
		list-style-position : outside;
		list-style-type : disc;
		margin : 0;
		margin-bottom : 0;
		margin-left : 0;
		margin-right : 0;
		margin-top : 0;
		max-height : none;
		max-width : none;
		min-height : 0;
		min-width : 0;
		opacity : 1;
		orphans : 0;
		outline : 0;
		outline-color : invert;
		outline-style : none;
		outline-width : medium;
		overflow : visible;
		overflow-x : visible;
		overflow-y : visible;
		padding : 0;
		padding-bottom : 0;
		padding-left : 0;
		padding-right : 0;
		padding-top : 0;
		page-break-after : auto;
		page-break-before : auto;
		page-break-inside : auto;
		perspective : none;
		perspective-origin : 50% 50%;
		position : static;
		/* May need to alter quotes for different locales (e.g fr) */
		quotes : '\201C' '\201D' '\2018' '\2019';
		right : auto;
		tab-size : 8;
		table-layout : auto;
		text-align : inherit;
		text-align-last : auto;
		text-decoration : none;
		text-decoration-color : inherit;
		text-decoration-line : none;
		text-decoration-style : solid;
		text-indent : 0;
		text-shadow : none;
		text-transform : none;
		top : auto;
		transform : none;
		transform-style : flat;
		transition : none;
		transition-delay : 0s;
		transition-duration : 0s;
		transition-property : none;
		transition-timing-function : ease;
		unicode-bidi : normal;
		vertical-align : baseline;
		visibility : visible;
		white-space : normal;
		widows : 0;
		width : auto;
		word-spacing : normal;
		z-index : auto;
		/* basic modern patch */
		all: initial;
		all: unset;
	}

	.menu{
		background: white;
		width: 100%;
		/* height: 75px; */
		/* margin-bottom:-45px; */
	}
	.menu img{
		height: 75px;
	}
	.menu ul{
		color: black;
		margin-left: 0px;
		margin-right: 0px;
		font-weight: bold;
		margin-top: 25px;
	}
	.menu ul:hover{
		color: #e8ab00;
		cursor: pointer;
	}
	.hero{
		width: 100%;
		height: 600px;
		background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://zampi-asset.s3.amazonaws.com/images/servicewomen.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;

	}
	.hero .after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		color: #FFF;
		/*background: rgba(62, 62, 65, 0.86);*/
	}
	.hero h1{
		color: white;
		/* position: relative; */
		top: 100px;
		margin-left: 20px;
	}
	.hero h2{
		color: white;
		font-size: 30px;
		/* position: relative; */
		top: 60px;
		margin-left: 20px;
	}


	.overlay:hover .after{
		display: block;
		background: rgba(0, 0, 0, .6);
	}
	.columnheader{
		font-size: 30px;
	}
	.videocontainer{
		border-radius: 12px;
		overflow: hidden;
		height: 350px;
	}
	.videocontainer iframe{
		width: 100%;
		height: auto;
		min-height: 350px;
	}
	.footer{
		position: relative;
		left: 0;
		right: 0;
		background: black;
		height: 125px;
	}
	.footer a{
		color: white;
		margin-top: 25px;
	}
	.footer a:hover{
		color: #e8ab00;
		cursor: pointer;
	}
	.textcta{
		font-size: 50px;
	}
	.textcta_two{
		font-size: 30px;
	}

/* common Classes */
a:hover {
	text-decoration: none;
}
.white-bg {
    background: white;
}

.common-spinner {
	position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: white;
	opacity: .8;
	left: 0;
	top: 0;
	z-index: 200;
}
.common-spinner-wrapper {
	position: absolute;
	top: 40%;
	left: 40%;
}

.common-spinner-wrapper i {
	font-size: 48px;
}

.margin-auto {
    margin: auto;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}
.padding-16 {
	padding: 16px;
}
.padding-20 {
	padding: 20px;
}

.gray-color {
	color: var(--gray);
}

.padding-top-20 {
	padding-top: 20px;
}
.padding-top-40 {
	padding-top: 40px;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
.display-none {
	display:none;
}

.common-body-padding {
	padding-top: 50px;
	padding-bottom: 16px;
}

.margin-right-5 {
	margin-right: 5px;
}

.margin-right-10 {
	margin-right: 10px;
}

.strategy-head {
	margin-top: 5px;
	margin-left: 8px;
}


.zampi-btn {
	border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 24px;

}

.zampi-btn-sm {
	border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
    /* font-size: 24px; */

}

.zampi-input {
	border-top: 0px ;
	border-left: 0px;
	border-right: 0px;
	padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 5px !important;
	margin-left: 0px !important;
	border-radius: unset;
}
.zampi-input:focus {
	box-shadow: unset;
}

.content-vertical-center {
	align-items: center;
	display: flex;
    flex-direction: column;
}
.no-padding {
	padding:0px !important;
}

.cursor {
	cursor: pointer;
}

.navbar-toggler {
	padding: .15rem .5rem;
}

.close:focus, .close:hover {
	background: inherit;
}

.body-radius {
	border-radius:.5em;
}

.form-control:focus {
	box-shadow : unset;
	border-color:  #ced4da;
}

.schedule-time-text-box {
	margin-left: 0px !important;
}

#lnbottomrow {
	width:100%;
}


#map {
    height: 100%;
}

.controls {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin-left: 17px;
    margin-top: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.controls:focus {
    border-color: #4d90fe;
}

.title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal {
    z-index: 20;
}

.modal-backdrop {
    z-index: 10;
}

.navbar-toggler-fixed {
	position : fixed;
	top: 25px;
}

.padding-0 {
	padding: 0px !important;
}

.common-input {
    border: solid #383b39 !important;
    border-width: 0 0 1px !important;
    border-radius: 0 !important;
    outline: none !important;
	padding: 10px !important;
}

/* mobile size common Classes */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .custom-h3 {
        font-size: 1rem;
    }
    .custom-h1 {
        font-size: 2rem;
	}
	.custom-h2 {
        font-size: 1.5rem;
	}
	.mobile-no-padding {
		padding: 0px;
	}
	.mobile-no-margin {
		margin: 0px;
	}
	/* .cta {
		font-size: 9px;
		padding: 13px 22px;
	} */
	.campaignhead {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mobile-align-left {
		text-align: left !important;
	}

	.mobile-sectwobtns{
		padding: 6px 20px;
		font-size: 12px;
	}

	.mobile-cta{
		padding: 6px 20px;
		font-size: 12px;
	}

    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.cta, .secbtn {
		font-size: 14px;
		padding: 8px 16px;
	}
	.menuitems ul li a {
		font-size: 1rem;
	}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .custom-h2 {
        font-size: 1.5rem;
    }
    .custom-h3 {
        font-size: 1rem;
	}
	
	
}
