/*================ Global Properties Css Start Here ======== */
body {
    font-family: 'robotolight';
    overflow-x: hidden;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;/*font-family: 'robotobold';*/
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
}
* {
    margin: 0;
    padding: 0;
    outline: none !important;
}
*:focus {
    outline: none;
}
a:focus {
    outline: none !important;
    text-decoration: none !important;
}
a:hover {
    outline: none !important;
    text-decoration: none !important;
}
.container {
    max-width:1300px;
    width: 100%;
    padding: 0 90px;
}
/*================ Global Properties Css End Here ======== */
.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
    min-height:80vh;
}
.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.slideBanner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slide-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg-wave.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.slide-bg img {
    display: block;
}
.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.slider-controls {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide-nav .prev, .slide-nav .next {
    position: absolute;
    top: 43%;
    z-index: 10;
    color: #fff;
    background: #000;
    height: 40px;
    width: 40px;
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    padding-top: 4px;
}
.slide-nav .prev {
    left:0%;
}
.slide-nav .next {
    right:0%;
}
.bannerText {
    display:inline-block;
    padding: 22% 0;
}
.bannerText h2 {
    color: #fff;
    margin-bottom:0;
    font-weight: 600;
    font-size: 34px;
    font-family: 'robotobold';
}
.bannerText p {
    font-size: 19px;
    margin:15px 0 0 0;
    color: #fff;
    line-height: 28px;
}
.bannerText p span {
    color: #064d5b;
}
.banner-button {
    line-height: 39px;
    height: 39px;
    text-align: center;
    margin-top:30px;
    width: 207px;
    cursor: pointer;
}
.button1 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
}
.button1 a {
    color: #fff;
    font-size:16px;
    text-transform:uppercase;
    text-decoration: none;
    display: block;
}
.slide-bg img {
    width: 100%;
    display: none;
}
.button1 a:hover {
    background: transparent;
    color: #000;
}
.banner-art {
    padding: 27% 0;
}
.banner-art img {
    max-height:300px;
    display: block;
    float: right;
}
.slide-content .row {
    margin: 1% auto auto auto;
    max-width: 1300px;
    width: 100%;
    padding: 0 70px;
}
header {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
.web-desktop-nav {
    float: right;
}
.web-desktop-nav li.active a {
    color:#000000;
}
.web-desktop-nav li {
    float: left;
}
.web-desktop-nav li:hover a, .web-desktop-nav li:focus a {
    color:#6757f2;
}
.web-desktop-nav li:hover ul li a, .web-desktop-nav li:focus ul li a {
    color: #333;
}
.web-desktop-nav li ul li {
    float: none;
    width: 100%
}
.web-desktop-nav li ul li:hover a, .web-desktop-nav li ul li:focus a {
    color:#6757f2;
}
.web-desktop-nav li ul {
    position: absolute;
    z-index: 9999;
    background: #efefef;
    padding: 17px 22px;
    display: none;
    box-shadow: 0 2px 15px rgba(49, 33, 171, 0.1);
    border-radius: 8px;
}
.web-desktop-nav li:hover ul {
    display: block;
}
.web-desktop-nav li ul li a {
    line-height: 28px;
    padding: 0;
    font-size: 16px;
}
.web-desktop-nav li a {
    color: #333;
    font-size: 19px;
    line-height: 45px;
    padding: 0 25px;
    font-weight: 600;
}
.web-desktop-nav li:last-child a {
    padding-right: 0;
}
.main-section-home {
    padding: 60px 0px;
    background: #fff;
}
#about_us .Product_App-title {
    font-family: 'robotomedium';
    background: -webkit-linear-gradient(#8e54e9, #3d59f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: inherit;
    font-size: 34px;
    font-weight: bold;
}
.reade-more-button {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    width: 147px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
    font-family: 'robotomedium';
}
#about_us p {
    font-size: 18px;
    color: #555;
}
.float-right-column {
    float: right;
    text-align: right;
}
.main-section-hading {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    font-family: 'robotomedium';
    background: -webkit-linear-gradient(#8e54e9, #3d59f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: inherit;
}
.main-section-dis-p {
    font-size: 20px;
    color: #444444;
    text-align: center;
}
.gray-bg {
    background: #ececec;
}
.work-process-row {
    text-align: center;
    margin-top: 45px;
}
.work-process-column-box h2 {
    font-size: 16px;
    color: #333333;
    font-family: 'robotomedium';
    margin: 12px 0 0px 0;
}
.work-process-column-box p {
    font-size:15px;
    color: #555555;
    text-align: center;
    margin: 6px 0 0 0;
}
#WHAT-MAKES-US-DIFFERENT .work-process-icon img {
    display: inline-block;
    max-width:70px;
}
.our-work-row {
    margin: 40px 0 0 0;
    width: 100%;
    padding: 0;
}
.left-section-hading {
    color: #000;
    font-size: 22px;
    font-family: 'robotomedium';
    margin-bottom:30px;
}
.our-work-left-column p {
    font-size: 16px;
    color: #444444;
    text-align: left;
}
.hading-button {
    color: #fff;
    padding: 10px 15px;
    width: 232px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 39px;
    background: linear-gradient(to right, #111 0%, #333 20%, #444 100%);
}
.our-work-right-column {
    text-align: right;
    overflow: hidden;
}
footer {
    background: url(../images/footer-bg-image.png);
    padding: 36px 0 0px 0;
    width: 100%;
    overflow: hidden;
}
.costume_icon_fa {
    display: inline-block;
    width: 10%;
    float: left;
    margin-top: 5px;
}
.costume_icon_fa i {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}
.contact-us_info-box li a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.costume_address {
    width: 85%;
    float: left;
}
.social_media_text {
    font-size: 15px !important;
}
.contact-us_info-box li {
    margin-bottom: 5px;
}
/*.mail-confer-row{*/
/*margin-left: -5px;*/
/*}*/
@-webkit-keyframes Rotate {
    0% {
        -webkit-transform:rotate(0deg);
    }
    4% {
        -webkit-transform:rotate(-45deg);
    }
    8% {
        -webkit-transform:rotate(0deg);
    }
    12% {
        -webkit-transform:rotate(-45deg);
    }
    16% {
        -webkit-transform:rotate(0deg);
    }
    20% {
        -webkit-transform:rotate(-45deg);
    }
    24% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}
.costume_icon_fa .fa.fa-phone {
    -webkit-animation: Rotate 2000ms linear 2000ms 10;
    animation: Rotate 2000ms linear 2000ms 10;
}
.list-inline {
    margin-left: 0;
}
.contact-us_info-box {
    margin-top: 18px;
}
.social_contact_link {
    color: #fff;
}
.footer-hading {
    font-size: 18px;
    color: #fff;
    font-family: 'robotomedium';
}
.services-links-footer-column ul {
    margin-top: 18px;
}
.services-links-footer-column li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.copyRight {
    padding: 0 50px;
    margin: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
}
.copyRight p {
    border-top: 1px solid #161616;
    color: #b6b6b6;
    padding-top: 15px;
    font-size: 13px;
    text-align: center;
}
.inside-banner-holder {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18abc2+1,7d4dec+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    color:#fff;
    text-align: center;
    background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
}
#inside-banner-holder-box {
    padding: 60px 0;
}
.inside-banner-holder h2 {
    font-weight: 600;
    font-size: 47px;
    font-family: 'robotobold';
    position: relative;
    width: auto;
    display: inline-block;
}
.inside-banner-holder h2::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    bottom: -15px;
    left: 0;
    background: transparent;
    border-top: 4px solid #fff;
}
.inside-page-main-holder {
    padding: 50px 0;
    text-align: center;
}
.inside-page-main-holder p {
    font-size: 17px;
    color: #555;
}
.float-right-image {
    float: right;
    max-width: 400px;
    margin: 0 0 30px 20px;
}
.inside-pages-l-r-column {
    text-align: left;
    margin-top: 30px;
}
#work-process {
    background: linear-gradient(to right, #111 0%, #333 20%, #444 100%);
    background: #ececec;
}
#work-process-holder-box {
    width: 100%;
    background: url(../images/bg-wave.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 11%;
}
#work-process .main-section-hading {
    /* -webkit-text-fill-color: #fff; */
}
#work-process .main-section-dis-p {
    /* color:#fff; */
}
#work-process .work-process-column-box h2 {
    /* color:#fff; */
}
#work-process .work-process-column-box p {
    /* color:#fff; */
}
#work-process .work-process-icon {
    height: 80px;
    width: 80px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 80px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.work-process-icon img {
    max-width:50px;
}
.reade-more-button:hover, .reade-more-button:focus {
    background:#ddd;
    color:#8e54e9;
}
.our-work-right-column img {
    max-width: 100%;
}
.float-left-image {
    float: left;
    margin:0 20px 20px 0;
    max-width: 300px;
}
.contact-us-form {
    max-width:800px;
    margin: 30px auto 0 auto;
    display: block;
}
.custom_input {
    border: none;
    border-radius: 0;
    height: auto;
    border-bottom: 1px solid #ccc;
    font-size: 19px;
    padding: 10px 0 14px 0;
    margin-bottom: 30px;
    width: 100%;
    color: #999;
    background: transparent;
    font-weight: 500;
    box-shadow: none;
}
.custom_input:focus, .custom_input:hover {
    outline: none !important;
    box-shadow: none !important;
}
.contact-button {
    display: inline-block;
    padding: 14px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    width: 200px;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
    font-family: 'robotomedium';
    height: auto;
    border: none;
    box-shadow: none;
}
.contact-button:hover, .contact-button:focus {
    background: #ddd;
    color: #8e54e9;
}
.contact-us-section li a {
    color: #666;
    font-size: 30px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.contact-us-section .costume_icon_fa i {
    color: #777;
}
.contact-us-section li span {
    font-size: 32px;
    font-weight: 500;
    margin-right: 10px;
    color: #555;
    vertical-align: middle;
}
.contact-us-section .social_media_text {
    font-size: 19px !important;
    color: #555;
}
.language-listing {
    padding-left: 20px;
    margin-top: 15px;
}
.language-listing li {
    font-size: 17px;
    color: #666;
    list-style-type: disc;
    margin-bottom:6px;
}
.sacend-row {
    margin-top: 40px;
    clear:both;
}
.ai-machine-icon span.icon {
    background:url(../images/AI-machine-sprite.png) no-repeat;
    display:block;
    height:70px;
    width:70px;
    margin: 0 auto 15px auto;
}
.ai-machine-icon span.icon.icon2 {
    background-position:-78px 0
}
.ai-machine-icon span.icon.icon3 {
    background-position:-158px 0
}
.ai-machine-icon span.icon.icon4 {
    background-position:-240px 0
}
.ai-machine-icon span.icon.icon5 {
    background-position:-310px 0
}
.ai-machine-icon span.icon.icon6 {
    background-position:-380px 0
}
.row.ai-topic img.medium, .row.ai-topic img.small {
    display:none
}
.ai-machine-icon {
    display:flex;
    flex-flow:row wrap
}
.row.ai-machine-icon p {
    margin:6px 0 40px 0;
}
.Steps-gay-section {
    background: #f3f3f3;
    padding:30px 0;
}
.our-website-product {
    text-align: left;
}
.our-website-product .left-section-hading {
    margin-bottom:15px;
}
.our-website-product-section {
    padding:30px 0 70px 0;
}
.sprite.web-new {
    background:url(../images/sprite-icons-images.png) 0 -2663px no-repeat
}
.sprite.seo-new {
    background:url(../images/sprite-icons-images.png) 0 -2445px no-repeat
}
.sprite.dov-new {
    background:url(../images/sprite-icons-images.png) 0 -254px no-repeat
}
.sprite.wordpress {
    background:url(../images/sprite-icons-images.png) -52px -2445px no-repeat rgba(0, 0, 0, 0)
}
.sprite.ajax {
    background:url(../images/sprite-icons-images.png) 0 -254px no-repeat rgba(0, 0, 0, 0)
}
.sprite.mag {
    background:url(../images/sprite-icons-images.png) -103px -2445px no-repeat rgba(0, 0, 0, 0)
}
.sprite.html-new {
    background:url(../images/sprite-icons-images.png) 0 -664px no-repeat
}
.sprite.mysql {
    background:url(../images/sprite-icons-images.png) -67px -663px no-repeat
}
.feature-product-ul li {
    float:left;
    width:50%;
    padding-bottom:5px
}
.feature-product-ul li label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 45px;
    font-size: 14px;
    color: #777;
}
.mysql, .sprite.ajax, .sprite.dov-new, .sprite.html-new, .sprite.mag, .sprite.seo-new, .sprite.web-new, .sprite.wordpress {
    width:45px;
    height:45px;
    margin-right:12px;
    margin-top:4px;
    float:left
}
#web-close-button {
    display: none;
}
.main-section-sub-hading {
    font-size:16px;
    color: #444;
    -webkit-text-fill-color: #444;
    margin-top: 30px;
}
.language-listing-hading {
    font-size: 24px;
    font-weight: 600;
}
.technology_section {
    padding: 40px 0 50px 0;
    background: linear-gradient(to right, #8e54e9 0%, #8e54e9 20%, #3d59f9 100%);
}
.technology_section .technology-img-box a {
    font-size: 45px;
    color: #fff;
}
.technology_section .technology-icon-box .technology-img-box {
    width: 105px;
}
.technology_section .technology-icon-box .technology-img-box {
    width: 33%;
    display: inline-block;
    text-align: center;
    padding: 0 3%;
}
.technology_section .technology-icon-box .technology-img-box h4 {
    margin-top:3px;
    line-height: 26px;
    color: #fff;
}
.technology_section .technology-icon-box .technology-img-box h3 {
    margin-top: 5px;
    line-height: 26px;
    color: #fff;
    font-family: 'robotolight';
}
.technology-title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.margin-bottom {
    margin-bottom:30px;
}
/*.technology-stack{*/
/*margin-top:50px;*/
/*}*/
.technology-stack-box {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 2px 15px rgba(49, 33, 171, 0.1);
    background: #fff;
    float: none;
    display: inline-block;
    padding: 30px 25px;
    border-radius: 16px;
    vertical-align: top;
    width: 30%;
    margin: 0 1%;
    margin-bottom: 50px;
}
.technology-stack-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #222;
}
.technology-stack-box ul li {
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
    color: #444;
}
.align-left {
    text-align: left;
}
.align-left .main-section-hading {
    text-align: left;
}
#what-makes-us-different .work-process-column-box {
    height: 100px;
    max-width: 200px;
    display: inline-block;
    float: none;
    margin: 0 25px;
}
#hire-section .work-process-column-box {
    height: 100px;
    display: inline-block;
    float: none;
    margin: 0 25px;
    width: 181px;
}
#work-process .work-process-row {
    
}
#work-process-holder-box .work-process-column-box p {
    max-height: 135px;
    overflow: hidden;
}
.what-different-slide {
    max-width: 800px;
    margin: 30px auto 0 auto;
}
.what-different-slide h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.what-different-slide p {
    font-size: 20px;
    color: #777;
    margin-top:6px;
}
.ai-ml-listing-point{
margin-left: 15px
}
.ai-ml-listing-point li{
    font-size: 17px;
    color: #555;
    list-style-type: disc;
    margin-bottom:7px;
}

/****************** Flip Css ****************/

.box-flip-animation {
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 1px 5px rgba(49, 33, 171, 0.15);
    transition: box-shadow 0.5s, transform 0.5s;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: 35px;
}

.box-flip-animation:hover {
    box-shadow: 0 20px 44px 0 rgba(255, 75, 54, 0.20) !important;
    border: 1px solid rgba(255, 75, 54, 1);
}

.box-flip-animation .box-flip-outside {
    width: 100%;
    height: 100%;
}

.box-flip-animation .box-flip-inside {
    z-index: 9;
    background: #fff;
    border: 1px solid rgba(255, 255, 255);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    right: 0px;
    border-radius: 0px 0px 50px 50px;
    transition: all 0.3s;
    overflow: hidden;
}

.box-flip-animation .box-flip-inside p {
    opacity: 0;
    transition-delay: 0.1s;
    transition: 0.2s;
    padding-bottom: 10px;
}


/* .technology-slider-section .box-flip-animation:hover {
    box-shadow: 0 20px 44px 0 rgba(255, 75, 54, 0.20) !important;
    border: 1px solid rgba(255, 75, 54, 1);
} */

.box-flip-animation .box-flip-inside {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 15px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    overflow: auto;
    padding: 6px;
}

.box-flip-animation:hover .box-flip-inside {
    opacity: 1;
}

.box-flip-animation:hover .box-flip-inside p {
    transition-delay: 0.1s;
    opacity: 1;
}

.box-flip-animation:hover .box-flip-inside::-webkit-scrollbar {
    display: none;
}

.box-flip-content {
    padding: 25px;
}

.box-flip-content p {
    color: #202428;
    line-height: 30px;
    margin-bottom: 5px;
}

.box-flip-content .box-flip-read-more {
    color: #ff4b36;
    font-weight: 600;
}

.technology-block-content h5, .technology-slider-section h5 {
    font-size: 15pt;
    line-height: 3rem;
    color: #222;
}
.pb-3, .py-3 {
}
.service_icon {
    min-height: 78px;
}
.technology-slider-section .card {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 2px 21px rgba(49, 33, 171, 0.1);
    min-height: 280px;
}
.technology-slider-section .carousel-indicators {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.technology-slider-section #agency_slider_wrap .card {
    min-height: 230px;
    border-radius: 15px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 27px 23px 0 23px;
}
.technology-block-content h5, .technology-slider-section h5 {
}
.font-w_600 {
    font-weight: 600!important;
}
/********************************************************/
.What_We_Do_Section{
    
    padding: 60px 0; 
}
.What_We_Do_Section .main-section-hading, .What_We_Do_Section .main-section-dis-p {}
.dis_p_text{
    font-size:14px;
    color:#666;  
}
.box-6-slider-block{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner_main_hadding b{
     font-family: 'robotobold';
}
.banner_main_hadding{
    font-size: 56px;
    text-align: center;
    padding:9% 0;
    color:#fff;
}
.Get_started_btton{
    display: inline-block;
    padding:8px 40px;
    background:#fff;
    color:#222;
    font-size:20px;
    font-weight: bold;  

}
.home_banner_section{
    text-align: center;
}
.title_brand_color{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    margin-top: 16px;
}
.service_icon img{
    max-height:65px;
}
.technology-slider-section.What_We_Do_Section  .card{
    min-height: 335px;
}
.our-work-right-column img{
    margin: 0 auto;
}
.sub_hading_healt_tech{
    font-size: 24px;
    color: #222;
    font-weight: 600;
    margin-top: 12px;
}
.technology_stack_row_box{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.technology_stack_row_box .technology-stack-box ul{margin-left: 0;}
.technolog_stack_point_icon{
    max-width:37px;
    margin-right:7px; 
    vertical-align: middle;
}
textarea.form-control {
    height: auto;
    font-weight: 600;
}
.align-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.left_columan_text_box{
    float: left;
}*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media only screen and (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding:0 30px;
    }
}
@media only screen and (max-width: 991px) {
    .slide-content .col-md-5 {
        display: none;
    }
    .slide-content .col-md-7 {
        text-align: center;
        width: 100%;
    }
    .banner-button {
        margin: 20px auto auto auto;
        display: block;
        width: 137px;
        padding: 0;
        height: auto;
        line-height: 30px;
    }
    .bannerText {
        display: inline-block;
        padding: 50px 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .clint img {
        margin: 0 auto 20px auto;
        max-height: 60px;
    }
    .contact-button{
            font-size: 16px;
                padding: 12px 10px;
                 width: 180px;
    }
    .sub_hading_healt_tech {
    font-size: 15px;
    margin-top: 9px;
}
    .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
    .banner_main_hadding {
    font-size: 18px;}
    .what-different-slide {
        max-width: 552px;
        margin: 30px auto 0 auto;
        text-align: center;
    }
    .Get_started_btton {
    display: inline-block;
    padding: 4px 28px;
    font-size: 13px;
    margin-bottom: 20px;
}
.What_We_Do_Section{
    padding: 35px 0 0 0;
}
    .what-different-slide h2 {
        font-size: 17px;
    }
    .what-different-slide p {
        font-size: 13px;
    }
    #hire-section .work-process-column-box h2 {
        margin:10px 0 0 0 !important;
    }
    #what-makes-us-different .work-process-column-box h2 {
        margin:10px 0 0 0 !important;
    }
    #work-process-holder-box .work-process-column-box {
        margin-bottom: 50px;
    }
    .technology-stack {
        padding: 15px 0 50px 0;
    }
    .technology_section {
        padding-bottom:5px;
    }
    .technology-stack-box h3 {
        margin: 25px 0 8px 0;
    }
    header {
        padding:15px 0;
    }
   .contact-us_info-box li a {
    font-size:17px;
}
.contact-us-section li span {
    font-size:17px;
    vertical-align: top;
}
.custom_input {
    font-size: 15px;
    padding: 0px 0 7px 0;
    margin-bottom: 20px;
}

    .technology_section .technology-icon-box .technology-img-box {
        width: 100%;
        margin-bottom: 30px;
    }
    .technology_section .technology-icon-box .technology-img-box h3 {
        font-size:18px;
    }
    .technology-title {
        font-size: 22px;
    }
    .technology_section .technology-img-box a {
        font-size: 32px;
    }
    #hire-section .work-process-column-box {
        margin: 10px auto 25px auto !important;
        float: none;
        height: 100px;
    }
    .main-section-sub-hading {
        font-size: 15px !important;
    }
    #web-close-button {
        display: block;
    }
    .web-desktop-nav {
        display:none;
    }
    .slide-nav .prev, .slide-nav .next {
        height: 30px;
        width: 30px;
        font-size: 24px;
        padding-top: 2px;
    }
    .slide-content .row {
        padding: 0 45px;
    }
    .copyRight p {
        font-size: 11px;
    }
    .copyRight {
        padding: 0 20px;
        margin: 19px 0 10px 0;
        width: 100%;
        overflow: hidden;
    }
    .main-section-home {
        padding: 40px 0;
    }
    .our-work-row {
        margin: 20px 0 0 0;
    }
    .footer-logo img {
        max-width: 140px;
    }
    .inside-pages-l-r-column h2 {
        font-size:18px
    }
    .float-right-image {
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .feature-product-ul {
        margin-bottom: 30px;
        clear: both;
    }
    .our-website-product .left-section-hading {
        text-align: center;
    }
    .Steps-gay-section {
        padding: 30px 0 30px 0;
    }
    #inside-banner-holder-box {
        padding: 40px 0;
        min-height: auto;
    }
    #what-makes-us-different .work-process-column-box {
        height: 100px;
        width: 50% !important;
    }
    #work-process-holder-box {
        padding-bottom: 26px;
    }
    .work-process-row {
        margin-top: 20px;
    }
    .inside-banner-holder h2 {
        font-size: 29px;
    }
    #WHAT-MAKES-US-DIFFERENT .work-process-icon img {
        display: inline-block;
        max-width: 50px;
    }
    .about_img {
        max-width: 110px;
    }
    .services-links-footer-column ul {
        margin-top:12px;
    }
    .services-links-footer-column {
        margin-top:25px;
    }
    .footer-hading {
        font-size: 16px;
    }
    .services-links-footer-column li a {
        font-size: 12.5px;
        color: #fff;
        display: inline-block;
        margin-bottom: 12px;
    }
    .our-work-right-column img {
        max-width: 196px;
        width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
    }
    .our-work-right-column {
        text-align: right;
        float: none;
        margin: 0;
        width: 100%;
        margin-top: 30px;
    }
    .logo {
        max-width: 115px;
        display: block;
    }
    .slider-container {
        min-height: inherit;
    }
    .slide-bg img {
        width: 100%;
        min-height: 350px;
    }
    .bannerText h2 {
        font-size: 28px;
    }
    .bannerText p {
        font-size: 14px;
        margin: 15px 0 0 0;
        line-height: inherit;
    }
    .button1 a {
        font-size: 12px;
        padding: 0;
    }
    .float-right-column {
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
    #about_us .Product_App-title {
        text-align: center;
        font-size: 18px;
    }
    #about_us p {
        font-size: 14px;
        text-align: center;
    }
    #about_us .reade-more-button {
    }
    .main-section-hading {
        font-size: 20px;
    }
    .main-section-dis-p {
        font-size: 15px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .col-md-3.col-md-6 {
        width: 100%;
        float: none;
        margin-top: 35px;
    }
    .work-process-column-box h2 {
        font-size: 14px;
        margin: -10px 0 -0px 0;
    }
    .left-section-hading {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .hading-button {
        max-width: 231px;
        font-size: 16px;
        margin:0 auto 20px auto;
        width: auto;
    }
    .our-work-left-column p {
        font-size: 15px;
        text-align: center;
    }
    .reade-more-button {
        display: block;
        margin: 20px auto auto auto;
    }
    footer {
        text-align: left;
        padding: 40px 0 0 0;
    }
}
