@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');



body {

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    color: #111111;

}



a,

img {

    text-decoration: none;

    outline: none;

    border: none;
	 max-width: 100%;
  	display: block;

}



a,

.btn {

    transition: all .5s;

}



.btn:focus,

.form-control:focus {

    box-shadow: none;

}



:focus {

    outline: 0 !important;

}



a,

a:hover,

a:focus,

a:active {

    text-decoration: none;

    outline: 0px;

}



ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

}



p:last-child {

    margin-bottom: 0;

}

.bannerhead{
   /* color:#91267F;*/
    padding:10px;
	/*background-color: #f8b638;*/
	background-color: #fff;
    /*background: linear-gradient(to right, #FFDE59 , #FF914D);*/
    border:5px solid #000;
	margin-bottom:10px;
}

.bannerhead p{
    font-family: "Bodoni MT", sans-serif;
    font-size: 28px;
	font-weight:700;
    margin: auto !important;
	color: #508132  !important;
}

.bannerhead a {
    color: #fff;
}

.bannerhead img{
    background: #000;
	padding:5px;
}



/*.bannerhead .btn-getstarted, .header .btn-getstarted:focus {
    color: var(--color-inverse);
    background: var(--color-primary);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}*/

header {

    position: fixed;

    top: 0;

    z-index: 1024;

    width: 100%;

    background: rgba(0, 0, 0, 0.7);

    height: 107px;

}



header.sticky {

    /*background: rgba(0,0,0,0.7);*/

   /* background: rgb(144 38 128 / 90%);*/
	background: rgb(80 129 50 / 90%);

}



.bg-light {

    background-color: transparent !important;

    padding: 0;

    /* align-items: flex-start; */

}



.header-info li {

    display: inline-flex;

    margin-right: 25px;

}



.header-info li a {

    color: #fff;

}

.header-info li a:hover{

    color: #F9B638;

}



.header-info li a span{

   /* background: #F9B638;*/
	background: #fff;

    width: 27px;

    height: 27px;

    border-radius: 50px;

   /* color: #000;*/
	color: #508132;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    margin-right: 7px;

}



.navbar-nav {

    justify-content: flex-end;

    border-top: 1px solid #fff;

    /* margin-top: 17px; */

}



.navbar-collapse div {

    width: 100%;

    margin-top: -5px;

}



.navbar-light .navbar-nav .nav-link {    

    color: #fff;

    font-weight: 500;

    border-right: 1px solid #fff;

    line-height: 0px;

    display: inline-block;

    padding: 7px 15px;

    margin-top: 15px;
    white-space: nowrap;
}



.navbar-light .navbar-nav .nav-item:last-child .nav-link{

    border-right: 0;

    padding-right: 0;

}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: rgb(80, 129, 50);
	background: #fff;

}



.login-btn {

    position: absolute;

    right: 0;

    /*background: #91267f;*/
	
	background: #508132;

    padding: 5px 20px;

    border-radius: 40px;

    top: 17px;

}



.login-btn:hover{

    background: #fff;

    color: #000 !important;

}



.banner-wrapper {

    background: url(../images/banner-img.jpg) center / cover no-repeat;
	object-fit: fill;

    height: auto;/*900px;*/

    display: block; /*flex;*/

    align-items: center;
	 max-width: 100%;
	background-position: 0 0px !important;

}



.header-info {

    /* margin-top: -20px; */

    margin-bottom: 10px;

}



.banner-wrapper h1 {

    font-size: 42px;

    font-weight: 800;

    color: #508132;

   /* margin-bottom: 30px;*/

}



.banner-wrapper h1 span {

    color: #000;

}



.banner-wrapper h1:after {

    content: '';

    background: #508132;

    width: 79px;

    height: 3px;

    display: block;

    position: relative;

    left: -30px;

    margin-top: 40px;

}



.banner-left-content {

    max-width: 540px;

    margin-left: 80px;

}



.banner-wrapper p {

    color: #000;
	font-weight: 800;


}


.search-form {

    position: relative;

}



.form-control {

    background: #fff;

    height: 66px;

    border-radius: 50px;

    padding: 0 20px;

}



.search-icon {

    background: #508132;

    color: #fff !important;

    font-size: 22px;

    width: 59px;

    height: 59px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    top: 3px;

    right: 3px;

}

.search-icon:hover{

    background: #000;

    color: #508132 !important;

}



.single-proffesion {

    background: #fff;

    border-radius: 10px;

    color: #000;

    padding: 18px 20px;

    display: block;

    position: relative;

    width: 90%;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 50px;

    min-height: 67px;

    display: flex;

    align-items: center;

    transition: all 0.6s;

    height: calc(100% - 50px);

    padding-right: 40px;

}

.single-proffesion:hover {

    background: #000;

    color: #fff;

    transform: translate(20px, 0);

}



.proffesion-icon {

    position: absolute;

    right: -20px;

    top: 9px;

}



.purple-bg {

   /* background: rgba(145, 38, 127, 0.8); */
	/* background: rgba(61, 180, 83, 0.8); */
	background: rgba(80, 129, 50, 0.8);

    height: 793px;

    display: flex;

    align-items: center;

    position: relative;

    top: 53px;

}



.small-title {

    text-align: center;

    color: #fff;

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 60px;

}



.small-title span {

   /* color: #F8B638;*/
	color:#000;

}





.about-wrapper{

    position: relative;

}


.about-wrapper a{display:contents;}

/*.about-wrapper:before {

    content: '';

    background: url(../images/dotted-bg.png) no-repeat left;

    width: 423px;

    height: 538px;

    display: block;

    position: absolute; 

}*/



.about-wrapper .btn-default{

    position: absolute;
    bottom: -53px;
    left: 35px;

}



.about-big-text{

        font-size: 150px;

    color: #ECECEC;

    font-weight: 900;

    position: absolute;

    transform: rotate(

-90deg

);

    right: -160px;

    bottom: 210px;

}

.common-padding {

    padding: 100px 0

}

.about-back-img{

    max-width: 400px;
    min-width: 400px;
	position: relative;
	margin-bottom:20px;

}

.about-back-img:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 6px solid #508132;
    position: absolute;
    left: -20px;
    top: -20px;
    display: block;
    z-index: -1;
}

.about-img-small {

    position: absolute !important;

    right: 5px;

    /*bottom: -60px; */

    border: 5px solid #fff;

    max-width: 300px;

}



.triangle-shape {

    position: absolute;

    right: 14px;

    top: 0;

}



.section-title {

    font-size: 46px;

    font-weight: 800;

    color: #000;

    margin-bottom: 30px;

}



.section-title:after {

    content: '';

    background: #508132;

    width: 79px;

    height: 3px;

    display: block;

    position: relative;

    left: -30px;

    margin-top: 0px;

}



.about-icon {

    background: #508132;

    width: 65px;

    height: 65px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 20px;

    transition: all 0.5s;

}

.about-icon:hover{

    background: #000;

}



.about-wrapper .media h3 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 7px;

}



.about-wrapper p {

    font-size: 16px;

   /* color: #444444;*/
	  

}



.highlight-txt {

    color: #000000 !important;

    border-left: 2px solid #508132;

    padding-left: 20px;

    font-weight: 500;

}



.insurance-wrapper {

    background: rgb(80 129 50 / 70%);/*url(../images/insurance-bg.jpg) no-repeat center / cover;*/

    position: relative;

    margin-top: 80px;

}



.section-title.text-center:after {

    content: '';

    background: #508132;

    width: 3px;

    height: 79px;

    display: block;

    position: absolute;

    left: 0;

    margin-top: 0;

    right: 0;

    margin: 0 auto;

    top: -40px;

}



.insurance-wrapper li {

    color: #fff;

    position: relative;

    overflow: hidden;

    padding: 10px;  

}



.insurance-txt {

    position: absolute;

    bottom: 0;

    z-index: 5;

    padding: 20px 30px;

    transform: translate(0px, 102px);

    transition: all 0.5s;

}

.insurance-txt a{

    color: #508132;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

}

.insurance-txt h4{

    border-bottom: 1px solid #F9B638;

    padding-bottom: 15px;

    margin-bottom: 15px;

    font-size: 26px;

    font-weight: 400;

}

.insurance-txt p{

    font-size: 16px;

}

.insurance-txt span{

    font-size: 16px;

    font-weight: 800;

    margin-bottom: 10px;

    display: inline-flex;

}

.insurance-wrapper li:hover .insurance-txt{

    transform: translate(0px, 0px);

	

}

.jcarousel-control-prev, .jcarousel-control-next{

    font-size: 16px;
    z-index: 5;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover{

    background: #000;

    color: #fff;

}

.personal-insurance-wrapper{

    position: relative;

}

.get-quote-wrapper{

    background: url(https://selectinsure.com.au/wp-content/uploads/2024/02/quotebanner.png) no-repeat center / cover;

    background-attachment: fixed;

    height: 340px;

    position: relative;

}

.quote-box {

    background: #508132 ;/*url(../images/quote-bg.png) no-repeat;*/

    padding: 40px 30px;

    border-radius: 30px 0px 0px 30px;

    color: #fff;

    /* position: absolute; */

    /* bottom: -60px; */

    /* left: 0; */

    /* right: 0; */

    position: relative;

    top: 280px;

    left: 20%;

    width: 80%;

}

.quote-box:after {

    content: '';

    background: #91267f;

    width: 70%;

    right: 0;

    display: block;

    position: absolute;

}

.get-quote-wrapper h4{

    font-size: 26px;

    font-weight: 400;

}

.btn-default{

    border: 1px solid #3a5a23;

    padding: 15px 25px;

   /* color: #91267f;*/
	color:#3a5a23;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 600;

    border-radius: 0;

    min-width: 214px;

    text-align: left;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    transition: all 0.6s;

}

.btn-default:hover{

    /*background: #91267f;*/
	
	background:#508132;

    color: #fff;

}



.white-btn{

    border: 1px solid #fff;

    color: #fff;

}

.white-btn:hover{

    background: #fff;

    color: #508132;

}

.news-article-wrapper{

    position: relative;

    margin-top: 120px;

}

.section-title.text-center:after{

    

}

.navbar-light .navbar-brand{

    padding: 0;

}

.single-prsnl-insurance{

    background: #fff;

    border-radius: 18px;

    box-shadow: 0 0 10px rgba(0,0,0,0.2);

    overflow: hidden;

    position: relative;

}

.ins-image{

    position: relative;

}

.single-prsnl-insurance .ins-image:after{

    content: '';

    background: -moz-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.24)), color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(255,255,255,0.55)), color-stop(100%, rgba(255,255,255,1)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(255,255,255,0.55) 55%, rgba(255,255,255,1) 100%);

    position: absolute;

    top: 130px;

    left: 0;

    bottom: 0;

    right: 0;

    transition: all 0.6s;

}



.single-prsnl-insurance:hover .ins-image:after{

   background: -moz-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(80, 129, 50,0.55) 55%, rgba(80, 129, 50,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.24)), color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(80, 129, 50,0.55)), color-stop(100%, rgba(80, 129, 50,1)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(80, 129, 50,0.55) 55%, rgba(80, 129, 50,1) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(80, 129, 50,0.55) 55%, rgba(80, 129, 50,1) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(80, 129, 50,0.55) 55%, rgba(80, 129, 50,1) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(80, 129, 50,0.55) 55%, rgba(80, 129, 50,1) 100%);

    transition: all 0.6s;

}

.prsnl-ins-content{

    padding: 20px;

    transition: all 0.6s;

}

.personal-insurance-wrapper .jcarousel{

    padding: 10px;

}

.prsnl-ins-content h3{

    font-size: 22px;

    margin: 13px 0;

}



.prsnl-ins-icon{

    width: 56px;

    height: 56px;

    display: block;

}

.prsnl-ins-icon-1{

    background: url(../images/prsnl-insurance-icon-1.png) no-repeat center;

}

.prsnl-ins-icon-2{

    background: url(../images/prsnl-insurance-icon-2.png) no-repeat center;

}

.prsnl-ins-icon-3{

    background: url(../images/prsnl-insurance-icon-3.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-1{

    background: url(../images/prsnl-insurance-icon-1-hov.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-2{

    background: url(../images/prsnl-insurance-icon-2-hov.png) no-repeat center;

}

.single-prsnl-insurance:hover .prsnl-ins-icon-3{

    background: url(../images/prsnl-insurance-icon-3-hov.png) no-repeat center;

}



.personal-insurance-wrapper .jcarousel-control-prev {

    left: -80px;

}

.personal-insurance-wrapper .jcarousel-control-next {

    right: -60px;

}



.prsnl-ins-content p{

    font-size: 16px;

    color: #333333;

}

.prsnl-ins-content a{

   /* color: #91267F;*/
	color:#508132;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 700;

}

.single-prsnl-insurance:hover .prsnl-ins-content a{

    color: #000;

}

.personal-insurance-wrapper .jcarousel li{

    padding: 15px;

}

.single-prsnl-insurance:hover .prsnl-ins-content{

   /* background: #F9B638;*/
	background:#508132;

}

.news-title{

    color: #fff;

    font-size: 22px;

    font-weight: 600;

    line-height: 26px;



}

.single-news{

    position: relative;

    border-radius: 20px;

    overflow: hidden;

}

.news-content{

    position: absolute;

    bottom: 0;

    padding: 10px 20px;

    z-index: 1;

}

.single-news:after{

    content: '';

    background: rgba(0,0,0,0.24);

    background: -moz-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.24)), color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(0,0,0,0.55)), color-stop(100%, rgba(0,0,0,1)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,1) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,1) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,1) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,1) 100%);

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

}

.single-news:hover .news-title{

    color: #508132

}

footer{

    /*background: #222222 url(../images/footer-bg.png) no-repeat center / cover;*/
	background: #222222;

    text-align: center;

}

.footer-links{

       

    padding: 90px 0 60px;

}

.footer-links li{

    display: inline-flex; 

}

.footer-links li a{

    color: #fff;

    padding: 0 20px;

}

.footer-links li a:hover{

    color: #F9B638;

}

.footer-links li:after{

    content: '/';

    color: #fff;

}

.footer-links li:last-child:after{

    content: none;

}

.social-icons{

    padding-bottom: 50px; 

}

.social-icons li{

    display: inline-flex;

    margin-right: 20px;

}

.social-icons li a{

    color: #508132;

    background: #fff;

    width: 48px;

    height: 48px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

}

.social-icons li a:hover{

    background: #508132;

    color: #fff;

}

.copytight-txt{

    border-top: 1px solid #595959;

    padding: 20px 0;

    color: #fff;

    text-align: center;

}

.news-article-wrapper .section-title.text-center:after{

        top: -10px;

    }

/*inner pages*/



.innerpage-wrapper{

   /* background: url(../images/inner-banner.jpg) no-repeat center / cover;*/
	
	background: url(https://selectinsure.com.au/wp-content/uploads/2024/02/Untitled-design-6.png) no-repeat center / cover;
	

    height: 450px;

    display: flex;

    align-items: center;

}

.page-title{

    font-size: 56px;

    color: #fff;

    font-weight: 800;

    position: relative;

    margin-top: 40px;

}

.page-title span{

    color: #000;

}

.page-title:after{

    content: '';

    background: #508132;

    width: 79px;

    height: 3px;

    position: absolute;

    bottom: -20px;

    left: -20px;

}

.why-choose-box{

    background: #508132 url(../images/dotted-bg-white.png) no-repeat left;

    border-radius: 28px;

    padding: 50px 30px;

    color: #fff;

    position: relative;

    margin-top: -120px;

}

.why-choose-box:before{

    content: '';

    background: rgba(80,129,50,0.3);

    border-radius: 28px;

    position: absolute;

    top: 10px;

    left: -10px;

    right: 0;

    bottom: -10px;

}

.why-choose-box h2{

    font-size: 120px;

    font-weight: 700;

}

.year-txt{

    font-size: 40px;

    font-weight: 300;

    line-height: 45px;

}

.single-count{

    margin-bottom: 57px;

}

.single-count:last-child{

    margin-bottom: 0;

}

.single-count h3{

    font-size: 45px;

    font-weight: 800;



}

.single-count p{

    font-size: 22px;

    font-weight: 400;

    line-height: 26px;

}

.accordion .card{

    border: 0;

        margin-bottom: 20px;

}

.accordion .card-header{

    border: 0;

        padding: 10px 0;

}

.accordion .btn-link {

    color: #000;

    font-weight: 700;

    font-size: 16px;

    padding: 0;

    text-decoration: none !important;

    display: flex;

    align-items: center;

}

.collapse-icon:after{

    content: '-';

    background: #508132;

    color: #000000;

    width: 50px;

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-right: 30px;

    font-size: 34px;

    font-weight: 500

}

.collapsed .collapse-icon:after{    

    content: '+';

    background: #508132;

    color: #fff;



}

.article-wrapper .single-news{

    margin-bottom: 30px;

}

.detail-news{

    float: left;

    margin-right: 50px;

}

.news-img-big{

    max-width: 580px;

    float: left;

}

.highlighted-text{

    font-size: 16px;

    font-weight: 500;

    border-left: 3px solid #91267F;

    padding: 10px 20px;

    color: #000 !important;

}

.news-detail-title:after{

    left: 600px;

}





/*board&management-start*/

 .board-box{

    background: #fff;

    padding: 30px;

    border-radius: 20px;

    box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    -webkit-box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    -moz-box-shadow: -5px 3px 49px -5px rgba(0,0,0,0.53);

    margin-bottom: 30px;

}

.board-box h2{

    font-size: 24px;

    font-weight: 800;

    margin-bottom: 10px;

}

.board-box h2:after {

    content: '';

    background: #F9B638;

    width: 39px;

    height: 3px;

    display: block;

    position: relative;

    left: -10px;

    margin-top: 15px;

}

.bard-icon li {

    margin-right: 5px;

}

.social-icons.bard-icon{

    text-align: center;

    margin-top: -25px;

}

.board-detail{

    text-align: center;

    margin-top: -30px;

}

.board-detail p{

    color: #91267F;

    font-size: 14px;

    font-weight: 800;

    margin-bottom: 0px;

}

.board-detail a{

    color: #F8B638;

    font-size: 18px;

    font-weight: 800;

}

.baord-ttl{

    font-size: 22px;

    font-weight: 800;

}

.mb-20{

    margin-bottom: 20px;

}

.baord-main{

    margin-bottom: 50px;

}

.mt-140{

    margin-top: 140px;

}

/*board&management-start*/



/*faq-start*/

.accordion>.card .card-header {

    margin-bottom: 5px;

}

.box-2 {

    border-radius: 28px;

    padding: 30px;

    color: #fff;

    position: relative;

    background: #91267f;

    margin-top: 0px;

    z-index: 1;

}

.box-2:before {

    content: '';

    background: rgba(145,38,127,0.3);

    border-radius: 28px;

    position: absolute;

    top: 10px;

    left: -10px;

    right: 0;

    bottom: -10px;

    z-index: -1;

}

.box-2 h2{

    color: #fff;

    font-weight: 600;

    font-size: 22px;

    margin-bottom: 20px;

}

.box-2 p{

    margin-bottom: 30px;

}

/*faq-end*/



/*contact-us-start*/

.form-data .form-group label{

    font-size: 14px;

    color: #000;

    font-weight: 700;

}

.form-data{

    position: relative;

}

.form-bg:before {

    content: '';

  /*  background: url(../images/contact-bg.jpg) no-repeat center / cover; */
	
	background:#508132;

    width: 50%;

    position: absolute;

    top: 0;

    right: 0;

    height: 100%;

}

.white{

    color: #fff;

}

.spl-pad{

    padding: 0 60px;

}

.contact-info li{

    position: relative;

    color: #fff;

    font-size: 18px;

    font-weight: 600;

    text-transform: uppercase;

    padding: 15px 0px 80px 100px;

}

.contact-info li:before {

    content: '';

    border-right: 2px dashed #fff;

    width: 1px;

    height: 64px;

    display: block;

    position: absolute;

    top: 78px;

    z-index: 0;

    left: 36px;

}

.contact-info li:last-child:before{

    display: none;

}

.contact-info li.phn:after{

    content: '';

    background: url(../images/phone-icon.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li.email:after{

    content: '';

    background: url(../images/email-cion.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li.adrs:after{

    content: '';

    background: url(../images/location-icon.png) no-repeat;

    width: 80px;

    height: 80px !important;

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;



}

.contact-info li span{

    display: block;

    font-size: 15px;

    font-weight: lighter;

    color: #fff;

    text-transform: capitalize;

}

.contact-info li span a{

    color: #fff;

}

.spl-pad2{

    padding-right: 35px;

}

.form-group input::placeholder, .form-group textarea::placeholder, .form-group select{

    color: #333;

    font-size: 13px;

    font-weight: 500;

}

.spl-pad2 .form-group{

    margin-bottom: 30px;

}

.spl-pad2 textarea.form-control {

    padding: 10px 20px;

}

/*contact-us-end*/



/*business-insurance-css-start*/

.b-insurance{

    border-radius: 0px;

}

.b-insurance .news-title {

    color: #fff;

    font-size: 24px;

    font-weight: 300;

    line-height: 26px;

    padding: 20px 0px;

    display: block;

    border-bottom: 1px solid #F8B638;

}

.b-insurance .news-title span{

    float: right;

}

.b-insurance .news-content {

    width: 100%;

}

/*busienss-insurance-css-end*/

.mb-30{

    margin-bottom: 30px;

}



.card-body{

    padding: 20px 0 10px;

    font-size: 16px;

    color: #444444;

}

.pad-board{

    padding: 60px 0;

}

/*.board-box:last-child{

    margin-bottom: 0;

}*/

.faq-wrapper{

    padding-top: 80px;

    padding-bottom: 50px;

}

.contact-wrapper{

    padding: 93px 0

}



.single-insurance-thumb .insurance-txt{
    transform: none;
    right: 0;
    left: 0;
    color: #fff;
    position: relative;
    background: #1d1d1d;
    padding: 20px;
}

.single-insurance-thumb .insurance-txt h4 {
        border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.single-insurance-thumb .insurance-txt p{
    font-size: 14px;
}

.col-md-5th{
    max-width: 20%;
    flex: 0 0 20%;
}

.single-insurance-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.single-insurance-thumb:hover .insurance-txt{
       /* background: #9a3a8b;*/
	background:#508132;
}

.single-insurance-thumb:hover .insurance-txt a{
       /* background: #9a3a8b;*/
	color:#000;
}

.single-insurance-thumb:hover .img-hover-effect img{
    -webkit-transform: rotate(
0deg
) scale(1.4);
    transform: rotate(
0deg
) scale(1.4);
}

.img-hover-effect img{
    max-height: 400px;
}
.single-insurance-thumb .insurance-txt{
    min-height: 180px;
}
.insurance-wrapper .jcarousel{
    margin: 0;
}

.insurance-wrapper .jcarousel-control-prev{
    left: 0;
}