﻿body.noscroll {
    overflow: hidden;
}
a[ng-click] {
    cursor:pointer;
}
/*        HEADER      */
header {
    width: 100%;
    float: left;
    /*background: rgba(163, 236, 255, 0.64);*/
    position: relative;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0 2px 25px 0 rgb(23,105,205);
}
    header.home {
        background: rgba(163, 236, 255, 0.64);
        box-shadow:none;
    }


.heade_wrapper {
    position: relative;
    /*height: 70px;*/
    height:56px;
}

.headerinner {
    
    /*height: 70px;*/
    height:56px;
    width: 100%;
    /*max-width: 1280px;*/
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

    .headerinner .headerlogobox {
        /*vertical-align: middle;
        display: table-cell;*/
        flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0; 
        -webkit-flex-basis:auto;
        flex-basis: auto;
     
  
            
        height: 100%;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    }
    .headerinner .headerlogobox a {
        display:inline-block;
        height:32px;
    }
    .headerinner .headerlogobox a:hover {
        opacity:0.8;
    }

        .headerinner .headerlogobox img {
            max-height: 100%;            
        }

.mobinavigation {
    display: none;
}

.navbarmenu {
    /*display: table-cell;
    vertical-align: middle;*/
    flex:1;
    -webkit-box-flex:1;
     
    


    align-items: stretch;
     -webkit-align-items: stretch;    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .navbarmenu ul.mainmenu {        
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        font-weight: 600;
        /*margin-left: 100px;*/
        margin-left:78px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .navbarmenu ul.mainmenu li {
            /*float: left;
            margin-right: 60px;*/
            margin-right: 30px;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;            
        }


header .navbarmenu ul.mainmenu li a {
    /*font-size: 18px;*/
    font-size:14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #3C3C3C;
    text-align: left;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex: 1;
    -webkit-box-flex: 1;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
header.home .navbarmenu ul.mainmenu li a {
    color: #FFFFFF;
}
.navbarmenu ul.mainmenu li:hover a {
    border-bottom-color: #999999;
}
.home .navbarmenu ul.mainmenu li:hover a {
    border-bottom-color: #0d92bf;
}

/*header div.submenumainbox .submenulinkbox ul li a,
header.home div.submenumainbox .submenulinkbox ul li a*/

.navbarmenu ul.mainmenu li.hassubmenu:hover {
}
    

header .navbarmenu ul.mainmenu li.selectedli a {
    /*border-bottom-color:#666666;*/
    font-weight:bold;
}


@media (min-width: 768px) {
    header .navbarmenu ul.mainmenu li.hassubmenu:hover > ul.submenu {
        max-height: 800px;
        overflow: visible;
        display: block;
        opacity: 1;
        box-shadow: 0 6px 6px #dddddd;        
    }

    header .navbarmenu ul.mainmenu li.hassubmenu ul.submenu {
        position: absolute;
        margin-left: 0px;
        top: 100%;
        width: 100%;
        left: 0;
        height: auto;
        max-height: 0px;
        overflow: hidden;
        transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        background-color: #ffffff;
        list-style: none; 
        z-index:9999;       
        box-shadow:none;
          
    }
}
header .navbarmenu ul.mainmenu li.selectedli >  ul.submenu li a
/*,header.home div.submenumainbox .submenulinkbox ul li a*/ {
    font-weight:normal;
}


header .navbarmenu ul.mainmenu li.hassubmenu ul.submenu li {
    width: 100%;
}

    header .navbarmenu ul.mainmenu li.hassubmenu ul.submenu li div.submenumainbox {
        width: 100%;
        line-height: initial;
        opacity: 0;
        transition: opacity 0.4s ease-in;
        font-weight: normal;
        float: left;
        min-height: 280px;
    }

header .navbarmenu ul.mainmenu li.hassubmenu:hover > ul.submenu li div.submenumainbox {
    opacity: 1;
}

header .navbarmenu ul.mainmenu li.hassubmenu ul.submenu li div.submenumainbox .submenumainboxinner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

div.submenumainbox .submenulinkbox {
    padding: 20px;
}

    div.submenumainbox .submenulinkbox h4 {
        border-bottom: solid 1px #ccc;
        padding-bottom: 5px;
        float: left;
        width: 100%;
    }

    div.submenumainbox .submenulinkbox ul,
    div.submenumainbox .submenulinkbox ul li {
        float: left;
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        list-style: none;
    }


header div.submenumainbox .submenulinkbox ul li a,
header.home div.submenumainbox .submenulinkbox ul li a {
    font-weight: normal;
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
    display:block;
    color: #3C3C3C;
    border-bottom:none;
}

            div.submenumainbox .submenulinkbox ul li a:hover {
                text-decoration: underline;
            }

.headercontactbox {
    /*display: table;
    height: 100%;
    float: right;*/
     flex-grow: 0;
        -webkit-flex-grow: 0;
        flex-shrink: 0;
        -webkit-flex-shrink: 0; 
        -webkit-flex-basis:auto;
  flex-basis: auto;
  
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}


.link {
    display: table-cell;
    vertical-align: middle;
}

    .link a {
        border: 1px solid #757575;
        border-radius: 21.5px;
        color: #757575;
        padding: 4px 16px;
        font-weight: 600;        
        /*font-size:18px;*/
        font-size:14px;
    }
        .link a:hover {
            background-color: rgba(117, 117, 117, 0.8);
            color:#ffffff;
        }
header.home .link a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;    
}
header.home .link a:hover {
    /*border: 2px solid #FFFFFF;    
    color: #FFFFFF;*/    
    border: 2px solid #56cff7;
    background-color:#ffffff;
    color:#56cff7;
}


.contactno {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

    .contactno span {
        font-weight: 600;
        font-size: 10px;
        color: #9B9B9B;
        text-align: left;
        display: block;
    }
header.home .contactno span {
    color: #FFFFFF;
}

.bannerbox.homebanner {
    background-image: url('../images/images-BG.png');
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    /*margin-top: -90px;*/
    margin-top: -72px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*padding-bottom: 60px;*/
    padding-bottom: 52px;
    background-color: #369ee6;
}

    .bannerbox.homebanner .bannerboxinner {
        /*padding-top: 90px;*/
        padding-top:72px;
        /*padding-left: 32px;
        padding-right: 32px;*/
        padding-left: 54px;
        padding-right: 54px;
        /*max-width: 1280px;*/
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }

.bannerleftbox {
    padding-right: 20px;
    /*padding-top: 90px;*/
    padding-top:70px;
}

    .bannerleftbox h1 {
        /*font-size: 70px;*/
        font-size: 44px;
        color: #FFFFFF;
        text-align: left;
        font-weight: bold;
        position: relative;
        /*margin-top:140px;*/
        margin-bottom: 10px;
        line-height: 1.50;
    }

    .bannerleftbox p {
        opacity: 0.7;
        font-size:18px;
        color: #FFFFFF;
        text-align: left;
        font-weight: 600;
        margin: 0px;
    }

.bannerrightbox {
    /*padding-top: 120px;*/
    padding-top:94px;
    padding-left: 10px;
}

    .bannerrightbox .videobannerbox {
        position: relative;
    }

        .bannerrightbox .videobannerbox img {
            width: auto;
            height: auto;
            max-width: 100%;
        }

.banner_emailgroupbox {
    /*float: left;*/
    background-color: #ffffff;
    /*margin-top: 36px;*/
    margin-top: 28px;
    border-radius: 50px;
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;*/
    width: 100%;
    display: table;
    border-collapse: collapse;
}
    .banner_emailgroupbox .msg_alert {
        position: absolute;
        background-color: #eea5a5;
        border: solid 1px #e07777;
        color: #aa4646;
        z-index: 99;
        top: 100%;
        margin-top: 8px;
        left: 20px;
        padding: 8px 14px;
        line-height: 1.167;
        border-radius: 3px;
        font-size: 11px;
        letter-spacing: 1.2px;
        font-weight: 600;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }
        .banner_emailgroupbox .msg_alert.show {
            visibility: visible;
            opacity: 1;
        }
        .banner_emailgroupbox .msg_alert:before,
        .banner_emailgroupbox .msg_alert:after {
            position: absolute;
            font-family: FontAwesome;            
            content: '\f0d8';            
            font-size: 20px;
            left: 10px;
        }
        .banner_emailgroupbox .msg_alert:before {
            top: -16px;
            color: #e07777;
            z-index: 1;
        }
        .banner_emailgroupbox .msg_alert:after {
            top: -15px;
            color: #eea5a5;
            
            z-index: 2;
        }


            .banner_emailgroupbox input[type=text] {
                border: none;
                position: relative;
                margin-bottom: 0;
                /*---*/
                padding: 14px 30px;
                /*font-size: 20px;*/
                font-size: 18px;
                /*height: 58px;*/
                height: 45px;
                border-radius: 50px;
                font-weight: bold;
                -webkit-appearance: none;
                display: table-cell;
                vertical-align: middle; /* needed for Safari */
                width: 100%;
                color: #777777;
            }
        .banner_emailgroupbox input[type=text]:focus {
            outline:none;
            box-shadow:none;
            -webkit-box-shadow:none;
        }


        .input-group-append {
            width: 1%;
            display: table-cell;
            vertical-align: middle; /* needed for Safari */
        }

    .input-group-append button {
        background-color: #fbd24a;
        background: -webkit-linear-gradient(#fbd24a, #f6a724);
        background: -o-linear-gradient(#fbd24a, #f6a724);
        background: -moz-linear-gradient(#fbd24a, #f6a724);
        background: linear-gradient(#fbd24a, #f6a724);
        font-weight: 600;
        color: #ffffff;       
        font-size:14px;
        padding-left:24px;
        padding-right:24px;
        border-radius:30px;
        border: none;
        cursor: pointer;
        height:45px;
        white-space:nowrap;
        margin-right:-1px;
    }
        .input-group-append button:hover {
            background-color: #f5c526;
            background: -webkit-linear-gradient(#f5c526, #e49719);
            background: -o-linear-gradient(#f5c526, #e49719);
            background: -moz-linear-gradient(#f5c526, #e49719);
            background: linear-gradient(#f5c526, #e49719);
        }

input::-moz-placeholder {
    font-size: inherit;
    font-weight: normal;
    letter-spacing: 0px;
    color: #9B9B9B;
    opacity: 1;
    opacity: 0.39;
}

input:-ms-input-placeholder {
    font-size: inherit;
    font-weight: normal;
    letter-spacing: 0px;
    color: #9B9B9B;
    opacity: 0.39;
}

input::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: normal;
    letter-spacing: 0px;
    color: #9B9B9B;
    opacity: 0.39;
}

.banner_securitybox {
    /*margin-top: 20px;*/
    margin-top:12px;
    float: left;
    width: 100%;
    padding-left: 5px;
}

    .banner_securitybox img {
        height: auto;
        /*width: auto;*/
        display: inline-block;
        margin-right: 30px;
        width:64px;
        
    }

.videoplaycircle {
    /*background: #666666;
    opacity: 0.41;*/
    background: rgba(102, 102, 102, 0.41);
    border-radius: 100%;
    /*height: 102px;
    width: 102px;*/
    height:80px;
    width:80px;
    position: absolute;
    z-index: 98;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 102px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .videoplaycircle:hover {
        background: rgba(102, 102, 102, 0.700);
    }

    .videoplaycircle .videocircle_icon {
        font-size: 40px;
        left: 0;
        top: 0;
        position: absolute;
        color: #ffffff;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 40px;
        width: 20px;
    }

.videobannerbox p {
    /*font-size: 20px;*/
    font-size:16px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-align: center;
}

    .videobannerbox p a {
        color: #ffffff;
        cursor: pointer;
    }

        .videobannerbox p a:hover {
            opacity: 0.7;
        }

.divisionboxinner {
    /*max-width: 1280px;*/
    max-width: 1080px;
    margin: 0 auto;
    padding: 0px 0px;
    
}

.divisionwrapper {
    /*padding: 50px 32px;*/
    padding:36px 54px;
}

.divisionbox h2 {
    /*font-size: 40px;*/
    font-size:32px;
    color: #4F5760;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px;
}
.divisionbox h2.text_left, .divisionbox h3.text_left {
    text-align:left;
}

.divisionbox h3 {
    /*font-size: 28px;*/
    /*font-size:23px;*/
    font-size:20px;
    color: #4F5760;
    text-align: center;
    font-weight: normal;
    margin: 10px 0px;
}

.clientbox {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(164, 200, 226, 0.3);
}

.clientboxinner {
}

.clientbox .divisionwrapper {
    /*padding-top: 20px;
    padding-bottom: 30px;*/
    padding-top:12px;
    padding-bottom:20px;
}

.clientbox h5 {
    color: #bbbbbb;
    /*font-size: 20px;*/
    font-size:16px;
    font-weight: 600;
    margin: 20px 0px;
}

    .clientbox h5 a {
        color: #0385ba;
    }
    .clientbox h5 a:hover {
        text-decoration:underline;        
    }

.clientlogocover {
    /*padding-top: 20px;*/
    padding-top:7px;
}

.clientlogo {
    padding: 0px 10px;
}

    .clientlogo img {
        width: auto;
        height: auto;
        max-width: 100%;
        opacity: 0.7;
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

.landingpagemainbox {
    margin-top: 20px;
}

.landingbox {
    /*padding: 40px 20px;*/
    padding:32px 20px;
    border-radius: 5px;
}

    .landingbox:hover {
        background: rgba(67, 171, 255, 0.11);
    }

.landingboxinner {
    text-align: center;
    display: block;
    padding: 10px 0px;
}

.landingbox .imagebox {
    display: block;
    /*height: 100px;*/
    height:86px;
}

.landingbox img {
    height: auto;
    width: auto;
    max-height: 100%;
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
}

.landingbox .bigtext {
    font-weight: 600;
    /*font-size: 28px;*/
    font-size:22px;
    color: #4F5760;
    margin: 0;
}

.landingbox .smalltext {
    font-weight: normal;
    /*font-size: 20px;*/
    font-size:15px;
    color: #9B9B9B;
    margin: 0;
}

.ad_box {
    background-image: url(../images/images-pageelements.png), url(../images/images-pageelements.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0px 0px,0px 60%;
    background-size: contain, contain;
    z-index: -1;
    /*margin-top: -210px;*/
    margin-top: 0px;
    padding-top: 60px;
}
    .ad_box .divisionwrapper {
        padding-top:0px;
        padding-bottom:0px;
    }
    .ad_box .divisionwrapper:first-of-type{
        padding-top: 60px;
        
    }

.tourbox {
    margin-top: 0px;
    margin-bottom: 80px;
}
.tourbox .tourboxinner {        
    /*padding:40px 0px;*/
    padding:40px 40px;
}
.tourbox .tourboxinner.bordred {
    border-bottom: 1px solid rgba(151,151,151,0.30);
}
.featurelistbox {    
}
    .featurelistbox .divisionwrapper {
        padding: 0px 54px;
    }
.featurelistbox .featurelistboxinner {
    padding: 10px 54px;
}
    .featurelistbox ul {
        display:table;
        width:100%;
        margin:0;
        padding:0;
        list-style:none;
    }
        .featurelistbox ul li {
            display:table-cell;            
            padding:10px 10px;
        }
            .featurelistbox ul li a {
                display:block;
                cursor:pointer;
                font-size:14px;
                font-weight:normal;
                padding:10px 16px;
                border-radius:3px;
                color:#333333;
            }
                .featurelistbox ul li a:hover {
                    background-color: #53cdff;
                    color:#ffffff;
                }

                .featurelistbox ul li a .fa {
                    display: inline-block;
                    width: 26px;                    
                    position: relative;                    
                    transform:scale(1.2);
                    -webkit-transform:scale(1.2);
                }
            


        .tourbox .divisionwrapper {
            padding-top: 20px;
            padding-bottom: 20px;
        }

/*For Feature Page*/
    .tourbox.featurebox{
        background-color:#ffffff;
    }
        .tourbox.featurebox h1 {
            margin-top:0px;
        }
        .tourbox.featurebox h2 {
            text-align:left;
            font-weight:600;
            color:#666666;
        }
        .tourbox.featurebox .featureimagebox {
            padding: 0px;
            /*box-shadow: 0 0px 10px #999999;*/
            margin-bottom:0px;
        }
            .tourbox.featurebox p {
            text-align: left;
            font-weight: normal;
            color:inherit;
            font-size:16px;
            line-height:inherit;
            margin-top:0px;
        }
        .tourbox.featurebox .ad_right p:last-of-type {
            margin-bottom:0px;
        }
            /*---For Feature Page---*/
.ad_box .divisionwrapper:nth-child(even) .ad_left, .ad_box .divisionwrapper:nth-child(odd) .ad_right, .tourbox .divisionwrapper:nth-child(even) .ad_left, .tourbox .divisionwrapper:nth-child(odd) .ad_right {
    float: left;
}

    .ad_box .divisionwrapper:nth-child(odd) .ad_right,
    .ad_box .divisionwrapper:nth-child(even) .ad_left ,
    .tourbox .divisionwrapper:nth-child(odd) .ad_right,
    .tourbox .divisionwrapper:nth-child(even) .ad_left {
        float: right;      
    }


.tourbox .divisionwrapper:nth-child(odd) .ad_left,
.tourbox .divisionwrapper:nth-child(even) .ad_right {
    text-align: right;
    padding-left: 20px;    
}
.tourbox .divisionwrapper:nth-child(even) .ad_left,
.tourbox .divisionwrapper:nth-child(odd) .ad_right {
    text-align: left;
    padding-left: 20px;    
}



    
    .tourbox .ad_right {        
        padding-left:30px;
    }


.tourbox .ad_right h2,
.tourbox .ad_center h2
 {    
    font-weight: bold;
    /*font-size: 36px;*/
    font-size:28px;
    color: #4F5760;
    margin-top:0px;
}
.tourbox .ad_center .halfbox:first-child{
    padding-right:20px;
}
.tourbox .ad_center .halfbox:last-child{
    padding-left:20px;
}
        .tourbox .ad_right h2 {
            text-align:left;
        }
    .tourbox .ad_center h2 {
        text-align: center;
    }
    .tourbox .ad_center p {
        text-align: center;
        margin-bottom:30px;
    }
.tourbox p {
    font-weight: normal;
    /*font-size: 28px;*/
    font-size:22px;
    color: #4F5760;
    text-align: left;
}

    .tourbox h3 {
        margin-bottom:6px;
        margin-top:10px;
    }
    .tourbox p.smalltext {
        text-align: left;
        font-size: 14px;
        margin-top: 0px;
    }
    .ad_box .ad_right {
        padding-left: 10px;
    }

.ad_box .ad_left img,
.tourbox .ad_left img,
.tourbox .ad_center img {
    height: auto;
    width: auto;
    max-width: 100%;
    /*transform:scale(1.1);
    -webkit-transform:scale(1.1);*/ 
}
    .tourbox img.imgboxshadow {
        box-shadow:0px 0px 8px #cccccc;
        cursor:pointer;
    }
        .tourbox img.imgboxshadow:hover {
            box-shadow: 0px 0px 8px #777777;
        }

        .ad_box .ad_left img {
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
        }

    .ad_box .ad_left h2,
    .ad_box .ad_left h3 {
        display: none;
    }

    .ad_box .ad_right h2 {
        margin-top: 100px;
        margin-bottom: 0px;
        text-align: left;
        font-weight: bold;
        /*font-size: 40px;*/
        font-size:34px;
        color: #4F5760;
        line-height: 1;
    }


    .ad_box .ad_right h3 {
        text-align: left;
        font-weight: normal;
        /*font-size: 28px;*/
        font-size:22px;
        color: #4F5760;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ad_box .ad_left p,
    .ad_box .ad_right p {
        font-weight: normal;
        /*font-size: 18px;*/
        font-size:16px;
        color: #9B9B9B;
        text-align: left;
    }

        .ad_box .ad_left p a,
        .ad_box .ad_right p a {
            font-weight: 600;
            font-size: 18px;
            color: #4A4A4A;
            text-decoration: underline;
        }

.btndemobox {
    margin-top: 20px;
}

.btn-demo { 
    border: 2px solid #0490C7;
    border-radius: 21.5px;
    color: #0490C7;
    padding: 5px 18px;
    font-weight: 600;
    /*font-size: 18px;*/
    font-size:14px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
    .btn-demo:hover {
        background-color:#0490C7;
        color:#ffffff;
    }

.btn-tour-readmore {
    border: 1px solid #47B7F3;
    border-radius: 22px;
    font-weight:600;
    /*font-size: 20px;*/
    font-size:16px;
    color: #47B7F3;
    display:inline-block;
    padding:8px 20px;
    line-height:1;
    background-color:#ffffff;
}
.btn-tour-readmore:hover{
    background-color: #47B7F3;
    color:#ffffff;

}
.no_sp .no_sp_infobox {
    box-shadow: 0 0px 30px rgba(95,212,255,0.250);
    border-radius: 20px;
    /*padding: 60px 50px;*/
    padding:40px 50px;
    margin-bottom: 50px;
}

.no_sp h1 {
    font-weight: bold;
    /*font-size: 40px;*/
    font-size:32px;
    color: #4F5760;
    text-align: center;
}

.no_sp .no-sp_infobox {
    text-align: center;
}

    .no_sp .no-sp_infobox h2 {
        font-weight: 600;
        /*font-size: 54px;*/
        font-size:44px;
        color: #0696CE;
        text-align: center;
    }

    .no_sp .no-sp_infobox p {
        font-weight: normal;
        /*font-size: 20px;*/
        font-size:16px;
        color: #9B9B9B;
        text-align: center;
    }

.bg_gray {
    background: #F9FBFF;
}

    .featurebox h2 {
        font-weight: bold;
        /*font-size: 40px;*/
        font-size:32px;
        color: #4F5760;
        text-align: center;
    }

        .featurebox h2.first {
            margin-bottom: 0px;
        }

        .featurebox h2.last {
            margin-top: 0px;
            margin-bottom: 30px;
        }

.featureinfo {
    padding: 20px 30px;
    border-radius: 5px;
}

    .featureinfo:hover {
        background-color: #EBF6FF;
    }

    .featureinfo .featureinfoinner {
    }

        .featureinfo .featureinfoinner .imagebox {
            height: 40px;
            display: block;
            text-align: center;
        }
            .featureinfo .featureinfoinner .imagebox img {
                height: auto;
                width: auto;
                max-width: 100%;
                transform: scale(0.9);
                -webkit-transform: scale(0.9);           
            }

        .featureinfo .featureinfoinner h4 {
            font-weight: 600;
            /*font-size: 20px;*/
            font-size:16px;
            color: #4A4A4A;
            text-align: center;
        }

        .featureinfo .featureinfoinner p {
            font-weight: normal;
            /*font-size: 16px;*/
            font-size:14px;
            color: #9B9B9B;
            text-align: center;
        }



.footertourbox {
    background-color: #55D0FF;
    background-image: linear-gradient(-90deg, #55D0FF 2%, #065BFF 100%);
    background-image: -webkit-linear-gradient(-90deg, #55D0FF 2%, #065BFF 100%);
    background-image: -o-linear-gradient(-90deg, #55D0FF 2%, #065BFF 100%);
    background-image: -moz-linear-gradient(-90deg, #55D0FF 2%, #065BFF 100%);

    padding-top: 50px;
    padding-bottom: 50px;
}

    .footertourbox h1{
        font-size:32px;
        color:#ffffff;
        text-align:center;
    }
    .footertourbox .banner_emailgroupbox {
        margin-top:0px;
        margin-bottom:10px;
    }

    .footertourbox a.btnstartfree,
    .footertourbox a.btntaketour {
        background: #FFFFFF;
        box-shadow: 0 10px 20px 0 #006787;
        border-radius: 48px;
        /*font-size: 20px;*/
        font-size: 16px;
        color: #4A4A4A;
        font-weight: 600;
        display: inline-block;
        /*padding: 25px 0px;*/
        padding: 18px 0px;
        width: 220px;
        text-align: center;
    }

    .footertourbox a.btnstartfree {
        float: right;
    }

    .footertourbox a.btntaketour {
        float: left;
    }
    .footertourbox a.btnstartfree:hover,
    .footertourbox a.btntaketour:hover {         
         background-color:#dddddd;
          color: #000000;
    }

    .footertourbox .orsaprator {
        font-weight: 600;
        /*font-size: 20px;*/
        font-size:16px;
        color: #FFFFFF;
        text-align: center;
        padding: 25px 0px;
    }

.footernavbarbox {
    background-color: #073DA4;
}

    .footernavbarbox .divisionwrapper {
        /*padding-left: 0px;
        padding-right: 0px;*/
        /*padding:20px 0px;*/
        padding:16px 28px;
    }

.footernavbar a {
    display: inline-block;
    font-weight: 600;
    /*font-size: 20px;*/
    font-size:16px;
    color: #FFFFFF;
    padding: 4px 16px;
    border-radius: 25px;
    margin-right: 10px;
}

    .footernavbar a:hover {
        color: #073DA4;
        background-color:#ffffff;
    }

.footersocialmedia {
    text-align: right;
}

    .footersocialmedia a {
        display: inline-block;
        vertical-align: middle;
        /*height: 40px;
        line-height: 40px;
        width: 40px;*/
        height:32px;
        width:32px;
        line-height:32px;
        background-color: #5177bf;
        color: #ffffff;
        margin-left: 3px;
        border-radius: 100%;
        text-align: center;
        /*font-size: 16px;*/
        font-size:12px;
        
    }
        .footersocialmedia a:hover {
            background-color:#ffffff;
            color:#5177bf;

        }
            .footersocialmedia a:hover span.fa {
                transform: scale(1);
                -ms-transform: scale(1); /* IE 9 */
                -webkit-transform: scale(1); /* Safari */
                transition: 0.25s;
                -moz-transition: 0.25s;
                -webkit-transition: 0.25s;
                -o-transition: 0.25s;
            }
            .footersocialmedia a:hover span.fa {
                transform: scale(1.3);
                -ms-transform: scale(1.3); /* IE 9 */
                -webkit-transform: scale(1.3); /* Safari */
            }

.footerappsecbox {
    background-color: #ffffff;
}

    .footerappsecbox .divisionwrapper {
        /*padding-top: 30px;
        padding-bottom: 30px;*/
        /*padding:20px 0px;*/
        padding: 12px 13px;
    }

    .footerappsecbox .playstorebox {
        float: left;
    }

    .footerappsecbox .sslbox {
        float: right;
    }

        .footerappsecbox .playstorebox a,
        .footerappsecbox .sslbox a {
            display: inline-block;
        }

        .footerappsecbox .playstorebox img,
        .footerappsecbox .sslbox img {
            height: auto;
            width: auto;
            /*max-width: 100%;*/
            max-height: 40px;
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
        }
a[href] {
       cursor: pointer;
}
/*Laptop Screen*/
@media (min-width: 1200px) and (max-width: 1280px) {
    .ad_box {
        margin-top: -0px;
        background-position: 0px 80px,0px 60%;
    }
}

/*        Animation      */
.animateelement.animatetop {
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
}

.animateelement.animateright {
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
    opacity: 0;
}

.animateelement.animateleft {
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
    opacity: 0;
}

.animatetop, .animateright, .animateleft {
    -webkit-transition: -webkit-transform 0.80s ease-out;
    -moz-transition: -moz-transform 0.80s ease-out;
    -o-transition: -o-transform 0.80s ease-out;
    transition: transform 0.8s ease-out;
}

.animatetop, .animateright, .animateleft {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.divshowvideo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    z-index: 9999;
}

    .divshowvideo iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }

.closevideo {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9999;
    color: #fff;
    cursor: pointer;
}

.popup_close:hover {
    opacity: 0.8;
}


/*Tour*/
.bannerbox.tourbanner {
    background-image: url('../images/images-tourbanner.png');
    background-color: #0f68ff;
    height: auto;
    float: left;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-shadow: 0 2px 25px 0 rgba(23,105,205,0.40);
}

    .bannerbox.tourbanner .bannerboxinner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 32px;
        padding-right: 32px;
        /*max-width: 1280px;*/
        max-width: 1080px;
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .bannerbox.tourbanner h2 {
        font-weight: bold;
        font-size: 42px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom:18px;
        margin-top:18px;
    }
.tournavbar {
    background-image: -webkit-linear-gradient(32deg, #4BC0FF 0%, #73E9A5 100%);
    background-image: -moz-linear-gradient(32deg, #4BC0FF 0%, #73E9A5 100%);
    background-image: -o-linear-gradient(32deg, #4BC0FF 0%, #73E9A5 100%);
    background-image: -ms-linear-gradient(32deg, #4BC0FF 0%, #73E9A5 100%);
    background-image: linear-gradient(32deg, #4BC0FF 0%, #73E9A5 100%);

    box-shadow: 0 -6px 9px 0 rgba(40, 160, 217, 0.22);    
}
.tournavbar_saprator {
    height: 90px;
    width: 100%;
    clear: both;
}
.fixtotop {
    position: fixed;
    top: 0;
    z-index: 99;
}
.tournavbar .tournavbarinner {
    /*padding-left: 32px;
    padding-right: 32px;*/
    padding-left: 54px;
    padding-right: 54px;
    /*max-width: 1280px;*/
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    /*height: 100%;*/
    text-align: center;
}
    .tournavbar .tournavbarinner h2 {
        font-weight: 600;        
        color: #FFFFFF;
        position: relative;
        margin-top:10px;
        margin-bottom:10px;
        /*padding: 16px 20px;
        cursor: pointer;*/
    }
    .tournavbar .tournavbarinner ul {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        list-style: none;
    }
            .tournavbar .tournavbarinner ul li {
                float:left;
            }
            .tournavbar .tournavbarinner ul li a {
                font-weight:600;
                font-size: 14px;
                color: #FFFFFF;
                text-align: left;
                display:block;                                
                padding:16px 20px;
                position:relative;
                cursor:pointer;

            }
                .tournavbar .tournavbarinner ul li a:before {
                     position: absolute;
                    content: ' ';
                    bottom: 12px;
                    background-color: transparent;
                    height: 3px;
                    margin: 0px 22px 0px 22px;
                    right: -2px;
                    left: -2px;
                    border-radius: 3px;
                    transition: 0.4s;
                    -moz-transition: 0.4s;
                    -webkit-transition:0.4s;
                    -o-transition: 0.4s;
                }
                .tournavbar .tournavbarinner ul li a:hover:before {
                    background-color:#ffffff;
                    opacity:0.8;
                }
                .tournavbar .tournavbarinner ul li a.selected {
                   background:rgba(41, 152, 196, 0.25);
                }
                .tournavbar .tournavbarinner ul li a.selected:before
                 {
                   background-color:#ffffff;
                   opacity:1;
                }
    /*Tour*/
/*PRICING*/
.savetext {
    position: absolute;
    font-weight: 600;
    top: 3px;
    /*font-size: 13px;*/
    font-size:11px;
    color: #FFDDA5;
    text-align: left;
    white-space:nowrap;
}
.pricingheadingboxinner, .pricingcontentboxinner, .signup_buttonbox {
    border-style: solid;
    border-width:1px;
    border-color:rgba(151, 151, 151, 0.30);
    /*padding:15px 10px;*/
    padding:15px 10px;
    border-bottom:none;
    border-left:none;    
}
.pricingheadingboxinner, .pricingcontentboxinner {
    height:60px;    
}
    .pricingheadingboxinner:first-child,
    .pricingcontentboxinner:first-child {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: rgba(151, 151, 151, 0.30);
    }
    .pricingheadingboxinner.selectedheading {
        background-color:#70C4F6;
        background-image: linear-gradient(-180deg, #70C4F6 0%, #3D91E9 100%);
        background-image: -webkit-linear-gradient(-180deg, #70C4F6 0%, #3D91E9 100%);
        background-image: -moz-linear-gradient(-180deg, #70C4F6 0%, #3D91E9 100%);
        background-image: -o-linear-gradient(-180deg, #70C4F6 0%, #3D91E9 100%);
        background-image: -ms-linear-gradient(-180deg, #70C4F6 0%, #3D91E9 100%);
    }
.pricingcontentbox:last-child .pricingcontentboxinner {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(151, 151, 151, 0.30);
}
.pricingheadingboxinner {
    background: #ffffff;
    display:table-cell;
    vertical-align:middle;
    /*height:156px;*/
    height:126px;
    cursor:pointer;    
}
.pricingheadingbox .pricingheadingboxinner:not(:first-child):hover {
    background-color:#f6f6f6;
}

.pricingheadingbox .pricingheadingboxinner:first-child {
    cursor:default;
}
.pricingcontentboxinner {
    padding:15px 10px;
    height:52px;
}
    .pricingheadingboxinner img {
        max-height:100%;
    }
.divisionboxinner .planbox {
    padding:0px 26px;

}
.pricingheadingboxinner .planname {
    display: block;
    font-weight: 600;
    /*font-size: 30px;*/
    font-size: 24px;
    color: #969696;
    text-align: center;
}
.pricingheadingboxinner .planprice {
    display: block;
    font-weight: bold;
    /*font-size: 30px;*/
    font-size:24px;
    color: #4A4A4A;
    text-align: center;
    
}
.pricingheadingboxinner .planduration {
    display: block;
    opacity: 0.7;
    font-weight: 600;
    /*font-size: 16px;*/
    font-size:14px;
    color: #7D7D7E;
    text-align: center;
    
}
.pricingheadingboxinner.selectedheading .planname,
.pricingheadingboxinner.selectedheading .planprice,
.pricingheadingboxinner.selectedheading .planduration
{
    color:#ffffff;

}

.pricingcontentbox{
}
    .pricingcontentbox .pricingcontentboxinner.selectedfeature {
        background: rgba(199, 223, 255, 0.2);
    }
.featurenamebbox {
    background: #F6F7F9;
}
.featurename,
.featurebenifit {
    font-weight: 600;
    /*font-size: 22px;*/
    font-size:16px;
    color: #4A4A4A;
    text-align:center;
    display:block;
}
.featurebenifit img {
    transform:scale(0.8);
    -webkit-transform:scale(0.8);
    margin-top:-3px;
}
    .pricingcontentboxinner.testmakerdetails {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .featurebenifit .testmaker_bigtext {
        display:block;
        font-size:14px;
        color:green;
        text-align:center;        
        position:relative;        
    }
    .featurebenifit .testmaker_smalltext {
        display:block;
        font-size:10px;
        color:#777;
        text-align:center;
        position:relative;
    }
.pricinghelpicon {
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
    left:auto;
    margin:auto;        
    height:14px;
    width:14px;         
    cursor:pointer;
    color:#999;
    line-height:1;
}

    .pricinghelpicon .tooltipbox {
        display: none;
        position: absolute;
        bottom: 100%;
        margin-bottom:20px;
        left:-50px;
        box-shadow: 0px 2px 10px #bebebe;
        padding: 15px 10px;
        background: #ffffff;
        border-radius: 5px;
        width:260px;
        z-index:999;
    }
        .pricinghelpicon .tooltipbox:before,
        .pricinghelpicon .tooltipbox:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 24px 24px 0;
            left:34px;
            position:absolute;
            top:100%;
            
            content:'';
        }
        .pricinghelpicon .tooltipbox:before {
            border-color: transparent #dddddd transparent transparent;
            z-index: 999;
            margin-top: 0px;
            -webkit-filter: drop-shadow(0px 4px 3px #cccccc);
            filter: drop-shadow(0px 4px 3px #cccccc);
        }
        .pricinghelpicon .tooltipbox:after {
            border-color: transparent #ffffff transparent transparent;            
            z-index:1000;            
            margin-top:-2px;
            margin-left:-1px;
        }



    .pricinghelpicon:hover .tooltipbox {
        display:block;
    }
.tooltipbox .tolltipheading {
    font-weight: 600;
    font-size: 14px;
    color: #4A4A4A;
    text-align: left;
    display:block;
    padding-bottom:10px;
}
.tooltipbox .tolltipcontent {
    font-weight: normal;
    font-size: 12px;
    color: #9B9B9B;
    display:block;
    line-height:1.25;
}

.signup_buttonbox {
    height:58px;
    text-align:center;
}
.pricing_sign_button {
    /*background: #F5A623;*/
    border-radius: 22px;
    font-weight: 600;
    /*font-size: 20px;*/
    /*font-size:18px;*/
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 12px;
    line-height: 1;
    display: none;
    background: -webkit-linear-gradient(#F5A623, #eb970b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F5A623, #eb970b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F5A623, #eb970b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F5A623, #eb970b); /* Standard syntax */
    background-color: #F5A623;
}
    .pricing_sign_button:hover {
        opacity:0.8;
    }
.selectedfeature .pricing_sign_button {
    display:inline-block;
}
.pricingtableseprator {
    display: block;
    border:none;
    height: 40px;
    background-color:transparent;
}
.pricingcurrencybox {
    /*margin-bottom:20px;*/
    margin-bottom: 0px;
    text-align: right;
}
.currencybutton {
    display: inline-block;
    font-weight: 600;
    /*font-size: 18px;
    padding: 6px 14px;
    margin-right: 10px;*/
    font-size:14px;
    padding:5px 12px;
    margin-right:6px;
    color: #12B3F2;
    text-align: left;
    line-height: 1;
    cursor: pointer;
}
    .currencybutton.selectedcurrency {
        color:#ffffff;
        background-color:#12B3F2;
    }
.vouchersbox {
    padding:0px 20px;
}
.vouchersboxinner {
    box-shadow: 0px 0px 20px #d8dfea;
}
.vouchersbox h2 {
    font-weight: bold;
    /*font-size: 36px;*/
    font-size:30px;
    color: #475863;
    text-align:center;
}

.vouchersboxheading {
    background: #6FC2F5;   
}
.vouchersboxheadinginner {
    font-weight: bold;
    /*font-size: 30px;*/
    font-size:24px;
    color: #FFFFFF;
    text-align: center;
    /*padding: 40px 10px;*/
    padding:30px 10px;
    
}

.vouchersboxcontent ,.vouchersboxheading{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.vouchersboxheadinginner, .vouchersboxcontentinner {
    border-left: solid 1px rgba(151, 151, 151, 0.30);
}
.voucherprice_mobile {
    display:none;
}
.vouchersboxheadinginner:first-child,
.vouchersboxheadinginner:last-child,
.vouchersboxcontentinner:first-child,
.vouchersboxcontentinner:last-child
{
    border-left:none;
}

.vouchersboxcontent:nth-child(odd) {
    background-color: rgba(111, 194, 245, 0.03);
}

.vouchersboxcontent:nth-child(even) {
  background-color:#ffffff;
}

.vouchersboxcontentinner {
    padding:30px 10px;
}
    .vouchersboxcontentinner .vouchername,
    .vouchersboxcontentinner .voucherexamcount {
        font-weight: 600;
        /*font-size: 22px;*/
        font-size:18px;
        color: #4A4A4A;
        text-align:center;
        display:block;
    }
    .vouchersboxcontentinner .voucherdesc,
    .vouchersboxcontentinner .voucherexamdesc {
        opacity: 0.7;
        font-weight: 600;
        /*font-size: 16px;*/
        font-size:14px;
        color: #4A4A4A;
        text-align: center;
        display:block;
    }
    .vouchersboxcontentinner .voucherprice {
        font-weight:bold;
        /*font-size: 30px;*/
        font-size:24px;
        color: #4A4A4A;
        text-align:center;
        display:block;
    }
    .vouchersboxcontentinner .pricing_sign_button {
        display: inline-block;
    }
.pricinginfodiv {
    text-align:center;
}
    .pricinginfodiv .pricinginfodivinner {
        padding:0px 26px;
    }
    .pricinginfodiv p {
        display: block;
        border: solid 1px #12B3F2;
        color: #12B3F2;
        font-size: 14px;
        padding: 10px;
        margin: 15px 0px 25px 0px;
        position: relative;
        border-radius: 4px;
    }
        .pricinginfodiv p:before,
        .pricinginfodiv p:after {
            position: absolute;      
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;            
            left: 0;
            right: 0;
            margin: auto;
            content: '';
            top:100%;
        }
        .pricinginfodiv p:before {
            border-color: #ffffff transparent transparent transparent;
            margin-top: -1px;
            z-index: 2;
        }
        .pricinginfodiv p:after {
            border-color: #12B3F2 transparent transparent transparent;
            margin-top: 0px;
            z-index: 1;
        }

            .pricingheadingwrapper {
                /*padding:50px 32px 0px 32px;*/
                padding: 40px 54px 0px 54px;
            }
.pricingplanwrapper {
    /*padding:0px 32px 70px 32px;*/
    padding: 0px 54px 58px 54px;
}
.pricingvoucherwrapper {
    /*padding:50px 32px;*/
    padding:40px 54px;
}
.lightbox {
    background: #f9fbff;
}
.pricingfaqbox {
    background: #86A7CB;
}
    .pricingfaqbox .pricingfaqboxinner {
        /*padding:50px 32px;*/
        padding:36px 48px;
    }
    .pricingfaqbox h2 {
        text-align: center;
        font-weight: bold;
        /*font-size: 36px;*/
        font-size:28px;
        color: #FFFFFF;
    }
ul.faqlist {
    float:left;
    margin:0;
    padding:0;
    list-style:none;    
    position:relative;
}
    ul.faqlist li {
        margin-bottom:26px;
    }
    ul.faqlist li .faqbigtext {
        display: block;
        color: #ffffff;
        /*font-size: 28px;*/
        font-size:24px;
        color: #FFFFFF;
        /*margin-bottom:14px;*/
        margin-bottom:2px;
        position:relative;
        padding-left:50px;
    }
        ul.faqlist li .faqbigtext:before {
            position: absolute;
            font-family: FontAwesome;
            content: '';         
            font-size: 14px;
            line-height: 1;
            top: 8px;            
            left: 10px;
            margin: auto;
        }
    ul.faqlist li .faqsmalltext {
        display: block;
        color: #ffffff;        
        font-size:16px;
        color: #FFFFFF;
        padding-left:50px;
    }
/*PRICING*/

/*Feature*/
.featurewrapperbox {
    /*padding:0px 32px;*/
    padding:0px 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.featuresidebox {
    background-color: #3D67E9;
    background-image: linear-gradient(98deg, #3D67E9 0%, #3AD6E8 100%);
    background-image: -webkit-linear-gradient(98deg, #3D67E9 0%, #3AD6E8 100%);
    background-image: -o-linear-gradient(98deg, #3D67E9 0%, #3AD6E8 100%);
    background-image: -moz-linear-gradient(98deg, #3D67E9 0%, #3AD6E8 100%);
    background-image: linear-gradient(98deg, #3D67E9 0%, #3AD6E8 100%);
    /*flex: 1 1 230px;
    width: 230px;*/
    flex: 1 1 222px;
    width: 222px;
}
.featurecontentbox {
    flex:auto;
    width:100%;
}
    .featuresidebox ul.featuresidemenu {
        float: left;
        width: 100%;
        padding: 0;
        margin: 16px 0px 0px 0px;
        list-style: none;
    }
    .featuresidebox ul.featuresidemenu li {
        float:left;
        width:100%;
    }
        .featuresidebox ul.featuresidemenu li a {
            display: block;
            font-weight: 600;
            /*font-size: 18px;*/
            font-size:14px;
            color: #FFFFFF;
            text-align: left;
            padding:8px 12px;            
        }
            .featuresidebox ul.featuresidemenu li a:hover {
                background: rgba(164, 255, 0, 0.7);
            }
            .featuresidebox ul.featuresidemenu li a.current {
                background: rgba(164, 255, 0, 0.8);
            }
            .featuresidebox ul.featuresidemenu li a .icon {
                display: inline-block;
                width: 17px;
                height: 16px;
                margin-right: 12px;
                position: relative;
                top: -1px;
            }
                .featuresidebox ul.featuresidemenu li a .icon img {
                    max-height:100%;
                    height: auto;
                    width: auto;
                }

                .featuresidebox ul.featuresidemenu li a span.fa {
                    display: inline-block;
                    margin-right: 15px;
                    position: relative;
                    /*transform:scale(1.25);*/
                }

.featurecontentinner {
    /*padding: 30px 70px 30px 70px;*/
    /*padding: 22px 50px 22px 50px;*/
    padding: 22px 0px 22px 0px;
}
    .featurecontentinner h1 {
        font-weight: bold;
        /*font-size: 40px;*/
        font-size:32px;
        color: #4F5760;
    }

.featureimagebox {
    text-align:center;
    padding:20px;
    position:relative;
    /*box-shadow: 0 2px 13px 0 rgba(221,232,238,0.50);*/
    margin:0px 0px 30px 0px;
}
    .featureimagebox img {
        height:auto;
        width:auto;
        max-width:100%;
        
    }
.featurecontentinner p {
    font-weight: normal;
    /*font-size: 22px;*/
    font-size:18px;
    color: #777777;
    text-align: left;
}
.featurecontentinner p .small {
    font-size: 16px;
    display: block;
}

    .featurecontentinner p.buttonbox {
        margin:40px 0px;
        text-align:center;
    }
        .featurecontentinner p.buttonbox a {
            background-color:#0490C7;
            background-image: linear-gradient(-45deg, #0490C7 0%, #16BDFF 100%);
            background-image: -webkit-linear-gradient(-45deg, #0490C7 0%, #16BDFF 100%);
            background-image: -o-linear-gradient(-45deg, #0490C7 0%, #16BDFF 100%);
            background-image: -moz-linear-gradient(-45deg, #0490C7 0%, #16BDFF 100%);
            border-radius: 22px;
            font-weight:600;
            /*font-size: 20px;*/
            font-size:16px;
            color: #FFFFFF;
            display:inline-block;
            line-height:1;
            padding:10px 20px;
        }

            .featurecontentinner p.buttonbox a:hover {
                opacity:0.8;
            }
            .feature-well{
                border:solid 1px #ccc;
                padding:20px;
                border-radius:3px;
                font-size:16px;
                margin-bottom:20px;
            }
.infoboxwrapper {
    text-align:left;
    margin-bottom:30px;
}
    .infoboxwrapper h2 {
        text-align: left;
        margin-bottom:0px;
    }
    .infoboxwrapper p {
        text-align: left;
        margin-top:6px;
    }


/*Feature*/
.preloadbox {
    position:relative;
}

.preloadbox img {
    position: absolute;
    height:46px;
    width:46px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    background-color: rgba(255,255,255,0.1);
}

/*Timezone Page*/
.timezoneboxinner p {
    font-weight: normal;
    font-size: 18px;
    color: #777777;
    text-align: left;
}
.timezoneboxinner p .small {
    font-size: 16px;
    display: block;
}
.timezonetable{
    width:100%;
    margin-top:30px;
}
.timezonetable th, .timezonetable td
{    
    padding:15px 5px;
    font-size:16px;    
    text-align:left;
    border-bottom-color:#eeeeee;
    border-bottom-style:solid;
}
    .timezonetable th {
        border-bottom-width:2px;
        background-color:#fafafa;
    }
    .timezonetable td {
        border-bottom-width:1px;
    }

.countryflag
{
    width:30px;
    height:auto;
    margin-right:10px;
    display:inline-block;
}
/*Timezone Page*/

/*FAQ*/
.features_inner_content
{    
    font-size:16px;
    font-weight:normal;
    line-height:22px;
    color:#666666;
    padding-bottom:30px;
    width:100%;
    float:left;
}
.features_inner_content h5
{
    display:block;
    font-size:20px;
    color:#0782c1; 
    font-weight:600;   
    margin:10px 0px;
}
    .features_inner_content p {
        margin: 0px;
        padding: 4px 0px;
        display: block;
        font-size: 18px;
        line-height: normal;
    }
    
/*FAQ*/


a.gototopbox {
    position: fixed;
    z-index: 9999;
    right: 100px;
    bottom: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #43b1ed;
    background-color: #4BC0FF;
    border-radius: 100%;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transform: scale(0);
    -webkit-transform: scale(0);
}
    a.gototopbox:hover {
        background-color:#ffffff;
        color:#4BC0FF;
    }
    a.gototopbox.scrollshow {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

.banner_emailgroupbox_button {    
    background-color:transparent;
    margin-top: 28px;
    border-radius: 50px;
    position: relative;    
    width: 100%;
    display: table;
    border-collapse: collapse;
}
    .banner_emailgroupbox_button .btn_createaccount {
        background-color: #fbd24a;
        background: -webkit-linear-gradient(#fbd24a, #f6a724);
        background: -o-linear-gradient(#fbd24a, #f6a724);
        background: -moz-linear-gradient(#fbd24a, #f6a724);
        background: linear-gradient(#fbd24a, #f6a724);
        font-weight: 900;
        color: #ffffff;
        font-size: 14px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 30px;
        border: none;
        cursor: pointer;
        height: 45px;
        line-height:45px;
        white-space: nowrap;
        display:inline-block;
        text-shadow:0px -1px 0px rgba(0,0,0,0.160);     
        text-align:center;
    }

        .banner_emailgroupbox_button .btn_createaccount:hover {
            background-color: #f5c526;
            background: -webkit-linear-gradient(#f5c526, #e49719);
            background: -o-linear-gradient(#f5c526, #e49719);
            background: -moz-linear-gradient(#f5c526, #e49719);
            background: linear-gradient(#f5c526, #e49719);
        }

.footer-cookiesinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(51,102,153,0.8);
    text-align: center;
    width: 100%;
    z-index: 9999;
    color: #fff;
}

.footer-cookiesinfo-inner {
    padding: 24px 20px;
}

    .footer-cookiesinfo-inner span {
        display: inline-block;
    }

        .footer-cookiesinfo-inner span:last-child {
            margin-left: 15px;
        }

    .footer-cookiesinfo-inner a {
        color: #ffffff;
        text-decoration: underline;
    }

        .footer-cookiesinfo-inner a:hover {
            text-decoration: none;
        }
.btn-confirm {
    background-color: #18518a;
    color: #ffffff;
    padding: 10px 30px;
    min-width: 120px;
    display: inline-block;
    line-height: 1.111;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-confirm:hover {
        /*background-color:#0d4379;*/
        color: #0d4379;
        background-color: #ffffff;
    }