* {
    margin: 0;
    padding: 0
}

html,
body {
    font-family: 'Proxima Nova';
    background-color: #f5f5f5;
}
.container {
    max-width: 1300px;
}
p {
    color: #585858;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

header {
    display: block;
    width: 100%;
    padding: 10px 0 3px 0;
    background-color: #ffce32;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s all;
}

header.fixed {
    /* border-bottom: 1px solid #6d61ff;*/
    /* background-color: rgba(38, 118, 237, 0.9);*/
	box-shadow: 0 4px 6px -1px rgba(18,23,34,.02), 0 2px 4px -1px rgba(18,23,34,.04);
}

.listfeature {
    position: absolute;
    right: 0;
    top: 160px;
    list-style: none;
    max-width: 364px;
    margin: 0;
    padding: 0;
}

.listfeature li {
    background: rgba(107, 97, 223, 0.8);
    padding: 20px 20px;
    margin-top: 15px;
    opacity: 0;
    -webkit-animation: fadeIn 0.9s 1;
    animation: fadeIn 0.9s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.listfeature li:nth-child(4n+1) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.listfeature li:nth-child(4n+2) {
    background: rgba(115, 49, 209, 0.8);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.listfeature li:nth-child(4n+3) {
    background: rgba(107, 97, 223, 0.8);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.listfeature li:nth-child(4n+4) {
    background: rgba(115, 49, 209, 0.8);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.listfeature li img {
    float: left;
    margin-right: 20px;
    max-width: 60px!important;
    margin-top: 5px;
}

.listfeature li h3 {
    color: #ffc001;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.listfeature li p {
    color: #fff
}

.logo {
    display: inline-block;
    /*background: url("../img/logo.jpg") no-repeat 0 0;*/
width: 160px;
    height: 60px;
    background-size: 58px auto;
    margin-top: 6px;
}

.menutooggle {
    float: right;
    width: 35px;
    height: 30px;
    background: url("../img/menutoggle.png") no-repeat center center;
    background-size: 20px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    display: none;
    margin: 0 5px;
    transition: 0.5s all;
}

.menutooggle.active {
    background: url(../img/closeico.png) no-repeat center center;
    background-size: 22px auto;
    border: 0;
}

.topRight {
    float: right;
}

.topRight .tollfreeno {
    display: inline-block;
    text-decoration: none;
    background: #1d63ff url('../img/headphone_icon.png');
    padding: 8px 15px 8px 50px;
    vertical-align: middle;
    border-radius: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
}

.createdemo {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    background: transparent;
    color: #1d63ff;
    padding: 8px 15px;
    border-radius: 20px;
    margin-right: 10px;
	border:2px solid #1d63ff;
    text-decoration: none;
    transition: 0.5s all;
    font-family: 'proxima_nova_ltsemibold';
    cursor: pointer;
}

.createdemo:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1d63ff;
	border:2px solid #1d63ff;
}
.tollfreeno:hover{
	text-decoration: none;
    color: #1d63ff;
	font-weight: 600;
    background-color: transparent;
	border:2px solid #1d63ff;
}
.loginBtn {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #6d61ff;
    padding: 6px 15px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.5s all;
    text-transform: uppercase;
    border: 2px solid #6d61ff;
    cursor: pointer;
}

.loginBtn:hover {
    text-decoration: none;
    color: #6d61ff;
}

.mainnav {
    width: 100%;
    text-align: right;
    float: left;
    margin-top: -18px;
    margin-bottom: 6px;
}

.mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav ul li {
    display: inline-block;
    padding: 0;
    position: relative;
}

.mainnav ul li a {
    color: #373737;
    cursor: pointer;
    padding: 0 20px;
	font-weight: 600;
    border-radius: 2px;
}

.mainnav ul li a:hover,
.mainnav ul li a.active {
    text-decoration: none;
    color: #333;
    font-family: 'proxima_nova_ltsemibold';
}

.socialIcon {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.socialIcon li {
    display: inline-block;
    padding-right: 5px;
}
.socialIcon li a {
    display: inline-block;
    height: 37px;
    width: 35px;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.5s all;
}
.socialIcon li.minavo a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.socialIcon li.tw a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: -120px 0;
}

.socialIcon li.fb a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: -41px 0;
}

.socialIcon li.linkdin a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: -80px 0;
}
.socialIcon li.pinterest a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: -199px 0;
}
.socialIcon li.instagram a {
    background: url("../img/social_icon1.png");
    background-repeat: no-repeat;
    background-position: -159px 0;
}

.socialIcon li a:hover {
    opacity: 0.8
}

.commonSec {
    display: inline-block;
    width: 100%;
}

#BannerSec {
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background-color: #fff;
    padding-bottom: 0;
}

#BannerSec img {
    max-width: 100%;
}

.manageformCntr {
    position: absolute;
    left: 0;
    top: 43%;
    display: inline-block;
    width: 100%;
    text-align: center
}

.managecallForm {
    max-width: 726px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 25px;
}

.managecallForm h2 {
    font-size: 38px;
    line-height: 40px;
    color: #fff;
}
.managecallForm h1 {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.managecallForm h1.hpart {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    
}


.managecallForm h2 b {
    font-family: 'proxima_nova_ltsemibold';
}

.managecallForm p {
    font-size: 20px;
    line-height: 22px;
}

.managecallForm form {
    background: #f5f5f5;
    border-radius: 40px;
    width: 100%;
    max-width: 488px;
    position: relative;
    padding: 2px 2%;
    margin: 0 auto;
}

.managecallForm p {
    color: #fff;
    margin-bottom: 20px;
}

.managecallForm form input[type="text"] {
    width: 100%;
    border: 0;
    background: #f5f5f5;
    padding: 10px 8px;
    box-shadow: none;
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
}

.managecallForm form input[type="submit"],
.managecallForm form input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 100%;
    background: #8dc73f url("../img/btnarrow.png") no-repeat center center;
    border-radius: 0 5px 5px 0;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s all
}

.managecallForm form input[type="submit"]:hover {
    background-color: #6ca71d;
}

#aboutus {
    position: relative;
    z-index: 99;
    
    padding: 75px 0;
    margin-top: -7px;
}

#aboutus img {
    max-width: 300px
}

.cmnBtn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 8px 30px;
    transition: 0.2s all;
    margin-top: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
    background: #1d63ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1d63ff 0%, #1d63ff 47%, #1d63ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1d63ff 0%, #1d63ff 47%, #1d63ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1d63ff 0%, #1d63ff 47%, #1d63ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#4f4fff', GradientType=0);
    /* IE6-9 */
}

.cmnBtn:hover {
    color: #1d63ff;
    text-decoration: none;
    background: #fff;
	border:2px solid #1d63ff;
    
    background: -moz-linear-gradient(top, #fb471e 0%, #fb471e 47%, #fb471e 100%);
    background: -webkit-linear-gradient(top, #fb471e 0%, #fb471e 47%, #fb471e 100%);
    background: transparent;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#4f4fff', GradientType=0);
}

.abtcontent {
    display: block;
    /*margin-top: 40px;*/
}
.abtcontent h2.teletitle{
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}
.abtcontent h3.teleh {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}
h2 {
    color: #393939;
    font-size: 28px;
    line-height: 32px;
}

h2 b {
    font-family: 'proxima_nova_ltsemibold';
}

.abtcontent p {
    /*max-width: 500px;*/
    font-size: 16px;
    line-height: 22px;
}

#screenssec {
    margin-bottom: 20px;
}

.screenimg {
    width: 59%;
    float: left;
    margin: 0 0 0 1%;
}

.toolfreeBox {
    float: left;
    width: 18.5%;
    background-color: #80c129;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 0.5%;
    text-align: center;
    color: #fff;
    height: 373px;
    cursor: pointer;
}

.toolfreeBox img {
    max-width: 70px;
    margin-top: 20px;
}

.toolfreeBox h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0;
    font-family: 'proxima_nova_ltsemibold';
}

.toolfreeBox p {
    color: #fff;
}

.toolfreeBox.virtualbox {
    background-color: #f98602
}

#serviceSec {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#serviceSec h2 {
    color: #393939;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 28px;
    line-height: 32px;
}

#serviceSec .serviceList {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 3px #ddd
}

.htitle {
    position: relative;
    padding: 20px 20px;
}

.htitle:before {
    position: absolute;
    left: -20px;
    width: 10px;
    background: #f69f15;
    content: "";
    height: 70%;
    top: 15%;
}

.htitle.nobdr:before {
    display: none
}

.htitle.nobdr {
    text-align: center
}

.htitle p {
    font-size: 16px;
}

.serviceList ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.serviceList ul li {
    display: inline-block;
    width: 160px;
    margin: 10px;
}

.serviceList ul li img {
    max-width: 50px;
    margin-bottom: 1px;
}

.serviceList ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border: 3px solid #f5f5f5;
    border-radius: 5px;
    color: #474747;
    font-size: 16px;
    line-height: 18px;
    transition: 0.5s all;
    cursor: pointer;
}

.serviceList ul li a span {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-family: 'proxima_nova_ltsemibold';
}

.serviceList ul li a:hover {
    border-radius: 0;
    box-shadow: 0 0 10px #ccc;
}

#featureSec {
    margin-bottom: 20px;
    padding: 75px 0;
}

#featureSec .featureList {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#featureSec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#featureSec ul li {
    display: inline-block;
    width: 29%;
    padding: 10px 1%;
    box-sizing: border-box;
}

#featureSec ul li img {
    max-width: 90px;
    margin-bottom: 1px;
}

#featureSec ul li figure {
    height: 60px;
    line-height: 55px;
    text-align: center;
    /*border: 2px solid #4bb2f5;*/
    border-radius: 100%;
    margin: 0 auto;
}

#featureSec ul li .cmnBtn {
    border-radius: 5px;
}

#featureSec ul li .prodbox {
    display: inline-block;
    width: 100%;
    padding: 40px 10px;
    border-radius: 5px;
    color: #474747;
    font-size: 16px;
    line-height: 18px;
    transition: 0.5s all;
    cursor: pointer;
    min-height: 295px;
    vertical-align: top;
    background-color: #ffce32;
}

#featureSec ul li .prodbox span {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'proxima_nova_ltsemibold';
    display: inline-block;
}

#featureSec ul li .prodbox p span {
    margin: 0
}

#featureSec ul li .prodbox:hover {
    border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 10px #ccc;
    text-decoration: none;
}

#aboutus,#clientSec{
    padding: 75px 0;
    background-color: #fff;
}

.clientList {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.clientList li {
    display: inline-block;
    padding: 15px 1%;
}

.clientList li img {
    max-width: 150px;
}

#planpriceSec {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 75px 0;
background:#fff;
    
}

#planpriceSec .planprice {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#planpriceSec .planprice form {
    padding: 0;
    margin-top: 0;
}

#planpriceSec .planprice .form-control {
        border-radius: 5px;
    border: 2px solid #ffce32;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /* border-color: #80bdff; */
    outline: 0;
    border: 1px solid #fb471e!important;
box-shadow: 0 0 0 0rem rgba(0,123,255,.25);

}
#planpriceSec .planprice button[type="submit"] {
    background: #1d63ff url('../img/arrow.png') no-repeat 90% center;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 5px 40px 5px 20px;
    background-size: 8px auto;
    cursor: pointer;
    transition: 0.5s all;
}
.btn-success {
    color: #fff;
    background-color: #ffce32;
    border-color: #ffce32;
}
#planpriceSec .planprice button[type="submit"]:hover {
    background-color: #ffce32
}

.btmproduct {
    text-align: right;
    float: right;
}

.btmproduct li {
    display: inline-block;
    width: 26%;
    text-align: center;
    padding: 10px 0;
}

.btmproduct li img {
    max-width: 34px;
    cursor: pointer;
}

footer {
    width: 100%;
    display: inline-block;
    background-color: #f8d256;
    padding-top: 50px;
    vertical-align: top;
}

footer p {
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}

footer p img {
    max-width: 50px;
    margin-top: 20px;
    display: inline-block;
}

footer h3 {
    font-size: 18px;
    line-height: 16px;
    color: #1d63ff;
    font-family: 'proxima_nova_ltsemibold';
}

footer .quicklinks {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

footer .quicklinks li {
    line-height: 30px;
}

footer .quicklinks li a {
    color: #3e3c37;
    font-size: 14px;
    font-weight: 600;
}

footer form {
    padding: 10px 0;
}

footer form .Mobileno input[type="text"] {
    width: 100%;
    border: 0;
    background: #fff;
    padding: .375rem .75rem;
    box-shadow: none;
    font-size: 14px;
}

footer form .Mobileno {
    background: #ffffff;
    width: 100%;
    position: relative;
    padding: 2px;
    margin-top: 15px;
}

footer form .form-control {
    border-radius: 0;
    font-size: 14px;
}

footer form .Mobileno input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #8dc73f url("../img/arrow.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
    transition: 0.5s all
}

footer form .Mobileno input[type="submit"]:hover {
    background-color: #6ca71d;
}

.copyright {
    background: #ffce32;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-align: center;
    margin-top: 15px;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.copyright a {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    color:#fff
}
.copyright a:hover{text-decoration: underline!important;}

/*modal css strat here */

.modal-header {
    padding: 10px;
    background-color: #ffce32;
}

.modal-header .modal-title {
    font-size: 14px;
    color: #fff
}

.scrolltotop {
    position: fixed;
    right: 107px;
    bottom: -100px;
    height: 40px;
    width: 40px;
    background: #1d63ff url("../img/scrolltotop.png") no-repeat center center;
    background-size: 22px 22px;
    /*border: 2px solid #fff;*/
    border-radius: 100%;
    z-index: 999;
    transition: 0.5s all;
}

.scrolltotop.active {
    bottom: 25px
}

/*tollfree page css start Here*/

#inpageBanner {
    margin-top: 100px;
    background-color: #FFF;
    padding: 70px 0 0 0;
}

.managecallForm.greytext h3,
.managecallForm.greytext p {
    color: #383838;
    font-family: 'proxima_nova_altbold';
}

.managecallForm.greytext form {
    border: 1px solid #c5c5c5;
    margin-top: 20px;
    display: inline-block;
}

.managecallForm.greytext {
    margin-top: 20%;
    max-width: 500px;
}

.managecallForm.greytext form input[type="submit"],
.managecallForm.greytext form input[type="button"] {
    right: -2px;
    top: -1px;
    width: 46px;
    height: 52px;
}

.managecallForm.greytext img {
    float: left;
    max-width: 117px;
    margin-right: 30px;
    margin-top: -12px;
}

.managecallForm.greytext h3 {
    color: #e2e2e2;
    font-family: 'proxima_nova_altbold';
    margin: 0
}

.managecallForm.greytext p span {
    color: #3578ff
}

.vfont {
    font-family: 'LCALLIG'!important;
}

.pfixedsec {
    /* position: fixed;*/
    position: absolute;
    z-index: 99;
    right: 30px;
    top: 57%;
    transform: translateY(-50%);
    width: 45px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 2px;
    height: 298px;
}

.pfixedsec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pfixedsec ul li {
    position: relative;
    min-height: 40px;
    margin: 5px 0;
}

.pfixedsec ul li a {
    color: #6545ff;
    text-decoration: none;
    min-height: 40px;
    padding: 3px;
    background-size: 32px auto;
    padding-left: 40px;
    position: absolute;
    right: 0;
    line-height: 36px;
    transition: 0.5s all;
    border-radius: 20px;
    width: 40px;
}

.pfixedsec ul li a span {
    opacity: 0;
    font-family: 'LCALLIG'!important;
}

.pfixedsec ul li a span b {
    font-weight: normal;
    font-family: 'Lucida Handwriting Italic' !important;
}

.pfixedsec ul li a.icon1 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon1.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a.icon2 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon2.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a.icon3 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon3.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a.icon4 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon4.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a.icon5 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon5.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a.icon6 {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("../img/ficon6.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px auto;
}

.pfixedsec ul li a:hover {
    right: 0;
    box-shadow: 0 0 5px #ddd;
    width: 160px;
}

.pfixedsec ul li a:hover span {
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

#c2c {
    left: 40px;
    bottom: -70px;
    z-index: 999
}
#c2c, .divc2c {
    position: fixed;
}
.ripple {
    z-index: 1;
}
.btn {
    color: #fff!important;
    padding: 10px 15px;
    margin-top: 5px;
}
.divc2c {
    font-size: 30px;
    background: 0 0;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #6d61ff;
}
.btn{
    text-align: center;
}
.c2c-input-txt, .divc2c, .divc2c img {
    transition: .2s ease-in-out;
}

.divc2c img {
    border-radius: 50%;
    width: 51px;
    background-color: #ffc001;
    padding: 10px;
}

.c2c-input-txt, .divc2c, .divc2c img {
    transition: .2s ease-in-out;
}
.btn:hover {
    transition: all .25s ease-in-out;
}
.ripple:hover {
    -webkit-animation: rip 1s infinite ease-out;
    -moz-animation: rip 1s infinite ease-out;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
}
.ripple:hover, .weldetailbox:after {
    content: '';
}
.divc2c:hover {
    border-color: #ffc001!important;
    background-color: rgba(255, 255, 255, 0);
    bottom: 10.5%!important;
}

.divc2c:hover img {
    color: #fff;
    background-color: #6d61ff;
}

.contactdesc {
     border: 2px solid #ffce32;
    padding: 13px 20px 20px 60px;
    background: url(../img/compdesc_icon.png) no-repeat 15px 15px;
    min-height: 100px;
    border-radius: 6px;
    background-size: 22px auto;
    margin-top: 21px;
 }
 
 .contactdesc p {
     font-size: 16px;
     line-height: 20px;
     margin: 0 0 4px 0;
 }
 
 .contactdesc p a {
     color: #4a4a4a;
     font-family: 'proxima_nova_altbold';
 }
 
 .contactdesc p a:hover {
     text-decoration: none
 }
 #crmintegration h2.teletitle{
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}
#crmintegration p{display: inline-block; padding: 5px;}
#crmintegration{background: #f7f7f7;    padding: 75px 0;text-align: center}
#crmintegration img{max-width: 100%}

.mngmentSec{text-align: center; margin-top: 95px;}
.mngmentSec h3{font-size: 28px;}
.mngmentSec p{font-size: 16px; line-height: 20px;}
.mngmtsollist{list-style: none; margin: 0; padding: 0; margin-top: 30px;}
.mngmtsollist li{display: inline-block;width: 33.3%; border: 2px solid #fff; background-color: #fadad5; padding: 20px; margin-left: -4px; text-align: center; vertical-align: top;}
.mngmtsollist li span{display: inline-block; padding: 10px 30px; font-size: 16px; line-height: 18px; background-color: #fff; margin-bottom: 20px;}
.mngmtsollist li p{font-size: 14px; line-height: 18px; min-height: 72px;}
.mngmtsollist li:nth-child(2){background-color: #3992f7;}
.mngmtsollist li:nth-child(2) p{color: #fff;}
.mngmtsollist li:nth-child(3){background-color: #1b4a72;}
.mngmtsollist li:nth-child(3) p{color: #fff;}
.mngmtsollist li:nth-child(4){background-color: #f9d248;}
.mngmtsollist li:nth-child(5){background-color: #0d1e3d;}
.mngmtsollist li:nth-child(5) p{color: #fff;}
.mngmtsollist li:nth-child(6){background-color: #efdcd3;}

#investmentSec{background-color: #f6f6f6; padding: 40px 0;}
#investmentSec img{max-width: 320px;}
#partnerwithus{background-color: #fff; padding: 80px 0 40px 0; text-align: center;}
#partnerwithus ul{list-style: none; margin:0; padding: 0;}
#partnerwithus ul li{text-align: center; width: 33%;  padding: 20px; display: inline-block; vertical-align: top;}
#partnerwithus ul li img{max-height: 45px; margin-bottom: 15px;}
#partnerwithus ul li h4{font-size: 16px; line-height: 20px; text-transform: uppercase;}

#getintouch{padding: 40px 0 50px 0; background-color: #1d63ff; text-align: center;}
#getintouch h3{color: #fff; font-size: 25px; line-height: 30px; margin-bottom: 20px; font-weight: bold;}
#getintouch a{color: #6944ff; font-size: 28px; line-height: 30px; background-color: #fff; padding: 12px 30px; text-transform: uppercase; text-decoration: none; border-radius: 40px; font-size: 14px; line-height: 16px; cursor: pointer;}

#serviceprovider{padding: 80px 0 40px 0; background-color: #f6f6f6;}
#serviceprovider .clientList li{padding: 15px 2%;}
#knowmoremodal .form-control-sm{border-radius: 0!important; border-width: 2px!important;}

/* new pages css careersales and technical */

#salesBannerSec {
    overflow: hidden;
    position: relative;
    padding-top: 0;
    background-color: #fff;
    padding-bottom: 0;
}

#salesBannerSec img {
    max-width: 100%;
}
.salesbanner {
    position: absolute;
    left: 0;
    top: 45%;
    display: inline-block;
    width: 100%;
    text-align: center
}

.salesbcontent h2 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.salesbcontent h2 small{
    display: block;
    font-size: 22px;
    line-height: 28px;
}

.salesbcontent p {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
#salesaboutus {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 65px 0;
    margin-top: -7px;
}

#salesaboutus img {
    max-width: 330px;
    margin-top: 95px;
}
#salesaboutus .salesabtcontent img{
    max-width: 430px;
    margin-top: 0;
}
.salesabtcontent {
    display: block;
    margin-top: 40px;
}
.salesabtcontent h1{
    color: #393939;
    font-size: 28px;
    line-height: 32px;
}
.salesabtcontent h2.teletitle{
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}

.salesabtcontent p {
    max-width: 400px;
    font-size: 16px;
    line-height: 22px;
}
#salesfeatureSec {
    margin-bottom: 20px;
    padding: 65px 0;
}

#salesfeatureSec .salesfeatureList {
    width: 100%;
    padding: 20px 30px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#salesfeatureSec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#salesfeatureSec ul li {
    display: inline-block;
    width: 29%;
    padding: 20px;
    box-sizing: border-box;
}

#salesfeatureSec ul li img {
    width: 100%;
    margin-bottom: 1px;
}

#salesfeatureSec ul li figure {
   
    line-height: 55px;
    text-align: center;
    /*border: 2px solid #4bb2f5;*/
    border-radius: 100%;
    margin: 0 auto;
}

#salesfeatureSec ul li .cmnBtn {
    border-radius: 30px;
}

#salesfeatureSec ul li .prodbox {
    display: inline-block;
    width: 100%;
    /* padding: 40px 10px; */
    border-radius: 5px;
    color: #474747;
    font-size: 16px;
    line-height: 18px;
    transition: 0.5s all;
    cursor: pointer;
    min-height: 335px;
    vertical-align: top;
    background-color: #fff;
}

#salesfeatureSec ul li .prodbox span {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'proxima_nova_ltsemibold';
    display: inline-block;
}
#salesfeatureSec ul li .prodbox p {
color: #585858;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0px 20px;
}
#salesfeatureSec ul li .prodbox p span {
    margin: 0
}

#salesfeatureSec ul li .prodbox:hover {
    border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0 10px #ccc;
    text-decoration: none;
}

#salesbenefit {
    z-index: 99;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px 0;
    margin-top: -7px;
}
#salesbenefit .salesheading {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#salesbenefit ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

#salesbenefit ul.saleslist li {
    
    padding: 10px 1%;
    box-sizing: border-box;
}
#salesbenefit ul.saleslist li img{
    float: left;
    padding:  0px 10px;
    max-width: 45px;
}
#salesbenefit .rightimg img{
    max-width: 400px;
}
.custom-file-label:after{ background-color: #6546ff; color:#fff;}

.singlebulksec {
    width: 100%;
    display: inline-block;
    text-align: center;
  
}

.singlebulksec a {
   
    text-align: center;
    border: 1px solid #7f7878;
    padding: 10px 25px;
    text-decoration: none;
    color: #7f7878;
    font-weight: bold;
  
}

.singleupload {
    border-radius: 5px 0 0 5px;
    border-right: 0!important;
    color:#6d61ff
}

.singlebulksec a:hover,
.singlebulksec a.active {
    color: #ffffff;
    background-color: #6d61ff
}

.bulkupload {
    border-radius: 0 5px 5px 0;
    border-left: 0!important;
    color: #6d61ff;
    margin-left:-4px;
}

#contactpriceSec {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    background-color: #f7f7f7;
    padding: 65px 0;
}

#contactpriceSec .planprice {
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#contactpriceSec .planprice form {
    padding: 0 30px;
    margin-top: 25px;
}

#contactpriceSec .planprice .form-control {
    border-radius: 0;
    border: 2px solid #d6d6d6;
}

#contactpriceSec .planprice button[type="submit"] {
    background: #6d61ff url('../img/arrow.png') no-repeat 90% center;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 5px 40px 5px 20px;
    margin-top: 10px;
    background-size: 8px auto;
    cursor: pointer;
    transition: 0.5s all;
}

#contactpriceSec .planprice button[type="submit"]:hover {
    background-color: #6d61ff
}
#salesbenefit .saleslist p{
    color: #585858;
font-size: 13px;
line-height: 16px;
margin-bottom: 10px;
padding: 0 0px 0 47px;
}
.htitle.nobdr h3{
    color: #393939;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

/*------------------newcss----------------*/


#vidclose{  
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
    right: 17px;
    top: 16px;
   
    }
    .modal-backdrop{
        background-color:rgba(75,45,196,1); 
       
    }
    .modal-backdrop.show {
    opacity: 1;
}
.modal-open.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
}

.modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal.modal-center .modal-dialog {
  flex-grow: 1;
}


.paynowlink{
    padding: 6px 20px !important;
border: 2px solid #1d63ff;
border-radius: 5px !important;
font-weight: normal !important;
font-family: 'Proxima Nova' !important;
}

.paynowlink:hover{
    padding: 6px 20px !important;
border: 2px solid #1d63ff;
border-radius: 5px !important;
font-weight: normal !important;
font-family: 'Proxima Nova' !important;
background-color: #1d63ff !important;
color: #fff !important;
}
.logo_img{
width: 230px;
margin: 10px auto;
}
.flogo{
width: 230px;
margin: 10px auto;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.modal-header .close {
    padding: 2px 5px;
    margin: 0rem 0rem 0rem auto;
  
}