@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Work+Sans:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

.all-data {
    max-width: 100vw;
    overflow-x: hidden;
}

button:focus {
    outline: none;
}

.header-section {
    box-shadow: 0 3px 9px #d1d1d1;
    border-top: 2px solid #208bb9;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.header-dropdown .btn {
    background: none;
    color: #6D7A83 !important;
    background-color: white !important;
    font-size: 15px;
    padding: 0;
    border: none;
    font-family: 'Open Sans', sans-serif !important;
}

.header-dropdown .btn:hover {
    color: #208bb9 !important;
}

.header-dropdown .dropdown-toggle {
    background: transparent;
    color: black;
}

.navbar {
    display: flex;
    justify-content: space-around;
    padding: 0;
    background-color: #FFFFFF;
}

.nav-list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.nav-right-div {
    display: flex;
}

.nav-list li {
    margin: 0 15px;
}

.nav-list li a {
    text-decoration: none;
    color: #6D7A83;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
}

.nav-list li a:hover {
    color: #208bb9;
}

.drop-icon {
    height: 4px;
}

.nav-logo {
    margin: 20px 0;
}

.nav-logo img {
    padding: 0 15px;
    height: 50px;
}

.join-btn {
    background-color: #689F37;
    color: white;
    font-size: 15px;
    padding: 34px 28px;
    margin: 0 15px;
    border: none;
    transition: 0.4s;
    font-family: 'Open Sans', sans-serif;
}

.join-btn:hover {
    background-color: #208bb9 !important;
}

.hamburgers {
    display: none;
    width: 35px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 44px;
}

.hamburgers .bar,
.hamburgers::after,
.hamburgers::before {
    height: 2px;
    width: 22px;
    content: '';
    background-color: #222;
    margin: 3px 0px;
    border-radius: 1px;
    transition: 0.4s;
    display: block;
    transition: 0.4s;
}

.hamburgers.is-active {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
    background-color: black;
}

.hamburgers.is-active .bar,
.hamburgers.is-active::after,
.hamburgers.is-active::before {
    background-color: white;
}

.dropdown-menu.show {
    display: block;
    top: 58px;
    border-radius: 0;
    border-top: 2px solid #208bb9;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu.show .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-list li .dropdown-menu.show .dropdown-item {
    font-size: 13px;
}

.nav-list li .dropdown-menu.show .dropdown-item:hover {
    color: white;
    background-color: #208bb9;
}

.mobile-nav-section {
    display: flex;
    justify-content: center;
}

.mobile-nav {
    display: none;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 999;
    padding-bottom: 30px;
    transition: 0.4s;
    border: none;
}

.mobile-nav.is-active {
    display: block;
    width: 80%;
}

.mobile-nav>a,
.mobile-nav .dropdown .btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background-color: #689F37;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.drop {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 12px 16px;
    background-color: #689F37;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    text-align: left;
}

.coll {
    border: 1px solid #d1d1d1;
}

.coll>a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 12px 16px;
    background-color: white;
    color: #999;
    text-decoration: none;
    border-radius: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.drop>div {
    background: white;
    padding: 0px 5px;
    height: 18px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drop>a {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.drop>div img {
    width: 9px;
}

.home-section {
    height: 520px;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-home-content {
    width: 370px;
    margin-top: 100px;
}

.sub-home p {
    color: white;
    text-align: center;
}

.banner-button-div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub-home button {
    border: none;
    color: white;
    background: #689F37;
    padding: 5px 40px;
    font-size: 25px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.4s;
    font-family: 'Open Sans', sans-serif;
}

.sub-home button:hover {
    color: #689F37;
    background-color: white;
}

.right-laugh-content button:hover {
    color: #257EBA;
    background-color: white;
}

.home-banner {
    width: 100%;
    max-height: 544px;
}

.banner-logo {
    width: 100%;
}

.real-para {
    font-size: 20px;
    font-family: trajan pro;
    margin-bottom: -20px;
}

.success-para {
    margin-top: -20px;
    margin-bottom: 50px;
    font-size: 18px;
}

.network-section {
    display: flex;
    width: 100%;
    height: 520px;
    position: relative;
}

.sub-main-right {
    position: absolute;
    top: 6%;
    left: 13%;
    width: 405px;
}

.sub-main-heading {
    font-family: trajan pro;
    font-size: 25px;
}

.sub-main-top {
    padding: 0 10px;
}

.sub-main-top-para {
    font-size: 14px;
}

.sub-main-bottom {
    padding: 0 10px;
    display: flex;
}

.left-wall {
    background-color: #689F37;
    height: 177px;
    width: 10px;
    margin-left: 10px;
    margin-right: 15px;
}

.right-wall {
    margin-top: 6px;
}

.right-wall p {
    font-size: 12px;
}

.left-network-section {
    width: 35%;
    height: 100%;
}

.right-section-main {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.right-network-section {
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
}

.laugh-section {
    height: 400px;
    width: 100%;
    position: relative;
}

.left-laugh {
    width: 60%;
    height: 100%;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    background-position: top center;
}

.left-laugh img {
    height: 100%;
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px
}

.right-laugh {
    background-color: #257EBA;
    height: 75%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 12%;
    box-shadow: 0 3px 9px;
}

.right-laugh-content {
    height: 100%;
    padding: 50px 40px;
}

.right-laugh-content button {
    font-size: 25px;
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px 30px;
    background-color: #257EBA;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.pen-btn {
    font-size: 30px;
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px 30px;
    background-color: transparent;
    color: white;
    margin-top: 25px;
}

.top-laugh {
    color: white;
    font-family: trajan pro;
    font-size: 23px;
    margin-bottom: 0;
    line-height: 25px;
    margin-top: 10px;
    text-transform: uppercase;
}

.bottom-laugh {
    color: white;
    font-family: trajan pro;
    font-size: 34px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.bottom-laugh-2nd {
    line-height: 14px;
}

.map {
    height: 690px;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    position: relative;
}

.sub-map {
    width: 650px;
    position: relative;
}

.map-image {
    width: 100%;
}

.map-image img {
    width: 100%;
}

.state-list-div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.state-list-div-sub-1 {
    display: flex;
    justify-content: space-around;
    width: 60%;
}

.state-list-div-sub-2 {
    display: flex;
    justify-content: space-around;
    width: 40%;
}

.state-list-ul {
    display: flex;
    margin-bottom: 0;
}

.state-list-li {
    display: flex;
    flex-direction: column;
}

.state-list-a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    cursor: pointer;
}

.state-list-a:hover {
    text-decoration: none;
    color: #689F37;
}

.p-map {
    font-family: trajan pro;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.map-text-main-content {
    width: 175px;
    display: flex;
    flex-direction: column;
    height: 84px;
    justify-content: center;
    border: 1px solid white;
    padding: 0px 40px;
    border-radius: 15px;
}

.map-text-content {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.map-text-content:last-child {
    margin-bottom: 0;
}

.map-text-position {
    position: absolute;
    top: 333px;
    right: -60px;
}

.map-color-box {
    height: 13px;
    width: 13px;
    margin-right: 14px;
}

.white-box-map {
    background-color: white;
}

.green-box-map {
    background-color: #94BC73;
}

.blue-box-map {
    background-color: #67A4D0;
}

.map-color-text {
    color: white;
    font-size: 12px;
}

.section-4 {
    height: 1130px;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.section-4-top {
    height: 580px;
    width: 100%;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-4-bottom {
    height: 550px;
    width: 100%;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-4-main-position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-position-main-content {
    position: relative;
    width: 680px;
    height: 100%;
}

.section-4-top-card {
    padding: 25px 38px;
    width: 340px;
    background: #21324E;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 30px;
    box-shadow: 0 3px 9px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.section-4-top-logo {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 83px;
    left: -70px;
}

.section-4-top-logo img {
    width: 100%;
}

.section-4-top-card-heading-1 {
    color: #67BBF4;
    margin-bottom: 0;
    font-size: 45px;
    margin-top: 25px;
}

.section-4-top-card-heading-2 {
    font-size: 45px;
    color: white;
    padding-left: 22px;
    margin-top: -17px;
}

.section-4-top-main-text {
    color: white;
    font-weight: 600;
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
}

.section-4-top-main-content-box {
    padding: 15px 15px;
}

.section-4-top-main-content-box-ul li {
    font-size: 13px;
    color: white;
}

.section-4-top-content-box {
    display: flex;
    align-items: center;
    height: 20px;
}

.section-4-top-svg-div {
    margin-right: 10px;
}

.section-4-top-svg {
    height: 10px;
    fill: white;
}

.section-4-top-para {
    margin-bottom: 0;
    font-size: 13px;
    color: white;
}

.section-4-top-content-box-line p {
    line-height: 1;
}

.section-4-top-content-box-line {
    margin-bottom: 18px;
}

.section-4-top-content-box-line-1 {
    margin-bottom: 10px;
}

.section-4-top-button-div {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-top-button-div button {
    font-size: 25px;
    border: 1px solid white;
    border-radius: 3px;
    padding: 0 20px;
    background-color: transparent;
    color: white;
}

.section-4-top-button-div button:hover {
    color: #2C3B58;
    background-color: white;
}

.section-4-bottom-card {
    background-color: #2C3B58;
    padding: 20px;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section-4-bottom-card-heading-1 {
    margin-bottom: 0;
    font-size: 35px;
    color: white;
}

.section-4-bottom-card-heading-2 {
    font-size: 35px;
    margin-top: -16px;
    color: #92B8FB;
}

.section-bottom-content-top-div {
    display: flex;
    align-items: center;
    height: 13px;
    margin-bottom: 2px;
}

.section-4-bottom-top-svg-div {
    margin-right: 10px;
}

.section-4-bottom-top-ul li {
    color: #7487A7;
    font-size: 13px;
}

.section-4-bottom-top-svg-div svg {
    height: 10px;
    fill: #7487A7;
}

.section-4-bottom-top-para {
    font-size: 13px;
    margin-bottom: 0;
    color: #7487A7;
}

.section-bottom-content-bottom-div {
    display: flex;
    align-items: center;
    height: 12px;
    margin-bottom: 3px;
}

.section-4-bottom-bottom-svg-div {
    margin-right: 10px;
}

.section-4-bottom-bottom-ul li {
    color: white;
    font-size: 12px;
}

.section-4-bottom-bottom-svg-div svg {
    height: 8px;
    fill: white;
}

.section-4-border-bottom {
    height: 1px;
    width: 200px;
    background-color: white;
    margin: 10px;
    margin-left: 20px;
}

.section-4-bottom-bottom-para {
    font-size: 12px;
    margin-bottom: 0px;
    color: white;
}

.section-4-bottom-main-content {
    padding-left: 150px;
}

.section-4-circular-div {
    position: absolute;
    height: 325px;
    width: 325px;
    border-radius: 50%;
    padding: 10px;
    background: white;
    left: -164px;
    top: 130px;
}

.section-4-circular-div img {
    width: 100%;
    border-radius: 50%;
}

.section-5-hidden {
    display: none;
}

.section-5-6-common {
    height: 3450px;
    width: 100%;
    position: relative;
}

.section-5 {
    height: 600px;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.section-5-a {
    width: 100%;
    height: 100%;
}

.section-5-b {
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

.section-5-b img {
    width: 100%;
}

.section-5b-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
    margin-right: 30px;
}

.section-5-b-heading-1 {
    font-size: 52px;
    margin-bottom: 0;
    font-family: 'Trajan Pro';
    font-style: normal;
    font-weight: 400;
    color: #5F5F5F;
    src: local('Trajan Pro'), url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Regular.woff') format('woff');
}

.section-5-b-heading-2 {
    font-size: 19px;
    font-family: 'Trajan Pro';
    font-style: normal;
    font-weight: 400;
    color: #5F5F5F;
    src: local('Trajan Pro'), url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Regular.woff') format('woff');
}

.section-6 {
    height: 1325px;
    width: 100%;
    top: 700px;
    left: 0;
    position: absolute;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-6-top {
    position: absolute;
    top: 187px;
    width: 600px;
}

.top-heading-6 {
    font-family: trajan pro;
    color: #767674;
    font-size: 40px;
    margin-bottom: 35px;
}

.section-top-6-sub-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section-6-top-img-box {
    height: 75px;
    width: 75px;
}

.section-6-top-img-box img {
    height: 100%;
}

.section-6-top-content-box {
    margin-left: 15px;
}

.section-6-top-content-box h4 {
    color: #696969;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.section-6-top-content-box p {
    font-size: 13px;
}

.section-5-6-sub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 1872px;
    position: absolute;
    width: 100%;
}

.section-6-center {
    width: 750px;
    padding: 20px 40px;
    border: 2px dashed blue;
    border-radius: 20px;
}

.section-6-center-sub-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.section-6-center-sub-box-1 {
    margin-top: 40px;
}

.section-6-center-img-box {
    width: 25%;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.section-6-center-content-box {
    width: 74%;
}

.section-6-center-img-box img {
    width: 100%;
}

.section-6-center-content-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2D3C59;
    margin-bottom: 2px;
    margin-top: 15px;
}

.section-6-center-content-box p {
    font-size: 12px;
}

.section-6-bottom {
    width: 600px;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-5-6-posn-div {
    position: relative;
    width: 500px;
}

.section-top-6-sub-box-posn {
    position: absolute;
    top: -30px;
    background-color: white;
}

.section-7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C4F0B3;
    position: relative;
}

.section-7-sub {
    width: 600px;
    padding: 20px 0;
}

.section-7-sub-posn {
    position: absolute;
    left: 1%;
    top: -26%;
    height: 350px;
    width: 350px;
}

.section-7-sub-posn img {
    height: 100%;
}

.section-7-b {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #F1F1F1;
    position: relative;
}

.stick-image-div {
    position: absolute;
    right: 55px;
    width: 380px;
    height: 310px;
    bottom: -33px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.stick-image-div img {
    width: 100%;
}

.section-7-b-top {
    width: 600px;
    padding: 20px 0;
}

.section-7-c {
    height: 550px;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-7-c-hidden {
    display: none;
}

.section-7-c-hidden-top,
.section-7-c-hidden-bottom {
    width: 70%;
    padding: 20px;
}

.section-7-c-hidden-1 {
    background-color: #D5CFC3;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-7-c-hidden-2 {
    background-color: #13D3F9;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-7-c-top {
    width: 600px;
    position: absolute;
    top: 4%;
    padding: 20px 0;
}

.section-7-c-bottom {
    width: 600px;
    position: absolute;
    top: 60%;
    padding: 20px 0;
}

.section-8-9-common {
    position: relative;
    height: 4850px;
}

.section-8 {
    height: 600px;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-8-main {
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -19%;
}

.section-8-heading-div {
    transform: rotate(270deg);
    font-size: 63px;
    background: #7BBEE8;
    padding: 5px 42px;
    color: white;
    border-radius: 20px;
}

.section-8-main-content-div {
    display: flex;
    margin-left: -110px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.section-8-main-content-div:last-child {
    margin-bottom: 0;
}

.section-8-image-div {
    width: 350px
}

.section-8-image-div img {
    width: 100%;
}

.section-8-text-div {
    font-size: 12px;
    color: grey;
    margin-left: 50px;
}

.section-9 {
    height: 1150px;
    width: 100%;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-9-desktop {
    width: 825px;
    position: absolute;
    right: -105px;
    top: 483px;
}

.section-9-desktop>img {
    width: 100%;
}

.section-9-data {
    position: relative;
}

.section-9-left-div {
    position: absolute;
    left: -370px;
    top: -548px;
    width: 370px;
}

.section-9-left-logo-div {
    width: 325px;
}

.section-9-left-logo-div img {
    width: 100%;
}

.section-9-left-data-div-1st {
    margin-top: -15px;
}

.section-9-left-data-div {
    margin-left: 30px;
}

.left-heading-image {
    display: flex;
    align-items: center;
}

.section-9-left-image-div {
    width: 75px;
}

.section-9-left-image-div img {
    width: 100%;
}

.section-9-left-para-1 {
    color: #BCBDBF;
    margin-bottom: -8px;
    font-size: 16px;
    font: 900;
    font-weight: bolder;
}

.section-9-left-para-2 {
    color: white;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 23px;
}

.section-9-left-main-para {
    color: white;
    font-size: 12px;
    margin-left: 30px;
}

.section-9-right {
    position: relative;
}

.section-9-right-main {
    position: absolute;
    left: 0;
    top: -201px;
    width: 370px;
}

.section-9-left-image-div-last {
    width: 100px;
}

.section-9-btn-div {
    display: flex;
    justify-content: center;
    margin: 105px 0 0 60px;
}

.section-9-btn-div button {
    font-size: 20px;
    border: 1px solid white;
    border-radius: 3px;
    padding: 6px 25px;
    background-color: transparent;
    color: white;
    transition: all 0.5s;
}

.section-9-btn-div button:hover {
    color: black;
    background-color: white;
}

.section-10 {
    height: 950px;
    width: 100%;
    position: absolute;
    top: 1615px;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-10-main-data {
    width: 450px;
}

.section-10-main-data-img-div {
    width: 100%;
    position: relative;
}

.section-10-main-data-img-div img {
    width: 100%;
}

.section-10-img-left-content {
    position: absolute;
    top: 33px;
    width: 350px;
    padding: 20px 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 3px 9px #d1d1d1;
    left: -185px;
    background-color: white;
}

.section-10-img-left-main-content {
    position: relative;
}

.section-10-img-left-main-content-yellow-div {
    position: absolute;
    width: 50px;
    top: -43px;
    left: -45px;
}

.section-10-img-left-main-content-yellow-div img {
    width: 100%;
}

.section-10-img-left-main-content-para {
    font-size: 12px;
    margin-bottom: 0;
}

.section-10-img-left-main-content-para span {
    font-weight: 600;
}

.section-10-img-right-content {
    position: absolute;
    top: 300px;
    width: 350px;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 3px 9px #d1d1d1;
    left: 348px;
    background-color: white;
    z-index: 3;
}

.section-10-img-right-main-content {
    position: relative;
}

.section-10-img-right-main-content-yellow-div {
    position: absolute;
    width: 50px;
    top: -43px;
    left: -45px;
}

.section-10-img-right-main-content-yellow-div img {
    width: 100%;
}

.section-10-img-right-main-content-para {
    font-size: 12px;
    margin-bottom: 0;
}

.section-10-side-image-div {
    height: 78%;
    position: absolute;
    right: 0;
    bottom: 21px;
    z-index: 2;
}

.section-10-side-image-div img {
    height: 100%;
}

.section-10-logo {
    height: 70px;
    margin: 40px;
    display: flex;
    justify-content: center;
}

.section-10-logo img {
    height: 100%;
}

.section-10-heading {
    font-size: 20px;
    margin-top: -30px;
    text-align: center;
}

.section-10-text {
    font-size: 12px;
    text-align: center;
    color: #59676A;
}

.section-11 {
    height: 900px;
    width: 100%;
    position: absolute;
    top: 2430px;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-11-sub {
    width: 625px;
    height: 100%;
    margin-top: 155px;
}

.section-11-top {
    display: flex;
    justify-content: space-between;
}

.section-11-middle {
    display: none;
}

.section-11-top-left {
    width: 280px;
    margin-top: 25px;
}

.section-11-top-right {
    width: 305px;
}

.section-11-top-right-last {
    padding: 0px 35px;
    margin-top: 20px;
}

.section-11-top-left img {
    width: 100%;
}

.section-11-top-right-logo {
    width: 280px;
}

.section-11-top-right-logo img {
    width: 100%;
}

.section-11-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.section-11-bottom-left {
    width: 200px;
}

.section-11-bottom-right {
    width: 360px;
    margin-top: 25px;
}

.section-11-bottom-right img {
    width: 100%;
}

.section-11-top-logo-div {
    position: absolute;
    top: 28%;
    left: 52%;
    width: 215px;
}

.section-11-top-logo-heading {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    color: #47A8F9;
}

.section-11-top-logo-mid-para {
    font-size: 19px;
    margin-top: -5px;
    margin-bottom: 0;
}

.section-11-top-logo-bottom-para {
    font-size: 12px;
    padding: 0 22px 0px 1px;
    text-align: center;
    color: grey;
}

.section-11-top-right-last-end {
    margin-top: 38px;
}

.section-11-mid-div {
    position: absolute;
    left: 47%;
    top: 41%;
    width: 365px;
}

.section-11-mid-main-heading {
    color: white;
    font-size: 25px;
    font-weight: 900;
}

.section-11-mid-sub-heading {
    font-size: 13px;
    color: white;
}

.section-11-mid-div-list-section {
    margin-left: 19px;
    margin-top: 15px;
}

.section-11-mid-div-list-section-ul-li {
    color: white;
    font-size: 13px;
    margin-bottom: 7px;
}

.section-11-bottom-div {
    width: 180px;
    position: absolute;
    top: 76%;
    left: 23%;
}

.section-11-bottom-div-heading {
    color: white;
    font-weight: 900;
    font-size: 17px;
    width: 76%;
}

.section-11-bottom-div-content-para {
    color: white;
    font-size: 12px;
    line-height: 1.3;
    margin-left: 20px;
}

.section-11-bottom-div-content-button {
    width: 100%;
    margin-top: 22px;
    font-size: 15px;
    font-weight: 900;
    border-radius: 10px;
    padding: 6px;
    color: white;
    background-color: #47A8F9;
    border: none;
    transition: all 0.5s;
}

.section-11-bottom-div-content-button:hover {
    color: #47A8F9;
    background-color: white;
}

.section-10-bottom-content {
    padding: 0 13px;
}

.section-10-bottom-para {
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 1.4;
    color: #59676A;
}

.section-12 {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 3240px;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 125px;
}

.section-12-main {
    display: flex;
    margin-bottom: 52px;
}

.section-12-main-left {
    width: 210px;
}

.section-12-main-right {
    width: 600px;
}

.section-12-main-right img {
    width: 100%;
}

.section-12-box {
    position: relative;
    width: 100%;
}

.section-12-content {
    position: absolute;
    left: 22%;
    width: 220px;
    top: -190px;
}

.section-12-logo-div {
    width: 268px;
    margin-left: -35px;
}

.section-12-logo-div img {
    width: 100%;
}

.section-12-heading {
    font-size: 19px;
    font-weight: 900;
    margin-top: -30px;
}

.section-12-para {
    font-size: 11px;
    line-height: 2;
    margin-bottom: 30px;
    color: grey;
}

.section-12-button-div {
    padding: 0 30px;
}

.section-12-button {
    margin-top: 0;
}

.section-13 {
    height: 700px;
    width: 100%;
    position: absolute;
    top: 3635px;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.section-13-main-sub-box {
    width: 700px;
    height: 100%;
    position: relative;
}

.section-13-sub-box-content {
    width: 387px;
    position: absolute;
    top: 93px;
    left: -53px;
}

.section-13-astronaut-image-div {
    width: 520px;
    position: absolute;
    top: 64px;
    right: -120px;
}

.section-13-astronaut-image-div img {
    width: 100%;
}

.section-13-bottom-card-div {
    width: 400px;
    position: absolute;
    top: 306px;
    left: -59px;
}

.section-13-bottom-card-div img {
    width: 100%;
    border-radius: 10px;
}

.section-13-top-card-div {
    width: 400px;
    position: absolute;
    top: 425px;
    left: 117px;
}

.section-13-top-card-div img {
    width: 100%;
    border-radius: 10px;
}

.section-13-box {
    width: 100%;
    position: relative;
}

.section-13-content {
    width: 400px;
    position: absolute;
    left: 25%;
    top: -320px;
}

.section-13-logo-div {
    width: 350px;
    margin-left: -15px;
}

.section-13-logo-div img {
    width: 100%;
}

.section-13-heading {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    padding-right: 80px;
    margin-bottom: 6px;
}

.section-13-para-1 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    color: white;
}

.section-13-para-2 {
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.section-13-text-content {
    position: absolute;
    top: 568px;
    width: 138px;
    left: -40px;
}

.section-13-button-content {
    position: absolute;
    top: 570px;
    right: 45px;
}

.section-13-text-content p {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.section-13-button-content button {
    font-size: 13px;
    font-weight: 900;
    color: white;
    background: transparent;
    outline: none;
    border: 2px solid white;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.section-13-button-content button:hover {
    background-color: white;
    color: black;
}

.section-14 {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 4333px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.section-14-top {
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    width: 100%;
}

.section-14-position-div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-14-main-top {
    height: 100%;
    width: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-14-logo-text-div {
    position: absolute;
    display: flex;
    top: 20px;
    left: -58px;
    align-items: end;
}

.section-14-logo-div {
    width: 320px;
    margin-right: 20px;
}

.section-14-logo-div img {
    width: 100%;
}

.section-14-card-div {
    width: 500px;
    position: absolute;
    bottom: 45px;
    left: 154px;
}

.section-14-card-div img {
    width: 100%;
}

.section-14-astronaut-div {
    width: 500px;
    position: absolute;
    bottom: 35px;
    left: -201px;
}

.section-14-astronaut-div img {
    width: 100%;
}

.section-14-bottom {
    height: 100px;
    width: 100%;
}

.section-14-box {
    position: relative;
    width: 100%;
}

.section-14-content {
    width: 275px;
}

.section-14-content p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
    color: white;
}

.section-14-button-box {
    position: relative;
    width: 100%;
}

.section-14-button-content {
    position: absolute;
    width: 210px;
    top: 144px;
    left: -59px;
}

.section-14-button-content p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    color: white;
}

.section-14-button-content-box {
    display: flex;
    justify-content: center;
}

.section-14-button-content-box button {
    font-size: 13px;
    font-weight: 900;
    color: white;
    background: transparent;
    outline: none;
    border: 2px solid white;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.section-14-button-content-box button:hover {
    background-color: white;
    color: black;
}

.section-15 {
    height: 600px;
    width: 100%;
    position: relative;
}

.section-15-bottom-background-div {
    height: 150px;
}

.section-15-top-background-div {
    height: 350px;
    width: 100%;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.section-15-curve-image-div {
    height: 550px;
    position: absolute;
    top: 0px;
    right: 100px;
}

.section-15-curve-image-div-main {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-15-curve-image-div-main-img-div {
    width: 100%;
    height: 100%;
}

.section-15-curve-image-div-main-img-div>img {
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.section-15-curve-image-bottom-div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    border-top-right-radius: 100px;
    display: flex;
}

.section-15-curve-image-bottom-div-left-div {
    background-color: white;
    width: 65%;
    height: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 5px;
    padding: 15px;
}

.section-15-curve-image-bottom-div-left-div-top-curve {
    padding: 12px 50px;
    border: 1px solid #DC3A37;
    border-radius: 30px;
}

.section-15-left-logo {
    height: 40px;
    display: flex;
    justify-content: center;
}

.section-15-left-logo>img {
    height: 100%;
}

.section-15-left-heading {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.section-15-left-para {
    margin-bottom: 0;
    font-size: 10px;
    text-align: center;
}

.section-15-curve-image-icon-div {
    display: flex;
    width: 100%;
}

.section-15-curve-image-icon-div-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.section-15-img {
    width: 150px;
}

.section-15-img>img {
    width: 100%;
}

.section-15-para {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    color: #DC3A37;
}

.section-15-bottomest-para {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    padding: 0px 70px;
    color: #5B6668;
}

.section-15-curve-image-bottom-div-right-div {
    background-color: transparent;
    width: 35%;
    height: 100%;
    padding: 15px;
    display: flex;
}

.section-15-curve-image-bottom-div-right-div div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.section-15-curve-image-bottom-div-right-div div>button {
    margin-bottom: 15px;
}

.section-15-curve-image-bottom-div-right-div div button,
.section-15-bottom-button button {
    font-size: 13px;
    font-weight: 900;
    color: white;
    background: #DC3A37;
    outline: none;
    border: 2px solid white;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.section-15-curve-image-bottom-div-right-div div button:hover,
.section-15-bottom-button button:hover {
    background-color: white;
    color: #DC3A37;
}

.section-15-bottom-button {
    display: none;
}

.section-16 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFFAFE;
    padding: 20px;
}

.section-16-main-div {
    width: 600px;
}

.section-16-main-div-heading-1 {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 0;
}

.section-16-main-div-heading-1>span {
    color: #2C8BBB;
}

.section-16-main-div-heading-2 {
    font-size: 29px;
    margin-left: 22px;
    margin-top: -5px;
}

.section-16-main-div-para {
    font-size: 13px;
    color: #5C6769;
    margin-bottom: 0;
}

.section-17 {
    height: 400px;
    width: 100%;
    position: relative;
    display: flex;
}

.section-17-left-div {
    width: 60%;
    height: 100%;
}

.section-17-right-div {
    width: 40%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-17-right-div img {
    height: 100%;
}

.section-17-main-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-17-main-content-1 {
    width: 600px;
}

.section-17-sub-main-content {
    display: flex;
    margin-bottom: 15px;
}

.section-17-sub-main-content-logo-div {
    width: 150px;
}

.section-17-sub-main-content-logo-1-div {
    width: 125px;
}

.section-17-sub-main-content-logo-2-div {
    width: 170px;
}

.section-17-sub-main-content-logo-3-div {
    width: 200px;
}

.section-17-sub-main-content-logo-div img {
    width: 100%;
}

.section-17-sub-main-content-data {
    margin-left: 15px;
}

.section-17-sub-main-content-heading {
    font-size: 17px;
    font-weight: 600;
    color: #5B6668;
    margin-bottom: 0;
}

.section-17-sub-main-content-para {
    font-size: 13px;
    color: #6A7577;
}

.section-18 {
    height: 2370px;
    width: 100%;
    position: relative;
}

.section-18-top {
    height: 1370px;
    width: 100%;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    z-index: 0;
}

.section-18-top-main-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-18-right-div-main {
    width: 500px;
    background-color: white;
    padding: 40px 20px 20px 174px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 3px 9px #d1d1d1;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    height: 260px;
}

.section-18-right-div-main-content-image-position {
    position: absolute;
    top: -5px;
    left: -80px;
}

.section-18-top-main-content-left-heading-1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 0.7;
    font-weight: 600;
}

.section-18-top-main-content-left-heading-2 {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
}

.section-18-top-main-content-right {
    padding-left: 150px;
}

.section-18-right-div-main-para {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section-18-right-div-main-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.section-18-right-div-main-add {
    font-size: 16px;
    margin-bottom: 0;
}

.section-18-right-div-main-content-image-div {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    padding: 10px;
    background-color: white;
    box-shadow: 0 3px 9px #d1d1d1;
}

.section-18-right-div-main-content-image-div>img {
    width: 100%;
    border-radius: 50%;
}

.section-18-right-div-main-content-quote-position {
    position: absolute;
    top: -25px;
    left: 164px;
}

.section-18-quote-image-div {
    width: 75px;
}

.section-18-quote-image-div img {
    width: 100%;
}

.section-18-right-div-main-content-quote-position>p {
    font-size: 75px;
}

.section-18-right-div-main-add1,
.section-18-right-div-main-name1 {
    color: #277EB9;
}

.section-18-right-div-main-add2,
.section-18-right-div-main-name2 {
    color: #DF75A6;
}

.section-18-right-div-main-add3,
.section-18-right-div-main-name3 {
    color: #90CC50;
}

.section-18-mid-section {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 980px;
    z-index: 1;
}

.section-18-mid-section-main {
    display: flex;
    width: 100%;
    height: 100%;
}

.section-18-top-mid-content-left {
    width: 50%;
    align-self: end;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.section-18-top-mid-content-main {
    width: 100%;
    height: 100%;
    align-self: end;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.section-18-top-mid-content-heading-div {
    width: 235px;
}

.section-18-top-mid-content-main-heading1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Trajan Pro';
    font-style: normal;
    font-weight: 400;
    color: #474747;
    src: local('Trajan Pro'), url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Regular.woff') format('woff');
}

.section-18-top-mid-content-main-heading2 {
    font-size: 50px;
    line-height: 1;
    font-family: 'Trajan Pro';
    font-style: normal;
    font-weight: 400;
    color: #689F37;
    src: local('Trajan Pro'), url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Regular.woff') format('woff');
}

.section-18-top-mid-content-button-div {
    width: 100%;
    padding: 50px;
    background-color: #DCDCDC;
    display: flex;
    justify-content: center;
}

.section-18-top-mid-content-button-div button {
    background: #689F37;
    outline: none;
    border: 1px solid white;
    color: white;
    padding: 10px 30px;
    transition: all 0.5s;
}

.section-18-top-mid-content-button-div button:hover {
    color: #689F37;
    background: white;
    border: 1px solid #689F37;
}

.section-18-top-mid-content-right {
    width: 50%;
    height: 100%;
}

.section-18-top-mid-content-right img {
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.section-18-bottom-section {
    width: 100%;
    height: 1000px;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.section-18-bottom-section-left-image-div {
    height: 565px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.section-18-bottom-section-left-image-div img {
    height: 100%;
}

.section-18-bottom-section-mobile {
    position: absolute;
    width: 325px;
    height: 703px;
    background-color: #196DB3;
    left: 724px;
    bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 9px grey;
}

.section-18-bottom-section-main-mobile {
    position: relative;
    width: 100%;
}

.section-18-bottom-section-main-mobile-form-div {
    width: 293px;
    background-color: white;
    position: absolute;
    height: 745px;
    left: 16px;
    top: -115px;
    border-radius: 5px;
    box-shadow: 0 3px 9px grey;
    padding: 25px;
}

.section-18-bottom-section-main-mobile-form-div-heading-div {
    display: flex;
    margin-top: 20px;
}

.section-18-bottom-section-main-mobile-form-div-heading-div svg {
    height: 23px;
    fill: #196DB3;
}

.section-18-bottom-section-main-mobile-form-div-heading-div h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 5px;
}

.section-18-bottom-section-main-mobile-form-div-forms {
    margin-top: 20px;
}

.section-18-bottom-section-main-mobile-form-div-forms form input,
.section-18-bottom-section-main-mobile-form-div-forms form select {
    width: 100%;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    padding: 6px 8px;
    margin-bottom: 15px;
    background-color: white;
}

.section-18-bottom-section-last {
    display: flex;
    justify-content: flex-end;
}

.section-18-bottom-section-last-input {
    display: flex;
    margin-right: 50px;
}

.section-18-bottom-section-last-input label {
    margin-bottom: 0;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 8px;
    cursor: pointer;
}

.section-18-bottom-section-last-input label {
    font-size: 12px;
}

.section-18-bottom-section-last-input input {
    transform: scale(1.6);
    margin-right: 8px;
    cursor: pointer;
}

.section-18-bottom-section-last-captcha {
    width: 30px;
}

.section-18-bottom-section-last-captcha img {
    width: 100%;
}

.section-18-bottom-section-mobile-button-div {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    padding: 20px;
}

.section-18-bottom-section-mobile-button-div button {
    font-size: 13px;
    font-weight: 900;
    color: white;
    background: transparent;
    outline: none;
    border: 2px solid white;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.section-18-bottom-section-mobile-button-div button:hover {
    color: #196DB3;
    background-color: white;
}

.section-18-bottom-section-left-text-div {
    position: absolute;
    top: 255px;
    left: 310px;
    width: 380px;
}

.section-18-bottom-section-left-text-heading1 {
    margin-bottom: 0;
    line-height: 0.9;
}

.section-18-bottom-section-left-text-heading2 {
    color: #196DB3;
    margin-left: 5px;
}

.section-18-bottom-section-left-text-para {
    font-size: 13px;
    color: #7E8688;
}

.section19 {
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section19-sub-div {
    width: 750px;
}

.section-19-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section19-sub-div-main-heading {
    font-weight: 600;
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Trajan Pro';
    font-style: normal;
    src: local('Trajan Pro'), url('https://fonts.cdnfonts.com/s/14928/TrajanPro-Regular.woff') format('woff');
}

.section19-sub-div-main-heading-2 {
    font-size: 20px;
    color: white;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 25px;
}

.section19-sub-div-main-para-2 {
    font-size: 16px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.section19-sub-div-main-para-2 a {
    color: white;
    text-decoration: none;
}

.section19-sub-div-main-para-2 a:hover {
    color: #689F37;
}

.section19-sub-div-main-para {
    color: white;
    font-size: 13px;
    text-align: center;
}

.section-19-mid-div-content {
    width: 80%;
    line-height: 1.1;
    text-align: center;
    font-weight: 600;
}

.section-19-mid-div-content span {
    font-size: 13px;
    color: white;
}

.section-19-mid-div-content span a {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.section-19-mid-div-content span a:hover {
    color: #689F37;
}

.section-19-footer-logo {
    width: 350px;
    margin-top: 20px;
    height: 104px;
}

.section-19-footer-logo img {
    width: 100%;
}

.section-19-footer-content {
    display: flex;
}

.section-19-footer-content {
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.section-19-footer-main-content {
    display: flex;
}

.location-icon {
    height: 15px;
    fill: white;
}

.section-19-footer-main-content-right {
    margin-left: 10px;
}

.section-19-footer-main-content-right-heading {
    font-size: 17px;
    color: white;
    margin-bottom: 0;
}

.section-19-footer-main-content-right-add-1 {
    margin-bottom: 0;
    color: white;
    font-size: 13px;
}

.social-icons-div {
    width: 85%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-icons-div ul {
    list-style: none;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    margin-bottom: 5px;
    justify-content: center;
}

.social-icon-li {
    height: 50px;
    width: 50px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 9px grey;
    margin-right: 20px;
    cursor: pointer;
}

.facebook-li {
    background-color: #0A2D50;
    padding-right: 0;
    padding-bottom: 0;
}

.twitter-li {
    background-color: #28A9E0;
}

.linked-li {
    background-color: #0B77B7;
}

.youtube-li {
    background-color: #D63835;
}

.insta-li {
    padding: 0;
}

.insta-li img {
    width: 100%;
}

.pin-li {
    background-color: #A22826;
    margin-right: 0;
}

.social-icon-li svg {
    height: 100%;
    width: 100%;
    fill: white;
}

.section-19-footer-bottomest-div p {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
    margin-bottom: 5px;
}

.footer {
    background-color: #013B73;
    padding: 10px;
}

.footer-li {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 5px;
}

.footer-li li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.footer-li li span {
    color: white;
    font-size: 12px;
    margin: 10px;
    font-weight: bold;
}

.bottom-footer p {
    margin-bottom: 0;
    text-align: center;
    color: white;
    font-size: 10px;
}

.bottom-footer footer p {
    font-weight: bold;
}

@media screen and (max-width:1067px) and (min-width:768px) {
    .section-18 {
        height: 2160px;
    }

    .section-18-top-main-content {
        flex-direction: column;
    }

    .section-18-top-main-content-left {
        margin-bottom: 25px;
    }

    .section-18-bottom-section {
        height: 1060px;
    }

    .section-18-mid-section {
        top: 1078px;
    }

    .section-18-bottom-section-left-image-div {
        height: 364px;
    }

    .section-18-bottom-section-mobile {
        width: 300px;
        bottom: 7px;
        left: 456px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 267px;
    }

    .section-18-bottom-section-left-text-div {
        left: 47px;
        top: 350px;
    }
}

@media screen and (min-width:900px) and (max-width:1180px) {
    .sub-main-right {
        left: 55px;
        width: 450px;
    }

    .sub-main-heading {
        font-size: 27px;
    }

    .sub-main-top-para {
        font-size: 14px;
    }

    .left-wall {
        height: 170px;
    }

    .right-wall p {
        font-size: 12px;
    }

    .section-5b-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
    }

    .section-5-b-heading-1 {
        font-size: 46px;
        margin-bottom: 0;
    }

    .section-5-b-heading-2 {
        font-size: 17px;
    }
}

@media screen and (max-width:900px) and (min-width:76px) {
    .sub-main-right {
        left: 35px;
        width: 450px;
    }
}

@media screen and (min-width:1180px) and (max-width:1437px) {
    .map {
        height: 690px;
    }

    .p-map {
        font-size: 30px;
    }

    .section-5 {
        height: 700px;
    }

    .section-6 {
        top: 575px;
    }

    .section-5-6-sub {
        top: 1772px;
    }

    .home-section {
        height: 600px;
    }

    .sub-home-content {
        width: 415px;
    }

    .real-para {
        font-size: 24px;
    }

    .success-para {
        font-size: 22px;
    }

    .sub-home button {
        font-size: 25px;
        padding: 2px 35px;
    }

    .sub-main-right {
        left: 10%;
        width: 475px;
    }

    .sub-main-heading {
        font-size: 29px;
    }

    .sub-main-top-para {
        font-size: 16px;
    }

    .left-wall {
        height: 196px;
    }

    .right-wall {
        padding-right: 70px;
    }

    .right-wall p {
        font-size: 14px;
    }
}

@media(max-width:1500px) and (min-width:1250px) {
    .stick-image-div {
        right: -50px;
    }
}

@media(max-width:1250px) and (min-width:1100px) {
    .stick-image-div {
        right: -3%;
    }
}

@media(max-width:1100px) and (min-width:957px) {
    .stick-image-div {
        right: -8%;
    }
}

@media(max-width:1120px) and (min-width:957px) {
    .section-14-main-top {
        height: 100%;
        width: 700px;
    }

    .section-14-button-content {
        position: absolute;
        width: 167px;
        top: 169px;
        left: -25px;
    }

    .section-14-card-div {
        width: 460px;
        position: absolute;
        bottom: 45px;
        left: 154px;
    }

    .section-14-astronaut-div {
        width: 460px;
        position: absolute;
        bottom: 35px;
        left: -127px;
    }
}

@media(max-width:1067px) and (min-width:957px) {
    .section-4-circular-div {
        height: 275px;
        width: 275px;
        border-radius: 50%;
        left: -125px;
        top: 110px;
    }
}

@media(max-width:957px) and (min-width:769px) {
    .stick-image-div {
        right: -20%;
    }

    .section-13-main-sub-box {
        width: 650px;
    }

    .section-13-sub-box-content {
        width: 387px;
        top: 93px;
        left: -27px;
    }

    .section-13-astronaut-image-div {
        width: 425px;
        position: absolute;
        top: 64px;
        right: -63px;
    }

    .section-13-bottom-card-div {
        width: 375px;
        position: absolute;
        top: 306px;
        left: -32px;
    }

    .section-13-top-card-div {
        width: 375px;
        position: absolute;
        top: 445px;
        left: 117px;
    }

    .section-13-text-content {
        position: absolute;
        top: 568px;
        width: 138px;
        left: -23px;
    }

    .section-13-button-content {
        position: absolute;
        top: 545px;
        right: 37px;
    }

    .section-14-main-top {
        height: 100%;
        width: 600px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-14-button-content {
        position: absolute;
        width: 167px;
        top: 180px;
        left: -25px;
    }

    .section-14-logo-text-div {
        position: absolute;
        display: flex;
        top: 35px;
        left: -41px;
        align-items: end;
    }

    .section-14-card-div {
        width: 450px;
        position: absolute;
        bottom: 45px;
        left: 182px;
    }

    .section-14-astronaut-div {
        width: 425px;
        position: absolute;
        bottom: 35px;
        left: -81px;
    }

    .section-4 {
        height: 1400px;
    }

    .section-4-top {
        height: 580px;
    }

    .section-4-bottom {
        height: 820px;
    }

    .section-4-position-main-content {
        position: relative;
        width: 560px;
        height: 100%;
    }

    .section-4-bottom-main-content {
        padding-left: 0;
    }

    .section-4-bottom-card {
        margin-top: 150px;
        padding-top: 150px;
    }

    .section-4-circular-div {
        height: 275px;
        width: 275px;
        left: 116px;
        top: -135px;
    }

    .section-bottom-content-bottom-div-bot-margin {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .section-bottom-content-bottom-div-bot-margin p {
        line-height: 0.9;
    }
}

@media screen and (min-width:1437px) and (max-width:2000px) {
    .map {
        height: 1020px;
    }

    .sub-map {
        width: 1000px;
    }

    .map-text-position {
        position: absolute;
        top: 543px;
        right: -16px;
    }

    .map-text-main-content {
        width: 190px;
        height: 100px;
        padding: 0px 44px;
        border-radius: 15px;
    }

    .map-color-text {
        color: white;
        font-size: 16px;
    }

    .map-color-box {
        height: 15px;
        width: 15px;
    }

    .p-map {
        font-size: 40px;
        padding: 50px;
        padding-bottom: 10px;
    }

    .state-list-a {
        font-size: 13px;
    }

    .laugh-section {
        height: 500px;
    }

    .top-laugh {
        font-size: 28px;
    }

    .bottom-laugh {
        font-size: 43px;
    }

    .section-5 {
        height: 900px;
    }

    .section-5b-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        margin-right: 60px;
    }

    .section-5-b-heading-1 {
        font-size: 70px;
    }

    .section-5-b-heading-2 {
        font-size: 25px;
        margin-top: -10px;
    }

    .home-section {
        height: 750px;
    }

    .sub-home-content {
        width: 450px;
    }

    .real-para {
        font-size: 30px;
    }

    .success-para {
        font-size: 28px;
    }

    .network-section {
        height: 650px;
    }

    .sub-main-right {
        left: 12%;
        width: 650px;
    }

    .sub-main-heading {
        font-size: 40px;
    }

    .sub-main-top-para {
        font-size: 20px;
    }

    .left-wall {
        height: 220px;
    }

    .right-wall {
        padding-right: 70px;
    }

    .right-wall p {
        font-size: 18px;
    }

    .section-6-top-content-box h4 {
        font-size: 20px;
    }

    .section-6-top-content-box p {
        font-size: 13px;
    }

    .section-7-c {
        height: 550px;
    }

    .section-5-6-common {
        height: 3750px;
    }

    .section-5-6-sub {
        top: 1950px;
    }

    .section-6 {
        height: 1600px;
        top: 700px;
    }

    .section-6-top {
        width: 600px;
        top: 275px;
    }

    .section-6-center {
        width: 900px;
        top: 59%;
    }

    .top-heading-6 {
        font-size: 45px;
    }

    .section-6-center-content-box h6 {
        font-size: 14px;
    }

    .section-6-center-content-box p {
        font-size: 12px;
    }

    .section-8-9-common {
        height: 6235px;
    }

    .section-8 {
        height: 800px;
    }

    .section-8-main {
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -19%;
    }

    .section-8-heading-div {
        font-size: 83px;
        padding: 8px 90px;
        border-radius: 20px;
    }

    .section-8-main-content-div {
        display: flex;
        margin-left: -150px;
        justify-content: center;
        align-items: center;
    }

    .section-8-image-div {
        width: 450px;
    }

    .section-8-text-div {
        font-size: 15px;
        color: grey;
    }

    .section-9 {
        height: 1100px;
    }

    .section-9-desktop {
        width: 903px;
        position: absolute;
        right: -119px;
        top: 697px;
    }

    .section-9-left-div {
        position: absolute;
        left: -435px;
        top: -539px;
        width: 400px;
    }

    .section-9-left-logo-div {
        width: 400px;
    }

    .section-9-left-para-1 {
        color: #BCBDBF;
        margin-bottom: -8px;
        font-size: 18px;
        font: 900;
        font-weight: bolder;
    }

    .section-9-left-para-2 {
        color: white;
        margin-bottom: 0;
        font-weight: 900;
        font-size: 25px;
    }

    .section-9-left-main-para {
        color: white;
        font-size: 13px;
        margin-left: 30px;
    }

    .section-9-right-main {
        position: absolute;
        left: 0;
        top: -110px;
        width: 400px;
    }

    .section-10 {
        height: 1100px;
        width: 100%;
        position: absolute;
        top: 1710px;
    }

    .section-10-logo {
        height: 230px;
        display: flex;
        justify-content: center;
    }

    .section-10-heading {
        font-size: 23px;
        margin-top: -65px;
        text-align: center;
    }

    .section-10-text {
        font-size: 14px;
        text-align: center;
        color: #59676A;
    }

    .section-10-bottom-para {
        font-size: 13px;
        margin-bottom: 3px;
        color: #59676A;
    }

    .section-11-top-logo-div {
        position: absolute;
        top: 28%;
        left: 52%;
        width: 275px;
    }

    .section-11-top-logo-heading {
        font-size: 21px;
        font-weight: 900;
        margin-bottom: 0;
        color: #47A8F9;
    }

    .section-11-top-logo-mid-para {
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 0;
    }

    .section-11-top-logo-bottom-para {
        font-size: 12px;
        padding: 0 10px;
        text-align: center;
        color: grey;
    }

    .section-11-mid-div {
        position: absolute;
        left: 47%;
        top: 41%;
        width: 460px;
    }

    .section-11-mid-main-heading {
        color: white;
        font-size: 30px;
        font-weight: 900;
    }

    .section-11-mid-sub-heading {
        font-size: 16px;
        color: white;
    }

    .section-11-mid-div-list-section {
        margin-left: 19px;
        margin-top: 15px;
    }

    .section-11-mid-div-list-section-ul-li {
        color: white;
        font-size: 16px;
        margin-bottom: 7px;
    }

    .section-11-bottom-div {
        width: 220px;
        position: absolute;
        top: 76%;
        left: 23%;
    }

    .section-11-bottom-div-heading {
        color: white;
        font-weight: 900;
        font-size: 20px;
        width: 80%;
    }

    .section-11-bottom-div-content-para {
        color: white;
        font-size: 15px;
        line-height: 1.3;
        margin-left: 20px;
    }

    .section-11-bottom-div-content-button {
        width: 100%;
        margin-top: 22px;
        font-size: 16px;
        font-weight: 900;
        border-radius: 10px;
        padding: 8px;
    }

    .section-12 {
        height: 700px;
        top: 4072px;
    }

    .section-13 {
        height: 900px;
        top: 4484px;
    }

    .section-14 {
        height: 700px;
        top: 5383px;
    }

    .section-16-main-div {
        width: 720px;
    }

    .section-16-main-div-heading-1 {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .section-16-main-div-heading-1>span {
        color: #2C8BBB;
    }

    .section-16-main-div-heading-2 {
        font-size: 30px;
        margin-left: 22px;
        margin-top: -5px;
    }

    .section-16-main-div-para {
        font-size: 13px;
        color: #5C6769;
        margin-bottom: 0;
    }

    .section-15 {
        height: 750px;
    }

    .section-15-bottom-background-div {
        height: 70px;
    }

    .section-15-top-background-div {
        height: 475px;
    }

    .section-15-curve-image-div {
        height: 650px;
        right: 10%;
    }

    .section-15-curve-image-bottom-div {
        height: 280px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 75%;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 15px 50px;
    }

    .section-15-left-logo {
        height: 50px;
    }

    .section-15-left-heading {
        font-size: 17px;
        margin: 11px 0;
    }

    .section-15-left-para {
        margin-bottom: 0;
        font-size: 13px;
    }

    .section-15-img {
        width: 180px;
    }

    .section-15-para {
        font-size: 14px;
    }

    .section-15-bottomest-para {
        font-size: 13px;
        padding: 0 95px;
    }

    .section-15-curve-image-bottom-div-right-div {
        padding: 25px;
    }

    .section-15-curve-image-bottom-div-right-div div button,
    .section-15-bottom-button button {
        font-size: 16px;
        padding: 8px 28px;
    }

    .section-18 {
        height: 2650px;
    }

    .section-18-top {
        height: 1500px;
    }

    .section-18-top-main-content-left-heading-1 {
        font-size: 60px;
    }

    .section-18-top-main-content-left-heading-2 {
        margin-bottom: 0;
        font-size: 60px;
    }

    .section-18-right-div-main {
        width: 600px;
        background-color: white;
        padding: 40px 20px 20px 160px;
        margin-bottom: 50px;
        height: 225px;
    }

    .section-18-right-div-main-para {
        font-size: 13px;
    }

    .section-18-right-div-main-name {
        font-size: 16px;
    }

    .section-18-right-div-main-add {
        font-size: 16px;
    }

    .section-18-right-div-main-content-image-div {
        width: 220px;
        height: 220px;
    }

    .section-18-mid-section {
        height: 600px;
        top: 910px;
    }

    .section-18-top-mid-content-heading-div {
        width: 300px;
    }

    .section-18-top-mid-content-main-heading1 {
        font-size: 46px;
    }

    .section-18-top-mid-content-main-heading2 {
        font-size: 60px;
    }

    .section-18-top-mid-content-button-div button {
        font-size: 20px;
        padding: 15px 20px;
    }

    .section-18-bottom-section {
        width: 100%;
        height: 1201px;
    }

    .section-18-bottom-section-left-image-div {
        height: 725px;
    }

    .section-18-bottom-section-left-text-div {
        position: absolute;
        top: 291px;
        left: 465px;
        width: 400px;
    }

    .section-18-bottom-section-left-text-heading1 {
        font-size: 43px;
    }

    .section-18-bottom-section-left-text-heading2 {
        font-size: 43px;
    }

    .section-18-bottom-section-left-text-para {
        font-size: 14px;
    }

    .section-18-bottom-section-mobile {
        position: absolute;
        width: 420px;
        height: 850px;
        left: 933px;
        bottom: 40px;
        border-radius: 15px;
        box-shadow: 0 3px 9px grey;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 375px;
        background-color: white;
        position: absolute;
        height: 875px;
        left: 22px;
        top: -112px;
        border-radius: 5px;
        box-shadow: 0 3px 9px grey;
        padding: 25px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div svg {
        height: 33px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div h4 {
        font-size: 22px;
    }

    .section-18-bottom-section-main-mobile-form-div-forms form input {
        width: 100%;
        border: 1px solid #d1d1d1;
        font-size: 13px;
        padding: 9px 11px;
        margin-bottom: 15px;
    }

    .section-18-bottom-section-last-input {
        display: flex;
        margin-right: 60px;
    }

    .section-18-bottom-section-last-input input {
        transform: scale(1.8);
        margin-right: 10px;
    }

    .section-18-bottom-section-last-input label {
        font-size: 15px;
    }

    .section-18-bottom-section-last-captcha {
        width: 40px;
    }

    .section-18-bottom-section-mobile-button-div button {
        font-size: 16px;
        border-radius: 25px;
        padding: 10px 30px;
    }

    .section19-sub-div {
        width: 1000px;
    }

    .section19 {
        height: 760px;
    }

    .section19-sub-div-main-heading {
        font-size: 19px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para {
        font-size: 13px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para-2 {
        font-size: 12px;
    }

    .section-19-mid-div-content span {
        font-size: 12px;
    }

    .section-19-footer-logo {
        width: 425px;
    }

    .footer-main-content-right-heading {
        font-size: 17px;
    }

    .section-19-footer-main-content-right-add-1 {
        font-size: 13px;
    }

    .location-icon {
        height: 25px;
    }

    .section-19-footer-bottomest-div p {
        font-size: 19px;
    }

    .social-icon-li {
        height: 70px;
        width: 70px;
        padding: 10px;
        border-radius: 15px;
        box-shadow: 0 3px 9px grey;
        margin-right: 20px;
    }

    .facebook-li {
        background-color: #0A2D50;
        padding-right: 0;
        padding-bottom: 0;
    }

    .twitter-li {
        background-color: #28A9E0;
    }

    .linked-li {
        background-color: #0B77B7;
    }

    .youtube-li {
        background-color: #D63835;
    }

    .insta-li {
        padding: 0;
    }

    .insta-li img {
        width: 100%;
    }

    .pin-li {
        background-color: #A22826;
        margin-right: 0;
    }

    .social-icon-li svg {
        height: 100%;
        width: 100%;
        fill: white;
    }

    .section-13 {
        height: 1000px;
        top: 4626px;
    }

    .section-13-main-sub-box {
        width: 950px;
    }

    .section-13-sub-box-content {
        width: 475px;
        top: 150px;
        left: -95px;
    }

    .section-13-logo-div {
        width: 450px;
    }

    .section-13-heading {
        font-size: 22px;
    }

    .section-13-para-1 {
        font-size: 14px;
    }

    .section-13-para-2 {
        font-size: 13px;
    }

    .section-13-astronaut-image-div {
        width: 650px;
        position: absolute;
        top: 90px;
        right: -155px;
    }

    .section-13-bottom-card-div {
        width: 625px;
        position: absolute;
        top: 400px;
        left: -111px;
    }

    .section-13-top-card-div {
        width: 625px;
        position: absolute;
        top: 585px;
        left: 86px;
    }

    .section-13-text-content {
        position: absolute;
        top: 815px;
        width: 138px;
        left: -88px;
    }

    .section-13-text-content p {
        font-size: 15px;
    }

    .section-13-button-content {
        position: absolute;
        top: 737px;
        right: 45px;
    }

    .section-13-button-content button {
        font-size: 16px;
    }

    .section-13-text-content {
        position: absolute;
        top: 815px;
        width: 138px;
        left: -88px;
    }

    .section-13-text-content p {
        color: white;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .section-13-button-content {
        position: absolute;
        top: 737px;
        right: 45px;
    }

    .section-13-button-content button {
        font-size: 16px;
    }

    .section-14 {
        height: 800px;
        top: 5474px;
    }

    .section-14-main-top {
        width: 700px;
    }

    .section-14-button-content {
        position: absolute;
        width: 230px;
        top: 248px;
        left: -100px;
    }

    .section-14-button-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .section-14-button-content-box button {
        font-size: 16px;
        padding: 8px 32px;
    }

    .section-14-logo-text-div {
        position: absolute;
        display: flex;
        top: 116px;
        left: -102px;
        align-items: end;
    }

    .section-14-logo-div {
        width: 380px;
        margin-right: 30px;
    }

    .section-14-content {
        width: 275px;
        margin-bottom: 10px;
    }

    .section-14-content p {
        font-size: 23px;
    }

    .section-14-card-div {
        width: 650px;
        position: absolute;
        bottom: 150px;
        left: 130px;
    }

    .section-14-astronaut-div {
        width: 625px;
        position: absolute;
        bottom: 136px;
        left: -295px;
    }

    .section-4 {
        height: 1300px;
    }

    .section-4-top {
        height: 680px;
    }

    .section-4-bottom {
        height: 620px;
    }

    .section-4-bottom-bottom-ul li {
        font-size: 13px;
    }

    .section-4-bottom-top-ul li,
    .section-4-top-main-content-box-ul li {
        font-size: 14px;
    }

    .section-4-position-main-content {
        position: relative;
        width: 850px;
    }

    .section-4-top-card {
        padding: 45px 50px;
        width: 415px;
    }

    .section-4-top-card-heading-1,
    .section-4-top-card-heading-2 {
        font-size: 50px;
    }

    .section-4-top-main-text {
        font-size: 18px;
    }

    .section-4-top-para {
        font-size: 13px;
    }

    .section-4-top-button-div button {
        font-size: 28px;
    }

    .section-4-top-logo {
        position: absolute;
        width: 135px;
        height: 135px;
        top: 118px;
        left: -88px;
    }

    .section-4-bottom-card-heading-1,
    .section-4-bottom-card-heading-2 {
        font-size: 40px;
    }

    .section-4-bottom-top-para {
        font-size: 13px;
    }

    .section-4-bottom-bottom-para {
        font-size: 12px;
    }

    .section-4-circular-div {
        position: absolute;
        height: 350px;
        width: 350px;
        border-radius: 50%;
        padding: 10px;
        background: white;
        left: -125px;
        top: 150px;
    }

    .section-4-bottom-card {
        padding: 30px;
        margin-top: 57px;
    }

    .section-10 {
        height: 1400px;
        width: 100%;
        position: absolute;
        top: 1860px;
    }

    .section-10-main-data {
        width: 850px;
    }

    .section-10-logo {
        height: 109px;
    }

    .section-10-heading {
        font-size: 23px;
        margin-top: -40px;
    }

    .section-10-img-left-content {
        top: 66px;
        width: 350px;
        padding: 20px 25px;
        left: -132px;
    }

    .section-10-img-left-main-content-para {
        font-size: 11px;
    }

    .section-10-img-left-main-content-yellow-div {
        width: 60px;
        top: -47px;
        left: -49px;
    }

    .section-10-img-right-content {
        top: 595px;
        width: 350px;
        left: 656px;
    }

    .section-10-img-right-main-content-para {
        font-size: 11px;
    }

    .section-10-img-right-main-content-yellow-div {
        width: 60px;
        top: -50px;
        left: -50px;
    }

    .section-10-bottom-content {
        padding: 0 23px;
    }

    .section-11 {
        height: 1100px;
        width: 100%;
        position: absolute;
        top: 3096px;
    }

    .section-11-sub {
        width: 900px;
        height: 100%;
        margin-top: 198px;
    }

    .section-11-top-left {
        width: 380px;
        margin-top: 25px;
    }

    .section-11-top-right {
        width: 426px;
    }

    .section-11-top-right-last {
        padding: 0px 35px;
        margin-top: 11px;
        padding-left: 102px;
    }

    .section-11-top-logo-bottom-para {
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        color: grey;
        padding-right: 47px;
    }

    .section-11-top-right-last-end {
        margin-top: 58px;
    }

    .section-11-bottom {
        justify-content: space-around;
        margin-top: 65px;
    }

    .section-11-bottom-left {
        width: 250px;
    }

    .section-11-bottom-right {
        width: 421px;
        margin-top: 0;
    }

    .section-11-top-right-logo {
        width: 350px;
    }

    .section-18-right-div-main-content-quote-position {
        position: absolute;
        top: -25px;
        left: 148px;
    }

    .section-18-quote-image-div {
        width: 75px;
    }

    .section-18-quote-image-div img {
        width: 100%;
    }

    .section-12-main {
        display: flex;
        margin-bottom: 52px;
        align-items: center;
    }

    .section-12-main-left {
        width: 270px;
        margin-bottom: 23px;
    }

    .section-12-logo-div {
        width: 350px;
        margin-left: -35px;
    }

    .section-12-heading {
        font-size: 22px;
        font-weight: 900;
        margin-top: -30px;
    }

    .section-12-para {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 30px;
        color: grey;
    }

    .section-11-bottom-div-content-button {
        width: 100%;
        margin-top: 5px;
        font-size: 19px;
        font-weight: 900;
        border-radius: 10px;
        padding: 8px;
    }

    .section-12-main-right {
        width: 800px;
    }
}

@media (max-width:2000px) and (min-width:1784px) {
    .section-11-sub {
        width: 900px;
        height: 100%;
        margin-top: 175px;
    }
}

@media (max-width:2000px) and (min-width:1700px) {
    .section-10-bottom-para {
        margin-bottom: 1px;
        line-height: 1.4;
    }
}

@media (min-width:1605px) and (max-width:1705px) {
    .section-6 {
        height: 1750px;
    }
}

@media (min-width:1705px) and (max-width:1805px) {
    .section-6 {
        height: 1850px;
    }
}

@media (min-width:1805px) and (max-width:1905px) {
    .section-6 {
        height: 1950px;
    }
}

@media (min-width:1905px) and (max-width:2000px) {
    .section-6 {
        height: 2050px;
    }

    .section-5b-sub {
        padding-top: 4px;
    }
}

@media screen and (min-width:2000px) and (max-width:2600px) {
    .section-5b-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        margin-right: 120px;
    }

    .section-5-b-heading-1 {
        font-size: 85px;
    }

    .section-5-b-heading-2 {
        font-size: 31px;
        margin-top: -18px;
    }

    .map {
        height: 1500px;
    }

    .p-map {
        font-size: 60px;
        padding: 70px;
        padding-bottom: 0;
    }

    .sub-map {
        width: 1550px;
    }

    .map-text-position {
        position: absolute;
        top: 840px;
        right: 79px;
    }

    .map-text-main-content {
        width: 220px;
        height: 120px;
        padding: 0px 47px;
        border-radius: 20px;
    }

    .map-color-text {
        color: white;
        font-size: 19px;
    }

    .map-color-box {
        height: 20px;
        width: 20px;
    }

    .state-list-a {
        font-size: 15px;
    }

    .state-list-div {
        margin-top: 30px;
    }

    .laugh-section {
        height: 600px;
    }

    .top-laugh {
        font-size: 45px;
    }

    .bottom-laugh {
        font-size: 50px;
    }

    .right-laugh-content button {
        font-size: 45px;
        padding: 0 40px;
    }

    .section-5 {
        height: 1100px;
    }

    .home-section {
        height: 950px;
    }

    .sub-home-content {
        width: 500px;
    }

    .real-para {
        font-size: 35px;
    }

    .success-para {
        font-size: 33px;
    }

    .network-section {
        height: 900px;
    }

    .sub-main-right {
        left: 14%;
        width: 750px;
    }

    .sub-main-heading {
        font-size: 55px;
    }

    .sub-main-top-para {
        font-size: 23px;
    }

    .left-wall {
        height: 265px;
    }

    .right-wall {
        padding-right: 70px;
    }

    .right-wall p {
        font-size: 21px;
    }

    .section-6-top-content-box h4 {
        font-size: 23px;
    }

    .section-6-top-content-box p {
        font-size: 16px;
    }

    .section-7-c {
        height: 700px;
    }

    .section-5-6-common {
        height: 4400px;
    }

    .section-5-6-sub {
        top: 2475px;
    }

    .section-6 {
        height: 2150px;
        top: 23%;
        top: 925px;
    }

    .section-6-top {
        width: 600px;
        top: 300px;
    }

    .section-6-center {
        width: 900px;
        top: 300px;
    }

    .top-heading-6 {
        font-size: 50px;
    }

    .section-6-center-content-box h6 {
        font-size: 14px;
    }

    .section-6-center-content-box p {
        font-size: 13px;
    }

    .section-8-9-common {
        height: 8250px;
    }

    .section-8 {
        height: 1000px;
    }

    .section-8-main {
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -19%;
    }

    .section-8-heading-div {
        font-size: 103px;
        padding: 10px 110px;
        border-radius: 20px;
    }

    .section-8-main-content-div {
        display: flex;
        margin-left: -150px;
        justify-content: center;
        align-items: center;
    }

    .section-8-image-div {
        width: 550px
    }

    .section-8-text-div {
        font-size: 17px;
        color: grey;
    }

    .section-9 {
        height: 1300px;
    }

    .section-9-desktop {
        width: 1152px;
        position: absolute;
        right: -146px;
        top: 840px;
    }

    .section-9-left-div {
        position: absolute;
        left: -435px;
        top: -539px;
        width: 500px;
    }

    .section-9-left-logo-div {
        width: 500px;
    }

    .section-9-left-para-1 {
        color: #BCBDBF;
        margin-bottom: -8px;
        font-size: 20px;
        font: 900;
        font-weight: bolder;
    }

    .section-9-left-para-2 {
        color: white;
        margin-bottom: 0;
        font-weight: 900;
        font-size: 28px;
    }

    .section-9-left-main-para {
        color: white;
        font-size: 14px;
        margin-left: 30px;
    }

    .section-9-right-main {
        position: absolute;
        left: 80px;
        top: -110px;
        width: 500px;
    }

    .section-10 {
        height: 1300px;
        width: 100%;
        position: absolute;
        top: 2056px;
    }

    .section-10-content {
        width: 598px;
        position: relative;
    }

    .section-10-logo {
        height: 275px;
        display: flex;
        justify-content: center;
    }

    .section-10-heading {
        font-size: 26px;
        margin-top: -95px;
        text-align: center;
    }

    .section-10-text {
        font-size: 17px;
        text-align: center;
        color: #59676A;
    }

    .section-10-bottom-para {
        font-size: 15px;
        margin-bottom: 3px;
        color: #59676A;
    }

    .section-11 {
        height: 1400px;
        width: 100%;
        position: absolute;
        top: 3360px;
    }

    .section-11-top-logo-div {
        position: absolute;
        top: 26%;
        left: 52%;
        width: 275px;
    }

    .section-11-top-logo-heading {
        font-size: 23px;
        font-weight: 900;
        margin-bottom: 0;
        color: #47A8F9;
    }

    .section-11-top-logo-mid-para {
        font-size: 24px;
        margin-top: -5px;
        margin-bottom: 0;
    }

    .section-11-top-logo-bottom-para {
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
        color: grey;
    }

    .section-11-mid-div {
        position: absolute;
        left: 47%;
        top: 41%;
        width: 560px
    }

    .section-11-mid-main-heading {
        color: white;
        font-size: 34px;
        font-weight: 900;
    }

    .section-11-mid-sub-heading {
        font-size: 19px;
        color: white;
    }

    .section-11-mid-div-list-section {
        margin-left: 19px;
        margin-top: 15px;
    }

    .section-11-mid-div-list-section-ul-li {
        color: white;
        font-size: 19px;
        margin-bottom: 7px;
    }

    .section-11-bottom-div {
        width: 280px;
        position: absolute;
        top: 76%;
        left: 23%;
    }

    .section-11-bottom-div-heading {
        color: white;
        font-weight: 900;
        font-size: 24px;
        width: 80%;
    }

    .section-11-bottom-div-content-para {
        color: white;
        font-size: 16px;
        line-height: 1.3;
        margin-left: 20px
    }

    .section-11-bottom-div-content-button {
        width: 100%;
        margin-top: 22px;
        font-size: 20px;
        font-weight: 900;
        border-radius: 11px;
        padding: 9px;
    }

    .section-12 {
        height: 900px;
        top: 5463px;
    }

    .section-16-main-div {
        width: 920px;
    }

    .section-16-main-div-heading-1 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .section-16-main-div-heading-1>span {
        color: #2C8BBB;
    }

    .section-16-main-div-heading-2 {
        font-size: 32px;
        margin-left: 22px;
        margin-top: -5px;
    }

    .section-16-main-div-para {
        font-size: 15px;
        color: #5C6769;
        margin-bottom: 0;
    }

    .section-15 {
        height: 900px;
    }

    .section-15-bottom-background-div {
        height: 70px;
    }

    .section-15-top-background-div {
        height: 550px;
    }

    .section-15-curve-image-div {
        height: 760px;
        right: 10%;
    }

    .section-15-curve-image-bottom-div {
        height: 330px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 77%;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 20px 50px;
    }

    .section-15-left-logo {
        height: 65px;
    }

    .section-15-left-heading {
        font-size: 20px;
        margin: 12px 0;
    }

    .section-15-left-para {
        margin-bottom: 0;
        font-size: 16px;
    }

    .section-15-img {
        width: 225px;
    }

    .section-15-para {
        font-size: 17px;
    }

    .section-15-bottomest-para {
        font-size: 16px;
        padding: 0 105px;
    }

    .section-15-curve-image-bottom-div-right-div {
        padding: 30px;
    }

    .section-15-curve-image-bottom-div-right-div div button,
    .section-15-bottom-button button {
        font-size: 18px;
        padding: 10px 30px;
        border-radius: 25px;
    }

    .section19-sub-div {
        width: 1600px;
    }

    .section19 {
        height: 860px;
    }

    .section19-sub-div-main-heading {
        font-size: 21px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 18px;
    }

    .section19-sub-div-main-para {
        font-size: 14px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 18px;
    }

    .section19-sub-div-main-para-2 {
        font-size: 14px;
    }

    .section-19-mid-div-content span {
        font-size: 14px;
    }

    .section-19-footer-logo {
        width: 750px;
    }

    .footer-main-content-right-heading {
        font-size: 19px;
    }

    .section-19-footer-main-content-right-add-1 {
        font-size: 15px;
    }

    .location-icon {
        height: 35px;
    }

    .section-19-footer-bottomest-div p {
        font-size: 21px;
    }

    .social-icon-li {
        height: 90px;
        width: 90px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 3px 9px grey;
        margin-right: 25px;
    }

    .facebook-li {
        background-color: #0A2D50;
        padding-right: 0;
        padding-bottom: 0;
    }

    .twitter-li {
        background-color: #28A9E0;
    }

    .linked-li {
        background-color: #0B77B7;
    }

    .youtube-li {
        background-color: #D63835;
    }

    .insta-li {
        padding: 0;
    }

    .insta-li img {
        width: 100%;
    }

    .pin-li {
        background-color: #A22826;
        margin-right: 0;
    }

    .social-icon-li svg {
        height: 100%;
        width: 100%;
        fill: white;
    }

    .section-13 {
        height: 1348px;
        top: 6175px;
    }

    .section-13-main-sub-box {
        width: 1600px;
    }

    .section-13-sub-box-content {
        width: 571px;
        top: 194px;
        left: 174px;
    }

    .section-13-logo-div {
        width: 540px;
    }

    .section-13-heading {
        font-size: 25px;
        padding-right: 100px;
    }

    .section-13-para-1 {
        font-size: 15px;
    }

    .section-13-para-2 {
        font-size: 14px;
    }

    .section-13-astronaut-image-div {
        width: 817px;
        position: absolute;
        top: 120px;
        right: -90px;
    }

    .section-13-bottom-card-div {
        width: 800px;
        position: absolute;
        top: 491px;
        left: 170px;
    }

    .section-13-top-card-div {
        width: 800px;
        position: absolute;
        top: 699px;
        left: 413px;
    }

    .section-13-text-content {
        position: absolute;
        top: 1007px;
        width: 168px;
        left: 200px;
    }

    .section-13-text-content p {
        font-size: 18px;
    }

    .section-13-button-content {
        position: absolute;
        top: 968px;
        right: 200px;
    }

    .section-13-button-content button {
        font-size: 19px;
        border-radius: 25px;
        padding: 10px 34px;
    }

    .section-14 {
        height: 1100px;
        top: 7220px;
    }

    .section-14-main-top {
        width: 700px;
    }

    .section-14-button-content {
        position: absolute;
        width: 260px;
        top: 317px;
        left: -142px;
    }

    .section-14-button-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .section-14-button-content-box button {
        font-size: 19px;
        border-radius: 25px;
        padding: 10px 35px;
    }

    .section-14-logo-text-div {
        position: absolute;
        display: flex;
        top: 143px;
        left: -144px;
        align-items: end;
    }

    .section-14-logo-div {
        width: 520px;
        margin-right: 40px;
    }

    .section-14-content {
        width: 310px;
        margin-bottom: 15px;
    }

    .section-14-content p {
        font-size: 26px;
    }

    .section-14-card-div {
        width: 925px;
        position: absolute;
        bottom: 210px;
        left: 130px;
    }

    .section-14-astronaut-div {
        width: 900px;
        position: absolute;
        bottom: 237px;
        left: -492px;
    }

    .section-4 {
        height: 1675px;
    }

    .section-4-top {
        height: 1030px;
    }

    .section-4-bottom {
        height: 645px;
    }

    .section-4-bottom-bottom-ul li {
        font-size: 14px;
    }

    .section-4-bottom-top-ul li,
    .section-4-top-main-content-box-ul li {
        font-size: 15px;
    }

    .section-4-position-main-content {
        position: relative;
        width: 1300px;
    }

    .section-4-top-card {
        padding: 95px 65px 60px;
        width: 603px;
        margin-top: 175px;
    }

    .section-4-top-card-heading-1,
    .section-4-top-card-heading-2 {
        font-size: 60px;
    }

    .section-4-top-main-text {
        font-size: 22px;
    }

    .section-4-top-content-box {
        height: 27px;
    }

    .section-4-top-svg {
        height: 13px;
    }

    .section-4-top-para {
        font-size: 15px;
    }

    .section-4-top-button-div {
        margin-top: 20px;
    }

    .section-4-top-button-div button {
        font-size: 31px;
        padding: 3px 30px;
    }

    .section-4-top-logo {
        position: absolute;
        width: 155px;
        height: 155px;
        top: 275px;
        left: -104px;
    }

    .section-4-bottom-card-heading-1,
    .section-4-bottom-card-heading-2 {
        font-size: 46px;
    }

    .section-bottom-content-top-div {
        height: 15px;
    }

    .section-4-bottom-top-svg-div svg {
        height: 15px;
    }

    .section-4-bottom-top-para {
        font-size: 16px;
    }

    .section-4-bottom-bottom-svg-div svg {
        height: 12px;
    }

    .section-bottom-content-bottom-div {
        height: 15px;
    }

    .section-4-bottom-bottom-para {
        font-size: 14px;
    }

    .section-4-circular-div {
        position: absolute;
        height: 450px;
        width: 450px;
        border-radius: 50%;
        padding: 10px;
        background: white;
        left: -100px;
        top: 130px;
    }

    .section-4-bottom-card {
        padding: 60px;
        margin-top: 50px;
    }

    .section-18 {
        height: 3000px;
    }

    .section-18-top {
        height: 1600px;
    }

    .section-18-top-main-content-left-heading-1 {
        font-size: 75px;
    }

    .section-18-top-main-content-left-heading-2 {
        margin-bottom: 0;
        font-size: 75px;
    }

    .section-18-right-div-main {
        width: 700px;
        background-color: white;
        padding: 40px 20px 20px 200px;
        margin-bottom: 50px;
        height: 284px;
    }

    .section-18-right-div-main-para {
        font-size: 14px;
    }

    .section-18-right-div-main-name {
        font-size: 18px;
    }

    .section-18-right-div-main-add {
        font-size: 18px;
    }

    .section-18-right-div-main-content-image-div {
        width: 278px;
        height: 278px;
    }

    .section-18-right-div-main-content-image-position {
        position: absolute;
        top: -9px;
        left: -102px;
    }

    .section-18-mid-section {
        height: 650px;
        top: 1073px;
    }

    .section-18-top-mid-content-heading-div {
        width: 340px;
    }

    .section-18-top-mid-content-main-heading1 {
        font-size: 55px;
    }

    .section-18-top-mid-content-main-heading2 {
        font-size: 70px;
    }

    .section-18-top-mid-content-button-div {
        width: 100%;
        padding: 70px;
    }

    .section-18-top-mid-content-button-div button {
        font-size: 25px;
        padding: 17px 30px;
    }

    .section-18-bottom-section {
        width: 100%;
        height: 1403px;
    }

    .section-18-bottom-section-left-image-div {
        height: 896px;
    }

    .section-18-bottom-section-left-text-div {
        position: absolute;
        top: 291px;
        left: 579px;
        width: 491px;
    }

    .section-18-bottom-section-left-text-heading1 {
        font-size: 46px;
    }

    .section-18-bottom-section-left-text-heading2 {
        font-size: 46px;
    }

    .section-18-bottom-section-left-text-para {
        font-size: 17px;
    }

    .section-18-bottom-section-mobile {
        position: absolute;
        width: 490px;
        height: 1075px;
        left: 1152px;
        bottom: 40px;
        border-radius: 15px;
        box-shadow: 0 3px 9px grey;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 447px;
        background-color: white;
        position: absolute;
        height: 1045px;
        left: 22px;
        top: -88px;
        border-radius: 5px;
        box-shadow: 0 3px 9px grey;
        padding: 35px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div {
        display: flex;
        margin-top: 25px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div svg {
        height: 38px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div h4 {
        font-size: 25px;
    }

    .section-18-bottom-section-main-mobile-form-div-forms form input {
        width: 100%;
        border: 1px solid #d1d1d1;
        font-size: 16px;
        padding: 10px 13px;
        margin-bottom: 17px;
    }

    .section-18-bottom-section-last {
        margin-top: 17px;
    }

    .section-18-bottom-section-last-input {
        display: flex;
        margin-right: 60px;
    }

    .section-18-bottom-section-last-input input {
        transform: scale(1.9);
        margin-right: 12px;
    }

    .section-18-bottom-section-last-input label {
        font-size: 20px;
    }

    .section-18-bottom-section-last-captcha {
        width: 60px;
    }

    .section-18-bottom-section-mobile-button-div button {
        font-size: 20px;
        border-radius: 30px;
        padding: 13px 39px;
    }

    .section-18-right-div-main-content-quote-position {
        position: absolute;
        top: -33px;
        left: 184px;
    }

    .section-18-quote-image-div {
        width: 90px;
    }

    .section-18-quote-image-div img {
        width: 100%;
    }

    .section-10 {
        height: 2000px;
        width: 100%;
        position: absolute;
        top: 2186px;
    }

    .section-10-main-data {
        width: 1250px;
        padding-top: 50px;
    }

    .section-10-bottom-para {
        font-size: 17px;
    }

    .section-10-content {
        width: auto;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .section-10-main-content {
        width: 800px;
    }

    .section-10-logo {
        height: 150px;
    }

    .section-10-heading {
        font-size: 26px;
        margin-top: -40px;
    }

    .section-10-text {
        font-size: 19px;
    }

    .section-10-img-left-content {
        top: 91px;
        width: 450px;
        padding: 20px 25px;
        left: -196px;
    }

    .section-10-img-left-main-content-para {
        font-size: 15px;
    }

    .section-10-img-left-main-content-yellow-div {
        width: 75px;
        top: -60px;
        left: -60px;
    }

    .section-10-img-right-content {
        top: 860px;
        width: 450px;
        left: 984px;
    }

    .section-10-img-right-main-content-para {
        font-size: 15px;
    }

    .section-10-img-right-main-content-yellow-div {
        width: 70px;
        top: -60px;
        left: -60px;
    }

    .section-10-bottom-content {
        padding: 0 34px;
    }

    .section-11 {
        height: 1729px;
        width: 100%;
        position: absolute;
        top: 3900px;
    }

    .section-11-sub {
        width: 1250px;
        height: 100%;
        margin-top: 320px;
    }

    .section-11-top-left {
        width: 525px;
        margin-top: 65px;
    }

    .section-11-top-right {
        width: 580px;
    }

    .section-11-top-right-last {
        padding: 0px 37px;
        margin-top: 11px;
        padding-left: 150px;
    }

    .section-11-top-logo-heading {
        font-size: 27px;
    }

    .section-11-top-logo-mid-para {
        font-size: 27px;
    }

    .section-11-top-logo-bottom-para {
        font-size: 17px;
        padding: 0 10px;
        text-align: center;
        color: grey;
        padding-right: 92px;
    }

    .section-11-top-right-last-end {
        margin-top: 156px;
    }

    .section-11-mid-main-heading {
        color: white;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .section-11-mid-sub-heading {
        font-size: 21px;
    }

    .section-11-mid-div-list-section {
        margin-left: 20px;
        margin-top: 20px;
    }

    .section-11-mid-div-list-section-ul-li {
        color: white;
        font-size: 21px;
        margin-bottom: 15px;
    }

    .section-11-bottom {
        justify-content: space-around;
        margin-top: 165px;
    }

    .section-11-bottom-left {
        width: 250px;
    }

    .section-11-bottom-div-heading {
        color: white;
        font-weight: 900;
        font-size: 25px;
        width: 80%;
    }

    .section-11-bottom-div-content-para {
        color: white;
        font-size: 18px;
        line-height: 1.3;
        margin-left: 20px;
    }

    .section-11-bottom-div-content-button {
        width: 100%;
        margin-top: 22px;
        font-size: 22px;
        font-weight: 900;
        border-radius: 11px;
        padding: 13px;
    }

    .section-11-bottom-right {
        width: 693px;
        margin-top: 0;
    }

    .section-11-top-right-logo {
        width: 524px;
    }

    .section-12-main {
        display: flex;
        margin-bottom: 52px;
        align-items: center;
    }

    .section-12-main-left {
        width: 320px;
        margin-bottom: 23px;
    }

    .section-12-logo-div {
        width: 450px;
        margin-left: -35px;
    }

    .section-12-heading {
        font-size: 25px;
        font-weight: 900;
        margin-top: -30px;
        padding-left: 25px;
    }

    .section-12-para {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 30px;
        color: grey;
        padding-left: 25px;
    }

    .section-12-button-div {
        padding: 0 48px;
    }

    .section-11-bottom-div-content-button {
        width: 100%;
        margin-top: 5px;
        font-size: 22px;
        font-weight: 900;
        border-radius: 10px;
        padding: 10px;
    }

    .section-12-main-right {
        width: 1000px;
        padding-left: 20px;
    }
}

@media(max-width:2600px) and (min-width:2125px) {
    .section-10-bottom-main-content {
        margin-bottom: 0;
    }
}

@media(min-width:2300px) and (max-width:2400px) {
    .section-10-bottom-para {
        margin-bottom: 1px;
        line-height: 1.4;
    }
}

@media(min-width:2400px) and (max-width:2500px) {
    .section-10-bottom-para {
        margin-bottom: 1px;
        line-height: 1.2;
    }
}

@media(min-width:2500px) and (max-width:2600px) {
    .section-10-bottom-para {
        margin-bottom: 0px;
        line-height: 1.1;
    }
}

@media (min-width:2105px) and (max-width:2205px) {
    .section-6 {
        height: 2250px;
    }
}

@media (min-width:2205px) and (max-width:2305px) {
    .section-6 {
        height: 2350px;
    }
}

@media (min-width:2305px) and (max-width:2405px) {
    .section-6 {
        height: 2450px;
    }
}

@media (min-width:2405px) and (max-width:2505px) {
    .section-6 {
        height: 2550px;
    }

    .section-5b-sub {
        padding-top: 0;
    }

    .section-5-b-heading-1 {
        line-height: 1;
    }
}

@media (min-width:2505px) and (max-width:2600px) {
    .section-6 {
        height: 2650px;
    }

    .section-5b-sub {
        padding-top: 0;
    }

    .section-5-b-heading-1 {
        line-height: 1;
    }
}

@media(min-width:1000px) and (max-width:1180px) {
    .section-5-6-common {
        height: 3212px;
    }

    .section-6 {
        top: 475px;
    }

    .section-6 {
        top: 475px;
    }

    .section-5-6-sub {
        top: 1622px;
    }
}

@media(max-width:999px) and (min-width:768px) {
    .section-5-6-common {
        height: 3400px;
    }

    .section-6 {
        height: 2000px;
        top: 378px;
    }

    .section-5-6-sub {
        top: 1850px;
    }

    .section-6-top {
        width: 475px;
        top: 325px;
    }

    .section-5-6-posn-div {
        width: 475px;
    }

    .section-6-center {
        width: 600px;
    }

    .section-15 {
        height: 500px;
    }

    .section-15-bottom-background-div {
        height: 100px;
    }

    .section-15-top-background-div {
        height: 300px;
    }

    .section-15-curve-image-div {
        height: 450px;
        right: 20px;
    }

    .section-15-curve-image-bottom-div {
        height: 217px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 70%;
        padding: 10px 15px;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 10px 45px;
    }

    .section-15-left-logo {
        height: 35px;
    }

    .section-15-img {
        width: 125px;
    }

    .section-10-img-left-content {
        top: 65px;
        left: -140px;
    }

    .section-10-img-right-content {
        top: 300px;
        left: 240px;
    }
}

@media (max-width:870px) {
    .section-7-c {
        height: 550px;
    }
}

@media (max-width:1262px) and (min-width:968px) {
    .section-9-desktop {
        width: 650px;
        top: 525px;
    }

    .stick-image-div {
        display: none;
    }

    .section-7-b {
        margin-top: 0;
    }
}

@media (max-width:968px) and (min-width:768px) {
    .section-9-desktop {
        width: 615px;
        top: 540px;
        right: -81px;
    }

    .section-9-left-div {
        left: -400px;
    }

    .section-9-right-main {
        left: -60px;
    }

    .section-11-bottom-div {
        left: 20%;
    }

    .section-12-main-right {
        width: 525px;
    }

    .section-12-main {
        display: flex;
        margin-bottom: 77px;
    }

    .section-5b-sub {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .section-5-b-heading-1 {
        font-size: 44px;
        margin-bottom: 0;
    }

    .section-5-b-heading-2 {
        font-size: 16px;
    }
}

@media (max-width:769px) {
    .section-7-c {
        display: none;
    }

    .section-7-c-hidden {
        display: block;
    }

    .stick-image-div {
        display: none;
    }

    .section-7-b {
        margin-top: 0;
    }
}

@media (min-width:999px) and (max-width:1070px) {
    .nav-logo img {
        padding: 0px 12px;
        height: 45px;
    }

    .nav-list li {
        margin: 0 12px;
    }

    .join-btn {
        margin: 0 12px;
    }
}

@media (max-width:999px) {

    .nav-list,
    .join-btn {
        display: none;
    }

    .hamburgers {
        display: flex;
        margin-right: 0;
    }

    .navbar {
        width: 80%;
        justify-content: space-between;
        padding: 20px 0;
    }

    .nav-logo {
        margin: 0;
    }

    .nav-logo img {
        height: 45px;
        padding: 0;
    }

    .stick-image-div {
        display: none;
    }

    .section-7-b {
        margin-top: 0;
    }
}

@media(max-width:768px) {

    .section-4-top-main-content-box-ul li,
    .section-4-bottom-top-ul li {
        font-size: 14px;
    }

    .section-4-bottom-bottom-ul li {
        font-size: 13px;
    }

    .mobile-nav.is-active {
        width: 95%;
    }

    .navbar {
        width: 95%;
    }

    .section-9-left-logo-main-div {
        display: flex;
        justify-content: center;
    }

    .section-19-mid-div-content {
        width: 100%;
    }

    .section-8-heading-div {
        font-size: 40px;
    }

    .navbar {
        width: 90%;
    }

    .mobile-nav.is-active {
        display: block;
        width: 90%;
    }

    .sub-main-right {
        width: 330px;
        left: 3%;
    }

    .laugh-section {
        height: 600px;
    }

    .right-laugh {
        position: static;
        width: 100%;
        height: 50%;
    }

    .left-laugh {
        width: 100%;
        height: 50%;
    }

    .right-laugh-content {
        padding: 40px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-laugh {
        line-height: 20px;
    }

    .bottom-laugh-1st {
        line-height: 30px;
        margin-top: 10px;
    }

    .bottom-laugh-2nd {
        line-height: 30px;
    }

    .section-5-hidden {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    .sub-main-top-para {
        font-size: 13px;
    }

    .right-wall p {
        font-size: 12px;
    }

    .section-5 {
        height: 375px;
    }

    .section-5-6-common {
        height: 3105px;
    }

    .section-6 {
        height: 1350px;
        top: 8%;
    }

    .section-6-top {
        width: 70%;
        top: 17%;
        margin-top: 0;
    }

    .top-heading-6 {
        margin-bottom: 30px;
    }

    .section-6-top-content-box h4 {
        font-size: 17px;
    }

    .section-6-top-content-box p {
        font-size: 13px;
    }

    .section-5-6-sub {
        top: 49%;
    }

    .section-5-6-posn-div {
        width: 70%;
    }

    .section-6-center {
        width: 85%;
    }

    .section-6-center-content-box h6 {
        font-size: 15px;
    }

    .section-6-center-content-box p {
        font-size: 13px;
    }

    .section-6-bottom {
        width: 70%;
    }

    .section-7-sub {
        width: 70%;
    }

    .section-7-b-top {
        width: 70%;
    }

    .section-5b-sub {
        display: none;
    }

    .section-6-center-sub-box-1 {
        margin-top: 75px;
    }

    .section-9-desktop {
        width: 615px;
        top: 540px;
        right: -81px;
    }

    .section-9-left-div {
        left: -400px;
    }

    .section-9-right-main {
        left: -60px;
    }

    .section-9-data {
        position: relative;
        width: 100%;
    }

    .section-9-left-div {
        width: 225px;
        left: 0;
    }

    .section-9-right {
        position: relative;
        width: 100%;
    }

    .section-9-right-main {
        left: 45%;
        width: 225px;
    }

    .section-9-left-logo-div {
        width: 225px;
    }
}

@media (max-width:768px) and (min-width:650px) {
    .section-11-mid-div {
        width: 300px;
    }

    .section-11-bottom-div {
        left: 11%;
    }
}

@media (max-width:768px) and (min-width:620px) {
    .mobile-nav.is-active {
        width: 90%;
    }

    .navbar {
        width: 90%;
    }

    .laugh-section {
        height: 600px;
    }

    .section-6-top {
        width: 590px;
    }

    .section-5-6-sub {
        top: 1415px;
    }

    .section-6-center-sub-box {
        flex-direction: column;
    }

    .section-6-center-content-box {
        width: 100%;
    }

    .section-5-6-common {
        height: 3700px;
    }

    .section-6 {
        height: 1350px;
        top: 245px;
    }

    .section-7-sub {
        width: 590px;
    }

    .section-7-b-top {
        width: 590px;
    }

    .section-6-bottom {
        width: 590px;
    }

    .section-5-6-posn-div {
        width: 590px;
    }

    .section-7-c-hidden-top,
    .section-7-c-hidden-bottom {
        width: 590px;
        padding: 20px 0;
    }

    .section-6-center {
        width: 600px;
    }

    .section-8-9-common {
        height: 5750px;
    }

    .section-8 {
        height: 900px;
    }

    .section-8-main {
        width: 590px;
        margin-left: 0;
        flex-direction: column;
    }

    .section-8-heading-div {
        transform: rotate(0deg);
    }

    .section-8-main-content-div {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
    }

    .section-8-text-div {
        font-size: 13px;
        text-align: center;
        margin-left: 0;
    }

    .section-8-image-div {
        width: 200px;
    }

    .section-9 {
        height: 1625px;
    }

    .section-9-desktop {
        width: 590px;
        position: static;
    }

    .section-9-data {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-left-div {
        width: 590px;
        left: 0;
        position: static;
    }

    .section-9-left-data-div {
        margin-left: 0px;
        margin-top: 0;
    }

    .section-9-left-logo-div {
        width: 275px;
    }

    .section-9-right {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-right-main {
        width: 590px;
        position: static;
    }

    .section-9-btn-div {
        display: flex;
        margin: 0;
        margin-top: 40px;
        justify-content: center;
    }

    .section-9-left-image-div-last {
        width: 175px;
    }

    .section-9-left-main-para {
        font-size: 13px;
        margin-left: 30px;
    }

    .section-15 {
        height: 450px;
    }

    .section-15-bottom-background-div {
        height: 80px;
    }

    .section-15-top-background-div {
        height: 250px;
    }

    .section-15-curve-image-div {
        height: 400px;
        right: 10px;
    }

    .section-15-curve-image-bottom-div {
        height: 200px;
        left: -1px;
        bottom: -1px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 72%;
        padding: 10px 15px;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 10px 45px;
    }

    .section-15-left-logo {
        height: 30px;
    }

    .section-15-img {
        width: 125px;
    }

    .section-15-left-heading {
        font-size: 13px;
        margin: 8px 0;
        text-align: center;
    }

    .section-18 {
        height: 3290px;
    }

    .section-18-top {
        height: 1325px;
    }

    .section-18-top-main-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-18-top-main-content-left {
        margin-bottom: 40px;
    }

    .section-18-top-main-content-right {
        padding-left: 13%;
    }

    .section-18-right-div-main {
        margin-bottom: 50px;
    }

    .section-18-mid-section {
        height: 700px;
        top: 1160px;
    }

    .section-18-mid-section-main {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-18-top-mid-content-left {
        width: 100%;
        height: 50%;
    }

    .section-18-top-mid-content-heading-div {
        width: 590px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-18-top-mid-content-main-heading1 {
        font-size: 25px;
    }

    .section-18-top-mid-content-main-heading2 {
        font-size: 30px;
    }

    .section-18-top-mid-content-right {
        width: 100%;
        height: 50%;
    }

    .section-18-top-mid-content-right img {
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .section-18-bottom-section {
        height: 1370px;
        position: absolute;
        top: 1920px;
    }

    .section-18-bottom-section-left-image-section {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
    }

    .section-18-bottom-section-left-image-div {
        height: 368px;
        position: static;
    }

    .section-18-bottom-section-left-text-div {
        position: static;
    }

    .section-18-bottom-section-mobile {
        position: static;
        margin-top: 95px;
        margin-bottom: 50px;
        width: 375px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 343px;
    }

    .section19-sub-div {
        width: 550px;
    }

    .section19 {
        height: 910px;
    }

    .section-19-footer-content {
        width: 100%;
    }

    .section-13-main-sub-box {
        width: 500px;
    }

    .section-13-sub-box-content {
        width: 252px;
        top: 71px;
        left: -30px;
    }

    .section-13-logo-div {
        width: 290px;
        margin-left: -15px;
    }

    .section-13-heading {
        padding-right: 50px;
    }

    .section-13-astronaut-image-div {
        width: 440px;
        position: absolute;
        top: 48px;
        right: -70px;
    }

    .section-13-bottom-card-div {
        width: 325px;
        position: absolute;
        top: 359px;
        left: -30px;
    }

    .section-13-top-card-div {
        width: 325px;
        position: absolute;
        top: 458px;
        left: 117px;
    }

    .section-13-text-content {
        position: absolute;
        top: 571px;
        width: 138px;
        left: -26px;
    }

    .section-13-button-content {
        right: -52px;
    }

    .section-14-main-top {
        width: 500px;
    }

    .section-14-button-content {
        width: 167px;
        top: 165px;
        left: -18px;
    }

    .section-14-logo-text-div {
        top: 47px;
        left: -45px;
    }

    .section-14-card-div {
        width: 385px;
        bottom: 45px;
        left: 157px;
    }

    .section-14-astronaut-div {
        width: 360px;
        bottom: 38px;
        left: -48px;
    }

    .section-4 {
        height: 1560px;
    }

    .section-4-top {
        height: 660px;
    }

    .section-4-bottom {
        height: 900px;
    }

    .section-4-position-main-content {
        width: 480px;
    }

    .section-4-bottom-card {
        margin-top: 122px;
        position: relative;
        padding-top: 208px;
    }

    .section-4-bottom-card-heading-1,
    .section-4-bottom-card-heading-2 {
        font-size: 30px;
    }

    .section-4-bottom-main-content {
        padding-left: 20px;
    }

    .section-4-circular-div {
        left: 85px;
        top: -92px;
        height: 275px;
        width: 275px;
    }

    .section-bottom-content-bottom-div-bot-margin {
        margin: 8px 0;
    }

    .section-bottom-content-bottom-div-bot-margin p {
        line-height: 0.9;
    }

    .section-10 {
        top: 2510px;
    }

    .section-10-img-right-content {
        top: 315px;
        left: 165px;
    }

    .section-10-img-left-content {
        top: 90px;
        left: -65px;
    }

    .section-11 {
        top: 3350px;
    }

    .section-11-top {
        padding-top: 0;
    }

    .section-11-top-left {
        width: 260px;
        margin-top: 50px;
    }

    .section-11-top-right {
        width: 300px;
    }

    .section-11-top-right-last-end {
        margin-top: 56px;
    }

    .section-11-bottom-right {
        width: 360px;
        margin-top: 11px;
    }

    .section-11-sub {
        width: 575px;
    }

    .section-12 {
        top: 4148px;
        padding: 0;
        align-items: center;
    }

    .section-12-main {
        align-items: center;
        justify-content: center;
        width: 600px;
    }

    .section-12-main-right {
        width: 360px;
    }

    .section-13 {
        top: 4545px;
    }

    .section-14 {
        top: 5243px;
    }
}

@media (max-width:620px) and (min-width:480px) {
    .section-6-top {
        width: 450px;
    }

    .section-5-6-sub {
        top: 1625px;
    }

    .section-6-center-sub-box {
        flex-direction: column;
    }

    .section-6-center-content-box {
        width: 100%;
    }

    .section-5-6-common {
        height: 3950px;
    }

    .section-6-top-img-box {
        height: 50px;
        width: 50px;
    }

    .section-6 {
        height: 1350px;
        top: 245px;
    }

    .section-7-sub {
        width: 450px;
    }

    .section-7-b-top {
        width: 450px;
    }

    .section-6-bottom {
        width: 450px;
    }

    .section-5-6-posn-div {
        width: 450px;
    }

    .section-7-c-hidden-top,
    .section-7-c-hidden-bottom {
        width: 450px;
        padding: 20px 0;
    }

    .section-6-center {
        width: 465px;
    }

    .section-8-9-common {
        height: 5975px;
    }

    .section-8 {
        height: 900px;
    }

    .section-8-main {
        width: 450px;
        margin-left: 0;
        flex-direction: column;
    }

    .section-8-heading-div {
        transform: rotate(0deg);
    }

    .section-8-main-content-div {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
    }

    .section-8-text-div {
        font-size: 13px;
        text-align: center;
        margin-left: 0;
    }

    .section-8-image-div {
        width: 200px;
    }

    .section-9 {
        height: 1650px;
    }

    .section-9-desktop {
        width: 450px;
        position: static;
    }

    .section-9-data {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-left-div {
        width: 450px;
        left: 0;
        position: static;
    }

    .section-9-left-data-div {
        margin-left: 0px;
        margin-top: 0;
    }

    .section-9-left-logo-div {
        width: 225px;
    }

    .section-9-right {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-right-main {
        width: 450px;
        position: static;
    }

    .section-9-btn-div {
        display: flex;
        margin: 0;
        margin-top: 40px;
        justify-content: center;
    }

    .section-9-left-image-div-last {
        width: 175px;
    }

    .section-9-left-main-para {
        font-size: 13px;
        margin-left: 30px;
    }

    .section-15 {
        height: 450px;
    }

    .section-15-bottom-background-div {
        height: 80px;
    }

    .section-15-top-background-div {
        height: 250px;
    }

    .section-15-curve-image-div {
        height: 310px;
        right: 5px;
    }

    .section-15-curve-image-div-main-img-div>img {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .section-15-curve-image-bottom-div {
        height: 153px;
        left: -1px;
        bottom: -1px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 72%;
        padding: 10px;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 10px 15px;
    }

    .section-15-left-logo {
        height: 30px;
    }

    .section-15-curve-image-icon-div {
        width: 130%;
    }

    .section-15-para {
        font-size: 13px;
    }

    .section-15-bottomest-para {
        width: 130%;
        padding: 0 30px;
        font-size: 12px;
    }

    .section-15-curve-image-bottom-div-right-div {
        padding: 8px;
    }

    .section-15-img {
        width: 125px;
    }

    .section-15-left-heading {
        font-size: 13px;
        margin: 8px 0;
        text-align: center;
    }

    .section-16-main-div {
        width: 80%;
    }

    .section-16-main-div-para {
        font-size: 13px;
    }

    .section-17 {
        height: 575px;
    }

    .section-17-left-div {
        width: 10%;
    }

    .section-17-right-div {
        width: 90%;
    }

    .section-17-main-content-1 {
        width: 80%;
    }

    .section-17-sub-main-content-logo-1-div {
        width: 175px;
    }

    .section-17-sub-main-content-heading {
        font-size: 17px;
    }

    .section-17-sub-main-content-para {
        font-size: 13px;
        color: #6A7577;
        text-shadow: 0 0 #d1d1d1;
    }

    .section-17-sub-main-content-logo-2-div {
        width: 190px;
    }

    .section-17-sub-main-content-logo-3-div {
        width: 220px;
    }

    .section-16 {
        padding: 20px 0;
    }

    .section-18 {
        height: 3524px;
    }

    .section-18-top {
        height: 2103px;
    }

    .section-18-top-main-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-18-top-main-content-left {
        margin-bottom: 0px;
    }

    .section-18-right-div-main-content-quote-position {
        position: absolute;
        top: -20px;
        left: 18px;
    }

    .section-18-top-main-content-right {
        padding-left: 0;
    }

    .section-18-right-div-main {
        margin-bottom: 50px;
        margin-top: 101px;
    }

    .section-18-top-main-content-left-heading-1,
    .section-18-top-main-content-left-heading-2 {
        font-size: 55px;
    }

    .section-18-right-div-main {
        width: 370px;
        background-color: white;
        padding: 120px 20px 20px 20px;
        height: auto;
    }

    .section-18-right-div-main-para {
        font-size: 12px;
    }

    .section-18-right-div-main-name,
    .section-18-right-div-main-add {
        font-size: 16px;
    }

    .section-18-right-div-main-content-image-position {
        position: absolute;
        top: -81px;
        left: 92px;
    }

    .section-18-right-div-main-content-image-div {
        width: 190px;
        height: 190px;
    }

    .section-18-mid-section {
        height: 600px;
        top: 1400px;
    }

    .section-18-mid-section-main {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-18-top-mid-content-left {
        width: 100%;
        height: 50%;
    }

    .section-18-top-mid-content-heading-div {
        width: 450px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-18-top-mid-content-right {
        width: 100%;
        height: 50%;
    }

    .section-18-top-mid-content-right img {
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .section-18-top-mid-content-main-heading1 {
        font-size: 25px;
    }

    .section-18-top-mid-content-main-heading2 {
        font-size: 30px;
    }

    .section-18-bottom-section {
        height: 1500px;
        position: absolute;
        top: 2025px;
    }

    .section-18-bottom-section-left-image-section {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
    }

    .section-18-bottom-section-left-image-div {
        height: 368px;
        position: static;
    }

    .section-18-bottom-section-left-text-div {
        position: static;
    }

    .section-18-bottom-section-mobile {
        position: static;
        margin-top: 95px;
        margin-bottom: 50px;
        width: 375px;
        height: 837px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        height: 845px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div svg {
        height: 25px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div h4 {
        font-size: 20px;
    }

    .section-18-bottom-section-main-mobile-form-div-forms form input {
        width: 100%;
        border: 1px solid #d1d1d1;
        font-size: 12px;
        padding: 8px 10px;
        margin-bottom: 17px;
    }

    .section-18-bottom-section-last-input input {
        transform: scale(1.8);
    }

    .section-18-bottom-section-last-input label {
        font-size: 15px;
    }

    .section-18-bottom-section-last-captcha {
        width: 35px;
    }

    .section-18-bottom-section-mobile-button-div button {
        font-size: 16px;
        padding: 9px 30px;
    }

    .section-18-bottom-section-left-text-div {
        width: 367px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 343px;
    }

    .section-18-bottom-section-left-text-para {
        font-size: 13px;
    }

    .section19-sub-div {
        width: 450px;
    }

    .section19 {
        height: 1050px;
    }

    .section19-sub-div-main-heading {
        font-size: 18px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para {
        font-size: 12px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para-2 {
        font-size: 12px;
    }

    .section-19-mid-div-content span {
        font-size: 12px;
    }

    .section-19-footer-logo {
        width: 350px;
    }

    .section-19-footer-content {
        width: 48%;
        flex-direction: column;
    }

    .section-19-footer-main-content {
        margin-bottom: 20px;
    }

    .footer-main-content-right-heading {
        font-size: 17px;
    }

    .section-19-footer-main-content-right-add-1 {
        font-size: 13px;
    }

    .location-icon {
        height: 25px;
    }

    .section-19-footer-bottomest-div p {
        font-size: 19px;
    }

    .section-13-main-sub-box {
        width: 500px;
    }

    .section-13-sub-box-content {
        width: 252px;
        top: 93px;
        left: 36px;
    }

    .section-13-logo-div {
        width: 270px;
        margin-left: -15px;
    }

    .section-13-heading {
        padding-right: 50px;
        font-size: 22px;
    }

    .section-13-para-1 {
        font-size: 11px;
    }

    .section-13-para-2 {
        font-size: 12px;
    }

    .section-13-astronaut-image-div {
        width: 319px;
        position: absolute;
        top: 236px;
        right: 3px;
    }

    .section-13-bottom-card-div {
        width: 290px;
        position: absolute;
        top: 399px;
        left: 32px;
    }

    .section-13-top-card-div {
        width: 290px;
        position: absolute;
        top: 516px;
        left: 154px;
    }

    .section-13-text-content {
        position: absolute;
        top: 592px;
        width: 116px;
        left: 33px;
    }

    .section-13-text-content p {
        font-size: 14px;
    }

    .section-13-button-content {
        top: 151px;
    }

    .section-13-button-content button {
        font-size: 15px;
    }

    .section-14-main-top {
        width: 380px;
    }

    .section-14-button-content {
        width: 316px;
        top: 158px;
        left: 71px;
        display: flex;
        align-items: center;
        margin: 6px 0px;
    }

    .section-14-button-content p {
        font-size: 12px;
        margin-bottom: 8px;
        width: 50%;
    }

    .section-14-button-content-box {
        display: block;
    }

    .section-14-button-content-box button {
        font-size: 15px;
    }

    .section-14-logo-text-div {
        top: 12px;
        left: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-14-logo-div {
        width: 320px;
        margin-right: 20px;
    }

    .section-14-content p {
        font-size: 22px;
    }

    .section-14-card-div {
        width: 330px;
        bottom: 45px;
        left: 85px;
    }

    .section-14-astronaut-div {
        width: 260px;
        bottom: 38px;
        left: -48px;
    }

    .section-4 {
        height: 1505px;
    }

    .section-4-top {
        height: 660px;
    }

    .section-4-bottom {
        height: 845px;
    }

    .section-4-position-main-content {
        width: 425px;
    }

    .section-4-top-card {
        margin-top: 55px;
    }

    .section-4-top-card-heading-1,
    .section-4-top-card-heading-2 {
        font-size: 47px;
    }

    .section-4-top-main-text {
        font-size: 18px;
        margin-bottom: 0;
    }

    .section-4-top-main-content-box {
        padding: 15px 7px;
    }

    .section-4-top-para {
        font-size: 13px;
    }

    .section-4-top-content-box-line p {
        line-height: 0.9;
    }

    .section-bottom-content-top-div-bot-margin {
        height: 16px;
        line-height: 0.9;
    }

    .section-bottom-content-bottom-div-bot-margin {
        height: 25px;
        margin-bottom: 8px;
        line-height: 0.9;
        margin-bottom: 0;
    }

    .section-4-top-button-div button {
        font-size: 27px;
    }

    .section-4-bottom-card {
        margin-top: 103px;
        position: relative;
        padding-top: 186px;
    }

    .section-4-bottom-card-heading-1,
    .section-4-bottom-card-heading-2 {
        font-size: 27px;
    }

    .section-4-bottom-top-para {
        font-size: 14px;
    }

    .section-4-bottom-bottom-para {
        font-size: 13px;
    }

    .section-4-bottom-main-content {
        padding-left: 20px;
    }

    .section-4-circular-div {
        left: 80px;
        top: -80px;
        height: 250px;
        width: 250px;
    }

    .section-4-top-logo {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 10px;
        left: -24px;
    }

    .section-10-img-left-content {
        position: static;
        width: auto;
        margin: 10px;
    }

    .section-10-img-right-content {
        position: static;
        width: auto;
        margin: 10px;
    }

    .section-10-logo {
        height: 90px;
    }

    .section-10 {
        height: 1200px;
        top: 2540px;
    }

    .section-10-main-data {
        width: 400px;
    }

    .section-10-heading {
        font-size: 22px;
        margin-top: -48px;
    }

    .section-10-text {
        font-size: 13px;
    }

    .section-10-img-left-main-content-para,
    .section-10-img-right-main-content-para {
        font-size: 11px;
    }

    .section-10-bottom-para {
        font-size: 13px;
    }

    .section-11 {
        top: 3625px;
    }

    .section-11-top {
        padding-top: 0;
    }

    .section-11-top-left {
        width: 158px;
        margin-top: 50px;
    }

    .section-11-top-right {
        width: 275px;
    }

    .section-11-top-right-logo {
        margin-top: 78px;
    }

    .section-11-top-right-last {
        padding: 0;
        margin-top: 0;
        padding-left: 33px;
    }

    .section-11-top-logo-heading {
        font-size: 20px;
    }

    .section-11-top-logo-mid-para {
        font-size: 20px;
    }

    .section-11-top-logo-bottom-para {
        font-size: 12px;
        padding: 0 17px 0px 9px;
    }

    .section-11-bottom-div-heading {
        font-size: 14px;
    }

    .section-11-mid-main-heading {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .section-11-bottom-div-content-para {
        font-size: 10px;
        margin-left: 5px;
    }

    .section-11-bottom-div-content-button {
        margin-top: -4px;
    }

    .section-11-mid-sub-heading {
        font-size: 12px;
    }

    .section-11-mid-div-list-section-ul-li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .section-11-bottom {
        margin-top: 35px;
    }

    .section-11-top-right-last-end {
        margin-top: 56px;
    }

    .section-11-bottom-right {
        width: 360px;
        margin-top: 11px;
    }

    .section-11-sub {
        width: 450px;
        margin-top: 87px;
    }

    .section-12 {
        top: 4383px;
        padding: 0;
        align-items: center;
        background-position: left;
    }

    .section-12-main {
        align-items: center;
        justify-content: center;
        width: 450px;
    }

    .section-12-main-right {
        width: 360px;
    }

    .section-12-heading {
        font-size: 21px;
    }

    .section-12-para {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 17px;
    }

    .section-11-bottom-div-content-button {
        font-size: 17px;
    }

    .section-13 {
        top: 4764px;
        background-position: left;
    }

    .section-14 {
        top: 5460px;
        background-position: left;
    }

    .section-11-middle {
        display: block;
        padding: 20px 40px;
    }

    .section-11-top-right-last-end {
        display: none;
    }
}

@media (max-width:480px) and (min-width:370px) {
    .section-6-top {
        width: 350px;
    }

    .section-5-6-sub {
        top: 1915px;
    }

    .section-6-center-sub-box {
        flex-direction: column;
    }

    .section-6-center-content-box {
        width: 100%;
    }

    .section-5-6-common {
        height: 4350px;
    }

    .section-6-top-img-box {
        height: 50px;
        width: 50px;
    }

    .section-6 {
        height: 1650px;
        top: 195px;
    }

    .section-7-sub {
        width: 350px;
    }

    .section-7-b-top {
        width: 350px;
    }

    .section-6-bottom {
        width: 350px;
    }

    .section-5-6-posn-div {
        width: 350px;
    }

    .section-7-c-hidden-top,
    .section-7-c-hidden-bottom {
        width: 350px;
        padding: 20px 0;
    }

    .section-6-center {
        width: 365px;
    }

    .section-8-9-common {
        height: 6050px;
    }

    .section-8 {
        height: 900px;
    }

    .section-8-main {
        width: 350px;
        margin-left: 0;
        flex-direction: column;
    }

    .section-8-heading-div {
        transform: rotate(0deg);
        font-size: 40px;
    }

    .section-8-main-content-div {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
    }

    .section-8-text-div {
        font-size: 13px;
        text-align: center;
        margin-left: 0;
    }

    .section-8-image-div {
        width: 200px;
    }

    .section-9 {
        height: 1850px;
    }

    .section-9-desktop {
        width: 350px;
        position: static;
    }

    .section-9-data {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-left-div {
        width: 350px;
        left: 0;
        position: static;
    }

    .section-9-left-data-div {
        margin-left: 0px;
        margin-top: 0;
    }

    .section-9-left-logo-div {
        width: 200px;
    }

    .section-9-right {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-9-right-main {
        width: 350px;
        position: static;
    }

    .section-9-btn-div {
        display: flex;
        margin: 0;
        margin-top: 40px;
        justify-content: center;
    }

    .section-9-left-image-div-last {
        width: 175px;
    }

    .section-9-left-main-para {
        font-size: 13px;
        margin-left: 30px;
    }

    .section-15 {
        height: 500px;
    }

    .section-15-bottom-background-div {
        height: 80px;
    }

    .section-15-top-background-div {
        height: 145px;
    }

    .section-15-curve-image-div {
        height: 240px;
        right: 5px;
    }

    .section-15-curve-image-div-main-img-div>img {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .section-15-curve-image-bottom-div {
        height: 114px;
        left: -1px;
        bottom: -1px;
    }

    .section-15-curve-image-bottom-div-left-div {
        width: 100%;
        padding: 10px;
    }

    .section-15-curve-image-bottom-div-left-div-top-curve {
        padding: 5px;
    }

    .section-15-left-logo {
        height: 28px;
    }

    .section-15-curve-image-icon-div {
        width: 100%;
    }

    .section-15-para {
        font-size: 13px;
        text-align: center;
        padding: 6px;
    }

    .section-15-bottomest-para {
        width: 100%;
        padding: 0 30px;
        font-size: 12px;
    }

    .section-15-curve-image-bottom-div-right-div {
        padding: 8px;
    }

    .section-15-curve-image-icon-div-main {
        flex-direction: column;
    }

    .section-15-img {
        width: 65px;
    }

    .section-15-left-heading {
        font-size: 13px;
        margin: 8px 0;
        text-align: center;
    }

    .section-15-bottom-button {
        position: absolute;
        bottom: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .section-15-bottom-button button:first-child {
        margin-right: 10px;
    }

    .section-16-main-div {
        width: 90%;
    }

    .section-16-main-div-para {
        font-size: 13px;
    }

    .section-17 {
        height: 650px;
    }

    .section-17-left-div {
        width: 0%;
    }

    .section-17-right-div {
        width: 100%;
    }

    .section-17-main-content {
        padding: 0 20px;
    }

    .section-17-main-content-1 {
        width: 90%;
    }

    .section-17-sub-main-content-logo-1-div {
        width: 175px;
    }

    .section-17-sub-main-content-heading {
        font-size: 17px;
    }

    .section-17-sub-main-content-para {
        font-size: 13px;
        color: #6A7577;
        text-shadow: 0 0 #d1d1d1;
    }

    .section-17-sub-main-content-logo-2-div {
        width: 190px;
    }

    .section-17-sub-main-content-logo-3-div {
        width: 220px;
    }

    .section-18 {
        height: 3454px;
    }

    .section-18-top {
        height: 2103px;
    }

    .section-18-top-main-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-18-top-main-content-left {
        margin-bottom: 0px;
    }

    .section-18-top-main-content-right {
        padding-left: 0;
    }

    .section-18-right-div-main {
        margin-bottom: 50px;
        margin-top: 101px;
    }

    .section-18-top-main-content-left-heading-1,
    .section-18-top-main-content-left-heading-2 {
        font-size: 45px;
    }

    .section-18-right-div-main {
        width: 345px;
        background-color: white;
        padding: 120px 20px 20px 20px;
        height: auto;
    }

    .section-18-right-div-main-content-quote-position {
        position: absolute;
        top: -16px;
        left: 20px;
    }

    .section-18-quote-image-div {
        width: 45px;
    }

    .section-18-right-div-main-para {
        font-size: 12px;
    }

    .section-18-right-div-main-name,
    .section-18-right-div-main-add {
        font-size: 16px;
    }

    .section-18-right-div-main-content-image-position {
        position: absolute;
        top: -81px;
        left: 70px;
    }

    .section-18-right-div-main-content-image-div {
        width: 190px;
        height: 190px;
    }

    .section-18-mid-section {
        height: 500px;
        top: 1370px;
    }

    .section-18-mid-section-main {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-18-top-mid-content-left {
        width: 100%;
        height: auto;
    }

    .section-18-top-mid-content-heading-div {
        width: 450px;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-18-top-mid-content-right {
        width: 100%;
    }

    .section-18-top-mid-content-right img {
        width: 100%;
        height: auto;
        max-height: 350px;
    }

    .section-18-top-mid-content-main-heading1 {
        font-size: 25px;
    }

    .section-18-top-mid-content-main-heading2 {
        font-size: 30px;
    }

    .section-18-bottom-section {
        height: 1500px;
        position: absolute;
        top: 1954px;
    }

    .section-18-bottom-section-left-image-section {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
    }

    .section-18-bottom-section-left-image-div {
        height: 293px;
        position: static;
    }

    .section-18-bottom-section-left-text-div {
        position: static;
    }

    .section-18-bottom-section-mobile {
        position: static;
        margin-top: 95px;
        margin-bottom: 50px;
        width: 345px;
        height: 837px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        height: 845px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div svg {
        height: 25px;
    }

    .section-18-bottom-section-main-mobile-form-div-heading-div h4 {
        font-size: 20px;
    }

    .section-18-bottom-section-main-mobile-form-div-forms form input {
        width: 100%;
        border: 1px solid #d1d1d1;
        font-size: 12px;
        padding: 8px 10px;
        margin-bottom: 17px;
    }

    .section-18-bottom-section-last-input input {
        transform: scale(1.8);
    }

    .section-18-bottom-section-last-input label {
        font-size: 15px;
    }

    .section-18-bottom-section-last-captcha {
        width: 35px;
    }

    .section-18-bottom-section-mobile-button-div button {
        font-size: 16px;
        padding: 9px 30px;
    }

    .section-18-bottom-section-left-text-div {
        width: 315px;
    }

    .section-18-bottom-section-main-mobile-form-div {
        width: 315px;
    }

    .section-18-bottom-section-left-text-para {
        font-size: 13px;
    }

    .section19-sub-div {
        width: 340px;
    }

    .section19 {
        height: 1150px;
    }

    .section19-sub-div-main-heading {
        font-size: 18px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para {
        font-size: 12px;
    }

    .section19-sub-div-main-heading-2 {
        font-size: 16px;
    }

    .section19-sub-div-main-para-2 {
        font-size: 12px;
    }

    .section-19-mid-div-content span {
        font-size: 12px;
    }

    .section-19-footer-logo {
        width: 350px;
    }

    .section-19-footer-content {
        width: 61%;
        flex-direction: column;
    }

    .section-19-footer-main-content {
        margin-bottom: 20px;
    }

    .footer-main-content-right-heading {
        font-size: 17px;
    }

    .section-19-footer-main-content-right-add-1 {
        font-size: 13px;
    }

    .location-icon {
        height: 25px;
    }

    .section-19-footer-bottomest-div p {
        font-size: 19px;
    }

    .social-icon-li {
        height: 35px;
        width: 35px;
        padding: 5px;
        border-radius: 6px;
        box-shadow: 0 3px 9px grey;
        margin-right: 15px;
    }

    .facebook-li {
        background-color: #0A2D50;
        padding-right: 0;
        padding-bottom: 0;
    }

    .twitter-li {
        background-color: #28A9E0;
    }

    .linked-li {
        background-color: #0B77B7;
    }

    .youtube-li {
        background-color: #D63835;
    }

    .insta-li {
        padding: 0;
    }

    .insta-li img {
        width: 100%;
    }

    .pin-li {
        background-color: #A22826;
        margin-right: 0;
    }

    .social-icon-li svg {
        height: 100%;
        width: 100%;
        fill: white;
    }

    .section-13-main-sub-box {
        width: 400px;
    }

    .section-13-sub-box-content {
        width: 252px;
        top: 58px;
        left: 36px;
    }

    .section-13-logo-div {
        width: 250px;
        margin-left: -15px;
    }

    .section-13-heading {
        padding-right: 50px;
        font-size: 22px;
    }

    .section-13-para-1 {
        font-size: 11px;
    }

    .section-13-para-2 {
        font-size: 12px;
    }

    .section-13-astronaut-image-div {
        width: 225px;
        position: absolute;
        top: 288px;
        right: 7px;
    }

    .section-13-bottom-card-div {
        width: 230px;
        position: absolute;
        top: 425px;
        left: 32px;
    }

    .section-13-top-card-div {
        width: 230px;
        position: absolute;
        top: 502px;
        left: 146px;
    }

    .section-13-text-content {
        position: absolute;
        top: 573px;
        width: 97px;
        left: 41px;
    }

    .section-13-text-content p {
        font-size: 14px;
    }

    .section-13-button-content {
        top: 133px;
    }

    .section-13-button-content button {
        font-size: 15px;
    }

    .section-14-main-top {
        width: 380px;
    }

    .section-14-button-content {
        width: 316px;
        top: 158px;
        left: 54px;
        display: flex;
        align-items: center;
        margin: 20px 0px;
    }

    .section-14-button-content p {
        font-size: 12px;
        margin-bottom: 8px;
        width: 50%;
    }

    .section-14-button-content-box {
        display: block;
    }

    .section-14-button-content-box button {
        font-size: 15px;
    }

    .section-14-logo-text-div {
        top: 12px;
        left: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-14-logo-div {
        width: 300px;
        margin-right: 20px;
    }

    .section-14-content p {
        font-size: 22px;
    }

    .section-14-card-div {
        width: 271px;
        bottom: 45px;
        left: 96px;
    }

    .section-14-astronaut-div {
        width: 213px;
        bottom: 38px;
        left: 4px;
    }

    .section-4 {
        height: 1520px;
    }

    .section-4-top {
        height: 660px;
    }

    .section-4-bottom {
        height: 850px;
    }

    .section-4-position-main-content {
        width: 350px;
    }

    .section-4-top-card {
        margin-top: 55px;
    }

    .section-4-top-card-heading-1,
    .section-4-top-card-heading-2 {
        font-size: 47px;
    }

    .section-4-top-main-text {
        font-size: 18px;
        margin-bottom: 0;
    }

    .section-4-top-main-content-box {
        padding: 15px 7px;
    }

    .section-4-top-para {
        font-size: 13px;
    }

    .section-4-top-content-box-line p {
        line-height: 0.8;
    }

    .section-4-top-button-div button {
        font-size: 27px;
    }

    .section-4-bottom-card {
        margin-top: 103px;
        position: relative;
        padding-top: 127px;
    }

    .section-4-bottom-card-heading-1,
    .section-4-bottom-card-heading-2 {
        font-size: 21px;
    }

    .section-4-bottom-card-heading-2 {
        margin-top: -13px;
    }

    .section-4-bottom-top-para {
        font-size: 13px;
    }

    .section-4-bottom-bottom-para {
        font-size: 12px;
        line-height: 0.9;
    }

    .section-bottom-content-bottom-div {
        height: 18px;
    }

    .section-4-bottom-main-content {
        padding-left: 20px;
    }

    .section-4-circular-div {
        left: 66px;
        top: -90px;
        height: 200px;
        width: 200px;
    }

    .section-4-top-logo {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 10px;
        left: -19px;
    }

    .section-bottom-content-top-div-bot-margin {
        margin-bottom: 4px;
        height: 16px;
    }

    .section-bottom-content-top-div-bot-margin p {
        line-height: 0.8;
    }

    .section-bottom-content-bottom-div-bot-margin {
        margin-bottom: 4px;
        margin-top: 5px;
    }

    .section-bottom-content-bottom-div-bot-margin p {
        line-height: 0.9;
    }

    .section-4-top-logo {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 10px;
        left: -24px;
    }

    .section-10-img-left-content {
        position: static;
        width: auto;
        margin: 10px;
    }

    .section-10-img-right-content {
        position: static;
        width: auto;
        margin: 10px;
    }

    .section-10-logo {
        height: 70px;
    }

    .section-10 {
        height: 1200px;
        top: 2700px;
    }

    .section-10-main-data {
        width: 350px;
    }

    .section-10-heading {
        font-size: 22px;
        margin-top: -48px;
    }

    .section-10-text {
        font-size: 13px;
    }

    .section-10-img-left-main-content-para,
    .section-10-img-right-main-content-para {
        font-size: 11px;
    }

    .section-10-bottom-para {
        font-size: 13px;
    }

    .section-11 {
        top: 3780px;
    }

    .section-11-top {
        padding-top: 20px;
    }

    .section-11-top-left {
        width: 158px;
        margin-top: 50px;
    }

    .section-11-top-right {
        width: 424px;
        padding-left: 18px;
    }

    .section-11-top-right-logo {
        width: 180px;
        margin-top: 55px;
    }

    .section-11-top-right-last {
        padding: 0;
        margin-top: 0;
        padding-left: 11px;
    }

    .section-11-top-logo-heading {
        font-size: 20px;
    }

    .section-11-top-logo-mid-para {
        font-size: 20px;
    }

    .section-11-top-logo-bottom-para {
        font-size: 12px;
        padding: 0 17px 0px 9px;
    }

    .section-11-bottom-div-heading {
        font-size: 14px;
    }

    .section-11-mid-main-heading {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .section-11-bottom-div-content-para {
        font-size: 10px;
        margin-left: 5px;
        margin-bottom: 0;
    }

    .section-11-bottom-div-content-button {
        margin-top: 2px;
    }

    .section-11-mid-sub-heading {
        font-size: 12px;
    }

    .section-11-mid-div-list-section-ul-li {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .section-11-bottom {
        margin-top: 0;
    }

    .section-11-top-right-last-end {
        margin-top: 56px;
    }

    .section-11-bottom-right {
        width: 207px;
        margin-top: 24px;
    }

    .section-11-sub {
        width: 350px;
        margin-top: 93px;
    }

    .section-12 {
        top: 4520px;
        padding: 0;
        align-items: center;
        background-position: left;
    }

    .section-12-main {
        align-items: center;
        justify-content: center;
        width: 350px;
    }

    .section-12-main-right {
        width: 220px;
    }

    .section-12-heading {
        font-size: 21px;
    }

    .section-12-para {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 17px;
    }

    .section-11-bottom-div-content-button {
        font-size: 17px;
    }

    .section-13 {
        top: 4905px;
        background-position: left;
    }

    .section-14 {
        top: 5558px;
        background-position: left;
    }

    .section-11-middle {
        display: block;
        padding: 20px 40px;
        margin-top: 35px;
    }

    .section-11-top-right-last-end {
        display: none;
    }

    .section-11-bottom-left {
        width: 200px;
    }
}

@media (max-width:650px) and (min-width:520px) {
    .section-11-mid-div {
        position: absolute;
        left: 38%;
        top: 41%;
        width: 300px;
    }

    .section-11-bottom-div {
        width: 180px;
        position: absolute;
        top: 76%;
        left: 5%;
    }
}

@media (max-width:768px) and (min-width:576px) {
    .map {
        background-position: bottom center;
        height: 1050px;
    }

    .state-list-div {
        flex-direction: column;
    }

    .state-list-div-sub-1 {
        width: 100%;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .state-list-div-sub-2 {
        width: 100%;
    }

    .sub-map {
        width: 450px;
    }

    .p-map {
        padding: 10px;
        font-size: 25px;
    }

    .state-list-a {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .map-text-main-content {
        width: 175px;
        display: flex;
        flex-direction: column;
        height: 90px;
        justify-content: center;
        border: 1px solid white;
        padding: 0px 30px;
        border-radius: 15px;
    }

    .map-color-text {
        color: white;
        font-size: 15px;
    }

    .map-text-position {
        position: static;
        display: flex;
        justify-content: center;
        margin: 15px;
    }
}

@media(max-width:576px) and (min-width:370px) {
    .map {
        background-position: bottom center;
        height: 1075px;
    }

    .state-list-div {
        flex-direction: column;
        padding: 0 25px;
    }

    .state-list-div-sub-1 {
        width: 100%;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .state-list-div-sub-2 {
        width: 100%;
    }

    .sub-map {
        width: 450px;
    }

    .p-map {
        padding: 10px;
        font-size: 25px;
    }

    .state-list-a {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .map-text-main-content {
        width: 175px;
        display: flex;
        flex-direction: column;
        height: 90px;
        justify-content: center;
        border: 1px solid white;
        padding: 0px 30px;
        border-radius: 15px;
    }

    .map-color-text {
        color: white;
        font-size: 15px;
    }

    .map-text-position {
        position: static;
        display: flex;
        justify-content: center;
        margin: 15px;
    }
}

@media(max-width:768px) and (min-width:520px) {
    .section-12 {
        background-position: left;
    }

    .section-13 {
        background-position: left;
    }

    .section-14 {
        background-position: left;
    }
}

@media(max-width:568px) and (min-width:370px) {
    .right-wall {
        padding-right: 45px;
    }

    .left-wall {
        height: 233px;
    }
}

@media(max-width:429px) {
    .footer-li li span {
        margin: 3px;
    }
}