body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
}
h1, h2, h3, h4,h5,h6, p, ul, ol{ 
    margin: 0;
    padding: 0;
}
header, footer, main{ 
    display: block;
}
:focus{ 
    outline: 0;
}
button{ 
    outline: 0;
    border: none;
}
ul, ol{
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
} 
.btn-style {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #225e9f;
    padding: 14px 42px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
}
.btn-style:hover{
    background: #f7a31e;
    text-decoration: none;
    color: #fff;
}
p { 
    margin-bottom: 15px;
    line-height: 30px;
}
.main-heading {
    margin-bottom: 45px;
}
.main-heading h4{
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding-top: 25px;
    color: #979797;
}
/* .main-heading h4:before{
    content: '';
    background: #225e9f;
    width: 92px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
} */
/* .main-heading.text-center h4:before{
    left: 50%;
    transform: translateX(-50%); 
} */
.main-heading h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    color: #000;
}
.main-heading.text-white h2, .main-heading.text-white h4{
    color: #fff;
}
.main-heading.text-white h4:before{
    background: #f7a31e;
}
.padd-row{
    padding: 75px 0;
}


/*--- Header ---*/

.header {
    width: 100%; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: relative;
    z-index: 99;
    background: #1c4f85;
} 
.header-rght {
    margin-left: auto;
}
.logo a {
    display: block;
    margin-bottom: -100px;
    width: 100%;
    max-width: 140px;
}
.header-rght li {
    display: inline-block;
    vertical-align: middle;
}
.header-rght a, .header-rght li {
    color: #d1d1d1;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
.main-navigation .navbar-brand {
    display: none;
}
.main-navigation nav.navbar {
    padding: 0;
} 
.main-navigation li{
    position: relative;
}
.main-navigation li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 12px 18px;
    display: inline-block;
    text-decoration: none;
    position: relative;
} 
.header-rght a:hover {
    color: #fff;
}
.main-navigation li ul {
    background: #fff;
    border-radius: 5px;
    min-width: 270px;
    padding: 10px 0;
    display: none;
    z-index: 1;
    box-shadow: 1px 7px 12px #424242;
}
.main-navigation li ul li a {
    color: #000;
    padding: 8px 20px;
} 
.main-navigation li .fa.fa-caret-down {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
}
.main-navigation li a:hover , .main-navigation li a.active{
    color: #f7a31e;
} 
.header-social li a {
    width: 30px;
    height: 65px;
    line-height: 65px;
    display: block;
    text-align: center;
    /* border-left: 1px solid rgba(255, 255, 255, 0.14); */
    font-size: 18px;
}
/* .header-social li:last-child a{
    border-right: 1px solid rgba(255, 255, 255, 0.14); 
} */
.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 15px;
}
.header-social {
    margin-left: 100px;
}
.header-call-sec li {
    margin-right: 22px;
}
.header-call-sec li i{
    margin-right: 5px;
}
.header-call-sec {
    margin-top: auto;
    margin-bottom: auto;
}
.login-btn span {
    background: #f79e1c;
    background: -moz-linear-gradient(left, #f79e1c 1%, #f7db33 100%);
    background: -webkit-linear-gradient(left, #f79e1c 1%,#f7db33 100%);
    background: linear-gradient(to right, #f79e1c 1%,#f7db33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e1c', endColorstr='#f7db33',GradientType=1 );
    color: #fff;
    border-radius: 26px;
    padding: 12px 32px; 
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.login-btn span:hover {
    background: #f79e1b;
}
.login-btn {
    margin-left: auto;
    padding-left: 25px;
}


/*--- Home Slider ---*/

.home-slide-img img {
    width: 100%;
}
.carousel-control-prev-new, .carousel-control-next-new {
    width: 40px;
    height: 40px;
    background: #000;
    display: block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
}
.carousel-control-prev-new{
    left: 15%;
}
.carousel-control-next-new{
    right: 15%;
}
section.home-slider-main .carousel-control-prev-new {
    left: 35px;
}
section.home-slider-main .carousel-control-next-new {
    right: 35px;
}
section.home-slider-main .carousel-control-prev-new, section.home-slider-main .carousel-control-next-new {
    background: rgba(0, 0, 0, 0.75);
}
section.home-slider-main .carousel-control-prev-new:hover, section.home-slider-main .carousel-control-next-new:hover {
    background: rgba(0, 0, 0, 1);
}
.carousel-indicators li {
    width: 16px;
    height: 2px;
    border-radius: 0;
    margin-right: 0;
}
.carousel-indicators
{
    bottom: 20px;
}

/*--- news-evest ---*/


section.news-events {
    position: relative;
}
.news-events-bg {
    background: url(../images/117.jpg)no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.news-evest-box {
    background: #225e9f;
    padding: 55px 20px 55px;
    position: relative;
    box-shadow: -2px 9px 20px rgba(0, 0, 0, 0.45);
    min-height: auto;
}
.news-evest-box .main-heading, .welcome-section-slide .main-heading {
    margin-bottom: 20px;
}
.news-evest-box-para p {
    color: #fff;
}
/* .news-evest-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 337px;
    height: 403px;
    background: url(../images/logo-bg.png)no-repeat;
    background-size: 300px;
}  */

/*--- Services ---*/


.our-services-box h4 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-top: 30px;
}
.our-services-box {
    height: 100%;
    /* border: 2px solid #d5d5d5; */
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    transition: all .6s;
    text-decoration: none;
}
.our-services-box:hover{
    transform: scale(1.05);
    text-decoration: none;
}



/*--- Blogs ---*/


.our-blogs-heading {
    padding: 55px 0 210px;
    background: url(../images/15192.jpg) no-repeat;
    background-size: cover;
}
.our-blogs-boxes {
    margin-top: -207px;
}
.our-blog-box-cnt h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}
.our-blog-box-cnt p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
}
.our-blog-btn a {
    display: inline-block;
    background: #225e9f;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}
.our-blog-box-cnt {
    background: #fff;
    padding: 20px 15px 35px;
    box-shadow: -2px 9px 20px rgba(0, 0, 0, 0.11);
    position: relative;
    border-radius: 0 0 7px 7px;
}
.our-blog-btn {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
}
.our-blogs-main {
    padding-bottom: 90px;
}
.our-blog-box-img img {
    width: 100%;
    border-radius: 7px 7px 0 0;
}

.adsress-row {
    margin: 20px 0 0 0;
    color: #ccc;
    font-size: 12px;
    max-width: 250px;
}

.adsress-row i {
    margin-right: 12px;
    font-size: 15px;
    height: 20px;
}

/*--- footer ---*/


footer.footer a, footer.footer p, footer.footer li {
    font-size: 14px;
    color: #cccccc;
}
.ftr-top {
    background: #111117;
    padding: 75px 0 65px;
}
.ftr-btm {
    background: #000;
    color: #fff;
    padding: 28px 0;
}
.ftr-btm p.ftr-cpyright {
    margin: 0; 
}
.ftr-btm-links {
    text-align: right;
}
.ftr-btm-links li{
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}
.ftr-btm-links li a{ 
    text-decoration: none;
}
.ftr-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.ftr-top h4:before {
    content: '';
    background: rgba(255, 255, 255, 0.16);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ftr-top .ftr-abt-cnt a {
    display: block;
    color: #f7a31e;
    text-decoration: underline;
    font-size: 15px;
}
.ftr-nav li {
    margin-bottom: 13px;
}
.ftr-social h4 {
    padding-bottom: 0;
}
.ftr-social h4:before {
    display: none;
}
.ftr-social li {
    display: inline-block;
    padding-right: 35px;
}
.ftr-social li a {
    color: #fff;
    font-size: 20px;
}
.ftr-news-frm form .form-control {
    border-radius: 0;
    background: #29292f;
    border: 0;
    padding: 12px 55px 12px 15px;
    height: 50px;
    font-size: 15px;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
}
.ftr-news-frm .ftr-news-frm-group {
    position: relative;
}
.ftr-news-frm .ftr-news-frm-group i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f7a31e;
    color: #fff;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.ftr-social {
    margin-top: 38px;
}
.ftr-nav li a:hover {
    color: #fff;
    text-decoration: none;
}
.ftr-news-frm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.ftr-news-frm ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.ftr-news-frm :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.ftr-news-frm :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*----------  login  ---------- */

.login-sect-cnt {
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    background: #fff;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    z-index: 999;
}
.login-sect-body ul.login-sect-nav li {
    margin-bottom: 12px;
}
.login-sect-body ul.login-sect-nav li a {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    display: block;
    background: #225e9f;
    padding: 11px 25px;
    /* border-radius: 25px; */
    text-decoration: none;
    text-align: center;
}
ul.login-sect-nav {
    padding: 50px 20px 100px;
}
.login-sect-header h4 {
    font-weight: 500;
    color: #000;
    padding: 25px 20px;
    border-bottom: 3px solid #eee;
}
.login-sect-header h4 span {
    float: right;
    font-size: 38px;
    color: #000;
    margin-top: -9px;
    cursor: pointer;
}
.login-cnt-info {
    padding: 15px;
}
.login-cnt-info h3 {
    font-weight: normal;
    font-size: 23px;
    margin-bottom: 17px;
}
.login-cnt-info li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    margin-bottom: 8px;
    color: #686868;
}
.login-cnt-info li i {
    position: absolute;
    left: 0;
    color: #686868;
    top: 3px;
}
.login-cnt-info li a {
    color: #686868;
    font-size: 15px;
    text-decoration: none;
}
.login-social li {
    float: left;
    width: 20%;   
}
.login-social li a{
    color: #d1d1d1;
    text-align: center;
    border-left: 1px solid #maxspurtas.com2e2;
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #maxspurtas.com2e2;
    display: block;
}
.login-social li:first-child a{
    border-left: 0;
}
.login-social li a:hover{
    color: #000;
}
.overlay-main {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.contact-us-form .form-control {
    color: #6f6f6f;
    font-size: 18px;
    height: auto;
    padding: 15px 0px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #aaaaaa;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact-us-form form [ class*='col'] {
    margin-bottom: 20px;
}
.contact-us-form textarea.form-control {
    height: 130px;
}
.inner-cnt h2 {
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: normal;
    line-height: normal;
}
.contact-us-main .contact-us-form form {
    margin-top: 35px;
}
.contact-page-info h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
}
.contact-page-info a {
    color: #000;
    text-decoration: none;
}
.contact-page-info ul li strong {
    display: block;
}
ul.cnt-info {
    margin-top: 25px;
}
.contact-page-info ul.cnt-info li {
    margin-bottom: 25px;
}
.contact-page-social-icons li {
    display: inline-block;
    margin-right: 13px;
}
.contact-page-social-icons li a i {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.contact-page-social-icons li a i.fa-linkedin {
    background: #0077b5;
}
.contact-page-social-icons li a i.fa-facebook {
    background: #3b579d;
}
.contact-page-social-icons li a i.fa-instagram {
    background: #ec498a;
}
.contact-page-social-icons li a i.fa-youtube-play {
    background: #e12c30;
}
.contact-page-social-icons li a i.fa-twitter {
    background: #2caae1;
}
.contact-page-info {
    padding-left: 90px;
}
.contact-page-info p a {
    color: #225e9f;
}
.contact-us-form .form-control:focus {
    border-color: #f7a31e;
}
.contact-page-info a:hover{
    color:  #f7a31e;
}

section.inner-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 175px 0 160px;
    text-align: center;
    position: relative;
}

.inner-banner-cnt h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner-banner-cnt h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
}
.our-blogs-page-boxes [ class*='col-'] {
    margin-bottom: 70px;
}
.pagination-main li {
    display: inline-block;
}
.pagination-main li a {
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid #eee;
    line-height: 48px;
    text-align: center;
    color: #225e9f;
    text-decoration: none;
    font-weight: normal;
}
.pagination-main {
    text-align: center;
    margin-top: 20px;
}
section.similar-blog h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: center;
}
section.similar-blog {
    border-top: 1px solid #e0e0e0;
    padding: 45px 0 20px;
}

.blog-sharing-reviews-box-heading img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.blog-sharing-reviews-box-heading-cnt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
}
.blog-sharing-reviews-box-heading-cnt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.blog-sharing-reviews-box-heading-cnt h5 {
    font-size: 14px;
    font-weight: normal;
}
.blog-sharing-reviews-box-para {
    max-width: 660px;
    margin-top: 15px;
}
.blog-sharing-reviews-box-para p:last-child {
    margin: 0;
}
.blog-sharing-reviews-box {
    padding: 35px 0;
    border-bottom: 2px solid #efefef;
}
.blog-sharing-form.contact-us-form {
    padding-top: 65px;
}
.blog-sharing-form.contact-us-form .form-control {
    border-color: #dadada;
}
.blog-share-social {
    margin-left: auto;
}
.blog-share-social li {
    display: inline-block;
    padding-left: 14px;
}
.blog-share-social li a{
    color: #fff;
}
.blog-sharing-sect-heading {
    padding: 15px 0;
    background: #f7a21d;
    margin: 30px 0 15px;
}
.blog-sharing-sect-heading h4 {
    color: #fff;
    font-size: 21px;
    margin: 0;
    font-weight: normal;
}
.blog-single-cnt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.blog-single-img {
    margin: 32px 0;
}
.blog-single-img img{
    width: 100%;
    border-radius: 7px;
}
.blog-single-heading h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.blog-single-heading h5 {
    font-size: 18px;
    font-weight: normal;
}
.back-btn a {
    color: #868484;
    font-weight: 600;
    font-size: 18px;
}
.back-btn {
    margin-bottom: 20px;
}
.login-form {
    max-width: 560px;
    margin: auto;
}
.login-form h2 {
    margin-bottom: 60px;
}
.login-form .btn-style{
    display: block;
    width: 100%;
}
.forget-pas-sect p a {
    color: #f7a31e;
    text-decoration: underline;
}
.forget-pas-sect p {
    margin-bottom: 7px;
}
section.login-page {
    padding: 90px 0 150px;
}

.login-form.forgot-pass-form h2 {
    margin-bottom: 12px;
}
.login-form.forgot-pass-form form {
    margin-top: 45px;
}
.login-form.register-form {
    max-width: 970px;
}
p.text-small {
    margin: 2px 0 0 !important;
    color: #6f6f6f;
    text-align: left;
}
.login-form.register-form .btn-style {
    max-width: 200px;
    margin: auto;
}
section.register-form-page {
    padding-top: 90px;
}
.services-inner-page h2 {
    color: #225e9f;
    font-weight: 600;
    margin-bottom: 35px;
}
.services-inner-page h3 {
    font-size: 30px;
    color: #f7a21d;
    margin-bottom: 15px;
}
.services-inner-list-main ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 13px;
    line-height: 23px;
}
.real-estate-cnt-list li h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.real-estate-cnt-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
}
.real-estate-cnt-list li:before {
    content: '\f18e';
    font-family: fontAwesome;
    color: #f7a31e;
    position: absolute;
    left: 0;
    font-size: 22px;
}
.real-estate-cnt-list li p {
    line-height: 28px;
}
.abt-list-box {
    padding: 25px 25px;
    background: #fff;
    box-shadow: 0 0 12px #eee;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.abt-list-box h3 {
    font-size: 24px;
}
.abt-list-box p:last-child{
    margin-bottom: 0;
}
.abt-list-box:last-child{
    margin-bottom: 0;
}
.real-estate-cnt-list li p a {
    color: #1c4f85;
    font-weight: 600;
    word-break: break-word;
    text-decoration: none;
    line-height: 15px;
    display: inline-block;
}
.partner-data p {
    margin-bottom: 15px;
    font-size: 16px;
}
section.parter-with-us-page .partner-data li {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 8px;
    font-size: 16px;
}
section.parter-with-us-page .login-form h2 {
    margin-bottom: 40px;
}
section.parter-with-us-page .partner-data {
    text-align: left;
    margin-bottom: 39px;
}
section.parter-with-us-page .partner-data h3 {
    font-size: 22px;
    margin-top: 35px;
    color: #f7a31e;
    margin-bottom: 10px;
}
p.red-text {
    color: #f7a31e; 
    margin: 30px 0;
    font-style: italic;
}
section.resale-ceart-page a {
    color: #1c4f85;
    font-weight: 500;
    text-decoration: none;
}
section.resale-ceart-page .login-form.forgot-pass-form {
    /* background: #f2f2f2; */
    max-width: 100%;
    /* padding: 44px 50px; */
    /* border-radius: 11px; */
    margin-top: 35px;
    /* border: 1px solid #e6e6e6; */
}
section.resale-ceart-page .login-form.forgot-pass-form form {
    max-width: 600px;
    margin: 30px auto 0;
}
.resale-cert-img {
    float: right;
    width: 36%;
    margin-left: 40px;
    margin-bottom: 25px;
}
.resale-cert-img img {
    box-shadow: 8px 8px #1c4f85;
}
.online-enroll-btn a {
    background: #f79e1c;
    background: -moz-linear-gradient(left, #f79e1c 1%, #f7db33 100%);
    background: -webkit-linear-gradient(left, #f79e1c 1%,#f7db33 100%);
    background: linear-gradient(to right, #f79e1c 1%,#f7db33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e1c', endColorstr='#f7db33',GradientType=1 );
    color: #fff;
    border-radius: 26px;
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.online-payments-box {
    padding: 25px 0px;
    background: #fff;
    box-shadow: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #c3c3c3 !important;
    border: 0;
}
/* .online-payments-box:nth-child( even ) {
    background: #f2f2f2;
    box-shadow: 0 0 12px #e4e4e4;
    border: 1px solid #maxspurtas.com2e2;
} */
.online-payments-box h3 {
    font-size: 24px;
    color: #f7a21d;
    margin-bottom: 15px;
}
ul.online-payment-list li {
    list-style: disc;
    margin-left: 18px;
    margin-bottom: 15px;
}
.online-payments-box a {
    color: #000000;
    text-decoration: none;
}
.online-payments-box p strong, .online-payments-box p b {
    font-weight: 500;
}
.online-payments-boxes-main {
    margin-top: 35px;
}
.resale-ceart-main h3 {
    font-size: 20px;
    color: #f7a31e;
    margin-bottom: 15px;
    margin-top: 25px;
}
.sample-imges img {
    display: inline-block;
    width: 48%;
    border: 1px solid #eee;
    vertical-align: top;
    box-shadow: 0 0 15px #eee;
    background: #fff; 
}
.sample-imges img:nth-child(even){
    margin-left: 3%;
}
section.start-online-paymet-page .login-form.forgot-pass-form {
    margin-bottom: 45px;
}
.sample-imges {
    margin: 30px 0 40px;
}

/* .header-call-sec li:first-child {
    display: block;
} */

.register-modal .modal-body {
    text-align: center;
    padding: 60px 30px;
}
.register-modal .modal-body h3 {
    font-size: 34px;
    margin-bottom: 28px;
}
.register-modal button.close {
    background: #ff3939;
    width: 45px;
    height: 45px;
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 32px;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -15px;
    display: block;
    z-index: 999;
}
.modal-backdrop.show {
    opacity: .7;

}

.login-sect-cnt-main .login-social li:nth-child( 1 ) a {
    background: #007bb5;
}
.login-sect-cnt-main .login-social li:nth-child( 2 ) a {
    background: #3B5998;
}
.login-sect-cnt-main .login-social li:nth-child( 3 ) a {
    background: #125688;
}
.login-sect-cnt-main .login-social li:nth-child( 4 ) a {
    background: #bb0000;
}
.login-sect-cnt-main .login-social li:nth-child( 5 ) a {
    background: #bb0000;
}
.login-sect-cnt-main .login-social li:nth-child( 5 ) a {
    background: #55ACEE;
}
.login-sect-cnt-main .login-social li a {
    color: #fff;
}


.login-cnt-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: #686868;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    border-radius: 50%;
}

.news-events .container {
    padding: 0;
    max-width: 100%;
}

.navbar-collapse {
    padding: 12px 0;
}

.ftr-col ul li {
    margin-bottom: 10px;
}

section.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    top: 0;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
}

.news-events-main .row, .news-events-main .col-lg-6 {
    margin: 0;
    padding: 0;
}

/*----------  Reponsive Media  ---------- */

@media screen and ( min-width: 1400px ){
    
.login-sidebar-ftr {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.login-sect-cnt-main {
    position: relative;
    height: 100%;
    padding-bottom: 280px;
}
    
}

@media screen and ( min-width: 1200px ){

.container-fluid {
    max-width: 1400px;
}
    
} 

@media screen and ( min-width: 992px ){
    
/* .main-navigation li a.active:before {
    content: '';
    background: #f7a21d;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -28px;
    left: 0;
} */
.main-navigation li ul li a.active:before{
    display: none;
}
.header-call-sec { 
    margin-right: auto;
}
    
}


@media ( min-width: 1600px ) and ( max-width: 1899px ){
    
.wlcme-slider-arrows  .carousel-control-prev-new {
    left: 8%;
}
.wlcme-slider-arrows  .carousel-control-next-new {
    right: 8%;
}
    
}

@media ( min-width: 1400px ) and ( max-width: 1599px ){
    
.wlcme-slider-arrows  .carousel-control-prev-new {
    left: 25px;
}
.wlcme-slider-arrows  .carousel-control-next-new {
    right: 25px;
}
    
}

@media ( min-width: 1280px ) and ( max-width: 1399px ){
    
.wlcme-slider-arrows  .carousel-control-prev-new {
    left: 10px;
}
.wlcme-slider-arrows  .carousel-control-next-new {
    right: 10px;
}
.header-social li a {
    width: 30px;
    font-size: 16px;
}
.header-social {
    margin-left: 30px;
}
.main-navigation li a {
    font-size: 15px;
    padding: 12px 16px;
}
    
}

@media ( min-width: 1200px ) and ( max-width: 1279px ){
    
.header-social li a {
    width: 40px; 
    font-size: 15px;
}
.header-social {
    margin-left: 7px;
}
.main-navigation li a {
    font-size: 14px;
    padding: 12px 12px;
}
.header-rght a, .header-rght li { 
    font-size: 15px;
}
.main-navigation li a.active:before {
    bottom: -29px;    
}
    
    
}

@media screen and ( max-width: 1279px ){
    
.wlcme-slider-arrows  .carousel-control-prev-new {
    left: 10px;
}
.wlcme-slider-arrows  .carousel-control-next-new {
    right: 10px;
}
.welcome-section-slide {
    padding: 0 50px;
}
    
}
 
@media screen and ( min-width: 992px ){
.main-navigation li ul{
   position: absolute;
    left: 0;
    top: auto; 
}
.main-navigation li:hover ul {
    display: block;
}
} 

@media screen and ( max-width: 1199px ){
    
.contact-page-info {
    padding-left: 0;
}
    
}

@media ( min-width: 992px ) and ( max-width: 1199px ){
    
body{
    font-size: 17px;
}
p { 
    line-height: 27px;
}
.header-social li a {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.header-social {
    margin-left: 7px;
}
.main-navigation li a {
    font-size: 13px;
    padding: 10px 8px;
}
.header-rght a, .header-rght li {
    font-size: 13px;
}
.header-call-sec li {
    margin-right: 12px;
}
.login-btn span {
    font-size: 14px;
}
.login-btn { 
    padding-left: 5px;
}
.logo a { 
    margin-bottom: -50px;
    width: 120px;
}
.header-top { 
    margin-bottom: 12px;
}
.main-navigation {
    padding-bottom: 15px;
}
.main-navigation li a.active:before {
    bottom: -17px;    
}
    
}

@media screen and ( max-width: 991px ){
    
body{
    font-size: 15px;
}
p {
    margin-bottom: 10px;
    line-height: 26px;
}
.header-call-sec li span {
    display: none;
}
.login-btn.login-btn-mob {
    display: block !important;
}
.login-btn.login-btn-desk{
    display: none;
}
.header-call-sec li:first-child {
    display: none;
}
.header-social {
    margin-left: 0;
}
.header-social li a, .header-call-sec li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 16px;
    margin: 0;
}
.header-call-sec li {
    margin-right: 0;
}
.main-navigation nav.navbar {
    position: static;
}
.navbar-toggler {
    background: #fff;
    padding: 0;
    height: 47px;
    border-radius: 12px;
    width: 65px;
    box-shadow: none !important;
    outline: 0 !important;
}
.navbar-toggler span {
    display: block;
    width: 27px;
    height: 3px;
    background: #f7a31e;
    margin: auto;
    margin-bottom: 5px;    
}
.navbar-toggler span:last-child { 
    margin-bottom: 0;
}
.logo a {  
    width: 140px;
}
.header-top { 
    margin-bottom: 15px;
}
.main-navigation {
    padding-bottom: 15px;
}
div#collapsibleNavbar {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 127px;
    padding: 35px 0 22px;
    background: #f79e1c;
    background: -moz-linear-gradient(left, #f79e1c 1%, #f7db33 100%);
    background: -webkit-linear-gradient(left, #f79e1c 1%,#f7db33 100%);
    background: linear-gradient(to right, #f79e1c 1%,#f7db33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e1c', endColorstr='#f7db33',GradientType=1 );
}
.main-navigation li a {
    font-size: 16px;
    color: #1c4f85; 
    font-weight: 500; 
}
.main-heading h4 {
    margin-bottom: 8px;
    font-size: 14px; 
    padding-top: 15px;
}
.main-heading h2 {
    font-size: 22px;
}
/* .news-events-bg { 
    height: 360px;
} */
.our-services-box-img {
    width: 90px;
    margin: auto;
}
.our-services-box h4 {
    font-size: 17px;
}
.our-blog-box-cnt h4 {
    font-size: 16px; 
    margin-bottom: 10px;
}
.our-blog-box-cnt p {
    font-size: 14px; 
    line-height: 21px;
}
.our-blog-box-cnt { 
    padding: 15px 10px 35px;
}
.our-blogs-main {
    padding-bottom: 75px;
}
.ftr-social li { 
    padding-right: 17px;
}
.ftr-top h4 {
    font-size: 17px; 
    padding-bottom: 14px;
    margin-bottom: 25px;
}
.ftr-news-frm form .form-control{
    font-size: 13px;
}
.ftr-social h4 {
    padding-bottom: 0;
}
.ftr-btm-links {
    text-align: center;
    margin-top: 15px;
}
.ftr-btm p.ftr-cpyright {
    text-align: center;
}
.main-navigation li .fa.fa-caret-down {
    right: 15px;
    color: #1c4f85;
    font-size: 20px;
}
.main-navigation li ul li {
    display: block;
}
.contact-us-form .form-control { 
    font-size: 15px; 
    padding: 12px 15px;
}
.contact-us-form form [ class*='col'] {
    margin-bottom: 15px;
}
.inner-cnt h2 {
    font-size: 24px;
}
.contact-us-main .contact-us-form form {
    margin-top: 25px;
}
.contact-page-info h4 { 
    font-size: 18px;
}
.contact-page-social-icons li { 
    margin-right: 2px;
}
section.map iframe {
    height: 300px;
}
.blog-single-heading h2 {
    font-size: 24px;
}
.blog-single-heading h5 {
    font-size: 14px;
}
.blog-single-cnt h3 {
    font-size: 22px; 
    margin-bottom: 8px;
}
.blog-sharing-sect-heading h4 { 
    font-size: 18px;
}
section.login-page {
    padding: 65px 0 45px;
}
.login-form h2 {
    margin-bottom: 40px;
}
.services-inner-page h3 {
    font-size: 19px; 
    margin-bottom: 13px;
}
.services-inner-page h2 { 
    margin-bottom: 30px;
}
.sample-imges img {
    display: block !important;
    width: 100%;
    margin: 0 0 15px !important;
}
.main-navigation li ul {
    box-shadow: none !important;
    border-radius: 0;
}  
.main-navigation li a:hover, .main-navigation li a.active {
    color: #fff;
}
.main-navigation li ul li a:hover, .main-navigation li ul li a.active {
    color: #f7a31e;
}

    
}

@media screen and ( max-width: 767px ){
    
.carousel-control-prev-new, .carousel-control-next-new {
    width: 40px;
    height: 40px; 
    line-height: 40px;
} 
.header .container-fluid {
    padding: 0 10px;
}
.header-top {
    display: none;
}
.login-btn span {
    border-radius: 10px;
    padding: 9px 20px;
    font-size: 15px;
}
.login-btn {
    padding-left: 7px;
}
.navbar-toggler { 
    height: 39px;
    border-radius: 8px;
    width: 56px;
}
.header-rght {
    margin-top: auto;
    margin-bottom: auto;
}
.logo a {
    width: 105px;
    margin-bottom: -32px;
}
div#collapsibleNavbar { 
    top: 80px;
    padding: 10px 0 10px;
}
.main-navigation li a {
    font-size: 15px;
    padding: 10px 15px;
}
section.home-slider-main .carousel-control-prev-new {
    left: 10px;
}
section.home-slider-main .carousel-control-next-new {
    right: 10px;
}
.padd-row {
    padding: 45px 0;
}
.news-evest-box:before { 
    width: 165px;
    height: 215px; 
    background-size: 165px;
}
/* .news-events-bg {
    height: 420px;
} */
.our-services-main [ class*='col-'] {
    margin-bottom: 25px;
}
section.our-services {
    padding-bottom: 30px;
}
.our-blogs-boxes [ class*='col-'] {
    margin-bottom: 55px;
}
.our-blogs-main {
    padding-bottom: 25px;
}
.ftr-top {
    background: #111117;
    padding: 37px 0 10px;
}
.ftr-top [ class*='col-'] {
    margin-bottom: 30px;
}
.welcome-section-slide {
    padding: 0;
}
.wlcme-slider-arrows {
    text-align: center;
    margin-top: 10px;
}
.wlcme-slider-arrows .carousel-control-prev-new, .wlcme-slider-arrows .carousel-control-next-new {
    position: static;
    top: auto;
    transform: none;
    left: auto;
    display: inline-block;
    margin: 0 3px;
}
.login-sect-cnt {  
    width: 300px;  
}
.login-cnt-info li a { 
    font-size: 14px;
}
.login-cnt-info li { 
    padding-left: 17px;
    font-size: 14px;
    margin-bottom: 5px;
}
.login-sect-body ul.login-sect-nav li a {
    font-size: 15px;
}
ul.login-sect-nav {
    padding: 35px 20px 35px;
}
.contact-page-info {
    margin-top: 30px;
}
section.map iframe {
    height: 210px;
}
.blog-sharing-reviews-box-heading img {
    width: 75px;
    height: 75px;
}
.blog-sharing-reviews-box-heading-cnt h4 {
    font-size: 17px;
}
.blog-sharing-reviews-box-heading-cnt h5 {
    font-size: 13px;
}
.blog-sharing-reviews-box-heading-cnt { 
    margin-left: 8px;
}
.blog-sharing-reviews-box {
    padding: 20px 0;
}
.blog-sharing-form.contact-us-form {
    padding-top: 35px;
}
section.inner-banner { 
    padding: 90px 0 70px;
}
.inner-banner-cnt h1 { 
    font-size: 30px;
    margin-bottom: 10px;
}
.inner-banner-cnt h4 { 
    font-size: 14px;
}
.services-inner-list-main {
    margin-bottom: 30px;
}
.abt-list-box {
    padding: 20px 15px;
}
.resale-cert-img {
    display: none;
}
section.resale-ceart-page .login-form.forgot-pass-form { 
    padding: 25px 15px;
}
.online-payments-box {
    padding: 25px 15px;
}
.register-modal .modal-body { 
    padding: 50px 15px 15px;
}
.register-modal .modal-body h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.register-modal button.close { 
    right: -4px;
    top: -8px 
}
.login-cnt-info li i { 
    left: -8px;
}
} 


.panel-collapse {
    margin-top: 15px;
}
h4.panel-title a {
    position: relative;
    padding-right: 40px;
    display: block;
}
h4.panel-title a.collapsed:after {
    position: absolute;
	right:0;
	top:0;
	content:"\f0d7";
	font-family:fontAwesome;
}
h4.panel-title a:after {
    position: absolute;
	right:0;
	top:0;
	content:"\f0d8";
	font-family:fontAwesome;
}
