.contact-form-wrap {
    padding: 30px 0;
    float: left;
    width: 100%;
}

.cc-shadow {
    box-shadow: 0 13px 40px -5px #171717;
    float: left;
    width: 100%;
    background:#fff;


}
.contact-seemore {
    clear: both;
}
.contact-form-wrap .main-heading {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
    width: 17%;
    margin: 0 auto 25px;
    border-bottom: 1px solid #fff;
}

.call-center {
    float: left;
    width: 100%;
    background: #fff;
    padding: 35px 45px;
    min-height: 584px!important;
}

    .call-center h3 {
        color: #050505;
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 40px;
        border-bottom: 1px solid #c5c5c5;
    }

    .call-center .cc-heading02 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .call-center a {
        font-size: 18px;
        font-weight: 600;
        display: block;
    }

        .call-center a i {
            color: #ed1d24;
            padding-right: 7px;
            position: relative;
            top: 3px;
        }

            .call-center a i.fa-phone {
                color: #ed1d24;
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .call-center p {
        margin-bottom: 40px;
    }

.contactform-right {
    float: left;
    width: 100%;
    background: rgba(4, 75, 113, 0.9);
    color: #fff;
    /*	max-height: 470px;*/
}

.contactform-right-pd {
    float: left;
    width: 100%;
    padding: 35px 35px 20px;
}

.contactform-right form {
    float: left;
    width: 100%;
}

.form-header h3.question {
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #4a6d81;
}

.form-header h3 > span {
    font-size: 14px;
}

.contactform-right .form-holder {
    margin-bottom: 35px;
    position: relative;
}

    .contactform-right .form-holder .input-effect {
        border: 0;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        background: transparent;
        color: #fff;
        font-size: 14px;
    }

        .contactform-right .form-holder .input-effect::placeholder {
            color: #fff;
        }

    .contactform-right .form-holder select.input-effect {
        color: #fff !important;
    }

.contactform-right .textarea-width, .contactform-right .toggle-switch {
    margin-bottom: 20px;
}

    .contactform-right .textarea-width label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contactform-right .textarea-width .textarea {
        width: 100%;
        background: #003551;
        border: 0px;
        border: 1px solid #003551;
        font-size: 14px;
    }

.contactform-right .form-holder .icon-color {
    color: #fff;
    right: 0;
}

.contactform-right .textarea-width .textarea:focus {
    border: 1px solid #ef3339;
}

.contactform-right .toggle-switch p {
    padding-left: 36px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -4px;
}

.contactform-right .toggle-switch input:checked + .slider {
    background-color: #cbccce;
}

.contactform-right .toggle-switch .slider {
    background-color: #cbccce;
}

.submit-wrap img {
    padding-right: 5px;
}

.submit-wrap .btn-submit {
    background: transparent;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .submit-wrap .btn-submit:hover {
        background: #ef3339;
        border: 2px solid #ef3339;
    }

.contact-tab-holder {
    float: left;
    width: 100%;
    padding: 30px 0;
}

    .contact-tab-holder .tabs-thumbs {
        float: left;
        width: 100%;
        text-align: center;
        /*    margin: 0 20px;*/
    }

        .contact-tab-holder .tabs-thumbs li {
            /*    float: left;*/
            display: inline-block;
            text-align: center;
            padding: 15px 25px;
            -webkit-transition: .5s;
            transition: .5s;
            min-height: 50px;
            min-width: 195px;
            cursor: pointer;
            text-transform: uppercase;
            background: #fff;
            color: #000;
            border-right: 1px solid #e8e8e8;
            border-top: 1px solid #e8e8e8;
        }

            .contact-tab-holder .tabs-thumbs li:last-child {
                border-right: 1px solid transparent;
            }

            .contact-tab-holder .tabs-thumbs li.is-active {
                background: #0276b3;
                position: relative;
                color: #fff;
                border-right: 1px solid transparent;
                border-top: 1px solid transparent;
            }

                .contact-tab-holder .tabs-thumbs li.is-active:after {
                    border-color: rgba(136, 183, 213, 0);
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid #0276b3;
                    right: 0;
                    left: 0;
                    bottom: -10px;
                    margin: 0 auto;
                    z-index: 2;
                }

    .contact-tab-holder .tabs-panels {
        padding: 0;
        position: relative;
        background: transparent;
        /*
	box-shadow: 0 4px 30px -5px #5a5a5a;
	position: relative;
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
*/
    }

    .contact-tab-holder .tab-map-border {
        box-shadow: 0 10px 30px -10px #5a5a5a;
        background: #fff;
        padding: 5px;
        margin-bottom: 45px;
    }

    .contact-tab-holder .tabs-panels .search-box {
        padding: 0px 15px;
        position: absolute;
        max-width: 690px;
        margin: 30px auto 0 auto;
        left: 0;
        right: 0;
    }

        .contact-tab-holder .tabs-panels .search-box .form-holder {
            position: relative;
            display: inline-block;
            float: left;
            border: 1px solid #b9b9b9;
            background: #fff;
            padding-right: 0px;
        }

            .contact-tab-holder .tabs-panels .search-box .form-holder select {
                border: 0;
                padding: 10px 10px;
                color: #a2a2a2;
                height: 45px;
                font-size: 14px;
            }

    .contact-tab-holder .tabs-panels .form-width1 {
        width: 25% !important;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .contact-tab-holder .tabs-panels .form-width2 {
        width: 46.66%important;
        border-left: 0 !important;
    }

    .contact-tab-holder .tabs-panels .search-box .searchbtn-wrap {
        float: left;
        /*    width: 33.33%;*/
        width: 24.33%;
        cursor: pointer;
        text-align: center;
    }

    .contact-tab-holder .tabs-panels .searchbtn-wrap .btn-search {
        width: 100%;
        border: 1px solid #ef3339;
        background: #ef3339;
        color: #fff;
        height: 47px;
        padding: 15px 25px;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        line-height: 15px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
    }

.contact-address-wrap {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

    .contact-address-wrap .contact-info {
        text-align: center;
        background: #fff;
        padding: 20px 20px;
        box-shadow: 0 4px 17px 2px #cecece;
        min-height: 300px;
        margin-bottom: 30px;
        border-bottom: 5px solid transparent;
        transition: all 0.5s linear;
        overflow: hidden;
    }

        .contact-address-wrap .contact-info:hover {
            border-bottom: 5px solid #4993d4;
            box-shadow: none;
        }

            .contact-address-wrap .contact-info:hover h3 {
                color: #ef3339;
            }

        .contact-address-wrap .contact-info h3 {
            color: #1a83ba;
            font-size: 18px;
            margin-bottom: 15px;
            text-transform: uppercase;
            font-weight: 600;
            transition: all 0.5s linear;
        }

            .contact-address-wrap .contact-info h3 > i {
                color: #ef3339;
                font-size: 40px;
                padding-right: 7px;
            }

        .contact-address-wrap .contact-info p {
            font-size: 14px;
            color: #000;
            margin-bottom: 20px;
        }

        .contact-address-wrap .contact-info ul > li {
            display: inline-block;
            margin-right: 20px;
            font-weight: 600;
        }

            .contact-address-wrap .contact-info ul > li:last-child {
                margin-right: 0px;
            }

            .contact-address-wrap .contact-info ul > li > a > i {
                color: #4993d4;
            }

                .contact-address-wrap .contact-info ul > li > a > i.fa-phone {
                    color: #4993d4;
                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

.contact-add-bg {
    background: #edecf4;
}

.contact-seemore .btn2 {
    font-size: 16px;
    min-width: 150px;
    font-weight: bold;
    padding: 8px 20px;
}

/*** Parallax background ***/
.parallax {
    position: relative;
    background-attachment: fixed;
    /*  	background-position: center 0;*/
    background-position: top bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /**
   * Default height
   */
    /*  height: 100%;*/
}

.viewmp-direction {
    clear: both;
    margin: 10px 0 0 0;
    width: 100%;
    padding: 0 15px;
}

    .viewmp-direction a {
        border: 1px solid #c5c5c5;
        padding: 6px 10px 6px 10px;
        font-size: 13px;
        color: #1a83ba;
        float: right;
        -webkit-transition: all linear 0.5s;
        transition: all linear 0.5s;
    }

        .viewmp-direction a:hover {
            background: #1a83ba;
            color: #fff;
            border: 1px solid #1a83ba;
        }

        .viewmp-direction a i {
            font-size: 16px;
            position: relative;
            top: 2px;
            padding-left: 5px;
        }

#indiaOfficeCnt,
#usaOfficeCnt {
    height: 660px;
    overflow: hidden;
}

    #indiaOfficeCnt.viewFull,
    #usaOfficeCnt.viewFull {
        display: block;
        transition: visibility 0s, opacity 2s linear;
        height: auto;
    }
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .parallax {
        /*    background-attachment: scroll;*/
    }
}

/************* Responsive Code **************/

@media (min-width: 2000px) {
    .contact-bg {
        height: 70vh;
    }
}

@media (max-width: 992px) {
    .contact-form-wrap .main-heading {
        width: 30%;
    }
    /*
	.call-center{
		min-height: 476px;
	}		
	.contactform-right{
		max-height: 476px; 
		padding: 25px 25px 20px;
	}
*/
    .call-center h3 {
        margin-bottom: 20px;
    }

    .contactform-right-pd {
        padding: 25px 25px 20px;
    }

    .call-center a {
        ;
        padding-bottom: 7px;
        font-size: 16px;
    }

    .contactform-right .form-holder {
        margin-bottom: 25px;
    }

    .contactform-right .form-header h3.question {
        font-size: 18px;
    }

    .contact-tab-holder .tabs-thumbs li {
        min-width: 150px;
    }

    .contact-address-wrap .contact-info {
        padding: 20px 15px;
        min-height: 285px;
    }

        .contact-address-wrap .contact-info h3 {
            font-size: 14px;
        }

            .contact-address-wrap .contact-info h3 > i {
                font-size: 30px;
            }

        .contact-address-wrap .contact-info ul > li {
            margin-bottom: 5px;
        }

    #indiaOfficeCnt,
    #usaOfficeCnt {
        height: 622px;
    }
}

@media (max-width: 767px) {
    .contact-bg {
        height: 130vh;
    }

    .cform-padding {
        padding: 0 15px;
    }

    .contact-form-wrap {
        padding: 15px 0;
    }

    .call-center {
        min-height: initial !important;
       padding: 20px 35px;
        height: auto !important;
    }
    .contact-address-wrap .contact-info {
        min-height: initial;
        margin-bottom: 20px;
    }
    button.inOffice {
        margin: 20px 0 0 0;
    }
    .viewmp-direction a {
        float: none;
    }

    .call-center h3 {
        margin-bottom: 13px;
        font-size: 18px;
    }

    .call-center a {
        font-size: 14px;
    }

    .call-center .cc-heading02 {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    .call-center p {
        margin-bottom: 10px;
    }
    /*
	.contactform-right{
		max-height: initial;
		padding: 20px 20px 20px;
	}
*/
    .contactform-right-pd {
        padding: 20px 20px 20px;
    }

    .form-header h3.question {
        margin-bottom: 15px;
    }

    .contactform-right .form-holder {
        width: 100%;
        margin-bottom: 15px;
    }

    .contactform-right .textarea-width, .contactform-right .toggle-switch {
        margin-bottom: 10px;
    }

        .contactform-right .toggle-switch p {
            top: 0;
        }

    .contact-tab-holder {
        padding: 10px 0;
    }

        .contact-tab-holder .tabs-thumbs {
            position: relative;
            top: 9px;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            overflow-y: hidden;
            white-space: nowrap;
        }

        .contact-tab-holder .tabs-panels {
            margin-bottom: 20px;
            background: #fff;
        }

            .contact-tab-holder .tabs-panels .search-box {
                position: relative;
                max-width: 100%;
                margin: 15px auto 20px auto;
                float: left;
                width: 100%;
            }

                .contact-tab-holder .tabs-panels .search-box .form-holder {
                    width: 100% !important;
                    border-radius: 5px;
                    margin-bottom: 10px;
                }

            .contact-tab-holder .tabs-panels .form-width2 {
                border-left: 1px solid #b9b9b9 !important;
            }

        .contact-tab-holder .tabs-thumbs li {
            padding: 10px 25px;
            min-width: 100px;
        }

            .contact-tab-holder .tabs-thumbs li.is-active:after {
                bottom: 0px;
            }

        .contact-tab-holder .tabs-panels .search-box .form-holder select {
            height: 35px;
        }

        .contact-tab-holder .tabs-panels .search-box .form-holder .icon-color {
            top: 8px;
        }

        .contact-tab-holder .tabs-panels .search-box .searchbtn-wrap {
            width: 100%;
        }

        .contact-tab-holder .tabs-panels .searchbtn-wrap .btn-search {
            height: 40px;
            padding: 12px 25px;
            border-radius: 5px;
        }

    .contact-address-wrap {
        padding: 30px 15px;
    }
}

@media (max-width: 585px) {
    .contact-tab-holder .tabs-thumbs li {
        padding: 5px 15px;
        min-width: initial;
        min-height: 45px;
    }

    .contact-form-wrap .main-heading {
        width: 55%;
        font-size: 20px;
    }

    .contactform-right .submit-wrap {
        float: left !important;
    }
}