﻿@charset "utf-8";
/* CSS Document */
.botLeft {
    text-align: left;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.vidInp, .imgInp {
    width: 92px;
}

.statusText {
    display:none;
}

.imgInp::-webkit-file-upload-button, .vidInp::-webkit-file-upload-button {
  visibility: hidden;
}
.vidInp::before {
  content: 'Take Video';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.imgInp::before {
  content: 'Take Photo';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.imgInp:hover::before, .vidInp:hover::before {
  border-color: black;
}
.imgInp:active::before, .vidInp:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


@media only all and (max-width: 700px) {
    nav a.hamburgerIcon {
    background: black;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.modal-dialog {
    padding: 0px;
    margin: 0px;
    height: 100%;
}
#AIModal {
    padding: 0px!important;
}


nav a:hover {
  background-color: #ddd;
  color: black;
}

nav .main-menu {
  display: none;
}

.contactMain .col-xs-3 {
	width: 100%;
}

}

@media only all and (min-width: 700px) {
nav a.hamburgerIcon {
    display:none;
}
}

.contactMain .col-md-3 .c_icon {
	height: 270px;
	min-width: 177px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.borderme {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    background: white;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}



body {
    margin: 0;
    padding: 0px !important;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #666;
    font-family: 'Karla', 'muliregular', sans-serif;
    font-size: 14px;
    background: #fff;
    line-height: 1.6;
}

html {
    min-height: 100%;
    position: relative;
}
/************************************** short codes ************************************/



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, button {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline-style: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline-style: none;
    }

i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
    clear: both;
    color: #333;
    font-size: 50px;
    padding: 0;
    font-family: 'Karla-Bold', 'dosisbold';
}

h2 {
    color: #333;
    font-family: 'Karla-Bold', 'dosisbold';
    font-size: 35px;
    padding: 0 0 15px;
    position: relative;
    margin: 0;
}

h3 {
    color: #333;
    font-size: 25px;
    font-family: 'Karla-Bold', 'dosisbold';
    padding-bottom: 15px;
}

h4 {
    color: #333;
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Karla-Bold', 'dosisbold';
}

h5 {
    color: #333;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: 'Karla-Bold', 'dosisbold';
}

h6 {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Futura PT Book';
}

strong {
    font-family: 'Karla-Bold', 'dosisbold';
    font-weight: normal;
}

label {
    display: inline-block;
    font-weight: 100;
    width: auto;
    font-family: 'Karla', 'muliregular';
    font-size: 14px;
    color: #333;
}

small {
    font-family: 'Karla', 'muliregular', sans-serif;
}

.upperCase {
    text-transform: uppercase !important;
}

.tshadow {
    text-shadow: 2px 7px 4px rgba(0, 0, 0, 0.5);
}

section {
    width: 100%;
    float: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fullwidth, .imgContainer {
    float: left;
    width: 100%;
}

    .imgContainer img {
        width: 100%;
    }


.autowidthL {
    width: auto;
    float: left;
}

.autowidthR {
    width: auto;
    float: right;
}

.formiddle {
    float: none;
    margin: 0 auto;
}

.halfw {
    width: 50%;
}

.fordisplay {
    display: block;
}

.forHide {
    display: none;
}

.dTable {
    display: table;
    width: 100%;
}

.dcell {
    display: table-cell;
    vertical-align: top;
}

.dis_I_block {
    display: inline-block;
    float: none !important;
}

.bordr {
    border: #ededed 1px solid;
}

.noborder {
    border: none !important;
}

.noborderTop {
    border-top: none !important;
}

.noborderB0ttom {
    border-bottom: none !important;
}

.noborderleft {
    border-left: none !important;
}

.noborderRight {
    border-right: none !important;
}

.radius5 {
    -moz- border-radius:5px;
    -ms- border-radius:5px;
    -o- border-radius:5px;
    -webkit- border-radius:5px;
    border-radius: 5px;
}

.radius3 {
    -moz- border-radius:3px;
    -ms- border-radius:3px;
    -o- border-radius:3px;
    -webkit- border-radius:3px;
    border-radius: 3px;
}

.topRadius5 {
    -moz- border-radius:5px 5px 0 0;
    -ms- border-radius:5px 5px 0 0;
    -o- border-radius:5px 5px 0 0;
    -webkit- border-radius:5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.SideLradius5 {
    -moz- border-radius:20px 0 0 20px;
    -ms- border-radius:20px 0 0 20px;
    -o- border-radius:20px 0 0 20px;
    -webkit- border-radius:20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.SideRradius3 {
    -moz- border-radius:0px 3px 3px 0px;
    -ms- border-radius:0px 3px 3px 0px;
    -o- border-radius:0px 3px 3px 0px;
    -webkit- border-radius:0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.radius30 {
    -moz- border-radius:30px;
    -ms- border-radius:30px;
    -o- border-radius:30px;
    -webkit- border-radius:30px;
    border-radius: 30px;
}
.radius20 {
    -moz- border-radius:20px;
    -ms- border-radius:20px;
    -o- border-radius:20px;
    -webkit- border-radius:20px;
    border-radius: 20px;
}

.fullradius {
    -moz- border-radius:100%;
    -ms- border-radius:100%;
    -o- border-radius:100%;
    -webkit- border-radius:100%;
    border-radius: 100%;
}

.o_hidden {
    overflow: hidden;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p15 {
    padding: 15px;
}

.p3020 {
    padding: 30px 20px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-v-10 {
    padding: 10px 0;
}

.p-v-15 {
    padding: 15px 0;
}

.p-v-20 {
    padding: 20px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-50 {
    padding: 50px 0;
}

.p-v-4020 {
    padding: 40px 0 20px;
}

.p-v-5025 {
    padding: 50px 0 25px;
}

.p-h-10 {
    padding: 0 10px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.p_l_15 {
    padding-left: 15px;
}

.p_l_5 {
    padding-left: 5px;
}

.noppding {
    padding: 0 !important;
}

.noRightpadding {
    padding-right: 0em !important;
}

.noLeftpadding {
    padding-left: 0em !important;
}

.noTopPadding {
    padding-top: 0em !important;
}

.nobtmPadding {
    padding-bottom: 0em !important;
}

.m_l_30 {
    margin-left: 30px;
}

.m_l_10 {
    margin-left: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m_l_50 {
    margin-left: 50px;
}

.m_t_25 {
    margin-top: 25px;
}

.m_t_35 {
    margin-top: 35px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m_t_15 {
    margin-top: 15px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-v-10 {
    margin: 10px 0;
}

.m-v-15 {
    margin: 15px 0;
}

.m-v-20 {
    margin: 20px 0;
}

.m-v-30 {
    margin: 30px 0;
}

.m-v-40 {
    margin: 40px 0;
}

.m-v-50 {
    margin: 50px 0;
}

.m-v-60 {
    margin: 60px 0;
}

.m-v-70 {
    margin: 70px 0;
}

.m-v-100 {
    margin: 100px 0;
}

.m-v-150-80 {
    margin: 150px 0 80px;
}

.m-t-300 {
    margin-top: 300px;
}

.m-v-150-00 {
    margin: 150px 0 0px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-v-5 {
    margin: 5px 0;
}

.noMargin {
    margin: 0px !important;
}

.noTop-margin {
    margin-top: 0px !important;
}

.noBottom-margin {
    margin-bottom: 0px !important;
}

.noLeft-margin {
    margin-left: 0px !important;
}

.noRight-margin {
    margin-right: 0px !important;
}

.gap60 {
    height: 60px;
}

.gap25 {
    height: 25px;
}

.gap100 {
    height: 100px;
}

.gap160 {
    height: 160px;
}

.darkbg {
    background: #3C3C3C;
    color: #fff;
}

.nobg {
    background: none !important;
}

.lightbg {
    background: #f6f6f6;
}

.whitebg {
    background: #fff;
}

.lightbg2 {
    background: #eee;
}

.f-red {
    color: #A50094 !important;
}

.textBox {
    background: rgba(255,255,255,0.6);
    color: #333;
    font-size: 15px;
    display: block;
    height: 45px;
    padding: 0 15px;
    border: none;
    border: 1px solid #ddd;
    width: 100%;
    float: left;
}

    .textBox.selecttext {
        background: url(../images/arrow.png)#eee right 3px center no-repeat !important;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding: 0 25px 0 12px;
        -moz-background-size: contain !important;
        -ms-background-size: contain !important;
        -webkit-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }

        .textBox.selecttext:select {
            border: none;
        }

.selecttext option {
    background: #fff;
    padding: 5px 12px;
    border-bottom: #ddd 1px solid;
    text-transform: capitalize;
}

select::-ms-expand {
    display: none;
}

.textBox.txtaea {
    height: 80px !important;
    resize: none;
    padding: 0;
    line-height: normal;
}

.textBox::-webkit-input-placeholder {
    color: #002a5f;
    opacity: 1;
}

.textBox:-moz-placeholder {
    color: #002a5f;
    opacity: 1;
}

.textBox::-moz-placeholder {
    color: #002a5f;
    opacity: 1;
}

.textBox:-ms-input-placeholder {
    color: #002a5f;
    opacity: 1;
}

.commonBtn {
    width: auto;
    float: left;
    color: #fff !important;
    background: #00A1E5;
    font-family: 'Karla-Bold', 'mulibold';
    padding: 0 15px;
    font-size: 14px;
    border: none;
    line-height: 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .commonBtn:hover {
        background: #00A1E5;
    }
/*********************************** short codes ***************************************/


header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*float:left;*/
    padding: 8px 0;
    z-index: 5;
    z-index: 99;
    background: #f8f9fa;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    header.sticky {
        position: fixed;
        left: 0;
        top: 0;
    }

.logo {
    position: relative;
    width: 250px;
}

    .logo a {
        display: block;
        color: #01405f;
        font-family: 'Karla', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 2.4vw;
    }

    .logo img {
        width: 100%;
    }

nav ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 12px 0 0;
}

    nav ul li {
        width: auto;
        float: left;
        padding: 0 10px;
    }

        nav ul li:last-child {
            padding-right: 0;
        }

        nav ul li a {
            display: block;
            color: #333;
            text-transform: capitalize;
            font-size: 16px;
        }

            nav ul li a:hover {
                color: #fff;
            }


.rightBtns ul {
    width: 100%;
    float: left;
    margin-top: 22px;
}

    .rightBtns ul li {
        width: auto;
        float: left;
        padding: 0 15px;
        line-height: 40px;
        position: relative;
    }

        .rightBtns ul li:last-child {
            padding-right: 0;
        }

        .rightBtns ul li a {
            display: block;
        }

            .rightBtns ul li a span {
                position: absolute;
                top: -5px;
                right: 0px;
                width: auto;
                border-radius: 5px;
                background: #0BA1DB;
                color: #fff;
                padding: 0 10px;
                line-height: 20px;
                font-size: 11px;
            }

            .rightBtns ul li a i {
                color: #333;
                font-size: 18px;
                line-height: 45px;
            }



.banner { /*background:url(../images/banner.jpg) no-repeat top center; -webkit-background-size:cover; -o-background-size:cover; -ms-background-size:cover; -moz-background-size:cover; background-size:cover;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.captions {
    vertical-align: middle;
    padding: 30px 15px 0;
    height: 500px;
}

    .captions h1 {
        text-align: center;
    }

.middlebox {
    width: 100%;
    max-width: 480px;
    margin: 10px auto;
}
.botModalBody DIV.middlebox {
    max-width: none!important;
}

    .middlebox .textBox {
        padding: 0 30px 0 50px; /*box-shadow: 2px 1px 16px 2px #DDDDDD;
-webkit-box-shadow: 2px 1px 16px 2px #DDDDDD;
-moz-box-shadow: 2px 1px 16px 2px #DDDDDD;
-o-box-shadow: 2px 1px 16px 2px #DDDDDD;*/
    }

.iconBox span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #002a5f;
    text-align: center;
    color: #ddd;
    display: inline-block;
    font-size: 45px;
    -moz- border-radius:100%;
    -ms- border-radius:100%;
    -o- border-radius:100%;
    -webkit- border-radius:100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.iconBox {
    margin-bottom: 25px;
}

    .iconBox a h5 {
        text-transform: capitalize;
        margin: 10px 0 0;
        color: #56a1d5;
    }

    .iconBox:hover span {
        background: #fff;
        color: #333;
        box-shadow: 0 0 15px 0 #999;
        -webkit-box-shadow: 0 0 15px 0 #999;
        -moz-box-shadow: 0 0 15px 0 #999;
        -o-box-shadow: 0 0 15px 0 #999;
    }



.chatBox {
    position:fixed; 
    top:50%; 
    right: 0px; 
    z-index:99; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.chatBox.slideout { 
    right:0;

}

.chatbtn {
    background:#00A1E5;
    color:#fff !important; 
    cursor:pointer; 
    position:relative; 
    font-family: 'Karla-Bold', 'mulisemibold'; 
    text-transform:uppercase; 
    top: 0px; 
}

.chatbtn i {
    position:absolute; 
    left:-48px; 
    top:-25px; 
    width:90px; 
    height:90px; 
    line-height:90px; 
    font-size:45px; 
    background:#20c1ef; 
    text-align:left; 
    border-radius:50%; 
    z-index:-1; 
    padding:0 15px;

}


.chat_inner {
    background: #fff;
    padding: 20px 15px;
    width: 280px;
    float: left;
    box-shadow: 2px 1px 10px 2px #999;
    -webkit-box-shadow: 2px 1px 10px 2px #999;
    -moz-box-shadow: 2px 1px 10px 2px #999;
    -o-box-shadow: 2px 1px 10px 2px #999;
}

    .chat_inner .textBox {
        border: 1px solid #999;
        font-size: 14px;
        height: 35px;
        padding: 0 20px;
        width: 100%;
    }

        .chat_inner .textBox.txtaea {
            height: 150px !important;
            padding: 10px 20px;
        }


footer {
    width: 100%;
    float: left;
    background: #A1DDF2;
    color: #333;
    font-size: 13px;
    z-index: 99;
    padding: 30px 0 10px;
}

    footer h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.flinks ul {
    width: 100%;
    float: left;
}

    .flinks ul li {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        .flinks ul li a {
            display: block;
            color: #333;
            text-transform: capitalize;
            font-size: 14px;
        }


.social li {
    width: auto;
    float: left;
    padding: 0 10px 0 0;
}

    .social li a {
        width: 40px;
        height: 40px;
        line-height: 45px;
        text-align: center;
        background: #fff;
        float: left;
        color: #333;
        border-radius: 50%;
        font-size: 18px;
    }

.fbtn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #15A9DF;
    width: 40px;
    height: 45px;
    color: #fff;
}

footer .textBox {
    padding-right: 45px;
}

.copyRight {
    text-align: center;
    margin: 20px 0 0 0;
    padding: 10px 0 0;
    border-top: #999 1px solid;
}

.p-t-60 {
    padding-top: 60px;
}

.lpart {
    padding: 20px 0;
    width: 230px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    background: #11b2f0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portion1 h4 {
    margin-bottom: 10px;
}

.portion1 h6 i {
    margin-right: 8px;
}

.portion2 h4 {
    margin: 40px 0 15px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 15px;
}

.portion2 ul {
    width: 100%;
    float: left;
    color: #fff;
}

    .portion2 ul li {
        width: 100%;
        float: left;
        padding: 10px 15px;
        margin-bottom: 3px;
        position: relative;
        font-size: 14px;
        padding-left: 110px;
        text-align: left;
        border-bottom: rgba(255,255,255,0.2) 1px solid;
        /*background:#fff;box-shadow: 1px 1px 5px 0px #DDDDDD;
-webkit-box-shadow: 1px 1px 5px 0px #DDDDDD;
-moz-box-shadow: 1px 1px 5px 0px #DDDDDD;
-o-box-shadow: 1px 1px 5px 0px #DDDDDD;*/
    }

        .portion2 ul li span {
            position: absolute;
            left: 15px;
            top: 10px;
            width: 100px;
            text-align: left;
            font-family: 'Karla-Bold', 'mulisemibold';
            color: #fff;
        }


.socials ul {
    width: 100%;
    float: left;
    padding: 30px 0;
}

    .socials ul li {
        width: auto;
        float: none;
        padding: 0 5px;
        display: inline-block;
        text-align: center;
    }

        .socials ul li a {
            display: block;
            color: #fff !important;
            text-transform: capitalize;
            font-size: 16px;
            width: 35px;
            height: 35px;
            background: #002a5f !important;
            line-height: 36px;
            -moz- border-radius:100%;
            -ms- border-radius:100%;
            -o- border-radius:100%;
            -webkit- border-radius:100%;
            border-radius: 100%;
        }


.bodyright {
    float: left;
    min-height: 560px;
    padding: 30px 15px;
    width: 100%;
}

.boxes {
    width: 100%;
    max-width: 40%;
    display: inline-block;
    border: #ddd 1px solid;
    background: #fff;
    margin: 0 1%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fullwidthboxes {
    width: 100%;
    max-width: 920px;
    display: inline-block;
    border: #ddd 1px solid;
    background: #fff; /*margin:0 1%;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.boxes h4 {
    padding: 15px 10px;
    text-transform: uppercase;
    color: #002a5f;
    border-bottom: #ddd 1px solid;
    margin-bottom: 20px;
    background: #f1f1f1;
}

.box-pic {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

    .box-pic img {
        display: inline-block;
    }

.boxes h6 {
    text-transform: uppercase;
    color: #56a1d5;
    margin-bottom: 20px;
    font-size: 20px;
}

.compare .commonBtn {
    font-size: 16px;
    line-height: 45px;
    padding: 0 30px;
}

.sBox {
    width: 200px;
    float: left;
    padding: 0 15px;
    margin-bottom:30px;
}

    .sBox .box-pic {
        margin-bottom: 0;
    }

    .sBox p {
        margin: 0 0 10px 0;
        display: block;
    }

.fullwidthboxes .content {
    padding: 0 15px;
}




.dBox {
    float: left;
    display: table;
    cursor:pointer;
}

    .dBox a {
        background: #9f5594 none repeat scroll 0 0;
        padding: 0 10px;
        position: relative;
        display: table-cell;
        height: 200px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 231px;
        -moz- border-radius:3px;
        -ms- border-radius:3px;
        -o- border-radius:3px;
        -webkit- border-radius:3px;
        border-radius: 3px;
        z-index: 1;
        -moz-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
        -ms-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
        -o-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
        -webkit-box-shadow: 0 0 1px 3px #fff inset;
        box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.6) inset;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }


    .dBox:hover a {
        -webkit-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.3);
    }

    .dBox a h3 {
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
    }

        .dBox a h3 i {
            display: block;
            font-size: 3vw;
            margin-bottom: 10px;
        }

    .dBox.skybg a, .checkclaims .skybg a {
        background: #46BADC;
        border-color: #46BADC;
    }

    .dBox.dGray a {
        background: #607D8B;
        border-color: #607D8B;
    }

    .dBox.yellowbg a, .checkclaimsR span.yellowbg a {
        background: #F1AA40;
        border-color: #F1AA40;
    }


.claimpic {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
    border: #ddd 3px solid;
    position: absolute;
    z-index: 4;
}

    .claimpic img {
        border-radius: 100%;
    }

.forClaim {
    padding-top: 50px;
}

.contactBox {
    padding: 20px;
}

    .contactBox h6 {
        margin-bottom: 4px;
        font-size: 15px;
    }

        .contactBox h6 i {
            margin-right: 10px;
            color: #56a1d5;
            font-size: 16px;
        }

    .contactBox p {
        padding-left: 28px;
        font-size: 14px;
        margin: 0;
    }

    .contactBox .borderB0ttom {
        padding-bottom: 15px;
    }

        .contactBox .borderB0ttom:last-child {
            padding: 0;
            border: none !important;
            margin: 0px !important;
        }

    .contactBox strong {
        margin-right: 6px;
    }

    .contactBox a {
        color: #56a1d5;
        text-decoration: underline;
    }

.maps iframe {
    height: 200px;
    width: 100%;
}

.contactBox .textBox {
    height: 35px;
}

.iconBox2 {
    padding: 15px 8px;
    text-align: center;
}
    /*.iconBox2 span { display:inline-block;}*/
    .iconBox2 span {
        width: 70%;
        display: inline-block;
    }

.iconBox2 {
    margin-bottom: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .iconBox2 img {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .iconBox2 a h5 {
        text-transform: capitalize;
        margin: 10px 0 0;
        color: #56a1d5;
    }

    .iconBox2:hover img {
        box-shadow: 1px 1px 20px 0px #666;
        -webkit-box-shadow: 1px 1px 20px 0px #666;
        -moz-box-shadow: 1px 1px 20px 0px #666;
        -o-box-shadow: 1px 1px 20px 0px #666;
    }

.m-t-100 {
    margin-top: 60px;
}



.banner2 {
    -webkit-background-size: cover;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .banner2:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0,0,0,0.45);
        content: "";
        width: 100%;
        z-index: -1;
    }

    .banner2 h1 {
        color: #fff;
        text-transform: uppercase;
    }

    .banner2 h3 {
        color: #fff;
        font-size: 2vw;
    }

    .banner2 .captions {
        vertical-align: middle;
        padding: 0 15px 0;
    }

.c_icon {
    background: #fff;
    padding: 30px 15px;
    box-shadow: rgba(0,0,0, 0.05) 0 0 5px 5px;
    -moz-box-shadow: rgba(0,0,0, 0.05) 0 0 5px 5px;
    -webkit-box-shadow: rgba(0,0,0, 0.05) 0 0 5px 5px;
}

    .c_icon h3 {
        color: 56a1d5;
        margin: 20px 0;
        font-size: 1.5vw;
    }

.cbtn a {
    padding: 10px 35px;
    border: #11b2f0 1px solid;
    color: #11b2f0;
    font-size: 1.1vw;
}

    .cbtn a:hover {
        background: #11b2f0;
        color: #fff;
    }

.c_icon span.icons33 {
    width: 80px;
    line-height: 80px; /*background:#002a5f;*/
    text-align: center;
    display: inline-block;
    -moz- border-radius:100%;
    -ms- border-radius:100%;
    -o- border-radius:100%;
    -webkit- border-radius:100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .c_icon span.icons33 img {
        display: inline-block;
    }

.claims .claimpic {
    width: 100%;
    border: #ddd 5px solid;
    float: left;
    position: static;
    height: auto;
    border-radius: 0;
}

    .claims .claimpic img {
        border-radius: 100%;
    }

.claims .portion2 ul li {
    background: #eee;
    box-shadow: 1px 1px 5px 0px #fff;
    -webkit-box-shadow: 1px 1px 5px 0px #fff;
    -moz-box-shadow: 1px 1px 5px 0px #fff;
    -o-box-shadow: 1px 1px 5px 0px #fff;
}

.claims .socials ul {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.close {
    font-size: 40px;
    margin-top: -10px !important;
}

.tracks h3 {
    text-align: center;
    display: inline-block;
    padding: 0 15px 0 0;
}
/*.tracks h2 {text-transform:inherit;}*/
.middlebox2 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
.middlebox6 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    height: 100px;
}

.middlebox5{
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom:30px;
    padding:20px;
    padding-bottom:1px;
}

.tracks .middlebox2 .textBox {
    background: #f8f8f8;
    float: none;
    padding-right: 50px;
    display: inline-block;
    box-shadow: inset 2px 2px 6px 0 #DEDEDE;
    -webkit-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
    -moz-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
    -o-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
}

.mxw300 {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    position: relative;
}

    .mxw300 .commonBtn {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 45px;
    }

.middlebox2.lightbg {
    box-shadow: 1px 1px 10px 0px #c8c8c8;
    -webkit-box-shadow: 1px 1px 10px 0px #c8c8c8;
    -moz-box-shadow: 1px 1px 10px 0px #c8c8c8;
    -o-box-shadow: 1px 1px 10px 0px #c8c8c8;
}


.tdtails ul {
    width: 100%;
    display: table;
    margin: 20px 0 0;
    padding: 8px 10px;
    background: #fff;
    text-align: left;
}

    .tdtails ul li {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        position: relative;
        text-transform: capitalize;
    }

        .tdtails ul li i {
            font-size: 18px;
            color: #56A1D5;
        }

        .tdtails ul li strong {
            font-family: 'Karla-Bold', 'dosisbold';
        }

        .tdtails ul li span, .propic66 {
            width: 60px;
            display: inline-block;
            margin-right: 15px;
        }

            .tdtails ul li span img, .propic66 img {
                width: 100%;
            }
/*.tdtails ul li:last-child {color:#56A1D5;}*/

.tdtailsTrack ul span {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
}

    .tdtailsTrack ul span:last-child {
        color: #56A1D5;
    }

.uploadpart .commonBtn {
    float: none;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
}


.fdtails {
    max-height: 350px;
    overflow-x: auto;
}

    .fdtails ul {
        width: 100%;
        float: left;
        margin: 0;
    }

        .fdtails ul li {
            width: 100%;
            float: left;
            background: #fff;
            text-align: left;
            border: #ebebeb 1px solid;
            text-transform: inherit;
            padding: 8px 20px;
            margin-bottom: 3px;
        }

            .fdtails ul li a {
                color: #333;
                font-family: 'Karla', 'dosismedium';
                font-size: 16px;
            }

            .fdtails ul li span a {
                color: #fff;
                background: #058FC7;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                text-align: center;
                font-size: 13px;
                line-height: 25px;
            }


/*.contactMain .dcell {position:relative;}*/
.backbtn {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}

    .backbtn a {
        display: block;
        color: #00A1E5;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Karla', 'dosismedium';
    }

.p-t-130 {
    padding-top: 130px;
}


.checkclaimsR {
    width: 50%;
    text-align: center;
    vertical-align: top;
    padding-top: 40px;
}

.checkclaims h3 {
    margin-bottom: 10px;
}

.checkclaimsR span {
    display: inline-block;
    padding: 0 5px;
}

    .checkclaimsR span a {
        width: auto;
        float: left;
        color: #fff !important;
        background: #9f5594;
        font-family: 'Karla', 'muliregular';
        padding: 30px 16px;
        font-size: 15px;
        border: none;
        line-height: normal;
        text-transform: capitalize;
    }

.arrowme span {
    top: 10px;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #b6e2fb;
}

.finishedBtn {
    width: 100px;
    display: block;
    font-weight: 400;
    background-color: #009688;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s ease;
}

    .finishedBtn:hover {
        background-color: #FF9800;
    }



/*steps*/

#checkout-progress {
    width: 90%;
    margin: 0px auto;
    font-size: 2.5em;
    font-weight: 900;
    position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 767px) {
    #checkout-progress {
        font-size: 1.5em;
    }
    .ConversationHistoryBox, .botTextBox, .arrowme {
        -moz- border-radius: 0px!important;
        -ms- border-radius: 0px!important;
        -o- border-radius: 0px!important;
        -webkit- border-radius: 0px!important;
        border-radius: 0px!important;
        font-weight: bold;
    }
    .ConversationHistoryBox {
        background-color: white;
    }
    .grd {
        padding: 0px!important;
        background: #F0F7FE!important;
    }
    .logbox {
            background: rgb(82,163,208);
            background: -moz-linear-gradient(top, rgba(82,163,208,1) 0%, rgba(61,134,190,1) 38%, rgba(35,76,142,1) 100%);
            background: -webkit-linear-gradient(top, rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
            background: linear-gradient(to bottom, rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
    }
    div.rightnav {
        display: none!important;
    }
    .arrowme {
        width: 1px;
    }
    .backbtn {
        left:unset!important;
        right: 20px!important;
    }
}

#checkout-progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 100%;
    background-color: #ccc;
    -webkit-transform: translateY(-50%) perspective(1000px);
    transform: translateY(-50%) perspective(1000px);
}

#checkout-progress:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 8px;
    width: calc(100% - 20px;
    );
    background-color: #56a1d5;
    transform: translate(-10px,0);
    /*-webkit-transform: scaleX(0) translateY(-50%) perspective(1000px);
          transform: scaleX(0) translateY(-50%) perspective(1000px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;*/
}


#checkout-progress.step-20:after {
    -webkit-transform: scaleX(0.09) translateY(-50%) perspective(1000px);
    transform: scaleX(0.09) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-30:after {
    -webkit-transform: scaleX(0.16) translateY(-50%) perspective(1000px);
    transform: scaleX(0.16) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-40:after {
    -webkit-transform: scaleX(0.22) translateY(-50%) perspective(1000px);
    transform: scaleX(0.22) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-50:after {
    -webkit-transform: scaleX(0.27) translateY(-50%) perspective(1000px);
    transform: scaleX(0.27) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-60:after {
    -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
    transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-2:after {
    -webkit-transform: scaleX(0.333) translateY(-50%) perspective(1000px);
    transform: scaleX(0.333) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-3:after {
    -webkit-transform: scaleX(0.666) translateY(-50%) perspective(1000px);
    transform: scaleX(0.666) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-4:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

#checkout-progress.step-5:after {
    -webkit-transform: scaleX(1) translateY(-50%) perspective(1000px);
    transform: scaleX(1) translateY(-50%) perspective(1000px);
}

#checkout-progress .pg-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #checkout-progress .pg-bar .step {
        z-index: 2;
        position: relative;
    }

        #checkout-progress .pg-bar .step .step-label {
            position: absolute;
            top: calc(100% + 20px);
            left: 50%;
            -webkit-transform: translateX(-50%) perspective(1000px);
            transform: translateX(-50%) perspective(1000px);
            white-space: nowrap;
            font-size: 14px;
            color: #999;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            text-align: center;
            line-height: 20px;
            text-transform: capitalize;
        }

@media (max-width: 767px) {
    /*  #checkout-progress .pg-bar .step .step-label {
    top: calc(100% + 15px);
  }*/
}

#checkout-progress .pg-bar .step span {
    color: #b7b7b7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
    -webkit-transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(1) perspective(1000px);
    font-size: 22px;
}

#checkout-progress .pg-bar .step .fa-check {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(0) perspective(1000px);
}

#checkout-progress .pg-bar .step.active span, #checkout-progress .pg-bar .step.active .step-label {
    color: #444444;
}

#checkout-progress .pg-bar .step span img {
    width: 40px;
}

#checkout-progress .pg-bar .step.valid .fa-check {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(.7) perspective(1000px);
    transform: translate3d(-50%, -50%, 0) scale(.7) perspective(1000px);
}

#checkout-progress .pg-bar .step.valid span {
    color: ##002A5F;
    -webkit-transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
    transform: translate3d(0, 0, 0) scale(2) perspective(1000px);
}

#checkout-progress .pg-bar .step.valid .step-label {
    color: #333 !important;
}

#checkout-progress .pg-bar .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) perspective(1000px);
    transform: translate(-50%, -50%) perspective(1000px);
    width: 50px;
    height: 50px;
    background-color: #dddddd;
    border-radius: 50%;
    border: 2px solid #b7b7b7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-box-shadow: 0 0 0 3px #fff;
    -ms-box-shadow: 0 0 0 3px #fff;
    -o-box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

@media (max-width: 767px) {
    /*  #checkout-progress .pg-bar .step:after {
    width: 40px;
    height: 40px;
  }*/
}

#checkout-progress .pg-bar .step.active:after {
    border: 2px solid #dddddd;
}

#checkout-progress .pg-bar .step.valid:after {
    background-color: #11B2F0;
    border: 5px solid #11B2F0;
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin: 15px auto 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#checkout-progress .pg-bar .step.done::after {
    background-color: #42a5e4;
    border: 2px solid #42a5e4;
}

#checkout-progress .pg-bar .step.done .step-label {
    color: #444444;
    font-size: 15px;
    font-weight: 300;
}

#checkout-progress .pg-bar .step.done span {
    color: #fff;
}

.checkclaims .skybg {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0;
}

    .checkclaims .skybg a {
        display: inline-block;
        padding: 5px 30px;
        color: #fff;
        text-transform: capitalize;
        font-size: 20px;
    }

.bookInspection .commonBtn, .payexcess .commonBtn {
    padding: 0 25px;
    font-size: 14px;
    border: none;
    line-height: 35px;
    border: #00A1E5 1px solid;
    background: none;
    color: #00A1E5 !important;
}

.payexcess .middlebox h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Futura PT Book";
    line-height: 45px;
    padding: 0 15px 0 0;
    float: left;
    max-width: 230px;
}

.mxw200 {
    width: 100%;
    max-width: 180px;
    display: inline-block;
    position: relative;
}

    .mxw200 span {
        width: 35px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 13px 10px;
        border-right: #ddd 1px solid;
        background: #56A1D5;
    }

.payexcess .middlebox .textBox {
    font-size: 20px;
    height: 40px;
    padding: 0 15px 0 45px;
    text-align: center;
    font-family: "Futura PT Book";
}

.bookInspection h3 {
    margin-bottom: 20px;
    border-bottom: #e8e8e8 1px solid;
}

.bookInspection .middlebox h6 {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 45px;
    padding: 0 15px 0 0;
    float: left;
    max-width: 230px;
    width: 100%;
}

.mxw200 {
    width: 100%;
    max-width: 180px;
    display: inline-block;
    position: relative;
}

    .mxw200 span {
        width: 35px;
        position: absolute;
        left: 0;
        top: 0;
        padding: 13px 10px;
        border-right: #ddd 1px solid;
        background: #11B2F0;
    }

.bookInspection .middlebox .textBox {
    font-size: 20px;
    height: 40px;
    padding: 0 15px 0 45px;
    text-align: center;
    font-family: 'Karla-Bold', 'mulisemibold';
}

.bookInspection .middlebox {
    box-shadow: 1px 1px 15px 0 #ddd;
    -webkit-box-shadow: 1px 1px 15px 0 #ddd;
    -moz-box-shadow: 1px 1px 15px 0 #ddd;
    -o-box-shadow: 1px 1px 15px 0 #ddd;
}


.bookInspection .mxw200 .commonBtn {
    padding: 6px 20px;
}

.datechange {
    padding-right: 100px;
    position: relative;
}

    .datechange .textBox {
        height: 38px;
        padding: 0 15px;
    }

    .datechange .commonBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        line-height: 38px;
    }


.bookInspection .middlebox .fieldBox .textBox {
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    text-align: left;
    font-family: 'Karla-Bold', 'mulisemibold';
    margin: 4px 0 0;
}

    .bookInspection .middlebox .fieldBox .textBox.selecttext {
        background: url(../images/arrow.png)#fff right 3px center no-repeat !important;
    }

.modal-content h3 {
    font-size: 22px;
    line-height: 1.6;
    text-transform: inherit;
}

.bookInspection.collection h3 {
    text-transform: inherit;
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: left;
}

.addressadd .fieldBox .textBox.selecttext {
    background: url(../images/arrow.png)#fff right 3px center no-repeat !important;
}

.addressadd .fieldBox {
    margin-bottom: 15px;
}

    .addressadd .fieldBox label {
        margin: 0 0 4px;
    }

    .addressadd .fieldBox .textBox {
        margin: 0;
        font-size: 14px;
        box-shadow: inset 2px 2px 6px 0 #DEDEDE;
        -webkit-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
        -moz-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
        -o-box-shadow: inset 2px 2px 6px 0 #DEDEDE;
        height: 38px;
    }

.tdtails ul li span.grnbg {
    background: #04CA41;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0;
    max-width: 140px;
    padding: 4px 5px;
    position: static;
    text-align: center;
    width: 100%;
    font-family: 'Karla-Italic', 'muliitalic';
}

.tdtails ul li span.ylwbg {
    background: #e5bb06;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0;
    max-width: 140px;
    padding: 4px 5px;
    position: static;
    text-align: center;
    width: 100%;
    font-family: 'Karla-BoldItalic', 'mulisemibold_italic';
}

.underCons span {
    display: inline-block;
}




.innerbaNNer {
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    position: relative;
}


.rightnav {
    position: absolute;
    top: 130px;
    right: -36px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background: #0BA1DB;
    color: #fff;
    text-align: center;
    display: none;
    cursor: pointer;
    font-size: 22px;
}

.closenav {
    position: absolute;
    top: 0;
    right: -14px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    color: #666;
    cursor: pointer;
    display: none;
    font-size: 23px;
}


/*forAnimations*/
.forAnimations {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.aniWrap {
    width: 100%;
    max-width: 2560px;
    overflow: hidden;
}

.animaton_row {
    width: calc(100% + 3000px);
    position: absolute;
    top: 0;
    left: 0;
}

.hexagon3 {
    /*this smushes a square into a 60deg/120deg rhombus*/
    position: relative;
    width: 120px;
    height: 62.36px;
    margin-top: 36px;
    margin-bottom: 36px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
    background: #fff;
    float: left;
    /*cover up the box shadows */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .hexagon3 .hex1,
    .hexagon3 .hex2 {
        position: absolute;
        overflow: hidden;
        width: 85.066px;
        height: 85.066px;
        left: 14.651px;
        /*for some reason this 1px correction is needed */
        background: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        -moz-transform: scaleY(0.57735) rotate(-45deg);
        -ms-transform: scaleY(0.57735) rotate(-45deg);
        -webkit-transform: scaleY(0.57735) rotate(-45deg);
        transform: scaleY(0.57735) rotate(-45deg);
    }

        .hexagon3 .hex1:after,
        .hexagon3 .hex2:after {
            /*counter rotate and un-scale the bg image*/
            content: "";
            position: absolute;
            height: 106.066px;
            left: -22.6506px;
            width: 120px;
            top: 0;
            background: inherit;
            -moz-transform: rotate(45deg) scaleY(1.73205);
            -ms-transform: rotate(45deg) scaleY(1.73205);
            -webkit-transform: rotate(45deg) scaleY(1.73205);
            transform: rotate(45deg) scaleY(1.73205);
        }

    .hexagon3 .hex1 {
        border-right: 5.19615px solid #fff;
        border-top: 5.19615px solid #fff;
        top: -41.033px;
    }

        .hexagon3 .hex1:after {
            background-position: center 17%;
            margin-top: -5.19615px;
        }

    .hexagon3 .hex2 {
        border-bottom: 5.19615px solid #fff;
        border-left: 5.19615px solid #fff;
        bottom: -43.033px;
    }

        .hexagon3 .hex2:after {
            background-position: center 83%;
            margin-left: -4.19615px;
            /*that pesky single pixel correction again*/
        }

    .hexagon3:after {
        content: "";
        position: absolute;
        top: 2.12132px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 62.36px;
        background: inherit;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.sec_row {
    left: -60px;
    top: 96px;
}

.thrd_row {
    left: 0;
    top: 192px;
}

.forth_row {
    left: -60px;
    top: 288px;
}

.fifth_row {
    left: 0;
    top: 384px;
}

.six_row {
    left: -60px;
    top: 478px;
}





.hexagon3.active {
    z-index: 9999; /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*.hexagon3.active .hex1,
.hexagon3.active .hex2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}*/










.hexpic img {
    display: inline-block;
    float: none;
    filter: grayscale(5);
    -webkit-filter: grayscale(5);
    -moz-filter: grayscale(5);
    -o-filter: grayscale(5);
    -ms-filter: grayscale(5);
    opacity: .2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.hexagon3.active .hexpic img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}



.hexpic {
    border-radius: 50%;
    height: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    /*-webkit-animation: r0 5s 0s ease-out infinite;
  -moz-animation: r0 5s 0s ease-out infinite;
  animation: m0 5s 0s ease-out infinite;*/
}






/*@-webkit-keyframes m0 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #f1f8fb, 0 0 0px 0px rgba(255, 255, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #d6eefb, 0 0 12px 10px #f1f8fb, 0 0 12px 14px #d6eefb;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #f1f8fb, 0 0 0px 20px rgba(26, 255, 179, 0);
  }
}
@-moz-keyframes m0 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #f1f8fb, 0 0 0px 0px rgba(26, 255, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #d6eefb, 0 0 12px 10px #f1f8fb, 0 0 12px 14px #d6eefb;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #f1f8fb, 0 0 0px 20px rgba(26, 255, 179, 0);
  }
}
@keyframes m0 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 0px #f1f8fb, 0 0 0px 0px rgba(26, 255, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #d6eefb, 0 0 12px 10px #f1f8fb, 0 0 12px 14px #d6eefb;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 255, 179, 0), 0 0 0px 40px #f1f8fb, 0 0 0px 20px rgba(26, 255, 179, 0);
  }
}*/

header.loginHead {
    background: none;
    box-shadow: none;
    z-index: 99;
    padding: 15px 0;
}

.loginHead .logo {
    display: inline-block;
}

.loginPart {
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-attachment: local !important;
    position: relative;
    background: #fff;
    padding-top: 150px;
}

.loginPart:after {position:absolute; left:0; top:0; height:100%; content:""; width:100%; z-index:-1;
}

    .loginPart h3 {
        text-align: center;
    }

.loginBox {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0;
}
/*.loginBox {width:100%; max-width:1000px; margin:0 auto; position:absolute; left:0; right:0; top:50%;-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);}*/
.tbg { /*background:rgba(255,255,255,0.5);*/
    background: #E4F2FD;
    padding: 20px;
}

.supportMain .tbg {
    background: rgba(255,255,255,1);
    padding: 20px;
    box-shadow: 1px 1px 10px 0px #c8c8c8;
    -webkit-box-shadow: 1px 1px 10px 0px #c8c8c8;
    -moz-box-shadow: 1px 1px 10px 0px #c8c8c8;
    -o-box-shadow: 1px 1px 10px 0px #c8c8c8;
}

.commonBtn.fullbtn {
    width: 100%;
    float: left;
    height: 40px;
}

.loginBox ul {
    width: 100%;
    float: left;
}

    .loginBox ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 7px;
    }

        .loginBox ul li i {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 16px;
        }


.productArea [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    margin: 8px 0;
    float: none;
    display: inline-block;
    width: 32.333%;
}

.productArea .row {
    margin-left: -8px;
    margin-right: -8px;
}

.productThumb {
    background: #fff;
    border: #eee 1px solid;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

    .productThumb:hover,
    .productThumb.active {
        box-shadow: rgba(0,0,0,0.15) 0 0 5px 5px;
        -moz-box-shadow: rgba(0,0,0,0.15) 0 0 5px 5px;
        -webkit-box-shadow: rgba(0,0,0,0.15) 0 0 5px 5px;
    }

    .productThumb img {
        display: block;
        width: 100%;
        -webkit-transition: all 800ms ease-in-out;
        -moz-transition: all 800ms ease-in-out;
        -ms-transition: all 800ms ease-in-out;
        -o-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
    }

    .productThumb:hover img {
        -moz-transform: scale(1.2) rotate(10deg);
        -webkit-transform: scale(1.2) rotate(10deg);
        transform: scale(1.2) rotate(10deg);
    }

    .productThumb span {
        font-size: 50px;
        display: block;
        color: #00A1E5;
    }

    .productThumb a h4 {
        display: block;
        color: #333;
        text-transform: capitalize;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .productThumb a {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        color: #333;
        z-index: 1;
        height: 124px;
        -moz-background: rgba(255, 255, 255, 0.6);
        -webkit-background: rgba(255, 255, 255, 0.6);
        background: rgba(255, 255, 255, 0.6);
        font-size: 15px;
    }

/*.productThumb a{
	padding:30px 20px; color:#666; position:relative; z-index:1;
	}*/
.overLaySec {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,136,247,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,136,247,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,136,247,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a60088f7',GradientType=0 );
    opacity: .4;
}

.productThumb:hover .overLaySec,
.productThumb.active .overLaySec {
    height: 100%;
    opacity: 0.8;
}

.productThumb:hover a,
.productThumb.active a {
    bottom: 0;
    height: 100%;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    color: #000;
    text-shadow: none;
}

.productThumb a .innerOverlay {
    position: absolute;
    top: 30%;
    left: 0;
    /*-moz-transform: translate(0 , -50%);
	-webkit-transform: translate(0 , -50%);
	transform: translate(0 , -50%);*/
    width: 100%;
    line-height: normal;
    padding: 0 10px;
}

.p-h-8 {
    padding: 0 8px;
}

.bikeSrc {
    float: left;
    width: 100%;
    max-width: 500px;
    padding-right: 15px;
}


.showHideArea {
    display: none;
}

.all_btn {
    background: #00acee none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #fff !important;
    font-size: 16px;
    padding: 6px 25px;
    position: relative;
    text-align: center;
}

.productThumb .fa.fa-truck {
    font-size: 55px;
    margin-bottom: 30px;
}

.p-t-80 {
    padding-top: 80px;
}

.sideNav ul {
    margin: 0;
}

    .sideNav ul li a {
        display: block;
        padding: 10px 15px;
        border-bottom: rgba(255,255,255,0.3) 1px solid;
        color: black;
        text-transform: capitalize;
        font-family: 'Karla', 'dosismedium';
        font-size: 18px;
    }

    .sideNav ul.submenus li a {
        padding-left: 45px;
        font-size: 15px;
    }

    .sideNav ul li a i {
        padding-right: 10px;
        font-size: 18px;
        width: 30px;
    }

    .sideNav ul li a span {
        line-height: 30px;
        padding-left: 10px
    }

.m-T-120 {
    margin-top: 100px;
}

.m-T-80 {
    margin-top: 80px;
}



.faqs h4 {
    font-size: 18px;
    margin: 10px 0 35px;
}

.faqs h5 {
    font-size: 20px;
}

.faqs .panelMain h4 {
    margin: 0;
}

    .faqs .panelMain h4 i {
        float: right;
    }

    .faqs .panelMain h4 a {
        display: block;
        font-size: 18px;
        color: #333;
    }

.faqs .panelMain .panel {
    border-color: #ddd;
    color: #666;
}

.faQs ul {
    text-align: center;
}

    .faQs ul li {
        width: auto;
        float: none;
        display: inline-block;
        position: relative;
        padding: 0 30px 15px 20px;
    }

        .faQs ul li i {
            font-size: 22px;
            position: absolute;
            left: 0;
            top: 0;
        }

.faQs a {
    color: #333;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.nav-tabs {
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: none;
        color: #666;
        font-family: 'Karla-Bold', 'dosisbold';
        font-size: 18px;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #11B2F0 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            background: #ddd;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(1);
        }

        .nav-tabs > li > a::before {
            content: "";
            background: #11B2F0;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
            z-index: 9;
        }

    .nav-tabs > li.active > a::before, .nav-tabs > li:hover > a::before {
        transform: scale(1);
        background: #11B2F0;
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.nav-tabs > li {
    margin-bottom: 0;
}

    .nav-tabs > li.active a {
        position: relative;
    }

.nav-tabs {
    border-bottom: none;
    position: relative;
}

    .nav-tabs:before {
        content: "";
        background: #ddd;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        z-index: 9;
    }

.tab-content {
    float: left;
    padding: 20px;
    width: 100%;
}

    .tab-content > .tab-pane {
        float: left;
        padding: 0;
        width: 100%;
    }

.loginBox .textBox.txtaea {
    height: 180px !important;
    padding: 10px;
}

.productThumb.skybg {
    min-height: 255px;
    -moz-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
    -ms-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
    -o-box-shadow: 0 0 1px 3px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 1px 3px #fff inset;
    box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.6) inset;
}

    .productThumb.skybg a:hover .innerOverlay {
        top: 40%;
    }

    .productThumb.skybg h3 {
        position: absolute;
        left: 0;
        top: 35%;
        text-align: center;
        color: #fff;
        width: 100%;
        font-size: 3.5vw;
    }
/*.showHideArea h2 {display:block; background:#eee; padding:15px 10px; font-size:24px; width:100%;  max-width:900px; margin:0 auto 20px;}*/
.middlebox2.account {
    margin: 0 auto 40px;
    max-width: 600px;
    text-align: left;
    width: 100%;
}

    .middlebox2.account h3 small {
        line-height: 30px;
    }

    .middlebox2.account .portion2 ul li {
        color: #333;
    }

        .middlebox2.account .portion2 ul li span {
            color: #333;
            font-family: 'Karla-Bold', "dosisbold";
            font-size: 16px;
        }

        .middlebox2.account .portion2 ul li span {
            width: 140px;
            top: 6px;
        }

    .middlebox2.account .portion2 ul li {
        padding: 8px 15px 8px 160px;
    }

.clear {
    clear: both;
}

.myAccount {
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    margin: 0 auto 50px;
    max-width: 930px;
    padding: 30px 15px 15px;
}


    .myAccount .form-group {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .myAccount h5 {
        border-bottom: 1px dashed #ddd;
        font-size: 20px;
        color: #11b2f0;
    }

    .myAccount h6 {
        font-size: 16px;
        margin-top: 20px;
    }

    .myAccount h3 {
        margin-bottom: 0;
    }

    .myAccount h4 span {
        color: #11b2f0;
    }

.m-b-60 {
    margin-bottom: 60px;
}

.loginPart .textBox.txtaea {
    height: 180px !important;
    line-height: normal;
    padding: 0;
    resize: none;
}

.innerbaNNer .dTable {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}

.faqs .panelMain h4 {
    padding: 0;
}

.homeBtn a {
    background: #0AA7E0;
    padding: 0 15px;
    color: #fff;
}

.rightBtns ul li.homeBtn a i {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
}

.privacy ul {
    width: 100%;
    float: left;
}

    .privacy ul li {
        width: 100%;
        float: left;
        position: relative;
        padding: 0 0 0 25px;
        margin-bottom: 8px;
    }

        .privacy ul li i {
            position: absolute;
            left: 0;
            top: 5px;
        }

.privacy a {
    color: #0AA7E0;
}

.logWrap {
    width:100%; 
    max-width:1000px; 
    margin:0 auto; 
    left:0; top:60%; 
    right:0; 
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.parts { 
    padding:0 15px; 
    width:50%; 

}
.logWrap h2{
    color:#fff;  
    font-family: 'Karla-Bold', 'dosisbold'; 
    margin-bottom:30px; 
    text-align:center; 
    text-transform:inherit

}
.parts h3{
    color:#fff;

}
.grd { 
    padding:20px; 
}

.grd_border {border:rgba(255,255,255,0.5) 1px solid; padding:15px;}
.logbox {position:relative;}
.logbox span{font-family:'Futura PT Book'}
.logbox .textBox {
	background: rgba(255,255,255,1) !important;
	height: 40px;
	margin-top:5px;
    margin-bottom:10px;
}
.helpBx  .textBox {
	background: rgba(255,255,255,1) !important;
}
.logbox .lpic {width:80px; height:80px; position:absolute; top:-45px; left:0; right:0; margin:0 auto;}

.logbox .commonBtn.fullbtn , .inspection .commonBtn.fullbtn{
	background:none; border:#fff 2px solid; font-size:16px; margin:10px 0 0; color:#fff !important;
}
.logbox small a {
	color:#ddd; text-decoration:underline
}
.rightBtns ul li {
	width: auto;
	float: left;
	padding: 0 5px;
}
.homeBtn a { text-transform:capitalize; font-size:16px; background: rgb(82,163,208);
background: -moz-linear-gradient(top,  rgba(82,163,208,1) 0%, rgba(61,134,190,1) 38%, rgba(35,76,142,1) 100%);
background: -webkit-linear-gradient(top,  rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
background: linear-gradient(to bottom,  rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a3d0', endColorstr='#234c8e',GradientType=0 );
}
.p-accept h5 {font-family: 'Karla', 'muliregular'; font-size:17px;}
.p-accept h5 i{color:#090;}
.p-accept h5 small{color:#999; display:block; margin:5px 0 0;}
.p-accept h3{color:#090;}
.p-accept table tr td a {display:block; color:#11B2F0;}
.commonBtn.black {border-color:#666; color:#666 !important;}
.commonBtn.grn {border-color:#090; color:#090 !important;}
.commonBtn.red {border-color:#F00; color:#F00 !important;}
.p-decline {text-align:left !important}
.p-decline h4 {color:#F00; text-align:left !important}
.p-decline p{color:#F00;text-align:left !important; margin:20px 0;}
.searchPanel {position:relative;}
.searchPanel .textBox {padding-right:110px;}
.searchPanel .commonBtn {position:absolute; top:0; right:0; width:100px; border:none;background: rgb(82,163,208);
background: -moz-linear-gradient(top,  rgba(82,163,208,1) 0%, rgba(61,134,190,1) 38%, rgba(35,76,142,1) 100%);
background: -webkit-linear-gradient(top,  rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
background: linear-gradient(to bottom,  rgba(82,163,208,1) 0%,rgba(61,134,190,1) 38%,rgba(35,76,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a3d0', endColorstr='#234c8e',GradientType=0 ); color:#fff !important;}

table tr td strong{
	font-size:15.5px;
}
.blckTranparent {background:rgba(0,0,0,0.7); color:#fff !important}
/*.inspection h3 {text-align:left; color:#fff;}*/
.inspection .fieldBox label {text-align:left;margin-bottom:5px; display:block}

.inspection .calendar .currentDateDisplay {
  height: 130px;
  width: 100%;
  color: #b12c2c;
  font-weight: 600;
}
.inspection .calendar .currentDateDisplay > p {
  font-size: 2rem;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}
.inspection .calendar .ui-datepicker {
  display: inline-block;
  margin: auto;
  background-color: #ddd;
  box-shadow: 3px 3px #ddd;
}
.inspection .calendar .ui-datepicker .ui-datepicker-calendar {
  margin: auto;
  width: 100%;
  padding: 1rem;
}
.inspection .calendar .ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  color: #999;
  padding: 5px;
}
.inspection .calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  border-color: #a1ddf2;
  border: 5px solid #a1ddf2;
  color: #333;
}
.inspection .calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  color: #4C246E;
}
.inspection .calendar .ui-datepicker .ui-datepicker-header {
  padding: 1rem;
  color: #4C246E;
  font-size: 1.3rem;
}
.inspection .calendar .ui-datepicker .ui-datepicker-prev {
  float: left;
  line-height: 2.5rem;
}
.inspection .calendar .ui-datepicker .ui-datepicker-next {
  float: right;
  line-height: 2.5rem;
}
.inspection .calendar .ui-datepicker .ui-datepicker-year,
.inspection .calendar .ui-datepicker .ui-datepicker-month {
  line-height: 2.5rem;
}
.inspection .calendar .ui-datepicker .ui-datepicker-month {
  margin-right: 1rem;
}
.inspection .calendar .ui-datepicker td {
  font-family: 'Karla', 'Droid Sans', sans-serif;
}
.inspection .calendar .ui-datepicker thead {
  color: #333;
}
.middlebox3 {width:100%; margin:10px auto;}
.inspection .ui-datepicker-title {
	font-size: 16px;
	position: relative;
	margin-top: -10px;
	color:#333;
}
.inspection .ui-state-highlight, .inspection .ui-widget-content .ui-state-highlight, .inspection .ui-widget-header .ui-state-highlight {
	border: 1px solid #234C8E;
	background: #A1DDF2;
	color: #333;
}
.inspection .ui-state-active, .inspection .ui-widget-content .ui-state-active, .inspection .ui-widget-header .ui-state-active, .inspection a.ui-button:active,.inspection .ui-button:active, .inspection .ui-button.ui-state-active:hover {
	border: 1px solid #234C8E;
	background: #234C8E;
	font-weight: normal;
	color: #ffffff !important;
}
.inspection .textBox {
	background: rgba(255,255,255,1);
	height:35px;
}
.f-sky {color: #11b2f0;}
.inspection .tdtails ul li strong {
	color: #333; line-height:normal
}
.checkclaims .textBox {
	background:#eee;
}
.hEight .textBox {
	 width:35%; float:left
}
.hEight span {
	 width:40px; padding:0 5px; float:left; line-height:40px; font-weight:bold; text-align:center;
}
.middlebox4 .commonBtn {font-size:18px; text-transform:uppercase}
.proPic {border:#ddd 2px solid}
.myAccount .profileInfo .form-group {
	margin-bottom: 15px;
}
.middlebox2 table  h3 {padding:0;}
.proBox {text-align:left !important;}
.proBox h5{padding-bottom:8px; color:#000;}
.proBox p{font-size:13px;}

.agreeSettleImage {
    display: block;
    max-width: 135px;
    height: 135px;
    padding-right: 1px;
    padding-top: 1px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    object-fit:contain;
}

.suggestedReplacementLabel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectBtn {
    left: 0;
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 1px;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    overflow: hidden;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.selectBtn.active, .selectBtn:hover {
    background: rgba(0,169,255,1);
    opacity: .8;
    visibility: visible;
    width: 100%;
    bottom: 0;
}
.selectBox {
  background: rgba(0, 0, 0, 0.5);
  border: medium none;
  color: #fff !important;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.quarterspluschange {
    width: 23%;
    height: 200px;
    display: inline-grid;
    margin-left: 7px;
}

.imgtoselect.active img {
    opacity: 0.5;
}

.imgtoselect {
    position: relative;
}

.selectedimg .imgselectimgwrapper {
    opacity: 0.5;
}

.imgselectimgwrapper {
    border: #eee 1px solid;
}

.productThumb img, .imgselectimgwrapper img {
    display: block;
    width: 100%;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.productThumb:hover img, imgselectimgwrapper:hover img {
    -moz-transform: scale(1.2) rotate(10deg);
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}

.imgselectlabel.selectImgBtn {
    transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
}

.imgselectlabel.selectImgBtn.active {
    background: rgba(0,136,247,0.26);
    visibility: visible;
    width: 96%;
    height: 100%;
    line-height: 11;
    font-size: 24px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.dboxCorrections {
    width: 100% !important;
    padding-top: 5px !important;
    overflow: hidden;
}

.dboxCorrections.imgselectlabel.selectImgBtn.active {
    font-size: 22px;
}
 .imgselectlabel {
     position: absolute;
     bottom: 0px;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,136,247,0.16) 100%);
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,136,247,0.16) 100%);
     background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,136,247,0.16) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFFFF', endColorstr='#a60088f7',GradientType=0 );
     width: 96%;
     height: 20%;
     padding-top: 13px;
     padding-bottom: 10px;
     color: black;
     text-align:center;
     font-size: larger;
     line-height: 1.5;
     transition: all 800ms ease-in-out;
     z-index:1;
}

.ovrHidden {
overflow:hidden;
}

.valiProductMid {
	padding:10px 15px;
	background:#eee;
	}
.valiProductMid ul li {
	border-bottom:#eee 1px solid;
	padding:5px 0;
	font-weight:800;
	font-size:14px;
	color:#666;
	}
.valiProductMid ul li span {
	color:#8a8787;
	font-weight:700;
	}	
.valiProductMid ul li:last-child {
	border-bottom:none;
	padding-bottom:0
	}	
.matchItemName {
	padding:0px 0px 0px 0px;
	background:#fff;
}
.matchValue {
    display:inline;

}
.matchItemBtm {
	padding:8px 0;
	color:#fff;	
    font-family: 'Karla', 'Dosis'; 
    font-weight: 600; 
    font-size: 18px; 
}
.bgBlue {
	background:#00acee;
}

.validationDetail {
    border-bottom:#ddd 1px solid;
    padding:5px 0;
    font-weight:800;
    font-size:14px;
    color:#666;
}
.validationProp {
    float: left;
}
.validationVal {
	color:#8a8787;
	font-weight:700;
    width: auto;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width:80%;
	}

.valiProductbottom {
	padding:10px 15px;
	position:relative;
	z-index:1;
	}
.valiProductbottom .checkbox {
  float: left;
  margin: 0;
  padding-left: 20px;
  width: auto;
}

.valiProductbottom .all_btn {
	padding:5px 20px;
	line-height: normal;
	float:left;
	width:auto;
	}
.valiProductbottom .checkbox label::before {
  top: 3px;
}
.valiProductbottom .checkbox label::after {
  top: 2px;
}

.ValidationimgContainer {
    background: white;
    text-align: center;
    height:175px;
}

.ValidationimgContainer img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow:hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.upgradeSummary{
    text-align:center;
}
.summaryRight{
    text-align:right;
}
.summaryLeft{

}
.summaryRow{

}
.summaryTable{
    width:90%;
    margin:5%;
}
.summaryTotal{
    text-align:center;
}
.summaryAcceptBtnDiv{
    text-align:center;
}
.valiProductInner {
    border: 1px solid #ccc;
}

.logbox .commonBtn.fullbtn , .inspection .commonBtn.fullbtn{
	background:none; border:#fff 2px solid; font-size:16px; margin:10px 0 0; color:#fff !important;
}
.inspection .fieldBox label {text-align:left;margin-bottom:5px; display:block}

.inspection .calendar .currentDateDisplay {
  height: 130px;
  width: 100%;
  color: #b12c2c;
  font-weight: 600;
}
.inspection .calendar .currentDateDisplay > p {
  font-size: 2rem;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size:26px;
    min-width:300px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar{
    width:100%;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-weight: 400;
    color: #78909C;
}

td.ui-datepicker-unselectable.ui-state-disabled{
    color:white;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 1px;
    
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        text-decoration: none;
        border: 7px solid #0a090900;
    }

        .ui-datepicker-calendar tbody td a:hover {
            background-color: #E0F2F1;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            background-color: #00acee;
            color: white;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.inspection .ui-state-highlight, .inspection .ui-widget-content .ui-state-highlight, .inspection .ui-widget-header .ui-state-highlight {
	border: 1px solid #234C8E;
	background: #A1DDF2;
	color: #333;
}
.inspection .ui-state-active, .inspection .ui-widget-content .ui-state-active, .inspection .ui-widget-header .ui-state-active, .inspection a.ui-button:active,.inspection .ui-button:active, .inspection .ui-button.ui-state-active:hover {
	border: 1px solid #234C8E;
	background: #234C8E;
	font-weight: normal;
	color: #ffffff !important;
}
.inspection .textBox {
	background: rgba(255,255,255,1);
	height:35px;
}
.f-sky {color: #11b2f0;}
.inspection .tdtails ul li strong {
	color: #333; line-height:normal
}
.textBox[disabled]{
    background-color: #eee;
    opacity:1;
}
.commonBtn[disabled]{
    background-color: #ddd;
}
.commonBtn[disabled]:hover{
    cursor:not-allowed;
}
.multiLineTBX{
    overflow:hidden;
    height:125px;
    resize:none;
}
.imgselectimgwrapper{
    width:100% !important;
}
.electricalComparisonHeader {
    font-size: 1.5em;
    border-bottom: lightgray 2px solid;
    margin-top: 20px;
}
.notTheSame {
    background-color: lightblue;
}
.constrainedComparisonImg{
    width:150px;
    object-fit:contain;
}
.keyDifferencesFull{
    width:100%;
}

.ui-datepicker-calendar span {
    position: relative;
    top: 0;
    left: 0;
}

.ddlPoliceForce {
    font-size: 16px;
    width: 318px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: start;
}

.ddlPoliceForce option {
    font-size: 16px;
    width: 318px;
}

.bastionImg {
    min-width: 60%;
    max-width: 100%;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../Fonts/FuturaBT-Medium.eot');
    src: url('../Fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaBT-Medium.woff2') format('woff2'), url('../Fonts/FuturaBT-Medium.woff') format('woff'), url('../Fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('../Fonts/futura_pt_bold-webfont.woff2') format('woff2'), url('../Fonts/futura_pt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../Fonts/FuturaPT-Book.eot');
    src: url('../Fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaPT-Book.woff2') format('woff2'), url('../Fonts/FuturaPT-Book.woff') format('woff'), url('../Fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../Fonts/FuturaPT-Medium.eot');
    src: url('../Fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaPT-Medium.woff2') format('woff2'), url('../Fonts/FuturaPT-Medium.woff') format('woff'), url('../Fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body {
    margin: 0px auto 100px auto;
}

.fcheck label {
    font-family: 'Futura PT Book';
    font-size: 20px;
    font-weight: bold;
}

.pull-right {
    text-align: right;
}

.card {
    border-radius: 0px;
    width: 390px;
    border: 1px solid #ccc;
    height: 844px;
    overflow: hidden;
}

    .card .fa-redo::before {
        content: "\f01e";
        width: 12px;
        font-size: 16px;
        color: #333;
    }

.reload {
    padding-right: 20px;
}

.logo {
    margin-left: 20px;
}

    .logo img {
        width: 65px;
        height: 26px;
    }

.md-text {
    padding: 10px 0px 10px 0px;
    margin: 0 auto;
}

    .md-text h2 {
        width: 90%;
        margin: 0 auto;
    }

img.circle {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.auther {
    margin-top: -7.5%;
}

    .auther span {
        position: relative;
        padding: 10px;
        display: inline-block;
        z-index: 1;
    }

    .auther::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: #ddd;
        z-index: 0;
    }

img.circle {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(218,237,250,1) 0%, rgba(166,213,243,1) 100%);
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px 2px rgba(123, 121, 121, 0.5);
    border-radius: 50%;
}

h1, h2 {
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Poppins';
}

.fcheck {
    width: 318px;
    margin: 0 auto 10px auto;
    background: #f2f2f2;
    padding: 12px;
    border-radius: 5px;
}

.faqs {
    justify-content: flex-end;
    display: flex;
    position: absolute;
    bottom: 20px;
    right: 10px !important;
    text-align: right;
}

    .faqs span {
        width: 51px;
        height: 51px;
        background: #ddd;
        border-radius: 50px;
        display: flex;
        text-align: center;
        justify-content: center;
    }

        .faqs span .fa {
            display: flex;
            align-items: center;
        }

.fa-question::before {
    content: "\f128";
    border-radius: 100px;
    padding: 4px 6px;
}

.form-check-input:checked {
    background: #00acee;
    border-color: #00acee;
}

.form-check-input:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.form-check-input {
    width: 26px;
    height: 26px;
}

.invalid {
    background: #9f9f9f;
}

    .invalid:hover {
        outline: 0px !important;
        background: #9f9f9f;
    }

.valid {
    background: #00acee;
}

    .valid:hover {
        box-shadow: 1px 1px 12px #00acee;
        color: #fff;
        outline: 0px !important;
        background: #00acee;
    }

.submit-button {
    margin-top: 20px;
    font-family: 'Futura PT Bold';
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    height: 54px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: calc(72vw + 30px);
    max-width: 318px;
}


/* input last name screen */
.form-input {
    position: relative;
}

    .form-input input:focus ~ .floating-label,
    .form-input input:not(:focus):valid ~ .floating-label {
        top: 8px;
        bottom: 10px;
        left: 20px;
        font-size: 9px;
        opacity: 1;
    }

    .form-input .inputText {
        font-size: 16px;
        font-family: 'Futura PT Bold';
        color: #130F0C;
        height: 50px;
        width: 318px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-left: 15px;
        padding-top: 5px;
        text-align: start;
    }

    .form-input .floating-label {
        text-transform: uppercase;
        font-family: 'Futura PT Bold';
        font-size: 16px;
        color: #757575;
        position: absolute;
        pointer-events: none;
        left: 20px;
        top: 15px;
        transition: 0.2s ease all;
    }
/* input last name screen */


/*post code page */
.form-postcode .iti__arrow {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #333;
}

#postcode {
    height: 49px;
    width: 60px;
    border-radius: 0px;
    border: none;
}

.inputText:focus-visible {
    border: 2px solid #00acee;
    outline: 0px;
}

.form-postcode input.inputText:focus, .form-postcode input.inputText:focus-visible, .iti__selected-flag:focus-visible {
    outline: 0px;
}

.form-postcode:focus, .form-postcode:focus-visible {
    outline: 1px solid blue;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: none !important;
}

.form-postcode {
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 245px;
    display: flex;
    padding: 2px;
}

.form-postcode {
    position: relative;
}

    .form-postcode input:focus ~ .floating-label,
    .form-postcode input:not(:focus):valid ~ .floating-label {
        outline: none;
        top: 8px;
        bottom: 10px;
        left: 70px;
        font-size: 9px;
        opacity: 1;
    }

    .form-postcode .inputText {
        padding-top: 12px !important;
        width: 100%;
        font-family: 'Futura PT Bold';
        border: none;
        padding-left: 8px;
    }

    .form-postcode .floating-label {
        text-transform: uppercase;
        font-family: 'Futura PT Bold';
        font-size: 16px;
        color: #757575;
        position: absolute;
        pointer-events: none;
        left: 70px;
        top: 15px;
        transition: 0.2s ease all;
    }

.iti__country-list {
    width: 200px;
    font-size: 11px;
}

/*post code page*/
/* Style the dropdown container */
.address .iti__arrow {
    margin-top: 10px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #333;
}

.address .fas.fa-map-marker-alt {
    margin-top: 6px;
    color: #333 !important;
}

.address .dropbtn {
    font-family: 'Futura PT Bold';
    font-size: 16px;
    color: #757575;
    display: flex;
    justify-content: space-between;
}

.dropdown.address {
    width: 100%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #fff;
    color: #000;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-top: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        padding: 12px 16px;
        display: block;
        color: #000;
        text-decoration: none;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.show {
    display: block;
}
/*post code page*/

/* items */
.items h3 {
    font-family: 'Futura PT Book';
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

/*itesm */


/*checkbox custom*/
.custom-radio-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .custom-radio-button input[type="radio"] {
        opacity: 0;
        display: none;
        cursor: pointer;
    }

        .custom-radio-button input[type="radio"] ~ .helping-el {
            background-color: #FFFFFF;
            border: 2px solid #ddd;
            border-radius: 50%;
            display: inline-block;
            margin-right: 7px;
            padding: 10px;
            position: relative;
            cursor: pointer;
        }

        .custom-radio-button input[type="radio"]:checked ~ .helping-el {
            border: 2px solid #ddd;
        }

            .custom-radio-button input[type="radio"]:checked ~ .helping-el::after {
                background-color: #00acee;
                border-radius: 50%;
                content: " ";
                font-size: 33px;
                height: 14px;
                position: absolute;
                width: 14px;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                cursor: pointer;
            }
/*checkbox custom */

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (max-width: 575px) {
    .form-floating > .form-control,
    .form-floating > .form-select {
        display: block;
        width: 85%;
        padding: 0.375rem 0.75rem;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-floating > label {
        position: absolute;
        top: 0.5rem;
        left: 0.75rem;
        padding: 1rem 3.2rem !important;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.bottomBtnContainer {
    bottom: 15%;
    height: 10%;
    width: 100%;
    width: 95vw;
    max-width: 100%;
}

.closeIcon {
    height: 3.5vh;
    position: relative;
    text-align: left;
    left: 55%;
    margin-top: 5%;
    z-index: 1;
}

.closeIcon:hover {
    cursor: pointer;
}

#sbsLogo {
    position: relative;
    text-align: left;
    right: 33.3%;
    margin-top: 0%;
    width: 33%;
}

#BotWindow {
    height: 75%;
}

.navButtons {
    font-family: 'Futura PT Bold';
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    height: 54px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    width: 40%;
    max-width: 100%;
    padding: 0px 5px 0px 5px;
    min-height: 3vh;
    margin-bottom: 1vh;
    margin-left: 12px;

}

.inputRow {
    padding: 15px;
}

.secondaryQuestionText {
    font-size: 12px;
}

.helpIconContainer {
    text-align: right;
    padding: 25px 25px 0px 25px;
}

.sbsLogoContainer {
    text-align: left;
    padding: 10px;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../Fonts/FuturaPT.eot');
    src: url('../Fonts/FuturaPT.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaPT.woff2') format('woff2'), url('../Fonts/FuturaPT.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../Fonts/FuturaBT-Medium.eot');
    src: url('../Fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaBT-Medium.woff2') format('woff2'), url('../Fonts/FuturaBT-Medium.woff') format('woff'), url('../Fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('../Fonts/futura_pt_bold-webfont.woff2') format('woff2'), url('../Fonts/futura_pt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../Fonts/FuturaPT-Book.eot');
    src: url('../Fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaPT-Book.woff2') format('woff2'), url('../Fonts/FuturaPT-Book.woff') format('woff'), url('../Fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../Fonts/FuturaPT-Medium.eot');
    src: url('../Fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/FuturaPT-Medium.woff2') format('woff2'), url('../Fonts/FuturaPT-Medium.woff') format('woff'), url('../Fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Futura PT Medium';
}

h1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
}

h4 {
    font-size: 21px;
    margin-bottom: 35px;
    color: #333333;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333333;
}

a {
    text-decoration: none;
    color: #333333;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.pl0 {
    padding-left: 0;
}

#sidebar nav ul ul {
    display: none;
}

input:focus-visible {
    outline: none !important;
}

.smal-container h1 {
    position: relative;
}

.smal-container p {
    font-family: 'Futura PT Book';
}

.smal-container .form-control {
    font-family: 'Futura PT Book';
    font-size: 16px;
}

.smal-container a.icon-question {
    position: absolute;
    right: 0;
}

a.icon-question img {
    width: 40px;
}

nav.navbar ul li a.active {
    font-weight: bold;
}

nav.navbar ul li a:hover {
    font-weight: bold;
}

.icon-question {
    position: absolute;
}

ul.navbar-nav li a {
    font-family: 'Futura PT Book';
    font-size: 14px;
}

.btn-primary {
    background-color: #42A5E4;
    font-family: 'Futura PT Bold';
    border: 1px solid #42A5E4;
    box-shadow: #42A5E4 0px 2px 8px 0px;
}
/* Set the default style of the checkbox */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 21px;
    height: 22px;
    cursor: pointer;
    background: transparent !important;
    margin-right: 10px;
}

    /* Set the custom style of the checkbox when it's checked */
    input[type="checkbox"]:checked::before {
        content: "\2713";
        display: block;
        text-align: center;
        font-size: 17px;
        color: #ccc;
        background-color: #fff;
        border-radius: 4px;
        width: 19px;
        height: 20px;
        line-height: 20px;
    }

.form-control {
    font-size: 16px;
    color: #757575;
    height: 54px;
}

.p-4::before {
}

.terms {
    display: flex;
    justify-content: flex-end;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nopadding {
    padding: 0px !important;
}

.payform fieldset {
    border: 1px solid #e7e7e7;
    padding: 6px 20px;
    color: #8a8a8a;
    margin-bottom: 30px;
    border-radius: 6px;
}

.payform label {
    text-transform: uppercase;
}

.payform fieldset label {
    width: 50%;
}

.payform fieldset input {
    width: 45%;
    height: 40px;
    padding-left: 10px;
    font-family: 'Futura PT Book';
    font-size: 16px;
    border-left: 1px solid #e7e7e7;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

nav {
    position: relative;
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            /* Sub Menu */
        }

.sidemenu {
    padding: 40px 100px;
}

    .sidemenu nav ul li {
        border-bottom: 1px solid;
    }

nav ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

    nav ul li a:hover {
    }

    nav ul li a .fa {
        width: 16px;
        text-align: center;
        margin-right: 5px;
        float: right;
    }

nav ul ul {
}

nav ul li ul li a {
    padding: 10px 20px;
}

    nav ul li ul li a:hover {
    }

.sidewrap {
    background: #d9edfa;
}

.sidebar {
    background: #d9edfa;
    height: 100%;
    /* position: fixed; */
    overflow: hidden !important;
}

p {
    margin-bottom: 25px;
    font-size: 18px;
}

.smal-container .col-md-12 {
    margin-bottom: 50px;
}

    .smal-container .col-md-12:last-child {
        margin-bottom: 20px;
    }

.parent > li a {
    padding: 15px 0;
}

#sidebar nav ul li a {
    border-bottom: 1px solid #707070;
    padding: 20px 0;
}

#sidebar nav ul li ul li a {
    margin: 0px auto;
    border-bottom: 0px solid #171717;
    padding: 10px 0 10px 25px;
    position: relative;
}

    #sidebar nav ul li ul li a:hover {
        background-color: #ffffff;
    }
/* #sidebar nav ul li ul li{list-style: inside disc; list-style-position: center center;} */
.backlink {
    position: relative;
}

    .backlink span {
        position: absolute;
        left: 30%;
    }

#sidebar .menu {
    padding: 75px 100px;
}

.payform {
    margin-top: 36px;
    margin-bottom: 120px;
    padding: 0;
}

.main h2 {
    text-align: center;
}

.caret::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: #000 transparent transparent transparent;
    margin-left: auto;
    margin-right: auto;
}

.caret::after {
    content: '';
    display: block;
    clear: both;
    margin-top: 23px;
}

nav > ul > li > a::after {
    position: absolute;
    top: 10px;
    right: 10px;
}

nav > ul > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.nav-link {
    text-transform: uppercase;
}
/*calendar */

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-weight: 400;
    color: #78909C;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

    .ui-datepicker-calendar tbody td a {
        display: block;
        border-radius: 0.25rem;
        line-height: 2rem;
        transition: 0.3s all;
        color: #546E7A;
        text-decoration: none;
    }

        .ui-datepicker-calendar tbody td a:hover {
            box-shadow: #42A5E4 0px 2px 8px 0px;
            background-color: #42A5E4;
            color: #fff;
        }

        .ui-datepicker-calendar tbody td a.ui-state-active {
            box-shadow: #42A5E4 0px 2px 8px 0px;
            background-color: #42A5E4;
            color: white;
        }

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

    .ui-datepicker-header a.ui-corner-all:hover {
        background-color: #ECEFF1;
    }

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a > span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
}

.pg-contents {
    margin-top: 115px;
}

.smal-container {
    width: 675px;
    margin: 0 auto;
}

.main-container {
    padding: 75px 0 45px;
}

.smal-container h1 {
    margin-bottom: 95px;
}
/*Footer*/
ul.social-links li a {
    text-decoration: underline;
    font-size: 18px;
    font-family: 'Futura PT Book';
}

    ul.social-links li a:hover {
        text-decoration: none;
    }

.stay-touch {
    display: flex;
}

footer {
    background-color: #D9EDFA;
    padding: 75px 0 10px;
}

    footer i {
        font-size: 18px;
    }

.copyright {
    text-align: center;
    margin-top: 30px;
}

footer h4 {
    font-size: 21px;
    font-family: 'Futura PT Medium';
}

footer p {
    font-size: 18px;
    font-family: 'Futura PT Book';
}

.stay-touch li a {
    margin: 0 20px 0 0;
    background-color: #FFFFFF;
    display: inline-block;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.loginpg button {
    width: 260px;
    margin: 45px auto auto auto;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}

.accordion-body {
    font-family: 'Futura PT Book';
    font-size: 21px;
}

.upload-docs h4 img {
    margin-right: 15px;
    position: relative;
    top: -5px;
}

.upload-docs h4 {
    font-size: 22px;
    font-family: 'Futura PT Book';
}
/*login 2*/
.claim-portal-box {
    background-color: #D9EDFA;
    padding: 30px;
}

.cp-box {
    text-align: center;
    background-color: #D9EDFA;
    min-height: 355px;
    padding: 43px 0px 40px;
    margin: 16px 0;
    border-radius: 15px;
}

    .cp-box h4 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Futura PT Book';
    }

    .cp-box p {
        font-size: 18px;
        margin-bottom: 0;
        font-family: 'Futura PT Book';
    }

    .cp-box img {
        margin-bottom: 28px;
    }

    .cp-box button {
        margin-top: 45px;
        width: 260px;
    }

    .cp-box a {
        margin-top: 45px;
    }

.cp-box-wraper .col-md-4 {
    padding: 0 7.5px;
}

.img-box {
    height: 117px;
    display: block;
}

.cp-box-wraper {
    margin-bottom: 71px;
}

.cp-box-wraper h1 {
    margin-bottom: 25px;
}
/*calendar*/

/*Claim Summary*/
.sidebar nav ul li img {
    margin-right: 12px;
    width: 30px;
    float: left;
    margin-top: -5px;
}

.back-btn {
    margin-top: 15px;
    display: inline-block;
    left: 0;
    font-size: 14px;
    text-transform: uppercase;
}

    .back-btn i {
        margin-right: 7px;
    }

.claim-summary-pg h1 {
    position: relative;
    top: 50px;
}

.claim-summary-pg .icon-question {
    right: 80px;
}

.claim-summary-contents {
    padding: 0 80px 210px;
    margin-top: 115px;
}

    .claim-summary-contents h4 {
        border-bottom: 1px solid #707070;
        padding-bottom: 23px;
        font-size: 21px;
        margin-bottom: 0;
        font-family: 'Futura PT Medium';
    }

    .claim-summary-contents h5 {
        font-size: 18px;
        text-transform: uppercase;
        color: #757575;
        font-family: 'Futura PT Book';
    }

    .claim-summary-contents p {
        font-size: 16px;
        font-family: 'Futura PT Book';
    }

.cs-container .row .col-md-4 {
    margin: 25px 0 42px;
}

.cs-details .row {
    margin: 25px 0;
}

.terms {
    font-family: 'Futura PT Book';
    color: #757575;
    font-size: 14px;
}

/*Claim Status*/
.file-upload .card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 600px;
    height: 260px;
    background-color: #ffffff;
    padding: 10px 30px 40px;
}

    .file-upload .card h3 {
        font-size: 22px;
        font-weight: 600;
    }


.file-upload .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.file-upload .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.file-upload .btn {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    width: 260px;
    margin: 0 auto;
    height: 47px;
}

    .file-upload .btn:hover {
        text-decoration: none;
        color: #ffffff;
        padding: 10px 20px;
        border: none;
    }

.file-upload .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}

.drop_box {
    text-align: center;
    margin-bottom: 30px;
}

.call-back {
    background-color: #42A5E4 !important;
    border-radius: 7px !important;
}



/* Progress Bar CSS */
#form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #form fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.finish {
    text-align: center
}

#form fieldset:not(:first-of-type) {
    display: none
}

#form .pre-step {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    margin-right: 15px;
}

.next-step {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.form, .pre-step {
    background: #616161;
    box-shadow: #616161 0px 2px 8px 0px;
    border-radius: 7px !important;
}

.form, .next-step {
    background: #42A5E4;
    box-shadow: #42A5E4 0px 2px 8px 0px;
    border-radius: 7px;
}

#form .pre-step:hover {
    background: #616161;
    box-shadow: #616161 0px 2px 8px 0px;
    border-radius: 7px !important;
}

#form .pre-step:focus {
    background: #616161;
    box-shadow: #616161 0px 2px 8px 0px;
    border-radius: 7px !important;
}

#form .next-step:hover {
    background-color: #42A5E4
}

#form .next-step:focus {
    background-color: #42A5E4
}

.text {
    color: red;
    font-weight: normal
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 750px;
}

    #progressbar .active {
        color: #42A5E4
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 16%;
        float: left;
        position: relative;
        font-weight: 400
    }

.progressbar strong {
    font-weight: normal !important;
    font-size: 16px;
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

#progressbar #step3:before {
    content: "3"
}

#progressbar #step4:before {
    content: "4"
}

#progressbar #step5:before {
    content: "5"
}

#progressbar #step4:before {
    content: "6"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before {
    background: #42A5E4;
    box-shadow: #42A5E4 0px 2px 8px 0px;
}

#progressbar li.active:after {
    background: #42A5E4
}

#progressbar li.active:after {
    background: #42A5E4
}

.PortalH2 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 10;
    padding: 10 color: red;
}

.progress {
    height: 20px
}

.pbar {
    background-color: #42A5E4
}

.content-box {
    border: 1px solid #DDDDDD;
    min-height: 255px;
}

.pre-loss-validation p {
    font-size: 30px;
    font-family: 'Futura PT Medium';
}

.ays-boxes h4 {
    background-color: #DDDDDD;
    color: #333333;
    font-family: 'Futura PT Book';
    margin-bottom: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
}

.ays-boxes {
    padding: 0 80px;
}

    .ays-boxes .row {
        margin-top: 50px;
    }


.pre-loss-validation {
    height: 100%;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settle-claim .cp-box h4 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Futura PT Book';
}

.settle-claim button {
    margin-top: 0px;
    width: 200px;
}

.settle-claim .cp-box {
    min-height: auto;
    padding: 35px 0px 30px;
}

.settle-claim .img-box {
    height: 100px;
}

.settle-claim h1 {
    margin-bottom: 110px;
}

.settle-claim {
    padding: 0 83px;
}


.collection-wraper {
    padding: 0 200px;
    margin-top: 110px;
}

.smal-content-wraper {
    padding: 0 200px;
    margin-top: 110px;
}

    .smal-content-wraper .payform {
        margin-top: 30px;
    }

    .smal-content-wraper h4 {
        padding: 0;
        margin: 0;
    }

.collection-wraper h4 {
    margin: 15px 0;
    padding: 0;
    font-family: 'Futura PT Medium';
}

.collection-wraper .btn-primary {
    width: 260px;
    margin: 50px auto auto auto;
}

.datepicker span {
    padding: 0;
}

.datepicker {
    margin-top: 50px;
}

.dropdown-btn {
    border: 1px solid #DDDDDD;
    text-align: left;
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    font-family: 'Futura PT Book';
}

    .dropdown-btn:hover {
        border: 1px solid #DDDDDD;
        text-align: left;
    }

.dropdown-menu {
    width: 100%;
}

.dropdown-toggle::after {
    right: 15px;
    position: absolute;
}

.dropdown {
    margin: 0;
    padding: 0;
}

.dropdown-btn {
    display: flex;
    align-items: center;
    color: #8a8a8a;
}


.contact-contents {
    margin: 110px 0;
}

.upload-docs-wraper {
    margin-top: 110px 0px;
}

.upload-docs {
    background-color: #D9EDFA;
    border-radius: 7px;
    margin: auto auto auto auto;
    padding: 40px 0;
    text-align: center;
    width: 800px;
}


.file-upload {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    .file-upload .file-select {
        display: block;
        color: #ffffff;
        cursor: pointer;
        text-align: left;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            border-radius: 7px;
            border: 1px solid #42A5E4;
            box-shadow: #42A5E4 0px 2px 8px 0px;
            background-color: #42A5E4;
            padding: 0 10px;
            display: inline-block;
            width: 260px;
            line-height: 40px;
            text-align: center;
        }

        .file-upload .file-select .file-select-name {
            display: inline-block;
            padding: 0 10px;
            color: #333333;
        }

        .file-upload .file-select:hover {
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background-color: #42A5E4;
                border: 1px solid #42A5E4;
                font-weight: bold;
                box-shadow: #42A5E4 0px 2px 8px 0px;
            }

.justify-center {
    display: flex;
    justify-content: center;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .file-upload.active .file-select .file-select-button {
        background: #3fa46a;
        color: #FFFFFF;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

.file-upload .file-select input[type=file] {
    z-index: 100;
    font-family: 'Futura PT Book';
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

    .file-upload .file-select.file-select-disabled:hover {
        cursor: default;
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        margin-top: 5px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select.file-select-disabled:hover .file-select-button {
            background: #dce4ec;
            color: #666666;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select.file-select-disabled:hover .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

.ud-page .btn-primary {
    width: 260px;
    margin: 50px auto auto auto;
}

.claims-portal .col-md-12 {
    margin: 30px 0;
}

    .claims-portal .col-md-12 label {
        margin-bottom: 7px;
    }

.claims-portal .payform {
    margin-bottom: 30px;
}

.payform fieldset label {
    font-size: 16px;
    color: #757575;
    font-family: 'Futura PT Book';
}

.claims-portal .btn-primary {
    width: 260px;
    margin: 0 auto;
}

.claims-portal {
    margin-bottom: 100px;
}

.copyright p {
    font-size: 16px;
    font-family: 'Futura PT Book';
}

@media (min-width: 992px) {
    .navbar-collapse {
        flex-basis: auto !important;
        flex-grow: unset !important;
    }
}

@media screen and (max-width:1200px) {
    .progress-wraper {
        overflow-x: scroll;
    }

    .sidebar {
        width: 100%;
    }

    .drop_box {
        width: 100%;
    }

    .cp-box-wraper .col-md-4 {
        width: 100%;
    }

    .collection-wraper {
        padding: 0 60px 50px;
    }
}

@media screen and (max-width:1024px) {
    .contact-contents .btn-primary {
        width: 85%;
        margin-top: 10px;
    }

    .contact-contents .cp-box {
        min-height: auto;
    }

    .faq-contents {
        padding: 0 25px;
    }

    #sidebar .menu {
        padding: 25px 25px;
    }

    .navbar-brand img {
        width: 125px;
    }

    .smal-container p {
        margin-bottom: 8px;
    }

    .drop_box {
        width: 100%;
        display: flex;
    }

    .cp-box {
        padding: 43px 15px 40px;
    }

    .file-upload .btn {
        margin-top: 4px;
    }

    h1 {
        font-size: 18px;
    }

    .smal-content-wraper {
        padding: 0 50px;
    }
}

@media screen and (max-width:768px) {
    .settle-claim {
        padding: 0 83px 50px;
    }

    .container-fluid .pl0 {
        padding-right: 0 !important;
    }

    .back-btn {
        left: 27px;
    }

    footer {
        padding: 40px 15px 10px;
    }

        footer .container {
            max-width: 100%;
        }

        footer h4 {
            margin-bottom: 15px;
        }

        footer .col-md-3 {
            margin-top: 25px;
        }

    .stay-touch li a {
        width: 35px;
        height: 35px;
    }

        .stay-touch li a img {
            width: 16px;
        }

    .stay-touch li:first-child a img {
        width: 9px;
    }

    .contact-contents .btn-primary {
        width: 260px;
    }

    .container {
        max-width: 100%;
    }

    .smal-container .col-md-12 {
        margin-bottom: 25px;
    }

    .smal-container h1 {
        margin-bottom: 45px;
    }

    .smal-container {
        max-width: 100%;
    }

    .main-container {
        padding: 35px 0 45px;
    }

    .cp-box {
        padding: 43px 15px 40px;
        width: 85%;
        margin: 0 auto 20px auto;
    }

    .claim-summary-contents p {
        margin-bottom: 0;
    }

    .claim-summary-contents .row .col-md-4 {
        margin: 15px 0 15px;
    }

    .claim-summary-contents {
        padding: 0 25px 25px;
        margin-top: 90px;
    }

    .cs-details .col-md-6 {
        padding: 0;
        margin-bottom: 25px;
    }

    .file-upload .btn {
        font-size: 13px !important;
    }

    .drop_box .file-name {
        font-size: 13px !important;
        width: 100%;
    }

    .drop_box {
        width: 80%;
        display: flex;
        margin: 20px auto;
    }

    .claim-summary-pg h1 {
        font-size: 18px;
    }

    .back-btn {
        margin-top: 0;
    }

    .icon-question {
        right: 20px !important;
        top: -7px;
    }

    .payform fieldset {
        border: 0;
    }

        .payform fieldset label {
            width: 100%;
            color: #333333;
        }

    .payform fieldset {
        padding: 0;
    }

        .payform fieldset input {
            width: 100%;
            border: 1px solid #e7e7e7;
            border-radius: 7px;
            padding: 10px 15px;
            height: 55px;
            margin-top: 5px;
        }

    .payform {
        margin-bottom: 0;
    }
}

@media screen and (max-width:640px) {
    .drop_box {
        display: inherit;
    }

        .drop_box .file-name {
            border: 0;
            text-align: center;
        }

    .file-upload .btn {
        border-radius: 7px;
    }
}

.nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.nav-item {
    transform: translate(0,50%);
}

.nav-link {
    display: block;
    /* padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); */
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:hover {
    color: black;
    font-weight: bold;
}

.SummaryHeading {
    font-family: 'Futura PT Book';
    font-size: 18px;
    text-transform: uppercase;
}

.SummaryDetail {
    font-family: 'Futura PT Book';
    font-size: 16px;
}

.drop_box .file-name {
    font-family: 'Futura PT Book';
    color: #757575;
    border-radius: 7px 0px 0px 7px;
    padding: 10px;
    margin-right: -5px;
    height: 47px;
    display: inline-block;
    width: 300px;
    text-align: left;
    font-weight: lighter;
    margin-top: 4px;
}

@media screen and (min-width:1040px) {
    .StatusPrompt {
        border: 1px solid #DDDDDD;
        border-left: 0px;
        border-radius: 0px 7px 7px 0px;
        padding: 14px;
    }

    .drop_box .file-name {
        border: 1px solid #DDDDDD
    }
}

.StatusHeading {
    border-right: 0px;
}

.Label-Head{
    font-family:'Futura PT Book';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.PaymentHeading {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 6px 20px;
    display: inline;
}

.PaymentLabel {
    width: 45%;
    font-family:'Futura PT Book';
}

.PaymentInput {
    border-left: 1px solid #e7e7e7;
    width: 45%;
    background: transparent!important;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    box-shadow: none;
    font-family:'Futura PT Book';
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 18px;
    border-bottom: 1px solid;
}


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}


@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }



.accordion-button:focus {
    color: #130F0C;
}

.accordion-button:visited {
    color: #130F0C;
}

.accordion-button:hover {
    color: #130F0C;
}

.accordion-button {
    --bs-accordion-btn-focus-border-color: #130F0C !important;
}

.faq-contents {
    margin: 110px 67px 110px 0px;
    margin-left: 0px;
    padding-right: 75px;
    margin-left: 0;
    padding-left: 0;
}

    .faq-contents .accordion-button {
        padding: 15px 0;
        font-family: 'Futura PT Book';
        font-size: 21px;
    }

.accordion-button::after {
    background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.track-label {
    font-size: 20px;
    height: 40px;
    padding: 0 15px 0 45px;
    text-align: center;
    font-family: "Futura PT Book";
    border: 0px;
}


.track-heading {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Futura PT Book";
    line-height: 32px;
    padding: 0 15px 0 0;
    float: left;
    max-width: 230px;
}

.Bigdatepicker .ui-datepicker-title
{
    font-size: 15px;
}

.Bigdatepicker .ui-state-default {
    font-size: 15px;
}

.Bigdatepicker th {
    font-size: 15px !important
}

@font-face {
    font-family: 'Karla';
    src: url('../Fonts/Karla-BoldItalic.ttf') format('truetype');
    src: url('../Fonts/Karla-Bold.ttf') format('truetype');
    src: url('../Fonts/Karla-Italic.ttf') format('truetype');
    src: url('../Fonts/Karla-Regular.ttf') format('truetype');
}

.modal-title {
    font-family:'Futura PT Book';
}

.Bigdatepicker td.ui-datepicker-unselectable.ui-state-disabled {
    color: #dbdbdb;
}

#BotImageUpload {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: none;
}

.avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 5px 5px;
    display: flex;
    justify-content: center;
}

.avatar-upload-solo {
    position: relative;
    max-width: 205px;
    margin: 5px auto;
}

#ImageLabel {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 30%;
    border: 6px solid #f1eded;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #cdcdcd;
}

.avatar-preview-solo {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 30%;
    border: 6px solid #f1eded;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #cdcdcd;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.imagePreview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    border-radius: 30%;
    background-color: #c0c0c0;
}

.avatar-edit:active {
    border: 1px solid black;
    border-color: #d6d6d6;
    border-radius: 100%;
}

.avatar-edit:hover {
    border: 1px solid black;
    border-color: #d6d6d6;
    border-radius: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#videoOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Jewellery Items - JewelleryPhotoText and JewelleryLossImages CSS */
.jewellery-items-imgs, .damaged-jewellery {
    padding: 2px 2px;
}

#img-bracelet, #img-ring-2, #img-other {
    width: 20%;
}

#img-earring {
    width: 21%;
}

#img-earring-2 {
    width: 22%;
}

#img-ring {
    width: 27%;
}

#img-watch, #ring-loss-img, #earrings-loss-img, #bracelet-loss-img {
    width: 26%;
}

.damaged-jewellery {
    width: 20%;
}

#watch-loss-img, #other-loss-img {
    width: 29%;
}

#ring-loss-img-2, #watch-loss-img-2, #earrings-loss-img-2, #bracelet-loss-img-2, #other-loss-img-3 {
    width: 20%;
    padding: 2px 2px;
}

#other-loss-img-2 {
    width: 26%;
    padding: 2px 2px;
}

a.video-link, a.text-link {
    color: blue;
    text-decoration: underline;
}

/* Flooring/Furniture CSS */

#img-flooringPerspective,
#img-furniturePerspective,
#img-floorPerspective,
#img-coinPushCarpet,
#img-flooringDamagedWaistHeight,
#img-peelBack,
#img-furnitureDamagedWaistHeight,
#img-furnitureLabels {
    width: 40%;
}

/* Privacy Policy CSS */
.privacy-policy-intro {
    margin-left: 25px;
    margin-right: 25px;
}

#collapses1 li,
#collapses2 li,
#collapses3 li,
#collapses6 li,
#collapses7 li {
    font-size: 16px;
    margin-top: 15px;
}

#collapses1 li i,
#collapses2 li i,
#collapses3 li i,
#collapses6 li i,
#collapses7 li i {
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}

#collapses2 li a,
#collapses6 li a,
#collapses7 li a {
    color: #0AA7E0;
}

.accordian-item-span {
    display: block;
    padding-left: 30px;
}

.accordian-item-a {
    display: block;
}

.accordian-item-text {
    float: left;
}


/* End of Privacy Policy CSS */
