/*
Theme Name: Homeclean
Theme URI: https://www.gadi.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.gadi.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, home clean 
Text Domain: homeclean
*/

body {
    font-family: 'Heebo', sans-serif!important;
    color: #000000;
    text-align: right;
    font-size: 19px;
    direction: rtl;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
a {
    outline: none;
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #326be5;
}
input:focus {
    outline: none;
}
input {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
textarea {
    font-family: 'Heebo', sans-serif;
    text-align: right;
}
select {
    font-family: 'Heebo', sans-serif;
    text-align: right;
    direction: rtl;
}
h1,
h2,
h3 {
    font-family: 'Heebo', sans-serif;
}

/* mobile menu */

.menuicon {
    display: none;
    cursor: pointer;
    padding: 20px 0 0 0;
    float: right;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #366ea0;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #000;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #333;
    font-size: 26px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #366ea0;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #366ea0;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #000;
}

/* main style start */

.container {
    max-width: 1580px;
    padding: 0 10px;
    margin: 0 auto;
}
.header-area{
    background: #228ff3;
    padding: 0 0 20px 0;
}
.home-headre-area{
    background: #0ab4ff;
}
.header{
    height: 120px;
    overflow: hidden;
    padding: 38px 0 20px 0;
}
.header-left{
    float: left;
    width: 49%;
}
.phonetxt{
    text-align: left;
    padding: 0 0 10px 125px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.contactno-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
.contactno a{
    font-size: 35px;
    display: inline-block;
    background:url(images/phone-icon.png) no-repeat 92% center #004adf;
    padding: 10px 75px 10px 75px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
}
.contactno a:hover{
    background:url(images/phone-icon.png) no-repeat 92% center #000;
    color: #fff;
}
.sociallink{
    margin: 0 0 0 15px;
	text-align:center;
}
.header-right{
    width: 49%;
    float: right;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 390px;
}
.navigation{
    height: 60px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 10px 0 10px;
    text-align: center;
}
.navigation ul li{
    position: relative;
    display: inline-block;
    margin: 0 10px 0 10px;
}
.navigation ul li a{
    font-size: 22px;
    display: block;
    padding: 0 0 25px 0;
    color: #000;
    text-decoration: none;
}
.navigation ul li a:hover{
    color: #004adf;
    text-decoration: none;
}
.navigation ul li ul{
    position: absolute;
    top: 56px;
    right: -10px;
    display: none;
    width: 250px;
    background: #fff;
    z-index: 9999;
}
.navigation ul li ul li{
    display: block;
    padding: 0 0 0 0;
}
.navigation ul li ul li a{
    padding: 0 0 0 0;
}
.navigation ul li ul li ul{
    right: 230px;
    top: 0;
}
.navigation ul li.megadropdown ul{
    width: 750px;
    padding: 10px;
}
.navigation ul li.megadropdown ul li{
    width: 33.33%;
    float: right;
    margin: 0;
}
.navigation ul li.twocolom ul{
    width: 500px;
    padding: 10px;
}
.navigation ul li.twocolom ul li{
    width: 50%;
    float: right;
    margin: 0;
}
.navigation ul li.current_page_item a{
    font-weight: 700;
    color: #004adf;
    text-decoration: none;
}
.navigation ul li:hover > ul{
    display: block;
}
.home-top-area{
    background: url(images/home-top-area-bg.jpg) no-repeat left top;
    background-size: cover;
    min-height: 490px;
    overflow: hidden;
    padding: 210px 0 15px 0;
}
.home-top-info{
    max-width: 880px;
    overflow: hidden;
    color: #004adf;
}
.home-top-info h1{
    font-size: 114px;
    line-height: 100px;
    font-weight: 600;
    letter-spacing: -10px;
    padding: 0 0 10px 0;
}
.home-top-info p{
    font-size: 67px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -2px;
    padding: 0 0 0 0;
}
.home-top-info span{
    color: #228ff3;
    font-weight: 400;
}
.home-top-form-area{
    padding: 80px 0 0 0;
    overflow: hidden;
}
.home-top-form-area h4{
    color: #004adf;
    font-size: 25px;
    line-height: 25px;
    padding: 0 0 20px 0;
}
.home-top-form{
    overflow: hidden;
}
.top-form-list{
    width: 28%;
    float: right;
    margin: 0 0 0 1%;
}
.top-form-list input{
    width: calc(100% - 40px);
    height: 56px;
    border: none;
    background: #0ab4ff;
    color: #ffff;
    border-radius: 10px;
    font-size: 25px;
    padding: 0 20px 0 20px;
}
.top-form-list input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffff;
    opacity:  1;
}
.top-form-list input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffff;
    opacity:  1;
}
.top-form-list input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffff;
    opacity:  1;
}
.top-form-list input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffff;
    opacity:  1;
}
.top-form-list input::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffff;
    opacity:  1;
}
.top-form-list input::placeholder { /* Most modern browsers support this now. */
    color: #ffff;
    opacity:  1;
}



.top-form-send{
    width: 13%;
    float: left;
}
.top-form-send input{
    width: 100%;
    height: 56px;
    border: none;
    background: #004adf;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    border-radius: 10px;
    color: #fff;
}
.top-form-send input:hover{
    background: #0ab4ff;
    color: #fff;
}
.services-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.services-area h2{
    text-align: center;
    font-size: 42px;
    line-height: 40px;
    color: #004adf;
    padding: 0 0 40px 0;
}
.services-row{
    display: flex;
    flex-wrap: wrap;
}
.service-item{
    width: 14.66%;
    margin: 0 1% 2% 1%;
    text-align: center;
}
.service-icon{
    background: #fff;
    border-radius: 10px;
    height: 175px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item h4{
    color: #004adf;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 0 0;
}
.service-item h4 a{
    color: #004adf;
    text-decoration: none;
}
.service-item h4 a:hover{
    color: #0ab4ff;
    text-decoration: none;
}
.why-us-info{
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.why-us-info{
    overflow: hidden;
}
.why-us-right{
    width: 75%;
    float: right;
}
.why-us-left{
    width: 20.5%;
    float: left;
}
.why-us-content h2{
    font-size: 42px;
    line-height: 40px;
    color: #004adf;
    padding: 0 0 30px 0;
}
.why-us-content p{
    font-size: 23px;
    line-height: 25px;
    padding: 0 0 20px 0;
}
.why-us-pic img{
    width: 100%;
    height: auto;
    display: block;
}
.featured-area{
    padding: 40px 0 40px 0;
    overflow: hidden;
    background: url(images/featured-area-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 265px;
    color: #fff; 
}
.featured-row{
    display: flex;
    flex-wrap: wrap;
}
.featured-item{
    width: 23%;
    margin: 0 1% 1% 1%;
}
.featured-item-inner{
    text-align: center;
}
.featured-icon{
    padding: 0 0 30px 0;
}
.featured-item-inner p{
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
}
.home-testimonial-area{
    padding: 60px 0 60px 0;
    overflow: hidden;
}
.home-testimonial-box{
    overflow: hidden;
}
.testimonial-box-right{
    width: 25%;
    float: right;
}
.home-testimonial-title{
    background: url(images/quote-icon.png) no-repeat 70% bottom;
    padding: 210px 0 0 0;
    color: #004adf;
}
.home-testimonial-title h3{
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 0 0;
}
.home-testimonial-title h4{
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 0 0;
}
.testimonial-box-left{
    width: 70%;
    float: left;
}
.home-testimonial{
    direction: ltr;
    position: relative;
}
.testimonial-author-pic{
    padding: 0 0 20px 0;
}
.testimonial-author-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
    border-radius: 50%;
}
.testimonial-feedback p{
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 10px 0;
}
.testimonial-item h4{
    color: #004adf;
    font-size: 28px;
    padding: 0 0 15px 0;
}
.home-testimonial .owl-pagination{
    text-align: right;
}

.bottom-content-area{
    padding: 50px 0 50px 0;
    border-top: 2px solid #0ab4ff;
    overflow: hidden;
}
.bottom-content-list{
    padding: 30px 0;
    overflow: hidden;
}
.content-list-left{
    width: 37%;
    float: left;
}
.content-pic img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}
.content-list-right{
    width: 60%;
    float: right;
}
.bottom-content-info h2{
    font-size: 42px;
    line-height: 40px;
    color: #004adf;
    padding: 0 0 40px 0;
}
.bottom-content-info p{
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 20px 0;
}
.right{
    float: right;
}
.left{
    float: left;
}
.blog-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.blog-area h2{
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #326be5;
    padding: 0 0 70px 0;
}
.blog-row{
    display: flex;
    flex-wrap: wrap;
}
.blog-item{
    width: 27.33%;
    margin: 0 3% 2% 3%;
}
.blog-item-box{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
.blog-thumbnail{
    padding: 20px;
    overflow: hidden;
}
.blog-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.blog-info{
    text-align: center;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}
.blog-info h4{
    font-size: 35px;
    line-height: 35px;
    padding: 0 0 15px 0;
}
.blog-info p{
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 10px 0;
}
.read-more{
    text-align: center;
}
.read-more a{
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    background: #3ae0ff;
    color: #fff;
    padding: 15px 0 15px 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.read-more a:hover{
    background: #326be5;
    color: #fff;
}
.footer-area {
    background: url(images/footer-area-bg.jpg) no-repeat center top;
    min-height: 372px;
    background-size: cover;
    padding: 45px 0 45px 0;
    overflow: hidden;
    color: #fff;
}
.footer-info {
    padding: 0 0 100px 0;
    overflow: hidden;
}
.foioter-right {
    width: 70%;
    float: right;
}
.footer-menu-area{
    overflow: hidden;
}
.footer-col{
    width: 18%;
    float: right;
    margin: 0 0 0 1%;
}
.footer-col h4{
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.footer-col a{
    color: #fff;
    text-decoration: none;
}
.footer-col a:hover{
    color: #000;
    text-decoration: none;
}
.footer-left {
    width: 27%;
    float: left;
    padding: 35px 0 0 0;
}
.footer-logo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 467px;
}
.copyright-info p{
    font-size: 25px;
    line-height: 20px;
}

/* for inner page */

.cumbtrail-area{
    background: #228ff3;
    padding: 10px 0 20px 0;
    position: relative;
}
.top-spray-pic{
    position: absolute;
    top: -110px;
    left: -20px;
}
.top-spray-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 184px;
}
.cumbtrail-info{
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.cumbtrail-info h1{
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
}
.cumbtrail-info p{
    color: #004adf;
    font-weight: 600;
}
.cumbtrail-info a{
    color: #fff;
    text-decoration: none;
}
.main-content{
    padding: 30px 0;
    overflow: hidden;
    background: #ebf9ff;
}
.content-left{
    width: 73%;
    float: left;
}
.content-box{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.page-content h1{
    font-size: 35px;
    line-height: 35px;
    padding: 0 0 30px 0;
    color: #004adf;
}
.page-content h2{
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 10px 0;
    color: #004adf;
}
.page-content h3{
    font-size: 25px;
    line-height: 25px;
    padding: 0 0 30px 0;
    color: #004adf;
}
.page-content p{
    line-height: 20px;
    padding: 0 0 18px 0;
}
.page-content img{
    width: auto;
    max-width: 100%;
    height: auto;
  display: block;
  margin: 0 auto !important;
}
.content-right{
    width: 24%;
    float: right;
}
.widget-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0 0 25px 0;
    background: #fff;
    border-radius: 10px;
}
.widget-title{
    text-align: center;
    color: #fff;
    background: #228ff3;
    padding: 15px 10px 15px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-title h3{
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.widget-title p{
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.widget-title h4{
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}
.widget-content{
    padding: 15px;
    overflow: hidden;
}
.sidebar-form-list{
    padding: 0 0 15px 0;
    overflow: hidden;
}
.sidebar-form-list input{
    font-size: 25px;
    width: calc(100% - 33px);
    height: 56px;
    color: #004adf;
    border: 1px solid #808080;
    background: #ebf9ff;
    padding: 0 15px 0 15px;
    border-radius: 10px;
}
.sidebar-form-send input{
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    height: 56px;
    border: none;
    color: #fff;
    background: #004adf;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}
.sidebar-form-send input:hover{
    background: #000;
    color: #fff;
}
.sidebar-testimonial-area{
    direction: ltr;
    text-align: center;
}
.sidebar-testimonial-item{
    background: url(images/sidebar-quote-icon.png) no-repeat 5px 65%;
    padding: 0 0 10px 0;
}
.sidebar-testimonial-item h4{
    font-size: 22px;
    line-height: 22px;
    color: #004adf;
    font-weight: 600;
    padding: 0 0 0 0;
}
.sidebar-testimonial-feedback{
    padding: 0 0 15px 0; 
}
.sidebar-testimonial-feedback p{
    font-size: 19px;
    line-height: 22px;
}
.sidebar-author-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 98px;
    border-radius: 50%;
}
.latest-update-list{
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}
.latest-update-list h4{
    font-weight: 400;
    font-size: 29px;
    line-height: 29px;
    color: #000000;
}
.latest-update-list h4 a{
    color: #000;
    text-decoration: none;
}
.latest-update-list h4 a:hover{
    color: #004adf;
    text-decoration: none;
}
.latest-update-list p{
    color: #004adf;
}

/* for area page */

.area-content{
    overflow: hidden;
}
.area-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.area-item{
    width: 22%;
    margin: 0 1.5% 3% 1.5%;
    text-align: center;
}
.area-icon-holder{
    background: #fff;
    min-height: 135px;
    border-radius: 10px;
    padding: 35px 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.area-item h4{
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #004adf;
    padding: 15px 0 0 0;
}

/* for recommended page */


.recommended-heading{
    padding: 175px 0 0 0;
    overflow: hidden;
    background: url(images/recommend-heading-quote-icon.png) no-repeat center bottom;
    text-align: center;
    color: #004adf;
}
.recommended-heading h3{
    font-size: 39px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.recommended-heading h2{
    font-size: 49px;
    line-height: 40px;
    font-weight: 700;
}
.recommends-row{
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
}
.recommend-item{
    width: 48%;
    margin: 0 1% 2% 1%;
}
.recommend-feedback{
    background: #fff;
    padding: 35px 25px 35px 25px;
    border-radius: 10px;
}
.recommend-feedback p{
    font-size: 26px;
    line-height: 28px;
}
.recommend-author{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
}
.recommend-author h4{
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #004adf;
    padding: 0 25px 0 0;
}
.recommend-author img{
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 115px;
}


/* for contact page */


.contact-area{
    padding: 20px 0;
    overflow: hidden;
}
.contact-left{
    width: 47%;
    float: left;
}
.contact-form-area{
    overflow: hidden;
}
.contact-form-right{
    width: 68%;
    float: right;
}
.contact-form-list{
    padding: 0 0 25px 0;
    overflow: hidden;
}
.contact-form-list input{
    font-size: 35px;
    width: calc(100% - 33px);
    height: 75px;
    color: #004adf;
    border: 1px solid #808080;
    background: #fff;
    padding: 0 15px 0 15px;
    border-radius: 10px;
}
.contact-form-send input{
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    height: 280px;
    border: none;
    background: #004adf;
    color: #ffff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}
.contact-form-send input:hover{
    background: #000;
    color: #fff;
}
.contact-form-left{
    width: 27%;
    float: left;
}
.contact-right{
    width: 47%;
    float: right;
    padding: 70px 0 0 0;
}
.contact-page-info{
    position: relative;
    color: #004adf;
    padding: 20px 0 0 0;
}
.contact-page-info h2{
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.contact-page-info p{
    font-size: 42px;
    line-height: 40px;
    font-weight: 600;
    padding: 15px 0 0 0;
}
.contact-arrow{
    position: absolute;
    left: 0;
    top: 0;
}
.contact-arrow img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 180px;
}

.author-area{
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 20px 0 0 0;
	padding: 15px;
	background: #fff;
	overflow: hidden;
}
.author-right{
	width: 18%;
	float: right;
}
.author-pic-holder img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 190px;
	border-radius: 50%;
}
.author-left{
	width: 82%;
	float: left;
}
.author-content{
	padding: 0 50px 0 0;
	overflow: hidden;
}
.author-title-box{
	background: #228ff3;
	padding: 10px 20px;
	color: #fff;
	margin: 0 0 10px 0;
}
.author-title-box h3{
	font-size: 30px;
	line-height: 30px;
	padding: 5px 0 0 0;
}
.author-content p{
	line-height: 24px;
	padding: 0 0 15px 0;
}
.author-content h4{
	font-size: 20px;
}

.cube-row{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 20px 0;
}
.cube-item{
	width: 24%;
	margin: 0 0.5% 1% 0.5%;
}
.cube-item-inner{
	text-align: center;
	overflow: hidden;
}
.cube-item-inner h4{
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #ececec;
  background: #228ff3;
}
.cube-item-inner h4:hover{
  background: #228ff3;
  color:#fff;
}
.cube-thumb img{
	width: 100%;
    height: auto;
    display: block;
	border-radius: 10px;
}
.faqarea {
    margin: 20px 0;
    overflow: hidden;
    background: #eeeeee;
}
.faqarea .faq-title{
	padding:0px 15px 14px 15px;
	font-weight:normal;
    cursor:pointer;
	border-bottom:1px solid #228ff3;
	background:url(images/faq-bullet.png) no-repeat 25px center;
	margin:17px 0 0 0;
}
.accordionanswer{
	padding:7px 20px;
	overflow:hidden;
	display:none;
	border-bottom:1px solid #228ff3;
}
#faqs div {
    font-weight: 300;
    font-family: 'Heebo', sans-serif;
}

/* for blog page */

.blog-heading{
    text-align: center;
    padding: 20px 0 40px 0;
    overflow: hidden;
    color: #004adf;
}
.blog-heading h3{
    font-size: 50px;
    line-height: 40px;
    padding: 0 0 10px 0;
}
.blog-heading h2{
    font-size: 60px;
    line-height: 50px;
    padding: 0 0 0 0;
}
.blog-list{
    width: 27.33%;
    margin: 0 3% 6% 3%;
}
.blog-list .blog-info h4 a{
    color: #326be5;
}
.blog-list .read-more a{
    background: #228ff3;
}
.blog-list .read-more a:hover{
    background: #3ae0ff;
}
