﻿body {
    /*margin: 0*/;
}

* {
   /* box-sizing: border-box;*/
}

img {
   /* width: 100%;*/
}

.backgroundOverlay-adv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 999;
}

.form-section-main-adv {
   /* position: relative;
    z-index: 2;
    height: 100vh;
    width: 100%;*/
	position: fixed;
    z-index:9999;
    height: 100vh;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.form-section-adv {
    width: 100%;
    /*max-width:600px;*/
    max-width:880px;
    margin: auto;
    display: table;
    padding: 0;
    background: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

    .form-section-adv .img-div {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        line-height: 0;
		padding: 15px;
    }



   /* .form-section .form-div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 15px;
        position: relative;
    }*/




.enquiry-div-popup {
    /* position: fixed;
    background: #071b62;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    bottom: 15px;
    left: 15px;
    font-size: 22px;
    cursor: pointer; 
	z-index:999; */
}

.close-div-popup-adv {
    background:#d92828;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    top: -15px;
    right: -15px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    border: 2px solid #d92828;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

    .close-div-popup-adv:before {
        width: 75%;
        height: 2px;
        background: #fff;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        transition: all 0.3s ease-in-out;
    }

    .close-div-popup-adv:after {
        width: 75%;
        height: 2px;
        background: #fff;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(-45deg);
        transition: all 0.3s ease-in-out;
    }

    .close-div-popup-adv:hover {
        background: #fff;
    }

        .close-div-popup-adv:hover:hover:after, .close-div-popup-adv:hover:hover:before {
            background: #071b62;
        }



@media (max-width:1366px) {
  .form-section-adv {
        width: 90%;
        max-width: 880px;
    }

}



@media (max-width:767px) {
    .form-section-adv .img-div {
        display: block;
    }
    .form-section-adv .form-div {
    /*width:100%;*/

    }
    .form-section-adv {
        width: 90%;
        max-width: 450px;
    }

    .icon-div {
        margin-top: 33px;
    }

}
