/****blog-css****/
.errormsg {
    display: none;
    color: red;
    font-size: 12px;
    padding-left: 20px;
    margin: 10px 0 0 !important;
    text-align: left;
}

.blogs-div {
    padding: 20px 0px;
}

.blog-tabs > li.active > a, .blog-tabs > li.active > a:focus, .blog-tabs > li.active > a:hover {
    color: #160f38;
    border-radius: inherit;
}

.blog-tabs > li > a {
    color: #a4a3ab;
    padding: 15px 20px;
    margin: 0px 0px;
    font-size: 20px;
}

.blog-tabs > li {
    background-color: #fbfbfb;
    border: 1px solid #aeaeae;
    margin: 0px -3px;
}

    .blog-tabs > li:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .blog-tabs > li:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .blog-tabs > li > a:focus, .blog-tabs > li > a:hover {
        border-radius: inherit;
        color: #160f38;
    }

.blog-box {
    background-color: #f5f5f4;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.blog-box-txt1 {
    color: #000 !important;
    font-size: 2.8rem;
    text-align: left;
    padding: 20px 20px;
    margin: 0px !important;
    font-weight: 700
}

.blog-box-txt2 {
    color: #000 !important;
    font-size: 14px;
    text-align: left;
    padding: 0px 20px 20px 20px;
    margin: 0px !important;
}

.blog-read-more {
    padding: 0px 20px 10px 20px;
    margin: 0px !important;
}

    .blog-read-more a {
        background-color: #1a1446;
        color: #f0c00c;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px;
    }

        .blog-read-more a:hover {
            text-decoration: none;
            background-color: #f0c00c;
            color: #1a1446;
        }

.blog-get-quote {
    padding: 0px 20px 20px 20px;
    margin: 0px !important;
}

    .blog-get-quote a {
        background-color: transparent;
        border: 1px solid #f0c00c;
        color: #f0c00c;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px;
    }

        .blog-get-quote a:hover {
            text-decoration: none;
            background-color: #f0c00c;
            color: #1a1446;
        }

.ad-box {
    background-image: url(../images/car-insurance-blog-images/ad-blog-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px 0px;
    padding: 35px 20px;
}

.ad-box-txt1 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 100; /*margin: 0px auto!important; */
    text-align: left;
    width: 171px;
}

    .ad-box-txt1 span {
        font-weight: bold;
        font-size: 40px;
    }

.ad-txt-list li {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0px 0px;
}

    .ad-txt-list li::before {
        content: "";
        border-color: transparent #fff;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 0.9em;
        position: relative;
    }

.pagination {
    padding-left: revert;
}

    .pagination > li > a, .pagination > li > span {
        color: #160f38;
        border: none;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
    .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #728aca;
        border-color: #728aca;
    }

.fluid-mar-pad {
    padding: 20px 0px;
}

.latest {
    text-align: left;
    padding: 20px 20px 0px 20px;
    margin: 0px !important;
}

    .latest span {
        color: #edbb58;
        border: 1px solid #edbb58;
        border-radius: 3px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 3px 10px;
    }

.ad-form-box {
    margin-top: 20px;
    padding: 20px;
    background-color: #160f38;
    border-radius: 10px;
}

.blog-lady {
    width: 100%;
    position: relative;
    bottom: -20px;
    right: -20px;
}

.ad-form-box .ad-txt-list {
    padding-left: 10px;
}

.ad-form-fields {
    margin: 20px 0px;
}

    .ad-form-fields label {
        padding: 0 20px;
        color: #1a1446;
        font-size: 16px;
        font-weight: 400;
    }

    .ad-form-fields button[type=submit] {
        background: #ffd000;
        border: 2px solid #ffd000;
        border-radius: 30px;
        padding: 5px 30px;
        color: #1a1446;
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        max-width: 150px;
        transition: all .3s ease-in;
    }

        .ad-form-fields button[type=submit]:hover {
            background: #1a1446;
            border-color: #ffd000;
            color: #fff;
        }

    .ad-form-fields input[type=text], .ad-form-fields input[type=tel], .ad-form-fields input[type=email] {
        outline: none;
        background: #ffffff;
        border-radius: 30px;
        color: #1a1446;
        font-size: 16px;
        outline: none;
        height: 36px;
        padding: 8px 20px;
        width: 100%;
        max-width: 250px;
    }

.customerlogin-fields input[type=text] {
    max-width: 407px;
    height: 46px;
}

.ad-form-fields select {
    background: #ffffff;
    border-radius: 20px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    outline: none;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
}

.callback-lisa {
    margin-top: 30px;
}

#callbackForm .form-group {
    margin-bottom: 15px;
}

#callbackForm button {
    margin-top: 10px;
}

#myModalrequestCallbackForm .modal-dialog {
    max-width: 600px;
}

.blog-social-media {
    text-align: center;
    padding: 0px 20px 20px 20px;
}

    .blog-social-media .fa-icon1 {
        background-color: #00aced;
        color: #ffffff;
        padding: 5px 30px;
        margin: 0px -2px;
    }

    .blog-social-media .fa-icon2 {
        background-color: #007bb6;
        color: #ffffff;
        padding: 5px 30px;
        margin: 0px -2px;
    }

    .blog-social-media .fa-icon3 {
        background-color: #3b5998;
        color: #ffffff;
        padding: 5px 30px;
        margin: 0px -2px;
    }

    .blog-social-media .fa-icon4 {
        background-color: #0dc143;
        color: #ffffff;
        padding: 5px 30px;
        margin: 0px -2px;
    }

.blog-newsletter-div {
    background-image: url(../images/car-insurance-blog-images/whatsapp-chat-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
    margin: 0px 0px 20px 20px;
}

.newsletter-form-fields {
    padding: 15px 0px;
    text-align: left;
}

    .newsletter-form-fields input[type=tel] {
        outline: none;
        background: #ffffff;
        border-radius: 30px;
        color: #1a1446;
        font-size: 16px;
        outline: none;
        height: 36px;
        padding: 8px 20px;
        width: 100%;
        max-width: 250px;
        border: none;
    }

    .newsletter-form-fields input[type=email] {
        outline: none;
        background: #ffffff;
        border-radius: 30px;
        color: #1a1446;
        font-size: 16px;
        outline: none;
        height: 36px;
        padding: 8px 20px;
        width: 100%;
        max-width: 250px;
        border: none;
    }

    .newsletter-form-fields button[type=submit] {
        background: #f5c800;
        border: 2px solid #f5c800;
        border-radius: 30px;
        padding: 5px 30px;
        color: #1a1446;
        font-weight: 700;
        font-size: 16px;
        max-width: 200px;
        transition: all .3s ease-in;
    }

        .newsletter-form-fields button[type=submit]:hover {
            background: #1a1446;
            border-color: #1a1446;
            color: #fff;
        }

.newsletter-subscribe {
    color: #191244 !important;
    font-size: 21px;
    text-align: left;
}

    .newsletter-subscribe span {
        font-weight: 700;
    }

.blog-next-prev {
    text-align: center;
    margin: 20px 20px;
}

    .blog-next-prev .bprev {
        background-color: #1a1446;
        color: #f0c00c;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 20px;
        margin-right: 20px;
        display: inline-block;
        width: 20%;
        text-align: center;
    }

        .blog-next-prev .bprev:hover {
            text-decoration: none;
            background-color: #f0c00c;
            color: #1a1446;
        }

    .blog-next-prev .bnext {
        background-color: #f0c00c;
        color: #1a1446;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 20px;
        margin-right: 20px;
        display: inline-block;
        width: 20%;
        text-align: center;
    }

        .blog-next-prev .bnext:hover {
            text-decoration: none;
            background-color: #1a1446;
            color: #f0c00c;
        }

.search-box {
    border: 2px solid #160f36;
    border-radius: 8px;
    height: 35px;
    padding-left: 35px;
    padding-right: 5px;
    width: 180px;
    margin: 20px 0px;
    background: url(../images/car-insurance-blog-images/search.png) no-repeat 8px center;
    font-weight: bold;
    outline: none;
}

.blog-tabs > li > a span.car, .blog-tabs > li > a span.two, .blog-tabs > li > a span.health, .blog-tabs > li > a span.trending {
    display: inline-block;
    background: url('../images/car-insurance-blog-images/blog-tab-icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    margin: -10px auto !important;
    background-size: cover;
    width: 66px;
    height: 38px;
}

.blog-tabs > li > a span.car {
    background-position: 0 10px;
}

.blog-tabs > li > a span.two {
    background-position: 0 -28px;
}

.blog-tabs > li > a span.health {
    background-position: 8px -62px;
}

.blog-tabs > li > a span.trending {
    background-position: 10px -102px;
}


/***********************************Brandwise css************************/
/*.brand-top-banner{background: url(../images/brand-wise/brand-bg-img.jpg) no-repeat center center; background-size: cover; 
	padding: 40px 0;}*/
.brand-top-banner {
    position: relative;
}

    .brand-top-banner img {
        max-width: 100%;
        width: 100%;
    }

    .brand-top-banner .brand-wise-form-wrap {
        position: absolute;
        bottom: 0%;
    }

.brand-wise-form-wrap {
    max-width: 450px;
    width: 100%;
    min-height: 330px;
}

.brand-top-banner .brand-form-h1-title {
    font-size: 32px;
    color: #1a1446; /*text-shadow: 0px 1px #000;*/
}

.brand-form1-div {
    background-color: #d5d7d5;
    padding: 15px 20px;
}

.brand-form2-div {
    background-color: #d5d7d5;
    padding: 15px 20px;
}

    .brand-form1-div p, .brand-form2-div p {
        margin: 10px 0;
    }

.brand-form-txt1 {
    
    font-size: 16px;
    color: #000;
    margin: 0px !important;
}

.brand-form-txt2 {
    
    font-size: 20px;
    color: #000;
    margin: 20px 0px !important;
}

.brand-form1-div input[type=text] {
    outline: none;
    margin: 10px 0;
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    color: #1a1446;
    font-size: 14px;
    outline: none;
    height: 36px;
    padding: 8px 20px;
    width: 100%;
    max-width: 240px;
}

.brand-form2-div input[type=text] {
    background-color: #ffffff;
    margin: 10px 0 0;
    border: none;
    border-radius: 30px;
    color: #1a1446;
    font-size: 14px;
    outline: none;
    height: 36px;
    padding: 8px 20px;
    width: 100%;
}

.brand-form2-div select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
    border: none;
    border-radius: 30px;
    color: #1a1446;
    font-size: 14px;
    outline: none;
    height: 36px;
    padding: 8px 20px;
    width: 100%;
    max-width: 200px;
}

.brand-key-benefits {
    background: #ffd000;
    border: 3px solid #ffd000;
    font-size: 14px;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 30px;
    padding: 7px 10px;
    color: #160f38;
    transition: all 0.3s ease-out;
    height: 40px;
    text-align: center;
    width: 50%;
    max-width: 150%;
}

    .brand-key-benefits:hover {
        background-color: #1a1446;
        color: #fff;
        border: 3px solid #1a1446;
    }

.brand-buy-now {
    background: #1a1446;
    border: 3px solid #1a1446;
    font-size: 14px;
    margin: 0 5px;
    font-weight: bold;
    border-radius: 30px;
    padding: 7px 10px;
    color: #fff;
    transition: all 0.3s ease-out;
    height: 40px;
    text-align: center;
    width: 50%;
    max-width: 150%;
}

    .brand-buy-now:hover {
        background-color: #ffd500;
        color: #1a1446;
        border: 3px solid #ffd000;
    }

.brand-call-me {
    background: #ffd000;
    border: 3px solid #ffd000;
    font-size: 14px;
    margin: 10px 5px;
    font-weight: bold;
    border-radius: 30px;
    padding: 5px 10px;
    color: #160f38;
    transition: all 0.3s ease-out;
    height: 36px;
    text-align: center;
    width: 100%;
}

    .brand-call-me:hover {
        background-color: #ffffff;
    }
/*.brand-mar-sub{margin: 0px 0px!important;}*/
.brand-read-more {
    color: #000000;
    font-weight: bold;
    
    font-size: 14px;
}

.brand-key-features {
    padding: 0px 175px 46px 0px;
}

.brand-why-choose-lgi1 {
    background-color: #85dfdf;
}

.brand-why-choose-lgi {
    background-color: #1a1446;
}

.brand-title2 {
    color: #ffffff;
}

.brand-title1 {
    color: #fff;
}

.brand-why-list li {
    color: #ffcf0d;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/brand-wise/right-arrow.png) no-repeat 0 center;
    padding: 40px 30px;
}

.brand-name-txt1 {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.brand-name-txt2 {
    color: #000;
    font-size: 16px;
}

.brand-types-text1 {
    font-weight: bold;
    color: #ffd648;
    font-size: 18px;
}

.brand-types-text2 {
    color: #ffffff;
    font-size: 16px;
}

.brand-types-list li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/brand-wise/right-arrow1.png) no-repeat 0 3px;
    padding: 0px 10px 20px 30px;
}

/****************citywise css*******************/
/*.city-top-banner{background: url(../images/brand-wise/city-bg-img.jpg) no-repeat center center; background-size: cover; 
	padding: 40px 0;}*/
.city-top-banner {
    position: relative;
}

    .city-top-banner img {
        max-width: 100%;
        width: 100%;
    }

    .city-top-banner .brand-wise-form-wrap {
        position: absolute;
        bottom: 10%;
    }

    .city-top-banner .brand-form-h1-title {
        font-size: 32px;
        color: #fff;
        text-shadow: 0px 1px #000;
    }

.brand-form1-div {
    background-color: #d5d7d5;
    padding: 15px 20px;
}

.brand-form2-div {
    background-color: #d5d7d5;
    padding: 15px 20px;
}

    .brand-form1-div p, .brand-form2-div p {
        margin: 10px 0;
    }

#more1 {
    display: none;
}

/***********************about us page**************************/
.abt-ban-img {
    text-align: center;
}

.abt-sec-1 {
    background-color: #160f38;
    margin-bottom: 20px;
}

    .abt-sec-1 h2 {
        color: #ffffff;
        font-size: 30px;
        line-height: 1.4em;
        font-weight: 700;
    }

    .abt-sec-1 p {
        color: #ffffff;
    }

.abt-sec-2 h2 {
    color: #000000;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
}

.abt-sec-2 p {
    color: #000000;
}

.abt-read-more-cta {
    background: #160f38;
    border: 3px solid #160f38;
    font-size: 16px;
    margin: 10px 5px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 40px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}

    .abt-read-more-cta:hover {
        background-color: #ffffff;
    }

.abt-sec-2 {
    position: relative;
    overflow: hidden;
    padding: 10px 0 50px;
}

.abt-sec-2-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.abt-sec-3 {
    background-image: url(../images/about-us-page/abt-sec-3-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 5rem;
}

    .abt-sec-3 h2 {
        color: #000;
        font-size: 30px;
        line-height: 1.4em;
    }

    .abt-sec-3 p {
        color: #000;
    }

.abt-awards-sec {
    background-color: #efeeef;
    position: relative; /* margin-bottom: 15rem;*/
    padding-bottom: 0;
}

    .abt-awards-sec .award-data {
        margin-top: 20px;
    }

.abt-awards-img-wrap {
    text-align: center;
    margin: 50px 0 20px;
}
/*.abt-awards-img-wrap img{ max-width: 100%; width: auto; }*/
.abt-award-data {
    background: #ffd000;
    border-radius: 10px;
    padding: 20px 50px 10px;
    margin: 20px auto 50px;
}

.abt-award {
    display: flex;
    align-items: center;
}

    .abt-award h4 {
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        padding-left: 20px;
    }

    .abt-award p {
        color: #000000;
        padding-left: 20px;
    }

    .abt-award img {
        width: auto !important;
    }

.abt-sec-4 {
    background-color: #d5f0fb;
}

    .abt-sec-4 h2 {
        color: #010101;
    }

    .abt-sec-4 h4 {
        color: #1a1446;
        font-weight: 700;
    }

    .abt-sec-4 p {
        color: #000000;
        min-height: 100px;
    }

.abt-knw-mre-link {
    color: #1a1446;
    margin-left: 20px;
}

.abt-enter-details-bg {
    background: url(../images/about-us-page/abt-enter-details-bg.png) no-repeat center center;
    background-size: cover;
}

.abt-sec-5 {
    background-color: #fac805;
}

    .abt-sec-5 h2 {
        color: #000000;
    }

    .abt-sec-5 p {
        color: #000000;
    }

        .abt-sec-5 p a {
            color: #000000;
            font-weight: 700;
            font-size: 16px;
        }

.abt-sec-6 {
    background: url(../images/about-us-page/abt-sec-6-bg.png) no-repeat center center;
    background-size: cover;
    padding: 6rem 0px;
}

    .abt-sec-6 h2 {
        text-align: center;
    }

    .abt-sec-6 p {
        text-align: center;
    }

.abt-txt-height1 {
    min-height: 210px;
}

.abt-us-tabs li {
    width: 16%;
}

    .abt-us-tabs li a {
        font-size: 14px;
    }

/*.abt-us-tabs li.active a, .abt-us-tabs li a:hover, .abt-us-tabs li.active a:focus{min-height: 83px;}
*/
/****************************job opening *******************/
.job-opening-bg {
    background: url(../images/about-us-page/job-opening-bg.png) no-repeat center center;
    background-size: cover;
    padding: 10rem 0px;
}

.job-box {
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #a0a0a0;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}

.job-form-box { /*width: 60%;*/
    padding: 30px;
    margin: 0px auto;
}

.job-img-box {
    width: 40%;
    position: relative;
    top: 82px;
}

.job-form-box .form-group {
    margin-left: 30px;
}

.job-search-btn {
    margin-left: 30px !important;
}

.job-input-label {
    margin-left: 18px !important;
}

.job-form-box select {
    background: #ffffff;
    border-radius: 20px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    outline: none;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
    border: 0;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
    box-shadow: 0px 0px 2px #a0a0a0;
}

.job-form-box p {
    color: #1a1446;
    margin: 0px 0px 10px 0px;
    font-weight: 500;
    font-size: 16px;
}

.job-heritage-sec {
    background-color: #160f38;
    padding: 30px 0px 60px 0px;
    margin: 40px 0px 15rem 0px;
    position: relative;
}

    .job-heritage-sec h2 {
        color: #ffffff;
    }

    .job-heritage-sec p {
        color: #ffffff;
    }

.job-milieu-box {
    background-color: #d5f0fb;
    border-radius: 10px;
    padding: 20px 40px;
    text-align: center;
    position: absolute;
}

    .job-milieu-box h2 {
        color: #000000;
    }

    .job-milieu-box p {
        color: #000000;
    }

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
}

/************************learning and development**************************/
.learning-info {
    background-color: #d5f0fb;
    border-radius: 10px;
    padding: 40px 40px 20px 40px;
    position: relative;
    margin-top: 8rem;
}

.learning-icon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 125px;
}

.learning-progressing-sec {
    background-color: #160f38;
    padding: 30px 0px 30px 0px;
    margin-top: 20px;
}

    .learning-progressing-sec h2 {
        color: #ffffff;
    }

    .learning-progressing-sec p {
        color: #ffffff;
    }

.learning-steps {
    background-color: #d5f0fb;
    padding-bottom: 10rem;
}

.learn-step1 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 70px;
    margin-right: 75px;
}

    .learn-step1::before {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step1.png) no-repeat;
        width: 76px;
        height: 76px;
        margin: 0px 0px 0px -30px;
    }

    .learn-step1::after {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-icon2.png) no-repeat;
        width: 137px;
        height: 137px;
        top: -75px;
        right: -60px;
    }

    .learn-step1 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

.learn-step2 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 75px;
    margin-top: -1px;
}

    .learn-step2::after {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step2.png) no-repeat;
        width: 76px;
        height: 76px;
        right: 0;
        top: 50px;
        margin: 0px -30px 0px 0px;
    }

    .learn-step2 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

.learn-step3 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 75px;
    margin-top: -1px;
}

    .learn-step3::before {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step3.png) no-repeat;
        width: 76px;
        height: 76px;
        margin: 0px 0px 0px -30px;
    }

    .learn-step3 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

.learn-step4 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 75px;
    margin-top: -1px;
}

    .learn-step4::after {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step4.png) no-repeat;
        width: 76px;
        height: 76px;
        right: 0;
        top: 50px;
        margin: 0px -30px 0px 0px;
    }

    .learn-step4 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

.learn-step5 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 75px;
    margin-top: -1px;
}

    .learn-step5::before {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step5.png) no-repeat;
        width: 76px;
        height: 76px;
        margin: 0px 0px 0px -30px;
    }

    .learn-step5 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

.learn-step6 {
    position: relative;
    border: 1px solid #1a1446;
    padding: 50px 0px;
    border-radius: 80px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 75px;
    margin-top: -1px;
}

    .learn-step6::before {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-icon3.png) no-repeat;
        width: 137px;
        height: 137px;
        left: -30px;
        top: 80px;
    }

    .learn-step6::after {
        position: absolute;
        content: '';
        background: url(../images/about-us-page/learning-step6.png) no-repeat;
        width: 76px;
        height: 76px;
        right: 0;
        top: 50px;
        margin: 0px -30px 0px 0px;
    }

    .learn-step6 p {
        color: #000;
        width: 70%;
        margin: 0px auto;
        padding: 0px 0px;
    }

/*********************************career page **************************/
.career-boxa {
    position: relative;
    margin-top: 10rem;
}

.career-boxb {
    position: relative;
    margin-top: 10rem;
}

.career-box-1 {
    background-color: #d5f0fb;
    padding: 30px 30px;
}

.career-box-p-img {
    position: absolute;
    top: -100px;
    left: 15%;
    right: 15%;
    margin: 0px auto !important;
}

.career-box-1 h2 {
    color: #160f38;
    font-size: 24px;
    font-weight: 600;
}

.career-box-p-txt {
    color: #000000;
    min-height: 110px;
}

.career-know-mre a {
    background: #ffd000;
    border: 3px solid #ffd000;
    font-size: 16px;
    margin: 10px 5px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 40px;
    color: #160f38;
    transition: all 0.3s ease-out;
}

    .career-know-mre a:hover {
        background-color: transparent;
    }


/*****************************contact us ***********************/
.contact-us-bg {
    background: url(../images/about-us-page/contact-us-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 10rem 0px;
}

.contact-title-txt {
    color: #160f38;
    font-size: 18px;
    font-weight: 700;
}

.contact-txt1 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.contact-us-map-div {
    background-color: #d5f0fb;
}

.cont-submit-btn {
    background-color: #1a1446;
    color: #f0c00c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 20px;
    text-align: center;
    border: none;
    width: 100%;
}

    .cont-submit-btn:hover {
        background-color: #f0c00c;
        color: #1a1446;
    }

    .cont-submit-btn:focus {
        outline: none;
    }

.contact-city-list {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

    .contact-city-list li {
        width: 12%;
        margin: 10px 15px;
        text-align: center;
    }

        .contact-city-list li a {
            color: #160f38;
            font-size: 14px;
            font-weight: 700;
        }

            .contact-city-list li a:hover {
                color: #206ef2;
            }

.cont-map-box {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cont-map-box1 {
    width: 40%;
    background-color: #a9eae9;
    padding: 0px 20px;
}

.cont-map-box2 {
    width: 60%;
}

.cont-map-box1 p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

    .cont-map-box1 p a {
        font-weight: 700;
        color: #000;
    }

.cont-hr {
    border-top: 1px solid #98d2d1;
}

.cont-map-box2 iframe {
    height: 340px;
}

/***********************hospital locator****************/
.hospital-loc-bg {
    background: url(../images/about-us-page/job-opening-bg.png) no-repeat center center;
    background-size: cover;
    padding: 10rem 0px;
}

.hospital-loc-us-map-div {
    background-color: #fff;
}

.hospital-loc-form-box {
    display: inline-flex;
    width: 100%;
}

.hospital-loc-form-box1 {
    width: 20%;
    padding: 0px 10px;
}

.hospital-map-box2 iframe {
    height: 470px;
}

/******************customer-feedback******************/
.cust-feed-box {
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #a0a0a0;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}

.cust-feed-form-box {
    width: 50%;
    padding: 30px 80px;
}

.cust-feed-img-box {
    width: 50%;
    padding: 30px 30px;
    text-align: center;
}

    .cust-feed-img-box img {
        width: 54%;
    }

.cust-feed-form-box input {
    outline: none;
    background: #ffffff;
    border-radius: 30px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
}

.cust-feed-input-label {
    margin-left: 18px !important;
    margin-bottom: 10px !important;
    color: #1a1446;
}

.cust-feed-box1 {
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #a0a0a0;
    padding: 30px 30px;
}

.cust-feed-title {
    font-size: 20px;
    color: #1a1446;
    font-weight: 400;
    margin-left: 18px !important;
}

.cust-feed-title2 {
    font-size: 15px;
    color: #1a1446;
    font-weight: 400;
    margin-left: 18px !important;
}

.cust-feed-form2 input[type=text] {
    outline: none;
    background: #ffffff;
    border-radius: 30px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
}

.cust-feed-form2 select {
    background: #ffffff;
    border-radius: 20px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    outline: none;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
    border: 0;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
    box-shadow: 0px 0px 2px #a0a0a0;
}

.cust-feed-form2 textarea {
    resize: vertical;
}

.cust-checkboxes {
    display: inline-flex;
    width: 100%;
}

.cust-checkboxes1 {
    width: 13%;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 20px;
    color: #1a1446;
    font-weight: 700;
}

    .cust-checkboxes1 input[type=checkbox] {
        position: relative;
        top: 1px;
        left: 8px;
    }

.rating {
    width: 100%;
    margin: 25px 18px 25px 18px;
}

    .rating span.selected, .rating span:hover {
        background: url(../images/about-us-page/active-star.png) no-repeat;
    }

    .rating span {
        display: inline-block;
        width: 32px;
        height: 30px;
        vertical-align: top;
        background: url(../images/about-us-page/non-active-star.png) no-repeat;
        cursor: pointer;
    }

/****************************sitemap page*******************/
.sitemap-lst-title {
    font-weight: 700;
    color: #1a1446;
    font-size: 20px;
    margin: 0px 0px 10px 0px !important;
}

.sitemap-lst {
    padding-left: 0px !important;
}

    .sitemap-lst li {
        background: url(../images/about-us-page/site-bullet.png) no-repeat 0px center;
        padding: 5px 30px;
    }

        .sitemap-lst li a {
            color: #1a1446;
            font-size: 15px;
            font-weight: 500;
            text-decoration: underline;
        }

.sitemap-box1 {
    background-color: #d5f0fb;
    padding: 20px 20px;
    height: 335px;
    margin-top: 20px;
}

.sitemap-box2 {
    background-color: #d5f0fb;
    padding: 20px 20px;
    height: 360px;
    margin-top: 20px;
}

.sitemap-box3 {
    background-color: #d5f0fb;
    padding: 20px 20px;
    height: auto;
    margin-top: 20px;
}

.sitemap-box4 {
    background-color: #d5f0fb;
    padding: 20px 20px;
    height: 220px;
    margin-top: 20px;
}


/****************************selfhelp page*******************/
.selfhelp-lst-title {
    font-weight: 700;
    color: #1a1446 !important;
    font-size: 20px;
    margin: 0px 0px 10px 0px !important;
}
/*.selfhelp-content {margin-top: 60px;}*/
.selfhelp-lst {
    padding-left: 0px !important;
}

    .selfhelp-lst li {
        background: url(../images/about-us-page/site-bullet.png) no-repeat 0px center;
        padding: 10px 30px;
    }

        .selfhelp-lst li a {
            color: #1a1446;
            font-size: 15px;
            font-weight: 500;
            text-decoration: underline;
        }

.selfhelp-box {
    background-color: #d5f0fb;
    padding: 20px 20px;
    min-height: 590px;
    margin-top: 80px;
    position: relative;
    overflow: visible;
}

.selfhelp-box-2 {
    background-color: #d5f0fb;
    padding: 20px 20px;
    min-height: 470px;
    margin-top: 80px;
    position: relative;
    overflow: visible;
}

.selfhelp-icon {
    overflow: visible;
    margin: -80px 0 20px;
    text-align: center;
}

.selfhelp-box-holder {
    position: relative;
    overflow: hidden;
}

.btnoutline {
    border: 1px solid #1a1446;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    margin: 10px 0;
}

    .btnoutline:hover {
        text-decoration: none;
    }

.customerlogin-fields button[type=submit] {
    padding: 10px 40px;
}

.sfhregistration input[type=text], .sfhregistration input[type=email], .sfhregistration input[type=password] {
    border: 1px solid #d6d5d5;
    text-transform: capitalize;
    height: 55px;
    margin-bottom: 10px;
    font-size: 16px;
    outline: none;
    font-weight: 400;
    padding: 0 20px;
    background: #fff;
    border-radius: 30px;
    color: #3d3c3c;
    width: 100%;
    max-width: 360px;
}

.sfhregistration select {
    border: 1px solid #d6d5d5;
    text-transform: capitalize;
    height: 55px;
    width: 100%;
    max-width: 360px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 30px;
    color: #3d3c3c;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
}

.sfhinput-wrapper {
    padding: 20px;
}

.sfhregistration label {
    margin-left: 10px;
    margin-bottom: 10px;
}

.termsinfo {
    height: 99px;
    overflow-y: scroll;
    padding: 0 20px 0 0;
}
/**********************IRDAI disclosure***********************/
.irdai-box1 {
    background-color: #1a1446;
    padding: 40px 20px;
    height: auto;
    margin-top: 20px;
    border-radius: 10px;
}

.irdai-box2 {
    background-color: #1a1446;
    padding: 40px 20px;
    height: auto;
    min-height: 365px;
    margin-top: 20px;
    border-radius: 10px;
}

.irdai-lst-title {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin: 0px 0px 10px 0px !important;
}

.irdai-lst {
    padding-left: 30px !important;
}

    .irdai-lst li {
        background: url(../images/about-us-page/pdf-bullet.png) no-repeat 0px center;
        padding: 5px 30px;
    }

        .irdai-lst li a {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            text-decoration: underline;
        }

.irdai-input-label {
    color: #fff;
    margin-left: 18px !important;
    margin-bottom: 10px !important;
}

.irdai-form-box select {
    background: #ffffff;
    border-radius: 20px;
    color: #1a1446;
    font-size: 16px;
    height: 36px;
    outline: none;
    padding: 8px 20px;
    width: 100%;
    max-width: 250px;
    border: 0;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 90%;
    box-shadow: 0px 0px 2px #a0a0a0;
}



@media(min-width: 320px) and (max-width: 767px) {
    .content {
        margin-top: 0px;
    }

    .blog-tabs {
        margin: 0;
    }

        .blog-tabs > li {
            margin: 5px 3px;
        }

            .blog-tabs > li > a {
                padding: 10px 5px;
                font-size: 12px;
                height: 72px;
                width: 146px;
            }

            .blog-tabs > li:first-child {
                border-top-left-radius: 0px;
                border-bottom-left-radius: 0px;
            }

            .blog-tabs > li:last-child {
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }

    .ad-box {
        background-image: none;
        background-color: #191345;
        padding: 35px 25px;
    }

    .blog-tabs > li > a span.car, .blog-tabs > li > a span.two, .blog-tabs > li > a span.health, .blog-tabs > li > a span.trending {
        display: block !important;
        margin: 0 auto !important;
    }

    .blog-social-media .fa-icon1 {
        padding: 5px 25px;
    }

    .blog-social-media .fa-icon2 {
        padding: 5px 25px;
    }

    .blog-social-media .fa-icon3 {
        padding: 5px 25px;
    }

    .blog-social-media .fa-icon4 {
        padding: 5px 25px;
    }

    .blog-newsletter-div {
        background-color: #f1eeff;
        border-radius: 5px;
        background-image: none;
    }

    .newsletter-subscribe {
        text-align: center;
        padding: 0px 0px;
    }

    .newsletter-form-fields {
        padding: 10px 0px;
        text-align: center;
    }

        .newsletter-form-fields input[type=tel] {
            max-width: unset;
        }

        .newsletter-form-fields input[type=email] {
            max-width: unset;
        }

        .newsletter-form-fields button[type=submit] {
            max-width: 200px;
        }

    .blog-next-prev .bprev {
        padding: 10px 15px;
        width: 40%;
        margin: 0px 10px;
    }

    .blog-next-prev .bnext {
        padding: 10px 15px;
        width: 40%;
        margin: 0px 10px;
    }

    .pagination {
        padding-left: 0px;
    }

        .pagination > li > a, .pagination > li > span {
            padding: 6px 7px;
        }

    .ad-form-fields button[type=submit] {
        min-width: 200px;
        max-width: 200px;
    }

    .ad-form-fields input[type=text], .ad-form-fields input[type=tel], .ad-form-fields input[type=email] {
        min-width: 250px;
        max-width: unset;
    }

    .ad-form-fields select {
        min-width: 250px;
        max-width: unset;
    }
    /*****************brand css*******************/
    .brand-key-features {
        padding: 0px 0px 46px 0px;
    }
    /*.brand-mar-sub{max-width: 300px!important;}*/
    .brand-top-banner .brand-wise-form-wrap {
        position: static;
    }

    .brand-top-banner .brand-form-h1-title {
        font-size: 24px;
        color: #000;
        text-align: center;
    }

    .city-top-banner .brand-wise-form-wrap {
        position: static;
    }

    .city-top-banner .brand-form-h1-title {
        font-size: 24px;
        color: #000;
        text-align: center;
    }

    .brand-why-list li {
        padding: 15px 30px;
    }

    .brand-form2-div input[type=text] {
        max-width: unset;
    }

    .brand-form2-div select {
        max-width: unset;
    }

    .brand-form2-div .form-group {
        margin-bottom: 20px;
    }

    .brand-form-txt1 {
        margin: 5px !important;
        font-size: 18px;
    }

    .brand-form1-div, .brand-form2-div {
        text-align: center;
    }

        .brand-form1-div .form-group, .brand-form2-div .form-group {
            margin-bottom: 15px;
        }

        .brand-form1-div input[type=text] {
            max-width: 360px;
        }

        .brand-form1-div p, .brand-form2-div p, .brand-form3-div p {
            margin: 0;
        }

    .brand-buy-now {
        margin: 10px 0;
        font-size: 16px;
    }

    .sec-title h2 {
        text-align: center;
    }

    .product-title {
        text-align: center;
    }

    .brand-name-txt1 {
        text-align: center;
    }

    .brand-title1 {
        text-align: center;
    }

    .brand-types-text1 {
        text-align: center;
    }
    /****************************about us page**************************/
    .abt-sec-2-bg {
        position: relative;
        width: 100%;
    }

    .abt-sec-3 {
        background-image: none;
        background-color: #efeeef;
    }

        .abt-sec-3 h2 {
            padding-top: 0px;
        }

    .abt-enter-details-bg {
        background: none;
        background-color: #1a1446;
    }

    .abt-sec-6 {
        background: none;
        background-color: #ffffff;
        padding: 0px 0px;
    }

    .abt-award-data {
        position: relative;
        top: 0;
        width: 90%;
        left: 15px;
        right: 15px;
    }

        .abt-award-data .owl-carousel .item {
            width: 90%;
        }

    .abt-award {
        display: block;
    }

    .abt-awards-sec {
        margin-bottom: 0px;
    }

    .abt-txt-height1 {
        min-height: auto;
    }

    .abt-award img {
        margin: 0px auto;
    }

    .abt-award h4 {
        text-align: center;
        padding-left: 0;
    }

    .abt-award p {
        text-align: center;
        padding-left: 0;
    }

    .abt-sec-5 h2 {
        text-align: center;
    }

    .abt-sec-5 p {
        text-align: center;
    }

    .abt-sec-2 h2 {
        text-align: center;
    }

    .mis-vis {
        text-align: center;
    }

    .abt-sec-4 h2 {
        text-align: center;
    }

    .abt-us-sec .media-about-sec {
        padding-right: 0;
    }

    /*************************job opening page*****************/
    .job-opening-bg {
        padding: 2rem 0px;
        background: url(../images/about-us-page/job-opening-bg.png) no-repeat 80% center;
        background-size: cover;
    }

        .job-opening-bg h1 {
            margin-top: 0px;
            width: 75%;
            font-size: 24px;
        }

    .job-box {
        display: block;
    }

    .job-form-box {
        width: 100%;
    }

    .job-img-box {
        width: 100%;
        top: 0px;
    }

    .job-milieu-box {
        position: relative;
    }

    .job-heritage-sec {
        margin: 20px 0px;
    }

    .job-search-btn {
        text-align: center;
        margin-left: 0px !important;
    }

        .job-search-btn .cta-btn {
            padding: 10px 25px !important;
        }

    .job-form-box select {
        width: 100%;
        max-width: unset;
    }

    .job-form-box .form-group {
        margin-left: 0px;
    }
    /*****************learning*****************/
    .learning-icon {
        bottom: unset;
        top: -115px;
    }

    .learn-step1::before {
        margin: 0px 0px 0px -10px;
        background-size: 45%;
    }

    .learn-step2::after {
        margin: 0px -10px 0px 0px;
        background-size: 45%;
        top: 0px;
    }

    .learn-step3::before {
        margin: 0px 0px 0px -10px;
        background-size: 45%;
    }

    .learn-step4::after {
        margin: 0px -10px 0px 0px;
        background-size: 45%;
        top: 0px;
    }

    .learn-step5::before {
        margin: 0px 0px 0px -10px;
        background-size: 45%;
    }

    .learn-step6::after {
        margin: 0px -10px 0px 0px;
        background-size: 45%;
        top: 0px;
    }

    .learn-step6::before {
        left: -80px;
        top: 150px;
    }
    /***************career page************/
    .career-boxa {
        margin-top: 6rem;
    }

    .career-boxb {
        margin-top: 9rem;
    }

    /**************contact us*********/
    .contact-city-list li {
        width: 40%;
    }

    .cont-map-box {
        display: block;
    }

    .cont-map-box1 {
        width: 100%;
        padding: 20px 20px;
    }

    .cont-map-box2 {
        width: 100%;
    }

    .contact-us-bg {
        padding: 2rem 0px;
        background: url(../images/about-us-page/job-opening-bg.png) no-repeat 80% center;
        background-size: cover;
    }

        .contact-us-bg h1 {
            text-align: left;
        }
    /******************************************/
    .hospital-loc-bg {
        padding: 0rem 0px;
        background: url(../images/about-us-page/job-opening-bg.png) no-repeat 78% center;
        background-size: cover;
    }

        .hospital-loc-bg h1 {
            text-align: left;
            font-size: 20px;
        }

        .hospital-loc-bg p {
            font-size: 14px;
            width: 80%;
        }

    .hospital-loc-form-box {
        display: block;
    }

    .hospital-loc-form-box1 {
        width: 100%;
    }

    .hospital-map-box2 iframe {
        height: 340px;
    }

    /******************customer feedback************/
    .cust-feed-form-box input {
        max-width: unset;
    }

    .cust-feed-form2 select {
        max-width: unset;
    }

    .cust-feed-form2 input[type=text] {
        max-width: unset;
    }

    .cust-feed-box {
        display: block;
    }

    .cust-feed-form-box {
        width: 100%;
        padding: 15px;
    }

    .cust-feed-img-box {
        width: 100%;
    }

    .cust-feed-box1 {
        padding: 15px;
    }

    .cust-checkboxes {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cust-checkboxes1 {
        width: 36%;
        margin: 10px 18px 0px 18px;
    }

    /*************************sitemap******************/
    .sitemap-box1, .sitemap-box2, .sitemap-box3, .sitemap-box4 {
        height: auto;
    }

    .irdai-box1, .irdai-box2 {
        text-align: center;
    }

    .irdai-input-label {
        margin-left: 0px !important;
    }

    .irdai-lst {
        padding-left: 0px !important;
    }

        .irdai-lst li {
            background: url(../images/about-us-page/pdf-bullet.png) no-repeat center top;
            padding: 22px 30px;
        }

    .selfhelp-box {
        margin-top: 80px;
    }

    .shb-first {
        margin-top: 0px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .blog-tabs > li:first-child {
        width: 18%;
    }

    .blog-tabs > li {
        width: 20%;
    }

        .blog-tabs > li > a {
            padding: 10px 10px;
            font-size: 20px;
            height: 115px;
        }

    .search-box {
        width: 20%;
    }

    .ad-box {
        padding: 10px 10px;
        background-size: cover;
    }

    .ad-txt-list li {
        font-size: 11px;
    }

    .blog-newsletter-div {
        padding: 8px 20px;
    }

    .newsletter-subscribe {
        padding: 10px 0px;
    }

        .newsletter-subscribe span {
            font-size: 22px;
        }

    .newsletter-form-fields {
        padding: 0px 0px;
    }

    .blog-next-prev .bprev {
        width: 28%;
    }

    .blog-next-prev .bnext {
        width: 28%;
    }

    .blog-box-txt1 {
        min-height: 145px;
    }

    .car, .two, .health, .trending {
        display: block !important;
        margin: 0px auto !important;
    }

    /*****************brand css*******************/
    .brand-key-features {
        padding: 0px 0px 46px 0px;
    }

    /*********************about us page********************/
    .abt-sec-2 {
        padding: 0px 0px;
    }

    .abt-sec-2-bg {
        bottom: 0px;
        width: 55%;
    }

    .abt-sec-6 {
        padding: 0px 0px;
    }

    .abt-award-data {
        position: relative;
        top: 0;
    }

    .abt-awards-sec {
        margin-bottom: 0px;
    }

    .abt-sec-3 h2 {
        padding-top: 8rem;
    }

    .abt-read-more-cta {
        font-size: 14px;
        padding: 5px 20px;
    }

    .abt-knw-mre-link {
        margin-left: 0px;
    }

    .abt-sec-5 h2 {
        font-size: 24px;
    }

    .abt-txt-height1 {
        min-height: 246px;
    }

    .abt-us-tabs li {
        min-height: 80px;
    }

        .abt-us-tabs li.active a, .abt-us-tabs li a:hover, .abt-us-tabs li.active a:focus {
            min-height: 77px;
        }

    /***********************job opening page*******************/
    .job-opening-bg {
        background: url(../images/about-us-page/job-opening-bg.png) no-repeat 82% center;
    }

    .job-milieu-box {
        width: 95.5%;
    }

    .job-img-box {
        top: 105px;
    }
    /***************career page************/
    .career-box-1 h2 {
        font-size: 20px;
    }

    /***************contact us************/
    .contact-us-bg {
        padding: 4rem 0px;
    }

    /*************hospital locator**************/
    .hospital-loc-bg {
        background: url(../images/about-us-page/job-opening-bg.png) no-repeat 82% center;
    }

    .hospital-loc-form-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hospital-loc-form-box1 {
        width: 30%;
    }
}

@media(min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
    .blog-tabs > li:first-child {
        width: auto;
    }

    .blog-tabs > li {
        width: auto;
    }

        .blog-tabs > li > a {
            height: auto;
        }

    .ad-form-box .form-group {
        margin-bottom: 8px;
    }

    .ad-box {
        padding: 20px 20px;
    }

    .ad-txt-list li {
        font-size: inherit;
    }

    .blog-newsletter-div {
        padding: 38px 20px;
    }

    .ad-form-fields {
        margin: 10px 0px;
    }

    /********************brand css***************/
    .brand-buy-now {
        max-width: 145px;
    }

    .brand-form2-div input[type=text] {
        max-width: unset;
    }

    .brand-form2-div select {
        max-width: unset;
    }

    .brand-form2-div .form-group {
        margin-bottom: 20px;
    }

    /*************************about us page*********************/

    .media-about-sec {
        padding-right: 0px;
    }

    .abt-txt-height1 {
        min-height: 246px;
    }

    .abt-us-tabs li {
        min-height: 121px;
    }

        .abt-us-tabs li.active a, .abt-us-tabs li a:hover, .abt-us-tabs li.active a:focus {
            min-height: 119px;
        }

    /*******************job opening page*************/
    .job-img-box {
        top: 150px;
    }
    /***************career page************/
    .career-box-1 h2 {
        font-size: 18px;
    }

    /**********contact us**********/
    .contact-city-list li {
        width: 14%;
    }

    /***********customer feedback***********/
    .cust-checkboxes1 {
        width: 15%;
    }
}

@media only screen and (max-width:320px) {
    .blog-tabs > li > a {
        padding: 10px 20px;
        font-size: 12px;
        height: 90px;
        width: 120px;
    }

    .abt-knw-mre-link {
        margin-left: 5px;
    }
}

.popularsearches {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border-radius: 100px;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn-blogs {
    background-color: #99e5ea;
    border-color: #99e5ea;
    color: #1a1446;
    font-size: 15px;
    font-weight: 700;
    min-height: 42px;
    line-height: 28px;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 5px 20px;
}

    .btn-blogs:hover {
        background: #06748c;
        border-color: #06748c;
        color: #fff;
    }