/*Regular font*/

@font-face {
    font-family: 'SegoeUI';
    src: url('assets/web-fonts/regular/SegoeUI.eot');
    src: url('assets/web-fonts/regular/SegoeUI.eot?#iefix') format('embedded-opentype'), url('assets/web-fonts/regular/SegoeUI.svg#SegoeUI') format('svg'), url('assets/web-fonts/regular/SegoeUI.ttf') format('truetype'), url('assets/web-fonts/regular/SegoeUI.woff') format('woff'), url('assets/web-fonts/regular/SegoeUI.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*semi bold font*/

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('assets/web-fonts/semi-bold/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg'), url('assets/web-fonts/semi-bold/SegoeUI-Semibold.ttf') format('truetype'), url('assets/web-fonts/semi-bold/SegoeUI-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*bold font*/

@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('assets/web-fonts/bold/SegoeUI-Bold.eot');
    src: url('assets/web-fonts/bold/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('assets/web-fonts/bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg'), url('assets/web-fonts/bold/SegoeUI-Bold.ttf') format('truetype'), url('assets/web-fonts/bold/SegoeUI-Bold.woff') format('woff'), url('assets/web-fonts/bold/SegoeUI-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
    height: 100%;
}

body {
    font-family: 'SegoeUI' !important;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'SegoeUI-Semibold';
    margin: 0 0 15px;
}

h1 {
    font-family: 'SegoeUI-Semibold';
}

strong,
b,
.link {
   font-family: 'SegoeUI-Bold';
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container {
    max-width: 90%;
}

.banner-area {
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    padding: 15px 0px;
    min-height: 760px;
}

.gradient-overlay {
    position: absolute;
    width: 100%;
    height: 70%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+1,000000+45,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.29) 45%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.29) 45%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.29) 45%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    /* IE6-9 */
    background-position: bottom;
    bottom: 0;
}

.blueBg:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 41.3%;
    content: "";
    background: url(assets/img/blue-bg.png);
    z-index: -1;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-txt {
    display: grid;
    height: 100%;
    align-items: flex-end;
    text-align: right;
}

.banner-area .container,
.banner-area .row {
    height: 600px;
}

.logo img {
    height: 150px;
    margin-bottom: 20px;
}

.banner-menu-list {
    background: #fff;
    padding: 20px 25px;
    border-radius: 6px;
}

.banner-menu-list li {
    display: block;
}

.banner-menu-list li a {
    display: block;
    background: #007100;
    margin: 12px 0px;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #EAF1D8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 5px 6px 12px rgb(0 0 0 / 40%);
}

.banner-menu-list li a span {
    display: inline-block;
    padding: 15px 15px;
    background: #52C410;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 12px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.banner-menu-list li a b {
    padding-left: 5px;
    font-size: 18px;
}

.banner-menu-list li:nth-child(2) a {
    background: #2651C7;
}

.banner-menu-list li:nth-child(2) a span {
    background: #7591DE;
}

.banner-menu-list li:nth-child(3) a span {
    background: #A1B3E5;
}

.banner-menu-list li:nth-child(4) a span {
    background: #7F239A;
}

.banner-menu-list li:nth-child(4) a {
    background: #58126D;
}

.banner-menu-list li:nth-child(3) a {
    background: rgb(38 81 199 / 75%);
}

.banner-menu-list li:nth-child(5) a span {
    background: #EB8302;
}

.banner-menu-list li:nth-child(5) a {
    background: #CB7203;
}

.banner-txt h4 span.tm {
    display: inline-block;
    font-size: 14px;
    position: absolute;
}

.grid2 {
    display: flex;
}

.gap-15 {
    gap: 15px;
}

.banner-bottom-info span img {
    height: 30px;
    margin-right: 10px;
}

.banner-bottom-info span {
    color: #fff;
    font-size: 18px;
}

.banner-bottom-info {
    margin-top: 30px;
    /* padding: 0px 30px; */
}

.banner-bottom-info p a {
    color: #fff;
    text-decoration: underline;
}

.banner-bottom-info p {
    margin: 0;
    font-size: 18px;
    margin-top: 20px;
}

.banner-bottom-info span:first-child {
    border-right: 1px dotted #fff;
    padding-right: 20px;
}

.banner-bottom-info p img {
    height: 25px;
    margin-right: 10px;
}

.banner-txt h4 {
    color: #fff;
    font-family: 'SegoeUI';
    font-size: 34px;
    line-height: 1.4;
    font-weight: normal;
}

.banner-area:before {
    position: absolute;
    right: 0;
    bottom: 88px;
    height: 120px;
    width: 40px;
    content: "";
    background: #009900;
    z-index: 1;
}

.page-title h2,
.page-title h3 {
    color: #3F3F3F;
    font-size: 28px;
    margin-bottom: 5px;
}

.page-title h3 {
    color: #2D6B95;
    margin-bottom: 20px;
}

.page-title-area {
    padding-top: 35px;
}

.section-content h4 img {
    height: 90px;
    bottom: 5px;
    position: relative;
}

.homeContent h4 img {
    height: 60px;
    margin-top: 5px;
    margin-right: 10px;
}

.section-content h4 {
    height: 75px;
    position: relative;
    margin: 0;
    background: #009900;
    color: #fff;
    border-top-right-radius: 8px;
    font-size: 28px;
    padding-left: 120px;
}

.homeContent h4 {
    padding-top: 8px;
}

.content-box {
    padding: 30px;
    padding-top: 20px;
}

.section-content {
    height: 100%;
    background: #EAF1D8;
}

.link {
    text-decoration: underline;
}

.section-content.green-bg .link {
    color: #008500;
}

.section-content.violet-bg h4 {
    background: #6C2E7F;
}

.section-content.violet-bg h4 img {
    background: #6C2E7F;
}

.section-content.violet-bg {
    background: #F7DDFF;
}

.section-content.violet-bg .link {
    color: #7F239A;
}

.section-content.orange-bg h4,
.section-content.orange-bg h4 img {
    background: #EB8302;
}

.section-content.orange-bg {
    background: #FBE8D0;
}

.section-content.orange-bg .link {
    color: #CB7203;
}



.section-content.blue-bg {
    background: #DAF4FF;
}

.section-content.blue-bg h4,
.section-content.blue-bg h4 img {
    background: #2651C7;
}

.section-content.blue-bg .link {
    color: #2D6B95;
}

.section-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.section-blue-txt h4 {
    color: #2D6B95;
    font-size: 32px;
}

.section-blue-txt h5 a {
    color: #008500;
}

.section-blue-txt h5 {
    font-family: 'SegoeUI';
}

.section-blue-txt h5 span {
    color: #2D6B95;
}

.section-blue-txt {
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}

.footer-txt img {
    height: 180px;
}

.footer-bottom {
    background: #009900;
    padding: 25px 0px;
    margin-top: 30px;
}

.footer-bottom img {
    height: 35px;
}

.banner-area.brokers:before {
    background: #008500;
    bottom: 40px;
}

.greenBg.brokers:after {
    width: 42%;
    background-position: right;
}

.section-content.sec2 {
    background: none;
}

.contentBg {
    background: #EAF1D8;
    padding: 30px;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
    border-radius: 10px;
}

.mx-w-900 {
    max-width: 900px;
    margin: 0 auto !important;
}

.contentBg li {
    color: #008500;
    list-style: disc;
    margin-left: 20px;
    font-family: 'SegoeUI-Semibold';
    padding: 2px 0px;
}

.single-content {
    margin-top: 25px;
    margin-bottom: 20px;
}

.contentBg.bg-white {
    padding: 10px 30px;
}

.contentBg.no-grid {
    display: block;
}

.single-list {
    height: 100%;
    padding: 20px 30px;
    margin: 20px 0px;
    padding-bottom: 0px;
}

.bgGreen2 {
    background: #EAF1D8;
}

.single-list h5 {
    color: #008500;
    text-align: center;
    font-size: 26px;
}

.list-content {
    padding: 15px 0px;
}

.bgGray {
    background: #d8d8d8;
}

.list-content b {
    color: #008500;
}

.list-content h5 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 7px;
    margin-top: 30px;
}

.section-title-green h2 {
    color: #008500;
    font-size: 28px;
}

.contentGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    text-align: left;
    gap: 30px;
}

.contentBgGreen {
    background: #008500;
    padding: 30px;
}

.contentGrid li {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    padding: 5px 0px;
}

.contentBgGreen li {
    color: #fff;
}

.section-title-green {
    margin: 20px 0px;
    margin-bottom: 30px;
}

.section-content.sec2 h4.bg-white {
    color: #000000;
}

.logo-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 50px;
    margin-bottom: 70px;
}

.single-logo-grid img {
    height: 115px;
}

.single-logo-grid p {
    color: #008500;
    font-family: 'SegoeUI-Semibold';
    margin-bottom: 10px;
}

.section-content.sec2 h4 {
    border-radius: 8px;
}

.section-content.sec2 {
    margin: 0;
}

.sec2 .content-box {
    padding: 0;
}

.orangeBg:before {
    background: #EB8302;
    bottom: 50px;
}

.page-title.blue h2 {
    position: relative;
    z-index: 1;
    color: #2D6B95;
    margin-bottom: 30px;
}

.page-title.blue h2 img {
    height: 80px;
    margin-right: 1px;
}

strong.text-strong {
    font-size: 24px;
}

strong.text-blue {
    color: #2651C7;
}

.blue-txt {
    background: rgb(45 107 149 / 10%);
    padding: 30px;
    border-radius: 8px;
}

.text-break p {
    line-height: 5px;
}

.single-img-right {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.colorYellow {
    color: #CB7203;
}

.colorBlue {
    color: #2651C7;
}

.single-form input {
    width: 875px;
    height: 36px;
    border: 1px solid #707070;
    padding: 6px 10px;
    margin-left: 10px;
}

.single-form input.width-2 {
    width: 833px;
}

.single-form input.width-3 {
    width: 170px;
}

.single-form input.width-4 {
    width: 453px;
}

.single-form input.width-5 {
    width: 920px;
}

.single-form input.width-6 {
    width: 912px;
}

.single-form input.width-7 {
    width: 901px;
}

.single-form input.width-8 {
    width: 849px;
}

.single-form.single-form-btn {
    text-align: center;
    margin-top: 25px;
}

.single-form input[type="checkbox"] {
    height: auto;
}



/* Employer page style start */
.form-style2 .single-form input.width-2 {
    width: 850px;
}

.form-style2 .single-form input.width-3 {
    width: 300px;
}

.form-style2 .single-form input.width-4 {
    width: 405px;
}

.form-style2 .single-form input.width-5 {
    width: 399px;
}

.form-style2 .single-form input.width-6 {
    width: 896px;
}

.form-style2 .single-form input.width-7 {
    width: 845px;
}

.form-style2 .single-form input.width-8 {
    width: 502px;
}

/* Employer page style end */



button.submit-btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #2651C7;
    border: 1px solid #2651C7;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    padding-bottom: 16px;
}



.single-form p {
    margin-bottom: 5px;
    font-size: 14px;
}

.single-form {
    margin: 0 0 10px;
}

.single-form input[type="checkbox"] {
    width: auto !important;
    margin-left: 3px;
}

.single-form label {
    margin-left: 20px;
}

.violateBg:before {
    background: #6C2E7F;
    bottom: 50px;
}

.section-content.radius h4 {
    border-radius: 8px;
}

.section-content.radius {
    border-radius: 6px;
}

.section-content.radius h5,
.section-text.violate h5 {
    color: #6C2E7F;
    font-size: 24px;
    margin-bottom: 10px;
}

.section-content.radius .content-box {
    margin-bottom: 30px;
}

.section-text.violate {
    margin-bottom: 30px;
    padding: 0px 35px;
}

.section-text.violate h2 {
    color: #6C2E7F;
}

.color-violate {
    color: #6C2E7F;
}

.submit-btn button {
    border: none;
    background: #6C2E7F;
    color: #fff;
    padding: 0 0 16px;
    border-radius: 8px;
    font-family: 'SegoeUI-Bold';
    font-size: 18px;
    height: 50px;
    display: inline-block;
    transition: .4s;
}

.submit-btn button:hover {
    opacity: .7;
}

.submit-btn {
    margin-top: 20px;
}

.blueBg:before {
    bottom: 60px;
    background: #2D6B95;
}

.blueBg2:before {
    bottom: 60px;
    background: #2651C7;
}

.bg-blue {
    background: #DAF4FF;
    border-radius: 8px;
    padding: 30px;
}

.blue-bg-content {
    margin: 40px 0px;
    margin-bottom: 0;
}

.title-center h3 {
    text-align: center;
}

.page-title.title-center {
    padding-top: 80px;
}

.blue-bg-content.bgWhite {
    padding: 0px 50px;
}

.blue-bg-content.bgWhite .page-title {
    margin-bottom: 40px;
}

.ulList li {
    list-style: disc;
    margin-left: 20px;
}

.ulList ul {
    margin-bottom: 25px;
    margin-left: 20px;
}

.text-md h4 {
    font-size: 24px;
}

.single-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #707070;
    padding: 10px;
}

.form .submit-btn {
    text-align: center;
}

.form .submit-btn button {
    background: #008500;
}

.section-form h2 {
    color: #2D6B95;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-form p b {
    color: #ff031a;
}

.form-logo img {
    position: absolute;
    left: 60%;
    top: 101px;
    width: 40%;
    z-index: -1;
    transform: translateX(-50%);
    opacity: 0.6;
}

.section-form {
    position: relative;
    z-index: -1;
}

.form .single-form input,
.form .single-form textarea {
    background: none;
}

.submit-btn.btnBg-orange button {
    background: #CB7203;
}

.submit-btn.btnBg-orange {
    margin-bottom: 30px;
}


/* Update css */

.blue-bg.v2 h4 {
    background: #2651C7;
}

.footer-txt a img {
    height: 95px;
}

.footer-txt h4 {
    font-style: italic;
    font-weight: 700;
    color: #3F3F3F;
    margin-top: 20px;
    font-family: 'SegoeUI-Semibold';
}

.footer-txt {
    margin-top: 20px;
}

.contentBg :first-child {
    grid-column: 1 / -1;
}

.contentBg h5 {
    color: #008500;
    font-size: 24px;
    margin: 0;
}


.page-title.colorOrange h3 {
    color: #EB8302;
}


.colorOrange {
    color: #EB8302;
}

.bgOrange {
    background: #EB8302;
}

.bgOrange-opacity {
    background: rgba(235 131 2 / 15%);
    padding: 30px;
}

.individual-section-blue-txt p {
    color: #2D6B95;
    font-size: 19px;
    text-align: center;
    margin-top: 30px;
}

.title-individual {
    margin-bottom: 30px;
}

.title-individual h4 {
    padding-left: 0;
}

.senior-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.color-green {
    color: #008500;
}

.color-green h2 {
    color: #008500;
}

.contact-form-3 .single-form {
    display: flex;
}

.contact-form-3 .single-form p {
    width: 277px;
    text-align: right;
    /* padding-right: 15px; */
}

.single-form.single-form-message p {
    width: 242px;
    margin-right: 10px;
}

.form-headline {
    padding-left: 130px;
}

.single-form.single-form-btn .submit-btnq {
    margin: 0 auto;
    display: inline-block;
    width: 200px;
}

.contact-form-3 .single-form.single-form-btn {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: right;
}

.contact-form-3 .single-form.single-form-btn .submit-btn {
    background: #008500;
}

.carebook-section-blue-txt h5 {
    color: #2D6B95;
    font-size: 22px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0
}

.carebook-section-blue-txt p {
    color: #2D6B95;
    font-size: 22px;
    text-align: left;
    margin-top: 0;
}





.design-sample-list .section-title h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

.design-samples h6 {
    position: relative;
    color: #2651C7;
    margin-bottom: 5px;
}

.design-samples h6:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    font-size: 20px;
    border-radius: 50%;
    background: #2651C7;
}

.design-sample-list .section-title h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

.design-samples h6 {
    position: relative;
    color: #2651C7;
    margin-bottom: 5px;
}

.design-samples h6:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 8px;
    width: 5px;
    height: 5px;
    font-size: 20px;
    border-radius: 50%;
    background: #2651C7;
}

.design-samples p {
    margin-bottom: 5px;
}

.section-content.complimentary-content {
    height: auto;
    background: transparent;
}

.section-content.complimentary-content ul {
    padding-left: 40px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.section-content.complimentary-content ul li {
    color: #2651C7;
    font-weight: 700;
}

.section-content.complimentary-content p {
    padding-left: 40px;
    margin-bottom: 30px;
}

.section-form-4 .single-form input.width-1 {
    width: 885px;
}

.section-form-4 .single-form input.width-2 {
    width: 859px;
}

.section-form.section-form-4 b {
    margin-bottom: 15px;
    display: inline-block;
}

.page-title.colorDeepBlue h4 {
    color: #2651C7;
}

.carebook-section-blue-txt.colorDeepBlue h5 {
    color: #2651C7 !important;
}

.carebook-section-blue-txt.colorDeepBlue p {
    color: #2651C7 !important;
}

.page-title.colorDark h3 {
    color: #333;
}

.color-blue.page-title h3 {
    color: #2651C7;
}


.list-content a {
    color:  black;
    text-decoration: underline;
}

/* ------------ THE END ----------------- */

@media (min-width: 1400px) {
.col-lg-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
}

.form-all {
    box-shadow: 0px 0px 0px !important;
    background-color: #F3F3FE !important;
    z-index: -1 !important;
}

.jot-form {
    z-index: -1 !important;
}

.pushHold {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* scroll menu */

.sBar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9999;
    transition: all 1s;
    display: flex;
    justify-content: space-between;
}
.hide {
    opacity:0;
    top:-100%;
}
.show {
    opacity:1;
    top:0;
}

.sTab {
    width: 16.55%;
    padding: 20px 0;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 9999;
}

.sTab a {
    color: white;
}

.t1 {
    background-color: #007100;
}

.t2 {
    background-color: #2651C7;
    
}

.t3 {
    background-color: #58126D;
}

.t4 {
    background-color: #CB7203;
}

.t5 {
    background-color: #5C7CD5;
}

.t6 {
    background-color: #007100;
}

@media (max-width: 1095px) {
    .sTab {
        display: none !important;
    }
}

.form-section.page-section {
    position : relative !important;
    z-index: 0 !important;
}

.sponsorimaghes {
    width:  350px;
    min-height: 115px;
}

@media (max-width: 450px) {
    .greenBg:after {
        width: 100%;
    }

    .orangeBg:after {
        width: 100%;
    }

    .violateBg:after {
        width: 100%;
    }

    .blueBg:after {
        width: 100%;
    }

    .blueBg2:after {
        width: 100%;
    }

    .logo img {
        height: 110px;
    }

    .banner-txt h4 {
        font-size: 29px;
        text-align: left;
    }

    .gradient-overlay {
        height: 200%;
    }
}

p .tm {
    font-size: 16px;
}

h4 .tm {
    font-size: 22px;
}

h5 .tm {
    font-size: 16px;
}

li .tm {
    font-size: 16px;
}

.design-samples h6 {
    margin-top: 10px;
    font-size: 22px;
}

.violet-bg h4 {
    font-size: 1.8rem;
}

.formHead {
    margin-bottom: -60px;
}

@media only screen and (max-width: 550px) {
    .violet-bg h4 {
        font-size: 1.6rem !important;
        text-align: center !important;
    }

    .violet-bg h4 {
        height: 115px;
        margin-bottom: 10px !important;
        padding-left: 0 !important;
        padding-top: 10px !important;
    }

    .formHead {
        margin-bottom: -20px;
    }

    h5 a {
        font-size: 18px;
    }

    .green-bg .contentBg h5 {
        font-size: 18px
    }

    .green-bg .contentBg li {
        font-size: 14px !important;
    }

    .green-bg h4 {
        text-align: center;
    }

    .violet-bg h4 {
        font-size: 15px !important;
    }

    .logo-grid {
        gap: 10px !important;
    }

    .single-logo-grid {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .single-logo-grid p {
        font-size: 16px !important;
    }

    .container {
        max-width: 100% !important;
        padding: 0 5px !important;
    }

    .single-list {
        padding: 10px 2px !important;
    }

    .blue-txt, .bgOrange-opacity {
        padding: 10px 2px !important;
    }

    .homeContent h4 img {
        margin-right: 3px !important;
    }

    .homeContent h4 {
        height: 75px;
        padding-top: 15px !important;
    }

    .my-4 {
        margin: 0.25rem 0 !important;
    }

    .section-content.homeContent {
        margin: 10px 0 !important;
    }
}