/*
Theme Name: Morton Associates
Author: Moumita Adhikary
*/

.regional_list h4
{
    color: #000000;
    display: inline-block;
    font: 400 24px/30px "SegoeUISemibold";
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
}

.contact_input .sub_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    box-shadow: none;
    color: #000000;
    font: 400 18px "SegoeUISemibold";
    height: 50px;
    outline: medium none;
    transition: all 0.5s ease-in-out 0s;
    width: 127px;
}

.contact_input .sub_btn:hover {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.location_box{border:none !important;}

/*faq page*/
.faq_sec{width: 100%; padding: 65px 0 20px;}
.faq_bdy{width: 100%; border-top: 1px solid #e9eaea; padding: 65px 0 20px;}
.faq_head{width: 100%; text-align: center;}
.faq_head h1{olor: #000000;
    font: 400 30px/30px "Brandon_blk";
    padding: 0 0 10px;
    text-transform: uppercase;}

.faq_box{width: 100%; padding: 0 0 35px;}
.faq_box h3{font: 400 22px/22px "SegoeUISemibold"; color: #303030; padding: 0 0 25px;}
.faq_box ul{width: 100%;}
.faq_box ul li{width: 100%; border-bottom: 1px solid #eaeaea; padding:10px 0;}
.faq_box ul li a{width: 100%; font: 400 18px/24px "SegoeUISemibold"; color: #303030; padding: 10px 30px 10px 0;}
.faq_box h2{font-size: 18px; font-family: "SegoeUISemibold"; padding: 0 0 15px;}
.faq_box h2 u{font-size: 20px; font-family: "Brandon_blk";}

.select2-dropdown {
 top: 22px !important;
 left: 8px !important;
}


/* Contact Form 7 Styles
---------------------------------*/
 
.cont_form_section { background: #f2f2f2; }
.contactus-form input.form-control { background: #fff; border: 1px solid #e6e6e6; padding-left: 10px; padding-right: 10px; }
.contactus-form input { background: #fff; border: 1px solid #e6e6e6; padding-left: 10px; padding-right: 10px;} 
.contactus-form textarea { background: #fff; border: 1px solid #e6e6e6; padding-left: 10px; padding-right: 10px; padding-top: 10px; }
.contactus-form input[type="submit"] { background: #000000; border: 0px; }
.contactus-form input[type="submit"]:hover { background: #ca9540; border: 0px; }
.contactus-form .submit-btn-input { text-align: center; }




