.top-img {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-right: 60px;
}

top-img img {
    width: 100%;
    max-height: 500px;
}

section.top-section {
    width: 100%;
    position: relative;
    margin-top: 100px;
    min-height: 400px !important;
    margin-bottom: 150px;
    background: #FFFFFF;
    background-image: linear-gradient(0deg, rgba(255,255,255,0.50) 8%, #FFF2EB 100%);    
}

.top-header {
    align-items: center;
    justify-content: center;
    display: flex;
    height: fit-content;
    margin-top: 20px;
    min-height: 500px;
    padding: 0 15px;
}

.active-nav {
    color: #868f97;
}

.triangle {
    border-top: solid 5px #868f97;
}

.title-label {
    font-size: 20px;
    font-family: 'IBM';
    color: #EB6B22;
}

.title-content {
    font-size: 45px;
    font-family: 'Merri-Bold';
}

.title-content a {
    color: #333333;
    position: relative;
}


.title-content a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-width: 0 0 3px;
    border-style: solid;
    border-color: #bea03a;
}

section.contact-form {
    margin: 40px;
    padding: 40px;
    background: #f2f3f5;
    border-radius: 3px;
}

.get_title {
    font-size: 3.0rem;
    font-family: 'Merri-Bold';
    margin-bottom: 10px;
}

.get_content {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
}

.input-section {
    margin-top: 30px;
}

.input-group label {
    display: block;
}

.input-group {
    padding-right: 40px;
    width: 100%;
}

.input-group label {
    font-family: 'IBM-Bold';
    margin-bottom: 14px;
}

.input-group input {
    padding-left: 10px;
    font-family: 'IBM';
}

.input-group i {
    position: absolute;
    z-index: 99999;
    padding: 13px;
}

.input-list {
    display: flex;
    margin-top: 35px;
}

.get_content span {
    font-size: 2rem;
    font-family: 'IBM-Bold';
}

.learnmore {
    color: #5454e5;
}

.btn-lists {
    margin-top: 15px;
}

.content-section {
    min-height: 400px;
    position: relative;
}

.card-view {
    box-shadow: 0 1px 35px rgba(188, 181, 181, 0.19), 0 6px 6px rgba(251, 251, 251, 0.23);
    border-radius: 5px;
    margin: 80px 120px 120px 120px;
    padding-bottom: 50px;
}

.nav-section {
    padding: 40px;
}

.nav-section li {
    display: inline-block;
    padding-right: 30px;
    color: #bea03a;
    list-style: none;
}

.q-img img {
    width: 90%;
    float: right;
}

.q-img img.action-img {
    width: 90% !important;
}

.quick-act {
    padding: 40px;
    padding-top: 80px;
}

.q-title {
    font-size: 30px;
    z-index: 10;
    font-family: 'Merri-Bold';
    display: inline-block;
}

.q-content h4 {
    font-family: 'IBM-Medium';
    font-size: 22px;
}

.q-content {
    font-family: 'IBM';
    font-size: 18px;
}

.bg-q {
    height: 15px;
    position: absolute;
    left: 25px;
    background: #EB6B22;
    opacity: 0.1;
    width: calc(100% - 20px);
    top: 25px;
    opacity: 0.1;
    z-index: -1;
}

span.inner-q {
    position: relative;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.w100 {
    width: 100% !important;
}

.pdrt {
    margin-right: 40px;
    margin-top: 50px;
}

#feature-third-img {
    width: 90% !important;
}

.title-label {
    color: #EB6B22 !important;
}

.nav-section li {
    color: #EB6B22 !important;
}

.title-content a:after {
    border-color: #EB6B22;
}

.md-device .mobsec,
.lg-device .mobsec,
.sm-device .mobsec {
    margin-bottom: 65px;
}

.xs-device .contact-form {
    padding: 20px 20px 0px 20px !important;
    margin: 20px 0px 100px 0px !important;
}

.xs-device .btn-lists {
    margin-top: 30px;
}

.xs-device .btn-lists .action_btn {
    width: 100%;
}

.xs-device .top-content {
    color: #ed6a08;
}

.xs-device .title-content {
    font-size: 30px;
}

.xs-device .title-label {
    color: #868f97 !important;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
}

.xs-device .title-content a {
    color: #ed6a08;
}

.xs-device .top-img {
    margin: 0 auto;
    padding: 0;
}

.xs-device .top-img img {
    width: 100%;
}

.xs-device .mobtop {
    padding: 0;
    margin: 0;
}

.xs-device .content-section .card-view {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    border-radius: 0;
}

.xs-device .content-section .quick-act {
    padding: 15px;
}

.xs-device .content-section .q-img {
    width: 100%;
    display: inline-block;
}

.xs-device .content-section .q-img img {
    float: none;
    width: 100%;
    text-align: center;
}

.xs-device .mobsec .col-xs-12 {
    padding: 0;
    margin: 0;
}

.xs-device .mobsec {
    padding: 0;
    margin: 10px -24px 0 -24px;
}

.xs-device .swap-div {
    display: flex;
    flex-wrap: wrap;
}

.xs-device .colRev {
    flex-direction: column-reverse;
}

.xs-device .p15 {
    padding: 15px;
}

.xs-device section.top-section {
    max-height: inherit !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.xs-device section.top-section {
    top: -50px;
}

.xs-device .top-header {
    margin-top: 0 !important;
}

.xs-device .act-section .top-header {
    min-height: 380px !important;
}

.xs-device .act-section .top-content {
    width: 100%;
}

.q-img img.caesar-quickaction {
    position: absolute;
    left: 45%;
    width: 80px !important;
    visibility: visible;
    top: -35px;
}

.pt50 {
    padding-top: 50px !important;
}

.top-img .act-img {
    width: 90%;
}