/*
Theme Name: Loan Mortgage Tips
Author: OPK Website
Description: .
Version: 1.0
*/



@charset "utf-8";
/* CSS Document */

/******************** Menu Section **********************/
*  {
    font-family: 'Raleway', sans-serif;
    outline: inherit;
}

.menuSection {
    position:fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    display: table;
}
.positionFixed.menuSection{
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #e5e5e5;
}
.navbar-default {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0px;
}
.navbar {
    margin-bottom: 0px;
    padding-right:0px;
}

.navbar-brand {
    height: auto;
    max-width: 200px;
    padding: 15px 15px;
}
.navbar-brand img{
    width: 100%;
}
.positionFixed.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    color: #222222;
}
.navbar-default .navbar-nav > li > a {
    color:#222222 ;
    padding: 10px 25px;
    font-weight: 600;
    margin-left:8px;
}
.navbar-default .navbar-nav > li.current-menu-item > a {
    color: #f7505c;
    font-weight: 600;
    border-bottom:2px solid #f7505c;
 
}

.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color: #f7505c;
    font-weight: 600;
    border-bottom:2px solid #f7505c;
}
/*
.navbar-default .navbar-nav > li > a:hover{
    transform: scale(1.1025ac8);
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
*/

.navbar-default .navbar-toggle .icon-bar {
    background: #333;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-collapse {
    border-top: 0px;
    box-shadow: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.navbar-toggle {
    margin-top: 26px;
    background: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media (max-width:992px){
    .navbar-brand {
    height: auto;
    max-width: 160px;
}
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding:3px 6px;
        margin-right: 0px;
        margin-top: 20px;
        text-transform: uppercase;
    }
   
}

@media(max-width:767px) {
    .menuSection {
        position: inherit;
        background:#fff;
        margin-top:0px;
    }
    .positionFixed.menuSection{
    position:inherit;
}
    .navbar-default .navbar-nav > li.current-menu-item > a{
        margin-left:0px;
        transform:none;
        margin-bottom: 5px;
        border-bottom: none;
    }
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
        color: #222;
        margin-left:0px;
        border-bottom: none;
        transform:none;
    }
    .contactPageIcon {
        display: none;
    }
}
@media(max-width:350px){

    .navbar-brand {
    height: auto;
    width: 185px;
}
    .navbar-brand img{
        width: 80%;
    }
}

/******************** End menu Section ******************/

/******************** Header Section *******************/
.headerSection {
    position: relative;
    padding-top:74px;
}

.bannerOverflow {
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannerTextSction {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 48%;
    margin-top: 0px;
}

.headerBannerText {
    display: table;
    width: 75%;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: auto;
    text-align: center;
}
.headerBannerText2{
    display: table;
    width: 56%;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: auto;
    text-align: center;
}

@media(max-width:992px) {
    .headerBannerText {
        width: 85%;
        margin-top:0px;
        font-size: 30px;
    }
    .headerBannerText2{
        width: 75%;
        margin-top: 40px;
        font-size: 25px;
    }
    .bannerTextSction{
        z-index: inherit;
    }
}

@media(max-width:767px) {
    .headerBannerText {
        font-size: 22px;
        line-height: 28px;
        margin-top: -30px;
    }
    .headerBannerText2{
        font-size: 22px;
        line-height: 32px;
        margin-top: 20px;
    }
    .headerSection{
        padding-top: 0;
    }
}

@media(max-width:576px) {
    .headerBannerText {
        font-size: 18px;
        line-height: 22px;
        margin-top: -35px;
    }
    .headerBannerText2 {
        font-size: 18px;
        width: 100%;
        line-height: 24px;
    }
}
@media(max-width:350px){
     .headerBannerText {
        font-size: 15px;
        line-height: 20px;
        margin-top: -20px;
    }
}

/******************** End header section ***************/



/****************************** Section One **********************/

.ServiceOneBox{
    background: linear-gradient(135deg,#2bc2ef 0%,#0d90b7 100%);
    box-shadow: inset 10px 0 30px rgba(16,170,216,0.8),inset -1px 0 0 rgba(24,189,238,0.75) !important;
    color: #fff !important;
}
.ServiceTwoBox{
    background: linear-gradient(135deg,#005bbc 0%,#003165 100%);
    box-shadow: inset 10px 0 30px rgba(0,67,137,0.8),inset -1px 0 0 rgba(0,81,167,0.75) !important;
    color: #fff !important;}
.ServiceThreeBox{
    background: linear-gradient(135deg,#00407f 0%,#001428 100%);
    box-shadow: inset 10px 0 30px rgba(0,38,76,0.8),inset -1px 0 0 rgba(0,54,106,0.75) !important;
    color: #fff !important;
}
.sectionTitleBox {
    padding-top: 50px;
    text-align: center;
}

.sectionTitle {
    font-size: 25px;
    font-weight: 700;
    color: rgb(178, 203, 32);
}

.sectionOne {
    padding: 80px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fafafa;
}

.oneEqualHeight {
    display: flex;
    flex-flow: row wrap;
}

.sectionOneimgBox {
    position: relative;
    display: table;
    float: right;
    margin-right: 36px;
    margin-top: 48px;
}

.sectionOneImg {
    text-align: center;
    margin-bottom: -121px;
    margin-top: 16px;
}
.ServiceImg{
    width: 100%;
}
.ServiceImg img{
    width: 100%;
    padding: 80px 0px 80px 50px;
}
.sectionOneTitle {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgba(0, 66, 131, 0.87);
}

.sectionOneDetalTitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-top:20px;
    padding: 10px;
    /*padding-left: 25px;*/
    color: #5a6a7e;
}
.sectionOneDetalTitle::after{
    content: "";
    position: absolute;
    height: 2px;
    width:120px;
    background: #5a6a7e;
    bottom:0;
    left: 15px;
}
.sectionOneItemTitle {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
}

.sectionOneItemDetail {
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top:0px;
    padding: 10px;
    padding-right: 25px;
    color: #383838;
}

.sectionOneItemDetail a {
    display: table;
    padding-left: 30px;
    padding-right: 30px;
    background: #002e5b;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 3px;
    color: #962424;
}

.sectionOneimgBox:hover .border-top::before,
.sectionOneimgBox:hover .border-bottom::before {
    width: 38px;
}

.sectionOneimgBox:hover .border-top::after,
.sectionOneimgBox:hover .border-bottom::after {
    height: 38px;
}

.sectionOneImg{
    margin: 0px;
}
.sectionOneImg img {
    width: 100%;
}
.bgimage {
    background-attachment: fixed;   
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .8;
    background-position: center;
    height: auto;
    width: auto;
    background-size: cover;
}
.AboutSection {
   /*background: linear-gradient(90deg, rgba(3, 49, 85, 1), rgb(5, 102, 129,4), rgb(8, 164, 181, 4));*/
    padding:50px 0px;
    position: relative;
}
.AboutSectionInner {
    padding:50px 0px;
    opacity: .9;
    background:#ecf0f6;
}
.AboutSectionImg{
    margin: 0px 0 0 10px;
    padding:0px 0;
}
.AboutSectionImg img {
    width: 100%;
}
.sectionOneTextMiddle {
    display: table;
    width: 100%;
}
.serviceHomeDiv{
    display: flex;
    background:#f7505c;
    margin-top: 20px;
    border-radius:40px 0px 40px 0px; 
}
/*.oneItemBox:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1.06);
     transition: all 0.8s ease 0s;
    background: #131313;
}
.oneItemBox:hover .ServiceIcon img {
    border: 4px solid #262626;
    
}*/
.oneItemBox {
    padding:40px 30px;
    /*margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;*/
    position: relative;
    border-right:1px solid #f03d4a;
    /*border-top: 3px solid #f87831;*/
}
.oneItemBox:last-child{
    border: none;
}
.ServiceIcon{
    text-align: center;
    }
.ServiceIcon img{
    width: 60px;
}
/*.InnerBorder{
    border-right: 1px solid #ccc;
    padding-right: 15px;
}*/
/*.oneItemBox::after{
    content: "";
    background: #f87831;
    height: 3px;
    bottom: 0;
    width:25%;
    position: absolute;
    content: "";
    left:75%;
}
.oneItemBox::before{
    content: "";
    background: #f87831;
    height: 25%;
    top: 0;
    width: 3px;
    position: absolute;
    content: "";
    left: 0%;
}*/

.oneItemBoxTitle {
    font-weight: 600;
    margin-bottom: 45px;
    font-size:24px;
    color: #262626;
    text-align: center;
    position: relative;
}
.oneItemBoxTitle::after{
    content: "";
    background: #262626;
    height:2px;
    bottom: -8px;
    width:120px;
    margin-left: -60px;
    position: absolute;
    left:50%;
}
.oneItemBoxheading {
    font-family: 'Lato', sans-serif;
    font-weight:600;
    margin-bottom:10px;
    margin-top:0px;
    font-size:18px;
    color: #ffffff;
    text-align: center;
    text-transform:capitalize;
    position: relative;
}
.oneItemBoxDetail {
    font-family: 'Mukta', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #f2f2f2;
    padding-top:0px;
    text-align: center;
}

/*.oneItemBoxDetail::after{
    content: "";
    position: absolute;
    width: 160px;
    height: 2px;
    background: #005bbc;
    bottom:0px;
    top:10px;
    left:50%;
    margin-left: -80px;
} */
.oneItemBox:last-child oneItemBoxDetail::after  {
    content: none;
}
.serviceHomePage{
    width:180px;
    display: table;
    color: #ffffff;
    background: #262626;
    height: 43px;
    line-height: 43px;
    border-radius:4px;
    font-weight: 600;
    font-size: 15px;
	text-align:center;
    text-transform:capitalize;
 	margin:45px auto 20px auto;
}

.serviceHomePage:hover, .serviceHomePage:focus, .serviceHomePage:active:focus{
    color:#ffffff;
    text-decoration: none;
    
}
@media(min-width:992px){
    .serviceHomeDiv{
    display:flex;
    }
    .oneItemBoxheading{
        margin-top: 20px;
        font-size: 16px;
    }
}
@media(max-width:991px) {
    .oneItemBox:hover{
    border-radius: none;
    box-shadow:none;
    transform:none;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
    
    .sectionOne {
        padding: 20px 0px;
        background-image: none;
    }
    .ServiceImg{
        padding-right:0px;
        padding-top:0px;
    }
    .ServiceImg img{
        padding:40px 50px 40px 50px;
    }
   
    .serviceHomePage{
        margin: 20px auto 40px auto;
    } 
.serviceHomeDiv{
    display:flex;
}
    .ServiceIcon{
    text-align: center;
}
    .sectionOneImg{
        margin-bottom: 30px;
    }
    .sectionOneImg img {
        width: 100%;
    }

    .sectionOneTextMiddle {
        transform: none;
    }

    .AboutSection {
        padding-top:0px;
        padding-bottom:0px;
    }

    .oneItemBox {
        text-align: center;
        margin-right: 5px;
        border-bottom:1px solid #f03d4a;
        /*margin-top: 20px;
        margin-bottom:20px;*/
    }

    .oneItemBoxTitle {
        margin-top: 15px;
        margin-bottom: 0;
        text-align: center;
    }
    .oneItemBoxDetail {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 20px;    
}

.oneItemBoxheading {
    font-weight:600;
    margin-bottom:10px;
    margin-top:20px;
    font-size:16px;
    text-align: center;
    color: #fff;
    text-transform:capitalize;
    position: relative;
}
.sectionOneDetalTitle {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .sectionOneDetalTitle::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 120px;
    background:#5a6a7e;
    left:50%;
    margin-left:-60px; 
    bottom: 2px;
}
    .sectionOneItemDetail{
        text-align: center;
        padding-right:30px;
        padding-left:30px;
        font-size: 16px;
    }
    .sectionOneItemDetail a {
        margin: auto;
    }
}

@media(max-width:767px) {
    .serviceHomeDiv{
    display:block;
    background: #f7505c;
}
     .oneItemBox {
        text-align: center;
        margin-right: 5px;
        border-right:1px solid #f03d4a;
        background: #f7505c;
        /*margin-top: 20px;
        margin-bottom:20px;*/
    }
    .sectionOneimgBox {
        float: none;
        text-align: center;
        margin: auto;
    }
    .AboutSectionInner {
        padding:30px 0px;}
    .oneItemBoxTitle{
        font-size:18px;
    }
    .oneItemBoxheading{
        font-size: 18px;
    }
    .sectionOneDetalTitle{
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    .oneItemBox {
    padding: 40px 20px;
}
}
    @media(max-width:576px){
/*.oneItemBox{
    margin-bottom: -70px;
    } 
        .oneItemBox:last-child{
            margin-bottom:-30px;
        }        */
        .oneItemBox{
            padding: 30px 10px;
        }
.oneItemBoxheading {
    font-weight:600;
    margin-bottom:10px;
    margin-top: 20px;
    font-size:16px;
    color: #fff;
    position: relative;
}
.sectionOneDetalTitle{
        font-size: 16px;
        }
        .oneItemBoxDetail{
            font-size: 14px;
        }
        .sectionOneItemDetail{
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
        }
  .ServiceImg img {
    padding: 30px 30px 30px 30px;
}
    }    
.sectionOneTitle {
        text-align: center;
        margin-top: 62px;
    }

    .sectionTitle {
        font-size: 17px;
    }

    .sectionOneItemTitle {
        margin-top: 10px;
    }
    .sectionOneImg {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .sectionTwoItemImg {
        line-height: normal;
        text-align: center;
        margin-bottom: 0px;
    }
}

@media(max-width:450px){
        
/*.oneItemBox:last-child{
            margin-bottom:-40px;
        }*/
    
}

@media(max-width:350px) {

    .border-top,
    .border-bottom {
        display: none;
    }
    /*.oneItemBox:last-child{
            margin-bottom:-40px;
        }*/
}

/****************************** End Section One ******************/


/**************************** footer logo *************************/
.footer {
    display: table;
    width: 100%;
    padding: 33px 0px;
    background:#181a1b;
    padding-bottom: 0px;
}

.footer-bottom {
    display: table;
    width: 100%;
    padding: 20px 0px;
    color: #232627;
    margin-top: 30px;
    background:#232627;
	border-top:1px solid #101111;
}
.foot-brand {
    width: 100%;
    max-width: 233px;
    margin-top: 20px;
}

.foot-brand img {
    width: 82%;
    height: auto;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerMenulist ul li a, .footerMenulist ul li a:hover, .footerMenulist ul li a:active, .footerMenulist ul li a:focus{
    color: #c2c2c2;
    margin-bottom: 3px;
    text-decoration: none;
    padding-bottom: 3px;
    display: table;
    width: 100%;
}
.footer-address{
    color: #dfdfdf;
    font-size: 12px;
}

.footer-link{
    text-decoration: none; color: #c2c2c2;
}
.footer-link:hover{
	text-decoration:underline; color:#c2c2c2;
}
.footer-site-address > div{
    margin-bottom: 10px;
}

.page-section ul{
    padding-left: 22px;
}
.footer-tagname{
    font-size: 17px; font-weight: bold; margin-bottom: 10px; color: #dfdfdf;
}
.footer-site-address{
    color: #c2c2c2;
}

.copyrighttext{
    font-size: 13px; text-align: center; color: #c2c2c2;
}
@media(max-width:992px){
    .footer-tagname{
        margin-top: 20px;
    }
    .foot-brand img{
        width: 75%;
    }
}
/*.footerSection {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #222;
}

.footerLogoBox {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footerMenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footerMenu li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 20px;
}

.footerMenu li a,
.footerMenu li a:active,
.footerMenu li a:focus,
.footerMenu li a:hover {
    text-decoration: none;
    color: #fff;
}

.footerAddress {
    padding-top: 5px;
}

.copyrightBox {
    font-size: 12px;
    padding-top: 20px;
}

@media(max-width:767px) {
    .footerSection {
        text-align: center;
    }

    .footerLogoBox {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
*/
/**************************** end footer logo *************************/


/***************************************** contact page ***********************/
.pageSection {
    padding: 100px 0px;
}

.pageTitleBox {
    font-size: 25px;
    display: table;
    font-weight: 700;
    margin-bottom: 30px;
}

.pageDetail {
    line-height: 26px;
    font-size: 14px;
}

.aboutPage a {
    text-transform: uppercase;
    background: #962424;
    padding: 16px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}

.aboutPage a:active,
.aboutPage a:focus,
.aboutPage a:hover {
    text-decoration: none;
    color: #fff;
}
.contactMain{
    display: flex;
}
.ContactAddressMain{
    margin-bottom:0px;
    padding-left:0px;
    position: relative;
}
/*.ContactAddressMain:last-child{
    padding-right: 0px;
}*/
.ContactAddressInner{
    /*border: 3px solid #1c2940;*/
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #5a6a7e;
    min-height: 100%;
    position: relative;
}
.ContactAddressMain::after{
    content:"";
    background:#f38142;
    position: absolute;
    width: 150px;
    height: 2px;
    left: 50%;
    margin-left: -75px;
}
.ContactAddressMain:last-child::after{
    content: none;
}
.pagesectionHeader{
    position: relative;
    text-transform:capitalize;
    color: #f7505c;
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
    line-height: 1.4em;
    margin-bottom:25px;
    text-align: center;
}
.pagesectionHeader::after{
    position: absolute;
    content: "";
    height:2px;
    background:#222;
    width: 100px;
    bottom:-4px;
    left:50%;
    margin-left: -50px;
} 

.pagesectionContainone {
    position: relative;
    color: #555555;
    font-size: 14px;
    margin-bottom: 20px;

}
.ContactRight{
    background:#181a1b;
    padding-top:30px;
    margin-top: 0px;
}
.Contactleft{
    background:#fff;
    margin-top: 20px;
    margin: 0;
    /*margin-right: 15px;*/
}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f1f1f1;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0px;
    -webkit-box-shadow:none;
     box-shadow:none; 
    -webkit-transition: none;
    -o-transition:none;
    transition: none;
}
.contactCenter{
    text-align: center;
}
.contactSubmit{
    width:100%;
    height: 40px;
    background: #f7505c;
    border: 0px;
    border-bottom: 2px solid #f63341;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius:4px;
    outline: inherit;
    margin: 20px 0;
    text-align: center;
}
/*
.contact-form input[type=text],
.contact-form input[type=email] {
    background: #fcfcfc;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    padding-left: 10px;
    width: 100%;
    outline: inherit;
}

.contact-form textarea {
    background: #fcfcfc;
    border: 0px;
    border-bottom: 1px solid #ccc;
    height: 120px;
    width: 100%;
    outline: inherit;
    padding-left: 10px;
}

.formSubmit {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background: #215a93;
    border: 0px;
    width: 200px;
    height: 46px;
    border-radius: 50px;
    outline: inherit;
}

.formSubmit::after {
    position: absolute;
    content: '\00bb';
}
*/

.contactlable {
    font-size: 20px;
    font-weight: 600;
}

textarea {
    height: 160px;
    width: 100%;
    border: 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 10px;
    border-radius: 3px;
}

input {
    width: 100%;
    border: 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 40px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
    font-size: 13px;
}

input[type=submit].buttonsubmit {
    height: 44px;
    width: 170px;
    border: 0px;
    background: #962424;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    outline: initial;
    border-radius: 50px;
}


div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    margin-top: 7px;
}
@media (max-width:992px){
    .pageTitleBox {
    font-size: 20px;
    display: table;
    font-weight: 700;
    margin-bottom: 10px;
}
    .pageSection {
    padding: 50px 0px;
}
}
@media(max-width:767px){
    .contactMain{
    display:inline-block;
    }
    .ContactAddressInner{
        padding: 0px 5px 0px 5px;
    }
   /* .ContactAddressMain:last-child {
    padding-right: 25px;
    margin-left: 0px;*/
}
    
    .Contactleft{
        border-right: none;
    }
    .ContactRight{
        padding-top: 35px;
    }
    .ContactAddressMain{
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 0px;
}
.pageTitleBox {
    font-size: 18px;
    display: table;
    font-weight: 700;
    margin-bottom: 10px;
}
}

/*********************************** end contact page *****************************/

/*********************************** page section ********************************/
.tabs-section {
    display: table;
    width: 100%;
    padding: 50px 0;
}
.bannerBox {
    padding: 0px;
    position: relative;
}

.bannerOver {
    background: rgba(0, 0, 0, 0.44);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannerTextBox {
    position: absolute;
    z-index: 99;
    width: 70%;
    color: #fff;
    text-align: center;
    top: calc(55% - 50px);
    margin: auto;
    left: 0;
    right: 0;
}
.get-deal-text{
    padding: 0px; padding-bottom:10px;
}
.getaDeal-input{
    margin-bottom: 30px;
}
.getDealTitle{
    font-size:18px;
    font-weight: 700;
    margin-bottom:20px;
	margin-top:20px;
    padding: 0px;
}
.getDealDetail{
   font-size:16px;
   color:#434343;
   padding-bottom:15px;
   font-weight:normal;
   margin-left:0px;
    line-height: 24px;
}
.getDealButton{
    width: 100%;
    height: 40px;
    background: #f7505c;
    border: 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    outline: inherit;	
}
.contact {
    display: table;
    width: 100%;
    height: 130px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc75;
    border-radius: 20px;
}
.contact:hover, .contact:focus, .contact:active {
  outline: none;
    text-decoration: none;
    
}
.pageSection {
    border-top: 1px solid #cccccc38;
    display: table;
    width: 100%;
}

.pageTitle {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

@media(max-width:992px) {
    .pageTitle {
        font-size: 20px;
        font-weight: 600;
    }
    .getDealTitle{
        font-size: 18px;
        margin-top: 30px;
    }
    .getDealDetail{
        font-size: 14px;
    }
    .tabs-section{
        padding: 20px 0;
    }
}

@media(max-width:767px) {
    .pageTitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
.getDealTitle{
        font-size: 18px;
        padding-top:0px;
    
    }
    .pageSection {
        padding: 32px 0px;
    }

}


/*********************************************** service page *****************************/
.servicePage {
    padding: 50px 0px;
}

.servicePageItemList {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}

.servicePageItemList li {
    width: 32.222%;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.servicePageItemList li:nth-child(1n+1)::after {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #f1f1f1;
    right: 0;
}

.servicePageItemList li:nth-child(3n+3)::after {
    display: none;
}

.servicePageItemList li:nth-child(-n+3)::before {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    height: 2px;
    background: #f1f1f1;
    bottom: 0px;
}

.serviceListTitle {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
}

.serviceListDetail {
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

@media(max-width:992px) {
    .servicePageItemList li {
        width: 49%;
    }

    .servicePageItemList li:nth-child(3n+3)::after {
        display: block;
    }

    .servicePageItemList li:nth-child(2n+2)::after {
        display: none;
    }

    .servicePageItemList li:nth-child(1n)::before {
        position: absolute;
        content: "";
        left: 10px;
        right: 10px;
        height: 2px;
        background: #f1f1f1;
        bottom: 0px;
    }

    .servicePageItemList li:nth-last-child(-n+2)::before {
        display: none;
    }

}

@media(max-width:767px) {
    .servicePageItemList li {
        width: 100%;
    }

    .servicePageItemList li:nth-child(1n)::after {
        display: none;
    }

    .servicePageItemList li:nth-child(1n)::before {
        display: block;
    }

    .servicePageItemList li:last-child::before {
        display: none;
    }
}