body{
    font-family: "Roboto Regular";
    font-size: 16px;
    margin:0;
    padding: 0;
    color: #333333;
    background: #fff;
}
@font-face {
    font-family: "Gotham-Thin";
    src: url('../fonts/Gotham-Thin.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-XLight";
    src: url('../fonts/Gotham-XLight.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Light";
    src: url('../fonts/Gotham-Light.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham-Medium.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Bold";
    src: url('../fonts/Gotham-Bold.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Ultra";
    src: url('../fonts/Gotham-Ultra.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Condensed-Light-Regular";
    src: url('../fonts/Gotham Condensed Light Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Condensed-Medium";
    src: url('../fonts/Gotham Condensed Medium.ttf') format("truetype");
}
@font-face {
    font-family: "Gotham-Condensed-Bold";
    src: url('../fonts/Gotham Condensed Bold.ttf') format("truetype");
}
@font-face {
    font-family: "Roboto Thin";
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-thin-webfont.woff2') format('woff2'),
        url('../fonts/roboto-thin-webfont.woff') format('woff'),
        url('../fonts/roboto-thin-webfont.ttf') format('truetype'),
        url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Light";
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light-webfont.woff2') format('woff2'),
        url('../fonts/roboto-light-webfont.woff') format('woff'),
        url('../fonts/roboto-light-webfont.ttf') format('truetype'),
        url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Regular";
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Bold";
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../fonts/roboto-bold-webfont.woff') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pl-0{
    padding-left: 0px;
}
.pr-0{
    padding-right: 0px;
}
.pl-10{
    padding-left: 10px;
}
.pr-10{
    padding-right: 10px;
}
.ml-0{
    margin-left: 0px !important;
}
.mr-0{
    margin-right: 0px;
}
.noLRpdg{
    padding-left: 0px;
    padding-right: 0px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0px;
}
a:focus{
    outline: none;
}
.fade {
    opacity: 0;
    transition: opacity 0.5s linear 0s;
}
.full-wrapper{
    width: 100%;
    clear: both;
}
.container{
    width: 1200px;
}
/*Header part*/
.top_header_main {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 11;
}
.top_header div.row:first-child{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.menu a{
    color: #737373;
    font-size: 0.85em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.menu i{
    color: #a60d4e;
    font-size: 1.8em;
    padding-top: 14px;
    padding-right: 5px;
}
.menu span {
    display: inline-block;
    margin-top: 18px;
    vertical-align: top;
}
.top_header .bootstrap-select button{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FCFCFC),color-stop(1, #E8E8E8));
    background-image: -o-linear-gradient(bottom, #FCFCFC 0%, #E8E8E8 100%);
    background-image: -moz-linear-gradient(bottom, #FCFCFC 0%, #E8E8E8 100%);
    background-image: -webkit-linear-gradient(bottom, #FCFCFC 0%, #E8E8E8 100%);
    background-image: -ms-linear-gradient(bottom, #FCFCFC 0%, #E8E8E8 100%);
    background-image: linear-gradient(to bottom, #FCFCFC 0%, #E8E8E8 100%);
    border-radius: 0px 0px 5px 5px;
    border: none;
    font-size: 0.73em;
    border-top: none;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted transparent !important;
    outline-offset: -2px;
}
.top_header .bootstrap-select li{
}
.top_header .pull-right .bootstrap-select{
    float: right;
}
.contact_details{
    float: left;
    color: #333333;
    margin-right: 20px;
    margin-top: 12px;
}
.div{
    color: #BCBCBC;
    padding-left: 10px;
    padding-right: 10px;
}
.hotline{
    font-size: 1.1em;
    font-weight: 300;
}
.hotline i, .mail_to i{
    color: #AE0838;
}
.hotline span{
    font-size: 1em;
    font-weight: 700;
}
.mail_to{

}
.mail_to i{
    font-size: 1.1em;
    padding-right: 5px;
}
.mail_to a{
    text-decoration: none;
    color: #333333;
    font-size: 1em;
    font-weight: 300;	
}
/*Navbar*/
.navbar{
    border-radius: 0;
    background:none;
    border:none;
    margin-bottom: 5px;
}
.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a{
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.86em;
    padding: 15px 16px 10px;
    font-weight: 500;
}
.search-btn{
    position: relative;
}
.search-form{
    position: absolute !important;
    top: 100%;
    right:0;
    width: 300px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);

}
.dropdown-menu > li > a{
    font-size: 0.9em;
    font-weight: 500;
}
.navbar-default .navbar-nav > li:first-child a{
    padding-left: 0px;
}
.navbar-default .navbar-nav > li:last-child a{
    padding-right: 0px;
}
.navbar-default .navbar-nav > li > a:hover, .dropdown-menu > li > a:hover{
    color: #AF0532;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav li.active a{
    background: none;
    color: #AF0532; 
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: none;
    color: #AF0532;
}
.navbar .navbar-collapse, .navbar .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.navbar-right{
    margin-right: 0px;
}
.home-icon{
    font-size: 1.3em;
}
/*Navbar*/
/*Header part*/
.banner-img{
    background: url("../images/QIC_Qatar_Banner01.jpg") no-repeat top center rgba(226, 230, 233, 0.9);
    height: auto;
    margin-top: 22px;
    position: relative;
}
.kuwait-banner-img{
    background: url("../images/QIC_Kuwait_Banner01.jpg") no-repeat top center rgba(226, 230, 233, 0.9);
}
.quotation-forms{
    background: rgba(244, 244, 246, 0.6);
    width: 450px;
    margin-top: 155px;
    margin-bottom: 90px;
    border: 1px solid #E3E3E3;
    padding: 20px 35px;
    box-shadow: 0px -5px 10px 0 #e6e6e6 inset;
    border-radius: 0px 0px 10px 10px;
    display: inline-block;
}
.quotation-manage-policy{
    background: rgba(244, 244, 246, 0.2) none repeat scroll 0 0;
    box-shadow: 0 -5px 10px 0 #e6e6e6 inset;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 65%;
}
.responsive-tab{
    display: none;
}
.car_insurance{
    background: url('../images/car_b.png') no-repeat center center #ffffff;
    border: 5px solid #d9dbda;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
}
.car_insurance:hover, .resp-tab-active .car_insurance{
    background: url('../images/car_w.png') no-repeat center center #a60d4e;
    border: 5px solid #a60d4e;
}
.bike_insurance{
    background: url('../images/Motorcycle_b.png') no-repeat center center #ffffff;
    border: 5px solid #d9dbda;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
}
.bike_insurance:hover, .resp-tab-active .bike_insurance{
    background: url('../images/Motorcycle_w.png') no-repeat center center #a60d4e;
    border: 5px solid #a60d4e;
}
.travel_insurance{
    background: url('../images/flight_b.png') no-repeat center center #ffffff;
    border: 5px solid #d9dbda;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
}
.travel_insurance:hover, .resp-tab-active .travel_insurance{
    background: url('../images/flight_w.png') no-repeat center center #a60d4e;
    border: 5px solid #a60d4e;
}
.home_insurance{
    background: url('../images/Home_b.png') no-repeat center center #ffffff;
    border: 5px solid #d9dbda;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
}
.home_insurance:hover, .resp-tab-active .home_insurance{
    background: url('../images/Home_w.png') no-repeat center center #a60d4e;
    border: 5px solid #a60d4e;
}
.boat_insurance{
    background: url('../images/l_boat_b.png') no-repeat center center #ffffff;
    border: 5px solid #d9dbda;
    border-radius: 50%;
    display: inline-block;
    height: 65px;
    width: 65px;
}
.boat_insurance:hover, .resp-tab-active .boat_insurance{
    background: url('../images/l_boat_w.png') no-repeat center center #a60d4e;
    border: 5px solid #a60d4e;
}
.resp-tabs-container h3{
    font-size: 1.3em;
    font-weight: 300;
    font-family: "Roboto Light";
    color: #033051;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px; 
}
.resp-tabs-container h2, .resp-tabs-container h1{
    font-size: 1.65em;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #033051;
    text-align: center;
}
.resp-tabs-container h2 > span{
    color: #789fc0;
    font-size: 0.5em;
}
.resp-tabs-container h3 > span > b > span{
    color: #789fc0;
    font-size: 0.6em;
}
.resp-tabs-container h1, .new-quote{
    display: none;
}
.form2, .form3{
    display: none;
}
#horizontalTab .bootstrap-select{
    width: 100%;
    text-transform: uppercase;
    color: #333;
    height: 30px;
}
#horizontalTab .bootstrap-select .dropdown-toggle{
    color: #333;
    font-size: 0.75em;
    text-transform: uppercase;
}
#horizontalTab .bootstrap-select .dropdown-menu > li > a{
    font-weight: 400;
}
#horizontalTab .resp-tab-content .form-group:first-child{
    margin-bottom: 10px;
}
#horizontalTab .resp-tab-content .form-group.less-space {
    margin-bottom: 3px;
}
#horizontalTab .resp-tab-content .form-group.less-space-two{
    margin-bottom: 10px;
}
.form-group {
    clear: both;
    display: inline-block;
    margin-bottom: 3px;
    width: 100%;
}
.form-group .form-control{
    height: auto;
    padding-top: 7px;
    padding-bottom: 4px;
    color: #333;
    text-transform: uppercase;
    font-size: 0.75em;

}
.form-control::-moz-placeholder{
    color: #333;
}
.form-group input[type="submit"],
.customer-care .form-group input[type="button"],
.attach-field input[type="file"]{
    background-color: #104474;
    width: 100%;
    text-align: center;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    padding:8px 10px 8px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
}
.or-div{
    background-color: #E0E2E1;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    margin: 0px auto 10px;
    font-family: "Roboto Light";
    font-size: 0.86em;
}
.quotation_links > a {
    color: #aa0732;
    font-size: 0.8em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 12px;
    float: left;
    margin-top: 5px;
}
.quotation_links > a > i{
    color: #0d447d;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 3px;
    padding-top: 1px;
    vertical-align: top;
}
.quotation_links span{
    color: #789fc0;
    float: right;
    font-size: 0.85em;
    padding-top: 4px;
}
.quotation_links.resp-tab-content {
    display: block;
    padding: 10px 0;
}
label.error {
    color: red;
    font-size: 0.85em;
    font-weight: 400;
    float: left;
}
.banner-text{
    background:rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: "Roboto Light";
}
/*Overlay*/
#overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.75s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}
#overlay.on {
    opacity: 1;
    z-index: 100;
}
#overlay.hiding {
    opacity: 0 !important;
    z-index: 100 !important;
}
#side-menu {
    background: #fff;
    bottom: 0;
    left: -35em;
    overflow: auto;
    padding-top: 3em;
    position: fixed;
    text-align: left;
    top: 0;
    width: 320px;
    z-index: 1000;
    -webkit-transition: left .75s ease-in-out 0s;
    -moz-transition: left .75s ease-in-out 0s;
    -ms-transition: left .75s ease-in-out 0s;
    transition: left .75s ease-in-out 0s;
}

#side-menu .nav-wrap {
    height: 100%;
    overflow: auto;
    position: relative;
    top: -3.5em
}

#side-menu li a {
    color: #0F4476;
    display: block;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 400;
}

#side-menu .mark {
    color: #2480fe;
    display: inline-block;
    font-size: 5em;
    margin-top: 35px;
    padding-left: .6em
}

#side-menu .mark:hover {
    color: #0062cf
}

#side-menu .close {
    color: #0f4476;
    right: 35px;
    padding: 10px;
    position: absolute;
    top: 62px;
    opacity: 1;
    font-size: 2.2em;
    font-family: "Roboto Thin";
}
#side-menu .side-logo {
    left: 45px;
    padding: 10px;
    position: absolute;
    top: 70px;
    width: 150px;
}
#side-menu .close:focus{
    outline: none;
}

#side-menu .close:hover {
    color: #555
}

#side-menu.on {
    left: 0
}

#side-menu #local {
    padding-top: 11em;
    padding-bottom: 2em;
    padding-left: 0;
    position: relative;
    list-style:none;
}

#side-menu #local p.title,
#side-menu #local h3,
#side-menu #local li.section {
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}
#local li{
    padding-top: 5px;
    padding-bottom: 5px;
}
#side-menu #local p.title>a,
#side-menu #local h3>a,
#side-menu #local li.section>a {
    color: #2480fe;
    display: block;
    font-size: 1.7em;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

#side-menu #local p.title>a:hover,
#side-menu #local h3>a:hover,
#side-menu #local li.section>a:hover {
    color: #fff;
    background-color: #104474;
}

#side-menu #local p.title>a:after,
#side-menu #local h3>a:after,
#side-menu #local li.section>a:after {
    content: ""!important
}

#side-menu #local li.active a.currentPage {
    color: #2480fe;
    cursor: default
}

#side-menu #local>li>a {
    font-size: 0.86em;
    padding: 6px 30px 3px 50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
#side-menu #local>li>a:hover{
    color: #fff !important;
    background-color: #a60d4e;
    text-decoration: none;
}
#side-menu #local>li>a:hover {
    color: #0062cf
}
#side-menu #local > li > a:focus{
    outline: none;
    text-decoration: none;
}
#side-menu #local li ul li:first-child a {
    margin-top: 10px;
}
#side-menu #local>li>a:after {
    bottom: 0px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.55em;
    font-weight: normal;
    right: 50px;
    position: absolute;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
#side-menu #local > li > a.single-menu:after {
    content: "";
}
#side-menu #local>li.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#side-menu #local ul {
    display: block;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 0;
}
#side-menu #local li ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}
#side-menu #local li ul a{
    font-size: 0.89em !important;
    padding: 4px 20px 4px 70px;
}
#side-menu #local li ul li a:hover{
    color: #fff !important;
    background-color: #104474;
    text-decoration: none;
}

#side-menu #local ul a {
    color: #555;
    padding: 6px 30px;
    text-transform: none
}

#side-menu #local ul a:hover {
    color: #2480fe
}

#side-menu #local ul ul ul {
    margin-bottom: 0
}

#side-menu #local ul ul ul a {
    color: #999;
    padding: 6px 45px 7px 45px
}
/*Overlay*/
.insured-living{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    background: #fff;
}
.insured-living .insured-heading{
    width: 40%;
    color:#343434;
    margin:0 auto;
}
.insured-living .insured-heading h1 {
    border-bottom: 1px solid #a60d4e;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2px;
    color: #104774;
}
.insured-heading h1 span {
    color: #a60d4e;
    font-weight: bold;
}
.insured-heading h3{
    font-size: 1.16em;
    font-family: "Roboto Light";
    margin-top: 0;
}
.insured-categories{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.car-insured-living{
    background: url('../images/l_car_b.png') no-repeat center center #E9E9E9;
    border: 4px solid #EFD9E5;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 10px #fff inset;
    transition: all 0.5s ease 0s;
}
.car-insured-living:hover{
    background: url('../images/l_car_w.png') no-repeat center center #a60d4e;
    border: 4px solid #BC6993;
}
.bike-insured-living{
    background: url('../images/l_Motorcycle_b.png') no-repeat center center #E9E9E9;
    border: 4px solid #EFD9E5;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 10px #fff inset;
    transition: all 0.5s ease 0s;
}
.bike-insured-living:hover{
    background: url('../images/l_Motorcycle_w.png') no-repeat center center #a60d4e;
    border: 4px solid #BC6993;
}
.travel-insured-living{
    background: url('../images/l_flight_b.png') no-repeat center center #E9E9E9;
    border: 4px solid #EFD9E5;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 10px #fff inset;
    transition: all 0.5s ease 0s;
}
.travel-insured-living:hover{
    background: url('../images/l_flight_w.png') no-repeat center center #a60d4e;
    border: 4px solid #BC6993;
}
.home-insured-living{
    background: url('../images/l_Home_b.png') no-repeat center center #E9E9E9;
    border: 4px solid #EFD9E5;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 10px #fff inset;
    transition: all 0.5s ease 0s;
}
.home-insured-living:hover{
    background: url('../images/l_Home_w.png') no-repeat center center #a60d4e;
    border: 4px solid #BC6993;
}
.car-insured-living:hover .insured-categories-name {
    color: #fff;
}
.home-insured-living:hover .insured-categories-name {
    color: #fff;
}
.boat-insured-living{
    background: url('../images/l_boat_b.png') no-repeat center center #E9E9E9;
    border: 4px solid #EFD9E5;
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 0 10px #fff inset;
    transition: all 0.5s ease 0s;
}
.boat-insured-living:hover{
    background: url('../images/l_boat_w.png') no-repeat center center #a60d4e;
    border: 4px solid #BC6993;
}
.insured-categories a {
    margin: 10px 30px;
}
.bottom-arrow{
    position: absolute;
    left: 47%;
    bottom: -40px;
}
.personal-insurance{
    background: url('../images/Bg2.jpg') no-repeat top center;
    padding-top:110px;
    padding-bottom:100px; 
}
.personal-insurance-heading{
    text-align: center;
    margin-bottom: 40px;
}
.personal-insurance-heading h1{
    font-size: 1.76em;
    font-family: "Roboto Regular";
    text-transform: uppercase;
    color: #104474;
    margin-bottom: 5px;
}
.personal-insurance-heading h3{
    color: #343434;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 0px;
}
.personal-category-desc{
    background: #993366;
    width: 100%;
    height: 196px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-top: 25px;
    text-decoration: none;
    display: inline-block;
}
.personal-category-desc:hover{
    color: #fff;
    text-decoration: none;
}
.personal-category-desc:nth-child(2n){
    background: #8e094b;
}
.personal-category-desc h2{
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0px;
    transition:all 0.5s ease 0s;
    text-transform: capitalize;
}
.personal-category-desc p{
    font-size: 0.96em;
    font-weight: 300;
    transition:all 0.5s ease 0s;
    font-family: "Roboto Light"
}
.personal-category-desc .arrow{
    opacity: 0;
    transition: opacity 0.75s ease 0s;
}
.personal-category-desc:hover .arrow{
    opacity: 1;
}
.personal-category-desc:hover h2{
    margin-top: 20px;
}


/**************Featurs BLock************************/
a:hover{
    text-decoration: none;	
}
.featurs-bg{
    padding: 80px 0px;
    background: #fff;
}
.featurs-outer-block {
    display: block;
    float: left;
    width: 31.6%;
}
.featurs-outer-block + .featurs-outer-block{
    margin-left: 2%; 
}
.home-featurs-block{
    border:1px solid #D9D9D9;
    padding: 20px 23px 15px;
    min-height: 400px;
    position: relative;
}
.home-featurs-block > h1{
    color: #333333;
    font-size: 1.4em;
}
.home-featurs-block .imag-holder{
    height: auto;
    width: 100%;
}
.imag-holder > img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.home-videos .featurs-info{
    margin-top: 15px;
}
.featurs-info > h4{
    color: #253F64;
    font-size: 0.9em;
    margin-bottom: 4px;
}
.featurs-info > p{
    color: #333;
    font-size: 0.825em;
    line-height: 15px;
}
.link-block {
    bottom: 0px;
    left: 0px;
    position: relative;
    padding-top: 40px;
}
.link-block > a{
    border: 1px solid #8aa0b8;
    color: #89033e;
    display: inline-block;
    font-size: 0.725em;
    padding: 5px 10px;
}
.featurs-info .feeds-date:before{
    content: "\f0da";
    font-family: "FontAwesome";
    color:#A50034;
    font-size: 13px;
    margin-right: 5px;
}
.featurs-info > h5{
    color: #253F64;
    font-size: 0.75em;
    margin-bottom: 5px;
}
.newsfeeds .featurs-info > p{
    font-size: 0.75em;
}
.newsfeeds .featurs-info{
    margin-bottom: 20px;
}

/****************END**************************/


/********** Car Insurance page  **************/
.wrapper{
    max-width:1200px;
    margin: 0px auto;
}
.car_insurance_banner{
    background: url("../images/car_banner_image.jpg") no-repeat right center;
    height: 415px;
    position: relative;
}
.travel_insurance_banner{
    background: url("../images/Travel_banner_image.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.home_insurance_banner{
    background: url("../images/oman_Home_Insurance_banner.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.qatar_home_insurance_banner{
    background: url("../images/home_banner_image.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.home_insurance_banner.oman {
    background: rgba(0, 0, 0, 0) url("../images/oman_Home_Insurance_banner.jpg") no-repeat scroll center center;
    height: 415px;
    position: relative;
}
.kuwait_home_insurance_banner{
    background: url("../images/Kuwait-Home_Insurance_banner.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.boat_insurance_banner{
    background: url("../images/boat_banner_image.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.motor_insurance_banner{
    background: url("../images/motor_banner_image.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.contact_us_banner{
    background: url("../images/Contact_banner.jpg") no-repeat right center;
    height: 415px;
    position: relative;
}
.contact_us_banner_kuwait{
    background: url("../images/Contact_banner_kuwait.jpg") no-repeat right center;
    height: 415px;
    position: relative;
    margin-top: 113px;
}
.bg-gray{
    background: #E9E9E9;
}
.bg-white{
    background: #fff;
}
.top-sec-header{
    margin: 0 auto 10px;
    position: relative;
}

.top-sec-header > h4{
    color: #003668!important;
}
.top-sec-header h4 strong{
    color: #A81652;
}
.section-why-insurance{
    padding: 20px 0;
    position: relative;
}
.section-why-insurance:before{
    content: "";
    position: absolute;
    bottom: -41px;
    left: 46%;
    background: url('../images/arrow.png') no-repeat bottom center;
    width: 86px;
    height: 50px;
}
.section-why-insurance ul{
    padding: 0;
    margin: 0 auto;
    max-width:100%;
    display: block;
    text-align: center;
}
.section-why-insurance ul li{
    color: #104474;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0% 2%;
    text-align: center;
    font-size: 0.85em;    
}
.section-why-insurance ul li a{
    text-decoration: none;
    color: #104474;
    font-size: 1.15em;
}
.section-why-insurance ul li a:hover{
    color: #A50B4C;
    text-decoration: none;
}
.section-why-insurance ul li span{
    display: block;
    padding: 7px 0;
}
.section-header{
    padding: 35px 0;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}
.section-header h4 strong{
    color: #A81652;
}
.section-header h4 span{
    display: block;
    text-transform: capitalize;
    font-size: 0.8em;
    line-height: 1.6;
}
.section-header h4{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    color: #104474;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
    text-align: center;
    margin: 10px auto;
    position: relative;
}
.section-header h4:after{
    content: "";
    position: absolute;	
    bottom:0px;
    left: 0;
    right: 0;
    border-top: 1px solid #A10F4E;
    max-width: 800px;
    height: 1px;
    margin: 0 auto;
}
.noborder h4:after{
    display: none;
}

.section-header p {
    color: #171717;
    font-size:0.9em;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    width: 85%;
    margin: 0 auto;
}
.section-header span{
    display: inline-block;	
    position: relative;
    margin: 0 auto;
}
.section-header span.bottom_line{
    color: #2C6098;
    font-weight: 500;
    font-size: 0.95em;
    border-bottom: 1px solid #A10F4E;
    border-top: 1px solid #A10F4E;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.section-header h3{
    font-size: 1.1em;
    color: #171717;
}
.section-header.top-sec-header > h3 {
    color: #104474;
    font-size: 1.55em;
    font-weight: bold;
    text-align: center;
}
.section-header span.bottom_line a{
    color: #A01547;
}
/*.section-header span.bottom_line:before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        border-bottom: 1px solid #A10F4E;
        max-width: 800px;
        height: 1px;
        margin: 0 auto;
}
.section-header span.bottom_line:after{
        content: "";
        position: absolute;	
        top:-10px;
        left: 0;
        right: 0;
        border-top: 1px solid #A10F4E;
        max-width: 800px;
        height: 1px;
        margin: 0 auto;
        }*/
.section-header .uclub{
    display: table;
    margin: 0 auto
}
.club_benefits{
    padding: 0 0 40px;
    text-align: center;
}
.club_benefits ul{
    display: block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}
.club_benefits ul li{
    display: inline-block;
    margin: 0 2%;
    text-align: center;
    vertical-align: top;
    width: 143px;
}
.club_benefits ul li span{
    color: #171717;
    font-size: 0.9em;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}
.club_benefits ul li img{
    display: table;
    margin: 10px auto;
}

.reason_ins_car{
    box-shadow: 0px 1px 1px 1px #ccc;
    background: #fff;
    margin: 10px 0;
    position: relative;
    background-position: inherit;
    background-size: 50% 100%!important;
    min-height: 280px;
}
.reason_ins_car img{
    display: block;
    max-width: 100%;
}

.icon_fc{
    background: #0B345B;
    display: inline-block;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    float: left;
}
.num_count{
    position: absolute;
    left: -76px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    background-color: #AB0A34;
    border-radius: 50%;
    line-height: 57px;
    text-align: center;
    border: 6px solid rgba(211, 135, 167, 1.0);
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    opacity: 0.9;
}
.num_count.count-right{
    left: 76px;
}
.reason_ins_car .info-section{
    padding:40px 24px 35px;
}
.reason_ins_car .img-section img{
    height: 100%;
}
.reason_ins_car .info-section >h3{
    font-family: "Roboto Regular";
    color: #104474;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
}
.reason_ins_car .info-section ul{
    list-style-type: none;
    padding-left: 10px;
}
.reason_ins_car .info-section li{
    color: #171717;
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 300;
    padding: 5px 0;
    position: relative;
}
.reason_ins_car .info-section li:before{
    content: '\203a';
    position: absolute;
    left: -11px;
    top: 3px;
    font-size: 20px;
}
.reason_ins_car .info-section li strong{
    color: #1F3F68;
    font-weight: 600;
}
.reason_ins_car .info-section > p{
    color: #171717;
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 300;
    padding: 5px 0;
}
a.read_more{
    color: #A01547;
    font-weight: normal;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.read_more:after{
    content: "";
    position: absolute;
    right: 0;
    top:4px;
    border-left: 5px solid #A01547;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.optional_cover{
    float: left;
    width: 100%;
    padding: 0 10%;
    text-align: center;
}
.optional_cover img{
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0 6px 10px -4px #AFAFAF;
}

.optional_cover > h4{
    color: #2D597E;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
}
.optional_cover > p{
    color: #171717;
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 300;
    padding: 5px 0;
}
.ins_car_need{
    background: url("../images/bg.jpg") repeat top center;
    background-size: cover;
}
.car_ins_wrapper{
    background: #EDEDED;
    border-bottom: 8px solid #C2C9D1;
    margin-bottom: -10px;
    border-radius: 5px 5px 0 0;
}
.cc_insurance, .tpl_insurance{
    padding: 0;
    float: left;
    width: 50%;
    border-radius: 5px 0 0 0;
}
.tpl_insurance{
    border-left: 1px solid #CFD0D2;
    border-radius: 0px 5px 0 0;
}

.cc_insurance .insurance_body{
    background: #EDEDED;
    color: #171717;
    font-size:0.9em;
    line-height: 1.2;
    font-weight: normal;
}
.tpl_insurance .insurance_body{
    background: #EDEDED;
    color: #171717;
    font-size:0.9em;
    line-height: 1.2;
    font-weight: normal;
}
.insurance_body{
    padding: 30px;		
}
.insurance_body .inner_content{
    min-height: 160px;	
}
.insurance_body .inner_content p{
    color: #171717;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 300;
    padding: 5px 0;
}

.cc_insurance .cc_insurance_header,.tpl_insurance .tpl_insurance_header{
    background: #104474; 
    padding: 6px 20px;
    border-radius: 5px 0px 0 0; 
}
.tpl_insurance .tpl_insurance_header{
    border-radius: 0px 5px 0 0; 
    margin-left: -2px;
}
.cc_insurance .cc_insurance_header h3, .tpl_insurance  .tpl_insurance_header h3{
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: 500;
    padding: 30px 0;
}
.cc_insurance .cc_insurance_header h3{
    background: url('../images/car_icon_1.png') no-repeat left center;
    padding-left: 85px;
}
.tpl_insurance  .tpl_insurance_header h3 {
    background: url('../images/car_icon_2.png') no-repeat left center;
    padding-left: 85px;
}
.cc_insurance .boat_insurance_header h3{
    background: url('../images/boat_icon_thumb.png') no-repeat left center;
    padding-left: 85px;
}
.tpl_insurance  .boat_tpl_insurance_header h3 {
    background: url('../images/yatch_icon_thumb.png') no-repeat left center;
    padding-left: 85px;
}
.cc_insurance .motorcycle_insurance_header h3{
    background: url('../images/Motorcycle_01.png') no-repeat left center;
    padding-left: 85px;
}
.tpl_insurance  .motorcycle_tpl_insurance_header h3 {
    background: url('../images/Motorcycle_02.png') no-repeat left center;
    padding-left: 85px;
}
.chk_opt{
    padding: 5px;
    border: 1px solid #CDCDCD;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.chk_opt a:hover{
    text-decoration: none;
}
.chk_opt:after{
    position: absolute;
    top:7px;
}
.pdf_link{
    background: url("../images/Pdf.png") no-repeat left center;
    padding-left: 40px;
}
a.scroll_to_top{
    position: absolute;
    right: 0;
    top: -30px;
    background: url("../images/move_up_icon.png") no-repeat right top;
    width: 50px;
    height: 50px;
}
a.scroll_to_top:hover{
    background: url("../images/move_up_icon-o.png") no-repeat right top;
}

a.scroll_to_bottom{
    position: fixed;
    right: 0;
    top: 415px;
    background: url("../images/move_up_icon.png") no-repeat right top;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    z-index: 12;
}

a.scroll_to_bottom:hover{
    background: url("../images/move_up_icon-o.png") no-repeat right top;
}
/* style ends*/
/**********isurance types-block*******/
.insurance-types .field-width + .field-width {
    padding-left: 7px;
}
.insurance-types{
    padding-top: 20px;
    padding-bottom: 20px;
}
.isurance-types-block.quotation-forms{
    margin-top: 85px;
    margin-bottom: 0;
}
.isurance-types-block .quotation_links > span,
.isurance-types-block .quotation_links > a{
    float: none;
    vertical-align: sub;
}
.isurance-types-block .quotation_links > a > i{
    padding-top: 0px;
    vertical-align: text-top;
}
.isurance-types-block.quotation-forms{
    width: 100%;
}
.isurance-types-block .resp-tabs-container{
    width: 80%;
    margin: 0 auto;
}

.isurance-types-block .resp-tabs-list li + li{
    margin-left: 40px
}
.isurance-types-block .form-group:first-child {
    margin-bottom: 10px !important;
}
.isurance-types-block .field-width .bootstrap-select{
    height: auto !important;
}
.isurance-types-block .field-width .btn-group > .btn{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.isurance-types-block .field-width {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 19.6%;
}
.isurance-types-block .large-field{
    width: 39.7%;
}
.isurance-types-block .field-width .form-control{
    padding-bottom: 10px;
    padding-top: 10px;
}
.isurance-types-block .large-field input[type="submit"]{
    padding: 10px;
}
.isurance-types-block .field-width  input[type="submit"]{
    padding: 10px;
}
.isurance-types-block .field-width > img {
    max-width: 100%;
}
/**** style ends*****/

/********** Travel insurance Covers ************/
.covers-bg{
    background: #E9E9E9;
    padding: 40px 0 40px 0;
    position: relative;
}
.covers-bg.section-why-insurance:before{
    top: -8px;
    left: 47%;
}
.travel-insurance{
    padding-top: 20px;
    padding-bottom: 20px; 
}
.travel-insurance > h2{
    color: #15426C;
    font-size: 1.7em;
    margin-bottom: 25px;
}
.inner-block{
    padding: 10px 0;
}
.circle-icon-holder{
    border: 2px solid #203B50;
    background: #386FA5;
    border-radius: 50px;
    display: inline-block;
    width: 72px;
    height: 72px;
    text-align: center;
}
.circle-icon-holder > img{
    border-radius: 50px;
    height: 100%;
    max-width: 100%;
}
.content-block > span{
    color: #333;
    font-size: 0.9em;
    padding-left: 20px;
    display: inline-block;
}
.covers-rightborder{
    background: url(../images/Travel_Covers_rightobrdr.png) no-repeat scroll 99% center;
}
.border-btm{
    border-bottom: 1px solid #D2D2D2;
}
.border-top{
    border-top: 1px solid #D2D2D2;
}
.option-block > h4{
    color:  #15426C;
    font-size: 1.2em;
    font-weight: 500;
    margin:5px 0;
}
.option-block > p{
    color: #333333;
    font-size: 0.89em;
    font-weight: 500;
    margin-bottom: 2px;
}
.page-link-block{
    padding: 10px;
}
.page-link-block > a{
    background: #E5E5E5;
    border: 1px solid #C8C8C8;
    color: #9C1736;
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 10px;
    font-weight: 500;
}
ul.travel-benefits{
    padding: 0;
    margin: 0;
}
.travel-benefits > li{
    display: block;
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.travel-benefits > li >span{
    color: #104474;
    font-weight: 600;
}
.travel-benefits > li:before{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #104474;
    font-weight: 600;
    position: absolute;
    left: 2px;
    line-height: 27px;
}
.section-header .no-border{
    border-top: none!important;
}
.section-header .no-border:after {
    border: medium none;
}
/*****************End************/


/****** Boat Insurance **********/
.boat_covers{
    list-style-type: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding:0;
}
.boat_covers li{
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 1% 0;
    vertical-align: top;
}
.boat_covers li span{
    background-color: #ab0a34;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: 5px auto;
    opacity: 0.9;
    text-align: center;
    vertical-align: middle;
    width: 18px;
}
.boat_ins_cover{
    width: 47%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px 1px #ccc;
}
.full_width{
    width: 100%;
}
.boat_ins_cover .info-section{
    padding: 20px;
    color: #171717;
    font-size: 0.9em;    
    font-weight: 300;    
}
.boat_ins_cover .info-section p{
    color: #171717;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    padding: 5px 0;
}
.boat_ins_cover .info-section h3{
    color: #104474;
    text-transform: capitalize;
    font-size: 1.2em;
}
.boat_ins_cover .info-section ul{

}  
.boat_ins_cover .info-section ul li{
    display: block;
    color: #171717;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: none;
    text-align: left;
    position: relative;
}
.boat_ins_cover .info-section ul li:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.boat-insurance-details{
    display: inline-block;
    font-size: 0.855em;
    font-weight: 600;
    text-align: center;
    color: #666666;
}
.boat-insurance-details .pb10 {
    font-weight: 100;
}
.boat-insurance-details h3{
    font-size: 1.75em;
    padding-bottom: 8px;
}
.boat-insurance-details .double-content{
    display: inline-block;
}
.mr50.pull-left > address {
    text-align: right;
}
.ml50.pull-left > address {
    text-align: left;
}
/************Ends *************/
/*********** Travel insurance new page style ****/
.tra_ins_bg_img{
    background: url('../images/QIC_Travel_bg.png') no-repeat left bottom #E9E9E9;
}
.color-red{
    color: #AA0530!important;
}
.color-blue{
    color: #104473!important;
}
.tra_ins_reg{
    box-shadow: 0px 1px 1px 1px #ccc;
    color: #8C8C8C;
    margin-bottom: 20px;
}
.tra_ins_reg .tra_reg_header{
    background: #ECF0F3;
    padding: 5px;
    text-align: center;
}
.tra_ins_reg .tra_reg_header h3{
    display: inline-block;
    color: #656F7A;
    text-transform: uppercase;
}
.tra_ins_reg .tra_reg_body{
    background: #fff;
    padding: 0px;
    color: #8C8C8C;
    font-size: 14px;
}
.tra_reg_body_left{
    border-right: 1px solid #ccc;
    padding: 20px 55px;
}
.tra_reg_body_right{
    padding: 20px 55px;
}
.tra_ins_reg .tra_reg_body ul{
    padding: 0;
    list-style-type: none;
}
.tra_ins_reg .tra_reg_body ul li{
    position: relative;
    padding: 5px 15px;
    color: #8C8C8C;
}
.tra_ins_reg .tra_reg_body ul li:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tra_ins_reg .tra_reg_footer{
    background: #ECF0F3;
    padding: 10px 55px;
}
.tra_ins_table-left{
    width: 100%;
}
.tra_ins_table-left tr{
    border-bottom: 1px solid #ccc;
    color: #8C8C8C;
}
.tra_ins_table-left tr:last-child{
    border-bottom:none;
}
.tra_ins_table-left td{
    padding:  8px 0;

}
.tra_ins_table-left td span{
    display: block;
}
.tra_ins_table-right{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.tra_ins_table-right tr{
    color: #8C8C8C;
}
.tra_ins_table-right tr td{
    position: relative;
    padding: 5px 0px 5px 15px;
}
.tra_ins_table-right tr:last-child td{
    padding-bottom: 25px;
}

.tra_ins_table-right tr td:first-child:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.btn-benefit{
    display: inline-block;
    border:none;
    border-radius: 4px;
    padding: 2px 13px;
    color: #fff;
    font-size: 13px;
    background: #104474;
}
.btn-selectplan{
    display: inline-block;
    border:none;
    border-radius: 5px;
    padding:8px 16px;
    color: #fff;
    font-size: 15px;
    background: #104474;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-cancel,.btn-send{
    background: #104474;
    padding:6px 0px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border:none;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    margin-right: 5px;
    font-size: 0.88em;
}
.btn-benefit:focus,.btn-benefit:hover,
.btn-cancel:focus,.btn-cancel:hover,
.btn-send:hover,.btn-send:focus
.btn-selectplan:focus,.btn-selectplan:hover{
    color: #fff;
    background: #A60D4D;
    text-decoration: none;
}

.btn-benefit:visited,.btn-selectplan:visited,
.btn-send:visited,.btn-cancel:visited{
    color: #fff;
    text-decoration: none;
}
.modal{
    background: rgba(0,0,0,0.7);
}
.popup_modal{

}
.popup-page-header h3{
    color: #104474;
    font-size: 1.2em;
    text-align: center;
    text-transform: capitalize;
}
.popup_modal .modal-header,.popup_modal .modal-footer{
    text-align: center;
    border: none;
}
.popup_modal .model-body-inner-content{
    padding: 0 30px;
}
.popup_table_data{
    color: #8C8C8C;
    font-size: 14px;
}
.popup_table_data thead{
    background: #ECF0F3;
    font-size: 14px;
    color: #28292B;
}
.popup_table_data thead tr{
    border-top: 1px solid #ccc;
}
.popup_table_data thead tr th{
    border-bottom: 0;	
    padding: 13px 10px;
}
.popup_table_data thead tr th:first-child{
    width: 65%;
}
.popup_table_data tbody tr{
    border-bottom: 1px solid #ccc;
}
.popup_table_data tbody tr td{
    padding: 13px 10px;
    text-align: left;
}
/*********** Ends *************/


/************Image Upload Style*********/
.worning-notification{
    border: 1px solid #D4A7BB;
    background: #E2D3DA;
    border-radius: 6px;
    padding: 15px 0;
    color: #A70C4E;
    margin: 20px 0;
}
.worning-notification > h5{
    color: #a70c4e;
    font-size: 0.87em;
    font-weight: 400;
    margin: 0;
}
.login-notification{
    border: 1px solid #D4A7BB;
    background: #E2D3DA;
    border-radius: 6px;
    padding: 2px 0;
    color: #A70C4E;
    margin: 0px 0px 15px 0px;
    font-size:14px;
}
.login-notification > h5{
    color: #a70c4e;
    font-size: 0.87em;
    font-weight: 400;
    margin: 0;
}
.upload-image-block{
    display: inline-block;
    width: 222px;
    margin-bottom: 30px;
}
.upload-image-block-claim{
    display: inline-block;
    width: 150px;
    margin-bottom: 30px;
}
.full-border{
    border: 1px solid #ccc;
    border-radius: 6px;
}
.upload-image-block > h3 {
    color: #114577;
    font-size: 0.9em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: "Roboto Bold";
    text-transform: uppercase;
}

.upload-image-block-claim > h3 {
    color: #114577;
    font-size: 0.9em;
    margin: 4px 0;
    padding: 0 10px;
    font-family: "Roboto Bold";
    text-transform: uppercase;
}
.mandatory{
    color: #cc0033 !important; 
}
.upload-image-block + .upload-image-block{
    margin-left: 10px;
}
.image-holder{
    width: 100%;
    height: 185px;
    text-align:center;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.image-holder-claim{
    width: 100%;
    height: 111px;
    text-align:center;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.image-holder > img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 100%;
    width: 100%;
}
.upload-block{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #e9e9e9 none repeat scroll 0 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.upload-block:hover{
    background:#A40E4E;
    color: #fff 
}
.upload-block > form > input[type="file"], .upload-block > input[type="file"]{
    background: #e9e9e9 none repeat scroll 0 0;
    color: #333;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}
.upload-block > span {
    font-size: 0.9em;
    position: relative;
}
.upload-block > i {
    background: #104474 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 19px;
    left: 44%;
    line-height: 19px;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 19px;

}
.upload-block > i.icon-bg-change{
    background: #A40E4E;
}
.rules-block {
    border-radius: 6px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 6px #ccc;
    margin-bottom: 15px;
    padding: 15px 10px 15px 30px;
}
.payment-options{
    border-radius: 6px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 6px #ccc;
    padding: 10px 0;
}
.rules-block > h5{
    color: #104474;
}
.rules-block > p{
    color: #666;
    font-size: 0.87em;
    font-weight: 400;
}
.rules-block > p > span{
    font-weight: 500;
    margin-right: 3px;
}
.pay-optios{
    color: #104474; 
}
.options-block{
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.options-block > label{
    display: inline-block;
    line-height: 17px;
    margin-bottom: 0;
    text-align: center;
}
.options-block > span{
    display: inline-block;
    vertical-align: middle;
}
input[type="radio"]{
    display: none;
}
.radio-btn::before {
    background-color: #fff;
    border: 1px solid #666666;
    border-radius: 50px;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 17px;
    vertical-align: middle;
    width: 17px;
}
input[type="radio"]:checked + .radio-btn::before {
    color: #A60D4D;
    content: "\f00c";
    border-color: #a60d4d;
    font-size: 10px;
    line-height: 17px;
}
.rules {
    color: #104473;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    vertical-align: bottom;
}
.font-light{
    font-weight: 300;
}
.upload-image-block .error {
    display: block;
    position: absolute;
    text-align: center;
    z-index: 111;
    width: 220px;
}
.terms-content{
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    color: #333;
    font-size: 0.88em;
    padding: 15px 0;
}
.termsmodel > .modal-body{
    padding-top: 0px;
}
.payment-block .error {
    bottom: -7px;
    left: 24%;
    position: absolute;
}
/*praveen home-insurance tpl*/

.payment-option-block {
    display: block;
    padding-left: 22px !important;
}
.payment-option-block li {
    display: inline-block;
}
.payment-option-block li:before {
    content: none !important;
}
.home-insurance-tpl-block {
    padding: 0 !important;
}
.risks-cover-table thead tr th span, .risks-cover-table thead tr td span {
    color: #CC0000;
}
.risks-cover-table {
    width: 100%;
}
.home_ins_details .tra_reg_body ul li:before {
    content: none !important;
}
@media  (max-width:768px) {
    .home-ins-termsblock {
        padding-left: 30px;
    }
}

/*****************End****************/
/*Layout-two styles*/
.comprehensive-insurance-add-content{
    background: url("../images/Car_bg.jpg") no-repeat center bottom #E9E9E9;
    padding-top: 10px;
    padding-bottom: 120px;
}
.car-comprehensive-head{
    text-align: center;
    font-family: "Roboto Regular";
    text-transform: uppercase;
    font-size: 1.6em;
    color: #104474;
}
.car-comprehensive-head div{
    background: #fff;
    border: 4px solid #c57b9c;
    border-radius: 50%;
    height: 65px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    margin:0 auto 8px auto;
}
.comprehensive-tpl-cnt{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.comprehensive-tpl-child{
    display: inline-block;
    width: 28.5%;
    vertical-align: top;
    box-shadow: 0 3px 6px 1px #c6c6c6;
    background: #FFFFFF;
    padding-bottom: 30px;
    border-radius: 6px;
}
/*.resp-plans .comprehensive-tpl-details{
        overflow: auto;
        }*/
.comprehensive-tpl-details h2{
    background: #104474;
    border-radius: 5px 5px 0px 0px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comprehensive-tpl-details h1{
    background: #ECF0F3;
    color: #4F5867;
    font-size: 1.6em;
    text-transform: uppercase;
    border-radius: 6px 6px 0px 0px;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top:-5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
}
.add-plan, .equal-plan{
    display: inline-block;
    background:#fff;
    border: 1px solid #DDDDDD;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 60px 10px 10px 10px;
    color: #104774;
    font-size: 2.3em;
}
.help-icon{
    color: #8F8F8F;
    font-weight: bold;
}
.popover {
    background-color: #000;
    color: #fff;
    padding: 0px;
    font-size: 0.9em;
}
.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #000;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.comprehensive-tpl-block{
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    width: 100%;
    padding: 15px 12px 10px;
    font-size: 0.86em;
    color: #828282;
    margin-bottom: -6px;
}
.comprehensive-tpl-block:last-child {
    border-bottom: none;
}
.comprehensive-tpl-block span{
    float: left;
    width: 70%;
    text-align: left;
}
.comprehensive-tpl-block span:last-child{
    float: right;
    width: 30%;
    text-align: right;
}
.benefits-blocks span {
    width: 100%;
}
.benefits-blocks .btn-benefit{
    float: right;
}
.comprehensive-tpl-block h4 {
    color: #104774;
    font-size: 1.05em;
    margin: 0;
    text-align: left;
}
.your-premium span{
    color: #a60d4e;
    font-weight: bold;
}
.comprehensive-tpl-child ul{
    list-style: none;
    margin: 0;
    padding:0;
}
.comprehensive-tpl-block ul li{
    padding-top: 8px;
    padding-bottom: 2px;
}
.comprehensive-tpl-block ul li:before {
    color: #104774;
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}
.total-premium{
    background: #a60d4e;
    color: #fff;
    font-weight: bold;
}
input[type="checkbox"] {
    display: none;
}
.small-checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 10px;
    margin: 0 !important;
    position: relative;
}
input[type="checkbox"]:checked + .small-checkbox::before {
    color: #104774;
    content: "\f00c";
    font-size: 16px;
    border: 1px solid #104774;
}
.small-checkbox::before {
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 3px;
    color: #104774;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 13px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 13px;
    margin-right: 5px;
    margin-top: -1px;
}
.insurance-navigation{
    display: inline-block;
    width: 100%;
    padding: 40px 10px 0px 10px;
}

.insurance-navigation a,
.insurance-navigation input[type='button'],
.insurance-navigation input[type='submit']{
    text-decoration: none;
    color: #ffffff;
    background-color: #a60d4e;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1px solid #750A36;
    border-radius: 6px;
    float: left;
}
.insurance-navigation a i{
    font-size: 1.25em;
    padding: 0px 4px;
}
.insurance-navigation a:last-child,
.insurance-navigation > input[type="button"], 
.insurance-navigation > input[type="submit"], 
.insurance-navigation > span{
    float: right;
}
.insurance-navigation > span{
    position: relative;
}
.insurance-navigation span:after{
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.115em;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
/*Layout-two styles*/



/********Loader model***********/
.pageloader.comprehensive-insurance-add-content{
    padding-top: 190px;
}
.loader-model{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 3px 2px 1px #ccc;
    display: block;
    margin: 52px auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    top: auto;
    width: 50%;
    z-index: 0;

}
.loader-body{
    display: block;
    padding: 30px 0;
    text-align: center; 
}
.loader-body > h4{
    color: #104474;
    font-family: "Roboto Regular";
    font-size: 0.95em;
    font-weight: 600;
}
/********End*************/

/*Layout One Styles*/
.layout-one{
    background: #E9E9E9;
}
.notification-container{
    background:url("../images/bg_shadow.png") no-repeat top center #019966;
    margin-top: -10px;
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 15px 15px 10px;
    width: 100%;
    font-size: 0.82em;
}
.close-notification{
    float: right;
    color: #7ECCB2;
    text-decoration: none;
}
.close-notification:hover{
    color: #fff;
}
.notification-message{

}
.notification-message i{
    font-size: 1.8em;
    border: 4px solid #7ECCB2;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    display: none;
}
.notification-message p {
    font-size: 1.18em;
    font-weight: 300;
    padding-top: 5px;
    font-family: "Roboto Light";
}
.notification-message h3{
    font-weight: 300;
    font-size: 1.55em;
    text-transform: uppercase;
    margin-top: 5px;
}
.best-buy h2{
    background-color: #104474;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 1.35em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    text-transform: uppercase;
}
.comprehensive-tpl-child.best-buy .comprehensive-tpl-details h1{
    border-radius: 0px;
}
.comprehensive-tpl-block.inclusive-covers span{
    width: 100%;
}
.comprehensive-tpl-block span > label.error{
    float: left;
}

.insurance-plans .comprehensive-tpl-child {
    margin-top: 50px;
    width: 32%;
    margin-right: 10px;
    padding-bottom: 0px;
}
.insurance-plans .comprehensive-tpl-child:last-child{
    margin-right: 0px;
}
.insurance-plans .comprehensive-tpl-child.best-buy{
    margin-top: -5px;
    border-top: 0px solid #104474;
    border-right: 2px solid #104474;
    border-bottom: 3px solid #104474;
    border-left: 2px solid #104474;
}
.insurance-plan-footer {
    position: relative;
    width: 100%;
    background-color: #ECF0F3;
    padding: 15px 20px;
    bottom:0;
    display: inline-block;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #e0e0e0;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: -7px;
}
.best-buy .insurance-plan-footer{
    padding-top: 40px;
    padding-bottom: 40px;
}
.insurance-plan-footer .btn-selectplan{
    float: left;
    padding: 6px 12px;
    font-size: 0.85em;
    color: #fff;
}
.insurance-plan-footer a{
    float: right;
    color: #AAAEB7;
    text-decoration: none;
    padding-top: 2px;
    font-size: 1.15em;
}
.insurance-plans .comprehensive-tpl-details{
    position: relative;
}
.comprehensive-tpl-block.inclusive-covers {
    border-bottom: medium none;
}
.page-link{
    text-align: right;
    margin-top: 30px;
    font-weight: bold;
}
.page-link a{
    color: #666666;
    font-size: 0.9em;
    border: 1px solid #CBCBCB;
    padding: 5px 10px;
    text-decoration: none; 
}
.page-link a i{
    color: #a60d4e;
}

/*Layout One Styles*/

/*Layout Three Styles*/
.plan-forms .comprehensive-tpl-child {
    margin-top: 10px;
    width: 32%;
    margin-right: 10px;
    padding-bottom: 0px;
}
.plan-forms .comprehensive-tpl-child:last-child{
    margin-right: 0px;
}
.plan-forms .comprehensive-tpl-child.best-buy{
    margin-top: -5px;
}
.plan-forms .comprehensive-tpl-block{
    padding: 5px 20px;
}
.plan-forms .information_block{
    padding: 22px 0 23px;
}
.plan-forms .information_block .inclusive-covers h4{
    color: #104774;
    font-size: 1.05em;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}
.plan-forms .comprehensive-tpl-block > span {
    width: 50%;
}
.plan-forms .information_block .comprehensive-tpl-block{
    border-bottom: none;
    margin-bottom: 0px;
}
.plan-forms .information_block .comprehensive-tpl-block.your-premium{
    background: #a60d4e;
    padding: 15px;
    color: #fff;
    font-size: 1.05em;
}
.plan-forms .information_block .comprehensive-tpl-block.your-premium span{
    color: #fff;
}

.plan-forms .comprehensive-tpl-block span:first-child {
    padding-left: 0px;
}
.plan-forms .comprehensive-tpl-block span:first-child span{
    color: red;
    display: inline-block;
    float: none;
    font-size: 1.25em;
    padding-left: 0;
    width: auto;
}
.plan-forms .comprehensive-tpl-block span.select-date{
    position: relative;
    text-align: left;
}
.plan-forms .comprehensive-tpl-block span.select-date .fa-calendar{
    position: absolute;
    right: 10px;
    top:10px;
}
.plan-forms .comprehensive-tpl-block span .form-group div.bootstrap-select{
    width: 100%;
}
.bootstrap-select span.caret{
    width: auto;
}
.bootstrap-select > .dropdown-toggle:hover{
    background: #fff;
}
.bootstrap-select > .dropdown-toggle:focus{
    background: #fff;
}
.bootstrap-select > .dropdown-toggle:active{
    background: #fff;
}
.btn-group.open .dropdown-toggle:hover{
    background: #fff;
}
.btn-group.open .dropdown-toggle:active{
    background: #fff;
}
.btn-group.open .dropdown-toggle:focus{
    background: #fff;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li::before {
    color: transparent;
    content: "";
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li a {
    border: medium none;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}
.insurance-navigation button{
    text-decoration: none;
    color: #ffffff;
    background-color: #a60d4e;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1px solid #750A36;
    border-radius: 6px;
    float: left;
}
.insurance-navigation button i{
    font-size: 1.25em;
    padding: 0px 4px;
}
.comprehensive-tpl-child.last-tpl-child{
    background: transparent;
    box-shadow: none;
}
.comprehensive-tpl-child.last-tpl-child .comprehensive-tpl-details{
    box-shadow: 0 3px 6px 1px #c6c6c6;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
}
.comprehensive-tpl-details.valid-insurance{
    float: left;
    width: 100%;
    margin: 16px 0 0;
    border-radius: 5px!important;
}

.last-tpl-child .comprehensive-tpl-details{
    height: auto!important;
}
/*Layout Three Styles*/
/*praveen motor third party insurance layout 1 start*/
.motor-insurance-head {
    padding-top: 60px;
}
.motor-insurance-head div {
    border: 4px solid #A70D4D;
}
/*praveen motor third party insurance layout 1 end*/
@media (min-width: 768px) {
    /*praveen home insurance layout 1 start*/
    .home-insurance-col:nth-child(1) {
        width: 26%;
    } 
    .home-insurance-col:nth-child(2) {
        width: 48%;
    }
    .home-insurance-col:nth-child(2) > span:nth-child(1) {
        width: 45% !important;
    }
    .home-insurance-col:nth-child(2) > span:last-child {
        width: 55% !important;
    }
    .home-insurance-col:nth-child(3) {
        width: 25% !important;
    }
    /*praveen home insurance layout 1 end*/

    /*karthick travel insurance layout 1 start*/
    .travel-insurance-col:nth-child(1) {
        width: 30%;
    } 
    .travel-insurance-col:nth-child(2) {
        width: 31%;
    }
    .travel-insurance-col:last-child > span:nth-child(1) {
        width: 40% !important;
    }
    .travel-insurance-col:last-child > span:last-child {
        width: 60% !important;
    }
    .travel-insurance-col:last-child {
        width: 35% !important;
    }
    .travel-insurance-territorial{
        width: 100% !important;
    }
    .travel-insurance-territorial > span:nth-child(1) {
        width: 12% !important;
        vertical-align: top;
    }
    .travel-insurance-territorial > span:nth-child(2) {
        width: 88% !important;
    }
    /*karthick traval insurance layout 1 end*/
}
/*praveen home insurance layout 2 start*/
.deductible-width-block span {
    width: 72%;
}
.deductible-width-block span:last-child {
    width: 28% ;
}
.home-insurance-cover-block span:nth-child(1) {
    width: 40%
}
.home-insurance-cover-block span:nth-child(2) {
    width: 35%;
}
.home-insurance-cover-block span:nth-child(3) {
    width: 25%;
}
.home-insurance-cover-block .bootstrap-select.btn-group .dropdown-toggle .caret {
    width: auto;
}
.home-insurance-cover-block .bootstrap-select.btn-group .dropdown-menu ul li:before {
    content:none;
}
.home-insurance-cover-block button.btn.dropdown-toggle.btn-default {
    padding: 2px 10px;
    font-size: 1em;
    color: #828282;
    width:100%;
}
.home-insurance-cover-block ul li {
    padding-top: 0;
    padding-bottom: 0;
}
.home-insurance-cover-block  .dropdown-menu>li>a {
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
}
.detailed-deductibles li a{
    cursor: pointer;
    text-decoration: underline;
    color: #828282;
}
#deductibles .modal-body {
    padding: 0;
}
#deductibles .model-body-inner-content{
    padding: 0;
}
/*praveen home insurance layout 2 end*/
/*praveen home insurance layout 3 */
.risks-cover-table thead {
    background-color: #104474;
    border-color: #104474;
    color: #ffffff;
    text-transform: uppercase;
}
.risks-cover-table thead tr th , .risks-cover-table tbody tr td{
    padding-left: 55px;
    height: 50px;
    vertical-align: middle;
}
.risks-cover-table tbody tr td  {
    border: none;
}
.add-risks-cover-btn {
    background-color: transparent;
    border:1px solid #FFFFFF;
}
.close-risks-cover-btn {
    background: transparent;
    border: none;
    color: #a60d4e;
    font-size: 16px;
    outline: none;
}
/*praveen home insurance layout 3 end*/
/*Eshwar*/
.comprehensive-tpl-block.valid-rules {
    text-align: left;
}
.comprehensive-tpl-block.valid-rules .payment-block .options-block {
    margin-left: 0px;
}
.comprehensive-tpl-block.valid-rules .payment-block .options-block > span {
    margin-left: 7px;
    text-align: left !important;
    width: 100px;
}
.comprehensive-tpl-block .termsblock{
    text-align: left;
}
.comprehensive-tpl-block .termsblock .options-block .rules {
    display: inline;
    float: none;
    margin-left: 5px;
    text-align: left;
    cursor: pointer;
}
.comprehensive-tpl-block .payment-block {
    margin-top: 8px;
}
.comprehensive-tpl-block .options-block input[type="checkbox"]:checked + .small-checkbox:before{
    line-height: 12px;
}
.comprehensive-tpl-block + label.error{
    padding-left: 20px;
}
.thumb-image > img{
    max-width: 100%;
    height: auto;
}
.last-tpl-pd .comprehensive-tpl-details:first-child {
    padding-bottom: 157px;
}

/*MADHU CSS FOR PRIVACY PLOLICY*/

.privacy_policy_banner{
    background: url("../images/why_qic_banner.jpg") no-repeat center center;
    height: 400px;
    position: relative;
}

.section-privacy-policy h4 {
    color: #A60E4B;
}

.section-privacy-policy p{
    color: #747474;
    font-size: 14.7px;
    line-height: 1.4em;
}

.privacy-policy-list p{
    color: #747474;
    font-size: 14px;
    line-height: 1.4em;
}

.privacy-policy-list h5 {
    color: #104474;
    font-weight: bolder;
    font-size: 15px;
}
.privacy-policy-list ul li {
    list-style: none;
    color: #747474;
    font-size: 14px;
}
.privacy-policy-list ul {
    margin-left: -20px;
    margin-top: 10px;
}

.privacy-policy-list ul li i{
    position: relative;
    color: #0E4470;
    right: 8px;
    font-size: 17px;
    line-height: 1.6em;
}

.pb200-before:before {
    content: "";
    position: absolute;
    left: 46%;
    background: url('../images/arrow.png') no-repeat bottom center;
    width: 86px;
    height: 44px;
}

.privacy-policy-list p span {
    color: #104474;
}
.section-privacy-policy span {
    color: #A60E4B;
    padding-top: 10px;
    font-size: 16px;
}

.thankYou-section{
    background:url("../images/QIC_ThankYou_bg.jpg") no-repeat top center rgba(226, 230, 233, 0.9);
    height: auto;
    margin-top: 120px;
    position: relative;
}
.thankyou-icon img {
    margin: 0 auto;
}

.thankyou-data {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-top: 50px;
    padding-top: 40px;
}

.thankyou-msg p {
    font-size: 15.5px;
}
.thankyou-msg {
    padding: 10px 60px;
}
.wdth130{
    width: 130px;
}
.table-heighlighten{
    background: #ECF0F3;
}
.thankyou-data .table th {
    padding: 12px 5px;
}
.thankyou-data .table td {
    padding: 12px 5px;
    font-size: 13.5px;
}

.thankyou-data .table tr{
    border-bottom: 1px solid #dcdcdc;
}
.further-help-section > p {
    font-family: roboto;
    font-size: 14px;
}
/*MADHU CSS FOR PRIVACY PLOLICY*/


/*FAQ Starts Here*/

.faq_insurance_banner{
    background: url("../images/faq_banner.jpg") no-repeat center center;
    height: 400px;
    position: relative;
}
.faq-block-types {
    margin-top: 50px;
}
.faq-block-types li {
    display: inline;
    list-style-type: none;
}
.faq-block-types a {
    background-color: #e5e5e5;
    border-radius: 10px 10px 0 0;
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px 40px;
    text-decoration: none;
}
.faq-block-types li a.active {
    background-color: #aa0933;
    color: #fff;
}
.faq-block-content h1 {
    border-bottom: 1px solid #d4d4d4;
    color: #0f4574;
    font-size: 1.5em;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.full-wrapper.faq-block-content {
    background-color: #eeeeee;
    box-shadow: 0 0 1px 1px #d4d4d4;
}
.heading {
    color: #aa0933;
    font-size: 1.2em;
    text-transform: uppercase;
}
.question {
    color: #0f4574;
    display: block;
    font-size: 0.9em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.question > span {
    padding-right: 20px;
}
.answer {
    color: #333;
    display: inline-flex;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.answer > span {
    color: #aa0933;
    padding-right: 20px;
}
.answer img{
    width: 14px;
    height: 14px;
}
.note{
    color: #aa0933;
}
#car-ins, #moto-ins, #travel-ins{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 30px;
    padding-top: 20px;
}
#home-ins{
    padding-bottom: 50px;
    padding-top: 20px;
}
#home-ins ul li:before {
    color: #104774;
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}
#home-ins li {
    list-style-type: none;
    padding-bottom: 10px;
}
.col-md-11.col-md-offset-1.faq-block-types > ul {
    padding-left: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px){
    .faq-block-types li {
        display: block;
        list-style-type: none;
        margin-bottom: 20px;
    }
    .faq-block-types a {
        background-color: #e5e5e5;
        border-radius: 0;
        color: #333;
        display: block;
        font-size: 14px;
        margin: 0 auto;
        padding: 10px;
    }
    .faq-block-content h1 {
        border-bottom: 0 solid #d4d4d4;
        color: #0f4574;
        font-size: 1.5em;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
    }
    .question {
        color: #0f4574;
        display: inline-flex;
        font-size: 0.9em;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .faq-block-types a {
        background-color: #e5e5e5;
        border-radius: 10px 10px 0 0;
        color: #333;
        display: inline-block;
        font-size: 14px;
        margin: 0 10px;
        padding: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .faq-block-types a {
        background-color: #e5e5e5;
        border-radius: 10px 10px 0 0;
        color: #333;
        font-size: 14px;
        margin: 0 10px;
        padding: 10px;
    }
}
/*FAQ Ends Here*/
/*UAE's Home Page Starts Here*/
@media screen and (min-width: 320px) and (max-width: 991px){
    .form-group.uae-ins .col-lg-3 {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    #horizontalTab .resp-tab-content .form-group:first-child {
        margin-bottom: 0;
    }
}
.uae-banner-img{
    background: url("../images/QIC_UAE_Banner01.jpg") no-repeat top center rgba(226, 230, 233, 0.9);
    height: auto;
    margin-top: 22px;
    position: relative;
}
/*UAE's Home Page Edns Here*/
/*Oman Home Styles starts*/
.insured-categories-name {
    color: #888;
    position: relative;
    top: 100px;
}

.o-banner-img{
    background: url("../images/QIC_Oman_Banner01.jpg") no-repeat top center rgba(226, 230, 233, 0.9);
    height: auto;
    margin-top: 22px;
    position: relative;
}
.page-link-block > a{
    background: #E5E5E5;
    border: 1px solid #C8C8C8;
    color: #9C1736;
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 10px;
    font-weight: 500;
}
ul.travel-benefits{
    padding: 0;
    margin: 0;
}
.travel-benefits > li{
    display: block;
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
}
.travel-benefits > li >span{
    color: #104474;
    font-weight: 500;
}
.travel-benefits > li:before{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #104474;
    font-weight: 600;
    position: absolute;
    left: 2px;
    line-height: 19px;
}
.section-header .no-border{
    border-top: none!important;
}

/*****************End************/


/****** Boat Insurance **********/
.boat_covers{
    list-style-type: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding:0;
}
.boat_covers li{
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 1% 0;
    vertical-align: top;
}
.boat_covers li span{
    display: block;
    margin: 5px auto;
    width: 65px;
    height: 65px;
    background-color: #AB0A34;
    border-radius: 50%;
    line-height: 57px;
    text-align: center;
    border: 6px solid rgba(211, 135, 167, 1.0);
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    opacity: 0.9;
}
.boat_ins_cover{
    width: 47%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px 1px #ccc;
}
.full_width{
    width: 100%;
}
.boat_ins_cover .info-section{
    padding: 20px;
    color: #171717;
    font-size: 0.9em;    
    font-weight: 300;    
}
.boat_ins_cover .info-section p{
    color: #171717;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    padding: 5px 0;
}
.boat_ins_cover .info-section h3{
    color: #104474;
    text-transform: capitalize;
    font-size: 1.2em;
}
.boat_ins_cover .info-section ul{

}  
.boat_ins_cover .info-section ul li{
    display: block;
    color: #171717;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: none;
    text-align: left;
    position: relative;
}
.boat_ins_cover .info-section ul li:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
/************Ends *************/
/*********** Travel insurance new page style ****/
.tra_ins_bg_img{
    background: url('../images/QIC_Travel_bg.png') no-repeat left bottom #E9E9E9;
}
.color-red{
    color: #AA0530!important;
}
.color-blue{
    color: #104473!important;
}
.tra_ins_reg{
    box-shadow: 0px 1px 1px 1px #ccc;
    color: #8C8C8C;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.tra_ins_reg .tra_reg_header{
    background: #ECF0F3;
    padding: 5px;
    text-align: center;
}
.tra_ins_reg .tra_reg_header h3{
    display: inline-block;
    color: #656F7A;
    text-transform: uppercase;
}
.tra_ins_reg .tra_reg_body{
    background: #fff;
    padding: 0px;
    color: #8C8C8C;
    font-size: 14px;
}
.tra_reg_body_left{
    border-right: 1px solid #ccc;
    padding: 20px 55px;
}
.tra_reg_body_right{
    padding: 20px 55px;
}
.tra_ins_reg .tra_reg_body ul{
    padding: 0;
    list-style-type: none;
}
.tra_ins_reg .tra_reg_body > ul > li{
    position: relative;
    padding: 5px 15px;
    color: #8C8C8C;
}
.tra_ins_reg .tra_reg_body > ul > li:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tra_ins_reg .tra_reg_footer{
    background: #ECF0F3;
    padding: 10px 55px;
}
.tra_ins_table-left{
    width: 100%;
}
.tra_ins_table-left tr{
    border-bottom: 1px solid #ccc;
    color: #8C8C8C;
}
.tra_ins_table-left tr:last-child{
    border-bottom:none;
}
.tra_ins_table-left td{
    padding:  8px 0;

}
.tra_ins_table-left td span{
    display: block;
}
.tra_ins_table-right{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.tra_ins_table-right tr{
    color: #8C8C8C;
}
.tra_ins_table-right tr td{
    position: relative;
    padding: 5px 0px 5px 15px;
}
.tra_ins_table-right tr:last-child td{
    padding-bottom: 25px;
}

.tra_ins_table-right tr td:first-child:before{
    content: '';
    position: absolute;
    left: 0;
    margin: 5px 0;
    font-size: 20px;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.btn-benefit{
    display: inline-block;
    border:none;
    border-radius: 4px;
    padding: 2px 13px;
    color: #fff;
    font-size: 13px;
    background: #104474;
    float: right;
}
.btn-selectplan{
    display: inline-block;
    border:none;
    border-radius: 5px;
    padding:8px 16px;
    color: #fff;
    font-size: 15px;
    background: #104474;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-cancel,.btn-send{
    background: #104474;
    padding:6px 0px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border:none;
    border-radius: 5px;
    width: 100px;
    text-align: center;
    margin-right: 5px;
    font-size: 0.88em;
}
.btn-benefit:focus,.btn-benefit:hover,
.btn-cancel:focus,.btn-cancel:hover,
.btn-send:hover,.btn-send:focus
.btn-selectplan:focus,.btn-selectplan:hover{
    color: #fff;
    background: #A60D4D;
    text-decoration: none;
}

.btn-benefit:visited,.btn-selectplan:visited,
.btn-send:visited,.btn-cancel:visited{
    color: #fff;
    text-decoration: none;
}
.modal{
    background: rgba(0,0,0,0.7);
}
.popup_modal{

}
.popup-page-header h3{
    color: #104474;
    font-size: 1.2em;
    text-align: center;
    text-transform: capitalize;
}
.popup_modal .modal-header,.popup_modal .modal-footer{
    text-align: center;
    border: none;
}
.popup_modal .model-body-inner-content{
    padding: 0 30px;
}
.popup_deductible_data{
    color: #8C8C8C;
    font-size: 14px;
}
.popup_deductible_data thead{
    background: #ECF0F3;
    font-size: 14px;
    color: #28292B;
}
.popup_deductible_data thead tr{
    border-top: 1px solid #ccc;
}
.popup_deductible_data thead tr th{
    border-bottom: 0;	
    padding: 13px 10px;
}
.popup_deductible_data thead tr th:first-child{
    width: 85%;
}
.popup_deductible_data tbody tr{
    border-bottom: 1px solid #ccc;
}
.popup_deductible_data tbody tr td{
    padding: 13px 8px;
}
/*********** Ends *************/
/***** Travel Insurance form****/
.comprehensive-tra-insurance .tra_ins_reg{
    box-shadow: 0 3px 6px 1px #c6c6c6;
    border-radius: 6px;
}
.comprehensive-tra-insurance .tra_ins_reg .tra_reg_header{
    border-radius: 6px;
}
.comprehensive-tra-insurance .tra_ins_reg .tra_reg_body{
    border-radius: 0 0 6px 6px;
}
.comprehensive-tra-insurance .tra_ins_reg.paymet_options{
    border-radius: 6px;
    float: left;
    width: 48%;
}
.comprehensive-tra-insurance .tra_ins_reg.terms_cond{
    float: right;
    border-radius: 6px;
    width: 47%;
}
.comprehensive-tra-insurance .tra_ins_reg.terms_cond .tra_reg_body,
.comprehensive-tra-insurance .tra_ins_reg.paymet_options .tra_reg_body
{
    border-radius: 6px;
    padding: 15px;
}
span.star{
    display: inline-block!important;
    color: #CC0000!important;
}
.table-noborder tr{
    border: none;
}
.tra_ins_table {
    width: 100%;
    padding: 0 2%;
}
.tra_ins_table tr{
    color: #8C8C8C;
}
.tra_ins_table tr td{
    padding:  4px 0;
    width: 60%;
    float: left;
}
.tra_ins_table tr td span.select-date{
    position: relative;
    display: block;
}
.tra_ins_table tr td span.select-date .fa-calendar {
    position: absolute;
    right: 10px;
    top: 10px;
}
.tra_ins_table tr td:first-child{
    width: 40%;
}
.tra_ins_table .bootstrap-select{
    width: 100%!important;
}
.premium_summary_wrapper{
    padding: 20px 0;
}
.premium_summary{
    padding: 0;
    width: 100%;
}
.premium_summary tr{
    border-bottom: none;
}
.premium_summary tr.total{
    background: #A60D4D;
    color: #fff;
}
.premium_summary tr.total td{
    padding: 15px 55px;
}
.premium_summary tr td{
    padding: 7px 55px;
}
.border-bottom{
    border-bottom: 1px solid #ccc;
}
/***** ends ****/


/******Footer Part********/
ul > li a:hover{
    text-decoration: none;
}
.footer-bg{
    background: #E5E5E5;
    position: relative;
}
.footer-container{
    padding: 20px 0;
}
.site-links-block{
    padding-right: 5px;
}
.site-links-block > h3,
.social-links > h3{
    color: #333333;
    font-size: 0.925em;
}
.site-links-block ul{
    margin: 0;
    padding: 0;
}
.site-links-block ul > li a{
    color: #666666;
    font-size: 0.86em;
    display: inline-block;
    line-height: 15px;
    text-transform: capitalize;
}
.site-links-block .list-inline > li{
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}
.last-block .site-links-block,
.last-block .social-links{
    padding-left: 22%
}
.social-icon > a {
    display: block;
}
.social-links ul > li{
    padding: 0;
    margin: 0;
}
.social-links ul{
    margin-left: 0;
}
.social-links ul > li + li {
    margin-left: 5px;
}
.social-links ul li .social-icon {
    background: #C7C7C7 none repeat scroll 0 0;
    height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
}
.social-links ul li .social-icon a i {
    color: #fff;
    font-size: 1.3em;
    line-height: 36px;
}
.borderTop{
    border-top: 1px solid #BFBFBF;
}
.footer-heading{
    text-align: center;
    color: #333333;
    font-size: 1.3em;
}

.outer-block + .outer-block{
    margin-left: 3.5%; 
}
.outer-block{
    width: 31%;
    float: left;
}
.cirtification-block {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 82px;
}
.cirtfct-logo {
    display: inline-block;
    width: 72px;
}
.cirtfct-logo > img{
    max-width: 100%;
    height: auto;
}
.content-block {
    display: inline-block;
    padding-left: 2px;
    vertical-align: middle;
    width: 78%;
}
.info-block {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.read-more-link{
    color: #89033E;
    font-size: 12px;
}
.read-more-link:hover{
    text-decoration: none;
    color: #89033E;
}
.copy-rights-bg{
    background: #D7D7D7;
}
.copy-right-block span, .copy-right-block a{
    font-size: 12px;
    color: #666666;
    display: inline-block;
    text-decoration: none;
}
.copy-right-block a{
    text-decoration: none;
    font-size: 0.85em;
}
.pull-block{
    float: right;
}
/******Footer End*****/
/*Layout-two styles*/
.com-description{
    background: url("../images/bg_shadow.png") no-repeat bottom center #E9E9E9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:122px;
    font-family: "Roboto Light";
    color: #515966; 
}
.com-description .com-description-row:first-child{
    border-bottom: 1px solid #D4D4D4;
    box-shadow: 0px 1px 0px 0px #fff;
}
.com-description-column{
    width: 35%;
    display: inline-block;
}
.com-description .com-description-row .com-description-column span{
    width: 40%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
    padding-top: 8px;
    padding-bottom: 8px;
}
.com-description .com-description-row .com-description-column span strong{
    color: #033051;
}
.com-description .com-description-row .com-description-column:last-child{
    float: right;
    width: 20%;
}
.com-description .com-description-row .com-description-column:last-child span{
    width: 60%;
}
.com-description .com-description-row .com-description-column:last-child span:last-child{
    width: 40%;
}
.comprehensive-insurance-add-content{
    background: url("../images/Car_bg.jpg") no-repeat center bottom #E9E9E9;
    padding-top: 10px;
    padding-bottom: 120px;
}
.car-comprehensive-head{
    text-align: center;
    font-family: "Roboto Regular";
    text-transform: uppercase;
    font-size: 1.6em;
    color: #104474;
}
.car-comprehensive-head div{
    background: #fff;
    border: 4px solid #c57b9c;
    border-radius: 50%;
    height: 65px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    margin:0 auto 8px auto;
}
.comprehensive-tpl-cnt{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.comprehensive-tpl-child{
    display: inline-block;
    width: 28.5%;
    vertical-align: top;
    box-shadow: 0 3px 6px 1px #c6c6c6;
    background: #FFFFFF;
    padding-bottom: 30px;
    border-radius: 6px;
}

.comprehensive-tpl-details h2{
    background: #104474;
    border-radius: 5px 5px 0px 0px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.comprehensive-tpl-details h1{
    background: #ECF0F3;
    color: #4F5867;
    font-size: 1.6em;
    text-transform: uppercase;
    border-radius: 6px 6px 0px 0px;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top:-5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
}
.add-plan, .equal-plan{
    display: inline-block;
    background:#fff;
    border: 1px solid #DDDDDD;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 60px 10px 10px 10px;
    color: #104774;
    font-size: 2.3em;
}
.help-icon{
    color: #8F8F8F;
    font-weight: bold;
}
.popover {
    background-color: #000;
    color: #fff;
    padding: 0px;
    font-size: 0.9em;
}
.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: #000;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.comprehensive-tpl-block{
    border-bottom: 1px solid #E0E0E0;
    display: inline-block;
    width: 100%;
    padding: 15px 12px 10px;
    font-size: 0.86em;
    color: #828282;
    margin-bottom: -6px;
}
.comprehensive-tpl-block:last-child {
    border-bottom: none;
}
.comprehensive-tpl-block span{
    float: left;
    width: 80%;
    text-align: left;
}
.comprehensive-tpl-block span:last-child{
    float: right;
    width: 20%;
    text-align: right;
}
.total-premium span{
    float: left;
    width: 70%;
    text-align: left;
}
.total-premium span:last-child{
    float: right;
    width: 30%;
    text-align: right;
}
.benifits-blocks span {
    width: 100%;
}
.benifits-blocks .btn-benefit{
    float: right;
}
.comprehensive-tpl-block h4 {
    color: #104774;
    font-size: 1.05em;
    margin: 0;
    text-align: left;
}
.your-premium span{
    color: #a60d4e;
    font-weight: bold;
}
.comprehensive-tpl-child ul{
    list-style: none;
    margin: 0;
    padding:0;
}
.comprehensive-tpl-block ul li{
    padding-top: 8px;
    padding-bottom: 2px;
}
.comprehensive-tpl-block ul li:before {
    color: #104774;
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}
.total-premium{
    background: #a60d4e;
    color: #fff;
    font-weight: bold;
}
input[type="checkbox"] {
    display: none;
}
.small-checkbox {
    cursor: pointer;
    display: inline-block;
    line-height: 10px;
    margin: 0 !important;
    position: relative;
}
input[type="checkbox"]:checked + .small-checkbox::before {
    color: #104774;
    content: "\f00c";
    font-size: 16px;
    border: 1px solid #104774;
}
.small-checkbox::before {
    background-color: #fff;
    border: 1px solid #989898;
    border-radius: 3px;
    color: #104774;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    height: 13px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 13px;
    margin-right: 5px;
    margin-top: -1px;
}
.insurance-navigation{
    display: inline-block;
    width: 100%;
    padding: 40px 10px 0px 10px;
}

.insurance-navigation a,
.insurance-navigation input[type='submit']{
    text-decoration: none;
    color: #ffffff;
    background-color: #a60d4e;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1px solid #750A36;
    border-radius: 6px;
    float: left;
    cursor:pointer;
}
.insurance-navigation a i{
    font-size: 1.25em;
    padding: 0px 4px;
}
.insurance-navigation a:last-child,
.insurance-navigation > input[type="submit"], .insurance-navigation > span{
    float: right;
}
.insurance-navigation > span{
    position: relative;
}
.insurance-navigation span:after{
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.115em;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
/*Layout-two styles*/



/********Loader model***********/
.pageloader.comprehensive-insurance-add-content{
    padding-top: 190px;
}
.loader-model{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 3px 2px 1px #ccc;
    display: block;
    margin: 52px auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    top: auto;
    width: 50%;
    z-index: 0;

}
.loader-body{
    display: block;
    padding: 30px 0;
    text-align: center; 
}
.loader-body > h4{
    color: #104474;
    font-family: "Roboto Regular";
    font-size: 0.95em;
    font-weight: 600;
}
/********End*************/

/*Layout Three Styles*/
.plan-forms .comprehensive-tpl-child {
    margin-top: 10px;
    width: 32%;
    margin-right: 10px;
    padding-bottom: 0px;
}
.plan-forms .comprehensive-tpl-child:last-child{
    margin-right: 0px;
}
.plan-forms .comprehensive-tpl-child.best-buy{
    margin-top: -5px;
}
.plan-forms .comprehensive-tpl-block{
    padding: 5px 20px;
}
.plan-forms .information_block{
    padding: 22px 0 23px;
}
.plan-forms .information_block .inclusive-covers h4{
    color: #104774;
    font-size: 1.05em;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}
.plan-forms .comprehensive-tpl-block > span {
    width: 50%;
}
.plan-forms .last-column .comprehensive-tpl-block > span{
    width: 65%;
}
.plan-forms .last-column .comprehensive-tpl-block > span:last-child{
    width: 35%;
}
.plan-forms .information_block .comprehensive-tpl-block{
    border-bottom: none;
    margin-bottom: 0px;
}
.plan-forms .information_block .comprehensive-tpl-block.your-premium{
    background: #a60d4e;
    padding: 15px;
    color: #fff;
    font-size: 1.05em;
    margin-top: 15px;
}
.plan-forms .information_block .comprehensive-tpl-block.your-premium span{
    color: #fff;
}

.plan-forms .comprehensive-tpl-block span:first-child {
    padding-left: 0px;
}
.plan-forms .comprehensive-tpl-block span:first-child span{
    color: red;
    display: inline-block;
    float: none;
    font-size: 1.25em;
    padding-left: 0;
    width: auto;
}
.plan-forms .comprehensive-tpl-block span.select-date{
    position: relative;
    text-align: left;
}
.plan-forms .comprehensive-tpl-block span.select-date .fa-calendar{
    position: absolute;
    right: 10px;
    top:10px;
}
.plan-forms .comprehensive-tpl-block span .form-group div.bootstrap-select{
    width: 100%;
}
.bootstrap-select span.caret{
    width: auto;
}
.bootstrap-select > .dropdown-toggle:hover{
    background: #fff;
}
.bootstrap-select > .dropdown-toggle:focus{
    background: #fff;
}
.bootstrap-select > .dropdown-toggle:active{
    background: #fff;
}
.btn-group.open .dropdown-toggle:hover{
    background: #fff;
}
.btn-group.open .dropdown-toggle:active{
    background: #fff;
}
.btn-group.open .dropdown-toggle:focus{
    background: #fff;
}
.btn-group.open .dropdown-toggle{
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu{
    width: auto;
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li::before {
    color: transparent;
    content: "";
}
.plan-forms .comprehensive-tpl-block .dropdown-menu ul li a {
    border: medium none;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    white-space: normal;
}
.insurance-navigation button{
    text-decoration: none;
    color: #ffffff;
    background-color: #a60d4e;
    text-transform: uppercase;
    padding: 11px 22px;
    border: 1px solid #750A36;
    border-radius: 6px;
    float: left;
}
.insurance-navigation button i{
    font-size: 1.25em;
    padding: 0px 4px;
}
.comprehensive-tpl-child.last-tpl-child{
    background: transparent;
    box-shadow: none;
}
.comprehensive-tpl-child.last-tpl-child .comprehensive-tpl-details{
    box-shadow: 0 3px 6px 1px #c6c6c6;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
}
.comprehensive-tpl-details.valid-insurance{
    float: left;
    width: 100%;
    margin: 12px 0 0;
    border-radius: 5px!important;
}

.last-tpl-child .comprehensive-tpl-details{
    height: auto!important;
}
/*.plan-forms .comprehensive-tpl-details{
        overflow: auto;
        }*/
/*Layout Three Styles*/

/*********Contact Us Layout********/
.contact_us_layout{
    margin-top: 50px;
}
.contact-tabs-bg .container{
    padding-left:15px;
    padding-right: 15px; 
}
.contact-tabs-bg{
    background: #E9E9E9;
    margin-top: 50px;
}
.contact-us-tab ul.resp-tabs-list {
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 90%;
}
.contact-us-tab .resp-tabs-list li{
    padding: 0;
}
.contact-us-tab .resp-tabs-list li:hover > span{
    background:#a60d4e; 
    color: #fff;
}
.contact-us-tab .resp-tab-item .resp-tab-active{
    background:#a60d4e;
}
.contact-us-tab .resp-tabs-list li + li{
    margin-left: 10px;
}
.contact-us-tab .resp-tabs-list li > span{
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    width: 320px;
}
.contact-us-tab .section-header{
    padding-bottom: 0px;
    padding-top: 0;
}
.contatc-inner-block {
    padding: 10px 0;
    text-align: center;
}
.contatc-inner-block > p {
    font-family: "Roboto Light";
    font-size: 0.89em;
    margin-bottom: 12px;
    margin-top: 10px;
}

.map-container{
    background: #fff;
    padding: 20px 0;
    height: 200px;
}
.map-block{
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.map-check-box-block{
    display: inline-block;
    vertical-align: middle;
}
.map-check-box-block + .map-check-box-block{
    margin-left: 30px;
}
.map-icon-holder{
    display: inline-block;
    height: 33px;
    vertical-align: bottom;
    width: 20px;
}
.map-icon-holder > img{
    width: 100%;
    height: 100%;
}
.branch-name{
    color: #003668;
}
.loc-inf-container{
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px 0 #ccc;
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.loc-details-block {
    width: 100%;
}
.loc_details {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 15px 15px 25px;
    clear: both;
    cursor: pointer;
}
.loc_details:hover{
    background: #c8a879;
}
.loc_details_active{
    background: #c8a879;
}
.loc-icon{
    width: 60px;
    height: 60px;
    float: left;
}
.loc-icon > img{
    width: 100%;
    height: 100%;
}
.loc-content{
    float: left;
    padding-left: 5%;
    width: 75%;
}
.loc-content > h4{
    color: #104579;
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 5px;
}
.loc-content > p{
    color: #333;
    font-size: 0.85em;
    margin: 0px;

}
.customer-care .form-group .field-width{
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 33%;
}
.customer-care .form-group .field-width .btn-group > .btn{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.customer-care  .field-width .form-control{
    padding-bottom: 11px !important;
    padding-top: 12px !important;
}
.customer-care .field-width + .field-width {
    padding-left: 2%;
}
.customer-care .form-group .field-width .btn-group.bootstrap-select{
    width: 100% !important;
}
.customer-care .form-group > textarea{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-bottom: 10px;
    color: #000;
    font-size: 0.8em;
}
.customer-care .form-group input[type="button"] {
    font-size: 0.85em;
    padding: 10px;
}
.customer-care .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 0.9em;
}
.contact-email-address{
    background: #fff;
    padding: 25px 0;
}
.contact-email-address .contatc-inner-block > p,
.contact-address .contatc-inner-block > p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.customer-care .navbar-default .navbar-nav > li > a, .customer-care .dropdown-menu > li > a{
    padding: 0px;
}
.customer-care .dropdown-menu.inner > li{
    float: left !important;
}
/*********End********************/


/*harish Claim_Intimation_Confirmation*/

.container.claim-contant {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 2px 2px 0 #888888;
    -webkit-box-shadow: 0 2px 2px 2px rgba(192,192,192,1);
    -moz-box-shadow: 0 2px 2px 2px rgba(192,192,192,1);
    box-shadow: 0 2px 2px 2px rgba(192, 192, 192, 1);
    padding:10px 20px 30px;
}
.full-wrapper.claim-background {
    background: #e9e9e9 none repeat scroll 0 0;
    padding: 200px 20px;
}
.container.claim-contant h3 {
    color: #134373;
    font-weight: 500;
}
.container.claim-contant h3 span {
    color: #aa305f;
}
.policy-list > li {
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #6e6e6e;
}
.fa-caret-right::before {
    padding-right: 10px;
    color: #114376;
}

.policy-list {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 10px;
}
.claim-contant .insurance-navigation .back-button {
    float: left;
}
.claim-contant .insurance-navigation {
    display: inline-block;
    padding: 40px 0 0;
    width: 100%;
}
.claim-contant .fa-angle-left {
    font-size: 20px;
    padding-right: 10px;
}
.travel-insured-living:hover .insured-categories-name {
    color: #fff;
}
/*time-out-page*/
.session-timeout-block .panel {
    -webkit-box-shadow: -2px 2px 4px 4px rgba(0,0,0,.05);
    -moz-box-shadow: -2px 2px 4px 4px rgba(0,0,0,.05);
    box-shadow: -2px 2px 4px 4px rgba(0,0,0,.05);	
}
.session-timeout-block {
    padding: 35px 0;
}
.timeout-header {
    padding-top: 25px;
}
.timeout-layout {
    background-color: #E8E8E8;
    /*margin-top: 120px;*/
}
.timeout-content h1{
    border-top: 1px solid #999999;
    padding-top: 30px;
}
.timeout-content ul {
    display: block;
    color: #6E6E6E;
    font-size: 14px;
}
.timeout-content ul li {
    list-style-type: decimal;
    line-height: 2.4em;
}
.timeout-content, .timeout-footer {
    padding: 0 65px;
}
.timeout-header h3 {
    color: #104476;
}
.timeout-content p:last-child {
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
}
.timeout-content p {
    font-size: 14px;
    color: #6E6E6E;
}
.timeout-content .main {
    color: #323232;
}
.timeout-content a {
    color: #A50D4A;
    text-decoration: underline;
}
.timeout-footer {
    padding: 15px;
}
.timeout-footer p {
    font-size: 14px;
}
.claim_intimate-form .form-group {
    margin-bottom: 10px;
}
@media (max-width: 768px){
    .timeout-content {
        padding: 10px;
    }
    .timeout-content ul {
        padding-left: 0;
    }
}



/*rating modal*/

.table.rating-table>tbody>tr>td , .table.rating-table>thead>tr>th {
    border-top: none;
}
table.rating-table tbody tr td .radio-btn::before {
    border: 2px solid #646c6F;
}
table.rating-table {
    font-size: 14px;
}
table.rating-table tbody tr td .options-block input[type="radio"]:checked + .radio-btn::before {
    content: "\f111";
    color: #646C6F;
    font-size: 10px;
    line-height: 14px;
    border: 2px solid #646c6F;
}
table.rating-table tbody tr td:nth-child(1) {
    width: 300px;
    padding-left: 30px;
}
table.rating-table tbody tr td:nth-child(2), table.rating-table tbody tr td:nth-child(3),
table.rating-table tbody tr td:nth-child(5), table.rating-table tbody tr td:nth-child(6),
table.rating-table tbody tr td:nth-child(4) {
    width: 20px;
}
table.rating-table thead {
    background-color: #F2F2F2;
}
table.rating-table thead tr th {
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
}
.rating-modal .form-group:last-child {
    border-bottom: 1px solid #d3d3d3;
}
.rating-modal .modal-body {
    padding: 0 ;
}
.rating-modal .form-group  label{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 45px;
}
.rating-modal .modal-footer {
    padding-right: 8px;
}
.rating-modal  .form-control {
    height: 42px;
    background-color: #EBF0F3;
}
.rating-modal .form-group .rating-input {
    padding-right: 0px;
}
.rating-modal-head {
    background-color: #EBF0F3;
    color: #123D67;
    text-align: left;
}
.rating-modal-head h3  {
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
}
.rating-modal .modal-body h5 {
    text-align: left;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
@media  (min-width:768px) {
    .rating-modal-dialog {
        width: 750px !important;
        margin: 30px auto;
    }
}
@media  (max-width:768px) {
    .rating-modal .form-group .rating-input {
        padding-left: 42px;
        padding-right: 0;
    }
}
.thankyou-data {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 70px;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 40px;
}.thankyou-footer > p > span{
    color: #A60D4E;
}
.thankyou-footer {
    display: inline-block;
    margin-top: 15px;
    padding: 2px 0;
    width: 100%;
}
.thankyou-footer > a{
    background-color: #104474;
    border-radius: 6px;
    color: #ffffff;
    padding: 5px 22px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}
.thankyou-footer input[type='submit']{
    background-color: #104474;
    border-radius: 6px;
    color: #ffffff;
    padding: 5px 22px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}
.thankyou-footer > a + a{
    margin-left: 10px;
}
/***********Recent Quotations************/
.guest-layout{
    background: #e9e9e9 none repeat scroll 0 0;
    margin-top: 120px;
    padding-top: 45px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.guest-block{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 3px 2px #ccc;
    margin-bottom: 30px;
    display: inline-block;
}
.heading-block{
    color: #104474;
    font-size: 1.7em;
    font-weight: 400;
    text-align: center;
}
.sub-heading{
    color: #104474;
    font-size: 1em;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
}
.guest-block-table.table{
    margin-bottom: 15px;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
}
.table-head-bar, .table-head-bar th > a {
    background: #ECF0F3 none repeat scroll 0 0;
    color: #27282A;
    font-size: 14px;
    text-decoration: none;
}
#claim-intimation-table.border_r td, #claim-intimation-table.border_r th {
    border-right: 1px solid #ccc;
}
#claim-intimation-table.border_r td:last-child, #claim-intimation-table.border_r th:last-child {
    border-right: none;
}
.guest-block-table.table > thead > tr > th, 
.guest-block-table.table > tbody > tr > th, 
.guest-block-table.table > tfoot > tr > th{
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 12px;
    vertical-align:middle;
}
.guest-block-table.table > thead > tr > td, 
.guest-block-table.table > tbody > tr > td, 
.guest-block-table > tfoot > tr > td {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 12px;
    vertical-align:middle;
}
.table-content-block .table-content {
    color: #27282A;
    font-weight: 400px;
    font-size: 14px;
    word-wrap: break-word;
}
.guest-block-table.table > thead > tr > th {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.table-head-bar, .table-head-bar th > a {
    color: #27282A;
    font-size: 14px;
}
.actions-block > a {
    display: inline-block;
    padding: 2px;
}
.actions-block > a > i{
    color:#104372;
    font-size: 20px;
}
.actions-block > a:hover i{
    color: #991952;
}
.policy-actions{
    text-align: right;
    padding-top: 10px;
}
.policy-actions > a{
    background-color: #104474;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.86em;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.policy-actions > a + a{
    margin-left: 6px;
}
.policy-actions > a:hover{
    background: #A60C4C;
}
.status-link{
    background-color: #a60c4c;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0.95em;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}
.status-link:hover{
    color: #fff;
    text-decoration: none;
}

/**********end*************/

/*why-us css start*/
.why-us-content-back {
    background-color: #E8E8E8;
}
.why-us-block {
    padding: 45px 0;
}
.why-us-block .panel-body {
    padding-bottom: 45px;
}
.why-us-block .panel {
    box-shadow: -2px 2px 2px 4px rgba(0,0,0,.05);
    -webkit-box-shadow: -2px 2px 2px 4px rgba(0,0,0,.05);
    -moz-box-shadow: -2px 2px 2px 4px rgba(0,0,0,.05);
}
.left-panel-img {
    position: relative;
}
.left-panel-img img {
    position: absolute;
    bottom: 0;
    width: 280px;
    height: auto;
}
@media (max-width:991px) {
    .left-panel-img img {
        width: 220px;
    }
}
@media  (max-width:768px) { 
    .left-panel-img img {
        position: relative;
        bottom: auto;
    }
    .left-panel-img {
        position: relative;
        height: auto !important;
    }
}


/*******************/
.form-group .text-field{
    color: #828282;
    display: block;
    font-size: 0.86em;
    margin-top: 8px;
}
.guest-block .form-group{
    margin-bottom: 10px;
}
.guest-block .form-group .calpicker{
    padding: 0;
}
.date-field{
    position: relative;
}
.date-field > .add-on{
    position: absolute;
    right: 12px;
    top: 6px;
    color: #555;
}
.form-group .date-field  .input-field {
    float: left;
    width: 22%;
}
.form-group .date-field  .lg-field {
    float: left;
    width: 49%;
}
.form-group .date-field > .input-field + .input-field {
    margin-left: 10px;
}
.guest-block .form-group .btn-group.bootstrap-select{
    width: 100%;
}
.warning-msg{
    color: #CD0003;
    font-size: 0.89em;
}
.attach-field .upload-block {
    background: #a60d4d none repeat scroll 0 0;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    width: 140px;
}
.attach-field  .upload-block > span {
    color: #fff;
    font-size: 0.85em;
}
.attach-field .upload-block > i {
    background: none;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
}
.upload-section .form-group {
    /*padding-left: 35px;*/
}
.location-block{
    border: 1px solid #ccc;
    margin-bottom: 35px;
}
.location-block label{
    color: #828282;
    font-size: 0.86em;
    width: 40%;
}
.location-details{
    padding: 10px 0;
}
.loc-info{
    display: inline-block;
    vertical-align: middle;
}
.loc-info > i{
    color: #a60d4d;
    font-size: 20px;
    margin-right:8px;
}
.loc-info > div{
    display: inline-block;
    vertical-align: middle;
}
.loc-info  p{
    color: #828282;
    font-size: 14px;
    margin: 0px;
}
.map-img-block{
    width: 100%;
    height: 320px;
    border: 1px solid #ccc;
}
.claim-intimation-table .table-content-block > span {
    display: inline-block;
    margin-left: 0;
    /*min-width: 160px;*/
}
.table-content.loc-info > div{
    vertical-align: top;
}
.table-content.loc-info > i{
    color: #104473;
}
.loc-info.table-content > span {
    display: inline-block;
    vertical-align: top;
}
.guest-block .sub-heading > span{
    color: #a60d4d;
}
.qar-currency > span{
    color: #a60d4d;
}
.guest-block.claim-initmation {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
/***********ENd************/
.terms{
    border:1px solid #C6C6C6;
    padding: 30px;
}
.terms p{
    padding-bottom: 5px;
}

#privacy-details .modal-dialog, #showDeductable .modal-dialog {
    margin: 30px auto;
    width: 830px;
}
/********Manage Policy and Renew claims*********/
.policy-options .list-inline {
    margin: 0;
}
.policy-options {
    padding-left: 40px;
}
.policy-options .list-inline > li {
    display: block;
    font-family: "Roboto Bold";
    font-size: 0.85em;
    font-weight: 500;
    padding: 4px 0;
    position: relative;
}
.quotation-manage-policy .policy-heading{
    color: #033051;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}
.policy-options .list-inline > li:before{
    content: "\f111";
    font-family:"FontAwesome";
    font-size: 8px;
    color: #950F48;
    left: -10px;
    position: absolute;
    top: 8px;
}
/*********Cliams Status Model *************/
.claimStatus .modal-footer{
    text-align:center;
}
.claimStatus button {
    background: #104474 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 8px 25px;
}
.claimStatus .modal-title {
    color: #104474;
    font-size: 20px;
}
.claim-list tr {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    height: 52px;
}
.claim-list {
    background: #ecf0f3 none repeat scroll 0 0;
    width: 100%;
}
.claim-list td {
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
}
.nothingDisplay > p {
    color: #555;
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    margin-top: 52px;
    text-align: center;
}
.nothingDisplay {
    border: 1px solid #ddd;
    height: 145px;
    margin-top: 38px;
    width: 100%;
}	
.claim-dialog {
    margin: 100px auto;
    width: 700px;
}
/**********Quote Imformation Page*******/
.quote-information-block{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 3px 2px #ccc;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}
.quote-information-block > .sub-heading{
    font-size: 1.5em;

}
.quote-detials{
    background: #ECF0F3;
    padding: 5px;
}
.quote-label,
.quote-label-val{
    color: #666;
    font-size: 0.92em;
    text-align: left;
    display: inline-block;
    width: 49%;
    padding: 10px 0;
    vertical-align: top;
}
.quote-label-val{
    color: #AC0934;
}
.quote-field{
    color: #666;
    font-size: 0.9em;
    font-weight: 300;
    text-align: left;
}
.quote-require-block {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.quote-text-block{
    margin-bottom: 15px;
}
.form-group .quote-field-val  .btn-group.bootstrap-select{
    width: 100%;
}
.dynmic-text-right{
    text-align: right !important;
}

/*******Error Model***********/
.terms-content{
    padding: 15px 0;
}
.error-title{
    color: #af0532;
    margin-bottom: 0;
    font-size: 1.2em;

}
.error-btn{
    background: #af0532;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 0.88em;
    margin-right: 5px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.table-responsive {
    min-height: unset;
    overflow-x: unset !important;
}

.driver-details .date-field > .add-on {
    top: 14px;
}

/**** Referral page ***/
.referal-msg-wrapper{
    margin-top: 120px;
}
.referal-msg{
    display: table;
    margin: 80px auto;
    float: none;
    box-shadow: 0 3px 6px 1px #c6c6c6;
    border-radius: 6px;
    padding: 0 4% 2%;
}
.referal-msg h3{
    margin: 0 auto 10px;
}
.referal-msg-body{
    background: #E7ECF0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    text-align: center;
    padding: 25px 0;
    font-size: 14.5px;
}
.referal-msg-body h4{
    font-weight: 600;
    color: #323433;
    font-size: 1.24em;
}
.referal-msg-body p{
    font-size: 14.5px;
}
.referal-msg-body{

}
.referal-msg-body .cont-info{
    display: table;
    margin: 0 auto;
}
/**** Referral page ends ***/
/**** Error message styles ****/
.quotation-forms div > ul{
    list-style: none;
    margin-bottom:0px;
}
/**** Error message styles ****/
/***Captcha styles***/
.captcha-field img {
    border: 1px solid #333;
    border-radius: 3px;
    height: 30px; 
    width: 70%; 
    padding-right: 10px;
}
.field-width img.captcha-img {
    width: 72%;
    height: 37px;
}
.field-width a#reloadImg {
    padding: 8px 10px 10px;
}
a#reloadImg {
    margin: 0px 0px 0px 5px !important;
    color: #666666;
    background: #d8dbdb;
    padding: 5px 7px 6px;
    border-radius: 3px;
}
.alert-danger{
    margin-left: 10%;
    margin-right: 10%;
}
/***Captcha styles***/
/***Datepicker styles***/
#summaryInfo span.add-on {
    top: 0;
    right: 0;
}
/***Datepicker styles***/	
/**********Login Page CSS ***********/
.lagin-page-layout,
.unbrowser-support{
    margin-top: 115px;
    background: #E8E8E8;
    border-bottom: 1px solid #ccc;
}
.login-container{
    background: #fff;
    margin: 50px auto;
    width: 65%;
    float: none;
    padding: 50px 25px 30px;
}
.login-container ul.resp-tabs-list {
    margin-top: 0px;
    text-align: center;
}
.login-container .resp-tabs-list li {
    font-size: 0.8em;
    font-weight: 500;
    padding: 0;
    margin-bottom: 15px;
}
.login-page-tab .resp-tabs-list li > span {
    background: #104474 none repeat scroll 0 0;
    display: inline-block;
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    width: 200px;
    color: #fff;
}
.login-page-tab .resp-tabs-list li > span:hover{
    background: #A60D4D;
}
.login-page-tab .resp-tabs-list .resp-tab-active span{
    background: #A60D4D;
}
.login-block{
    padding: 20px 0 0;
    text-align: center;
}
.login-block .inner-block p {
    line-height: 21px;
}
.log-greeting-msg{
    color: #a50f4e;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
}
.loginpage-circle-icon{
    height: 65px;
    margin: 0 auto 8px;
    width: 65px;
}
.login-page-form{
    width: 400px;
    margin: 10px auto;
}
.login-page-form .form-group .field-width{
    margin-bottom: 20px;
}
.login-page-form  .form-group .form-control{
    padding: 10px;
    border-radius: 0;
}
.login-page-form  input[type="button"] {
    background-color: #104474;
    border-radius: 0px;
    color: #ffffff;
    float: left;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border: none;
}
.login-container .resp-tab-content-active{
    margin-bottom: 0px;
}
/*******Unsuopported Browser **********/

.small-container{
    background: #fff;
    margin: 50px auto;
    width: 65%;
    float: none;
    padding: 50px 40px 30px;
}
.support-block{
    border-top: 1px solid #bccad7;
    border-bottom: 1px solid #bccad7;
    padding: 45px 0;
    text-align: center;
    background: #E7ECF0;
}
.support-block > h5{
    color: #134371;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 2px;
    margin-top: 0;
    text-align: center;
}
.page_links_block{
    padding: 15px 0;
    text-align: center;
}
.page_links_block > a{
    color: #134371;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: underline;
}
.inclusive-cover ul li {
    float: left;
    text-align: left;
    text-transform: capitalize;
}
.k-terms strong.color-blue {
    padding-right: 5px;
}
.k-terms p {
    font-size: 14px;
    padding-left: 2px;
}
.faq_insurance_banner-UAE{
    background: url("../images/uae_contact.jpg") no-repeat center center;
    height: 400px;
    position: relative;
}
.faq_insurance_banner-kuwait{
    background: url("../images/faq_banner_kuwait.jpg") no-repeat center center;
    height: 400px;
    position: relative;
    margin-top: 113px;
}
.faq_insurance_banner-oman{
    background: url("../images/oman_contact.png") no-repeat center center;
    height: 400px;
    position: relative;
}
/*sri styles*/

.isurance-types-block .small-field input[type="submit"] {
    padding: 10px;
}
.uae.home_insurance_banner{
    background: url("../images/Uae_Home_Insurance_banner.jpg") no-repeat center center;
    height: 415px;
    position: relative;
}
.home-heading {
    color: #104474;
    font-size: 1.15em;
}
.full-wrapper.pb40 {
    background-color: #e9e9e9;
}

.wrapper .home_ins_cover ul li::before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #104474;
    border-top: 5px solid transparent;
    content: "";
    font-size: 20px;
    margin: 5px 0;
    position: absolute;
    right: 0;
}
.slick-prev, .slick-next{
    top: 25%;
}
.wrapper.clearfix.pt60.pb30.uae-home-pad {
    padding-top: 0;
}
.rqt-ku-travel > input[type="submit"] {
    line-height: 2em;
}
p.subject-color {
    color: #C5003A  ;
}
a.subject-color {
    color: #C5003A  ;
    text-decoration: none;
}


/*********** Cntact Us *************/
.map-block {
    position: relative;
}
.custom-infowindow{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 2px #ccc;
    display: none;
    min-height: 250px;
    position: absolute;
    right: 410px;
    top: 90px;
    width: 340px;
}
.custom-box{
    position: absolute;
}
.custom-infowindow:before{
    border-bottom: 9px solid transparent;
    border-right: 15px solid #ccc;
    border-top: 9px solid transparent;
    top: 180px;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    width: 0;
}
.custom-infowindow:after{
    border-bottom: 9px solid transparent;
    border-right: 15px solid #fff;
    border-top: 9px solid transparent;
    top: 180px;
    content: "";
    height: 0;
    left: -13px;
    position: absolute;
    width: 0;
    z-index: 9999;
}
.infowindow-header{
    background: #19609e none repeat scroll 0 0;
    margin: 0;
    padding: 10px 15px 20px;
    position: relative;
}
.infowindow-header > h3{
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
}
.infowindow-body{
    padding: 20px 10px;
}
.infowindow-body .loc-content{
    padding-left: 0;
    width: 100%;
}
.infowindow-body .loc-content .map_loc_address > p{
    color: #a00121;
    font-size: 0.86em;
    line-height: 18px;
}
.map_loc_address{
    position: relative;
    padding-left: 18px;
}
.map_loc_address:before{
    content: "\f041";
    font-family: "FontAwesome";
    top: -4px;
    left: 0px;
    position: absolute;
    font-size: 20px;
    color: #A2224B;
    z-index: 1;
}
.close-infowindow{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 20px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
}
.info-links{
    padding: 10px 0; 
}
.info-links .info-page-link{
    display: inline-block;
    padding: 5px 0;
    color: #19609E;
    font-size: 0.9em;
}
.info-links .info-page-link:hover{
    text-decoration: none;
}
.schedule_container{
    padding: 15px 0;
    color: #a00121;
}
.contact-block{
    padding: 5px 0 5px 18px;
    color: #a00121;
    font-size: 1.1em;
}
.schedule {
    display: inline-block;
    cursor: pointer;
}
.schedule-close{
    color: #09B4FF;
    font-size: 1em;
    position: relative;
}
.schedule-closed{
    font-size: 14px;
    color: #09B4FF;
    margin-left: 5px;
}
.schedule > span i{
    font-size: 14px;
    color: #09B4FF;
    margin-left: 5px;
}
.week_timings_block{
    padding: 5px 0;
    display: none;
}
.week_schedule{
    border-bottom: 1px solid  #a00121;
    font-size: 13px;
}
.schedules{
    position: relative;
    padding-left: 18px;
}
.schedules:before{
    content: "\f017";
    font-family: "FontAwesome";
    top: -4px;
    left: 0px;
    position: absolute;
    font-size: 20px;
    color: #A2224B;
    z-index: 1;
}

/*********** Cntact Us End *************/


/*** Country select dropdown ***/
.country-dropdown{
    width: 210px;
    float:right;
    position:relative;
}
.country-dropdown .dropdown-toggle{
    width: 215px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FCFCFC  ),color-stop(1, #E8E8E8  ));
    background-image: -o-linear-gradient(bottom, #FCFCFC   0%, #E8E8E8   100%);
    background-image: -moz-linear-gradient(bottom, #FCFCFC   0%, #E8E8E8   100%);
    background-image: -webkit-linear-gradient(bottom, #FCFCFC   0%, #E8E8E8   100%);
    background-image: -ms-linear-gradient(bottom, #FCFCFC   0%, #E8E8E8   100%);
    background-image: linear-gradient(to bottom, #FCFCFC   0%, #E8E8E8   100%);
    border-radius: 0px 0px 5px 5px;
    border: none;
    font-size: 0.8em;
    border-top: none;
    border-left: 1px solid #D9D9D9  ;
    border-right: 1px solid #D9D9D9  ;
    border-bottom: 1px solid #D9D9D9  ;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.country-dropdown .dropdown-toggle:focus{
    outline: thin dotted transparent !important;
    outline-offset: -2px;
    color: #333;
}
.country-dropdown .dropdown-menu{
    left: 1%;
    right: 0;
}
input:-ms-input-placeholder {
    color: #999 !important;
}
.motor-add-risks-cover-btn {
    background-color: transparent;
    border:1px solid #FFFFFF;
}
.motor-close-risks-cover-btn {
    background: transparent;
    border: none;
    color: #a60d4e;
    font-size: 16px;
    outline: none;
}
/*** Country select dropdown ***/

.home-featurs-block.newsfeeds .link-block{
    padding-top: 10px;
}
.home-featurs-block.newsfeeds .link-block a{
    float: left;
}

/****** Affinity Product Home page Styles : Start *****/
.affinity-form-wrapper{
    display: table;
    border-spacing: 20px;
    margin: 138px 0 70px;
}
.affinity-form1{
    display: table-cell;
    background: rgba(244, 244, 246, 0.6);
    margin-top: 155px;
    margin-bottom: 90px;
    border: 1px solid #E3E3E3;
    padding: 20px 35px;
    box-shadow: 0px -5px 10px 0 #e6e6e6 inset;
    border-radius: 0px 0px 10px 10px;

    width: 36%;
}
.affinity-form2{
    display: table-cell;
    background: rgba(244, 244, 246, 0.6);
    margin-top: 155px;
    margin-bottom: 90px;
    border: 1px solid #E3E3E3;
    padding: 10px 35px;
    box-shadow: 0px -5px 10px 0 #e6e6e6 inset;
    border-radius: 0px 0px 10px 10px;
    width: 30%;
}
.affinity-form2.middle{
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
}

.affinity-form1 .quotation_links{
    padding: 10px 0;
}

.affinity-bg{
    background: url("../images/Affinity_BG.jpg") repeat top center;
    height: auto;
    margin-top: 22px;
    position: relative;
    background-size: cover;
}
.affinity-top{
    background: url("../images/bg_shadow.png") no-repeat bottom center  #FFFFFF;
}
.spl-offers-block{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    border-spacing: 0;
    box-shadow: 0 -2px 11px 0 #e6e6e6;
    display: block;
    margin: 17px 0;
    padding: 10px 7px;
}
.spl-offers-block > div{
    display: table-cell;
    padding: 0px 3px;
    vertical-align: top;
}

.spl-offers-block > div >span{
    display: inline-block;
    font-size: 15px;
}
.spl-offers-block > div >span.color-blue{
    font-weight: 600;
}
.spl-offer-tab{
    background:#ffffff;
    border: 1px solid #d9dbda;
    border-radius: 18px;
    display: inline-block;
    width: 212px;
    padding: 10px 10px;
}
.spl-offer-tab img{
    max-width: 100%;
    max-height: 100%;
}
.tell-us-whentab{
    background: #fff;
    border: 1px solid #d9dbda;
    border-radius: 18px;
    display: inline-block;
    max-width: 215px;
    padding: 15px 30px;
    background-size: contain;
    color: #8D084A;
    text-transform: uppercase;
    font-size: 16px;
}
@media (max-width: 977px){
    .affinity-form1,.affinity-form2,.affinity-form2.middle{
        width: auto;
        float: none;
        display: block;
        margin: 70px auto;
        min-height: auto;
    }
    .affinity-form-wrapper{
        margin: 0 auto;
    }
    .container .affinity-form1{
        margin-top: 190px;
    }
    .full-wrapper.affinity-bg{
        padding-bottom: 120px;
    }
}
/** code for image visible **/
@media (max-width: 768px){
    ul.spl-offer-tablist {
        display: block;
    }
}
/****** Affinity Product Home page Styles : End *****/

/************ Browser Close Dialog css **************/
#user-exit-confirm .modal-dialog {
    margin: 30px auto;
    width: 740px;
}
#user-exit-confirm .modal-content {
    background-color: #D2D7DB;
}
#user-exit-confirm .modal-body {
    position: relative;
    padding: 15px 50px;
}
#user-exit-confirm .modal-body .heading-block {
    position: relative;
    padding: 0 100px;
    text-align: center;
    padding-bottom: 0;
}
#user-exit-confirm .modal-body .heading-block img {
    position: relative;
    top: -4px;
}
#user-exit-confirm .modal-body hr {
    border-top:1px solid #97ACBF;
}
#user-exit-confirm .modal-body .heading-block p {
    font-size: 20px;
    color: #27282A;
    font-weight: 500;
}
#user-exit-confirm .modal-content .modal-header button {
    outline: none;
    background: transparent;
    border: none;
    float: right;
}
#user-exit-confirm .modal-content .modal-header button > span {
    position: relative;
    top: 15px;
    font-size: 36px;
    font-weight: initial;
    border: 2px solid #A8B9CA;
    border-radius: 26px;
    padding: 0px 14px;
    color: #104474;
}
#user-exit-confirm .modal-content .renewal-form {
    position: relative;
    padding: 0 100px;
    padding-top: 20px;
}
.user-exit-confirm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% ;
}
#user-exit-confirm .modal-content .renewal-form .form-group .form-control {
    height: 38px;
}
.user-exit-confirm .form-group button.btn.dropdown-toggle.btn-default {
    height: 40px;
}
#user-exit-confirm .modal-content .renewal-form .form-group {
    position: relative;
    padding-bottom: 15px;
} 
.user-exit-confirm .form-group span.filter-option.pull-left {
    color: #989EA2;
    text-transform: uppercase;
    font-size: 0.85em;
}
.user-exit-confirm .form-group span.caret {
    color: #104474;
}
.text-transform-none{
    text-transform: none !important;
}