
	.buttonLink {
		color: #fff;
	}

	.btn:hover {
		color: #fff;
	}
 .map-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: none !important;
    }
	.verticalButton {
		padding: 0px 0px 0px 0px;
		width: 135px;
		height: 48px;
		background: #2b44a4;
		color: #fff;
		border-radius: 5px 5px 5px 5px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(-90deg);
		position: fixed;
		right: -50px;
		top: 259px;
	}
	.bg-white{
		background:#fff;
	}
	.pb-t5{
	padding-bottom: 5rem;
	}
	.my-dash .side-menu li a
	{
	   line-height: 23px!important; 
	}
	
	.text-align p{
		    text-align: justify !important;
		}	
		.custom-footer {
			padding-right: 50px;
			padding-left: 50px;
		}

		@media (max-width: 767px) {
			.custom-footer {
				padding-right: 0px;
				padding-left: 0px;
			}
			.custom-mobiles{
			    font-size:12px!important;
			    
			}
			.custom-headings
            {
               font-weight:600;
              font-size: 1.1rem !important;
              margin-top:0px!important;
              background: none!important; /* Standard syntax */
              -webkit-background-clip: none!important;
              color: #1dbb78!important;
             -webkit-text-fill-color: #1dbb78!important;
               
            }
.whtsborder{
    width: 25px!important;
    height: 25px!important;
    border: 3px solid #2ea147;
    padding-left: 3px!important;
    padding-top: 3px!important;;
    padding-bottom: 3px!important;;
    padding-right: 3px!important;;
    border-radius: 50%;
	color: #279cd9 !important;
}
			
			.custom-carousel-img{
   
    object-fit: cover!important;
    max-height: 100%!important;

}

			    .horizontal-header .mobile-logo .header-brand-img.desktop-logo, .horizontal-header .smllogo .header-brand-img.desktop-logo {
        display: block;
        margin-left: 64px;
        width: 100%!important;
        height: auto!important; 
    }
    .custom-test
{
    height:auto!important;
    
}
.horizontal-header {
      
        height: auto!important; 
       
}

        .banner-1 {
        height: auto!important;
    }
    .search-background .form-group {
        margin-bottom: 10px !important;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
        .banner-1 .search-background .form-control {
        border-radius: 3px !important;
        margin-top: 6px!important;
    }
    .map-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: none !important;
    }
			.custom-phone
		{
			font-size:14px!important;

		}
		.ui-widget-content {
			border: 1px solid #aaaaaa;
			background: #ffffff;
			color: #2c4359;
			float: left;
			margin-left: 0px!important;
			margin-top: 40%!important;
		}
		.custom-title{
			font-size:20px!important;
			 font-weight: 600;

		}
		}
		.custom-paragraph p{

			text-align:justify!important;

		}
		.star-rating {
			position: relative;
			display: inline-block;
			border: none;
			font-size: 14px;
			margin: 50px auto;
			left: 20%;
			transform: translateX(-50%);
		  }
		  
		  .star-rating input {
			border: 0;
			width: 1px;
			height: 1px;
			overflow: hidden;
			position: absolute !important;
			clip: rect(1px 1px 1px 1px);
			clip: rect(1px, 1px, 1px, 1px);
			opacity: 0;
		  }
		  
		  .star-rating label {
			position: relative!important;
			float: right;
			color: #C8C8C8;
			pointer-events: auto!important;
		  }
		  
		  .star-rating label:before {
			margin: 5px;
			content: "\f005";
			font-family: FontAwesome;
			display: inline-block;
			font-size: 1.5em;
			color: #ccc;
			-webkit-user-select: none;
			-moz-user-select: none;
			user-select: none;
		  }
		  
		  .star-rating input:checked ~ label:before {
			color: #FFC107;
		  }
		  
		  .star-rating label:hover ~ label:before {
			color: #ffdb70;
		  }
		  
		  .star-rating label:hover:before {
			color: #FFC107;
		  }
		  .icon-card li {
			float: left;
			font-size: 13px;
			width: 100%!important;
			margin-bottom: 0.5rem;
		}
		.mt-50{
			margin-top:50px;

		}
		.custom-phone
		{
			font-size:16px;

		}
		.ui-widget-content {
			border: 1px solid #aaaaaa;
			background: #ffffff;
			color: #2c4359;
			float: left;
			/*margin-left: 18%!important;*/
			margin-top: 17%!important;
			margin-left: 17% !important;
            border-radius: 10px;
		}
	
		.custom-title{
			font-size: 20px;
			 font-weight: 600;

		}
		.custom-image {
			background-size: cover !important;
			width: 100%;
			position: relative;
			object-fit: cover;
			height: 200px;
		}
		




#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}



.fs-title {
    font-size: 25px;
    color: #08a8dd;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #08a8dd
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}
#progressbar #video:before {
    font-family: FontAwesome;
    content: "\f030"
}
#progressbar #payments:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar #confirms:before {
    font-family: FontAwesome;
    content: "\f06e"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #06a8e6
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #20a480
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.amenities-column {
   
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.amenities-column tr {
    margin-bottom: 5px;
}
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 130px;
    right: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 4px 2px 3px #999;
    z-index: 100;
    padding: 4px;
}

.containers {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containers input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containers:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containers input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .containers input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .containers .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .arrow-down
  {
	font-size:12px!important;
  }

  .custom-btns:hover {
    color: #000!important;
}
.custom-test
{
    height:240px;
    
}
.custom-carousel-img{
   
    object-fit: cover!important;
    max-height: 300px;
    height:300px;
    padding:10px;

}
.fa-map-marker{
    color:blue!important;
}

.fa-phone:before {
    content: "\f095";
    color:#25d366!important;
}
.icon-location-pin{
 color:blue!important;
}
.icon-phone 
{ 
    color:#25d366!important;
}

.fa-map{
  color:blue!important;  
}
.fa-facebook{
    color:blue!important;  
}
.fa-youtube
{
    color:#eb0a0a!important;  
}
.fa-instagram{
    color:orange!important; 
}
.fa-google{
    color:#fa1212cc!important;
}
.fa-link{
    color: #db2828b5!important;
}
.custom-headings
{
   
  margin-top:-90px;
  font-size: 1.9rem;
  background: -webkit-linear-gradient(#1dbe72, #147ae2); /* Safari and Chrome */
  background: linear-gradient(#1dbe72, #147ae2); /* Standard syntax */
  -webkit-background-clip: text;
  background-clip: text!important;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent!important;;
  font-family: "Arial Black", sans-serif;
   
}
.fa-twitter
{
   color:#1DA1F2!important; 
}
.fa-linkedin{
    color:#0077B5!important; 
}
.whtsborder{
    width: 30px;
    height: 30px;
    border: 3px solid #2ea147;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    border-radius: 50%;
	color: #279cd9 !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #2b44a4!important;
    background: #2b44a4!important;
    font-weight: bold;
    color: #fff!important;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait),
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
    .custom-headings
    {
       font-size: 1.4rem !important;
    }
    .custom-phone {
    font-size: 14px!important;
}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) {
    .custom-headings
    {
       font-size: 1.4rem !important;
    }
    .custom-phone {
    font-size: 14px!important;
}
}
.pricing-plans .month {
    color: #fff;
    display: inline-block;
    font-size: 20px!important;
    margin-top: 15px;
    font-weight: 100;
}