/* 
Theme Name: mail mom
Author URL: https://www.mailsmom.com
Version:1.0
Author: Softaken Software
Description: Softaken Software Official Theme 
For more details visit at https://www.mailmom.com" target="_blank">https://www.mailsmom.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: 'Raleway', sans-serif;

}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  color: #303030;
}
a:focus, a:hover {
  text-decoration: none;
  outline:none;
}
@font-face {
  font-family: 'roboto regular';
 }
@font-face {
  font-family: 'alexbrush';
 
}


.slider_heading{ font-size: 26px;  font-family: 'Raleway', sans-serif;}
/*=====================================
            Navigation  
=====================================*/
.mailsmom_nav{
    background: #ffffff;
    border-radius: 0px;
    margin: 0px;
    -webkit-box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.13);
    z-index: 3;
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
    }
.mailsmom_nav li{}
.mailsmom_nav li a{     font-size: 16px;
    font-weight: 600; }

.mailsmom_nav .navbar-brand{margin-top: -25px;margin-bottom:  15px;}
.mailsmom_nav .navbar-brand img{ width: 230px; }


.mailsmom_nav .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0a1550;
}

.search_drop{ width: 320px;      background: #e0e0e0;
    border: none;
    padding: 10px 20px; }

.search_drop input{ border-radius: 0px; }

.search_drop .btn{ border-radius: 0px;  }


ul.dropdown-menu.product_downdown {
    padding: 0;
    margin: 0px;
   }


ul.dropdown-menu.product_downdown li{

   }

ul.dropdown-menu.product_downdown li a{
    padding: 5px 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;   
   }

ul.dropdown-menu.product_downdown li a:hover{
  background: #ed9530;
  color: #fff;
   
   }
.dropdown:hover .dropdown-menu {
  display: block;
}

/*===============================
        list style thee
================================*/
.list_style_three{ list-style: none; }
.list_style_three li{position:relative;padding: 0px 1px;margin-left: 20px;line-height: 26px;font-weight: 500;}
.list_style_three li:before{content:'\f046';font-size: 16px;font-family:FontAwesome;position:absolute;top: 0px;left: -20px;}

/*======================== breadcrumb ==========================*/
 .Breadcrumbs {
  background-color:#f5f5f5; }
.Breadcrumbs .breadcrumb {
  padding: 10px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: rgba(185, 185, 185, 0);
  border-radius: 0px;
}
.Breadcrumbs .breadcrumb a {
  font:bold 12px 'Roboto', sans-serif;
  color: #505050;
}
/*======================
    Blog box
=======================*/


.banner_inner_page:before{content:'';background-color: rgba(119, 119, 119, 0.6);position: absolute;top:0px;bottom:0px;width:100%;}

.banner_inner_page .para_blog{margin-top:50px;font-size: 40px;color: #fff;}

/*======================
        Site-map
=======================*/
.sitemap{ padding:80px 0;}

.sitemap_box{background: #f5f5f5;position: relative; margin-bottom:60px;}
.sitemap_box h4{background: #666;padding: 10px 20px;margin: 0px 30px;text-align: center;position: relative;top: -20px;color: #fff;margin-top: ;}
.sitemap_box ul{list-style: none;margin-top: -15px;}
.sitemap_box ul li{line-height: 24px;border-bottom: 1px solid #fff;padding: 0px 20px; }
.sitemap_box ul li:last-child{ border: none;}
.sitemap_box ul li a{padding: 5px 10px;display: block;color: #000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s}
.sitemap_box ul li a:hover{padding: 5px 20px;display: block;color: #000;}

/*======================
   Set cookies
=======================*/
.site_cookies{ background-color: #09144f; position:fixed; bottom:0px; width: 100%; padding: 10px;  }
.site_cookies p{ margin: 0px;  padding: 0px; color: #fff; margin-top: 5px;}

.site_cookies p a{ color: #f1d700 }

.cookieinfo-close{float: right; display: block; padding: 5px 8px; min-width: 100px; margin-left: 5px; border-radius: 5px; cursor: pointer; color: rgb(0, 0, 0); background: rgb(241, 214, 0); text-align: center;}

/*----------------------------------------*/
/*  Feature Area 
/*----------------------------------------*/
.contact_box{padding: 15px 40px;}
.contact_box .heading_font{font-weight: 600;font-size: 24px;padding: 10px 0px;border-bottom: 1px solid #f6b451;margin-bottom: 10px;color: #f6b451;}
.contact_box  p{line-height: 24px; font-size:16px;}
.contact_box a{    }
.contact_box_img { text-align:center}
.contact_box_img img{ width:120px;}
.three_box_home{ padding:40px 0;}
.tfa{ padding:10px; background:#f5f5f5; margin-bottom:10px;}
.pomn{
    text-align: center;
    border: 1px solid #afafaf;
  margin-bottom:20px;
}
.pomn img{
    width: 100%;
}

.pomn h4{
    padding: 10px 0px;
}
.pomn p{
    line-height: 24px;
    color: #666;
    padding-bottom: 10px;
}


.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
}

.row-flex-wrap {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-flex:0;
        -ms-flex:0;
            flex:0;
}


.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}



/*----------------------------------------*/
/*  Feature Area 2
/*----------------------------------------*/
.feature-section {
    padding:40px 0;

}
.textwidget p{ line-height: 24px; }

.feature-icon, .process-icon {
    display: inline-block;
    float: left;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 70px;
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}
.feature-icon:after, .process-icon:after, .trial-form button:after {
background: #a8ff78;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);  /* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#78ffd6), to(#a8ff78));
background: -webkit-linear-gradient(left, #78ffd6, #a8ff78);
background: -o-linear-gradient(left, #78ffd6, #a8ff78);
background: linear-gradient(to right, #78ffd6, #a8ff78); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.feature-icon span, .process-icon span {
    color: #383838;
    font-size: 30px;
    line-height: 69px;
    position: relative;
    z-index: 1;
}
.single-feature:hover .feature-icon:after, .single-process:hover .process-icon:after, .trial-form button:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.single-feature:hover .feature-icon span, .single-process:hover .process-icon span {
    color: #fff
}
.feature-text {
    overflow: hidden;
    padding-left: 30px
}
.feature-text h4 {
   line-height: 24px;
    margin-bottom: 18px;
}
.feature-text > p {
line-height: 26px;  
    margin: 0;
}
.single-feature{ padding: 20px 0; }

.detail_item_box{ padding: 40px 0 }
/*=============================
    about us
=============================*/


.about_home{ padding:40px 0;  background-color:#f5f5f5; padding:40px 0;}

.about_home_data{ padding:20px; background-color:#fff;}

.about_home_data h3{ padding:10px 0;}
.about_home_data p{ line-height:30px; font-size:20px; font-weight:100;}



/*=============================
    Slick
=============================*/
.slick_slider_ong{overflow: hidden;padding: 5px;background: #f5f5f5;height: auto;} 
.item_slider {position:relative;}
.item_slider img{width:100%;position:absolute;}
.inner_slider{ position: relative; z-index: 1; background:#fff; color: #000;
  text-align: center;  padding:6% 140px 5% 140px ; }
.inner_slider h2{ font-size:3em; }
.inner_slider p{font-size:20px;padding: 10px 130px;line-height: 30px; font-weight:100;   font-family: 'Raleway', sans-serif;}
.inner_slider a{ display: inline-block; padding:15px 30px; background:red; color: #fff; font-size:16px; }
.inner_slider .slider_btn{   }
.inner_slider a:hover{ text-decoration: none;}
@media (max-width:767px){

}
.left_slick_btn{top: 40%; left: 0px; cursor: pointer; }
.right_slick_btn{top:40%; right: 0px; cursor: pointer;}
.arrow_slick{
height: 60px;
width: 60px;
background: #f5f5f5;
color: #fff;
z-index: 5;
position: absolute;
text-align: center;
padding: 0;
display: inline-block;
line-height:60px;
color:#000;
font-size:24px;
}
.arrow_slick i{
font-size: 24px;
}
.main_slider [data-animation-in] {
opacity: 0;
}
footer{
background:#ed9530;
color:#fff;
padding:20px 0;
}


.product_detail{ padding: 40px 0; background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(#24243e), color-stop(#302b63), to(#0f0c29));
background: -webkit-linear-gradient(left, #24243e, #302b63, #0f0c29);
background: -o-linear-gradient(left, #24243e, #302b63, #0f0c29);
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #fff  }
.product_heading{
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.product_min_heading{
    font-size: 22px;
    padding: 15px 0;
}
.download_btn{
    display: inline-block;
      padding: 15px 30px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;

}

.download_btn:hover{
    display: inline-block;
      padding: 15px 30px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
     opacity: 1.5;

}


.btn-warning:before{
  content: '\f07a';
  font-family: FontAwesome;
  padding: 0px 10px;
  opacity: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
 }

 .btn-warning:hover:before{ display: inherit;   opacity: 1; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);  }

.btn-success:before{
  content: '\f019';
  font-family: FontAwesome;
  padding: 0px 10px;
  opacity: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
 }

 .btn-success:hover:before{ display: inherit;   opacity: 1; -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg);  }

.heading_common{ 
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  border-bottom:1px solid #e8e8e8;
  margin-bottom: 20px; 
}


/*==========================
        Accordian
===========================*/

.accodian_box{
  padding:40px 0;
  background-color: #f5f5f5;
  }

#accordion{
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    overflow: hidden;
}
#accordion .panel{
    border: none;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin: 0;
    margin-bottom: 5px;
}
#accordion .panel:last-child{
    border-bottom: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ed9530;
    text-align: left;
    border: none;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #505050;
}
#accordion .panel-title a.collapsed:hover{
    background: #ed9530;
    color: #fff;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f106";
    color: #bfbfbf;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    padding: 20px;
    border: none;
    font-size: 14px;
    color: #888;
    line-height: 25px;
}


.testimoial{ padding: 40px 0;  }



.contact_page{ padding: 40px 0px; background-color: #f5f5f5; }

.white_box{background-color: #fff;padding: 15px;}


.contact_page p{ line-height: 24px; }

.contact_form h4{
    padding: 0px 10px 25px  0px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.submit_btn{ padding: 10px 0; background-color: #000; color: #fff; font-size: 14px; border: none; padding: 12px 20px;  }



/*===============================
        list style five
================================*/
.list_style_five{ list-style: none; }
.list_style_five li{position:relative; line-height: 24px; }
.list_style_five li:before{ content:'\f00c'; font-size: 16px; font-family:FontAwesome; position:absolute; top: 0px;  }
.list_style_five a{color: #000;font-size: 14px;padding-left: 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-family: 'Raleway', sans-serif;}
.list_style_five a:hover{text-decoration: none; padding-left: 40px;}





/* Error Page */
    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
      font-family: 'Raleway', sans-serif;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
      font-family: 'Raleway', sans-serif;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
      font-family: 'Raleway', sans-serif;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #535353;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      margin-top: 10%;
        position: relative;
        height: 250px;
        padding-top: 0px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        -webkit-transform: skew(-45deg);
            -ms-transform: skew(-45deg);
                transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
                box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(173,173,173, 0.8)), to(transparent));
        background: -webkit-linear-gradient(left, transparent, rgba(173,173,173, 0.8), transparent);
        background: -o-linear-gradient(left, transparent, rgba(173,173,173, 0.8), transparent);
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #07B3F9;
        border-radius: 50%;
        display: inline-block;
        -webkit-transform: skew(45deg);
            -ms-transform: skew(45deg);
                transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #A2A2A2;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #535353;
        color: #A2A2A2;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }
   
   .four_hero_four{
    padding:15px 40px;
    border-radius:0px;
    margin:20px 0;
   }
.first-online{position:fixed;right:-5px;bottom:40%;z-index:100}




/*=====================================
      scroll  to top
======================================*/
#top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: none;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#top:hover i {
  color: #fff;
  top: 5px;
}



/*============================
        Blogs data
===========================*/
.bolg_list{ padding: 40px 0; }
.blog_item{
    padding: 25px;
    background: #fdfdfd;
    border-bottom: 1px solid #f6eff8;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
}

.blog_item:hover{ 
background-image: url('../images/bg_add.jpg'); 
background-position: bottom;
background-size:cover;
 }
.blog_item:hover:before{
  content: '';
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.blog_item:hover, .blog_item:hover a { color: #fff; z-index: 10; }

.blog_item h4:after {
    content: '\f178';
    font-family: fontAwesome;
    margin-left: 60px;
    font-size: 30px;
    font-weight: 100;
    color: #f9ad81;
}
.blog_item h5{
    font-size: 12px;
    font-family: inherit;
    margin-bottom: 10px;
    z-index: 10;
} 
.blog_item .heading{
    margin-bottom: 15px;
    display: block;

    color: #656565;
} 
.blog_item .heading h4{
    font-size: 24px;z-index: 10;
} 
.Comments_link{}
.Comments_link p{
  z-index: 10;
    font-family: inherit;
}


/*==========================
        blog detail
=============================*/

.bolg_listing{ padding: 40px 0; }
.bolg_listing p{ line-height: 26px;  }
.blog_detail h3{ padding: 15px 0; }
.border_box {
    border-right: 1px dotted #666;
}

/*============================
        Review page
=============================*/

.heading_one p{ 
     margin-bottom: 10px;
    padding: 20px 50px 20px 50px;
    border-top: 1px solid #c7c7c7;
    display: inline-block;
    margin-top: 20px;
    clear: both;
    font-weight: 700;
    font-size: 18px;
  }


.review_page{ padding: 40px 0; }

.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #ed9530;
    border-left: 1px solid #f6b451;
    font-size: 15px;
    color: #8e787b;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before{
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #a19b95;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #ed9530;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #ed9530;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #885214;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    -webkit-transform-origin: 100% 100% 0;
        -ms-transform-origin: 100% 100% 0;
            transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #828282;
    letter-spacing: 1px;
    text-transform: capitalize;
}


div#myTabContent1 {
    padding: 20px;
}


.heading_review{}
.heading_review h4{
    font-size: 24px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #d8d7d7;
    margin-bottom: 20px;
}
.heading_review p{
    padding: 0px 20px 30px;
}

.box_gray{ background-color: #f5f5f5; padding: 20px; margin-top: 20px; }


.tab-pane{ 
 padding: 15px 10px;
    border: 1px solid #dddddd;
    margin-top: 10px;
    line-height: 26px;
}

.search_page{ padding:40px 0;}





/*======================
   Set cookies
=======================*/
#cookie-bar{
	background: #ed942d;
	display:block;
	position: fixed;
	bottom: 10px;
	width: 300px;
	left: 6%;
	padding: 20px;
	color: #fff;
	z-index:999;
	}
	#cookie-bar a{
	color: #fff;
	display:block;
	padding:10px 0;
	}
#Cookie{
	background: #252525;
	border: none;
	padding: 10px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}




