/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html,
   button,
   input,
   select,
   textarea {
       color: #222;
   }
   
   html {
       font-size: 1em;
       line-height: 1.4;
   }
   
   /*
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection rule sets have to be separate.
    * Customize the background color to match your design.
    */
   
   ::-moz-selection {
       background: #b3d4fc;
       text-shadow: none;
   }
   
   ::selection {
       background: #b3d4fc;
       text-shadow: none;
   }
   
   /*
    * A better looking default horizontal rule
    */
   
   hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
   }
   
   /*
    * Remove the gap between images, videos, audio and canvas and the bottom of
    * their containers: h5bp.com/i/440
    */
   
   audio,
   canvas,
   img,
   video {
       vertical-align: middle;
   }
   
   /*
    * Remove default fieldset styles.
    */
   
   fieldset {
       border: 0;
       margin: 0;
       padding: 0;
   }
   
   /*
    * Allow only vertical resizing of textareas.
    */
   
   textarea {
       resize: vertical;
   }
   
   /* ==========================================================================
      Browse Happy prompt
      ========================================================================== */
   
   .browsehappy {
       margin: 0.2em 0;
       background: #ccc;
       color: #000;
       padding: 0.2em 0;
   }
   
   /* ==========================================================================
      Author's custom styles
      ========================================================================== */
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   /* ==========================================================================
      Helper classes
      ========================================================================== */
   
   /*
    * Image replacement
    */
   
   .ir {
       background-color: transparent;
       border: 0;
       overflow: hidden;
       /* IE 6/7 fallback */
       *text-indent: -9999px;
   }
   
   .ir:before {
       content: "";
       display: block;
       width: 0;
       height: 150%;
   }
   
   /*
    * Hide from both screenreaders and browsers: h5bp.com/u
    */
   
   .hidden {
       display: none !important;
       visibility: hidden;
   }
   
   /*
    * Hide only visually, but have it available for screenreaders: h5bp.com/v
    */
   
   .visuallyhidden {
       border: 0;
       clip: rect(0 0 0 0);
       height: 1px;
       margin: -1px;
       overflow: hidden;
       padding: 0;
       position: absolute;
       width: 1px;
   }
   
   /*
    * Extends the .visuallyhidden class to allow the element to be focusable
    * when navigated to via the keyboard: h5bp.com/p
    */
   
   .visuallyhidden.focusable:active,
   .visuallyhidden.focusable:focus {
       clip: auto;
       height: auto;
       margin: 0;
       overflow: visible;
       position: static;
       width: auto;
   }
   
   /*
    * Hide visually and from screenreaders, but maintain layout
    */
   
   .invisible {
       visibility: hidden;
   }
   
   /*
    * Clearfix: contain floats
    *
    * For modern browsers
    * 1. The space content is one way to avoid an Opera bug when the
    *    `contenteditable` attribute is included anywhere else in the document.
    *    Otherwise it causes space to appear at the top and bottom of elements
    *    that receive the `clearfix` class.
    * 2. The use of `table` rather than `block` is only necessary if using
    *    `:before` to contain the top-margins of child elements.
    */
   
   .clearfix:before,
   .clearfix:after {
       content: " "; /* 1 */
       display: table; /* 2 */
   }
   
   .clearfix:after {
       clear: both;
   }
   
   /*
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
   
   .clearfix {
       *zoom: 1;
   }
   
   /* ==========================================================================
      EXAMPLE Media Queries for Responsive Design.
      These examples override the primary ('mobile first') styles.
      Modify as content requires.
      ========================================================================== */
   
   @media only screen and (min-width: 35em) {
       /* Style adjustments for viewports that meet the condition */
   }
   
   @media print,
          (-o-min-device-pixel-ratio: 5/4),
          (-webkit-min-device-pixel-ratio: 1.25),
          (min-resolution: 120dpi) {
       /* Style adjustments for high resolution devices */
   }
   
   /* ==========================================================================
      Print styles.
      Inlined to avoid required HTTP connection: h5bp.com/r
      ========================================================================== */
   
   @media print {
       * {
           background: transparent !important;
           color: #000 !important; /* Black prints faster: h5bp.com/s */
           box-shadow: none !important;
           text-shadow: none !important;
       }
   
       a,
       a:visited {
           text-decoration: underline;
       }
   
       a[href]:after {
           content: " (" attr(href) ")";
       }
   
       abbr[title]:after {
           content: " (" attr(title) ")";
       }
   
       /*
        * Don't show links for images, or javascript/internal links
        */
   
       .ir a:after,
       a[href^="javascript:"]:after,
       a[href^="#"]:after {
           content: "";
       }
   
       pre,
       blockquote {
           border: 1px solid #999;
           page-break-inside: avoid;
       }
   
       thead {
           display: table-header-group; /* h5bp.com/t */
       }
   
       tr,
       img {
           page-break-inside: avoid;
       }
   
       img {
           max-width: 100% !important;
       }
   
       @page {
           margin: 0.5cm;
       }
   
       p,
       h2,
       h3 {
           orphans: 3;
           widows: 3;
       }
   
       h2,
       h3 {
           page-break-after: avoid;
       }
   }
   body{font-family: 'Nunito', sans-serif;color: #707278;font-size: 17px}
   ul{margin:0;padding:0;list-style:none}
   a:hover{text-decoration:none}
   a:focus{outline:0}
   .container{}
   .fix{overflow:hidden}
   .no_padding_right{padding-right:0px}
   .no_padding_left{padding-left:0px}
   h1, h2{font-family: 'Montserrat', sans-serif;color:#24262a}
  
 .mobile-view{display: none}  


   .header-area{background-image: url(../img/header-bg.png);background-position: center bottom;background-repeat: no-repeat;background-color: #F1F4F7;padding-top: 150px;margin-bottom: 0;}
   .header-left {
       width: 705px;
       float: left;
   }
   .header-left h1 {
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 50px;
	margin-top: 60px;
}
.header-left img.logo {
	margin-top: -80px;
}


.header-right {
    width: 455px;
    float: left;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1pc #ddd;
    margin-bottom: 92px;
    margin-top: -43px;
}
   .header-right img{max-width: 100%;}
   .chat-bottom iframe {
	width: 455px;
	min-height: 350px;
	margin-bottom: -15px;
}
.chat-bottom {
    margin-top: 100px;
    margin-bottom: 25px;
}

.chat-bottom-mobile {
    margin-top: 130px;
    margin-bottom: 10px;
}
.chat-top {
    position: relative;
}

.phone-button {
	background-color: #09b144;
	overflow: hidden;
	padding: 17px 35px 16px 40px;
	vertical-align: middle;
	position: absolute;
	width: 100%;
}
.phone-button a {
	font-size: 29px;
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 2px;
	padding-top: 6px;
	font-family: Montserrat;
	letter-spacing: 1px;
}

   .header-right h2 {
	font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}
.header-right h1 {
	font-size: 51px;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}

.autoplay.slider {
	max-width: 365px;
}
.autoplay.slider p {
	font-size: 19px;color:#666;font-style: italic
}
.autoplay.slider p.author{font-size: 20px;font-weight: 700;font-style: normal;color:#24262a;margin: 5px 0 0}
.autoplay.slider p.title{font-size: 15px;font-weight: 300;font-style: normal;color:#24262a;margin: 0 0}

.slick-prev::before, .slick-next::before {
	font-family: 'fontawesome';
	font-size: 25px;
	color: #000;
}
.slick-prev::before {
	content: '';
}
.slick-next::before {

    content: '';

}
.slick-next {
	right: 7px;
}
   
.main-contents-area{padding: 50px 0 120px}
.main-contents-area .single-promo {
	border: 2px solid #d1d1d1;
	padding: 25px;
	text-align: center;
}
.main-contents-area .single-promo.green {
	border: 2px solid #09b144;
}
.main-contents-area .single-promo .top-icon{background-repeat: no-repeat;background-position: center center;width: 144px;height: 144px;margin:-105px auto 0}
.main-contents-area .single-promo .top-icon.icon1{background-image: url(../img/icon1.png);}
.main-contents-area .single-promo .top-icon.icon2{background-image: url(../img/icon2.png);}
.main-contents-area .single-promo .top-icon.icon3{background-image: url(../img/icon3.png);}
.main-contents-area .single-promo .top-icon.icon4{background-image: url(../img/icon4.png);}
.main-contents-area .single-promo .top-icon.icon5{background-image: url(../img/icon5.png);}
.main-contents-area .single-promo .top-icon.icon6{background-image: url(../img/icon6.png);}
.main-contents-area .single-promo h3 {
	color: #24262a;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-top: 40px;
}
.main-contents-area .single-promo p{}
.row.second-line {
	margin-top: 110px;
}

.footer-area{background-image: url(../img/footer-bg.png);background-repeat: no-repeat;background-position: center center;background-size: 100%}
.footer-area p{color: #9f9f9f;font-size: 15px;margin: 28px 0;}
.footer-area p b{color: #fff}
.footer-area p span{padding: 0 5px;}
.footer-area p a{text-decoration: none;color:#9f9f9f }
.footer-area p a:hover{color: #fff;;}

.footer-area .social-icons{margin-top: 30px;text-align: right}
.footer-area .social-icons a{color: #c4c4c7;}
.footer-area .social-icons a i{color: #c4c4c7;font-size: 20px;padding:0 20px ;}
.footer-area .social-icons a i.last{padding:0 0 0 20px;}
.footer-area .social-icons a i:hover{color: #fff;}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
   .{}
   .{}
   .{}
   .{}
   