/******************Contact US Page***********************/
.contact__header {
    background-image: url("../images/Facts_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: calc(100vh - 100px);
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    padding-top: 116px;
}

.contact__header--title {
    font-size: 50px;
    color: white;
}

.contact__header--sub-title {
    color: white;
    font-size: 22px;
    text-align: center;
}

.contact__header--info {
    color: #f6f6f6;
    background-color: rgba(54, 55, 56, 0.66);
    border-radius: 13px;
    text-align: center;
    padding: 10px 0px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}

.contact__header--info > a,
.contact__header--info > a:hover {
    color: #f6f6f6;
}

.medialinks {
    position: absolute;
    top: 28%;
    color: white;
    width: 100%;
}

.iconimgf {
    font-size: 28px;
}

.iconimgt {
    font-size: 28px;
}

.iconimgl {
    font-size: 28px;
}

.iconimgy {
    font-size: 28px;
    margin-left: -5px;
}

.contact__header--info__media {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 13px;
    padding: 11px 8px 7px 13px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 10px;
}

.contact__header--info__media.facebook:hover {
    background: #3b5998;
    color: white;
}

.contact__header--info__media.youtube:hover {
    background: #bb0000;
    color: white;
}

.contact__header--info__media.twitter:hover {
    background: #55acee;
    color: white;
}

.contact__header--info__media.linkedin:hover {
    background: #007bb5;
    color: white;
}

.contact__header--info__container {
    width: 80%;
}

.mediaicon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 13px;
    padding: 7px 13px 3px 13px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mediaicon.facebook:hover {
    background: #3b5998;
    color: white;
}

.mediaicon.youtube:hover {
    background: #bb0000;
    color: white;
}

.mediaicon.twitter:hover {
    background: #55acee;
    color: white;
}

.mediaicon.linkedin:hover {
    background: #007bb5;
    color: white;
}

.contact__form--container {
    width: 60%;
    margin: 0 auto;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
    margin-top: -150px;
    margin-bottom: 100px;
}

.contact__form--sub__container {
    background-color: rgba(246, 246, 246, 0.32);
    border-radius: 16px;
    padding: 8px 27px;
}

.containertitle {
    text-align: center;
    color: #48a648;
    font-size: 40px;
}

.contact__form {
    background-color: rgba(246, 246, 246, 0.32);
    border-radius: 60px;
    padding: 40px 78px;
}

.inputlabel {
    font-size: 19px;
    font-weight: bold;
}

.inputfeild {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}

.mTop {
    margin-top: 14px;
}

.starstyle {
    color: #ed3424;
}

.submitbtn {
    background-color: #ffbe2c;
    background-color: #ffbe2c;
    border: 1px solid #ffbe2c;
    box-shadow: 0px 3px 0px #e67f25;
    width: 36.3%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 9px;
    padding: 6px 5px 5px 5px;
    height: 48px;
    margin-top: 23px;
}

#confirmation_modal .modal-content,
#complete_reg_modal .modal-content {
    border-radius: 16px;
    padding: 10px 30px;
}

#confirmation_modal .modal-body,
#complete_reg_modal .modal-body {
    color: #707070;
}

#confirmation_modal .modal-content .title,
#complete_reg_modal .modal-content .title {
    font-size: 35px;
    color: #01c851;
}

#confirmation_modal .title__sub,
#complete_reg_modal .title__sub {
    font-size: 23px;
    color: #01c851;
    font-weight: 500;
}

#confirmation_modal .modal-footer,
#complete_reg_modal .modal-footer {
    border: none;
    padding-top: 30px;
}

#confirmation_modal .close_btn,
#complete_reg_modal .close_btn {
    border-radius: 9px;
    padding: 3px 30px;
    background-color: #ffbe2c;
    border: 1px solid #ffbe2c;
    box-shadow: 0px 3px 0px #e67f25;
}

#confirmation_modal .contact-details a,
#complete_reg_modal .contact-details a {
    color: #707070;
}

.contact__header--info__container .col-md-4 {
    padding-right: 0;
}

/********************* Responsive ************************/

/*************** IPad Screen **********************************/
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact__header {
        height: 600px;
    }

    .contact__header--info__container {
        width: 100%;
    }

    .contact__form--container {
        width: 85%;
    }

    .contact__form--container {
        margin-top: -21%;
    }

    .contact__header--info__media {
        margin-right: 4px;
    }

    .contact__header--info {
        font-size: 17px;
    }

    .contact__header--info__media {
        padding: 15px 8px 7px 13px;
    }

    .contact__form {
        padding: 40px 50px;
    }
}

/***************** Md Screen **********************************/
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .contact__form--container {
        margin-top: -120px;
    }

    .contact__header--info__container {
        width: 90%;
    }

    .submitbtn {
        margin-top: 16px;
    }

    .formcontent {
        padding: 3%;
    }

    .mTop {
        margin-top: 7px;
    }
}

/*************** XL Screen *******************/
@media screen and (min-width: 1200px) {
    .mTop {
        margin-top: 22px;
    }

    .submitbtn {
        margin-top: 23px;
    }

    .padding-right {
        padding-right: 0px;
    }
}

@media screen and (max-height: 635px) {
    .contact__form--container {
        margin-top: -150px;
    }
}

@media screen and (min-width: 1365px) and (max-width: 1919.98px) {
    .inputlabel {
        font-size: 17px;
    }

    .contactusStyle {
        font-size: 50px;
    }
}

@media screen and (min-width: 1920px) and (max-height: 1080.98px) {
    .mTop {
        margin-top: 3%;
    }

    .inputlabel {
        font-size: 17px;
    }

    .contactusStyle {
        font-size: 60px;
    }

    .help-text {
        width: 72%;
        font-size: 30px;
    }

    .inputlabel {
        font-size: 25px;
    }
}

/************** Mob Screen *******************************/
@media screen and (max-width: 767px) {
    .contact__header {
        height: 650px;
    }

    .contact__form--container {
        width: 90%;
    }

    .contact__form {
        padding: 40px 50px;
    }

    .contact__header--info {
        margin-bottom: 15px;
    }
    .iconimgy {
        font-size: 15px;
    }

    .iconimgf {
        font-size: 15px;
    }

    .iconimgt {
        font-size: 15px;
    }

    .iconimgl {
        font-size: 15px;
    }

    .submitbtn {
        font-size: 16px;
        width: 56.3%;
        height: 43px;
    }

    .inputlabel {
        font-size: 17px;
    }

    .mediaicon {
        background-color: transparent;
        padding: initial;
    }
}

@media screen and (max-width: 600px) {
    .contact__header {
        height: 700px;
        padding-top: 85px;
    }

    .contact__header--title {
        font-size: 40px;
    }

    .contact__header--sub-title {
        font-size: 15px;
    }

    .contact__header--info {
        height: 40px;
        font-size: 16px;
    }

    .contact__form {
        padding: 35px 8px;
    }
}

@media screen and (max-width: 450px) {
    .contact__header {
        height: 550px;
        padding-top: 85px;
    }
}
