﻿.footer_main {
    background-color: #242A35;
    color: #FFFFFF;
    padding: 50px 0;
}

.footer-container {
    width: 1440px;
    max-width: 100%;
    padding: 0 150px;
    margin: 0 auto;
}

.footer-content-box {
    display: flex;
    flex-direction: row;
    width: 80%;
}

.footer_logo {
    width: 27%;
}

.footer_logo img {
    width: 160px;
}

.footer-content {
    width: 73%;
}

.footer-content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.copy_right{
    margin-top:20px;
    display:block;

}
.footer_social_media {
    /*padding-left: 143px;*/
}
.social-media-box {
    width: 20%;
    padding: 0px;
}
.footer_social_media-head {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.footer_social_icons {
    display: flex;
}
.footer_social_icons img {
    display: inline-block;
    margin-right: 28px;
    width: 27px;
}

.divider {
    height: 1px;
    background-color: #84898C;
    margin: 30px 0 40px;
}
.footer-quick-links-box{
    flex-direction: row;
}
.address-box{
    width: 30%;
}
.quick-links-box{
    width: 23%;
}
.footer_contact_details {
    margin-bottom: 12px;
}

.footer_contact_details span:first-child {
    margin-right: 18px;
}
.footer_contact_details span:last-child {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer_header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer_contact_details span a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_contact_details span a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.footer_links a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
    text-decoration: ;
}

.footer_links a:hover{
    color:#FFFFFF;
    text-decoration:underline;
}

.hover-state:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/*Redirect Modal Popup Css*/
.modal-dialog {
    /*width: 100%;*/
    max-width: 796px;
    height: 384px;
    min-height: 384px !important;
}

#redirectModal .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 6px 8px rgb(0 0 0 / 12%), 0px 2px 4px rgb(0 0 0 / 12%);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.redirectModal-content {
    text-align: center;
}

.redirectModal-logo {
    width: 150px;
    height: 25.82px;
    margin-bottom: 48px;
}

.redirectModal-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #242A35;
    margin-bottom: 16px;
}

.reddirectModal-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5A677D;
    margin-bottom: 48px;
}

.redirectModal-cancel-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #002F87;
    padding: 14px 50px;
    background: #ffffff;
    border: 2px solid #002F87;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.redirectModal-cancel-btn:hover, .redirectModal-cancel-btn:focus {
    color: #ffffff;
    background: #002F87;
    border: 2px solid #002F87;
    box-shadow: none;
}
.redirectModal-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    padding: 14px 36px;
    background: #002F87;
    border-radius: 4px;
    border: 2px solid #002F87;
}
.redirectModal-btn:hover, .redirectModal-btn:focus {
    color: #FFFFFF;
    background: #001B4D;
    border: 2px solid #001B4D;
    box-shadow: none;
}
/*Redirect Modal Popup Css*/

/*Inner Pages Common Css Start*/
.innerpage-dropdownlist {
    border: 1px solid #000;
}
/*Inner page Common Css End*/

.HowDoI-close {
    text-align: right;
}

.howDoItModal-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #242A35;
    margin-bottom: 5px;
}

.howDoItModal-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #242A35;
    margin-bottom: 20px;
}

.HowDoI-close-Btn {
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 36px;
    background: #002F87;
    border-radius: 4px;
}

    .HowDoI-close-Btn:hover {
        color: #FFFFFF;
    }

.HowDoI-Video {
    width: 100%;
    height: 320px;
    margin-bottom: 33px;
}

#howDoItModal .modal-dialog {
    max-width: 50%;
	margin-top: 100px;

}
/*HowDoI Modal PopUp CSS*/

#firstTimeModel .modal-dialog {
   max-width: 50%;
	margin-top: 100px;

}
@media only screen and (max-width: 1366px) {
    .footer-container {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1024px){
    .footer-container {
        padding: 0 30px;
    }
    .footer-content-box {
        flex-direction: column;
        width: 75%;
    }
    .footer_logo img {
        margin-bottom: 15px;
    }
    .footer-content {
        width: 100%;
    }
    .social-media-box {
        width: 25%;
    }
    .footer_social_media {
        margin-top: 30px;
        /*padding-left: 130px;*/
    }
    .address-box {
        width: 50%;
    }
    .quick-links-box {
        width: 50%;
    }
    .last-quick-links-box{
        margin-top:30px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-content-box {
        width: 100%;
    }
    .footer_social_media {
        padding-left: 15px;
    }
    .footer_social_icons img{
        margin-left: 0px;
    }
    .address-box {
        width: 100%;       
    }
    .quick-links-box {
        width: 100%;
        margin-top: 30px;
    }
    .copy_right{
        margin-top: 20px;
    }
    #redirectModal .modal-dialog {
        width: 96%;
    }
    #howDoItModal .modal-dialog {
        max-width: 96%;
    }
	#firstTimeModel .modal-dialog {
        max-width: 96%;
    }
}

@media only screen and (max-width: 640px) {
    #redirectModal .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0px;
    }

    #redirectModal .modal-body {
        display: flex;
    }

        #redirectModal .modal-body div {
            margin: auto 0px;
        }

    #redirectModal .modal-content {
        height: 100%;
    }

    #redirectModal .redirectModal-cancel-btn {
        width: 285px;
        display: block;
        margin: 0 auto 20px;
    }

    #redirectModal .redirectModal-btn {
        width: 285px;
    }
    #howDoItModal .modal-dialog {
        max-width: 100%;
    }
	#firstTimeModel .modal-dialog {
        max-width: 100%;
    }
}