*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	

  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-family: "Raleway", sans-serif !important;
  font-weight: 400;
  letter-spacing: 1px;
  background: #000;


}

hr{
	border-top: 1px solid #aaa !important;
}

a{
	text-decoration:none !important;
	cursor:pointer;
	color:#fcc005;
}

ul{
	list-style: none;
}
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Fira Sans', sans-serif;
    letter-spacing: 
}

textarea{
	overflow:hidden;	
}

p,.text{
	font-size: 16px !important;
	/*line-height: 1.7em;*/
	font-weight: 400;
	color: #444;
	margin: 0;
	margin-bottom:16px !important;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
    
.back{
    background-color: #00000014;
}

.back1{
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.drpdwn ul li a{
    padding: 10px 15px !important;
    border-bottom: none !important;
}
.dropdown-menu .divider{
    margin: 0px !important;
}
.drpdwn ul li a:hover{
    border-bottom: none !important;
    color: #0001b2 !important;
}
.container{
	position:static;
	margin:0 auto;
}

.top-head{
    border-bottom: 5px solid #01a0e3;
}

.header{
    background: #55bec773;
}

.top-header{
    float: right;
  margin-top: 5px;
}
.top-header ul{
    margin-top: 10px;
    margin-right: 10px;
    list-style: none;
}
.top-header ul li{
    float: left;
    border-right: 1px solid #000;
    /*height: 22px;*/
    padding: 8px 15px 0 15px;
    font-size: 16px;
    color: #000;

}
.top-header ul li:last-child {
    border: none !important;
}
.top-header ul li i{
    padding-right: 6px;
    color: #01a0e3;
}
.navbar{
    border-radius:0px;
    background-color: #01a0e3 !important;
    margin-top: 24px !important;
    position: relative;
    border: none !important;
    margin-bottom: 0px !important;
    margin-left: 92px !important;

}
.navbar::before {
    border-color: #55bec773;
    /*border-style: solid;*/
    border-width: 26px 20px;
    height: 100%;
    content: "";
    right: 167px;
    position: absolute;
    background: #01a0e3;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    transform: skewX(-40deg);
    width: 43px;
    z-index: 1;
}
.nav > li > a{
    padding: 15px 17px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav > li a:hover{
    background-color: #fff;
    color: #01a0e3 !important;
}
.menu{
    float: right;
}
.navbar-collapse ul{
  float: right !important;
}
.navbar-default{
    background-color: #fff !important;
    border: none !important
}
.nav > li > a:focus, .nav > li > a{
    font-size: 17px;
    color: #fff;
}

.logo img{
    width: 253px;
    padding-top: 16px;
    margin-left: 15px;
}

/*enquiry form*/
.hmpgform .col-md-5 {
    float: right !important;
}
.enqform{
  display: none;
}
.hmform {
    position: absolute;
    z-index: 999;
    left: 0px;
    right: 0px;
    margin-top: 55px;
}
.form{
  float: right;
}
.form-area {
    background-color: #FFFCFCE6;
padding: 15px 30px 15px;
margin: 20px 0px 0px;
border: 1px solid #aaa;
float: right;
border-radius: 20px 0 20px 0;
margin-left: 40px;
}
.hmform h3 {
    color: #000;
}
.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}
.title-style{
	position: relative;
}
.title-style:befor{
	content: "";
background: #85c977;
width: 10%;
height: 2px;
position: absolute;
top: 0;
margin-top: 3px;
left: 45%;
}
.btn{
	text-transform: uppercase;
}
.header-bottom{
	background-color: #f7f8fa !important;
	padding: 20px 0;
}
.bottom-img img{
	text-align: center;
	margin: 0 auto;
    border: 1px solid #f9f9f9 !important; 
   border-radius: 4px;  
   padding: 5px; 


}
.bottom-text{
	text-align: center;
}
.bottom-text h4{
	color: #262626;
}

/**about-img**/
.about-area{
	padding: 70px 15px 50px;

}
.about-text h2{
	/*text-transform: uppercase;*/
	margin-top: 10px;
	color: #232323;
	font-weight: 600;
    font-family: "Raleway", sans-serif;
}
.about-text a{
	color:#fff !important;
	padding: 15px 15px;
	border:1px solid #40b5cd;
    border-radius: 5px;
    background-color: #40b5cd;
    font-size: 16px;
    font-weight: bold;
}
.about-text a:hover{
	border:1px solid #0001b2;
	color: #00294d;
	text-decoration: none;
    background-color: #40b5cd;
    border-radius: 5px;
}
.about-text p{
	color: #444;
	padding-bottom: 10px;
    font-size: 16px !important;
    /*text-align: justify;*/
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
}

.about-text b{
    color: #40b5cd;
    padding-bottom: 8px;
    display: block;
    font-size: 18px !important;
    font-family: "Raleway", sans-serif;
    
}


/**service part**/

.service-head h2{
	/*text-transform: uppercase;*/
	    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

.service-head h2::before {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.service-head h2::after {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.service-head h2 span {
    color: #01a0e3;
}

.service-head p{
	text-align: center;
	letter-spacing: 0.5px;
	color: #444;
    font-size: 16px !important;
}

.ser1{
    border: 1px solid #ddd;
    padding: 0 0 39px 0;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*.ser1:hover{
    border: 1px solid #ddd;
   
}
*/


.ser1 strong{
   color: #232323;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.ser1 p{
   color: #232323;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding: 0px 5px 10px 5px;
}

.ser2{
    text-align: center;
    padding-top: 20px;
}

.ser2 a{
    font-size: 16px;
    font-weight: 600;
    color: #fff !important  ;
    padding: 10px 15px;
    background-color: #55bec7;
}

.loan-second-services{
    padding: 50px 15px;
}

.section-title{
    padding-bottom: 40px;
}

/*second services*/

/*section.loan-second-services.section-padding {
    background: #f9f9f9;
    padding: 40px 0px 75px 0px;
}

.second-single-servces {
    text-align: center;
    transition: .4s;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 1px solid #e9e9e9;
    height: 250px;
    display: table;
    background-size: cover;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #efefef;
    background-image: url(../images/s1.jpg) no-repeat;
}

.second-single-servces .content h4 {
    color: #fff;
    font-weight: 600;
    transition: .4s;
    margin-bottom: 0;
}

.second-single-servces .icon {
    margin-bottom: 20px;
}

.second-single-servces p{
    opacity: 0;
    top: 20px;
    transition: .4s;
    color: #fff;
    height: 0;
    position: relative;
    font-size: 17px
}

.second-single-servces:hover p {
    top: 0;
    opacity: 1;
    height: auto;
    margin-top: 20px;
}

.second-single-servces:hover h4 {
    color: #fff;
}

.second-single-servces:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: rgba(35, 41, 53, .3);
    z-index: -1;
    transition: .4s;
    top: 0;
    left: 0
}

.second-single-servces:hover:before {
    background-color: rgba(35, 41, 53, .1);
}

.service-part{
	margin-top: 20px;
}
.display-cell {
    display: table-cell;
    vertical-align: middle;
    background-color: #00000080;
}
.content p a{
	text-decoration: none;
		background-color: #fff;
	padding: 3px 8px;
		color: #de1c25 !important;
		border-radius: 3px;
}
.content p a:hover{
	color: #00294d !important;
	background-color: #fcfcfc;
	padding: 3px 8px;
}*/
/*end of services section*/

/*steps start*/
.steps-area{
	padding: 40px 0 60px 0;
}
.process-1{
	text-align: center;
	box-shadow: 0px 0px 3px #cfcfcf;
	padding: 12px;
}
.process-1:hover{
	box-shadow: 0px 0px 15px #cfcfcf;
}
.process-1 img{
	margin: 0 auto;
	padding: 10px;
}
.top-space{
	margin-top: 30px;
}
.process-1 h4{
	color: #00294d;
font-weight: 600;
font-size: 22px;
}

/**why-area**/
.why-area{
	background-color: #f9f9f9;
}

/*start loan calculator*/

section.loan-calculator {
    position: relative;
    background-image: url(../images/bad-credit.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

section.loan-calculator:before {
    position: absolute;
    width: 52%;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    content: "";
    height: 100%;
}
.why-head{
	margin-top: 45px;
}
.why-text {
    padding-left: 150px;
    padding-right: 80px;
    margin-top: 30px;
}
.why-text ul li{
	padding-bottom: 20px;
	text-align: justify;
}
.why-text ul li i{
	margin-top: 15px;
	margin-right: 8px;
	font-size: 18px;
	color: #27aae2;
}
.form-title h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.form-title p {
    color: #9ea7ba;
    font-size: 17px
}

.form-title {
    margin-bottom: 40px;
    text-align: center;
}

.single-select label {
    width: 100%;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    margin-bottom: 10px;
}

.single-select input {
    width: 100%;
    height: 50px;
    background: #2e3441;
    color: #fff;
    padding-left: 10px;
    border: 1px solid #404755;
    border-radius: 4px;
    -webkit-appearance: none;
}

.single-select input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.single-input label {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 10px;
}

.single-select {
    margin-bottom: 20px;
}

.single-input input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.single-input input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background-color: #2e3441;
    border: 1px solid #404755;
    border-radius: 4px;
    color: #fff;
}

.single-input {
    margin-bottom: 20px
}

.submitbtn {
    text-align: center;
}

input[type="submit"] {
    width: 125px;
    height: 45px;
    display: inline-block;
    background-color: #40b5cd;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    padding-left: 0;
    transition: .4s;
    letter-spacing:1px;
    padding-right: 0;
}

input[type="submit"]:hover {
    background: #01a0e3;
    color: #fff
}


.cont1{
    text-align: center;
}

.cont1 i{
    color: #55bec7;
    font-size: 35px;
}

.cont1 b{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
}

.cont h3{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
}

.cont h3::before {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.cont h3::after {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.cont h3 span {
    color:#01a0e3;
}
.cont1{
border-right: 1px solid rgba(204,204,204,.4);
margin-top: 80px;
}

/*end  of calculate section*/

/*testimonial*/
/*.testimonial-area{
	padding: 0px 0px 50px 0px;

}
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 1px solid #000;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #40b5cd;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    content: "";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 25px;
    color: #27aae2;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #40b5cd;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    font-family: "Raleway", sans-serif;
}
.testimonial .post{
    font-size: 15px;
    color: #00294d;
}*/
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
    background: #039bba !important;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "<";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 42px;
    color: #fff !important;
    opacity: 1;
}
.owl-next:after{ content: ">"; }
 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 20px 10px 0px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}

/* Slider */
.partner-area{
	background-color: #f5f5f5 !important;
	padding: 50px 0;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**help**/

.help-area{
	background-color: #3f414c;
	padding: 13px 0;
}
.help-head h4{
	color: #fff;
	font-size: 20px;
}
.help-head ul li{
	float: left;
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.help-head ul li i{
	color: #27aae2;
	margin-right: 5px;
}
.help-head ul{
	margin-top: 10px;
}

/**footer**/
/*footer*/
.footer {
	background-color: #55bec773;
	 padding-top: 40px; 
	 color: #000; 
	 font-weight: 400; 
	 font-size: 17px; 
     padding-bottom: 70px !important; 
	}

.footer-line { 
	border-color: #152e3d; 
	}
/*.footer-widget { */
/*	padding-bottom: 50px; */
/*	}*/

.footer-title ul{
    padding-top: 5px;
}
.footer-title { 
	letter-spacing: 1.3px; 
	color: #000; 
    font-weight: 600;

	}
.footer-widget ul li{
	padding: 5px 0px;
}

.footer-widget p{
    color: #000;
}

.footer-widget ul li a { 
	text-transform: capitalize;  
	color:#000; 
	display: block;  
	font-size: 16px;
	}

.footer-widget ul li a i{
	margin-right: 5px;
	font-size: 11px;
	color: #01a0e3;
}

.footer-widget ul li a:hover { 
	color: #01a0e3;
	text-decoration: none;
	}
	.footer-style{
		position: relative;
	}
	.footer-style:before{
		content: "";
		/*background: #85c977;*/
		width: 10%;
		height: 2px;
		position: absolute;
		top: 0;
		left: 0%;
	}
	.detail li p span{
		color: #01a0e3;
		letter-spacing: 1px;
	}
	.detail li p{
		color: #000;
		letter-spacing: 0.8px;
		font-size:14px !important;
	}

.tiny-footer {
    background-color: #01a0e3; 
    padding: 14px 0px; 
    font-weight: 600;  
    border-top: 1px solid #01a0e3; 
    color: #888d90; 
    line-height: 1; 
    margin-top: 25px;
}


.tiny-footer p{
	color: #fff;
	margin-bottom: 0px;

}
.tiny-footer p a{
	color: #de1c25;
}
.tiny-footer p a:hover{
	text-decoration: none;
}
.spacing {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.btn-primary{
	border:none !important;
}

/****about-banner****/
.about-banner{
    background: url(../img/Untitled-1.jpg) no-repeat;
    padding: 80px 0;
}
.about-text1{
    text-align: center;
}
.about-text1 h2{
    text-transform: uppercase;
    font-size: 45px;
}
.about-text1 p{
    color: #fff;

}
.about-text1 p a{
    color: #00294d;
    border-bottom: none;
}
.about-text1 p a:hover{
    border-bottom: none;
}
.about-text1 h2{
    color: #fff;
}
.abt-area{
    padding: 50px 0 30px 0;
}
.about-text-1 h3{
    text-transform: uppercase;
margin-top: 10px;
color: #00294d;
font-weight: 600;
}
.about-text-1 p{
    font-size: 17px;
    color: #353535;
    margin-top: 5px;
    text-align: justify;
}
.about-img-1{
    margin-top: 8px;
}

.bank-area{
    background-color: #f9f9f9;
    padding:30px 0 30px 0;
}
.bank-head h3{
    text-transform: uppercase;
margin-top: 10px;
color: #00294d;
font-weight: 600;
}
.bestd ul {
    list-style: none;
    padding: 0;
}
.pack-list ul li {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.bestd ul li {
    padding-right: 15px;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 17px;
}
.bestd ul li i {
    padding-right: 10px;
    color: #27aae2;
    font-size: 14px;
}
.navbar-right .dropdown-menu{
    right: auto !important;
    left: 0 !important;
}

/**ploan text**/
.ploan-area{
/*    background-color: #f2f2f2;*/
padding: 10px 0;
}
.ploan-img img{
    margin-top: 90px;
}
.ploan-text p{
    font-size: 16px;
}
.why-area{
    padding: 20px 0;
}
.ploan-1{
    height: 250px;
    background-color: #fff;
}
.ploan-1 p{
    color: #353535;
}
.ploan-1:hover{
    background-color: #00294d;
}
.ploan-1:hover h4,.ploan-1:hover p{
    color: #fff;
}
.ploan-2{
    background-color: #f3f3f3;
    padding: 30px 0;
    margin-top: 40px;
}
.ploan-con-1{
    border:1px solid #ccc;
    background-color: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 8px;
    margin-top: 30px;
}
.ploan-con-1:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.ploan-con-1 h4{
    color: #00294d;
    font-size:20px;
}
.ploan-con-1 ul{
    padding: 0 12px;
}
.ploan-con-1 ul li{
    list-style: disc;
    color: #27aae2;
}
.ploan-con-1 ul li p{
    color: #222222;
}
.loan-para{
    color: #222;
}
.ploan-text h4{
    font-weight: 600;
    color: #000;
}
.ploan-con-1 p{
    color: #222;
}


/******contact page********/
.contact-area{
    padding: 40px 0;
}
.contact-detail{
    padding: 15px 30px 40px 30px;
    border:1px solid #dee2e6 !important;
}
.contact-detail h4{
    
    font-size: 19px;
}
.contact-detail p{
    color: #222;
}
hr.con-rule{
    margin-top: 10px;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
.m-b10 {
    margin-bottom: 10px;
}
.icon-bx-wraper {

    position: relative;

}
.icon-bx-wraper.left .icon-bx-xs {

    float: left;
    margin-right: 20px;

}
.contact-style-1 .border-1 {

    border: 1px solid #aaa !important;

}
[class*="icon-bx-"][class*="border-"] {

    display: table;
    
    margin-left: auto;
    margin-right: auto;

}
.icon-bx-xs {

    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;

}
.icon-content {

    overflow: hidden;

}
.m-b30 {
    margin-bottom: 20px;
}
.con-icon a i{
    color: #27aae2;
    font-size: 19px;
    font-weight: normal;
}
.con-icon a i:hover{
    color: #333;
}
h6.dlab-tilte{
    font-weight: normal;

}
.con-para p{
    font-size: 15px;
    color: #6f6f6f;
    margin-bottom: 20px;
}
.contact-style-1 .dlab-social-icon-lg {
    border-top: 1px solid #eeeeee !important;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.dlab-social-icon-lg.dlab-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0 3px;
}
.dlab-social-icon.dlab-social-icon-lg li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
    text-align: center;
    transition: all 0.4s;
}

.bg-primary{
    background-color: #ff5ea5;
}
.con-social{
    text-align: center;
    border-top: 1px solid #eee;
padding-top: 20px;
}

.dlab-social-icon.dlab-social-icon-lg li a:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #eee !important;
}
.dlab-social-icon li .fa {
    vertical-align: middle;
}
.con-form{
    padding: 15px 30px 15px 30px;
   /* background-color: #f7f9fb;*/
}

.site-button {
    height: 40px;
    width: 25%;
    border-radius: 5px;
    background-color: #27aae2;
    border:none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.4s;
    cursor: pointer;
}
.site-button:hover {
    background: #00294d !important;
    color: #fff !important;
}

/***table***/
table {
    
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #27aae2;
}

th, td {
    text-align: center !important;
    padding: 15px !important;
        border: 1px solid #27aae2;
}
.com-head{
    background:#27aae2;
    color:#fff;
}

.spacing-1{
    padding: 40px !important;
}
.spacing-1 h4{
    color: #27aae2;
}
/*.spacing-1:hover{
    background-color: #00294d;
}
.spacing-1:hover h4{
    color: #fff;
}*/
.carousel-caption{
    text-align: left !important;
    top: 45px !important;
    left: 13% !important;
}
.carousel-caption h2{
    font-size: 83px;
    margin-top: 127px;
    font-weight: bold;
}
.carousel-caption h4{
    font-size: 22px;
    color: #eee;
    margin-top: 10px;

}
.carousel-caption p{
    color: #fff;
    font-size: 30px !important;
}
.carousel-caption p span{
    color: #27aae2;
}
.top-detail1 ul li a{
    text-decoration: none;
    font-size: 16px;
}
.top-detail1 ul li i{
    font-size: 16px;
}
.hmpgform1{
    display: none;
}
.tiny-footer ul li{
    float:left;
}
.social-detail {
    text-align: center;
    padding: 0px 0;
}
.social-detail ul li{
    float: none;
display: inline-block;
border: 1px solid #01a0e3;
border-radius: 3em;
width: 2em;
height: 2em;
line-height: 2em;
margin-right:7px;
margin-top: 5px;


}
.social-detail ul li i{
    color:#01a0e3;
    font-size:16px;
}
.social-detail ul li:hover{
    border:1px solid #000;
}
.social-detail ul li:hover i{
    color:#000;
}
li.social-text{
    border:none !important;
    color:#fff;
    width:auto !important;
    height:auto !important;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
}

.article{
    padding: 50px 0px 80px 0px;
    background:url(..//img/abt.bg.jpg) no-repeat;
 
}

.article1 h3{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

.article1 p{
    font-size: 16px !important;
   padding-top: 8px;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
}

.article2{
    text-align:center !important;
    padding-top: 15px;
}

.article2 a{
    font-size: 16px;
   padding:15px 20px;
    color: #000 !important;
    /*background-color: #fff;*/
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;

}

.product{
    padding: 55px 0 80px 0;
    background-color: #f9f9f9;
}

.product1{
    border-left: 1px solid #0003;
border-top: 1px solid #0003;
border-right: 1px solid #0003;
border-bottom: 4px solid #0003;
border-radius: 10px;
padding: 16px 8px;
transition: all 0.4s ease 0s;
background-color: #fff;
box-shadow: 1px 3px 3px 0px #ddd;
}

.product1:hover{
    border-bottom: 4px solid #40b5cd;
border-radius: 10px;
padding: 16px 8px;
transition: all 0.4s ease 0s;
}


.product1 b{
    font-size: 18px;
    text-align: center;
    color: #40b5cd !important;
    display: block;
    font-family: "Raleway", sans-serif;
    
}

hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.product1 p{
   color: #444;
    padding-bottom: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;

}

.product1 a{
    font-size: 15px;
    color: #000 !important;
    display: block;
    font-weight: 600;
    float: right;
    font-family: "Raleway", sans-serif;

}


.product2{
    text-align:center !important;
    padding-top: 35px;
}

.product2 a{
    font-size: 16px;
   padding:15px 20px;
    color: #000 !important;
    /*background-color: #fff;*/
    border: 1px solid #40b5cd;
    background-color: #40b5cd;
    border-radius: 5px;
    color: #fff !important;
}

.product2 a:hover {
    border: 1px solid #0001b2;
    color: #00294d;
    text-decoration: none;
    background-color: #40b5cd;
    border-radius: 5px;
}

.product h4{

    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Raleway", sans-serif;


}

.pro{
    padding-top: 20px;
    padding-bottom: 20px;
}


/*.imgcontainer img{
    width: 100%;
}*/

form {
  /*border: 3px solid #f1f1f1;*/
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 45%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #55bec7;
  color: white !important;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 45%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 2px 0 12px 0;
}

input[type=checkbox], input[type=radio] {
    margin: 14px 0 0 !important;
    margin-top: 1px\9;
    line-height: normal;
}

/* Avatar image */
/*img.avatar {
  width: 40%;
  border-radius: 50%;
}*/

/* Add padding to containers */
.container {
  padding: 0px;
}

.conti h1{
    padding-left: 18%;
    font-size: 30px;
    color: #0052a5;
    font-weight: bold;
}

.line{
    border: 1px dashed #00000047;
    margin-top: 80px;
}

.conti p{
    padding-left: 8%;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.btn-default {
    color: #fff!important;
    background-color: #55bec7 !important;
    border-color: #ccc;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 24%;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.cancelbtn {
  padding: 14px 20px;
  background-color: #000000b8;
  color: #fff;
}

.cancelbtn, .signupbtn {
  float: left;
  width: 24%;
}


/* accordion */


/* line 619, ../sass/theme-elements.scss */
.panel-group {
  margin-bottom: 0;
}
/* line 621, ../sass/theme-elements.scss */
.panel-group .pgl-panel {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
/* line 625, ../sass/theme-elements.scss */
.panel-group .pgl-panel + .pgl-panel {
  margin-top: 10px;
}
/* line 628, ../sass/theme-elements.scss */
.panel-group .pgl-panel .panel-title {
  font-size: .857em;
  /*text-transform: uppercase;*/
}
/* line 631, ../sass/theme-elements.scss */
.panel-group .pgl-panel .panel-title a {
  display: block;
}

/* line 637, ../sass/theme-elements.scss */
.pgl-panel {
  border: none;
}
/* line 639, ../sass/theme-elements.scss */
.pgl-panel > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
/* line 644, ../sass/theme-elements.scss */
.pgl-panel .panel-body {
  border: 1px solid #fff;
  padding: 0 20px;
}
/* line 647, ../sass/theme-elements.scss */
.pgl-panel .panel-body p {
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  margin-top: 15px;
}
/* line 650, ../sass/theme-elements.scss */
.pgl-panel .panel-body ul {
  list-style: none;
  padding: 0;
}
/* line 654, ../sass/theme-elements.scss */
.pgl-panel .panel-body li {
  padding: 8px 20px;
}
/* line 656, ../sass/theme-elements.scss */
.pgl-panel .panel-body li:nth-child(even) {
  background-color: #fafafa;
}
/* line 660, ../sass/theme-elements.scss */
.pgl-panel .panel-body .pgl-agent-item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}
/* line 664, ../sass/theme-elements.scss */
.pgl-panel .panel-body .pgl-agent-item:hover {
  box-shadow: none;
}
/* line 670, ../sass/theme-elements.scss */
.pgl-panel .panel-title a {
  border: 1px solid #fff;
  border-bottom: none;
  padding: 18px 20px;
}
/* line 674, ../sass/theme-elements.scss */
.pgl-panel .panel-title a:after {
  content: "-";
  float: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: .3;
}
/* line 682, ../sass/theme-elements.scss */
.pgl-panel .panel-title .collapsed {
  border: 1px solid #ddd;
}
/* line 684, ../sass/theme-elements.scss */
.pgl-panel .panel-title .collapsed:after {
  content: "+";
}
/* line 689, ../sass/theme-elements.scss */
.pgl-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
/* line 692, ../sass/theme-elements.scss */
.pgl-panel .collapse.in .panel-body {
  border-top: none;
}

.detail-2{
    background-color:#167bc7e6;
    padding: 20px;
}


.pgl-about h2{
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.pgl-about{
    margin-bottom: 60px;
    /*background-color: #f9f9f9;*/
    background: url(../img/whybg.jpg) no-repeat;
    padding: 0px 0px 40px 0px;
    width: 100%;
    display: inline-block;
}

.panel-heading h4{
   color: #000;
    font-size: 16px !important;
    color: #fff;
    display: block;
    font-family: "Raleway", sans-serif;

}

/*.testimonial .description {
    font-family: "Raleway", sans-serif;
}*/

.panel-default > .panel-heading {
    color: #333;
   /* background-color:  !important;*/
    border-color: #ddd;
}


.service1 {
  position: relative;
  box-shadow: 0px 5px 10px #ddd;

}

.image {
  display: block;
  border:1px solid #40b5cd;
/*  width: 100%;
  height: auto;*/
}

.service2{
    position: absolute;
    position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 20px 0px 20px 0px;
background-color:#40b5cd; !important;

}

.service2 b{
    font-weight:bold;
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: "Raleway", sans-serif;
    
}

.service3{
    position: absolute;
    position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 20px 0px 20px 0px;
background-color:#40b5cd; !important;

}

.service3 b{
    font-weight:bold;
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: "Raleway", sans-serif;
    
}

.panel-body p{
    color: #fff;
}

.panel-group .panel {
    margin-bottom: 5px !important;
    border-radius: 4px;
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 0;
  top: 0;
  background-color: #40b5cde6;
  overflow: hidden;
  width: 0;
  height: 84%;
  transition: .5s ease;
}

.service1:hover .overlay {
  width: 100%;
}

.text p {
  color: white ;
  /*font-size: 22px !important;*/
  position: absolute;
  top: 63%;
  left: 47%;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  font-size: 18px !important;
  line-height: 1.9em !important;
}

.text1 i {
  color: white ;
  font-size: 40px !important;
  position: absolute;
  top: 20%;
  left: 44%;
  border:2px solid #fff;
  padding: 10px;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

..navbar {
    margin-bottom: 0px !important;

}

.about-img1 img { 
    border: 1px solid  #40b5cd80; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  }

.processarea h2{
    color: #fff;
    text-transform: no
}

.aboutimg img {
    width: 100%;
}

.col-md-6.about-item {
    padding-right: 0px;
    padding-left: 0px;
}


.processarea {
    padding: 0 120px 0 40px !important;
}


.panel {
    border: none !important;
}

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

.about-banner{
    
}
.abt{
    padding: 50px 0px;
}

.abt1 h1{
    color: #232323;
font-weight: 600;
font-family: "Raleway", sans-serif;
text-align: center;
font-size: 26px;

}

.abt1 b{
    color: #40b5cd;
font-weight: 600;
font-family: "Raleway", sans-serif;
text-align: center;
font-size: 18px;
display: block;
padding-bottom: 25px;
}

.abt4 img{ 
    border: 1px solid  #40b5cd80; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  }

.abt3 p{
    color: #444;
    padding-bottom: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
}

.servdetail{
    padding: 0 0 80px 0;
}

.servdetail1, .servdetail2{
    padding: 80px 0 80px 0;
}

.serv1{
    padding: 80px 0 0px 0;
}

.serv1 h3{
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

.servdetail1 p {
    color: #444;
    padding-top: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
}

.servdetail1 h3{
    color: #232323;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.servdetail3{

   /* background: #f9f9f9;*/
    padding: 30px 30px;
   /* box-shadow: 0px 0px 8px #ddd;*/
    border-radius: 10px;
    border:1px solid #ddd;
    margin-bottom: 15px;
}

.servdetail3 b{
   color: #40b5cd;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    display: block;
    text-align: center;
    padding-bottom: 20px;

}

.servdetail3 ul li p{
   color: #444;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 16px !important;
    display: block;

}

.servdetail3 span{
   color: #000;
   font-weight: 600;
   font-size: 16px;
   float: left;
   padding-right: 5px;

}

.servdetail3 i{
     color: #40b5cd;
     padding-right: 8px;
}

.servdetail3 {
    position: relative;
}



.servdetail4{

    /*background: #f9f9f9;*/
    padding: 30px 30px;
   /* box-shadow: 0px 0px 8px #ddd;*/
    border-radius: 10px;
    border:1px solid #ddd;
}

.servdetail4 b{
   color: #40b5cd;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    display: block;
    text-align: center;
    padding-bottom: 20px;

}

.servdetail4 p{
   color: #444;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    display: block;

}

.servdetail4 span{
   color: #000;
   font-weight: 600;
   font-size: 16px;
   float: left;
   padding-right: 5px;

}

.servdetail4 i{
     color: #40b5cd;
     padding-right: 8px;
}

    

.servdetail1 h4{
color: #000;
font-weight: 600;
font-family: "Raleway", sans-serif;
font-size: 22px;
padding-top: 20px;

}

.servdetail5 b{
    color: #40b5cd;
letter-spacing: 1px;
font-family: "Raleway", sans-serif;
font-size: 22px;
display: block;
}

.servdetail5 i{
color: #40b5cd;
font-size: 16px;
padding-right: 5px;
}

.servdetail5 span{
    color: #000;
font-size: 16px;
font-weight: 500;
}

.servdetail2 img{
border: 1px solid #40b5cd80;
border-radius: 4px;
padding: 5px;
}

/*.servdetail3 ul li {
    list-style: disc;
    color: #40b5cd;
    font-size: 22px;
    padding-right: 20px;
}*/

.servdetail4 ul li {
    list-style: disc;
    color: #40b5cd;
    font-size: 22px;
    padding-right: 20px;
}

.servdetail3 ul{
    padding-left: 30px;

}

.servdetail4 ul{
    padding-left: 30px;

}

.input-group input{
    border:none;
    background: none;
    border:1px solid #ddd;



}

.testi h4{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    text-transform: capitalize;
    text-align: center;

}

.testi h4::before {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.testi h4::after {
    background: #01a0e3 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.testi h4 span{
    color: #01a0e3;
}

            /*Contact form*/

.contact-wrapper .contact-one-form form .form-group input {
    width: 100%;
    height: 45px;
    padding: 0 5px;
    border: 1px solid #cbc5c5;
    margin-bottom: 20px;
    transition: 0.3s ease;
    font-size: 14px;
        border-radius: 5px;
}

.contact-wrapper .contact-one-form form .form-group textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #cbc5c5;
    margin-bottom: 25px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
}


.form-group1 textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #cbc5c5;
    margin-bottom: 25px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
    margin-top: 10px;
        border-radius: 5px;
}


.contact-wrapper .contact-one-form form .form-group button {
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background: #55bec7;
    border: 1px solid #55bec7;
    background: #55bec7;
    transition: 0.3s ease;
}

.contact-wrapper .contact-one-form form .form-group button:hover{
    padding: 13px 15px;
    border: 1px solid #55bec7;
    color: #fff;
    text-decoration: none;
    background-color: #01a0e3;
    border-radius: 5px;
}


.contact-wrapper {
    padding: 100px 15px 0px 15px;
}

.contact-wrapper h3 {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-bottom: 60px;
}

.form-group3{
    text-align: center;
    padding: 10px 0px 50px 0px;
}

.form-group3 input{
    background: #01a0e3;
    color: #fff;
        border-radius: 5px;
}

.about-text a {
    color: #fff !important;
    padding: 15px 15px;
    border: 1px solid #55bec7;
    border-radius: 5px;
    background-color: #55bec7;
    font-size: 16px;
    font-weight: bold;
}

.testi{
    padding:10px 15px 110px 0;
}


.testimonial{
            margin: 60px 20px 0 40px ;
        }

        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #55bec7;
            position: relative;
            height: 223px;
        }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #01a0e3;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #01a0e3;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
            
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #01a0e3;
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #01a0e3;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #fff;
            line-height: 23px;
            margin: 0;
        }

        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #000;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
            text-align: center;
        }

        .testimonial .post{
            display: block;
            font-size: 16px;
            color: #01a0e3;
            text-align: center;
            font-weight: bold;
        }

        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #55bec7;
        }

        .owl-page {
            padding-top: 20%;
        }


.cont{
    background-color: #00000008;
    padding: 20px 0px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #01a0e3 !important;
}

.health-form{
    padding: 0px 0 80px 0;
}

.health-form h1{
      font-size: 28px;
      color: #000;
      text-align: center;
      font-weight: bold;
      padding-bottom: 80px;
}

.health1{
    border: 1px solid #01a0e3;
    padding: 25px 5px;
    background: #0000000d;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.health1 strong {
     color: #000 !important; 
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 25px;
    display: block;
}

.health1 a{
    padding: 10px 10px;
    background: #55bec7;
    border: 1px solid #01a0e3;
    border-radius: 5px;
    color: #fff !important;

}


.service-item {
    position: relative;
    background-color: #fff;
    padding: 11px 12px 13px;
margin-bottom: 30px;
border-radius: 4px;
box-shadow: 0 5px 11px 0 rgba(40, 40, 40, 0.08);
    text-align: center;
    border: 1px solid #cccccc94;
}

.service-item .service__icon {
    line-height: 1;
    font-size: 70px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 0px;
}

.service__icon img {
    width: 110px;
}

.service-item .service__title {
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
    margin-top: 0px;
}

.service-item .service__desc {
    font-size: 14px;
    line-height: 24px;
}

.service-item .btn {
    width: 125px;
    height: 40px;
    line-height: 38px;
}

.btn__white {
    background-color: #fff;
    color: #007dfe;
    border: 2px solid #fff;
    text-transform: capitalize;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: .4px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.servdetail1 ul li{
    padding:5px 0;
}


.servdetail1 strong{
    color:#01a0e3;
    font-size:20px;
}


.servdetail5{
    padding: 55px 0 0px 0 !important;
}





                 /*  media*/

@media(max-width: 768px){
    .header{
        height: auto;
    }
    .top-header{
        height: auto;
        padding: 10px 0;
    }
    .top-detail1{
        float: left;
    }
    .navbar-brand{
        height: auto !important;
        margin-top: -15px !important;
    }
  
    .navbar{
        margin-bottom: 0px !important;
    }
    .carousel-indicators{
        top: 82px !important;
        font-size: 12px !important;
    }
    .carousel-caption{
    text-align: left !important;
    top: -20px !important;
    left: 13% !important;
}
.carousel-caption h2{
    font-size: 15px !important;
    margin-top: 40px !important;
}
.carousel-caption h4{
    font-size: 10px;
    color: #eee;
    margin-top: -9px;
    display: none;

}
.carousel-caption p{
    color: #fff;
    font-size:15px !important;
    margin-top: -10px;
}
.carousel-caption p span{
    color: #27aae2;
}
    .bottom{
        margin-top: 5px;
    }
    .hmpgform{
        display: none;
    }
    .hmform{
        position: relative;
        margin-top: 30px;
        margin-left: 0px;
        width: 100%;
    }
    .bottom-text h4{
        font-size: 15px;
    }
    section.loan-second-services.section-padding{
        padding: 0px;
    }
    section.loan-calculator{
        background-image: none !important;

    }
    section.loan-calculator::before{
        width: 100%;
    }
    .why-text{
        padding: 0px !important;
    }
    .partner-area{
        padding: 30px 0;
    }
    .help-head h4{
        text-align: center;
    }
    .help-head ul{
        text-align: center;
    }
    li.hide{
        display: none;
    }
    .help-head ul li{
        font-size: 14px;
    }
    .navbar-nav{
        margin-top: 0px !important;
    }
    .navbar-nav li a{
        padding: 5px 15px !important;
        color: #000;
        font-size: 14px;
    }
    .con-form{
        margin-top: 15px;
        padding: 10px 15px;
    }
    .site-button{
        width: 40%;
    }
    .ploan-1{
        margin-top: 15px;
        height: auto !important;
    }

 .about-area {
    padding: 22px 15px !important;

}  

.about-text{
    padding: 0 20px;
}

.about-text b {
    font-size: 14px !important;
} 
    
.about-text p {
    font-size: 14px !important;
} 

.about-img1 img {
    border: 1px solid #40b5cd80;
    border-radius: 4px;
    padding: 5px;
    margin-top:25px;
}

.image {
    width: 100% !important;
}

.service1 {
    position: relative;
    box-shadow: 0px 5px 10px #ddd;
    margin-bottom: 25px;
}

.overlay {
    left: 0px;
    height: 85%;
}

.service2 {
  right: 0px !important;

}

.article{
    background-size: cover;
    height: auto;
}

.article1 h3 {
    font-size: 19px;
}

.article1 p {
    padding-left: 15px;
     padding-right: 10px;
    text-align: left!important;
}

.article {
    padding: 14px 0px 43px 0px;
}

.product {
    padding: 14px 0 16px 0;
    }

.product h4 {
    font-size: 17px;

}

.product1 {
   margin-bottom: 16px;
}

.pro {
    padding-top: 0px;
    padding-bottom: 4px;
}

.pgl-about{
    background-size: cover;
    height: auto;
    width: 100%;
}

}





