body
	{
		background: #ffffff;
        font-family: 'Raleway', sans-serif;
		font-weight: 400;
        position: relative;
		overflow-x:hidden;
		
	}
	

h2, h3, h4
    {
        font-weight: bold;
    }

p
    {
        line-height: 26px;
    }

/* start all section */
 #divider, #divider2, #about, #team, #newsletter, #newsletter1, #newsletter2, #portfolio, #client, #contact
    {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
	
#service, #pricing{
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
/* end all section */

/* start nagivation */
.navbar-default
    {
        background: #fff;
        border: none;
        /*box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);*/      /*13.1.2017*/
        margin: 0 !important;
        padding: 0;
    }
/*.navbar-default .navbar-brand
    {
        padding-top: 4px;
        padding-bottom: 60px;
    }*/
	
	.navbar-default .navbar-brand {
    padding-top: 5%;
    padding-bottom: 40%;
}      /*10.1.2017*/
.navbar-default .navbar-nav li a
    {
        font-size: 12px;
        font-weight: bold;
        line-height: 35px;
		color:#302f2f;
		font-family: sans-serif;    /*13.1.2017 6pm*/
    }
.navbar-default .navbar-nav li a:hover
    {
        color: #93ca3a;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #93ca3a;
  background-color: transparent;
}
.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #93ca3a;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */        
#home
	{
      padding-top: 50px;
	}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  min-width: 648px;
  min-height: 270px;
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexslider .btn
{
    background: #93ca3a;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*height: 50px;
    width: 250px;*/
	height: 45px;
    width: 160px;
    padding: 12px 10px 10px 10px;
}
.flexslider .btn:hover,
.flexslider .btn:focus {
    background: #fff;
    color: #93ca3a;
    border: 2px solid transparent;
}

/* end home */

/* start service */
#service .media
    {
        padding: 10px 0;   
    }    /*12.1.2017*/
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 20px;
    }
#service .media .media-heading
    {
        /*border-bottom: 2px solid #3c3c3c;*/
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
		color:#406ab3;
		font-family: sans-serif;
    }
#service .media p{font-family: sans-serif;}
#service .media span{color:#0096c9; font-family: sans-serif;}
/* end service */

/* start divider */
#divider
    {
        background: url('../images/divider-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
		margin-top:8%;
    }
#divider h2 {
    font-size: 36px;
    text-align: center;
}
#divider strong
    {
        color: #93ca3a;
    }
#divider h3 {
    padding-bottom: 30px;
    text-align: center;
}
/* end divider */

/* start about */
#about{margin-top:-4%;}
#about h3
    {
        color: #93ca3a;
        font-size: 24px;
        padding-bottom: 10px;
		text-align:center;
		width:95%;
		margin:0 auto;
		font-family: sans-serif;
    }
#about h4
    {
        padding-bottom: 10px;
		margin-top:8%;
		font-family: sans-serif;
    }
	
#about p{text-align:justify; font-family: sans-serif;}
#about .progress
    {
        border-radius: 4px;
        background: #ffffff;
        height: 6px;
    }
#about .progress .progress-bar-danger
    {
        background: #93ca3a;
    }
#about .text-top
    {
        padding-top: 50px;
    }
#about span
    {
        display: block;
        padding-bottom: 10px;
    }
#about small
    {
        font-weight: bold;
        padding-left: 200px;
    }
/* end about */

/* start team */
#team
    {
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        text-align: center;
    }
#team h2
    {
        padding-bottom: 30px;
    }
#team img
    {
        border: 1px solid #f6f6f6;
        display: inline-block;
        padding: 10px;
        transition: all 0.4s ease-in;
    }
#team img:hover
    {
        opacity: 0.4;
        cursor: pointer;
    }
#team h3
    {
        color: #93ca3a;
        padding-bottom: 10px;
    }
#team h4
    {
        font-size: 14px;
        padding-top: 20px;
        line-height: 0px;
    }
/* end team */

/* start newsletter */
#newsletter
    {
        /*background: url('../images/free_trail_bg.jpg') center center;*/ /*4.1.2016 */
		background: url('../images/slider/rapidbanner3.png') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
		height:450px;
    }
#newsletter p
    {
        padding-bottom: 30px;
    }
#newsletter .btn
    {
        background: #93ca3a;
border-radius: 0px;
color: #ffffff;
margin-top: 40px;
border: none;
font-weight:bold;
    }
#newsletter .btn:hover{ background:#FFFFFF; color:#93ca3a;}
#newsletter .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}



#newsletter1
    {
        background: url('../images/free_trail_bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
		height:450px;
    }
#newsletter1 p
    {
        padding-bottom: 30px;
    }
#newsletter1 .btn
    {
        background: #93ca3a;
border-radius: 0px;
color: #ffffff;
margin-top: 22px;
border: none;
font-weight:bold;
    }
#newsletter1 .btn:hover{ background:#FFFFFF; color:#93ca3a;}
#newsletter1 .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter1 input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter1 .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter1 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter1 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* end newsletter */


/*start login*/
#newsletter2
    {
        background: url('../images/free_trail_bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
		height:390px;
    }

#newsletter2 p
    {
        padding-bottom: 30px;
    }
#newsletter2 .btn
    {
        background: #93ca3a;
border-radius: 0px;
color: #ffffff;
margin-top: 22px;
border: none;
font-weight:bold;
    }
#newsletter2 .btn:hover{ background:#FFFFFF; color:#93ca3a;}
#newsletter2 .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter2 input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter2 .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter2 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter2 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}


.free_trail_form_login{width:50%; margin:0 auto; background:#FFFFFF; padding:2%; opacity: 0.8; position:relative; height:340px;}
.free_trail_form_login_heading {
    width: 46%;
    background: #93ca3a;
    padding: 0.5%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 27%;
    top: 6%;
}

.form_custom2 {
    position: absolute;
    left: 29%;
    top: 25%;
    width: 43%;
}

.e_form5{margin-top:5%;}
.e_form5 label{width:18%;
color:#000000; text-align:left;}
.e_form5 input{ width:64%; color:#000000;}

.e_form5 btn{background: #93ca3a;
border: none;}


/*end login*/

/*start billinfo*/

#newsletter3
    {
        background: url('../images/free_trail_bg.jpg') center center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
		height:730px;
    }

#newsletter3 p
    {
        padding-bottom: 30px;
    }
#newsletter3 .btn
    {
        background: #93ca3a;
border-radius: 0px;
color: #ffffff;
margin-top: 22px;
border: none;
font-weight:bold;
    }
#newsletter3 .btn:hover{ background:#FFFFFF; color:#93ca3a;}
#newsletter3 .form-control
    {
        background: transparent;
        border-color: #f2f2f2;
        border-radius: 0px;
        color: #ffffff;
        height: 50px;
    }
#newsletter3 input[type="submit"]
    {
        background: #93ca3a;
        border: 2px solid transparent;
        color: #ffffff;
    }
#newsletter3 .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#newsletter3 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
#newsletter3 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.e_form7{ margin-top:4%;}
.e_form7 input{ color:#000000; float:left; cursor:pointer;}
.e_form7 label{width:80%;
color:#000000; text-align:left;}
.bill_1{ margin-left:25%;}

.e_form8{margin-top:2%;}
.e_form8 label{width:100%;
color:#000000; text-align:left;}
.e_form8 input{ width:100%; color:#000000;}
.e_form8 select {
    width: 100%;
    color: #000000;
	height:26px;
}
.e_form8 checkbox {
    width: 10%;
}
.e_form8 span{color: #000000;
    text-align: justify;
    margin: 0;
	width:80%;
    padding-bottom: 1% !important;}
.e_form8 p {
    color: #000000;
    text-align: justify;
    margin: 0;
	font-size:12px;
    padding-bottom: 1% !important;
}
.e_form9 input {
    width: 1%;
    color: #000000;
    float: left;
    cursor: pointer;
}
.e_form9 label{width:96%;
color:#000000; text-align:left; font-size:12px;}

.e_form10 label{width:100%;
color:#000000; text-align:left; font-size:14px;}

.form_custom7 {
    position: absolute;
    left: 11%;
    top: 14%;
    width: 78%;
}
.free_trail_form7{width: 80%;
margin: 0 auto;
background: #FFFFFF;
padding: 2%;
opacity: 0.8;
position: relative;
height: 690px;}

.free_trail_form7_heading {
    width: 70%;
    background: #93ca3a;
    padding: 1%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 15%;
    top: 2%;
}

.free_trail_form_billing{width:50%; margin:0 auto; background:#FFFFFF; padding:2%; opacity: 0.8; position:relative; height:340px;}
.free_trail_form_login_heading {
    width: 46%;
    background: #93ca3a;
    padding: 0.5%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 27%;
    top: 6%;
	font-family: sans-serif;
}

.form_custom2 {
    position: absolute;
    left: 29%;
    top: 25%;
    width: 43%;
}

.e_form5{margin-top:5%; font-family: sans-serif;}
.e_form5 label{width:18%;
color:#000000; text-align:left;}
.e_form5 input{ width:64%; color:#000000;}

.e_form5 btn{background: #93ca3a;
border: none;}

.free_trail_bill{width:100%;}
.free_trail_bill img{ max-width:75%; margin:65% auto;}


/*end billinfo*/

/*start free trail*/

.free_trail{width:100%;}
.free_trail img{ max-width:75%; margin:35% auto;}
.free_trail_form{width:80%; margin:0 auto; background:#FFFFFF; padding:2%; opacity: 0.8; position:relative; height:400px;}
.free_trail_form_heading {
    width: 70%;
    background: #93ca3a;
    padding: 1%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 15%;
    top: 6%;
}

.free_trail1{width:100%;}
.free_trail1 img{ max-width:75%; margin:35% auto;}
.free_trail1_form{width:80%; margin:0 auto; background:#FFFFFF; padding:2%; opacity: 0.8; position:relative; height:400px;}
.free_trail1_form_heading {
    width: 70%;
    background: #93ca3a;
    padding: 0.5%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 15%;
    top: 3%;
}

.form_custom {position: absolute; left: 11%; top: 26%; width: 78%;}
.form_custom1 {
    position: absolute;
    left: 11%;
    top: 19%;
    width: 78%;
}
.e_form1{margin-top:2%;}
.e_form1 label{width:100%;
color:#000000; text-align:left;}
.e_form1 input{ width:100%; color:#000000;}
.e_form1 select {
    width: 100%;
    color: #000000;
	height:26px;
}
.e_form2{margin-top:5%;}
.e_form2 label{width:34%;
color:#000000; text-align:left;}
.e_form2 input{ width:64%; color:#000000;}

.e_form3 btn{background: #93ca3a;
border: none;}

.e_form4{ margin-top:4%;}
.e_form4 input{ width:10%; color:#000000; float:left; cursor:pointer;}
.e_form4 label{width:90%;
color:#000000; text-align:left;}

.c_plan{text-align:justify; margin-top:3%;}
.c_plan1{text-align:center;}

/*end free trail*/

/* start pricing */
#pricing
    {
        border-bottom: 1px solid #f6f6f6;
    }
#pricing .col-md-3,
#pricing .col-sm-6
    {
        padding: 0;
        margin: 0;
    }
#pricing .plan
  {
    border: 1px solid #93ca3a;
    margin-top: 50px;
    transition: all 0.4s ease-in;
    padding: 40px;
	width:95%;
	
  }
  
#pricing .plan p{text-align:justify; font-family: sans-serif;}

/*#pricing .plan_one
 {
    margin-top: 60px;
 }*/
/*#pricing .plan_two
 {
    margin-top: 80px;
 }*/
/*#pricing .plan_three
 {
    margin-top: 40px;
 }*/
/*#pricing .plan_four
 {
    margin-top: 0px;
 }*/
#pricing .plan:hover
  {
    background: #202020;
    color: #ffffff;
    transform: scale(1.0);
	border-bottom: 1px solid #f6f6f6;
  }
#pricing .plan .plan_title
  {
    border-bottom: 1px solid #9bc848;
    color: #9bc848;
    font-size: 25px;
    padding: 20px;
  }
  #pricing .plan .plan_title:hover
  {
  border-bottom: 1px solid #f6f6f6;
  }
  
#pricing .plan ul
  {
    padding: 0;
  }
#pricing .plan ul li
  {
    display: block;
    padding: 20px 0 20px 0;
  }
#pricing .plan .btn
  {
    background: #93ca3a;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
	font-family: sans-serif;
  }
#pricing .plan .btn:hover
  {
    background: #FFFFFF;
    color: #66AF33;
  }
/* end pricing */

/* start portfolio */
#portfolio h2
    {
        padding-bottom: 30px;
    }
#portfolio .portfolio-thumb
    {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay
    {
        background: #333;
        color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 60px 60px 0px 60px;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay
    {
        opacity: 0.9;
        transform: scale(1.1);
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa
    {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #ffffff;
    }
#contact h3
    {
        font-weight: bold;
        padding-bottom: 20px;
    }
#contact .fa
    {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 14px;
    }
#contact .form-control
    {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        color: #202020;
        font-weight: bold;
        margin-bottom: 80px;
    }
#contact input[type="submit"]:hover
    {
        background: #93ca3a;
    }
 #contact .form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
#contact .form-control:-ms-input-placeholder {
  color: #666;
}
#contact .form-control::-webkit-input-placeholder {
  color: #666;
}


/*23.9.2016*/

.contact-form input[type="text"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #CBCBCB;
    width: 31.9%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color: #111111;
    margin-bottom: 1.5em;
	font-family: sans-serif;
}

.contact-form input[type="email"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #CBCBCB;
    width: 31.9%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color: #111111;
    margin-bottom: 1.5em;
	font-family: sans-serif;
}

.contact-form textarea {
    background: none;
    border: 1.5px solid #CBCBCB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 0.9em;
    color: #111111;
    resize: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1em;
	font-family: sans-serif;
}

button.btn1.btn-1.btn-1b {
background: #93ca3a;
border-radius: 0px;
color: #ffffff;
margin-top: 5px;
border: none;
font-weight: bold;
padding: 1% 1%;
width: 13%;
font-family: sans-serif;
}

button.btn1.btn-1.btn-1b:hover{ background:#FFFFFF;
color:#93ca3a;
border:1px solid #93ca3a;
}
.address {
    margin-top: 13%;
}
.address h4 {
    color: #93ca3a;
    margin-top: 5% !important;
	font-family: sans-serif;
}

.map{ margin-top:-8% !important; font-family: sans-serif;}

/*23.9.2016*/
/* end contact */

/* start google map */
#map-canvas
  {
    border: none;
    width: 100%;
    height: 320px;
  }
/* end google map */

/* start footer */
footer
    {
        padding-top: 40px;
        padding-bottom: 20px;
    }
footer p
    {
        line-height: 12px;
		font-family: sans-serif;
    }
footer .social-icon
    {
        top: 0px;
    }
/* end footer */

.too-icon {
	padding: 10px;
}

/* start social icon */
.social-icon
    {
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
    }
.social-icon li
    {
        display: inline-block;
        list-style: none;
    }
.social-icon li a
    {
        color: #333;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
.social-icon li a:hover
    {
        background: #f2f2f2;
    }

#service .media .fa:hover{color:#93ca3a !important;}
#service .media .media-body h3:hover{color:#93ca3a !important;}
	
/* end social icon */

/* start divider */
#divider2
    {
        background: url('../images/devider_bg_new.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFFFFF;
		margin-bottom:3%;    /*8.12.2016*/
    }
#divider2 h2 {
    font-size: 36px;
    text-align: center;
	font-family: sans-serif;
}
#divider2 strong
    {
        color: #93ca3a;
		font-family: sans-serif;
    }
#divider2 h3 {
    padding-bottom: 30px;
    text-align: center;
	font-family: sans-serif;
}
#divider2 span{color: #000;
font-size: 24px;
text-align: center;
border-bottom: 2px solid #000;
font-family: sans-serif;
}
#divider2 p{color: #000;
text-align:justify;
margin-top:3%;
font-family: sans-serif;
}
/* end divider */

/*start confirm*/

.confirm_main{ width:70%;
margin: 0 auto;
background: #ccc;
padding: 1%;
}

.confirm_main_hedding{width: 100%;
background: #93ca3a;
padding: 0.5%;
color: #FFFFFF;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.confirm_main1{width: 100%;
background: #fff;
padding: 0.5%;
color: #FFFFFF;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.confirm_main1_label{color: #666666;
margin-top: 3%;
font-size: 14px;}

.confirm_main1 p{color: #666666;
margin-top: 3%;
font-size: 14px;
text-align:center !important;
}


/* 10.1.2017 kalyan start */
/*.hover_img1 { display:none; }*/



/* 10.1.2017 kalyan end */


/*end confirm*/

a.tooltip_custom span{ display: block; } 
a.tooltip_custom:hover span{ display: block; position: absolute; right: 2%; bottom: 1%; text-align: center; text-decoration: none; }

.tooltip{}
/*.white-tooltip + .tooltip > .tooltip-inner {background-color: none; font-weight:bold; font-size:16px; color:#fff; font-family: 'Raleway', sans-serif; min-width:600px; max-width:100%;}
*/

.header_menu_login {
    float: right;
    width: 7%;
    background: #93ca3a;
    padding: 0.5% 0;
    text-align: center;
    margin-top: 1.5%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}    /*1.12.2016*/

/*.navbar-right{width:48%; float:left !important; margin-left:26% !important; margin-top:1%;}*/   /*1.12.2016*/

.navbar-right{width:60%; float:left !important; margin-left:16% !important; margin-top:3.6%;}   /*10.1.2017*/

/* 4.1.2017 */
.header_txt { margin-top:5%; margin-bottom:3%; }
.header_txt  h1 { text-align:center; font-weight:bold; font-size:24px; color:#93ca3a; }
.header_txt  h2 { text-align:center; font-weight:normal; font-size:18px; }
.carousel-inner > .item > img {
    width: 100%;
	height: auto;
}

/* 4.1.2017 new slider css start */
.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}


.slider_signup_button {
background: #93ca3a;
    border-radius: 0px;
    color: #ffffff;
    margin-top: 40px;
    border: none;
    font-weight: bold;
	}
	
	.slider_form{ width: 54%; margin-left: 30%; height: 325px;}
.slider_form_heading { width: 49.6%; left: 32%;}
.slider_form_custom {left: 29%; width: 56%; position: absolute; top: 19%;}
.slider_free_trail{ width: 80%; float: right;}
/*.navbar-brand img{ width:54%; }*/
.navbar-brand img{ width:88%; }     /*10.1.2017*/
/* 4.1.2017 new slider css end */
.banner_new{ width:100%; position:relative; margin-top:13.3%;}     /*12.1.2017*/
/*.banner_new_small img{ height:200px;}*/   /*14.1.2017*/
.banner_new img{/*height:450px;*/ width:100%; max-width:100%;}   /*12.1.2017*/
.banner_new h2 { position: absolute; z-index: 1; color: #FFFFFF; right: 4%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;} /*13.1.2017 6pm*/
/*.banner_new h3 { position: absolute; z-index: 1; color: #FFFFFF; right: 16%; top: 10%; font-size: 48px; text-align: center; line-height: 55px;}
.banner_new h4 { position: absolute; z-index: 1; color: #FFFFFF; right: 10%; top: 10%; font-size: 48px; text-align: center; line-height: 55px;}
.banner_new h5 { position: absolute; z-index: 1; color: #FFFFFF; right: 28%; top: 10%; font-size: 48px; text-align: center; line-height: 55px;}
.banner_new h6 { position: absolute; z-index: 1; color: #FFFFFF; right: 26%; top: 10%; font-size: 48px; text-align: center; line-height: 55px;}
.banner_new h1 { position: absolute; z-index: 1; color: #FFFFFF; right: 30%; top: 10%; font-size: 48px; text-align: center; line-height: 55px;}*/
.ban_txt1{ position: absolute; z-index: 1; color: #FFFFFF; right: 20.5%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}  /*13.1.2017 6pm*/
.ban_txt2{ position: absolute; z-index: 1; color: #FFFFFF; right: 26%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}    /*13.1.2017 6pm*/
.ban_txt3{ position: absolute; z-index: 1; color: #FFFFFF; right: 10%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}    /*13.1.2017 6pm*/
.ban_txt4{ position: absolute; z-index: 1; color: #FFFFFF; right: 24%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}    /*13.1.2017 6pm*/
.ban_txt5{ position: absolute; z-index: 1; color: #FFFFFF; right: 25%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}    /*13.1.2017 6pm*/
.ban_txt6{ position: absolute; z-index: 1; color: #FFFFFF; right: 29%; top: 10%; font-size: 41px; text-align: center; line-height: 55px; font-family: sans-serif;}    /*13.1.2017 6pm*/
.banner_new_img { width: 22%; margin: 0 auto; position: absolute; z-index: 2; right: 22%; top: 60%;}
.banner_new_img img{width:90%; max-width:90%; height:auto !important; cursor:pointer;}

.banner_new_img2 {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    right: 1%;
    top: 1%;
    display: none;
}
.banner_new_img2 img{width:100%; max-width:100%; height:auto; cursor:pointer;}

.banner_new_img3{ width:35%; margin:0 auto; position:absolute; z-index:10; right:23%; bottom:60%; display:none;}
.banner_new_img3 img{width:100%; max-width:100%; height:auto; cursor:pointer;}

.banner_new_img4{ width:35%; margin:0 auto; position:absolute; z-index:10; right:23%; bottom:60%; display:none;}
.banner_new_img4 img{width:100%; max-width:100%; height:auto; cursor:pointer;}

.banner_new_img5{ width:45%; margin:0 auto; position:absolute; z-index:10; right:16%; bottom:110%; display:none;}
.banner_new_img5 img{width:100%; max-width:100%; height:auto; cursor:pointer;}

 /* Login popup start */  /*10.1.2017*/
   
   .login_modal_footer{margin-top:5px;}
.login_modal_header .modal-title {text-align: center;font-family:sans-serif; }
.form-group{position: relative;}
.form-group .login-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
}
.login-modal{
    width:100%;
    padding-bottom:20px;
}
.login_modal_header, .login_modal_footer {background: #bed62f !important;color:#283891;}
.btn-success {
    color: #fff;
    background-color: #bed62f !important;
    border-color: #bed62f !important;
	font-size: 18px;
}
.modal-register-btn{margin: 4% 33% 2% 33% ;width:100%;}
.login-modal input{height:40px; box-shadow: none; border:1px solid #ddd; width:80%; margin-left:13%;}
.modal-body-left{float:left; width:100%; padding-right:4%; }
/*.modal-body-right{float:right; width:47%;}*/
.login-link{padding:0 37%;}
#center-line{position: absolute;  right: 265.7px;top: 80px;background:#ddd;  border: 4px solid #DDDDDD;border-radius: 20px;}
.modal-login-btn {
    width: 30%;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 38%;
    color: #283891;
}
#modal-launcher{margin: 30% 0 0 30%; }
.modal-dialog {
    margin: 10% auto;
}


.carousel-inner > .item > img{width:100% !important;}   /*22.12.2016*/

 /* Login popup end */  /*10.1.2017*/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.rapid_con_new h1{ font-size:24px; text-align:center; color:#0054a6; padding:0; margin:3% 0; font-weight:bold; font-family: sans-serif;}

.faq_trial_new{width:25%; margin:5% auto;}
.faq_trial_new img{width:100%; max-width:100%; cursor:pointer;}


/*timeline start 11.1.2017*/



.timeline {
    margin: 0% auto 1%;
    width: 100%;
    color: #333;
    clear: both;
    padding-top: 2%;
	font-family: sans-serif;
}

.timeline .box-container {
    display: inline-block;
    margin: 5px;
    height: 60px;
    width: 10%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3em;
	font-family: sans-serif;
}

.timeline .day {
    height: 30px;
    width: 118px;
    text-align: center;
    color: #003399;
	font-size:15px;
	font-family: sans-serif;
}

a.tooltips {
    position: relative;
    display: inline;
}

.timeline .box {
    height: 40px;
    width: 40px;
    border: 1px solid #06F;
    overflow: hidden;
    border: 1px solid #2A8336;
    cursor: pointer;
    background-color: #FFF;
    background-size: 40px 40px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

a.tooltips span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    /*border-top: 8px solid #000000;*/
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.timeline .box-container {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3em;
	font-family: sans-serif;
}

.timeline .arrow-box {
    height: 30px;
    width: 20px;
    margin-bottom: 23px;
    background-image: url(../images/arrow_icon_20.png);
    background-size: 100% 75%;
    background-repeat: no-repeat;
    background-position:center;
	vertical-align:bottom;
}

.timeline .box.call_message_icon {
    background-image: url(../images/call_message_icon_40.png);
	margin:0 auto;
}

.timeline .box.thank_you_icon {
    background-image: url(../images/thank_you_icon_40.png);
	margin:0 auto;
}

/*timeline end 11.1.2017*/
.faq_all_txt2{width:100%; font-family: sans-serif;}
.faq_all_txt2 p{ text-align:justify; font-family: sans-serif;}

.address p{margin-top:-5%;}   /*16.1.2017*/

@media only screen and (min-width: 2500px) and (max-width: 2560px) {
.banner_new img {height: 600px;}    /*11.1.2017*/
.banner_new h2 {
    right: 22%;
    top: 25%;}
	
.banner_new_img {
width: 16%;
right: 30%;
top: 55%;
}

}  /*11.1.2017*/


@media only screen and (max-width: 1199px) {

.banner_new_img5 {right: 17%; bottom: 100%;}     /*12.1.2017*/
/*.banner_new h3{ right: 23%; font-size: 30px;}*/   /*12.1.2017*/
/*.banner_new h4 { right: 16%; font-size: 30px;}*/   /*12.1.2017*/
/*.banner_new h5 { right: 28%; font-size: 30px;}*/   /*12.1.2017*/
/*.banner_new h6 { right: 26%; font-size: 30px;} */  /*12.1.2017*/
/*.banner_new h1 { right: 30%; font-size: 30px;}*/   /*12.1.2017*/
.banner_new { margin-top: 15.3%;}           /*13.1.2017*/
.ban_txt1{right:22%; font-size:30px;}
.ban_txt2{right:27%; font-size:30px;}
.ban_txt3{right:13%; font-size:30px;}
.ban_txt4{right:25%; font-size:30px;}
.ban_txt5{right:26%; font-size:30px;}
.ban_txt6{right:30%; font-size:30px;}
.choose_btn_new{margin-top: 13.5% !important;}    /*11.1.2017*/
#pricing .plan .plan_title{font-size:17px;}   /*11.1.2017*/
.voice_txt{font-size:22px;}   /*11.1.2017*/
.timeline .day {width: 99px;}   /*11.1.2017*/
.banner_new_img2 {
    right: 2%;
    top: 2%;
}  /*12.1.2017*/
.banner_new_img { top: 60%;}      /*12.1.2017*/
.slider_free_trail img{max-width:100%;}   /*4.1.2017*/
.slider_form { width: 62%;}   /*4.1.2017*/
.slider_form_heading {width: 56.6%;}  /*4.1.2017*/
.slider_form_custom {width: 63%;}    /*4.1.2017*/
    .flexslider h1 { font-size: 30px; }
    .flexslider h2 { font-size: 24px; }
	.e_form2 label {width: 50%;}
	.e_form2 input {width: 48%;}
	.bill_1 {
    margin-left: 17%;}
	.navbar-brand > img {
    margin-top: 1%;
    width: 80%; 
	}    /*1.12.2016*/
	
		.navbar-right {
    width: 70%;
    margin-left: 0% !important;
}   /*1.12.2016*/

#header {
    width: 61% !important;}
	
.navbar-default .navbar-nav li a { font-size: 12px;}
.banner_new h2{font-size:30px; right:7%; top:0;}     /*12.1.2017*/
}

@media only screen and (max-width: 991px) {

.ban_txt3 {
    right: 6%;}
	
.ban_txt2 {
   right: 25%;}
	
.ban_txt6 {
    right: 28%;}

.ban_txt5 {
    right: 23%;}

.timeline .day {
    width: 72px;
}

.accor_phn_cl_new{margin-left: -119%;}

.timeline .box-container {
    margin: 11px;}

.ban_txt1 {
    right: 18%;}
	
.voice_txt1{margin-top: 0%;
}

.voice_txt{margin-top:-5% !important;
}

.rapid_con_new h1 {
    font-size: 22px;}

.banner_new_img {
    top: 64%;
}

.banner_new {
    margin-top: 19.3%;
}

.banner_new h2 {
    font-size: 24px;
    right: 7%;
    top: -4%;
	line-height:30px;
}

#header h3{margin: 2% 1% 0 0;}

#header form .s-user, #header form .s-pass{width:114px !important;}

.navbar-nav > li {
    margin-left: -2%;
	margin-right:-1%;
}     /*16.1.2017*/

.navbar-default .navbar-nav li a {
    font-size: 11px;
}     /*16.1.2017*/

.slider_form {
    width: 54%;
    margin-left: 0;
    height: 325px !important;
}   /*4.1.2016*/
.slider_free_trail img {
    max-width: 70%;
}   /*4.1.2016*/
/*.navbar-brand img{margin-top:4%;}*/
.navbar-brand img{margin-top: 3%;width: 84%;}   /*4.1.2016*/
.slider_form_custom {left: 5%; width: 90%; top:16%;}  /*4.1.2016*/
.free_trail_form {width: 100%;}
.free_trail1_form {width: 100%;}
.free_trail_form_heading { width: 84%; font-size: 17px; left:8%;}
.form_custom {left: 0%; width: 100%; top:20%;}
.form_custom1 {left: 0%; width: 100%; top:12%;}
.e_form2 label {width: 30%;}
.e_form2 input {width: 68%;}
#newsletter{height:510px;}
#newsletter1{height:670px;}
.free_trail_form { height: 465px;}
.free_trail1_form { height: 620px;}
.free_trail_form_login {
    width: 70%;}
.free_trail_form_login_heading { width: 64%; left:18%;}
.form_custom2 {left: 19%; width: 63%;}
.login_head{margin-bottom: -11% !important; margin-top: 14% !important;}
.bill_txt{font-size:10px !important;}
.e_form8 {margin-top: 6%;}
#newsletter3{height:1223px;}
.free_trail_form7{height:1170px;}
.form_custom7 {
    top: 9%;}
.navbar-header{width:35%;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    width: 100%;
}    /*16.1.2017*/
.header_menu_login{width:9%; margin-top:2.5%;}    /*1.12.2016*/
.navbar-right {
    width: 70%;
    margin-left: -3% !important;
}  /*16.1.2017*/

}
@media only screen and ( max-width: 767px ) {

.about_main_new{width: 96%;
margin: 0 auto;}

.address p {
    margin-top: -2%;
}

.faq_all_txt2 {
    width: 96%;}
	
	.timeline {
    width: 94%;}
	
	.timeline .box-container {
    margin: 21px 11px;
}

.accor_phn_cl_new {
    margin-left: -69%;
}
	
#header {
    width: 60% !important;
}
.form_custom {top: 13%;}   /* 5.1.2016*/
/*#newsletter { display:block !important; } *//* 4.1.2016 kalyan */
.new_slider { display:none; } /* 4.1.2016 kalyan */
#media_custom{margin-left:0 !important;} 
.navbar-header {
    padding: 2% 0;
}
.navbar-brand img {
    margin-top: -10%;
    width: 90%;
} /* 4.1.2016 kalyan */
#service .media {
    padding: 10px 14px;
}
#pricing .plan{margin:10% auto;}
.free_trail1 { margin-top: 10%;  }
.free_trail img {
    max-width: 100%;
    margin: 3% auto;
    width: 35%;
}
.free_trail1 img {
    max-width: 100%;
    margin: 3% auto;
    width: 35%;
}
.free_trail_form {
    height: 490px;
}
.free_trail {
    margin-top: 10%;
}
.free_trail1_form {
    height: 680px;
}
#newsletter {
    height: 752px;
}
#newsletter1 {
    height: 890px;
}
.free_trail_form {
    width: 90%;
}
.free_trail1_form {
    width: 90%;
}
.e_form1 label {
    width: 90%;}
.e_form1 input {
 width: 90%;}
 .e_form2 label {
    width: 15%;
}
.e_form2 input {
    width: 74%;
}
.e_form1 select {
    width: 90%;
}
.free_trail_bill img {
    max-width: 75%;
    margin: 3% auto;
}
.e_form7 {
    margin-top: 0%;
    width: 40%;
    float: left;
}
.free_trail_form7 {
    height: 1015px;
}
.form_custom7 {
    top: 12%;
}
#newsletter3 {
    height: 1260px;
}
.navbar-default .navbar-toggle {
    margin-right: -188%;
	margin-top:18%;
}
.navbar-default .navbar-brand {
    padding-top: 16px;
    padding-bottom: 40px;
}
.navbar-right {
    width: 100%;
    margin-left: 0% !important;
}      /*1.12.2016*/

.header_menu_login {
    width: 100%; float:left; margin-bottom:10%;}   /*1.12.2016*/
	
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    width: 100%;
}   /*1.12.2016*/
}

/* start templatemo 768 media quires */
@media only screen and ( max-width: 768px ) {
    .navbar-default .navbar-brand { margin-left: 20px; }
    .navbar-default .navbar-nav { margin: 0; }
    .navbar-default .navbar-collapse
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flexslider h1 { font-size: 26px; }
    .flexslider h2 { font-size: 18px; }
    .templatemo-slider-btn { 
        margin-top: 10px; 
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}
/* end templatemo 768 media quires */

@media only screen and ( max-width: 731px ) {
#header {
    width: 97% !important;
	padding-bottom: 10% !important;
}
#header form .s-user, #header form .s-pass {
    width: 165px !important;
}
#header h3{margin: 2% 4% 0 0 !important;}
.banner_new {
    margin-top: 22%;
}
.navbar-brand img {
    width: 75%;
}
.navbar-default .navbar-toggle {
    margin-right: -267%;
    margin-top: 30%;
}
.banner_new h2 {
    right: 5%;}
	
	.ban_txt5 {
    right: 23%;}
	
	.ban_txt2 {
    right: 24%;
}
	
}

/* start templatemo 600 media quires */
@media only screen and ( max-width: 640px ) {

.ban_txt2 {
    right: 23%;
	margin-top: 0;
}

.ban_txt5 {
    right: 21%;
    margin-top: 0;
}
.ban_txt6 {
    right: 27%;
    margin-top: 0;
}
#header form .s-user, #header form .s-pass {
    width: 143px !important;
}  /*16.1.2017*/   

    .flexslider h1 { font-size: 20px; }
    .flexslider h2 { font-size: 14px; }
    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px; 
    }
	.e_form5 label {
    width: 25%;}
	.e_form5 span{ margin-left:12%;}
	
	.login_head {
    margin-bottom: -15% !important;
    margin-top: 7% !important;
	}
	
	.e_form2 label {
    width: 19%;
	}

	.e_form2 input {
		width: 70%;
	}
	
	.navbar-header {
    width: 42%;
	}

	.navbar-default .navbar-toggle {
    margin-right: -225%;
}
.banner_new {
    margin-top: 25%;
}
.banner_new h2 {
    right: 7%;
	font-size:20px;
}

.ban_txt1 {
    right: 14%;
    margin-top: 0%;
}

}


@media only screen and ( max-width: 580px ) { 

.ban_txt2 {
    right: 22%;
}

.ban_txt6 {
    right: 26%;}

.ban_txt5 {
    right: 19%;}
	
.voice_txt {
    margin-top: -10% !important;
	margin-bottom: -12% !important;
}

.ban_txt1 {
    right: 12%;
}

.banner_new h2 {
    right: 6%;
    font-size: 18px;
}

#header form .s-user, #header form .s-pass {
    width: 130px !important;
}

}


@media only screen and ( max-width: 540px ) { 

.timeline {
    width: 70%;
	margin: 0% auto 5%;
}

.timeline .day {
    width: 54px;
}

.timeline .box-container {
    width: 14%;
    margin: 31px 11px;
}

.timeline .box-container {
    width: 16%;}
	
	.timeline .arrow-box {
    height: 27px;
    width: 36px !important;}

	.ban_txt1 {
    right: 11%;
}

.rapid_con_new h1 {
    font-size: 19px;
}

#header form .s-user, #header form .s-pass {
    width: 121px !important;
}

.banner_new {
    margin-top: 26%;
}

.banner_new img {
    height: 185px;}
	
	.banner_new_img2 {
    width: 56%;}
	
	.banner_new h2 {
    right: 4%;}
	
	.banner_new_img2 img{height:auto !important;}

.free_trail_bill img { width: 40%;}
.e_form7 {width: 50%;}
	
.bill_1 { margin-left: 10%;}

#newsletter3 {height: 1200px;}

.free_trail_form7 {
    height: 1040px;
}
#newsletter3 {
    height: 1250px;
}

.free_trail_form7 {
    height: 1090px;
}

.e_form9 label {
    width: 90%;}
	
.e_form2 label {
width: 24%;
}

.e_form2 input {
    width: 65%;
}

}
/* end templatemo 600 media quires */

@media only screen and ( max-width: 480px ) { 

.ban_txt6 {
    right: 24%;
}

.ban_txt5 {
    right: 16%;
}

.voice_txt {
    margin-top: -14% !important;}
	
	.faq_all_txt2 {
    width: 96%;
}

.voice_txt_main{margin: -20% auto 0px !important;}

#header h2{width:100%; text-align:center;}
#header form{width:100% !important;}
.navbar-default .navbar-brand {
    margin-top: 34%;
    margin-bottom: 5%;
}
.navbar-default .navbar-toggle {
    margin-right: -205%;
    margin-top: 58%;
}

#header h3 {
    margin: 2% 13% 0 0 !important;
}

.banner_new {
    margin-top: 42%;
}

.banner_new h2 {
    font-size: 16px;
}

.banner_new_img2 {
    width: 62%;
}

.rapid_con_new h1 {
    font-size: 20px;
}


.contact-form input[type="text"]{width:100% !important;}   /*5.1.2017*/
.contact-form input[type="email"]{width:100% !important;}   /*5.1.2017*/
.contact-form textarea{width:100% !important;}   /*5.1.2017*/

#divider h2 {
    font-size: 26px;}
	
#divider h3 {
    font-size: 18px;
}

#pricing h2 {
    font-size: 26px;}
#pricing h3 {
    font-size: 18px;
	font-family: sans-serif;
}

#pricing .plan .plan_title{font-size:26px;}

.free_trail_form_heading {
    width: 80%;
    font-size: 17px;
    left: 10%;
    top: 3%;
}

.free_trail1_form_heading {
    width: 80%;
    font-size: 17px;
    left: 10%;
    top: 3%;
}

.form_custom {
    top: 12%;
}
.form_custom1 {
    top: 14%;
}
.e_form2 input {
    width: 65%;
}
.e_form2 label {
    width: 23%;
}
.free_trail_form {
    height: 450px;
}

.free_trail1_form {
    height: 645px;
}

#newsletter {
    height: 650px;
}	

#newsletter1 {
    height: 790px;
}

.login_head {
    margin-bottom: -19% !important;
    margin-top: 10% !important;
}
.e_form5 label {
    width: 34%;
}
.free_trail_form_login_heading {
    width: 60%;
    left: 20%;
}
.e_form5 span {
    margin-left: 0%;
    font-size: 12px;
}
.free_trail_form_login{height:290px;}
#newsletter2{height:340px;}

.confirm_main {
    width: 90%;}
	
.e_form2 label {
 width: 26%;
}

.e_form2 input {
    width: 62%;
}

.free_trail { margin-top:16%; } /* 4.1.2016 */
.ban_txt1 {
    right: 9%;
}

}

@media only screen and ( max-width: 450px ) {

.timeline .box-container {
    width: 18%;
}

.ban_txt1 {
    right: 7%;
}

.ban_txt6 {
    right: 23%;
}

.banner_new h2 {
    font-size: 15px;
}

.banner_new_img {
    width: 32%;
    right: 16%;}
	
	.banner_new_img2 {
    right: 1%;
    top: 5%;
}

.rapid_con_new h1 {
    font-size: 18px;
}

#header h3 {
    margin: 2% 9% 0 0 !important;
}

}

@media only screen and ( max-width: 410px ) {

.ban_txt5 {
    right: 13%;
}

.ban_txt6 {
    right: 22%;
}

.timeline .box-container {
    width: 17%;
}

.ban_txt1 {
    right: 4%;
}

#header form {
    margin-right: -1% !important;}
	
	.navbar-default .navbar-toggle {
    margin-right: -178%;
}

.free_trail_form_login {
    width: 90%;
}

.free_trail_form_login_heading {
    width: 78%;
    left: 11%;
}

.form_custom2 {
    left: 12%;
    width: 75%;
}

.e_form7 {
    width: 90%;
}


.form_custom7 {
    top: 13%;
}

#cc_exp_month{ width:62% !important;}

#newsletter3 {
    height: 1510px;
}

.free_trail_form7 {
    height: 1385px;
}

.e_form2 label {
    width: 30%;
}

.e_form2 input {
    width: 58%;
}

.navbar-header {
    width: 50%;
}

.banner_new {
    margin-top: 49%;
}

.banner_new h2 {
    font-size: 13px;
    right: 5%;
}

.rapid_con_new h1 {
    font-size: 19px;
}

}

@media only screen and ( max-width: 380px ) {

.ban_txt6 {
    right: 25%;
    font-size: 22px;
}

.ban_txt1 {
    right: 10%;
	font-size:22px;
}

.ban_txt5 {
    right: 17%;
    font-size: 22px;
}

.voice_txt {
    margin-top: -20% !important;
}

.timeline .box-container {
    width: 16%;
}

.timeline {
    width: 83%;}

.banner_new h2 {
    font-size: 12px;}
	
	.banner_new_img2 {
    width: 67%;
	top: 13%;
}

.rapid_con_new h1 {
    font-size: 20px;
}

}

/* start templatemo 360 media quires */
@media only screen and ( max-width: 360px ) {

.ban_txt6 {
    right: 24%;}

.ban_txt5 {
    right: 16%;}

.navbar-brand img {
    width: 80%;
}   /*4.1.2017*/
    #team .col-md-4
        {
            padding-top: 40px;
        }
		
		.form_custom2 {
    left: 5%;
    width: 90%;
}

.e_form2 label {
    width: 35%;
}

.e_form2 input {
    width: 54%;
}

#header form {
    margin-right: 3% !important;
}

#header h3 {
    margin: 2% 4% 0 0 !important;
}

.rapid_con_new h1 {
    font-size: 17px;
}

#header form .s-user, #header form .s-pass {
    width: 115px !important;
}

.rapid_con_new h1 {
    font-size: 21px;
}

.banner_new {
    margin-top: 53%;
}

#header h2 {
    width: 94%;}
    
}
/* end templatemo 360 media quires */

@media only screen and ( max-width: 355px ) {
.n_info_span{font-size:10px !important;}
}

@media only screen and ( max-width: 341px ) {

.ban_txt1 {
    right: 8%;
    font-size: 22px;
}

#header form .s-user, #header form .s-pass {
    width: 110px !important;
}

.banner_new {
    margin-top: 55%;
}

.navbar-default .navbar-toggle {
    margin-top: 60%;
}
.banner_new h2 {
    font-size: 10px; right: 6%; line-height: 21px;}
	
	#header form .submit{padding: 1.3% !important;}
	
	#header h3 {
    margin: 2% 5% 0 0 !important;
}

}

@media only screen and ( max-width: 328px ) {

.ban_txt6 {
    right: 23%;
}

.ban_txt5 {
    right: 15%;
}

.ban_txt1 {
    right: 7%;}
	
	footer p {
    font-size: 12px;
}

#header form .s-user, #header form .s-pass {
    width: 106px !important;
}
.banner_new_img {
    width: 38%;
    right: 13%;
	top:57%;
}

.rapid_con_new h1 {
    font-size: 19px;
}

.navbar-default .navbar-toggle {
    margin-top: 63%;
}

}
@media only screen and ( max-width: 320px ) {
.banner_new h2 {
    right: 4%;}
	
}