* {-webkit-font-smoothing: antialiased;}/**for weight*/
body{
    background-color: white!important;
    color:#172B4D;
}
.row{
    margin-right: 0!important;
}
#addBar{
    height:40px;
    background-color: #1F6097;
    color: white;
    font-weight: bold;
    text-align: right;
    padding-right:20px;
    line-height: 40px;
}
.stickyNav {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,1);
    /*background-color: rgba(255,255,255,0.95);*/
    border-bottom: 1px solid #192F59;
    box-shadow: 0px 0px 6px 1px #192F59;;
    /*width: 100%;*/
}
#nav-div-main{
    display: block;
    float: left;
    width:100%;
    height: 70px;
    /*background-color: red;*/
    font-family: 'Kanit', sans-serif;
}
* {
    box-sizing: border-box;
}
/* Start Navigation Bar */
.navbar .menu {
    display: flex;
    position: relative;
}
@media (max-width: 820px) {
    .navbar .menu {
        display: block;
        position: relative;
    }
}
.navbar .menu li {
    flex: 1;
    display: flex;
    text-align: center;
    transition: background-color 0.3s ease;
}
.menuA {
    flex: 1;
    justify-content: center;
    display: inline-flex;
    color: #25283D;
    text-decoration: none;
    padding: 14px 20px 14px 20px;
    position: relative;
}
.noPad{
    padding: 0!important;
}
.navbar .menu a > .fa {
    font-weight: bold;
    margin-left: 8px;
}

.navbar .menu li:hover {
    background-color: #EDF0F7;
    border-radius: 10px;
}

.navbar .menu li:hover .container {
    display: flex;
}
.tryDemo{
    background-color: #FE9C1D;
}
.tryDemoNav{
    border: 2px solid #FE9C1D;
    padding: 5px;
    background-color: transparent;
    width: 80%;
    margin-left: 8%;
    color:#222222;
    margin-top:20px; ;
}
.tryDemoNav:hover{
    /*border: 2px solid #FE9C1D;*/
    /*padding: 5px;*/
    background-color: #FE9C1D;
    color:white;
    font-weight: bold;
}

@media (max-width: 820px) {
    .navbar .menu li:hover .container {
        display: none;
    }

    /*.fa-angle-down {*/
        /*display: none;*/
    /*}*/
}

a.hasDropdown:after {
    position: absolute;
    bottom: -16px;
    right: 0;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #25283d;
    z-index: 2;

}

@media (max-width: 820px) {
    li:hover a.hasDropdown:after {
        display: none;
    }
}

li:hover a.hasDropdown:after {
    content: '';
    border-top-color: black;
}

/* End Navigation Bar */

/* Start Single Section Menu */

.container {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 14px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 14px 2px rgba(0,0,0,1);
    box-shadow: 0px 2px 14px 2px rgba(0,0,0,1);
}

.container__list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.container__listItem {
    flex: 0 0 50%;
    padding: 10px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container__list a{
    flex: 0 0 50%;
    /*color:#767676;*/
    text-decoration: none;
    /*font-weight: 100;*/
}

.container__listItem > div {
    color: #767676;
    /*text-decoration: underline;*/
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height:30px;
    padding: 5px;
    /*text-overflow: ellipsis;*/
}
.container__listItem > div:hover {
    color: #767676;
    background-color: whitesmoke;
}

/* End Single Section Menu */

/* Start Multiple Section Menu */
.container.has-multi .container__listItem {
    flex-basis: 100%;
}

.container.has-multi .container__list {
    flex-basis: 33.333%;
    border-radius: 4px;
}

.container.has-multi .container__list:not(:last-child) {
    border-right: solid 1px #f3f3f3;
    margin-right: 20px;
}

/* End Multiple Section Menu */

/*#navig{*/
    /*height:60px;*/
    /*z-index: 99999;*/
    /*!*background-color: #9d9d9d;*!*/
/*}*/
/*.ulList {*/
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*overflow: hidden;*/
    /*float: left;*/
    /*!*background-color: #333333;*!*/
/*}*/

/*.liEle {*/
    /*float: left;*/
    /*padding:3px 3px 3px 3px; ;*/
    /*font-family: 'Kanit', sans-serif;*/
/*}*/

/*.liEle a {*/
    /*display: block;*/
    /*text-align: center;*/
    /*padding: 10px;*/
    /*text-decoration: none;*/
    /*font-family: 'Kanit', sans-serif;*/
    /*letter-spacing: 2px;*/
    /*font-weight: bold;*/
    /*line-height: 28px;*/
    /*color: #192F59;*/
/*}*/
/*#navig ul {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*display: flex;*/
/*}*/
/*.nav-menu {*/
    /*list-style: none;*/
    /*background-color: red;*/
/*}*/
/*#navig ul li a {*/
    /*position: relative;*/
    /*display: block;*/
    /*text-transform: uppercase;*/
    /*!*margin: 20px 0;*!*/
    /*padding: 10px 20px;*/
    /*text-decoration: none;*/
    /*color: #192F59;*/
    /*font-size: 15px;*/
    /*font-weight: 600;*/
    /*transition: 0.5s;*/
    /*z-index: 1;*/
/*}*/
/*!*#navig ul li a:before {*!*/
    /*!*content: '';*!*/
    /*!*position: absolute;*!*/
    /*!*top: 0;*!*/
    /*!*left: 0;*!*/
    /*!*width: 100%;*!*/
    /*!*height: 100%;*!*/
    /*!*border-top: 2px solid #3CAD64;*!*/
    /*!*border-bottom: 2px solid #3CAD64;*!*/
    /*!*transform: scaleY(1.5);*!*/
    /*!*opacity: 0;*!*/
    /*!*transition: 0.3s;*!*/
/*!*}*!*/
/*!*#navig ul li a:after {*!*/
    /*!*content: '';*!*/
    /*!*position: absolute;*!*/
    /*!*top: 2px;*!*/
    /*!*left: 0;*!*/
    /*!*width: 100%;*!*/
    /*!*height: 100%;*!*/
    /*!*background-color: white;*!*/
    /*!*transform: scale(0);*!*/
    /*!*opacity: 0;*!*/
    /*!*transition: 0.3s;*!*/
    /*!*z-index: -1;*!*/
/*!*}*!*/
/*#navig ul li a:hover {*/
    /*color: #3CAD64;*/
/*}*/
/*#navig ul li a:hover:before {*/
    /*transform: scaleY(1);*/
    /*opacity: 1;*/
/*}*/
/*#navig ul li a:hover:after {*/
    /*transform: scaleY(1);*/
    /*opacity: 1;*/
/*}*/
/*chat box*/
.l_c_h {
    width:300px;
    position:fixed;
    bottom:0;
    right:76px;
    background:#fff;
    border-radius:3px;
    z-index:5000;
    display:block;
}
.l_c_h .c_h {
    cursor:pointer;
    border-radius:0px;
    /*background:#c61432;*/
    background: #2dc3e8;
    line-height: 34px;
}
.l_c_h .left_c {
    color:#ebebeb;
    width:150px;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
.l_c_h .right_c {
    text-align:center;
    /*background:#DE4A4A;*/
    background:#ff8f32;
    line-height: 36px;
}
.l_c_h .right_c  a {
    color:#ebebeb;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    font-size: 16px;
    line-height: normal !important;
    margin-top: 0 !important;
    padding: 1px 0px !important;
    text-align: center !important;
    text-decoration:none;
    font-weight:600;
}
.clear {
    clear:both;
}
.chat_container {
    /*        display:none;*/
    padding:5px 26px;
}
.chat_container .no_provider {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    width:300px;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    margin-left:5px;
}
.chat_container .footer_c {
    text-align:left;
    color:#5E5652;
    font-size:12px;
    margin-left:10px;
    margin-bottom:10px;
    font-family:Arial, Helvetica, sans-serif;
}
.btmFot{
    color:#5E5652;
    text-decoration: none;
}
.btmFot:hover{
    color: #403938;
    font-weight: bold;
    text-decoration: none;
}
.chat_container .footer_c a {
    text-decoration:underline;
    color:#777;
    font-size:11px;
}
.chat_container .chat_entry {
    margin:10px;
    margin-top:0px;
}
.chat_container .chat_entry p {
    margin-top:10px;
    margin-bottom:10px;
}
.chat_container .chat_entry h4 {
    text-align:left;
    color:#1A1A1A;
    font-weight:400;
    font-size:16px;
    margin-top:0px;
}
.chat_container .chat_entry input[type="text"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #999;
    font-size: 13px;
    padding: 8px 8px;
    margin-bottom:5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:100%;
    /*     height:30px; */
    font-family:Arial, Helvetica, sans-serif;
}
.chat_container .chat_entry input[type="text"]:focus {
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline:0 none;
    border-color:#66afe9;
}
.chat_container .chat_entry input[type="submit"]{
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:0px;
    color: #fff;
    /*background-color: #DD4A4A;*/
    background-color: #2dc3e8 !important;
    font-family:Arial, Helvetica, sans-serif;
}
.chat_container .chat_entry input[type="submit"]:hover {
    background-color: #C64545;
}
.form-error {
    display:none;
}
.chat_message {
    height:250px;
    overflow-y:scroll;
    padding:10px;
    border-bottom:1px solid #222222;
    padding-top:10px;
}
.chat_message .message_contain {
    margin:5px;
    background:#FCF8E2;
    padding:5px;
}
.chat_message .user_message {
    background:#F5F5F5;
}
.chat_message .message_contain  .header_image {
    float:left;
    width:50px;
    margin-top:0px;
    margin-bottom:0px;
}
.chat_message .message_contain .chat_mess {
    font-size:13px;
    color:#444444;
    margin-top:0px;
}
.chat_message .message_contain .chat_date {
    color:#777;
    font-size:11px;
    margin-top:0px;
    margin-bottom:0px;
}
.chat_text_area {
    margin:5px;
}
.chat_text_area .messag_send {
    width:100%;
    resize:none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    padding:5px;
    font-size:13px;
    height:35px;
}
.chat_text_area .messag_send:focus {
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline:0 none;
    border-color:#66afe9;
}
.footerDiv{
    display: inline-block;
    height:auto;
    float: left;
    padding-bottom: 20px;
}
.left{
    float:left;
}
.right{
    float:right;
}
.left_icons{
    width:35px;
    height:auto;
    text-align:center;
    color:#999;
    /*background:#DE4A4A;*/
    background: #ff8f32;
    font-size:15px;
}
.left_icons a{
    color:#fff;
    font-weight:normal;
}
.center_icons{
    text-align:center;
    padding:2px 0px 0px 5px;
}
/*.logout img{*/
    /*margin-top:8px;*/
/*}*/
/*.sub-menu-nav{*/
    /*display: block;*/
    /*float: left;*/
    /*width:150px;*/
    /*height:auto;*/
    /*-webkit-box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);*/
    /*-moz-box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);*/
    /*box-shadow: 0px 0px 11px -2px rgba(0,0,0,1);*/
/*}*/
#footerMainDiv{
    padding: 25px 30px 25px 30px;
    background-color: #F5F5F5;
    height:auto;
    float: left;
    border-top:5px #192F59 solid;
}
.footerHd{
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    padding-top: 12px;
    color:#777777;
    font-size: 15px;
    line-height: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.footerSbLnk{
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    padding-top: 12px;
    color:#777777;
    font-size: 15px;
    height: 15px;
    line-height: 12px;
    letter-spacing: 1px;
}
.blankSpace-1{
    width:100%;
    float: left;
    height:10px;
}
.blankSpace-2{
    width:100%;
    float: left;
    height:20px;
}
.blankSpace-3{
    width:100%;
    float: left;
    height:30px;
}
.blankSpace-4{
    width:100%;
    float: left;
    height:40px;
}
.blankSpace-5{
    width:100%;
    float: left;
    height:50px;
}
.pad-1{padding: 5px;}
.pad-2{padding: 10px;}
.pad-3{padding: 15px;}
.pad-4{padding: 20px;}
.pad-5{padding: 25px;}
.pad-6{padding: 30px;}
.pad-7{padding: 40px;}
.pad-8{padding: 50px;}
.pad-9{padding: 60px;}
.pad-10{padding: 70px;}
.pt-1{padding-top: 5px;}
.pt-2{padding-top: 10px;}
.pt-3{padding-top: 15px;}
.pt-4{padding-top: 20px;}
.pt-5{padding-top: 25px;}
.pt-6{padding-top: 30px;}
.pt-7{padding-top: 40px;}
.pt-8{padding-top: 50px;}
.pt-9{padding-top: 60px;}
.pt-10{padding-top: 70px;}
.pb-1{padding-bottom: 5px;}.pl-1{padding-left: 5px;}.pr-1{padding-right: 5px;}
.pb-2{padding-bottom: 10px;}.pl-2{padding-left: 10px;}.pr-2{padding-right: 10px;}
.pb-3{padding-bottom: 15px;}.pl-3{padding-left: 15px;}.pr-3{padding-right: 15px;}
.pb-4{padding-bottom: 20px;}.pl-4{padding-left: 20px;}.pr-4{padding-right: 20px;}
.pb-5{padding-bottom: 25px;}.pl-5{padding-left: 25px;}.pr-5{padding-right: 25px;}
.pb-6{padding-bottom: 30px;}.pl-6{padding-left: 30px;}.pr-6{padding-right: 30px;}
.pb-7{padding-bottom: 40px;}.pl-7{padding-left: 40px;}.pr-7{padding-right: 40px;}
.pb-8{padding-bottom: 50px;}.pl-8{padding-left: 50px;}.pr-8{padding-right: 50px;}
.pb-9{padding-bottom: 60px;}.pl-9{padding-left: 60px;}.pr-9{padding-right: 60px;}
.pb-10{padding-bottom: 70px;}.pl-10{padding-left: 70px;}.pr-10{padding-right: 70px;}
@media screen and (min-width: 990px){
    #logoFotor{
        /* padding:50px; */
        width:120px;
    }
}
@media screen and (max-width: 990px){
    #logoFotor{
        width:150px;
    }
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
h1{
    font-size: 2.1rem;
}
h3{
    font-size: 1.3rem;
}
/*contact us*/
.content-container{
    /*padding:5vw;*/
}
.lef-section{
    float:left;
}
.page-title-section{
    padding: 4rem 1rem 1rem;
    text-align: center;
}
.page-title-section h3{
    color:rgb(119, 119, 119);
}
form .field input[type=text],
form .field input[type=email],
form .field input[type=tel] {
    padding: 1.5em 1em!important;
}

form .field {
    margin-bottom: 1.5rem;
}

form .field input[type=text],
form .field input[type=email],
form .field input[type=tel],
form .field textarea {
    background: #f4f5f7!important;
    border-color: #f4f5f7;
}

.form-control,
.admin-pages .field input[type=text],
.admin-pages .field textarea,
form .field input[type=text],
form .field input[type=email],
form .field input[type=tel],
form .field textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.field.radio-cards .radio-card {
    color: #343a40;
    border: .2rem solid #343a40;
    display: inline-block;
    font-size: 1rem;
    padding: 5px; /* Added padding for better appearance */
    box-sizing: border-box;
    width: 45%; /* Set a fixed width */
    text-align: center; /* Center the text */
    word-wrap: break-word; /* Ensure text wraps within the label */
    white-space: normal; /* Allow text to wrap */
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
form .field.radio-cards .radio-card:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
form .field.radio-cards :not(:disabled):not(.disabled).active.radio-card,
.show>.btn-outline-dark.dropdown-toggle,
form .field.radio-cards .show>.dropdown-toggle.radio-card {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    font-size: 1rem;
}

.radio-card .helper {
    font-weight: 400;
    display: block!important;
    /*margin-top: 5px; !* Ensure some space between main text and helper *!*/
    font-size: 0.9rem; /* Slightly smaller font size for helper text */
}

.contact-radio-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensure items wrap within the container */
}

.main-section {
    padding-top: 1em;
    padding-bottom: 2em;
}

.radio-card {
    font-size: 1rem!important;
    font-weight: bold;
    box-sizing: border-box!important;
    padding: 5px; /* Increase padding to accommodate more text */
}
.inpTit{
    font-weight: bold;
    /*color:rgb(119, 119, 119);*/
}
.btn-primary{
    background-color: rgb(254, 156, 29)!important;
    border: 2px solid rgb(254, 156, 29)!important;;
    /*border-radius: ;*/
    color:white!important;
    margin: 10px!important;
    /*font-weight: bold;*/
    font-family: "Kanit", sans-serif;
}
.contact-sidebar {
    background: #F4F5F7;
    border-radius: 1em;
    padding: 0 2em;
}
.quick-titles {
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5em;
}
.text-md, .quick-contacts .quick-contact, .testimonial-slide .author_role, .feature-tour-category .subtitle, .feature-tour-feature .subtitle {
    font-size: 1.1rem;
}
.text-lg, .page-title-section h2, .page-title-section .h2, .page-title-section h3, .page-title-section .h3, .page-title-section .member-subtitle, h4, .h4, .quick-titles, .testimonial-slide .author_name, .fedena-difference h2.h3, .fedena-difference .h3.h2, .fedena-difference .h2.member-subtitle, .fedena-difference h2.member-subtitle, .nav-section-handlers .nav-link {
    font-size: 1.2rem;
}
.card-body a {
    color: #1F6097;
    text-decoration: none;
    background-color: transparent;
}
.vcenter a {
    color: #1F6097;
    text-decoration: none;
    background-color: transparent;
}
.quick-contacts .quick-contact {
    font-weight: bold;
}
.bg-img.bg-img-contact-thank-you, .bg-img.bg-img-ultimate-school-erp, .bg-img.bg-img-fedena-diff-image, .bg-img.bg-img-home-illustrations, .bg-img.bg-img-oem-illustrations, .bg-img.bg-img-partner-illustrations, .bg-img.bg-img-Group2631, .bg-img.bg-img-why-fedena-sis, .bg-img.bg-img-fedena-learn, .bg-img.bg-img-learn-first-fold, .bg-img.bg-img-fedena-demo-image {
    width: 100%;
    min-height: 20em;
}
.common-image-bg-properties, .bg-img {
    margin: 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.demo-img{
    background: url('/images/ban-min.PNG');
}
.sub-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.halfTxt {
    width: 100%;
    flex: 1;
}

.runTxt {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: justify;
}

.halfVid {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    /*border-radius: 5px;*/
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 768px) {
    .halfTxt, .halfVid {
        width: 100%;
        flex: auto;
    }
}
@media screen and (min-width: 768px) {
    .halfTxt, .halfVid {
        width: 48%;
    }
}

@media screen and (min-width: 992px) {
    .halfTxt, .halfVid {
        width: 48%;
    }
}
/* Standardize sub-container */
/*.sub-container {*/
    /*width: 100%;*/
    /*max-width: 1200px; !* Adjust as needed *!*/
    /*margin: 0 auto; !* Center align the container *!*/
    /*padding: 20px; !* Adjust padding as needed *!*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 20px; !* Space between child elements *!*/
/*}*/

/* Text container styling */
/*.halfTxt {*/
    /*width: 100%; !* Default to 100% width *!*/
    /*flex: 1; !* Allow flexibility *!*/
/*}*/

/* Text content styling */
/*.runTxt {*/
    /*font-family: Arial, sans-serif; !* Standard font *!*/
    /*font-size: 1rem; !* Adjust as needed *!*/
    /*line-height: 1.5; !* Adjust as needed *!*/
    /*color: #333; !* Standard text color *!*/
    /*margin: 0; !* Remove default margins *!*/
    /*padding: 10px; !* Adjust padding as needed *!*/
    /*background: #f9f9f9; !* Light background color *!*/
    /*border-radius: 5px; !* Rounded corners *!*/
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1); !* Subtle shadow *!*/
/*}*/

/* Video container styling */
/*.halfVid {*/
    /*width: 100%; !* Default to 100% width *!*/
    /*flex: 1; !* Allow flexibility *!*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*padding: 2vw;*/
    /*background: #fff; !* White background *!*/
    /*!*border-radius: 5px; !* Rounded corners *!*!*/
    /*!*box-shadow: 0 2px 4px rgba(0,0,0,0.1); !* Subtle shadow *!*!*/

/*}*/
/*.halfVid {*/
    /*width: 100%; !* Default to 100% width *!*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/

/*.halfVid iframe {*/
    /*width: 100%; !* Default to 100% width *!*/
    /*max-width: 100%; !* Ensure it doesn't exceed the container width *!*/
    /*height: auto; !* Maintain aspect ratio *!*/
    /*min-height: 60%;*/
/*}*/
/*large and extra large*/
@media screen and (min-width: 992px) {
    /*.halfVid {*/
        /*width: 50%;*/
        /*display: inline-block;*/
        /*float: left;*/
    /*}*/
    .halfTxt{
        width:50%;
        padding:0.2vw;
        display: inline-block;
        float: left;
    }
    /*.runTxt{*/
        /*display: inline-block;*/
        /*font-size: 1.3vw;*/
        /*line-height: 2vw;*/
        /*letter-spacing: 1px;*/
        /*font-family: 'Asap', sans-serif;*/
        /*text-align: justify;*/
        /*!*padding: 10px 10px 10px 50px;*!*/
    /*}*/


}
/*medium and large*/
/*@media screen and (min-width: 768px) and (max-width: 992px) {*/
    /*.halfVid {*/
        /*width: 100%;*/
    /*}*/
/*}*/
/*@media screen and (min-width: 770px){*/
    /*.main-section {*/
        /*padding: 1em;*/
        /*!*padding-bottom: 2em;*!*/
    /*}*/
/*}*/
@media screen and (max-width: 770px){
    .main-section {
        padding: 1em;
        /*padding-bottom: 2em;*/
    }
}
/*}*/
