/*Global setting*/
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#form-div h4 {
    margin: 0px;
    padding: 10px 0px;
}

.bootstrap-select>.dropdown-toggle {}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #717171;
}

.bootstrap-select.form-control {
    margin: 5px 0px;
}

select.form-control {
    -webkit-appearance: menulist;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #b1b1b1;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b1b1;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1;
    opacity: 1;
}

textarea {
    resize: none;
    margin: 5px 0px;
}

.bootstrap-select.btn-group .dropdown-menu li a,
.open>.dropdown-menu {
    border: none;
}

input:focus,
textarea:focus,
button:focus,
.bootstrap-select .btn:focus,
span:focus {
    /*border-color: #eee !important;*/
    outline: 0 none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    background: #ffffff !important;
}

.contact-input {
    margin: 5px 0px;
}

#contact-us-content {
    text-align: center;
    padding-top: 1%;
}

#contact-us-content-right {
	padding-top: 1%;
}

#send {
    padding: 6px 35px;
    color: white;
    border-radius: 0px;
    background: #112b5d;
    margin: 10px auto;
}

@media (max-width: 767px) {
    #contact-us-content {
        text-align: center;
    }

    #contact-us-content-right {
    	text-align: center;
    }

    #contact-us-content-right p {
    	text-align: left;
    }

    #contact-us-div {
    	  padding-bottom: 2%;
    }

    .second-ul li:nth-child(5) {
        border-bottom: none !important;
    }


}

@media (min-width: 768px) {
    #contact-us-div {
        background: #ffffff;
        padding-bottom: 2%;
        margin-bottom: 0px;
        overflow: hidden;
        position: relative;
    }



}

@media (min-width: 768px) and (max-width: 1280px) {}
