@import url(https://fonts.googleapis.com/css?family=Pacifico);
body{/* font-family: 'Calibri';*/ color: #333;}
/* Generic Padding Helpers 
------------------------------------
*/
a{-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;}
a:hover, a:focus{text-decoration:none;}  
.no-padding{padding:0px;}
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.no-margin{margin:0px !important;}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.margin-5{margin:5px;}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.margin-10{margin:10px;}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.margin-15{margin:15px;}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.margin-20{margin:20px;}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.margin-25{margin:25px;}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.margin-30{margin:30px;}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.margin-35{margin:35px;}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.margin-40{margin:40px;}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.margin-45{margin:45px;}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.margin-50{margin:50px;}
.m-t-170{margin-top:170px;}
/*font size */
.fs-10{font-size:10px;}
.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px !important;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-18{font-size:18px !important;}
.fs-20{font-size:20px !important;}
.fs-22{font-size:22px !important;}
.fs-24{font-size:24px !important;}
.fs-28{font-size:28px;}
.fs-30{font-size:30px;}
.fs-35{font-size:35px;}
.fs-40{font-size:40px;}
.fs-50{font-size:50px;}
.text-9a{color:#9A9A9A !important;}
.text-2a{color: #2a2a2a !important;}
img{max-width:100%;}
/*header css*/
.header-logo{margin: 30px 0px 20px;display: inline-block; width:100%;}
.border-l-r{border:1px solid; border-color:transparent #F1F1F1 transparent #F1F1F1}
.border-t{border-top:1px solid #f1f1f1;}

#diamond {
  display:inline-block;width:32px; height:32px;
  
}
.icons-rotate{
      background: #F7F7F7;
    width: 32px;
    height: 32px;
      display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    writing-mode: lr-tb;
    border: 1px solid;
    border-color: transparent #DEDDDD #DEDDDD transparent;
    color: #44D58F;
    text-align: center;
    /* line-height: 26px; */
    font-weight: bold;
    font-size: 15px;
      padding-top: 4px;
    padding-left: 2px;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}
.icons-rotate i{-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.text-light-gray{color:#BABABA;}
.social-top-header a i{color:#BABABA;}
.social-top-header a:hover i{color: #44D58F;}
.header-nav {text-align:right;margin-bottom: 7px;}
.header-nav .navbar-nav{float:none;}
.header-nav .navbar-nav>li{float:none;display:inline-block; margin:0px 6px;}
.header-nav .nav>li>a{color:#BABABA; font-size:19px;}
.header-nav .nav>li>a:focus, .header-nav .nav>li>a:hover, .header-nav .nav>li.active>a{background-color:transparent; color:#44D58F;}
.header-nav  .navbar-toggle{border: 1px solid #44D58F;}
.header-nav .navbar-toggle .icon-bar{background-color: #44D58F}
.home-topbg{background:url(../images/sliders.jpg) no-repeat 0 -52px/cover;width:100%; padding:5% 0px 12% ; position:relative;color:#fff;}
.home-topbg h2{font-family: 'Pacifico', cursive;font-size: 49px;}
.home-topbg .topoverlay{background:rgba(0,0,0,0.15);position:absolute; top:0px;right:0px; left:0px; bottom:0px; height:100%; width:100%;z-index:9;}
.home-topbg .container{z-index:99;position:relative}
.home-topbg .get-risk{background-color:#44D58F; border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:22px; text-transform:uppercase;color:#fff; padding:10px 60px 10px 20px; display:inline-block;position:relative; font-weight:600;}
.home-topbg .get-risk i{position:absolute;right:10px;top: 28%;}
.white-bgtrans{/*border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:rgba(255,255,255,0.3); padding:5px; */display: inline-block; margin-top:20px;}
.green-heading h3{color:#44D58F; font-size:35px; margin:0px 0 20px 0px; display:inline-block; text-transform:uppercase; font-weight:600; border-bottom:1px solid #979998; padding:0px 0px 15px 0px;}
.green-heading p{font-size:20px;}
.green-heading .icon-cross-headiing{margin: -20px auto auto;width: 21px;
    display: block; position: relative;  top: 24px;  background: #fff;font-size: 20px; }
.green-bg{background-color:#44D58F;padding:30px 0px 20px; margin-bottom:50px;}
.white-heading h3{color:#fff; font-size:35px; margin:0px 0 20px 0px; display:inline-block; text-transform:uppercase; font-weight:600; border-bottom:1px solid #ffffff; padding:0px 0px 15px 0px;}
.white-heading .icon-white-headiing{margin: -20px auto auto;width: 21px;
    display: block; position: relative;  top: 24px;  background: #44D58F;font-size: 20px; }
.drop-icon{width:80px; margin:auto;position:relative;}
.green-bg .drop-icon:after{width: 0; 
   height: 0;
   border-top: 48px solid #44D58F;
   border-left: 40px solid transparent; 
   border-right: 40px solid transparent;
content:'';  position:absolute; }
.payshow{}
.pay-out{width:170px; height:170px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%; background: #1db6f2;margin:-150px auto auto; text-align:center;padding-top: 35px;}
.pay-out p{font-size:25px; color:#fff; margin:0px;} 
.pay-out h3{font-size:45px; color:#fff; font-weight:bold;margin:0px;} 
ul.per-month{padding:15px;}
ul.per-month li{font-size:20px; text-align:center; list-style:none; border-bottom:1px solid #F1F1F1; padding:10px 0px;}
.panel-footer{background-color:#1db6f2;text-align:center; color:#fff; font-size:20px; font-weight:600; text-transform:uppercase;padding:0px;
-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s; transition: all .5s;} 
.panel-footer:hover{background-color: #078dc1;}
.our-process .rotate-box{
      background: url(../images/our-process.png) no-repeat;
    width: 150px;
    height: 153px;
      display: inline-block;
    padding-top:50px;
   
}

.our-process .rotate-box img{
}
.our-process  h4{color:#333;font-size:20px; margin-top:5px; font-weight:600;}
.our-process .rotate-box:before{content:'';  position:absolute; height:1px; width:40%; top:78px;-webkit-transform: translate(0%, -39%);
   -moz-transform: translate(0%, -39); 
   -ms-transform: translate(0, -39); 
   -o-transform: translate(0%, -39); 
   transform: translate(0, -39);
   left:50%;
background:url(../images/dotted-line.png) repeat-x;z-index:-1;}   
.second-box-dotted.rotate-box:before{width: 81% !important; left: 10% !important;}
.third-box-dotted.rotate-box:before{width: 40% !important; left: 10% !important;}
.our-process .rotate-box:after{content:'';  position:absolute; height:22px; width:12px; top:76px;-webkit-transform: translate(0%, -39%);
   -moz-transform: translate(0%, -39); 
   -ms-transform: translate(0, -39); 
   -o-transform: translate(0%, -39); 
   transform: translate(0, -39);
   right:8%;
background:url(../images/arrow-our-process.png) repeat-x;z-index:-1;} 
 .our-process .rotate-box.last:after{ display: none;}
.our-process p{font-size: 16px;text-align: left;}
#quote-carousel {padding: 0 10px 30px 10px; margin-top: 30px;}

#quote-carousel .carousel-control{background: none;color: #fff;font-size: 2.3em;
text-shadow: none;margin-top: 30px;-webkit-transform: translate(0%, -39%);
   -moz-transform: translate(0%, -39); 
   -ms-transform: translate(0, -39); 
   -o-transform: translate(0%, -39); 
   transform: translate(0, -39); top:50%;}

#quote-carousel .carousel-control.left {left: -12px;}
#quote-carousel .carousel-control.right {right: -12px !important;}
#quote-carousel .carousel-indicators {right: 50%;top: auto; bottom: 0px; margin-right: -19px;}
#quote-carousel .carousel-indicators li {background: transparent; -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);
    writing-mode: lr-tb; width:15px; height:15px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0; margin:0px 10px 0px 0px;}
#quote-carousel .carousel-indicators .active {background: #44D58F;border:1px solid #44D58F }
.item blockquote {border-left: none;  margin: 0; padding:20px;font-size:24px;}
.item blockquote .min-hegt-140{min-height:200px;}
.item blockquote p{color:#fff; font-size:22px; font-weight:normal; text-align:center; line-height:28px; }
.item blockquote small{font-size:100%; text-align:center; color:#44D58F;}
.item blockquote small:before{display:none;}
.testimonial{ padding:3% 0px;}
.testimonial .container{z-index:10;position:relative;}
.testimonial .overlay-test{position:absolute; top:0px; left:0px; width:100%; height:100%;background:rgba(0,0,0,.2);}
.reponsive-contain h1{color:#44D58F; text-align:center; font-size:50px; font-weight:500; text-transform:uppercase;}
.reponsive-contain p{font-size: 20px; text-align:center;}
#footer{background-color:#2A2B2E; margin-top:50px; padding:0px 0px 0px;}
.top-footer{border-bottom:1px solid #38393C; padding:0px; margin-bottom:20px;}
.b-r{border-right:1px #38393C solid;} 
.b-l{border-left:1px #38393C solid;}
#footer .icons-rotate{background-color:#303033; color: #f1f1f1; border-color: transparent #0B0C0C #0B0C0C transparent;}
#footer  .top-footer .social-top-footer a{color: #f1f1f1; font-size: 20px; margin: 20px 0px 20px 0px;  float:left; width:33%;   display: inline-block;}
#footer  .top-footer .social-top-footer {}
.footer-links{padding:0px; margin:0px;}
.footer-links li{display:block; list-style:none;}
.footer-links li a{color:#555557;font-size:18px; }
.footer-links li a:hover{color:#f9f9f9; }
#footer h3{color: #f1f1f1; font-size: 24px;    text-transform: uppercase;}
ul.footer-contact{padding:0px; margin:0px;}
ul.footer-contact li{display:block;padding-left:30px; list-style:none;color:#555557;font-size:18px;position:relative; margin-bottom:5px;}
ul.footer-contact li i{ font-size:20px; position:absolute; top:4px; left:2px; }
.footer-bottom{background-color:#303033; padding:30px 0px; margin-top:30px;}
.footer-bottom  p{color:#9E9E9E;font-size:20px;margin:0px;}
.copyright{text-align:right;}
.all-pagesbg{background:url(../images/header-bg-1.png) no-repeat 0 0/cover; padding:30px 0px;position:relative;}
.all-pagesbg h1{font-family: 'Pacifico', cursive; font-size: 49px;color:#fff; text-align:center;position:relative;z-index:15;}
.all-pagesbg .pagesoverlay {background: rgba(0,0,0,0.1);position: absolute; top: 0px;
    right: 0px; left: 0px; bottom: 0px; height: 100%;  width: 100%; z-index: 9;}
.view-demo-theme{max-height:460px;position:relative;overflow:hidden;}
.captionoverlay {background:#58595B;position:absolute;left:0px;bottom:0px;height:65px;width: 100%;z-index:9;padding: 13px 25px;}
.gowib-btn{background-color:#44D58F;background-color: #44D58F;color: #fff;
    padding: 7px 15px;border-radius: 6px;font-size: 17px; border:none;}
.gowib-btn:hover, .gowib-btn:focus{color: #fff !important;}
.panel-default>.panel-heading{background-color:#E1E1E1;}
.bg-light-form{background-color:#f9f9f9;padding:30px 30px 15px 30px;border:1px solid #EFEFEF; }
.font-normal{font-weight:normal !important;}
.min-height300{min-height:300px;}
header{border:1px solid #EFEFEF;}
.form-horizontal .bg-light-form .control-label{color:#484848;font-size:17px;font-weight:500; text-align:left;    word-wrap: break-word;}
.form-horizontal .bg-light-form .form-control{border:1px solid #E7E7E7;border-radius:2px;}
.form-horizontal .bg-light-form .form-control:focus{border:1px solid #ccc;box-shadow:none;}
.form-horizontal .bg-light-form .form-group{margin-bottom:10px;}
.f-weight-6{font-weight:600;}
.www-label{color:#484848;font-size:20px;font-weight:500; text-align:left;}  
.www-label.text-right{text-align:right;}
.bg-black{background-color:#2A2B2E;}
.checkout-table{width:100%;}
.checkout-table tr th{color:#BDBDBE;padding:8px 15px 8px 25px; font-size:20px; font-weight:normal;}
.checkout-table tr th:first-child{border-right:1px solid #626262; width:65%;}
.checkout-table.visitor-table tr th:first-child{border-right:1px solid #626262; width:auto;}
.checkout-table tr td{color:#A2A2A2;padding:10px 15px 10px 25px; font-size:18px; font-weight:normal;    word-break: break-word;}
.checkout-table tr.bor-all td {border:1px solid #ddd;}
.checkout-table tr.bor-all.green-bg {background-color:#44D58F;}
.checkout-table tr.bor-all.green-bg  td{color:#fff; border-top:transparent; border-bottom:transparent;}
.checkout-table tr td a{color:#A2A2A2; padding-right:15px;}
.checkout-table tr.bor-all td:first-child{border-right-color: transparent;}
.domain-regist{background-color:#44D58F;display:inline-block; padding:8px 25px 10px;font-size:25px; color:#fff;}
.bg-light-payment{border:1px solid #EFEFEF;background-color:#f9f9f9;padding:10px 40px 10px 40px; }
.gowib-btn-all{background-color:#44D58F;color: #fff !important;outline:none;  padding: 7px 15px;border-radius: 6px;font-size: 17px; border:none; text-transform:uppercase;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s; -o-transition: all .5s;
  transition: all .5s;}
.checkout-table.visitor-table td textarea{max-width:200px;min-width:200px;max-height:90px;}
.gowib-btn-all:hover{background-color:#2BAB6D;}

.gowib-btn-black{background-color:#2a2a2a;color: #fff;outline:none;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s; -o-transition: all .5s;
  transition: all .5s;padding: 7px 25px;border-radius: 3px;font-size: 17px; border:none}
.gowib-btn-black:hover{background-color:#000;}
.domain-reg h3{color:#2a2a2a;font-size:18px; margin-top:0px;}
.domain-reg .form-horizontal .control-label {color: #B6B6B6;font-size: 17px; font-weight: 500;text-align: left;}
.domain-payment .control-label{padding-top:7px;margin-bottom:0px;}
.form-control {border: 1px solid #E7E7E7; border-radius: 2px;}
.form-control:focus { border: 1px solid #ccc; box-shadow: none;}
.check-style label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 17px;
      color: #B6B6B6;   padding-left: 25px;
    position: relative;
  
  line-height:23px;
}
.check-style input[type=radio], .check-style input[type=checkbox] {
    display:none;
}
.check-style input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #F9F9F9;
    border: 1px solid #ccc;
    border-radius: 50%;
   margin-top: 2px;
   position:absolute;
   left:0px;  
}
.check-style input[type=checkbox] + label:before {
    content: "";  
    display: inline-block;  
    width: 18px;  
    height: 18px;  
    vertical-align:middle;
    margin-right: 4px;  
    background-color: #F9F9F9;  
    border:1px solid #ccc;
    border-radius: 2px;  
   margin-top: 2px;
   position:absolute;
   left:0px;
}

.text-black {color:#000 !important;}
div.parsley  {margin-top:10px;}
.check-style input[type=radio]:checked + label:before {
    content: "\2022"; /* Bullet */
  color: #44D58F;
    font-size: 2.5em;
    text-align: center;
    line-height: 18px;
    text-shadow: 0px 0px 3px #eee;
}
.check-style input[type=checkbox]:checked + label:before {
    content: "\f00c"; /* Tick */
    color:#44D58F;
     text-align:center;
    line-height:18px;
    text-shadow:0px 0px 3px #eee;
  font-family: 'FontAwesome';
  font-size:13px;
}
 /* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel  {margin-bottom: 0; padding: 0 40px 30px 40px; }

}
@media (max-width: 1200px) {
  .captionoverlay{    padding: 13px 10px;}
}
@media (max-width: 991px) {
#footer .top-footer .social-top-footer a{ display:inline-block; margin-bottom:20px;}
.navbar-nav>li>a, .header-nav .nav>li>a{padding:10px 4px; font-size:17px;}
.captionoverlay{    padding: 13px 7px;}
  .gowib-btn{    padding: 5px 7px;font-size:14px;}
     .checkout-table tr td, .checkout-table tr th{padding: 10px 5px 10px 5px;}
    .checkout-table tr th{font-size:18px;}
    .checkout-table tr td{font-size:16px;}
    .visitor-table tr th:last-child{white-space:nowrap;}
.text-light-gray.m-t-15.fs-18{font-size:16px !important;}
.printing-img img{margin-left:-15px !important;}
.material-img img {padding-left: 0px!important;}

}
/* Small devices (tablets, up to 768px) */
@media (max-width: 767px) { 
     #quote-carousel .carousel-indicators { bottom: -20px !important;  }
    #quote-carousel .carousel-indicators li {display: inline-block; margin: 0px 5px;
        width: 15px;  height: 15px; }
    #quote-carousel .carousel-indicators li.active { margin: 0px 5px;width: 15px;height: 15px; }
  .reponsive-contain h1{font-size:30px;}
    .our-process .rotate-box:before, .our-process .rotate-box:after{display:none;} 
.copyright{text-align:left;}  
.header-logo{display:block; text-align:center;}
.text-light-gray.text-right{text-align:center;}
.header-nav .navbar-nav>li{display:block;text-align:center;}
.bg-light-form{padding:15px;}
.min-height300{min-height:inherit;}
.green-heading h3 {font-size: 28px;}
.printing-img img{margin-left:0px !important;}
.material-img img {padding-left: 0px!important;}
.print-link{padding-right: 12px!important;}
.print-link strong{padding-right: 0px!important;font-size:18px;}
}
.modal-dialog{margin:100px auto auto;}
.modal-sm{max-width:400px; width:100%;}
.congrates-box{padding: 0px 30px 20px;}
.right-box{background: #44D58F;border-radius: 50%; padding: 23px 0px 0px 0px; width: 100px;position: relative; height: 100px;border: 4px solid #fff; margin: -50px auto auto;}
.congrates-box h2{color: #44D58F;font-size: 30px;margin:20px 0 20px 0px; display: inline-block;}
.congrates-box h3{color: #A2A2A2;font-size: 22px;margin:0px 0 15px 0px; display: inline-block;}
.congrates-box .gowib-btn-all{text-transform:capitalize;}
.congrates-box .gowib-btn-all:hover{color:#fff;}
.about-us a{font-weight: 600; color: #44d58f; text-decoration: underline;}
.visitor-btn-row .gowib-btn, td  a.gowib-btn{padding:3px 8px !important;color:#fff !important;display: inline-block;white-space: nowrap;}
td .visitor-btn-row a{color:#333 !important;font-size:16px;}
.width-30perst{width:30%;}
.home-btns{border:none; padding:10px; width:100%;background-color:transparent; font-size:22px; color:#fff;text-transform: uppercase; outline:none;}
.about-us h4{font-size:20px; font-weight:bold;}
.about-us p{margin-bottom:20px;}
.please-fill a{font-weight: 500;color: #44d58f; text-decoration: underline;}
.min-height450{min-height:400px;}
.pricing .choose-plan{
    font-size: 21px;
    list-style: none;
    padding: 12px 0px;
}
.pricing .choose-plan i{font-size:30px;color:#2a2b2e;}
.pricing .choose-plan.odd{background-color: #f4f4f4;}
.rate-set{font-size: 67px; font-weight: 600; color: #6a6c6d;}
.rate-set small{font-size:21px;}
.package-montyear a.gowib-btn-all{padding:10px 15px; position:relative;top:-10px;white-space:nowrap;}
a.gowib-btn-all:hover{color:#fff; }
.discount{color: #6a6c6d; font-size:21px;font-weight: 600; margin-bottom:-20px;}
.laptop-img{position:absolute;left:0px}
.cut-img{position:absolute;right:0px;top:100px;}
.green-bg{position:relative;}
.predesign-list{margin:90px 0 0 0px;padding:0px}
.predesign-list li{padding-left:20px; font-size:19px; color:#fff;background:url(../images/white-iconlist.png) no-repeat left center; list-style:none;margin:10px 0px;}
ul.bottom-list{padding:0px;}
ul.bottom-list li {font-size:19px;list-style:none;margin:0px 0px 30px;}
ul.bottom-list li h3{padding-left:20px; font-size:21px; color:#44D58F;background:url(../images/green-iconlist.png) no-repeat left center; list-style:none;margin:0px 0px 5px;}
.check-icon-list i{color:#222;}
.try-now i{font-size:18px; margin-left:10px;}
.yellow-arrow{position: absolute; right: -13px; bottom: 20px}
.pricing-testimonial .item blockquote p{color:#484848; text-align: left; padding-left:25px; position: relative; font-size: 17px;}
.pricing-testimonial .item blockquote p i{position: absolute; left: 0px;}
.pricing-testimonial .item blockquote p span b{color:#000; font-weight: 500; font-size: 18px}
.pricing-testimonial #quote-carousel .carousel-control{color:#333; width: 40px;margin: 0px;}
.pricing-testimonial .item blockquote .min-hegt-100{min-height: 200px;}
.pricing-testimonial #quote-carousel{padding-bottom:0px;}
.building-img{float:right; margin-left: 10px;}

/* user-page-testimonials css*/
.testimonail-wrap p{ padding: 16px 20px 18px 13px; font-size:17px;}
.testimonail-wrap p:nth-child(odd) {background:#f9f9f9;}
.testimonail-wrap p:nth-child(even) {background:#fff;}   
.testimonail-wrap span{font-style:normal; display:block; color:#000;padding: 13px 0px 2px 0px;}
.m-t-20-less{margin-top:-20px;}     
.logo-file-show{max-width:150px;}
.text-area-height{max-width:100%; min-width: 100%; min-height:120px; max-height: 120px;}
.username-small{display: inline-block;max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;top: 3px;}
.dropdown-menu{left:auto; right: 15px;}
.banner-tabs .nav-tabs { border-bottom: 2px solid transparent; text-align:center; margin-top:20px; }
    .banner-tabs .nav-tabs > li.active > a, .banner-tabs .nav-tabs > li.active > a:focus, .banner-tabs .nav-tabs > li.active > a:hover { border-width: 0; }
    .banner-tabs .nav-tabs > li > a { border: none; color: #666; padding:10px 25px; font-size:20px; border-radius:3px; }
       .banner-tabs  .nav-tabs > li.active > a, .banner-tabs .nav-tabs > li > a:hover { border: none; background: transparent; }
   
 .banner-tabs .nav-tabs > li{float:none; display:inline-block;}
.banner-tabs .tab-pane { padding: 15px 0; }
.banner-tabs .tab-content{padding:20px}
.banner-tabs .nav-tabs > li > a.blue-banner{background-color:#1c4678; color:#fff;}
.banner-tabs .nav-tabs > li > a.green-banner{background-color:#abd742; color:#fff;}
.banner-tabs .nav-tabs > li > a.silver-banner{background-color:#f0f5f8; color:#333;}
.banners-div{height:200px;border: 1px solid #ddd;text-align: center;position:relative;margin-bottom:40px;} 
.banners-div figcaption{position: absolute; bottom: -25px; width: 100%; color: #000; font-size: 18px;}
.banners-div img{max-height:170px; position:absolute;top:0px; left:0px; right:0px; bottom:0px; margin:auto;}
.banner-code{background-color:#f2f2f2; padding:15px;font-size:20px;}
.website-section{ text-align: center;}

.website-section h3 {
    font-family: 'Pacifico', cursive;
    font-size: 35px;
    color:#1db6f2;
    position: relative;
    z-index: 15;
}
.website-section a{
  text-decoration: underline;
  font-size: 28px;
  color:#6a6c6d;
}
.imp-para{
  color: #CC1310;
  font-size: 25px;
  text-align: left;
}
.query h2{font-size: 35px;color:#6a6c6d;font-family: 'Pacifico', cursive;text-align: center; }
.query h3{
  text-align: center;
}
.query p{
  font-size:20px; 
  text-align: left;
}
.query p a{ font-size:20px; color:#2da1ce;}
.direct-mail{position: relative;max-width: 350px;display: inline-block;}
.direct-mail .btn-blues{background-color: #1db6f2; text-align: center;  color: #fff; font-size: 25px; font-weight: 600; text-transform: uppercase;
    padding: 5px 30px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;
    display: inline-block; border: 1px solid #0676a2; border-radius: 5px; line-height: 30px;text-decoration: none;}

    .yellow-arrow2 { position: absolute;  right: -66px;  bottom: 8px;
}
.direct-mail .btn-blues:hover{background-color: #078dc1; color: #fff;}
#scrollbox3 {overflow: auto; width: 100% !important; max-height: 600px;
    padding: 0 10px 0 0px;}
.track3 { width: 10px; background: rgba(0, 0, 0, 0); margin-right: 2px; border-radius: 10px;
    -webkit-transition: background 250ms linear;  transition: background 250ms linear;
}
.track3:hover, .track3.dragging {background: #d9d9d9;  background: rgba(0, 0, 0, 0.15);}
.handle3 {width: 7px;right: 0; background: #999; background: rgba(0, 0, 0, 0.4); border-radius: 7px;
    -webkit-transition: width 250ms; transition: width 250ms;}
.track3:hover .handle3, .track3.dragging .handle3 {width: 8px;}
.social-buttons{float: right;}
.social-buttons a{margin-left:11px;}
.twit{color:#00ACED;}
.linkdein{color:#0177B5;}
.fb{color:#3B5998;}
.material-img img{margin-bottom:-50px;padding-left:168px;}
.printing-img img{margin-left:-37px;}
@-moz-document url-prefix() { 
  .our-process .rotate-box::after{top:37%;}
  input[type="file"]{height:auto;}
}
@media screen and (max-width: 767px) {


    table.visitor-table thead {
      display: none;
    }

    table.visitor-table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.visitor-table td {
      display: block;
      text-align: right;
      font-size: 14px;
      border-bottom: 1px dotted #ccc;
    }

    table.visitor-table td:last-child {
      border-bottom: 0;
    }

    table.visitor-table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    color:#333;
    }
  .yellow-arrow {
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.text-center.check-style{margin-left:10px;text-align:left;}
.www-label, .gowib-btn-all.fs-22{font-size:17px !important;}
.printing-img img{margin-left:-15px !important;}
.material-img img {padding-left: 0px!important;}
  }
  @media screen and (max-width: 480px) {
  .building-img{float:none; display: block; margin-left: 0px; margin-bottom: 15px;}
  .m-t-20-less{margin-top:20px; float:none !important; display:block;}  
  #footer .top-footer .social-top-footer a{width:50%;}
  .yellow-arrow2 img{width:60%;}
  .direct-mail{max-width: 240px;}
.direct-mail .btn-blues{font-size: 18px; padding: 5px 15px; line-height: 22px;}
.yellow-arrow2 { position: absolute;  right: -38px;   bottom: 6px;} 
.direct-mail .home-btns{font-size: 18px;}
.direct-mail .panel-footer.p-l-40.p-r-40{padding:0px 20px !important;} 
.imp-para{font-size: 20px;}
.website-section h3, .query h2{font-size: 25px;}
}


