#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.row{
    display: table;
    width: 90%;
    margin: auto;
}
.right{
    float: right;
    width: 96%;
    margin-top: 0px;
}
.col{
    float: left;
    padding: 15px;
}
#insuranceform .row > .col:first-child{
    width: 30%;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 20px;
    padding-top: 20px;
}
#insuranceform .row > .col:last-child{
    width: 60%;
    padding-right: 0px;
}
.insurance .row .protection{
    width: 40px;
}
.insurance .content{
    width: 80%;
    margin: auto;
    margin-top: 70px;
}
.insurance input[type="text"], .insurance select, .insurance input[type="date"], .insurance input[type="number"]{
    width: 100%;
    padding: 11px;
    padding-right: 0px;
    color: gray;
    border: 1px solid #4b69b1;
}
#captcha-img{
    margin-bottom: -15px;
}
.insurance input[type="submit"]{
    width: 280px;
    text-align: left;
    padding-left: 95px;
}
.insurance a{
    padding: 6.5px;
    
}
.insurance a:before{
    content: '';
    background-color: #4b69b1;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 250px;
    border-radius: 0px 5px 5px 0px;
}
.insurance .error{
    color: red;
}
.insurance a:after{
    content: '';
    background: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -694px -33px;
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 23px;
    filter: brightness(1000%);
    zoom: 0.8;
    right: 4%;
    top: 28%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.insurance .other-traveller{
    width: 89%;
    margin: auto;
}
.insurance hr{
    margin-bottom: 50px;
    background-color: rgba(2,55,95,0.5);
}
.insurance h3{
    font-size: 1.5em;
    margin-top: 50px;
    font-family: rmedium;
    color: rgba(2,55,95,1);
}
.insurance select{
    height: 46px;
}
/* Sprites */
.sprites.protection{
    background-position: -759px 0px;
    width: 50px;
    height: 50px;
}
.bodyWrapper{
    padding-bottom: 0px;
}
footer{
    position: initial;
}

/* Date  */
.insurance input[type="date"]{
    position: relative;
    font-family: rregular;
}
.insurance input[type="date"]:after{
    content: '';
    position: absolute;
    background-image: url(../images/sprites.png?v=1);
    background-size: 1100px 1100px;
    background-position: -897px -58px;
    width: 26px;
    height: 25px;
    right: 11px;
    filter: brightness(0) invert(1);
}
.insurance input[type="date"]:before{
    content: '';
    background: #4b69b1;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
}
.insurance input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.insurance input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.insurance .button{
    height: 50px;
}

section.insurance{
    height: 100% !important;
    padding: 0px;
    padding-top: 25px;
    margin-top: -5px !important;
}
.insurance .msg{
    display: block;
    padding: 200px 0;
}

.bodyWrapper .insurance#success-bg{
    background: url(../images/Successess.jpg) no-repeat;
    margin: 0px;
    background-size: 100% 100%;
    height: 35vw;
    color: rgba(2,55,95,1);
}
.bodyWrapper .insurance#error-bg{
    background: url(../images/Fail.jpg) no-repeat;
    margin: 0px;
    background-size: 100% 100%;
    height: 35vw;
    color: rgba(2,55,95,1);
}
.insurance .msg{
    margin-top: 50px;
}
.insurance .msg  h1{
    font-family: rregular;
    color: rgba(2,55,95,1);
}

.companyDetails{
    width: 80%;
    margin: 20px auto;
    text-align: center;
    display: table;
}

.companyDetails > span{
    max-width: 600px;
    width: 50%;
    margin: auto;
    display: block;
    margin: 40px auto;
    min-width: 350px;
}
.companyDetails img{
    width: 100%;
}
.companyDetails a{
    width: 95%;
    max-width: 400px;
    height: 50px;
    display: block;
    position: relative;
    float: right;
}
.companyDetails a:hover{
    filter: brightness(100%);
}
.companyDetails a:before{
    filter: unset;
    background: url(../images/sprites.png?v=1) no-repeat;
    background-size: 1100px 1100px;
    display: inline-block;
    vertical-align: bottom;
    background-position: -975px -114px;
    width: 19px;
    height: 13px;
    margin-left: 5px;
    top: 0;
    bottom: 0;
    left: unset;
    right: 10px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    margin: auto;
}
.companyDetails.canadian .insurancequote{
    color: black;
}
.companyDetails.canadian > span:first-child{
    max-width: 550px;
    min-width: 400px;
}
.companyDetails.canadian a:before{
    filter: brightness(0);
}
.insurancequote{
    padding-right: 25px;
    line-height: 2;
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(2,55,95,1);
}
.companyDetails.canadian .banner span{
    color: #006940;
}
@media only screen and (max-width: 800px) {
    .insurance .sprites.protection{
        display: none;
    }
    .insurance .row{
        width: 100%;
    }
    .insurance .content{
        width: 100%;
        margin-top: 30px;
    }
    .insurance form .row > .col:first-child{
        padding-left: 0px !important;
    }
    .insurance form .col{
        width: 100% !important;
        padding: 0px;
    }
    .insurance .contantWrapper{
        width: 95%;
    }
    .insurance .row.desc p{
        width: 100%;
        text-align: left;
    }
    section{
        margin-top: 40px !important;
    }
    .ui-datepicker{
        display: none !important;
    }
    .companyDetails.companyDetails .banner span{
        font-size: 0.8em !important;
    }
}
@media only screen and (max-width: 1000px){
    .companyDetails.companyDetails .banner span{
        font-size: 1.0em;
    }
}
@media only screen and (max-width: 900px) {
    .insurance .msg{
        padding: 100px 0px;
        padding-top: 150px;
    }
    .insurance .msg h1{
        font-size: 1.0em;
    }
}
@media only screen and (max-width: 500px){
    .companyDetails a{
        width: 100%;
        max-width: unset;
    }
    .insurancequote{
        font-size: 1.1em;
        width: 100%;
    }
    .companyDetails{
        width: 100%;
    }
}
.companyDetails .banner{
    width: 100%;
    display: table;
    max-width: 1000px;
    height: max-content;
    position: relative;
    border: 1px solid rgb(233, 233, 233);
    padding: 2px;
    cursor: default;
}
.companyDetails.canadian .banner{
    background: linear-gradient(to right,  #fff 30%, #e2f2ec 100%) !important;
}
.companyDetails.non-canadian .banner{
    background: linear-gradient(to right,  #fff 30%, #dfeffb 100%) !important;
}
.companyDetails .banner img{
    width: 30%;
    float: left;
    max-width: 300px;
}
.companyDetails.companyDetails.non-canadian .banner span{
    color: rgba(2,55,95,1);
}
.companyDetails .banner span{
    display: block;
    float: left;
    width: 55%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    right: 10%;
    font-size: 1.2em;
    height: 60px;
}
/* Custom select input */
.insurance select{
    flex: 1;
    padding: 0 0.5em;
    color: #fff;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    background-image: none;
    z-index: 999;
    background: transparent;
    height: 46px;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    color: black;
}
.insurance .selected{
    position: relative;
    display: flex;
    width: 100%;
    height: max-content;
    line-height: 3;
    overflow: hidden;
}
.insurance .selected::after{
    position: absolute;
    content: '';
    background-image: url(../images/sprites.png?v=1);
    background-position: -974px -115px;
    width: 20px;
    height: 15px;
    top: 17px;
    right: calc(0% + 15px);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    cursor: pointer;
}
.insurance .selected select:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.insurance .selected::before{
    position: absolute;
    content: '';
    width: 50px;
    height: 46px;
    background-color: #4b69b1;
    top: 0px;
    right: 0%;
    cursor: pointer;
}