/*Common css*/
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-24ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot');
    src: url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.woff2') format('woff2'),
        url('https://pages.grazitti.com/rs/690-NGB-767/images/tsia-ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Proxima Nova' !important;
}

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%;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px !important;
}

/*----------Banner css start----------*/
.banner_sec {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/sf-wb-nov-25-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    background-color: #02163D;
    padding: 30px 0px 60px;
}

.banner_sec h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #FFFFFF;
    margin: 20px 0px 40px !important;
}

.banner_sec h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}

.banner_sec h5 span {
    font-weight: 400;
}

.header-row {
    border-bottom: 0;
    margin: 0;
    align-items: center;
    padding-bottom: 0px;
}
.logo-pb {
    padding-bottom: 60px;
}
.form_sec {
    border-radius: 10px;
    background: #FFFFFF12;
    background-blend-mode: screen;
    padding: 25px 20px;
    float: right;
    width: 100%;
    max-width: 490px;
    border: 1px solid #5a677b36;
}

.form-head h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 25px !important;
    text-align: left;
    padding-bottom: 20px;
    position: relative;
}

.form-head h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #DF7515;
    border-radius: 10px;
}

.header-row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.date-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

/*speaker sec css start*/
.speaker-sec {
    padding: 20px 0px;
    background: linear-gradient(90deg, #F0F5F8 0%, #F3F9F9 48.56%, #CFE3ED 100%);
}

.speaker-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.speaker-sec ul li {
    width: 33%;
    vertical-align: top;
    padding: 0 10px 0 18px;
    border-right: 2px solid #C9EAFF;
}

.speaker-sec ul li:first-child {
    padding: 0 10px 0 0px;
}

.speaker-sec ul li:last-child {
    border: 0;
}

.speaker-sec .team-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F2E70;
    margin-bottom: 2px !important;
}

.team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.team-content {
    margin-left: 20px;
}

/*section 1 css start*/
.section_1 {
    background: #fff;
    padding: 60px 0px;
}

.section_1 p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px !important;
}

.section_1 h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px !important;
}

.sec1-box {
    background: #fff;
    box-shadow: 4px 4px 15px 0px #0000001A;
    border: 1px solid #DF7515;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}

.sec1-box p {
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.sec1-outer {
    padding: 0 200px;
}

/*section 2 css start*/
.section_2 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/sf-wb-nov-25-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
}

.sec2-headings h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 15px !important;
}

.sec2-headings p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 35px !important;
}

.section_2 .row {
    justify-content: center;
}

.sec2-box-content {
    background: linear-gradient(101.97deg, #092F67 0%, rgba(7, 24, 50, 0.03) 100%);
    box-shadow: 0px 20px 40px 0px #0000001A;
    backdrop-filter: blur(4px);
    border: 1px solid var(--color-white-51, #FFFFFF82);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    background-color: #02060c;
}

.section_2 .col-md-4 {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.sec2-box-content h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.sec2-box-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.sec2-inn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.cta {
    background: #DF7515;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    padding: 12px 28px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
}

.cta:hover {
    color: #FFFFFF;
}

/*section3 css start */
.section_3 {
    background: #E5F5FF;
    padding: 60px 0px;
}

.section_3 h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

.sec3-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}

.sec3-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #1483C6;
    margin: 12px 0px 10px !important;
}

.sec3-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.section_3 .row {
    align-items: center;
    margin-bottom: 60px;
}

.section_3 .row:last-child {
    margin-bottom: 0px;
}

/*section 4 css start*/
.section_4 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/sf-wb-nov-25-banner2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
    background-color: #02163D;
}

.section_4 h2 {
    color: #fff;
}

.sec4-inn {
    text-align: center;
    margin-top: 25px;
    position: relative;
}

.sec4-inn::after {
    content: '';
    position: absolute;
    border: 1px dashed #737373;
    right: -140px;
    top: 35px;
    width: 260px;
}

.sec4-inn-last::after {
    display: none;
}

.sec4-inn-cnt h4 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px !important;
}

.sec4-inn-cnt p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 0 25px;
}

.sec4-inn-cnt {
    margin-top: 20px;
}

.sec4-inn img {
    position: relative;
    z-index: 999;
}

/*Footer css start*/
.footer {
    display: block;
    background-color: #000;
    padding: 15px 0px 15px;
}

.footer-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.footer .social-icons {
    display: flex;
    align-items: center;
}

.footer .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 12px;
}

.social-icons i {
    color: #fff;
}

.social-icons i {
    color: #fff;
}

.footer-inn .social-icons img {
    width: 14px;
}

/* 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: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.mktoFormRow:first-of-type .mktoFormCol:first-child {
    width: 100% !important;
    display: inline-block !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 #E0E0E1;
    border-radius: 5px !important;
    background-color: #fff;
    padding: 7px 7px 7px 15px !important;
    line-height: 1.35 !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #222 !important;
    height: 40px;
    -webkit-appearance: none;

}
.header-row .col-xs-12{
    padding: 0;
}
.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: #222 !important;
    border-radius: 5px !important;

    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;

}


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: #fff;
    font-size: 12px;
}

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 #cccccc;
    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: left;
}

.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: max-content;
    font-weight: 600;
    padding: 10px 22px !important;
    background-image: none !important;
    line-height: 1.2;
    text-align: center;
    height: auto;
    margin-top: 0px;
}

.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: #222;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #222;
}

#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: 18px;
}

#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: #fff !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff 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: #222 !important;
    background-color: #fff !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: #fff !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;
}
.tahnkyu-box {
    text-align: center;
}
.thank-you-img img {
    margin-bottom: 25px;
}
.Thanku-outer h3 {
    color: #1483c6;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin-top: 0px !important;
    line-height: 32px;
    font-weight: bold;
}
.Thanku-outer p {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px !important;
    padding-top: 10px;
}
/*media queary start*/
@media(max-width:1399px) {
    .sec1-outer {
        padding: 0 130px;
    }

    .sec4-inn-cnt p {
        padding: 0 5px;
    }
}

@media(max-width:1199px) {
    .banner_sec h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 15px 0px 25px !important;
    }

    .banner_sec h5 {
        font-size: 18px;
        line-height: 24px;
        ;
    }

    .form-head h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px !important;
        padding-bottom: 15px;
    }

    .sec2-box-content {
        padding: 20px;
    }

    .logo {
        width: 35%;
    }

    .cta {
        font-size: 16px;
        line-height: 1.2;
    }

    .sec2-box-content h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .section_3 h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .sec3-content h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .sec3-content h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 5px 0px 5px !important;
    }

    .team-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .sec3-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .sec4-inn-cnt p {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }

    .team-content p br {
        display: none;
    }

    .team-content {
        margin-left: 10px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px !important;
    }

    .sec2-headings h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .sec2-box-content h5 br {
        display: none;
    }

    .sec2-headings p br {
        display: none;
    }

    .sec1-outer {
        padding: 0;
    }

    .section_1 p br {
        display: none;
        margin-bottom: 15px !important;
    }

    .team-content h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .speaker-sec ul li {
        padding: 0 10px 0 15px;
    }
}

@media(min-width:991px) {
    .form-wrap .mktoFormRow:nth-child(-n+7) {
        clear: none;
        width: calc(50% - 10px);
        float: left;
    }

    .form-wrap .mktoFormRow:nth-of-type(2),
    .form-wrap .mktoFormRow:nth-of-type(4),
    .form-wrap .mktoFormRow:nth-of-type(6) {
        margin-left: 20px;
    }
}

@media(max-width:991px) {
    .section_4 .col-md-3 {
        width: 50%;
    }

    .sec4-inn::after {
        display: none;
    }

    .sec2-box-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .section_1 p {
        font-size: 14px;
        line-height: 20px;
    }

    .sec2-headings p {
        font-size: 14px;
        line-height: 22px;
    }

    .header-row {
        padding-bottom: 45px;
    }

    .team-content p br {
        display: block;
    }

    .banner_mn {
        text-align: center;
    }

    .banner_sec h5 {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .date-time {
        justify-content: center;
    }

    .logo {
        width: auto;
        text-align: center;
    }

    .banner_sec h1 {
        text-align: center;
    }

    .form_sc {
        display: flex;
        align-items: center;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .form_sec {
        width: 500px;
        max-width: 500px;
    }

    .section_1 .col-md-5,
    .section_1 .col-md-7 {
        width: 100%;
    }

    .sec1-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .section_1 {
        padding: 50px 0px;
    }

    .sec2-box-content {
        padding: 25px 20px;
    }

    .sec2-box-content h5 {
        font-size: 16px;
    }

    .section_2 .col-md-4 {
        padding: 0px 10px;
        margin-bottom: 20px;
        width: 50%;
    }

    .sec2-headings br {
        display: none;
    }

    .section_3 .row {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 35px
    }

    .section_3 .col-md-2,
    .section_3 .col-md-10 {
        width: 100%;
    }

    .speaker-sec ul li {
        width: 100%;
        vertical-align: top;
        padding: 0 !important;
        border-right: 0;
        margin-bottom: 0px !important;
    }

    .speaker-sec .team-info {
        justify-content: center;
        flex-direction: column;
    }

    .team-content h2 {
        text-align: center;
    }

    .team-content p {
        text-align: center;
    }

    .team-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    .banner_sec p {
        text-align: center;
    }

    .date_sec {
        justify-content: center;
    }

    .speaker-sec ul li:last-child {
        margin-bottom: 0px !important;
    }

    .speaker-sec {
        padding: 40px 0px 35px;
    }

    .section_3 .col-md-2,
    .section_3 .col-md-10 {
        text-align: center;
    }

    .sec3-content h3 {
        text-align: center;
    }

    .banner_sec {
        background-position: left;
        padding: 30px 0px 50px;
    }

    .sec3-content h4 {
        text-align: center;
    }

    .sec3-content p {
        text-align: center;
    }

    .speaker-sec ul {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section_1 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px !important;
    }

    .sec1-outer {
        justify-content: center;
    }

    .sec1-outer .col-md-4 {
        width: 50%;
        margin-bottom: 25px;
    }

    .sec1-outer .col-md-4:nth-of-type(3) {
        margin-bottom: 0;
    }

    .banner_mn p br {
        display: none;
    }

    .section_2 .cta {
        margin-top: 15px !important;
    }

    .banner_sec h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner_sec {
        padding: 30px 0px 40px;
    }

    .section_1 {
        padding: 40px 0px;
    }

    .section_2 .col-md-4 {
        width: 50%;
    }

    .sec2-headings h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section_2 {
        padding: 40px 0px;
    }

    .section_3 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .sec3-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .sec3-content h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .section_3 {
        padding: 30px 0px;
    }

    .section_4 {
        padding: 40px 0px;
    }

    .footer-inn {
        flex-direction: column;
        gap: 12px;
    }
}

@media(max-width:575px) {
    .banner_sec .social-icons {
        margin-top: 20px !important;
    }
.Thanku-outer h3 {
    font-size: 24px;
    line-height: 28px;
}
.Thanku-outer p {
    font-size: 16px;
    line-height: 22px;
}
    .footer .social-icons {
        padding-top: 15px;
    }

    .social-icons {
        justify-content: center !important;
    }

    .speaker-sec ul {
        flex-direction: column;
        gap: 20px;
    }

    .logo {
        width: 80%;
        margin: 0 auto;
    }

    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7 {
        padding: 0 15px !important;
    }

    .section_2 .col-md-4 {
        width: 95%;
    }

    .header-row {
        text-align: center;
    }

    .header-row .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .section_4 .col-md-3 {
        width: 95%;
        margin: 0 auto;
    }

    .sec1-outer .col-md-4 {
        width: 95%;
        margin-bottom: 20px;
    }

    .banner_sec h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .section_3 h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .sec2-headings h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .banner_sec h1 {
        font-size: 25px;
        line-height: 32px;
    }

    .form-head h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .banner_sec h1 br {
        display: none;
    }

    .date_sec {
        flex-direction: column;
        gap: 20px;
    }

    .date_sec_lft h2 {
        font-size: 22px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .date_sec_lft span {
        font-size: 35px;
    }
}