html,body{
    margin:0;
    padding:0;
    background: #f4f4f4 ;
    font-family:Verdana,Arial;    
    overflow-x: hidden;   
    -webkit-overflow-scrolling: touch;
    -webkit-appearance: none;
}

#page
{
    width:100%;
    float:left;
    margin:0px 0px 0px 0px;
    height:100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f4f4f4 ;
    -webkit-appearance: none;
}
#contentPlanFrame{
    display:none;  
}
#SmlContentPlanFrame{
    display:none;    
}

.header
{
    width: 100%;
    float: left;
    background: rgba(251, 251, 251, 0.97);
    height: 60px;
    position: relative;
    border-radius: 0px;
    z-index: 1;
    border-bottom: 1px solid #c0d6e2;
    box-shadow: 0px 0px 10px #7f7f7f;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 98.5%;
    z-index: 100;
}

.header table
{
    width: 100%;
    height: 80%;
    padding: 12px 10px 1px 10px;
    margin: 0px;
}

.linkLogin{    
    color: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    width: 100px;
    cursor: pointer;
    border: 1px solid #44acff;
    text-align: center;
    box-shadow: 0px 0px 3px #a7a4a4;
    background-color: #47b6ff;
}

.linkSignUp{
    background-color: #868686;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    width:100px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #7d7d7d;
    box-shadow: 0px 0px 3px #a2a2a2;
}

.linkSignUp:hover{
    background-color: #6f6f6f;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    width:100px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 1px #d5d5d5;
    border: 1px solid #5a5a5a;
}

.linkLogin:hover{
    background-color: #2d9ce6;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    width:100px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #2f8ed4;
    box-shadow: 0px 0px 1px #1a6c8d;
}



.header table .heading{
    color:#55BCFF;
    font-size: 14px;
}

.drpDown{
    position: absolute;
    width: 170px;
    color: #fff;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 13px;
    background-color: #fff;
    z-index: 10;
    display: none; 
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow: 0px 0px 5px #797979;
    border-radius: 5px;
    height: 96px;
    border: 1px solid #1f82a9;

}

.header .drpDownMenu {
    width: 100%;
    text-align: left;
    float: left;
    margin-left: 1px;
    line-height: 30px;
    border-radius: 3px;
    margin-top:1px;
}

.header ul{
    height: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;    
}
.header .drpDownMenu a{
    margin: 5px 2px 5px 6px;
    display: initial;
    color:#208db7;
    font-size: 13px;
    text-decoration: none;
    outline:none;
}

.header .drpDownMenu a:hover{
    color:#fff;
    font-size: 13px;
}
.header .drpDownMenu:hover {
    width:99%;
    text-align: left;
    background-color: #208db7;   
    float: left;
    color:#fff;
    cursor: pointer;
    font-size: 13px;
}
.header .drpDownMenu:hover a{
    color:#fff;
}

.inputBox{
    border-radius:6px; background-color:#FFF;height: 28px;padding-left: 5px; border-bottom: 1px solid #75ccd9;outline: none;border-left:0;border-top:0;border-right:0; width:230px;
}
.inputBox:focus{
    box-shadow: 0 1px 0px #75ccd9;
}
.heading img{
    float: left;
    /*    display: block;*/
    /*    padding: 0px 0px 0px 0px;*/

}
.heading span{
    font-family: Verdana,Arial;
    color: #55BCFF;
    float: left;
    font-size: 15px;
    text-align: left;
    display: block;
    padding: 11px 5px 8px 10px;
}
.mapper{
    padding: 0px 5px 8px 0px; 
}

#contentFrame{
    width: 100%;
    height: 450px;
    margin-top: 60px;
    background-color: #fff;
    background-image: url('/resources/images/loginBackground.png');
    border-radius: 1px;
    position:relative;
    text-align: center;
}

.contentPlanFrameClss{
    width: 100%; 
    height: auto;
    margin-top: 0px;
    background-color: #fcfcfc;
    border-radius: 1px;
    position:relative;
    text-align: center;
}


.contentPlanFrameClss > div{
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#mservicePlanDiv{
    width: 100%;
    margin: 0px auto 0px auto;
    background-color: white;
    text-align: left;
    font-size: 15px;
    border-radius: 0px;
    padding: 0px 0px 10px 0px;
}

.servicePlanDivBig{
    width: 620px;
    margin: 0px auto 0px auto;
    background-color: white;
    text-align: left;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px;
}

.rightDiv{
    width: 220px;
    height:420px;
    box-shadow: 0px 0px 4px #cccccc;
    margin: 12px auto 0px auto;
    background-color: white;
    text-align: left;
    font-size: 15px;
    border-radius: 4px;
    padding: 5px;
}

.mrightDiv{
    width: 280px;
    height: 320px;
    box-shadow: 0px 0px 4px #cccccc;
    margin: 12px auto 10px auto;
    background-color: white;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    padding: 5px;
}

.rightP{
    box-shadow: 0px 0px 3px #cccccc;
    margin: 10px 10px 10px 15px;
    padding: 10px;
    color: #868686;
}



.planSpan{
    font-size: 14px;
    color:  #FF9800;
    font-weight: normal;
    font-family: Verdana;
}

.noPlanSpan{
    font-size: 14px;
    color: #868686;
    font-weight: normal;
    font-family: Verdana;
}

.tenureSpan{
    font-size: 14px;
    color:  #FF9800;
    font-weight: normal;
    font-family: Verdana;
}
.checkoutBtn{
    margin: 15px 20px 0px 20px;
    color: #fff;
    background: #4CAF50;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #afafaf;
    padding: 8px 52px 8px 52px;
}
.mcheckoutBtn{
    margin: 15px 15px 0px 15px;
    color: #fff;
    background: #8ace74;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #afafaf;
    padding: 8px 92px 8px 92px;
    -webkit-appearance: none;
}

.mBuyBtn{
    margin: 15px 15px 0px 15px;
    color: #fff;
    background: #4CAF50;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #afafaf;
    padding: 8px 20px 8px 20px;
    -webkit-appearance: none;
}

.mBuyBtn:hover{
    margin: 15px 15px 0px 15px;
    color: #fff;
    background: #429845;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #afafaf;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    -webkit-appearance: none;
}

.checkoutBtn:hover{
    margin: 15px 20px 0px 20px;
    color: #fff;
    background: #429845;;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #b2b2b2;
    padding: 8px 52px 8px 52px;
    cursor: pointer;
}

.priceSpan{
    font-size: 14px;
    color: #d54c21;
    font-weight: normal;
    font-family: Verdana;
}

.checkoutTile{
    width: 100%;
    height: 30px;
    border-radius: 2px;
    box-shadow: 0px 2px 5px #aaa7a7;
    background: #49b3f9;
}
.checkoutTile label{
    padding: 8px;
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;    
}
.orCls{  
    box-shadow: 0px 0px 0px #fff;
    margin: 0px auto 10px auto;
    padding: 15px 10px 0px 10px;
    color: #818181;
    text-align: center;
}

.cnterP{  
    box-shadow: 0px 0px 0px #fff;
    color: #818181;
    text-align: center;
}

.trialP{   
    margin: 0px 10px 10px 15px;
    padding: 0px 10px 5px 10px;
    color: #009688;
    font-weight: normal;
    font-size: 12px;
}

.trialBtn{
    margin: 0px 20px 0px 25px;
    color: #fff;
    background: #49b3f9;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 4px #a1a1a1;
    padding: 6px 30px 6px 30px;
        -webkit-appearance: none;
}

.trialBtn:hover{
    margin: 0px 20px 0px 25px;
    color: #fff;
    background: #3ea1e3;
    border: none;
    border-radius: 1px;
    outline: none;
    box-shadow: 0px 0px 3px #676767;
    padding: 6px 30px 6px 30px;
    cursor: pointer;
        -webkit-appearance: none;
}
.servicePlanDivBig td{
    padding:3px;
}

.servicePlanDivBig .centerTd{
    padding:3px;
    /* text-align:center; */
}

.servicePlanDivBig .headingTbl{
    width: 100%;
    font-size: 15px;
    box-shadow: 0px 0px 1px #aaa7a7;
    border-radius: 2px;
    padding: 8px;
    background: #fcfcfc;
    color: #00BCD4;
    border: 1px solid #fcfcfc;
}
.servicePlanDivBig select{
    border-radius: 2px;
    background: #FBFBFB;
    padding-left: 5px;
    border: 0;
    outline: none;
    border: 1px solid #d5d5d5;
    display: inline-block;
    width: 220px;
    font-size: 13px;
    height: 32px;
    color: #767474;
    -webkit-appearance: none;
}

.servicePlanDivBig select:focus{
    border:1px solid #55BCFF;
    background:#FFF; 
    -webkit-appearance: none;
}
.plantable{
    margin-top: 12px;
}
.plantable .divTbl{
    display:none;width:92%;margin: 0px auto 0px auto;
}
.servicePlanDivBig .plantable table{
    border-spacing: 0px;
    width: 100%;
}
.servicePlanDivBig .plantable td{
    border: 1px solid #f5f5f5;
    padding: 5px 8px 5px 10px;
    font-size: 12px;
    color: #4c4c4c;
    width: 150px;
}

.servicePlanDivBig .plantable td > div{
    display: inline-block;
}

.servicePlanDivBig .plantable td a{
    font-size: 12px;
    text-decoration: none;
    color: #02a5b9;
    outline:none;
}

.servicePlanDivBig .plantable td a:hover{
    font-size: 12px;
    text-decoration: underline;
    color: #02a5b9;
}

.servicePlanDivBig .mcustomPlan{
    font-size: 11px;
    margin: 5px 5px 5px 15px;
    text-align: left;
    color: #767474;   
    padding: 12px 5px 12px 15px;    
}

.servicePlanDivBig .customPlan{
    font-size: 14px;
    margin: 8px 10px 8px 15px;
    text-align: left;
    color: #767474;   
    padding: 12px 5px 12px 15px;   
}

.servicePlanDivBig .customPlan a{
    color: #0eb1c6;
    text-decoration: none;   
    outline:none;
}

.servicePlanDivBig .mcustomPlan a{
    color: #0eb1c6;
    text-decoration: none;
    outline:none;

}

.servicePlanDivBig .plantable .planHeader{
    background-color: #75C8FF;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 14px;
    color: #fff;
    box-shadow: 0px 0px 1px grey;
    /* border-top-right-radius: 20px; */
    border-radius: 2px;
}

.servicePlanDivBig .plantable .planHeaderSilver{
    background-color: #75c8ff;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    height: initial;
    font-size: 14px;
    color: #ffffff;
    width: 90px;
    box-shadow: 0px 0px 1px grey;
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 18px; */
    border-radius: 2px;
}

.servicePlanDivBig .plantable .planHeaderGold{
    background-color: #d4cf3e;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 14px;
    width: 90px;
    color: #FFF;
    box-shadow: 0px 0px 6px grey;
    border-top-left-radius: 3px;
    border-top-right-radius: 18px;
}
.servicePlanDivBig .plantable .planHeaderPlatinum{
    background-color: #75c8ff;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    width: 90px;
    box-shadow: 0px 0px 1px grey;
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 18px; */
    border-radius: 2px;
}

.servicePlanDivBig .plantable .planHeaderTrial{
    background-color: #87cc89;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 14px;
    color: #fff;
    width: 90px;
    box-shadow: 0px 0px 6px grey;
    border-top-left-radius: 3px;
    border-top-right-radius: 18px;
}

/*for smal device*/
.servicePlanDivBig .plantable .mplanHeaderSilver{
    background-color: #f1f1f1;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    width:99%;
    font-size: 15px;
    color: #807f7f;
    cursor:pointer;
    box-shadow: 0px 0px 4px grey;
    border-radius: 3px;
}

.servicePlanDivBig .plantable .mplanHeaderGold{
    background-color: #50baff;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 15px;
    width:99%;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #b7b7b7;
    cursor:pointer;
}
.servicePlanDivBig .plantable .mplanHeaderPlatinum{
    background-color: #fbfbfb;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 15px;
    color: #807f7f;
    width:99%;
    border-radius: 3px;
    box-shadow: 0px 0px 4px grey;
    cursor:pointer;
}

.servicePlanDivBig .plantable .mplanHeaderTrial{
    background-color: #87cc89;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    border: 0;
    font-size: 15px;
    color: #fff;
    width:99%;
    border-radius: 3px;
    box-shadow: 0px 0px 4px grey;
    cursor:pointer;
}
/****---****/
/***-price div-***/
.servicePlanDivBig .plantable .price{
    background-color: #f6f6f6;
    line-height: 20px;
    border: 0;
    width:90%;
    font-size: 15px;
    color: #2196F3;
    float:right;
    font-family:serif;
    font-family: Arial;
}

.servicePlanDivBig .plantable .basicPrice{
    background-color: #f6f6f6;
    line-height: 20px;
    border: 0;
    font-size: 15px;
    color: #2196F3;
    float:right;
    font-family:serif;
    font-family: Arial;
}

.servicePlanDivBig .plantable .goldPrice{
    background-color: #d4cf3e;
    line-height: 20px;    
    border: 0;
    font-size: 15px;
    color: #fff;  
    float:right;
    font-family:serif;
    font-family: Arial;
}

.servicePlanDivBig .plantable .platinumPrice{
    background-color: #fbfbfb;
    line-height: 20px;   
    border: 0;
    font-size: 15px;
    color: #807f7f;    
    float:right;
    font-family:serif;
    font-family: Arial;
}

.servicePlanDivBig .plantable .premiumPrice{
    background-color: #f6f6f6;
    line-height: 20px;
    border: 0;
    font-size: 15px;
    color: #2196F3;
    float:right;
    font-family:serif;
    font-family: Arial;
}

.servicePlanDivBig .plantable .tbl{
    float: none;
    width: inherit;
    box-shadow: 0px 0px 1px grey;
    /* border-bottom-left-radius: 3px; */
    /* border-bottom-right-radius: 5px; */
    border-radius: 2px;
}

/**--**/
.servicePlanDivBig .optionTbl{
    width: 100%;
    font-size: 14px;   
    border-radius: 4px;
    padding: 10px 10px 0px 10px;
}

.servicePlanDivBig .featureTbl{
    width: 100%;
    font-size: 14px;   
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
}

/*.servicePlanDivBig .featureTbl tbody{
  display:none;
}*/

.planTitle{

}

#contentFrame .contentBox{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 0px;
    position: absolute;
    display: none;
}

#contentFrame .slideDir{
    width: 100%;
    height: 100%; 
    background-color: transparent;
    border-radius: 0px;
    margin-top: 425px;
    position: absolute;   
}

#contentFrame .text{
    margin-top: 150px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.content{
    width: 99.8%;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: #fff;
    border-radius: 2px;
    padding: 0px 0px 80px 0px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px grey;
}

.content .contHeading{
    padding: 25px;
    margin: 1px auto 1px auto;
    border: 1px solid #f9f9f9;
    background-color: #fdfdfd;
    border-radius: 4px;
    color: #5d5d5d;
    font-size: 22px;
    /* box-shadow: 3px 3px 8px #dedede; */
    font-weight: normal;
}


.content .contSmlHeading{
    padding: 10px 20px 10px 20px;
    margin: 1px auto 1px auto;
    border: 1px solid #f3f1f1;
    background-color: #fdfdfd;
    border-radius: 4px;
    color: #5d5d5d;
    font-size: 20px;
    box-shadow: 5px 5px 10px #dedede;
    font-weight: bold;
}

.content .contSmlHeading a{
    padding: 10px 20px 10px 20px;
    margin: 1px auto 1px auto;
    border: 1px solid #f3f1f1;
    background-color: #fdfdfd;
    border-radius: 4px;
    color: #5d5d5d;
    font-size: 20px;
    box-shadow: 5px 5px 10px #dedede;
    font-weight: bold;
    outline:none;
}

.companyContent{
    width: 99.8%;
    height: auto;
    margin: 10px auto 0px auto;
    background-color: #fff;
    border-radius: 2px;
    padding: 50px 0px 15% 0px;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 10px grey;
}

.companyContent .contHeading{
    padding: 25px;
    margin: 1px auto 1px auto;
    /* border: 1px solid #f3f1f1; */
    background-color: #47b6ff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 22px;
    /* box-shadow: 3px 3px 8px #dedede; */
    font-weight: normal;
}

.companyContent .contSmlHeading{
    padding: 10px 20px 10px 20px;
    margin: 1px auto 1px auto;
    border: 1px solid #f3f1f1;
    background-color: #fdfdfd;
    border-radius: 4px;
    color: #5d5d5d;
    font-size: 20px;
    box-shadow: 5px 5px 10px #dedede;
    font-weight: bold;
}

.companyContent .contSmlHeading a{
    padding: 10px 20px 10px 20px;
    margin: 1px auto 1px auto;
    border: 1px solid #f3f1f1;
    background-color: #fdfdfd;
    border-radius: 4px;
    color: #5d5d5d;
    font-size: 20px;
    box-shadow: 5px 5px 10px #dedede;
    font-weight: bold;
    outline:none;
}

.cmpnyTbl{
    border: 1px solid #cce7ea;
    width:320px;
    margin: 0px auto 0px auto;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #efefef;
    margin-top:20px;
}

.cmpnyTbl a{
    font-size: 11px !important;
    color:#2BABFF !important;
    text-decoration: none;
    text-align: left;
    float:none !important;
}

.cmpnyTbl a:hover{
    font-size: 11px;
    color:#2BABFF !important;
    text-decoration: underline !important;
    text-align: right;
}

.frontBtns{
    text-align: left;
    margin-left: 50px;
}

.frontBtns > div {
    margin-left: 0px;
    width: 200px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
}
.header .smlMenu{
    width: 100%;
    float: left;
    background: rgba(251, 251, 251, 0.99);
    height: 40px;
    position: relative;
    border-radius: 0px;
    display:none;
    margin-top: 10px;
    border-bottom: 1px solid #55bcf7;
    box-shadow: 0px 1px 2px #b2b2b2;

}


#footer{
    height:auto;
    border-top:1px solid #bedff9;
    background-color: #f7f6f6;
    text-align: center;
    /* box-shadow: 0px 0px 10px grey; */
}

#footer a{
    text-decoration: none;
    color: #545454;
    font-size: 11px;
    outline:none;
    /* padding: 0px; */
}
#footer a:hover{
    text-decoration: underline;
    color: #5eb7ef;
    font-size: 11px;
}

#footer > div table{
    text-align: left;
    width: 100%;
}
#footer > div{
    width: 180px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin: 15px auto 12px auto;
    border: none;
    color: #5eb7ee;
    padding: 0px 50px 0px 50px;
    font-size: 12px;
    line-height: 15px;
    background-color: #f7f6f6;
}


@media only screen and (min-width: 1px) and (max-width: 640px){  
    #contentPlanFrame{
        display:none;  
    }
    #SmlContentPlanFrame{
        display:block;    
    }
    .headingContBold{
        text-align: center !important;
        margin-left: 0px !important;
        transition:text-align 0.5s linear ;
    }
    .headingContNormal{
        text-align: center !important;
        margin-left: 0px !important;
        transition:text-align 0.5s linear ;
    }
    .frontBtns{
        text-align: center;
        margin-left: 0px;
        transition:text-align 0.5s linear ;
    }
    #contentFrame .text{
        margin-top: 120px;
        margin-left: 0px;
        margin-bottom: 40px;
        transition:margin-left 0.5s linear ;
    }
    .servicePlanDivBig{
        width: 90%;
        margin: 0px auto 0px auto;
        background-color: white;
        text-align: left;
        font-size: 15px;
        border-radius: 4px;
        padding: 10px;
    }
    .servicePlanDivBig select{
        width:260px;
        text-align:center;
        margin: 0px auto 0px auto;
        -webkit-appearance: none;
    }
    #footer a{
        text-decoration: none;
        color: #545454;
        font-size: 11px;
        outline:none;  
    }
    #footer a:hover{
        text-decoration: underline;
        color: #5eb7ef;
        font-size: 11px;
    }
    .content > div {
        width: 150px;
        height: 150px;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        margin: auto;
        margin: 9px 5px 9px 5px;  
        cursor:pointer;
    }
    .content > div:hover{       
        border-radius: 8px;
        background-color: #fbfbfb;
        box-shadow: 0px 0px 6px #c4c4c4;
        transition: box-shadow 0.5s;
    }

    .infoImg {
        padding: 1px;
        height:70px !important;
        border-radius: 10px;
    }
    .feature_wrap>div{
    width: 340px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin: auto;
    line-height: 25px;
    margin: 5px auto 5px auto;
    cursor: auto;
    padding: 5px 15px 5px 15px;
    }
    .f_img{
     border: 1px solid #c1c1c1;
     box-shadow: 0px 0px 4px #afafaf;
     padding: 4px;
     height:200px;
    }
}  
    

@media only screen and (min-width: 641px) and (max-width: 1100px){
    #contentPlanFrame{
        display:block;  
    }
    #SmlContentPlanFrame{
        display:none;    
    }
    .content > div {
        width: 220px;
        height: 200px;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        margin: auto;
        margin: 10px 7px 10px 7px;
        cursor: pointer;
    }
    .content > div:hover{       
        border-radius: 8px;
        background-color: #fbfbfb;
        box-shadow: 0px 0px 6px #c4c4c4;
        transition: box-shadow 0.5s;
    }
    .feature_wrap>div{
    width: 480px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin: auto;
    line-height: 25px;
    margin: 5px auto 5px auto;
    cursor: auto;
    padding: 5px 15px 5px 15px;
}  

.f_img{
     border: 1px solid #c1c1c1;
     box-shadow: 0px 0px 4px #afafaf;
     padding: 4px;
     height:320px;
    }

}

@media only screen and (min-width: 1101px){
    #contentPlanFrame{
        display:block;  
    }
    #SmlContentPlanFrame{
        display:none;    
    }
    .content > div {
        width: 180px;
        height: 160px;
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        margin: auto;
        margin: 25px 15px 25px 15px;
        cursor:pointer;
    }
    .content > div:hover{
        border-radius: 8px;
        background-color: #fbfbfb;
        box-shadow: 0px 0px 6px #c4c4c4;
        transition: box-shadow 0.5s;
    }
    .feature_wrap>div{
    width: 490px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin: auto;
    line-height: 25px;
    margin: 5px auto 5px auto;
    cursor: auto;
    padding: 5px 15px 5px 15px;
}  
.f_img{
    border: 1px solid #c1c1c1;
    box-shadow: 0px 0px 4px #afafaf;
    padding: 4px;
    height: 300px;
    }
}


@media only screen and (min-width: 1px) and (max-width: 640px){

    .logoImg{
        height: 22px;
        cursor:pointer;
    }

    .mnu{
        display:block;
        padding: 5px 0px 0px 0px;
        cursor: pointer;
    }
    .linkSml{
        color:#55BCFF;
        text-decoration: none;
        font-size: 12px;
        padding: 4px 5px 16px 5px;
        width:60px;
        background: transparent;
        cursor: pointer;
        text-align: center;
    }

    .linkSml_selected{
        color: #55BCFF;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        width:60px;
        text-align: center;
        border-bottom: 3px solid #55BCFF;       
    }    

    .linkSml:hover{
        color: #55BCFF;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;
    }
    .link{
        color:#696969;
        text-decoration: none;
        font-size: 12px;
        padding: 0px;
        width:70px;
        background: transparent;
        cursor: pointer;
        text-align: center;
        display: none;
    }
    .link:hover{
        color: #55BCFF;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;
        display: none;
    }
    .linkLogin{
        box-shadow: 0px 0px 3px #a7a4a4;
        background-color: #47b6ff;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none;
        font-size: 11px;
        padding: 0px;
        width:64px;
        cursor: pointer;
        text-align: center;
    }

    .linkSignUp{
        background-color: #868686;
        color: #fff;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        text-decoration: none;
        font-size: 11px;
        padding: 0px;
        width:64px;
        cursor: pointer;
        text-align: center;
    }

    .linkSignUp:hover{
        background-color: #6f6f6f;
        color: #fff;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        text-decoration: none;
        font-size: 11px;
        padding: 0px;
        width:64px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 1px #d5d5d5;
    }

    .linkLogin:hover{
        background-color: #2d9ce6;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none;
        font-size: 11px;
        padding: 0px;
        width:64px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 1px #d5d5d5;
    }
}

@media only screen and (min-width: 641px) and (max-width: 890px) {
    #contentPlanFrame{
        display:none;  
    }
    #SmlContentPlanFrame{
        display:block;    
    } 
    .servicePlanDivBig{
        width: 400px;
        margin: 0px auto 0px auto;
        background-color: white;
        text-align: left;
        font-size: 15px;
        border-radius: 4px;
        padding: 10px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {

    .logoImg{
        height:22px; 
        cursor:pointer;
    }

    .mnu{
        display:none;
    }

    .link{
        color:#696969;
        text-decoration: none;
        font-size: 12px;
        padding: 0px;
        width:70px;
        background: transparent;
        cursor: pointer;
        text-align: center;
    }
    .link:hover{
        color: #55BCFF;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;
    }
    .linkLogin{
        box-shadow: 0px 0px 3px #a7a4a4;
        background-color: #47b6ff;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none;
        font-size: 13px;
        padding: 0px;
        width:80px;
        cursor: pointer;
        text-align: center;
    }

    .linkSignUp{
        background-color: #868686;
        color: #fff;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        text-decoration: none;
        font-size: 13px;
        padding: 0px;
        width:80px;
        cursor: pointer;
        text-align: center;
    }

    .linkSignUp:hover{
        background-color: #6f6f6f;
        color: #fff;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        text-decoration: none;
        font-size: 13px;
        padding: 0px;
        width:80px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 1px #d5d5d5;
    }

    .linkLogin:hover{
        background-color: #2d9ce6;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        text-decoration: none;
        font-size: 13px;
        padding: 0px;
        width:80px;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 0px 1px #d5d5d5;
    }

}

@media only screen and (min-width: 980px) {

    .logoImg{
        height:28px;
        cursor:pointer;
    }

    .mnu{
        display:none;
    }

    .link{
        color: #696969;
        text-decoration: none;
        font-size: 14px;
        padding: 0px;
        width:100px;
        background: transparent;
        cursor: pointer;
        text-align: center;
    }
    
    .link_home{
        color: #696969;
        text-decoration: none;       
        padding: 0px;
        width:30px;
        background: transparent;
        cursor: pointer;
        text-align: center;
    }
    .link_home:hover{
         color: #55BCFF;
        text-decoration: none;        
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;        
    }

    .link_selected{
        color: #55BCFF;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;
        width:100px;
    }
    .link:hover{
        color: #55BCFF;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        border-bottom: 3px solid #55BCFF;
    }
}

.headingContBold{
    font-size: 32px;
    margin-left: 10px;
    color: #55BCFF;
    font-weight: normal;
    text-align: left;
}

.headingContNormal{
    font-size: 15px;
    margin-left: 10px;
    color: #55BCFF;
    font-weight: normal;
    text-align: left;
}

.getStarted{
    font-family: Verdana;
    font-size: 15px;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border: solid 1px #218cb5;
    background: #208db7;
    border-radius: 2px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0px 0px 7px #2f2f2f;
    width: 170px;
    height: 34px;
    -webkit-appearance: none;

}

.getStarted:hover {
    box-shadow: 0px 0px 5px #2f2f2f;
    background-color: #1d7fa5;
    color: #fff;
    cursor: pointer;
    border: 1px solid #1d799c;
    -webkit-appearance: none;
}

.content p{
    font-size: 16px;
    margin-left: 10px;
    color: #55BCFF;
    font-weight: normal;
}


.content table{
    font-size: 11px;
    padding:15px;
    text-align: center;
}

.content table td{
    font-size: 14px;
    padding:5px;
    text-align: left;
    color:#55bcff;
}

.content label{
    font-size: 12px;
    margin-left: 10px;
    color: #4E4D4A;
    font-weight: normal;
}

.content select
{
    padding:5px;
    margin-bottom:4px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background: #fff;
    color: #666666;
    border:none;
    border: 1px solid #d5d5d5;
    display: inline-block;
    height:30px;
    width: 175px;
    font-size: 11px;
}

.content select:focus
{
    border:0;
    outline: #55BCFF;
    border: 1px solid #55BCFF;
}

.button {
    margin-left:15px;
    padding: 4px 10px 4px 10px;
    font-family: Verdana;
    font-size:11px;
    font-weight:normal;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #585b58;
    border: solid 1px #55BCFF;
    background: #F9F9F9;
    border-radius: 2px;
    font-weight: normal;
}
.button:hover {
    box-shadow: 0px 0px 2px #b7b7b7;
    background-color: #55BCFF;
    color:#fff;
    cursor: pointer;
}
#errorDisplay{
    width:80%;
    height:80%;
    margin-left:10%;
    margin-top:1%;
    background-color: #fff;
    color : #278fb3;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.errorText{
    color : #eb4f44;
    font-size:14px;
    margin-left:0px;
    font-weight: normal;
    padding: 10px;
    margin-top: 55px;
}

.errorText span{
    color : #eb4f44;
    font-size:12px;
}
.errorText a{
    text-decoration: none;
    color:#278fb3;
    font-size:14px;
}

.label_er{
    font-size: 9px;
    font-weight: normal;
    color: #c80404;
    line-height: 1px;
    margin-top: 6px;
}

#popUps{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #000;
    z-index: 9;
    text-align: center; 
    display:none;
}

.infoPopUp {  
    z-index: 10;
    padding: 1px 2px 1px 1px;
    color: #4a6769;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    background-color: #F2F2F2;
    filter: alpha(opacity=99);
    opacity: 0.99;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: none;
    box-shadow: 0px 0px 12px #b7b7b7;
    cursor: pointer;
    margin: 30px auto 0;
    text-align: center;
    width: 660px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -330px;
    margin-top: -180px;    
}

.pop_header{
    margin-top:0px;
    margin-left:0px;
    color: #77BEFF;
    height: 35px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    background-color: #505050;
    filter: alpha(opacity=100);
    opacity: 1;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;   
}

.pop_label {
    color: #77BEFF;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    float: left;
    padding: 8px;
}

.comnTbl table
{

    width:99.5%;
    margin: 15px auto 0px 2px;
    position:relative;
}


.comnTbl tr
{       
    width: 100%;
    line-height:22px;
    text-align:left;
}

.comnTbl td
{
    line-height:22px;
    padding:2px;
    font-size:11px;
    margin: 0px 0px 0px 0px;
    text-align:left;
    text-decoration:none;
    color:#585b58;
    font-weight:normal; 
}
.comnTbl .cntr
{
    line-height:22px;
    padding:2px;
    font-size:11px;
    margin: 0px 0px 0px 0px;
    text-align:center !important;
    text-decoration:none;
    color:#585b58;
    font-weight:normal; 
}

.comnTbl td a
{
    line-height:30px;
    padding:3px;
    font-size:16px;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
    text-align: left;
    float:right;
    color:#585b58;
    font-weight:normal; 
}
.comnTbl td a:hover
{
    text-align:left;
    text-align:left;
    text-decoration:none;
    color: #1C1C1C; 
}

.comnTbl td select
{
    padding:5px;
    margin-bottom:4px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background: #fff;
    color: #666666;
    border:none;
    border: 1px solid #d5d5d5;
    display: inline-block;
    height:46px;
    width: 175px;
    font-size: 11px;
}

.comnTbl td input[type="text"],input[type="password"]
{
    padding:3px;
    margin-top:0px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #fff;
    padding-left: 5px;
    border:0;
    outline: none;
    border: 1px solid #d5d5d5;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    -webkit-appearance: none;
}
.comnTbl td input[type="text"]:focus
{
    border:0;
    outline: #55BCFF;
    border: 1px solid #55BCFF;
}

.comnTbl td input[type="textarea"]:focus
{
    border:0;
    outline: #55BCFF;
    border: 1px solid #55BCFF;
}
.comnTbl td select:focus
{
    border:0;
    outline: #55BCFF;
    border: 1px solid #55BCFF;
}

.comnTbl td input[type="checkbox"]
{
    padding:0px;
    margin-top:0px;
}

.comnTbl td select:options
{
    color: #00FF00;
}
.tfbutton3 {
    margin-left:4px;
    padding: 7px 20px 8px 20px;
    font-family: Verdana;
    font-size:13px;
    font-weight:normal;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: solid 1px #75C8FF;
    background: #55BCFF;
    border-radius:1px;
    -webkit-appearance: none;
}
.tfbutton3:hover {
    background-color:#2BABFF;
    -webkit-appearance: none;
}

.tfbutton3Dsbld {
    margin-left: 4px;
    padding: 7px 20px 8px 20px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    cursor: not-allowed;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: solid 1px #acdbfb;
    background: #b8dff9;
    border-radius: 1px;
    -webkit-appearance: none;
}

.errorMsg{
    margin-top: 0px;
    text-align: center;
    border: 1px solid #f1d4d4;
    background: #fdebeb;
    color: #e46d6d;
    width: 98%;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 1px 10px 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none; 
    margin-left: 2px;
    z-index: 1;
    position: absolute;  
}

.close_link
{
    line-height: 12px;
    padding: 12px;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    float: right;
    color: #77BEFF;
    font-weight: normal;
}
.close_link:hover
{
    text-decoration: none;
    color:#fff;
    font-weight:normal; 
}

.inputDisableClass{
    background:#fcfbfb;
    border:1px solid #f5f3f3;
    color:#b2b2b2;
    -webkit-appearance: none;
}
.disbldBtnCls{
    margin-left:4px;
    padding: 8px 16px 8px 16px;
    font-family: Verdana;
    font-size:11px;
    font-weight:normal;
    outline: none;
    cursor: auto;
    text-align: center;
    text-decoration: none;
    color: #a8a8a8;
    border: 1px solid #c5c5c5;
    background: #f2f2f2;
    border-radius:1px;
    -webkit-appearance: none;
}

#contentFrame{   
    background: url("/mroot/resources/images/index.png") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: background 0.5s linear;
}

.infoImg{
    padding: 1px;
    border-radius: 10px;
    height: 90px;
}

.headingFooter{
    color:#1f82a9;
    font-size: 11px;
    font-weight:bold;
}

.errorMsgComp{
    text-align: center;
    border: 1px solid #f1d4d4;
    background: #fdebeb;
    color: #e46d6d;
    width: 98%;
    max-width: 320px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
    padding: 10px 1px 10px 0px;
    margin: 5px auto 0px auto;
    z-index: 1;
    display: none;
}

.successMsgComp{
    text-align: center;
    border: 1px solid #b4cfa3;
    background: #d8eeca;
    color: #52743d;
    width: 98%;
    max-width: 320px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 3px;
    padding: 10px 1px 10px 0px;
    margin: 5px auto 0px auto;
    z-index: 1;
    display: none;
}

.content .bullets{
    width: 80%;
    margin: 0px auto 0px auto;
}

.content .bullets td{
    text-align: left;
    font-size: 15px;
    line-height: 40px;
    color: #616161;
}

.content .bullets img{
    height: 18px !important;
    margin-bottom: -4px;
    margin-right: 10px; 
    border-radius: 0px;
}

.numSel{
    width: 60px;
    color: #7f7f7f;
    padding: 4px 10px 4px 10px ;
    border: 1px solid #d5d5d5;
    border-radius: 2px ;
    background-color: #fbfbfb ;
    outline: none;
}

.numSel:focus{
    width: 60px;
    color: #7f7f7f;
    padding: 4px 10px 4px 10px ;
    border: 1px solid #55BCFF;
    border-radius: 2px ;
    background-color: #fff ;
    outline: none;
}

.numSelLabel{   
    color: #7f7f7f;
    font-size: 14px;
    padding: 2px 2px 2px 2px ;
    font-weight: normal;
}
.textCenter{   
    text-align: center;
}

.mblePrice{
    background-color: transparent !important;
    color: #fff !important;  
}

.mblSpan{
    color: rgba(255, 255, 255, 0.71);
    font-size: 10px;
}

.contPlanHeading{
    padding: 20px;
    margin: 10px 5px 5px 5px;
    border: 1px solid #f9f9f9;
    background-color: #fdfdfd;
    border-radius: 4px;
    text-align: left;
    color: #5d5d5d;
    font-size: 18px;   
    font-weight: normal;
}
.mcontPlanHeading{
    padding: 25px;
    margin: 10px 5px 5px 10px;
    border: 1px solid #f9f9f9;
    background-color: #fdfdfd;
    border-radius: 4px;
    text-align: left;
    color: #5d5d5d;
    font-size: 16px;   
    font-weight: normal;
}

.contFeatureHeading{
    padding: 10px 15px 10px 10px;
    margin: 5px 0px 5px 25px !important;
    text-align: left;
    width: 40%;
    color: #47b6ff !important;
    font-size: 16px !important;
    font-weight: normal!important;
    border-bottom: 1px solid #47b6ff;
}
/*features style*/

.feature_content{
    margin-top: 0px;
    box-shadow: none;
}

.feature_content>div{
    width: 99%;
    height: auto;
    vertical-align: middle;
    display: block;
    margin: auto;
    margin: 0px 1px 10px 1px;
    cursor:pointer;
    padding-top: 60px;
}

.feature_content>div:hover{
    background: inherit;
    box-shadow: none;
    cursor: auto;
    border-radius: 2px;
}
.feature_icons{
    padding:60px 0px 10px 0px;
    box-shadow: none;
}
.feature_icons>div{
    width: 75px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    margin: auto;
    margin: 5px 5px 5px 5px;
    cursor:pointer;
}

.feature_icons>div:hover{
    border-radius: 8px;
    background-color: inherit;
    box-shadow: none;
}

.feature_text{
    text-align: justify;
    font-size: 14px !important;
    color: #3a3a3a !important;
}
.feature_link{
    text-decoration: none;
    font-size: 14px;
    color: #55BCFF;
}

.f_cont{
    margin-left: 5px;
}

.infoFeatureImg{
    padding: 1px;
    height: 30px !important;
    border-radius: 6px;
}
.start_feature_wrap{
    padding-top: 5px !important;
}
.feature_icon_font{
   font-size: 12px !important;
}

.centralizeEle{
    text-align: center !important;
}

.contactus_box{
    height: 28px;
    padding: 4px 5px 4px 6px;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
    /* border: 1px solid #9fd7de; */
    background: #feffff;
    outline: none;
    box-shadow: 0px 0px 1px #444444;
    -webkit-appearance: none;
    width: 240px;
}

.contactus_box_select{
    height: 34px !important;
    padding: 4px 5px 4px 6px !important;
    font-size: 16px !important;
    border-radius: 2px !important;
    border: 0;
    border: 1px solid #fbfbfb !important;
    background: #feffff !important;
    outline: none !important;
    box-shadow: 0px 0px 1px #444444 !important;
    width: 250px !important;
}

.contactus_textarea{
    height: 60px;
    padding: 4px 5px 4px 5px;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
    -webkit-appearance: none;
    background: #feffff;
    outline: none;
    box-shadow: 0px 0px 1px #444444;
    width: 240px;
}

.contactus_box:focus{
    height: 28px;
    padding: 4px 5px 4px 5px;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
    /* border: 1px solid #55bcff; */
    background: #feffff;
    outline: none;
    box-shadow: 0px 0px 10px #47b6ff;
    width: 242px;
    transition: box-shadow 0.4s;
}

.contactus_box_select:focus{
    height: 34px !important;
    padding: 4px 5px 4px 6px !important;
    font-size: 16px !important;
    border-radius: 2px !important;
    border: 0;
    border: 1px solid #fbfbfb !important;
    background: #feffff !important;
    outline: none !important;
    box-shadow: 0px 0px 10px #47b6ff !important;
    width: 252px !important;
    transition: box-shadow 0.4s;
}

.contactus_textarea:focus{
    height: 60px;
    padding: 4px 5px 4px 5px;
    font-size: 16px;
    border-radius: 2px;
    border: 0;
    /* border: 1px solid #55bcff; */
    background: #feffff;
    outline: none;
    box-shadow: 0px 0px 10px #55bcff;
    width: 242px;
    transition: box-shadow 0.4s;
}

.not_found{
  color: #5ebcff;
    font-size: 18px;
    margin-left: 0px;
    font-weight: normal;
    padding: 10px;
    line-height: 40px;
    margin-top: 80px;
}

.not_found_text{
  color: #5ebcff;
    font-size: 18px;
    margin-left: 0px;
    font-weight: normal;
    padding: 10px;
    line-height: 30px;
    margin-top: 30px;
}

.unfilled{
  height:6px;
  width:6px;
  border: 2px solid rgba(85, 188, 255, 0.24);
  border-radius: 5px;
  margin:2px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}

.filled{
  height:6px;
  width:6px;
  border:2px solid #55BCFF;
  border-radius: 5px;
  margin:2px;
  display: inline-block;
  background-color: #55BCFF;
  cursor: pointer;
}

.thanksForContact h3,h4{
    color: #03A9F4;
    font-weight: 500;
}

.fieldErrors{
    color: #f97f7f;
    font-size: 11px;
}

.required{
    color: #f97f7f;
    font-size: 12px;
    
}

.errorContactUsMsg{
    display: none;
    background-color: #fbe1e1;
    border-radius: 2px;
    border: 1px solid #e8c4c4;
    color: #c55959;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
}

.plansComingSoon{
  margin-left: 5px;
    color: #ffbb3e;
    font-size: 9px;  
}

.picon{
  height:16px;  
}