@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css');


body {
    font-family: 'PT Sans', sans-serif;
    overflow-x: hidden;
}

i {
    font-size:1.75rem;
    color:black;
    margin-right:10px;
}

.hrefdisable {
    pointer-events: none;
    cursor: pointer;
}

.btn-primary {
    border-radius: 5px;
    border-color: #2b5a80 !important;
    color: #ffffff !important;
    background: #2b5a80;
}
.row{
    padding-bottom:2px !important;
}

.btn-primary-width {
    width: 5rem;
    border-radius: 5px;
    border-color: #2b5a80 !important;
    color: #ffffff !important;
    background: #2b5a80;
    margin-right:10px!important;
}
.btn-primary:hover {
        background-image: linear-gradient(to left, #2b388c, #2b5a80) !important;
        color: #ffffff !important;
        border-color: linear-gradient(to left, #2b388c, #2b5a80) !important;
    }

.topBar {
    background-color: #f3f4f4;
    padding: 10px;
}

    .topBar ul {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
        justify-content: flex-end;
    }

        .topBar ul li {
            list-style: none;
        }

            .topBar ul li a {
                text-decoration: none;
                color: #002a44;
                font-size: 14px;
            }

.navbar {
    position: relative;
    padding: 10px;
    background: white;
    box-shadow: 9px 34px 15px 0px #d5d5d529;
}

    .navbar .navbar-toggler.collapsed {
        border: 1px solid #9C27B0;
        outline: none;
        flex-direction: column;
        gap: 6px;
        align-items: end;
        padding: 8px 10px;
        height: 40px;
        transition: all ease .5s;
    }

    .navbar .navbar-toggler {
        border: 1px solid #9C27B0;
        outline: none;
        flex-direction: column;
        gap: 6px;
        align-items: end;
        padding: 8px 10px;
        height: 40px;
        justify-content: center;
        transition: all ease .5s;
    }

        .navbar .navbar-toggler.collapsed span.togler1 {
            width: 30PX;
            height: 3PX;
            background: #de80ee;
            display: block;
            transition: all ease .5s;
            transform: rotate(0deg);
        }

        .navbar .navbar-toggler.collapsed span.togler2 {
            width: 20PX;
            height: 3PX;
            background: #9860d9;
            display: block !important;
            transition: all ease .5s;
        }

        .navbar .navbar-toggler.collapsed span.togler3 {
            width: 30PX;
            height: 3PX;
            background: #39308f;
            display: block;
            transition: all ease .5s;
            transform: rotate(0deg);
        }

        .navbar .navbar-toggler span.togler2 {
            display: none;
            transition: all ease .5s;
        }

        .navbar .navbar-toggler span.togler1 {
            transform: rotate(45deg);
            transition: all ease .5s;
            width: 30PX;
            height: 3PX;
            background: #de80ee;
            display: block;
        }

        .navbar .navbar-toggler span.togler3 {
            transition: all ease .5s;
            transform: rotate(315deg);
            width: 30PX;
            height: 3PX;
            background: #39308f;
            display: block;
        }

        .navbar .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
            transition: all ease-in-out .5;
        }

.navbar-nav {
    gap: 30px;
    position: relative;
}

.nav-item {
}

.navbar-nav .nav-item .nav-link.active {
    border-bottom: 3px solid #002a44;
}

.navbar-nav .nav-item .nav-link {
    color: #2b388c;
    font-weight: 600;
}

    .navbar-nav .nav-item .nav-link span {
        width: 20px;
        height: 20px;
        background: #ffc107;
        position: absolute;
        right: -13px;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
        border-radius: 50%;
    }

.bredcrumb {
    background: #f0f6fb;
    padding: 5px;
}

ol.breadcrumb {
    margin-bottom: 0;
}

    ol.breadcrumb a {
        text-decoration: none;
        font-size: 13px;
    }

.bredcrumb ol.breadcrumb .breadcrumb-item.active {
    font-weight: 600;
    color: #2b388c;
}

.modal-body-danger {
    margin-bottom:0px!important;
}

.modal-footer-danger {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.PaymentFailPanel {
    background: #ff4d4d;
    padding: 5px;
}
.PaymentRightIcon {
    font-size: 15px;
    /*padding:10px*/
    margin-right: 3px;
}

.PaymentPanelClose {
    border: none;
    background-color: #ff4d4d;
}

.PaymentRightIconNotification {
    font-size: 12px;
    margin-right:0px;
}

.BannerBox {
    background-image: url(../images/truck.jpg);
    padding: 150px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
}

    .BannerBox:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 200px;
        left: 0;
        bottom: -1px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/bannerOverlay.png);
    }

.pageTitlePanel .content p {
    font-size: 14px;
}

.pageTitlePanel {
    position: relative;
    margin-top: -80px;
}

    .pageTitlePanel .content {
    }

        .pageTitlePanel .content h1 {
            color: #00263e;
            font-weight: 700;
        }





.footer {
    padding: 5px;
    background: #ebf0f5;
}

    .footer .footerContent {
        position: relative;
        padding: 30px;
    }

        .footer .footerContent .footerLogo {
        }

        .footer .footerContent .footerLinks {
        }

            .footer .footerContent .footerLinks h3 {
                font-size: 24px;
                font-weight: 700;
                color: #2b5a80;
            }

            .footer .footerContent .footerLinks .contactDetails {
                display: flex;
                width: 100%;
                gap: 30px;
            }

                .footer .footerContent .footerLinks .contactDetails .links {
                    display: flex;
                    flex-direction: column;
                    min-width: 150px;
                }

                    .footer .footerContent .footerLinks .contactDetails .links a {
                        font-size: 15px;
                        font-weight: 700;
                        color: #2b5a80;
                        text-decoration: none;
                    }

                    .footer .footerContent .footerLinks .contactDetails .links span {
                        display: block;
                        font-size: 14px;
                        font-weight: 500;
                        color: #939393;
                    }


.socialIcon {
    background: #ebebeb;
}

    .socialIcon .socialLinks {
        color: #2b5a80;
        padding-bottom: 1px;
        padding-top: 30px;
    }

        .socialIcon .socialLinks ul {
            border-top: 1px solid #6facde;
            padding-top: 20px;
        }

            .socialIcon .socialLinks ul li {
                display: inline-block;
                margin: 0 10px 10px 0;
            }

                .socialIcon .socialLinks ul li a {
                    color: #2b5a80;
                    width: 30px;
                    height: 30px;
                    display: block;
                    border: 1px solid #2b5a80;
                    border-radius: 30px;
                    text-align: center;
                }

                    .socialIcon .socialLinks ul li a:hover {
                        background-color: #2b5a80;
                    }

                        .socialIcon .socialLinks ul li a:hover svg {
                            fill: #fff;
                        }

                    .socialIcon .socialLinks ul li a svg {
                        fill: #2b5a80;
                    }

.footer-base-outer-cont {
    background: #f3f4f4;
    color: #2b5a80;
    font-size: .875em;
}

.footer-base-nav {
    position: relative;
}

nav.footer-base-nav ul {
    margin-bottom: 1.875em;
    margin-top: 1.875em;
    list-style-type: none;
    /* padding: 0; */
}

    nav.footer-base-nav ul li {
        display: inline-block;
        margin-right: 1em;
    }

        nav.footer-base-nav ul li a {
            color: #2b5a80;
            font-size: .875em;
            font-weight: 400;
            line-height: 1.71;
            text-decoration: none;
        }

.footer-copy {
    font-size: .875em;
    font-weight: 400;
    line-height: 1.71;
    margin-bottom: 2.125em;
    margin-top: 2.125em;
    text-align: right;
}

.card-text-bottom {
    position: sticky;
    top: 100%;
}

.div-text-center {
    position: sticky;
    top: 55%;
}


@media (min-width: 120px) and (max-width: 575px) {
    .btn-secondary-align {
        float: left !important;
    }

}


    @media (min-width:320px) and (max-width:767px) {
        .navbar .navbar-toggler {
            display: flex;
        }

        .topBar {
            background-color: #f3f4f4;
            padding: 2px;
        }

        .BannerBox {
            height: 300px;
        }

            .BannerBox:before {
                position: absolute;
                content: "";
                width: 100%;
                height: 156px;
                left: 0;
                bottom: -1px;
                background-repeat: no-repeat;
                background-size: cover;
                background-image: url(../images/bannerOverlay.png);
            }

        .pageTitlePanel .content p {
            font-size: 13px;
        }

        .coveragePanel .coverageBox .coverageBody {
            position: relative;
            padding: 10px;
        }

            .coveragePanel .coverageBox .coverageBody .cardBox {
                background: #fff;
                position: relative;
                margin-bottom: 20px;
            }

        .coveragePanel {
            position: relative;
            padding: 20px 0;
        }

        .footer .footerContent .footerLinks {
            margin-top: 30px;
        }

        .socialIcon .socialLinks {
            color: #2b5a80;
            padding-bottom: 1px;
            padding-top: 20px;
        }

            .socialIcon .socialLinks ul {
                border-top: 1px solid #6facde;
                padding-top: 20px;
                margin-bottom: 0;
            }

        .footer .footerContent {
            position: relative;
            padding: 0px;
        }

            .footer .footerContent .footerLinks .contactDetails {
                flex-direction: column;
            }

        .footer-copy {
            text-align: center;
        }
    }

    @media (min-width:768px) and (max-width:991px) {
        .navbar .navbar-toggler {
            display: flex;
        }
    }

    @media (min-width:580px) {
    }

    .jumbotronU {
        padding-top: 15px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        background-color: #E0EAF7 !important;
        border-radius: 6px;
    }

    .ajg-explore-card {
        background: #fff;
        border-bottom: 3px solid #F0B323;
        -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
        border-radius: 4px;
    }

.coverage:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>") !important;
}

.FAQ::after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

/*#FAQ::after {
    background-image: none;
}*/

.FAQ:not(.collapsed)::after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

    .accordion-header {
        padding-bottom: 8px !important;
    }

    .card {
        height: 100% !important;
    }

    .accordion-item {
        --bs-accordion-border-color: transparent !important;
    }

    .btn-secondary {
        --bs-btn-padding-x: 0.30rem !important;
        --bs-btn-padding-y: 0.205rem !important;
        border-color: #2b5a80 !important;
        color: #ffffff !important;
        background: #2b5a80;
    }
.btn-secondary-align {
    float:right;
}

.cartDisabled {
    pointer-events: none;
    opacity: 0.6; /* You can adjust the opacity to make it appear disabled */
}


    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

.accordion-button {
    background-color: #0075bc !important;
    color: white;
}

        .accordion-button:not(.collapsed) {
            color: white !important;
        }

    .accordion-body {
        background-color: #F1F7FC !important;
    }


    .spansize14 {
        font-size: 14.0pt !important;
    }

    .spansize16 {
        font-size: 16.0pt !important;
    }

    .spansize18 {
        font-size: 18.0pt !important;
    }

    a,
    a i {
        cursor: pointer;
    }

    hr {
        margin: 0.2em auto;
    }
@media (min-width:320px) and (max-width:767px){
    .navbar .navbar-toggler {
        display: flex;
   }
    .topBar {
        background-color: #f3f4f4;
        padding: 2px;
   }
    .BannerBox {
        height: 600px;
   }
    .BannerBox:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 156px;
        left: 0;
        bottom: -1px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/bannerOverlay.png);
   }
    .pageTitlePanel .content p {
        font-size: 13px;
   }
    .coveragePanel .coverageBox .coverageBody {
        position: relative;
        padding: 10px;
   }
    .coveragePanel .coverageBox .coverageBody .cardBox {
        background: #fff;
        position: relative;
        margin-bottom: 20px;
   }
    .coveragePanel {
        position: relative;
        padding: 20px 0;
   }
   .footer .footerContent .footerLinks {
    margin-top: 30px;
}
.socialIcon .socialLinks {
    color: #2b5a80;
    padding-bottom: 5px;
    padding-top: 15px;
}
.socialIcon .socialLinks ul {
    border-top: 1px solid #6facde;
    padding-top: 10px;
    margin-bottom: 0;
}
   .footer .footerContent {
    position: relative;
    padding: 0px;
}
   .footer .footerContent .footerLinks .contactDetails {
    flex-direction: column;
}
.footer-copy {
    text-align: center;
}
}
@media (min-width:768px) and (max-width:991px){
    .navbar .navbar-toggler {
        display: flex;
   }
}

@media only screen and (min-width:768px) {
    
    .loginformcard {
        margin-top: -320px;
    }

    .textcard {
        margin-top: -140px;
        background-color: transparent;
    }

    .registrationcard {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:1400px) {
    .coveragetextcard {
        margin-top: -145px;
    }

    .coveragecard {
        margin-top: -130px;
    }
}

@media only screen and (min-width:1400px){
    .coveragetextcard {
        margin-top: -20px;
    }

    .coveragecard {
        margin-top: -20px;
    }
}


@media only screen and (max-width:768px) {
    .registrationcard {
        width: 75%;
        margin-top: 20px;
    }

    .textcard {
        margin-top: -135px;
        background-color:transparent;
    }

}

@media only screen and (max-width:576px) {
    .coveragecard1 {
        margin-top: -75px;
        position: relative;
    }
}

    #requiredemail {
        font-weight: bold;
        margin-bottom: 5px;
    }

    #requiredpassword {
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .forgotpassword {
        margin-top: 5px;
    }

    .loginbtn {
        background-color: #2b5a80;
        color: white;
        margin-bottom: 5px;
        /* border-radius: 5%;*/
        width: 60%
    }

    .registerbtn {
        background-color: #2b5a80;
        color: white;
    }

    .mandatoryfield::after {
        content: "  *  ";
        color: red;
    }

    .registerlabel {
        color: #2b5a80;
        font-weight: bold;
    }

    .registertextbox {
        width: 100%;
        border-radius: 0%;
        border: 1px solid #2b5a80;
        height: 40px;
        padding: 10px;
    }

    .span.k-widget.k-dropdown.k-header.country-dropdownlist {
        background-color: white;
        border: 1px solid #2b5a80;
    }

        .span.k-widget.k-dropdown.k-header.country-dropdownlist.k-state-border-down {
            background-color: white;
        }

    .country-dropdownlist {
        width: 100% !important;
    }

    .k-header {
        width: 100% !important;
    }

    .registerbtn:hover, .registerbtn:focus, .registerbtn:active, .registerbtn.active, .open .dropdown-toggle.registerbtn {
        background-color: #2b5a80 !important;
        color: white !important;
    }

    .registrationtitle {
        margin-left: 10px;
        position: absolute;
        margin-top: -45px;
    }

    .registrationhr {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        margin-top: -55px;
    }

    .cardbgcolor {
        background-color: #e2eef8;
    }

    .logincontrol-label {
        color: #2b5a80;
        font-weight: bold;
        margin-top: 3px;
    }

    .indexcontrol-label {
        color: #2b5a80;
        font-weight: bold;
        margin-top: 3px;
    }

    .k-textbox.registertextbox:focus {
        border: 1px solid #2b5a80 !important;
    }

    .logincontrol-label::after {
        content: "  *  ";
        color: red;
    }

    .loginform-control {
        border: 1px solid #2b5a80;
        margin-top: 3px;
    }

    .indexform-control {
        border: 1px solid #2b5a80;
        margin-top: 3px;
    }

    .loginbtn:hover, .loginbtn:focus, .loginbtn:active, .loginbtn.active, .open .dropdown-toggle.loginbtn {
        background-color: #2b5a80 !important;
        color: white !important;
    }

    .makepaymentbtn, .makepaymentbtn:hover, .makepaymentbtn:focus, .makepaymentbtn:active, .makepaymentbtn.active, .open .dropdown-toggle.makepaymentbtnbtn {
        background-color: #2b5a80 !important;
        color: white !important;
        margin-top: 10px;
    }

    .k-textbox.registertextbox {
        width: 100%;
        border: 1px solid #2b5a80;
        height: 40px;
    }

    .indextitle {
        width: 100%;
        left: 0px;
        margin-top: -75px;
        position: absolute;
    }

    .logincheckbox {
        display: none;
    }

    .logincard-p {
        font-family: 'PT Sans', sans-serif;
    }

    .logincard {
        font-family: 'PT Sans', sans-serif;
    }

    .logincardheader {
        background-color: #e2eef8;
    }

    .profilelabel::before {
        content: "  :  ";
    }
.ajg-local-link:hover {
    color: #00263e;
    text-decoration: initial
}

.contactustitle:after {
    border-bottom: 1px solid #00263e;
    content: "";
    display: block;
    margin: 15px 0 5px;
    width: 60px
}

.ajg-content-container p {
    font-weight: 400;
    line-height: 1.87;
    margin-bottom: 1.875em;
    margin-top: 0;
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.ajg-content-container p strong {
    color: #04263e;
    font-weight: 700;
    line-height: 1.87;
}

.ajg-content-container h6 {
    font-size: .875em;
    font-weight: 700;
    line-height: 1.857;
    color: #00263e;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    margin: .2em 0 .5em;
    padding: 0;
}

.ajg-local-link {
    color: #2b5a80;
}

.listdiv ul {
    margin-bottom: 1.875em;
    margin-top: 0;
    margin: .75em 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.listdiv > ul > li {
    line-height: 1.7em !important;
    list-style: none;
}

    .listdiv > ul > li:before {
        color: #000;
        content: "\2022";
        display: inline-block;
        font-size: 1.16em;
        font-weight: 700;
        margin-left: -1em;
        width: 1em;
    }

@media (min-width: 320px) and (max-width: 767px) {
    .listdiv > ul > li:before {
        margin-left: -.8em;
        width: .8em;
    }

}

.profilelabel::before {
    content: "  :  ";
}

    .profiletitle {
        margin-left: 10px;
        position: absolute;
        margin-top: -70px;
    }

    .cancelpasswordbtn, .cancelpasswordbtn:hover, .cancelpasswordbtn:focus, .cancelpasswordbtn:active, .cancelpasswordbtn.active, .open .dropdown-toggle.cancelpasswordbtnbtn {
        background-color: white !important;
        color: #2b5a80 !important;
        margin-top: 10px;
    }

    .profilehr {
        position: absolute;
        margin-top: -35px;
    }

    @media only screen and (min-width:768px) {
        .setpasswordtitle {
            position: relative;
            margin-top: -120px;
        }

        .profilehr {
            position: relative;
            margin-top: -80px;
        }

        .setpasswordcard {
            width: 35%;
            margin-top: -120px;
        }

    }

    @media only screen and (min-width:768px) and (max-width:1500px) {
        .viewprofilecard {
            width: 65%;
            margin-top: -120px;
        }
    }

@media only screen and (min-width:768px) and (max-width:2400px) {
    .forgotpasswordcard {
        width: 45%;
        margin-top: -120px;
    }
}

@media only screen and (min-width:2400px) {
    .forgotpasswordcard {
        width: 45%;
        margin-top: -100px;
    }
}



    .contacttitlesection {
        margin-bottom: 1.5em;
        max-width: 1440px;
        position: relative;
        margin-top: -150px;
    }

    .termsofusetitlesection {
        margin-bottom: 1.5em;
        max-width: 1440px;
        position: relative;
        margin-top: -85px;
        margin-right: auto;
        width: 100%
    }

    .privacypolicytitlesection {
        margin-top: -230px;
        position: relative;
        margin-bottom: 1.5em;
        max-width: 1440px;
    }
    


@media only screen and (min-width:768px) and (max-width:1500px) {
    .viewprofilecard {
        width:65%;
        margin-top: -120px;
    }
}

    @media only screen and (min-width:1500px) {
        .viewprofilecard {
            width: 65%;
            margin-top: -100px;
        }
    }

    @media only screen and (max-width:768px) {
        .setpasswordtitle {
            position: relative;
            margin-top: -80px;
        }

        .profilehr {
            position: relative;
            margin-top: -40px;
        }

        .setpasswordcard {
            margin-top: -80px;
        }

        .forgotpasswordcard {
            margin-top: -80px;
        }

        .viewprofilecard {
            margin-top: -80px;
        }

        .contacttitlesection {
            margin-bottom: 1.5em;
            max-width: 1440px;
            position: relative;
            margin-top: -80px;
        }
    }

.coveragecardbody {
    background-color: transparent
}

.coveragecard2 {
    background-color: #6facde;
}

.coveragecard2header {
    background-color: #6facde;
    border-bottom: 2px solid black;
}

.coveragecard3 {
    border-radius: 0%;
    background-color: #8cbde5;
}

.coveragecard3header {
    background-color: #8cbde5
}

.FAQrow {
    position: relative;
    margin-top: -80px;
}

        .termsofusetitlesection {
            margin-bottom: 1.5em;
            max-width: 1440px;
            position: relative;
            margin-top: -80px;
            margin-right: auto;
            width: 100%
        }

        .privacypolicytitlesection {
            margin-top: -230px;
            position: relative;
            margin-bottom: 1.5em;
            max-width: 1440px;
        }
    

.contacttitlediv {
    padding-left: 30px;
    padding-right: 30px;
}

.contacttitlecoldiv {
    margin-top: 36px;
    font-weight: 400;
}

.contactustitleh1 {
    color: #00263e;
    margin-bottom: 10px;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    font-size: 1.563em;
    font-weight: 700;
    line-height: 1.4;
}

.contactustitleh2 {
    color: #00263e;
    margin: .2em 0 .5em;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0;
}

.contactlistrow {
    margin-right: -30px;
    margin-left: -30px;
}

.FAQhr {
    margin-bottom: 15px;
}
.contactlistdiv {
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.contactul {
    margin-bottom: 1.875em;
    margin-top: 0;
}

.contactli {
    line-height: 1.7em !important;
}

.ajg-content-container h3 {
    line-height: 1.8;
    font-size: 1.25em;
    font-weight: 400;
    color: #00263e;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    margin: .2em 0 .5em;
}

.ajg-content-container h4 {
    font-size: .938em;
    font-weight: 700;
    line-height: 1.8;
    color: #00263e;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    margin: .2em 0 .5em;
}

.termsofusetitleh1 {
    color: #00263e;
    font-size: 1.563em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: .25em 0;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.termsofusetitlediv {
    font-weight: 400;
}

.termsofusediv {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 2.5em;
}

.privacypolicy-primary-table {
    border: 1px solid #d0d1d1;
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    width: 99%;
}

.privacypolicy-primary-tableTableHeaderRow {
    background: #f1f7fc;
    border-bottom: 1px solid #d0d1d1;
    color: #2b5a80;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    text-align: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    vertical-align: top;
}

.privacypolicy-primary-table .privacypolicy-primary-tableTableHeaderRow td:first-child {
    border-top-left-radius: 8px;
}

.privacypolicy-primary-table tr.privacypolicy-primary-tableTableHeaderRow td {
    border-top: 0;
}

.privacypolicy-primary-table td.privacypolicy-primary-tableTableHeaderEvenCol, .privacypolicy-primary-table td.privacypolicy-primary-tableTableHeaderLastCol, .privacypolicy-primary-table td.privacypolicy-primary-tableTableHeaderOddCol {
    background: #f1f7fc;
    color: #2b5a80;
    padding: 24px 24px 24px 30px;
}

.listdiv.ajg-content-container p:last-child {
    margin-bottom: 0;
}

.privacypolicy-primary-table .privacypolicy-primary-tableTableHeaderRow td:last-child {
    border-top-right-radius: 8px;
}

.privacypolicy-primary-table tr.privacypolicy-primary-tableTableOddRow {
    color: #444;
    vertical-align: top;
}

.privacypolicy-primary-table td.privacypolicy-primary-tableTableEvenCol, .privacypolicy-primary-table td.privacypolicy-primary-tableTableOddCol {
    padding: 24px 24px 24px 30px;
}

.privacypolicy-primary-table tr.privacypolicy-primary-tableTableEvenRow:last-child {
    background: #f3f4f4;
}

.privacypolicy-primary-table tr.privacypolicy-primary-tableTableEvenRow {
    background-color: #f3f4f4;
    color: #444;
    vertical-align: top;
}

.privacypolicytitlecol {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 5.625em;
}

.privacypolicytitlediv {
    margin-top: 36px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.privacypolicytitleh1 {
    color: #00263e;
    font-size: 1.563em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: .25em 0;
}

.privacypolicytitleh2 {
    color: #00263e;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.75em;
    margin-bottom: 0;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
    margin: .2em 0 .5em;
    padding: 0;
}

.privacypolicycontentsection {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

.privacypolicy-sub-points {
    margin-left: 40px;
}

.ajg-content-container ol {
    margin-bottom: 1.875em;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
    font-family: PT Sans,Arial,Helvetica,Sans-Serif;
}

@media only screen and (min-width:2000px) {
    .profilerow {
        font-size: 23px;
    }
}

.view-payment-history-link {
    text-decoration: none;
    color: black;
}

.payment-due-span {
    margin-right: -7px;
}

.payment-due-svg {
    height: 45px;
    width: 45px;
}

.failedStatus {
    background-color: #f86969;
    border: 0px solid;
    border-radius: 25px;
}

.otherStatus {
    border: 0px solid;
    border-radius: 25px;
}


.successStatus {
    background-color: #9df478;
    border: 0px solid;
    border-radius: 25px;
}

#PaymentHistoryGrid .driverPaymentAction {
    color: blue;
    text-decoration: underline;
}

.relativeposition {
    position: relative
}

.setpasswordbtn, .setpasswordbtn:hover, .setpasswordbtn:focus, .setpasswordbtn:active, .setpasswordbtn.active, .open .dropdown-toggle.setpasswordbtnbtn {
    background-color: white !important;
    color: black !important;
    margin-top: 10px;
}

.txtSignedDate {
    background-color: white;
    border-color: black;
    color: black;
    border-width: 1px;
}