@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/* Webfont: Verdana */
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana/Verdana.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Verdana/Verdana.woff') format('woff'), /* Modern Browsers */ url('../fonts/Verdana/Verdana.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Verdana/Verdana.svg#Verdana') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/*------------------ Scroll --------------------------*/

/*iframe body::-webkit-scrollbar-track,body::-webkit-scrollbar-track*/
/*{*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
/*background-color: #F5F5F5;*/
/*}*/

/*body::-webkit-scrollbar, iframe body::-webkit-scrollbar*/
/*{*/
/*width: 12px;*/
/*background-color: #F5F5F5;*/
/*}*/

/*body::-webkit-scrollbar-thumb, iframe body::-webkit-scrollbar-thumb*/
/*{*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*background-color: #A81715;*/
/*}*/
body {
    font-family: 'Open Sans';
}

/*--------------------------- Search -----------------------------------*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

div#search {
    z-index: 999999999999999999999;
    background-color: rgba(255, 255, 255, 0.9);
}

#search .close {
    background-color: #a81715;
    border-color: #a81715;
    padding: 5px 15px 10px 15px;
}

#search input[type="search"] {
    font-family: 'Open Sans';
    color: #47525a;
    font-size: 45px;
}

.search-btn {
    margin-top: 61px;
    background-color: #a81715;
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
    text-align: center;
    border-radius: 3px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
}

.search-btn:hover {
    background-color: #c7302e;
}

/*----------------------------- Search end --------------------------------*/
.navbar-nav > li {

    padding: 15px 15px;

}

.header {

    padding-left: 0px;
    padding-right: 0px;
}

.header-right {

}

.header-right-top {

    background-color: #f2e7d6;

}

.header-right-bottom {

    background-color: #ffffff;
}

.header-top-menu {
    margin-left: -25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-top-menu > li {
    list-style-type: none;
    color: #a81715;
    display: inline;
    padding: 15px 15px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 13px;
}

.header-top-menu a {

    color: #a81715;
}

.header-left {

    background-color: #A71E1C;
    height: 99px;
}

.header-main-nav {
    font-family: 'Open Sans';
    font-size: 14px;
    color: black !important;

}

.navbar-nav > li > a {

    padding-top: 0px;
    padding-bottom: 0px;
    color: #474747 !important;
}

.fa {

    padding-right: 7px;
}

.logo {
    float: right;
    margin-top: 10px;
}

.navbar {
    border: none;
    border-bottom: 1px solid transparent;
    margin-bottom: 0px;
}

.green {

    color: #fff;
    font-family: laila-semibold;
    padding: 5px 18px;
    border-radius: 4px;
    margin-top: 8px;
    background-color: #32ad41;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
}

.banner_section {
    background-image: url(../images/Home_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.ct-address {
    margin-top: 119px;
    margin-bottom: 130px;
    padding-bottom: 26px;
    background-color: #f2e7d6;
}

.bannerText {

    margin-top: 231px;
}

.middle-heading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;

}

.middle_section {

    background-image: url(../images/services_sec.jpg);
}

.sec_image {

    margin-top: 60px;
    margin-bottom: 60px;

}

.middlesec_text {

    margin-top: 38px;
}

.call_cls {

    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 23px;
    color: white;
    padding-left: 15px;
}

.call_style {
    background-color: #a81715;

}

.enq_para {

    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #69655f;
}

.banner_h1 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 46.01px;
    color: #a81715;

}

.banner_h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 33px;
    line-height: 44px;
}

.md_para {

    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    color: #a81715;
}

.md_h1 {

    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 32px;
    color: #435c73;
}

.sec2_h2 {

    font-family: 'Open Sans';
    font-size: 22px;
    color: #435c73;
}

.sec2_h1 {

    font-family: 'Open Sans';
    font-size: 29px;
    color: #435c73;
    margin-top: -5px;

}

.sec2_para1 {

    font-family: Verdana;
    font-size: 15px;
    color: #a81715;
}

.sec2_para2 {
    font-family: "Open Sans";
    font-size: 14px;
    color: #435c73;
    line-height: 24px;

}

.footer {

    background-color: #ebf0f4;
}

.bt-footer {

    background-color: #515662;
}

.footer_topmar {
    margin-top: 30px;
    margin-bottom: 50px;

}

.footer_heading {

    font-family: 'Open Sans';
    font-size: 16px;
    color: #525d68;
    letter-spacing: -0.5px;
}

.footer_para {

    margin-top: 15px;
}

.text_styl {

    font-family: "Open Sans";
    font-size: 15px;
    color: #525d68;
    list-style-type: none;
}

.text_styl li {
    font-size: 13px;
    margin-left: -40px;
    margin-bottom: 10px;
    border-bottom: 1px #d5d9dd solid;
}

.text_styl a {
    color: #525d68;

}

.text_styl a:hover {

    color: #525d68;
}

.text_styl i {
    color: #8f9ca4;

}

.ft_para2 {

    font-family: "Open Sans";
    font-size: 13px !important;
    color: #8f9ca4;
}

.copy-right {

    margin-top: 10px;
    color: white;
}

.copy-right a, a:hover {
    color: #32ad41;

}

.read_more {

    font-family: "Open Sans";
    font-size: 15px;
    font-style: italic;
    text-decoration: underline;
}

.text_styl li:last-child {

    border-bottom: none;
!important;
}

.red {

    background-image: linear-gradient(to top right, #b01917, #d62322);
    color: white;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
    margin-top: 10px;
}

.subscribe a:hover {

    color: white;
}

.subscribe a:focus {
    background-image: linear-gradient(to top right, #b01917, #d62322);
    color: white;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 15px;
}

.fa {
    padding-left: 10px;
}

.sec3 {

    background-image: url(../images/sec3_back.jpg);

}

.sec3_heading h1 {

    font-family: 'Open Sans';
    padding-top: 15px;
    color: #444f57;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.sec3_heading h1 span {
    color: #a81715;

}

.sec3 h3 {
    font-family: 'Open Sans';
    color: #435c73;
    font-size: 16px;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 15px;
}

.sec3 p {

    font-family: "Open Sans";
    font-size: 15px;
    margin-bottom: 22px;
}

.p_style2 {
    text-align: center;
    font-size: 14px;
    color: #a81715;
    padding-top: 5px;
}

.p_style2 span {

    color: #a6a6a6;
}

.background_cls {

    height: 403px;

    background-color: white;

    margin-bottom: 70px;

    border-radius: 5px;

    padding: 25px;
}

.a_style {
    color: #a81715;
    list-style-type: none;
    text-decoration: underline;
    font-family: "Open Sans";
    font-size: 14px;
}

.a_style:hover {

    color: #a81715;
}

.li_style {

    margin-left: -35px;
    list-style-type: none;
}

.rw_margin {

    margin-bottom: 35px;
}

.back_img_partnerships {

    margin-left: -3px;

    margin-right: 0px;

    background-color: #b0bac3;

    width: 102%;

    border-radius: 7px;

    padding: 20px;

    position: relative;

    margin-bottom: 18px;
}

.part_new_para {

    color: white;

    text-align: center;

    margin-bottom: 0 !important;
}

.new_margin {
    margin-top: 28px;
}

/*-------------- Tab content ---------------*/
/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
    opacity: 0;
    max-height: 0px !important;
    max-width: 0px;
    padding: 0px;
}

.bhoechie-tab-content.active {
    opacity: 1;
    padding-left: 20px;
    padding-top: 10px;
    -webkit-transition: opacity 1s;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.bhoechie-tab-container {
    margin-left: 0px;
    background-color: transparent;
    box-shadow: none;
    border: 0px;
    margin-bottom: 48px;
    margin-top: 48px;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
    margin-right: 0px !important;
}

.list-group-item img {
    width: auto !important;
}

div.bhoechie-tab-content {
    background-color: transparent;
}

.col-md-4.sec_image {
    margin-top: 0px;
}

a.list-group-item:hover {
    background-color: transparent;
}

/*------------ horizontal tabs ------------------*/
h2.more-offer {
    font-family: 'Open Sans';
    padding-top: inherit;
    color: #444f57;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

h2.more-offer span {
    color: #a81715;
}

section.sec2 {
    padding-top: 15px;
    padding-bottom: 40px;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    color: #435c73;
    border: 1px solid transparent;
}

.nav-tabs > li > a {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #a3b2bd;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* border-right: 1px solid #ccc; */
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1;
    /* height: 20px; */
}

ul.nav.nav-tabs {
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    background-color: transparent;
    color: #435c73;
}

.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.nav-tabs > li.active > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs > li.active > a:before {
    border-color: rgba(210, 220, 228, 0);
    border-top-color: #d2dce4;
    border-width: 11px;
    margin-left: -11px;
}

ul.nav.nav-tabs {
    border-bottom: 1px solid rgba(210, 220, 228, 0.81) !important;
}

.nav-tabs > li:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ccc;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 13px;
}

.nav-tabs > li:last-child:after {
    display: none;
}

.tab-content.clearfix {
    padding-top: 15px;
}

a.service-grid .hover {
    display: none;
}

a.service-grid:hover .hover {
    display: block;
}

a.service-grid:hover .normal {
    display: none;
}

/*-------------------------- Wizard -------------------*/

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media ( max-width: 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.wizard li span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 15px;
    display: inline-block;
    font-size: 17px !important;
    padding-top: 7px;
    position: inherit;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff !important;
    border: 4px solid #fff !important;
    background-color: #32ad41 !important;
    margin-right: 5px;
}

.wizard li span.wizard-tab-text {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 13px;
    text-transform: none;
    color: #32ad41 !important;
    text-align: left;
    vertical-align: middle;
}

ul.nav.nav-tabs {
    text-align: left;
    padding-bottom: 22px;
    border-bottom: 0px !important;
}

.wizard > div.wizard-inner {
    border-bottom: 9px solid #e4e9ee !important;
    background-color: #edf2f6;
}

.wizard form {
    background-color: #fff;
}

.wizard .nav-tabs > li a {
    width: auto;
    height: 0px;
    margin: 0px auto;
}

.wizard .nav-tabs > li {
    width: auto;
    margin-right: 30px;
}

.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:before {
    display: none;
}

.wizard li.active:after {
    left: -160px;
    text-align: left;
    content: url('../images/wizard-bottom-highlighter.png');
    background-color: transparent;
    border: 0px;
    top: 45px;
}

body#application .inner-page-main-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

ul.nav.nav-tabs {
    margin-top: 15px;
}

.page-title span {
    color: #474747;
}

body#application h1.page-title {
    font-size: 32px;
    margin-bottom: 5px;
}

body#application .inner-page-main-container {
    border-top: 1px solid #e7ecf1;
    margin-top: 15px;
}

.wizard .nav-tabs > li.active > a .round-tab {
    background-color: #a81715;
    color: white !important;
    border-color: #fff !important;
    background-color: #a81715 !important;
}

.wizard .nav-tabs > li.active > a span.wizard-tab-text {
    color: #a81715 !important;
}

div#ui-id-7 {
}

.ui-tooltip {
    display: none !important;
}

.wizard .nav-tabs > li.disabled .round-tab {
    background-color: #f6f9fb !important;
    border: 4px solid #d6dce2 !important;
    color: #b9c1c8 !important;
}

.wizard .nav-tabs > li.disabled span.wizard-tab-text {
    color: #afafaf !important;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
    left: 27px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #e84a64;
    border: none;
    margin-left: 5px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #cbc8c7;
}

.carousel-indicators .active {
    background-color: #bc5553 !important;
}

.col-md-6.bannerText {
    margin-left: 40px;
}

div.bhoechie-tab-menu div.list-group > a.active {
    background-color: transparent;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    display: none;
}

.col-md-6.middlesec_text {
    margin-top: 0px;
}

.col-md-6.sec_image {
    margin-top: 10px;
    margin-bottom: 0px;
}

/*---------------- Perloader ------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
    padding-top: 15%;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #A81715;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*-------------- Home Page Styles ---------------*/

.header-top-menu .fa {
    padding-left: 0px;
    color: #484540 !important;
}

span.search .fa {
    color: #9d8e76;
    font-size: 19px;
}

span.search {
    vertical-align: middle;
    padding-top: 0px;
    margin-top: 8px;
    display: inline-block;
    margin-right: 8px;
}

span.search .fa {
}

a.btn.green .fa {
    padding-left: 5px;
}

a.btn.green:hover {
    color: #fff;
    background-color: #379c43;
}

li.main-menu-tem .fa {
    padding-left: 5px;
    color: #989697 !important;
}

li.main-menu-tem {
    padding-left: 0;
    padding-right: 0;
}

li.main-menu-tem:first-child {
    padding-left: 15px;
}

.header-top-menu a:hover {
    color: #a81715;
    text-decoration: none;
}

.header-top-menu > li {
    padding-left: 5px;
}

.header-top-menu > li:first-child {
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    content: url(../images/download.png);
    width: 10px !important;
    height: 10px !important;
    margin-top: -4px !important;
    margin-left: -7px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    content: url(../images/download-up.png) !important;
    width: 10px !important;
    height: 10px !important;
    margin-top: -4px !important;
    margin-left: -7px !important;
}

span.select2.select2-container.select2-container--default.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Verdana';
    font-size: 13px;
    color: #9f988e !important;
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border: 0 !important;
    box-shadow: 0px 1px 2px #cac9c9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    right: 5px !important;
    opacity: 0.8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
    border: 0;
}

input.form-control {
    border: 0 !important;
    height: 40px;
    box-shadow: 0px 1px 2px #cac9c9;
    font-family: 'Verdana';
    font-size: 13px;
    color: #9f988e;
    line-height: 13px !important;
    padding-left: 10px;
}

button.btn.green {
    width: 100%;
    text-align: left;
    position: relative;
    height: 40px;
    padding-left: 20px;
    margin-top: 0px;
}

button.btn.green:hover {
    color: #fff;
    background-color: #379c43;
}

button.btn.green i.fa {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 17px;
}

.md_h1 strong {
    font-family: 'Open Sans';
    font-weight: 400 !important;
}

.col-md-4.background_cls.middle {
    margin-left: 30px;
    margin-right: 30px;
}

.col-md-4.background_cls {
    margin-right: 0px;
    width: 31%;
}

.row.back_img_partnerships {
    background-repeat: no-repeat;
    background-position: center;
}

.col-md-4.background_cls {
    box-shadow: 0 2px 2px #eaeaea;
}

section.sec4 {
    background-color: #fcfcfc;
    background-image: url(../images/home-last-sec-back.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 55px;
}

.want-better-deal h2 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 32px;
    color: #435c73;
}

.want-better-deal h2 span {
    font-family: 'Open Sans';
}

.want-better-deal {
    padding-top: 55px;
}

input.form-control.newsletter {
    margin-top: 13px !important;
}

.subscribe.new_margin {
    margin-top: 5px;
}

.row.copy-right p {
    font-family: 'Verdana';
    font-size: 11px;
    color: #e3e3e3;
    letter-spacing: 0.5px;
}

.row.copy-right {
    padding-top: 10px;
}

ul.social-icons {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li i {
    font-size: 20px;
    color: #99a4ad;
    padding-left: 5px;
}

a.service-grid {
    position: relative;
}

a.service-grid .text {
    position: absolute;
    left: 130px;
    z-index: 999;
}

.text {
    display: inline-table;
    top: 18px;
}

a.service-grid .text h4 {
    font-family: 'Open Sans';
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #435c73;
    margin-bottom: 5px;
}

a.service-grid .text p {
    font-family: 'Open Sans';
    font-size: 13px;
    letter-spacing: 0;
    color: #435c73;
}

a.service-grid .text h4 span {
    border: 2px solid #48b655;
    border-radius: 50%;
    margin-left: 5px;
}

a.service-grid .text h4 span i {
    padding: 0px 7px;
    color: #48b655;
}

a.service-grid:hover h4 {
    color: white;
}

a.service-grid:hover p {
    color: #ccc;
}

.page-path {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.page-path span a {
    font-family: 'Verdana';
    color: #ababab;
    font-size: 12px;
}

.page-path span {
    font-family: 'Verdana';
    color: #ababab;
    font-size: 12px;
    margin-right: 10px;
}

.page-path span.active a {
    color: #5e5e5e;
}

.side-bar {
    background-color: #f3f3f3;
    padding: 0px 22px;
}

.side-bar-item {
    padding-bottom: 27px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 27px;
    position: relative;
}

.side-bar-item a {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    color: #5e5e5e;
}

.side-bar-item a:hover {
    color: #a81715;
}

.side-bar-item a:hover i {
    color: #a81715;
}

.side-bar-item a {
    text-decoration: none;
}

.side-bar-item.active a {
    color: #a81715;
}

.side-bar-item.active i {
    color: #a81715;
}

.side-bar-item i {
    position: absolute;
    right: 0px;
    top: 28px;
    color: #5e5e5e;
    font-size: 16px;
}

.side-bar-item:last-child {
    border: 0px;
}

.inner-page-main-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.inner-page-bottom-sec {
    padding-top: 45px;
}

.inner-page-banner {
    position: relative;
    margin-top: -17px;
}

.banner-text {
    position: absolute;
    top: 80px;
    left: 50px;
}

.inner-page-banner h1 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 38px;
    color: #a81715;
}

.inner-page-banner h5 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 16px;
    color: #47525a;
    margin-left: 3px;
}

.inner-page-banner {
    margin-bottom: 25px;
}

.inner-page p {
    font-family: 'Open Sans';
    color: #444f57;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
}

.have-a-question {
    position: relative;
    margin-top: 27px;
}

.have-a-question .text {
    position: absolute;
    left: 22px;
    top: 12px;
}

.have-a-question .text h4 {
    font-family: 'Open Sans';
    font-weight: 600;
    color: #a81715;
    line-height: 19px;
    font-size: 15px;
}

.have-a-question .text span a {
    margin-top: 30px;
    width: 220px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.have-a-question .text span a i {
    float: right;
    position: absolute;
    margin-top: 4px;
    right: 8px;
}

.feature .title {
    padding: 20px 31px;
    background-color: #a81715;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
}

.feature .row.item {
    padding: 20px 38px;
    border-bottom: 1px solid #eaeef3;
    margin-right: 0px;
    margin-left: 0px;
    border-left: 1px solid #eaeef3;
    border-right: 1px solid #eaeef3;
}

.row.item {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #474747;
}

.feature .row.item span {
    border: 2px solid #48b655;
    border-radius: 50%;
    margin-right: 10px;
}

.feature .row.item span i {
    padding: 7px;
    color: #48b655;
}

.feature .row.item .col-md-7 {
    margin-top: 5px;
}

.feature {
    margin-bottom: 20px !important;
}

.inner-page p span {
    color: #a81715;
    display: block;
    font-weight: 600;
}

#home-loans .container-fluid.inner-page-main-container {
    padding-bottom: 10px;
}

.side-bar-item.title a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 17px;
}

.side-bar-item.title {
    padding-bottom: 20px;
    padding-top: 24px;
}

.side-bar-item.title a:hover {
    color: #5e5e5e;
}

.inner-page-banner h5 {
    line-height: 22px;
}

body#personal-loans .inner-page-banner {
    margin-top: -30px;
}

.rights .row.item span {
    border: 2px solid #48b655;
    border-radius: 50%;
    margin-right: 10px;
    padding: 5px 0px;
}

#car-loans .inner-page-banner {
    margin-top: -13px;
}

.are-you-thinking {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 30px;
    color: #474747;
    line-height: 37px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.are-you-thinking span {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 30px;
    color: #a81715;
}

#business-loan .inner-page-banner {
    margin-top: -8px;
}

.flexible-solutions {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 25px;
}

.flexible-solutions h4 {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #474747;
    padding-top: 10px;
}

.flexible-solutions .col-md-6 {
    position: relative;
}

p.business-loan-last-p {
    margin-bottom: 0px;
    margin-top: 15px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
    color: #a81715 !important;
}

.feature .title.silver {
    background-color: #f3f3f5;
    font-size: 30px;
    color: #474747;
    padding: 15px 30px;
}

.feature .title.silver span {
    color: #a81715;
}

.feature .content {
    background-color: #fbfcfd;
}

.feature .row.item .col-xs-10 {
    padding-top: 5px;
}

#self-employed .inner-page-banner {
    margin-top: -40px;
}

.feature.non-title {
    border-top: 1px solid #eaeef3;
}

.feature.non-title .item:first-child {
    padding-top: 20px;
}

#construction-loan .inner-page-banner {
    margin-top: -21px;
}

.finance-three-grid {
    padding: 0px 30px;
    margin-bottom: 25px;
}

.page-title {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 38px;
    color: #a81715;
}

h1.page-title {
    margin-top: 0px;
    margin-bottom: 25px;
}

.tool-wrap {
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 15px 25px;
    margin-bottom: 30px;
    position: relative;
}

span.tool-icon {
    background-color: #c75756;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50%;
    padding-left: 0px;
    padding-top: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

span.tool-name {
    color: #474747;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    padding-left: 15px;
}

.tool-wrap i {
    position: absolute;
    right: 15px;
    top: 22px;
    font-size: 30px;
    color: #c75756;
}

.loan-calculators-tools a:hover {
    text-decoration: none;
}

button.load-more-btn {
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 8px 30px 8px 20px;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #919191;
}

button.load-more-btn i {
    color: #a5a5a5;
    font-size: 18px;
    padding-top: 1px;
    position: absolute;
    right: 8px;
    top: 9px;
}

button.load-more-btn {
    position: relative;
}

button#load-more-cals:focus {
    outline: none;
}

.loan-calculators-tools a:hover .tool-wrap {
    border-color: #c75756;
}

#insurance .inner-page-banner h1 {
    margin-top: 0px;
}

#insurance .inner-page-banner .banner-text {
    top: 70px;
    left: 40px;
}

.insurance-three-grid {
    padding: 0px 30px;
    text-align: center;
}

.insurance-three-grid h4 {
    color: #a81715;
    font-family: 'Open Sans';
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.feature.border-top {
    border-top: 1px solid #eaeef3;
}

.insurance-wrap-text {
    display: inline-block;
    margin-left: 8px;
}

.feature.border-top .row.item span {
    margin: auto;
}

ul.dropdown-menu {
    border: 1px solid #efeeee;
}

ul.dropdown-menu li {
    padding: 3px 10px;
    border-bottom: 1px solid #efefef;
}

ul.dropdown-menu li:last-child {
    border: 0px;
}

ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #a81715;
}

.header-top-menu i.fa.fa-trophy {
    font-size: 13px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #a81715 !important;
}

.bhoechie-tab-menu .list-group-item img.active {
    display: none;
}

.bhoechie-tab-menu .list-group-item.active img.normal {
    display: none;
}

.bhoechie-tab-menu .list-group-item.active img.active {
    display: block;
}

.pgwModal .pm-content {
    padding: 0px 50px 30px 50px !important;
}

.pgwModal .model-text-content .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.pgwModal .model-text-content .inner-text {
    display: block;
}

.pgwModal .model-text-content {
    display: block;
}

.pgwModal .model-text-content .inner-text h3 {
    font-size: 24px;
    font-family: 'Open Sans';
    color: #474747;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
}

.pgwModal .model-text-content .inner-text h3 span {
    color: #a81715;
}

.pgwModal .model-text-content .inner-text p {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    color: #444f57;
    margin-top: 10px;
}

.pgwModal .fied-content label {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 13px;
    font-weight: 400;
    color: #474747;
}

.pgwModal .fied-content label.required:after {
    content: '*';
    margin-left: 2px;
}

.pgwModal .fied-content .form-control {
    background-color: #f6f6f6;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    font-family: 'Verdana';
    font-size: 13px;
}

.pgwModal .fied-content .form-control:focus {
    border: 1px solid #a81715 !important;
}

.pgwModal .form-group {
    margin-bottom: 10px;
}

.pm-content button.btn.green {
    max-width: 160px;
    float: right;
}

.container-fluid.competition-top-back {
    background-image: url('../images/competition-top-back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.suv-text h2 {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 30px;
    color: #474747;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.suv-text h2 span {
    color: #a81715;
}

.suv-text {
    text-align: center;
}

.suv-image {
    text-align: center;
    margin-bottom: -73px;
}

.container-fluid.competition-from-back {
    background-color: #303030;
    padding: 60px 0px 30px 0px;
}

form.competition-form {
    padding-left: 100px;
    padding-right: 100px;
}

.competition-form button.btn.green {
    max-width: 110px;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
}

.competition-form input {
    border-radius: 0px;
    box-shadow: none;
    color: #474747;
}

.competition-form label {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.competition-content {
    text-align: center;
}

.competition-medal-grid {
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 25px;
}

.competition-content h2 {
    font-family: 'Open Sans';
    font-size: 23px;
    font-weight: bold;
    color: #a81715;
    margin-top: -15px;
}

.car-draw-terms h5 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    color: #282d31;
    margin-bottom: 15px;
}

.car-draw-terms {
    text-align: left;
    margin: auto;
    left: auto;
    right: auto;
    width: 640px;
    padding-left: 135px;
    margin-bottom: -30px;
}

.car-draw-terms ul {
    padding-left: 0px;
    list-style: none;
}

.car-draw-terms ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #32ad41;
    margin-right: 10px;
    margin-left: -25px;
}

.car-draw-terms ul li {
    padding-left: 25px;
    padding-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 15px;
    color: #444f57;
    line-height: 22px;
}

.application-content {
    padding-left: 155px;
    padding-right: 155px;
}

.application-content .title h3 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 22px;
    color: #474747;
    margin-bottom: 20px;
}

.application-content .title {
    width: 100%;
    border-bottom: 1px solid #e6eaef;
    margin-bottom: 25px;
}

.application-content label {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    color: #474747;
    font-weight: 400;
}

.application-content .select2-container--default .select2-selection--single {
    background-color: #f6f6f6 !important;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    color: #474747 !important;
}

.application-content input {
    background-color: #f6f6f6 !important;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    color: #474747 !important;
}

.application-content input:focus {
    border: 1px solid #a81715 !important;
}

button.btn.green.next-step, button.btn.green.complete {
    width: 200px;
    float: right;
    margin-right: 15px;
    margin-top: 25px;
}

.application-content {
    margin-bottom: -10px;
}

.btn.green:focus {
    color: #fff !important;
}

.row.footer_topmar .col-md-3:nth-child(4) ul li:nth-child(2) p {
    display: inline-block;
    padding-left: 30px;
    margin-top: -20px;
    font-family: "Open Sans" !important;
    font-size: 13px !important;
    color: #525d68 !important;
    list-style-type: none;
}

#home section.sec2 ul.nav.nav-tabs {
    text-align: center;
}

.feature.rights .row.item .col-md-4:nth-child(2) {
    border-left: 1px solid #eaeef3;
    border-right: 1px solid #eaeef3;
    height: 65px;
}

.flexible-solutions .col-md-4:nth-child(2) {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.feature.non-title .item:nth-child(even) {
    background-color: #feffff !important;
}

body#business-loan .are-you-thinking {
    margin-bottom: 0px;
}

.application-content label {
    margin-top: 10px !important;
}

.screen-roration {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../images/dsl-web-screen-rotate-icon.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    display: none;
    overflow: hidden;
}

.loan-check-list-wrap .panel-group .panel-heading {
    padding: 0px;
}

.loan-check-list-wrap .panel-title > a {
    padding: 15px 15px;
    display: inherit;
    background-color: #a81715;
    width: 100%;
    display: inherit;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.mortgage-glossary-wrap .panel-group .panel-heading {
    padding: 0px;
}

.mortgage-glossary-wrap .panel-title > a {
    padding: 20px 20px;
    display: inherit;
    background-color: #f7fdff;
    width: 100%;
    display: inherit;
    border-radius: 3px 3px 0 0;
    color: #444f57;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.loan-check-list-wrap .panel-title > a:before {
    content: "âˆ’";
    font-size: 14px;
    font-weight: 900;
    margin-right: 10px;
    margin-left: 5px;
    display: none;
}

.loan-check-list-wrap .panel-title > a:hover {
    text-decoration: none;
}

.loan-check-list-wrap .panel-title > a.collapsed {
    background-color: #f6f6f6;
    border-radius: 3px;
    box-shadow: none;
    color: #5e5e5e;
}

.mortgage-glossary-wrap .panel-title > a.collapsed {
    background-color: #fcfcfc;
    border-radius: 3px;
    box-shadow: none;
    color: #444f57;
}

.loan-check-list-wrap .panel-title > a.collapsed:before {
    content: "+";
    color: #a81715;
}

.loan-check-list-wrap .panel-group .panel + .panel {
    margin-top: 10px;
}

.mortgage-glossary-wrap .panel-group .panel + .panel {
    margin-top: 10px;
}

.loan-check-list-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #444f57;
    border-radius: 0px 0px 3px 3px;
}

.mortgage-glossary-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #444f57;
    border-radius: 0px 0px 3px 3px;
}

.loan-check-list-wrap .panel-body {
    padding: 0px;
}

.loan-check-list-wrap .panel-body .panel-title > a {
    background-color: #f7fdff;
    color: #a81715;
    border-radius: 0px;
    border: 0px;
}

.loan-check-list-wrap .panel-body .panel {
    border-radius: 0px;
    border: 0px;
}

.loan-check-list-wrap .panel-body .panel-group .panel + .panel {
    margin-top: 0px;
}

.loan-check-list-wrap .panel-body .panel .panel-body {
    padding: 15px 45px;
    background-color: #ffffff;
}

.loan-check-list-wrap .panel-body .panel-title > a {
    border-top: 1px solid #ddd;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
}

.loan-check-list-wrap .panel-body .panel:first-child .panel-title > a {
    border: 0px;
}

.loan-check-list-wrap .panel-body .panel-title > a.collapsed {
    background-color: #fcfcfc;
    color: #444f57 !important;
}

.loan-check-list-wrap .panel-body .panel-group {
    margin-bottom: 0px;
}

.loan-check-list-wrap .panel-body .panel-title > a:before {
    display: none;
}

.loan-check-list-wrap .panel-title > a {
    text-transform: uppercase;
    font-weight: 400 !important;
}

.loan-check-list-wrap .panel-body .panel-title > a {
    text-transform: none;
    position: relative;
}

.loan-check-list-wrap .panel-body .panel-title > a:after {
    font-family: FontAwesome;
    content: "\f106";
    position: absolute;
    right: 20px;
    font-size: 18px;
    margin-top: -1px;
}

.loan-check-list-wrap .panel-body .panel-title > a.collapsed:after {
    content: "\f107";
}

#checklist h1.page-title {
    margin-bottom: -20px;
}

body#mortgage-glossary h1.page-title {
    margin-bottom: 15px;
}

body#refinance .inner-page-banner {
    margin-top: -28px;
}

.refinance-item span {
    padding: 1px 1px;
    display: inline-block;
    margin-top: 2px;
}

.feature .row.item.refinance-item .col-xs-10 {
    padding-top: 0px;
}

#debt-consolidation .inner-page-banner {
    margin-top: 0px;
}

#debt-consolidation .inner-page-banner .banner-text {
    top: 65px;
    left: 35px;
}

.debt-condolication-icon-wrapper {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.debt-condolication-icon-wrapper img {
    margin: auto;
}

body#first-home-buyer .inner-page-banner {
    margin-top: -28px;
}

body#first-home-buyer .inner-page-banner .banner-text {
    top: 60px;
}

.feature.rights.no-row-border {
}

.feature.rights.no-row-border .row.item {
    border-bottom: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
    border: 0px !important;
}

.feature.rights.no-row-border .row.item .col-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    height: auto;
    padding-left: 20px;
}

.feature.rights.no-row-border .row.item:last-child {
    border-bottom: 1px solid #eaeef3;
}

.feature.rights.no-row-border .row.item:first-child .col-md-4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.feature.rights.no-row-border .content {
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 1px solid #eaeef3;
    border-right: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}

.feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
}

.inner-page hr {
    margin-top: 35px !important;
    margin-bottom: 30px !important;
}

.feature.rights.no-row-border .col-md-6 {
    padding-top: 10px;
    padding-bottom: 10px;
}

body#investors .inner-page-banner {
    margin-top: -12px;
}

body#wills-and-estates .inner-page-banner {
    margin-top: -10px;
}

body#wills-and-estates .inner-page-banner .banner-text {
    top: 65px;
}

body#wealth-creation .inner-page-banner {
    margin-top: -1px;
}

body#wealth-creation .inner-page-banner .banner-text {
    top: 50px;
}

img.img-responsive.wealth-creation-overlap-img-left {
    position: absolute;
    z-index: 999;
}

.wealth-text-wrap {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-left: 55px;
    margin-top: 40px;
    margin-left: -35px;
    padding-bottom: 20px;
    padding-right: 55px;
    text-align: justify;
}

.wealth-creation-wrap.left .wealth-text-wrap {
    margin-left: 0px;
    margin-right: -35px;
}

img.img-responsive.wealth-creation-overlap-img-right {
    position: absolute;
    left: -15px;
}

.wealth-creation-wrap.left {
    margin-top: 25px;
    margin-bottom: 25px;
}

.dropdown-menu > li > a {
    font-family: 'Open Sans';
    font-size: 13px;
    padding-left: 5px;
}

.suv-image img {
    margin: auto;
}

#about .inner-page-banner {
    margin-top: 0px;
}

#contact-us .inner-page-banner {
    margin-top: 0px;
}

#contact-us .banner-text {
    top: 18px;
    left: 30px;
}

#contact-us .banner-text h1 {
    margin-top: 0px;
}

#contact-us .banner-text h5 {
    margin-left: 0px;
}

.contact-from-wrap {
    background-color: #f3f3f3;
    padding: 30px;
    border: 1px solid #ebebeb;
}

.contact-from-wrap label {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 13px;
    font-weight: 400;
    color: #474747;
}

.contact-from-wrap .form-control {
    background-color: #ffffff;
    border: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    font-family: 'Verdana';
    font-size: 13px;
}

.contact-from-wrap .form-control:focus {
    border: 1px solid #a81715 !important;
}

.contact-from-wrap button.btn.green.pull-right {
    width: 175px;
}

.contact-from-wrap {
    margin-bottom: 30px;
}

.inner-page p.disabled {
    color: #8d979f !important;
}

.partnership-wrap {
    background-color: #f1f1f1;
    padding: 40px 0;
    text-align: center;
}

.partnership-wrap img {
    margin: auto;
}

.loading-wrapper {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    background-color: #020202;
    opacity: 0.8;
    border-radius: 5px;
    padding: 5px;
    margin-left: -22px;
    margin-top: -22px;
    display: none;
}

.loading-wrapper img {
    width: 35px;
    height: 35px;
}

.swal2-modal .swal2-title {
    font-family: 'Open Sans';
    font-size: 20px;
    color: #69655f;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 20px;
}

hr.swal2-spacer {
    display: none !important;
}

button.swal2-confirm.swal2-styled {
    background-color: #A81715 !important;
    border-left-color: #A81715 !important;
    border-right-color: #A81715 !important;
}

a.btn.red:hover {
    color: #fff;
}

.swal2-container {
    z-index: 9999 !important;
}

#calmodalContent row {
    width: 615px;
    height: 400px;
}

#loan-calculators .pgwModal .pm-content {
    padding: 30px 50px 30px 50px !important;
}

.post-date {
    background-color: #f2e7d6;
    display: inline-block;
    padding: 5px 17px;
    border-radius: 50%;
}

.post-date .date {
    font-size: 20px;
}

.post-date .month {
    font-size: 12px;
}

.post-title {
    display: inline-block;
    font-size: 20px;
    color: #474747;
    padding-left: 15px;
    line-height: 24px;
}

.post-title-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-botttom {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 35px;
}

.post-botttom div:before {
    display: none;
}

.post-bottom-content {
    font-size: 12px;
    font-family: 'Verdana';
    color: #899298;
    padding-top: 3px;
}

.post-readmore {
    float: right;
}

.post-readmore a {
    font-size: 13px;
    color: #a81715;
    font-weight: bold;
    font-family: 'Verdana';
}

.post-readmore a i {
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: text-bottom;
}

.post-readmore a:hover {
    text-decoration: none;
}

.partnership-text {
    color: #a81715;
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: bold;
}

.competition-form input[type=radio] {
    margin-right: 10px;
    vertical-align: text-top;
}

.competition-form label {
    margin-top: 5px;
}

button#submit-competition {
    margin-top: 10px;
}

span#select2-state-container {
    color: #4c4a4a !important;
}

li.main-menu-tem .dropdown-menu li a i {
    color: #a71e1c !important;
    font-size: 20px !important;
    width: 40px;
    text-align: center;
}

.navbar-nav > li > .dropdown-menu img {
    margin-right: 11px;
}

ul.dropdown-menu li {
    padding: 6px 10px;
}

ul.social-icons a:focus {
    background: transparent;
    outline: none;
}

a.service-grid .text {
    position: absolute;
    left: 135px;
    width: 200px;
    top: 17px;
}

.pgwModal .model-text-content .logo {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

.arrow_icon {
    position: relative;
}

.arrow_icon img {
    position: absolute;
    right: 11px;
    bottom: -100px;
}

section.home-banner-wrap {
    position: relative;
}

.banner_section {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.checklist-item {
    padding: 10px 20px;
    border-bottom: 1px solid #dcdcdc;
}

.contact-section-wrap {
    background-image: url(../images/contact-person-back.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 35px;
}

.contact-inner-text {
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.contact-from-wrap {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 15px 20px 20px 20px;
}

.contact-from-wrap textarea.form-control {
    height: 100px;
    background-color: #f9f9f9;
}

.contact-from-wrap textarea.form-control:focus {
    border-color: #32ad41 !important;
}

.contact-from-wrap {
    margin-top: 30px;
    margin-right: 30px;
}

.contact-from-wrap input.form-control {
    height: 35px;
    background-color: #f9f9f9;
}

.contact-from-wrap input.form-control:focus {
    border-color: #32ad41 !important;
}

.contact-inner-text h1 {
    font-size: 32px !important;
    font-weight: bold;
    color: #a81715;
    margin-top: 0px;
}

.contact-inner-text h5 {
    color: #2b2b2b;
    font-size: 22px !important;
    margin-bottom: 5px;
}

.contact-inner-text {
    bottom: 25px;
}

.feature .row.item span {
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    padding: 2px 0px 1px 0;
    vertical-align: middle;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    height: 30px;
}

.feature .row.item span i {
    padding: 0px;
    font-size: 20px;
    color: #32ad41 !important;
    vertical-align: text-bottom;
}

.feature .row.item span i.fa.fa-check {
    font-size: 14px !important;
    vertical-align: middle;
    margin-top: -2px;
}

.feature .row.item span i.fa.fa-angle-right {
    margin-right: -1px;
}

.feature .row.item {
    padding: 20px 38px 20px 15px;
}

.back_img_partnerships:after {
    border-top: 14px solid #b0bac3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -14px;
    content: "";
    position: absolute;
    left: 55%;
    margin-left: -37px;
    width: 0;
    height: 0;
}

.latest-news-footer a {
    font-weight: 600;
}

.inner-page p a {
    color: #a81715;
}

/*---------------------- media queries -----------------------*/

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width: 321px) {
    .screen-roration {
        display: block;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width: 320px) {

    .arrow_icon img {
        bottom: -100px;
    }

    .partnership-wrap img {
        margin-bottom: 20px !important;
    }

    .row.footer_topmar {
        margin-bottom: 15px;
    }

    .col-lg-10.col-md-10.col-sm-9.col-xs-10.bhoechie-tab {
        padding-left: 0px;
    }

    .list-group-item img {
        /* width: 127px; */
    }

    .row.footer_topmar > div > img {
        text-align: center;
        margin: auto;
    }

    .row.copy-right {
        text-align: center;
    }

    .row.copy-right p {
        float: none;
        /* text-align: center; */
    }

    .row.copy-right p.pull-right {
        float: none !important;
        text-align: center;
    }

    .screen-roration {
        display: none;
    }

    h1.banner_h1 {
        font-size: 35px;
        padding-top: 10px;
    }

    .col-md-4.header-left .logo {
        text-align: center;
        float: none;
        margin-top: 0px;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .col-md-4.header-left {
        height: 90px;
    }

    .col-md-4.header-left .logo img {
        text-align: center;
        margin: auto;
    }

    ul#main-menu {
        margin: auto;
        padding-top: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .header-top-menu > li:first-child {
        padding-left: 0px;
    }

    .header-top-menu > li {
        display: inline-block;
        padding: 5px 10px;
    }

    .header-right-top .col-md-6:nth-child(2) span a {
        font-size: 13px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-right-top .col-md-6:nth-child(2) {
        text-align: center;
        padding-bottom: 15px;
    }

    .navbar-default {
        background-color: transparent;
    }

    .col-md-8.header-right {
        background-color: #a81715;
    }

    .col-lg-3.ct-address {
        margin-top: 0px;
        margin-bottom: 0px;
        /* border: 0px; */
        position: absolute;
        top: 305px;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        position: absolute;
        top: -70px;
        right: 10px;
        background-color: #f2e7d6;
        border-color: #f2e7d6;
    }

    nav.navbar.navbar-default {
        min-height: 0px;
        border: 0px;
        position: initial;
    }

    .col-md-6.bannerText {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 360px;
    }

    section.banner_section {
        position: relative;
        background-position: left;
    }

    section.banner_section {
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a81715;
    }

    ul#main-menu li.main-menu-tem {
        text-align: left;
    }

    li.main-menu-tem:first-child {
        padding-left: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0px;
        background-color: #a81715;
    }

    ul#main-menu li.main-menu-tem a {
        color: white !important;
    }

    ul#main-menu li.main-menu-tem {
        border-bottom: 1px solid rgba(226, 226, 226, 0.28);
    }

    li.main-menu-tem .fa {
        color: #fff !important;
        float: right;
    }

    h1.md_h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .middle-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec3_heading h1 {
        font-size: 25px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .col-md-4.background_cls {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 95%;
    }

    .col-md-4.background_cls.middle {
        margin-left: 10px;
    }

    a.service-grid {
    }

    #home .sec2 .tab-content .row .col-md-4 {
        padding-bottom: 15px;
    }

    .col-md-4 {
    }

    #home .sec2 .tab-content .tab-pane .row {
        margin-bottom: -15px;
    }

    ul.dropdown-menu li {
        border-bottom: 1px solid rgba(226, 226, 226, 0.28);
    }

    .feature.rights .row.item {
        border-bottom: 0px;
    }

    .feature.rights .col-xs-9 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .feature.rights .col-xs-9 br {
        display: none;
    }

    .feature.rights .col-xs-3 {
        padding-top: 8px;
        width: 17%;
    }

    .feature.rights .row.item .col-md-4 {
        height: 55px;
    }

    .feature.rights .content .row.item:last-child .col-md-4:last-child {
        display: none;
    }

    h2.are-you-thinking {
        font-size: 23px;
    }

    h2.are-you-thinking span {
        font-size: 23px;
    }

    .inner-page-main-container {
        padding-bottom: 0px;
    }

    li.main-menu-tem.dropdown.open {
        padding-bottom: 0px;
    }

    .feature .row.item .col-md-7 {
        padding-left: 50px;
    }

    .page-path {
        padding-left: 32px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .side-bar-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .have-a-question img {
        width: 100%;
    }

    .have-a-question .text span a {
        margin-top: 5px;
        width: 160px;
    }

    .have-a-question {
        margin-bottom: 40px;
    }

    .inner-page-banner h1 {
        font-size: 22px;
    }

    .banner-text {
        top: 0px;
        left: 15px;
    }

    .inner-page-banner h5 {
        font-size: 14px;
        line-height: 15px;
    }

    .inner-page p {
        text-align: justify;
    }

    .feature .title {
        padding: 15px 20px;
    }

    .feature .row.item {
        padding: 10px 0px;
    }

    .feature .row.item {
        font-size: 12px;
    }

    #self-employed .inner-page-banner {
        margin-top: -10px !important;
    }

    .inner-page-banner h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-text {
        top: 18px;
    }

    .inner-page-banner img.img-responsive {
        display: none;
    }

    .banner-text {
        position: initial;
    }

    .feature.rights {
        border-bottom: 1px solid #e0e4e8;
    }

    .feature.rights .col-md-5 {
        margin-bottom: 20px;
    }

    .feature.rights.non-title .col-xs-11 {
        width: 100%;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row.copy-right p {
        text-align: center;
        margin-bottom: 5px;
    }

    .row.copy-right {
        margin-bottom: 10px;
    }

    .flexible-solutions {
        width: 100%;
        text-align: center;
    }

    .flexible-solutions .col-md-4:nth-child(2) {
        border: 0px;
    }

    .flexible-solutions h4 {
        margin-bottom: 20px;
    }

    .feature.rights.non-title .row.item .row {
        margin-bottom: 20px;
    }

    button#load-more-cals {
        margin-bottom: 30px;
    }

    h1.page-title {
        font-size: 25px;
    }

    .insurance-three-grid img {
        margin: auto;
    }

    .insurance-wrap-text {
        display: block;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    form.competition-form {
        padding-left: 35px;
        padding-right: 35px;
    }

    .suv-text h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .car-draw-terms {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .competition-medal-grid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .competition-medal-grid .col-md-4 {
        margin-bottom: 20px;
    }

    .application-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wizard .tab-pane {
        padding-top: 25px;
    }

    .wizard li.active:after {
        left: -220px;
    }

    .wizard .nav-tabs > li a {
        /* margin-bottom: 20px !important; */
    }

    .wizard .nav-tabs > li a {
        display: inline-block;
        height: 50px;
    }

    .wizard li span.round-tab {
    }

    span.wizard-tab-text br {
        display: none;
    }

    .wizard li span.wizard-tab-text {
        display: inline;
    }

    .wizard .nav-tabs > li {
        margin-right: 0px;
        display: block;
    }

    .wizard > div.wizard-inner {
        border: 0px !important;
    }

    button.btn.green.next-step, button.btn.green.complete {
        margin-top: 6px;
        margin-bottom: 10px;
    }

    h1.page-title {
        font-size: 25px !important;
        padding-left: 8px;
        margin-bottom: 0px !important;
    }

    .application-content input, select {
        margin-top: 10px;
    }

    .application-content span.select2-selection.select2-selection--single {
        margin-top: 10px;
    }

    .application-content .form-group {
        margin-bottom: 0px;
    }

    .feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
        border: 0px;
    }

    #search input[type="search"] {
        font-size: 20px;
    }

    .search-btn {
        margin-top: 15px;
    }

    .row.item.refinance-item .col-md-5 {
        margin-bottom: 15px;
    }

    .debt-condolication-icon-wrapper img {
        margin-bottom: 15px;
    }

    .debt-condolication-icon-wrapper .col-md-3:last-child img {
        margin-bottom: 0px;
    }

    .feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
        padding-left: 20px;
    }

    img.img-responsive.wealth-creation-overlap-img-left {
        position: initial;
        width: 100%;
    }

    .wealth-text-wrap {
        margin-left: 0px;
        margin-top: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 1px;
    }

    .wealth-creation-wrap.left {
        margin-top: 5px;
    }

    .wealth-creation-wrap.left .wealth-text-wrap {
        margin-right: 0px;
    }

    img.img-responsive.wealth-creation-overlap-img-right {
        position: initial;
        width: 100%;
        margin-top: 20px;
    }

    .inner-page-main-container .wealth-creation-wrap:last-child {
        margin-bottom: 25px;
    }

    .row.header-right-top ul.dropdown-menu {
        left: auto;
        right: -20px;
    }

    .finance-three-grid {
        padding: 0px;
    }

    .finance-three-grid {
        text-align: center;
    }

    .contact-from-wrap {
        margin: 15px !important;
        margin-top: 100px !important;
    }

    .contact-inner-text {
        top: 0px;
        left: 15px;
        height: auto;
        bottom: auto;
    }

    .contact-section-wrap {
        margin-top: 20px;
    }
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .banner-text {
        top: 60px;
    }

    .screen-roration {
        display: none;
    }

    /* Styles */
    .background_cls {
        height: auto;

    }

    .col-md-4.background_cls.middle {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-md-4.background_cls {
        width: 47%;
    }

    .sec3 h3 {

        padding-top: 15px;

    }

    .sec3 .subscribe {
        padding-bottom: 15px;
    }

    section.banner_section {
        background-position: -1520px;
    }

    .col-md-12.logo {
        float: none;
        text-align: center;
        margin-top: 0px;
        padding-top: 15px;
    }

    .col-md-4.header-left {
        text-align: center;
    }

    .col-md-12.logo a img {
        text-align: center;
        margin: auto;
    }

    .header-top-menu {
        text-align: center;
        margin-bottom: 10px;
    }

    .row.header-right-top {
        text-align: center;
        padding-bottom: 15px;
    }

    li.main-menu-tem:first-child {
        padding-left: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    div#bs-example-navbar-collapse-1 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    .col-lg-3.ct-address {
        width: 60%;
        margin-left: 30px;
    }

    .col-md-6.bannerText {
        margin-top: 198px;
        margin-bottom: -50px;
    }

    .middle-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.bhoechie-tab-menu div.list-group > a {
        width: 25%;
        display: inline-block;
    }

    div.bhoechie-tab-menu div.list-group {
        text-align: center;
    }

    .col-lg-2.col-md-2.col-sm-12.col-xs-12.bhoechie-tab-menu {
        text-align: center;
        margin-left: 20px;
    }

    .col-lg-12.col-md-12.col-sm-12.col-xs-12.bhoechie-tab-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .bhoechie-tab-content {
        text-align: center;
    }

    .bhoechie-tab-content img {
        margin: auto;
    }

    section.middle_section {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #home section.sec2 ul.nav.nav-tabs {
        padding-bottom: 0px;
    }

    .tab-content.clearfix {
        padding-top: 25px;
    }

    h2.more-offer {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    a.service-grid img {
        text-align: center;
        margin: auto;
    }

    a.service-grid {
        position: relative;
        /* margin-bottom: 23px; */
    }

    .tab-content > .active {
        text-align: center;
    }

    a.service-grid {
        display: inline-block;
        text-align: left;
    }

    .tab-content > .active .col-md-4 {
        margin-bottom: 20px;
    }

    .tab-content > .active > .row {
        margin-bottom: -15px !important;
    }

    section.sec3 {
        text-align: center;
    }

    .col-md-4.background_cls {
        margin: auto;
        text-align: left;
    }

    .col-md-4.background_cls.middle {
        text-align: left;
        margin: auto;
    }

    section.sec3 {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }

    section.sec4 {
        padding-top: 35px;
        text-align: center;
        padding-bottom: 30px;
    }

    section.sec4 > div > div > div img {
        margin: auto;
    }

    .col-md-7.want-better-deal {
        padding-top: 10px;
    }

    .footer_topmar > div:nth-child(1) {
        text-align: center;
        margin: auto;
    }

    .footer_topmar > div:nth-child(1) img {
        margin: auto;
        text-align: center;
    }

    .row.copy-right {
        text-align: center;
    }

    .row.copy-right p.pull-right {
        float: none !important;
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .row.copy-right p {
        margin-bottom: 5px;
    }

    .feature .row.item .col-md-7 {
        padding-left: 50px;
    }

    .row.footer_topmar .col-md-3:nth-child(4) ul li:nth-child(2) p {
        padding-left: 0px;
    }

    .row.footer_topmar {
        margin-bottom: 5px;
    }

    .have-a-question {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .page-path {
        padding-left: 20px;
    }

    .feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
        padding-left: 20px;
        border: 0px;
    }

    .feature.rights.no-row-border .row.item .col-md-4 .col-xs-3 {
        width: 10%;
    }

    .row.item.refinance-item .col-md-5 {
        margin-bottom: 20px;
    }

    .debt-condolication-icon-wrapper img {
        margin-bottom: 15px;
    }

    .debt-condolication-icon-wrapper .col-md-3:last-child img {
        margin-bottom: 0px;
    }

    #insurance .inner-page-banner .banner-text {
        top: 50px;
        left: 25px;
    }

    body#wealth-creation .inner-page-banner .banner-text {
        top: 25px;
    }

    .wealth-text-wrap {
        margin-left: 0px;
        padding-left: 320px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 1px;
        margin-top: 0px;
    }

    img.img-responsive.wealth-creation-overlap-img-left {
        margin-top: 25px;
        margin-left: 25px;
    }

    img.img-responsive.wealth-creation-overlap-img-right {
        /* position: initial; */
        margin-top: -298px;
        margin-left: 50px;
    }

    .wealth-creation-wrap.left .wealth-text-wrap {
        margin-right: 0px;
        padding-bottom: 80px;
    }

    body#wills-and-estates .inner-page-banner .banner-text {
        top: 45px;
        left: 30px;
    }

    .insurance-three-grid img.img-responsive {
        margin: auto;
    }

    .insurance-wrap-text.insurance-m-top {
        display: inline;
    }

    .feature .title.silver .col-md-5 {
        margin-bottom: 26px !important;
    }

    .feature.rights .row.item .col-md-5 {
        margin-bottom: 20px;
    }

    .flexible-solutions {
        width: 100%;
        text-align: center;
    }

    .flexible-solutions h4 {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .flexible-solutions .col-md-4:nth-child(2) {
        border: 0px;
    }

    .finance-three-grid {
        text-align: center;
    }

    .feature.rights.non-title .row.item .col-md-6 {
        margin-bottom: 25px;
        padding-bottom: 0px !important;
    }

    .feature.rights .row.item .col-md-4:nth-child(2) {
        border: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
        height: auto;
    }

    .feature.rights .row.item .col-md-4 .row .col-xs-3 {
        width: 13%;
    }

    .feature.rights .row.item .col-md-4 .row .col-xs-9 {
        width: 70%;
        padding-top: 5px;
    }

    .feature.rights .row.item .col-md-4 .row .col-xs-9 br {
        display: none;
    }

    .suv-image img {
        margin: auto;
    }

    .application-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wizard .nav-tabs > li {
        margin-right: 60px;
        margin-bottom: 80px;
    }

    .wizard .nav-tabs > li:nth-child(4), .wizard .nav-tabs > li:nth-child(5), .wizard .nav-tabs > li:nth-child(6) {
        margin-bottom: 45px;
    }

    .wizard > div.wizard-inner ul.nav.nav-tabs {
        padding-left: 25px;
        padding-top: 10px;
    }

    .contact-from-wrap {
        margin-left: 50%;
    }

    .contact-section-wrap {
        margin-top: 20px;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width: 1224px) {

    .screen-roration {
        display: none;
    }

    .header-left {
        height: 111px;
    }

    .header-top-menu > li:first-child {
        padding-left: 0px;
    }

    .header-top-menu > li {
        padding: 14px 5px;
        font-size: 12px;
    }

    li.main-menu-tem:first-child {
        padding-left: 0px;
    }

    .navbar-nav > li {
        padding: 10px 0px;
    }

    .navbar-nav > li > a {
        padding: 10px 11px;
    }

    .header-top-menu {
        margin-left: -30px;
    }

    .col-md-12.logo a {
        float: right;
        margin-top: 5px;
    }

    .col-md-4.header-left {
        width: 27.8%;
    }

    .col-md-8.header-right {
        width: 72.2%;
    }

    .side-bar-item i {
        top: 19px;
    }

    .side-bar-item {
        padding-bottom: 17px;
        padding-top: 17px;
    }

    .side-bar {
        padding-top: 5px;
    }

    .partnership-wrap {
        padding-left: 140px;
        padding-right: 140px;
    }

    .col-md-12.logo {
        margin-right: 48px;
    }

    .apply-btn-wrap {
        padding-left: 63px;
    }

    .col-lg-3.ct-address {
        width: 24.4%;
    }

    .banner_section {
        background-position: -450px;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width: 1824px) {
    .call-uc-wrap {
        width: 45%;
    }

    .apply-btn-wrap {
        padding-left: 0px;
    }

    .partnership-wrap {
        padding-left: 140px;
        padding-right: 140px;
    }

    .screen-roration {
        display: none;
    }

    .col-md-4.header-left {
        width: 34.2%;
    }

    .col-md-8.header-right {
        width: 65.8%;
    }

    .side-bar-item i {
        top: 19px;
    }

    .side-bar-item {
        padding-bottom: 17px;
        padding-top: 17px;
    }

    .side-bar {
        padding-top: 5px;
    }

    .col-md-12.logo {
        margin-right: 45px;
    }

    .col-lg-3.ct-address {
        width: 24.4%;
    }

    .banner_section {
        background-position: center;
    }
}

/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: landscape) {
    .screen-roration {
        display: block;
    }
}

/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (orientation: portrait) {
    .arrow_icon img {
        bottom: -80px;
    }

    .partnership-wrap img {
        margin-bottom: 20px !important;
    }

    .row.footer_topmar {
        margin-bottom: 15px;
    }

    .col-lg-10.col-md-10.col-sm-9.col-xs-10.bhoechie-tab {
        padding-left: 0px;
    }

    .list-group-item img {
        /* width: 127px; */
    }

    .row.footer_topmar > div > img {
        text-align: center;
        margin: auto;
    }

    .row.copy-right {
        text-align: center;
    }

    .row.copy-right p {
        float: none;
        /* text-align: center; */
    }

    .row.copy-right p.pull-right {
        float: none !important;
        text-align: center;
    }

    .screen-roration {
        display: none;
    }

    h1.banner_h1 {
        font-size: 35px;
        padding-top: 10px;
    }

    .col-md-4.header-left .logo {
        text-align: center;
        float: none;
        margin-top: 0px;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .col-md-4.header-left {
        height: 90px;
    }

    .col-md-4.header-left .logo img {
        text-align: center;
        margin: auto;
    }

    ul#main-menu {
        margin: auto;
        padding-top: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .header-top-menu > li:first-child {
        padding-left: 0px;
    }

    .header-top-menu > li {
        display: inline-block;
        padding: 5px 10px;
    }

    .header-right-top .col-md-6:nth-child(2) span a {
        font-size: 13px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-right-top .col-md-6:nth-child(2) {
        text-align: center;
        padding-bottom: 15px;
    }

    .navbar-default {
        background-color: transparent;
    }

    .col-md-8.header-right {
        background-color: #a81715;
    }

    .col-lg-3.ct-address {
        margin-top: 0px;
        margin-bottom: 0px;
        /* border: 0px; */
        position: absolute;
        top: 305px;
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        position: absolute;
        top: -70px;
        right: 10px;
        background-color: #f2e7d6;
        border-color: #f2e7d6;
    }

    nav.navbar.navbar-default {
        min-height: 0px;
        border: 0px;
        position: initial;
    }

    .col-md-6.bannerText {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 360px;
    }

    section.banner_section {
        position: relative;
        background-position: left;
    }

    section.banner_section {
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a81715;
    }

    ul#main-menu li.main-menu-tem {
        text-align: left;
    }

    li.main-menu-tem:first-child {
        padding-left: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0px;
        background-color: #a81715;
    }

    ul#main-menu li.main-menu-tem a {
        color: white !important;
    }

    ul#main-menu li.main-menu-tem {
        border-bottom: 1px solid rgba(226, 226, 226, 0.28);
    }

    li.main-menu-tem .fa {
        color: #fff !important;
        float: right;
    }

    h1.md_h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .middle-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sec3_heading h1 {
        font-size: 25px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .col-md-4.background_cls {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 95%;
    }

    .col-md-4.background_cls.middle {
        margin-left: 10px;
    }

    a.service-grid {
    }

    #home .sec2 .tab-content .row .col-md-4 {
        padding-bottom: 15px;
    }

    .col-md-4 {
    }

    #home .sec2 .tab-content .tab-pane .row {
        margin-bottom: -15px;
    }

    .tab-content.clearfix {
        padding-top: 0px;
    }

    section.sec4 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .col-md-7.want-better-deal h2 {
        font-size: 25px;
        text-align: center;
    }

    .col-md-7.want-better-deal {
        text-align: center;
        padding-top: 10px;
    }

    .row.header-right-top > div {
        padding: 0px;
    }

    a.service-grid .text {
        left: 100px;
        top: 5px;
    }

    a.service-grid .text h4 span {
        display: none;
    }

    .sec3_heading h1 {
        font-size: 22px;
    }

    .col-lg-12.col-md-12.col-sm-12.col-xs-12.bhoechie-tab-container {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .col-lg-2.col-md-2.col-sm-12.col-xs-12.bhoechie-tab-menu {
        max-height: 70px;
    }

    .bhoechie-tab-content.active {
        padding-left: 0px;
    }

    div.bhoechie-tab-content .col-md-6.sec_image {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    div.bhoechie-tab-menu div.list-group > a {
        width: 32%;
        display: inline-block;
    }

    .middle_section {
        background-position: center -10px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    ul.dropdown-menu li {
        border-bottom: 1px solid rgba(226, 226, 226, 0.28);
    }

    ul.dropdown-menu li {
        border-bottom: 1px solid rgba(226, 226, 226, 0.28);
    }

    .feature.rights .row.item {
        border-bottom: 0px;
    }

    .feature.rights .col-xs-9 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .feature.rights .col-xs-9 br {
        display: none;
    }

    .feature.rights .col-xs-3 {
        padding-top: 8px;
        width: 17%;
    }

    .feature.rights .row.item .col-md-4 {
        height: 55px;
    }

    .feature.rights .content .row.item:last-child .col-md-4:last-child {
        display: none;
    }

    h2.are-you-thinking {
        font-size: 23px;
    }

    h2.are-you-thinking span {
        font-size: 23px;
    }

    .inner-page-main-container {
        padding-bottom: 0px;
    }

    li.main-menu-tem.dropdown.open {
        padding-bottom: 0px;
    }

    .feature .row.item .col-md-7 {
        padding-left: 50px;
    }

    .page-path {
        padding-left: 32px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .side-bar-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .have-a-question img {
        width: 100%;
    }

    .have-a-question .text span a {
        margin-top: 5px;
        width: 160px;
    }

    .have-a-question {
        margin-bottom: 40px;
    }

    .inner-page-banner h1 {
        font-size: 22px;
    }

    .banner-text {
        top: 0px;
        left: 15px;
    }

    .inner-page-banner h5 {
        font-size: 14px;
        line-height: 15px;
    }

    .inner-page p {
        text-align: justify;
    }

    .feature .title {
        padding: 15px 20px;
    }

    .feature .row.item {
        padding: 10px 0px;
    }

    .feature .row.item {
        font-size: 12px;
    }

    #self-employed .inner-page-banner {
        margin-top: -10px !important;
    }

    .inner-page-banner h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-text {
        top: 18px;
    }

    .inner-page-banner img.img-responsive {
        display: none;
    }

    .banner-text {
        position: initial;
    }

    .feature.rights {
        border-bottom: 1px solid #e0e4e8;
    }

    .feature.rights .col-md-5 {
        margin-bottom: 20px;
    }

    .feature.rights.non-title .col-xs-11 {
        width: 100%;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .row.copy-right p {
        text-align: center;
        margin-bottom: 5px;
    }

    .row.copy-right {
        margin-bottom: 10px;
    }

    .flexible-solutions {
        width: 100%;
        text-align: center;
    }

    .flexible-solutions .col-md-4:nth-child(2) {
        border: 0px;
    }

    .flexible-solutions h4 {
        margin-bottom: 20px;
    }

    .feature.rights.non-title .row.item .row {
        margin-bottom: 20px;
    }

    button#load-more-cals {
        margin-bottom: 30px;
    }

    h1.page-title {
        font-size: 25px;
    }

    .insurance-three-grid img {
        margin: auto;
    }

    .insurance-wrap-text {
        display: block;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    form.competition-form {
        padding-left: 35px;
        padding-right: 35px;
    }

    .suv-text h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .car-draw-terms {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .competition-medal-grid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .competition-medal-grid .col-md-4 {
        margin-bottom: 20px;
    }

    .application-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wizard .tab-pane {
        padding-top: 25px;
    }

    .wizard li.active:after {
        left: -220px;
    }

    .wizard .nav-tabs > li a {
        /* margin-bottom: 20px !important; */
    }

    .wizard .nav-tabs > li a {
        display: inline-block;
        height: 50px;
    }

    .wizard li span.round-tab {
    }

    span.wizard-tab-text br {
        display: none;
    }

    .wizard li span.wizard-tab-text {
        display: inline;
    }

    .wizard .nav-tabs > li {
        margin-right: 0px;
        display: block;
    }

    .wizard > div.wizard-inner {
        border: 0px !important;
    }

    button.btn.green.next-step, button.btn.green.complete {
        margin-top: 6px;
        margin-bottom: 10px;
    }

    h1.page-title {
        font-size: 25px !important;
        padding-left: 8px;
        margin-bottom: 0px !important;
    }

    .application-content input, select {
        margin-top: 10px;
    }

    .application-content span.select2-selection.select2-selection--single {
        margin-top: 10px;
    }

    .application-content .form-group {
        margin-bottom: 0px;
    }

    .feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
        border: 0px;
    }

    #search input[type="search"] {
        font-size: 20px;
    }

    .search-btn {
        margin-top: 15px;
    }

    .row.item.refinance-item .col-md-5 {
        margin-bottom: 15px;
    }

    .debt-condolication-icon-wrapper img {
        margin-bottom: 15px;
    }

    .debt-condolication-icon-wrapper .col-md-3:last-child img {
        margin-bottom: 0px;
    }

    .feature.rights.no-row-border .row.item .col-md-4:nth-child(2) {
        padding-left: 20px;
    }

    img.img-responsive.wealth-creation-overlap-img-left {
        position: initial;
        width: 100%;
    }

    .wealth-text-wrap {
        margin-left: 0px;
        margin-top: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 1px;
    }

    .wealth-creation-wrap.left {
        margin-top: 5px;
    }

    .wealth-creation-wrap.left .wealth-text-wrap {
        margin-right: 0px;
    }

    img.img-responsive.wealth-creation-overlap-img-right {
        position: initial;
        width: 100%;
        margin-top: 20px;
    }

    .inner-page-main-container .wealth-creation-wrap:last-child {
        margin-bottom: 25px;
    }

    .row.header-right-top ul.dropdown-menu {
        left: auto;
        right: -20px;
    }

    span.search {
        margin-right: 0px !important;
    }

    span.search a {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .header-right-top .col-md-6:nth-child(2) span a {
        font-size: 12px !important;
    }

    .finance-three-grid {
        padding: 0px;
    }

    .finance-three-grid {
        text-align: center;
    }

    .col-md-4.header-left .logo img {
        float: left;
        margin-left: 15px;
    }

    .contact-from-wrap {
        margin: 15px !important;
        margin-top: 100px !important;
    }

    .contact-inner-text {
        top: 0px;
        left: 15px;
        height: auto;
        bottom: auto;
    }

    .contact-section-wrap {
        margin-top: 20px;
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {
    a.service-grid .text {
        left: 125px;
        top: 5px;
    }
}

/*----------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
    .background_cls {
        height: auto;

    }

    .col-md-4.background_cls.middle {
        margin-left: 0px;
        margin-right: 0px;
    }

    .col-md-4.background_cls {
        width: 100%;
    }

    .sec3 h3 {

        padding-top: 15px;

    }

    .sec3 .subscribe {
        padding-bottom: 15px;
    }

}

ul.wizad {
    list-style: none;
    padding: 0;
}

ul.wizad li {
    width: 16.666%;
    float: left;
    position: relative;
    cursor: pointer;
}

.wiz_no {
    float: left;
    border: 4px solid #d3d9df;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #949698;
    font-weight: 600;
    font-size: 18px;
}

.wiz_details {
    float: left;
    width: 117px;
    height: 45px;
    vertical-align: middle;
    margin-left: 8px;
    padding-top: 3px;
}
section.application-form {
    padding: 25px 0;
    background-color: #edf2f6;
}
li.completed .wiz_no {
    background-color: #32ad41;
    color: #fff;
    border-color: white;
}

li.current .wiz_no {
    background-color: #a81715;
    color: #fff;
    border-color: white;
}
li.current .wiz_details {
    color: #a81715;
}
li.completed .wiz_details {
    color: #32ad41;
}

ul.wizad li:before {
    content: "";
    display: block;
    height: 5px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    left: 0;
    bottom: -24px;
    right: 5px;
    color: #fff;
    position: absolute;
    border-top: 4px solid #d3d9df;
    border-bottom: 4px solid #d3d9df;
    border-left: 4px solid rgba(52, 152, 219, 0);
}
ul.wizad li:after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #d3d9df;
    position: absolute;
    bottom: -24px;
    right: 1px;
}



ul.wizad li.current:before {
    content: "";
    display: block;
    height: 5px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    left: 0;
    bottom: -24px;
    right: 5px;
    color: #fff;
    position: absolute;
    border-top: 4px solid #a81715;
    border-bottom: 4px solid #a81715;
    border-left: 4px solid rgba(52, 152, 219, 0);
}
ul.wizad li.current:after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #a81715;
    position: absolute;
    bottom: -24px;
    right: 1px;
}

ul.wizad li.completed:before {
    content: "";
    display: block;
    height: 5px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    left: 0;
    bottom: -24px;
    right: 5px;
    color: #fff;
    position: absolute;
    border-top: 4px solid #32ad41;
    border-bottom: 4px solid #32ad41;
    border-left: 4px solid rgba(52, 152, 219, 0);
}
ul.wizad li.completed:after {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #32ad41;
    position: absolute;
    bottom: -24px;
    right: 1px;
}
section.form_holder_app {
    padding: 45px 0;
}
b.form-section-title {
    margin: 22px 0;
    display: block;
}
.numbers-only {
    font-size: inherit;
}
section.thank-you-page {
    padding: 54px 0;
}

.show-ipad-h {
    display: none;
}
.hidden-ipad-h {
    display: block;
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .screen-roration {
        display: none;
    }
    .header-right-top {
        padding: 8px 0;
        height: 99px;
    }

    .header-left {
        width: 25%;
    }

    .header-right {
        width: 75%;
    }
    .show-ipad-h {
        display: block;
    }
    .hidden-ipad-h {
        display: none;
    }
    .header-top-menu {
        margin-left: 0;
        padding: 0;
    }

    .header-top-menu > li:first-child {
        padding-left: 15px;
    }

    .header-top-menu > li {
        margin-bottom: 11px;
        display: inline-block;
        padding: 0 15px;
    }

    .apply-btn-wrap {
        padding-top: 17px;
    }

    .ct-address {
        width:33.33333333%;
        margin-top: 39px;
        margin-bottom: 0px;
        padding-bottom: 26px;
        background-color: #f2e7d6;
        float: left;
    }
    a.service-grid .text {
        position: absolute;
        left: 110px;
        width: 200px;
        top: 6px;
    }
    .arrow_icon img {
        bottom: -81px;
    }
    .background_cls {
        height: 453px;
    }
    .application-content {
        padding: 0;
    }
}