@charset "utf-8";
/* CSS Document */


@font-face {
  src: url(../fonts/SFCompactDisplay/FontsFree-Net-SFProDisplay-Regular.ttf);
  font-family: 'SFC-Regular';
}
@font-face {
  src: url(../fonts/SFCompactDisplay/sf-ui-display-medium-58646be638f96.otf);
  font-family: 'SFC-Medium';
}
@font-face {
  src: url(../fonts/SFCompactDisplay/sf-ui-display-bold-58646a511e3d9.otf);
  font-family: 'SFC-Bold';
}
@font-face {
  src: url(../fonts/SFCompactDisplay/sf-ui-display-heavy-586470160b9e5.otf);
  font-family: 'SFC-heavy';
}

@font-face {
  src: url(../fonts/SFCompactDisplay/sf-ui-display-black-58646a6b80d5a.otf);
  font-family: 'SFC-Black';
}
@font-face {
  src: url(../fonts/SFCompactDisplay/sf-ui-display-light-58646b33e0551.otf);
  font-family: 'SFC-light';
}

@font-face {
  src: url(../fonts/HelveticaNeueCondensedBlack.ttf);
  font-family: 'HelveticaNeue-Black';
}

body{
    font-family: 'SFC-Regular';
    background:#fff;
    font-weight:normal;
    color:#000;
    overflow-x: hidden;
      scroll-behavior: smooth;
    }
a:focus,
a:hover{
    outline:none;
    text-decoration: none;
}

.container {
    max-width: 1170px;
    padding-left: 100px;
}
h1{font-size:30px;
}
h2{
    font-size:26px;
}
h3{
    font-size:20px;
}
h4{
    font-size:18px;
}

input{
    margin:10px 0;
}
.navbar-brand{
    padding:0px;
}
.container-fluid{
    margin: 0 50px;
}
ul,
ol{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.content-row .text::-webkit-scrollbar {
    width: 1em;
}
 
.content-row .text::-webkit-scrollbar-track {
    -webkit-box-shadow:none;
}



/* width */
.content-row .text::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.content-row .text::-webkit-scrollbar-track {
  background: #fff; 
  height: 100%;
}
 
/* Handle */
.content-row .text::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.content-row .text::-webkit-scrollbar-thumb:hover {
  background: #000; 
}






/*---------------------Header---------------------*/
.nav_btn {
    float: right;
    position: relative;
    z-index: 9999;
}
.nav_btn button{
    background: black;
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 6px 30px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    margin-top: 20px;
    text-align: center;
}
.nav_btn button:last-child{
    margin-right: 0px;
}
.nav_btn button:hover {
    background: #ec3643;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.whoIsHe,
.theResult, .whathe{
    display: none;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
.whoIsHe.active,
.theResult.active,
.whathe.active{
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    display: block;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateX(100%); }   
    100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateX(100%); }   
    100% { opacity: 1; -moz-transform: translateX(0); }
}
/*---------------------Header---------------------*/

.logo {
    margin: 25px 0;
}
header {
    position: relative;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 99999999999;
    background: #000;
}


/*---------------------Meet_Mike_Page----------------------*/
.page-section{
    min-height: 100vh;
    max-height: 140vh;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.navigation {
    position: fixed;
    width: 50px;
    margin-left: 30px;
    background-color: #000;
    color: #fff;
    top: 35%;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 8px 0;
    z-index: 999;
}
.navigation li {
    padding: 8px 0;
}
.navigation__link {
    text-decoration: none;
    padding: 3px;
    margin: 10px auto 10px;
    vertical-align: top;
    display: block;
    border: 1px solid transparent;
    position: relative;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.navigation__link:hover {
    background: #ec3643;
    transition: 0.3s ease-in-out;
}
.navigation__link.active:after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.MeetMike_sec h2 {
    font-size: 140px;
    color: #000;
    margin: 30px 0 10px;
    line-height: 130px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'SFC-light';
}
.MeetMike_sec h2 span{
    font-family: 'SFC-Black';
    display: block;
}
.MeetMike_sec span img{
        margin-top: -10px;
    width: 40px;
}

.mitmike .mike-img {
    position: relative;
}
.mitmike .mike-img img{
    width: 100%;
        max-width: 100%;
    box-shadow: 10px 13px 23px 0px #999;
}
.cleints-logo{
    position: relative;
    padding: 50px 50px 0px 0;
}
.cleints-logo ul {
    padding: 0;
    /*margin: 0 0 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.cleints-logo ul li {
    margin-right: 50px;
}
.cleints-logo ul li:last-child {
    margin-right: 0px;
}
.cleints-logo ul li img {
    width: 90%;
}


.additional_img img {
    width: 100%;
    max-height: 100vh;
    object-fit: contain;
    object-position: right;
}
.explore_btn a {
    font-size: 34px;
    color: #fff;
    margin: 20px 0 0;
    position: relative;
    transition: 0.3s ease-in-out;
}
.explore_btn a:hover {
    color: #ec3643;
    transition: 0.3s ease-in-out;
}
.explore_btn a:hover .right_arrow {
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}
.explore_btn a .right_arrow {
    transition: 0.3s ease-in-out;
}
.has_created{
    background: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.has_created h2 {
    font-size: 110px;
    color: #fff;
    margin: 0 0 60px;
    line-height: 110px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: 'SFC-Black';
}
.has_created p {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}
.has_created p span{
    font-family: 'SFC-Bold';
}
.has_created .read-more-btn{
    border: 1px solid #fff;
    color: #fff;

    display: inline-block;
    text-transform: capitalize;
    padding: 5px 30px;
    font-size: 26px;
    transition: 0.3s ease-in-out;

}
.has_created .read-more-btn:hover{
    background: #ec3643;
    color: #fff;
    border-color: #ec3643;
    transition: 0.3s ease-in-out;
}

.has_created .content-row .headding h2{
    color: #000;
}
.has_created .content-row{
    padding-left: 0px !important;
}
.has_created .content-row p{
    color: #000;
    text-transform: none;
}
.has_created .content-row .img-div {
    padding: 10px 0px;
}


/*
.were_result a, .know_more{
border: 1px solid #000 !important;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 30px;
    font-size: 26px;
    transition: 0.3s ease-in-out;
}
.were_result a:hover, .know_more:hover {
    background: #ec3643;
    color: #fff !important;
    border-color: #ec3643;
    transition: 0.3s ease-in-out;
}
*/
.were_result .bttn{
border: 1px solid #000 !important;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 30px;
    font-size: 26px;
    transition: 0.3s ease-in-out;
}
.were_result .bttn:hover{
    background: #ec3643;
    color: #fff !important;
    border-color: #ec3643;
    transition: 0.3s ease-in-out;
}

.were_result .modal-content{
    background: #fff;
}

.were_result .content-row.row-1 .img-div{
    display: flex;
    padding: 0;
    margin: 0 0 30px;

}
.were_result .content-row.row-1 .text{
    max-height: 540px;
}
.were_result .content-row.row-1 .img-div img{
width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 160px;
}
.were_result .content-row.row-1 .col-md-5 .img-div img{
    min-height: 240px;
}

.were_result .content-row .img-div{
        padding: 0 10px;
}
.were_result .content-row .img-div ul li{
    height: 210px;
}
.were_result .content-row .headding h2 {
    font-size: 56px;
}



.what_can{
    border-bottom: 2px solid #000;
}
.what_can .connect_bttn {
    font-size: 110px;
    color: #fff;
    margin: 0;
    font-family: 'SFC-Black';
    line-height: 100px;
    letter-spacing: 5px;
    background: #000;
    padding-left: 50px;
    display: inline-block;
    padding: 10px 40px 10px 30px;
    transition: 0.3s ease-in-out;
    width: 100%;
    text-transform: uppercase;
}
.what_can .connect_bttn:hover {
    background: #ec3643;
    color: #fff;
    transition: 0.3s ease-in-out;
}


a .right_arrow {
    width: 60px;
    position: relative;
    top: -6px;
}

.what_can .content-row .headding h2{
    line-height: 70px;
}

.what_can .img-div ul li {
    box-shadow: 10px 13px 23px 0px #999;
    padding: 0 !important;
}


.additional_results {
    padding: 0;
    padding-left: 100px;
    background: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.additional_results .container-fluid{
    padding: 0;
    margin: 0;
    padding-left: 100px;
}
.additional_results .row,
.additional_results .col-sm-6{
    padding: 0;
    margin: 0;
}
.additional_results h2 {
    font-size: 90px;
    color: #fff;
    margin: 200px 0 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'SFC-Regular';
    line-height: 90px;
}
.additional_results h2 span {
    font-family: 'SFC-Black';
    display: block;
}
.additional_results .content-row .headding{
    margin: 0 0 50px;
}
.additional_results .content-row .headding h2{
    margin: 0;
    color: #000;
}
.additional_results .content-row p{
    color: #000 !important;
}
.additional_results .content-row .text{
    padding: 120px 30px;
    height: 500px;
    padding-left: 0;
}
.additional_results a .right_arrow{
    top: 0;
}

.barwis_neurological {
    background: #000;
    color: #fff;
    padding: 80px 0;
    padding-left: 100px;
    display: none;
}
.barwis_neurological h2 {
    font-size: 70px;
    color: #fff;
    margin: 0 0 10px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.barwis_neurological a .right_arrow {
    width: 50px;
}

.barwis_neurological a {
    font-size: 100px;
    color: #fff;
    margin: 0;
    font-family: 'SFC-Black';
    line-height: initial;
    letter-spacing: 0px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    width: 100%;
    text-transform: uppercase;
}
.barwis_neurological a:hover {
    color: #ec3643;
    transition: 0.3s ease-in-out;
}

.barwis_neurological .headding h2{
    color: #000;
}
.barwis_neurological .content-row{
    padding-bottom: 30px; 
}
.barwis_neurological .content-row p{
    color: #000 !important;
}
.barwis_neurological .btn{
    color: #000 !important;
}


/*
#section2 {
    position: absolute;
    top: 0;
    padding: 100px 0;
    background: #fff;
    height: 100vh;
    width: 80%;
    right: -100%;
}
*/
.mycontainer{
    white-space: nowrap;
    overflow-x: hidden;
    /*width: 1170px;*/
    max-height: 140vh !important;
}
.mycontainer .modal{
    /*overflow: hidden;*/
}
.modal::-webkit-scrollbar{
    width: 0;
}

.innerLiner {
    margin: 0;
}
.box{
    display: inline-block;
    padding: 20px;
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
    vertical-align: top;
}
input.nextBtn, 
input.backBtn {
    border: 1px solid #000 !important;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 30px;
    font-size: 26px;
    transition: 0.3s ease-in-out;
    background: #fff;
}
input.nextBtn:hover ,
input.backBtn:hover {
background: #ec3643;
    color: #fff !important;
    transition: 0.3s ease-in-out;
}
.Who_content {
    background: #fff;
    text-align: center;
}
 .content-row{
    padding: 0 0 100px;
    background: #fff;
    text-align: left;
    padding-left: 0px;
}
.content-row:last-child{
    padding: 0 0 50px;
}
.content-row .headding{
    text-align: center;
    margin: 0 0 30px;
}
.content-row .headding h2{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid #000;
    display: inline-block;
    padding: 10px 20px;
font-family: 'SFC-heavy';
    letter-spacing: 0;
}

.Who_content h4 {
    font-size: 44px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px;
    font-weight: 900;
}
.content-row .text{
    max-height: 480px;
    overflow-y: scroll;
    padding: 40px 30px;
    border-right: 5px solid #000;
    padding-left: 0px;
}
.content-row .text h5{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'SFC-Bold';
}
.content-row .text p span{
    text-transform: uppercase;
}
.content-row .img-div.mike{
    padding: 60px 0;
}
.content-row .img-div{
    padding: 0 30px;
}
.content-row .img-div img{
    width: 100%;
        box-shadow: 10px 13px 23px 0px #999;
}
.content-row .img-div ul  li {
    display: flex;
    list-style: none;
    height: 190px;
    overflow: hidden;padding: 0;

}
.content-row .img-div ul  li:before{
    display: none;
}
.content-row .img-div ul li img{
    width: 100%;
    object-fit: cover;
    box-shadow: 10px 13px 23px 0px #999;
}
.content-row.row-3 .img-div ul li{
float: left;
    width: 46%;
    margin: 0 20px 20px 0;
    box-shadow: 10px 13px 23px 0px #999;
}
.content-row.row-3 .img-div ul li:nth-child(2){
    margin: 50px 0 0;
        float: right;
}

.content-row.row-3 .img-div ul li img{
    width: 100%;
    object-fit: cover;
    box-shadow: 10px 13px 23px 0px #999;
}

.content-row .video-row .video-box {
    padding: 10px 30px 20px;
}
.content-row .video-row .video-box video{
    max-width: 330px;
}


.content-row p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    white-space: normal;
    font-family: 'SFC-Medium'
}
.content-row li {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 3px;
    white-space: normal;
    position: relative;
    font-family: 'SFC-Medium';
}
.content-row p small{
    font-size: 14px;
    line-height: 16px;
}
.content-row li:first-letter{
    padding-left: 10px; 
}
.content-row li:before{
position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0;
    border-radius: 100%;
    background: #000;
}

.content-row .video-box {
    padding:80px 30px 30px ;
}
.content-row .video-box video{
    width: 100%;
    border: 2px solid #000;
    box-shadow: 10px 13px 23px 0px #999;
}
.Who_content .content-row.row-4 li{
    padding-left: 10px;
    height:auto;
}
.Who_content .content-row.row-4 li:first-letter{
    padding: 0;
}
.Who_content .content-row.row-4 li:before{
    width: 5px;
    height: 2px;
    border-radius: 0;
}

.modal {
    position: absolute;
}
.modal-backdrop.in {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    text-align: center;
}
.modal-dialog {
    width: 100%;
    margin: 0;
    position: absolute;
    height: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    left: auto;
    /*padding: 100px 0;*/
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.model-logo{
position: absolute;
    left: 10px;
    max-width: 100px;
}
.model-logo img{
    width: 100%;
}


body.modal-open ,
.modal-open{
    overflow: visible !important;
    padding: 0 !important;
}
.modal-backdrop {
    position: relative;
}
.modal.fade .modal-dialog {
    right: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn {
    font-size: 28px;
    color: #000;
    letter-spacing: 10px;
    transition: 0.3s ease-in-out;
    border: none;
    background: transparent;
    display: inline-block;
    padding: 0 10px;
    border-radius: 0;
}
.btn:hover {
    color: #ec3643;
    transition: 0.3s ease-in-out;
    border: none;
    background: transparent;
}
.black_bg .modal-dialog ,
.additional_results .modal-content{
    background: #000;
}
.black_bg .Who_content h4,
.black_bg .Who_content p{
    color: #fff;
}
.black_bg .btn {
    color: #fff;
}
.barwis_neurological{
    position: relative;
}





/*---------------------Footer---------------------*/
footer {
    padding: 50px 0 ;
}
footer a {
    color: #000;
    transition: 0.3s ease-in-out;
}
footer a:hover {
    font-weight: bold;
    color: #000;
    transition: 0.3s ease-in-out;
}
footer .foot_menu ul li{
    line-height: normal;
}
footer .foot_menu ul li a{
    padding-bottom: 12px;
    display: block;
}
footer ul li {
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

footer h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px;
}
footer p a {
    font-size: 18px;
    color: #000;
}
footer address {
    font-size: 20px;
    color: #000;
}


.foot_social ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 30px;
}
.foot_social ul li:last-child,
.Privacy_Policy ul li:last-child{
    margin-right: 0px;
}

.foot_social i{
    transition: 0.3s ease-in-out;
}
.foot_social i:hover{
    color: #ec3643;
    transition: 0.3s ease-in-out;
}


.Privacy_Policy ul{
    text-align: center;
    padding: 0 0 30px;
}
.Privacy_Policy ul li {
    display: inline-block;
    margin-right: 50px;
    font-size: 20px;
}
.Privacy_Policy ul li a {
    color: #000;
    transition: 0.3s ease-in-out;
}
.Privacy_Policy ul li a:hover {
    font-weight: bold;
    color: #000;
    transition: 0.3s ease-in-out;
}


/*------------------------------media------------------------------------*/
@media (min-width:992px) and (max-width: 1199px) {
.MeetMike_sec h2 {
    font-size: 100px;
    line-height: 90px;
}
.page-section{
        min-height: 550px;
}

.has_created h2 {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 20px;
}
.has_created .fill p {
    font-size: 30px;
}
.additional_results h2 {
    font-size: 60px;
    margin: 150px 0 10px;
}
.additional_results .container-fluid {
    padding-left: 10px;
}

.additional_results .content-row .text{
    padding: 60px 30px;
}

footer ul li {
    font-size: 17px;
}

}
@media (max-width: 991px) {
.logo {
    margin: 20px 0;
    text-align: center;
}
.page-section{
        min-height: 550px;
}

.cleints-logo {
    padding: 50px 0px 0px 0;
}
.cleints-logo ul li {
    margin-right: 20px;
}
.MeetMike_sec h2 {
    font-size: 70px;
    margin: 0px 0 10px;
    line-height: 70px;
}
.has_created h2 {
    font-size: 70px;
    margin: 0 0 30px;
    line-height: 60px;
}
.cleints-logo ul li {
    margin-right: 10px;
}
.additional_results .container-fluid {
    padding-left: 0;
}
.additional_results h2 {
    font-size: 46px;
    margin: 100px 0 10px;
    line-height: 46px;
}
.explore_btn a {
    font-size: 30px;
}
a .right_arrow {
    width: 40px;
}
.what_can .connect_bttn {
    font-size: 80px;
}
.foot_social ul li {
    margin-right: 8px;
    font-size: 25px;
}
.Privacy_Policy ul li {
    margin-right: 30px;
    font-size: 18px;
}
.additional_results {
    min-height: auto;
}
.content-row .text {
    padding: 50px 0px !important;
    height: auto !important;
    border-right: none;
    max-height: initial !important;
}
.content-row .img-div.mike {
    padding: 0 !important;
}
.content-row .headding {
    text-align: center;
    margin: 30px 0 0;
}
.content-row .video-box {
    padding: 0px 30px 0px;
}
.has_created .content-row .headding h2 {
    font-size: 30px !important;
}
.content-row .headding h2 {
    font-size: 26px !important;
    line-height: 30px;
    padding: 30px 0 10px;
    margin: 0;
}
.video-row {
    text-align: center;
}
.content-row {
    padding: 0 0 50px;
}
footer ul li {
    font-size: 17px;
}
}
@media (max-width: 767px) {
.mycontainer, .page-section {
    max-height: inherit !important;
}
.navigation {
    margin-left: 10px;
    width: 40px;
}
.navigation__link {
    padding: 2px;
    margin: 5px auto 5px;
    width: 2px;
    height: 2px;
}
.navigation__link.active:after {
    width: 18px;
    height: 18px;
    top: -7px;
    left: -7px;
}
.container ,.additional_results{
    padding-left: 70px;
}
.foot_menu, .hours {
    margin: 0 0 30px;
    text-align: center;
}
.foot_address, .foot_social {
    text-align: center;
}
.additional_img img {
    max-height: initial;
    margin: 30px 0 0;
}
.mitmike .mike-img {
    margin: 30px 0 0;
}
.cleints-logo {
    padding: 50px 0px 0px 0;
}
.cleints-logo ul {
    display: inherit;
    column-count: 2;
    column-gap: 20px;
}
.cleints-logo ul li {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    max-height: 70px;
    min-height: 70px;
    text-align: center;
}
.cleints-logo ul li img {
    width: 100%;
    max-height: 70px;
    min-height: 70px;
    object-fit: contain;
    max-width: 100px;
}
.MeetMike_sec h2 {
    margin: 100px 0 10px;
}
.model-logo {
    position: absolute;
    left: 0;
    max-width: 80px;
}
.content-row .headding h2 ,.has_created .content-row .headding h2{
    font-size: 24px !important;
}
.modal-dialog{
    overflow: scroll;
}
}
@media (max-width: 600px) {
.model-logo {
    max-width: 60px;
}
.has_created h2 {
    font-size: 40px;
    letter-spacing: 0;
}
.has_created p {
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 30px;
}
.mitmike .MeetMike_sec h2{
    font-size: 75px;
    line-height: 70px;
}


.MeetMike_sec h2 {
    font-size: 54px;
    line-height: 64px;
    margin: 0;
}
.additional_results h2 {
    font-size: 34px;
    line-height: 38px;
}
.were_result.page-section {
    min-height: 410px;
}

.were_result .MeetMike_sec h2{
font-size: 43px;
    line-height: 50px;
    margin: 30px 0 20px;
}

.what_can .connect_bttn {
    font-size: 50px;
    padding: 10px;
    line-height: 50px;
}
a .right_arrow {
    width: 30px;
}
.nav_btn button {
    font-size: 14px;
    padding: 3px 15px;
    margin-right: 5px;
    margin-top: 30px;
}
.page-section.what_can{
    min-height: 370px;
}
.Privacy_Policy ul li{
    margin: 0;
    display: block;
}
.content-row.row-3 .img-div ul li{
    width: 100%;
    float: none !important;
}
.additional_results .content-row .text{
    padding: 10px 0 30px !important;
}
.additional_results .content-row .headding {
    margin: 0 0 20px;
}
.content-row .text {
    padding: 30px 0px !important;
}

}
@media (max-width: 360px) {
.MeetMike_sec h2 {
    font-size: 43px;
}


}










