/**********************************************/
/*
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900);
*/
@font-face {
    font-family: 'WorkSans-Regular';
    src:  url('fonts/WorkSans-Regular.otf')  format('opentype');
    src:  url('fonts/WorkSans-Regular.woff')  format('woff'), 
        url('fonts/WorkSans-Regular.ttf')  format('truetype'), 
        url('../fonts/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-Bold';
    src:  url('fonts/WorkSans-Bold.otf')  format('opentype');
    src:  url('fonts/WorkSans-Bold.woff') format('woff'), 
        url('fonts/WorkSans-Bold.ttf')  format('truetype'), 
        url('fonts/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-Light';
    src:  url('fonts/WorkSans-Light.otf')  format('opentype');
    src:  url('fonts/WorkSans-Light.woff')  format('woff'), 
        url('fonts/WorkSans-Light.ttf')  format('truetype'), 
        url('fonts/WorkSans-Light.svg#WorkSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*** 

====================================================================
        Reset
====================================================================

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

/*** 

====================================================================
        Global Settings
====================================================================

 ***/

body {
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    color:#888888;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#ffc722;
}

.floating-menu{position:relative;z-index:9999;
}
.floating-menu .float-btn{position:fixed; left:0px; top:200px;}
.main-menu .dropdown-menu {margin:11px 0 0 }
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}

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

input,button,select,textarea{
    font-family: 'PT Sans', sans-serif;
}

p{
    position:relative;
    /*line-height:1.9em;*/
    font-weight:400;	
}
.f-iconbox .title-titel{margin-top: 84px !important;}

.strike-through{
    text-decoration:line-through;	
}

.auto-container{
    position:static;
    max-width: 1250px;
    /*padding:0px 15px;*/
    margin:0 auto;
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:320px;
    min-height:500px;

}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;	
}

.theme-btn{
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    font-family: 'Raleway', sans-serif;
}

.centered{
    text-align:center;	
}

.txt-left{
    text-align:left;	
}
.anim-3,.anim-3-all *{
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;	
}

.default-btn{
    position:relative;
    padding:10px 25px;
    line-height:24px;
    text-transform:uppercase;
    background:none;
    color:#ffffff !important;
    font-size:14px;
    border:2px solid #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.default-btn .fa{
    padding-right:5px;	
}
.default-btn.style-two,
.default-btn:hover{
    background:#ffc722;
    color:#ffffff !important;
    border-color:#ffc722 !important;	
}
.normal-btn{
    position:relative;
    padding:9px 25px;
    line-height:24px;
    text-transform:uppercase;
    background:#ffc722;
    color:#ffffff !important;
    font-size:14px;
    border:2px solid #ffffff !important;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    border-radius:20px;
    -webkit-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    -moz-border-radius:20px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.normal-btn .fa{
    padding-right:5px;	
}
.normal-btn:hover{
    background:#ffc722;
    color:#ffffff !important;
    border-color:#1a1a1a !important;
}
.clear{
    clear:both;
}
.pb-35 {
    padding-bottom: 35px;
}
.pl-0{
    padding-bottom: 0px;
}

.no-bg{
    background:none !important;
}
.border-eee{border:none !important;border-top: 1px solid #eee!important;}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-15 {
    margin-left: 15px;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

.text-black {
    color: #000000 !important;
}
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.fullwidth {
    width: 100%;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px !important;
}
.font-32 {
    font-size: 32px;
}
.font-64 {
    font-size: 64px;
}
.font-72 {
    font-size: 72px;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.bold {
    font-weight: bold;
}
.border-1px {
    border: 1px solid #eee;
}
.border-bottom {
    border-bottom: 1px solid #eee;
}
.brder-left-3 {
    border-left: 3px solid #ddd;
}
.bdrs-0 {
    border-radius: 0 !important;
}
.border-thm{
    color: #ffc722;
}
.img-fullwidth {
    width: 100%;
}
.text-thm {
    color: #ffc722 !important;
}
.bg-thm {
    background: #ffc722;
}
.text-white {
    color: #ffffff;
}
.text-dark {
    color: #1a1a1a;
}
.text-777 {
    color: #777777;
}
.text-violet {
    color: #79297a;
}
.text-uppercase {
    text-transform: uppercase;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
.bold {
    font-weight: bold;
}
.width-100{
    width:100%!important;
}
.thm-btn {
    background: #ffc722;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 35px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.btn-flat {
    border-radius: 0;
}
.thm-btn:hover,
.thm-btn.inverse {
    background-color: #fff;
    border-color: #ffc722;
    color: #ffc722;
}
.thm-btn:active,
.thm-btn:focus {
    background-color: #fff;
    border-color: #ffc722;
    color: #ffc722;
}
.thm-btn.inverse:hover {
    background: #ffc722;
    border-color: #ffc722;
    color: #fff;
}
.btn-xs {
    font-size: 11px !important;
    padding: 8px 15px !important;
}
/* .overlay styles */

.overlay-white {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.overlay-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background: #fff;
    opacity: .9;
}
.layer-overlay::before {
    background: rgba(15, 18, 20, 0.65) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.layer-overlay.overlay-white-7::before {
    background: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
    background: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
    background: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark-3::before {
    background: rgba(0, 0, 0, 0.3);
}
.layer-overlay.overlay-dark-4::before {
    background: rgba(0, 0, 0, 0.4);
}
.layer-overlay.overlay-dark-5::before {
    background: rgba(0, 0, 0, 0.5);
}
.layer-overlay.overlay-dark-7::before {
    background: rgba(0, 0, 0, 0.7);
}
.layer-overlay.overlay-dark-8::before {
    background: rgba(0, 0, 0, 0.8);
}
.layer-overlay.overlay-dark-9::before {
    background: rgba(0, 0, 0, 0.9);
}
.bg-img-cover {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
.bg-img-cover2 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.bg-white {
    background: #ffffff;
}
.bg-f7 {
    background: #f7f7f7;
}

/*** 

====================================================================
        Main Header style
====================================================================

***/

.main-header{
    position: absolute;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
}
.main-header .header-top{
    position:relative;
    border-bottom:1px solid rgba(0,0,0,0.30);
    padding:0px 0px;
    background: rgba(0,0,0,0.9);
}
.main-header .header-top .top-left{
    position:relative;
    float:left;
}
.main-header .header-top ul li{
    position:relative;
    display:inline-block;
    margin-left:15px;
    font-weight:400;
    font-family: 'Oswald', sans-serif !important;
}
.main-header .header-top ul li p{
    font-size:20px;
    color: #fff;
}

.main-header .header-top .top-left ul li{
    margin-right:20px;
    margin-left:0px;	
}
/*
.main-header .header-top ul li a{
        position:relative;
        display:block;
        line-height:25px;
        color:#fff;
        font-size:16px;
        transition:all 0.7s ease;
        -moz-transition:all 0.7s ease;
        -webkit-transition:all 0.7s ease;
        -ms-transition:all 0.7s ease;
        -o-transition:all 0.7s ease;
        font-family: 'Oswald', sans-serif !important;
            text-transform: uppercase;
}
*/
.main-header .header-top ul li .fa{
    position:relative;
    top:1px;
    font-size:20px;
    padding-right:5px;	
}
/*
.main-header .header-top ul li a:hover{
        color:#ffffff;
}
*/

.top-href{
    position:relative;
    display:block;
    line-height:25px;
    color:#fff;
    font-size:16px;
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
}

.top-href:hover{
    color:#ffffff;
}

.top-href-text{
    position:relative;
    display:block;
    line-height:25px;
    color:#fff;
    font-size:14px;
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    font-family: 'Oswald', sans-serif !important;
}

.main-header .header-top .top-right{
    position:relative;
    float:right;
}
.top-right p{font-family: 'Oswald', sans-serif;font-weight:400;}
.main-header .header-lower{
    position:relative;
    padding:0px 0px;
    background: rgba(0,0,0,0.3);
    width:100%;
    left:0px;
    top:0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    height: 55px;
}
.fixed-header .header-lower{
    position:fixed;
    padding:0px !important;
}
.main-header .header-lower .outer-box{
    position:relative;
    padding:0px 0px 0px 0px;
}
.main-header .header-lower .search-box-btn{
    position:absolute;
    right:80px;
    top:35px;
    width:40px;
    padding-left:10px;
}
.main-header .header-lower .search-box-btn .search-btn{
    position:relative;
    display:block;
    font-size:18px;
    color:#ffffff;
    line-height:30px;
    width:30px;
    height:30px;
    text-align:center;
    cursor:pointer;
}

.main-header .header-lower .search-box-btn .search-btn:hover{
    color:#f1f1f1;
}
.main-header .header-lower .logo{
    position: absolute;
    float: left;

    background: #ffc722;
    top: -59px
}
.main-header .header-lower .logo:before{
    content:'';
    position:absolute;
    right:100%;
    top:0%;
    width:3000px;
    height:100%;
    background:#ffc722;	
}
.main-header .header-lower .logo:after{
    content:'';
    position:absolute;
    left:80%;
    top:0%;
    width:100px;
    height:100%;
    background:#ffc722;
    transform:skewX(-36deg);
    -webkit-transform:skewX(-26deg);
    -ms-transform:skewX(-36deg);
    -o-transform:skewX(-36deg);
    -moz-transform:skewX(-36deg);	
}
.main-header .header-lower .logo img{
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    margin-top: 13px;
    margin-bottom: 17px;
}
.main-menu{
    position:relative;
    /*float:right;*/
    padding:26px 0px;	
}
.main-menu .navbar-collapse{
    padding:0px;	
}
.main-menu .navigation{
    position:relative;
    float:right;
    margin:0px;
    font-family: 'Raleway', sans-serif;
}
.main-menu .navigation > li{
    position:relative;
    float:left;
    padding:0px;
    margin-right: 28px;
}
.main-menu .navigation > li > a{
    position:relative;
    display:block;
    padding:0px 6px;
    font-size:15px;
    color: #fff;
    line-height:1px;
    /*font-weight:700;*/
    text-transform:uppercase;
    opacity:1;
    font-family: 'Oswald', sans-serif; 

}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
    color: #fff;
    opacity:1;
    /*padding-left: 10px;*/
}
.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:160%;
    width:210px;
    padding:0px;
    border:1px solid #ffffff;
    z-index:100;
    background:#ffc722;
    visibility:hidden;
    opacity:0;
    border-radius:0px 5px 5px 5px;
    -ms-border-radius:0px 5px 5px 5px;
    -webkit-border-radius:0px 5px 5px 5px;
    -moz-border-radius:0px 5px 5px 5px;
    -o-border-radius:0px 5px 5px 5px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul:before{
    font-family: 'FontAwesome';
    content: "\f0d8";
    position:absolute;
    left:15px;
    top:-19px;
    padding-top:4px;
    display:block;
    width:100%;
    width:100%;
    height:20px;
    display:block;
    color:#ffc722;
    line-height:20px;
    font-size:28px;
    z-index:5;	
}
.main-menu .navigation > li:hover > ul {
    top:120%;
    opacity:1;
    visibility:visible;	
}
.main-menu .navigation > li > ul > li{
    position:relative;
    float:none;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,0.50);
}
.main-menu .navigation > li > ul > li:last-child{
    border:none;	
}
.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:5px 10px;
    font-weight:normal;
    font-size:13px;
    color:#ffffff;
    font-weight:500;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Oswald', sans-serif; 
}
.main-menu .navigation > li > ul > li:hover > a{
    color:#ffffff;
    background-color:#79297a;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
    font-family: 'FontAwesome';
    content: "\f0da";
    position:absolute;
    right:10px;
    top:8px;
    width:10px;
    height:20px;
    display:block;
    color:#ffffff;
    line-height:20px;
    font-size:16px;
    text-align:center;
    z-index:5;	
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
    color:#1a1a1a;	
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
    color:#ffffff;	
}
.main-menu .navigation > li > ul > li  > ul{
    position:absolute;
    left:110%;
    top:-12px;
    width:180px;
    padding:0px;
    border:1px solid #ffffff;
    border-top-width:2px;
    z-index:100;
    background:#ffc722;
    visibility:hidden;
    opacity:0;
    border-radius:0px 5px 5px 5px;
    -ms-border-radius:0px 5px 5px 5px;
    -webkit-border-radius:5px 0px 5px 5px;
    -moz-border-radius:0px 5px 5px 5px;
    -o-border-radius:0px 5px 5px 5px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > ul {
    left:100%;
    opacity:1;
    visibility:visible;	
}
.main-menu .navigation > li > ul > li  > ul > li{
    position:relative;
    float:none;
    width:100%;
    border-bottom:1px solid #ffffff;
}
.main-menu .navigation > li > ul > li  > ul > li:last-child{
    border:none;	
}
.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
    display:block;
    padding:4px 10px;
    font-weight:normal;
    font-size:13px;
    color:#ffffff;
    font-weight:500;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li  > ul > li:hover > a{
    color:#ffffff;
    background-color:#79297a;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:6px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    background:url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size:20px;
    cursor:pointer;
    z-index:5;
    display:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    -moz-border-radius:3px;
}
.appoinment-btn {
    position: absolute;
    right: 0;
    top: 25px;
}
.appoinment-form-outer {
    position:relative;
    padding:25px 30px 40px;
    background:#f6f6f6;
    border-radius:2px;
    font-family:'Open Sans',sans-serif;
}
.appoinment-form-outer h3 {
    font-size:24px;
    font-weight:600;
    margin-bottom:30px;	
}
.appoinment-form-outer hr {
    margin-bottom:40px;
    border-color:#e0e0e0;	
}
.appoinment-form-outer .form-group {
    position:relative;
    margin-bottom:30px;	
}
.appoinment-form-outer input[type="text"],
.appoinment-form-outer input[type="email"],
.appoinment-form-outer input[type="tel"],
.appoinment-form-outer input[type="url"],
.appoinment-form-outer input[type="password"],
.appoinment-form-outer select,
.appoinment-form-outer textarea {
    position:relative;
    display:block;
    width:100%;
    line-height:34px;
    padding:8px 20px;
    background:#ffffff;
    border:1px solid #e0e0e0;
    height:52px;
}
.appoinment-form-outer select {
    cursor:pointer;	
}
.appoinment-form-outer .field-label {
    position:relative;
    display:block;
    font-weight:600;
    font-size:18px;
    color:#252525;
    line-height:28px;
    margin-bottom:10px;
}
.appoinment-form-outer .field-label .required {
    color:#ff0000;
    font-size:14px;	
}
.appoinment-form-outer .radio-select {
    position:relative;
    float:left;
    margin-right:30px;
    margin-bottom:5px;
    line-height:50px;
    outline: none;
}
.appoinment-form-outer .radio-select:last-child {
    margin-left:25px;
}
.appoinment-form-outer .radio-select label {
    color: #252525;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.appoinment-form-outer .radio-select input[type="radio"]:checked+label {
    color:#ffc722;
}
.appoinment-form-outer button {
    padding:9px 30px;	
}
.modal-backdrop {
    z-index: 0;
}
.title-border::after {
    background: #ffc722 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 50px;
}
/*Search Box*/

.main-header .search-box{
    position:relative;
    padding:15px 0px;
    border-bottom:1px solid rgba(255,255,255,0.30);
    background:#944738;
    color:#ffffff;
    display:none;	
}

.main-header .search-box .search-title{
    position:relative;
    float:left;
}

.main-header .search-box .search-title h2{
    font-size:20px;
    font-weight:600;
    line-height:36px;	
}

.main-header .search-box .search-form{
    position:relative;
    float:right;
    max-width:350px;
    overflow:hidden;
}

.main-header .search-box .form-group{
    position:relative;
    display:block;
    padding:0px;
    margin:0px;
    width:100%;
    overflow:hidden;	
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"]{
    position:relative;
    display:block;
    width:100%;
    padding:8px 40px 6px 15px;
    border:2px solid rgba(255,255,255,0.30);
    color:#ffffff;
    font-weight:500;
    font-size:16px;
    line-height:22px;
    background:none;
}

.main-header .search-box .form-group input[type="search"]:focus,
.main-header .search-box .form-group input[type="text"]:focus{
    border-color:rgba(255,255,255,0.70);	
}

.main-header .search-box .form-group .search-submit{
    position:absolute;
    right:1px;
    top:1px;
    width:40px;
    height:38px;
    background:#5d1d10;
    display:block;
    padding:0px 10px;
    color:#ffffff;
    font-size:16px;
    line-height:38px;
}

.main-header .search-box .form-group .search-submit:hover{
    background:#343434;	
}

.hdrflag{
    margin-top: -2px;
    object-fit: none;
    width: 33px;
    height: 20px;
}
.hdrflagus{
    object-position: 3px;
}
.hdrflagca{
    object-position: -35px;
}
/*** 

====================================================================
        Main Slider style
====================================================================

***/
.top-right ul li a span {
    /*border-right: 1px solid #fff;
    padding-right: 14px;*/
    text-transform:uppercase
}
.main-slider{
    position:relative;
    background:none;
    color:#1c1c1c;
}

.main-slider .tp-banner .slotholder:after {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.main-slider h1{
    line-height:1.8em;
    font-size:56px;
}

.main-slider h2{
    font-size: 62px;
    color: #ffffff;
    font-weight: 700;
    font-family: Oswald;
    text-transform:uppercase;
    background: rgba(0,0,0,0.4);
}

.main-slider h3{
    line-height:2em;
    font-size:32px;
}

.main-slider .tp-bullets{
    display:none;	
}

.tp-bullets.preview4 .bullet{
    background:#ffc722;
    border-color:#202020;
    margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
    border-color:#ffc722;	
}

.main-slider.default-slider .carousel-inner{
    position:relative;
    width:100%;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

.main-slider.parallax-background .carousel-inner{
    width:100%;
    max-width:none;
    padding:0px;
    text-align:center;
}

.default-banner .window-size{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;	
}

.default-banner .window-size{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;	
}

.with-parallax-bg.window-size{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;	
}

.static-banner .static-content{
    max-width:1200px;
    margin:0 auto;
    color:#ffffff;
}

.window-size .auto-container{
    position:relative;
    left:0px;
    top:0px;
    display:table;
    width:100%;
    max-width:100%;
    height:100%;
    padding:50px 15px 50px;
    text-align:center;	
}

.window-size .auto-container .box-inner{
    position:relative;
    display:table-cell;
    vertical-align:middle;	
}

.window-size .text{
    color:#ffffff;
    font-size:16px;	
}

.main-slider .links-box{
    position:relative;
    display:block;
    padding-top:10px;	
}

.default-banner .window-size .big-title,
.default-banner .window-size .text,
.default-banner .window-size p,
.default-banner .window-size .theme-btn{
    margin-bottom:15px;	
}

.main-slider .window-size .big-title,
.main-slider .window-size .text,
.main-slider .window-size .theme-btn{
    animation:none;
    -webkit-animation:none;
    -ms-animation:none;
    -o-animation:none;
    -moz-animation:none;
    margin-bottom:15px;	
}

.default-banner .window-size.active .big-title{
    animation-name:bounceInDown;
    -webkit-animation-name:bounceInDown;
    -ms-animation-name:bounceInDown;
    -moz-animation-name:bounceInDown;
    -o-animation-name:bounceInDown;
    animation-duration:1000ms;
    -webkit-animation-duration:1000ms;
    -ms-animation-duration:1000ms;
    -o-animation-duration:1000ms;
    -moz-animation-duration:1000ms;
}

.default-banner .window-size.active .text{
    animation-name:fadeIn;
    -webkit-animation-name:fadeIn;
    -ms-animation-name:fadeIn;
    -moz-animation-name:fadeIn;
    -o-animation-name:fadeIn;
    animation-duration:1000ms;
    -webkit-animation-duration:1000ms;
    -ms-animation-duration:1000ms;
    -o-animation-duration:1000ms;
    -moz-animation-duration:1000ms;
}

.default-banner .window-size.active .theme-btn{
    animation-name:zoomIn;
    -webkit-animation-name:zoomIn;
    -ms-animation-name:zoomIn;
    -moz-animation-name:zoomIn;
    -o-animation-name:zoomIn;
    animation-duration:1000ms;
    -webkit-animation-duration:1000ms;
    -ms-animation-duration:1000ms;
    -o-animation-duration:1000ms;
    -moz-animation-duration:1000ms;
}

/*** 

====================================================================
        Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    bottom:50px;
    right:10px;
    width:40px;
    height:40px;
    color:#ffffff;
    background:#ffc722;
    font-size:14px;
    line-height:38px;
    border:1px solid #ffc722;
    text-align:center;
    z-index:100;
    cursor:pointer;
    border-radius:3px;
    display:none;	
}

.scroll-to-top:hover{
    background:#ffffff;
    color:#000000;
    border-color:#ffc722;
}


.bottom-border::before {
    background-color: #ffc722;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
.social-icons li,
.list-inline li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.social-icons.icon-thm a {
    background-color: #ffffff;
    color: #ffc722;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.social-icons.icon-thm a:hover {
    color: #555555;
}
ul.list.asterisk li::before {
    content: "ï�?©";
    color: #ffc722;
    font-family: fontawesome;
    font-size: 12px;
}
ul.list li::before {
    border: medium none;
    color: #a9a9a9;
    content: "ï„‘";
    display: inline-block;
    font-family: fontawesome;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;
}
ul.list li {
    margin: 5px 0;
}
.opening-hourse ul li {
    border-bottom: 1px solid #787878;
    margin-bottom: 0 !important;
    padding: 10px 0;
}
.dl-horizontal.doctor-info dt {
    color: #333333;
    font-size: 14px;
    width: auto;
}
.opening-hourse ul li .value {
    float: right;
}
.bottom-border {
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
.gp-about
{
    margin:0px auto;
    display:block;
    margin-bottom: 26px;
}
.gp-about h1
{
    font-family: 'Oswald Regular', sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top:30px;
    color:#363533;
}
.gp-about hr
{
    width:10%;
    border:1px solid #FFC722;
    display:table;
    margin:0px auto;
    margin-bottom: 26px;
}
/*.gp-about p
{
        font-family: 'Oswald Regular', sans-serif;
font-size: 15px;
text-align: center;
padding:20px 0px 20px 0px;
color:#363533;
}

*//*Dhavamani*/
.quality-01 p span{color:#666; font-size:20px; font-family: 'Oswald', sans-serif; font-weight:bold; }
.quality-01 p{text-align:center; line-height:23px}
.quality-01 p i{color:#666}
.quality-01 p a{font-size:20px; text-align:center; font-weight:bold; }
.quality-01 p{font-size:18px; color:#333}
/**Banner**/
.west-banner{background:url(../images/main-slider/main.jpeg) no-repeat; height:500px; background-size:cover;}
.west-button{margin-top:180px; }
.west-button.west-button-product{margin-top:240px; }
.west-button.west-button-product.mtop180{margin-top:180px;}
.west-button.west-button-product.mtop180 h1{line-height:2em;}
.west-button-01 h1{background: rgba(0, 0, 0, 0.6) !important;}
.west-button h1{text-align:right; font-family: 'Oswald', sans-serif; font-weight:bold; text-transform:uppercase; color:#fff; font-size:48px;
                background:rgba(122, 115, 115, 0.4);
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad3aa3+0,79297a+100 */
                /*background: #ad3aa3; 
                background: -moz-linear-gradient(top, #ad3aa3 0%, #79297a 100%); 
                background: -webkit-linear-gradient(top, #ad3aa3 0%,#79297a 100%);
                background: linear-gradient(to bottom, #ad3aa3 0%,#79297a 100%); 
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad3aa3', endColorstr='#79297a',GradientType=0 );*/ padding: 5px;}
.west-button h1 span{color:#ffc722}
.west-button p{font-family: 'Work Sans', sans-serif;font-size:21px;color:#fff ;text-align:right}
.west-button p span{color:#ffc722; letter-spacing:2px}
.west-button .btn-default{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,c146a1+99,c146a1+99,c146a1+100,a80077+100,610463+100,a80077+100,c146a1+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,79297a+50,610463+50,610463+100 */
    background: #79297a; /* Old browsers */
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 ); /* IE6-9 */
    color:#fff; border:3px solid #ffc722; border-radius:0px;padding: 9px 36px;color:#ffc722;font-family: 'Oswald', sans-serif; font-size:36px;float: right; margin-top:40px; text-transform:uppercase; font-weight:bold}
.west-button .btn-default .fa{margin-left: 15px;}
/**Banner**/

/**Proteting you and your buisness**/
.west-protect{background:url(../images/main-slider/protect-banner.webp) no-repeat; height:950px; background-size:cover;}
.west-heading h1{color:#ffc722; font-size:48px;  font-family: 'Oswald', sans-serif; text-align:center; margin-top:30px; margin-bottom:30px}
.west-heading p{color:#fff; font-size:18px; font-family: 'Oswald', sans-serif; text-align:center; margin-top:15px}
.west-thumbnail .thumbnail{border-radius:0px; border:none; padding:0px; background:#ffc722;}
.west-thumbnail h3{ font-family: 'Oswald', sans-serif; text-align:center;font-size: 20px; height: 70px; font-weight:600}
.west-button-01 .btn-default{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,c146a1+99,c146a1+99,c146a1+100,a80077+100,610463+100,a80077+100,c146a1+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,79297a+50,610463+50,610463+100 */
    background: #79297a; /* Old browsers */
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 ); /* IE6-9 */
    color:#fff; border:none; border-radius:0px;padding: 9px 36px;color:#ffc722;font-family: 'Oswald', sans-serif; font-size:36px;margin-top:40px; text-transform:uppercase; font-weight:bold;border-radius: 5px;}
.west-button-01 .btn-default .fa{margin-left: 15px;}
.west-button-01 {text-align: center;}
.west-visit{ border-left:3px solid #ffc722}
.west-button-01 ul li a{font-family: 'Oswald', sans-serif; font-size:24px; color:#fff; padding-right:20px}
.west-button-01 ul .west-visit a{padding-left:20px; }
.west-button-01 ul .west-visit-01 a{color:#ffc722}
.west-button-01 .list-inline{margin-top:20px}


.getAQuoteButton{
    background: #79297a; /* Old browsers */
    background: -moz-linear-gradient(top, #00CA4C 1%, #00CA4C 50%, #00CA4C 50%, #006400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00CA4C 1%,#00CA4C 50%,#00CA4C 50%,#006400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00CA4C 1%,#00CA4C 50%,#00CA4C 50%,#006400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CA4C', endColorstr='#006400',GradientType=0 ); /* IE6-9 */
    color:#fff; 
    border:none; 
    border-radius: 0px;
    padding: 9px 36px;
    color: #fff;
    font-family: 'Oswald', sans-serif; 
    font-size:36px;
    margin-top:40px; 
    text-transform:uppercase; 
    font-weight:bold;
    border-radius: 5px;
}

.getAQuoteButtonLarge{
    margin-top: 50px !important;
    font-size: 30px !important;
    float: none !important; 
    line-height: 44px;
}

.getAQuoteButtonMedium{
    padding: 3px 35px !important;
    margin-top: 0px !important;
    font-size: 21px !important;
    float: none !important; 
    line-height: 44px;
}

.f-iconbox.right {
    padding-left: 0;
    /*padding-right: 96px;*/
    text-align: right;
    height: 100px;
}
.f-iconbox.right1 {
    text-align: left;

}
.icon {
    float: right;
    margin-left: 21px;
    padding-left: -21px;
    /*margin-top:-15px*/
}
.margin-bottom-30{margin-bottom:70px}
.west-use img{margin-top:100px}
.padding-top-60{margin-top:30px}
.title{font-family: 'Oswald', sans-serif; font-size:21px; color:#000;}
.f-iconbox p{font-family: 'Oswald', sans-serif; font-size:18px; /*width: 79%;*//*padding-left: 76px;*/}

.icon-01{
    float:left;
    margin-right:21px;
    /* margin-left: 21px;
     padding-left: -21px;*/
}
.icon-01 img {

    margin-bottom: 50px;
}
.title-01{font-family: 'Oswald', sans-serif; font-size:21px; color:#000; }


/* carousel */
#quote-carousel 
{
    padding: 0 10px 30px 10px;
    margin-top: 10px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
    background: #333333;
}
/*#quote-carousel img
{
  width: 250px;
  height: 100px
}*/
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
*/
.policywording .col-md-2{width:16%;}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .policywording .col-md-2{width:auto;}
}
.carousel-control.left {background-image:none}
.carousel-control.right {background-image:none}
.carousel-control {width:0%}
.bg-client {background:url(../images/main-slider/bg.webp) no-repeat; height:auto; background-size: cover;padding-bottom:100px;}
.bg-client span{display:block;}
.bg-client-01{margin-top:50px}
.bg-client-01 h6{text-transform:uppercase; color:#79297a; font-size:18px; font-weight:bold}
.bg-client-01 h6 span{color:#000; text-transform:capitalize; font-weight:100}
.west-mext img{margin-top:130px}
.west-client h2{color:#fff; font-family: 'Oswald', sans-serif;}
.bg-client-01 p{font-style:italic; color:#fff}
.west-mext .right img {
    margin-left: -57px;
}
/*.west-thumbnail h3 {
    background-color: #000;
    width: 108%;
    padding: 13px;
    margin: -10px;
}*/
/*.west-banner-01{top:50px}*/
.west-banner-01 {
    margin-left: -158px;
    margin-top: 282px;
}
.insur-latest {
    background:url('../images/insur-news.jpg') no-repeat center;
    min-height: 765px;
    margin-top: -24px;
}

.insur-blk {
    padding-left:0px !important;
    padding-right:0px !important;
}
.insur-new {
    padding-left:0px !important;
    padding-right:0px !important;
}
.insur-latest h2 {
    font-size:20px;
    font-family: 'Oswald', sans-serif;
    font-style:italic;
    font-weight:400;
    color:#353535;
    position: relative;
    left: 80px;
    top: 65px;
    border-bottom: 3px solid #ffc722;
    width: 13%;
}

.insu-whole {
    position:relative;
    top: 120px;
    left: 65px;
}
.insur-read{
    float:right;
}
.insu-news h4 {
    font-family: 'Oswald', sans-serif;
    font-size:16px;
    color:#363533;
    font-weight:400;
    text-transform:uppercase;
}
.insu-news p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #a6a6a6;
    line-height: 25px;
    margin-top: 10px;
}
.insu-news a {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#363533;
    font-family: 'WorkSans-Bold';
}
.insu-news .fa {
    padding-left:5px;
    font-size:12px;
}
.insur-art h2 {
    font-size:20px;
    font-family: 'Oswald', sans-serif;
    font-style:italic;
    font-weight:400;
    color:#353535;
    position: relative;
    left: 80px;
    top: 60px;
    border-bottom:3px solid #ffc722;
    width: 20%;
}
.insur-article {
    float:left;
    margin-right:20px;
    border-right: 4px solid #ffc722;
    padding-right: 20px;
}
.ins-latart {
    position: relative;
    top: 93px;
    left: 85px;
    margin-bottom: 35px;
}
.insur-west p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #a6a6a6;
    line-height: 25px;
    margin-top: 10px;
}
.insur-west a{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#363533;
    font-family: 'WorkSans-Bold';
    border-bottom: 1px solid #000;
}
.insur-west hr {
    width: 11%;
    border: 1px solid #000;
    margin-left: 52px;
    margin-top: -10px;
}
.insur-art .btn-default {
    background-color:#ffc722;
    color:#fff;
    border-color:#ffc722;
    position: relative;
    top: 94px;
    left: 83px;
    border-radius:0px;
    padding:10px 25px;
    font-size:20px;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    text-transform:uppercase;
}
.insur-westblk {
    /*background:url('../images/insu-back.webp') no-repeat center;*/
    min-height:584px;
    background-size:cover;
    padding-top: 40px;
}
.insu-hlp h4{
    font-size:24px;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    color:#000;
    text-align:center;
}
.insu-hlp h5{
    font-size:18px;
    color:#595959;
    text-align:center;
    font-family: 'WorkSans-Light';
}
.insu-hlp p{
    font-size:16px;
    color:#595959;
    text-align:center;
    font-family: 'WorkSans-Light';
    margin-top:20px;
}
.insu-hlp {
    background-color: #fff;
    padding: 52px;
    border-radius: 50%;
    width: 340px;
    height: 340px;
    border: 1px solid #ccc;
    margin-top: 80px;
}
.insur-quote {
    background-color:#000;
    color:#fff;
}
.footer {
    background-color:#ffc722;
    color:#fff;
    padding-top: 23px;
    padding-bottom: 15px;
    padding-left: 1px;
    width: 96%;
    height: 170px;
    left:31px;
    position: relative;
    top: 80px;
}
.footer .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.footer .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color:#fff;
    color:#000;
    border-color:#fff;
    height: 70px;
    font-size: 28px;
}
.footer .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color:#000;
    color:#fff;
    border-color:#000;
    height: 70px;
    font-size: 33px;
}
.footer-blk {
    background-color:#2a2822;
    color:#fff;
    padding: 40px;
}
.foot-foot .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background:none;
    border-radius: 50px;
    border-color:#6f5b2d;
}
.foot-foot .input-group-addon:last-child {
    border-left: 0;
    border-radius: 30px;
    right: 59px;
    padding: 10px 25px;
    position: relative;
    z-index: 100000;
    background-color:#ffcf43;
    color:#051e46;
    border-color:#ffcf43;
}
.foot-foot .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 420px;
}
.foot-foot ul {
    margin-top:20px;
}
.foot-foot i {
    background-color: #b98208;
    border: 1px solid #fff;
    padding: 11px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.footer-ft {
    margin-top: 95px;
}
.foot p {
    font-size:13px;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    margin-top: 25px;
    line-height: 20px;
}
.foot ul li {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size:13px;
    line-height: 36px;
}
.foot .fa {
    color:#ffcf43;
    font-size:15px;
    padding-right:10px;
}
.foot-ft h4 {
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    margin-left:15px;
}
.foot-ft ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    line-height: 36px;
    padding-top:20px;
}
.foot-foot h4 {
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
    text-transform:uppercase;
}
.footer-btm {
    background-color:#1a1813;
    color:#fff;
    height:50px;
}
.footer-btm p {
    text-align:center;
    padding-top: 12px;
}

/*** Responsive ***/

@media (min-width: 320px) and (max-width: 767px) {

    .insur-art .btn-default {top:-6px}
    .insu-latnew img {
        width: 100%;
    }
    .insu-latnew {
        float: none;
        margin-right: 20px;
    }
    .insu-news {
        margin-top: 25px;
    }
    .insu-whole {
        position: absolute;
        top: 165px;
        left: 25px;
    }
    .insur-latest h2 {
        position: relative;
        left: 20px;
    }
    .insur-latest hr {
        width: 26%;
        position: absolute;
        left: 21px;
    }
    .insur-art hr {
        width: 29%;
        position: absolute;
        top: 92px;
        left: 10px;
    }
    .insur-art h2 {
        position: relative;
        left: 10px;
        top: 10px;
    }
    .ins-latart {
        position: relative;
        top:23px;
        left: 15px;
    }
    .insur-west p {
        font-family: 'WorkSans-Regular';
        font-size: 14px;
        color: #a6a6a6;
        line-height: 25px;
        margin-top: 10px;
        width: 95%;
    }
    .insur-west hr {
        width: 23% !important;
        border: 1px solid #000;
        margin-left: 123px;
        margin-top: 40px;
    }
    .insur-west a {
        left: 135px;
        position: relative;
    }
    .insu-news p {font-size: 15px;}
    .insu-hlp {
        background-color: #fff;
        padding: 33px;
        border-radius: 50%;
        width: 262px;
        height: 262px;
        border: 1px solid #ccc;
        margin-top:12px;
    }
    .insu-hlp p {margin-top: 12px;}
    .insu-hlp h4 {
        font-size: 18px;}
    .insu-hlp h5 {
        font-size: 16px;}
    .insu-hlp p {
        font-size: 14px;}
    .insur-westblk {
        background: #eaeaea;
        margin-top: 10px;
    }
    .footer {
        width: 100%;
        height: auto;
        top: 50px;
        left:0px;
    }
    .footer .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

        height: 70px;
        font-size: 16px;
    }
    .footer .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        font-size: 18px;
    }
    .foot-ft {
        margin-top: 45px;
    }
    .foot-foot {
        margin-top: 45px;
    }
    .foot-foot .input-group {
        width: 335px;
    }
    .foot-foot i {
        padding: 8px;
        border-radius: 50%;
        height: 35px;
        width: 35px;
    }
    .foot-foot ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .indent-left{
        margin-left: 10px !important;
    }

    .pink-text{
        font-size: 16px !important;
    }

    .list ul li {
        margin: 2px 20px 2px;
    }

}

.west-button-02 .btn-default{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,c146a1+99,c146a1+99,c146a1+100,a80077+100,610463+100,a80077+100,c146a1+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#79297a+1,79297a+50,610463+50,610463+100 */
    background: #79297a; /* Old browsers */
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 ); /* IE6-9 */
    color:#fff; border:none; border-radius:0px;padding: 9px 36px;color:#ffc722;font-family: 'WorkSans-Light';
    border: none;
    border-radius: 0px;
    padding: 6px 50px;
    color: #fff;
    font-size: 28px;
    margin-top: 36px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;}
.insur2 {
    top: 180px;
    left: 40px;
}
.insu-btn3 {
    position: relative;
    top: 220px;
    right: 300px;
}
.insu-btn3 .btn-default {
    background-color: #ffc722;
    color: #fff;
    border-color: #ffc722;
    position: relative;
    top: 94px;
    left: 83px;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.insu-latnew {
    float:left;
    margin-right:20px;
}
.insu-whole2 {
    position: relative;
    top: 120px;
    left: 65px;
}
.insu-news2 h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #363533;
    font-weight: 400;
    text-transform: uppercase;
}
.insu-news2 p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #a6a6a6;
    line-height: 25px;
    margin-top: 10px;
}
.insu-news2 a {font-size: 12px;font-weight: bold;text-transform: uppercase;color: #363533;font-family: 'WorkSans-Bold';}
.insu-latnew2 {
    float: right;
    position: relative;
    right: 99px;
    bottom: 90px;
}
.dh-backfround {background:url(../images/main-slider/see.png) no-repeat; height:700px; margin-top:-25px}
.latest-blk {
    /*background:url('../images/lat-ban.webp') no-repeat center;*/
    min-height:697px;
    margin-top: -26px;
    background-size:cover
}
.dh-tempus{margin-top:50px}
.col-heading h2{margin-top: 60px;}
.dh-tempus h4{font-family: 'Oswald', sans-serif;
              font-size: 17px;
              color: #363533;
              font-weight: 400;
              text-transform: uppercase;}
.dh-tempus p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #a6a6a6;
    line-height: 25px;
    margin-top: 10px;
}
.dh-tempus a{color:#000; text-transform:uppercase;  font-family: 'WorkSans-Regular'; font-weight:bold}
.col-heading h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #353535;
    position: relative;

    border-bottom: 3px solid #ffc722;
    width: 18%;
}
.insur-art-01 .btn-default {
    background-color: #ffc722;
    color: #fff;
    border-color: #ffc722;
    position: relative;
    top:20px;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.dh-circle img{margin-top:75px}
.dh-circle{margin: 0px auto;
           display: table;}

@media (min-width: 764px) and (max-width: 980px) {

    .padding-top-60{left: 158px;
    }
    .west-use img {padding-left: 134px;}
    .about_img{display:none}  
    .about_text{margin-right: 0px; margin:0 auto;margin-top:-70px}
}
@media (min-width: 480px) and (max-width: 640px) {
    .floating-menu .float-btn {top: 50px;} 
    .about_img{display:none}
    .about_text{margin-right: 0px!important;padding:10px!important; margin:0 auto;margin-top:-70px}		
}
@media(max-width: 480px){
    .about_img{display:none}   /* changes Add */
    .about_text{margin-right: 0px!important;padding:10px!important; margin:0 auto;margin-top:-100px!important;}	
}
.gp-abput-01 h1{text-transform:capitalize; font-size:48px;letter-spacing: 2px;}
.icon img {
    margin-top: 0px;
    margin-bottom: 70px;
}


/**products**/

/**product-banner**/
.west-banner-product-bi{background: url(../images/product-01.jpg) no-repeat; background-size:contain; height: 390px !important; background-position: center;}

.west-banner-product-cd{background: url(../images/cyberdata_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-el{background: url(../images/employers_liability_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-oc{background: url(../images/office_content_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-pa{background: url(../images/personal_accident_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-pe{background: url(../images/portable_equipment_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-pi{background: url(../images/plpimm1.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-pl{background: url(../images/product-01.jpg) no-repeat; background-size:contain; height: 390px !important; background-position: center;}

.west-banner-product-mm{background: url(../images/product-01.jpg) no-repeat; background-size:contain; height: 390px !important; background-position: center;}

.west-banner-product-claims{background: url(../images/claim_v4.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-complaints{background: url(../images/complaints_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-quote_purchase_process{background: url(../images/claim_v4.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-qualification_requirements{background: url(../images/claim_v4.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-guide-products{background: url(../images/guide_v4.jpg) no-repeat; background-size:cover; height: 500px !important;}

.west-banner-product-faq{background: url(../images/faq_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-insurance-checker{background: url(../images/insurance_checker_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-insurance-made-simple,.west-banner-product-slip-and-fall-case, .west-banner-product-common-insurance-mistake, .west-banner-product-news{background: url(../images/news_articles_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-privacy-policy{background: url(../images/privacy_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-news-single{background: url(../images/news_articles_v3.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

.west-banner-product-what_we_cover{background: url(../images/wwc_v2.jpg) no-repeat; background-size:cover; height: 500px !important; background-position: center;}

/**Professional Indemnity**/
.product-idemnity{padding-top:70px; background:#f4f4f4; height:auto; padding-bottom: 70px;}
.head-produt h1{font-size:23px; font-family: 'Oswald', sans-serif; color:#000; font-weight:bold}
.head-produt ul li{color:#222222; font-size:16px; line-height:35px; font-family: 'WorkSans-Regular';}
.head-produt ul li span{color:#610463; border-bottom:1px solid #000}
.head-produt ul {margin-top:20px}


/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    border:1px solid #ddd;
    margin-top: 50px;


    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    margin-left: 8px;
    margin-top: 4px;
    margin-right: 2px;
}
.list-group-item {border:none; border-bottom:4px solid #610463;}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
.list-group-item:last-child {border-bottom-right-radius: 0px;}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
    background-color: #5A55A3;
    background-image: #5A55A3;
    color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:0px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:0px;
    border-bottom-left-radius:0;
}
.bhoechie-tab-menu a {
    font-family: 'Oswald', sans-serif; font-size:22px
}
.bhoechie-tab-menu a {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #610463;
    border-color: #610463;
    border-radius:0px
}
.bhoechie-tab-content h2{font-family: 'Oswald', sans-serif; color: #610463; font-size:22px}
.bhoechie-tab-content p{font-size:16px; font-family: 'WorkSans-Regular';}
.list-group-item {background:#eaeaea}

.west-button-product-01 .btn-default {
    background: #79297a;
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%);
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%);
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 );
    border: 3px solid #ffc722;
    border-radius: 0px;
    padding: 9px 36px;
    color: #ffc722;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
}

.west-button-product-vtop .btn-default {
    background: #79297a;
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%);
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%);
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 );
    color: #ffffff;
    padding: 9px 36px;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
}

div.list-group>a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 161, 154, 0);
    border-top-color: #610463;
    border-width: 10px;
    margin-left: -14px;
}
.three-buttons{padding:20px}
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.welcome .carousel {
    margin-bottom: 0;

}
/* Reposition the controls slightly */
.welcome .carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.welcome .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -45px;
    margin-right: -19px;
}
.welcome .thumbnail {
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}
/* Changes the colour of the indicators */
.welcome .carousel-indicators li {
    background: #fff;
    width: 8px;
    height: 8px;
}
.welcome .carousel-indicators .active {
    background: #610463;;
}
.welcome .well{background:none; border:none}
.west-section{background:url(../images/gallery-bg.png) no-repeat center; background-size:cover}
.welcome a{text-decoration:none}
.welcome a:hover{color:#000; border:none}
.welcome a span{color:#000;   font-family: 'Oswald', sans-serif; font-size:16px; margin-top:10px; font-weight:bold}
.welcome .thumbnail{border-radius:0px}
.carousel-indicators li{border-color:transparent}
.welcome .well{margin-top:50px; margin-bottom:50px;     box-shadow: none;}
.welcome .thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom:20px
}
.bhoechie-tab-menu a {
    border-right: 1px solid #c9c9c9;}

.bhoechie-tab-menu a:last-child {border-right:none}
.head-produt ul{padding:0px;margin-left:30px;}
.head-produt ul li{list-style-image:url(../images/arrow.png);list-style-position:outside;}
.floating-menu .float-btn-01 {
    position: fixed;
    left: 0px;
    top: 168px;
}
.west-button-product h1 {
    padding:10px
}
.west-button-product-01 {
    text-align: right;
}


/*------------Quote process-----------------*/

.quote-pro{background: url(../images/quote-bg1.jpg) no-repeat; background-size: cover;}

.quote-bg h1{font-size:29px;font-weight:100;padding:10px;}

.quote-wra {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 109px;
}

.quote-head h1 {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    color: #363533;
    font-weight: bold;
}

.quote-head hr {
    width: 10%;
    border: 1px solid #FFC722;
    display: table;
    margin: 0px auto;
    margin-bottom: 16px;
}

.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block !important;
}

.underline {
    text-decoration: underline;
}

.step {
    margin-top: 27px;
}

.progress {
    position: relative;
    height: 30px;
}

.progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 600;
    padding: 3px 30px 1px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}

.progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}
.progress-bar {
    background-color: #ffc722;
}

.step {
    text-align: center;
}

.step .col-md-2 {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
    width:20%;
}

.step .col-md-2:last-child {
    /*border: 1px solid #C0C0C0;*/
}

.step .col-md-2:first-child {
    border-radius: 5px 0 0 5px;
}

.step .col-md-2:last-child {
    border-radius: 0 5px 5px 0;
}

.step .col-md-2:hover {
    color: #79297a;
    cursor: pointer;
    background-color: #ffc722;
}

.step .activestep {
    color: #ffc722;
    background-color: #79297a;
}

.step .fa {
    padding-top: 15px;
    font-size: 40px;
}

.qmargin { margin:0;}


.step .col-md-2 {
    float: left;
    background: #ccc;
    color: #fff;
    position: relative;
    border: 1px solid #ffffff;
}

.step .activestep {
    color: #ffc722;
    background-color: #79297a;
}
/*
.step .col-md-2 {
    float: left;
    background: #333;
    color: #fff;
    position: relative;
    border: 1px solid #ffffff;
}

.step .col-md-2:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 28px;
    left: 0;
    
}
.step .col-md-2:after {
    content: '';
    border-left: 16px solid #333;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 28px;
    left: 100%;
    z-index: 20;
}

.st1:before {border-left:0 !important;}
.st2:after {border-left:0 !important;}

*/

.centered-form .panel {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.quotef1 { padding:0;}

.panel.panel-default h1 {
    font-size: 23px;
    padding: 5px 9px 5px 16px;
    text-align: left;
    background: whitesmoke;
}
.qmargin.step h1 {
    font-size: 22px;
    padding-top: 7px;
    color: #ffffff;
}
.qmargin.step p {
    font-size: 18px;
    color: #fff;
}
.quoteicf3 {
    /*background-color: #e8e7e7;*/
    background-color: #f5f5f5;
    border: 1px solid #e8e7e7;
    border-radius: 4px;
}

.quoteicf3 a {
    color: #555;
}
.quoteicf3 a:hover {
    color: #79297a;
}
.quote-btn {
    width: auto;
    padding: 9px 30px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 3px;
    background: #79297a;
    border: 1px #79297a;
}
.quote-btn1 {
    width: auto;
    padding: 9px 30px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 3px;
    background: #79297a;
    border: 1px #79297a;
}

.quote-btn1:hover {
    background: #ffc722;
    border: 1px #ffc722;
}

.q1 {padding:0;}

.quote-btn:hover {
    background: #ffc722;
    border: 1px #ffc722;
}

.btn-squared-default
{
    width: 135px !important;
    height: 70px !important;
    font-size: 10px;
}

.btn-squared-default:hover
{
    /*border: 3px solid white;*/
    font-weight: 700;
}

.btn-squared-default-plain
{
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-squared-default-plain:hover
{
    border: 0px solid white;
}

.quo-btn {
    float: left;
    margin: 20px 0px 10px 0px;
}

.quo1 { padding:0 15px;}

.qpanel { padding-left:8px; color:#555;}
.qpanel:hover { padding-left:8px; color:#ffc722;}

.quo1 .fa {
    padding-top: 5px;
    font-size: 24px;
}

.quo1 p {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.qbusiadd h2 {
    font-size: 20px;
    text-align: left;
    font-family: 'Oswald Regular', sans-serif;
    color: #363533;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 15px;
    padding: 5px 9px 5px 16px;
    background: whitesmoke;
    text-transform: uppercase;
}

.quotef2 { padding-right:0;}

.infgui { background:#fff; padding-top:15px;}

.quo-info h4 {
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #ecebeb;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.qpadd { padding:0 15px;}

.qpadd1 {
    padding: 0 0 0 15px;
}
.form-group {
    margin-bottom: 5px;
}
.qbusiadd {
    margin-top: 15px;
}

.teq {
    text-align: left;
    margin-left: 30px;
    margin-top: 3px;
}
.teq2 { padding-right:0;}
.teq1 { padding-left:0;}

.bus-act1 h1 {
    font-size: 14px !important;
    padding: 0;
    text-align: left;
    color: #737373;
    font-weight: bold;
    background: none !important;
    text-transform: uppercase;
    /*margin-top: 20px;*/
}

.bus-act1 p {
    text-align: left;
    margin-left: 15px;
    line-height: 18px;
    font-size:14px;
}

.bus-act1 h2 {
    font-size: 14px;
    padding: 0;
    text-align: left;
    color: #737373;
    font-weight: bold;
    background: none;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Oswald Regular', sans-serif;
    margin-left: 15px;
}
.bus-act1 h2 a{ color:#79297a;}
.bus-act1 h2 a.active {
    color: #000;
    background: #ffbc26;
    padding: 5px 15px;
}
.bus-act1 h2 a:hover{ color:#000;}

.qpadd h1 { background:none !important; margin-top:15px;    padding: 0 !important;}

.qcheck {
    text-align: left;
}
.qch { margin-top:20px; }
.qs { margin-bottom:15px; margin-top:15px;display:none;}

.thank1 h2 {
    font-size: 14px;
    text-align: left;
    color: #717171;
    margin-bottom:10px;
}

.quo-info h2 {
    font-size: 16px;
    text-align: left;
    color: #545454;
    font-weight: 600;
}
.qpr {
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 15px;
}
.qacc { text-align:left;}
.qacc2 { text-align:right;}
.qacc h1 {
    margin-top: 0;
}
.buy1 h1 {
    text-align: center !important;
    margin: 5px !important;
    background: #79297a !important;
    color: #fff;
}

.buy2 h2 {
    font-size: 22px;
    margin-top: 22px;
    color: #626262;
    font-weight: bold;
}
.buy2 h3 {
    font-size: 18px;
    color: #626262;
    margin-bottom: 40px;
}
.summ { padding:0; margin-bottom:20px;}
.qacc2 h1 {
    margin-top: 0;
    font-size: 14px !important;
    font-weight: 400;
    color: #585858;
    text-align: right !important;
}
span.qtext {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}
.qacc3 { text-align:right;}

.qpr p {
    /*text-align: right;*/
    /*padding: 10px 15px 0px 0px;*/
}
span.qbtn {
    background: #79297a;
    padding: 6px 15px;
    border-radius: 3px;
    color: #494949;
}
.qacc h1 {
    font-size: 14px !important; font-weight: 400; color: #7f7f7f;
}
.qbtn a {
    color: #fff;
}
.qbtn a:hover {
    color: #fff;
}
.qpr a span.glyphicon.glyphicon-question-sign {
    color: #565656;
    font-size: 16px;
}

.none { border:none !important;/*background: rgba(245, 245, 245, 0.58);*/}
.pi h2 {
    text-align: left;
    margin-left: 15px;
    color: #79297a;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}
.pi p {
    text-align: left;
    margin-left: 15px;
    color: #555;
    margin-top: -10px;
    font-size: 12px;
}
.pi a h2 {
    text-align: left;
    margin-left: 15px;
    color: #79297a;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

.pi a h2:hover {
    color: #ffbb26;
}

.paddq {padding:0px 15px;}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 95%;
    margin-left: 15px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;

}

tr:nth-child(even) {
    /*background-color: #e8e7e7;*/
}

/*** durga ***/

.payment-btn .btn-primary {
    background-color: #79297A;
    border-color: #79297A;
    padding: 9px 30px;
    border-radius: 3px;
}
.pay-header h3 {
    font-size: 20px;
    font-weight: 500;
}
.pay-header h4 {
    font-size: 20px;
    font-weight: 500;
}

/*** END ***/


/*** AGREEMENT ***/

.agree-head h1 {
    font-size: 14px !important;
    padding: 0;
    text-align: left;
    color: #737373;
    font-weight: bold;
    background: none !important;
    text-transform: uppercase;
    margin-top: 20px;
}
.agree-head {
    text-align: left;
    margin-left: 8px;
}
.agree-para {
    border-bottom:1px solid #ccc;
}
.agree-para p {
    text-align: left;
    margin-left: 22px;
}
.agree-check ul {
    text-align: left;
    margin-left: 8px;
}
.agree-sidebar {
    text-align:left;
}
.agree-lab label {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}



/**dhav**/

.qpadding .input-group {display: flex;}
.span-btn{    float: right;}
.span-btn{font-size:12px; padding: 0px 17px !important;}
.quotef5 .panel{border:none}
.q-maring{margin-top:20px}
.list-west .list-inline li{display:flex;}


.busi-incme {
    margin-top: 25px;
}
.tick-menu .fa {
    font-size: 25px;
    padding-right: 10px;
    margin-top: -10px;
    color: #179B4C;
}
.new-review h4 {
    text-align:left;
    color: #000;
    font-weight: 600;
    line-height: 50px;
}
.new-review p {
    text-align:left;
}
.side-review {
    margin-left:10px;
}
.side-review h5 {
    text-align:left;
    color: #000;
    font-weight: 600;
    line-height: 50px;
}
.review-ctnt {
    margin-top:65px;
}
.review-ctnt2 {
    margin-top:75px;
}
.review-ctnt3 {
    margin-top: 55px;
}
.review-ctnt4 {
    margin-top: 18px;
}
.west-cover {
    text-align:left;
}
.agree {
    border-bottom: 1px solid #ccc;
    padding-bottom: 100px;
}
.agree-check1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
    margin-top: 10px;
}
.agree-cmmt label {
    float:left;
}
.west
{
    background-color:#fff;
    box-shadow: 0px 2px 1px 2px #ddd;
    /*height:300px;*/
}
.minister
{
    background-color:#79297a;
    padding:0px;
    color:#000;}
.west-month p {
    padding: 32px;
    text-align: justify;
    border-bottom:1px solid #ccc;

}
.west-month h3 {
    font-weight: bold;
    color: #000;
    font-family: 'Oswald Regular', sans-serif;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    width: 70%;
    margin: 0 auto;
}
.west-button1 {
    margin-top: 20px;
    padding-bottom: 20px;
}
.west-button1 .btn-info {
    background-color: #79297a;
    border-color: #79297a;
    padding: 6px 20px;
    font-size: 23px;
    font-weight: 700;
}
.minister h1 {
    color: #fff;
    padding: 10px;
}
.save-west {
    font-size:30px !important;
    color: #FFB229;
    text-align: center !important;
    height: 180px;
    margin-top: 42px;
}
.west-button4 {
    margin-top: 20px;
    padding-bottom: 20px;
}
.west-button4 .btn-info {
    background-color: #79297a;
    border-color: #79297a;
    padding: 6px 20px;
    font-size: 23px;
    font-weight: 700;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.west-iconre .fa{
    font-size:13px;
    color: #79297a;
    padding-right: 5px
}
.busnisprt-block{background:#f5f5f5;padding:60px 0;}
.busnisprt-block-cont{background:#fff;border:1px solid #dfdfdf;}
.busnisprt-block-cont1{padding:5px;border:1px solid #dfdfdf;margin-bottom:10px;}
.busnisprt-block h1{font-family: 'Oswald Regular', sans-serif;font-size:32px;text-align:center;padding:10px; color:#610463;border-bottom:1px solid #efefef;}
.busnisprt-block-cont .well-sm{border-bottom:1px solid #efefef;margin-bottom:10px;}
.well-sm .btn-default{background:#610463;color:#fff;}
.content-smblock{border-bottom:1px solid #efefef;padding:12px;}
.busnisprt-block h2{font-family: 'Oswald Regular', sans-serif;font-size:21px;color:#000;text-transform:uppercase;}
.busnisprt-block .content-smblock p{font-size:14px;color:#666;}

.west-banner-business{background: url(../images/business.jpg) no-repeat; height:450px; background-size: cover;}

.logo-div-responsive{display: none;}

.error{
    font-size: 12px;
    color: red;
    font-weight: 500;
    display: inline;
    margin-bottom: 0px;
    /*float: left;*/
}

.error-custom{
    float: none !important;
}
/* Additional CSS */
.register{
    color:#FFF;
    font-size:14px;
    padding-right: 5px;
}
.login-button{
    background: #79297a; /* Old browsers */
    background: -moz-linear-gradient(top, #79297a 1%, #79297a 50%, #610463 50%, #610463 100%); 
    background: -webkit-linear-gradient(top, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); 
    background: linear-gradient(to bottom, #79297a 1%,#79297a 50%,#610463 50%,#610463 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79297a', endColorstr='#610463',GradientType=0 ); 
    color:#fff; border:none; border-radius:0px;color:#ffc722;font-family: 'Oswald', sans-serif; font-size: 16px;text-transform:uppercase; font-weight:bold;
    color: #ffffff;
}
.login-button span{
    padding:0px 30px;
}
.round5rad{border-radius:5px;}
.homemain-btn{line-height: 1.42857143;padding: 9px 36px;width:100%;font-size:20px;}
.review-button{line-height: 1.42857143;padding: 9px 36px;font-size:20px;}
.row-fluid{padding: 20px 20px;}
ul.list-arrow-bold li {
    list-style:none;
    list-style-image:url(../images/list-arrow-bold.png);
}
.post { margin-bottom:10px;	}
.post figure { position:relative; }
.post figure .cat-name{
    position:absolute;
    bottom:0;
    left:-10px;
    color:#FFF;
    font-family:Oswald, Arial, sans-serif;
    text-transform:uppercase;
}
.post figure .cat-name .base {
    background-color:#f15620;
    padding:5px 20px 5px 30px;
    display:block;
}
.post figure .cat-name .arrow {
    display:block;
    position:absolute;
    width:0;
    height:0;
    border-right:10px solid #be3201;
    border-bottom:10px solid transparent;	
}	
.post .text {
    /*padding:10px 20px 20px;*/
    padding: 10px;
    border:1px solid #dadada;
}
.post .text h2 {
    font-size:24px;
    line-height:1.25em;
    border-bottom:2px dashed #dadada;
    padding-bottom:20px;
    margin-bottom:20px;	
}
.post .text .meta {
    border-top:1px solid #EAEAEA;
    margin-top:15px;
    padding-top:10px;
    font-size:12px;
    color:#707070;
}
.text h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    color: #5c005c;
}
.text p {
    margin: 0 0 10px;
    color:#000;
}
ul.list-arrow-bold li {
    margin-left:30px;
    list-style: none;
    list-style-image: none;
    color:#000;
    /*list-style-image: url(../images/list-arrow-bold.png);*/
}
ul.list-arrow-bold li ul li{
    color: #79297a !important;
    font-weight: bold;
    margin-left: 30px;
}
.btn.btn-violet {
    background-color: #87358a;
    color:#FFF;
    text-transform: uppercase;
    font-weight:bold;
}
.sidetext{
    font-weight:bold;
    margin: 0px 20px !important;
    padding: 10px 0px;
    text-align: justify;
}
.btn-violet span{background-image: url(../images/list-arrow-bold.png);}
.circle {text-align: center;}
.circle span {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}	
.circle address {font-size: 18px;}
.circle address {font-size: 18px;}
.contact_number {
    color: #79297a;
    font-weight: bold;
    font-size: 25px;
}
.circle p {
    font-size: 17px;
    padding-top: 15px;
}	
.insurance-bg{
    /*background-color: #514b4b;
    padding:30px;*/
    width: 90%;
    margin: 0 auto;
}
.insurance{
    padding: 130px 0;
    position: relative;
    margin-left: 10px;
}
.insurance-about {
    /*background-color:#FFF;*/
    height:370px;
}	
.product-bg{
    background-color: #FBCB39;
    padding:30px;
}
.icon-11{
    height:100px;
    width:100px;
    background:url('../images/icons/accident-100(white).png');
}
.icon-11:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/accident-100(purple).png');
}
.icon-12{
    height:100px;
    width:100px;
    background:url('../images/icons/camera-100(white).png');
}
.icon-12:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/camera-100(purple).png');
}
.icon-13{
    height:100px;
    width:100px;
    background:url('../images/icons/desk-100(white).png');
}
.icon-13:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/desk-100(purple).png');
}
.icon-14{
    height:100px;
    width:100px;
    background:url('../images/icons/solicitor-100(white).png');
}
.icon-14:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/solicitor-100(purple).png');
}
.icon-15{
    height:100px;
    width:100px;
    background:url('../images/icons/lock-100(white).png');
}
.icon-15:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/lock-100(purple).png');
}
.icon-16{
    height:100px;
    width:100px;
    background:url('../images/icons/combined(white).png');
}
.icon-16:hover{
    height:100px;
    width:100px;
    background:url('../images/icons/combined(purple).png');
}
.product-box  span	{
    font-size:18px;
    text-align: center;
    margin-bottom: 30px;
    color:#FFF;
}
.product-box  span:hover{
    color:#610463;
    font-size:18px;
}
.about_text {
    margin-top:-70px;
    background: #fff;
    box-shadow: 0 0 20px rgba(1,1,1,.19);
    padding: 30px;
    z-index: 1000;
    position: relative;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 100px;
}
.about_text h1 span {
    color: #cc8809;
    font-weight: bold;
}
.about_text p {
    font-size: 14px;
    line-height: 28px;
    color: #818080;
}
.about_text2{text-align:center;}
.about_text2 p {
    text-align:justify;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin:50px;
}
.about_text2 a{
    font-size: 20px;
    border: 1px solid #ffc722;
    padding: 10px;
    margin:50px;
    border-radius: 2px;
}
.about_text2 a:hover{
    color:#ffc722;
    background-color:#610463;
    border:1px solid #ffc722;
}
.readmore{
    margin-top: 5px;
}
.readmore a {
    background: #cc8809;
    font-size: 14px;
    color: #cc8809;
    border: 2px solid #cc8809;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 0 0 2em #fff inset;
}
.about_img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 10px;
}
.about_img span {
    display: inline-block;
    position: relative;
}
.about_img span::before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.no-margin-left { margin-left:0px !important; }
.product-box span {
    text-transform: initial!important ;
}
.bg-insurance-txt {
    text-align: center;
    margin-bottom: 30px;
}
.bg-insurance-gap15{
    padding-left:15%;
    padding-right:15%;
}
.bg-insurance-gap10{
    padding-left:10%;
    padding-right:10%;
}
.bg-insurance-btn{
    line-height: 1.42857143;
    padding: 10px 100px;
    font-size: 28px;
    margin-bottom: 40px;
}
.doticon{font-size: .6em!important; color:green;display:inline-block;margin-right:7px;vertical-align: middle;padding-bottom: 3px;}
.news-img-small{max-height:100px;}
.back-to-top{cursor: pointer;position: fixed;bottom: 100px;right: 20px;display:none;border-radius: 22px;background-color: #800080;border: none;height: 40px;padding-top: 8px;width: 40px;padding-left: 14px;color:#ffffff;}
.form-controlv2{display: block;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #000;background-color: #f5f5f5;background-image: none;border: 1px solid #ecebeb;
                border-radius: 4px;margin-left:13px;}
.step .navQuote .col-md-3 {float: left;background: #ccc;color: #fff;position: relative;/*border: 1px solid #ffffff;*/}
.navQuote .disabled:hover{background-color: #ccc !important; cursor: no-drop;}
.navQuote .disabled>a:hover{cursor: no-drop;}
.step .navQuote .active, .step .navQuote .col-md-3:hover{background-color: #79297a;}

.pl-8{padding-left:8px;}
.input-group-addon, .form-control, .form-control::placeholder{color: #000;}
.navQuote .step-number{position: relative;z-index: 1;float: left;width: 2.5rem;height: 2.5rem;font-size: 1.875rem;font-weight: 700;text-align: center;background: #fff;color: #ccc;border-radius: 50%;}
.navQuote .active .step-number{color:#79297a;}
.step .navQuote li{padding: .8rem .8rem .8rem 2rem;}
.navQuote .step-title{display: flex;padding-left: 8px;}
.navQuote .tabPan1{border-top-left-radius: .45rem;border-bottom-left-radius: .45rem;}
.navQuote .tabPan4{border-top-right-radius: .45rem;border-bottom-right-radius: .45rem;}
.navQuote .step-arrow,.navQuote .step-arrow:after{border-top-width: 25px;border-bottom-width: 25px;border-left-width: 15px;}
.navQuote .step-arrow,.navQuote .step-arrow:after{position: absolute;border-top: 20px solid transparent;border-bottom: 20px solid transparent;}  
.navQuote .step-arrow{top: 0px;right: -14px;z-index: 1;width: 0;height: 0;border-left: 14px solid #fff;}
.navQuote .active .step-arrow {border-left-color: #fff;}
.navQuote .step-arrow:after{content: ""; top: -20px; right: 2px;border-left: 12px solid #ccc;}
.navQuote .active .step-arrow:after{content: ""; top: -20px; right: 2px;border-left: 12px solid #79297a;}
.addressmanual{color: #79297a;text-align: right;padding: 5px;font-size: 14px;cursor: pointer;text-decoration-line: underline;}
.pt-7{padding-top: 7px;}
.radioQuote{float: left;}
.radioQuote span{display:inline-block;margin-right:10px;}
.addresscryft{text-align:left;padding:10px;font-weight:bold;}
/*.businesslist{border:1px solid red;display:inline-block;padding:3px;margin-right:5px;color:#ffffff;background:#6f6262;cursor:pointer;}*/
.listdisc_businesslist{ text-align: left;border:1px solid #000000;max-height: 300px;overflow: auto;padding:0 15px;margin-bottom:15px;}
.businesslist .remove-sel{color:red;cursor:pointer;}

#backtosearch{cursor:pointer;font-size: 21px;color: #800080;padding-bottom:10px;}
.rdspanbg{background-color:#f5f5f5;}
.rdspanpadd{padding:9px 18px;}
.txt-left{text-align:left;}
#businessactivitywrap{border:1px solid #000000;max-height: 300px;overflow: auto;padding-top:10px;}
#businessactivitywrap .panel-title a:hover{text-decoration:underline;color: #79297a}
.wordinglink{color: #fff;background-color: #286090;border-color: #204d74;text-decoration:none;padding:5px;}
.wordinglink:hover, .wordinglink:focus{color: #fff;}
.quotpnotes{line-height: 18px;text-align: justify;margin-left: 30px;margin-right: 30px;}
.insurance-break{font-style:italic;max-width: 600px;margin: 0px auto;line-height: 18px;margin-top: 5px;margin-bottom: 10px;}
.premiumbox{border:2px solid black;max-width: 270px;margin: 0px auto; padding: 10px 0;}
.premiumbox p{margin: 0px;}
.slash{height:1px;width: 20px;background: black;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;margin-top: 17px;transform: rotate(-70deg);}
.col-md-2.ELEmptaxRefNumber{width:16.66%;border:none;padding-right:0px;}
.col-md-2.ELEmpuniqueRefNumber{width:16.66%;border:none;padding-left:0px;}
.homevideo-margin{margin-top:-50px;}
.pd-left-0{padding-left: 0px;}
#bi .business_practice_2 p{float:none;}
#bi .business_practice_2 ul, #bi .business_practice_2 ol{text-align:left; margin-left:15px;}
#bi .business_practice_2 ul li, #bi .business_practice_2 ol li{list-style-type:disc;}

/**optimization fixes**/
.logo img {
    width: 300px;
    height: 100%;
}

@media(max-width: 480px){
    .homevideo-margin video{
        display:none;
    }
}

/**optimization fixes end**/

#show_hover_me_sub_contractor textarea{
border: 1px solid black;
}