/*
author: Boostraptheme
author URL: https://boostraptheme.com
License: Creative Commons Attribution 4.0 Unported
License URL: https://creativecommons.org/licenses/by/4.0/
*/ 

/*====================================================
                   CONTACT-P1
======================================================*/
h1 {font-size:2em;}
h2 {font-size:1.5em;}
#contact-p1{
	padding: 100px 0 50px 0;
}

#contact-p1 .contact-p1-cont p{
	padding-right: 20px;
	font-size: 15px;
}

#contact-p1 .contact-p1-cont2 address,
#contact-p1 .contact-p1-cont2 address a{
	color:#666;
}

@media (min-width: 1600px) {
    #contact-p1 .contact-p1-cont p{
        padding-right: 20px;
        font-size: 16px;
    }
}

/*====================================================
                   CONTACT-P2
======================================================*/
.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7 {display:inline-block;}
.contact-h-cont hr {border:3px solid #fff; padding:0; margin:0 0 15px 0;}
.reg-response {display:block; color:#d72424; padding:0; margin:0; border:0;}
.option-container {padding:10px 0;}
.option-container h2 {text-decoration:underline; cursor:pointer;}
.option-container .show-option {display:none;}
.message {background:#e2e6fa; padding:10px 20px; font-size:1.4em; display:block; margin-bottom:10px;}
.message.red {color:#ff0000;}
.message-link {display:inline-block; background:#e2e6fa; color: #1f2160; padding:10px 15px; margin:0 0 10px 0; font-weight:bold;}
.login-lnk, .login-lnk a {font-size:1.1em; color:#ffffff; margin-left:20px;}
.contact-h-cont p {color:#ffffff;}


.email-response {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 10px;
    color: #b6ff00;
}

    #contact-p2 .sub-but {
      margin: 0;
      text-align: center;
    }

    .con-form input {
        border-color: #ccc;
        border-radius: 0;
        color: #717171;
    }

    .con-form textarea {
        width: 100%; 
        height: 200px;
        margin:30px 0;
        border-color: #ccc;
        border-radius: 0;
        color: #717171;
    }


    .map-responsive{
    	margin-top: 70px;
        overflow:hidden;
        padding-bottom:50%;
        position:relative;
        height:0;
    }

    .map-responsive iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }

    @media(max-width: 767px){
        #contact-p2 .con-form input{
            margin-bottom: 30px;
        }
        .con-form textarea {
            width: 100%; 
            height: 200px;
            margin:10px 0 30px 0;
            border-color: #ccc;
            border-radius: 0;
            color: #717171;
        }
    }