/**
 * CSS styles specific to Services templates
 *
 * @package AdvanceNational
 */
 /*
.page-services .inner-page .services-wrapper .col-md-4 {
  padding: 0 15px 30px;
}*/

.single.single-services .services-layout1 .blue-box{
      padding: 52px 54px;
}
.single.single-services .services-layout1 .blue-box p,
.single.single-services .services-layout1 .right-section .main-contents p{
    margin:0 0 25px;
}
.single.single-services .services-layout1 .right-section.main-contents{
    margin: 0px 0px 49px;
    background-color: #efefef;
   /* padding: 52px 42px 86px;*/
    padding: 52px 42px 6px;
}

.single.single-services .services-layout1 figure.effect-sadie h2:after{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 28px;
    height: 1px;
    background: #fff;
    content: '';
}
.call-out-wrap{
    border-left: 4px solid #fff;
    padding: 0px 20px 5px;
    margin: 20px 0px 0px;
}
.custom-btn.call-out{
    margin:0px 0px ;
}
.custom-btn.call-out i{
    font-weight: normal;
    margin-left: 0px;
}