@charset "utf-8";

/* CSS Document */


/*banner Bottom*/

.banner-bottomTab {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0px;
}

.banner-bottomTab ul {
    width: 100%;
    float: left;
}

.banner-bottomTab ul li {
    position: relative;
    float: left;
    margin: 0 25px;
    background: #fff;
}

.banner-bottomTab ul li:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #e1e1e1;
    left: 100%;
    margin-left: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner-bottomTab ul li:last-child:before {
    display: none;
}

.banner-bottomTab ul li .icon {
    width: 40px;
    height: 30px;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: url('../images/tab-spriteicon.png') no-repeat 0 0;
}

.banner-bottomTab ul li .icon.medical {
    background-position: -96px 0px;
}

.banner-bottomTab ul li .icon.travel {
    background-position: -187px 2px;
}

.banner-bottomTab ul li .icon.home {
    background-position: -273px 1px;
}

.banner-bottomTab ul li .icon.it {
    background-position: -362px 1px;
}

.banner-bottomTab ul li.active .motor {
    background-position: 0px -33px;
}

.banner-bottomTab ul li.active .medical {
    background-position: -96px -33px;
}

.banner-bottomTab ul li.active .travel {
    background-position: -187px -33px;
}

.banner-bottomTab ul li.active .home {
    background-position: -273px -33px;
}

.banner-bottomTab ul li.active .it {
    background-position: -362px -33px;
}


/*31 aug*/

.callback-content .fieldBox {
    padding: 25px 0 0;
    position: relative;
}

.callback-content .fieldBox .inputBox {
    padding: 25px 0px 2px;
}

.callback-content .fieldBox .errorMsg {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.callback-content .fieldBox:nth-child(3) {
    padding-top: 0;
}

@media screen and (max-width: 1024px) {
    /*.banner-bottomTab {
        position: relative;
        left: auto;
        bottom: 15px;
        width: 100%;
        text-align: center;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }*/
    .banner-bottomTab {
        width: 100%;
    }
    .banner-bottomTab ul {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }
    .banner-bottomTab ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .banner-bottomTab ul li:before {
        width: 10px;
    }
    .banner-bottomTab ul li {
        margin: 0 8px;
    }
}


/*banner Bottom*/


/*Callback*/

.callback-content .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.callback-content {
    position: fixed;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    max-width: 300px;
    background: #fff;
    padding: 30px 25px;
    -webkit-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    -moz-box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    box-shadow: -3px -4px 35px -8px rgba(140, 133, 140, 1);
    text-align: left;
    right: -100%;
    z-index: 10;
}

.callback-content h2 {
    color: #4f4f4f;
    font-size: 2.2rem;
    font-family: 'AllianzB';
    font-weight: normal;
}

.callback-content .fieldBox {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.lblplaceholder {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #757575;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.lblplaceholder.active {
    font-size: 1.5rem !important;
    top: 0;
    font-style: normal;
    color: #0073bd;
}

.lblplaceholder+input {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0) !important;
}

.inputBox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding: 25px 0px 2px;
}

.inputBox:after {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.inputBox.focused:after {
    width: 100%;
}

.inputBox input {
    background: transparent;
    width: 100%;
    font-size: 1.8rem;
    color: #757575;
}

.inputBox .cc,
.textareaBox .cc {
    position: absolute;
    left: 0;
    bottom: 4px;
    font-size: 1.8rem;
    color: #757575;
    display: none;
}

.inputBox .cc:before,
.textareaBox .cc:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 20px;
    height: 50px;
    background: #fff;
}

.inputBox .cc~input,
.textareaBox .cc~input {
    padding-left: 35px;
}

.selectBox {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0 5px 0px;
}

.selectBox:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2ac9ff;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.selectBox.focused:before {
    width: 100%;
}

.selectBox label {
    z-index: 1;
    position: absolute;
    font-size: 1.5rem;
    color: #0073bd;
    overflow: hidden;
    top: 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    text-align: left;
    opacity: 0;
}

.selectBox.focused label {
    opacity: 1;
    font-size: 1.5rem !important;
    line-height: 1.4;
    top: 0;
    color: #0073bd;
}

.selectBox .selectedValue {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    top: 0;
    color: #757575;
}

.selectBox .selectedValue:before {
    content: "";
    width: 13px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -63px;
    right: 5px;
    top: 8px;
    position: absolute;
}

.selectBox.focused .selectedValue {
    color: #757575;
    font-size: 1.5rem;
}

.selectBox select {
    width: 100%;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 100%;
}

.callback-content .btn {
    width: 100%;
}


/*Callback*/


/*Nav and search*/

.navSearchWrap {
    width: 51%;
    float: left;
    position: relative;
}

.formaction {
    position: relative;
    float: left;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    z-index: 9;
}

.searchSec {
    float: right;
    margin: 7px 0px 0 14px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -ms-transition: 1s all;
    -moz-transition: 1s all;
    height: 20px;
    width: 20px;
}

.searchSec a {
    background: url(../images/sprite.png) no-repeat;
    background-position: -35px -58px;
    width: 26px;
    height: 26px;
    /*display: block;*/
    float: right;
    position: relative;
    z-index: 2;
}

.searchSec .inputbox {
    width: 100%;
    float: left;
    padding: 5px 10px 4px 20px;
    position: absolute;
    z-index: 1;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    left: 0;
    top: 0;
    opacity: 0;
    /* left: 100%; */
    overflow: hidden;
    transition: 0.5s ease all;
}

.searchActive .searchSec a {
    z-index: -1;
}

.searchActive {
    z-index: 99;
}

.searchSec .inputbox .closeBtn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42px;
    height: 100%;
    background: #f89c30;
    cursor: pointer;
    z-index: 10;
}

.searchSec .inputbox .closeBtn:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
}


/*.searchSec .inputbox,.searchActive .searchSec .inputbox{top:73px;}*/

.searchActive .searchSec .inputbox {
    /* left: 0%; */
    opacity: 1;
}

.searchSec .inputbox input {
    width: 100%;
    float: left;
    background: transparent;
    color: #0071bb;
}

.mainHeader .sumMenuSec .container {
    position: relative;
}

.mainHeader .sumMenuSec .closeBtn {
    position: absolute;
    right: 5%;
    top: 50px;
    background: url(../images/sprite.png) -280px -88px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.mainHeader nav ul li.open .sumMenuSec .closeBtn {
    position: absolute;
    right: 30px;
    top: 25px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -280px -88px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.searchSec .inputbox input.placeholder {
    color: #0071bb;
}

.hidenav {
    opacity: 0;
}


/*Submenu*/

.mainHeader .sumMenuSec {
    top: 100px;
}

.mainHeader .sumMenuSec .container>ul>li .iconSec {
    width: 85px;
}

.mainHeader nav .sumMenuSec ul li a {
    color: #005596;
    text-decoration: none;
    position: relative;
    width: auto;
    display: inline-block;
}

.mainHeader .sumMenuSec .container>ul>li .iconSec .animIconSec .imgBox {
    margin-top: 0;
}

.mainHeader .sumMenuSec .container>ul>li .iconSec h5 {
    text-align: center;
}

.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox {
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
}

.mainHeader nav ul li .sumMenuSec .iconSec .animIconSec .svgBox svg {
    height: 65px;
    width: 65px;
}

.mainHeader nav .sumMenuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #005596;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.mainHeader nav .sumMenuSec ul li a:hover:before,
.mainHeader .sumMenuSec .container>ul>li .links ul li a:hover:before {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
}

.mainHeader .sumMenuSec .container>ul>li .links ul li a {
    position: relative;
    width: auto;
    display: inline-block;
}

.mainHeader .sumMenuSec .container>ul>li .links ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #0072bc;
    left: 0;
    bottom: -2px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.nonTouch .mainHeader .sumMenuSec .container>ul>li .links ul li a:hover {
    text-decoration: none;
}


/*Submenu*/

.callback-content {
    z-index: 100;
}

@media screen and (max-width: 1024px) {
    /*.navSec { position: absolute; }*/
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 {
        text-align: inherit;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec .container>ul>li .iconSec h5 a {
        color: #6c6c6c;
    }
    .mainHeader .navSec nav>ul>li .sumMenuSec {
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        opacity: 1;
        z-index: 2;
        display: none;
        -webkit-transition: 0s ease all;
        -moz-transition: 0s ease all;
        -ms-transition: 0s ease all;
        -o-transition: 0s ease all;
        transition: 0s ease all;
    }
    .mainHeader .navSec nav>ul>li.open .sumMenuSec {
        height: auto;
    }
    .searchSec {
        margin: 7px 0px 4px 14px;
    }
    /*.searchSec .inputbox, .searchActive .searchSec .inputbox { top: 0px; }*/
}


/*Nav and search*/


/*Get in touch*/

.dropdown-menu {
    position: absolute;
    width: 332px;
    z-index: 1000;
    margin: 2px 0 0;
    min-width: 160px;
    right: 0%;
    top: 100%;
    margin-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    text-align: left;
    display: none;
}

.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 70px;
}

.dropdown-menu ul {
    width: 100%;
    float: left;
}

.dropdown-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px;
    position: relative;
}

.dropdown-menu ul li:last-child {
    border-bottom: 0;
}

.dropdown-menu ul li .icon {
    padding: 5px 0 5px 45px;
    position: relative;
}

.dropdown-menu ul li .icon:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
}

.dropdown-menu ul li .icon.sales-icon:before {
    background: url('../images/sales-icon.png') no-repeat 0 0;
}

.dropdown-menu ul li .icon.service-icon:before {
    background: url('../images/service-icon.png') no-repeat 0 0;
}

.dropdown-menu ul li p {
    font-size: 1.8rem;
    color: #4f4f4f;
}

.dropdown-menu ul li p span {
    color: #0071bb;
}

@media screen and (max-width:767px) {}


/*Get in touch*/


/*Social icon addition*/

.socialSec {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.socialSec a {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    display: inline-block;
    /* background: #73d6fa;
    border-radius: 50%;*/
}


/* .socialSec a:hover {
    background: #ff9b41;
} */

.socialSec a:before {
    content: "";
    position: absolute;
    background: url('../images/sprite.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.socialSec a.fb:before {
    background-position: 0px -651px;
}

.socialSec a.twitter:before {
    background-position: -110px -655px
}

.socialSec a.linked:before {
    background-position: -190px -655px
}

.socialSec a:hover.twitter:before {
    background-position: -146px -655px
}

.socialSec a:hover.linked:before {
    background-position: -222px -655px
}


/*locateAndClaimSec know more tab change*/


/* .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #005596;
    border: 1px solid #005596;
}

.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
    background: #005596;
}

.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover {
    color: #fff;
   

border: 1px solid #005596;

}
.locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover:before {
    background: #005596;
}
*/

@media screen and (max-width: 1024px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn:hover,
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        background: #005596;
        color: #fff;
        border: #005596;
    }
}

@media screen and (max-width: 480px) {
    .locateAndClaimSec .claimInTabSec .tabContentSec .content .description .btn {
        position: relative;
        right: auto;
    }
}


/*Search Header*/

.searchActive .searchSec .inputbox,
.searchActive.searchSec a {
    z-index: 10;
}

.searchSec {
    float: left;
}

.searchSec a {
    cursor: pointer;
    left: -15px;
    top: 0px;
    z-index: 10;
}

.searchSec .inputbox {
    left: 0px;
}

.searchSec .inputbox .closeBtn {
    width: 36px;
    border-radius: 50px;
}

.searchSec .inputbox .closeBtn:before {
    transform: translate(-50%, -50%) scale(0.7), ;
    -moz-transform: translate(-50%, -50%)scale(0.7);
    -webkit-transform: translate(-50%, -50%)scale(0.7);
    -ms-transform: translate(-50%, -50%)scale(0.7);
    left: 50%;
    top: 50%;
}


/*Search Header*/


/*31Aug*/

.searchSec .inputbox {
    left: -700px;
    top: 5px;
    width: 726px;
    z-index: -1;
}

.searchActive .searchSec .inputbox {
    z-index: 1;
}

.searchSec .inputbox input {
    padding: 0 10px 0 0;
}

.searchSec .inputbox {
    padding-bottom: 5px;
}

@media screen and (max-width: 1440px) {
    .searchActive .searchSec .inputbox,
    .searchSec .inputbox {
        left: -630px;
        width: 660px;
    }
}

@media screen and (max-width: 1280px) {
    .searchActive .searchSec .inputbox,
    .searchSec .inputbox {
        left: -500px;
        width: 530px;
    }
}

@media screen and (max-width: 1024px) {
    /*Search Header*/
    /*31Aug*/
    .searchActive .searchSec .inputbox,
    .searchSec .inputbox {
        left: 0;
        top: 3px;
        width: 100%;
    }
    .searchSec .inputbox input {
        padding: 0 10px 0 0;
    }
    .searchSec a {
        top: 0px;
        left: -20px;
    }
}

@media screen and (max-width: 767px) {
    /*Search Header*/
    .searchSec .inputbox {
        width: 90%;
    }
    .searchSec a {
        left: -5px;
        top: -5px;
    }
}

@media screen and (max-width:480px) {
    /*Search Header*/
    .searchSec .inputbox input.placeholder {
        font-size: 1.4rem;
    }
    .searchSec .inputbox,
    .searchActive .searchSec .inputbox {
        top: 3px;
    }
    .searchSec .inputbox .closeBtn {
        width: 28px;
    }
    /*31Aug*/
    .dropdown-menu ul li {
        padding: 15px;
    }
    .dropdown-menu ul li p {
        font-size: 1.6rem;
    }
    .dropdown-menu {
        width: 240px;
    }
}

.mainHeader nav ul li.open .sumMenuSec .closeBtn{ z-index:1 }