/*
Theme Name: mann-mortgage
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 body { font-family: 'Helvetica LT Std';}
  
.top-bar {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 13px 0 3px;
}
.top-bar p { color:#2f2f2f; font-style:italic; } 
.top-bar p span {
    color: #fff;
    font-style: normal;
    background: #61b50e;
    padding: 6px 17px;
    border-radius: 15px; -webkit-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px;
    margin-left: 9px;
}
.top-bar p  a {color:#fff;}


/* Menu */
.custom-logo-link { display:block; padding:10px 0;}
.custom-logo-link img {
    margin-top: -22px;
}
#menu-main-menu {margin-top: 26px;}
.navbar-default .navbar-nav > li > a {
    color: #215586;
    text-transform: uppercase;
    font-size: 13px;
    padding: 34px 14px 38px;
}

.navbar-default .navbar-nav > .current-menu-item  > a,
.navbar-default .navbar-nav > .current-menu-item  > a:hover,
.navbar-default .navbar-nav > .current-menu-item  > a:focus {
  color:#fff !important;
  background-color: #1c3a56;
}


.navbar {margin-top: -26px;}

a:hover, a:focus { text-decoration:none; outline: medium none;}


/*menu css start*/

.menu-item-has-children {
    position: relative;
}

.sub-menu {
    padding: 0px;
   min-width: 265px; 
    position: absolute; left: 0;
    z-index: 11;
}
.sub-menu::before {
   border-bottom: 12px solid #ec5308;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
left: 15px;
position: absolute;
top: -12px;
z-index: 1;
}
.navbar-inverse li a {display:block;}
.sub-menu li {
    padding: 0px;
    list-style: none;
 }

.sub-menu li a {
    color:#fff; font-size:14px;
    display: block; background:#ec5308;
      padding:.8em .9em;
    font-weight: 400; border-bottom:1px solid #ce4705;
 }

.sub-menu li a:hover, .sub-menu li a:focus, .sub-menu li a:active {
    color: #fff;
    background: #1c3a56;
    text-decoration: none;
}
.current-menu-parent .current-menu-item > a {
    color: #fff !important;background: #d74a06;
}
.current-page-parent > a{ color: #017F7B !important;}
.menu-item-has-children .sub-menu {
    display: none;
}


.menu-item-has-children > a:after {
    content: "\f103";
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-left: 0.35em;
    text-decoration: inherit;
    text-rendering: auto;
}
.click-menu { display:none;}

@media ( min-width:768px) {
	
	.menu-item-has-children:hover .sub-menu {
    display: block;
}

}

@media (max-width:768px) {
	
.menu-item-has-children > a:after { display:none !important;}
.sub-menu.open { display:block !important;}	
.click-menu {
    display: inline-block;
    float: right;
    padding: 13px 21px 12px 20px;
    border-left: 1px dotted #dadada;
}
}

/*menu css end*/


/* Mortage Plans */
.banner-btm-area {
    overflow: visible !important;
    padding-bottom: 33px;
}
.no-mar { margin:0 !important;}
.mort-col { float:right !important;} 
.mort-plan {
    background:rgba(28,28,28,0.97);
    padding: 54px 35px 44px; margin-top: -200px;  
}
.mort-plan h2 {font-family: 'Helvetica LT Std cond'; font-weight:500; font-size:35px; color:#fff; line-height: 45px; text-transform: uppercase; margin-bottom:25px;}
.mort-plan h2 strong {font-family: 'Helvetica LT Std boldc'; font-weight:bold; font-size:48px; color:#fff;}
.mort-plan h3 {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.mort-plan p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 34px;
}
.mort-plan a {
    display: inline-block;
    background: #d65719;
    padding: 12px 30px;
    text-transform: uppercase; transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
    color: #fff;
    margin-bottom: 23px !important;
}
.mort-plan a:hover, .mort-plan a:focus { background: #fff; color: #d65719; text-decoration:none;transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;}
.contact-need {}
.contact-need h2 {
    font-family: 'Helvetica LT Std cond';
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.contact-need h2 strong {font-family: 'Helvetica LT Std boldc'; font-weight:bold; color:#fff;}
.contact-need ul {
    padding: 0 0 0 2px; margin-bottom:23px;
}
.contact-need ul li {
    background: url(https://mortgage.manninternationaltravel.com/wp-content/uploads/2018/07/list-img.png) left top 4px no-repeat;
    color: #fff;
    padding-left: 25px;
    font-size: 18px;
    list-style: none;
    font-weight: 300;
    margin-bottom: 6px;
}

.calci {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
}
.calci:hover, .calci:focus {transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; background:#d65719; color:#fff;}


/* Service Area */
.sec-60 { padding:60px 0;}
.serv-box {
    background: #fff;
    text-align: center;
    padding: 25px 25px 46px;
    box-shadow: 0 4px 19px 0px #E0E0E0; -webkit-box-shadow: 0 4px 19px 0px #E0E0E0; -ms-box-shadow: 0 4px 19px 0px #E0E0E0; -o-box-shadow: 0 4px 19px 0px #E0E0E0; transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
}
.serv-box:hover { margin-top:-10px; transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;}

.serv-box h2 {font-family: 'Helvetica LT Std boldc'; font-weight:bold; color:#2a2a2a; font-size: 22px;}
.serv-box p {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 34px;
}
.btn-blue {

    background: #15548f;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 21px;transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;

}
.btn-blue:hover, .btn-blue:focus {transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; background:#d65719; color:#fff;}


.test-area { position:relative; }
.test-bg {
    position: absolute;
    right: 0;
    top:-58px;
}
.quote-r {
    width: 58px;
    margin-left: -45px;
}
.client-area {
    padding: 50px 0 70px;
}
.pdl-50 {
    padding-left: 50px;
}

.title-style2 { text-align:center;}
.title-style2 h2 {
    font-family: 'Helvetica LT Std cond';
    font-weight: 500;
    font-size: 40px;
    color: #313131;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.title-style2 h2 strong {font-family: 'Helvetica LT Std boldc'; font-weight:bold; }
.gs_logo_single { padding:15px;}


/* Footer */

footer { background:#2b2b2b url(https://mortgage.manninternationaltravel.com/wp-content/uploads/2018/07/footer-bg.jpg) center center no-repeat; background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; -o-background-size:cover; border-top:2px solid #cbcccf; }

.footer-ovr {padding:60px 0px 0px; background:rgba(1,8,29,0.97);}
.footer-top {
    margin-bottom: 50px;
}

hr.btm {  border-color:#191919; margin:35px 0;}
.foot { margin-bottom:25px;}
.foot-head {
    margin-bottom: 20px;
}
footer .widget .widget-title  {color:#fff; font-family: 'Helvetica LT Std'; font-size:18px; font-weight: 500; margin:0px 0 20px;}

.footer-about {}
.footer-about h4 {
    font-family: 'Sakkal Majalla';
    font-size: 28px;
    color: #fff;
    line-height: 28px; margin-bottom: 23px;
}
.footer-about h4 span {
    font-weight: bold;
    display: block;
    font-size: 38px;
}
.footer-about p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 33px;
}
.fott-social {}
.fott-social ul {
    padding: 0px;
}
.fott-social ul li {
    list-style: none;
    float: left;
    margin-right: 3px;transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
}
.fott-social li a img {
    margin-top: 0px;
	transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
}
.fott-social li a:hover img {
    margin-top: -2px;
	transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s;
}
.entry-footer {
    background: #222;
    padding: 11px;
    display: none;
}

/*calculator form*/

.right-cal1 {
    float: left !important;
    width: 24% !important;
    text-align: left !important;
    line-height: 40px !important;
}

p.rgt-detail {
    color: #646060;
    box-shadow: 0 0 9px 2px #dddddd; -webkit-box-shadow: 0 0 9px 2px #dddddd; -ms-box-shadow: 0 0 9px 2px #dddddd; -o-box-shadow: 0 0 9px 2px #dddddd;
    font-size: 13px;
    line-height: 20px;  border-radius: 8px; -webkit-border-radius: 8px; -ms-border-radius: 8px;
    margin: 0px 0px 0px 0px !important;
	 
    padding: 20px !important;
    border: 1px #CCC solid;
}
.fr-hd {padding: 3px;
 margin-bottom: 22px;
 border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; -ms-border-radius: 8px 8px 0 0;}
form {
    margin: 0px !important;
    padding: 0px !important;
}

.right-cal {
    float: left;
    width: 49%;
    text-align: left;
    line-height: 40px;
}

 .right-cal1 input {float: left; padding:2px 5px; width:55%; margin:7px 0px 0px 4px; height: 26px;}
 .right-cal input {
    float: left;
    padding: 2px 5px;
    width: 90%; height: 32px;
    margin: 7px 0px 0px 4px;
}
.right-sub-cal {
    text-align: center;
    width: auto;
    float: right;
    margin: 0px 25px 0px 0px;
    font-size: 11px;
}

.right-cal2 {float: left; width: 29%; text-align: left; line-height: 40px; padding:0px 0px 0px 10px;}
.right-cal2 input {
    float: left;
    padding: 2px 5px;
    width: 97%;
    height: 30px;
}
.right-calculate {
    background: none repeat scroll 0 0 #fb6d3d;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin: 0 185px 0 0;
    padding: 5px;
    text-align: center;
    width: 100px;
}

.cal-frm {
    display: table;
    width: 100%;
}


#menu-footer-menu { padding:0px;}
#menu-footer-menu  li { list-style:none; border-bottom: 1px dotted #494949;}
#menu-footer-menu li a { 
    color: #b5b5b5;
    font-family: 'Helvetica LT Std';
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
}
#menu-footer-menu li a:hover { color: #4ea80e !important;}
.sub-h { color:#c0c0c0; font-style:italic; font-weight:300;}
.cont-wid { display:flex; align-items:center; -ms-align-items:center; -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center;}
.cont-wid-thumb { display:block; width:42px; height:42px; text-align:center; background:#c71b1b; border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; line-height: 40px;}

.foot-cont {}
.foot-cont ul  li { list-style:none; border-bottom: 1px dotted #494949;padding:12px 4px 21px;}
 .foot-cont ul  { padding:0px;}
.cont-wid-desc { padding-left:15px;}
.cont-wid-desc p {color:#c0c0c0; font-family: 'Helvetica LT Std'; font-size:13px; font-weight: normal;  font-style:italic; margin:0px; line-height: 15px;}
.cont-wid-desc a {color:#fff; font-family: 'Helvetica LT Std'; font-size:15px; font-weight: 500; margin:0px; padding: 2px 0;
line-height: 13px;}

.cont-wid-desc a:hover {color: #4ea80e;}
.cont-wid-thumb img {
    width: 19px;
}

.copyright-area { background:#010616; padding: 18px 0; box-shadow: 0 0 23px -3px #070707; -webkit-box-shadow: 0 0 23px -3px #070707; -ms-box-shadow: 0 0 23px -3px #070707; -o-box-shadow: 0 0 23px -3px #070707;}

.copyright-text p {color:#a69f9f; font-family: 'Helvetica LT Std'; font-size:13px; font-weight: 500; margin:0px; }
.env { text-align:right;}
.env p {color:#a69f9f; font-family: 'Helvetica LT Std'; font-size:13px; font-weight: 500; margin:0px; }
.env p a { color:#f84444;}
.env p a:hover { color:#4ea80e;} 


/* Inner Page */

.inner_area {
    min-height: 250px;
}
.banner_heading { 
    background: #eee url(https://mortgage.manninternationaltravel.com/wp-content/uploads/2018/07/in-bg.jpg) top center no-repeat; background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; -o-background-size:cover; background-attachment: fixed;
    
}
.banner_ovr {
    padding: 55px 0px;
    background: rgba(1,8,29,0.7);
}
.banner_heading h1 {
    font-weight: 300;
    font-style: normal;
     font-family: 'Helvetica LT Std';
    color: #fff;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0px;
    margin:0px;
    padding: 2px 15px; 
	
}

.inner_area p {
    font-size: 15px;
    line-height: 21px;
    color: #484848;
}
.inner_area h4 {
	margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;

}
.inner_area ul {
    padding: 0 0 0 3px;
}
.inner_area ul li {
    font-size: 15px; background: url(https://mortgage.manninternationaltravel.com/wp-content/uploads/2019/01/tk15.png) left top 4px no-repeat; padding-left:22px;
    list-style: none;margin-bottom: 4px;
    line-height: 26px;
}
fieldset.scheduler-border {
    border: 1px groove #F46128 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    width:inherit; /* Or auto */ color:#F46128; font-weight:500; font-size:18px;
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}
.btn-pan {
    background: #215586;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 40px;
}
.btn-pan:hover, .btn-pan:focus {
    background: #ea6300;
    color: #fff;
    
}
.contact_us_form {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 20px;
}
.contact_us_form h2 {
    border-bottom: 1px solid #dadada;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0 18px !important;
    padding-bottom: 10px;
} 
.form-group {
    margin-bottom: 15px !important;
}
/* Responsive Css Start */

@media screen and (min-width:991px) and (max-width:1200px){
	
.navbar-default .navbar-nav > li > a {
    padding: 34px 14px 38px;
}
.mort-plan h2 strong {
    font-size: 38px;
}	
.mort-plan h2 {
font-size: 28px;
line-height: 37px;
}
.mort-plan h3 {
     font-size: 20px;
}	
.contact-need h2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 22px;
} 
}

@media screen and (min-width:768px) and (max-width:990px){
.custom-logo-link img {
    margin-top: -22px;
    width: 151px;
    height: auto;
}	
.navbar-default .navbar-nav > li > a {
     font-size: 13px;
    padding: 19px 8px 19px;
}
.mort-plan h2 strong {
    font-size: 38px;
}	
.mort-plan h2 {
font-size: 28px;
line-height: 37px;
}
.mort-plan h3 {
     font-size: 20px;
}	
.contact-need h2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 22px;
} 
.calci {
     padding: 10px 13px;
}
.mort-plan a {
     padding: 8px 22px; font-size: 15px;
}
.mort-plan {
     padding: 34px 30px 29px;
    margin-top: -180px;
}
.serv-box {
     padding: 25px 15px 46px;
}
.serv-box h2 {
     font-size: 16px;
}
.pdl-50 {
    padding-left: 13px;
}
}


@media screen and (min-width:0px) and (max-width:767px){
	.custom-logo-link {
    display: block;
    padding: 10px 14px;
    float: left;
}
.custom-logo-link img {
    margin-top: 0;
    width: 138px;
    height: auto;
}
.navbar {
    margin-top: -26px;
}
.navbar-toggle {
     margin-top: 39px;
}
 
.top-bar p span {
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
   font-size: 13px;
padding: 12px 15px; display:inline-block;

}
.nav > li {
     display: block;border-bottom: 1px solid #eee;
}
.mort-plan {
    padding: 34px 30px 29px;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.mort-plan h2 strong {
    font-size: 38px;
}	
.mort-plan h2 {
font-size: 28px;
line-height: 35px; margin-bottom:15px;
}
.mort-plan h3 {
     font-size: 24px; margin-bottom: 8px; line-height: 31px;
}	
.client-area  {background: rgba(1,8,29,0.8);}
.test-area .wpb_raw_html { margin-bottom: 0 !important;}
.test-area  .vc_column-inner { padding-top:0px !important;}
.pdl-50 {
    padding-left: 0;
}
.quote-r {
    width: 58px;margin-bottom: 37px;
    margin-left: 19px;
}
.contact-need h2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 22px;
} 
.calci {
     padding: 10px 13px;
}
.mort-plan a {
     padding: 8px 22px; font-size: 15px;
}

.serv-box {
     padding: 25px 15px 46px; margin-bottom: 10px !important;
}
.serv-box h2 {
     font-size: 20px;
}	

.footer-about h4 {
     margin-bottom: 9px;
}
.footer-about p {
     margin-bottom: 16px;
} 
.fott-social ul {
     display: table;
    width: 100%;
}
.widget { margin-bottom:40px;}
footer .widget .widget-title {
    color: #fff;
    font-family: 'Helvetica LT Std';
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0 5px;
}
.gs_logo_single {
    padding: 8px;
}
.title-style2 h2 {
     font-size: 31px;
     line-height: 35px;
 }
.footer-top {
    margin-bottom: 16px;

}
.env {
    text-align: left;
}
.sec-60 {
    padding: 23px 0;

}

}


@media screen and (min-width:0px) and (max-width:580px){
.navbar {
    margin-top: -15px;
}	
.custom-logo-link img {
    margin-top: 0;
    width: 112px;
    height: auto;
}
}


.tr2 {}
.tr2 a {
    color: #3c3c3c !important;
    font-style: normal;
    background: #f6f6f6;
    padding: 5px 9px;
    font-size: 13px;
}
.tr2 a:hover {background: #f5590e; color: #fff !important;}
