﻿@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;
}

.BotDatepicker .ui-datepicker-year {
    display: none !important;
}

.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: 'Karla-Bold', 'dosisbold';
}

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;
    box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.1);
}

.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: #A1DDF2;
    -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;
    box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
}

    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;
}
.ConversationHistoryBox {
    height: 400px!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;*/
    }

    .middlebox span {
        left: 23px;
        position: absolute;
        top: 15px;
        color: #002a5f;
    }

.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;
}

.boxes:hover {
    -webkit-box-shadow: 0 1px 18px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 18px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 18px -2px rgba(0, 0, 0, 0.5);
}

.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;
    border: #ddd 1px solid;
}

    .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;
}

@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: #E7F1FD!important;
    }
    .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: 16px;
    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: #11B2F0;
}

#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: #f9ebd9;
    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 #11B2F0;
}

#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: #04CA41;
    border: 2px solid #04CA41;
}

#checkout-progress .pg-bar .step.done .step-label {
    color: #32be07;
}

#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: capitalize;
    font-size: 16px;
    font-family: 'Karla', "dosismedium";
    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: #56A1D5;
    }

.payexcess .middlebox .textBox {
    font-size: 20px;
    height: 40px;
    padding: 0 15px 0 45px;
    text-align: center;
    font-family: 'Karla-Bold', 'dosisbold';
}

.payexcess .middlebox {
    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;
}

.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;
    background: #e4f2fd;
    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: #fff;
        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 {
        float: right;
        line-height: 30px;
    }

    .sideNav ul li a:hover, .sideNav ul li.active a {
        background: #0285BB;
    }

.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;
    padding-left: 230px;
    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; 
    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 );
}

.grd_border {border:rgba(255,255,255,0.5) 1px solid; padding:15px;}
.logbox {position:relative;}
.logbox span{color:#fff}
.logbox .textBox {
	background: rgba(255,255,255,1) !important;
	height: 40px;
	margin-top:5px;
}
.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%; max-width:480px; 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);
}
.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%; max-width:480px; 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
}
.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 {
    padding: 4px 8px;
    font-size: 16px;
    width: 90%;
}

.ddlPoliceForce option {
    font-size: 24px;
}

.bastionImg {
    min-width: 60%;
    max-width: 100%;
}