/* CSS Document */
*{margin: 0;padding: 0;box-sizing: border-box;}
body {	
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
img {max-width: 100%;}
#skycondos_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header {
	padding: 10px 0;
}
.headerleft {
	float: left;
	padding-top: 10px;
}
.headerright {
	float: right;
	font-size: 14px;
	color: #4a4a4a;
}
.clear {
	clear: both;
}
#container {
	padding: 10px 0;
}
.leftcontent {
	float: left;
	width: 360px;
	background: #7de2ff;
	height: 490px;
}
.form-title {
	padding: 20px 10px 0 10px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	color: #3368b4;
	text-align: center;
}
.form-content {
	padding: 20px 10px;
}
.textfield {
	font-size: 14px;
	color: #000;
	padding-bottom: 4px;
}
.textfieldbox {
	padding-bottom: 12px;
}
.error-msg {
	display: block;
	font-size: 12px;
	color: #ff0000;
	text-align: right;
	padding: 2px;
}
.textfieldbtn {
	text-align: center;
}
.textbox {
	background: #ffffff;
	padding: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #e6ebef;
	width: 100%;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea {
	background: #ffffff;
	padding: 10px;
	font-size: 14px;
	color: #999;
	border: 1px solid #e6ebef;
	width: 100%;
	box-sizing: border-box;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
}
.selectbox {
	background: #ffffff;
	padding: 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #abadb3;
	width: 98%;
}
.submit-btn {
	background: #3169b4;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	border: 0 none;
	border-radius: 5px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
.rightcontent {
	float: right;
	width: 639px;
}
.normaltext {padding: 5px 0;font-size: 14px;color: #0f3b65;font-weight: normal;line-height: 20px;font-family: Arial, Helvetica, sans-serif;border-radius: 3px;}
.mainheading {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background: #3169b4;
}
.heading {padding: 10px 0;font-size: 16px;color: #0f3b65;font-weight: bold;line-height: 24px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.facilities ul {padding: 0 0 0 15px;margin: 0;}
.facilities ul li {list-style-image: url(../images/bullet.jpg);font-size: 14px;color: #0f3b65;font-weight: normal;line-height: 20px;font-family: Arial, Helvetica, sans-serif;padding: 2px 0;}
.amenities{ width: 470px;background: #e8f7fc;padding: 0 10px;border-radius: 5px;height: 160px;margin-bottom: 10px;}
.fleft{float: left;}
.fright {float: right;}
.amenities-imgs {margin: 10px 0;}
.amenities-imgs ul {padding: 0;margin: 0;}
.amenities-imgs ul li {list-style-type: none;float: left;}


@media only screen and (min-width: 0px) and (max-width: 800px) {
	#wrapper {width: 100%;padding: 5px;}
	.headerleft {width: 75%;}
	.headerright {width: 25%;}
	.leftcontent, .rightcontent {
		float: none;
		width: 100%;
	}
	.amenities {float: none;width: 100%;height: auto;}
	.amenities-imgs ul li {float: none;}
	.amenities-imgs ul li img {width: 100%;}
}

.noshow { display:none; }

.success_page h2
{
	font-size: 35px;
	font-weight: bold;
	color: #34393E;
	padding-top: 20px;
	text-align: center;
}
.success_page-text1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	margin-bottom: 3px;
	
}
.success_page-text2 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #34393E;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.success_page-text3 {
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #34393E;
	padding-top: 20px;
	padding-bottom: 20px;
}

        .clickin-homeright {
            width: 308px;
        }
        
        /*New changes*/
         .facilities ul li:before{
             display:none;
         }
         
         
         		.w-33{
		    max-width: 33%;
		    display: inline-block;
		    min-width: 33%;
		    text-align:center;
		}	
		.amenities-imgs{
		    float:left;
		    width:100%;
		}
		.footer_form_section form input {
		    border-width: 1px 1px 1px 5px;
		    border-style: solid;
		    border-color: #145565 #145565 #145565 #516fdd;
		    background-color: #34393e;
		    display: inline-block;
		    padding: 12px;
		    margin: 10px auto;
		    width: 100%;
		    font-size: 17px;
		    color: white;
		}
		.form-control {
		    display: block;
		    width: 100%;
		    padding: 5px 8px;
		    font-size: 14px;
		    color: #555;
		    background-color: #fff;
		    background-image: none;
		    border: 1px solid #ccc;
		    border-radius: 4px;
		    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
		    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		}
		.footer_form_section input[type="submit"]
		{
		    width: 200px;
            color: white;
            margin: auto;
            display: block;
            background: #516fdd;
            border: none;
            cursor:pointer;
		}
		.footer_form_section{
		    float:left;
		    width:100%;
		}
		.footer_form_section{
		    margin:30px 0px;
		}
		.footer_form_section h1
		{
		        text-align: center;
                padding: 10px 0px 42px 0px;
		}
		@media only screen and (max-width: 768px)
		{
		   .footer_form_section .w-33 {
                width: 100%;
                display: block;
                max-width: 100%;
                margin: 16px 0px;
            }
            .footer_form_section h1 {
                padding: 10px 0px 15px 0px;
            }
		}
		
			footer{
		float: left;
    width: 100%;
    background: black;
    color: white;
	}
	footer .inner{
	        width: 57%;
            margin: auto;
            padding: 10px 0px;
	}
	footer .inner h3
	{
		    font-size: 14px;
		    display:inline-block;
		    padding-right:20px;
	}
	footer .inner a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding-right:20px;
    }
    
       footer .inner .social_media_icons a{
        color:black;
    }
.social_media_icons .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 100%;
    background: #3a589b;
}

.social_media_icons .fa:hover {
    opacity: 0.7;
}
.social_media_icons{
    display:inline-block;
}

.textfieldbox input{
    
}
.textfieldbox .intl-tel-input.allow-dropdown{
    width:100%;
}
.textfieldbox input[type="tel"]
{
    padding: 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e6ebef;
    width: 100%;
    box-sizing: border-box;
    padding-left: 56px;
    border-radius: 0px;
}






@media only screen and (max-width: 768px){
    .w-33 .intl-tel-input{
        width:100%;
    }
    footer .inner h3 {
    font-size: 15px;text-align:center;margin-top:10px;padding:0px;}
        footer .inner a {
            margin-top: 12px;
            text-align: center;
            display: block;
            padding: 0px;
            font-size: 16px;
        }
        footer .inner .social_media_icons a {
            color: black;
            display: inline-block;
        }
        footer .inner {
            width: 217px;
            margin: auto;
            padding: 10px 0px;
        }
}


        
        @media only screen and (max-width: 768px){
            #skycondos_wrapper{
                width:100% !important;
            }
    .right-banner img{
        width:100%;
    }
#header {
    padding: 10px 15px;
}
.mainheading {
    padding: 15px 15px;
    font-size: 12px;
    line-height: 21px;
}
    .leftcontent 
    {
    height: auto;
    padding: 15px;
    }
    .headerleft {
    width: 60% !important;
    }
    .headerright {
    width: 35%;
        padding-top: 10px;
    /*padding: 0xp 0px 0px;*/
    }
.form-title {
    padding: 0px 0px 15px 0px;
    font-size: 24px;
}
.textbox {
    padding: 9px;
    font-size: 15px;
    margin-bottom: 5px;
}
.headerleft img {
    width: 70%;
}
.submit-btn {
    padding: 10px;
    font-size: 14px;
}
    .content_highlight{
        padding:30px 15px;
    }
.heading {
    font-size: 19px;
    margin-bottom: 10px;
}
.facilities ul li {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
    list-style-image: none;
    list-style-type: none;
}
 .facilities ul li:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 11px;
    background: url("../images/bullet.jpg");
    display: inline-block;
    width: 8px;
    height: 8px;
}
.amenities-imgs img{
    width:100% !important;
    /*margin-top:10px;*/
}
}

/*Magnific Popup*/

.white-box {
    max-width: 60%;
    padding: 20px;
    margin: auto;
    background: white;
    line-height: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 420px;
}
.white-box h1 {
    text-align: center;
    color: #094687;
    font-size: x-large;
    font-weight: bold;
}
.scroll-content {
    max-height: 290px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
}
.white-box p, .white-box li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.scroll-content::-webkit-scrollbar {
    width:8px;
}
 
.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:8px;
}
 
.scroll-content::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
   border-radius:8px;
}

.agree-close-btn {
    background: black;
    font-size: 16px;
    border: 0px;
    color: white;
    padding: 4px 10px;
    margin: 10px auto;
    display: block;
    min-width: 100px;
    border-radius: 5px;
        margin-top: 30px;
}
            .mfp-close-btn-in .mfp-close{
                display:none;
            }
        @media only screen and (max-width: 768px){
            .white-box {
             max-width: 90%;   
            }
            .footer_form_section form input{
                width:100% !important;
                max-width:100% !important;
            }
            .footer_form_section form input[type="checkbox"]{
                width:auto !important;
                max-width:auto !important;
            }
        }

