@font-face {
    font-family: Poppins-Bold;
    src: url("../../fonts/Poppins/Poppins-Bold.otf");
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url("../../fonts/Poppins/Poppins-SemiBold.otf");
}
@font-face {
    font-family: Poppins-Regular;
    src: url("../../fonts/Poppins/Poppins-Regular.otf");
}
@font-face {
    font-family: Poppins-Medium;
    src: url("../../fonts/Poppins/Poppins-Medium.otf");
}

body {
    position: relative;
    direction: ltr;
    font-family: var(--main-font-family);
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}
.no-border {
    border: none;
}
.bold {
    font-weight: bold;
}
:root {
    --main-font-family: Poppins-Regular, sans-serif;
    --main-black-color: #151515;
    --dark-brown-color: #754921;
    --main-title-font-size: 30px;
    --section-title-font-size: 27px;
    --section-inside-title-font-size: 27px;
    --section-text-font-size: 18px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#main-slider {
    position: relative;
    width: 100%;
    height: 100vh;
}
.slider-content-div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(39, 47, 101, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel-indicators {
    position: absolute !important;
    right: -45px !important;
    top: 0 !important;
    left: unset;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    border-radius: 50%;
    padding-right: 0;
    flex-direction: column;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: unset !important;
    background-clip: padding-box;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;
    border: 1px solid white !important;
}
.carousel-indicators .active {
    background-color: #fff !important;
}
.carousel-item img {
    width: 100%;
    height: 100vh;
}
.main-slider-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 50px;
    color: white;
    border-left: 5px solid #ff9900;
    padding-left: 50px;
}
.main-slider-links-div {
    display: flex;
    gap: 15px;
    margin-left: 50px;
}
.book-consultation,
.book-consultation:hover {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: #fff;
    border-radius: 30px;
    background-color: #ff9900;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
    height: 52px;
}
.main-contact-link,
.main-contact-link:hover {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: #ff9900;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
    height: 52px;
}
.section-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 40px;
    color: #272f65;
    text-align: center;
}
.section-desc {
    font-family: Poppins-Regular, sans-serif;
    font-size: 20px;
    color: #707070;
    text-align: center;
    line-height: 32px;
}
.solution-box-link,
.solution-box-link:hover {
    display: block;
    position: relative;
}
.solution-box-link:hover .arrow {
    transform: scale(1.5);
}
.solution-box-link:hover .marketing,
.solution-box-link:hover .arrow.blue,
.solution-box-link:hover .virtual,
.solution-box-link:hover .sms {
    background-color: #02e1d9;
}
.solution-box-link:hover .solutions-category-name h4.blue {
    color: #02e1d9;
}

.solution-box-link:hover .edu,
.solution-box-link:hover .arrow.orange,
.solution-box-link:hover .interactive {
    background-color: #ff9900;
}
.solution-box-link:hover .solutions-category-name h4.orange {
    color: #ff9900;
}

.solution-box-link:hover .school,
.solution-box-link:hover .arrow.pink,
.solution-box-link:hover .school-studio {
    background-color: #ff3bd1;
}
.solution-box-link:hover .solutions-category-name h4.pink {
    color: #ff3bd1;
}

.solution-box-link:hover .lms,
.solution-box-link:hover .arrow.yellow {
    background-color: #ffe500;
}
.solution-box-link:hover .solutions-category-name h4.yellow {
    color: #ffe500;
}
.solution-box-opacity-div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 47, 101, 0.6);
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 20px;
}
.solutions-category {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.solutions-category h4 {
    font-family: Poppins-Bold, sans-serif;
    font-size: 21px;
    color: #fff;
}
.solutions-category-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.arrow {
    transition: transform 0.2s;
    mask: url("../../images/icons/arrow-right-line.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/icons/arrow-right-line.svg") no-repeat
        center / contain;
    width: 24px;
    height: 24px;
    background-color: white;
    display: inline-flex;
}
.solutions-icon {
    width: 60px;
    height: 60px;
    background-color: white;
    display: inline-flex;
}
.marketing {
    mask: url("../../images/solutions/icons/svgexport-6.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/svgexport-6.svg") no-repeat
        center / contain;
}
.edu {
    mask: url("../../images/solutions/icons/edu.svg") no-repeat center / contain;
    -webkit-mask: url("../../images/solutions/icons/edu.svg") no-repeat center /
        contain;
}
.school {
    mask: url("../../images/solutions/icons/esch.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/esch.svg") no-repeat center /
        contain;
}
.lms {
    mask: url("../../images/solutions/icons/elearning.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/elearning.svg") no-repeat
        center / contain;
}
.virtual {
    mask: url("../../images/solutions/icons/virtual-labs.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/virtual-labs.svg") no-repeat
        center / contain;
}
.interactive {
    mask: url("../../images/solutions/icons/interactive.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/interactive.svg") no-repeat
        center / contain;
}

.sms {
    mask: url("../../images/solutions/icons/sms.svg") no-repeat center / contain;
    -webkit-mask: url("../../images/solutions/icons/sms.svg") no-repeat center /
        contain;
}
.school-studio {
    mask: url("../../images/solutions/icons/school-studio.svg") no-repeat center /
        contain;
    -webkit-mask: url("../../images/solutions/icons/school-studio.svg")
        no-repeat center / contain;
}
.solutions-main-logo-div {
    background: white;
    width: 180px;
    height: 235px;
    margin: auto;
}

.marketing-solution-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #272f65;
    width: 100%;
    height: 144px;
    padding: 0 60px;
    text-align: center;
}
.marketing-solution-box.blue {
    border-left: 7px solid #02e1d9;
}
.marketing-solution-box.pink {
    border-left: 7px solid #ff3bd1;
}
.marketing-solution-box.yellow {
    border-left: 7px solid #ffe500;
}
.marketing-solution-box.orange {
    border-left: 7px solid #ff9900;
}
.marketing-solution-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 20px;
    color: white;
}
.read-more,
.read-more:hover {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: white;
    background-color: #ff9900;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 155px;
    height: 48px;
    border: 1px solid #ff9900;
}
/*.read-more:hover{
    color: #FF9900;
    background-color: #FFF;
    border: 1px solid #FF9900;
}*/
.light-blue-bg-div {
    background-color: #f5f6ff;
    padding: 55px 0 35px 0;
}
.section-title.left {
    text-align: left;
    border-left: 5px solid #ff9900;
    padding-left: 25px;
}
.section-desc.left {
    text-align: left;
    margin-top: 25px;
}
.read-more.left {
    float: left;
}

.lms-img-div.right {
    text-align: right;
}
.blogs-card-style {
    padding: 22px;
    border: unset;
    border-radius: 0;
    box-shadow: 0 0 7px #00000029;
}
.blogs-card-title {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 20px;
    color: #272f65;
}
.blogs-card-text {
    font-family: Poppins-Regular, sans-serif;
    font-size: 17px;
    color: #707070;
}
.blogs-read-more,
.blogs-read-more:hover {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: #ff9900;
    display: flex;
    gap: 10px;
}
.section-subtitle {
    font-family: Poppins-Medium, sans-serif;
    font-size: 30px;
    color: #272f65;
}
.subscribe-input {
    font-family: Poppins-Regular, sans-serif;
    border: 1px solid #e1e3f1;
    border-radius: 38px;
    padding-left: 25px;
    width: 100%;
    height: 48px;
}
.subscribe-input:focus {
    outline: 2px solid #ff9900;
}
.subscribe-input::placeholder {
    font-family: Poppins-Regular, sans-serif;
    color: #a9a5a5;
}
.send-btn,
.send-btn:focus {
    font-family: Poppins-Regular, sans-serif;
    font-size: 17px;
    background-color: #ff9900;
    color: #fff;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    border: 1px solid #ff9900;
}
.creative-bg-div {
    background-image: url(../../images/white-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    padding: 35px;
}
.creative-ul {
    padding: 0;
    list-style: none;
}
.check-creative-span {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 28px;
    width: 100%;
    height: 28px;
    background-color: #ff9900;
    border-radius: 50%;
    position: relative;
}
.creative-ul li {
    font-family: Poppins-Regular, sans-serif;
    font-size: 17px;
    color: #707070;
    display: flex;
    gap: 10px;
}

.creative-ul li:not(:first-child) {
    margin-top: 25px;
}
.check-icon {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: white;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.partners-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    overflow-x: hidden;
}
.sub-nav-style {
    border-top: 1px solid #c7c7c7;
    background-color: white;
    width: 100%;
    height: 48px;
    position: fixed;
    top: 74px;
    z-index: 9;
}
.sub-nav-style.top {
    box-shadow: 0 0 7px #00000029;
}
.sub-menu-ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    gap: 30px;
}
.sub-menu-ul li a {
    font-family: Poppins-Regular, sans-serif;
    font-size: 14px;
    color: #707070;
}
.sub-menu-ul li a:hover,
.sub-menu-ul li a.active {
    font-family: Poppins-Bold, sans-serif;
    color: #ff9900;
}
.sub-menu-link.active {
    color: #ff9900;
}
.main-section-img {
    position: relative;
}
.main-img {
    width: 100%;
}

.main-section-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 5px solid #ff9900;
    padding-left: 50px;
}
.main-section-title h1 {
    font-family: Poppins-Bold, sans-serif;
    font-size: 50px;
    color: white;
}
.main-section-title h4 {
    font-size: 35px;
}
.common-section-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 33px;
    color: #272f65;
    text-align: left;
}
.common-section-desc {
    font-family: Poppins-Bold, sans-serif;
    font-size: 19px;
    color: #ff9900;
    text-align: left;
}
.common-section-text {
    font-family: Poppins-Regular, sans-serif;
    font-size: 17px;
    color: #707070;
}
.collapse-div {
    margin-top: 20px;
}
.collapse-header,
.collapse-header:focus {
    font-family: Poppins-Bold, sans-serif;
    font-size: 18px;
    color: #272f65;
    box-shadow: 0 0 7px #e1e3f1;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 40px;
    border: none;
    background-color: white;
}
.collapse-header .collapse-arrow img {
    transform: rotate(180deg);
    transition: 0.3s;
}
.collapse-header.active .collapse-arrow img {
    transform: rotate(0deg);
    transition: 0.3s;
}
.card-collapse-style {
    border: none;
    box-shadow: 0 0 7px #e1e3f1;
    border-radius: 3px;
    background-color: white;
    padding: 20px 40px;
}
.collapse-title {
    font-family: Poppins-Medium, sans-serif;
    font-size: 19px;
    color: #ff9900;
}
.collapse-menu {
    padding-left: 20px;
}
.collapse-menu li {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    color: #707070;
}
.collapse-menu li::marker {
    font-size: 14px;
}
.seo-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 24px;
    color: #272f65;
    border-left: 5px solid #ff9900;
    padding-left: 25px;
}
.light-blue-bg-div.seo {
    padding: 22px 42px;
}
.placement-box-div {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    background-color: #f5f6ff;
}
.placement-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 18px;
    color: #272f65;
    margin: 15px 0;
}
.placement-text {
    font-family: Poppins-Medium, sans-serif;
    font-size: 16px;
    color: #272f65;
}
.dark-blue-bg-div {
    background-color: #272f65;
    padding: 32px 0;
}
.contact-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 32px;
    color: white;
    text-align: center;
}
.contact-subtitle {
    font-family: Poppins-Medium, sans-serif;
    font-size: 24px;
    color: white;
    text-align: center;
    margin-bottom: 22px;
}
.contact-link,
.contact-link:hover {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: white;
    background-color: #ff9900;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 145px;
    height: 48px;
    border: 1px solid #ff9900;
}
.common-section-subtitle {
    font-family: Poppins-Bold, sans-serif;
    font-size: 18px;
    color: #ff9900;
}
.stakeholder-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 17px;
    color: #272f65;
}
.stakeholder-box-div {
    padding: 20px;
    background-color: #f5f6ff;
    width: 100%;
    height: 100%;
}
.stakeholder-role-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 17px;
    color: #272f65;
    text-align: left;
}
.stakeholder-role-text {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    color: #707070;
    text-align: left;
    margin-top: 15px;
}
.admin-list {
    padding: 0 26px;
}
.admin-list li {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    color: #707070;
    text-align: left;
}
.admin-list li::marker {
    font-size: 28px;
    color: #272f65;
}
.about-act-div,
.features-interactive-div {
    background-color: #f5f6ff;
    padding: 25px;
}
.about-act-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 18px;
    color: #272f65;
    text-align: center;
}
.about-act-text {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    color: #707070;
    text-align: center;
    margin: 0 25px;
}
.visit-act,
.visit-act:hover {
    font-family: Poppins-Bold, sans-serif;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9900;
    border-radius: 30px;
    width: 30%;
    height: 50px;
    margin: auto;
}
.contact-box-div {
    background-color: #fff;
    padding: 35px 35px 50px 35px;
    box-shadow: 0 0 7px #00000029;
}
.contact-box-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 30px;
    color: #272f65;
    text-align: center;
}
.contact-box-subtitle {
    font-family: Poppins-Regular, sans-serif;
    font-size: 17px;
    color: #272f65;
    text-align: center;
}
.contact-input-style,
.contact-input-style:focus {
    font-family: Poppins-Regular, sans-serif;
    font-size: 15px;
    color: #707070;
    background-color: #f5f6ff;
    border-radius: 30px;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border: none;
    outline: none;
}
.contact-textarea-style,
.contact-textarea-style:focus {
    font-family: Poppins-Regular, sans-serif;
    font-size: 15px;
    color: #707070;
    background-color: #f5f6ff;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    border: none;
    outline: none;
    resize: none;
}
.submit-form,
.submit-form:focus {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 16px;
    color: white;
    background-color: #ff9900;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 155px;
    height: 45px;
    border: 1px solid #ff9900;
}
.ticker-container {
    background: white;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.ticker-content {
    height: 150%;
    display: flex;
    align-items: center;
    gap: 25px;
}
.star-required {
    position: absolute;
    top: 10px;
    color: #ff0000;
}
.star-required.name {
    left: 100px;
}
.star-required.job {
    left: 85px;
}
.star-required.school-name {
    left: 210px;
}
.star-required.email {
    left: 135px;
}
.star-required.user {
    left: 142px;
}
.star-required.num {
    left: 170px;
}
.school-studio-list,
.mission-list {
    padding: 0 26px;
}
.school-studio-list li,
.mission-list li {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 17px;
    color: #707070;
    text-align: left;
}
.school-studio-list li::marker,
.mission-list li::marker {
    font-size: 25px;
    color: #ff9900;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.blog-title {
    font-family: Poppins-Bold, sans-serif;
    font-size: 24px;
    color: #272f65;
    text-align: center;
}
.blog-subtitle {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    color: #707070;
    text-align: center;
}
.blog-name {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 22px;
    color: #272f65;
    display: flex;
    text-align: start;
}
.blog-desc {
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    color: #707070;
    text-align: left;
}
.error {
    color: #ff0000;
}

.about-you-title {
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 15px;
    color: #707070;
    text-align: left;
}
.about-you-sec {
    display: flex;
    gap: 25px;
    align-items: baseline;
    margin-top: 10px;
}
.select-wrapper {
    position: relative;
    width: 100%;
    max-width: 50%;
}
.select-style,
.select-style:focus {
    font-family: Poppins-Regular, sans-serif;
    font-size: 15px;
    color: #a9a5a5;
    width: 100%;
    height: 35px;
    background-color: #f5f6ff;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 15px;
}
.arrow-down {
    position: absolute;
    right: 3px;
    top: 2px;
    background: #f6f4ff;
    border-radius: 50px;
    padding: 0 5px;
}
.check-container {
    font-family: Poppins-Regular, sans-serif;
    font-size: 16px;
    color: #a9a5a5;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 30%;
    width: 100%;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f5f6ff;
    border-radius: 2px;
    border: none;
}

.check-container input:checked ~ .checkmark {
    background-color: #272f65;
    border: 1px solid #272f65;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-device-width: 280px) and (max-device-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-subtitle {
        font-size: 18px;
    }
    .lms-img-div img {
        width: 100%;
    }
    .padding-r-0 {
        padding-right: 0;
    }
    .main-flex {
        justify-content: flex-end;
    }
    #main-slider {
        height: 100%;
    }
    .carousel-item img {
        height: auto;
    }
    .slider-content-div {
        padding: 15px 0;
    }
    .main-slider-links-div {
        display: block !important;
        margin-left: 0;
    }
    .main-slider-title {
        font-size: 18px;
    }
    .main-contact-link {
        margin-top: 5px;
    }

    .book-consultation,
    .main-contact-link,
    .book-consultation:hover,
    .contact-link,
    .contact-link:hover {
        font-size: 15px;
        white-space: nowrap;
        height: 44px;
    }
    .creative-bg-div {
        height: 100%;
    }
    .light-blue-bg-div {
        background-color: #f5f6ff;
        padding: 55px 0 30px 0;
    }
    .section-title {
        font-size: 20px;
    }
    .row-m-0 {
        margin: 0;
    }
    .footer-main-title-links,
    .footer-ul li {
        text-align: center;
    }
    .social-div {
        justify-content: center !important;
    }
    .collapse-header,
    .collapse-header:focus {
        font-size: 15px;
        text-align: left;
        padding: 20px 15px;
    }
    .common-section-title {
        font-size: 27px;
    }
    .contact-title {
        font-size: 25px;
    }
    .contact-subtitle {
        font-size: 20px;
    }
    .visit-act,
    .visit-act:hover {
        font-size: 16px;
        width: 80%;
        height: 45px;
    }
    .collapse-div:first-child {
        margin-top: 10px;
    }
    .contact-box-title {
        font-size: 24px;
    }
    .contact-box-subtitle {
        font-size: 16px;
    }
    .contact-box-div {
        padding: 35px 24px 50px 24px;
    }
    .main-section-title h1 {
        font-size: 25px;
    }
    .main-section-title h4 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
}
