@font-face {
    font-family: 'Raleway';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Regular.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Ralewaymedium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Medium.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Ralewaybold';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Raleway-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Raleway-Bold.woff') format('woff'); /* Modern Browsers */
}

html {
    font-family: "Raleway", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    width: 100%;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Raleway" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #212529;
    text-align: left;
    background-color: #fff;
    height: 100%;
    width: 100%;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-variant-ligatures: no-common-ligatures;
}

a {
    color: #00a0df;
}
/*#welcome-section{
	display:none;
}*/
@media (min-width: 1366px) {
    .main-container.container-fluid {
        max-width: 1366px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        max-width: 1240px;
    }

    .desktop-search .form-control {
        width: 125px;
    }
}

@media (max-width: 1365px) {
    .desktop-search .form-control {
        width: 104px;
    }
}

@media (min-width: 1440px) {
    .main-container.container-fluid {
        max-width: 1440px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .container {
        max-width: 1340px;
    }

    .desktop-search .form-control {
        width: 170px;
    }
}

.logout-btn {
    padding-left: 0px !important;
}

.main-container.container-fluid, .navbar .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.desktop-search .input-group {
    padding: 7px 0px 10px 0px;
}

.desktop-search .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #e9edf0;
    border: none;
}

.desktop-search .input-group-text {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #e9edf0;
    border: none;
}

.mobile-search-bar {
    display: none;
}

.search-package {
    /*opacity: 0;
	transition: all .75s ease;
	width: 0px;
	padding:0;*/
    display: none;
}

#desktop-search-bar.show {
    /* opacity: 1;
	width: 1%;
	padding:7px 10px;*/
    display: flex !important;
}

#desktop-search-bar.hide {
    /* opacity: 1;
	width: 1%;
	padding:7px 10px;*/
    display:;
}

.my-phly {
    border-left: 2px solid #eaeef2;
}
/*@media (min-width: 320px){
	.container {
	max-width: 290px;
	}
	}
	@media (min-width: 667px){
	.container {
	max-width: 631px;
	}
	}
	@media (min-width: 736px){
	.container {
	max-width: 700px;
	}
	}*/
/*====================================================
	Navigtion
	======================================================*/
#mainNav .navbar-toggler {
    font-size: 27px;
    margin-left: 25px;
    padding: 13px;
    text-transform: uppercase;
    color: #003f7f;
    border: 0;
    background-color: #fff;
    font-family: "Raleway", sans-serif;
}

#mainNav .navbar-brand {
    margin-left: auto;
    margin-right: auto;
    /* width: 100%; */
}

.navbar-nav {
    font-family: 'Ralewaymedium';
    line-height: 1.5;
}

@media (max-width: 575px) {
    #mainNav .navbar-brand img {
        height: 50px;
        max-height: 60px;
    }
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #00205b;
}

    #mainNav .navbar-nav .nav-item .nav-link.active {
        color: #00205b;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #00a3de;
    }

@media (min-width: 1026px) {
    #mainNav {
        padding-top: 40px;
        padding-bottom: 40px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: #fff;
        padding-left: 40px;
        padding-right: 0px;
    }

        #mainNav .navbar-brand {
            font-size: 1.75em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            padding: 10px 0px;
            margin: 0px 20px;
        }

        #mainNav.navbar-shrink {
            padding-top: 0;
            padding-bottom: 0;
            background-color: #212529;
        }

    .login-btn .login-btn1 {
        padding: 10px 15px !important;
        font-size: 16px;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

@media (max-width: 1025px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        background-color: #fff;
    }

        #mainNav .navbar-toggler {
            background-color: #fff;
        }
}

.login-btn .login-btn1 {
    font-size: 15px;
    margin-right: 35px;
}

.register-label-color {
    color: #00205b !important;
    font-family: "Ralewaybold" !important;
}

.desktop-search a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*====================================================
	heading
	======================================================*/
section .heading {
    margin-bottom: 50px;
}

    section .heading h1 {
        color: #6c757d;
    }

        section .heading h1 span {
            color: #f4fc53;
        }

    section .heading .bord-bot {
        width: 80px;
        margin: 0 auto;
        border-bottom: 7px solid #003977;
    }

    section .heading p {
        margin: 10px auto;
        color: #adb5bd;
        max-width: 600px;
    }

header.header-cat {
    position: relative;
}

    header.header-cat.banner {
        margin-bottom: 30px;
    }

    header .container {
        position: absolute;
        top: 13%;
        left: 5%;
        /*transform: translate(-50%, -50%);*/
    }

@media (min-width: 1441px) {
    header .container {
        position: absolute;
        top: 13%;
        left: 3%;
        /*transform: translate(-50%, -50%);*/
    }
}

header.header-cat {
    width: 100%;
    color: #fff;
}

    header.header-cat h1 {
        text-align: center;
        margin-top: 20vh;
        font-size: 50px;
    }

.search-package .input-group-append {
    display: none;
}

.btn {
    font-size: 18px;
}

.btn-primary {
    padding: 8px 20px 10px;
    color: #fff;
    border-radius: 25px;
    background: #00a3de;
    border: 2px solid #00a3de;
    font-family: "Raleway", sans-serif;
}

    .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #00a3de;
        border-color: #00a3de;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
            box-shadow: none;
            border-color: #00a3de;
        }

.btn-green {
    padding: 8px 20px 10px;
    color: #fff;
    border-radius: 25px;
    background: #009900;
    border: 2px solid #009900;
    font-family: "Raleway", sans-serif;
}

    .btn-green:hover, .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #009900;
        border-color: #009900;
    }

        .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus, .btn-green:focus, .btn-green.focus {
            box-shadow: none;
            border-color: #009900;
        }

.btn-orange {
    padding: 8px 20px 10px;
    color: #fff;
    border-radius: 25px;
    background: #FF9900;
    border: 2px solid #FF9900;
    font-family: "Raleway", sans-serif;
}

    .btn-orange:hover, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #ffb700;
        border-color: #ffb700;
    }

        .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus, .btn-orange:focus, .btn-orange.focus {
            box-shadow: none;
            border-color: rgba(255,153,0,0.9);
        }

.btn-outline-primary {
    padding: 8px 20px 10px;
    color: #00a3de;
    border-radius: 25px;
    border: 2px solid #00a3de;
    font-family: "Raleway", sans-serif;
}

    /*.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #00a3de;
        border-color: #00a3de;
    }*/

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: none;
        border-color: #00a3de;
    }
.mb-text-block {
    display: none;
}

/*.mobile-search {
    display: none;
}*/

.mobile-search {
    background: url("../images/group-copy.png") no-repeat;
    height: 27px;
    width: 50px;
}

.desktop-search-icon {
    background-image: url("../images/group-copy.png");
    background-repeat: no-repeat;
    height: 27px;
    width: 22px;
}

.btn-link {
    padding-top: 0px !important;
    margin-right: 35px;
}

.btn-primary > img {
    vertical-align: middle !important;
    padding-left: 7px;
}

.login-btn1 > img {
    vertical-align: sub !important;
    padding-left: 7px;
}

.btn-transparent > img {
    vertical-align: middle !important;
    padding-left: 7px;
    height: 16px;
}

.text-block {
    color: white;
    padding: 60px 60px 60px 60px;
    width: 50%;
    text-align: left;
}

.banner-large-text {
    font-size: 52px;
    font-family: "Ralewaybold";
}

.banner-small-text {
    font-size: 24px;
}

a.nav-link.btn-link.js-scroll-trigger {
    padding-right: 0px !important;
}

.banner-large-text {
    font-size: 40px;
    font-family: "Ralewaybold";
}

.video-inner-text .banner-large-text {
    font-size: 44px;
    font-family: "Ralewaybold";
}

.video-inner-text .banner-small-text {
    font-size: 26px;
    margin-bottom: 40px;
}

.video-inner-text p {
    margin-bottom: 25px;
}

.text-block .banner-small-text {
    margin: 40px 0;
}

.text-block .banner-large-text {
    margin: 0px;
}
/*====================================================
	Footer
	======================================================*/
.copyright {
    margin-bottom: 0px;
}

.brand-label {
    margin-top: 0px;
    text-align: center;
}

.social {
    text-align: right;
}

.vline {
    border-left: 1px solid;
    margin-left: 5px;
    margin-right: 5px;
}

.footer {
    margin-bottom: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

footer {
    position: relative;
    padding-top: 55px;
    background: #f5f7f7;
    color: #00205b;
}

.footer-b {
    background: #e9edf0;
    color: #50585d;
    font-size: 15px;
    padding: 15px 10px;
    line-height: 20px;
}

.footer-tabs {
    text-align: center;
    font-size: 15px;
}

    .footer-tabs .nav-item .nav-link {
        display: block;
        padding: 0px 7px;
        color: #00205b;
        line-height: 1.1;
    }

    .footer-tabs li {
        border-left: 1px solid #00205b;
    }

        .footer-tabs li:first-child {
            border-left: none !important;
        }

.mob-footer {
    display: none;
}

.social img {
    margin-right: 1%;
}

#customer-needs-section .text-center {
    color: #00205b;
    padding: 0px 20px 40px 20px;
    font-size: 40px;
    font-family: "Ralewaybold";
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*====================================================
	Service
	======================================================*/
#service-section {
    background-color: #00205b;
    color: white;
    padding: 60px 20px;
    font-family: "Raleway", sans-serif;
}

.bill {
    font-size: 37px;
    color: #99ce00;
    text-align: left;
    font-family: "Ralewaybold";
    margin-right: 20px;
    border-right: 1px solid #fff;
    height: 100%;
    padding-right: 10px;
}

.my-login {
    text-align: left;
    border-right: 1px solid #fff;
    height: 100%;
}

    .my-login h2, .needs h2, .my-login div, .needs div {
        margin-bottom: 20px;
        font-size: 28px;
        font-family: "Ralewaybold";
    }

    .my-login p, .needs p {
        font-size: 18px;
        margin-bottom: 25px;
    }

.my-login, .needs {
    padding: 0px 18px;
}

.needs {
    padding-left: 33px;
}

.heading-2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #00205b;
    font-size: 40px;
    font-family: 'Ralewaybold';
}

#career-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 85px;
}
#career-section-home {
    padding-top: 60px;
    padding-bottom: 85px;
}

#product-section {
    text-align: center;
    margin-bottom: 60px;
}

    #product-section .carousel-control-prev {
        position: absolute;
        top: 167px;
        bottom: 0;
        align-items: unset;
        display: block;
        left: -87px;
    }

#product-inner .carousel-control-prev {
    left: -23px;
    width: 50px;
}

#product-section .carousel-control-prev, #product-section .carousel-control-next {
    position: absolute;
    top: 172px;
    bottom: 0;
    align-items: unset;
    display: block;
    opacity: .9;
    height: 45px;
    width: 45px;
}

#product-section .carousel-item .row {
    margin-left: 0px;
    margin-right: 0px;
}

#belief-section {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 60px;
    background-color: #f5f8fa;
}

.info {
    color: #616265;
    margin: 40px 0px 60px;
    font-size: 20px;
}

.video-desktop-text {
    width: 100%;
}

    .video-desktop-text video {
        object-fit: fill;
        width: 100%;
        height: 380px;
    }

    .video-desktop-text #videoimg {
        width: 100%;
    }
/*.video-desktop-text #career-video{
	object-fit: fill;
	height: 450px;
	width: 100%;
	}*/
.video-mob-text {
    display: none;
}

.video-desktop-text .video-text {
    background-color: rgba(247,157,23,0.9);
    color: white !important;
    width: 50%;
    padding: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
}

.video-inner-text {
    position: absolute;
    top: 50%;
    transform: translate(-9%, -50%);
    padding: 60px;
    text-align: left;
    width: 100%;
}

#playbtcl1 {
    display: none;
}

.video-image {
    background: url("../images/video.jpg") no-repeat;
}

.video-control {
    position: absolute;
    z-index: 9;
    top: 47%;
    left: 25%;
    transform: translate(-50%, -50%);
    padding: 60px;
}
/*====================================================
	News
	======================================================*/
#news {
    background-color: #00a0df;
    padding: 60px;
}

    #news h2 {
        color: #fff;
    }

    #news .date {
        color: #fff;
        font-size: 18px;
        margin-bottom:5px;
    }
        #news .news-inner p a {
            color:white;
            text-decoration:underline;
        }
            #news .news-inner p a:hover {
                color: #00205b;
            }

    .blue-text a {
        color: #00205b;
        text-decoration: none;
    }

    .blue-text a:hover {
        color: #00205b;
    }

.blue-text {
    font-size: 22px;
    padding-top: 10px;
    font-family: 'Ralewaymedium';
    margin-bottom: 30px;
}

#news .col-lg-6:first-child {
    border-right: 1px solid #fff;
}

.news-inner {
    padding-right: 40px;
    padding-left: 60px;
}

.twitter-inner {
    padding-left: 40px;
}


#tag-line {
    color: #616265;
    background-color: #f5f8fa;
}

    #tag-line .row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

.mob-image {
    display: none;
}

.tag-imagedesktop {
    background: url("../images/graphics.png") no-repeat;
    background-position: right;
}
/*====================================================
	Slider
	======================================================*/
#slider-inner .carousel-caption {
    left: 0;
    top: 0;
    text-align: left;
    background-color: rgba(153, 204, 0, 0.8);
    width: 50%;
    bottom: 0;
}

#slider-inner {
    margin-left: auto;
    margin-right: auto;
}

#slider {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #f5f8fa;
}

.slider-prev {
    position: absolute;
    top: 42%;
    bottom: 0;
    align-items: unset;
    display: block;
    left: -12%;
}

.slider-next {
    position: absolute;
    top: 42%;
    bottom: 0;
    align-items: unset;
    display: block;
    right: -7%;
}

.slider-text {
    padding: 60px;
}

.carousel-item {
    align-items: unset;
}

    .carousel-item .row {
        display: block;
    }

        .carousel-item .row .col-md-4 {
            float: left;
            padding: 0 20px;
        }

    .carousel-item img {
        width: 100%;
    }

.slider-text p {
    font-size: 20px;
}

.slider-text h2 {
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 40px;
    font-family: "Ralewaybold";
}

.btn-transparent {
    padding: 6px 12px 8px;
    color: #fff;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff;
}

.product-tile {
    height: auto;
    margin-bottom: 32px;
}

    .product-tile:hover, .plane-product-tile:hover {
        -webkit-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        -moz-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
    }

.homeText {
    margin: 25px 20px 20px 20px;
    padding-bottom: 20px;
}
    .homeText h2 {
        margin-bottom: 30px;
        color: #00205b;
        font-family: 'Ralewaybold';
    }
    .homeText h3 {
        margin-bottom: 20px;
        color: #00205b;
        font-family: 'Ralewaybold';
    }

.producttext {
    margin: 25px 20px 20px 20px;
    text-align: left;
    padding-bottom: 20px;
}

    .producttext h2, .producttext h1 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #00205b;
        font-size: 28px;
        font-family: 'Ralewaybold';
    }

    .producttext p {
        color: #000;
        font-size: 16px;
        line-height: 1.5;
        font-family: "Raleway";
    }

        .producttext p a {
            color: #00a0df !important;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
        }

.carousel-indicators {
    bottom: -65px;
    margin-bottom: 40px;
}

#product-inner {
    margin-bottom: 70px;
    width: 100%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #959595;
    background-color: #fff;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #959595;
}

.imagebox .imagebox-desc {
    bottom: 0px;
    color: white;
    left: 0px;
    text-align: center;
    width: 100%;
    padding-bottom: 4.5%;
    opacity: 0.9;
    margin-top: -4.5%;
}

.imagebox-desc.green {
    background-color: #99cc00;
}

.orange {
    background-color: #ff9900;
}

.imagebox {
    cursor: pointer;
}

.imagebox-desc.blue {
    background-color: #00a0df;
    
}

#product-mob-inner {
    display: none;
}

#product-section .carousel-control-next-icon {
    background: url("../images/Arrow2.png") no-repeat;
    height: 45px;
    width: 45px;
    float: right;
}

#product-section .carousel-control-prev-icon {
    background: url("../images/Arrow1.png") no-repeat;
    height: 45px;
    width: 45px;
}

#career-video, #mp-career-video {
    display: none;
}

#career-videomob, #mp-career-videomob {
    display: none;
}

#career-section h2 {
    margin-bottom: 0px;
}

.brand-label h1, .brand-label p {
    font-size: 45px;
}

.brand-label b, .brand-label strong {
    font-family: "Ralewaybold";
}

#slider .carousel-control-next-icon {
    background: url("../images/Icons_CircleRight.png") no-repeat !important;
    height: 40px;
    width: 40px;
    margin-left: 4px;
}

#slider .carousel-control-prev-icon {
    background: url("../images/Icons_Circleleft.png") no-repeat !important;
    height: 40px;
    width: 40px;
}

#video-slider .carousel-control-prev-icon {
    background: url("../images/Arrow1.png") no-repeat !important;
    height: 45px;
    width: 45px;
}

#video-slider .carousel-control-next-icon {
    background: url("../images/Arrow2.png") no-repeat;
    height: 45px;
    width: 45px;
}

#slider .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 43px;
    bottom: 0;
    align-items: unset;
    display: block;
}

#video-slider .carousel-control-prev {
    position: absolute;
    top: 42%;
    bottom: 0;
    align-items: unset;
    display: block;
    height: 45px;
    right: unset;
    left: -3.5%;
    width: 4%;
    opacity: 1;
}

#video-slider .carousel-control-next {
    position: absolute;
    top: 42%;
    bottom: 0;
    align-items: unset;
    display: block;
    height: 45px;
}

#slider .carousel-control-prev {
    right: 8%;
    left: auto;
    width: 4%;
    height: 40px;
}

#slider .carousel-control-next {
    right: 3%;
    width: 4%;
    height: 40px;
}

#video-slider .carousel-control-next {
    right: -3.5%;
    width: 4%;
    opacity: 1;
    height: 40px;
}

#video-slider .btn-transparent img {
    width: unset !important;
}

#desktop-search-icon {
    padding-top: 12px !important;
}

    #desktop-search-icon i {
        display: block;
    }

.banner-image {
    display: block;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1450px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        margin: 0px 10px;
    }
}

@media (max-width: 1366px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 17px;
    }
}

@media (max-width: 1200px) {
    .my-login, .needs {
        padding: 0px;
    }

    .bill {
        margin-right: 0px;
    }

    .my-login h2, .needs h2, .my-login div, .needs div {
        font-size: 26px;
    }
}

@media (max-width: 1366px) {
    .navbar-brand img {
        width: 190px;
    }
}

@media (max-width: 1280px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        margin: 0px 7px;
    }

    .desktop-search .form-control {
        width: 104px;
    }

    .desktop-search .input-group {
        padding: 15px 0px 0px 0px;
    }
}

@media (max-width: 1199px) {
    .needs {
        padding-right: 0px;
    }

    .video-inner-text {
        padding: 30px !important;
    }

    .text-block {
        padding: 40px;
        width: 53%;
    }

    .desktop-search .input-group {
        padding: 4px 7px 7px 0px;
    }

    .navbar-brand img {
        width: 170px;
    }

    .desktop-search-bar .form-control {
        font-size: 16px;
    }

    #mainNav {
        padding-left: 15px;
    }

    .slider-text {
        padding: 55px;
    }

    .banner-small-text {
        font-size: 22px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 0px;
        margin: 0px 8px;
    }

    .btn-link {
        margin-right: 15px;
    }

    .desktop-search .form-control {
        width: 85px;
    }

    #st-search-input {
        width: 85px;
    }

    .btn-primary {
        padding: 8px 12px 10px;
    }

    .banner-large-text {
        font-size: 42px;
    }

    #customer-needs-section .text-center {
        font-size: 38px;
    }

    .my-login h2, .needs h2, .my-login div, .needs div {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 32px;
    }

    .bill {
        font-size: 35px;
    }
}

.ui-corner-all {
    /*display:none !important;*/
}

/*@media (min-width: 768px) {
    .mobile-search {
        display: none !important;
    }

    .mobile-search-bar {
        display: none !important;
    }
}*/

@media (max-width: 1025px) {
    .mb-banner-section .btn-transparent {
        margin-bottom: 1rem;
    }

    #welcome-section {
        display: block;
    }

    header {
        padding-top: 100px !important;
    }

        header.header-cat {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            width: 100%;
            background-position-x: 0px;
            background-position-y: 100px;
            color: #fff;
        }

    .login-btn {
        margin-top: 10px;
        margin-left: 0px !important;
    }

    header .container {
        left: 0%;
    }

    .banner-image {
        display: block;
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .mobile-cross {
        background: url("../images/cross.png") no-repeat;
        height: 27px;
        width: 50px;
    }

    .mob-search-icon {
        background: url("../images/bluesearch-icon.png") no-repeat;
        height: 27px;
        width: 25px;
    }

    .input-append {
        margin-left: -1px;
        display: flex;
    }

        .input-append .input-group-text {
            border: none;
            background: #fff;
        }

    .mobile-search-bar {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 15px;
        background: rgb(238, 238, 238);
    }

        .mobile-search-bar .form-control {
            background: #fff;
            border: 0px;
            height: 40px;
        }

    #tag-line .tag-image {
        margin-right: 0px;
    }

    #mainNav .navbar-nav .nav-item .nav-link.active {
        border-bottom: 0px !important;
    }

    .text-block {
        display: none;
    }

    #mainNav .navbar-toggler {
        padding-left: 20px;
    }

    .blue-mob-banner {
        background: #00205b;
    }

    .pink-mob-banner {
        background: rgb(216, 25, 42) !important;
    }

    .navbar-toggler {
        background: url(../images/close.png) no-repeat center bottom;
    }

        .navbar-toggler.collapsed {
            background: url(../images/hamburger.png) no-repeat center bottom;
        }

    .mb-text-block {
        background-color: transparent;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
        padding: 20px;
        text-align: center;
        display: block;
    }

    .desktop-search {
        display: none;
    }

    .mobile-search {
        padding-right: 20px;
        display: block;
    }

    .video-text .banner-small-text {
        font-size: 15px;
    }

    .mb-text-block .banner-small-text {
        margin: 25px 0;
    }

    .tag-image {
        background: url("../images/graphics.png") no-repeat;
        background-position: right;
    }

    .tag-imagedesktop {
        background: none;
    }

    .footer-tabs li {
        margin-bottom: 7px;
    }

    .desktop-footer {
        display: none;
    }

    .mob-footer {
        display: block;
    }

    .btn {
        font-size: 15px;
    }

    .mb-banner-section .btn {
        margin-bottom: 15px;
    }

    .company-desc {
        text-align: center;
        margin-bottom: 35px;
    }

    .social {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        padding-right: 0px;
    }

    #tag-line {
        padding-top: 60px;
    }

    #customer-needs-section .text-center {
        padding: 40px 20px;
    }

    footer {
        padding-top: 40px;
    }

    #service-section {
        padding: 25px 0px 10px 0px;
    }

    .bill {
        border-right: none;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding: auto;
    }

    .my-login, .needs {
        border-right: none;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
    }

        .my-login h2, .needs h2, .my-login div, .needs div {
            font-size: 28px;
        }

        .my-login p, .needs p {
            font-size: 18px;
            ;
        }

    #career-section, #belief-section {
        padding-top: 40px;
        padding-bottom: 0px;
    }

        #career-section .container, #news .container {
            max-width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }

    .heading-2 {
        font-size: 28px;
    }

    .info {
        font-size: 15px;
        margin: 40px 0px 40px;
        font-family: 'ralewaymedium';
    }

    .video-desktop-text {
        display: none;
    }

    .video-mob-text {
        display: block !important;
        width: 100%;
    }

    .video-player img {
        width: 100%;
    }

    .video-mob-text .video-text {
        padding: 40px;
    }

    .video-player {
        width: 100%;
        position: relative;
    }

    .video-control {
        position: absolute;
        z-index: 9;
        left: 50%;
    }

    .desktop-image {
        display: none;
    }

    .mob-image {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .tag-image {
        background-size: contain;
    }

    #slider, .video-desktop-text {
        display: none;
    }

    #slider {
        padding-bottom: 40px;
    }

    .video-mob-text .video-text {
        background-color: #ff9900;
        color: white;
        width: 100%;
        padding: 40px;
        opacity: 0.9;
    }

    #career-section {
        margin-bottom: 0px;
    }

        #career-section .continer {
            width: 100%;
        }

    #news {
        text-align: center;
        padding: 25px 0px;
    }

        #news .container {
            margin-left: 0px;
            margin-right: 0px;
            padding-right: 0px;
            padding-left: 0px;
        }

    .news-inner {
        padding-right: 25px;
        padding-left: 25px;
        text-align: center;
    }

    .twitter-inner {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: normal;
        font-size: 20px;
    }

    #news .col-sm-12:first-child {
        border-bottom: 1px solid #fff;
        border-right: none;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .product-tile {
        height: unset;
        margin-bottom: 32px;
    }

    #product-mob-inner {
        display: block;
        margin-bottom: 55px;
    }

    #product-inner {
        display: none;
    }

    .desktop-button {
        display: none;
    }

    .container .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .brand-label h1 {
        margin-bottom: 25px;
    }

    .footer {
        padding: 0 17px;
    }

    #product-mob-inner .carousel-item.active .product-tile {
        -webkit-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        -moz-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
    }
}

@media (max-width: 640px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    .login-btn {
        float: left !important;
    }

    .banner-large-text {
        font-size: 28px;
    }

    #customer-needs-section .text-center {
        font-size: 28px;
    }

    .producttext h2 {
        font-size: 20px;
    }

    .producttext p {
        font-size: 15px;
    }
}



@media (max-width: 480px) {
    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }

    #customer-needs-section .text-center {
        font-size: 28px;
    }
}

.slider-text img {
    width: auto;
}

.more {
    color: #00a3de !important;
    font-weight: bold !important;
    font-size: 18px;
}

@media (max-width: 768px) {
    nav {
        background: transparent;
    }

    .navbar-top {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #fff;
        padding: 20px 0;
    }

    .navbar {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px !important;
        padding: 0px !important;
        background: transparent !important;
        z-index: 999;
    }

    .navbar-collapse {
        float: left;
        min-width: 100px;
        z-index: 999;
    }

        .navbar-collapse .navbar-nav {
            background-color: #00205b;
            width: 280px;
            float: left;
            -webkit-box-shadow: 10px 10px 25px 1px rgba(0,0,0,1);
            -moz-box-shadow: 10px 10px 25px 1px rgba(0,0,0,1);
            box-shadow: 10px 10px 25px 1px rgba(0,0,0,1);
        }

        .navbar-collapse .nav-link {
            color: #fff !important;
        }

        .navbar-collapse li.nav-item {
            border-bottom: 2px solid #00326D;
            padding: 6px 20px;
            /* padding-top: 12px; */
        }
}
/*******************************
	/*====================================================
	Products page styling
	======================================================*/
#risk-management-services {
    color: white;
    width: 100%;
    font-family: "Raleway", sans-serif;
    background-image: url(../images/RMS_Image.png);
    background-size: cover;
}

.rms-section {
    width: 100%;
    background-size: cover;
    background-color: rgba(216, 25, 42, 0.8);
    color: #fff;
    padding: 30px 60px;
}

    .rms-section .col-md-12 {
        padding-left: 0px;
    }

.rms-container {
    padding-left: 15px;
    padding-right: 15px;
}
/*************product Header****************** */
.product-header {
    padding-left: 0px;
    padding-right: 0px;
}

    .product-header .left-section {
        background-color: #00a3de;
        color: #fff;
        padding: 20px 60px;
    }

    .product-header .right-section {
        background-color: #00205b;
        color: #fff;
        padding-top: 10px;
    }

        .product-header .right-section .product-list {
            margin-top: 15px;
        }

    .product-header .left-section h1 {
        font-family: "Ralewaybold", sans-serif;
    }

    .product-header .right-header-section h3 {
        font-family: "Ralewaybold", sans-serif;
    }

    .product-header .right-section .add-border {
        border-right: 2px solid #848891;
        padding-left: 60px;
    }

    .product-header .right-section .add-padding {
        padding-left: 60px;
    }
/**************products content section***************** */
.align-right {
    text-align: right;
}

    .align-right h6 {
        font-size: 18px;
        color: #CCD6DF;
        padding-right: 5px;
    }

accordion .product-accordion-section {
    padding: 40px;
}

.accordion-section {
    margin-left: 60px;
    width: calc(100% - 60px);
    border-bottom: 1px solid #E9EDF0;
}

.all-products .accordion-section {
    border-bottom: none;
}

.right-mid-section {
    width: 87%;
}

.product-accordion-section .search-section .form-control {
    color: #848891;
    font-family: "Raleway", sans-serif;
}

.product-accordion-section .search-section .border,
.product-header .search-section .border {
    border: 2px solid #dee2e6 !important;
    padding-bottom: 14px !important;
    padding-top: 10px !important;
}

.product-accordion-section .search-section .prod-search,
.product-header .search-section .prod-search {
    padding: 0px 20px !important;
}

.product-accordion-section .search-section .border-right-0,
.product-header .search-section .border-right-0 {
    padding: 20px;
    background-image: none;
}

.product-header .search-section .border-right-0 {
    padding: 20px;
    background-image: none;
}

.product-accordion-section .search-section .input-group-text {
    border: 2px solid #dee2e6 !important;
}

.product-header .search-section .input-group-text {
    border: unset;
}

.product-accordion-section .search-section .input-group-append {
    margin-left: -2px;
}

.product-header .search-section .input-group-append {
    margin-left: -50px;
    margin-top: 2px;
}

.all-products .accordion-heading h4, .all-products .accordion-heading h1 {
    color: #00205b;
    font-family: "Ralewaybold", sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.all-products .accordion-section .card-header div {
    font-size: 17px;
}

.product-accordion-section .accordion-heading-left h6 {
    width: 90px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    color: #00A0DF;
}

.product-accordion-section .accordion-heading-left span {
    margin-left: 2px;
    font-size: 20px;
}

.product-accordion-section .accordion-heading-left h6 a {
    color: #00a3de;
}

.product-header .input-group.search-section {
    padding: 0px 20px 20px 30px;
}

.product-accordion-section .input-group input,
.product-accordion-section .input-group-text {
    border-radius: 25px;
}

.product-header .input-group #example-search-inputdesktop {
    border-radius: 25px !important;
    background-color: transparent;
    color: #dee2e6;
}

.product-header .input-group #example-search-inputdesktop::placeholder {
    color: #dee2e6;
}

.product-accordion-section .form-control:focus {
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
}

.accordion-section .card {
    border-radius: 0rem;
    cursor: pointer;
    border: none !important;
}

.accordion-section .card-header {
    background-color: #fff;
    border-top: 1px solid #E9EDF0;
    border-bottom: 1px solid #E9EDF0;
}

    .accordion-section .card-header h5 div {
        color: #00205B;
        font-size: 18px;
        padding-left: 20px;
        font-family: "Raleway", sans-serif;
        cursor: pointer;
    }

    .accordion-section .card-header div {
        font-size: 20px;
        font-family: "Raleway", sans-serif;
        color: #00205b;
    }

.accordion-section .collapse, .accordion-section .collapsing {
    background-color: #F5F8FA;
    border-top: 1px solid #E9EDF0;
    border-left: 1px solid #E9EDF0;
}

.accordion-body-section .desktop-body-section .accordion-body-left-menu .accordion-menu-section li a {
    font-size: 18px;
}

.accordion-section .card-header:first-child {
    border-radius: 0px;
    /* border-top: 1px solid #E9EDF0 !important;*/
}

/*.right-mid-top-section .align-right{
	margin-top:20px;
}*/

.all-products .accordion-section .card-header:first-child {
    border-top: none;
}

.bg-transparent .desktop-search-icon {
    height: 22px;
    width: 30px;
}

.all-products .card-header {
    border-left: 5px solid #00205b;
    padding: 5px 15px;
    border-bottom: none;
    display: run-in;
}

.all-products .accordion-last-bottom-padding {
    margin-bottom: 7px;
}

.light-blue-border .card-header {
    border-left: 5px solid #00A0DF;
    padding: 15px;
    border-bottom: none;
}

.light-green-border .card-header {
    border-left: 5px solid #99CC00;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.orange-border .card-header {
    border-left: 5px solid #FF9900;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.pink-border .card-header {
    border-left: 5px solid #EB447E;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.purple-border .card-header {
    border-left: 5px solid #8A3399;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.yellow-border .card-header {
    border-left: 5px solid #FFCC00;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.green-border .card-header {
    border-left: 5px solid #009900;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.red-border .card-header {
    border-left: 5px solid #cc0000;
    padding: 15px;
    border-bottom: none;
    display: run-in;
}

.accordion-section .accordion-body-right-section h5 a {
    font-size: 16px;
    color: #00A0DF;
    font-family: "Ralewaybold" !important;
    float: right;
}

.accordion-section .accordion-body-section .col-md-7 h5 a, .text-color {
    color: #00205b;
}

.collapse .card-body.container-fluid {
    background-color: #F5F8FA;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #F5F8FA !important;
}

.accordion-body-section ul li a {
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    color: #00205b;
}

.accordion-body-section ul li {
    line-height: 1;
}

.accordion-section .card {
    border-right: 1px solid #E9EDF0 !important;
}

.open-accordion-section {
    border-top: 1px solid #E9EDF0;
}

.forge-desktop-section {
    display: inline-table;
}

.forge-section {
    border-color: #E9EDF0;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    margin-left: 60px;
}

.vallery-section {
    padding-bottom: 60px;
}

.vallery-section .valley-section-title {
    display: flex;
    width: 100%;
}

.vallery-section .valley-section-title .accordion-heading {
    flex: 1;
}

.vallery-section .valley-section-title .brochure-wrapper {
    margin-top: 8px;
    margin-right: 9px;
}

.vallery-section .valley-section-title .brochure-wrapper .icon-downlaod:before {
    font-size: 20px;
}

.right-section-products {
    display: flex;
}

.right-section-products .right-section {
    flex: 0.8;
}

.right-section-products .show-hide-wrapper {
    height: 30px;
    margin-top: 23px;
    flex: 0.2;
    margin-left: 0;
    margin-right: 0;
}

.right-section-products .show-hide-wrapper .show-prod-all,
.right-section-products .show-hide-wrapper .hide-prod-all {
    text-align: center;
    margin-right: 0;
}

.show-hide-mobile-wrapper {
    flex: 1;
    padding-left: 20px;
}

.show-hide-mobile-wrapper .show-prod-all,
.show-hide-mobile-wrapper .hide-prod-all {
    margin: auto;
}

.product-brochure-mobile-wrapper {
    white-space: nowrap;
    padding-top: 15px;
    margin-right: 5.5%;
    text-align: right;
}

.product-brochure-mobile-wrapper .icon-downlaod {
    padding-left: 5px !important;
    font-size: 17px;
}

.all-products .accordion-section .card {
    border-right: none !important;
}

.all-products .accordion-section .card.product-single-link .collapsed {
    color: #00205b;
}

.all-products .vallery-section .forge-section {
    padding: 0;
    border: none;
    width: 72%;
}

.all-products .vallery-section .forge-section p {
    font-size: 15px;
    margin-bottom: 5px;
}

.all-products .vallery-section .forge-section .border-right {
    padding: 0 10px;
}

.all-products .vallery-section .forge-section .border-right.phone-number {
    padding-left: 0;
    margin-right: 0;
    color: #00205b
}

.all-products .vallery-section .forge-section .border-right.phone-number a {
    color: #00205b
}

.all-products .vallery-section .forge-section .border-right {
    font-size: 14px;
    border-right: 0.5px solid #00A0DF !important;
}

.all-products .vallery-section {
    width: 100%;
}

.forge-section p {
    font-size: 18px;
    color: #848891;
    font-family: "Raleway", sans-serif;
}

.forge-section .info-section {
    font-size: 18px;
    color: #00A0DF;
    font-family: "Raleway", sans-serif;
    padding-left: 0px;
    margin-right: 10px;
}

.border-right {
    border-right: 2px solid #E9EDF0 !important;
    padding: 10px;
}

.forge-mobile-section {
    border-color: #E9EDF0;
    border-style: solid;
    border-width: 2px;
    margin-left: 20px;
    width: 90%;
}

.accordion-last-bottom-padding {
    margin-bottom: 60px;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    border-bottom-color: #00a3de;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    padding-bottom: 5px;
}

.desktop-product-section .product-menu-section, .product-menu-section {
    background-color: #F5F8FA;
    padding: 40px;
}

    .desktop-product-section .product-menu-section ul li a, .product-menu-section ul li a {
        padding-left: 20px !important;
        color: #00205b;
        font-family: "Raleway", sans-serif;
        font-size: 20px;
    }

        .desktop-product-section .product-menu-section ul li a.active, .product-menu-section ul li a.active {
            border-left-color: #00a3de;
            border-left-style: solid;
            margin-left: -6px;
            border-left-width: 5px;
            font-size: 21px;
            font-family: "Ralewaybold", sans-serif;
            border-radius: 2px;
        }

.input-group.search-section {
    padding: 60px;
    padding-bottom: 15px;
    padding-right: 0px;
}

.input-group-append {
    display: block;
}

.product-accordion-section .search-section .input-group-append .bg-transparent {
    padding-bottom: 7px;
    height: 44px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.all-products .accordion-heading {
    flex: 1;
    max-width: 100%;
    padding-left: 60px;
    padding-top: 10px;
}

.all-products .accordion-heading-left {
    flex: 0;
    padding-top: 20px;
    padding-left: 40px;
    text-align: right;
    white-space: nowrap;
}

.all-products .card .arrow-icon {
    float: right;
    padding: 4px;
    border-color: #00A0DF;
}

.all-products .card .card-body {
    padding: 0px 34px;
}

.all-products .accordion-section .card .accordion-body-section h5 {
    font-size: 15.5px !important;
    margin: 0;
    padding: 5px 0;
}

.all-products .card .accordion-body-section h5 a {
    color: #00a0df;
}

.all-products .card .card-header.show {
    background-color: #00a0df;
    border-top-right-radius: 7px;
}

.all-products .card .card-header.show > div {
    color: #ffffff;
}

.all-products .card .card-header.show .arrow-icon {
    border-color: #ffffff;
    margin-top: 7px;
}

.all-products .product-open-accordion-section {
    margin-left: 4px;
}

.active .card-header div {
    font-family: "Ralewaybold", sans-serif;
}
/**************class block/none***************** */
.desktop-header-section {
    display: block;
}

.desktop-product-section {
    display: block;
}

.mobile-header-section {
    display: none;
}

.mobile-product-section {
    display: none;
}

.desktop-product-section {
    display: block;
}

.mobile-product-section {
    display: none;
}
/* icons Styling */
.icon-downlaod {
    font-size: 23px;
}

.accordion-section .card-header .icon-right-arrow {
    float: right;
    font-size: 14px;
    color: #00a0df;
    margin-top: 5px;
}

.accordion-section .card-header .icon.icon-plus {
    float: right;
    font-size: 14px;
    margin-top: 7px;
}

.accordion-section .card-header .icon.icon-minus {
    font-size: 2px;
    float: right;
    margin-top: 10px;
}

.dropdown-toggle::after {
    display: none;
}

span.icon-caret-down {
    font-size: 11px;
    float: right;
}

.mobile-header-section .search-input-row {
    background-color: #00205b;
    color: #fff;
}

@media (max-width: 768px) {
    .icon-downlaod {
        font-size: 20px;
    }
    /********product section*******/
    .mobile-header-section {
        display: block;
    }

    .accordion-section {
        width: calc(100% - 20px);
    }

    .mobile-product-section {
        display: block;
    }

    .desktop-header-section {
        display: none;
    }

    .desktop-product-section {
        display: none;
    }

    .desktop-product-section {
        display: none;
    }

    .mobile-product-section {
        display: block;
    }

    .accordion-section .card-header div span.icon.icon-plus {
        font-size: 16px;
    }

    .mobile-dropdown-section span {
        float: right !important;
        font-size: 10px;
        margin-top: 8px;
    }

    .mobile-header-section .mobile-product-section {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .mobile-header-section .mobile-product-section h1 {
            font-size: 28px;
            font-family: "Ralewaybold", sans-serif;
            widows: 100%;
            text-align: center;
        }

    .mobile-header-section .mobile-download-section {
        background-color: #00205b;
        color: #fff;
    }

        .mobile-header-section .mobile-download-section h5 {
            font-size: 18px;
            font-family: "Raleway", sans-serif;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 10px;
            text-align: center;
        }

    .mobile-header-section .mobile-search-section .input-group-append {
        display: block;
        border: 3px solid #E9EDF0 !important;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-left: 0px solid #fff !important;
    }

    .mobile-header-section .mobile-search-section .form-control {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        color: #9AA7B3;
        font-size: 18px;
        background-color: transparent !important;
        /* border: 1px solid #9AA7B3 !important; */
        border-left: 3px solid #E9EDF0 !important;
        border-top: 3px solid #E9EDF0 !important;
        border-bottom: 3px solid #E9EDF0 !important;
    }

    .mobile-header-section .input-group {
        padding: 12px;
        padding-left: 14px;
        padding-right: 8px;
    }

    .bg-transparent {
        padding: 11px;
    }

    .product-header .left-section {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .product-header h1 {
        font-size: 28px;
        width: 100%;
    }

    .mobile-header-section .mobile-dropdown-section {
        background-color: #CCD6DF;
        width: 100%;
        padding: 15px;
    }

    .product-header .right-header-section.right-mid-top-section h3 {
        text-align: center;
        width: 100%;
        font-family: ralewaymedium;
        vertical-align: center;
        line-height: 1.7;
        font-size: 20px;
        margin-top: unset !important;
    }

    .mobile-dropdown-section .btn-secondary {
        width: 100%;
        text-align: left;
        color: #a9abad;
        background-color: #fff;
        border-color: #fff;
        font-size: 17px;
    }

    .mobile-product-section .accordion-heading {
        padding: 20px;
    }

        .mobile-product-section .accordion-heading h4, .mobile-product-section .accordion-heading h1 {
            font-size: 20px;
            color: #00205b;
            font-family: "Ralewaybold", sans-serif;
        }

    .mobile-product-section .accordion-mobile-download-heading {
        padding: 20px;
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 34px;
    }

    .accordion-section .accordion-body-section h5 a {
        color: #00205b;
    }

    .link-style {
        font-size: 16px;
        color: #00A0DF !important;
        font-family: "Ralewaybold" !important;
    }

    .mobile-product-section .accordion-mobile-download-heading h6 {
        font-size: 19px;
        color: #00A0DF;
    }

    .mobile-product-section .accordion-mobile-download-heading span {
        float: right;
        font-size: 21px;
    }

    .accordion-mobile-download-heading h6 a {
        color: #00A0DF !important;
    }

    .mobile-product-section .commercial-auto-header {
        padding-top: 20px !important;
    }

    .mobile-product-section .accordion-section {
        margin-left: 10px;
        width: 95%;
        padding: 8px;
        padding-top: 0px;
    }

    .accordion-last-bottom-padding {
        margin-bottom: 45px;
    }

    .mobile-product-section .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #848891;
        background-color: #fff;
        border-color: #fff;
    }

    .input-group-append .input-group-text {
        border: 0px solid #ced4da !important;
    }

    .accordion-section .card-header div {
        font-size: 19px;
    }

    .accordion-section .collapse .accordion-body-section h5 {
        font-size: 18px !important;
        font-family: "Raleway", sans-serif;
        line-height: 1.2;
    }

    .accordion-section .collapse .collapse-header-section h5 {
        font-size: 17px;
        font-family: "Raleway", sans-serif;
        /*color: #00A0DF;*/
        /*padding-top: 8px;*/
    }

    .accordion-body-section .collapse-header-section h5 {
        font-size: 18px;
        color: #00A0DF;
    }

    .dropdown-menu-title .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.1rem #e9edf0;
    }

    .dropdown-menu-title .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #00205B;
        background-color: #fff;
        border-color: #fff;
    }

    .anchor-white {
        color: #fff;
    }

    a.anchor-white:hover {
        color: #fff;
        text-decoration: none;
    }

    .accordion-section a:hover {
        text-decoration: none;
    }
    /******rms section*******/
    .rms-section {
        padding: 30px 25px;
        text-align: center;
    }

        .rms-section .row {
            text-align: center;
            display: block;
        }

    .rms-container .banner-large-text {
        font-size: 38px;
    }

    .rms-container .banner-small-text {
        font-size: 22px;
    }

    .rms-container .btn-transparent {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #risk-management-services {
        background-image: none;
    }

    .rms-section {
        background-color: rgb(216, 25, 42);
    }
    /******rms section*******/
}


/*/product landing Pages /*/
.blue-header {
    background-color: rgba(0, 32, 91, 0.9);
}

.header-text-section {
    color: white;
    padding: 60px 60px 60px 60px;
    width: 50%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.top-padding {
    padding-top: 40px !important;
}

.header-large-text {
    font-size: 38px;
    font-family: 'ralewaymedium';
}

.header-small-text {
    margin: 40px 0;
    font-size: 26px;
}

.button-center {
    text-align: center;
}

#landing-section,
.landing-section {
    padding: 0px 45px 60px 45px;
}

    #landing-section .left-col,
    .landing-section .left-col {
        padding-right: 30px;
    }

.surety-inner-padding {
    padding-bottom: 20px !important;
}

.blue-bck {
    padding: 30px 40px;
    background-color: #f5f8fa;
    color: #00205b;
    font-size: 20px;
    font-family: raleway;
}

#landing-section h3,
.landing-section h3,
#plane-product-section h3,
.about-rms-content h2 {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
}

.landing-section h3 {
    margin-top: 30px;
}

h3.demoHdr {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
    text-transform: uppercase;
}


.inner-grey-content {
    color: #616265;
    font-size: 20px;
    padding-bottom: 20px;
}

.inline-list-items li p {
    display: inline;
}

.benefit-list {
    padding-left: 0px;
    margin-left: 0px;
    color: #616265;
    font-size: 18px;
}

    .benefit-list ul {
        list-style: none;
        padding-left: 20px;
    }

    .benefit-list ul li:before {
        content: " ";
        background: url(../images/bullet_icon.png) no-repeat !important;
        height: 15px;
        width: 20px;
        display: inline-block;
        vertical-align: bottom;
    }

    .benefit-list ul li {
        padding-top: 20px;
        list-style: none;
        text-indent: -1em;
    }

    .benefit-list ol {
        margin-top: -20px;
        margin-left: -25px;
        
    }
    .benefit-list ol li {
        padding-top: 20px;   
    }

.blue-bck a {
    color: #00a0df !important;
}

.bottom-col a:first-child div {
    border-top: 1px solid #E9EDF0;
}

.bottom-col {
    color: #00a3de !important;
    font-size: 20px;
}

    .bottom-col div {
        border-bottom: 1px solid #E9EDF0 !important;
        display: flex;
    }

    .bottom-col p {
        margin-bottom: 0px;
        width: 97%;
        padding: 15px 25px;
        float: left;
    }

        .bottom-col p a {
            color: #00a0df !important;
        }

    .bottom-col .icon-downlaod {
        float: right;
        margin-top: 17px;
    }

.rms #risk-management-services {
    padding: 0px;
}

.white-bck {
    background-color: #fff;
    padding: 20px;
    font-size: 18px;
    color: #616265;
}

    .blue-bck h3, .white-bck h3 {
        margin-bottom: 20px;
        color: #00205b;
        font-size: 24px;
        font-family: 'Ralewaybold';
    }

    .blue-bck h4, .white-bck h4 {
        margin-bottom: 20px;
        color: #00205b;
        font-size: 20px;
        font-family: 'Ralewaybold';
    }

.rms .blue-bck h3 {
    margin-top: 0px;
}

.rms .blue-bck h4 {
    margin-bottom: 5px !important;
    margin-top: 25px;
}

.blog-header {
    padding: 0px 45px;
}

.blue-bck p, .white-bck p {
    margin-bottom: 10px;
}

.imagebox img {
    width: 100%;
}

#plane-product-section {
    padding: 0px 60px 0px 45px;
}

.plane-product-section {
    padding: 0px 60px 0px 45px;
}

.product-heading p {
    font-size: 18px;
    color: #616265;
    margin-bottom: 35px;
}

.blue-heading p {
    margin: 15px 0px;
}

.insurance-list {
    padding-left: 0px;
    margin-left: 0px;
    color: #616265;
    font-size: 18px;
}

    .insurance-list li {
        padding-top: 20px;
        list-style: none;
    }

.table .thead-dark th {
    color: #CCD6DF;
    background-color: #00205b;
    font-size: 15px;
    font-family: "raleway";
    border: 2px solid #00205b;
}

.active-breadcrum {
    color: #848891 !important;
    font-family: "Ralewaybold" !important;
}

.warning-msg-section .close {
    font-size: 36px;
    font-weight: normal;
    line-height: 0.5;
    color: #fff;
    text-shadow: none;
    opacity: 0.9;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f8fa;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.landing-top-image {
    display: block;
    height: 412px;
    width: 100%;
    object-fit: cover;
}

.step-portal-page,
.bop-page {
    padding: 0;
}

.step-portal-page .header-text-section,
.bop-page .header-text-section {
    padding: 40px 60px;
}

.step-portal-page .header-text-section h2,
.bop-page .header-text-section h2 {
    font-size: 35px;
}

.step-portal-page .header-text-section p,
.bop-page .header-text-section p {
    font-size: 24px;
}

.step-portal-page .landing-top-image.desktop-img,
.bop-page .landing-top-image {
    object-position: right;
}

.individul-insurance .col-md-6 {
    border: 2px solid #00a0df;
    padding: 30px;
}

.individul-insurance {
    padding: 30px;
}

.individul-insurance-inner .form-group .select-control {
    height: 38px;
}

.individul-insurance .form-group {
    margin-bottom: 25px;
}

.individul-insurance-inner .form-control {
    width: 300px !important;
}

.buisness-ins {
    background-color: #00a0df;
    color: #fff !important;
}

    .buisness-ins h3 {
        background-color: #00a0df;
        color: #fff !important;
    }

.header-text-section .btn {
    margin-right: 10px;
    margin-bottom: 8px;
}

.blue-pannel {
    color: #fff !important;
    background-color: #00205b;
    padding: 30px;
}

    .blue-pannel h3 {
        color: #fff !important;
    }

    .blue-pannel .banner-small-text {
        Font-size: 20px;
    }

.table-accordian {
    display: none;
}

.insurancetable .container-fluid {
    padding: 0px;
}

.carousel-item .row-flex {
    display: flex;
}

.row-flex a {
    color: #00a3de;
}

#landing-section .carousel {
    border: 2px solid #00a3de;
}

.slider-right-content small {
    font-size: 100%;
}

.slider-right-content {
    padding: 30px;
}

.breadcrumb {
    margin-bottom: 0rem;
    background: #f5f8fa;
}

.policy-breadcrumb {
    padding-left: 60px;
}

.breadcrumb li, .breadcrumb a {
    font-size: 15px;
    color: #9AA7B3;
    font-family: "Raleway" !important;
    padding-right: 5px;
}

.rms-section {
    height: 100%;
    position: relative;
}

.light-blue-pannel {
    background-color: #f5f8fa;
    padding: 40px;
    text-align: center;
}

.inner-community img {
    max-height: 400px;
}

.light-blue-pannel .banner-small-text {
    font-size: 18px;
    color: #616265;
}

.risk-list {
    padding-left: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 18px;
}

    .risk-list li {
        padding-top: 20px;
        list-style: none;
    }

.community-text {
    color: white;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
}

.row-flex img {
    height: auto;
}

.community-inner-text h3 {
    color: #fff !important;
}

.community-inner-text p {
    font-size: 20px;
}

.community-inner-text {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 60px;
    width: 95%;
    color: #fff;
}

.community-mobile-section {
    display: none;
}

.breadcrumb li + li::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "";
    background: url(../images/breadcrum-arrow.png) no-repeat !important;
    height: 15px;
    width: 30px;
    vertical-align: middle;
}

#landing-section .carousel-control-prev-icon {
    background: url(../images/sliderleft.png) no-repeat !important;
    height: 40px;
    width: 40px;
}

#landing-section .carousel-control-next-icon {
    background: url(../images/sliderright.png) no-repeat !important;
    height: 40px;
    width: 40px;
    margin-left: 4px;
}

#landing-section .carousel-control-prev, #landing-section .carousel-control-next {
    top: 15px !important;
}

#landing-section .carousel-control-prev {
    right: 6%;
}

.special-events .inner-grey-content {
    padding-bottom: 0px;
}

.service-class {
    padding: 60px 25px !important;
}

.blue-pannel button {
    margin-top: -20px;
}

.no-top-padding {
    padding-top: 0px !important;
}

.grey-text-section h3 {
    text-align: left !important;
    color: #616265 !important;
}

.grey-text-section p {
    font-size: 16px;
    text-align: left;
    color: #616265;
    font-family: "ralewaybold";
}

.grey-text-section {
    padding-left: 1%;
}

.align-left {
    text-align: left;
}

.numeric-list li, .bullet-list li {
    padding: 10px 0px;
}

.numeric-list, .bullet-list {
    color: #616265 !important;
    font-size: 18px;
    text-align: left;
}

.bullet-list {
    list-style-type: none;
    padding-left: 0px;
}

    .bullet-list li:before {
        content: " ";
        background: url(../images/bullet_icon.png) no-repeat !important;
        height: 15px;
        width: 20px;
        display: inline-block;
        vertical-align: bottom;
    }

.plane-product-tile h2, .plane-product-tile h1 {
    font-size: 26px;
}

.select-control {
    -webkit-appearance: none; /* for chrome & safari */
    -moz-appearance: none; /* for mozilla */
    background-image: url("../images/caret-down.png");
    width: 115%; /* To hide the orginal dropdown arrow in IE */
    background-repeat: no-repeat;
    background-position: 97% center;
}

.breadcrumb {
    padding-left: 60px;
}

#surety-mob-inner {
    display: none;
}

#landing-section .accordion-section {
    margin-left: 15px !important;
}

#landing-section .accordion-toggle .icon {
    padding-right: 2%;
}

#landing-section .icon-minus {
    font-size: 2px;
    vertical-align: super;
}

.icon-minus {
    font-size: 2px;
    vertical-align: super;
}

.grey-heading h3 {
    color: #616265 !important;
}

.slider-right-content h4 {
    color: #00205b;
    font-size: 22px;
}

.btn-blue {
    padding: 10px 20px;
    color: #00a3de;
    font-weight: 600;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #00a3de;
}

.small-text {
    color: #616265;
    font-size: 18px;
}

.mob-sec, .mob-sec1 {
    display: none;
}

/*.row-flex img {
    height: 438px;
}*/

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.desktop-slider {
    background-color: #fff !important;
}

@media (max-width: 1280px) {
    .header-text-section {
        padding: 40px;
        width: 54%;
        left: 0;
        top: 0;
        height: 100%;
    }

    /*.row-flex img {
        height: 467px;
    } removed because it was distorting images on featured slider*/

    #landing-section .carousel-control-prev {
        right: 8%;
    }
}

@media (max-width: 1366px) {
    .header-text-section {
        padding: 40px;
        width: 53%;
        left: 0;
        top: 0;
        height: 100%;
    }

    .breadcrumb {
        padding-left: 40px;
    }

    .header-text-section .btn {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {

    .step-portal-page .header-text-section {
        padding: 40px;
        width: 43%;
    }

    .bop-page .header-text-section {
        padding: 40px;
    }

    .step-portal-page .header-text-section h2,
    .bop-page .header-text-section h2 {
        font-size: 27px;
    }
    
    .step-portal-page .header-text-section p,
    .bop-page .header-text-section p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .step-portal-page .landing-top-image.desktop-img,
    .bop-page .landing-top-image {
        height: 370px;
    }

    .step-portal-page .header-text-section h2,
    .bop-page .header-text-section h2 {
        font-size: 24px;
    }

    .step-portal-page .header-text-section p,
    .bop-page .header-text-section p {
        font-size: 16px;
        margin: 20px 0;
    }
}

@media (max-width: 1025px) {
    .row-flex img {
        height: 529px;
    }

    .blue-header .btn-primary, .blue-header .btn-transparent {
        padding: 10px 10px !important;
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    #surety-mob-inner {
        display: block;
        border: 0px !important;
    }

    .blog-info {
        display: table-cell;
    }

    #surety-mob-inner .slider-right-content {
        padding: 15px;
    }

    .accordion-section {
        text-align: left;
    }

    .product-heading h3 {
        text-align: center;
    }

    .plane-product-tile {
        -webkit-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        -moz-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
    }

    #landing-section .icon {
        padding-right: 8% !important;
    }

    .mb-center {
        text-align: center;
    }

    .benefit-list {
        margin-bottom: 0px;
        display: block;
    }

    .desktop-item {
        display: none;
    }

    .desktop-slider {
        display: block !important;
        padding-top: 0px !important;
        background-color: #fff !important;
        padding-bottom: 0px !important;
    }

    .no-top-padding {
        padding-top: 20px !important;
    }

    .mob-sec .blue-bck {
        margin-bottom: 30px !important;
    }

    .desktop-slider #slider-inner {
        display: none;
    }

    .desktop-slider p {
        line-height: 1.5;
    }

    .breadcrumb {
        padding-left: 40px;
        display: none;
    }

    .desktop-tag {
        display: none;
    }

    .search-dropdown {
        transform: unset !important;
        top: 29px !important;
        width: 100%;
    }

    .mob-top-padding {
        padding-top: 20px;
    }

    #landing-section .left-col {
        padding-right: 15px;
    }

    .bottom-col p {
        margin-bottom: 0px;
        width: 88%;
    }

    .table-accordian {
        display: block;
    }

    .bottom-col .icon-downlaod {
        width: 10%;
        text-align: right;
    }

    .mb-banner-section button {
        margin-bottom: 8px;
    }

    .community-mobile-section {
        display: block;
    }
    /*.rms{
    padding-left:0px;
    padding-right:0px;
    }*/
    .desktop-table {
        display: none;
    }

    .community-section {
        background-color: #8a3399;
    }

    .table-accordian .card-header div {
        font-size: 16px !important;
    }

    .header-large-text {
        margin-bottom: 0px;
    }

    .header-small-text {
        margin: 20px 0;
        font-size: 24px;
    }

    .header-large-text {
        font-size: 38px;
    }

    #landing-section {
        Padding: 30px 0px;
    }

        #landing-section h3 {
            text-align: center;
        }

    .blue-bck {
        padding: 30px 20px !important;
        text-align: center;
    }

    .bottom-col p {
        padding: 15px 0px;
        font-size: 18px;
    }

    #plane-product-section {
        padding: 0px;
    }

    .plane-product-tile .producttext {
        text-align: center;
    }

    .inner-grey-content {
        font-size: 18px;
        font-family: 'raleway';
    }

    .header-text-section {
        display: none;
    }

    .individul-insurance {
        text-align: center;
    }

    .individul-insurance-inner .form-control {
        width: 268px;
    }

    .individul-insurance-inner .form-group {
        width: 268px;
        margin-right: auto;
        margin-left: auto;
    }

    .individul-insurance {
        padding-left: 15px;
        padding-right: 15px;
        background: #f5f8fa;
    }

    .green-border .card-header {
        border-left: 5px solid #99CC00;
        padding: 15px;
        border-bottom: none;
    }

    .table-accordian {
        margin-left: 0px !important;
    }

    .accordian-table td {
        padding: 7px 5px;
    }

    .accordian-table {
        font-size: 18px;
        color: #616265;
        width: 100%;
    }

    .mb-sec div {
        width: 100%;
    }

    .bottom-col .mob-sec {
        display: none;
    }

    .accordion-body-section .left-inner-acc {
        width: 45%;
        float: left;
    }

    .accordion-section .collapse {
        padding-top: 0px;
    }

    .left-inner-acc {
        color: #00205b;
    }

    .right-inner-acc {
        color: #616265;
    }

    .blue-pannel {
        text-align: center;
    }

    .no-bottom-padding {
        padding-bottom: 0px !important;
    }

    .benefit-list {
        padding-left: 15px !important;
    }
}

@media (max-width: 765px) {
    #landing-section .icon {
        padding-right: 4% !important;
    }

    .mob-hide, .mob-hide1, .mob-hide2, .mob-hide3, .mob-hide4 {
        display: none;
    }

    .readless, .readless1, .readless2, .readless3, .readless4 {
        display: none;
    }


    .bottom-col .mob-sec, .bottom-col .mob-sec1, .bottom-col .mob-sec2, .bottom-col .mob-sec3, .bottom-col .mob-sec4 {
        display: block;
    }

    .mob-sec, .mob-sec1, .mob-sec2, .mob-sec3, .mob-sec4 {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .landing-top-image {
        display: block;
        height: 200px !important;
    }
}

/* product landing Pages */
@media (max-width: 768px) {
    #service-section-insured {
        padding: 25px 0px 10px 0px;
    }

    .mob-sec .carousel-caption {
        position: unset !important;
        width: unset !important;
    }

    .mob-sec .slider-text {
        padding: 0px;
    }

    .slider-text .mb-text-block h3 {
        font-size: 32px;
        font-family: 'ralewaybold';
        margin-bottom: 20px;
    }

    .slider-text .mb-text-block h4 {
        margin: 20px 0 20px 0px;
        font-size: 20px;
    }

    #slider-mob .carousel-indicators {
        padding-bottom: 0px;
    }

    #slider-mob {
        margin-bottom: 35px;
    }

    .landing-top-image {
        display: block;
        height: 400px !important;
    }
}

@media (max-width: 765px) {
    .landing-top-image {
        display: block;
        height: 200px !important;
    }
}
/* footer addition*/

.footer-tabs {
    margin-top: 15px;
}

.asp-custom-checkbox input[type="checkbox"] {
    visibility: hidden;
}

    .asp-custom-checkbox input[type="checkbox"] + label:before {
        border: 2px solid #CCD6DF;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        height: 21px;
        margin: 0 .25em 0 0;
        padding: 0;
        vertical-align: top;
        width: 21px;
        float: left;
    }

    .asp-custom-checkbox input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #00a3de;
        content: "\2714";
        text-align: center;
    }

    .asp-custom-checkbox input[type="checkbox"]:checked + label:after {
        font-weight: bold;
    }

.mob-img {
    display: none;
}

.right-inner-acc {
    float: left;
    width: 45%;
}
/* footer addition end*/

/*RMS*/

.pink-header {
    background-color: rgba(216, 25, 42, 0.9) !important;
}

.accordion-heading p {
    padding-bottom: 30px;
}

.claim-accordion-section {
    margin-bottom: 60px;
}

    .claim-accordion-section .accordion-heading {
        padding-left: 60px;
        padding-bottom: 20px !important;
    }

    .claim-accordion-section .accordion-heading-left {
        padding-top: 20px;
        padding-left: 40px;
        text-align: right;
    }

    .claim-accordion-section .accordion-heading h4 {
        color: #00205b;
        font-family: "Ralewaybold", sans-serif;
        font-size: 24px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .claim-accordion-section .accordion-heading-left h6 {
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        padding-top: 10px;
        color: #00A0DF;
    }

.claim-accordion-section {
    padding-top: 40px;
}

.rms-header h3, .rms-header h1 {
    font-size: 38px !important;
    font-family: 'ralewaymedium' !important;
    text-align: left !important;
    margin-top: 0vh !important;
    margin-bottom: 30px !important;
    ;
}

.rms-mob-header h5 img, .rms-header h5 img {
    vertical-align: middle;
    margin-right: 5px;
}

.rms-header h5, .rms-header em {
    font-style: italic;
    font-family: 'raleway';
    margin-bottom: 0px;
    font-family: 'ralewaymedium' !important;
    font-size: 1.25rem !important;
}

.rms-header h4, .rms-header h2 {
    margin: 20px 0 40px;
    font-size: 26px;
    font-family: 'ralewaymedium' !important;
    font-weight: normal !important;
    ;
}

.rms-header p {
    margin: 40px 0;
    font-size: 26px;
}

.rms-mob-header h3 {
    font-size: 32px;
    font-family: 'ralewaybold';
}

.mb-banner-section p {
    font-size: 20px;
}

.mb-banner-section h3 {
    font-size: 32px;
    font-family: 'ralewaybold';
}

.rms-mob-header h5 {
    font-style: italic;
    font-family: 'raleway';
    margin-top: 30px;
}

.rms-mob-header h4 {
    margin: 20px 0 20px;
    font-size: 20px;
}

.rms-mob-header p {
    margin: 30px 0 20px 0px;
    font-size: 20px;
    ;
}

.small-grey-content {
    font-size: 18px;
    color: #616265;
}

.mobile-style h4 {
    font-size: 22px;
    color: #00205b;
    margin-top: 20px;
    margin-bottom: 5px;
}

.benefit-list b {
    font-family: 'ralewaybold';
}

.claim-report + p {
    color: #fff;
    margin-top: 30px;
    font-size: 22px;
}

#report-claim-btn {
    margin-top: 80px;
}

.claim-report b {
    color: #00205b;
}

.claim-report b {
    color: #00205b;
}

.claim-tile h3 {
    background: #00205b;
    color: #fff !important;
    padding: 30px 30px;
    margin-bottom: 0px !important;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
    height: 122px;
    display: flex;
    margin: auto;
    align-items: center;
}

.claim-report {
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
    font-family: 'Ralewaybold';
}

.img-complementary {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.complementary_products .benefit-list {
    padding-top: 20px;
}

.blog p {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.blog b {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}

.blog ul li {
    padding-top: 20px;
    font-size: 20px;
    list-style: none;
    text-indent: -1em;
}

    .blog ul li:first-child {
        padding-top: 0px;
    }

    .blog ul li:before {
        content: " ";
        background: url(../images/bullet_icon.png) no-repeat !important;
        height: 15px;
        width: 20px;
        display: inline-block;
        vertical-align: bottom;
    }
       
.blog ul {
    padding-left: 50px;
}

.blog ol {
    padding-left: 40px;
}

    .blog ol li {
        padding-top: 20px;
        font-size: 20px;
    }

        .blog ol li:first-child {
            padding-top: 0px;
        }


.blog-slide .carousel-control-prev, .blog-slide .carousel-control-next {
    position: absolute !imp;
    top: -65px !important;
    bottom: 0;
    align-items: unset;
    display: block;
    opacity: .9;
    width: 40px !important;
}

.blog-slide .carousel-control-prev {
    right: 86px !important;
    left: auto !important;
}

.blog-slide .carousel-control-next {
    right: 19px !important;
}

.pink {
    background: rgb(216, 25, 42) !important;
}

.blog-tile {
    min-height: 257px;
}

.blogttext h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #00205b;
    font-size: 24px;
}

.blogttext {
    margin: 25px 20px 20px 20px;
    text-align: left;
    padding-bottom: 20px;
}

.blog-tag-line img {
    padding-right: 5px;
}

.blog-tag-line p {
    float: left;
    margin-right: 2%;
}

.blog-tag-line {
    padding-left: 20px;
    margin-left: 0px;
    color: #616265;
    font-size: 18px;
}

.blog-media {
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.product-blog h3 {
    margin-bottom: 20px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Raleway';
    text-align: left !important;
}

.blog-product-heading h3 {
    margin-bottom: 25px;
    color: #00205b;
    font-size: 26px !important;
    font-family: 'Ralewaybold' !important;
    text-align: left !important;
}

.product-blog {
    padding: 0px 25px;
}

.pink-video-desktop-text .video-text {
    background-color: rgba(216, 25, 42, 0.9) !important;
    color: white;
    width: 50%;
    padding: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
}

.pink-video-mob-text {
    display: none;
}

.img-rms {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.pink-video-desktop-text {
    width: 100%;
}

.mob-hide3 div:first-child, .mob-hide2 div:first-child, .mob-hide1 div:first-child, .mob-hide div:first-child {
    border-top: 0px !important;
}

.bottom-col div:first-child {
    border-top: 1px solid #E9EDF0;
}

.desktop-sec {
    display: block;
}

.inner-grey-content p {
    font-size: 20px;
}

.right-mid-section .accordion-heading {
    padding-top: 0px;
}

.claim-acco .card {
    background-color: transparent;
}

.claim-acco .card-header {
    background-color: transparent;
}

.pink-mid-header {
    background-color: rgba(216, 25, 42,1) !important;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    padding: 45px 50px;
    right: 0px !important;
}

.claim-paragraph p {
    margin-top: 15px;
    margin-bottom: 25px;
}

#msform {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
    padding-right: 0px;
}

.claim-report span.icon-caret-down {
    font-size: 7px;
    color: #00205b;
    float: none !important;
    vertical-align: middle;
    height: 20px;
}

    .claim-report span.icon-caret-down:before {
        color: #00205b;
        float: unset;
    }

#landing-section .claim-acco {
    padding-top: 30px;
    margin-left: 0px !important;
}

.submit-buttons .btn {
    margin-right: 20px;
}

.claim-form {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .blog b {
        text-align: center;
    }

    .claim-accordion-section .accordion-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .submit-buttons .btn {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .blog ul {
        padding-left: 30px;
    }

    .blog-media {
        text-align: center;
    }

    .desktop-sec {
        display: none;
    }

    .product-blog h3 {
        text-align: center !important;
    }

    .mobile-style {
        padding-bottom: 20px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pink-video-desktop-text {
        display: none;
    }

    .pink-video-mob-text {
        display: block;
    }

        .pink-video-mob-text .video-text {
            background-color: rgb(216, 25, 42) !important;
            color: white;
            float: right;
            width: 100%;
            padding: 40px;
        }

    .mob-white-bck {
        background: #fff;
        padding-bottom: 0px;
    }

    .mob-slide {
        width: 100%;
    }

    .mob-img {
        display: block;
    }

    .desktop-img {
        display: none;
    }

    .right-mid-section .accordion-section {
        margin-left: 0px !important;
    }

    .right-mid-section {
        width: 100%;
    }

        .right-mid-section .accordion-heading {
            padding-left: 0px;
            text-align: center;
        }

    .pink-mid-header {
        background-color: rgb(216, 25, 42) !important;
        width: 100%;
        height: 100%;
        background-size: cover;
        color: #fff;
        text-align: center;
        padding: 20px;
    }
}
/*RMS*/
/*claims*/
.select-custom-control {
    background-position: 95% !important;
}

.claim-form .form-control-sm.phone-no-small {
    width: 20% !important;
}

.claim-form .form-control-sm.phone-no-medium {
    width: 42% !important;
}

.fieldset {
    width: 100%;
    margin-top: 63px;
}

.search-acc {
    margin-left: 0px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.btn-link:hover {
    text-decoration: none;
    color: #00a3de;
}

.btn-link {
    float: right;
    background: transparent;
    border: none;
    color: #00205b;
    font-size: 17px;
    font-weight: bold;
}

.claim-left-row .col-md-6 {
    padding-left: 0px;
}
/*Hide all except first fieldset*/
#msform .fieldset:not(:first-of-type), #msform fieldset:not(:first-of-type), .fieldset:not(:first-of-type) {
    display: none;
}

.claim-form .btn-default img {
    padding-right: 7px;
}

#form-menu b {
    float: left;
}

#form-menuvalues .dropdown-item {
    padding: 12px 30px;
    border-bottom: 1px solid #909090;
    color: #000;
    font-weight: 500;
}

#form-menuvalues a.dropdown-item:hover {
    background: #00205b;
    color: #fff;
}

.claim-form .btn-default {
    border-radius: 25px;
    padding: 8px 20px 10px;
    color: #fff;
    background: #ccd6df;
    min-width: 13%;
}

.claim-left-row .bg-color-row span {
    line-height: 1.3;
}

#case-number, #injuries-detail, .suit-info, .second-vechile, .third-vechile, .injuries-detail-second, .injuries-detail-third {
    display: none;
}

.claim-accordion-section .search-section .form-control {
    color: #848891;
    font-family: "Raleway", sans-serif;
}

.claim-accordion-section .search-section .border {
    border: 2px solid #dee2e6 !important;
}

.claim-accordion-section .input-group input, .claim-accordion-section .input-group-text {
    border-radius: 25px;
}

.claim-accordion-section .search-section .border-right-0 {
    border-right: 0 !important;
    padding: 20px;
}

.claim-accordion-section .search-section .input-group-text {
    border: 2px solid #dee2e6 !important;
}

.claim-accordion-section .search-section .input-group-append {
    margin-left: -2px;
}

.claim-form .submit-buttons {
    text-align: center;
    padding: 40px 0px;
}

.claim-form .form-sub-heading {
    color: #00205b;
    font-size: 20px;
    padding: 10px 0px 30px;
    font-family: 'ralewaymedium';
    margin-left: 40%;
}

    .claim-form .form-sub-heading span {
        float: right;
        font-size: 14px;
        color: #00a0df;
        cursor: pointer;
    }

.radio-btn {
    margin-bottom: 0px;
    margin-top: 15px;
}

.claim-form input[type="radio"], input[type="checkbox"] {
    width: 6% !important;
}

.claim-form .btn-primary, .claim-form .btn-blue {
    min-width: 13% !important;
    width: 160px !important;
}

.claim-accordion-section .input-group.search-section {
    padding: 0px 0px 30px 0px;
}

.claim-accordion-section .search-section .input-group-append .bg-transparent {
    padding-bottom: 7px;
    height: 44px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.claim-checkbox {
    padding-top: 0px !important;
    color: #616265 !important;
}

.req-icon {
    margin-top: 0px !important;
}

.map-search .table {
    margin-bottom: 40px;
}

.map-contact, .map-search {
    padding: 10px 25px;
}

.map-search {
    padding-bottom: 25px;
}

.map-contact h3 {
    margin-bottom: 20px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
}

.map-contact h6 {
    color: #000;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.map-contact h5 {
    font-size: 18px;
}

.map-search .table tbody th, .map-search .table tbody td {
    font-size: 18px;
}

.map-search .table tbody {
    border: 2px solid #E9EDF0;
}

.map-search .accordion-heading p {
    padding-bottom: 15px;
}

.red-alert {
    color: #cc0000;
    font-size: 14px;
    line-height: 18px !important;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    width: 400px;
    float: right;
    counter-reset: step;
    margin-bottom: 0px;
    height: 28px;
    padding-left: 10px;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 11.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 28px;
            height: 28px;
            line-height: 28px;
            display: block;
            font-size: 15px;
            color: #333;
            background: white;
            border-radius: 25px;
            background: #fff;
            color: #d3d6d8;
            border: 1px solid #d3d6d8;
            padding-left: 9px;
            font-family: sans-serif;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #d3d6d8;
            position: absolute;
            left: -77%;
            top: 13px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #00a3de;
            color: white;
            border: 1px solid #00a3de;
        }

.dropdown-menu {
    will-change: transform;
    top: 67px;
    left: 70px;
    transform: inherit !important;
}

#form-menuvalues {
    position: absolute;
    padding: 0px;
    width: auto;
    border-radius: 0px;
    background-color: #fff;
    border: none;
    font-size: 18px;
    top: 44px;
    -webkit-box-shadow: -1px -1px 23px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 23px -2px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 23px -2px rgba(0,0,0,0.75);
}

.claim-top .right-mid-top-section h3 {
    padding-left: 35px;
}

.carousel-caption .header-text-section {
    width: unset;
}

.right-low-section {
    padding: 0px;
    border: 30px solid #e9edf0;
    margin-left: -15px;
}

.form-heading h3 {
    color: #00205b;
    font-family: "Ralewaybold", sans-serif;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 30px;
    float: left;
}

.claim-form {
    text-align: left !important;
}

    .claim-form .bg-color-row, .claim-form .custom-checkbox {
        font-size: 16px !important;
        margin-bottom: 8px;
    }

    .claim-form .col-md-4 {
        text-align: right !important;
        color: #616265;
    }

    .claim-form .form-control-lg {
        width: 90% !important;
    }

    .claim-form .form-control-sm {
        width: 29.5% !important;
    }

.claim-left-row .form-control {
    display: inline;
}

.claim-left-row span.icon-play3 {
    padding-left: 10px;
    float: right;
    margin-top: 15px;
}

.check-row {
    margin-left: 9px;
}

.claim-tile .blue-bck div {
    position: absolute;
    bottom: 20px;
    float: left;
}

.claim-tile .blue-bck {
    height: 86%;
    position: relative;
}

.bg-color-row label {
    margin-top: 15px;
    display: inline-grid;
    width: 84%;
}

.progress-block span {
    margin-top: 3px;
}

.progress-block {
    float: right;
    display: inline-flex;
    margin-top: 17px;
    color: #616265;
    font-size: 16px;
}

.btn-transparent {
    color: #fff !important;
    border-color: #fff !important;
}

.pink-header .btn {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.map-below-section {
    width: 100%;
}

.map-contact h2 {
    margin: 40px 0px;
    font-size: 18px;
}

.attachments {
    margin-top: 15px;
}

.table-radio-btn {
    width: 250px !important;
    border: none;
}

    .table-radio-btn label {
        margin-right: 20px;
        width: auto !important;
    }

    .table-radio-btn input[type="radio"] {
        width: 20px !important;
        height: 19px;
        vertical-align: text-bottom;
        margin-right: 15px;
    }

.accordion-section .card-header .collapsed {
    width: 95%;
    float: left;
}

.full-width {
    width: 100% !important;
}

    .full-width .img-fluid {
        width: 100% !important;
    }

.blue-slider .blue-inner-top-section {
    padding-left: 0px;
}

.featured-news .slider-right-content p img {
    margin-right: 10px;
}

hr.topmargin {
    margin-top: 0px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .claim-top .right-mid-top-section h3 {
        padding-left: 0px;
    }

    hr.topmargin {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .mob-top-margin {
        margin-top: 30px;
    }

    .mob-sec.mob-acc {
        width: auto;
    }

    .pink-mob-banner .btn {
        color: #fff !important;
        border-color: #fff !important;
        background-color: transparent !important;
        border: 2px solid #fff;
    }

    .claim-form .form-sub-heading {
        margin-left: auto;
    }

    .map-contact .mob-center {
        text-align: center;
    }

    .hide-all {
        display: none;
    }

    .show-all, .hide-all, .show-prod-all, .hide-prod-all {
        font-size: 16px;
        color: #00a3de;
        text-align: right;
        font-family: "raleway";
        margin-bottom: 0px;
    }

    .claim-accordion-section {
        margin-bottom: 10px;
    }

    .show-all span {
        font-size: 14px;
    }

    .map-search .accordion-heading {
        padding-left: 15px;
    }

    .claim-form .btn-primary {
        min-width: 13% !important;
        width: unset !important;
    }

    .progress-block {
        display: block !important;
        width: 100%;
    }

    .no-mob-bottom-padding {
        padding-bottom: 0px !important;
    }

    .no-mob-padding {
        padding: 0px !important;
    }

    .desk-sec {
        display: none;
    }

    .accordion-section.mob-sec .card {
        text-align: left;
    }

    .form-heading h3 {
        float: unset;
        padding-left: 0px;
    }

    #progressbar {
        width: unset;
        float: unset;
        margin-left: 10%;
        padding-left: 0px;
    }

        #progressbar li:before {
            padding-left: 0px;
        }

    .claim-form .form-control-lg {
        width: 100% !important;
    }

    .claim-form .col-md-4 {
        text-align: left !important;
        color: #616265;
    }

    .claim-form {
        text-align: center !important;
    }

    .claim-left-row .col-md-6 {
        padding-left: 15px !important;
    }

    .product-header .right-header-section.right-mid-top-section h3 {
        margin-left: 0px !important;
    }

    .map-acc-table {
        padding: 0px 10px;
    }

    .map-acc .card-header {
        color: #00205b !important;
    }

    .map-acc h5 {
        font-weight: bold;
        float: left;
    }
}

.pink-header.carousel-caption .header-text-section {
    width: 100% !important;
}

@media (max-width: 767px) {
    .bg-color-row label {
        margin-top: 15px;
        display: inline-grid;
        width: unset;
    }

    .claim-left-row span.icon-play3 {
        padding-left: 10px;
        float: none !important;
        margin-top: 15px;
    }
}

.table-radio-btn {
    width: 250px !important;
    border: none;
}


/*claims*/
/*campagin*/
.video-desktop-text .green-banner {
    background-color: rgba(10,137,8,0.9) !important;
}

.video-desktop-text .pink-banner {
    background-color: rgba(216, 25, 42, 0.9) !important;
}

.left-border {
    padding: 20px;
    border-left: 1px solid #fff;
}

.campaign-footer-left {
    font-size: 37px;
    color: #99ce00;
    font-family: "Ralewaybold";
    margin-right: 20px;
}

.btn-form-primary {
    padding: 8px 20px 10px;
    color: #fff;
    border-radius: 0px;
    background: #00a3de;
    border: 2px solid #00a3de;
    font-family: "Raleway", sans-serif;
    width: 100%;
}

.addthis_toolbox a {
    margin-right: 5px;
}

.product-list h3 {
    margin-top: 0px !important;
}

.pink-header.carousel-caption .header-text-section {
    width: 100% !important;
}

@media (max-width: 768px) {
    .video-mob-text .pink-banner {
        background: #D8192A !important;
        opacity: 1;
    }

    .video-mob-text .green-banner {
        background: rgb(10,137,8) !important;
        opacity: 1;
    }

    .addthis_toolbox {
        text-align: center;
    }

    .left-border {
        padding: 20px;
        border-left: none;
    }

    .align-self-center {
        text-align: center;
    }

    .italic-content {
        text-align: center;
        color: #000 !important;
    }

    .outer-section#slider {
        display: block !important;
    }

        .outer-section#slider .carousel-control-prev, .outer-section#slider .carousel-control-next {
            display: none;
        }
}

.outer-section {
    padding: 0px 45px;
}

.outer-section {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}

#landing-section .campagin-acco {
    padding-top: 0px;
    margin-left: 0px !important;
    width: 100%;
}


.outer-section#slider {
    background-color: #fff !important;
}

.product-bullet-list li {
    padding-top: 20px;
    list-style: none;
}

.product-bullet-list ul {
    list-style: none;
    padding-left: 5px;
}

.product-bullet-list li:before {
    content: " ";
    background: url(../images/bullet_icon.png) no-repeat !important;
    height: 15px;
    width: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.italic-content {
    font-style: italic;
}

.share-tag {
    padding-right: 15px;
}

.share-img {
    padding-bottom: 0px;
}

.grey-content {
    color: #616265;
    font-size: 20px;
    padding-bottom: 0px;
}

.plane-section {
    padding: 60px;
}

#landing-section .form-group .form-control {
    border-radius: 0px;
}

.icon-caret-down {
    color: #00a0df !important;
    float: right !important;
    margin-top: 25px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .outer-section {
        padding: 30px 0px;
    }

    .plane-section {
        padding: 30px;
    }

    .share-tag, .share-img {
        text-align: center;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .accordion-section {
        margin-left: 15px;
    }

    div#welcome-section + div#landing-section {
        padding-top: 30px !important;
    }
}
/*campagin*/
/*about*/
.about-block {
    padding: 0px 45px 60px 45px;
}

.about-quote {
    background-color: #f5f8fa;
    padding: 40px;
    text-align: center;
    color: #616265;
    font-family: 'ralewaymedium';
}

    .about-quote p {
        color: #eee;
        font-size: 1.5rem;
        color: #A49991;
        padding-top: 35px;
    }

.performance p {
    color: #A49991;
    font-family: 'ralewaymedium';
    font-size: 22px;
}

.about-second-block {
    padding: 60px 40px;
    color: #00205b;
    font-size: 20px;
    font-family: raleway;
}

.about-first-block p {
    padding: 0px 25px 20px 0px !important;
}

.about-second-block b {
    font-size: 32px;
    font-family: ralewaybold;
}

.blue-border {
    border-left: 2px solid #9ad9f2;
}

.about-block h3 {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
}

#welcome-section {
    padding-bottom: 60px;
}

.header-cat #slider {
    background-color: #fff !important;
}

.mob-section {
    display: none;
}

.center-section {
    text-align: center;
}

    .center-section h2 {
        margin-bottom: 40px;
        color: #00205b;
        font-size: 32px;
        font-family: 'Ralewaybold';
    }

.about-block a.btn {
    margin-top: 35px;
}

.blue-desktop-text {
    width: 100%;
}

.blue-mid-header {
    background-color: rgba(0, 163, 222, 0.9) !important;
    color: white;
    width: 50%;
    padding: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
}
    .orange-mid-header {
        background-color: #FF9900 !important;
        color: white;
        width: 50%;
        padding: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
    }
        .purple-mid-header {
            background-color: rgba(137, 51, 152, 0.9) !important;
            color: white;
            width: 50%;
            padding: 60px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0px;
        }
            .green-mid-header {
                background-color: rgba(0, 153, 0, 0.9) !important;
                color: white;
                width: 50%;
                padding: 60px;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0px;
            }
                .dark-blue-mid-header {
                    background-color: rgba(0, 32, 91, 0.9) !important;
                    color: white;
                    width: 50%;
                    padding: 60px;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 0px;
                }
                    .light-green-mid-header {
                        background-color: rgba(153, 204, 0, 0.9) !important;
                        color: white;
                        width: 50%;
                        padding: 60px;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 0px;
                    }
                        .yellow-mid-header {
                            background-color: rgba(255, 204, 0, 0.9) !important;
                            color: rgba(0, 32, 91, 1);
                            width: 50%;
                            padding: 60px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            right: 0px;
                        }

.video-desktop-text .purple-banner {
    background-color: rgba(137, 51, 152, 0.9) !important;
    left: 14px !important;
}

.left-banner .video-control {
    position: absolute;
    z-index: 9;
    top: 47%;
    right: 10%;
    transform: translate(-50%, -50%);
    padding: 60px;
    left: auto !important;
}

.left-banner .banner-large-text {
    font-size: 36px;
    font-family: "Ralewaybold";
}

.left-section h2 {
    margin-bottom: 40px;
    color: #00205b;
    font-size: 32px;
    font-family: 'Ralewaybold';
    text-align: center;
}

.blue-slider {
    margin-bottom: 60px;
}

    .blue-slider .row {
        display: flex;
    }

    .blue-slider .carousel-indicators {
        margin-bottom: 25px !important;
    }

        .blue-slider .carousel-indicators .active {
            background: #fff;
        }

        .blue-slider .carousel-indicators li {
            border: 2px solid #fff;
            background: #00a0df;
        }

    .blue-slider img {
        width: unset !important;
    }

    .blue-slider h3 {
        color: #00205b;
        font-size: 32px;
        padding-top: 10px;
        padding-bottom: 5px;
        font-family: ralewaymedium;
        margin-bottom: 0px;
    }

    .blue-slider p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .blue-slider .news-inner {
        padding-right: 60px;
    }

.blue-inner-top-section {
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
    font-family: 'Ralewaybold';
    padding-left: 60px;
}

.blue-bckground {
    padding: 60px 40px;
    background-color: #f5f8fa;
    color: #00205b;
    font-size: 20px;
    font-family: raleway;
}

.about-member {
    padding: 0px;
}

.about-mem-section {
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
    background-color: rgba(0, 32, 91, 0.9);
    color: #fff;
    padding: 60px;
    text-align: center;
}

    .about-mem-section p {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: normal;
    }

.about-video {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}

.performance {
    text-align: center;
}

    .performance a {
        text-align: center;
    }

    .performance p {
        padding-bottom: 60px !important;
    }

    .performance h1 {
        text-align: center;
        color: #009900;
        margin: 40px 0px;
        font-size: 40px;
        font-family: 'ralewaybold';
    }

#leaders .producttext h4 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #00205b;
    font-size: 24px;
    font-family: 'Ralewaybold';
}

#leaders .producttext h5 {
    margin-bottom: 20px;
    color: #000;
    font-size: 20px;
}

#leaders {
    text-align: center;
}

.product-tile:hover .producttext h5 {
    color: #00a3de !important;
}

.moreContent, .myBtnLess {
    display: none;
}

.left-banner .video-text {
    left: 14px !important;
}

.about-bottom-banner {
    padding-bottom: 60px;
}

.performance .col-md-4 div {
    padding: 0px 60px;
}

#leaders .product-tile {
    height: auto;
    margin-bottom: 32px;
}

.logo-section a {
}

.logo-popup .modal-dialog {
    margin: 8.75rem auto;
}

.logo-popup .modal-header h4 {
    color: #00205b !important;
    font-family: 'Ralewaybold';
    margin-bottom: 0px;
    font-size: 20px;
}

.logo-popup .modal-header {
    margin-bottom: 20px;
    background-color: #f5f8fa;
    border: 0px !important;
    padding: 1rem 2rem;
    margin-bottom: 0px;
}

.logo-popup .modal-content {
    border-radius: 0px !important;
}

.logo-popup .modal-body {
    padding: 20px 40px;
}

.logo-popup + .modal-backdrop {
    background: #00205b !important;
    opacity: 0.8 !important;
}

.heading-only h2 {
    margin-bottom: 0px;
    color: #00205b;
    font-size: 32px;
    font-family: 'Ralewaybold';
    text-align: center;
}

.light-pink-banner {
    background-color: rgba(205, 75, 133, 0.9) !important;
}

.myBtn {
    color: #00A0DF;
}

.about-member h3 {
    padding: 20px;
}

.leader h3 {
    margin-bottom: 0px;
}

.leader h5 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #00205b;
    font-family: 'Ralewaybold';
}

.about-quote h4 {
    font-size: 28px;
}

.about-quote img {
    margin-bottom: 40px;
}

.share-section {
    color: #616265;
    font-size: 20px;
    padding-bottom: 0px;
}

    .share-section span {
        margin-right: 15px;
    }

.no-bottom-margin h3 {
    margin-bottom: 0px;
}

.about-quote .carousel-item h4, .about-quote .carousel-item p {
    font-size: 20px !important;
    font-family: 'raleway';
}

.career-news-inner h3 {
    color: #00205b;
    margin-bottom: 0px !important;
}

.career-news-inner {
    padding-left: 20px;
}

.center-section .carousel-indicators {
    bottom: -65px;
    margin-bottom: 0px;
}

.career-tag-line h1 {
    color: #00205b;
    font-size: 36px;
}

    .career-tag-line h1 b {
        font-family: 'ralewaybold';
    }

.leader-section img {
    margin-bottom: 10px;
}

.leader-section h3 {
    margin-bottom: 5px;
    color: #00205b;
    font-size: 30px;
    font-family: 'Ralewaybold';
}

.leader-section h4 {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 22px;
    font-family: 'Ralewaymedium';
}

.campagin-addthis {
    display: inline-block !important;
}


.show-all, .hide-all, .show-prod-all, .hide-prod-all {
    font-size: 16px;
    color: #00a3de;
    text-align: right;
    font-family: "raleway";
    margin-bottom: 20px;
    float: right;
    width: 120px;
    cursor: pointer;
}

.show-prod-all, .hide-prod-all {
    margin-bottom: 0px !important;
    float: right;
    width: 100%;
    margin-right: 15px;
}

.all-products .accordion-section .card-header .collapsed {
    width: 100%;
}

.hide-all, .hide-prod-all {
    display: none;
}

.green-heading h3 {
    color: #00A56B !important;
}

.mob-hr-line {
    display: none;
}

.slider-right-content img {
    width: auto;
    height: auto;
}

.about-block #slider {
    background-color: #fff;
}

.newsroom-addthis {
    margin-top: 15px;
}

.slider-full {
    box-shadow: 0px 4px 32px 37px rgb(240, 245, 249);
    background: rgb(240, 245, 249);
}

    .slider-full .white-tile {
        background: #fff;
        box-shadow: none;
    }

.about-block #slider {
    padding-top: 0px;
    padding-bottom: 0px;
}

.videoimg {
    width: 100%;
}

#latest-news .carousel-control-prev-icon, #previous-charities .carousel-control-prev-icon {
    background: url(../images/sliderleft.png) no-repeat !important;
    height: 40px;
    width: 40px;
}

#latest-news .carousel-control-next-icon, #previous-charities .carousel-control-next-icon {
    background: url(../images/sliderright.png) no-repeat !important;
    height: 40px;
    width: 40px;
    margin-left: 4px;
}

#latest-news .carousel-control-prev, #latest-news .carousel-control-next, #previous-charities .carousel-control-prev, #previous-charities .carousel-control-next {
    top: -66px !important;
    width: 9%;
    height: 40px;
}

#latest-news .carousel-control-prev, #previous-charities .carousel-control-prev {
    right: 6%;
}

#latest-news .carousel-control-next, #previous-charities .carousel-control-next {
    right: 0%;
}

#latest-news h3 {
    margin-bottom: 40px;
    margin-top: 20px;
}

#previous-charities h3 {
    margin-bottom: 40px;
    margin-top: 0px;
}

#previous-charities p {
    font-weight: 16px;
    color: #616265;
}

.white-box-text {
    padding: 30px 40px;
}

    .white-box-text h6 {
        font-family: 'ralewaybold';
        color: #9AA7B3;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .white-box-text h5, .white-box-text h2 {
        color: #9AA7B3;
        font-size: 20px;
        font-style: italic;
        margin-bottom: 40px;
    }

    .white-box-text h4, .white-box-text h1 {
        color: #00205b;
        font-size: 24px;
        margin-bottom: 40px;
        font-family: 'ralewaymedium';
    }

    .white-box-text p {
        color: #616265;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .white-box-text a {
        font-family: 'ralewaybold';
    }

.white-tile .producttext h4 {
    color: #00205b;
    font-family: 'ralewaymedium';
}

.slider-full .carousel-control-prev {
    right: 8% !important;
    left: auto !important;
    width: 4% !important;
}

@media (min-width: 1280px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .row-eq-height > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }
}

.slider-gradient {
    background: #F0F3F6;
    box-shadow: 0px 4px 32px 37px rgb(240, 245, 249);
    height: 150px;
    margin-bottom: 40px;
    width: 100%;
}

    .slider-gradient .carousel-control-prev {
        right: 8% !important;
        left: auto !important;
        width: 4% !important;
    }

.tree-planting-video {
    display: none;
}

.tree-planting-video-control {
    position: absolute;
    z-index: 9;
    top: 47%;
    left: 47%;
    transform: translate(-50%, -50%);
    padding: 60px;
}

.tree-plantation-social {
    margin-top: 20px;
    text-align: left;
}

.tree-planting-image {
    margin-top: 25px;
}

.featured-news .carousel-indicators {
    margin-bottom: 25px;
}

#gradient-mob-inner {
    display: none;
    width: 100%;
}

#advertisements {
    width: 100%;
}

.green-hover, .orange-hover, .blue-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

#advertisements .blog-tile, #advertisements-mob-inner .blog-tile {
    position: relative;
    min-height: auto;
}

#advertisements-mob-inner .imagebox {
    position: relative;
}

    #advertisements .imagebox:hover .green-hover, #advertisements-mob-inner .imagebox:hover .green-hover {
        background-color: rgba(153, 205, 0, 0.9) !important;
        opacity: 1;
    }

    #advertisements .imagebox:hover .orange-hover, #advertisements-mob-inner .imagebox:hover .orange-hover {
        background-color: rgba(255, 153, 0, 0.9) !important;
        opacity: 1;
    }

    #advertisements .imagebox:hover .blue-hover, #advertisements-mob-inner .imagebox:hover .blue-hover {
        background-color: rgba(0, 160, 223, 0.9) !important;
        opacity: 1;
    }

#advertisements .imagebox .imagebox-desc #advertisements-mob-inner .imagebox .imagebox-desc {
    margin-top: 0%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .text .custom_images {
        padding-top: 20px;
    }

    .text img {
        width: auto;
    }

#advertisements-mob-inner {
    display: none;
}

.btn-transparent .icon-downlaod {
    font-size: 18px;
}

.form-search-archive label {
    float: left;
    margin-right: 40px;
    margin-top: 8px;
}

.form-search-archive select {
    float: left;
    width: 300px;
    padding: 20px 5px;
}

.archive-acc {
    padding-top: 30px;
    margin-left: 0px;
}

.archive-news {
    padding-top: 40px;
}

.dark-blue-border .card-header {
    border-left: 5px solid #00205b;
}

.accordion-section .card-header .icon-downlaod {
    font-size: 18px;
    margin-top: 7px;
    float: right;
    color: #00a0df;
}

.left-logo-sec {
    padding-top: 45px;
}

    .left-logo-sec img {
        margin-bottom: 60px;
    }

    .left-logo-sec span, .participation-prog-text span {
        color: #00a0df;
    }

        .left-logo-sec span b, .participation-prog-text b {
            color: #00205b;
            font-family: 'ralewaybold';
        }

.charity-text p {
    font-size: 20px;
    color: #616265;
    margin: 30px;
}

.charity-text .addthis_toolbox {
    font-size: 20px;
    color: #616265;
    margin: 30px;
}

.partners-carousel h3 {
    margin: 0px !important;
}

.partners-carousel p {
    margin: 10px 0px 40px 0px !important;
    font-size: 18px;
    color: #616265;
}

.partners .slider-gradient {
    height: auto !important;
}

.participation-program .carousel-indicators, .environmental-resp .carousel-indicators {
    bottom: 0px;
    margin-bottom: 20px;
}

    .participation-program .carousel-indicators li, .environmental-resp .carousel-indicators li {
        width: 18px;
        height: 18px;
        border: 2px solid #ccd6df !important;
        background-color: transparent;
        border-radius: 50%;
    }

    .participation-program .carousel-indicators .active, .environmental-resp .carousel-indicators .active {
        background-color: #ccd6df !important;
    }

.charity-text .logo-image {
    margin: 30px;
}

.charity-text a {
    font-size: 20px;
}

.charity-text {
    font-size: 20px;
    color: #616265;
}

.logo-fwi-image {
    display: unset;
    margin-left: 30px;
    max-width: 120px !important;
}

.logo-paragraph {
    margin-top: 30px;
}

.environmental-resp {
    padding-top: 60px;
}

.about-block .blue-mid-header h2, .orange-mid-header h2, .purple-mid-header h2, .green-mid-header h2, .dark-blue-mid-header h2, .light-green-mid-header h2, .yellow-mid-header h2 {
    font-size: 40px;
    font-family: "Ralewaymedium";
    margin-bottom: 2rem;
}

    .about-block .blue-mid-header h2 b {
        font-family: "Ralewaybold";
    }

.about-block .blue-mid-header p, .orange-mid-header p, .purple-mid-header p, .green-mid-header p, .dark-blue-mid-header p, .light-green-mid-header p, .yellow-mid-header p {
    font-size: 24px;
}

.video-slider-banner h2 {
    font-family: 'ralewaybold';
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
}

.video-slider-banner p {
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 0rem;
}

.video-slider-banner {
    background-color: rgb(247,157,23);
    color: #fff;
    padding: 15px;
    display: flex;
}

#video-slider .video-control {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 37%;
    transform: none;
}

#video-slider .video-mob-text {
    text-align: center;
}

#video-slider #slider-inner {
    width: 100%;
}
/*#video-slider .carousel-control-prev, #video-slider .carousel-control-next{
	top: auto;  
  display: unset; 
 }*/
.phly-title h3 {
    font-family: 'ralewaymedium';
}

    .phly-title h3 b {
        font-family: 'ralewaybold';
    }

.rms .about-quote p {
    color: #fff;
}

.rms .about-quote {
    background-color: transparent;
    color: #fff !important;
    padding: 0px 30px;
}

.blog-header {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-video .left-banner .video-control {
    right: 40%;
}

#headervideoimg {
    width: 100%;
}

    #headervideoimg iframe {
        width: 100%;
    }

.left-blog-img {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.right-blog-img {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.full-img {
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 30px 0px;
    display: block !important;
}

.blog-filter-tile h2 {
    font-family: 'Ralewaymedium';
    font-weight: unset;
    font-size: 25px;
}

.blog-filter-tile p a, .blog-filter-tile p a:hover {
    color: #616265 !important;
    font-weight: 500 !important;
}

.blog-filter-tile {
    margin-bottom: 60px;
}

    .blog-filter-tile p {
        font-style: italic;
        color: #616265;
        font-size: 18px;
        margin-bottom: 5px;
    }

.videobox {
    position: relative;
}

    .videobox .video-control {
        left: 47%;
        top: 50%;
    }

.info p {
    color: #616265;
    margin: 40px 0px 60px;
    font-size: 20px;
}

.tile-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: .5s ease;
}

.dark-blue {
    background-color: rgba(0,32,91,0.9);
}
    /*.dark-blue.header-text-section {
        color:white;
    }*/

.light-grey {
    background-color: #f5f8fa;
}
    .light-grey p{
        
        color: #616265;
    }
    .light-grey h2{
        color: #00205b;
       
    }

/*This is being used in tridion with the color categories*/
.white {
    background-color: #fff;
}

    .white p {
        /* color: #00205b;*/
        color: #616265;
    }

        .white h2 {
            color: #00205b;
        }

.purple {
    background-color: rgba(137, 51, 152, 0.9);
}
.light-green {
    background-color: rgba(153, 204, 0, 0.8);
}

.hover-box {
    position: relative;
}

.quote-desc {
    padding: 15px;
    text-align: center;
}

    .quote-desc img {
        width: auto;
        padding-bottom: 8px;
    }

    .quote-desc h4 {
        font-size: 18px;
        color: #fff;
    }

.blog-filter-block {
    padding: 0px 45px 0px 45px;
}

    .blog-filter-block h3 {
        margin-bottom: 30px;
        color: #00205b;
        font-size: 26px;
        font-family: 'Ralewaybold';
    }

    .blog-filter-block .input-group.search-section {
        padding: 0px 0px 0px 0px !important;
    }

.filter-custom-style {
    border: 2px solid #dee2e6 !important;
    width: 200px;
}

.blog-filter-block .form-group {
    float: right;
    display: flex;
}

    .blog-filter-block .form-group select {
        height: calc(2.25rem + 8px) !important;
    }

    .blog-filter-block .form-group img {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }

    .blog-filter-block .form-group label {
        display: flex;
        margin-top: 10px;
        margin-right: 15px;
        color: #00a3de;
        font-family: 'ralewaymedium';
    }

.blog-filter-block .claim-accordion-section {
    margin-bottom: 30px;
}

.env-res .about-quote {
    background: #fff !important;
}

.env-success .summary b {
    font-family: 'ralewaybold';
}

.env-success .summary {
    background-color: #f5f8fa;
    padding: 20px 15px;
    font-size: 20px;
    color: #616265;
}

.env-success h5 {
    background: #00205b;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.green-sec img {
    padding-bottom: 40px;
}

.green-sec h4 {
    color: #009900;
    font-size: 26px;
    display: inline-block;
    font-family: 'ralewaybold';
    margin-bottom: 0px;
}

.list-summary {
    padding-bottom: 40px;
}

.lower-summary h5 {
    font-family: 'ralewaybold';
}

.lower-summary {
    width: 100%;
}

    .lower-summary h4 {
        color: #009900;
        font-size: 24px;
        font-family: 'ralewaybold';
        margin-bottom: 30px;
    }

.list-summary p {
    margin-bottom: 0px;
}

.env-success h2 {
    color: #616265;
    font-size: 26px;
    font-family: 'ralewaybold';
    text-align: center;
    margin-bottom: 45px;
}

.partnership .blog-tag-line {
    padding-left: 0px;
    color: #8d98a2;
}

.playyoutubebtn1 {
    display: none;
    pointer-events: none;
}

.partnership .blog-tag-line p a {
    color: #8d98a2;
}

.partnership h3 {
    color: #616265;
    font-size: 28px;
    font-family: 'ralewaybold';
    margin-bottom: 5px;
}

.buddies_newsroom h2 {
    color: #616265;
    font-size: 26px;
    font-family: 'ralewaybold';
    margin-bottom: 30px;
}

.buddies_newsroom {
    padding: 0 30px;
}

.blog-header {
    padding: 30px;
}

.claims-blue {
    margin-bottom: 60px;
}

.desk-top-margin {
    margin-top: 60px;
}

.blog-filter {
    display: none;
}

.play-button {
    position: absolute;
    left: 45.5%;
    top: 37%;
}

.blog-video {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.accordion-section .card-header .collapsed {
    width: 95%;
    float: left;
}

.youtubebtnplay {
    pointer-events: none;
}

.video-desktop-blog {
    width: 100%;
}

#returnToMapView .btn {
    width: auto !important;
}

#showAllOffices .btn {
    width: auto !important;
}

.smallacctext {
    font-size: 14px !important;
}

#mob-center .btn, .mob-center .btn {
    width: auto !important;
}

.btn-margin-right {
    margin-right: 8px;
}

.accordion-section h3 {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 26px;
    font-family: 'Ralewaybold';
    display: inline-flex;
}

.fitness-slider .quote-desc p {
    font-size: 24px;
}

.fitness-slider .quote-desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.social-grp .starrr .fa-star, .social-grp .starrr .fa-star-o {
    font-size: 20px !important;
    margin: 0px 2px;
}

.fitness-slider {
    background-color: #fff !important;
    padding-top: 0px !important;
}

    .fitness-slider .carousel-caption {
        left: unset !important;
        top: 0;
        right: 0;
        text-align: left;
        background-color: rgba(0, 32, 91, 0.9) !important;
        width: 50%;
        bottom: 0;
    }

#advertisements.slider-gradient {
    height: 280px !important;
}

@media (min-width: 1441px) {
    .slider-gradient {
        height: 200px !important;
    }
}

@media (max-width: 768px) {
    .mobile-product-section .show-prod-all, .mobile-product-section .hide-prod-all {
        margin-top: 20px;
        margin-left: 13px;
        text-align: left;
    }

    .mobile-top-padding {
        padding-top: 30px;
    }

    .about-block {
        padding: 0px 0px 30px 0px;
    }

    .fitness-slider .quote-desc h3 {
        font-size: 18px;
    }

    .fitness-slider .quote-desc p {
        font-size: 18px;
    }

    .fitness-slider #surety-mob-inner .carousel-indicators {
        bottom: -35px;
    }

    .fitness-slider #surety-mob-inner .quote-desc {
        padding: 20px !important;
    }

    .fitness-slider #surety-mob-inner {
        background-color: rgba(0, 32, 91, 0.9) !important;
        color: #fff;
    }

    .btn-margin-right {
        margin-right: 0px;
    }

    .about-bottom-banner {
        padding-bottom: 30px;
    }

    .blog-video {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mob-section {
        display: block;
        margin-bottom: 30px;
    }

    .about-block h3 {
        text-align: center;
        margin-bottom: 25px;
    }

    .blue-mob-style {
        padding: 30px 0px;
    }

    .about-mem-section {
        background-color: rgb(0, 32, 91);
        opacity: 1;
        padding: 30px;
    }

    .center-section p {
        text-align: left !important;
    }

    .center-section h2 {
        margin-bottom: 30px;
    }

    .blue-slider {
        margin-bottom: 30px !important;
    }

    .blue-bckground {
        padding-top: 30px;
    }

    .blue-slider .news-inner h3 {
        text-align: left !important;
        padding-bottom: 0px !important;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .blue-slider p {
        color: #fff;
        font-size: 15px;
    }

    .blue-slider .news-inner {
        text-align: left !important;
    }

    .blue-slider .col-sm-12:first-child {
        border-bottom: 0px !important;
    }

    .blue-slider .col-lg-6:first-child {
        border-bottom: 1px solid #fff !important;
        margin-bottom: 30px;
    }

    .blue-slider .carousel-indicators {
        bottom: -35px;
    }

    .blue-slider .col-sm-12:first-child {
        padding-bottom: 0px !important;
    }

    .about-video {
        padding-bottom: 30px !important;
    }

    .purple-banner {
        background-color: #893398 !important;
        left: 14px !important;
        opacity: 1 !important;
    }

    .blue-mid-header {
        background-color: rgba(0, 163, 222, 0.9) !important;
        color: white;
        width: 100%;
        padding: 30px;
        position: relative;
        top: 0;
        bottom: 0;
        right: 0px;
        text-align: center;
    }

        .blue-mid-header .banner-small-text {
            font-size: 20px;
        }

    .about-second-block {
        padding: 30px 20px 0px;
    }

    .buddies_newsroom {
        padding: 0 15px;
    }

    .blue-border {
        border-top: 2px solid #9ad9f2;
        border-left: 0px;
        padding-bottom: 0px !important;
    }

    #welcome-section {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        #welcome-section + .mob-dropdown {
            margin-top: -30px;
        }

    .mob-dropdown {
        padding-bottom: 30px;
    }

    .share-section span {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }

    .myBtn {
        text-align: center;
    }

    .left-section h2 {
        margin-bottom: 15px;
    }

    .mobBtn {
        color: #fff;
        border-radius: 25px;
        background: #00a3de;
        border: 2px solid #00a3de;
        font-family: "Raleway", sans-serif;
        padding: 10px 20px !important;
        font-size: 18px;
        width: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .career-news-inner {
        text-align: left;
    }

        .career-news-inner h3 {
            text-align: left;
        }

    /* .mobile-header-section {
        margin-top: -30px;
    }
*/
    .carousel-indicators {
        bottom: -65px;
        margin-bottom: 40px;
    }

    .about-quote h4 {
        font-size: 20px;
    }

    .about-quote p {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .text-mob-left {
        text-align: left !important;
    }

    .mob-hr-line {
        display: block;
        margin-bottom: 30px;
    }

    #quote-section {
        margin-top: -30px;
    }

    .row-flex img {
        height: auto;
    }

    .slider-right-content .custom_images {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .featured-news .carousel-indicators {
        margin-bottom: 0px;
        bottom: 0px;
    }

    .featured-news .carousel-inner {
        padding-bottom: 40px;
    }

    #product-mob-inner .carousel-inner {
        padding-bottom: 40px;
    }

    #product-mob-inner .carousel-indicators {
        bottom: 0px;
        margin-bottom: 1px;
    }

    #gradient-mob-inner {
        display: block;
    }

    #gradient-inner {
        display: none;
    }

    #gradient-mob-inner .producttext h4 {
        font-size: 20px;
        color: #00205b;
    }

    #gradient-mob-inner .carousel-item.active .product-tile, #advertisements-mob-inner .carousel-item.active .product-tile {
        -webkit-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        -moz-box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
        box-shadow: 0px 8px 55px -7px rgba(189, 186, 186, 0.87);
    }

    .featured-news {
        margin-top: 30px;
    }

    #advertisements {
        display: none;
    }

    #advertisements-mob-inner {
        display: block;
        width: 100%;
    }

        #advertisements-mob-inner .producttext h4 {
            color: #00205b;
            font-family: 'ralewaymedium';
        }

    .form-search-archive select {
        float: right;
        margin-right: 20px;
    }

    .form-search-archive label {
        margin-right: 15px;
    }

    .archive-news {
        padding-top: 30px;
        border-top: 1px solid #ced4da;
    }

    .left-logo-sec img {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .charity-text .logo-image {
        text-align: center;
    }

    .charity-text p {
        font-size: 20px;
        color: #616265;
        padding-top: 20px;
        margin: 0px;
    }

    .charity-text a {
        font-size: 20px;
        text-align: center;
    }

    .inner-grey-content p {
        font-size: 18px;
    }

    .charity-text p {
        font-size: 18px;
    }

    .charity-text .addthis_toolbox {
        margin: 20px 0px;
    }

    .logo-fwi-image {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .right-logo-sec {
        text-align: center;
    }

    .left-logo-sec {
        text-align: center;
    }

        .left-logo-sec p {
            text-align: left;
        }

    .environmental-resp {
        padding-top: 30px;
    }

    #video-slider .slider-prev, #video-slider .slider-next {
        display: none !important;
    }

    #video-slider .video-control {
        top: 35%;
        left: 45%;
        width: 10%;
        padding: 0px;
    }

    #video-slider .video-mob-text .below-mob-text {
        margin-bottom: 40px;
    }

    #video-slider .carousel-indicators {
        bottom: -39px;
        margin-bottom: 40px;
    }

    #video-slider #slider-inner {
        min-width: 100%;
    }

    .about-block#plane-product-section h3 {
        font-size: 26px;
    }

    #video-slider .container {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .blog-filter-tile {
        margin-bottom: 30px;
    }

    .videobox .video-control {
        transform: translate(-50%, -50%);
    }

    .blog-filter-block {
        padding: 0px 0px 30px 0px;
    }

        .blog-filter-block h3 {
            text-align: center;
        }

    .quote-desc {
        padding: 5px !important;
    }

        .quote-desc img {
            width: 35px;
        }

    .blog-filter-block .form-group select {
        width: 100%;
    }

    .blog-filter-block .form-group {
        float: left !important;
        padding-top: 20px;
        width: 100%;
        padding: 0px 5px;
        margin-top: 15px;
    }

    .blog-header {
        padding: 30px 0px;
    }

    .video-desktop-blog .youtubebtnplay {
        right: 32% !important;
    }


    .left-blog-img {
        width: 100%;
        float: left;
        padding-right: 10px;
    }

    .right-blog-img {
        width: 100%;
        float: left;
        padding-left: 10px;
    }

    .desk-top-margin {
        margin-top: 0px;
    }

    .about-first-block p {
        padding: 0px 0px 20px 0px !important;
    }
}

@media (max-width: 400px) {
    .form-search-archive select {
        width: 220px;
    }

    .youtube-player img {
        height: 200px;
    }
}

/*about*/

/*404 Start*/
.not-found-banner {
    color: background;
    padding: 60px 60px 60px 60px;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.not-found-header {
    width: 100%;
}

    .not-found-header + section .container {
        position: relative;
    }

.non-found-image {
    height: auto;
    width: 100%;
    object-fit: cover;
    padding-bottom: 60px;
}

.not-found-banner h2 {
    margin-bottom: 30px;
    color: #00205b;
    font-size: 60px;
    font-family: 'Ralewaybold';
    width: 100%;
    display: block;
}

.not-found-banner p {
    margin-bottom: 30px;
    color: #000;
    font-size: 26px;
    width: 100%;
    display: block;
}

.red-warning b, .red-warning a {
    font-family: 'ralewaybold';
    color: #00205b;
    cursor: pointer;
}

.red-warning {
    color: #fff;
    font-size: 22px;
    background: #cc0000;
    padding: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .not-found-banner {
        color: background;
        padding: 30px;
        width: 100%;
        left: 0;
        top: 100px;
    }

    .align-items-center {
        align-items: unset !important;
    }

    .mob-notfound-margin {
        padding-top: 60px;
    }

    .non-found-image {
        padding-bottom: 0px;
    }

    .red-warning {
        padding: 30px;
        padding-top: 130px;
        margin-bottom: -100px;
    }
}

@media (max-width: 480px) {
    .not-found-banner {
        top: 0px;
    }

    .mob-notfound-margin {
        padding-top: 30px;
    }

    .not-found-banner h2 {
        font-size: 40px;
    }

    .not-found-banner p {
        font-size: 22px;
    }
}
/*404 End*/
/* contact us*/
.check-box-paragraph-margin {
    margin-top: -40px;
    margin-left: 60px;
    font-size: 15px;
}

.bg-color-row .single-checklist label {
    width: auto !important;
}

ul.downloads {
    list-style: none;
    margin-top: -20px;
    margin-left: -40px;
}

    ul.downloads li a {
        cursor: pointer;
    }

.checkboxmark.margin-top-align {
    margin-top: -20px !important;
    margin-left: 25px !important;
}

ul.bullet-style {
    list-style: none;
    margin-left: -30px;
}

.tab-content-form-margin {
    margin-left: -15px;
    margin-right: -15px;
}

.large-width {
    width: 95%;
}

.claim-accordion-section .large-width .accordion-heading h4 {
    font-size: 22px;
}

.large-width .accordion-heading p {
    font-size: 17px;
}

.accordion-margin-left {
    margin-left: -11px;
}

.accordion-innercontent-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-subheading {
    font-size: 16px;
}

.accordion-row-subtitle {
    font-size: 16px;
    font-family: "Ralewaybold";
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.accordion-lable-size {
    font-size: 14px;
    display: block;
}

.powered-logo a {
    top: 0px !important;
    left: 0px !important;
}

.contact-producer-section {
    margin-left: 30px !important;
}

    .contact-producer-section .contactus-with-border {
        padding-top: 20px;
        border: 2px solid #CCD6DF !important;
        padding-bottom: 20px;
    }

.contact-us-payment-title {
    font-size: 20px;
    font-family: "Ralewaybold";
    color: #00205b;
    margin-bottom: 20px;
}

.multiple-margin-contactus .margin-bottom-info-section {
    margin-bottom: 20px;
}

.contact-producer-section h4 {
    font-size: 24px !important;
}

.contact-producer-section h5 {
    font-size: 18px;
    font-family: "Ralewaybold";
    color: #616265;
}

.contact-producer-section .paragraph-gray {
    font-size: 16px !important;
}

.contact-producer-section .span-margin-boredr {
    margin-top: 30px;
}

.contact-producer-section .team-span-right-border {
    margin-right: 5px;
    padding-right: 10px;
    color: #616265;
}

.cotactus-listing .custom-li-style {
    margin-left: -36px;
    margin-top: -20px;
}

    .cotactus-listing .custom-li-style li {
        padding-bottom: 30px;
    }

.contact-us-section-with-border {
    margin-left: 50px !important;
}

    .contact-us-section-with-border h4 {
        margin-bottom: 20px;
    }

.heading-accordion-margin p {
    padding-bottom: 10px !important;
}

@media (max-width: 768px) {
    .right-mid-section .accordion-margin-left .accordion-section {
        margin-left: 30px !important;
        margin-bottom: 20px;
    }

    .no-margin-top-mobile {
        margin-top: 0px !important;
    }

    .large-width .margin-top-btn-col {
        text-align: center;
    }

    .contact-us-section-with-border {
        margin-left: 10px !important;
    }

        .contact-us-section-with-border.bond-row-with-download h4 {
            padding-left: 0px;
            text-align: center;
        }
}
/* contact us*/

/* Producer Profile */
.radio-with-table-style.remove-radio-height input[type="radio"] {
    height: auto !important;
    vertical-align: initial !important;
}

.claim-form .small-font-table .radio-with-table-style.remove-radio-height label {
    padding-left: 5px !important;
}

.lable-warning-msg {
    margin-left: 17px;
    margin-right: -10px;
    min-width: 97%;
    margin-top: 30px;
}

.radio-with-table-style {
    width: auto !important;
}

    .radio-with-table-style input[type="radio"] {
        height: 19px;
        width: auto !important;
        vertical-align: text-bottom;
    }

.claim-form .radio-with-table-style label {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 5px;
}

.label-font-size {
    font-size: 16px !important;
}

.wizard-main-container-section {
    width: 100%;
}

    .wizard-main-container-section .claim-left-row {
        text-align: right !important;
    }

    .wizard-main-container-section .required-padding {
        float: left !important;
    }

.claim-form .table-radio-btn label {
    font-size: 14px !important;
}

.claim-form .table-btn-section .btn-primary {
    width: auto !important;
}

.input-with-span {
    width: 140px !important;
    display: inline-block;
}

.table-with-border-width {
    width: 80%;
    margin-left: 50px;
}

.link-lable-align {
    margin-top: 20px;
    font-size: 14px;
}

.claim-form .state-checkbox-table input[type="radio"], input[type="checkbox"] {
    width: auto !important;
}

.state-checkbox-table {
    float: right;
    width: 100%;
}



    .state-checkbox-table tbody tr td label {
        font-size: 13px;
        display: inline;
        padding-left: 10px;
    }

.claim-left-row .login-checkbox .checkbox-inline-block.custom-checkbox {
    padding-top: 0px !important;
}

.claim-left-row .login-checkbox .checkbox-inline-block {
    margin-left: 7px !important;
}

.form-heading-text-align {
    font-size: 20px;
    text-align: left !important;
}

.dyanmic-error-msg {
    color: red;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: -60px;
}

.dynamic-row-data label {
    font-size: 12px;
}

.dynamic-row-data .bg-color-row label {
    width: auto !important;
}

.dynamic-row-data .form-container .form-control {
    font-size: 12px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.dynamic-row-data .form-control.dropdown-select-size.selectbox-dropdown-custom-style {
    border: 1px solid #CCD6DF;
    font-size: 15px !important;
}


.dynamic-row-data .input-group input, .dynamic-row-data .input-group-text {
    border-radius: 0px !important;
}

.checkbox-input-width-style {
    float: right;
    height: 50px;
    margin-right: -12px;
}

.claim-form .btn-primary.table-btn-size {
    width: 50px !important;
    margin-top: 8px;
}

.dynamic-row-data .bg-color-row label {
    min-height: 30px;
}

.small-font-table .radio-with-table-style {
    border-collapse: initial !important;
}

.claim-form .small-font-table .radio-with-table-style label {
    padding-left: 0px !important;
}

.claim-left-row .small-font-table span.icon-play3 {
    margin-top: 0px !important;
    padding-left: 0px !important;
    font-size: 11px !important;
}

.required-icon-alignment {
    margin-top: -40px !important;
    text-align: right;
}

.tale-with-verticle-scroll {
    overflow-x: auto !important;
    white-space: nowrap;
    display: block;
}

.table.scroll-table {
    width: 100%;
    margin-bottom: 0px;
}


@media (max-width: 1025px) {
    .dynamic-row-data .bg-color-row label {
        min-height: 40px;
    }
}

@media (max-width: 768px) {
    .tale-with-verticle-scroll {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }

    .table.scroll-table {
        width: 100%;
        margin-bottom: 0px;
    }
}

/* Producer Profile */

/*************** MY PHLY ****************/

/****** login ******/
.login-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .login-container h3 {
        text-align: center;
        color: #333;
    }

    .login-container form {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-custom-box .modal-body {
    padding: 0px;
}

.login-form-2, .login-form-1 {
    padding: 1rem;
    margin-top: -3px;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.login-container .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #00a3de;
}

.login-btn {
    margin-top: 1rem;
}

.login-container .ForgetPwd {
    text-align: center;
}

    .login-container .ForgetPwd a {
        color: #00a3de;
        font-family: "Raleway";
        text-decoration: none;
        font-size: 14px;
    }

@media (max-width: 768px) {
    .custom-header-style .login-right-conatin-bg {
        background-color: #fff !important;
    }

    .custom-padding {
        padding-left: 0px;
        padding-right: 20px;
    }

    .login-container .login-form-2 {
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
        font-family: 'Raleway';
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.modal-backdrop {
    opacity: 0.5 !important;
}
/* password reset style */
.form-container {
    border: 30px solid #E9EDF0;
    padding-top: 40px;
    padding-right: 40px;
    text-align: right;
}

.registration-container .form-container {
    margin: 30px;
}

.loss-control-registration-form-container h3 {
    text-align: center;
}

.loss-control-registration-form-container .form-container {
    border: unset !important;
    padding: 0 0 0 40px !important;
}

.loss-control-registration-form-container .registration-text {
    font-size: 17px;
    font-family: 'Raleway';
    padding: 20px 40px;
}

.loss-control-registration-form-container .registration-text a {
    color: #00205b;
    text-decoration: underline;
    cursor: pointer;
}

.loss-control-registration-form-container .button-section {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.loss-control-registration-form-container .success-message-section {
    text-align: center;
    margin-bottom: 20px;
}

.loss-control-registration-form-container .success-message-section span {
    display: block;
    font-size: 20px;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: #00205b;
}

.loss-control-registration-form-container .success-message-section .back-to-my-phly-btn {
    margin-right: 10px;
}

.loss-control-registration-form-container .warning-section {
    padding: 15px 40px;
}

.loss-control-registration-form-container .warning-section .bigalert a,
.change-password-form .warning-section .bigalert a {
    color: #990000 !important;
    text-decoration: underline !important;
}

.change-password-form {
    margin-bottom: 40px;
}

.change-password-form .button-section {
    margin-bottom: 20px;
}

.change-password-form .warning-section {
    text-align: center;
    padding-bottom: 10px;
}

.text-color-font {
    color: #00205b;
    font-size: 24px;
    font-family: 'Ralewaybold';
}

.reset-info-section {
    color: #00205b;
    font-size: 17px;
    font-family: 'Raleway';
}

.form-group.btn-left {
    float: right;
}

a:hover {
    color: #00a3de;
    border-color: #00a3de;
    text-decoration: none;
}

.bg-color-row {
    padding-top: 0px;
    font-size: 18px;
    padding-bottom: 4px;
}

.border-left-row {
    border-left: 6px solid #00A0DF;
}

.padding-left-row {
    padding-left: 30px;
}

span.icon-play3 {
    color: #cc0000;
    font-size: 14px;
}

.info-section p, .info-section a {
    font-size: 14px;
    font-family: 'Raleway';
}

.required-padding {
    color: #cc0000;
    font-size: 14px;
}

.form-container .input-select {
    text-align: left;
}

.form-container select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-container .custom-selectbox {
    padding-left: 0px;
}

.bg-color-row span {
    line-height: 3;
}

.required-section {
    text-align: left;
}

.form-container .dropdown-toggle {
    background-color: #fff;
    color: black;
    width: 41%;
    border: 1px solid #ced4da;
}

.padding-left-row .custom-control-label {
    margin-top: 1px;
    font-size: 17px;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem #ced4da;
}

.form-container button.dropdown-toggle {
    font-size: 11px;
    margin-top: -6px;
    margin-bottom: 7px;
}

.form-container .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: black;
    background-color: #fff;
    border-color: #fff;
}

.form-container .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.top-padding, .bottom-padding {
    padding-top: 20px;
}

.left-padding {
    padding-left: 44px;
}

.alert-msg {
    color: #cc0000;
}

span.icon-alert {
    font-size: 12px;
    padding-right: 8px;
    color: #cc0000;
}

#insured-form, #producer-form, #form-common-section, #registration-main-section, #account-detail-from {
    display: none;
}

.form-section {
    margin: 30px;
}

    .form-section .form-container {
        margin-left: 14px;
    }

.registration-container .registration-top-section {
    margin: 30px;
}

.registration-container .radio-btn-group {
    border: 1px solid #CCD6DF;
    margin: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.co-browse-section {
    text-align: center;
    margin-bottom: 15px;
}

.co-browse-section > * {
    font-size: 8px;
}

.co-browse-section p,
.co-browse-section h6 {
    margin-bottom: 5px;
}

.form-container .form-control {
    border-radius: 0px;
    font-size: 15px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.form-container .dropdown .btn {
    border-radius: 0px;
}

/*.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00a3de;
}*/

.login-container label.custom-control-label {
    margin-top: 4px;
}

.radio-heading h6 {
    font-size: 17px;
}

.note-section {
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
}

.info-msg {
    padding-left: 8px;
    color: #00a3de;
    font-size: 13px;
}

.modalbox-text-font span {
    font-size: 12px;
}

.password-rules {
    padding-top: 10px;
}
/*login and registration modalbox*/
.login-container .login-form-1 .ForgetPwd a {
    font-size: 13px;
}

.login-container .login-form-1 .form-check-input {
    margin-top: 0px;
}

.login-container .login-form-1 .form-check-label {
    font-size: 11px;
}

.login-container .login-form-1 .form-control {
    line-height: 1.5;
    border-radius: 0;
    font-size: 15px;
}

.login-container .form-control {
    border-radius: 0;
}

.login-container .login-form-1 .btn-primary {
    padding: 11px 10px;
    font-size: 17px;
}

.login-container .login-form-1 h6 {
    font-size: 21px;
    font-family: 'Ralewaybold';
    color: #00205B;
    text-align: center;
    margin-top: -20px;
}

.logout-icon-size {
    width: 30px;
}

.login-container .login-form-2 {
    background-color: #e8ecef;
    padding-left: 30px;
}

.icon-contact {
    padding-left: 5px;
}

.login-container .btn-light {
    background-color: #e8ecef !important;
}

.login-container .login-form-2 h6 {
    font-family: 'Ralewaybold';
    color: #00205B;
    font-size: 16px;
    margin-top: -20px;
}

.dual-form span.icon-right-arrow {
    padding-left: 3px;
    font-size: 10px;
}

.login-form-2 p {
    color: #616265;
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-light, a.btn-light {
    border-color: #00A0DF;
    color: #00A0DF;
    border-radius: 25px;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 10px 12px;
}

    .btn-light:hover, a.btn-light:hover {
        color: #00A0DF;
        background-color: #fff;
        border-color: #00A0DF;
        border-radius: 25px;
    }

.dual-form label.custom-control-label {
    margin-top: 5px;
    font-size: 13px;
}

.phone-text1 {
    width: 77px;
}

.phone-text2 {
    width: 124px;
}

.bg-color-row.hypan-sigh {
    padding-left: 47px;
}

.login-container .login-form {
    width: 100%;
    max-width: 330px !important;
    padding: 10px;
    margin: 0 auto;
}

.login-checkbox .checkbox-inline-block {
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .login-checkbox .checkbox-inline-block .checkboxmark {
        border: 1px solid #CCD6DF;
        width: 20px;
        height: 20px;
    }
/* custom radio button */
.custom-radioBtn {
    display: block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .custom-radioBtn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #CCD6DF;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.custom-radioBtn input:checked ~ .checkmark {
    background-color: #00a3de;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radioBtn input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radioBtn .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* custom checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #CCD6DF;
}

.checkboxmark {
    position: absolute;
    top: 0;
    left: -18px;
    height: 16px;
    width: 16px;
    background-color: #fff;
}


/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkboxmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkboxmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #00a3de;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-padding-bottom {
    padding-bottom: 20px;
}

.need-info {
    font-size: 14px;
    font-family: 'Ralewaybold';
    color: #00205B;
    margin-left: 5px;
}

.contact-link-section a {
    font-size: 12px;
    color: #00A0DF;
    font-family: 'Ralewaybold';
}

.dual-form {
    margin: 0;
}

.modal-header.login-registration-modal {
    padding-top: 0px;
    border-bottom: 0px;
}

.custom-modal-style.login-modal .modal-header {
    background-color: #fff !important;
    border-bottom: 0px;
}

.custom-header-style .login-right-conatin-bg {
    background-color: #e8ecef;
    padding-top: 10px;
}

.login-modal .modal-header {
    background-color: #fff;
}

.login-checkbox .checkbox-inline-block.custom-checkbox {
    padding-top: 4px;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-control input {
    border-color: #e9edf0;
}

.custom-select-box {
    width: 47%;
    padding-bottom: 14px;
    -webkit-appearance: none;
    background: url("../images/caret-down.png") no-repeat right;
    background-position: 97%;
}

.form-group.dropdown-arrow-position .custom-select-box {
    background-position: 97%;
}

.form-group.dropdown-arrow-position .select-margin-left {
    margin-left: -3px;
}

.padding-left-row .form-control {
    display: inline;
    width: 40%;
}

.form-input-size .form-control {
    width: 45%;
}

.form-container .form-group {
    text-align: left;
}

.dropdown {
    display: inline;
}

.dropdown-menu-title.mobile-dropdown-section {
    display: inline;
}

input.form-control.form-control-lg.input-password-filed1 {
    width: 9%;
    min-width: 62px;
}

input.form-control.form-control-lg.input-password-filed2 {
    width: 21%;
    min-width: 72px;
}

.form-group span.icon-minus {
    font-size: 2px;
    color: #212529;
}

.about-password-section {
    margin-top: -9px;
}

.custom-inline-form input {
    width: 30%;
    display: inline;
}

.custom-inline-form .form-group {
    margin-left: 3rem;
}

.custom-inline-form .btn-primary {
    margin-right: 65px;
}

.custom-selectbox .custom-select-box {
    background-position: 97%;
}

.form-title-section {
    text-align: left;
}

    .form-title-section h5 {
        color: #00205b;
        font-size: 23px;
        font-family: 'Ralewaybold';
    }

.form-container .btn-primary {
    width: auto;
}

button.btn.btn-primary.custom-btn {
    width: auto;
}
/* Policy bond */
.menu-section {
    margin: 0px;
}

.policy-bond-right-section {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 40px;
}

.product-header .right-header-section.right-mid-top-section h3 {
    padding-bottom: 0px;
    margin-top: 20px;
    margin-left: 24px;
}

.header-agent-section {
    margin-top: 20px;
}

.header-agent-preferance-title {
    padding-top: 20px !important;
}



.product-header .left-section.left-mid-top-section {
    padding-left: 40px;
    padding-bottom: 21px;
}

.menu-section .open-accordion-section {
    border-top: 0px;
}

.menu-section .menu-body-collapse a {
    color: #00205b;
    text-decoration: none;
}

.menu-section span.icon.icon-plus, .menu-section span.icon.icon-minus {
    float: right;
    font-size: 14px;
    margin-top: 6px;
}

.menu-section span.icon.icon-minus {
    font-size: 2px;
    margin-top: 10px;
}

.menu-section .card {
    background-color: #F5F8FA;
    border: 0px;
}

.menu-section .card-header {
    background-color: #F5F8FA;
    border-bottom: 0px;
}

.menu-section .collapse .card-body.container-fluid {
    padding-left: 40px;
}

.menu-section .card a {
    color: #00205b;
    font-size: 17px;
}

.btn-center {
    padding: 40px;
}

.no-border-right {
    border-right: 0px;
}

.menu-section .card-body.container-fluid a {
    font-size: 14px;
    line-height: 2.5;
}

.table-section thead {
    background-color: #00205b;
    color: #fff;
}

.table-section .table-striped tbody tr:nth-of-type(even) {
    background-color: #F5F8FA;
}

.table-section .table th, .table-section .table td {
    border-top: 0px;
}

.table-section .table th, .table-section .table td {
    font-size: 15px;
    font-weight: normal;
}

.table-section span.icon-downlaod {
    font-size: 15px;
    padding-left: 10px;
    color: #00a0df;
}

.table-section .table tbody tr {
    cursor: pointer;
}

.btn-right-size .btn {
    font-size: 15px;
}

.warning-msg-section .alert-warning {
    background-color: #FF9900;
    color: #fff;
}

.warning-msg-section .alert-warning-light-green {
    background-color: #06AF8F;
    color: #fff;
}

.warning-msg-section .alert-warning-light-green.notification .message-section {
    margin-left: 0px;
    margin-top: -29px;
    font-size: 14px;
}

.warning-msg-section .alert-warning-light-green.notification .message-section a {
    text-decoration: underline !important;
}

.warning-msg-section .alert-error {
    background-color: #cc0000;
    color: #fff;
}

.warning-msg-section .icon-alert {
    color: #fff;
}

.warning-msg-section {
    min-width: 100%;
}

.policy-bond-section .input-select select.form-control {
    color: #00a3de;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #00a3de;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 15px;
    background: url("../images/caret-down.png") no-repeat right;
    margin-right: 40px;
    padding-left: 20px;
    background-position: 95%;
    -webkit-appearance: none;
}

.policy-bond-section .policy-input-select select.form-control {
    background-position: 97%;
}

.policy-bond-section .input-group .input-group.mobile-search-section {
    width: 77%;
}

.policy-bond-section .input-group.mobile-search-section.search-policy-number {
    width: 77%;
}

.policy-bond-section .input-group.mobile-search-section input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px !important;
    padding-bottom: 2px;
    border-right: 0px !important;
}

.policy-bond-section .input-group .input-group-text {
    padding: 0px;
    border: 2px solid #ced4da;
    border-left: 0px !important;
}

    .policy-bond-section .input-group .input-group-text.bg-transparent {
        padding: 6px;
    }

.policy-bond-section .input-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.policy-bond-section .input-group .border {
    border: 2px solid #ced4da !important;
}

.header-selectbox-section .form-control.dropdown-select.selectbox-dropdown-custom-style {
    background: url(../images/caret-down-white.png) no-repeat right;
    color: #fff;
    background-position: 97%;
    border: 0px;
    cursor: pointer;
    width: 54%;
    height: 100% !important;
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
    font-size: 17px;
    margin-top: -4px;
    margin-left: -5px;
}

.add-dynamic-padding {
    padding-top: 3px !important;
    margin-top: 5px !important;
}

.header-selectbox-section .form-control.dropdown-select.selectbox-dropdown-custom-style option {
    color: black !important;
    font-size: 13px;
}

.dashboard-tiles {
    background-color: #E9EDF0;
}

.tiles-col-margin {
    padding: 30px;
}

.car-icon-size {
    font-size: 26px;
    color: #00A0DF;
    vertical-align: middle;
}

.table-section table tbody tr:hover .icon-car-blue {
    background-color: #00a3de !important;
    color: #fff !important;
}

.table-section table tbody tr:hover td.no-highlight .icon-car-blue {
    background-color: #fff !important;
    color: #00A0DF !important;
}

.table-section .table-striped tbody tr:nth-of-type(even) td.no-highlight .icon-car-blue {
    background-color: #F5F8FA !important;
}

.dashboard-tiles .card {
    width: 200px;
    height: 165px;
    margin-left: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-right: 25px;
    border-radius: 0px !important;
    border-color: #fff;
}

.card-title, .card-subtitle {
    text-align: center !important;
    font-size: 16px;
}

.dashboard-tiles .card-body {
    background-color: #fff !important;
    margin-top: 5px;
    text-align: center;
}

.numeric-section {
    margin-top: 10px;
    font-size: 32px;
}

.card.cyan-tile {
    border-bottom-color: #00a3de !important;
    border-bottom-width: 5px;
}

.card.green-tile {
    border-bottom-color: #99CC00 !important;
    border-bottom-width: 5px;
}

.card.orange-tile {
    border-bottom-color: #FF9900 !important;
    border-bottom-width: 5px;
}

.card.pink-tile {
    border-bottom-color: #EB447E !important;
    border-bottom-width: 5px;
}

.card.indigo-tile {
    border-bottom-color: #8A3399 !important;
    border-bottom-width: 5px;
}

.dashboard-tiles .text-muted {
    color: #9AA7B3 !important;
    font-family: 'Ralewaybold';
}

.dashboard-tiles .tile-title-color {
    color: #00205B !important;
    font-size: 18px;
    margin-bottom: 16px;
}

.dashboard-tiles .card:hover {
    cursor: pointer;
    /*background: url(../images/caret-down-white.png) no-repeat right;*/
}

.agent-dashboard-title .preferance-agent-section .border-right-header {
    padding-top: 5px;
}

/* Preferance pages */
.header-lable-right-section {
    margin-top: 11px;
}

#aboutContainer .lable-margin-top .custom-select-box {
    width: 51%;
    background-position: 97%;
}

.lable-margin-top {
    margin-top: 10px;
}

.pasword-rules-style {
    display: block;
    float: right;
}

span.pasword-rules-style {
    font-size: 11px !important;
}

.profile-lable-margin-top {
    margin-top: 5px;
    padding-left: 33px;
}

.row-col-bottom-margin {
    margin-bottom: 10px;
}

.lable-font-size {
    font-size: 15px;
}

.inline-form-fields tbody tr td {
    margin-left: 10px;
    font-size: 14px;
}

.inline-form-fields input {
    border: 1px solid #ced4da;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px;
    width: 194px;
}

.lable-margin-top .custom-select-box {
    background-position: 97%;
    padding: 8px;
    width: 45%;
}

.pargraph-bold {
    font-family: 'Ralewaybold';
    font-size: 18px;
    color: #00205b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.width-select-position .custom-select-box {
    background-position: 97%;
}

.width-select-position .select-position-fullwidth {
    background-position: 97%;
}

.zip-format-input .phone-input-small {
    width: 13% !important;
}

.zip-format-input .phone-input-medium {
    width: 24% !important;
}

p.required {
    font-size: 15px;
}

.custom-radio-list tbody {
    display: inline-flex;
}

    .custom-radio-list tbody tr {
        width: 170px;
    }

.custom-radio-list {
    margin-top: 0px;
    margin-left: 15px;
}

    .custom-radio-list label {
        padding-left: 20px;
    }

.order-list-section ol li {
    padding: 10px;
    font-size: 16px;
}

.custom-radio-list.inputBox tbody {
    display: block;
}

.multiple-checklist-intable tbody tr td {
    padding: 10px;
}
/* Preferance pages */
.title-btn .btn.btn-primary {
    padding: 10px !important;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
}

    .title-btn .btn.btn-primary .icon-right-arrow {
        font-size: 10px;
        padding-left: 10px;
    }

a.tile-link {
    font-size: 13px;
    margin-left: 20px;
}

.mute-hyperlink {
    color: #9AA7B3 !important;
}

.tile-link .icon-right-arrow {
    font-size: 10px;
    padding-left: 10px;
}

#divPolicyInstallmentPlan span {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: #00205B !important;
    font-family: 'Ralewaybold' !important;
    font-size: 22px !important;
}

#BillingInstallmentPlanSection table {
    width: 100%;
}

#BillingInstallmentPlanSection .innertable tbody tr {
    border-left: 5px solid #00A0DF;
    /*padding: 15px;*/
    border-bottom: none;
    border-top: 1px solid #E9EDF0;
    border-right: 1px solid #E9EDF0;
    border-bottom: 1px solid #E9EDF0;
    display: block;
}

    #BillingInstallmentPlanSection .innertable tbody tr td {
        text-align: left;
        padding: 20px;
        font-size: 20px;
        font-family: "Raleway", sans-serif;
        color: #00205b;
    }

        #BillingInstallmentPlanSection .innertable tbody tr td table {
            width: 109% !important;
            margin-left: -16px;
            margin-top: -21px;
            margin-bottom: -26px;
            margin-right: 19px;
        }

            #BillingInstallmentPlanSection .innertable tbody tr td table tbody tr th {
                padding: 5px;
                background-color: #00205b;
                color: #CCD6DF !important;
                font-size: 15px;
                font-family: "raleway";
                text-align: left;
            }

            #BillingInstallmentPlanSection .innertable tbody tr td table tbody tr td {
                font-size: 15px;
                font-family: "raleway";
            }

    #BillingInstallmentPlanSection .innertable tbody tr.InstPlan {
        border: 0px !important;
    }

        #BillingInstallmentPlanSection .innertable tbody tr.InstPlan td table tbody tr {
            border: 1px solid #E9EDF0;
            width: 100%;
        }

        #BillingInstallmentPlanSection .innertable tbody tr.InstPlan table {
            width: 184% !important;
            margin-left: -20px;
        }

    #BillingInstallmentPlanSection .innertable tbody tr td.PolicyDet {
        text-align: right !important;
    }

.installment-plan-section #divPolicyInstallmentPlan {
    margin-bottom: 12px;
}

.title-section {
    padding: 30px;
    padding-left: 17px;
    padding-bottom: 30px;
    padding-top: 40px;
}

    .title-section h4 {
        font-family: "Ralewaybold";
        color: #00205b;
        font-size: 22px;
    }

    .title-section span {
        color: #848891;
        font-size: 13px;
    }

.move-to-right {
    text-align: right;
    padding: 6px;
}

.amount-section-padding {
    margin-left: 40px;
}

.title-lable-policy {
    padding-bottom: 20px;
}

    .title-lable-policy h3 {
        font-size: 23px;
        font-family: "Ralewaybold";
        color: #00205b;
    }

.border-right-header {
    border-right: 1px solid #fff !important;
    padding: 7px;
    margin-right: -40px;
    margin-top: 4px;
    padding-right: 20px;
}

.border-right-header-nosubtext {
    border-right: 2px solid #fff !important;
    padding: 5px;
    margin-right: -40px;
    margin-top: 2px;
    padding-right: 20px;
}


.row-background {
    background-color: #00205b !important;
}

.agent-right-header {
    margin-bottom: 3px;
}

.anchor-hover-style a {
    text-decoration: none;
    color: #00a0df !important;
}

.full-padding {
    padding: 12px;
    padding-left: 10px;
}

.preferance-padding {
    padding-top: 22px;
    margin-left: 0px;
}

.subtitle-welcome-title {
    padding-top: 15px;
}

.subtitle-preferance-title {
    margin-top: 6px;
}

.input-group.custom-search-selectbox {
    width: 100%;
}

.icon-caret-down {
    color: #00a0df !important;
}

.full-padding .icon-caret-down {
    color: #CCD6DF !important;
    font-size: 7px;
    padding: 12px;
}

.full-padding h6 a {
    color: #CCD6DF;
    font-size: 19px;
}

.table-no-border {
    background-color: #00205b;
    color: #fff;
    padding-left: 30px;
    padding-top: 10px;
}

.table-row-section-bottom-padding {
    padding-bottom: 40px !important;
}

.table-width-xx-small {
    width: 14%;
}

.table-width-small {
    width: 20%;
}

.table-width-x-medium {
    width: 25%;
}

.table-width-x-small {
    width: 21%;
}

.table-width-medium {
    width: 30%;
}

.table-width-big {
    width: 40%;
}

.table-width-smaller {
    width: 10%;
}

.table-margin-right {
    border-right: 30px solid #E9EDF0;
}

.table-margin-bottom {
    margin-bottom: 40px;
}

.policy-document-section .table-background h3 {
    font-size: 18px !important;
}

.table-no-border .table .thead-dark th {
    font-size: 15px;
}

.table-no-border .table thead th {
    border-bottom: 0px;
}

.table-no-border .table th, .table-no-border .table td {
    border-top: 0px;
}

.header-border {
    border-bottom: 1px solid #fff;
    padding-top: 10px !important;
}

.table-no-border .table td {
    font-family: 'Ralewaybold';
    font-size: 15px;
    color: #CCD6DF;
}

.bill-payment-section .table th, .bill-payment-section .table td {
    border-top: 0px;
}

.bill-payment-section .table th, .bill-payment-section .table td {
    font-size: 14px;
    font-weight: normal;
}

.bill-table .table tbody th, .bill-table .table tbody td {
    color: #848891;
}

.bill-table {
    margin-left: 15px;
    margin-top: -20px;
    width: 97%;
}

.header-no-margin {
    margin-left: 60px;
}

.preferance-agent-section {
    margin-top: 17px;
}

.policy-breadcrumb {
    padding-left: 60px !important;
}

.btn-text-align {
    text-align: right;
}

.margin-top-btn {
    margin-top: 15px;
}

.make-payment-section {
    margin-top: 20px;
}

.make-payment-left-section {
    margin-left: 30px;
}

.payment-btn.make-payment-section .btn {
    font-size: 14px !important;
}

.payment-btn.make-payment-section .icon-right-arrow {
    font-size: 11px;
    padding-left: 5px;
}

.endorsement-main-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.checkbox-without-inline-content label {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding-left: 14px;
}

.subheader-title .right-header-section.right-mid-top-section h3 {
    margin-top: 20px;
}

.margin-top-multiple-btn {
    margin-top: 16px;
}

    .margin-top-multiple-btn.margin-top-single-btn {
        margin-top: 22px;
    }

.btn-padding-right-text {
    text-align: right;
    margin-right: -20px;
    padding-left: 40px;
}

.warning-msg-section .alert {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
    border: 0px;
    font-size: 19px;
    padding-left: 43px;
    margin-bottom: 1px;
}

.warning-with-no-margin .alert {
    margin-left: 0px;
    margin-right: 0px;
}

.header-title-section .right-section {
    padding-top: 0px !important;
}

.header-title-section .left-section.left-mid-top-section {
    padding-top: 26px;
}

.margin-top-right-title {
    padding-top: 15px;
}

.policy-document-section {
    padding: 40px;
    background-color: #E9EDF0;
    margin: -15px;
    padding-left: 50px;
    padding-top: 50px;
}

.table-background {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

    .table-background h3 {
        padding: 24px;
        font-size: 21px;
        font-family: 'Ralewaybold';
        padding-bottom: 12px;
    }

    .table-background .table .thead-dark th {
        font-size: 14px;
        color: #fff;
        font-family: 'Raleway';
        font-weight: normal;
    }

    .table-background .table th, .table-background .table td {
        border-top: 0px;
        font-size: 14px;
        font-family: 'Raleway';
    }

.bill-payment-section .table tbody th {
    color: #848891;
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 13px;
}

.table-background .table tbody td {
    color: #00A0DF;
    font-family: 'Raleway';
}

.bill-installment-paln {
    margin: 30px;
}

.note-p-section {
    font-size: 13px;
    color: #9AA7B3;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
}

.installment-section p {
    color: #00205B;
    font-size: 19px;
}

.installment-section {
    border: 2px solid #E9EDF0;
    padding: 12px;
    padding-bottom: 6px;
    border-left: 5px solid #00a3de;
    margin-bottom: 30px;
    border-radius: 3px;
}

.installation-note-section {
    font-size: 13px;
    padding-left: 20px;
    color: #9AA7B3;
}

.installment-plan-section {
    margin: 27px;
    margin-bottom: 9px;
}

    .installment-plan-section h4 {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #00205B;
        font-family: 'Ralewaybold';
        font-size: 22px;
    }

.right-header-section.right-mid-top-section span.icon-right-arrow {
    font-size: 12px;
    padding-left: 5px;
}

.desktop-product-section .product-menu-section ul.dashboard-title li a.active {
    font-size: 18px;
}

.endorse-checkbox-section .checkbox-block {
    margin-top: 0px;
}

.table-checklist .multiple-checkbox-with-table {
    margin-left: 0px !important;
    padding-left: 40px;
    display: block !important;
}

    .table-checklist .multiple-checkbox-with-table label:before {
        left: -22px !important;
        position: relative !important;
        top: 10px !important;
    }

.multiple-checkbox-with-table label {
    font-size: 15px !important;
    margin-top: -10px;
}


.text-blue-color {
    color: #00A0DF;
    /*font-family: "Ralewaybold";*/
    cursor: pointer;
}

.table-section .table tbody tr {
    cursor: default;
}

h6.agent-title {
    font-size: 15px;
    color: #99CC00;
}

    h6.agent-title img {
        padding-right: 5px;
        height: 14px;
    }

.warning-icon {
    height: 25px;
    padding-right: 7px;
    margin-left: -10px;
}

.align-right.btn-right-size {
    margin-left: -15px;
}

.icon-padding-top {
    margin-top: 5px;
}

.viewall-style {
    padding-top: 22px;
    margin-left: -30px;
    text-align: right;
}

    .viewall-style a {
        font-size: 17px;
        font-family: "Ralewaybold";
    }

    .viewall-style h5 {
        color: #00A0DF;
    }

.pdf-icon-table-head {
    padding-left: 20px;
}

.installment-accordion-section {
    padding-bottom: 20px;
}

.policy-bond-section a.btn.btn-transparent.table-btn-style:hover {
    color: #fff;
    border-color: #fff;
}

.table-btn-style .icon-right-arrow {
    font-size: 10px;
    padding-left: 6px;
}

.table-btn-style .icon-downlaod {
    font-size: 13px;
    padding-left: 6px;
}

.title-section.sub-title-section {
    padding: 0px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.title-section.sub-title-section .loss-runs-btn-container{
    text-align: right;
    padding: 0;
}

.sub-title-section .btn-right-size {
    margin-top: -8px;
    padding-left: 50px;
}

.installment-accordion-section .accordion-section {
    margin-left: 0px;
    margin-bottom: 20px;
    min-width: 100%;
}

.installment-accordion-section .card-body {
    padding: 0.25rem;
}

.installment-accordion-section .collapse .card-body.container-fluid {
    padding: 0px;
    margin-top: -10px;
}

.installment-accordion-section .table .thead-dark th {
    font-size: 15px;
}


table.table.endorse-policy-table td {
    font-size: 16px;
}

.textarea-width {
    margin-left: 4px;
    margin-bottom: 0px;
    border: 1px solid #ced4da;
    font-size: 15px;
    padding: 15px;
}

    .textarea-width textarea {
        width: 98% !important;
    }

table.table.endorse-policy-table {
    margin-left: -5px;
}

span.icon-play3.textarea-required-icon {
    line-height: 9;
    float: left;
}

span.icon-play3.checkbox-required-icon {
    line-height: 3;
    float: left;
}

.required-margin-right {
    margin-right: -20px;
}

.checkbox-top-margin {
    margin-top: -21px;
    font-size: 17px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.endorse-form-section {
    margin-right: -15px;
    margin-left: -15px;
}

.endorse-info-section {
    margin-bottom: 20px;
}

.endorse-checkbox-section, .endorse-title {
    margin-left: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.endorse-form-section label.form-check-label {
    font-size: 13px;
    line-height: 2;
}

.quotes-info-form {
    border: 20px solid #E9EDF0;
}

.left-margin-quotes-header {
    margin-left: -27px !important;
}

.quotes-info-form .padding-left-row .form-control {
    width: 50%;
}

.quotes-info-form .padding-left-row {
    padding-top: 13px;
    text-align: right;
}

.quotes-info-form .bg-color-row {
    font-size: 15px;
}

.endorse-checkbox-section {
    height: 100px;
    overflow-y: scroll;
}

    .endorse-checkbox-section .form-check {
        padding-left: 2.25rem;
    }

.selectbox-dropdown-custom-style {
    background: url(../images/caret-down.png) no-repeat right;
    background-position: 90%;
    -webkit-appearance: none;
}

.endorse-title h5 {
    font-size: 18px;
    font-family: 'Ralewaybold';
    color: #00205b;
}

.subtitle-text-bold {
    font-family: 'Ralewaybold';
    color: #00205b;
    font-size: 16px;
}

.form-group-padding {
    margin-left: 18px !important;
    width: 100%;
}

.car-icon-style {
    margin-left: -30px;
}

span.icon-logout {
    font-size: 24px;
}

.col-bg-style {
    background-image: url(../images/PHLY_podcast_bg.jpg);
    background-size: cover;
    margin-top: -40px;
    margin-bottom: -60px;
}

.podcast-detail {
    padding: 60px 40px;
}

    .podcast-detail h2 {
        margin-bottom: 18px;
        font-size: 28px;
        font-family: "Ralewaybold";
        margin-top: 15px;
    }

    .podcast-detail p {
        font-size: 18px;
        padding-bottom: 5px;
    }

.text-line-height {
    line-height: 1.5;
}

.checkbox-lable-line-height {
    line-height: 3;
}

.no-margin-left {
    padding-left: 0px !important;
    padding-right: 40px !important;
}

.agent-podcast-section {
    padding: 40px 15px !important;
}

.endorse-form-section .warning-msg-section .alert {
    margin: 0px;
    font-size: 15px;
}

.endorse-form-section .form-check-input {
    margin-top: 0.4rem;
}

.installment-accordion-section .accordion-section .card-header .icon.icon-plus {
    padding-top: 0px;
}

.blue-href-text {
    color: #00a3de;
}

.col-margin-left-bottom {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.endorse-title .text-color-font {
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}

.btn-float-right {
    float: right;
}

.quotes-info-form .form-container {
    padding-bottom: 30px;
}

.quotes-info-form .form-container {
    padding-top: 0px;
}

.policy-subtitle {
    font-family: "Ralewaybold";
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 7px;
    margin-top: 20px;
}

.policy-subtitle-section {
    margin-top: 14px;
    font-size: 27px;
}

.product-header.policy-bond-title-header {
    padding-top: 0px;
}

    .product-header.policy-bond-title-header .right-section {
        padding-top: 0px;
        /*margin-bottom: -1px;*/
    }

    .product-header.policy-bond-title-header .left-section.left-mid-top-section {
        margin-bottom: 1px;
    }


/*.agent-dashboard-title .HeaderForOthers .border-right-header {
    padding-top: 13px !important;
    margin-bottom: 10px;
}

.HeaderForOthers .header-selectbox-section .form-control.dropdown-select.selectbox-dropdown-custom-style {
    margin-left: -13px;
    margin-top: 2px;
}

.HeaderForInsured .border-right-header-nosubtext {
    margin-top: 10px;
    margin-bottom: 12px;
}

.align-right .HeaderForInsured h6 {
    padding-top: 13px;
}*/

.HeaderForInsured h6 {
    margin-top: 10px;
}

.agent-dashboard-title .preferance-padding {
    margin-left: 18px;
}

.agent-dashboard-title .border-right-header {
    padding-top: 22px;
}

.welcome-title-section .border-right-header {
    margin-right: -16px;
    margin-top: -5px;
    padding-top: 22px;
    padding-right: 15px;
}

.welcome-title-section .full-padding {
    padding: 17px;
    margin-left: 5px;
}

.file-info-msg {
    padding: 20px;
    font-size: 14px;
}

.logout-icon-size {
    height: 22px;
}

/*CSS added by development team*/
.error {
    color: red !important;
    font-size: 12px !important;
    margin-left: 2px;
    line-height: normal;
}

.error-table-msg {
    border: 0px !important;
}

    .error-table-msg .errorMsgSection {
        color: #fff;
        font-size: 16px;
    }

    .error-table-msg .close span {
        color: #fff;
        font-size: 33px;
    }

    .error-table-msg .warning-icon {
        height: 20px;
    }

.validation-error-msg-section {
    font-size: 10px !important;
}

.about-password-section.account-info {
    margin-top: 5px;
    width: 400px;
    margin-left: 10px;
    float: left;
    margin-bottom: 5px;
}

.phone-span-msg {
    display: block;
    line-height: normal !important;
}

    .phone-span-msg span {
        line-height: normal !important;
    }

.about-password-section.account-info a {
    font-size: 11px;
}

span.validation-msg-style {
    padding-left: 20px;
}

.phone-validation-section {
    padding-left: 20px;
    display: inline-table;
}

.pswStrengthWeakText ul {
    margin-bottom: -30px;
}

.errorMsgSection {
    margin-left: 0px;
    margin-top: -29px;
    font-size: 14px;
}

/*------------------------------------------------------------------------
    PASSWORD STRENGTH BAR CONTROL STYLE
-------------------------------------------------------------------------- */
.pswStrengthBarContainer {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-left: 5px;
}

.pswStrengthBar {
    background-color: #C9C9C9;
    width: 100px;
    height: 8px;
}

    .pswStrengthBar .strength-weak {
        background-color: #D81A2C;
        width: 33%;
        height: 100%;
    }

    .pswStrengthBar .strength-good {
        background-color: #ED7E00;
        width: 66%;
        height: 100%;
    }

    .pswStrengthBar .strength-strong {
        background-color: #7DBE36;
        width: 100%;
        height: 100%;
    }

.pswStrengthTextContainer {
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    float: right;
}

.pswStrengthWeakText {
    color: Red;
    margin: 22px;
}

.table-section.policy-dashboard.table-thcolor tbody tr th {
    background-color: #00205b;
}

    .table-section.policy-dashboard.table-thcolor tbody tr th a {
        color: #fff;
    }

.table-head-section-bgcolor tbody tr th {
    background-color: #00205b;
    color: #fff !important;
}

#DocumentsSection div {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #cc0000;
}

.breadcrumb ul {
    list-style: none;
    margin: 5px;
    padding-left: 0px;
}

    .breadcrumb ul li {
        display: inline-block;
        font-size: 14px;
        color: #9AA7B3;
        font-family: "Raleway" !important;
        padding-right: 5px;
    }

.table-col-section {
    margin-top: -16px;
}

    .table-col-section span {
        font-size: 13px;
        color: #CCD6DF;
    }

.table-span-value {
    font-size: 17px;
    font-family: "Ralewaybold";
}

.table-row-section {
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.padding-left-col {
    margin-left: -8px;
    margin-right: 10px;
}

.table-btn-style {
    font-size: 14px;
    color: #CCD6DF;
}

button.btn.btn-transparent.table-btn-style {
    border: 2px solid #CCD6DF;
    padding: 10px;
}

.downlaod-icon-size {
    font-size: 13px;
    padding-left: 5px;
}

.right-arrow-size {
    font-size: 11px;
    padding-left: 5px;
}

.btn.btn-transparent.table-btn-style a:hover {
    border-color: #CCD6DF;
    color: #CCD6DF;
}

.btn-auto-width {
    width: auto !important;
}

.breadcrumb ul li a {
    font-size: 15px;
    color: #9AA7B3;
    font-family: "Raleway" !important;
    padding-right: 5px;
}

.breadcrumb ul li:not(:first-child)::before {
    display: inline-block;
    padding-right: 1.5rem;
    padding-left: 0.5rem;
    content: " ";
    background: url(../images/gray-right-arrow.png) no-repeat;
    height: 13px;
}

.full-padding-searchbox {
    padding: 12px;
    margin-left: -14px;
}

select::-ms-expand {
    display: none;
}

#service-section-insured {
    background-color: #00205b;
    color: white;
    padding: 60px 20px;
    font-family: "Raleway", sans-serif;
}

/* Add Addtional Insured*/

.insured-title-section {
    margin-left: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
}

    .insured-title-section h3 {
        font-size: 30px;
        font-family: "Ralewaybold", sans-serif;
    }

    .insured-title-section h5 {
        font-size: 18px;
        font-family: "Raleway", sans-serif;
        padding-left: 19px;
        padding-top: 5px;
    }

.form-text-align {
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .form-text-align .btn-primary {
        width: auto;
    }

.insured-row-category {
    color: #616265;
    font-size: 24px;
    font-family: "Raleway" !important;
}

.padding-left-row select.form-control.dropdown-select-category.selectbox-dropdown-custom-style {
    width: 83%;
}

.select-position-fullwidth {
    background-position: 98%;
}

.form-input-margin-left {
    margin-left: 60px;
    text-align: right;
}

    .form-input-margin-left .form-control {
        width: 53%;
    }

.select-position-mediumWidth {
    background-position: 95%;
}

.reguired-right-alignment {
    float: right;
    margin-right: 8px;
}

/* Add / Delete Vehicle */

.vehicle-right-section {
    border-top: 1px solid #fff;
}

.full-col-margin h3 {
    margin-left: -15px !important;
}

.phone-input-small {
    display: inline;
    width: 25% !important;
    background: transparent;
    border: 1px solid #fff;
    padding: 8px;
}

.phone-input-medium {
    display: inline;
    width: 35% !important;
    background: transparent;
    border: 1px solid #fff;
    padding: 8px;
}

.minus-font {
    font-size: 1px;
}

.add-vehicle-form-container {
    border: 0px;
    margin-left: 10px;
}

.inline-form-group {
    display: inline-flex;
}

.btn-font-size .btn-float-right {
    font-size: 13px;
    padding: 14px;
}

input.btn.btn-primary.btn-float-right.btn-font-size {
    font-size: 13px;
    padding: 14px;
    margin-top: 20px;
}

.form-group-padding.inline-form-group {
    width: 18%;
}

    .form-group-padding.inline-form-group.add-vehicle-lable-padding {
        margin-left: 40px;
    }

.form-control.dropdown-select-size {
    width: 50%;
}

    .form-control.dropdown-select-size.selectbox-dropdown-custom-style {
        background-position: 95%;
        font-size: 12px;
        border: 2px solid #CCD6DF;
    }

.row-padding-left {
    padding-left: 3px;
}

    .row-padding-left span {
        font-size: 15px;
        color: #616265;
    }

    .row-padding-left .btn-primary {
        width: auto !important;
    }

.row-padding-bottom {
    margin-bottom: 40px;
}

.title-vehicle {
    margin-bottom: -10px;
    margin-top: 10px;
    margin-left: -4px;
}

    .title-vehicle h4 {
        font-size: 24px;
        font-family: "Ralewaybold" !important;
    }

    .title-vehicle h5 {
        font-size: 17px;
        font-family: "Raleway" !important;
    }

    .title-vehicle h6 {
        font-size: 14px;
    }

.table-btn-section {
    margin: 20px;
    float: left;
}

.table-section .table.long-table-size th, .table-section .table.long-table-size td {
    font-size: 12px !important;
}

.table-btn-section .btn-primary {
    font-size: 13px;
    padding: 14px;
}

.table-without-margin-left-right {
    margin-left: -40px;
}

    .table-without-margin-left-right .table-section.policy-dashboard.table-thcolor {
        margin-right: -40px !important;
    }

    .table-without-margin-left-right .table-section.policy-dashboard {
        margin-right: -15px;
    }


.table-no-border.table-with-no-bgcolor {
    background-color: #fff;
    color: #00205b;
    margin-bottom: -30px;
}

.phone-input-small.without-border-input, .phone-input-medium.without-border-input {
    border: 1px solid #ced4da;
}

.table-no-border.table-with-no-bgcolor .table thead th {
    font-size: 13px;
}

.table.scroll-table .checkbox-inline-block {
    font-size: 10px;
    margin-top: 10px;
    padding-top: 5px;
}

.table.add-vehicle-table.small-font-table thead th, .table.add-vehicle-table.small-font-table tbody tr td {
    font-size: 11px !important;
    color: black !important;
}

.table.small-font-table th, .table.small-font-table td {
    font-size: 11px;
}

.table.add-vehicle-table thead th {
    border-bottom: 0px !important;
    font-size: 13px;
    font-family: "Raleway" !important;
    font-weight: normal;
}

.form-container .table.add-vehicle-table.small-font-table .form-control {
    font-size: 10px !important;
}

.table.add-vehicle-table.small-font-table .checkbox-inline-block {
    display: block;
    padding-right: 0px;
    padding-left: 13px;
    margin-top: 0px;
    padding-top: 1px;
    font-size: 9px;
}

    .table.add-vehicle-table.small-font-table .checkbox-inline-block .checkboxmark:after {
        left: 4px;
        top: 0px;
    }

    .table.add-vehicle-table.small-font-table .checkbox-inline-block .checkboxmark {
        width: 15px;
        height: 15px;
    }

.table-no-border.table-with-no-bgcolor .endorse-policy-table {
    margin-bottom: 30px;
}

.table.add-vehicle-table.small-font-table .table-btn-section .btn-primary {
    font-size: 11px;
    padding: 11px;
}

.table.add-vehicle-table.small-font-table tbody tr, .table.add-vehicle-table.small-font-table thead {
    border: 1px solid #CCD6DF;
}

.vehicle-subtitle-section {
    margin-top: 27px;
    margin-left: 24px;
    margin-bottom: -20px;
}

.transparent-textbox {
    background-color: transparent;
    margin-left: -14px;
}

.table-no-border.table-with-no-bgcolor .table td {
    color: #00205b;
}

.table.add-vehicle-table th, .table.add-vehicle-table td {
    border-top: 0px !important;
    font-size: 13px;
}

.add-vehicle-form-container.form-container .form-control {
    font-size: 13px !important;
    border: 2px solid #CCD6DF;
}

.lable-margin-right {
    margin-right: 20px;
}

.paragraph-size {
    margin-left: 0px;
    margin-bottom: 30px;
    display: block;
}

.note-info-size {
    margin-left: -16px;
}

.note-info-margin {
    margin-bottom: 20px;
    margin-left: -14px;
}

    .note-info-margin p {
        font-size: 15px;
        color: #616265;
    }

.note-info-color span {
    color: #616265;
}

.paragraph-size p {
    font-size: 15px;
    color: #616265;
}

.checkbox-inline-block {
    display: inline-flex;
    padding-right: 10px;
    padding-left: 24px;
    margin-top: 12px;
    padding-top: 7px;
    font-size: 9px;
}

    .checkbox-inline-block .checkboxmark {
        margin-left: 10px;
        border: 2px solid #CCD6DF;
        width: 22px;
        height: 22px;
    }

        .checkbox-inline-block .checkboxmark:after {
            left: 6px;
            top: 3px;
        }

    .checkbox-inline-block .checkboxmark {
        background-color: #fff;
    }

.form-container.add-vehicle-form-container.form-text-align .form-control {
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-bgcolor {
    background-color: #00205b;
    color: #fff;
}
/* Vehicle list page */
.vehicle-list-heading {
    padding-bottom: 10px !important;
}

.table-section.policy-dashboard {
    margin-bottom: 30px;
    margin-right: 20px;
}

.header-with-lable .product-header .right-section {
    padding-top: 0px;
}

.product-header .right-header-section.right-mid-top-section.header-with-lable h3 {
    margin-top: 20px;
}

.table-section.policy-dashboard.table-thcolor tbody tr th {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

    .table-section.policy-dashboard.table-thcolor tbody tr th img {
        margin-left: 5px;
    }


/* Document popup */

.document-title-section h5 {
    color: #848891;
    font-family: 'Raleway';
    font-size: 18px;
}

.document-title-section h6 {
    color: #848891;
    font-family: 'Raleway';
    font-size: 15px;
}

.document-title-section {
    margin-bottom: 30px;
}

.btn-without-bg {
    background-color: #fff;
    border: 0px;
    color: #00a3de;
    float: right;
    font-family: 'Ralewaybold';
}

.margin-btn-left {
    float: right;
}

#ViewAllDockRow .table-head-section-bgcolor tbody tr th {
    font-size: 15px !important;
    color: #CCD6DF;
}

#ViewAllDockRow .table .thead-dark th {
    font-size: 15px !important;
}

#WarningSection {
    margin-top: 20px;
    margin-bottom: 60px;
}

    #WarningSection span {
        color: #cc0000;
        font-size: 16px;
    }

div#pagefooter {
    border-top: 2px solid #00a3de !important;
    padding-top: 20px;
}

a.small_text {
    float: right !important;
    font-size: 12px !important;
    text-decoration: underline;
}

.excpinfo {
    color: black !important;
    font-size: 10px !important;
    margin-top: 10px;
}

span#footer_txt {
    font-size: 11px;
    color: #9AA7B3;
}

#nav_legal ul li {
    display: inline-block;
    color: #9AA7B3;
}

    #nav_legal ul li.first {
        border-right: 2px solid #E9EDF0;
        padding-right: 10px;
    }

div#nav_legal {
    margin-left: -40px !important;
}

#nav_legal ul li a {
    color: #9AA7B3;
    text-decoration: none;
    font-size: 11px;
}

#nav_legal ul li {
    padding-left: 10px;
}

/* Modalbox style*/
.custom-modal-style .modal-header {
    padding-left: 15px;
    background-color: #E9EDF0;
}

.custom-modal-style .modal-title {
    color: #00205b;
    font-family: 'Ralewaybold';
    padding-left: 20px;
}

.custom-modal-style .modal-body {
    margin-left: 20px;
}

.scrollfix {
    overflow: auto;
    height: 70vh;
}

.custom-modal-style.table-accordian .modal-body {
    margin-left: 0px !important;
}

.modal-content.custom-modal-style {
    border-radius: 0px;
    border: 0px;
}

/* error common msg style */
/*.service-error-msg .asp-custom-checkbox input[type="checkbox"] + label:before{
        border: 1px solid #fff !important;
        margin-right:7px;
        height:18px !important;
        width:18px !important;
       
}*/
/*.service-error-msg .asp-custom-checkbox input[type="checkbox"]:checked + label:before{
    color:#cc0000 !important;
}*/
.service-error-msg input[type="submit"] {
    color: #00a3de !important;
    border-radius: 0px !important;
    background: transparent !important;
    border: 1px solid #00a3de !important;
    padding: 5px 10px !important;
    margin-left: 10px;
}

.service-error-msg .asp-custom-checkbox label {
    font-size: 14px !important;
}

.service-error-msg {
    margin-left: -13px;
}

.remove-list-style {
    list-style: none !important;
    margin-bottom: 30px;
}

.common-error-msg-section {
    padding: 20px;
    background-color: #cc0000;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
}

.success-msg-section {
    margin: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #00205b;
}

    .success-msg-section h2 {
        margin-bottom: 20px;
        color: #00205b;
        font-size: 30px;
        text-align: left;
        padding-left: 10px;
        font-family: "Ralewaybold", sans-serif;
    }

    .success-msg-section p {
        color: #00205b;
        text-align: left;
        padding-left: 10px;
    }

        .success-msg-section p a {
            color: #00a3de;
        }
/*.popover {
    border:1px solid red !important;
    color:red !important;
}*/

/* error common msg style */

/* Address Validator Control style*/
.addrValidator_container {
    background-color: #E9EDF0;
    width: 400px;
}

.innerpophover {
    margin: 15px;
}

    .innerpophover h6 {
        font-family: 'Ralewaybold';
    }

    .innerpophover p {
        font-size: 12px;
    }

.addrValidator_header {
    color: #1443a1;
    padding: 5px 10px 5px;
    font-weight: bold;
    font-size: medium;
    font-family: Arial;
}

.addrValidator_hr {
    color: #1443a1;
    border: solid 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.addrValidator_body {
    font-size: medium;
    font-style: normal;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    background: inherit;
}

    .addrValidator_body span {
        padding-left: 0px;
    }

    .addrValidator_body table {
        width: auto;
        border: none 0px;
    }

    .addrValidator_body th {
        padding: 0px 0px 0px 0px;
        text-align: left;
        color: inherit;
        border-bottom: none;
        background: inherit;
        vertical-align: bottom;
    }

    .addrValidator_body td {
        padding: 0px 0px 0px 0px;
        text-align: left;
        border-bottom: none;
        background: none;
    }


.addrValidator_suggestedAddressStyle {
    font-style: normal;
    font-size: small;
    font-weight: bold;
    color: #808080;
}

.addrValidator_currentAddr {
    color: #808080;
    font-weight: bolder;
    font-size: small;
    font-style: normal;
}


.addrValidator_linkbutt {
    color: #1443a1;
    font-weight: bold;
    font-family: Arial;
    font-size: small;
}


/* Address Validator Control style*/

/*------------------------------------------------------------------------
    WAIT POPUP WINDOW CONTROL STYLE
-------------------------------------------------------------------------- */

.LoaderBlockUI {
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    cursor: wait;
    position: fixed;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9000;
    display: none;
}

.LoaderContainer {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 312px;
    margin-left: -156px;
    margin-top: -82px;
    height: auto;
    text-align: center;
    background: url(../images/ajax-loader-bg.png) repeat-y;
    border-radius: 18px;
    behavior: url(/scripts/PIE.htc);
    -moz-box-shadow: 5px 5px 5px #111;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
    z-index: 9009;
    display: none;
}

.LoaderTitle {
    font-size: 16px;
    padding: 10px 5px 5px 5px;
}

.LoaderImage {
    margin: 0px auto;
    padding-bottom: 10px;
    position: relative;
}

/*------------------------------------------------------------------------
    END WAIT POPUP WINDOW CONTROL STYLE
-------------------------------------------------------------------------- */

/* Reports */

.report-row-section {
    margin: 12px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.report-row-section h4 {
    color: #00205b;
    padding-left: 10px;
    font-family: 'Ralewaybold';
}

.report-row-section h6 {
    color: #00205b;
    font-family: "Ralewaybold", sans-serif;
    font-size: 18px;
}

.report-with-multiple-col {
    margin-bottom: -60px;
}

.report-title-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

.report-with-multiple-col h6 {
    color: #00205b;
    font-family: "Ralewaybold", sans-serif;
    font-size: 18px;
}

.report-menu-section {
    padding: 10px;
}

    .report-menu-section a {
        font-size: 16px;
    }

.report-subtitle {
    margin-left: 20px;
    margin-top: 0px;
    padding-bottom: 30px;
}

.report-container span.icon-play3.textarea-required-icon {
    line-height: 7;
}

.report-container .form-control {
    width: 45%;
}

.agencynames table tbody tr td {
    padding-left: 20px;
}

.margin-left-title.custom-radio-list label {
    padding-left: 10px;
    padding-right: 20px;
}

.radio-with-input .multi-selectbox {
    margin-top: 15px;
}

.endorse-form-section.report-form-section .form-text-align .btn-primary .icon-right-arrow {
    padding-left: 10px;
    font-size: 10px;
}

.report-text-style span {
    font-size: 14px;
    color: #00205b;
    font-family: 'Raleway';
}

.margin-left-title {
    margin-left: 30px;
}

.padding-left-subtext {
    margin-left: -40px;
}

.report-subtitle .custom-radioBtn {
    font-size: 13px;
    padding-left: 8px;
    padding-top: 4px;
}

.file-font-size {
    font-size: 14px;
}

.report-subtitle .checkmark {
    background-color: #fff;
}

.report-form-container {
    margin-bottom: 51px;
}

.radio-left-margin-text {
    margin-left: 14px;
}

    .radio-left-margin-text .custom-radioBtn {
        font-size: 14px;
    }

.report-form-section .make-payment-section {
    margin-bottom: 20px;
}

.custom-report-title {
    margin-left: 30px;
}

    .custom-report-title p {
        padding-left: 20px;
    }

.custom-report-bottom-paragraph {
    margin: 30px;
    padding-top: 20px;
}

    .custom-report-bottom-paragraph p {
        font-size: 14px;
    }

.customer-detail-section {
    padding-top: 30px;
    padding-left: 60px;
}

.customer-title {
    margin-bottom: 20px;
    padding-left: 40px;
}

    .customer-title span, .margin-left-col ul li {
        font-family: 'Ralewaybold';
    }

.customer-detail-section .btn-right-size .btn {
    font-size: 16px;
}

    .customer-detail-section .btn-right-size .btn .icon-right-arrow {
        font-size: 12px;
        padding-left: 10px;
    }

.customer-detail-section .align-right.btn-right-size {
    margin-bottom: 20px;
}

.customer-detail-form .form-text-align {
    padding-bottom: 60px;
    padding-top: 40px;
}

.margin-left-row {
    margin-left: 40px;
}

.customer-detail-form .custom-radioBtn {
    margin-left: 10px;
    color: #616265;
    font-size: 14px;
}

.customer-detail-form .checkmark {
    top: 2px;
    height: 20px;
    width: 20px;
}


.customer-report-title {
    margin-top: 30px;
    margin-left: -11px;
    margin-bottom: 15px;
}

    .customer-report-title h6 {
        font-size: 17px;
    }

.acount-left-font-size {
    font-size: 18px;
    color: #616265;
}

.customer-detail-form .form-container .form-control {
    width: 65%;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    border: 1px solid #CCD6DF;
}

.allrows-cols-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.customer-detail-form .form-text-align .btn-primary {
    width: 19%;
    font-size: 15px;
}

    .customer-detail-form .form-text-align .btn-primary .icon-right-arrow {
        font-size: 10px;
        padding-left: 6px;
    }

.table-checkbox {
    margin-top: -13px;
}

.radio-with-input {
    margin-left: -53px;
    margin-top: -8px;
}

.customer-detail-form .form-container .radio-with-input .form-control {
    width: 83%;
    padding-top: 8px;
    margin-top: 9px;
}

.col-margin-left-radio-form {
    margin-left: -70px;
}

.colm-margin-left {
    margin-left: -60px;
}

.colm-margin-right {
    margin-right: -60px;
    margin-bottom: 20px;
}

.table-section.policy-dashboard.customer-detail-table {
    margin-bottom: -10px;
    margin-top: -30px;
}

.colm-margin-left .btn.btn-primary {
    width: 26%;
    font-size: 12px;
    border-radius: 0px;
}

.btn-margin-left {
    margin-left: -50px;
    margin-right: -2px;
}

.colm-margin-left .btn.btn-primary {
    padding: 10px;
}

.table-thcolor {
    margin-top: 30px;
    min-width: 100%;
}

.margin-radio-col {
    margin-left: -9px;
}
/* Reports */

/* Business status */
.search-radius {
    border-bottom-left-radius: 25px !important;
    border-top-left-radius: 25px !important;
}

.business-status-table.table-without-margin-left-right {
    margin-top: 10px !important;
}

.warning-with-no-margin {
    margin-top: -20px;
    margin-right: -14px;
}

.subnote-margin-left {
    padding-left: 24px;
}

.record-detail-table .table-no-border .table .thead-dark th {
    font-size: 15px;
}

.record-detail-table .table-no-border .table td {
    font-size: 19px;
}

.report-detail-title h3 {
    font-size: 26px;
}

.title-section.sub-title-section.business-status-heading {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .title-section.sub-title-section.business-status-heading h4 {
        font-size: 24px;
    }

.business-status-table .table-background .table th, .business-status-table .table-background .table td {
    font-size: 14px;
}

.business-status-multiple-form {
    margin-left: -40px;
    margin-right: -15px;
}

    .business-status-multiple-form .form-container {
        border: 40px solid #E9EDF0;
    }

.business-status-table {
    margin-top: -20px;
    margin-right: 40px;
}

.border-margin-left {
    border-right: 1px solid #CCD6DF;
    padding-left: 40px;
}

.right-form-col {
    padding-left: 60px;
}

.checkbox-block {
    padding-right: 10px;
    padding-left: 24px;
    margin-top: 12px;
    padding-top: 3px;
}

    .checkbox-block .checkboxmark {
        margin-left: 10px;
        border: 1px solid #CCD6DF;
        width: 22px;
        height: 22px;
    }

        .checkbox-block .checkboxmark:after {
            left: 6px;
            top: 3px;
        }

    .checkbox-block .checkboxmark {
        background-color: #fff;
    }

.required-text-right {
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
}

.left-container-title {
    margin-bottom: 30px !important;
}

.row-conatiner-margin-bottom {
    margin-bottom: 10px;
}

.left-container-title h6 {
    font-size: 18px;
    color: #00205b;
}

.left-container-title h5 {
    color: #00205b;
    font-family: 'Ralewaybold';
    font-size: 22px;
}

.left-form-container .checkbox-block {
    padding-top: 3px;
    font-size: 16px;
    color: #616265;
}

.search-text-title {
    margin-bottom: 10px;
}

    .search-text-title span {
        color: #616265;
        font-size: 14px;
    }

.search-input-section {
    margin-left: -60px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.subtitle-search {
    margin-bottom: 20px;
}

    .subtitle-search h6 {
        color: #616265;
        font-family: 'Ralewaybold';
        font-size: 18px;
    }

.table-without-bg {
    padding-left: 30px;
    padding-top: 10px;
}

    .table-without-bg .table th, .table-without-bg .table td {
        border-top: 0px;
    }

    .table-without-bg .table thead th {
        border-bottom: 0px;
    }

.margin-top-bottom-row {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* devlopment changes for busniess status pages*/
.radio-left-margin-text table {
    margin-left: -50px !important;
    margin: 0px !important;
}

.multiple-checkbox-container .viewall {
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.multiple-checkbox-with-table {
    min-width: 100%;
}

    .multiple-checkbox-with-table tbody tr td {
        padding: 10px;
    }

        .multiple-checkbox-with-table tbody tr td label {
            font-size: 18px;
        }

.product-accordion-section .search-input-section .search-section .input-group-text {
    border: 1px solid #ced4da !important;
}

.business-status-table-search-list {
    margin-top: 20px;
}
/* devlopment changes for busniess status pages*/

/* Business status */

/* quotes */
.accordion-section-quotes .small-grey-content {
    padding: 24px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.single-header-right-lable a {
    color: #fff;
    font-size: 18px;
}

.report-form-container .customer-title {
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 10px;
}

    .report-form-container .customer-title p {
        color: #616265;
        font-family: 'Raleway';
    }

.colm-ul-li {
    margin-left: 26px;
}

.quotes-left-margin {
    margin-left: 40px;
}

    .quotes-left-margin p {
        margin-top: 20px;
        padding-left: 10px;
        font-family: 'Raleway';
    }

.colm-ul-li ul li {
    padding: 10px;
}

a {
    color: #00a3de;
}

.quotes-margin {
    margin-top: -10px;
    margin-bottom: 40px;
}

.footer-margin-bottom {
    margin-bottom: -50px;
}

.endorse-form-section.report-form-section .form-text-align .customer-title .btn-primary {
    width: auto;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.multiple-paragraph-margin {
    margin-top: -10px !important;
    margin-left: 30px;
}

.accordion-section-quotes {
    margin-left: 10px;
    border-top: 1px solid #CCD6DF !important;
}

    .accordion-section-quotes p {
        margin-top: 30px;
        margin-bottom: 30px;
        color: #616265;
    }

.info-icon-size {
    margin-right: 10px;
}

.accordion-section-quotes .accordion-section .card-header div {
    font-size: 18px;
    vertical-align: middle;
}


.paragraph-color {
    color: #616265;
}

.customer-title .form-group .btn-primary {
    font-size: 15px;
}

/* film production */
.panel label {
    text-align: right;
}

/* Quiz Form */
.quiz-form {
    margin: 30px;
    padding-left: 40px;
    padding-bottom: 40px;
    text-align: left !important;
}

    .quiz-form h3 {
        margin-bottom: 40px;
        color: #00205b;
        font-family: "Ralewaybold", sans-serif;
        font-size: 32px;
    }
/* Quiz Form */

/* Quick quotes*/

.warning-msg-section .message-text a {
    color: #00a3de !important;
}

.paragraph-padding-left {
    padding-left: 45px;
}

.quick-quotes-title {
    margin: 20px;
}

.wizard-sucess-mdg-section {
    margin-left: 60px;
}

.quickquote .completion-text {
    font-size: 15px !important;
    color: #000000 !important;
    width: 93%;
}

.legal-bottom-text.no-margin-left {
    padding-left: 80px !important;
    margin-left: 0px !important;
}

.wizard-footer-btn {
    margin-top: 20px;
    margin-left: -60px;
}

.quickquote .confirmation {
    margin: 0% !important;
}

    .quickquote .confirmation .checkbox.sign > label {
        margin-left: 0px !important;
    }

    .quickquote .confirmation .quickquote-checkbox-input-paragraph {
        font-size: 14px !important;
    }

.wizard-confirm-msg {
    margin: -6px;
    margin-bottom: -20px;
}

.quickquote .message-header {
    text-transform: capitalize !important;
    margin-bottom: 10px;
}

.quickquote .underwriter-message {
    margin-left: -24px;
}

.form-lable-with-span {
    padding-top: 15px !important;
}

.form .panel, .form .panel-inactive {
    background-color: #fff !important;
    border: solid 1px #fff !important;
    padding: 0px !important;
    margin-left: 5px;
}

    .form .panel.untouched:before {
        background-color: #fff !important;
    }

    .form .panel.underwriter:before {
        background-color: #fff !important;
    }

    .form .panel.valid:before {
        background-color: #fff !important;
    }

.quickquote .message-header {
    font-family: 'Ralewaybold' !important;
    font-size: 15px !important;
    line-height: 2 !important;
}

.quickquote .underwriter-message * {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

.quickquote a {
    text-decoration: none !important;
    color: #00a3de !important;
}

.quickquote h3 {
    color: #00a3de !important;
    font-family: 'Ralewaybold' !important;
    margin-top: 10px !important;
}

.quickquote h4 {
    font-size: 1.3em !important;
    font-family: 'Ralewaybold' !important;
    text-transform: capitalize !important;
    color: #000000 !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.quickquote .checkbox.sign > label {
    width: 25% !important;
    margin-left: 16px !important;
}

.quickquote-checkbox-input-paragraph {
    margin-left: -50px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.content__header {
    margin-left: 60px;
}

.content__body.form input[type=text], .form input[type=number] {
    font-size: 18px;
    border: 1px solid #ced4da !important;
    width: 50% !important;
    box-shadow: none !important;
}

.content__body.form input[type=radio]:not(checked) + label:after {
    background: #00a3de !important;
    top: 3px !important;
    left: 3px !important;
}

.content__body.form input[type=radio]:not(checked) + label:before {
    border: 1px solid #ced4da !important;
    box-shadow: 0 0 0 #fff !important;
}

.custom-checkbox-quick {
    display: inline-flex;
    padding-top: 15px;
}

.warning-msg-section .alert-warning.inativemsg {
    background-color: #E9EDF0 !important;
    color: #fff !important;
}

.inative-msg-section-wizard {
    background-color: #E9EDF0 !important;
    color: #000000 !important;
}

    .inative-msg-section-wizard .claim-accordion-section {
        margin-bottom: 30px !important;
        margin-top: -10px;
        padding-left: 40px;
    }

    .inative-msg-section-wizard .message-header {
        font-family: 'Ralewaybold' !important;
        line-height: 2;
        font-size: 18px;
    }

.wizard .select-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/caret-down.png) !important;
    width: 50% !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
}

.wizard .form select {
    border: solid 1px #ced4da !important;
    /*background-size: inherit !important;*/
}

.wizard {
    width: 95% !important;
    height: auto !important;
    margin-left: 30px !important;
    box-shadow: 0 0 3px 1px #fff !important;
}

.quickquote .confirmation {
    border: 1px solid #ced4da !important;
    padding: 1em !important;
    font-size: 0.9em !important;
}

.wizard .form .checkbox label:after, .form .checkbox-small label:after {
    background-color: #00a3de !important;
    top: 0px !important;
    left: 0px !important;
    width: 21px !important;
    height: 21px !important;
}

.wizard .form .checkbox label {
    border: 1px solid #ced4da !important;
}

.quickquote .padded-left {
    padding-left: 0px !important;
}

.quickquote .legal-get-quote-text, .quickquote .underwriter-information-text {
    font-style: normal !important;
    font-size: 0.80em !important;
}

.quickquote .legal-get-quote-text, .quickquote .underwriter-information-text {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.wizard .claim-form .submit-buttons {
    padding: 0px !important;
}

.content__body.form .fieldset {
    padding-left: 60px;
}

.wizard .form-container {
    padding-bottom: 60px !important;
}

.quickquote h3 {
    text-transform: capitalize !important;
    margin-left: -30px !important;
}

.wizard__content > .content__body {
    padding: 0px !important;
}

.wizard .claim-form .btn-primary {
    float: none !important;
    width: 25% !important;
}

.wizard .btn-primary, .btn-transparent {
    padding: 0px !important;
}


.legal-bottom-text {
    color: #dc3545 !important;
    margin-left: 40px !important;
    font-size: 13px !important;
    margin-top: 10px !important;
}

input[type="submit"] {
    color: #fff !important;
    border-radius: 25px !important;
    padding: 10px 20px !important;
    background: #00a3de !important;
    border: 2px solid #00a3de !important;
    font-family: "Raleway", sans-serif !important;
}

.wizard .claim-form .bg-color-row, .claim-form .custom-checkbox {
    margin-bottom: 0px !important;
}

.wizard .claim-left-row span.icon-play3 {
    margin-top: -26px !important;
}

.wizard .bg-color-row label {
    width: 100% !important;
}

.wizard .claim-form .btn-primary {
    float: right;
}

.underwriter {
    margin-bottom: 20px;
}

.form-setps-contain-section {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.form-steps-section .form-control-lg {
    width: 50% !important;
}

.form-setps-contain-section .form-control {
    border-radius: 0px !important;
    font-size: 15px !important;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
}

.quick-quotes-btn .btn.btn-primary.btn-float-right {
    width: auto;
    padding: 12px;
    font-size: 16px;
}

    .quick-quotes-btn .btn.btn-primary.btn-float-right .icon-right-arrow {
        color: #fff;
    }

.quickquote-wrapper {
    width: 94% !important;
    margin-left: 40px !important;
    margin-bottom: 40px !important;
    margin-right: 40px !important;
    max-width: 94% !important;
}

.quickquote-form div {
    margin-bottom: 15px !important;
}

.quickquote-form {
    background: #fff !important;
    padding: 25px !important;
    border: 1px solid #fff !important;
}

.account-search .title {
    margin: 30px !important;
    font-size: 1.8rem !important;
    color: #00205b !important;
    font-family: 'Ralewaybold' !important;
    text-align: center !important;
}

.account-search .product-title {
    color: #00205b !important;
    font-size: 1.4rem !important;
    margin-left: 0px !important;
    font-family: 'Raleway' !important;
}

.quickquote-form.compact .bg-color-row {
    text-align: right;
}

h5.rms-product-select-section {
    font-size: 19px !important;
    font-family: Ralewaybold !important;
    margin-left: 40px !important;
    margin-bottom: 40px;
}

.quickquote-form.compact .claim-left-row span.icon-play3 {
    margin-top: 0px !important;
}

.quickquote-form.compact input[type="text"], .quickquote-form.compact input[type="email"], .quickquote-form.compact input[type="tel"], .quickquote-form.compact input[type="date"], .quickquote-form.compact input[type="url"], .quickquote-form.compact textarea, .quickquote-form.compact select {
    float: left !important;
    padding: 15px !important;
}

.quickquote-form input[type="text"], .quickquote-form input[type="email"], .quickquote-form input[type="tel"], .quickquote-form input[type="date"], .quickquote-form input[type="url"], .quickquote-form textarea, .quickquote-form select {
    width: 40% !important;
    box-shadow: none !important;
    font-size: 15px !important;
    border: 1px solid #ced4da !important;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 0px !important;
}

.quickquote-wrapper .select-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/caret-down.png) !important;
    width: 40% !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
}

.quickquote-wrapper .error {
    line-height: 4 !important;
    margin-left: 5px !important;
}

.wizard .step-title {
    margin-top: 20px !important;
    position: relative !important;
}

.form-lable-display {
    display: inline-block !important;
    padding-right: 20px;
}

.claim-left-row .label-tooltip span.icon-play3 {
    float: none !important;
}

.label-tooltip .form-lable-display {
    padding-right: 0px !important;
}

.quickquote-wrapper .claim-left-row span.icon-play3 {
    margin-top: -40px !important;
}

.quickquote-wrapper .col-md-4.bg-color-row {
    text-align: right !important;
}

.excess-form-radiolist .custom-checkbox-quick {
    padding-top: 33px !important;
}

.form-control.form-control-lg.select-control.multiple-select-width {
    width: 24.6% !important;
}

.warning-with-margin {
    margin-top: 15px !important;
}

.checkbox-lable-margin-left {
    margin-left: -25px;
}

.form .checkbox-small label {
    border: 1px solid #ced4da !important;
}

.wizard .form .checkbox-small label:after {
    box-shadow: none !important;
    top: -1px !important;
    left: -1px !important;
}

.inative-msg-section-wizard {
    background-color: #E9EDF0 !important;
    color: #000000 !important;
}

    .inative-msg-section-wizard .claim-accordion-section {
        margin-bottom: 30px !important;
        margin-top: -10px;
        padding-left: 40px;
    }

    .inative-msg-section-wizard .message-header {
        font-family: 'Ralewaybold' !important;
        line-height: 2;
        font-size: 18px;
    }

/*Quick Quotes */

/* Myphly Claims */

.accordion-section.dynamic-accordion-section .card-header .collapsed {
    width: 100% !important;
}

.show-hide-btn-padding {
    margin-top: 20px;
}

.remove-right-border {
    border-right: 0px;
}

.search-img-btn-size {
    width: 40px;
}

.policy-bond-section .input-select.custom-search-with-dropdown .form-control {
    height: 42px !important;
}

.content-top-section-margin {
    margin-top: 30px;
}

.search-input-margin {
    margin-left: 20px;
    margin-right: 60px;
}

    .search-input-margin .input-group.custom-search-selectbox {
        width: 116%;
    }

.policy-bond-section .search-input-margin .input-group .input-group.mobile-search-section {
    width: 78%;
}

.table-with-eual-margin {
    margin-left: 20px;
    margin-right: 20px;
    width: 97%;
}

.accordion-claim-margin-top {
    margin-top: 60px;
}

    .accordion-claim-margin-top .accordion-section .card {
        margin-right: -60px;
    }

    .accordion-claim-margin-top .accordion-section .card-header div:hover {
        color: #00A0DF;
    }

    .accordion-claim-margin-top .card-header {
        border-bottom: 1px solid #E9EDF0 !important;
    }

.icon-float-right {
    float: right;
}

.header-with-multiple-col {
    margin-top: 20px;
}

.header-with-right-margin {
    border-right: 1px solid #fff;
    margin-right: -10px;
    margin-top: 2px;
}

.inner-accordion-table-margin {
    margin-bottom: 0px;
}

.accordion-multiple-col {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.accordion-type-col {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    padding-top: 20px;
    border-top: 1px solid #848891;
    border-bottom: 1px solid #848891;
    border-right: 1px solid #848891;
    border-left: 4px solid #00a0df;
}

.padding-accordion-span {
    padding: 5px;
}

.span-with-bold-text {
    font-family: "Ralewaybold";
    color: #616265;
}

.span-font-color {
    color: #616265;
}

/* Myphly Claims */

/* Myphly RMS */
.margin-with-no-bottom {
    margin-top: 40px;
    margin-bottom: -50px;
    margin-left: 10px;
}

.form-control-without-required {
    margin-left: 19px !important;
    width: 100% !important;
}

.margin-rms-top-section {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 10px;
}

    .margin-rms-top-section p {
        font-size: 17px;
        line-height: 1.5;
        color: #616265;
    }

        .margin-rms-top-section p.rms-paragraph-size {
            font-size: 19px;
            line-height: 1.5;
            color: #616265;
            margin-bottom: 30px;
        }

    .margin-rms-top-section h5, .rms-video-section h4 {
        color: #00205b;
        font-family: "Ralewaybold";
        font-size: 24px;
        margin-bottom: 30px;
    }

.rms-video-section {
    margin-top: 60px;
    margin-left: 10px;
}

.rms-multiple-cols {
    padding-top: 40px;
    padding-bottom: 40px;
}

.document-bottom-margin {
    padding-bottom: 40px;
}

.td-with-margin-left th, .td-with-margin-left td {
    padding-left: 23px;
    font-weight: normal;
}

.rms-pargraph-padding p {
    margin: 30px;
    font-size: 17px;
    color: #616265;
}

.rms-pargraph-padding ol li, .rms-pargraph-padding ul li {
    font-size: 17px;
    color: #616265;
    margin-bottom: 20px !important;
    margin-right: 20px;
}

.rms-pargraph-padding ul li {
    margin-top: 20px;
}

.rms-mutiple-col-with-paragraph {
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 60px;
    margin-right: 20px;
    background-color: #F5F8FA;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .rms-mutiple-col-with-paragraph h5 {
        color: #00205b;
        font-family: 'Ralewaybold';
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .rms-mutiple-col-with-paragraph p {
        color: #616265;
        font-size: 17px;
    }

    .rms-mutiple-col-with-paragraph span {
        color: #616265;
        font-size: 17px;
        line-height: 1.5;
    }

.rms-download-section {
    margin-left: 11px;
    margin-right: 14px;
    margin-bottom: 50px;
}

    .rms-download-section p {
        font-size: 18px;
        padding-left: 18px;
    }

    .rms-download-section .bottom-col .icon-downlaod {
        font-size: 18px;
    }

.rms-product-select-section .form-control {
    width: 40%;
    border-radius: 0px;
}

.rms-product-select-section {
    margin-bottom: 30px;
}

.bottom-row-section {
    margin-top: -40px;
}

.rms-product-select-section .selectbox-dropdown-custom-style {
    background-position: 97%;
    height: 50px !important;
}

.rms-margin-left {
    margin-left: 10px;
    margin-bottom: 40px;
}

.rms-with-noleft-margin {
    margin-left: -15px;
}

.rms-contact-section {
    background-color: #F5F8FA;
    padding: 40px;
}

    .rms-contact-section h5 {
        padding-bottom: 20px;
        font-size: 21px;
        font-family: "Ralewaybold";
        color: #00205b;
    }

    .rms-contact-section span {
        font-size: 18px;
        color: #616265;
    }

.rms-powered-section h6, .rms-powered-section p {
    font-size: 18px;
}

.rms-logo-size {
    margin-top: 10px;
    margin-bottom: 20px;
}

.video-section video {
    width: 98% !important;
}

.rms-team-map-section {
    width: 950px;
    margin-left: 14px;
}

.team-section {
    margin-left: 20px;
    margin-top: 30px;
    font-size: 18px;
}

    .team-section h6 {
        line-height: 2;
        font-size: 17px;
        color: #616265;
    }

    .team-section span {
        font-size: 17px;
        padding-right: 10px;
        color: #616265;
    }

.team-span-right-border {
    border-right: 2px solid #9AA7B3;
}

    .team-span-right-border a {
        margin-right: 10px;
    }

.team-span-left {
    padding-left: 7px;
}

.table-background .table.td-with-margin-left tbody td, .table-section.policy-dashboard tbody td {
    font-size: 14px;
}

.td-with-margin-left td:first-child {
    padding-top: 17px;
}

.accordion-claim-margin-top .installment-accordion-section .accordion-section {
    min-width: auto;
}

.rms-request-from .form-container {
    margin-left: -35px;
    margin-right: -50px;
}

.rms-request-from .light-blue-pannel {
    text-align: left;
    padding-top: 0px;
    margin-left: 15px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

    .rms-request-from .light-blue-pannel .banner-small-text {
        color: #848891 !important;
        font-size: 14px !important;
    }

.row-margin-left-rms {
    margin-left: -10px;
    margin-top: 8px;
}

.font-size-rms-pargraph {
    font-size: 20px !important;
    text-align: right;
}

.heading-color {
    font-size: 24px;
    font-family: "Ralewaybold";
    color: #00205b;
}

.heading-text-transform {
    text-transform: capitalize !important;
}

.table-margin-top-bottom.table-margin-right h3 i {
    font-style: normal !important;
}

.link-section-margin {
    margin-top: 10px !important;
}

    .link-section-margin.margin-rms-top-section h5 {
        margin-bottom: 10px !important;
    }

    .link-section-margin ul.list {
        list-style: none;
        margin-left: -40px;
        margin-top: 10px;
    }

        .link-section-margin ul.list li {
            margin-bottom: 10px;
        }

            .link-section-margin ul.list li a img {
                margin-right: 8px;
                height: 25px;
            }

            .link-section-margin ul.list li a {
                font-size: 15px;
            }

.heading-with-black {
    font-size: 16px !important;
    font-family: "Ralewaybold";
    color: #000000 !important;
    margin-top: -10px;
}

.rms-request-from p {
    font-size: 16px !important;
    padding-bottom: 0px !important;
    margin-bottom: -10px;
    color: #616265 !important;
}

.bond-express-container.rms-request-from .benefit-list li:before {
    content: " ";
    background: url(../images/bullet_icon.png) no-repeat !important;
    height: 15px;
    width: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -4px !important;
    margin-left: -14px;
}

.bond-express-container.rms-request-from .benefit-list li {
    list-style: none;
}

    .bond-express-container.rms-request-from .benefit-list li:first-child {
        padding-top: 20px !important;
    }

.rms-request-from ul li {
    padding-top: 5px !important;
    font-size: 15px !important;
}

.rms-form-section-heading {
    margin-top: -30px;
    margin-bottom: -10px;
}

.rms-request-from .padding-left-row .form-control {
    width: 50%;
}

.rms-request-from .phone-input-small {
    width: 13% !important;
}

.rms-request-from .phone-input-medium {
    width: 18% !important;
}

.rms-request-from .form-group span.icon-minus {
    font-size: 1px !important;
}

.form-field-without-required {
    padding-left: 36px;
}

.form-text-align-left {
    text-align: left;
}

    .form-text-align-left .padding-left-row .form-control {
        width: 65%;
    }

.multiple-input-heading {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 17px;
}

.rms-request-from .phone-input-medium.without-border-input {
    width: 18% !important;
}

.form-text-align-left .multiple-input-heading span {
    color: #848891;
}

.form-text-align-left .padding-left-row .form-group {
    margin-left: 20px;
}

.right-multiple-margin {
    margin-left: 0px;
}

.botton-bottom-margin {
    margin-bottom: 30px;
}

.policy-document-sectionRms {
    padding: 40px;
    background-color: #E9EDF0;
    margin: -15px;
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 20px;
}

.table-margin-top-bottom {
    border-top: 30px solid #E9EDF0;
    border-bottom: 10px solid #E9EDF0;
}


.bond-express-containe .custom-li-style {
    margin-left: 0px !important;
}

.bond-express-containe .benefit-list ul {
    padding-left: 26px !important;
}
/* Myphly RMS */

/* Rescource Center */
.rescource-center-section {
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0px;
    padding-top: 40px;
}

.margin-bottom-document-section {
    padding-bottom: 40px;
}

.with-bg-color .col-bg-style {
    background-image: none;
    background-color: #99ce00;
}
/* Rescource Center */

/* Commission */
.table-width-margin-top {
    width: 95%;
    margin-left: 26px;
    margin-top: 0px;
}

.date-error-msg {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.table-thcolor .table-with-equal-margin {
    width: 93% !important;
}

.inline-col-padding .form-control {
    font-size: 15px !important;
}

.bigalert a, .warning-msg-section a {
    color: #fff !important;
    text-decoration: none !important;
}

.header-btn {
    font-size: 14px;
    margin-top: -8px;
    margin-left: 26px;
}

.heading-color {
    color: #00205b;
    font-family: "Ralewaybold" !important;
    margin-bottom: 30px;
}

.remove-margin-bottom {
    margin-bottom: 20px;
}

    .remove-margin-bottom .heading-color {
        margin-bottom: 8px !important;
    }

.heading-small-color {
    color: #00205b;
    font-family: "Ralewaybold" !important;
    font-size: 18px;
}

.margin-bottom-commission {
    margin-left: 10px;
    margin-top: -40px;
    margin-bottom: -30px;
}

.edit-form-subheading {
    margin-bottom: 20px;
}

.table-edit {
    margin-top: 30px;
    margin-left: 20px;
}

.table-edit-margin-left {
    margin-left: 20px;
}

.form-lable-text-color {
    text-align: right !important;
}

    .form-lable-text-color span {
        color: #848891;
        font-size: 14px !important;
    }

.form-text-align-left {
    text-align: left;
    font-size: 14px !important;
}

    .form-text-align-left span {
        color: #000000;
    }

.table-edit tbody td, .table-edit-margin-left tbody td {
    color: #00205b;
    font-size: 16px;
    font-family: "Ralewaybold" !important;
}

.commission-form-edit-section {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
}

.row-left-margin {
    margin-left: -20%;
}

.table-edit thead th, .table-edit-margin-left thead th {
    color: #848891;
    font-size: 14px;
    font-weight: normal;
    font-family: "Raleway" !important;
}

.modal-text-color {
    margin-top: 10px;
    margin-bottom: 10px;
}

.p-text-color {
    color: #848891;
}

.p-value-text-color {
    color: #616265;
}

.commercial-container .margin-rms-top-section {
    margin-top: 40px;
    margin-bottom: -15px;
}

    .commercial-container .margin-rms-top-section p {
        color: #616265;
    }

.inline-commission-form-section {
    border: 2px solid #ced4da;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.inline-col-padding {
    padding: 20px;
}

    .inline-col-padding .form-group {
        width: 100%;
        display: inline-flex;
        margin-top: 10px;
    }

.lable-line-height {
    line-height: 3;
}

.required-icon-margin {
    margin-top: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.inner-col-extra-padding {
    padding-left: 30px;
    padding-right: 3px;
}

.search-with-col-margin {
    padding-left: 0px;
    margin-bottom: 10px;
}

.note-bottom-section {
    margin: 25px;
}

    .note-bottom-section p {
        font-size: 15px;
        color: #848891;
        margin-top: -20px;
    }

.pdf-img-margin {
    margin-left: 20px;
}

/* Commission */

/* Bond Express */

.right-title-with-single-lable {
    margin-top: 40px;
}

.bond-express-container {
    margin-left: -15px;
}

.remove-margin-left {
    margin-left: 0px !important;
}

.bg-image-row .landing-top-image {
    height: 338px;
}

.margin-top-5 {
    margin-top: 5px;
}

.bond-express-container #landing-section {
    padding: 40px 20px;
}

.bond-express-container .inner-grey-content p {
    font-size: 16px;
    padding-bottom: 16px;
}

.bond-express-container .benefit-list {
    font-size: 16px;
    padding-left: 20px;
}

.express-bond-inner-section .custom-li-style {
    margin-left: 8px;
}

.bond-express-container #landing-section h3, #plane-product-section h3 {
    font-size: 24px;
}



.express-bond-inner-section {
    margin-top: 30px;
}

    .express-bond-inner-section h5, .express-bond-inner-section h4 {
        color: #00205b;
        font-family: 'Ralewaybold';
    }

    .express-bond-inner-section p {
        padding-top: 20px;
        color: #848891;
    }

.bond-row-with-download {
    margin-left: 10px;
    margin-bottom: 30px;
}

    .bond-row-with-download h4 {
        font-size: 20px;
        color: #00205b;
        font-family: 'Ralewaybold';
        padding-bottom: 10px;
    }

    .bond-row-with-download .bottom-col {
        margin-left: -13px;
    }

        .bond-row-with-download .bottom-col p {
            padding: 15px;
        }

            .bond-row-with-download .bottom-col p a {
                font-size: 17px;
                font-family: 'Raleway';
            }

.express-bond-button {
    margin-top: 30px;
}

.bond-row-with-download .rms-team-map-section {
    margin-left: 0px;
}

.pargraph-dark-blue-color {
    color: #00205b;
    font-family: 'Ralewaybold';
}

.paragraph-white-color {
    color: #fff;
}

.surety-content p {
    font-size: 24px;
}

.map-section-surety h4 {
    color: #00205b;
    font-family: 'Ralewaybold';
}

.map-section-surety p {
    margin-top: 30px;
    font-size: 18px;
    color: #000000;
}

.policy-bond-express-mga .bond-row-with-download {
    margin-left: 30px;
    margin-right: 30px;
}

.contactus-with-border {
    border: 1px solid #CCD6DF;
    padding: 10px;
}

.paragraph-gray {
    color: #616265;
    font-size: 15px;
}

.bond-express-container .benefit-list li:before {
    background: none !important;
    margin-right: -18px !important;
}

.bond-express-container .benefit-list li {
    list-style: decimal;
    text-indent: 0px !important;
}

.col-with-right-border {
    border-right: 1px solid #CCD6DF;
    padding-top: 10px;
}

.col-with-without-border {
    padding-left: 40px;
    padding-top: 10px;
}

.margin-top-btn-col {
    margin-top: 30px;
}

.no-right-padding {
    padding-right: 0px !important;
}

/* Bond Express */

/* Administrator and Admin Agency */
.heading-margin-left {
    margin-left: -25px !important;
    margin-top: 10px;
}

.media-room-form {
    width: 96%;
    margin-bottom: 30px;
}

.product-accordion-section .news-section .accordion-heading {
    padding-left: 20px !important;
}

.transparenttable tr {
    border-bottom: 1px solid #E9EDF0;
    border-top: 1px solid #E9EDF0;
}

    .transparenttable tr a {
        font-size: 18px !important;
    }

    .transparenttable tr img, .edit-table tr img {
        height: 17px !important;
    }

.label-inline label {
    display: inline-block !important;
    margin-left: 20px;
    font-size: 16px;
}

.media-room-form .form-container {
    margin-top: 30px;
}

.dropdown-position select {
    float: right;
}

.input-check-lable-width label {
    width: auto !important;
}

.checkbox-label-aligment .bg-color-row label {
    display: inline-block !important;
    width: auto !important;
}

.admin-table {
    margin-left: 30px;
}

    .admin-table th {
        font-size: 15px !important;
    }

    .admin-table td {
        position: relative;
        padding-bottom: 10px;
    }

    .admin-table th, .admin-table td {
        font-size: 14px;
        text-align: left;
    }

    .admin-table select {
        width: 90% !important;
        font-size: 12px !important;
    }

    .admin-table input[type="submit"] {
        margin-top: -10px !important;
    }

.save-btn-admin-table {
    margin-top: -40px !important;
}

.admin-table .inline-custom-checkbox label {
    width: 40% !important;
}

.admin-bullets-points ul {
    list-style: none;
}

    .admin-bullets-points ul li {
        padding-bottom: 20px;
    }

        .admin-bullets-points ul li a {
            font-size: 17px;
        }

.required-col-margin {
    margin-left: -20px;
}

.dynamic-feilds-table-set td {
    text-align: right;
    vertical-align: middle;
    margin-top: 20px;
}

    .dynamic-feilds-table-set td span {
        font-weight: normal !important;
        font-size: 17px;
        padding-right: 10px;
    }

.dynamic-feilds-table-set .form-control.form-control-lg {
    width: 80% !important;
}

.dynamic-feilds-table-set td span.icon-play3 {
    font-size: 14px !important;
    margin-left: 10px;
    margin-right: 5px;
}

.dynamic-feilds-table-set td a {
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

    .dynamic-feilds-table-set td a.dynamic-table-btn {
        font-size: 17px;
    }

.dynamic-table-btn {
    margin-top: -90px;
    margin-left: 30px;
    font-size: 15px;
}

.edit-row .form-control.form-control-lg {
    display: inline;
}

.dynamic-cancle-btn .cancle-btn {
    margin-left: 190px !important;
    font-size: 17px;
}

.dynamic-feilds-table-set td .inline-custom-checkbox input {
    width: 15px !important;
    height: 40px;
}

.asp-custom-checkbox .transparenttable td label {
    display: inline-block;
    font-size: 15px;
}

.asp-custom-checkbox .transparenttable {
    width: 100%;
}

a.btn-with-link {
    font-size: 13px !important;
    text-decoration: none !important;
    padding: 4px 10px !important;
    margin-top: 25px;
}

.table-section.policy-dashboard.table-thcolor.sort-width tbody tr th a img {
    width: 9px;
}

.agency-admin .margin-rms-top-section {
    margin-top: 30px !important;
}

.agency-admin-adduser table {
    width: 100%;
}

.agency-admin-adduser table tbody tr td .form-control.form-control-lg {
    margin-bottom: 12px;
    margin-top: 12px;
    width: 70%;
}

.agency-admin-adduser table tbody tr td {
    text-align: right;
}

.agency-admin-adduser table tbody tr td a {
    font-size: 12px;
    color: #00a3de !important;
}

.agency-admin-adduser table.align-left td {
    text-align: left;
}

.agency-admin-adduser table tbody tr td.valign-top {
    vertical-align: top;
}

.agency-admin-edituser .accordion-section .card-header div {
    font-size: 18px !important;
}

.agency-admin-edituser .accordion-section .card-header .collapsed {
    width: 100% !important;
}


/* Administrator and Admin Agency*/

/* Underwritter */

.heading-top-margin {
    margin-left: 30px;
    margin-top: 20px;
}

.anchor-btn-color a {
    color: #fff !important;
}

.disable-msg-color {
    font-size: 18px;
    color: #50585d;
}

.underwritter-card {
    margin-bottom: 20px;
    border: 1px solid #fff !important;
}

    .underwritter-card .card-title {
        background-color: #00a3de;
        color: #fff;
        line-height: 2;
        text-align: center !important;
        font-size: 20px !important;
        margin-left: -20px;
        text-transform: capitalize !important;
        margin-right: -30px;
        margin-top: -20px;
    }

.form .pagination ul > li {
    border: 1px solid #fff !important;
}

.form .tiles-col-margin .tile {
    margin: 0px !important;
    min-width: 100% !important;
    border: 1px solid #F5F8FA !important;
    box-shadow: 0 0 0px rgba(0,0,0,0) !important;
    background: linear-gradient(to bottom, #F5F8FA 100%,#F5F8FA 100%,#F5F8FA 100%) !important;
}

.underwritter-card .card-subtitle {
    text-align: left !important;
    margin: 15px !important;
    font-size: 15px !important;
}

.quickquote .premium-label {
    font-size: 17px !important;
    vertical-align: middle !important;
}

.quickquote .price-label {
    font-size: 19px !important;
    vertical-align: middle !important;
}

.form .tile .footer {
    text-align: left !important;
}

.form .tile .label {
    font-weight: normal !important;
}

.search-controls {
    width: 85% !important;
    margin-left: 40px !important;
}

.form .filters-panel__controls {
    border-top: 2px solid #ced4da !important;
}

    .form .filters-panel__controls .controls-shortcut {
        border-left: 2px solid #ced4da !important;
        border-bottom: 2px solid #ced4da !important;
        border-right: 2px solid #ced4da !important;
        right: 1% !important;
    }

.quickquote .filter-caption {
    font-size: 15px !important;
    padding-bottom: 10px !important;
}

.side-padded input {
    font-size: 15px !important;
}

.quickquote .mtc-message-container {
    border: 1px solid #fff !important;
}

.quickquote .mtc-message {
    font-style: normal !important;
}

.quickquote.lookup .brand-label {
    margin-left: 30px;
}

.quickquote.lookup heading-top-margin {
    margin-left: 50px !important;
}

.mtc-message-container ul {
    list-style: none !important;
}

    .mtc-message-container ul li {
        padding: 10px;
        color: #6c6c6c !important;
    }

.wizard .claim-form .file-upload-btn .btn-primary {
    width: 60% !important;
}

.form .panel.invalid:before {
    width: 0% !important;
}

.form span.validation, .form .input-group > span.validation {
    padding: 0px !important;
    color: red !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
    font-size: 12px !important;
    float: none !important;
}

.quickquote .ajflood-wizad-section .mobile-inline.padded-left h4 {
    margin-top: 0px !important;
    font-size: 1em !important;
    font-family: 'Raleway' !important;
}

.ajflood-wizad-section .panel label {
    text-align: left !important;
}

.wizard .form .ajflood-wizad-section select {
    background-size: 5px 6px, 6px 5px, 1px 2.5em !important;
}

.content__body.form .ajflood-wizad-section input[type=text], .form .ajflood-wizad-section input[type=number] {
    font-size: 16px !important;
}

.content__body.form .ajflood-wizad-section input[type=text], .form .ajflood-wizad-section input[type=number], .form .ajflood-wizad-section textarea {
    width: 29% !important;
}

.wizard .claim-form .ajflood-wizad-section .btn-primary {
    width: 30% !important;
    text-align: center !important;
}

.form .secondary-button {
    box-shadow: 1px 1px 3px #fff !important;
}

.ajflood-wizad-section input[type="submit"] {
    padding: 8px !important;
    min-width: 20% !important;
    width: 28% !important;
}

.quickquote h1 {
    color: #00a3de !important;
}

.form .ajflood-wizad-section input[type="submit"], .form .ajflood-wizad-section .input-group > span:not(.validation) {
    height: auto !important;
    font-size: 1.1em;
    margin-right: 10px !important;
    width: auto !important;
}

.form .ajflood-wizad-section .checkbox label {
    height: 21px !important;
    width: 21px !important;
}

.form .ajflood-wizad-section .headed-group > .header {
    background-color: #fff !important;
    color: #00a3de !important;
    border: 1px solid #fff !important;
}

.ajflood-wizad-section #divGetQuoteLegalText {
    margin-left: 30px;
    margin-top: 20px;
}

.form .ajflood-wizad-section .headed-group > .header .action span, .form .ajflood-wizad-section .headed-group > .header .action i {
    color: #00a3de !important;
}

.quickquote .ui-state-default, .quickquote .ui-widget-content .ui-state-default, .quickquote .ui-widget-header .ui-state-default {
    background: #fff !important;
    color: #00a3de !important;
}

.quickquote .ui-state-active, .quickquote .ui-widget-content .ui-state-active, .quickquote .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
    background: #f38a0f !important;
    color: #fff !important;
}

    .quickquote .ui-state-active, .quickquote .ui-widget-content .ui-state-active, .quickquote .ui-widget-header .ui-state-active .ui-tabs-anchor {
        color: #fff !important;
    }

.ajflood-wizad-section .ui-widget-header {
    border: 1px solid #fff !important;
}

.quickquote .ui-state-default, .quickquote .ui-widget-content .ui-state-default, .quickquote .ui-widget-header .ui-state-default {
    border: 1px solid #d6d6d6 !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ajflood-wizad-section #tabs {
    border: 1px solid #fff !important;
}

.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-headerx {
    background-color: #00a3de !important;
    padding-top: 10px;
    padding-left: 20px;
    min-height: 60px !important;
    height: 100px !important;
}

.quickquote .ajflood-wizad-section .line [class*="col-"].right {
    float: left !important;
}

.quickquote .form .ajflood-wizad-section span.validation, .form .input-group > span.validation {
    padding-top: 15px !important;
    padding-left: 10px !important;
}
/* Underwritter */
.remove-list-style.benefit-list ul li {
    font-size: 17px !important;
}

ul .remove-list-style.benefit-list {
    font-size: 22px !important;
}
/* custom menu class */
.custom-menu-section ul {
    list-style: none;
    margin-left: -40px;
    margin-top: 10px;
}

    .custom-menu-section ul.custom-menu-ul li a {
        color: #00205b;
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }


ul.custom-menu-ul li .open {
    margin-left: -20px;
}

    ul.custom-menu-ul li .open li a {
        font-size: 15px;
    }

.active-menu {
    border-left-color: #00a3de;
    border-left-style: solid;
    margin-left: -6px;
    border-left-width: 5px;
    font-size: 21px;
    font-family: 'Ralewaybold' !important;
    border-radius: 1px;
}

.active-nestedmenu {
    border-left-color: #00a3de;
    border-left-style: solid;
    margin-left: -6px;
    border-left-width: 5px;
    font-size: 20px !important;
    font-family: 'Ralewaybold' !important;
    border-radius: 1px;
}

.custom-menu-section ul.custom-menu-ul li a:hover, .active.nestedul a:hover {
    color: #00a3de;
}

.accordion-menu-section .menu-section .card a:hover {
    color: #00a3de;
}

ul.custom-menu-ul li span.icon icon-minus {
    font-size: 4px;
    float: right;
}

.custom-menu-section ul.custom-menu-ul li.active-submenu a {
    color: #00a3de !important;
}

.custom-menu-section ul.custom-menu-ul li a.active-submenu {
    color: #00a3de !important;
}

.left-menu-active-style {
    border-left-color: #00a3de;
    border-left-style: solid;
    margin-left: -6px;
    border-left-width: 5px;
    font-size: 20px !important;
    font-family: "Ralewaybold", sans-serif;
    border-radius: 2px;
}


/* custom menu class */

/* Calender Style */
table.custom-calender {
    width: 188px !important;
    border: 1px solid #ced4da !important;
}

    table.custom-calender td {
        background: #fff !important;
        border: 1px solid #ced4da !important;
        font-size: 12px !important;
        color: #000000 !important;
    }
/* Calender Style */

/* custom table radio and checkbox*/

.inline-custom-checkbox [type="radio"]:checked, .inline-custom-checkbox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .inline-custom-checkbox [type="radio"]:checked + label,
    .inline-custom-checkbox [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .inline-custom-checkbox [type="radio"]:checked + label:before,
        .inline-custom-checkbox [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ced4da;
            border-radius: 100%;
            background: #fff;
        }

        .inline-custom-checkbox [type="radio"]:checked + label:after,
        .inline-custom-checkbox [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #00a3de;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .inline-custom-checkbox [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .inline-custom-checkbox [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/* Custom table checkbox */
.multiple-checkbox-container .col-md-12 {
    margin-left: 10px;
}

.multiple-checkbox-with-table {
    display: inline-block;
    margin-left: 5px;
}

    .multiple-checkbox-with-table input {
        display: none;
    }

        .multiple-checkbox-with-table input[type="checkbox"]:checked + label:before {
            background: #00a3de;
            border: 1px solid #cccccc;
            content: "\2713";
            display: inline-block;
            text-align: center;
            color: #fff;
        }


    .multiple-checkbox-with-table label {
        font-size: 14px !important;
        margin-top: -6px;
    }

        .multiple-checkbox-with-table label p {
            padding-left: 20px !important;
        }


        .multiple-checkbox-with-table label:before {
            content: "";
            cursor: pointer;
            display: inline-block;
            position: absolute;
            width: 23px;
            height: 23px;
            left: 0;
            border: 1px solid #cccccc;
            background-color: #fff;
        }

/* custom table radio and checkbox*/

/* popup hover */

.popupHover-content {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #FF9900;
    font-size: 12px;
    padding: 4px;
}

    .popupHover-content:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .popupHover-content:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #FF9900;
        border-width: 10px;
        margin-left: -100px;
    }

/* Popuphover */

/* hover style guidelines */
.btn-primary:hover {
    color: #fff;
    background-color: #4dbde9 !important;
    border-color: #4dbde9 !important;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #4dbde9 !important;
    border-color: #4dbde9 !important;
}

.cancle-btn-without-margin {
    background-color: #fff !important;
    color: #00a3de !important;
}

.cancle-btn {
    margin-right: -30px !important;
}

.btn-primary, .btn-transparent, .btn-outline-primary {
    padding: 10px 20px !important;
}

.table-section {
    margin-right: 20px;
}

    .table-section table tbody tr:hover {
        background-color: #00a3de !important;
        color: #fff !important;
    }

        .table-section table tbody tr:hover td, .table-section table tbody tr:hover td a {
            color: #fff !important;
        }

            .table-section table tbody tr:hover td.no-highlight {
                background-color: #fff;
                cursor: default;
            }

                .table-section table tbody tr:hover td.no-highlight a {
                    color: #00a3de !important;
                }

    .table-section .table-striped tbody tr:nth-of-type(even) td.no-highlight {
        background-color: #F5F8FA;
    }

.form-container .form-control:focus {
    border: 1px solid #848891;
}

a {
    color: #00A0DF;
}

.icon-padding {
    font-size: 10px !important;
    padding-left: 10px !important;
}

.downalod-icon-size {
    font-size: 20px !important;
}

.modal-btn .btn-primary {
    float: right;
}

.alert-success {
    background-color: #009900;
    color: #fff;
    font-size: 18px !important;
}

.form-control {
    border-radius: 0px;
}

.table-with-equal-margin {
    width: 96%;
    margin-left: 30px;
}

.table-with-full-width-margin {
    width: 100%;
    margin-left: -10px;
}

.table-with-same-margin {
    width: 97% !important;
}

.table-with-full-width {
    width: 100%;
}

.long-lable-with-no-margin-top {
    margin-top: 0px !important;
}

.table-section.policy-dashboard th, .td-with-margin-left th {
    border-bottom: 0px;
    font-family: 'Ralewaybold' !important;
    font-size: 14px;
}

.custom-li-style {
    margin-left: -15px;
}

    .custom-li-style li {
        list-style: none;
    }

        .custom-li-style li:before {
            content: " ";
            background: url(../images/bullet_icon.png) no-repeat !important;
            height: 15px;
            width: 20px;
            display: inline-block;
            vertical-align: bottom;
        }

.bottom-col div:hover, .bottom-col div:hover p a, .bottom-col div:hover .icon-downlaod {
    background-color: #00a3de !important;
    color: #fff !important;
}

.select-input-wrap {
    width: 42%;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    overflow-wrap: 177px;
    padding-right: 45px;
}

textarea {
    resize: none;
}

.header-left-section {
    background-color: #00a3de;
    color: #fff;
    padding: 20px 60px;
    font-family: "Ralewaybold", sans-serif;
}

.header-right-section {
    background-color: #00205b;
    padding: 20px 40px;
    color: #fff;
}

.header-right-left-lable {
    padding-top: 12px;
    font-family: "Ralewaybold", sans-serif;
}

.agent-text-color {
    font-size: 15px;
    color: #99CC00;
}

.agent-img-logo {
    padding-right: 5px;
    width: 21px;
}

.header-border-right {
    text-align: right;
    border-right: 1px solid #fff;
    padding-top: 7px;
}

.header-right-select .form-group {
    padding-top: 10px;
}

.select-change-dynamic {
    position: relative;
    top: 19px;
    padding-top: 0px;
}

.select-change-large-value {
    top: 16px;
    padding-top: 0px;
}

.header-right-select .selectbox-dropdown-custom-style {
    border: 0px;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    height: auto !important;
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
    width: 77%;
    background-position: 74%;
    background: url(../images/caret-down-white.png) no-repeat right;
}

.selectbox-dropdown-custom-style option {
    color: black !important;
    font-size: 13px;
}

.btn-small-width {
    font-size: 12px !important;
    padding: 10px !important;
}

.form-sub-heading-section {
    color: #00205b;
    font-size: 20px;
    padding-left: 30px;
    text-align: left;
    font-family: Ralewaybold;
}

.single-header-right-lable {
    margin-top: 10px;
}

.multiple-lable-header {
    margin-top: 5px;
}

.header-with-border-bottom {
    border-bottom: 1px solid #fff;
}

.header-right-btn {
    margin-top: 8px;
    font-size: 14px;
}

.download-icon-size {
    font-size: 15px;
}

.header-right-without-multiple-row {
    padding-top: 18px;
}

.header-with-multiple-btn {
    padding-left: 0px;
}

.header-with-multiple-right-link {
    padding-top: 3px;
    margin-top: 0px;
}

.header-padding-right-link {
    padding-top: 7px;
}

.equal-col-header-right {
    margin-top: 10px;
}

.no-margin-top-header-right {
    margin-top: 6px !important;
}

    .no-margin-top-header-right .header-border-right {
        padding-top: 0px;
    }

    .no-margin-top-header-right h6 {
        font-size: 18px;
    }

.download-icon-size {
    font-size: 15px;
}

.print-icon-size {
    width: 33px;
}

.left-contain-select {
    left: 2%;
}

.dynamic-accordion-section .collapsed a {
    font-size: 20px;
    font-family: "Raleway";
    color: #00205b;
}

.desktop-search .dynamic-search .form-control {
    background-image: none;
    width: 70%;
    padding: 10px;
}

.st-default-autocomplete {
    width: auto !important;
    right: 5px;
}

.dynamic-search .desktop-search-icon {
    height: 23px;
    width: 33px;
    background-position-y: 3px;
}

.dynamic-search .input-group-text {
    display: inline-block;
    margin-left: -7px;
    height: 35px;
    padding: 0px;
}

.table thead th {
    vertical-align: middle !important;
}

.form-container hr {
    margin-left: 30px !important;
}

.notification-alert {
    padding: 0px 0px 0px 20px;
    background: url(../../images/icons/alert.gif) no-repeat 0px 2px;
    color: #cc0000;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
}

.product-notification-alert {
    margin-top: 20px;
    margin-left: 28px;
}
/*changes*/


/* claims demo fix */

.claims-blue {
    margin-bottom: 60px;
}

.input-group {
    flex-wrap: nowrap !important;
}

.desk-top-margin {
    margin-top: 60px;
}

/*fixes*/

.mobile-download-section .pl-3.icon-downlaod {
    vertical-align: middle;
}

#dropdownMenuButton .icon-caret-down {
    margin-right: 10px;
}

.heading-2 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #00205b;
    font-size: 40px;
    font-family: 'Ralewaybold';
}

.margin-btn-right {
    margin-right: 5px;
}

.popup-list ul li ul {
    padding-left: 40px !important;
}

.popup-list ul:first-child {
    padding-left: 10px;
}

.person-detail {
    padding: 40px;
}

.person-contact-detail h3 {
    font-size: 24px;
    color: #00205b;
    font-family: "Ralewaybold" !important;
}

.contact-border {
    border: 2px solid #9aa7b3;
    padding: 20px;
    color: #616265;
}

    .contact-border p, .contact-border div {
        margin-top: 8px;
    }

    .contact-border h6 {
        display: inline-block;
    }

    .contact-border div a {
        padding-right: 5px;
        padding-left: 3px;
    }

table#tblResults {
    margin-top: 20px;
    margin-bottom: 20px;
}

.policy-bond-section. content {
    width: 100%;
}

.claim-accordion-section .small-grey-content p {
    padding-bottom: 0px;
}

.producer-info .bottom-col {
    padding-left: 60px;
}

.producer-info .producer-section {
    padding-left: 60px;
    padding-bottom: 20px !important;
}

    .producer-info .producer-section p {
        font-size: 18px;
        color: #616265;
    }

    .producer-info .producer-section h4 {
        color: #00205b;
        font-family: "Ralewaybold", sans-serif;
        font-size: 22px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

.btn-producer {
    width: auto !important;
}

#awards img {
    cursor: pointer;
}

.forge-section .info-section {
    cursor: pointer;
}

.filters select {
    margin-right: 5px;
    padding-right: 25px;
    min-width: 200px;
}

.filters {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .filters label {
        margin-left: auto;
    }

    .filters .btn-primary {
        cursor: pointer;
    }

.mp4-width {
    max-width: 700px;
}

@media (max-width: 768px) {
    #welcome-section + .container-fluid {
        margin-top: -30px !important;
    }

    .mp4-width {
        width: 100%;
    }

    #btn-center {
        text-align: center !important;
    }

    .producer-info .producer-section {
        padding-left: 20px;
    }

    .producer-info .bottom-col {
        padding-left: 20px;
    }

    .show-all, .hide-all {
        width: 100% !important;
    }

    .env-success h2 {
        margin-bottom: 0px;
    }

    .accordion-toggle div p {
        width: 95%;
        margin-bottom: 0px;
        float: left;
    }

    .accordion-toggle div span.icon {
        width: 5%;
        float: right;
        text-align: left;
    }

    .accordion-section .card-header .collapsed {
        width: 88%;
        float: left;
    }

    .blue-inner-top-section {
        line-height: 1.3;
        margin-bottom: 0px;
    }

    .blue-slider .news-inner {
        padding-right: 0px;
    }

    .blue-slider p {
        font-size: 17px;
    }

    .no-mob-bottom-padding {
        padding-bottom: 0px;
    }

    .claim-search {
        margin-top: 30px;
    }

    .office-listing .show-all, .office-listing .hide-all {
        width: 100%;
    }

    .office-listing .accordion-section {
        margin-left: 0px;
    }

    #mobile-commercial-accordion .card-header .collapsed {
        width: 100%;
    }

    .mobile-product-section .card-header .collapsed {
        width: 100%;
    }

    .mobile-product-section .accordion-section {
        padding: 0px;
    }

    .padder iframe {
        width: 100%;
        padding-top: 30px;
    }

    .person-detail {
        padding: 20px;
        text-align: center;
    }

    .contact-border div span {
        display: block;
    }

    .contact-border h6 {
        display: none;
    }

    .rms-team .header-left-section, .rms-team .header-right-section {
        text-align: center;
    }

    .filters select {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .filters .btn-primary {
        width: 100%;
    }

    .margin-btn-right {
        margin-bottom: 8px;
    }

    .title-section.sub-title-section .loss-runs-btn-container {
        padding-left: 15px;
    }

    .title-section.sub-title-section .loss-runs-btn-container,
    .title-section.sub-title-section .ebind-btn-container {
        display: inline-block;
        width: auto;
    }
}
/*fixes*/

table.veichle-collector {
    width: 100%;
    font-size: 16px;
}

    table.veichle-collector tr td:first-child {
        padding-right: 5%;
    }

@media (max-width: 768px) {
    table.veichle-collector tr td:first-child {
        padding-right: 5%;
        width: 100px;
    }

    .filters label {
        margin-left: unset;
    }
}
/* map*/


.box-map {
    width: 100% !important;
    height: 400px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.content {
    position: relative;
    width: 100% !important;
    margin: 0px auto;
}

#jqm_map {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.box-legend {
    width: 100% !important;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

#jqmMapAreasImage0, #jqm_map, #jqm_loader {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.blog ul li:first-child {
    padding-top: 0px;
}

.box-legend .region .box-offices ul {
    padding-left: 0px !important;
}

    .box-legend .region .box-offices ul li {
        padding-left: 5px !important;
    }

        .box-legend .region .box-offices ul li a {
            outline: none !important
        }

.claim-form .btn-autowidth .btn-primary, .claim-form .btn-blue {
    width: auto !important;
}

.checkbox-lable-line-height {
    line-height: 3 !important;
}

.check-box-paragraph-margin {
    margin-top: -30px;
    margin-left: 20px;
    font-size: 15px;
}

.mp4-video-control {
    position: absolute;
    z-index: 9;
    top: 49%;
    left: 49% !important;
    transform: translate(-50%, -50%);
    padding: 0px;
}

.languages {
    position: absolute;
    right: 0px;
    margin-top: -28px;
    display: block;
    color: #616265;
    z-index: 999999;
    font-size: 15px;
}

    .languages img {
        height: 16px;
        width: 25px;
        cursor: pointer;
        margin-right: 8px;
    }

.go-paperless-sec .border-right {
    border-right: 4px solid #D7D7D7 !important;
    padding: 0px;
}

.go-paperless-sec {
    text-align: center;
    color: #616265;
}

    .go-paperless-sec h3 {
        font-weight: bold;
        color: #616265;
        font-size: 29px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .go-paperless-sec h5 {
        font-size: 20px;
        font-weight: bold;
        color: #616265;
        padding: 20px;
    }

    .go-paperless-sec img {
        height: 70px;
    }

    .go-paperless-sec h4 {
        font-size: 24px;
        font-weight: bold;
        color: #616265;
        padding-bottom: 20px;
    }

.go-green img {
    width: 200px;
    height: auto;
}

.first-list ol {
    text-align: left;
    display: none;
    padding-right: 20px;
}

.close-list {
    float: right;
    color: red;
    font-weight: bold;
}

.blue-bck .btn-primary {
    color: #fff !important;
}

.fourty-percent {
    width: 40%;
}

.sixtey-percent {
    width: 60%;
}

.dropshadow img {
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-old {
    margin-right: 30px;
}

.quotes h4 {
    font-size: 20px !important;
    font-family: 'raleway';
    padding-top: 43px;
    padding-left: 60px;
    text-align: left;
    z-index: 9999;
}

.quote-img {
    background: url(../images/quotes.png) no-repeat;
    height: 72px;
    width: 80px;
    display: block;
    position: absolute;
}

@media (max-width: 768px) {
    .languages {
        margin-top: 80px;
    }

    .img-old {
        margin-bottom: 30px;
        margin-right: 0px;
    }

    .go-paperless-sec .border-right {
        border-bottom: 4px solid #D7D7D7 !important;
        border-right: 0px !important;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .box-legend .region {
        float: unset;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .installment-plan-section {
        margin: 0px;
        margin-bottom: 9px;
    }

    .accordion-claim-margin-top .accordion-section .card {
        margin-right: 0px;
    }

    .accordion-body-section h5 {
        font-size: 18px !important;
    }

    .claim-paragraph {
        float: left;
        text-align: left;
    }

    .blue-mid-header.mob-section {
        padding: 30px 0px !important;
    }

    .filters label {
        margin-left: unset !important;
    }

    .mobile-img-width {
        width: 100%;
    }

    .btn-auto-width {
        text-align: center !important;
    }

    .all-products .vallery-section .forge-section {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .no-left-mob-padding {
        padding-left: unset;
        padding-right: unset;
    }

    .form-container {
        border: 5px solid #E9EDF0;
    }

    .claim-form .form-control-sm.phone-no-medium {
        width: 50% !important;
        float: right;
    }
}


/* map*/
/* galaxy 8 fixes*/
@media (max-width: 1025px) {
    .col-md-6.inner-grey-content, .col-lg-6.inner-grey-content {
        padding-bottom: 0px;
        margin-bottom: -15px;
    }

    #LoginSection {
        margin-top: 120px;
    }
}

/* galaxy 8 fixes*/

/* parag fixes*/
.list-section {
    padding-top: 20px;
    line-height: 1.5;
    padding-left: 15px;
}

.running-pages {
    padding: 30px !important;
    text-align: left;
}

.form-container hr.divider {
    margin-left: 0px !important;
}

.running-section {
    background: #F5F8FA;
}

.endorse-form-section {
    background: #fff;
}

.list-border {
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.black-list-section {
    padding-left: 17px;
    line-height: 1.5;
}

.left-toggle-menu {
    display: none;
}

.leftdesktop-toggle-menu {
    display: block;
}

.tale-with-verticle-scroll .custom-radio-list tbody tr {
    width: auto !important;
    font-size: 13px;
}

.product-accordion-section .brochure-section .accordion-heading {
    padding-left: 14px !important
}

.quotes-center h4 {
    text-align: center !important;
}

.quotes-center img {
    margin-bottom: 0px !important;
    line-height: 1px !important;
}

.table-clickable tbody tr td {
    cursor: pointer;
}

    .table-clickable tbody tr td.no-highlight {
        cursor: default;
    }

#mk-aweb-accessibility-panel-wrapper .mk-aweb-menu-open-accessibility-panel .mk-aweb-menu-img-custom {
    width: 41px !important;
    height: 41px !important;
    background-repeat: no-repeat;
}

th.primary-ind {
    text-align: center;
}
td.primary-ind {
    text-transform: uppercase;
}

.dark-blue {
    background-color: rgba(0,32,91,0.9);
}

#BillingPaymentHistorySection table th.asc::after {
    content: "\25b2";
}

#BillingPaymentHistorySection table th.desc::after {
    content: "\25bc";
}

.hidden-fake-input {
    position: fixed !important;
    height: 1px !important;
    width: 1px !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: -999 !important;
    display: inline !important;
    color: transparent;
}

#trac-program-page #mainContent {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

#trac-program-page ul p {
    margin-bottom: 0;
}

#trac-program-page ul em {
    color: red;
    font-style: italic;
}

#trac-program-page .videoimg {
    width: 700px;
}

#trac-program-page .career-video {
    width: 700px;
}


/*#region Contentful components*/

/*#region Global styles*/

:root {
    --tokio-blue-100: #eefaff;
    --tokio-blue-400: #ade8ff;
    --blue-500: #0170e2;
    --blue-600: #004e9f;
    --blue-700: #022d7b;
    --blue-800: #00205b;
    --black-900: #272727;
    --white: #fff;
    --green: #99ce00;
    --green-200: #cbf0e1;
    --green-700: #005431;
    --tan-100: #f4f1eb;
    --grey-100: #fafafa;
    --grey-200: #f5f5f5;
    --grey-300: #d5d6d8;
    --grey-500: #bdbdbd;
    --grey-700: #6f6f6f;
    --grey-blue: #ccd2de;
    --red-200: #ffe2dd;
    --red-700: #a01600;
    --yellow-200: #fff3c3;
    --yellow-500: #fc0;
    --gold-700: #ae8422;
    --backdrop-primary: #2c2c2c;
    --box-shadow-primary: #192532;
    --box-shadow-blue-500: 0 2px 10px 0 color-mix(in srgb, var(--blue-500) 50%, transparent 100%);
    --shadow-secondary: #000;
    --shadow-tertiary: #111b2b;
    --test: #f8fcff;
    --space-none: 0;
    --space-2: 2px;
    --space-4: 4px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-40: 40px;
    --space-48: 48px;
    --space-64: 64px;
    --space-80: 80px;
    --corner-xxs: 4px;
    --corner-xs: 12px;
    --corner-s: 16px;
    --corner-m: 24px;
    --corner-l: 32px;
    --corner-full: 80px;
    --page-content-size: 1344px;
}

/*#endregion Global styles*/


/*#region CardPanel Component Styles */


.card-panel {
    --_card-panel-background: var(--card-panel-background, var(--white));
    --_card-panel-text: var(--card-panel-text, var(--grey-700));
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    row-gap: var(--space-32);
    background-color: var(--_card-panel-background);
    padding-top: var(--space-32);
    padding-bottom: var(--space-32);
}

.card-panel-info {
    grid-column: 1 / -1;
}

    .card-panel-info:empty {
        display: none;
    }

.card-panel-title {
    font-size: 1.5rem;
    line-height: 1.16666666;
    font-weight: 700;
    color: var(--blue-800);
}

@media (min-width: 992px) {
    .card-panel-title {
        font-size: 2rem;
        line-height: 1.1875;
    }
}

.card-panel-title:not(:only-child) {
    margin-bottom: var(--space-8);
}

.card-panel-description {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--_card-panel-text);
}

.card-panel .contentful-card {
    grid-column-end: span 2;
}

.card-panel:where(.center) {
    align-items: center;
}

    .card-panel:where(.center) .card-panel-title,
    .card-panel:where(.center) .card-panel-description {
        text-align: center;
    }

.card-panel-actions {
    grid-column: 1 / -1;
}

.card-panel:where(.center) .card-panel-actions {
    display: flex;
    justify-content: center;
}

.card-panel-content {
    display: grid;
    gap: var(--space-24);
    grid-column: 4 / -19;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.card-panel-content:where(.illustration-card-panel) {
    grid-column: 1 / -19;
}

.card-panel-content:where(.illustration-card-panel):where(.four-cards-in-row) {
    grid-column: 1 / -1;
    grid-template-columns: repeat(8, 1fr);
}

.card-panel-content:where(.illustration-card-panel):where(.three-cards-in-row) {
    grid-column: 1 / -6;
    grid-template-columns: repeat(6, 1fr);
}

.card-panel-content:where(.illustration-card-panel):where(.two-cards-in-row) {
    grid-column: 1 / -13;
    grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.illustration-card-panel) {
        gap: var(--space-16);
        grid-column: 1 / -13;
    }

        .card-panel-content:where(.illustration-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.illustration-card-panel) {
        grid-column: 1 / -1;
    }

        .card-panel-content:where(.illustration-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel-content:where(.data-card-panel) {
    grid-column: 1/ -19;
}

    .card-panel-content:where(.data-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(8, 1fr);
    }

    .card-panel-content:where(.data-card-panel):where(.three-cards-in-row) {
        grid-column: 1 / -7;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel-content:where(.data-card-panel):where(.two-cards-in-row) {
        grid-column: 1 / -13;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.data-card-panel) {
        grid-column: 1 / -18;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.data-card-panel):where(.four-cards-in-row, .three-cards-in-row) {
            grid-column: 1 / -5;
            grid-template-columns: repeat(6, 1fr);
        }

        .card-panel-content:where(.data-card-panel):where(.two-cards-in-row) {
            grid-column: 1 / -11;
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.data-card-panel) {
        grid-column: 1 / -13;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.data-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.illustration-card-panel, .data-card-panel) {
        gap: var(--space-16);
    }
}

.card-panel-content:where(.info-card-panel) {
    grid-column: 1 / -5;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel-content:where(.info-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(8, 1fr);
    }

    .card-panel-content:where(.info-card-panel):where(.three-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel-content:where(.info-card-panel):where(.two-cards-in-row) {
        grid-column: 1 / -9;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 1 / -5;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel-content:where(.info-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) {
        grid-column: 1 / -9;
        grid-template-columns: repeat(4, 1fr);
    }

        .card-panel-content:where(.info-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel-content:where(.info-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

        .card-panel-content:where(.info-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.info-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 /-1;
            grid-template-columns: repeat(4, 1fr);
        }

            .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
                grid-column: 1 / -1;
                grid-template-columns: repeat(2, 1fr);
            }

                .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:only-child {
                    grid-column-start: 1;
                }
}

@media (max-width: 767px) {
    .card-panel-content:where(.info-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel-content:where(.image-card-panel) {
    grid-column: 1 / -17;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel-content:where(.image-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(8, 1fr);
    }

    .card-panel-content:where(.image-card-panel):where(.three-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel-content:where(.image-card-panel):where(.two-cards-in-row) {
        grid-column: 1 / -9;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel-content:where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 1 / -17;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel-content:where(.image-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) {
        grid-column: 1 / -9;
        grid-template-columns: repeat(4, 1fr);
    }

        .card-panel-content:where(.image-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel-content:where(.image-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

        .card-panel-content:where(.image-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.image-card-panel) {
        grid-column: 1 / -13;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 /-1;
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.image-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel-content:where(.quote-card-panel) {
    grid-column: 1 / -5;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel-content:where(.quote-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel-content:where(.quote-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 1 / -5;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.quote-card-panel) {
        grid-column: 1/ -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.quote-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):not(:has(.contentful-card:only-child)) {
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.quote-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel-content:where(.quote-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):not(:has(.contentful-card:only-child)) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel-content:where(.mixed-card-panel) {
    grid-column: 1 / -13;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel-content:where(.mixed-card-panel):where(.four-cards-in-row, .three-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel-content:where(.mixed-card-panel):where(.two-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel-content:where(.mixed-card-panel):has(.contentful-card:only-child),
    .card-panel-content:where(.mixed-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel-content:where(.mixed-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-16);
    }

        .card-panel-content:where(.mixed-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-template-columns: repeat(4, 1fr);
        }

            .card-panel-content:where(.mixed-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:where(.contentful-card-to-stretch)) {
                grid-template-columns: repeat(2, 1fr);
            }

        .card-panel-content:where(.mixed-card-panel):has(.contentful-card:only-child) {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel-content:where(.mixed-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-16);
    }

        .card-panel-content:where(.mixed-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ),
        .card-panel-content:where(.mixed-card-panel):has(.contentful-card:only-child) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)) {
    grid-column: 10 / -10;
}

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel):where(.three-cards-in-row) {
        grid-column: 4 / -4;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel):where(.two-cards-in-row) {
        grid-column: 7 / -7;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel) {
        grid-column: 7 / -7;
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
        }
}

@media (max-width: 767px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel) {
        grid-column: 1 / -1;
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.illustration-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
        }
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where(.four-cards-in-row) {
    grid-column: 1 / -1;
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where(.three-cards-in-row) {
    grid-column: 4 / -4;
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where(.two-cards-in-row) {
    grid-column: 7 / -7;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel) {
        grid-column: 10 / -10;
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where(.four-cards-in-row, .three-cards-in-row) {
            grid-column: 4 / -4;
        }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where(.two-cards-in-row) {
            grid-column: 7 / -7;
        }
}

@media (max-width: 767px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel) {
        grid-column: 7 / -7;
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.data-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
        }
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel) {
    grid-column: 3 / -3;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(8, 1fr);
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.three-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.two-cards-in-row) {
        grid-column: 5 / -5;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 3 / -3;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) {
        grid-column: 5 / -5;
        grid-template-columns: repeat(4, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(4, 1fr);
        }

            .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
                grid-column: 1 / -1;
                grid-template-columns: repeat(2, 1fr);
            }

                .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:only-child {
                    grid-column-start: 1;
                }
}

@media (max-width: 767px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.info-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel) {
    grid-column: 9 / -9;
    grid-template-columns: repeat(2, 1fr);
}

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.four-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(8, 1fr);
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.three-cards-in-row) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.two-cards-in-row) {
        grid-column: 5 / -5;
        grid-template-columns: repeat(4, 1fr);
    }

@media (min-width: 992px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):has(.contentful-card:only-child),
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 9 / -9;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):has(.contentful-card:only-child) .contentful-card:first-child,
        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) {
        grid-column: 5 / -5;
        grid-template-columns: repeat(4, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.four-cards-in-row, .three-cards-in-row):has( .contentful-card:first-child + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where(.four-cards-in-row):has( .contentful-card:first-child + .contentful-card + .contentful-card:last-child ) .contentful-card:first-child {
            grid-column-start: 1;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel) {
        grid-column: 7 / -7;
        grid-template-columns: repeat(2, 1fr);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(4, 1fr);
        }
}

@media (max-width: 767px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel) {
        grid-column: 1 / -1;
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.image-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
}

.card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.quote-card-panel) {
    grid-column: 1 / -1;
}

@media (min-width: 992px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.quote-card-panel):not( :where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ) ),
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(.quote-card-panel):where( .four-cards-in-row, .three-cards-in-row, .two-cards-in-row ):has(.contentful-card:only-child) {
        grid-column: 3 / -3;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.two-cards-in-row)
    .contentful-card:last-child:nth-child(odd) {
        grid-column-start: 2;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.three-cards-in-row)
    .contentful-card:nth-child(3n + 1):last-child {
        grid-column-start: 3;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.four-cards-in-row)
    .contentful-card:nth-child(4n + 1):last-child {
        grid-column-start: 4;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.three-cards-in-row):has(.contentful-card:nth-child(3n + 2):last-child)
    .contentful-card:nth-last-child(2) {
        grid-column-start: 2;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.four-cards-in-row):has(.contentful-card:nth-child(4n + 2):last-child)
    .contentful-card:nth-last-child(2) {
        grid-column-start: 3;
    }

    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.four-cards-in-row):has(.contentful-card:nth-child(4n + 3):last-child)
    .contentful-card:nth-last-child(3) {
        grid-column-start: 2;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)) {
        gap: var(--space-16);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where( .two-cards-in-row, .three-cards-in-row:not(:where(.data-card-panel)), .four-cards-in-row:not(:where(.data-card-panel)) ) .contentful-card:last-child:nth-child(odd) {
            grid-column-start: 2;
        }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.data-card-panel):where( .three-cards-in-row, .four-cards-in-row ) .contentful-card:nth-child(3n + 1):last-child {
            grid-column-start: 3;
        }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.data-card-panel):where( .three-cards-in-row, .four-cards-in-row ):has(.contentful-card:nth-child(3n + 2):last-child)
        .contentful-card:nth-last-child(2) {
            grid-column-start: 2;
        }
}

@media (max-width: 767px) {
    .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)) {
        gap: var(--space-16);
    }

        .card-panel:where(.center) .card-panel-content:not(:where(.mixed-card-panel)):where(:not(.quote-card-panel)):where(.data-card-panel):where( .two-cards-in-row, .three-cards-in-row, .four-cards-in-row ) .contentful-card:last-child:nth-child(odd) {
            grid-column-start: 2;
        }
}

@media (min-width: 992px) {
    .card-panel:where(.center) .card-panel-content:where(.mixed-card-panel):where(.two-cards-in-row) .contentful-card:not(:only-child):last-child:nth-child(odd) {
        grid-column-start: 2;
    }

    .card-panel:where(.center) .card-panel-content:where(.mixed-card-panel):not(:where(.four-cards-in-row, .three-cards-in-row, .two-cards-in-row)),
    .card-panel:where(.center) .card-panel-content:where(.mixed-card-panel):has(.contentful-card:only-child) {
        grid-column: 7 / -7;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-panel:where(.center) .card-panel-content:where(.mixed-card-panel):where(.four-cards-in-row, .three-cards-in-row, .two-cards-in-row):not(:has(.contentful-card:where(.contentful-card-to-stretch)))
    .contentful-card:not(:only-child):last-child:nth-child(odd) {
        grid-column-start: 2;
    }
}

.card-panel:where(.white) {
    --card-panel-background: var(--white);
    --card-panel-text: var(--grey-700);
}

.card-panel:where(.gray) {
    --card-panel-background: var(--grey-100);
    --card-panel-text: var(--black-900);
}

.card-panel:where(.tan) {
    --card-panel-background: var(--tan-100);
    --card-panel-text: var(--blue-800);
}

.card-panel:where(.light-blue) {
    --card-panel-background: var(--tokio-blue-100);
    --card-panel-text: var(--blue-800);
}


/*#endregion CardPanel Component Styles*/

/*#region Image with Fallback Component Styles*/
.image-with-fallback {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-with-fallback-content {
    display: block;
    width: 100%;
    height: 100%;
}

.image-with-fallback-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--grey-100, #f5f5f5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.image-with-fallback-backdrop.active-fallback {
    opacity: 1;
}

.image-with-fallback-text {
    font-size: 0.875rem;
    color: var(--grey-700, #666);
    margin-top: var(--space-8, 8px);
}

/* Responsive styles */
@media (max-width: 768px) {
    .image-card {
        border-radius: var(--corner-s, 8px);
    }

    .image-card-info {
        padding: var(--space-16, 16px);
    }
}

/*#endregion Image with Fallback Component Styles*/

/*#region Image Card Component Styles*/

.image-card {
    --_image-card-background: var(--image-card-background, var(--white));
    display: flex;
    flex-direction: column;
    background-color: var(--_image-card-background);
    position: relative;
    overflow: clip;
    border-radius: 12px;
    height: 100%;
}

.image-card-image {
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 9/4;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.image-card-image:only-child {
    margin: auto 0;
}

.image-card-info .image-card-title {
    font-size: 1.125rem;
    line-height: 1.3333333;
    font-weight: 700;
    color: var(--black-900);
    margin: 0;
}

@media (min-width: 992px) {
    .image-card-info .image-card-title {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}

.image-card-info .image-card-description {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--grey-700);
    margin-bottom: auto;
    margin-top: 0;
}

.image-card-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--space-8);
    padding: var(--space-24);
}

@media (max-width: 991px) {
    .image-card {
        border-radius: var(--corner-s);
    }

    .image-card-info {
        padding: var(--space-16);
    }
}

.image-card-action {
    margin: auto 0 0 auto;
}

.image-card.white {
    --image-card-background: var(--white);
}

.image-card.gray {
    --image-card-background: var(--grey-100);
}

/* Chevron link styles */
.chevron-link {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4db8ff;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
}

.chevron-link:hover {
    background-color: #0066cc;
    color: #4db8ff;
}

.chevron-link:focus-visible {
    outline: 3px solid #0080ff;
}

.chevron-link-icon {
    width: 18px;
    height: 18px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (max-width: 768px) {
    .image-card {
        border-radius: 8px;
    }

    .image-card-info {
        padding: 16px;
    }

    .chevron-link {
        width: 32px;
        height: 32px;
    }

    .chevron-link-icon {
        width: 16px;
        height: 16px;
    }
}


/*#endregion Image Card Component Styles*/

/*#region Feature Block Styles*/

.feature-block {
    padding: 40px 0;
}

.feature-block .feature-block-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.feature-block-section.ratio-1-3.media-left {
    grid-template-columns: 1fr 2fr;
}

.feature-block-section.ratio-1-3.media-right {
    grid-template-columns: 2fr 1fr;
}

.feature-block .feature-block-section .feature-block-text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1025px) {
    .feature-block .feature-block-section {
        grid-template-columns: 1fr;
    }
}

/*#endregion Feature Block Styles*/

/*#region Feature Block Video Styles*/

.feature-block .feature-block-section .feature-block-video {
    display: block;
}

.feature-block .feature-block-section .feature-block-video iframe {
    width: 100%;
}

.feature-block-video {
    display: flex;
    justify-content: center;
    border: 0;
}

.feature-block-video iframe {
    width: 50%;
    aspect-ratio: 16 / 9;
    border: none;
}

@media (max-width: 1025px) {
    .feature-block-video iframe {
        width: 100%;
    }
}

/*#endregion Feature Block Video Styles*/

/*#region Text Block Styles*/

.contentful-text-block {
    --_text-color: #212529;
    --_heading-color: var(--heading-color, var(--blue-800));
    display: flex;
    row-gap: var(--space-24);
    flex-direction: column;
    color: var(--_text-color);
}

.contentful-text-block p {
    margin: 0;
    font-family: "Raleway"
}

.contentful-text-block h1 {
    font-size: 1.75rem;
    line-height: 1.2142857;
    font-weight: 700;
    font-family: 'Ralewaybold';
    text-transform: uppercase;
    color: var(--_heading-color);
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

.contentful-text-block h2 {
    font-size: 1.5rem;
    line-height: 1.16666666;
    font-weight: 700;
    color: var(--_heading-color);
    font-family: 'Ralewaybold';
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h2 {
        font-size: 2rem;
        line-height: 1.1875;
    }
}


.contentful-text-block h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--_heading-color);
    font-family: 'Ralewaybold';
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h3 {
        font-size: 1.65rem;
        line-height: 1.16666666;
    }
}

.contentful-text-block h3 strong {
    font-weight: 700;
}


.contentful-text-block h4 {
    font-size: 1.125rem;
    line-height: 1.3333333;
    font-weight: 500;
    color: var(--_heading-color);
    font-family: 'Ralewaybold';
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h4 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}

.contentful-text-block h4 strong {
    font-weight: 700;
}

.contentful-text-block h5 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--_heading-color);
    font-family: 'Ralewaybold';
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h5 {
        font-size: 1.125rem;
        line-height: 1.3333333;
    }
}

.contentful-text-block h5 strong {
    font-weight: 700;
}

.contentful-text-block h6 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    color: var(--_heading-color);
    font-family: 'Ralewaybold';
    margin: 0;
}

@media (min-width: 992px) {
    .contentful-text-block h6 {
        font-size: 1rem;
    }
}

.contentful-text-block h6 strong {
    font-weight: 700;
}

/*#endregion Text Block Styles*/



/*#endregion Contentful Components*/


