/*COMMON*/
.mb-1{margin-bottom:10px;}
.mb-2{margin-bottom:20px;}
.mb-5{margin-bottom:50px;}
.mb-8{margin-bottom:80px;}
.mb-10{margin-bottom:100px;}
.mb-15{margin-bottom:150px;}

.mt-1{margin-top:10px;}
.mt-2{margin-top:20px;}
.mt-5{margin-top:50px;}
.mt-8{margin-top:80px;}
.mt-10{margin-top:100px;}
.mt-15{margin-top:150px;}


.pt-1{padding-top:10px;}
.pt-2{padding-top:20px;}
.pt-5{padding-top:50px;}
.pt-8{padding-top:80px;}
.pt-10{padding-top:100px;}
.pt-15{padding-top:150px;}

.pb-1{padding-bottom:10px;}
.pb-2{padding-bottom:20px;}
.pb-5{padding-bottom:50px;}
.pb-8{padding-bottom:80px;}
.pb-10{padding-bottom:100px;}
.pb-15{padding-bottom:150px;}

.p-1{padding:10px;}
.p-2{padding:20px;}
.p-5{padding:50px;}
.p-8{padding:80px;}
.p-10{padding:100px;}
.p-15{padding:150px;}

.m-1{margin:10px;}
.m-2{margin:20px;}
.m-5{margin:50px;}
.m-8{margin:80px;}
.m-10{margin:100px;}
.m-15{margin:150px;}

/*web style*/
.prg{font-size:16px;}
.of-txt-6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.of-txt-10{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.text-right{text-align: right;}


.funfacts-box i {color: #646464;}
    .funfacts-box:hover{
        -webkit-animation-name: funfacts-pulse;
        animation-name: funfacts-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @keyframes funfacts-pulse {
        25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
        }
        75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
        }
    }
    
    .funfacts-box h3{font-size: 35px;}
    .funfacts-box p{font-size: 20px;font-weight: 700;}
    
.branch-area {
    display: table;
    height: 250px;
    width: 100%;
    padding: 25px 20px!important;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 5px rgb(29 34 47 / 15%);
}

.branch-area:hover {
    box-shadow: 0px 5px 40px rgb(29 34 47 / 15%);
}

.branch-area-body {
    display: table-cell;
    vertical-align: middle;
}

.branch-title-text {
    color: #1a2b71;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.branch-p-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px!important;
}
.branch-list li {
    list-style: none!important;
}

.branch-list li a i {
    padding: 5px!important;
}

.img-fluid {
    height: 223px!important;
    width: 100%!important;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    margin: 10px;
}
.img-fluid:hover {
    transform: scale(1.1);
    box-shadow: 0px 5px 5px rgb(29 34 47 / 20%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.contact_us_link{
    font-size: 16px;
    font-weight: 600;
}
.f_bg{
    background-image: url(../../assets/upload/core_img/footer-bg.png);
    background-position: initial !important;
    background-size: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}
.f_tx{font-weight: 600;}
.page_bg{background-image: url(../../assets/upload/core_img/body_bg.jpg);}
.page_main{padding:40px 20px 40px 20px;}
.header_slide{padding-top: 140px;    padding-left: 30px;
              padding-right: 30px;}

.header-news-main {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 2px;
}
.header-news {
    background-color: #545b5b!important;

    color: #fff;
}

.home_box_h{height:420px;}

.copyright-area p a:hover{color:#cdcdcd;}

.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
    text-align: center;
}
/*mobile screen only  (screen size < 600px)*/
@media only screen and (max-width: 600px) {
    .header_slide{padding-top:0px;    padding-left:0px;
                  padding-right:0px;}
    .header-news-main {
        padding-left:0px;
        padding-right:0px;
        margin-top: 2px;
    }
    
    .home_box_h{height:auto;}
}

/*desktop screen only  (screen size > 600px)*/
@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }

/*.page-title-area{background-image:url(../upload/core_img/page-title-bg.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;padding-top:200px;padding-bottom:70px}*/

/*MODEL VIEW*/
  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top:30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.model-image{width:420px;}
@media only screen and (max-width: 600px) {.model-image{width:100%;}.modal-content{margin: 20px;width: auto;}}
    
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 450px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-content a{
    webkit-transition-duration: .5s;
    transition-duration: .5s;
}

/* The Close Button */
.close {
    position: absolute;
    top: 8px;
    right: 25px;
    opacity: 1;
    color: #828282;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*LOADING BAR*/
  .preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffffc9;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #c30031;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}


/*animation*/
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


.grecaptcha-badge{
                z-index:9;
                width:70px!important;
                overflow:hidden!important;
                transition:all .3s ease!important;
                left:4px!important
            }
            .grecaptcha-badge:hover{
                width:256px!important
            }
            .nbank{
                padding: 5px 10px 5px 10px;
                border-radius: 5px;
                background-color: #545b5b;
            }
            .success_msg{
                font-size: 16px;
                color:#8bc34a;
            }
            .error_msg{
                font-size: 16px;
                color: #ef4c4c;
            }
            .skiptranslate,.tran_dd{
                display: none !important;
            }
            body {
                top: 0px !important;
            }
            .goog-text-highlight{
                background-color: #ffffff00!important;
                box-shadow:none!important;
            }
            .lang_active{
                color: #ff3a6c!important;
            }
            
            
            
            canvas {
                z-index: 99999;
                position: fixed;
            }
            
            
            a.btn-contact-fix {
                position: fixed;
                top: 300px;
                left: 0;
                z-index: 999;
            }
            a, img {
                border: none;
                text-decoration: none;
                color: #59b039;
                transition: all .5s ease 0s;
                -webkit-transition: all .5s ease 0s;
            }
            a, img {
                border: none;
                color: #565656;
                transition: all .5s ease 0s;
                -webkit-transition: all .5s ease 0s;
            }


            .modal-inquiry {
                display: none;
                position: fixed;
                z-index: 999;
                padding-top: 30px;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: auto;
                background-color: #00000091;
            }
            .modal-inquiry {
                position: fixed;
                top: 0;
                left: 0;
                z-index: 1060;
                display: none;
                width: 100%;
                height: 100%;
                overflow-x: hidden;
                overflow-y: auto;
                outline: 0;
            }
            .modal-content-inquiry {
                background-color: #fefefe;
                margin: auto;
                padding: 25px;
                border: 1px solid #888;
                width: 100%;
                max-width: 450px;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
            }
            .modal-content-m {
                max-width: 650px!important;
            }
            .modal-content-inquiry {
                border-radius: 20px;
                margin-top: 100px;
                position: relative;
                display: flex;
                flex-direction: column;
                width: 100%;
                pointer-events: auto;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid rgba(0,0,0,.2);
                outline: 0;
            }
            .closeinquiry {
                position: absolute;
                top: 8px;
                right: 25px;
                opacity: 1;
                color: #828282;
                font-size: 28px;
                font-weight: bold;
            }
            .modal-content-inquiry a {
                webkit-transition-duration: .5s;
                transition-duration: .5s;
            }
            .model-image-inquiry {
                width: 100%;
            }
            .inquiry-form-input{
                font-size: 13px;
            }
            #slidetabindexout:hover {
                right: 290px;
            }
            #slidetabindexout {
                position: fixed;
                top: 300px;
                z-index: 10;
                right: 0;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }
            #slidetabindexout img {
                width: auto;
                max-width: 100%;
                height: auto;
                margin: 0;
                padding: 0;
                border: none;
                line-height: normal;
                vertical-align: middle;
            }

            #slidetabindexout:hover #slidetabindexout_inner {
                right: 0;
            }
            #slidetabindexout_inner {
                position: fixed;
                top: 265px;
                right: -290px;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }
            .slideindextab-out-div {
                padding: 20px;
                width: 290px;
                background: #FFF;
                border: 1px solid #29216d;
                border-radius: 15px 0px 0px 15px;
            }
            .lender-listing {
                border: 1px solid #dee7f2;
                margin-bottom: 0;
            }
            .lender-rate-box {
                padding: 15px;
                width: 200px;
            }
            .lender-actions {
                text-align: center;
                padding: 10px 0 0;
            }
            .lender-ads-rate, .lender-compare-rate {
                display: inline-block;
                text-align: center;
                width: 200px;
            }
            .lender-rate-value {
                font-size: 20px;
                font-weight: 600;
                margin-top: 6px;
                font-family: system-ui;
            }
            
            
            
             .bt_model{background-color: rgb(255 255 255 / 0%);z-index: 99;top: 100%;}
    .bt_modal-content{padding:0px;border: 1px solid #fff0;position: fixed;bottom: 2px;right: 0px;width:100%;min-height:130px;max-height:180px;box-shadow: 0px 5px 5px rgb(29 34 47 / 25%);}
    .bt_model_head{background-color:#545b5b;color:#fff;padding:8px;}
    .bt_close_btn{text-align:right;top: -6px;right: 10px;color:#fff;}
    .bt_model{animation: fadein 2s;}
    @keyframes fadein {from{ opacity: 0; }to{ opacity: 1; }}