body{
  font-family: 'Roboto', sans-serif;
  background: #e6edf9;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
p{
  font: 16px;
  line-height: 22px;
}
ul{
  padding: 0;
}
li{
  list-style-type: none;
  display: inline-block;
}
a{
  text-decoration: none;
}
.show-mobile{display: none;}
.container{
  background: #fff;
  padding: 0;
}
.banner{
  background:url(../images/banner.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 546px;
}
.wrapper.bnr-form {
    background: #fff;
    padding: 24px 30px;
    border-radius: 8px;
    margin-top: 60px;
    text-align: center;
}
.header{
  background: #fff;
  height: 120px;
  padding: 0 98px;
}
.logo-holder a { display: block;}
.logo{
  margin-top: 46px;
}
.header ul {
    float: right;
    margin-top: 54px;
    margin-bottom: 0;
}
.col-md-8.col-sm-8.social li .fa {
    color: #7f7f7f;
    font-size: 22px;
    transition: color .5s ease;
}
.social li a:hover .fa {
  color: #1B3668 !important;
}
.social ul li {padding-left: 16px; vertical-align: middle;}

.banner-content {
    padding: 0 98px;
}
.bnr-text {
    margin-top: 26%;
}
.bnr-text h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 86px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 68px;
}
.bnr-text h1 span {
    opacity: .7;
}
.col-md-8.col-sm-8.bnr-text p {
    color: #fff;
    opacity: .7;
}
.wrapper.bnr-form h4 {
    text-align: center;
    color: #1b3668;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 21px;
}
.wrapper.bnr-form h4 b {
    font-size: 25px;
}
/*.form-mob{
  display: none;
}*/

.form-control {
    height: 42px;
    padding: 6px 12px;
    color: #555;
    background-color: #cccccc;
    border-radius: 4px;
    box-shadow: none;
}
.form-group {
    margin-bottom: 10px;
}
::placeholder{
  color: #818181 !important;
  font-weight: 400!important;
}
input.btn.btn-default {
    background: #1b3668 !important;
    color: #fff !important;
    padding: 9px 60px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 15px;
    outline: none;
    transition: background-color .5s ease;
}
.btn.btn-default:hover {
    background: #2c4b86 !important;
}
.yellow-box p {
    background: #ff8200;
    text-align: center;
    padding: 24px;
    font-size: 25px;
    color: #fff;
}

/*section 2*/
section.section2 {
    margin-top: 65px;
}
section.section2 .wrapper {
    padding: 20% 112px 0 98px;
}
section.section2 h2 {
    font-weight: 400;
    margin-bottom: 38px;
    font-size: 34px;
    color: #231f20;
}

section.section2 p {
    color: #444444;
    line-height: 26px;
}
.pro-mob{
  display: none;
}

/*section3*/


.section3{
  background: #d3d3d3;
  text-align: center;
  padding: 66px 0 46px;
  margin-top: 60px;
}
.section3 a { color: #337ab7;}
section.section3 p {
    font-size: 21px;
    line-height: 30px;
    margin-top: 50px;
    color: #5d5d5d;
}
.contact {
    background: #1b3668;
    text-align: center;
    padding: 28px 0;
}
.contact h4 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 18px;
}
.contact ul li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
}
.contact ul li {
    padding: 0px 21px;
}
.contact ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
footer {
    padding: 30px 98px;
    overflow: hidden;
}
footer p {
    text-align: right;
}
footer a { color: #337ab7;}



@media(max-width:1200px){
  .banner-content {
    padding: 0 30px;
  }
  section.section2 .wrapper {
    padding: 14% 30px 0 30px;
  }
  section.section2 h2 {
    margin-bottom: 24px;
}
  .bnr-text h1 {
    font-size: 78px;
    line-height: 64px;
}
}
@media(max-width:992px){
  section.section3 img {
      width: 70%;
      height: auto;
  }
  .bnr-text h1 {
    font-size: 56px;
    line-height: 48px;
  }
  .col-md-8.col-sm-8.bnr-text p {
    color: #fff;
    opacity: .7;
    font-size: 15px;
}
.col-md-8.col-sm-8.bnr-text p br{
display:none;
}
.banner .col-sm-4 {
    width: 44.333333%;
    float: left;
}
.banner .col-sm-8 {
    width: 55.666667%;
    float: left;
}
.wrapper.bnr-form {
    padding: 12px 23px;
    margin-top: 60px;
}
.wrapper.bnr-form h4 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 13px;
}
section.section2 .wrapper {
    padding: 2% 30px 0 30px;
}
section.section2 p {
    line-height: 20px;
}
section.section2 h2 {
    margin-bottom: 14px;
}
footer {
    padding: 30px 30px;
}
section.section2 h2 {
    font-size: 28px;
}
.header {
    padding: 0 30px;
}
}

@media(max-width:767px){
  section.section2 img {
    width: 100%;
  }
  .pro-mob{
    display: block;
  }
  .pro-desk{
    display: none;
  }
  section.section2 .wrapper {
    padding: 0% 30px 56px 30px;
}
.section3 {
    margin-top: -25px;
}
footer .col-md-4.col-sm-4, footer .col-md-8.col-sm-8 {
    float: left;
}

.header .col-md-4 {
    float: left;
}
footer .col-md-8.col-sm-8 {
    width: 100%;
    text-align: center !important;
}
footer p {
    text-align: center;
    float: inherit;
    margin-top: 26px;
}
footer .col-md-4.col-sm-4 {
    width: 100%;
    text-align: center;
}
}
@media(max-width:700px){
.banner .col-sm-4 {
    width: 100%;
    float: left;
}
.contact {
    background: #1b3668;
    text-align: center;
    padding: 16px 0;
}
/*.form-mob{
  display: block;
}
.form-desk{
  display: none;
}*/
.show-mobile{ display: block;}
.hidde-mobile{display: none;}
.wrapper.bnr-form {
    margin: 5px 0px;
    padding: 25px 0px;
    position: relative;
    z-index: 1;
}
.banner .col-sm-8 {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}
.banner {
    height: 336px;
}
.bnr-text {
    margin-top: 14%;
}
.yellow-box p {font-size: 18px; position: relative; overflow: hidden; margin: 0px -45px;}
.social ul li.youtube-subscribe{display: none;}

}
@media(max-width:580px){
  section.section3 p {
    font-size: 18px;
}
section.section3 p br {
  display: none !important;
}
.contact h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
.contact {
    padding: 10px 0;
}
.contact ul li {
    padding: 0px 12px;
}
.bnr-text h1 {
    font-size: 46px;
    line-height: 40px;
}
.bnr-text p {
    line-height: 18px;
}
footer p br{
  display: none;
}
.logo {
    width: 74%;
    height: auto;
}
.col-md-8.col-sm-8.social {
    display: none;
}
.header ul {
    margin-top: 0px;
}

.col-md-8.col-sm-8.social li .fa {
    font-size: 17px;
}
.social ul li {
    padding-left: 8px;
}
.header {
    height: 96px;
}

}
@media(max-width:360px){
  .banner .col-sm-8 {
    padding-bottom: 30px;
}

  .contact ul li:last-child {
      border-left: 0 ;
  }
  .contact ul li {
      border-left: 0 ;
      width: 100%;
      margin-bottom: 6px;
  }
  .contact h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
}


/*live chat box css */

.floating-action-buttons .chat-box button:focus {outline: 0;}
.floating-action-buttons .chat-box button:focus {outline: 0;}

.floating-action-buttons .chat-box {width: 120px;height: 40px;overflow: hidden; background: transparent; border-radius: 10px; box-shadow: 0px 0px 30px transparent; position: fixed; right: 20px; bottom: 20px; z-index: 1111; transition: width 0.3s ease, height 0.3s ease;}
.floating-action-buttons .chat-box.active {width: 365px; height: 555px; box-shadow: 0px 0px 30px #0000001f;}

.floating-action-buttons .chat-box .chat-btn{width: 120px;height: 40px;font-size: 15px;background: #0d8bcd; position: absolute;display: block;padding: 0;margin: 0; bottom: 0;right: 0px;left: auto;border: 0;z-index: 1;border-radius: 10px;box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3);visibility: visible;transform-origin: bottom right;transform: scale(1);transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease,  width 0.3s ease, height 0.3s ease;cursor: pointer;}
.floating-action-buttons .chat-box.active .chat-btn { transform: scale(1);visibility: hidden;opacity: 0;width: 365px; height: 500px;}
.floating-action-buttons .chat-box .chat-btn span{font-family:'Lato', sans-serif;font-weight: 500;position: relative;display: flex;align-items: center;justify-content: center;width: auto; height: 100%; padding: 0 0 0 15px;color: #fff;border-radius: 10px;}
.floating-action-buttons .chat-box.active .chat-btn span {opacity: 0;}
.floating-action-buttons .chat-box .chat-btn span:before {content: "";position: absolute;width: 8px;height: 8px;left: 12px; border-radius: 5px;box-shadow: 0 0 0 1px hsla(0,0%,100%,.8);background-color: #1f89f8;background-image: linear-gradient(to right bottom,#3b99fc,#0479f5);}
.floating-action-buttons .chat-box .form-box {opacity: 0;transition: all .6s 0.5s ease;transform: translateY(-15px);}
.floating-action-buttons .chat-box.active .form-box {background: #fff;opacity: 1;transform: translateY(0px);}
.floating-action-buttons .chat-box .chat-wrapper {background: #fff;}
.floating-action-buttons .chat-box .chat-wrapper, .chat-box .chat-wrapper .inner {height: 0;transition: height 0.1s ease;overflow: hidden;}
.floating-action-buttons .chat-box.active .chat-wrapper, .chat-box.active .chat-wrapper .inner {height: 100%;}
.floating-action-buttons .chat-box .chat-header{display: flex;justify-content: space-between;align-items: center; padding: 10px 15px;height: 50px;cursor: pointer;opacity:0;transition: opacity 1s 0.3s ease;}
.floating-action-buttons .chat-box.active .chat-header {opacity: 1;}
.floating-action-buttons .chat-box .chat-header .chat-title {font-size: 15px;color: #000;margin: 0;padding: 0 0 0 15px;;position: relative;font-family:'Lato', sans-serif;font-weight: 400;}
.floating-action-buttons .chat-box .chat-header .chat-title:before { content: ""; display: block; position: absolute; width: 8px; height: 8px; margin-right: 2px; border-radius: 5px; box-shadow: 0 0 0 1px hsla(0,0%,100%,.8); background-color: #1f89f8; background-image: linear-gradient(to right bottom,#3b99fc,#0479f5); left: 0; top: 50%; transform: translateY(-50%);}
.floating-action-buttons .chat-box .close-btn {display: block;width: 13px;cursor: pointer;font-size: 15px;opacity: 0.7;color: #000;transition: opacity 0.3s ease;}
.floating-action-buttons .chat-box .chat-header:hover .close-btn {opacity: 1;}
.floating-action-buttons .chat-box .close-btn img{max-width: 100%;}
.floating-action-buttons .chat-box .form-box { width: 100%; padding: 0 15px;display: block;}
.floating-action-buttons .chat-box .submit-btn {display: block;margin: 0 auto;width: 120px;height: 40px;font-size: 15px;border: 0;padding: 5px 10px;background: #0d8bcd;color: #fff;font-family: 'Lato', sans-serif;font-weight: 500;z-index: 1;border-radius: 10px;box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.3); cursor: pointer;} 
.floating-action-buttons .chat-box .submit-btn:hover {background: #0d8bcde0;}
.floating-action-buttons .chat-box .form-group {margin-bottom: 20px;width: 100%; position: relative;}
.floating-action-buttons .chat-box .form-control {color: #555;border: 1px solid #ccc;height: 38px;font-size: 14px;background-color: transparent;}
.floating-action-buttons .chat-box .form-control::placeholder {color: #ccc !important;font-family:'Lato', sans-serif;font-weight: 400;font-size: 14px;}
.floating-action-buttons .chat-box .form-group span.info{     position: absolute;bottom: -16px;font-size: 12px;left: -10px;color: #f00;align-items: center;padding-left: 10px;}
.floating-action-buttons .chat-box .middle-text {opacity: 0;transition: all .6s 0.5s ease;transform: translateY(-15px);}
.floating-action-buttons .chat-box.active .middle-text {opacity: 1;transform: translateY(0px);padding: 0px 20px;} 
.floating-action-buttons .chat-box .middle-text .logo {display: block;margin: 12px auto 10px;width: 170px;}
.floating-action-buttons .chat-box .middle-text h5 {margin: 0;font-size: 15px;line-height: 1.3;text-align: center; font-family: 'Roboto', sans-serif;}
.floating-action-buttons .chat-box .middle-text .status {display: block; text-align: center;color: rgba(0,0,0,.4);font-size: .9em;font-style: italic;padding: 10px 0px;font-family:'Lato', sans-serif;font-weight: 400;}
.floating-action-buttons .chat-box .middle-text p{font-size: 15px;margin: 30px 0 35px;color:#000;text-align: center;font-family:'Lato', sans-serif;font-weight: 400;line-height: 23px;}
.floating-action-buttons .chat-box .success p {font-size: 14px;margin:0px;color:#000;text-align: center; line-height: 20px;}
.floating-action-buttons .chat-box .success{ text-align: center;padding: 40px 15px 10px;}
.floating-action-buttons .chat-box .success h3{ color: #009c00;font-weight: 500;font-size: 16px;font-family: 'Lato', sans-serif;}
.floating-action-buttons .chat-box .success p {font-size: 14px;font-family: 'Lato', sans-serif;font-weight: 400;margin: 10px 0;}
.floating-action-buttons .chat-box .success a {text-transform: uppercase;text-decoration: none;display: block;margin-top: 5px;font-size: 14px;font-family: 'Lato', sans-serif;font-weight: 300;}
.floating-action-buttons .chat-box .success a:hover {color: #72b2ec;}

.floating-action-buttons{--floating-action-button-radious:14px;position: fixed;inset: auto 15px 15px auto;z-index: 1111;}
.floating-action-buttons .chat-box{right: 14px;bottom: 78px;}
.floating-action-wraper .btn-group{box-shadow: 0px 0px 11px 2px #00000073;border-radius: var(--floating-action-button-radious);position: relative;}
.floating-action-wraper .btn-group .floating-action-btn{font-size: 13px; line-height: 16px; display: flex; flex-direction: column; align-items: center; row-gap: 4px; background-color: #ffff; color: #000000; border: none; position: relative; box-shadow: none!important;}
.floating-action-wraper .btn-group .floating-action-btn:not(:last-child):after{content: ""; width: 2px; background-color: #98a4bb; height: 70%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 111;}
.floating-action-wraper .btn-group .floating-action-btn img{height: 28px;}

.floating-action-wraper .btn-group .floating-action-btn:first-child {
    display:none !important;
}
.floating-action-wraper .btn-group .floating-action-btn:nth-child(2){
    display:none;
}

.floating-action-wraper .btn-group>.btn-group:not(:last-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius: var(--floating-action-button-radious);border-bottom-left-radius: var(--floating-action-button-radious);border-top-right-radius: 0;border-bottom-right-radius: 0;}
.floating-action-wraper .btn-group>.btn-group:not(:first-child)> .btn.floating-action-btn,.floating-action-wraper .btn-group>.btn.floating-action-btn:not(:first-child){border-top-right-radius: var(--floating-action-button-radious);border-bottom-right-radius: var(--floating-action-button-radious);border-top-left-radius: 0;border-bottom-left-radius: 0;}
/* .floating-action-wraper .btn-group>.btn-group:not(:first-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:first-child):not(.dropdown-toggle){border-top-left-radius: 0;border-bottom-left-radius: 0;} */
.floating-action-wraper .btn-group>.btn-group:not(:last-child)> .btn.floating-action-btn, .floating-action-wraper .btn-group>.btn.floating-action-btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius: 0;border-bottom-right-radius: 0;}
.eupopup-container-top, .eupopup-container-fixedtop{right: 276px !important;}

@media (max-width: 1400px) { 
.floating-action-buttons .chat-box .middle-text p {margin: 20px 0 30px;}
.floating-action-buttons .chat-box.active {height: 535px;width: 340px;}
.floating-action-buttons .chat-box.active .chat-btn {height: 475px;width: 340px;}
}
@media (max-width: 768px) { 
.floating-action-buttons {inset: auto 0px 0px auto;}
.floating-action-wraper .btn-group{width: 100vw;justify-content: space-between;display: flex;}
.floating-action-wraper .btn-group .floating-action-btn{border-radius: 0 !important;flex: 1;}
.floating-action-wraper .btn-group .floating-action-btn:nth-child(2){
    display:flex;
}
.eupopup-container-top, .eupopup-container-fixedtop{bottom: 62px !important;}
.eupopup-container-top, .eupopup-container-fixedtop{right: 0!important;}
}
@media (max-width: 450px) {
.floating-action-buttons .chat-box {right: 15px;bottom: 15px;}
.floating-action-buttons .chat-box.active {width: 310px;height: 480px;}
.floating-action-buttons .chat-box .submit-btn {height: 35px; border-radius: 8px;}
.floating-action-buttons .chat-box .form-control {height: 34px;}
.floating-action-buttons .chat-box .chat-btn {font-size: 14px;}
.floating-action-buttons .chat-box .middle-text p {font-size: 15px;margin: 15px 0 20px;color: #000;text-align: center;}
.floating-action-buttons .chat-box .form-group {margin-bottom: 15px;}
}
@media (max-width: 350px) {
.floating-action-buttons .chat-box.active {width: 90%;}
.floating-action-buttons .chat-box .middle-text .logo {margin: 15px auto 10px;}
.floating-action-buttons .chat-box .success{text-align: center;padding: 25px 15px 10px;}
}
