﻿.ResultHeader .Headerwrap div[class*=col-]
{
    padding-right: 0px;
    padding-left: 0px;
}
.ResultHeader
{
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    display: flex;
}
.Headerwrap
{
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
.ServiceSearch
{
    width: 100%;
    background: #fff;
    color: #363636;
    padding: 10px;
    margin: 0;
}
.totalserveice
{
    line-height: 40px;
}
.totalserveice span
{
    font-size: 14px;
}
.ProviderName
{
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px dashed #c9ccd0;
}
.ProviderDetails
{
    padding: 5px 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    border-bottom: 3px double #c9ccd0;
}
.ProviderDetails ul
{
    text-align: left;
}
.ProviderDetails ul li
{
    display: inline-block;
    width: calc(100% / 5 - 1%);
}
.ProviderDetails ul li span:nth-of-type(1)
{
    font-weight: 600;
    font-size: 13px;
}
.ItemHeading
{
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.ItemHeading i
{
    font-size: 15px;
}
.ItemHeading span
{
    margin-left: 5px;
}
.ItemHeading span.notHeading
{
    font-weight: 500;
}
.ServiceHeader
{
    box-shadow: 0 2px 8px 0 rgb(236, 242, 251);
    margin-top: 80px;
    padding: 5px 15px;
    z-index: 999;
    border: 2px solid #fff;
    background: #fff;
}
.ServiceHeader .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 100%;
}
.event-schedule
{
    border: 0;
}
.ServiceHeader input, .ServiceHeader .bootstrap-select > button.btn.dropdown-toggle
{
    padding: 15px;
    margin: 1%;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    border: none;
    text-align: left;
    color: #757575;
    background: #eef1f5;
    border-radius: 0;
}
.ServiceHeader .search_for div[class*=col-]
{
    padding-right: 10px;
    padding-left: 10px;
}
.ServiceHeader .search_for button#btnSearch
{
    width: 100px;
    padding: 14px;
    margin: 1%;
    margin-top: 10px;
    border: 0;
    background: #eef1f5;
    font-size: 15px;
}
.Adversection
{
    height: 120px;
    background: #fff;
    margin-left: 5px;
    margin-top: 70px;
}
.schedule-item
{
    margin-bottom: 10px;
}

.rsearch1 .rsearch-header.pos_rel
{
    border-bottom: 1.5px solid #eef1f5;
}
.rsearch1 .rsearch-header.pos_rel.isActive
{
    background: #e26a5038;
    color: #e26a50;
}
.schedule-item div[class*="col-"].ProImage .img img
{
    width: 180px;
    display: block;
    margin: 0 auto;
    height: 120px;
    max-width: -webkit-fill-available;
}
.ImagesSection
{
    padding: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.ImagesSection .ImageList li
{
    display: inline-block;
    width: 70px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}
.ImagesSection .ImageList
{
    text-align: left;
}
.ImagesSection .ImageList li img
{
    width: 100%;
    height: 50px;
}
.item-inner.event-session .RowClear p
{
    font-size: 14px;
    padding-left: 20px;
}
.TabWrapper
{
    clear: both;
    padding-right: 0;
    padding: 5px; /*margin-left: 5px;*/
}
.TabWrapper .nav-tabs
{
    background: #fff;
    border-bottom-width: 0px;
    height: 38px;
}
.TabWrapper .nav-tabs > li.active > a
{
    color: #fff;
    cursor: default;
    background-color: #d68978;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    margin-top: -5px;
    margin-right: 0;
    box-shadow: 0 4px 10px -2px #7b7c7d;
}
.TabWrapper .nav-tabs > li > a
{
    font-weight: 500;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.TabWrapper .nav-tabs > li > a:hover
{
    margin-top: -5px;
    background-color: #f3e7e4;
    color: #e1674c;
    border-color: transparent;
    box-shadow: 0 4px 10px -2px #7b7c7d;
}
.TabWrapper .nav-tabs > li.active > a:after
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 9px solid #c4c4c5;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
    margin-top: 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
*
{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.TabWrapper .tab-content
{
    margin-top: 10px;
    padding: 10px;
    background: #fff;
}
.DirectersName .rowName
{
    display: flex;
    padding: 5px 5px;
    border-bottom: 1px dashed #d7dbe0;
}
.DirectersName .rowName:last-child
{
    border-bottom-width: 0;
}
.DirectersName .rowName .personImag
{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
}
.DirectersName .rowName .personInfo .pName
{
    font-size: 17px;
    font-weight: 500;
    padding-left: 15px;
    margin-top: 15px;
}
.DirectersName .rowName .personInfo .pDesignation
{
    font-size: 13px;
    font-weight: 400;
    padding-left: 15px;
}
.SoftwareList
{
    margin: 110px 0;
    display: flex;
    flex-wrap: wrap;
}
.list
{
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}
.list > div
{
    padding: 0 !important;
}
.HeaderRow
{
    padding: 5px 10px;
    border-bottom: 3px double #c9ccd0;
}
.SoftName
{
    font-size: 14px;
    font-weight: 500;
}
.SoftDesc
{
    padding: 10px;
    min-height: 120px;
}
.SoftLogo
{
    width: 200px;
    float: left;
    min-height: 150px;
    display: flex;
    align-items: center;
}
.btn-Request
{
    font-size: 14px;
    font-weight: 500;
    color: #d43714;
    padding: 5px 7px;
    border: 1px solid;
}
.btn-Request:hover{background: #d43714;color: #fff;}
.SoftDeta
{
    margin-bottom: 5px;
    font-size: 13px;
}
.MainHeading
{
    width: 100%;
    background: #fff;
    margin-top: 60px;
    padding: 10px;
    position: fixed;
    z-index: 99;
}
.MainHeading h3
{
    font-size: 17px;
}
.Banner
{
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 60px;
}
.Banner img
{
    width: 100%;
}
.PgHeading
{
    background: #fff;
    padding: 10px;
}
.PgHeading h3
{
    font-size: 16px;
}
.PgBody
{
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 0;
}
.PgBtn
{
    padding: 5px;
    background: #fff;
    margin-bottom: 50px;
}
.modal
{
    z-index: 10000000;
}
li.refCaptcha img
{
    width: 30px;
    height: 30px;
}
.form-control
{
    margin: 0;
}
.ulCaptcha
{
    width: 200px;
    float: right;
    margin: 0;
    margin-bottom: 10px;
}
.ulTermCondition li.liCondition
{
    clear: both;
    padding-left: 15px;
    position: relative;
}
.ulCaptcha li input[type=text]
{
    margin: 0;
    padding: 0;
    border: 1px solid;
    margin-bottom: 5px;
}
.ulCaptcha li.refCaptcha
{
    width: 40px;
    float: left;
    clear: none;
    margin-left: 10px;
    padding-left: 0;
}
.ulCaptcha li.liCaptcha1
{
    width: 120px;
    float: left;
}

li.liCondition:before
{
    content: "\F12F";
    position: absolute;
    font-family: Material Design Icons;
    font-size: 10px;
    top: 2px;
    left: 0;
}
.event-schedule-speaker .btn.btn-outline-themeColor, .ParnerProfile .PartnerProfileHeader div[class*="col-"] .btn-outline-themeColor, .event-schedule-speaker .btn.btn-themeColor, .ParnerProfile .PartnerProfileHeader div[class*="col-"] .btn-themeColor{width: 100%;margin: 0;margin-top: 8px;}
.rsearch1{margin: 0;}
