/**
 * @tableofcontents
 *
 * 1. contact form and details
 */

/* @section 1. contact form and details */

.page_contact_us  nav.navbar-default
{
    padding-top: 5px;
}

.page_contact_us header#cw-header
{
    background-color: #fff !important ;
    border-bottom: solid 1px #e4e4e4;
}

.page_contact_us a.navbar-brand {
    height: 62px;
    background-position: 0 -169px;
    width: 60px;
}

.page_contact_us #cw-navbar ul.navbar-right li a span
{
    color: #8a959e;
}

.page_contact_us #cw-navbar-free_trial
{
    border-color: #2ecc71;
    background: #2ecc71;
}

.page_contact_us #cw-navbar-free_trial span
{
    color: #fcfcfc !important;
}

.page_contact_us div#cw-navbar ul.navbar-right
{
    padding-top: 20px;
}

div#cw-navbar ul.navbar-right li a{
    color: #10dd69;
}


/* NAVIGATION END */

.cnt-bnr {
    background-color: #363cd0;
    text-align: center;
    padding: 154px 0 50px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.cnt-bnr-cont
{
    position: relative;
    text-align: center;
}

.cnt-bnr-cont > h2
{color: #fff;
    font-size: 54px;
    margin-bottom: 20px;
}

.cnt-bnr-cont > p
{
    font-size: 20px;
    color: #fff;
}

#glb-bnr-strp-1 {
    bottom: -524px;
    transform: rotate(160deg);
    background: rgba(0,0,146,.2);
}

.cnt-frm-section
{
    background: #fbfafd;
    padding: 50px 0 80px 0;
}

.cw-cnt-tab {
    text-align: center;
    border: 0;
}

.cw-cnt-tab li
{
    width: 33.33333333%;
    margin: 0;
}

.cnt-tab-wrap, .cnt-tab-wrap:hover{
    text-align: center;
    border: 1px solid #ebebec !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    margin: 0 1px 0 1px !important;
    background-color: #f0f0f1 !important;
    color: #091e42 !important;
    padding: 26px 0 !important;
    line-height: 28px !important;
    white-space: nowrap !important;
}

.cw-cnt-tab li:first-child>a, .cw-cnt-tab li:first-child>a:hover {
    border-left: 1px solid #ebebec !important;
}

.cw-cnt-tab li.active:first-child>a:hover {
    border-left: 1px solid #3625d3 !important;
}

.cw-cnt-tab .active .cnt-tab-wrap
{
    /*margin-left: -1px !important;*/
    border-left: 1px solid #3625d3 !important;
    background-color: #3625d3 !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    position: relative;
    z-index:99;

    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.15);

}

.cw-cnt-tab .active .cnt-tab-wrap i,
.cw-cnt-tab .active .cnt-tab-wrap h3{
    color: #fff;

}
.cnt-tab-inr
{
    position: relative;
}

.cnt-tab-wrap .cnt-tab-arrow {
    position: absolute;
    left: 42%;
    bottom: -13px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #00ADED;
    z-index: 999;
    display: none;
}

.cw-cnt-tab .active .cnt-tab-wrap .cnt-tab-arrow
{
    display: block !important;
}

.cnt-tab-wrap h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    display: inline-block;
}

.cw-cnt-tab li:nth-of-type(2) h3
{
    background-position: center -75px;
}

.cw-cnt-tab li:nth-of-type(3) h3
{
    background-position: center -160px;
}

.cnt-tab-wrap i{
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 8px;
    line-height: 34px;
    height: 28px;
    display: inline-block;
    color: #303030;
}

.cnt-tab-wrap i.cnt-part{
    width: 24px;
    background: url("../../img/contact_us/sprite_contact_us_new.png")no-repeat left 0;
}

.cw-cnt-tab .active .cnt-tab-wrap i.cnt-part{
    background-position: left -71px;

}

.cnt-form-wrap
{
    border: 1px solid #f3f2f5;
    border-top:0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fff;
    padding:33px 25px 25px 25px;
}
.form-group{
    margin-bottom: 20px;''
}

.cnt-tab-feild input, .cnt-tab-feild select, .cnt-tab-feild textarea {
    border: 1px solid #eeeeee;
    border-radius: 4px !important;
    width: 100%;
    background-color: #fbfbfb;
    box-shadow: none !important;
    height: 55px;
}

.cnt-tab-feild select{
    width: 100%;
    padding: 0 6px;
    color:#7B7B7B;
}

.cnt-tab-feild textarea
{
    height: 140px;
    resize: none;
}

.cnt-tab-submit
{
    text-align: center;
    margin-top: 15px;
}

.cnt-tab-submit .cw-glb-btn {
    font-size: 18px;
    text-transform: uppercase;
    width: 290px;
    line-height: 29px;
    height: 46px;
    background: #09ebaf;
}

.cnt-tab-submit .cw-glb-btn:focus{
    border: 0;
    outline: 0;
}

.cw-cnt-sidebar
{
    padding: 20px 20px;
}

.cw-cnt-sidebar > h2, .cw-cnt-sidebar .cnt-social > h2, .cw-cnt-sidebar .cnt-support-tk > h2 {
    font-size: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}

.cw-cnt-sidebar > p
{
    font-size: 18px;
    color: #091e42;
    border-bottom: 1px solid #e6e6f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cw-cnt-sidebar .cnt-email {
    margin-top: 0;
    font-size: 20px;
    color: #3d4751;
    border-bottom: 1px solid #e6e6f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cw-cnt-sidebar .cnt-email > a
{
    display: block;
    font-size: 18px;
    color: #3d7fed;
    margin-top: 15px;
}

.cw-cnt-sidebar .cnt-social, .cw-cnt-sidebar .cnt-support-tk
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6f7;

}
.cw-cnt-sidebar .cnt-support-tk{
    border-bottom: 0;
}

.cw-cnt-sidebar .cnt-social ul li
{
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
    font-size:0;
    margin-bottom: 4px;
}
.cw-cnt-sidebar .cnt-social ul li:last-child{
    margin-right: 0;
}

.cw-cnt-sidebar .cnt-social ul li a{
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #2e39bf;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 23px;
}
.cw-cnt-sidebar .cnt-social ul li a i{
    color: #fff;
}
.cw-cnt-sidebar .cnt-support-tk
{
    padding-bottom: 25px;
}

.cw-cnt-sidebar .cnt-social ul, .cw-cnt-sidebar .cnt-support-tk ul
{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.cw-cnt-sidebar .cnt-support-tk ul li a {
    display: block;
    padding: 8px 10px;
    width: 100%;
}

.cw-cnt-sidebar .cnt-support-tk ul li:nth-of-type(2) a
{
 background-color: #f2f2f5;
    margin-top: 12px;
}

.cw-cnt-sidebar .cnt-support-tk ul li a > img
{
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cw-cnt-sidebar .cnt-support-tk ul li a > span {
    font-size: 14px;
    color: #0f1450;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

/*.cw-cnt-sidebar .cnt-support-tk .chat*/
/*{*/
    /*background-position: center -141px;*/
/*}*/

/*.cw-cnt-sidebar .cnt-support-tk .support*/
/*{*/
    /*background-position: center -228px;*/
/*}*/

.cnt-mb-form-wrap
{
    padding: 0 30px;
}

.cnt-mb-form-wrap > .cw-validator
{
    margin-left: 15px;
    margin-right:15px;
}

/*contact form 7*/
div.wpcf7-validation-errors{
    background: #f2dede;
    color: #7e8890;
    border-color: #dca7a7 !important;
    margin-top: 0 !important;
}

span.wpcf7-not-valid-tip{
    padding-left: 15px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .cw-cnt-sidebar .cnt-support-tk ul li a > span {
    font-size: 12px;
    }

    .cw-cnt-sidebar .cnt-support-tk ul li a {
        padding: 8px 6px;
    }
}

@media (min-width: 768px) {
    .cw-cnt-tab  .cnt-tab-wrap{
        -webkit-border-top-left-radius: 10px !important;
        -webkit-border-top-right-radius: 10px !important;
        -moz-border-radius-topleft: 10px !important;
        -moz-border-radius-topright: 10px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
}

@media (max-width: 992px) {

    .cw-cnt-sidebar {
        padding: 30px 10px;
    }

    .cw-cnt-sidebar .cnt-support-tk
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {

    .cnt-bnr
    {
        min-height: 220px;
        padding: 70px 0 50px;
    }

    .cnt-bnr-cont > h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .cnt-bnr-cont > p {
        font-size: 16px;
    }

    .cnt-form-wrap
    {
        border: 0;
    }

    .cnt-frm-section {
        padding: 30px 0;
    }

    .cw-cnt-tab li
    {
        width: 100%;
    }

    .cw-cnt-tab li>a
    {
        background: url("../../img/widget/glb-drop-icon.png") no-repeat 92% 33px;
        font-size: 0;
    }

    .cw-cnt-tab li:first-child>a, .cw-cnt-tab li:first-child>a:hover,
    .cw-cnt-tab li.active:first-child>a:hover{
        border-left: 0 !important;
        /*border-top: 1px solid #f0f0f1 !important;*/
    }

    .cw-cnt-tab .active .cnt-tab-wrap
    {
        border-left: 0 !important;
        border-bottom-color: transparent !important;
        margin: 0 !important;
        padding: 24px 0 !important;
        background-position: 92% -43px;
    }

    .cnt-tab-wrap, .cnt-tab-wrap:hover
    {
        /*font-size: 18px;*/
        text-align: center;
        padding: 24px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #d0dae5 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        float: left;
        width: 100%;
    }

    /*.cnt-tab-wrap, .cnt-tab-wrap:hover
    {
        border: 0 !important;
        border-bottom: 1px solid #d6d6d6 !important;
    }

    .cw-cnt-tab .active .cnt-tab-wrap {
        margin: 0px !important;
        padding: 15px !important;
        border: 0 !important;
        border-bottom: 1px solid #d6d6d6 !important;
    } */

    .cw-cnt-sidebar {
        text-align: center;
    }

    .cw-cnt-sidebar > p {
        font-size: 14px;
    }

    .cnt-mb-form-wrap
    {
        padding: 0;
    }

    /* NAVIGATION */
    .page_contact_us .navbar-default .navbar-toggle.collapsed .icon-bar, .page_contact_us .navbar-default .navbar-toggle.collapsed:hover .icon-bar, .page_contact_us .navbar-default .navbar-toggle.collapsed:focus .icon-bar, .page_contact_us .navbar-default .navbar-toggle .icon-bar {
        background-color: #00AEEF !important;
    }

    .page_contact_us a.navbar-brand {
        height: 50px;
        background-position: center -90px !important;
    }

}

@media (max-width: 500px) {

    .cnt-tab-submit .cw-glb-btn {
        width: 100%;
    }

    .cnt-tab-submit {
        margin-top: 15px;
    }

}