@font-face {
font-family: "Roboto";
src: url("../assets/fonts/roboto-regular.woff2") format("woff2"),
url("../assets/fonts/roboto-regular.woff") format("woff"),
url("../assets/fonts/roboto-regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;font-display: swap;
}
@font-face {
font-family: "Roboto";
src: url("../assets/fonts/roboto-regular.woff2") format("woff2"),
url("../assets/fonts/roboto-regular.woff") format("woff"),
url("../assets/fonts/roboto-regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;font-display: swap;
}
@font-face {
font-family: "Roboto-medium";
src: url("../assets/fonts/roboto-medium.woff2") format("woff2"),
url("../assets/fonts/roboto-medium.woff") format("woff"),
url("../assets/fonts/roboto-medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;font-display: swap;
}
html {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    display: block;
    margin:0;
    font-family: 'Roboto', sans-serif;
}
a:hover{
    text-decoration:none;
}
.full-width{
    width: 100%;
    float: left;
        padding: 15px;
}
.banner-wrapper{
    width: 100%;
    float: left;
    background: #001835;
    margin-top: -10px;
}
.banner-wrapper .left-banner{
          background: url(../img/banner_left_new.png);
    width: 50%;
    padding: 50px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*min-height:590px;*/
        min-height: 653px;
}
.banner-wrapper .right-banner{
    background: url(../img/banner_right_new.png);
    width: 50%;
    padding: 175px 65px;    min-height: 590px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

ul.whitePaperList li:before { content: "\f00c" !important; font-size: 16px !important;
    color: #24ae5f !important; 
    font-family: FontAwesome !important;
    margin: 5px 10px 5px 5px; }

.whitePaperWrapper .about-title { margin-bottom: 10px;}
.whitePaperWrapper .about-title p { font-weight: 300; font-size: 16px; margin-bottom: 10px;}
.whitePaperWrapper .about-title h4{ color: #04245d; }

.reg-wrapper{
    max-width: 620px;
    width: 100%;
}
.reg-wrapper.reg-wrapper-left {
    margin-left: 180px;
}
.reg-wrapper img{
        max-width: 100%;
}
.reg-wrapper h2{
    color: white;
    font-size: 65px;
    margin-bottom: 0;
    font-family: "Roboto";
    margin-top: 25px;
    font-weight: 900;
}
.reg-wrapper h3{
color: white;
    font-weight: 300;
    font-size: 45px;
    /*letter-spacing: 6.5px;*/
    font-family: 'Roboto';
    margin-top: 10px;
    margin-bottom: 40px;
}
.reg-wrapper h3 b{
    font-family: 'Roboto', sans-serif;
    color: white;
}
.reg-wrapper a{
border-radius: 4px;
    background-color: rgb(104, 189, 69);
    max-width: 323px;
    height: 56px;
    width: 100%;
    display: block;
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.set-center{
    max-width:1366px;
    width:100%;
    margin:auto;
}
.blog-title-wrapper{
        width: 100%;
    margin: 175px auto auto;
}
.blog-title{
    font-size: 40px;
    font-weight: 500;
    font-family: "Roboto";
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
    color: #333333;
}
.date-vanue-wrapper{
    font-family: "Roboto";font-weight: 400;font-size: 18px;display: flex;align-items: center;color: #333333;text-transform: capitalize;
}
.date-vanue-wrapper span{
    display: inline-block;font-weight: 700;
}
 
.vr-line {background-color: #858585;margin: 0 18px;width: 1px;height: 16px;}
.about-wrapper{
        width: 67%;
        margin-top: 20px;
        float: left;
}
.about-title{font-size: 27px;color: black;font-family: "Roboto";font-weight: 500;margin-bottom: 30px;color: #333333;}
.about-wrapper P {font-size: 18px;color: #000000;font-family: "Roboto";font-weight: 300;line-height: 1.667;margin-bottom: 0;}
.about-wrapper ul, .further-content ul {
    margin:10px 0 0 15px;
}
.about-wrapper ul li{font-size: 18px;color: #000000;font-family: "Roboto";font-weight: 300;line-height: 1.667;margin-bottom: 0;}
.further-content ul li{font-size: 18px;color: #000000;font-family: "Roboto";font-weight: 300;line-height: 1.667;margin-bottom: 0;}

ul.whitePaperList {
    list-style: none;
}
ul.whitePaperList li{
    list-style: none;
    font-weight: 500;
    display: inline-block;
    width: 49%;
    font-size: 16px;
}

ul.whitePaperList li span {font-style: italic;font-family: Roboto;font-size: 18px;font-weight: 900;}

ul.whitePaperList li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1a6df8; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 24px;
}


.whitePaperWrapper p{
    font-weight: 500;
}   

.ebookP p { font-weight: 300;}
.ebookP h4 { font-weight: 600; color: #04245d;}
.light-grey{
background: #f8f8f8;
}
 
.profile-list-wrapper{
        display: flex;
    width: 100%;
    flex-flow: row;
        margin: 77px auto;
}
.list-profile{
        display: flex;
    flex-flow: row;
    width: 50%;
    background: url(../img/blueSquare.png)  0 0 no-repeat;
}
.list-profile .profile-image {
    width: 44%;
    position: relative;
    margin: 50px 10px 0 50px;
}
.list-profile .profile-image img{
        max-width: 100%;height: 277px;
        box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
        border-radius: 15px;
}
.profile-image-detials {
    width: 50%;
    padding: 0px 10px;
    margin: 50px 0 0 0px;
}
.profile-image-detials h5{
    font-size:27px;
    color: #333333;
        margin-top: 0;font-family: "Roboto";font-weight: 500;display: flex;align-items: center;
}
.profile-image-detials h6{
    font-size: 18px;
    color: #333333;margin-bottom: 17px;
    font-family: "Roboto";font-weight: 400;margin-top: 17px;
}
.profile-image-detials p{
font-size: 18px;font-family: "Roboto";font-weight: 300;
    color: #000000;
    max-width: 280px;line-height: 1.778;letter-spacing: 1px;
}
.profile-image-detials p a{
    color: #1a6df8; font-family: "Roboto";font-weight: 500;display: block;text-decoration: none;
}
.dark-blue{
    background: #252d39;
}
.profile-image-detials span{width: 28px;height: 28px;display: flex;justify-content: center;align-items: center;color: #fff;
background-color: #0e76a8;margin-left: 20px;border-radius: 50%;border:1px solid #0e76a8;} 
.profile-image-detials span:hover{background-color: transparent;border:1px solid #0e76a8;color: #0e76a8;cursor: pointer;}
.profile-image-detials span i{font-size: 16px;}
.form-wrapper{
        padding: 100px 0px;
}
.form-wrapper-details{
        max-width: 798px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.form-wrapper-details h3{
    font-size: 40px;
    color:white;
        margin-bottom: 30px;
}
.form-wrapper-details p{
    font-size: 18px;
    color:white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:30px;
}
.form-wrapper-details .form-control{
        height: 40px;
    font-size: 16px;
    border-radius: 0px;
}
.btn-submit{
        background: #68bd45;
    color: white;
    border-color: #68bd45;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.dark-blue-two{
    background: #2b3442;
}
.footer-bg {
    text-align: center;
    color: white;
}
.footer-bg  span{
    display: inline-block;
    font-size: 14px;
}
.footer-bg  span a{
    color:white;
    font-size: 14px;
}
.left-banner-title {
    font-size: 50px;
    color: #fff;
    margin: 215px 8px 4px 0px;
    text-align: center;
    color: #ffd100;
    padding: 0 100px;
}
.left-banner-title h1{
    font-size: 50px;
    color: #fff;
    
    color: #ffd100;
}

/*revised design css*/
.headerWrapper, .main-header.headerWrapper{/*position: relative;    background: #1a6df8;*/height: 93px !important;}
.breadcrumbs{display: none;}
.header-form{padding: 30px 25px;position: absolute;
  border-radius: 3px;
  background-color: rgb(26, 109, 248); box-shadow: 0px 2px 37.24px 0.76px rgba(0, 0, 0, 0.12); 
    width: 590px; height: 279px; z-index: 89; }
    .header-form.header-form-right {
            margin: 60px 0 0 130px;
    }
.header-form h4{color: white;font-size: 22px;text-transform: capitalize;letter-spacing: 1px;
    margin-bottom: 20px;font-family: "Roboto";font-weight: 700;font-size: 22px;margin-top: 0;}
.form-input{
  border-width: 1px;border-color: rgb(225, 227, 239);border-style: solid; font-size: 15px;width: 100%;
  font-family: "Roboto";text-transform: capitalize;font-weight: 500;padding: 17px 20px;
  color: rgb(115, 127, 176);border-radius: 3px !important;background-color: rgb(255, 255, 255);height: 44px;}
.header-form .col-md-6:nth-child(3), .header-form .col-md-6:nth-child(4){margin-top: 20px;}
.header-form .form-btn{border-radius: 3px; background-color: #ffd100; width: 150px; height: 46px;margin-top: 20px;color: #222222;
text-transform: uppercase;font-family: "Roboto";font-weight: 700;font-size: 15px;line-height: 2;}
.header-form .form-btn:hover{background-color: #fff;color: rgb(26, 109, 248);}
.header-form .form-btn i{margin-left: 7px;}
.further-section{background-color: rgb(245, 245, 245);width: 100%;padding: 65px 0;margin: 0px auto 0;}
.callUsSection {padding: 20px 0; margin: 35px auto 0;}
.further-content{max-width: 1366px;margin: 0 auto;}
.further-content p{font-size: 16px;color: #000000;font-family: "Roboto";font-weight: 300;line-height: 1.667;margin-bottom: 0;}
.further-section h4{font-size: 27px;color: black;font-family: "Roboto";font-weight: 500;margin-bottom: 20px;color: #333333;
text-transform: capitalize;margin-top: 0;}
.further-section h5{font-size: 16px;color: black;font-family: "Roboto";font-weight: 500;margin-bottom: 20px;color: #333333;
text-transform: none;margin-top: 15px;}
.further-section a{color: #1a6df8;font-size: 16px;text-decoration: underline;font-family: "Roboto";font-weight: 500; text-decoration: none;}
 .date-vanue-wrapper br{display: none;}
 .wpp-no-data{display: none;}
 .fix-request-link{display: none 1 !important;}
 .modal-body .list-profile{width: 100%;padding-bottom: 20px;display: block;}
 .modal-body .profile-image-detials{display: block;width: 100%;    font-size: 18px;
    font-family: "Roboto"; font-weight: 300; color: #000000;line-height: 1.778; letter-spacing: 1px;}
.modal-body .list-profile .profile-image{float: left;    margin-right: 20px; }
.modal-body .list-profile .profile-image .overlay{right:0;bottom: 0;width: 100%;}
.modal-body .list-profile img{height: auto;}
.modal-body .profile-image-detials p{font-size: 16px;}
.overlay{    position: absolute; top: 0; left: 0; right:22px; bottom: 6px;width: 277px; background-color: rgba(0,0,0,0.1); border-radius: 15px;}
input[type=email]{/*text-transform: lowercase;*/}

.blueBgWrapper {
    /* background: rgb(26, 109, 248);
    height: 90px; */
}
.whitePaperContainer {
    margin: 0px auto auto;
}
.paperLeftContainer {
    
    margin: 0 auto;
    float: none;
}
.paperLeftContent {
    float: left;
    width: 820px;
}
.paperRightContent {
    float: right;
    margin: 75px 0 0;
}

.fromBox { background: #1b6df8; padding: 30px 20px 20px 20px; position: relative; border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }

.downloadFormWrapper {
   margin: -115px 0px 0px; 
    width: 450px;
    float: right;
}

#myCarouselSliderTab .carousel-inner .item img, #myCarouselSliderTab .carousel-inner .carousel-item img {     display: inline-block; margin-top: 26px; margin-left: 22px; width: 248px; height: 351px;}
.banner-navigation {position: absolute; right: 10px; left: 20px; top: 50%; display: flex; align-items: center; z-index: 999;}
.banner-navigation .carousel-control-prev, .banner-navigation .carousel-control-next{opacity: 1;text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0); }
 .banner-navigation .carousel-control-prev, .banner-navigation .carousel-control-next{width: 30px; height: 30px; margin-top: -10px; font-size: 40px;}
.tabSlider { float: left; background: url(../img/tabSliderEbookBorder.png); width: 284px; height: 413px; float: right;}

.eBookContainer { max-width: 1600px;
    margin: 0 auto;
    float: none;}

    .eBookContainer .paperLeftContent { float: left;width: 1088px;}
    .eBookContainer .paperRightContent { float: right;
        margin: 0;
        width: 480px;}

.downloadFormText {
    color: #1e1e1e;
    text-align: center;
    background: #ffd100;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    border-top-left-radius: 15px; position: relative;
    border-top-right-radius: 15px;
}

/* .downloadFormText::after{ border-top: 10px solid red; border-left: 10px solid black; border-right: 10px blueviolet; border-bottom: 10px solid gray; content: '';} */
.downloadFormText::before{ border-top: 12px solid #ffd100;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    bottom: -19px; z-index: 1;
    left: 40px;}
 
.newEbook-title { font-size: 45px;
    font-weight: 500;
    font-family: "Roboto-medium";
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 6;
    margin-top: -179px;
    margin-left: 160px;
    width: 885px;}

.fromBox .inputFieldWrapper { margin: 0px 0px 25px 0px;} 

.fromBox .inputFieldWrapper input.subBTN {     width: 230px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 21px; }

.ebookBannerImg { height: 335px;
    
    padding: 0;
    width: 100%;
    float: none;}
 
.inputFieldWrapper {
    margin: 15px 0 0;
}
.inputFieldWrapper input{
    height: 50px;
    background: #fff;
    width: 100%;
    border: none;
    padding: 0px 20px;
    color: #747da1;
    font-weight: 500;
	border-radius: 22px;
}
.inputFieldWrapper input::placeholder, .inputFieldWrapper textarea::placeholder {
    color: #747da1;
}

.inputFieldWrapper input::-webkit-input-placeholder {font-style: italic;}
.inputFieldWrapper input:-moz-placeholder {font-style: italic;  }
.inputFieldWrapper input::-moz-placeholder {font-style: italic;  }
.inputFieldWrapper input:-ms-input-placeholder {  font-style: italic; }

.inputFieldWrapper textarea{
    background: #fff;
    width: 100%;
    border: none;
    padding: 20px 20px;
    color: #747da1;
    font-weight: 500;
    border-radius: 65px;
}

.agreeTermsText {
    font-size: 11px;
    color: #fff;
    padding: 7px 0;
}
.inputFieldWrapper input[type="submit"] {
    background: #ffd100;
    color: #263a51;
    text-transform: uppercase;
    font-weight: bold;
}
.inputFieldWrapper input[type="submit"]:hover {
    background: #fff;
    color: #263a51;transition: 0.3s all;
}


.leftBg {
    width: 50%;
}
.further-sectionWrapper {
position: relative;
padding: 0;
}
.further-contentWrapper {
    width: 100%;
    position: absolute;
    top: 20px;right: 0;
    max-width: unset;
}
.moreInformatioContent {
    color: #fff;
    width: 50%;
float: left;
    padding: 60px 0 0 280px;
}
.moreInformatioContent h4 {
    color: #fff;
    width: 550px;
}
.moreInformatioContent p {
    color: #fff;
    width: 550px;
}
.moreInformatioContentRight {
width: 50%;
    padding: 20px 0 0 60px;
float: right;
}
.moreInformatioContentRight h5 {
    font-size: 18px;
        margin-bottom: 0;
}
.moreInformatioContentRight ul {
    margin-left: 0;
}
.moreInformatioContentRight ul li {
    list-style: none;
}
.blog-subtitle{font-size: 28px; font-weight: 700 !important; font-family: "Roboto"; margin-bottom: 20px;margin-top: 0; text-transform: capitalize; color: #333333;font-style: italic;    line-height: 36px;}
/*.inputFieldWrapperSubmit {
    margin: 35px 0 0;
}
.g-recaptcha {
transform:scale(1.35);
transform-origin:0;
-webkit-transform:scale(1.35);
transform:scale(1.35);
-webkit-transform-origin:0 0;
transform-origin:0 0;
}*/


#myCarouselSliderTab .carousel-control.left { background-image: none;}
#myCarouselSliderTab .carousel-control.right { background-image: none;}

/* Free Trail Page Start */
/* Header */
.freeTrailBanner{background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;height: 335px;margin-top: -10px;}
.freTrailHeader{height: 100%}
.container-wrapper{max-width: 1830px;padding: 0 15px;margin: 0 auto}
.freTrailHeader h4 {font-size: 50px;font-family: "Roboto";}
.freTrailHeader h4  span.yellow{color:#ffd100}
.freTrailHeader p {font-size: 20px}

.free-trial-title{font-size: 34px;color: #022d75;font-weight: 600}
.paperRightContent.freeTrialForm{float: none;margin: 0;margin-top: -150px;}
.paperRightContent.freeTrialForm .downloadFormText:before{display: none}
.paperRightContent.freeTrialForm .downloadFormWrapper{margin: 0;float: none;width: 550px}
.paperRightContent.freeTrialForm .downloadFormWrapper .fromBox{padding: 30px 30px 10px}
.paperRightContent.freeTrialForm .downloadFormWrapper .fromBox .inputFieldWrapper input{font-size: 18px}

/* Tab Section */
.project-management{display: flex;align-items: center;padding: 30px 0;}
.project-management .image{flex: 0 0 250px;max-width: 250px;margin-right: 50px}
.project-management p{font-size: 28px;color: #022d75;font-weight: 600}

.new-tabs.nav-tabs{justify-content: center}
.new-tabs.nav-tabs .nav-link {border: 0;font-size: 18px;font-weight: 500;color: #94a1b7;padding: 0.5rem 2.5rem;position: relative;transition: all ease-in-out .3s;}
.new-tabs.nav-tabs .nav-link:before{content: '';position: absolute;transition: all ease-in-out .3s;bottom: 0;left: 50%;transform: translateX(-50%);height: 2px;width: 0%;background-color: #022d75;}
.new-tabs.nav-tabs .nav-link.active::before, .new-tabs.nav-tabs .nav-item.show .nav-link:before,.new-tabs.nav-tabs .nav-item .nav-link:hover:before{width: 100%}
.new-tabs.nav-tabs .nav-link.active, .new-tabs.nav-tabs .nav-item.show .nav-link,.new-tabs.nav-tabs .nav-item .nav-link:hover {color:#022d75}
.new-tabs.nav-tabs .nav-item{margin: 0}
/* Testimonial Slider */
.freeTrailTestimonialSection{background-color: #111946;}
.freeTrialTestimonial .carousel-inner{width: 70%;margin:0 auto;height: 220px;display: flex;align-items: center;}
.freeTrialTestimonial .carousel-control-prev, .freeTrialTestimonial .carousel-control-next{width: 50px}
.freeTrialTestimonial .carousel-item>div{display: flex;margin: 0 auto}
.freeTrialTestimonial .carousel-item .tetstimonialContent p{color: #ffffff;font-style: italic;font-size: 18px;font-weight: 300}
.freeTrialTestimonial .carousel-item .tetstimonialContent p:before{content:'\f10d';font-family: FontAwesome;font-size: 2em;display: inline-block;position: relative;left: -44px;line-height: 0;width: 0px;top: 0px;}
.freeTrialTestimonial .carousel-item .tetstimonialContent p:after{content:'\f10e';font-family: FontAwesome;font-size: 2em;position: relative;right: 0px;line-height: 0;width: 0px;bottom: -20px;}
.freeTrialTestimonial .carousel-item .image{max-width: 200px;flex: 0 0 200px;}
.freeTrialTestimonial .carousel-item .tetstimonialContent .clientName{color:#ffd100;font-weight: 500;font-size: 18px}
/* Free Trail Page End */

@media only screen and (min-width: 1600px) {
    .section{    width: 1600px; max-width: 100%; padding: 100px 0; text-align: center; margin: 0 auto;}
}

@media only screen and (max-width: 1600px) {
    .reg-wrapper.reg-wrapper-left {
    margin-left: 180px;
}
    .reg-wrapper {
    max-width: 410px;
    width: 100%;
}
.left-banner-title {
    font-size: 42px;
    color: #fff;
    margin: 225px 8px 4px 0px;
    text-align: center;
    color: #ffd100;
    padding: 0 50px;
}
.left-banner-title h1{
    font-size: 42px;
    color: #fff;
    
    color: #ffd100;
}
.header-form.header-form-right {
    margin: 60px 0 0 50px;
}
.eBookContainer .paperLeftContent{width:1024px;}
.downloadFormWrapper{margin: 0;border-radius: 15px;}

.remote-landing-page .newEbook-title{font-size: 46px !important;}
}

@media only screen and (max-width: 1599px) {

    .section {padding: 60px 20px; } 
}

@media only screen and (max-width: 1536px) {
    .work-with-best-wrapper h2{    font-size: 42px !important;line-height: 42px !important;}
}

@media only screen and (max-width: 1440px) {

    .eBookContainer .paperLeftContent {
        float: left;
        width: 975px;
    }
    .eBookContainer {     margin: 40px auto 0px;}
    .ebookBannerImg { height: 221px;}
    .downloadFormWrapper { width: 405px; }

    .eBookContainer .paperRightContent {
        float: right;
        margin: 0;
        width: 415px;
    }


.blog-title-wrapper{margin: 140px auto auto;}
.about-wrapper{margin: 20px auto auto;}
.about-title{margin-bottom: 10px;}
.profile-list-wrapper{margin: 40px auto;}
.further-section{margin: 30px auto 0;}
.blog-title{font-size: 36px;}
.about-title, .profile-image-detials h5, .further-section h4{font-size: 24px;}
.reg-wrapper h2{font-size: 60px;    margin-top: 15px;}
.reg-wrapper h3{margin-top: 6px;}
.left-banner-title {
    font-size: 40px;
    color: #fff;
    margin: 175px 8px 4px 0px;
    text-align: center;
    color: #ffd100;
}
.left-banner-title h1{
    font-size: 40px;
    color: #fff;
    
    color: #ffd100;
}
.reg-wrapper.reg-wrapper-left {
    margin-left: 130px;
}
.header-form.header-form-right {
    margin: 60px 0 0 10px;
}
.blog-title-wrapper {
    margin: 0px auto auto;
}
.further-sectionWrapper {
    height: 330px;
}
.leftBg {
    height: 100%;
}
.leftBg img{
    height: 100%;
}
.moreInformatioContent {
    
    padding: 80px 0 0 80px;
}
.moreInformatioContentRight {
    padding: 40px 0 0 60px;
}
.blog-subtitle{font-size: 26px;}

/*remote landing page*/
.remote-landing-page.blueBgWrapper{height: 270px !important;}
.remote-landing-page .newEbook-title{font-size: 36px !important;margin-top: -130px!important;margin-left: 90px !important;}
.remote-landing-container .downloadFormWrapper{    margin: -90px 0 0 !important;}
    .remote-landing-container{margin: 0px auto 0px !important;}
.remote-landing-container .downloadFormWrapper{width: 450px !important;}
}

@media only screen and (max-width: 1400px) {
    .section {padding-left: 0; padding-right: 0; }
    .work-with-img-wrap{margin: 70px auto 0 !important;}
}

@media only screen and (max-width: 1366px) {

    .eBookContainer .paperLeftContent {
        float: left;
        width: 745px;
    }
    .ebookBannerImg { height: 221px;}
    .downloadFormWrapper { width: 405px; }

    .eBookContainer .paperRightContent {
        float: right;
        margin: 0;
        width: 415px;
    }

    .about-wrapper { width: 60%;}

.further-content{max-width: 100%;padding: 15px;}
.banner-wrapper .right-banner {
    background: url(../img/banner_right_new.png);
    width: 50%;
    padding: 145px 45px;
    min-height: 550px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-wrapper .left-banner {
    background: url(../img/banner_left_new.png);
    width: 50%;
    padding: 50px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 590px; */
    min-height: 553px;
}
.left-banner-title {
    font-size: 36px;
    color: #fff;
    margin: 175px 8px 4px 0px;
    text-align: center;
    color: #ffd100;
}
.left-banner-title h1{
    font-size: 36px;
    color: #fff;
    
    color: #ffd100;
}
.paperLeftContainer {
    width: 95%;
    margin:0 auto;
}
.paperLeftContent {
    float: left;
    width: 720px;
}
.moreInformatioContent {
    padding: 70px 0 0 80px;
}
.moreInformatioContentRight {
    padding: 30px 0 0 60px;
}
.blog-title-wrapper {margin: 125px auto auto;}

/*remote landing page*/
.remote-landing-container{width: 95% !important;}
.remote-landing-container .paperLeftContent{width:720px !important; }

/*hire healthtech*/
    .test-slider{padding: 0 20px;}

    
}

@media only screen and (max-width: 1360px) {
    .headerNav.navigation-section{width: auto;    margin: 20px 0 0;}
    .nav_button{    display: none; float: right; position: absolute; right: 0; color: #fff; top: 0px;}

    .remote-landing-page .newEbook-title{font-size: 36px !important;    margin-top: -130px!important;}
    
}
@media only screen and (max-width: 1280px) {
.headerWrapper, .main-header.headerWrapper{height: 83px !important;}
.remote-landing-page .newEbook-title{font-size: 36px !important}
.remote-landing-page .newEbook-title{margin-top: -130px !important}
.remote-landing-container .paperLeftContent{width: 60% !important;}
    .eBookContainer .paperRightContent{width: 37% !important;}
    .remote-landing-container .downloadFormWrapper{width: 100% !important;}

     /*hire healthtech*/
 .test-img{min-width: 350px !important;min-height: 346px !important;}
 .test-content-wrap-bg{padding: 30px 34px 0 !important;}
}
@media only screen and (max-width: 1280px) {
.header-form{width: auto;margin-right: 20px;}
.overlay{width: 100%;}
.left-banner-title {
    font-size: 34px;
    }
    .left-banner-title h1 {
    font-size: 34px;
    }
    .reg-wrapper.reg-wrapper-left {
    margin-left: 80px;
}
}

@media only screen and (max-width: 1200px) {
.left-banner-title {
    font-size: 32px;
    padding: 0 30px;
}
.left-banner-title h1{
    font-size: 32px;
}
.header-form.header-form-right {
    margin: 60px 0 0 -10px;
}
.paperLeftContent {
    float: left;
    width: 620px;
}
.blog-title {
    font-size: 34px;
}
.moreInformatioContent p, .moreInformatioContent h4 {
    color: #fff;
    width: 470px;
}

}


@media only screen and (max-width: 1024px) {
    .banner-wrapper .right-banner {padding: 145px 15px;}
    .header-form.header-form-right {
    margin: 60px 0 0 -320px;
}
.paperLeftContent {
    float: left;
    width: 540px;
}
.blog-title {
    font-size: 30px;
}
.downloadFormWrapper {
  
    
    width: 370px;
    float: right;
}
.profile-list-wrapper{display: block;margin: 40px auto;}
.list-profile{width: 100%;}
.list-profile .profile-image{width: 277px;}
.overlay{right: 0;bottom: 0;}
.profile-image-detials p {
    max-width: 430px;
}
.list-profile {
    width: 100%;
    margin: 30px 0 0 0;
}
.moreInformatioContent p, .moreInformatioContent h4 {
    color: #fff;
    width: 430px;max-width: 100%;
}
.moreInformatioContentRight {
    padding: 0 0 0 60px;
}
.moreInformatioContent {
    padding: 70px 0 0 30px;
}
.blog-title-wrapper{margin: 110px auto auto;}
.nav_button{display: block;}
/*remote-landing-page*/
.remote-landing-container .paperLeftContent {
    float: left;
    /*width: 540px !important;*/
}
.remote-landing-container .about-wrapper{width: 100% !important;}
.remote-landing-container .downloadFormText{font-size: 26px !important;}
/*.remote-landing-container{box-sizing: border-box !important;}*/
.remote-landing-page .newEbook-title{font-size: 30px !important;margin-top: -130px !important;text-align: center;width: auto !important;margin-left: 0 !important;padding: 0 10px;}
.remote-landing-container .downloadFormWrapper{margin: -90px 0 0 !important;/*width: 370px !important;*/}
.nav_button span {
    padding: 0;
}
#menu-my-menu{margin-bottom: 0;}
.headerNav.navigation-section {display: flex; justify-content: center; margin: 0; float: left; width: 100%; background: #1b6df8;}

.work-with-best-wrapper h2{    font-size: 40px;line-height: 40px;padding-bottom: 15px !important;}
.work-with-img-wrap:before, .work-with-img-wrap:after{width: 100px !important;}
.work-with-img-wrap img{margin: 0 50px !important;}
}


@media only screen and (max-width: 991px) {
    /*.banner-wrapper .left-banner{display:none;}*/
.banner-wrapper .right-banner{width:100%;text-align: center;}
 .reg-wrapper {max-width: 620px;width: 100%;margin: auto;}
.reg-wrapper a{margin: auto;}
.blog-title{font-size: 36px;}
.blog-title-wrapper{margin: 320px auto auto;}
.header-form{height: auto;}
.header-form .col-md-6:nth-child(2){margin-top: 20px;}
.about-wrapper{margin: 20px auto auto;}
.about-title{margin-bottom: 12px;}

.profile-image-detials{width: 57%;}
.profile-image-detials p{max-width: 100%;}
.list-profile:nth-child(2){margin-top: 20px;}
.full-width.further-section{padding: 50px 15px;margin: 0 auto;}
.header-form{width: 590px;margin-right: 0;}
.banner-wrapper .left-banner {
    width: 100%;
    min-height: 430px;
}
.header-form.header-form-right {
    margin: 20px auto 0;
    position: relative;
}
.banner-wrapper .right-banner {
    padding: 145px 15px 0;
    min-height: 470px;
}
.left-banner-title {
    font-size: 32px;
    margin: 40px 0 0 0;
    padding: 0;
}
.left-banner-title h1{
    font-size: 32px;
}
.reg-wrapper.reg-wrapper-left {
    margin:0 auto;
}
.banner-wrapper .left-banner {
    padding: 50px 0;
}
.blog-title-wrapper {
    margin: 00px auto auto;
}
.further-content ul li {
    margin-bottom: 10px;
}
.blog-subtitle{font-size: 24px;}

/*hire healthtech*/
.test-slider{flex-direction: column;}
.test-content-wrap-bg{padding: 30px 34px 90px !important;margin-top: 30px;}
#test-page{left: 0 !important;right: 0;margin: 0 auto}
.test-img{max-width: 350px;margin: 0 auto !important}
}


@media only screen and (max-width: 800px) {
 
 
.list-profile {
    display: flex;
    width: 100%;
    flex-flow: column;
}
.list-profile .profile-image {
    /*width: 100%;*/
}
.profile-image-detials {
    padding: 15px 0px;
    width: 100%;
}
.profile-image-detials p{
    max-width: 100%;
}
.blog-title {
    font-size: 30px;
}
.list-profile .profile-image{/*width: 39%;*/}
.overlay{bottom: 0;}
.modal-body .list-profile .profile-image{width: 45%;float: none;}

.paperLeftContent {
    width: 95%;
    margin: 0px auto 0px;
    float: none;
}
.paperRightContent {
    float: none;
    margin: -108px 0 0;
}
.downloadFormWrapper {
     width: 100%;
    margin: 0 auto;
}
.blog-title {
    font-size: 28px;
}
.full-width.further-section {
    padding: 0px 15px;
    margin: 0 auto;
}
.list-profile .profile-image {
   margin: 0 auto;
}
.list-profile {
    background: none;
}
.leftBg {
    height: 100%;
    width: 100%;
}
.moreInformatioContent {
    float: none;
    width: 100%;
    background: url(../img/moreInfoBg.png) #080750;
    padding: 40px 30px 40px 30px
}
.moreInformatioContentRight {
    float: none;
    width: 100%;
    padding-left: 0;
}
.leftBg {
    display: none;
}
.further-contentWrapper {
    position: relative;
    top: auto;
}
.further-sectionWrapper {
    height: auto;
}

/*remote-landing-page*/
.remote-landing-container .paperLeftContent{margin: 0px auto 0px;overflow: hidden;}
.remote-landing-container .about-wrapper{    margin: 30px auto auto !important;}
.remote-landing-container .downloadFormWrapper{width: 100% !important;}
}

@media only screen and (max-width: 768px) {
    .newEbook-title { width: 100%; margin-left: 0px; text-align: center;}
    .about-wrapper { width: 55%; }
    .paperLeftContainer { display: flex !important; flex-direction: column-reverse;}
    .eBookContainer .paperLeftContent { width: 100%;}
    .eBookContainer .paperRightContent { width: 100%;
        float: none;
        margin-top: 0px;}
    .ebookBannerImg img { height: 335px;}

    .ebookP h4 { line-height: 24px;}

    /*remote landing page*/
    .remote-landing-container{padding: 15px 15px 60px !important;}
    .remote-landing-page.ebookBannerImg img{height: 221px !important;}
    .remote-landing-container .paperLeftContent{width: 100% !important;}

    .getStartedBtn{display: none;}
    .navigation-section.headerNav>.menu-my-menu-container>ul #menu-item-3138, .navigation-section.headerNav>.menu-my-menu-container>ul #menu-item-7335{display: block;}
    .remote-landing-page .newEbook-title{margin-top: -150px !important;font-size: 26px !important}
    .eBookContainer .paperRightContent{width: 100% !important;}
    .remote-landing-container .downloadFormWrapper{margin: 30px 0 0 !important;/*width: 370px !important;*/}
}

@media only screen and (max-width: 767px) {
    .about-wrapper {
        width: 100%;
    }
    .ebookP h4 { line-height: 25px;}
    ul.whitePaperList li { display: block; width: 100%;}
    .downloadFormText { font-size: 28px;}
    .paperLeftContainer { display: flex; flex-direction: column-reverse;}
    .tabSlider { display: none;}
    .eBookContainer .paperLeftContent { width: 100%;}
    .eBookContainer .paperRightContent { width: 100%; margin-top: -75px !important;}

    .header-form{left:auto;right: auto;max-width: 100%;}
    .reg-wrapper img {
    max-width: 100%;
    width: 270px;
}
.reg-wrapper h2 {
    color: white;
    font-size: 43px;
    margin-bottom: 0;
}
.reg-wrapper h3 {
    color: #ffffff;
    font-weight: lighter;
    font-size: 23px;
    letter-spacing: 6.5px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 3px;
    margin-bottom: 20px;
}
.reg-wrapper a {
    border-radius: 4px;
    background-color: rgb(104, 189, 69);
    max-width: 235px;
    height: 56px;
    width: 100%;
    display: block;
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.profile-list-wrapper {
    display: flex;
    width: 100%;
    flex-flow: row;
    margin: 40px auto;
    flex-flow: column;
}
.form-wrapper-details p {
    font-size: 18px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    padding: 0px 15px;
    letter-spacing: 0.5px;
}
.about-wrapper P, .profile-image-detials p {
    letter-spacing: 0.5px;
}
.profile-list-wrapper{margin: 10px auto;}
.about-wrapper{margin: 20px auto auto;}
.header-form{z-index: 10;}

/*remote landing page*/
.popImgClass{width: 310px;}

 /*hire healthtech*/
 .test-content-wrap-bg{padding: 30px 20px 90px !important}
 #test-page{bottom: 75px !important}
 .test-img{min-width: 100% !important;min-height: 100% !important}
 .test-wrap{padding: 40px 0 !important}

 .work-with-best-wrapper h2{    font-size: 34px !important;}
 .work-with-img-wrap{margin: 50px auto 0 !important;}
 .work-with-img-wrap:before, .work-with-img-wrap:after{width: 0px !important;}
 .work-with-img-wrap img{margin: 0 20px !important;}
 .section{padding: 40px 20px !important}
}

@media only screen and (max-width: 760px) {
    .vr-line{display: none;}
    .date-vanue-wrapper span:nth-child(2){display: none;}
    .date-vanue-wrapper{display: block;}
    .date-vanue-wrapper span:nth-child(3){display: inline-block;margin-top: 5px;}
    .date-vanue-wrapper br{display: block;}
    }










@media only screen and (max-width: 600px) {
.banner-wrapper .right-banner {
    padding: 145px 15px 0;
    min-height: 410px;
}
.banner-wrapper .left-banner {
    padding: 50px 0;
}
.header-form {
    width: 90%;
    left: 5%;
    right: 5%;
}.header-form {
    left: auto;
    right: auto;
}
.blog-subtitle{font-size: 18px;}

/*remote landing page*/
.remote-landing-page .newEbook-title{font-size: 24px !important;padding: 0 15px;line-height: 30px !important;}
.remote-landing-container ul.whitePaperList li{width: 100% !important;display: block !important;}
.remote-landing-container{width: auto !important;max-width: 100%;}
.remote-landing-container .ebookP h4{line-height: 1.4 !important;}
.logo-section{margin-left: 25px !important}
.nav_button{top: 0 !important}
}

@media only screen and (max-width: 480px) {
     .work-with-best-wrapper h2{    font-size: 28px !important;line-height: 38px !important;margin-bottom: 0 !important;}
}
@media only screen and (max-width: 420px) {
    .ebookBannerImg {
        height: 195px;
        padding: 0;
        width: 100%;
        float: none;
    }
    .ebookBannerImg img { height: 195px; }

    .newEbook-title { margin-top: -125px;
        margin-left: 23px; width: auto;}
      
.blog-title {
    font-size: 22px;
    text-align: center;
    line-height: 24px;
}
.downloadFormWrapper {
    width: 100%;
}
.whitePaperWrapper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
}
.blog-title {
    font-size: 20px;
    line-height: 24px;
}
.downloadFormText h5 {
    font-size: 24px;
}
.paperRightContent {
    float: none;
    margin: 35px auto 0;
}
.moreInformatioContent p, .moreInformatioContent h4 {
    color: #fff;
    width: 100%;
}

    .remote-landing-page .newEbook-title{margin-top: -170px !important}
    .remote-landing-container .downloadFormText{font-size: 22px !important;;line-height: 26px !important;}
}

/*Remote landing page*/
.remote-landing-container{box-sizing: content-box;width: 1366px;padding: 15px 15px 100px;display: table;}
.remote-landing-page.blueBgWrapper{height: auto;padding: 0;}
.remote-landing-page .ebookBannerImg{height: 455px;}
.remote-img{height: 100%;width: 100%;}
.remote-landing-page .newEbook-title{    font-size: 50px; font-weight: 500; font-family: "Roboto"; margin-bottom: 10px; color: #fff; position: relative; z-index: 6; margin-top: -179px; margin-left: 160px; width: 885px;line-height: 1.3;}
.remote-landing-container .about-wrapper{    margin: 30px auto auto;width: 100%;}
.remote-landing-container .whitePaperWrapper p{font-weight: 300 !important;font-size: 18px;}
.remote-landing-container .whitePaperWrapper p:not(:first-child){margin-top: 15px;}
.remote-landing-container .ebookP h4 {font-weight: 700; color: #04245d; margin: 20px 0 10px;}
.remote-landing-container .about-wrapper ul{margin: 10px 0 0 0px;}
.remote-landing-container ul.whitePaperList li{list-style: none; font-weight: 500; display: inline-block; width: 49%; font-size: 16px;color: #000;
    font-family: "Roboto";  line-height: 1.667; margin-bottom: 0;}
.remote-landing-container .paperLeftContent{width: 820px;}
.remote-landing-container .paperRightContent{margin: 40px 0 0;}
.remote-landing-container ul.whitePaperList li:before{content: "\f00c" !important;
    font-size: 16px !important; color: #24ae5f !important; font-family: FontAwesome !important;font-weight: 700; display: inline-block; width: 1em; margin-left: -1em; margin: 5px 10px 5px 5px;}
.remote-landing-container .downloadFormWrapper{background: transparent;padding: 0;       margin: -85px 0 0;}
.remote-landing-container .downloadFormText:before{border-top: 12px solid #ffd100; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid transparent; content: ''; position: absolute; bottom: -19px; z-index: 1; left: 40px;}
.remote-landing-container .fromBox .inputFieldWrapper{margin: 0 0 25px;}
.remote-landing-container .downloadFormText{font-size: 28px;font-weight: 600;line-height: 32px;
    display: flex; align-items: center; justify-content: center;}
.remote-landing-page .banner-navigation{    position: absolute; right: 10px; left: 20px; top: 50%; display: flex; align-items: center; z-index: 999;}
.remote-landing-page .banner-navigation .bannerprev {position: absolute; left: 0; width: 28px; height: 28px; z-index: 244; color: #ffd100; font-size: 24px;}
.remote-landing-page .banner-navigation .bannernext{position: absolute; right: 0; width: 28px; height: 28px; z-index: 244; color: #ffd100; font-size: 24px;}
.remote-landing-container .fromBox .inputFieldWrapper input.subBTN{width: 230px; margin: 0 auto; font-size: 19px; line-height: 21px;    background: #ffd100;
    color: #263a51; text-transform: uppercase; font-weight: 700;}


/*hire-healthtach page*/
.test-wrap{width: 100%;background-color:#f4f4f4;clear: both;padding: 48px 0;position: relative;}
.test-slider{max-width: 1470px;margin: 0 auto;display: flex !important;justify-content: space-between;right: 0;}
.test-img{min-width: 392px;min-height: 388px; border-radius: 7px; margin-right: 14px;box-shadow: 1px 2px 12px 1px #b6b9b9;}
.test-img img{width: 100%;height: 100%;border-radius: 7px;}
.test-content-wrap-bg {border-radius: 7px; background-color: rgb(255, 255, 255);border-left: 9px solid #1b6df8;padding: 47px 97px 0;text-align: center;box-shadow: 1px 0px 12px 1px #b6b9b9;}
.test-content-wrap-bg p{font-size: 18px; font-family: "Roboto"; color: #000; font-style: italic; line-height: 1.875;letter-spacing: 1px; margin-bottom: 0;position: relative;}
.test-content-wrap-bg p::before{background: url(../assets/img/test-prev.png);background-repeat: no-repeat;width:14px;height: 9px;content: '';top: -3px;left: auto;position: absolute;}
.test-content-wrap-bg p::after{background: url(../assets/img/test-next.png);background-repeat: no-repeat;width:14px;height: 9px;content: '';bottom: 19px;right: auto;position: absolute;}



.client-details{float:right;margin-top: 10px;}
.client-details span {font-size: 18px; font-family: "Roboto"; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 1.667;}
.client-details img{display: block;text-align: center;margin: 6px auto 0;}
#test-page{width: 98px;display: flex;justify-content: space-between;    position: absolute; left: 59%; bottom: 85px; z-index: 99;} #test-page span{display: none;}
.test-prev, .test-next{border-radius: 4px; background-color: rgb(255, 209, 0); width: 37px; height: 37px;display: flex;justify-content: center;align-items: center;}
.test-prev:hover, .test-next:hover{text-decoration: none;}
.test-prev i, .test-next i{ color: #333333;font-size: 30px;text-align: center;}

/*we work with the best section*/
.work-with-best-wrapper h2{position: relative;padding-bottom: 20px !important;font-size: 48px;color: #1a6df8;margin-bottom: 0;line-height: 46px;text-transform: uppercase;font-family: "d-din_condenseddinCnBd";letter-spacing: 2.5px;text-align: center;margin-top: 0;}
.work-with-best-wrapper h2:after{content: '';
    background-color: #ffd101; width: 81px; height: 2px; bottom: 0; left: 0; right: 0; text-align: center; position: absolute; margin: 20px auto 0;}
.work-with-img-wrap{margin: 100px auto 0;overflow: hidden;display: flex; align-items: center; justify-content: space-between;height: 91px !important;position: relative;}
.work-with-img-wrap::before, .work-with-img-wrap::after{bottom: 0; content: ""; pointer-events: none; position: absolute; top: 0; width: 50px; z-index: 10;} 
.work-with-img-wrap::before{background-image: linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0)); left: 0;} 
.work-with-img-wrap::after{background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%);
    right: 0;}
.work-with-img-wrap img{margin: 0 140px 0 0;width: auto !important}    