@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Bold.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Medium.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Light.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Config Condensed';
    src: url('../fonts/ConfigCondensed-Regular.woff2') format('woff2'),
        url('../fonts/ConfigCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Bold.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Medium.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-Black.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*@font-face {
    font-family: 'Univers Next Pro';
    src: url('../fonts/UniversNextPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/UniversNextPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/
@font-face {
    font-family: 'Univers Next Cond Pro';
    src: url('../fonts/UniversNextPro-Cond.woff2') format('woff2'),
        url('../fonts/UniversNextPro-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}



.container{
    width: 1400px;
}
/* Navigation Section */ 
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-header h6 {
    font-size: 15px;
    text-align: right;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.navbar-default{
    position: absolute;
    width: 100%;
    left: 0;
    border-color: #284258;
    background-color: #284258;
    font-size: 14px;
    top: 0;
    border: none;
    margin:0;
    padding: 30px 0 10px;
    z-index: 120;
    border-radius: 0;
    box-shadow: 0 9px 9px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav{
    margin: 20px 0 0;
    float: right;
}
.navbar-default .navbar-nav>li{
    margin-right: 40px;
}
.navbar-default .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 10px 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Config Condensed";
    font-weight: 700;
    position: relative;
    color: #fff;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.navbar-default .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #d3d92b;
    left: 0%;
    width: 0;
    right: 0%;
    margin: auto;
    bottom: -0px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-default .navbar-nav>li.active>a:after,
.navbar-default .navbar-nav>li>a:hover:after{
    opacity: 1;
    width: 100%;
}
.navbar-default .navbar-nav>li:last-child a{
    margin-right: 0;
}
.navbar-default .navbar-nav>li:last-child a:after{
    display: none;
}

.navbar-default .navbar-nav>li>a.signup{
    background-color: #f25c05;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a.signup:hover{
    background: #d3d92b;
    color: #000;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background: transparent;
}

/* Toggle */
.navbar-toggle .icon-bar { background: #fff;transition: .5s ease;}
.navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}
.navbar-toggle.collapsed .icon-bar:nth-child(3){opacity:1}
.navbar-toggle.collapsed .icon-bar:nth-child(4){transform:rotate(0)translateY(0)translateX(0);}
.navbar-toggle .icon-bar:nth-child(2){transform: rotate(-45deg)translateY(5px)translateX(-5px);}
.navbar-toggle .icon-bar:nth-child(3){opacity: 0}
.navbar-toggle .icon-bar:nth-child(4){transform:rotate(45deg)translateY(-4px)translateX(-3px);}
.navbar-default .navbar-toggle{
    border-color: #f25c05;
    transition: all 0.3s ease;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #f25c05;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #f25c05;
    border-color: #f25c05;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
    background: #fff;
}
/* End Navigation CSS */




/* **** main-banner **** */
.main-banner{
    background-image: url(../images/hero.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    /*min-height: 100vh;*/
    height: 100%;
    width: 100%;
    padding: 200px 0 80px;
    position: relative;
}

.main-banner:before{
    position: absolute;
    content: "";
    height: 95%;
    width: 95%;
    top: 50%;
    left: 50%;
    border:2px solid rgba(255,255,255,0.32);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.main-banner .banner-text{
    padding:140px 0 0;
}
.main-banner .banner-text h3{
    font-size: 60px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
    font-family: "Config Condensed";
}
.main-banner .banner-text h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 110px;
    letter-spacing: -1px;
    color: #ffffff;
    line-height: 90px;
    margin: 0;
    font-weight: 800;
    text-align: center;
    letter-spacing: -1px;
    color: #ffffff;
    text-shadow: -2px 4px 2px rgb(0 0 0 / 30%);
    font-family: "Config Condensed";
}
.main-banner .banner-text a{
    background: #fff;
    border: 2px solid #d3d92b;
    font-size: 26px;
    font-weight: 700;
    color: #f25c05;
    border-radius: 12px;
    padding: 4px 30px;
    margin:60px auto 0;
    text-transform: uppercase;
    display: table;
    transition: all 0.3s linear;
    font-family: "Config Condensed";
}
.main-banner .banner-text a:hover{
    background: #d3d92b;
    color: #000;
}

.main-banner .banner-phone{
    position: relative;
    margin: 0 auto;
    display: table;
    position: relative;
}

.main-banner .banner-phone span{
    font-size: 14px;
    text-align: center;
    margin: 0 0 5px;
    display: block;
    color: #fff;
    font-style: italic;
    font-weight:300;
    font-family: "Config Condensed";
}
.main-banner .banner-phone .main-img{
    position: relative;
}
.main-banner .banner-phone .main-img img{
    width: 80%;
    margin: 0 auto;
}
.main-banner .banner-phone .main-img:before{
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    right: 0;
    background-image: url(../images/shadow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    opacity: 0.4;
    /*box-shadow: 0 0 9px rgba(0,0,0,0.8);*/
}
.message1{
    position: absolute;
  /*  background-image: url(../images/message1.svg);
    background-size: cover;
    background-position: 100% 8%;
    background-repeat: no-repeat;*/
    top: 20%;
    left: 31%;
    width: 85%;
    /*padding: 20px 30px 70px;*/
}
.message1 img{
    max-width: 100%;
}
.message1 p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: 'Helvetica Neue';
}

.message2{
    position: absolute;
    top: 60%;
    left:-3%;
    width: 85%;
    /*padding: 25px 40px 80px 20px;*/
}
.message2 img{
    max-width: 100%;
}
.message2 p{
    font-size: 18px;
    font-weight: 600;
    color: #434d4e;
    margin: 0;
    font-family: 'Helvetica Neue';
}



.main-banner .right-phone{
    margin-left: auto;
    margin-right: 0;
}
.main-banner .right-phone span{
    padding-left: 60px;
}
.main-banner .right-phone .main-img{
    margin-left: auto;
    margin-right:0 ;
}
.main-banner .right-phone .main-img img{
    margin-left: auto;
    margin-right: 0;
}
.main-banner .right-phone .main-img:before{
    margin-left: 30px;
}

.message3{
    position: absolute;
    top: 20%;
    left:30%;
    width: 100%;
    /*padding: 25px 20px 80px;*/
}
.message3 img{
    max-width: 100%;
}
.message3 p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-family: 'Helvetica Neue';
}

.bitmap{
    padding: 40px 0 0 60px;
}
.bitmap p{
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-family: "Config Condensed";
}
.bitmap img{
    width: auto;
    max-width: 50%;
    margin: 0 auto;
    display: table;
}
/* **** End main-banner **** */


/* **** colored_boxes **** */
.colored_boxes{
    background: #e6e7e8;
}
.colored_boxes ul li.box{
    float: left;
    width: 33.33%;
    position: relative;
    
}
.colored_boxes ul li.box:last-child{
    background-position: left;
}
.colored_boxes ul li.box:nth-child(2){
    background-position: center;
}
.colored_boxes ul li.box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: -6%;
    top: 0;
    bottom: 0;
    background-image: url(../images/string.png);
    background-position: right;
    background-repeat: no-repeat;

    /*background: rgba(0,0,0,0.80);*/
    /*transform: rotate(20deg);*/
    /*background: transparent;
    box-shadow: 9px 15px 5px 1px rgb(0 0 0 / 100%);
    transform: rotate(20deg);*/
}
.colored_boxes ul li.box:last-child:before{
    display: none;
}
.colored_boxes ul li.box:nth-child(2):before{
    right: -15%;
}



.colored_boxes ul li .colored-box{
    display: flex;
    padding: 60px 60px 60px 0;
    align-items: flex-end;
    position: relative;
}
.colored_boxes ul li:last-child .colored-box{
    padding: 60px 0 60px 60px;
}
.colored_boxes ul li .colored-box .box-img{
    width: 30%;
}
.colored_boxes ul li .colored-box .box-img img{
    max-width: 80%;
    margin: 0 auto 10px;
}
.colored_boxes ul li .colored-box .box-img h3{
    font-family: 'Univers Next Pro';
    font-size: 30px;
    letter-spacing: 0px;
    color: #284e5f;
    text-align: center;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 30px;
}
.colored_boxes ul li .colored-box .box-dt{
    padding-left: 25px;
    width: 70%;
}
.colored_boxes ul li .colored-box .box-dt ul li{
    letter-spacing: 0px;
    font-size: 23px;
    color: #284e5f;
    font-weight: 700;
    font-family: 'Univers Next Cond Pro';
    margin: 0 0 5px;
    position: relative;
    padding-left: 15px;
    font-style: italic;
}
.colored_boxes ul li .colored-box .box-dt ul li:before{
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    background: #284e5f;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* **** End colored_boxes **** */



/* **** what_is_string_ping **** */
.what_is_string_ping {
    position: relative;
    background: url(../images/whoarewe.jpg);
    min-height: 650px;
    background-position: center;
    text-align: left;
}
.iphone_hand {
    background: url(../images/iphone_hand.svg) no-repeat;
    min-height: 650px;
    background-size: contain;
    background-position: center 150px;
    margin-top: 80px;
}
.what_is_string_ping h1 {
    margin-top: 280px;
    color: #284258;
    font-weight: 800;
    font-size: 44px;
    text-align: left;
        font-family: "Config Condensed";
}
.divder-h, .divder-l {
    background: #d3d92b;
    width: 75px;
    height: 9px;
    margin: 20px;
    border-radius: 6px;
    margin: 20px 0px;
}
.marginbot {
    margin-bottom: 30px;
}
.what_is_string_ping p {
    font-size: 18px;
    font-weight: 600;
    color: #284258;
    margin: 0 0 30px;
    font-family: 'Univers Next Cond Pro';
}
.what_is_string_ping a {
    background-color: #f25c05;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: text-top;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.what_is_string_ping a:hover {
    background: #d3d92b;
}

/* **** End what_is_string_ping *** */


/* **** all_devices **** */
.all_devices {
    background: url(../images/multi_device.png) no-repeat;
    background-size: contain;
    min-height: 842px;
    background-position: right;
    margin: 100px;
}
.all_devices h2 {
    margin-top: 55px;
    color: #f25c05;
    font-weight: 600;
    font-size: 60px;
    text-align: left;
    font-family: "Config Condensed";
}
.all_devices p {
    font-size: 25px;
    width: 90%;
    text-align: left;
    font-weight: 500;
    font-family: 'Univers Next Cond Pro';
}
.all_devices a {
    background: #284258;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: text-top;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.all_devices a:hover {
    background: #d3d92b;
}
/* **** End all_devices **** */


/* **** start_sms **** */
.start_sms {
    background: url(../images/section5.jpg) no-repeat;
    background-size: cover;
    min-height: 842px;
    position: relative;
}
.start_sms h2 {
    margin-top: 100px;
    font-size: 48px;
    font-weight: 600;
    color: #284258;
    font-family: "Config Condensed";
}
.start_sms p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 40px;
    font-family: 'Univers Next Cond Pro';
}
.start_sms .unlimited {
    font-weight: bold;
    font-style: italic;
}
.start_sms .discover {
    margin-bottom: 40px;
    background-color: #244bbf;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: text-top;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.start_sms .discover:hover {
    background: #f25c05;
}
.start_sms .signup {
    background-color: #f25c05;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: text-top;
    letter-spacing: 2px;
    transition: all 0.3s linear;
}
.start_sms .signup:hover {
    background: #d3d92b;
}
/* **** End start_sms **** */


/* **** footer **** */
#footer {
    padding: 20px 0px;
    background: #284258;
    color: #fff;
}
#footer h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Config Condensed";
}

.divder-s-w {
    width: 30px;
    height: 3px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.6);
}
#footer li {
    font-size: 15px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
}
#footer li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s linear;
    font-family: 'Univers Next Cond Pro';
    font-size: 16px;
}

#footer li a:hover {
    color: #d3d92b;
}

.copyright {
    margin-top: 30px;
    padding: 30px 0px 10px 0px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    border-style: solid;
    border-width: 2px 0px 0px;
    -webkit-border-image: url(../images/border_hr.png) 2 0 0 repeat;
    -o-border-image: url(../images/border_hr.png) 2 0 0 repeat;
    border-image: url(../images/border_hr.png) 2 0 0 fill repeat;
}
#footer p {
    margin: 10px 0px 30px 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Univers Next Cond Pro';
}
#footer .copyright p {
    margin: 10px 0px;
}

/* **** End footer **** */

.col-sm-6.iphone_hand.one{order: 1;}
.col-sm-6.two{order: 2;}

/* ***** Featured Page ***** */
.inner-banner{
    position: relative;
    padding: 200px 0 50px;
    background: url('../images/inner-banner-back.jpg') center center no-repeat;
    background-size: cover;
}
.inner-row{
    position: relative;
}
.inner-title h1{
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.36);
    font-size: 114px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    font-family: "Config Condensed";
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.inner-title h1 img{
    margin-left:20px;
}
.banner-inner-dt{
    display: flex;
    align-items: flex-end;
}
.banner-inner-dt p{
    margin: 0;
    font-family: "Config Condensed";
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    min-width: 500px;
    max-width: 500px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.36);
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.inner-row img.bitlg{
    min-width: 110px;
    max-width: 110px;
    position: absolute;
    bottom:-40px;
    right: 0;
}


.features-lst-wrp{
    padding: 50px 0 0;
}
.features-lst-wrp .row{
    display: flex;
    flex-wrap: wrap;
}
.features-box{
    margin: 0 0 50px;
    display: flex;
}
.features-ic{
    min-width: 55px;
    margin-right: 15px;
}
.features-ic img{
    width: 100%;
}
.feature-dt h3{
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    margin: 0 0 10px;
}
.feature-dt p{
    margin: 0;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    max-width: 85%;
}
/* ***** End Featured Page ***** */

/* ***** Pricing Page ***** */
.pricing-plan-wrp{
    position: relative;
    padding: 80px 0;
}
.pricing-plan-wrp .container{
    max-width: 1250px;
}
.pricing-plan-wrp h2{
    color: #3598dc;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    margin: 0 0 35px;
}
.pricing-block{
    border:1px solid #e5e9ee;
    margin: 0 0 50px;
}
.pricing-block h3{
    padding: 20px;
    position: relative;
    background: #3598dc;
    display: block;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}
.pricing-block h3:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3598dc;
    bottom:-15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.pricing-block h2{
    font-size: 60px;
    font-weight: normal;
    color: #111;
    text-align: center;
    margin: 15px 0 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    padding: 0;
}
.pricing-block h2 span{
    font-size: 24px;
    margin-right: 5p;
}
.pricing-block  p{
    text-align: center;
    margin: 0 0 15px;
    font-size: 12px;
    color: #333;
}
.include-list{
    padding: 15px 60px;
    background: #f7f9fb;
    position: relative;
}
.include-list:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f7f9fb;
    bottom:-15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.include-list ul li{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #5c6d7e;
    padding: 5px 0;
    line-height:26px;
}
.include-list ul li i{
    min-width: 25px;
    margin-right: 15px;
    color: #6cade6;
}
.pricing-block h4{
    padding: 20px;
    position: relative;
    background: #8776a6;
    display: block;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
    color: #fff;
}
.pricing-block h4:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #8776a6;
    bottom:-15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.features-list-box{
    padding: 30px 60px 15px;
    position: relative;
    background: #f7f9fb;
}
.features-list-box:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f7f9fb;
    bottom:-15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}
.features-list-box li{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #5c6d7e;
    padding: 5px 0 5px 40px;
    line-height:26px;
}
.features-list-box li:before{
    position: absolute;
    content: "\f05d";
    font-family: 'FontAwesome';
    color: #26C281;
    font-size: 18px;
    font-weight: normal;
    top: 5px;
    left: 0;
}

.pricing-block .btn-group{
    padding:30px;
    width: 100%;
}
.pricing-block .btn-group .btn-main{
    padding: 8px 15px;
    color: #32c5d2;
    border: 1px solid #32c5d2;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.pricing-block .btn-group .btn-main:hover{
    background: #32c5d2;
    color: #fff;
}

.sms-addon-wrp h2{
    color: #e7505a;
}
.sms-addon-wrp .pricing-block h2{
    color: #111;
}
.sms-addon-wrp h3{
    background: #e7505a;
}
.sms-addon-wrp h3:after{
    border-top: 15px solid #e7505a;
}
.sms-addon-wrp .include-list ul li i{
    color: #e7505a;
}

.voice-addon-wrp h2{
    color: #32c5d2 ;
}
.voice-addon-wrp .pricing-block h2{
    color: #111;
}
.voice-addon-wrp h3{
    background: #e7505a;
}
.voice-addon-wrp h3:after{
    border-top: 15px solid #e7505a;
}
.voice-addon-wrp .include-list ul li i{
    color: #e7505a;
}
/* ***** End Pricing Page ***** */


/* ***** Login & Register Page **** */
.login-wrp{
    position: relative;
    width:100%;
    min-height: 650px;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
    background: url('../images/loginback.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.register-frm{
    height: auto;
    padding: 45px 0;
}
.enter-block{
    max-width: 400px;
    width: 100%;
}
.enter-logo img{
    margin: 0 auto 35px;
    width: 100%;
}
.enter-backbox{
    max-width: 340px;
    width: 100%;
    padding: 30px;
    background: rgba(255,255,255,0.30);
    margin: 0 auto;
}
.enter-backbox h1{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 25px;
}
.enter-backbox .form-group{
    margin: 0 0 20px;
    position: relative;
}
.enter-backbox .form-group .form-control{
    padding: 10px 15px 10px 40px;
    background: #fff;
    height: auto;
    border:none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    color: #333;
}
.enter-backbox .form-group i{
    color: #ced0d1;
    font-size: 18px;
    position: absolute;
    top: 12px;
    left: 15px;
}
.enter-backbox .btn-group{
    display: flex;
    align-items: flex-end;
    justify-content:flex-end;
    margin: 0 0 25px;
}
.enter-backbox .btn-group button{
    padding: 8px 20px;
    border: none;
    background: #64d1da;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.enter-backbox .btn-group button:hover{
    background: #fd5a2d;
    color: #fff;
}
.enter-backbox h5{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 15px;
}
.enter-backbox h6{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}
.enter-backbox h6 a{
    color:#64d1da;
}
.captchabox{
    display: flex;
    align-items: center;
}
.captchabox h4{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.captchabox span{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    min-width: 40px;
    text-align: center;
    margin: 0 5px;
}
.enter-backbox .form-group.captchabox .form-control{
    padding: 10px 5px;
    max-width: 55px;
    margin-left: 15px;
    text-align: center;
    color: #111;
}
.register-frm .enter-backbox .btn-group{
    margin: 0;
}
/* ***** End Login & Register Page **** */

/* ***** Terms & Condition Page ***** */
.terms-wrp{
    padding: 60px 0;
}
.terms-wrp h2{
    font-size: 24px;
    font-weight:600;
    color: #111;
    margin: 0 0 20px;
}
.terms-block{
    margin: 0 0 35px;
    padding: 0 30px;
}
.terms-block p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    margin: 0 0 15px;
}
.terms-block p:last-child{
    margin: 0;
}
.terms-block ul{
    margin: 0 0 15px;
}
.terms-block ul li{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    padding: 3px 0 3px 20px;
    position: relative;
}
.terms-block ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
/* ***** End Terms & Condition Page ***** */

/* ***** Privacy Policy Page ***** */
.privacy-wrp{
    padding: 60px 0;
}
.privacy-wrp h2{
    font-size:30px;
    font-weight: 500;
    color: #111;
    margin: 0 0 25px;
}
.privacy-wrp p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    margin: 0 0 25px;
}
.privacy-wrp h3{
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0 0 20px;
}
.privacy-wrp h4{
    font-size: 18px;
    font-weight:500;
    color: #111;
    line-height: 28px;
    margin: 0 0 15px;
}
.privacy-wrp ul{
    margin: 0 0 25px;
}
.privacy-wrp ul li{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
    padding: 3px 0 3px 20px;
    position: relative;
}
.privacy-wrp ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    left: 0;
    top: 17px;
}
.privacy-wrp ul li strong{
    font-weight: bold;
}
/* ***** End Privacy Policy Page ***** */


/* ***** About Page ***** */
.abt-pg-wrpper{
    padding: 200px 0 100px;
}
.abt-pg-wrpper h2{
    font-size: 114px;
    font-weight: bold;
    color: #336083;
    margin: 0 0 60px;
    font-family: "Config Condensed";
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.abt-pg-wrpper h2 img{
    margin-left:20px;
}
.abt-img img{
    width: 100%;
}
.abt-data{
    padding: 0 0 0 60px;
}
.abt-data p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    margin: 0 0 20px;
}
/* ***** End About Page ***** */