/* Table of Content
==================================================

#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#SLIDER
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body, html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.white-text {
    color: #ffffff !important;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 14px;
}


h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}
.left-btn {
    left: 30px;
}

/*scrol to top*/

.scrollToTop {
    bottom: 60px;
    border-radius: 4px;
    display: none;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus {
    background-color: #fff;
    text-decoration: none;
    outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/


#search-icon {
    font-size: 15px;
    height: 40px;
    line-height: 10px;
    text-align: center;
    top: 5px;
    width: 100px;
    border: none;
    border-radius: 50px;
    text-transform: unset !important;
}
#login-btn {
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    top: 0;
    width: 100px;
    border-radius: 50px;
    text-transform: unset !important;
    background-color: #32BEE4;
    border: 1px solid #32BEE4;
    color: #ffffff;
    float: right;
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > .btn_login {
    background-color: #32BEE4;
    border: 1px solid #32BEE4;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > .btn_login:hover {
    background-color: #1F355E;
    color: #ffffff !important;
}
.navbar-default .navbar-nav > li > .btn_login:active {
    background-color: #32BEE4;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > .btn_login:focus {
    background-color: #32BEE4;
    color: #ffffff;
}


/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    position: relative;
}

#menu-area #navbar {
    padding-right: 20px;
}

#menu-area .navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    margin-bottom: 0px;
}


.navbar-brand > img {
    width: 70%;
}

.main-nav li {
    padding: 15px 0;
    position: relative;
    margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    display: inline-block !important;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border-top: 0px solid #32BEE4;
    color: #32BEE4;
    background: none;
}
.navbar-default .navbar-nav > li > .active {
    border-top: 0px solid #32BEE4;
    color: #32BEE4;
    background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
    width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before {
    width: 100%;
}

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

.navbar-nav > li > .dropdown-menu li {
    padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
    color: #333;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: transparent;
}
.padding-bottom-20 {
    padding-bottom: 17px;
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider {
    display: inline;
    float: left;
    width: 100%;
}

.main-slider {
    display: inline;
    float: left;
    height: 600px;
    margin-bottom: 0;
    width: 100%;
}

.main-slider .slick-list {
    height: 100%;
}

.single-slide {
    float: left;
    display: inline;
    width: 100%;
}

.single-slide img {
    width: 100%;
    min-height: 600px;
    background-size: contain;
    background-position: top center;
}

.slide-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-content-next {
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
}
.main-resources img {
    width: 100%;
}
.news-desktop {
    height: 300px;
    min-height: 300px;
}

.main-slider .slick-prev {
    left: 23px;
}

.main-slider .slick-next {
    right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    background: rgba(0, 0, 0, .3);
    top: 48%;
    height: 50px;
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-slider .slick-prev::before {
    content: "\f104";
    font-family: fontAwesome;
    font-size: 30px;
}

.main-slider .slick-next::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 30px;
}

.main-slider .slick-dots {
    bottom: 10px;
}


/* ********* Vision slider *********** */

.vision-slider .slick-prev {
    left: 23px;
}

.vision-slider .slick-next {
    right: 20px;
}

.vision-slider .slick-prev,
.vision-slider .slick-next {
    top: 48%;
    height: 50px;
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vision-slider .slick-prev::before {
    content: "\f104";
    font-family: fontAwesome;
    font-size: 30px;
    color: black;
}

.vision-slider .slick-next::before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 30px;
    color: black;
}

.vision-slider .slick-dots {
    bottom: 10px;
}
.vision-text {
    color: #1F355E !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}
.latest-news-box-bottom-margin {
    margin-bottom: 25px !important;
}
.latest-vision-details {
    padding: 10px 15px !important;
}
.vision-text b {
    color: #E6E6E6;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.main-slider .slick-dots li {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.main-slider .slick-dots li button::before {
    font-size: 25px;
    line-height: 21px;
}

.slide-article {
    display: inline;
    float: left;
    text-align: center;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 150px;
    width: 100%;
}

.slide-article h1 {
    color: #1F355E;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.slide-article h2 {
    color: #909090;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.slide-article h3 {
    color: #909090;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.slide-article p {
    color: #272C37;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 400;
}

.slide-article-home h1 {
    color: #1F355E;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.slide-article-home h2 {
    color: #909090;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.slide-article-home p {
    color: #272C37;
    margin: 0 !important;
    margin-bottom: 50px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.read-more-btn {
    color: #fff;
    border: 1px solid #32BEE4;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 50px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.slider-img {
    display: inline;
    float: left;
    padding: 0 30px;
    width: 100%;
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}

.title-area {
    display: inline;
    float: left;
    padding: 50px 150px;
    text-align: center;
    width: 100%;
}
.pay-area {
    padding: 40px 150px 30px;
}
.title-area .title {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
}

.title-area p {
    color: #777777;
    line-height: 25px;
    margin-top: 20px;
}
.title-area p > a {
    color: #32BEE4;
}

.feature-content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.single-feature {
    display: inline;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.single-feature:hover .feature-icon {
    color: #444;
}

.single-feature .feature-icon {
    font-size: 35px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.feat-title {
    font-weight: normal;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-feature:hover .feat-title {
    color: #444;
}

.single-feature p {
    color: #555;
    font-size: 15px;
}

/*--------------------*/
/* application */
/*--------------------*/

#application {
    background-image: url("../images/app.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
#application-two {
    background-image: url("../images/app.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

.application-overlay {
    color: #ffffff;
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.application-area {
    display: inline;
    float: left;
    width: 100%;
}

.application-area h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    font-family: unset;
}

.application-area p {
    text-align: center;
    width: 60%;
    padding-bottom: 30px;
    margin: 40px auto;
}

.application-box {
    border: 1px solid #fff;
    padding: 35px 30px;
    overflow: auto;
    margin-bottom: 50px;
}

.application-box h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.application-box p {
    text-align: center;
    line-height: 20px;
}

.application-box a {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}
.application-box a:hover {
    outline: none;
    text-decoration: none;
}
/*--------------------*/
/* SERVICE */
/*--------------------*/

#service {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}

.service-content {
    display: inline;
    float: left;
    margin-top: 0px;
    width: 100%;
}

.single-service {
    display: inline;
    float: left;
    margin-bottom: 30px;
    padding-left: 80px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.service-icon {
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 10px;
    width: 60px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service-fa {
    font-size: 26px;
    height: 59px;
    left: 0;
    line-height: 59px;
    position: absolute;
    top: 10px;
    width: 59px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #B6D8FC;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.service-title {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.single-service p {
    font-size: 13px;
    line-height: 25px;
}
.inner_slider-section {
    margin-top: -50px;
}
.slider-service {
    display: inline;
    float: left;
    padding: 15px 15px 15px 60px;
    position: relative;
    width: 100%;
    background-color: #1F355E;
}
.slider-service:hover {
    background-color: #32BEE4;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.service-active {
    background-color: #32BEE4;
}

.slider-icon {
    color: #ffffff;
    height: 60px;
    left: 15px;
    position: absolute;
    top: 30px;
    width: 35px;
}
.slider-first {
    width: 40px;
}


.slider-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 15px 5px;
    transition: all 0.5s ease 0s;
}

.slider-service p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 15px 5px;
}

/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


#latest-news {
    padding-bottom: 50px;
    background-color: #fff !important;
    display: inline;
    float: left;
    width: 100%;
}
.latest-news {
    padding-top: 100px;
}

.latest-news-content {
    margin-top: 50px;
    width: 100%;
}

.latest-news-content h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #3C4D6B;
}

.latest-news-content p {
    text-align: center;
}

.latest-news-box {
    overflow: auto;
    margin-bottom: 50px;
}
.latest-news-details {
    padding: 10px 30px;
}
.latest-news-details i {
    color: #154685;
    font-size: 50px;
    padding-top: 15px;
}
.latest-news-box img {
    max-width: 80%;
}

.latest-news-box h1 {
    font-size: 17px;
    font-weight: 600;
    color: #32BEE4;
    line-height: 26px;
    padding-bottom: 30px;
}
.latest-news-box h2 {
    font-size: 17px;
    font-weight: 600;
    color: #154685;
    line-height: 26px;
    margin-top: 10px;
}
.custom-col {
    margin-left: 37.666667%;
}
.latest-news-box p {
    font-size: 14px;
    line-height: 22px;
}

.latest-news-box .btn-read {
    margin: 20px auto;
    text-align: center;
    padding: 10px 25px;
    color: #154685;
    border: 1px solid #154685;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;

}
.latest-news-box .btn-read:hover {
    background-color: #154685;
    color: #ffffff;
}
.vision-news {
    padding: 0 !important;
}

/*--------------------*/
/* HELP */
/*--------------------*/


#help {
    background-color: #F8F8F8;
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
#help1 {
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.help-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.help-content h1 {
    text-align: center;
    color: #3C4D6B;
    font-weight: bold;
    font-size: 32px;
}

.help-content p {
    text-align: center;
    padding: 20px 0;
}

.help-box {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    padding: 15px 20px 0px 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.help-box .plus-center {
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 35px;
    width: 38px;
    margin: 0 auto;
}
.help-box a {
    text-align: center;
    position: relative;
    margin: 0px auto;
    display: block;
    background-color: #e3f0fe;

}
.help-box img {
    text-align: center;
    position: relative;
    margin: 0px auto;
    display: block;
    width: 32px;
}

.help-box h1 {
    font-size: 20px;
    text-align: center;
    color: #6382A9;
}

.help-box p {
    margin: 30px 0;
    text-align: center;
}
.box-padding {
    padding-bottom: 75px;
}

/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe {
    background-color: #32BEE4;
    display: inline;
    float: left;
    width: 100%;
}

.contact-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.contact-area h2 {
    font-size: 25px;
    letter-spacing: 0.5px;
    margin: 50px 0;
    text-align: left;
}

.contact-btn {
    border-radius: 50px;
    background-color: #154685;
    border: 1px solid #154685;
    color: #fff;
    margin: 50px 5px;
    font-size: 15px;
    height: 50px;
    top: 0;
    letter-spacing: 0.5px;
    outline: medium none;
    right: 0;
    text-transform: uppercase;
    width: 150px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer-main {
    background-image: url("../images/footer-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.footer-main-overlay {

    background: rgba(0,8,29,0.9) none repeat scroll 0 0;
    color: #ffffff;
    width: 100%;
    float: left;
}
.footer-details {
    padding: 80px 0 40px;
}
.title-widget {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_nav_menu ul li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    width: 100%;
}

.subscribe-input {
    width: 100% !important;
    margin: 15px 0 !important;
    padding-left: 30px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    height: 50px !important;
    font-style: italic !important;
    border: 0 !important;
    border-radius: 25px 0 0 25px !important;
    outline: none !important;
    box-shadow: none !important;

}

.subscribe-btn {
    position: absolute;
    right: 0;
    top: 0px;
    background: #32BEE4;
    border-radius: 0 25px 25px 0;
    padding: 13px 30px;
    height: 50px;
    border: 0;
    background-image: url(../images/newsletter-icon.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
}

#footer {
    background-color: #00081D;
    display: inline;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.footer-left {
    display: inline;
    float: left;
    width: 100%;
}

.footer-left p {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
}
ul.dash li:before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 10px;
    color: #32BEE4;
    font-size: 10px;
}

.footer-right {
    display: inline;
    float: left;
    text-align: left;
    width: 100%;
}

.footer-right a {
    font-size: 18px;
    padding: 0 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-right a i:hover {
    background-color: #32BEE4;
}
.footer-right a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    background: rgba(34, 42, 62, 0.9);
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/*********************** Social feeds *******************************/

#social-feeds {
    padding-bottom: 50px;
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.about-content {
    display: inline;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
}


/*********************** Resources **********************************/

.top_section {
    display: inline;
    float: left;
    width: 100%;
}


.main-resources {
    display: inline;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.slide-resources {
    display: inline;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-top: 100px;
}

.slide-resources h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
}

.slide-resources h2 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}

.panel-heading {
    border-radius: unset;
    padding: 10px 0px;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-group .panel {
    border-radius: unset;
}

.panel-title > a:hover, .panel-title > a:focus {
    color: #86878A;
    outline: none;
    text-decoration: none;
}

.panel-title > a:active {
    color: #242934;
}

.panel-title > a {
    font-size: 13px;
}

.panel-title > a > i {
    color: #ffffff;
    background-color: #32BEE4;
    padding: 10px;
    margin-right: 10px;
}

.resources-box {
    border: 1px solid #dee4ee;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    overflow: auto;
    margin-bottom: 20px;
}

.resources-box-details {
    padding: 10px 20px;
}

.resources-box h1 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #154685;
    line-height: 26px;
}

.resources-box .brand {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #154685;
    margin: 10px;
    display: inline-block;
}

.resources-box p {
    font-size: 13px;
}

.resources-box .btn-read {
    margin: 30px auto;
    text-align: center;
    padding: 7px 25px;
    color: #ffffff;
    background-color: #154685;
    border: 1px solid #154685;
    border-radius: 50px;
    font-weight: 600;
}

.resources-box i {
    float: right;
    color: #154685;
    padding: 15px;
}


/*********************** PIPELINE **********************************/

#pipeline {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.pipeline-content {
    margin-top: 50px;
    width: 100%;
}
.pipeline-content h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.pipeline-content p {
    margin: 30px auto;
    font-size: 16px;
    color: #757575;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.pipeline-box {
    border: 1px solid #dee4ee;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    overflow: auto;
    margin-bottom: 20px;
}
.pipeline-box img {
    width: 100%;
}
.pipeline-box-details {
    padding: 10px 15px;
}
.pipeline-box-details h1 {
    font-size: 17px;
    font-weight: 600;
    color: #154685;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pipeline-box-details p {
    font-size: 13px;
    line-height: 30px;
}

.pipeline-box-details .btn-read {
    margin: 30px auto;
    text-align: center;
    padding: 7px 25px;
    color: #154685;
    border: 1px solid #154685;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;
}

#choose {
    background-image: url(http://www.sremortgage.com/assets/images/pipline1.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.choose-overlay {
    color: #ffffff;
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.choose-area {
    display: inline;
    float: left;
    width: 100%;
}
.choose-area h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 80px;
}
.choose-box {
    border: 1px solid #fff;
    padding: 0px 30px 30px 30px;
    overflow: auto;
    margin-bottom: 50px;
}
.choose-box h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
}
.choose-box p {
    text-align: center;
}
.myCircle {
    width: 50px;
    position: absolute;
    height: 50px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    margin: -25px auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #32BEE4;
    padding: 2px;
    font-size: 30px;
    font-weight: 600;
}

#loan {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.loan-content h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.loan-content-details img {
    width: 100%;

}
.loan-content-details h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.loan-content-details p {
    text-align: center;
    font-size: 13px;
}
.loan-inner-details h1 {
    text-align: left;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.loan-inner-details p {
    display: inline;
    font-size: 15px;
    line-height: 35px;
    text-align: left;
}
.loan-inner-details ol li p {
    display: inline;
    font-size: 15px;
    line-height: 35px;
    text-align: left;
}

.number-circle-list {
    list-style: none;
    padding-left: 0rem;
    counter-reset: circle-counter;
}

.number-circle-list--list-item {
    counter-increment: circle-counter;
    margin-bottom: 1.5rem;
}
.number-circle-list--list-item:before {
    content: counter(circle-counter);
    background-color: #e1e1e1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: black;
    text-align: center;
    margin-right: 0.5rem;
    position: relative;
    top: -2px;
}
.number-circle-list--list-item:last-child {
    margin-bottom: 0;
}
.number-circle-list--list-item .number-circle-list--list-item {
    margin-left: 0.25rem;
}

.number-circle-list--tertiary-color .number-circle-list--list-item:before {
    background-color: #ffffff;
    color: #154685;
    border: 1px solid #154685;
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 15px;
    font-weight: 700;
}
.number-circle-list-color-second .number-circle-list--list-item:before {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 30px;
    height: 30px;
    padding: 4px;
    font-size: 15px;
    font-weight: 700;
}

#tracker {
    background-image: url(../images/app.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.tracker-bottom {
    margin-bottom: 50px;
}
.tracker-content h1 {
    text-align: center;
    margin: 25px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.tracker-content h2 {
    text-align: center;
    margin: 5px 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.tracker-content p {
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
}
.tracker-content img {
    width: 100%;
}
.tracker-inner-content h1 {
    text-align: left;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.tracker-inner-content .second-heading {
    padding-top: 50px;
}
.tracker-inner-content p {
    font-size: 13px;
}
.tracker-inner-content ol li p {
    display: inline;
    font-size: 13px;
}
.tracker-inner-content img {
    width: 100%;
}

#blink {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.blink-content h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.blink-content h2 {
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #154685;
}
.blink-content p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
}
.blink-content img {
    width: 100%;

}
.blink-content ol li p {
    font-size: 13px;
    display: inline;
}

#tracker_res {
    background-image: url(../images/app.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
#tools {
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.tools-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}
.tools-content h1 {
    text-align: center;
    color: #154685;
    font-weight: bold;
    font-size: 25px;
}
.tools-content h2 {
    text-align: center;
    color: #154685;
    font-weight: 600;
    font-size: 15px;
}
.tools-box {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    padding: 15px 20px 0px 20px;
    margin-bottom: 20px;
    overflow: auto;
}
.tools-box h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #154685;
}
.tools-box p {
    margin: 30px 0;
    text-align: center;
}
.tools-box .btn-read {
    margin: 30px auto;
    text-align: center;
    padding: 7px 25px;
    color: #154685;
    border: 1px solid #154685;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;
}
.tools-box .btn-read:hover {
    color: #ffffff;
    background-color: #154685;

}

#umobile {
    background-image: url(../images/pip_back.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}
.umobile-content h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.umobile-content p {
    font-size: 13px;
    text-align: center;
    line-height: 25px;
}
.umobile-content img {
    width: 100%;
}
.umobile-box {
    margin-top: 50px;
    padding-bottom: 20px;
    background-color: #ffffff;
    overflow: auto;
}
.umobile-box h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.umobile-box p {
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    color: #154685;
}
.umobile-box ol li p {
    display: inline;
}

#cd_tracker {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.cd_tracker h1 {
    text-align: center;
    margin: 15px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: #154685;
}
.cd_tracker h2 {
    text-align: center;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #154685;
}
.cd_tracker p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
}
.cd_tracker ol li p {
    display: inline;
    font-size: 13px;

}
.cd_tracker img {
    width: 100%;
}


/* *************************** Resource *************************** */

#our-network {
    background-color: #fbfbfb;
    display: inline;
    float: left;
    padding-top: 0px;
    padding-bottom: 70px;
    width: 100%;
}
.network-area {
    padding-top: 65px;
    display: inline;
    float: left;
    width: 100%;
}
.network-area h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #154685;
}
.form-padding {
    padding-top: 40px;
}
.form-control {
    border: none;
    border-radius: 3px;
    background-color: #F0EFEF;
    color: grey;
    outline: none;
    box-shadow: none;
    height: 40px;
}
.form-control-footer {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group .form-control-footer {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control-footer {
    display: table-cell;
}

.form-group {
    margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: none;
    border: none;
}
.btn-large {
    margin: 30px auto;
    width: 200px;
    line-height: 0.8;
    text-transform: uppercase;
}
.message {
    resize: none;
    height: 10em !important;
}
.show-mobile {
    display: none;
}

#acc-tools{
    background-color: #fff;
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}

/**** Sign up form ************/

.lower-form-div {
    opacity: 0.4;
}
.uper-div {
    color: white !important;
    position: absolute;
    padding-top: 200px;
    left: 0px !important;
}
.P-top-70 {
    padding-top: 70px;
}
.btn-large-Darkblue {
    width: 200px !important;
    border: 1px solid #3C4D6B !important;
    background-color: #3C4D6B;
}
.number-order li p {
    display: inline;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
}
.easy-qualifier {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 10px 0;
    width: 100%;
}
#loan-rates {
    padding-bottom: 50px;
    background-color: #fbfbfb;
    display: inline;
    float: left;
    padding-top: 0px;
    width: 100%;
}
.img-area-rates img {
    width: 100%;
}
.img-area-rates p {
    font-size: 14px;
    text-align: left;
}
.news-area {
    display: inline;
    float: left;
    padding: 50px 0px 10px;
    text-align: left;
    width: 100%;
}
.news-area .title {
    color: #3C4D6B;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
}
.news-border {
    border-bottom: 1px solid #eee;
}
.news-content p {
    line-height: 22px;
    padding-bottom: 10px;
}
.news-content .btn-read {
    margin: 30px auto;
    text-align: center;
    padding: 10px 25px;
    color: #154685;
    border: 1px solid #154685;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 600;
}
.news-content .btn-read:hover {
    background-color: #154685;
    color: #ffffff;
}
.news-content h1 {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    color: #3C4D6B;
}
.news-content h2 {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: #3C4D6B;
}

#loan-services {
    background-color: #fff;
    display: inline;
    float: left;
    padding-top: 0px;
    width: 100%;
}
#rates {
    background-color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.about-content-inner h1 {
    font-size: 14px;
    line-height: 25px;
}
.about-content-inner p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    text-align: left;
}
.about-content-inner p a {
    color: #838282;
}
.about-content .custom-list li {
    position: relative;
    padding-left: 20px;
}
.about-content .custom-list li:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(http://www.sremortgage.com/assets/images/dots.svg);
    left: 0;
    top: 3px;

}
.white-background {
    background-color: #ffffff;
}
.box-image {
height: 300px;
overflow: hidden;
}
#resources1 {
padding-bottom: 40px;
}
#resources2 {
padding-bottom: 40px;
}
#resources3 {
padding-bottom: 40px;
background-color: #F8F8F8;
}
.dots {
width: 10px;
margin-right: 20px;
}
.rpa-service {
margin-bottom: 0px !important;
}
.eligibility-title {
font-weight: 500;
font-size: 16px;
color: #838282;
}
#service1 {
background-color: #F8F8F8;
display: inline;
float: left;
width: 100%;
}
.rpa-content {
margin-bottom: 50px;
}
.box-eligibility img{
width: 60px;
margin: 0px auto;
display: block;
}
.box-eligibility p {
padding-top: 15px;
line-height: 22px;
}
.pay-loan {
    margin-bottom: 20px;
}
.pay-loan-2 {
    margin-bottom: 50px;
}
.pay-loan img {
    width: 60px;
    margin: 10px auto;
    display: block;
}
.pay-loan p {
    line-height: 22px;
}
.pay-loan-2 img {
    width: 60px;
    margin: 10px auto;
    display: block;
}
.pay-loan-2 p {
    line-height: 22px;
}
#slider_section {
margin-bottom: 50px;
}

.my-error-class {
background: #ffaaaa !important;
border-color: #ffaaaa !important;
color: #fff !important;
}
#wb-twitter {
height: 610px;
overflow-x: auto;
}
#privacy-policy {
background-color: #fbfbfb;
display: inline;
float: left;
width: 100%;
}
.privacy-policy {
padding: 50px 0;
}
.licensing-content h1 {
font-size: 17px;
}
.licensing-content h2 {
font-size: 17px;
font-weight: 400;
color: #000000;
}
.licensing-content h2 a {
text-decoration: underline;
}
.licensing-content p {
font-size: 13px;
}
.licensing-content p a {
text-decoration: underline;
}
.licensing-footer {
padding-top: 20px;
}
.licensing-footer h1 {
color:#9DB1BF;
font-size: 17px;
}
.licensing-footer p {
color:#9DB1BF;
font-size: 13px;
}
.licensing-footer a {
color: #008AFC;
text-decoration: underline;
display: block;
line-height: 15px;
padding-bottom: 20px;
}
.footer-text h1 {
margin-top: 0px;
color:#ffffff;
font-size: 17px;
}
.footer-text p {
color:#ffffff;
font-size: 13px;
}
#footer-next {
background-color: #030c27;
display: inline;
float: left;
padding: 25px 0;
width: 100%;
}



/******************** Priavy page ********************/

table {
    width: 100%;
}
table, th, td {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #eeeeee;
    border-collapse: collapse;
}
.second_section_table {
    margin-top: 10px;
    table-layout: fixed;
}
.second_section_table tr.background {
    background-color: #BCBEC0;
    color: #ffffff;
    height: 40px;
    text-align: left;
}
.second_section_table td {
    overflow: hidden;
    overflow-wrap: break-word;
}
.second_section_table td i {
    font-size: 10px;
}
.second_section_table td.background {
    background-color: #BCBEC0;
    color: #ffffff;
    font-size: 18px;
}
.second_section_table td.background1 {
    background-color: #58595B;
    color: #ffffff;
    font-size: 18px;
}
.second_section_table tr.first {
    height: 60px;
}
.footer-left .second-logo {
    width: 100px;
    margin-left: 15px;
}

/*======================///////////////
        START RESPONSIVE STYLE
=====================///////////////////////*/


@media (max-width: 1199px ) {

    .navbar-default .container {
        width: 100%;
    }
    .slide-article {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 90px;
    }

    .slide-article h1 {
        font-size: 40px;
    }

    .main-slider {
        height: auto;
    }
}


@media (max-width: 991px ) {

    .box-image {
        height: 350px;
    }

    .single-slide img {
        height: auto;
        min-height: auto;
    }

    .main-slider .slick-prev{
        left: 5px;
    }
    .main-slider .slick-next {
        right: 5px;
    }
    #menu-area #navbar {
        padding-right: 10px;
    }

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

    #search {
        margin: 0 auto;
        width: 90%;
    }

    .slide-article {
        padding-left: 50px;
        padding-right: 0;
        padding-top: 30px;
    }

    .slide-article h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .slide-article h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .slide-article p {
        color: #fff;
        font-size: 13px;
        margin-bottom: 30px;
    }

    .why-choose-us {
        margin-top: 20px;
    }

    .single-counter {
        margin-bottom: 30px;
    }

    .single-table-price {
        margin-bottom: 40px;
    }

    .single-team-member {
        margin-bottom: 50px;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .title-area {
        padding: 0 100px;
    }

    .single-portfolio {
        width: 33.33%;
    }

    .single-item-content::after {
        width: 87%;
    }
    .slide-content-next {
        top: 130px;
    }
    .slide-resources {
        padding-top: 20px;
    }
    .slide-resources h2 {
        line-height: 35px;
    }
    .custom-col {
        margin-left: 0;
    }

}


@media screen and (min-width: 767px) and (max-width: 820px) {

    .left-btn {
        display: none !important;
    }
    #login-btn {
        display: block !important;
    }


}



@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 10px;
    }
}

@media (max-width: 767px ) {

    .container > .navbar-header {
        padding: 7px 7px;
    }
    .left-btn {
        left: 0;
    }
    .over-flow {
        padding-top: 50px;
    }
    .pipeline-content {
        margin-top: 0px;
    }
    .pipeline-content h1 {
        line-height: 25px;
        font-size: 20px;
    }
    .pipeline-content p {
        font-size: 15px;
        margin: 20px auto;
    }
    .title-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .slide-content-next {
        top: 130px;
        padding-left: 50px;
    }
    .title-area .title {
        font-size: 25px;
    }
    .network-area h1 {
        font-size: 20px;
    }
    .slide-resources h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .slide-resources h2 {
        font-size: 20px;
    }
    .slide-resources {
        padding-top: 0px;
    }

    .navbar-brand {
        margin-top: 0;
        padding: 0 0 0 10px;
    }

    .main-nav li {
        padding: 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff;
    }

    #search {
        width: 100%;
    }

    #menu-area #navbar {
        padding-right: 15px;
    }

    .slider-img {
        display: none;
    }

    .slide-article {
        padding: 0;
        margin: 0;
    }
    .slide-article-home {
        margin: 0;
        padding: 20px 50px;
    }
    .latest-vision-details {
        padding: 0 !important;
    }

    .title-area {
        padding: 0 30px;
    }

    .single-feature {
        text-align: center;
        padding: 0 15px;
    }

    .single-page-header-left {
        text-align: center;
    }

    .single-page-header-right .breadcrumb {
        text-align: center;
        margin-top: 20px;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: left;
        margin-bottom: 20px;
    }

    .portfolio-menu {
        padding: 0;
    }

    .portfolio-menu ul li {
        margin: 0 3px 10px;
        padding: 6px 10px;
    }
    #search-icon {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .navbar-default .navbar-collapse {
        z-index: 2147483647;
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 100%;
    }
    .show-desktop {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .text-right {
        text-align: center;
    }
    .text-left {
        text-align: center;
    }
    .contact-area h2 {
        text-align: center;
    }
    .img-area-rates p {
        padding-top: 10px;
        text-align: center;
    }
    #service {
        padding: 20px 0;
    }
    .application-area h1 {
        font-size: 20px;
    }
    .application-area p {
        width: 80%;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .help-content {
        margin-top: 20px;
    }
    .help-content h1 {
        font-size: 20px;
    }
    .latest-news-content h1 {
        font-size: 20px;
    }
    .service-title {
        font-size: 16px;
    }
    .estimator-blue-content h1 {
        font-size: 20px;
    }
    .btn-large {
        margin: 5px auto;
    }
    .form-margin-top {
        margin-top: 40px;
    }
    #start-a-loan {
        padding-bottom: 50px;
    }
    #acc-tools {
        padding: 20px 0;
    }
    .loan-content h1 {
        margin: 0px 0;
        font-size: 20px;
    }
    .loan-inner-details h1 {
        font-size: 16px;
    }
    .tracker-content h1 {
        font-size: 20px;
    }
    .tracker-content h2 {
        font-size: 16px;
    }
    .tracker-inner-content h1 {
        font-size: 16px;
    }
    .blink-content h1 {
        font-size: 20px;
    }
    .blink-content h1 {
        font-size: 20px;
    }
    .tools-content {
        margin-top: 20px;
    }
    .tools-content h1 {
        font-size: 20px;
    }
    .umobile-content h1 {
        font-size: 20px;
    }
    .umobile-box h1 {
        font-size: 20px;
    }
    .cd_tracker h1 {
        font-size: 20px;
    }
    .umobile-box p {
        padding-top: 0px;
    }
    .latest-news-content {
        margin-top: 20px;
    }
    .network-area {
        padding-top: 20px;
    }
    .iconbox h1 {
        font-size: 16px;
    }
    .choose-area h1 {
        font-size: 20px;
    }
    .estimator-blue-content h1 {
        font-size: 20px;
    }
    .about-content-inner {
        text-align: center;
        margin-top: 20px;
    }
    .about-content-inner h1 {
        margin-top: 10px;
        line-height: 25px;
        font-weight: 400;
        text-align: left;
    }
    .application-box p {
        line-height: 22px;
    }
    #loan-products p {
        line-height: 22px;
    }
    .rpa-content {
        margin-bottom: 20px;
    }
    .latest-news-box img {
        max-width: 100%;
    }
}

@media (max-width: 480px ) {

    .box-image {
        height: 300px;
    }
    .slide-content-next {
        top: 100px;
        padding: 0;
    }

    .single-slide img {
        min-height: auto;
    }

    .slide-article h1 {
        font-size: 15px;
        line-height: 20px;
    }

    .slide-article h2 {
        font-size: 15px;
        line-height: 22px;
    }

    .slide-article p {
        font-size: 10px;
        margin: 0;
    }

    .read-more-btn {
        font-size: 10px;
        padding: 10px 40px;
    }

    .main-slider .slick-prev, .main-slider .slick-next {
        height: 40px;
        top: 46%;
        width: 40px;
    }

    .title-area .title {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .title-area {
        padding: 0;
    }

    .title-area p {
        line-height: 22px;
        font-size: 15px;
    }

    .single-feature p {
        font-size: 14px;
    }

    .why-choose-group .panel-body p {
        font-size: 14px;
    }

    .subscrib-form {
        width: 100%;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: left;
        margin-bottom: 20px;
    }

    #login-form .modal-dialog {
        width: 350px;
    }

    .overlay {
        padding: 50px 0;
    }

    .single-portfolio {
        width: 50%;
    }

    .single-item-content::after {
        width: 85%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }
    .news-area .title {
        font-size: 20px;
        line-height: 25px;
    }

}


@media (max-width: 360px ) {
    .login {
        padding: 10px;
    }

    .single-slide {
        height: 200px;
    }

    .single-slide img {
        height: 100%;
    }

    #menu-area .navbar-toggle {
        padding: 8px 6px;
    }

    .phone {
        font-size: 12px;
    }

    .slide-article {
        padding-top: 15px;
        padding-left: 40px;
    }

    .slide-article p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .slide-article h1 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .read-more-btn {
        font-size: 10px;
        padding: 10px 40px;
    }

    .subscribe-area h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .subscrib-form input {
        font-size: 15px;
        height: 40px;
    }

    .subscribe-btn {
        font-size: 15px;
        height: 50px;
        width: 95px;
    }

    #login-form .modal-dialog {
        width: 320px;
    }

    #search input {
        font-size: 14px;
    }

    .overlay {
        padding: 20px 0;
    }

    .single-portfolio {
        width: 100%;
    }

    .single-item-content::after {
        left: 15px;
        width: 92%;
    }

    .portfolio-menu ul li {
        padding: 4px 5px;
        font-size: 12px;
    }

    .comments-form textarea {
        width: 100%;
    }

    .phone {
        font-size: 12px;
        width: 135%;
    }
    .navbar-brand {
        width: 75%;
    }

}


@media (max-width: 320px ) {

    .footer-box {
        font-size: 14px;
    }

    .subscribe-area h2 {
        font-size: 22px;
    }

    .footer-left p {
        font-size: 12px;
    }

    .footer-right a {
        font-size: 16px;
    }

    .single-item-content::after {
        width: 91%;
    }
}
.white-bg{
    background:#fff;
}