@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Common css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
label {
    /* margin: 0 !important; */
    padding: 0;
    list-style: none;
}

figure {
    margin: 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/************************************************************************/
/* Banner css */
.Banner-section {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/khoros-rfp-lp-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0px 60px;
    background-color: #1D0D46;
}
.Banner-section h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.Banner-section p {
    font-size: 22px;
    color: #E2E2E2;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px !important;
}
.Banner-section .row {
    align-items: center;
}
.Banner-section .col-md-5 {
    text-align: right;
}
/****** BTN CSS STARTS *****/
a.btn.btn-primary {
    background: linear-gradient(94.13deg, #FCAF4A -13.68%, #CC6600 96.64%);
    border: 0px !important;
    border-radius: 30px;
    padding: 14px 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    padding-left: 66px;
}
a.btn.btn-primary::after {
   background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/button-Back-Arrow01.png?version=0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 35px;
    height: 35px;
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 35px auto;
}
a.btn.btn-primary.blue-btn {
    background-image: linear-gradient(to right, #4a8efc, #2c7aff, #1a63ff, #2b47ff, #4718fb)
}
/****** BTN CSS ENDS *****/
.Section-content1 {
    padding: 60px 0px;
}
p span {
    color: #2C2C2C;
}
#Section-content4 {
    padding-top: 0;
}
body h2 {
    color: #343434;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 25px !important;
}
body  h3 {
    color: #424242;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.Section-content1 h3 {
    margin-bottom: 20px !important;
}
body  ul li,
body  p {
   font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #2C2C2C;
}
.Section-content1 p {
    margin-bottom: 26px !important;
}
.Section-content1 p:last-child{
    margin-bottom: 0px !important;
}
.sec2-content {
    padding-right: 160px;
}
ul {
    list-style: none;
}

ul li {
    padding-left: 24px;
    position: relative;
    color: #000000;
    margin-bottom: 18px !important;
}

ul li:last-child {
    margin-bottom: 0px !important;
}

ul li::after {
    width: 6px;
    height: 6px;
    border-radius: 20px;
    content: '';
    display: block;
    position: absolute;
    background-color: #000000;
    left: 0px;
    top: 10px;
}

.right-contentBox {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
    padding: 24px 38px;
    background-image: url('https://pages.grazitti.com/rs/690-NGB-767/images/top-borderRectangle 4.png?version=0') !important;
    background-size: 100% 7px !important;
    background-repeat: no-repeat !important;
}

.Section-content2 p,
.text-center .text-center p {
    text-align: center !important;
}
.logo-outerBox {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/khoros-rfp-lp-banner2.png');
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #211451;
    border-radius: 20px;
    padding: 45px 20px;
    margin-top: 45px;
}
.sec2-cta {
    text-align: center;
    margin-top: 75px;
}
.sec2-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo-outerBox .logo-col {
   position: relative;
    text-align: center;
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 142px;
    padding: 2px;
    padding-bottom: 6px;
}

.logo-outerBox .logo-col::after {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/Line6-divider-logo.png?version=0) !important;
    display: block;
    content: '';
    height: 131px;
    width: 2px;
    background-repeat: no-repeat !important;
    background: cadetblue;
    background-size: 1px 171px !important;
    background-color: transparent !important;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.logo-outerBox .logo-col:last-child::after {
    display: none;
}
.grp-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #ffffff;
    opacity: .3;
    margin-top: 10px !important;
}

.logo-outerBox .logo-col:focus .grp-box p,
.logo-outerBox .logo-col:hover .grp-box p {
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-transition: opacity 1000ms linear;
    -ms-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}

.logo-outerBox .logo-col:focus,
.logo-outerBox .logo-col:hover{
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/hover-bg-img.png?version=0);
    -webkit-transition: background-image 1000ms linear;
    -ms-transition: background-image 1000ms linear;
    transition: background-image 1000ms linear;
    background-size: cover;
}

.text-center,
.text-center p {
    text-align: center !important;
}

@media (max-width: 1280px) {
    .grp-box {
        border-radius: 20px;
        width: 130px;
        height: auto;
        padding: 8px;
    }

    .grp-box p {
        margin-bottom: 6px !important;
    }

}

@media (max-width: 1200px) {
    .logo-outerBox {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-outerBox .logo-col {
        padding-right: 16px !important;
    }
}



.Section-content3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Section-content3 h1 {
    margin-bottom: 30px !important;
}
.expert-outer .cont-outer {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 60.6px -6px #00259D40;
}
.expert-outer .cont-outer h3 {
    font-size: 22px;
    margin-bottom: 10px !important;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
}
.expert-outer {
    margin: 0 15px;
}
.expert-outer .cont-outer h4 {
   font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #FFA443;
    margin-bottom: 20px !important;
}
div#Sec04-text01 {
    margin-bottom: 30px;
}
.expert-outer .cont-outer p {
   font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 0px !important;
    position: relative;
    padding-top: 5px;
}

.expert-outer .cont-outer .quote-sc {
    border-top: 1px solid #DBDBDB;
    position: relative;
    margin: auto -20px;
    padding: 24px;
    padding-bottom: 0px !important;
    padding-left: 36px;
            min-height: 130px;
}

/* .expert-outer .cont-outer .quote-sc p::after,
.expert-outer .cont-outer .quote-sc p::before {
    content: '"';
    display: block;
    color: #FFA443;
    font-size: 47px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 20px;
    line-height: 1;
} */

/* .expert-outer .cont-outer .quote-sc p::after {
    right: 17px;
    bottom: 10px;
    left: inherit;
    top: inherit;
} */

div#Section-content5 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

div#Section-content5 h3,
div#Section-content5 p {
    color: #ffffff !important;
}

div#Section-content5 h3 {
   font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px !important;
    font-weight: bold;
}

div#Section-content5 .btn {
    margin-top: 30px !important;
}

div#Section-content5 .col-md-12.col-xs-12 {
    max-width: 966px;
    margin: 0 auto;
}

.text-left,
.text-left p,
.text-left ul li {
    text-align: left !important;
}

.Section-content5 ul li {
    line-height: 1.55;
}

.Section-content5 {
    padding-top: 69px !important;
}

.Section-content5 h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 25px !important;
}

.Section-content5 .cont-outer {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/khoros-rfp-lp-banner4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #211451;
    border-radius: 40px;
    color: #ffffff;
    padding: 35px 30px 50px;

}

.Section-content5 .cont-outer h3,
.Section-content5 .cont-outer h2,
.Section-content5 .cont-outer p,
.Section-content5 .cont-outer ul li {
    color: #ffffff !important;
}

.Section-content5 .cont-outer ul li::after {
    background-color: #ffffff;
}

.Section-content5 .cont-outer ul li {
    font-weight: 300;
}

.inner-contentBox {
    width: 90%;
    margin: 0 auto;
    max-width: 1050px;
    border-radius: 30px;
    background: #3e3268;;
    padding: 32px 62px;
}

.Section-content5 .cont-outer ul {
    margin-bottom: 32px !important;
}

.inner-contentBox,
.inner-contentBox p {
    font-weight: 300;
}

.Section-content5 .cont-outer ul h4 {
    margin-bottom: 6px !important;
    font-size: 18px;
}

.Section-content5 .cont-outer ul li {
    margin-bottom: 32px !important;
}
.Section-content6 a {
    margin-top: 25px;
}
.Section-content5 .cont-outer ul li:last-child {
    margin-bottom: 0px !important;
}

.Section-content5 h2 {
    margin-bottom: 36px !important;
}

.Section-content6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.Section-content6 .col-md-8.col-xs-12 {
    padding-left: 80px;
}

.Section-content6 img {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Form css */
.form-wrap .mktoForm * {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.form-wrap .mktoForm {
    width: 100% !important;
    padding: 0 !important;
}

.form-wrap .mktoForm:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.form-wrap .mktoFormCol,
.form-wrap .mktoFieldWrap,
.form-wrap .mktoLabel {
    width: 100% !important;
}

.form-wrap .mktoFormCol {
    margin: 0 0 20px !important;
    width: 100% !important;
}

.mktoForm .mktoFormCol {
    width: 100% !important;
}

label#LblemailOptInBoolean {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

.mktoFormRow:first-of-type .mktoFormCol:first-child {
    width: 100% !important;
}

label#LblIndustry {
    display: none;
}

label#LblAnnualRevenue {
    display: none;
}

.mktoForm .mktoFormCol {
    width: 100% !important;
}

.form-wrap .mktoOffset,
.form-wrap .mktoGutter,
.form-wrap .mktoLabel,
.form-wrap .mktoAsterix,
.form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.form-wrap .mktoForm input[type=text],
.form-wrap .mktoForm input[type=email],
.form-wrap .mktoForm input[type=number],
.form-wrap .mktoForm input[type=tel],
.form-wrap .mktoForm select,
.mktoForm textarea.mktoField {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #E4E7EC;
    border-radius: 5px !important;
    background-color: #F5F7FB !important;
    padding: 7px 7px 7px 15px !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #ABABAB !important;
    height: 40px;
    -webkit-appearance: none;
    font-family: 'Poppins';
}

.form-wrap .mktoForm select.mktoField {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/oc-outlook-trends-lp-down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 14px center !important;
    border: 1px solid #E0E0E1;
    box-shadow: none;
    height: 40px;
    padding: 7px 35px 7px 15px !important;
    color: #ABABAB !important;
    border-radius: 5px !important;
    font-family: 'Poppins';
    font-weight: 400;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
    font-family: 'Poppins';
}


select::-ms-expand {
    display: none;
}

.mktoForm textarea.mktoField {
    min-height: 120px;
    padding: 12px 7px 7px 15px !important;
}

.form-wrap .checkbox-wrap {
    position: relative;
}

.form-wrap .mktoForm .mktoCheckboxList>label {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoLabel,
.form-wrap .mktoFormRow:nth-last-of-type(2) .mktoLabel {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
    padding: 0px 20px 0px 30px !important;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    font-family: 'Poppins';
}

label#LblCountry {
    display: none;
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 8px !important;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 13em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0;
}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 14px;
    margin-top: 7px !important;
}

.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList,
.form-wrap .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList {
    display: inline-block !important;
    width: 25px !important;
    float: left !important;
}

.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    float: left;
    padding: 0;
    margin: 0 0 0 -8px;
    font-size: 12px;
    color: #ff0000;
}

.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList>label,
.mktoForm .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList>label {
    position: absolute;
    top: 6px;
    left: 0;
}

.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList>label {
    top: 9px;
}

.mktoRequiredField .mktoLabel {
    padding-top: 0 !important;
}

.form-wrap .mktoForm .mktoCheckboxList>input {
    display: none !important;
}

.form-wrap .mktoForm input[type=checkbox]:checked+label:before {
    content: "\2713" !important;
    color: #333333;
}

.form-wrap .mktoForm input[type=checkbox]+label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 12px;
    border: 1px solid #D7D7D7;
    background-color: #F5F7FB !important;
    left: 0;
    top: -5px;
    text-align: center;
}

.form-wrap .mktoForm input[type=checkbox]+label:before {
    border-radius: 2px;
    font-size: 13px;
    line-height: 15px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .form-wrap .mktoForm input[type=checkbox]+label:before {
        line-height: 1;
    }

    .faq-accordian:last-child {
        height: 186px;
    }

}

.form-wrap .mktoForm .mktoCheckboxList {
    padding: 0;
    display: inline-block;
    width: auto !important;
    position: absolute;
    left: 0;
}

.form-wrap .mktoButtonRow {
    width: 100%;
    position: relative;
    text-align: center;
}

.form-wrap span.mktoButtonWrap {
    margin: 0 !important;
    width: 100%;
}

.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton,
.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 6px;
    border: none !important;
    font-size: 20px !important;
    background-color: #DF7515 !important;
    width: 100%;
    max-width: 150px;
    font-weight: 700;
    padding: 12px !important;
    background-image: none !important;
    line-height: 1.2;
    text-align: center;
    height: 48px;
    font-family: 'Poppins';
    margin-top: 10px;
}

.form-wrap .mktoLabel a u {
    text-decoration: none;
    padding: 0;
}

.form-wrap .mktoLabel a {
    color: #DF7515 !important;
    padding: 0;
}

.form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus,
.mktoField:focus {
    outline: none;
}

.form-wrap .mktoForm .mktoError {
    left: 0;
    top: 93%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ABABAB;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ABABAB;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ABABAB;
}

#ThankYou-msg {
    font-size: 18px;
    color: #333333;
    margin-top: 190px;
}

span.mktoErrorDetail {
    color: #fff;
}

.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: auto !important;
    left: -5px !important;
    top: 16px;
}

#ThankYou-msg {
    font-size: 24px;
    color: #000000;
    padding: 0px 20px;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

input:-webkit-autofill:disabled,
textarea:-webkit-autofill:disabled,
input:-internal-autofill-selected {
    background: #F5F7FB !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F5F7FB inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ABABAB !important;
    background-color: #F5F7FB !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    color: #232F3E !important;
    background-color: #F5F7FB !important;
}

:focus-visible {
    outline: none !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #ddd !important;
}
@media(max-width: 1024px){
/* .img-fluid {
    max-width: 70px;
} */
.grp-box p {
    font-size: 14px;
    line-height: 20px;
}
}


@media (max-width: 992px) {
        .Banner-section h1 {
        font-size: 28px !important;
        line-height: 35px !important;
    }
    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    ul li, p {
    font-size: 16px;
    line-height: 22px;
}
.Banner-section p br{
    display: none;
}
.Section-content2 p br{
    display: none;
}
.Section-content3 p br{
    display: none;
}
.Section-content3 .col-md-4 {
    width: 50%;
    margin-top: 30px;
}
div#Sec04-text01 {
    margin-bottom: 0px;
}
.Section-content3 .row {
    justify-content: center;
}
.Section-content6 .col-md-8.col-xs-12 {
    padding-left: 32px;
}
.footer p br{
        display: none;
    }
    .inner-contentBox {
    width: 100%;
    max-width: 100%;
    padding: 25px 25px;
}
.sec2-inn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logo-outerBox .logo-col {
        width: 22% !important;
    }
}





@media (max-width: 767px) {
    .footer .row:nth-of-type(1) .col-md-6 {
    width: 100%;
}
    .Banner-section h1 {
       
        font-size: 30px !important;
        line-height: 38px !important;
        text-align: center;

    }
    .footer .row:nth-of-type(1) .col-md-6:nth-of-type(2) .row .col-md-6 {
    width: 50%;
}
    div#Section-content5 h3 {
    font-size: 24px;
    line-height: 30px;
}
.logo-outerBox .logo-col {
        width: 33% !important;
    }
    div#Section-content5 p br{
        display: none;
    }
    h2 {
       font-size: 24px !important;
        line-height: 30px !important;
    }
h3 {
    font-size: 20px;
    line-height: 26px;
}
    .Section-content5 .container .cont-outer {
        padding-left: 16px;
        padding-right: 16px;
    }
.Section-content1 {
    padding: 40px 0px;
}
    .inner-contentBox {
        padding: 24px 24px;
    }

    .Section-content5 .cont-outer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .right-contentBox {
        margin-top: 32px;
    }

    .Section-content6 .col-md-8.col-xs-12 {
        padding-left: 16px;
    }
    .logo {
        text-align: center;
    }
}


/*** FOOTER CSS STARTS ***/

.footer ul li a {
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;

}

.footer ul {
    padding-left: 0px !important;
}

.footer ul li {
    padding-left: 0px;
}

.footer ul li::after {
    display: none !important;
}

.footer h4 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 32px !important;
    width: 100%;
    clear: both;
}

.footer h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
}

.footer p {
      font-size: 20px;
    line-height: 26px;
    color: #fff !important;
    font-weight: 400;
    width: 100% !important;
    margin-bottom: 0px !important;
}

/* .footer .container>.row:first-child {
    padding-top: 70px;
    padding-bottom: 70px;
} */

/* .footer .container>.row:last-child p {
    font-size: 19px;
} */

/* .footer .container>.row:last-child {
    padding-bottom: 20px;
} */
.popup-wrap .btn-close {
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: 18px;
    width: 30px;
    height: 30px;
    padding: 0px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}
.popup-wrap .modal-header {
    justify-content: center;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
}
.popup-wrap .modal-content {
    background: transparent;
    border: 0;
}
.popup-wrap .modal-dialog {
    width: 100%;
    max-width: 520px;
    padding: 15px 25px 20px;
    margin: 0 auto 0;
    background: #fff;
    box-shadow: 0px 4px 8px 7px #0000000F;
    border-radius: 15px;
    border: 0;
}
.modal.popup-wrap {
    padding: 10px 10px !important;
}
.modal-body {
    padding: 0 !important;
}
.popup-wrap h3 {
    color: #424242;
    font-size: 22px;
    text-align: center;
    margin: 5px 0 15px !important;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 20px;
}
@media(max-width:1399px){
    .sec2-cta {
    margin-top: 50px;
}
.Banner-section h1 {
    font-size: 45px;
    line-height: 52px;
}
.sec2-content {
    padding-right: 75px;
}
.expert-outer .cont-outer .quote-sc {
    margin: auto -20px;
    padding: 15px;
    padding-left: 25px;
}
}
@media(max-width:1199px){
        .Banner-section h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .logo {
    padding-bottom: 30px;
}
.Banner-section p {
    font-size: 18px;
    line-height: 24px;
}
.sec2-content {
        padding-right: 0;
    }
    .right-contentBox {
    padding: 22px 22px;
}
.logo-outerBox {
    padding: 45px 0px;
}
   .expert-outer {
    margin: 0px;
}
.expert-outer {
    margin: 0px;
    overflow: hidden;
}
.expert-outer .cont-outer p {
    font-size: 16px;
    line-height: 22px;
}
.expert-outer .cont-outer h4 {
    font-size: 18px;
    line-height: 24px;
}
.expert-outer .cont-outer h3 {
    font-size: 20px;
    line-height: 26px;
}
.footer p {
    font-size: 16px;
    line-height: 22px;
}
.footer h2 {
    font-size: 28px !important;
}
.footer ul li a {
    font-size: 16px;
}
.footer .container>.row:last-child p {
    font-size: 16px;
}
}
@media(min-width:767px){
 .form-wrap .mktoFormRow {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 15px;
        }
        .form-wrap .mktoForm .mktoFieldDescriptor.mktoFormCol {
            margin-bottom: 15px !important;
            flex: 1;
        }

       

}
@media (max-width: 767px) {
     .expert-outer .cont-outer .quote-sc {
            min-height: auto !important;
                    padding-top: 34px !important;
        }
    .Banner-section p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .Banner-section {
    text-align: center;
}
.logo {
        padding-bottom: 40px;
    }
div#bannerSecimg {
    width: 65%;
    margin: 35px auto 0;
}
    .footer h4 {
        text-align: left !important;
        margin-top: 30px !important;
    }

    .footer ul li {
        text-align: left !important;
    }

    .footer ul {
        margin-bottom: 20px !important;
    }

    /* .footer .container>.row:first-child {
        padding-top: 36px;
        padding-bottom: 36px;
    } */
}
@media(max-width:575px){
        .Banner-section h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    a.btn.btn-primary {
    font-size: 14px;
    padding-left: 60px;
}
h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    ul li, p {
        font-size: 14px;
        line-height: 20px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    ul li {
    padding-left: 15px;
    margin-bottom: 15px !important;
}
ul li::after {
    top: 6px;
}
.logo-outerBox .logo-col {
        width: 48%;
    }
    .Section-content3 .col-md-4 {
        width: 100%;
    }
    .expert-outer .cont-outer .quote-sc p::after {
   display: none;
}
.expert-outer .cont-outer .quote-sc p::after, .expert-outer .cont-outer .quote-sc p::before {
   display: none;
}
div#Section-content5 h3 {
        font-size: 22px;
        line-height: 28px;
    }
    div#Section-content5 {
    padding-top: 30px;
    padding-bottom: 40px;
}
.Section-content5 {
    padding-top: 40px !important;
}
.Section-content5 .cont-outer {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .Section-content5 .cont-outer ul h4 {
    font-size: 14px;
}
.inner-contentBox {
        padding: 15px;
    }
    .Section-content6 {
    padding-top: 30px;
    padding-bottom: 40px;
}
    .footer h2 {
        font-size: 22px !important;
    }
    .footer p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0 !important;
    }
    .footer h4 {
    font-size: 18px;
    margin-bottom: 15px !important;
}
.footer ul li a {
        font-size: 14px;
    }
    /* .footer .container>.row:first-child {
        padding-top: 25px;
        padding-bottom: 15px;
    } */
    .footer .container>.row:last-child p {
        font-size: 14px;
    }
    .popup-wrap h3 {
    font-size: 16px;
}
.popup-wrap .btn-close {
    right: -8px;
    top: 0px;
}
}

/**************/

.expert-outer .cont {
    min-height: 120px;
}

.expert-outer .cont-outer p span {
       color: #FFA443;
    font-size: 47px;
    font-weight: 600;
    position: absolute;
    left: -12px;
    top: 6px;
}
.expert-outer .cont-outer p span.last {
    padding-top: 10px;
    top: inherit;
    left: inherit;
}

.Section-content6 h2 {
  line-height: 48px;
}

.footer {
    background-color: #000 !important;
    padding: 25px 0px 22px;
    color: #ffffff !important;
}

.footer p {
  color: #ffffff !important; 
  margin: 0px !important;   
      font-family: "Open Sans", sans-serif !important;
}

.footer .social-icons a {
    filter: invert(1) !important;
}



@media (min-width: 991px) {
   body .form-wrap .mktoFormRow:nth-child(-n+7) {
        clear: none;
        width: 100%;
        float: left;
        margin: 0px !important;
    }
}

.popup-wrap .modal-dialog {
        margin: 40px auto 0;
}

.thank-you-text ,
.thank-you-text {
    text-align: center;
}