header.contact-banner {
    background: #1b2375 url('../png/contactbanner.png') no-repeat center top;
    padding-bottom: 0;
}

header.contact-banner:after {
    display: none
}
/*
.contact-content-sec section h2 {
  color: #282d8c;
  font-size: 40px;
}*/

.banner.header-txt {
    width: 100%;
    margin: 0;
    padding: 130px 0;
    text-align: left
}

.banner-inn {
    width: 100%;
    display: inline-block
}

.banner.header-txt h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.banner.header-txt h1 span {
    display: block;
    font-size: 60px
}

header.inner-page-banner:before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: #1b2273;
    background: -moz-linear-gradient(top,#1b2273 0,#4c4ed5 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,#1b2273),color-stop(100%,#4c4ed5));
    background: -webkit-linear-gradient(top,#1b2273 0,#4c4ed5 100%);
    background: -o-linear-gradient(top,#1b2273 0,#4c4ed5 100%);
    background: -ms-linear-gradient(top,#1b2273 0,#4c4ed5 100%);
    background: linear-gradient(to bottom,#1b2273 0,#4c4ed5 100%)
}

/*header.inner-page-banner::after {
    content: "";
    transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    position: absolute;
    height: 380px;
    left: 0;
    bottom: -110px;
    display: block;
    z-index: 9;
    width: 100%;
    background: #f7f7fe
}
*/
.request-demo .contact-form form input,.request-demo .contact-form form select {
    padding: 20px 0 5px
}

.request-demo .contact-form form textarea {
    min-height: 115px
}

.request-demo .contact-form form input.reqst-demo {
    padding: 12px 0 10px
}

.contact-content-sec {
    background: #f5f6fe;
    border-bottom: 1px solid #dadcf5
}

.contact-content-sec .contact-form form {
    margin: 0;
    padding: 20px 30px 40px
}

.contact-content-sec .content-sec {
    float: left;
    width: 100%
}

.contact-content-sec .content-sec h2 {
    margin: 0 0 10px
}

.contact-content-sec .content-sec h2.title {
    margin: 0 0 10px;
    color: #15338c;
    font-size: 30px;
    padding: 10px 0 0 15px;
    font-weight: 600;
}

.contact-content-sec .content-sec .sec-title {
    margin: 0 0 40px
}

.contact-content-sec .content-sec .sec-title p {
    font-size: 17px
}

.contact-content-sec .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#f3f5f7 53%,#f3f5f7 100%);
    background: -webkit-linear-gradient(top,#fff 0,#f3f5f7 53%,#f3f5f7 100%);
    background: linear-gradient(to bottom,#fff 0,#f3f5f7 53%,#f0f2f9 100%);
    border-radius: 0;
    padding: 18px 0 30px 25px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(200,200,230,.65);
    -moz-box-shadow: 1px 1px 5px 0 rgba(200,200,230,.65);
    box-shadow: 1px 1px 5px 0 rgba(200,200,230,.65)
}

.contact-content-sec .nav.nav-tabs li {
    display: inline-block;
    position: relative
}

.contact-content-sec .nav.nav-tabs li button {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

.contact-content-sec .nav.nav-tabs li button,.contact-content-sec .nav.nav-tabs li.active button {
    border: none;
    padding: 12px 25px;
    color: #282d8c;
    border-radius: 0;
}

.contact-content-sec .nav.nav-tabs li button.active {
    background: #2f339a;
    background: -moz-linear-gradient(top, #2f339a 0, #6d6ef7 100%);
    background: -webkit-linear-gradient(top, #2f339a 0, #6d6ef7 100%);
    background: linear-gradient(to bottom, #2f339a 0, #6d6ef7 100%);
    color: #fff;
    border-radius: 5px
}

.contact-content-sec .nav.nav-tabs li button.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 45%;
    margin-left: -7px;
    border: 15px solid transparent;
    border-top-color: #6869f0
}

.contact-content-sec .nav.nav-tabs li button.active::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 45%;
    margin-left: -7px;
    border-width: 15px;
    border-style: solid;
    border-color: rgb(104, 105, 240) transparent transparent;
    border-image: initial;
}

.contact-content-sec .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e0e0fb;
    padding: 0;
    float: left;
    width: 100%
}

.address-box {
    margin: 0
}

.contact-content-sec .address-box,.contact-content-sec .address-box ul {
    padding: 0;
    width: 100%;
    float: left
}

.contact-content-sec .address-box {
    -webkit-box-shadow: 0 0 40px 20px rgba(13,16,87,.05);
    -moz-box-shadow: 0 0 40px 20px rgba(13,16,87,.05);
    box-shadow: 0 0 40px 20px rgba(13,16,87,.05)
}

.contact-content-sec .address-box ul {
    list-style: none;
    margin: 0;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #e0e0fb
}

.address-box.uk ul li {
    min-height: 225px
}

.address-box ul li.variation {
    background: #1a2174
}

.address-box ul li.variation h3 {
    margin: 20px 0 30px;
    color: #fff
}

.address-box ul li {
    list-style: none;
    margin: 0;
    padding: 35px 15px 30px 30px;
    float: left;
    width: 50%;
    border-right: solid 1px #e0e0fb;
    min-height: 315px
}

.address-box ul li h5 {
    font-weight: 500;
    font-size: 28px;
    color: #282d8c;
    margin: 0 0 30px
}

.address-box ul li h5 span {
    font-weight: 500;
    font-size: 28px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.address-box ul li h5 span::before {
    display: none;
    height: 0
}

.address-box ul li .map::before {
    position: absolute;
    content: "";
    background: url(../jpg/map-icon.jpg) no-repeat center center;
    color: #fff;
    font-size: 23px;
    left: -10px;
    top: -3px;
    width: 35px;
    height: 35px
}
.address-box ul li.variation h3 {
    font-weight: 300;
}
.address-box ul li.variation span {
    color: #fff;
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 400;
}

.address-box ul li.variation span a {
    color: #2ddfd9
}

.address-box ul li.variation span a:hover {
    opacity: .7
}

.address-box ul li.variation span.email::before {
    background: url('../png/mail-icon.png') no-repeat center center
}

.address-box ul span.call::before {
    background: url('../jpg/phone-icon.jpg') no-repeat center center
}

.address-box ul span.fax::before {
    background: url('../jpg/fax-icon.jpg') no-repeat center center
}

.address-box ul span::before {
    position: absolute;
    content: "";
    color: #fff;
    font-size: 23px;
    left: -10px;
    top: -6px;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.address-box ul span {
    font-size: 20px;
    position: relative;
    padding: 0 0 20px 35px;
    display: inline-block;
}

.address-box ul p {
    text-align: left;
    font-size: 20px;
    color: #465073;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
    font-weight: 400;
    position: relative
}

.address-box ul li:last-child {
    border-right: none;
}

.address-box ul.last li {
    padding-bottom: 0;
    min-height: 330px
}


.contact-form {
    float: left;
    width: 100%;
    position: relative
}

.contact-form .contact-form-inner {
    color: #fff;
    margin: -145px 0 0
}

.contact-form-heading {
    background: url('../form-heading-bg.html') left top no-repeat;
    color: #fff;
    height: 113px;
    padding: 15px 0 0;
    position: relative;
    z-index: 99
}

.contact-form-inner h3 {
    padding: 15px 20px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px rgba(0,0,0,.1)
}

.contact-form form {
    background: #fff;
    padding: 65px 30px 20px;
    font-size: 16px;
    margin: -26px 0 0 0;
    box-shadow: rgba(13,16,87,.05) 0 0 40px 0
}

.contact-form form input,.contact-form form select,.contact-form form textarea {
    font-size: 16px;
    font-weight: 500
}

.contact-form form input,.contact-form form select,.contact-form form textarea {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d2d7eb;
    width: 100%;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 15px 0 5px;
    font-weight: 500;
    color: #465073;
    outline: 0
}

:focus {
    outline: 0
}

.contact-form form textarea {
    resize: none;
    min-height: 190px
}

.contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../png/select_arrow.png') no-repeat 98% 25px !important;
    word-wrap: normal;
}

.contact-form form input::-webkit-input-placeholder,.contact-form form textarea::-webkit-input-placeholder {
    color: #465073;
    opacity: 1
}

.contact-form form input:-moz-placeholder,.contact-form form textarea:-moz-placeholder {
    color: #465073;
    opacity: 1
}

.contact-form form input::-moz-placeholder,.contact-form form textarea::-moz-placeholder {
    color: #465073;
    opacity: 1
}

.contact-form form input:-ms-input-placeholder,.contact-form form textarea:-ms-input-placeholder {
    color: #465073;
    opacity: 1
}

.contact-form form select:foucs,.contact-form form select:foucs-within {
    outline: 0
}

.contact-form form select option {
    line-height: 20px;
    word-wrap: break-all;
    width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
}

.contact-form form .reqst-demo {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px 12px;
    cursor: pointer;
    transition: all .3s ease 0s;
    margin-left: 0
}

.msg.success-msg {
    color: #333;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    border: 2px solid #42a263;
    font-size: 20px;
    font-weight: 600
}

.msg.success-msg p {
    margin: 0
}

.msg.error-msg {
    color: #333;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
    border: 2px solid red;
    font-size: 20px;
    font-weight: 600
}

.msg.error-msg p {
    margin: 0
}



@media (max-width: 1200px) {
    .contact-content-sec .contact-form form {
        padding: 25px 25px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-content-sec {
        padding: 90px 0 50px;
    }
    .contact-content-sec .content-sec .sec-title {
        margin: 0 0 20px;
    }
    .contact-content-sec .content-sec.right {
        margin: 35px 0 0;
    }
}

@media (max-width: 767px) {
    header.inner-page-banner {
        background: #1b2375 !important;
    }
    .banner.header-txt h1 {
        font-size: 40px;
        text-align: left;
    }
    .banner.header-txt {
        padding: 60px 0;
    }
    .contact-content-sec .contact-form form {
        padding: 10px 25px 20px;
    }
    .contact-content-sec .nav.nav-tabs {
        padding: 15px 0 15px 15px;
    }
    .contact-content-sec .nav.nav-tabs li button {
        font-size: 18px;
        padding: 10px 15px;
        margin-bottom: 5px;
    }
    .contact-content-sec .nav.nav-tabs li button.active::after {
        bottom: -19px;
        border-width: 10px;
    }
    .contact-content-sec .address-box ul {
        border: none;
    }
    .address-box ul li {
        width: 100%;
        min-height: auto;
        padding: 30px 15px 0px 30px;
    }
    .address-box ul.last li {
        width: 100%;
        min-height: auto;
        padding: 30px 15px 20px 30px;
    }
    .contact-content-sec .content-sec h2.title {
        font-size: 26px;
    }
    .address-box ul li h5, .address-box ul li h5 span {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .address-box ul p, .address-box ul span {
        font-size: 18px;
    }
    .contact-content-sec .content-sec {
        margin-top: 40px;
    }
    .contact-form form textarea {
        min-height: 140px;
    }
    section.contact-content-sec {
        padding: 0 0 50px 0;
    }
    .contact-content-sec .content-sec .sec-title {
        margin: 0 0 20px;
    }
}

