@font-face {
  font-family: 'Open Sans';
  src: url("/dotcom/TCSSMB/fonts/OpenSans-Regular.eot");
  src: url("/dotcom/TCSSMB/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/dotcom/TCSSMB/fonts/OpenSans-Regular.woff2") format("woff2"), url("/dotcom/TCSSMB/fonts/OpenSans-Regular.woff") format("woff"), url("/dotcom/TCSSMB/fonts/OpenSans-Regular.ttf") format("truetype"), url("/dotcom/TCSSMB/fonts/OpenSans-Regular.svgfooter .footercols#Regular") format("svg");
  font-weight: 600;
  font-style: normal; }
 
 
@font-face {
  font-family: 'Open Sans';
  src: url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.eot");
  src: url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.woff2") format("woff2"), url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.woff") format("woff"), url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.ttf") format("truetype"), url("/dotcom/TCSSMB/fonts/OpenSans-Semibold.svg#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* Contact Us form css starts */
.selName {
    position: absolute;
    font-size: 12px;
    color: #666;
    top: 0px;
    opacity: 0;
    transition: 0.6s ease-in-out;
    left: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.selName.in {
    opacity: 1;
    top: -19px;
}
body .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 9px 8px;
}
.inputField {
    position: relative;
    width: 385px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 32px;
    vertical-align: top;
}

.inputField input,
.inputField textarea {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    position: relative;
    border: 1px solid #cccccc;
    width: 100%;
}
.inputField input:focus,
.inputField textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #ff0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.mandatory {
    color: #f06d12;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    margin-right: 2px;
    font-size: 12px;
    text-align: right;
}
.formsection .mandatory {
    position: absolute;
    top: -2px;
    /* right: 377px; */
    margin-left: -9px;
}
.mandatoryField {
    text-align: right;
    font-size: 12px;
}
.formsection {
    margin-top: 20px;
}

.contact_form {
    width: 454px;
    max-width: 100%;
    margin: 15px auto;
    padding: 14px 41px 15px 36px;
    box-shadow: 2px 2px 12px -1px rgba(0,0,0,0.3);
    background-color: #fff;
    color: #333;
}
.contact_form h2 {
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 15px 0 10px;
    font-weight: normal;
}
.imgCaptcha {
    margin-top: -13px;
}
.imgCaptcha img {
    max-width: 100%;
}
.btnSubmitNow {
    border: none;
    font-size: 18px;
    background-color: #ff871c;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 14px 15px;
    border-radius: 3px;
    border-bottom: 3px solid #d66a12;
    transition: all .15s;
    cursor: pointer;
    width: 100%;
    margin-top: 16px;
}
.btnSubmitNow:hover, .btnSubmitNow:focus {
    background-color: #f77d11;
    outline: 0;
}
@media only screen and (max-width: 425px) {
    .contact_form {
        margin: 0;
        padding-left: 10px;
        padding-right: 15px;
    }
}
/* Contact Us form css ends */



.header {
    overflow: hidden;
    background-color: #f1f1f1;
}

.gstheader .header-right a {
    float: left;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14.4px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
}
.gstheader .header-right a span, .gstheader .header-right a.active span {
    content: "";
    width: 0;
    transition: all .3s;
    background-color: #ff871c;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gstheader .header-right a:hover span, .gstheader .header-right a.active span {
    width: 100%;
}

.header a.logo {
    font-size: 25px;
}
.header a.logo img {
    width: 150px;
    margin-top: -4px;
    transition: all .3s;
}

.header-right {
    float: right;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    margin-bottom: -16px;
}
.gstheader {
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
    background-color: rgb(0, 0, 0, .45);
}
.headerUpper {
    width: 100%;
    background: #2d3540;
    height: 35px;
    transition: all .3s;
}
.headerUpperLft {
    padding: 7px 8px;
    width: 200px;
}
.headerUpperRght {
    padding: 6px 4px 7px;
    width: 75px;
    margin-right: 10px;
}
.headerUpper img {
    width: 100%;
}
.fltleft {float: left;}
.fltrght {float: right;}

.bodyscroll .headerUpper {
    margin-top: -35px;
}
.header.bodyscroll a.logo img {
    width: 120px;
}
.gstheader.bodyscroll {
    background-color: #333;
}
.gstheader.bodyscroll .header-right {
    margin-bottom: -13px;
}
.btnScrolltop {
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 42px;
    height: 42px;
    display: none;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all .15s;
    z-index: 1;
}
.btnScrolltop:hover {
    background-color: #666;
    opacity: 1;
}
.btnScrolltop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -13px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #CCC;
}
.smallHeaderMenu {
    display: none;
}
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}








.contactus_container {
    background-color: #3f56a2;
    color: #fff;
    padding: 47px 82px 30px;
}
.contactus_container .aboutus_desk {
    padding-right: 30px;
}
.contactus_container .aboutus_desk h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.contactus_container .aboutus_desk p {
    font-size: 16px;
    line-height: 23px;
text-align: justify;
}
.contactus_container .right_contactus {
    margin-top: -20px;
}
.carouselAuthorPara {
    padding: 30px 50px;
}
#carouselAuth.carousel {
    max-width: 960px;
    margin: auto;
    /* width: 90%; */
}
#carouselAuth .carousel-indicators li {
    background-color: #3f56a2;
}
#carouselAuth .carousel-indicators {
    margin-bottom: -7px;
}
.carousel-control-prev-icon {
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy45NyAyNS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy1ydDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLjg5LDE4LjUsMTAuNzksNi4zOGEuNjguNjgsMCwwLDEsMC0xbC4zMi0uMjdhLjgyLjgyLDAsMCwxLDEuMS4wNUwyNC4zNCwxNy4yNmEuNjcuNjcsMCwwLDEsMCwxbC0uMzEuMjdBLjgzLjgzLDAsMCwxLDIyLjg5LDE4LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAuNTggLTQuOTEpIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIuODMsMTcuMTJsLTEyLDEyLjIyYS42Ny42NywwLDAsMCwuMDUsMWwuMzIuMjdhLjgxLjgxLDAsMCwwLDEuMDktLjA2bDEyLTEyLjIxYS42OS42OSwwLDAsMCwwLTFsLS4zMi0uMjdBLjgzLjgzLDAsMCwwLDIyLjgzLDE3LjEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwLjU4IC00LjkxKSIvPjwvc3ZnPg==') no-repeat center;
    height: 24px;
    width: 24px;
    display: inline-block;
    transform: rotate(180deg)
}
.carousel-control-next-icon {
    background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy45NyAyNS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvdy1ydDE8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLjg5LDE4LjUsMTAuNzksNi4zOGEuNjguNjgsMCwwLDEsMC0xbC4zMi0uMjdhLjgyLjgyLDAsMCwxLDEuMS4wNUwyNC4zNCwxNy4yNmEuNjcuNjcsMCwwLDEsMCwxbC0uMzEuMjdBLjgzLjgzLDAsMCwxLDIyLjg5LDE4LjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAuNTggLTQuOTEpIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIuODMsMTcuMTJsLTEyLDEyLjIyYS42Ny42NywwLDAsMCwuMDUsMWwuMzIuMjdhLjgxLjgxLDAsMCwwLDEuMDktLjA2bDEyLTEyLjIxYS42OS42OSwwLDAsMCwwLTFsLS4zMi0uMjdBLjgzLjgzLDAsMCwwLDIyLjgzLDE3LjEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwLjU4IC00LjkxKSIvPjwvc3ZnPg==') no-repeat center;
    height: 24px;
    width: 24px;
    display: inline-block;
}
.carousel-control-prev, .carousel-control-next {
    width: auto;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
}
/* .carousel-control-prev {    left: -25px;}
.carousel-control-next {    right: -25px;} */
.carouselpara {
    font-size: 20px;
    color: #4c688a;
    //color: #000000;
   // background-color: #CCCCF9;
    text-align: center;
    margin-bottom: 25px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}
.carouselpara .parafoo {
    margin-top: 12px;
}
.parafoo .authName {
    font-size: 19px;
    text-transform: uppercase;
   color: #2d3540;

//color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.solution_content .card {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px;
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
}
.solution_content .card.card_reverse {
    flex-direction: row-reverse;
    background-color: #fff;
}
.solution_content .card img, .solution_content .card .card-body {
   /* width: 50%;
    float: left;
    border-radius: 0;
    object-fit: cover;*/

width: 50%;
	float: left;
	border-radius: 0;
	object-fit: contain;
	object-position: top;
padding-top: 0;
}
.solution_content .card-title {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
.solution_content .card-body .btn {
    background-color: #ff871c;
    border-color: #ff871c;
    color: #fff;
    border-radius: 25px;
    padding: 6px 17px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.solution_content .card-body .btn:hover, 
.solution_content .card-body .btn:focus {
    background-color: #f77d11;
    border-color: #f77d11;
    outline: none;
    box-shadow: none;
}
.solution_content .card-body p {
    margin-bottom: 30px;
}

.resDetailSec {
    padding: 25px 0;
}
.resLogo {
    width: 105px;
    height: 105px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.resIcon {
    background: #fe8100;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
}
.resIcon img {
    height: auto;
    margin: 14% 26%;
    width: 45%;
}
.resDesc {
    width: calc(100% - 165px);
    display:inline-block;
    vertical-align: middle;
}
.resDesc h3 {
    color: #636d7f;
    font-size: 15.2px;
    font-family: 'Open Sans', sans-serif;
}
.resDesc p {
    color: #333;
    font-size: 17.6px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.resDesc a {
    color: #3e86c7;
    font-size: 14.4px;
    background: url(../images/download.gif) no-repeat 1px 3px;
    background-size: 11px;
    padding-left: 18px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.resDesc a:hover {
    text-overflow: underline;
}

.resource_content > h2 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.youmedia_sec {

}
.youmedia_sec .videosection {
    text-align: center;
    padding: 20px 0;
}
.youmedia_sec .videosection h2 {
    font-size: 17.6px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.youmedia_sec .videosection iframe {
    max-width: 100%;
}
.brochuresec .row .col-md-6, .youmedia_sec .row .col-md-6 {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
.youmedia_sec .row .col-md-6 {
    border-bottom: 1px solid #e0e0e0;
}
.brochuresec .row .col-md-6:last-child, .youmedia_sec .row .col-md-6:last-child {
    border-right: none;
}

.aboutus_footer .aboutus_desk {
    display: none;
}
.gstfooter {
    background-color: #033155;
    text-align: center;
}
.socialfonts {
    /* padding: 10px 5px 3px; */
}
.socialfonts a {
    padding: 3px;
    display: inline-block;
}
.socialfonts a i {
    font-size: 20px;
    color: #fff;
    transition: all .3s;
}
.socialfonts a:hover i {
    transform: scale(1.1);
}
.copyrght {
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 0 auto;
}
.copyrght label {
    padding: 0;
    margin: 0;
}
.gstfooter .container {
    padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
    .contactus_container, .resource_content, 
    .solution_content .card, 
    .carouselAuthorPara, 
    .aboutus_footer .aboutus_desk {
        padding: 35px;
    }
}
@media only screen and (max-width: 991px) {
    .contactus_container .aboutus_desk {
        display: none;
    }
    .aboutus_footer .aboutus_desk {
        display: block;
        background-color: #f7f7f7;
    }
    .aboutus_footer .aboutus_desk h2 {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
    }
}


/*
@media only screen and (max-width: 767px) {
    .contactus_container, .resource_content, 
    .solution_content .card, 
    .carouselAuthorPara, 
    .aboutus_footer .aboutus_desk {
        padding: 15px;
    }
    .resLogo {
        width: 85px;
        height: 85px;
    }
    .resDesc {
        width: calc(100% - 110px);
    }
    .brochuresec .row .col-md-6, .youmedia_sec .row .col-md-6, .youmedia_sec .row .col-md-6:last-child {
        border-right: none;
    }
    .youmedia_sec .row .col-md-6:last-child {
        border-top: none;
    }
    .carouselpara {
        font-size: 15px;
    }
    .parafoo .authName {
        font-size: 14px;
    }
    .solution_content .card img, .solution_content .card .card-body {
        width: 100%;
        object-fit: cover;
    }
    .solution_content .card .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .contactus_container .right_contactus {
        margin-top: auto;
    }
    .carousel-indicators {
        display: none;
    }

    .headerUpper, .header-right {
        display: none;
    }
    .smallHeaderMenu {
        display: block;
        position: absolute;
        top: 5px;
        right: 6px;
        width: 40px;
        height: 40px;
        border: 1px solid #666;
        border-radius: 3px;
        transition: all 1s ease 0s;
    }
    .smallHeaderMenu span {
        position: absolute;
        width: 28px;
        top: 19px;
        left: 6px;
        right: 10px;
        display: block;
        height: 4px;
        margin-top: -2px;
        background-color: #F37234;
        font-size: 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        border: 0;
    }
    .smallHeaderMenu span:before, .smallHeaderMenu span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F37234;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        border: 0;
    }
    .smallHeaderMenu span:before {
        -webkit-transform: translateY(-220%);
        transform: translateY(-220%);
        border: 0;
    }
    .smallHeaderMenu span:after {
        -webkit-transform: translateY(220%);
        transform: translateY(220%);
    }
    .header a.logo img {
        width: 120px;
    }
    .gstheader {
        background-color: #333;
    }
    .gstheader {
        margin-bottom: -13px;
    }
    .menuOpen {

    }
    .smallHeaderMenu.menuOpen span {
        background-color: transparent;
        border: 0;
    }
    .smallHeaderMenu.menuOpen span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    .smallHeaderMenu.menuOpen span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    .header-right {
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100% - 77px);
        top: 77px;
        right: auto;
        bottom: auto;
        transform: none;
        background-color: #333;
        overflow-y: auto;
    }
    .gstheader .header-right a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        margin: 0;
    }
    .gstheader .header-right a.active {
        color: #ff871c;
    }
    .gstheader .header-right a span {
        display: none !important;
    }
    .content-body {
        padding-top: 51px;
    }
}
*/


@media only screen and (max-width: 767px) {
    .contactus_container, .resource_content, 
    .solution_content .card, 
    .carouselAuthorPara, 
    .aboutus_footer .aboutus_desk {
        padding: 15px;
    }
    .resLogo {
        width: 85px;
        height: 85px;
    }
    .resDesc {
        width: calc(100% - 110px);
    }
    .brochuresec .row .col-md-6, .youmedia_sec .row .col-md-6, .youmedia_sec .row .col-md-6:last-child {
        border-right: none;
    }
    .youmedia_sec .row .col-md-6:last-child {
        border-top: none;
    }
    .carouselpara {
        font-size: 15px;
    }
    .parafoo .authName {
        font-size: 14px;
    }
    .solution_content .card img, .solution_content .card .card-body {
        width: 100%;
        object-fit: cover;
    }
    .solution_content .card .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .contactus_container .right_contactus {
        margin-top: auto;
    }
    .carousel-indicators {
        display: none;
    }


    .headerUpper, .header-right {
        /* display: none; */
        height: 30px;
        margin: 0 !important;
    }
    .headerUpper img {
        height: 8px;
        width: auto;
    }
    .headerUpperLft {
        padding: 4px 7px;
    }
    .headerUpperRght {
        padding: 4px;
        margin: 0;
    }
    .headerUpperRght img {
        width: 100%;
        height: 12px;
    }
    .header.bodyscroll a.logo img {
        width: 105px;
    }
    .smallHeaderMenu {
        display: block;
        position: absolute;
        top: 37px;
        right: 6px;
        width: 36px;
        height: 36px;
        border: 1px solid #666;
        border-radius: 3px;
        transition: all 1s ease 0s;
    }
    .smallHeaderMenu span {
        position: absolute;
        width: 26px;
        top: 18px;
        left: 4px;
        display: block;
        height: 4px;
        margin-top: -2px;
        background-color: #F37234;
        font-size: 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        border: 0;
    }
    .smallHeaderMenu span:before, .smallHeaderMenu span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F37234;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        border: 0;
    }
    .smallHeaderMenu span:before {
        -webkit-transform: translateY(-220%);
        transform: translateY(-220%);
        border: 0;
    }
    .smallHeaderMenu span:after {
        -webkit-transform: translateY(220%);
        transform: translateY(220%);
    }
    .header a.logo img {
        width: 120px;
    }
    .gstheader {
        background-color: #333;
    }
    .gstheader {
        margin-bottom: -13px;
    }
    .menuOpen {

    }

.solution_content .card img {
        margin-bottom: 20px;
    }
    .smallHeaderMenu.menuOpen span {
        background-color: transparent;
        border: 0;
    }
    .smallHeaderMenu.menuOpen span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    .smallHeaderMenu.menuOpen span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    .header-right {
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100% - 77px);
        top: 77px;
        right: auto;
        bottom: auto;
        transform: none;
        background-color: #333;
        overflow-y: auto;
    }
    .gstheader .header-right a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        margin: 0;
    }
    .gstheader .header-right a.active {
        color: #ff871c;
    }
    .gstheader .header-right a span {
        display: none !important;
    }
    /*.content-body {
        padding-top: 81px;
    }*/
	
	
.content-body {
       // padding-top: 77px;
padding-top: 37px;
        display: flex;
        flex-direction: column;
    }
    .content-body > div {
        flex-wrap: wrap;
        width: 100%;
    }
    .content-body :nth-child(1) { order: 0; }
    .content-body :nth-child(2) { order: 2; }
    .content-body :nth-child(3) { order: 4; }
    .content-body :nth-child(4) { order: 4; }
    .content-body :nth-child(5) { order: 3; }
    .content-body :nth-child(6) { order: 6; }

@media only screen and (max-width: 425px) {
    .resLogo {
        width: 65px;
        height: 65px;
        margin-right: 10px;
    }
    .resDesc {
        width: calc(100% - 80px);
    }
    .resDesc h3 {
        font-size: 12px;
    }
    .resDesc p {
        font-size: 14px;
    }
    .resDesc a {
        font-size: 13px;
    }
    .solution_content .card-title {
        font-size: 16px;
    }
}



.modal-box {
  display: none;
  position: absolute;
  left:-9999px;
  top:-9999px;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 30em; }
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em 1em 2.5em;
    text-align: center;
/*  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);*/
  
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
