
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Lato:300';
body{
    font-family: 'Open Sans', sans-serif;
    background-color: #fff !important;
    overflow-x: hidden;
}


#three_dot{
    display: inline-block;
    float: left;
    margin-top: 9.8%;
}
#three_dot a{
    font-size: 2em;
}




.listspace1{
        margin-top: -10px !important;
}
.left-links{
    display: inline-block;
    margin-top: 10%;
    font-family: 'Open Sans', sans-serif; 
}
.left-links a{
    color: #6E6E6E;
    font-size: 1.2em;
    font-weight: 400;
    padding-left: 15px;
    font-size: 17px;
}
.toplink
{
    color: #6E6E6E;
    font-size: 1.2em;
    font-weight: 400;
}
.left-links a:hover , .left-links a:focus{
    text-decoration: none;
    color: inherit;
}

.content{
    padding-top: 9%;
    width: 60%;

}
.brand-logo a{
    color:#000;
}
.contryicon
{
 color:#000;   
 font-weight: 600;

}
.brand-logo span{
    float: right;
    margin-top: 51px;
    font-weight: 600;
    font-size: 1em;
    margin-right: 5px;
}
.heading h1{
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 5px !important;
}
div.ad8-center{
    width: 150px;
    
    height: 40px;
    margin-bottom: -20px;
    z-index: 9;
    margin-top: 21%;
}
.ad8{
    width: 150px;
    height: 40px !important;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    padding:5px 0;
    display: none;
}
.active{
    display: inline-block !important;
}
.ad8 img{
    box-shadow: none !important;
    padding-top: 2px;
}
.ad8 p{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 3px;
}
.ad1{
    width: 140px !important;
    height: 26px !important;
}

.flip-panel, .flip-panel img{
    width: 120px !important;
    height: 86px !important;
    border-radius: 26px;
}
.panels{
    width: 120px !important;
    height: 86px !important;
}
.card-panel{
    margin-top: -19px;
    border-radius: 5px;
    padding: 3% 2% 2% 4%;
    border:1px solid #bdbdbd;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    
}
.brandicon
{
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}
.flip-btns{
    width: 100%;
    padding: 0 15% 1% 12%;
    margin-top: 2%;
}

.fl-btn{
    width: 205px !important;
    height: 33px !important;
    margin:0 1% !important;
}
.fl-btn2{
    width: 108px !important;
    height: 33px !important;
    margin:0 1% !important;
}
.flip-b, .flip-b img{
    width: 205px !important;
    height: 33px !important;
    box-shadow: none !important;
}
.flip-b2, .flip-b2 img{
    width: 108px !important;
    height: 33px !important;
    box-shadow: none !important;
}
footer{
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    width: 100%;
    position: relative;
    bottom: 0;
}
footer > .left-links{
    margin:5px 0!important;
    padding-left: 40px;
}
footer a{
    font-size: 1em !important;
}
.footerres
{
    margin-top: 0px;
    font-size: 16px;
}

.right-links{
    
    display: inline-block;
    
}
.center-link{
    display: inline-block;
    width: 20%;
    
}



.modal-dialog{
    width: 75%;
    margin-top: 2.1%;
}
.close{
    outline: none;
}
.close:focus{
    outline: none;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
    
}
.flip-container2{
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
    
}
/*
.flip-container2:hover .flipper2,  
  .flip-container2.hover .flipper2{
		-webkit-transform: rotateY(180deg) !important;
		-moz-transform: rotateY(180deg) !important;
    -o-transform: rotateY(180deg) !important;
		transform: rotateY(180deg) !important;
	}*/
.front, .back {
	-webkit-backface-visibility: hidden !important;
	-moz-backface-visibility: hidden !important;
  -o-backface-visibility: hidden !important;
	backface-visibility: hidden !important;

	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.back {
	-webkit-transform: rotateY(180deg) !important;
	-moz-transform: rotateY(180deg) !important;
  -o-transform: rotateY(180deg) !important;
	transform: rotateY(180deg) !important;

	
}
.flip-container3 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;    
}

.flip-container3 .flipper3{
    transform-origin: 100% 15px;
}
.flip-container:hover .flipper,  
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.panels:hover .flipper,  
.panels.hover .flipper, 
.ad8.hover .flipper2,.panels:hover + .flipper2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container3:hover .flipper3,  
.flip-container3.hover .flipper3 {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.front3
{
 z-index:2;
 transform :rotateY(0deg);
}
.back3
{
    transform :rotateY(180deg);
}
.flip-container, .front, .back {
    width: 150px;
    height: 150px;
    margin: 0 2%;
}
.flip-container3, .front3, .back3 {
    width: 100%;
    height: 30px;
}

button.close{
    color: #fff;
    margin-right: 2%;
    padding-top: 26px;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 26px;
}
button.close:hover{
    color: #fff;
    opacity: 1;
    text-shadow: none;   
}
.flipper img{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.front3 p, .back3 p{
    color: #000;
    padding: 2%;
    background-color: #f2f2f2;    
    text-align: center;
    border-radius:3px;
    font-size: 1.2em;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.flipper2 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}
.flipper3 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}
.front3, .back3 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

.flips_row {
    width: 89%;
    height: 140px;
    margin:  3% 12%;
}
.flip-row3{
    margin-bottom: 2%;
    margin-left: 15%;
    margin-right: 10.5%;
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*width: 160px;
    background: #f8f8f8;*/
}
.back3 {
    display: block;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    /*width: 160px;
    background: #f8f8f8;*/
}

.front .name {
    font-size: 2em;
    display: inline-block;
    color: #f8f8f8;
    font-family: Courier;
    border-radius: 5px;
    text-shadow: 0.1em 0.1em 0.05em #333;
}
.navul > .listspace a {
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navul > .listspace a {
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.login-header{
    background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);
    color: #1A1A18;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding-top: 30px;
    padding-right: 70px;
    padding-left: 70px;
}
.login-header .icon-admybrand{
    float: left;
}
.login-header h3{
    width: 49px;
    height: 49px;
    float: right;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 0%;
    border-radius: 4px;
    border:1px solid #fff;
}
.line-adv{
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #1A1A18;
    padding: 5% 0;
}
.modal-body-left{
    border-right: 1px solid #ddd;
    float: left;
    padding: 0 5%;
    margin: 5% 0;
    width: 50%;
}
.modal-body-right{
    float: left;
    padding: 0 5%;
    margin: 5% 0;
    width: 50%;
}
.login-fields{
    border: 1px solid #1A1A18;
    border-radius: 2px;
    color: #1A1A18;
}
.login-fields:hover, .login-fields:focus{
    outline: none;
    border-color: #1A1A18;
}
.login_modal_footer {
    background: #FFDE00;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    color: #fff;
    padding: 8px 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 0px 2px rgba(0,0,0,0.1),3px -1px 0 1px rgba(0,0,0,0.13);
}
.login_modal_btn{
    height: 35px;
    width: 40% !important;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #1A1A18 !important;
    background: #FFDE00 !important;
    border: none !important; 
    margin-top: 5%;
    text-shadow: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.more-btn{
    width: 94px;
    height: 138px;
    margin: 0 2%;
    text-align: center;
    display: inline-block;
}
.more-btn button{
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 35px;
    width: 80% !important;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff !important;
    margin-top: 48px;
    background: #1A1918 !important;
    border: none !important; 
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;

}


/*  info  */

.


.parallax-window {
    min-height: 400px;
    background: transparent;
}


.header-section{
    padding: 15% 0 5% 0;
    margin-top: -678px;
    width: 50%;
    height: 678px;
}
.header-section h1{
    width: 96%;
    line-height: 1.2;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 3em;
    margin-top: 5%;
}
.down-arrow{
    position: relative;
    top: 200px;
}

.section-2{
    background-color: #fff;
    padding: 5% 0;
}
.sec-explore{
    padding: 1%;
    color: #727272;
    font-family: 'Lato', sans-serif;
    text-align: left;
}
.sec-explore h1{
    font-size: 3em;
}
.sec-explore p{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    width: 80%;
}

#parallax2{
    background-image: url('http://www.admybrand.com/uploads/images/info/background-img2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 670px;
}

.sec-using{
    color: #727272;
    font-family: 'Lato', sans-serif;
    text-align: left;
    padding: 15%;
}
.sec-using h1{
    font-size: 3em;
}
.sec-using p{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
}
.m-l img{
    width: 100%;
}

.sec-eco{
    color: #727272;
    font-family: 'Lato', sans-serif;
    text-align: right;
    float: right;
    padding: 6% 6% 0 0;
    width: 75%;
}
.sec-eco h1{
    font-size: 3em;
}
.sec-eco p{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
}
.circle-img{
    padding-left: 5%;
}

.section-adify{
    width: 65%;
    height: 500px;
    margin-top: -500px;
    padding: 12% 5%;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.section-adify h1{
    font-size: 3em;
}
.section-adify img{
    padding-top: 5%;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.section-my{
    width: 70%;
    padding: 5% 0;
    font-family: 'Lato', sans-serif;
}
.section-my img{
    padding-top: 2%;
    padding-bottom: 2%;
}
.section-my h1{
    font-size: 3em;
    color: #727272;
}
.section-my a{
    color: #fff;
    font-size: 1.2em;
}
.section-my a button{
    height: 40px;
    width: 25%;
    color: #fff;
    background-color: #4385FB;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    text-transform: uppercase;
    border:none;
    margin-top: 5%;
}

/*  footer - info  */

.strip{
    width: 100%;
    background-color: #060606;
    position: absolute;
    z-index: 99;
    height: 60px;
    font-family: 'Open Sans', sans-serif;
}
.strip a{
    color: #fff;
}
.strip a:hover, .strip a:focus{
    text-decoration: none;
    color: #fff;
}
.copy-rights{
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 36%;
    font-family: 'Open Sans', sans-serif;
}
.copy-rights p{
    text-align: center;
    margin: 8px;
}
.left-stp{
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 2%;
    font-family: 'Open Sans', sans-serif;
}
.left-stp p{
    text-align: center;
    margin: 8px;
}
.right-stp{
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #fff;
    right: 2%;
    font-family: 'Open Sans', sans-serif;
}
.right-stp p{
    text-align: center;
    margin: 8px;
}

.privacy-terms{
    padding: 5%;
    width: 70%;
    margin-top: -22%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fff;
    border-radius: 2px;
    margin-bottom: 5%;
    color: #727272;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.privacy-terms h1{
    font-size: 3em;
    padding-bottom: 4%;
    text-align: center;
}

.privacy-terms p{
    font-weight: 400;
    font-size: 1.2em;
}

.countries{
    padding:4% 0;
}
.countries img{
    margin: auto;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
    /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
    border-radius: 50%;
}
.country-ind img{
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%);
    cursor: pointer;
}
.countries p{
    padding-top: 15px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
}

/*   Advertiser Page Styles   */
.advertiser_section1{
    width: 100%;
    margin: auto;
    padding: 10% 0 5% 0;
}
.cards{
    margin:5% 0;
    height: 86px;
}
.advertiser_section1 h1{
    color: #1A1A18;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.5;
}
.advertiser_section1 h2{
    color: #1A1A18;
    font-weight: 300;
    font-size: 2.4em;
    font-family: 'Lato', sans-serif;
}
.advertiser_section1 h3{
    color: #9B9B9B;
    font-weight: 500;
    font-size: 1.6em;
    font-family: "Open Sans", sans-serif;
}
.button-section button{
    height: 50px;
    outline: none;
    border: none;
    border-radius: 2px;
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    margin-top: 2%;
}


.advertiser_section2{
    width: 100%;
    background: url(http://www.admybrand.com/uploads/images/adver/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: -600px auto 0 auto;*/
    height: 600px;
    color: #fff;
    padding: 5% 0;
}

.advertiser_section2 h1{
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: 100;
    margin-bottom: 4%;
}
.advertiser_section2 h3{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 1.6em;
}
.advertiser_section2 p{
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}
.advertiser_section2 img{
    padding: 8% 0;
}

.media_section2{
    width: 90%;
    margin: -600px auto 0 auto;
    height: 600px;
    color: #fff;
    padding: 5% 0;
}
.media_section2 h1{
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: 100;
    margin-bottom: 4%;
}
.media_section2 h3{
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 1.6em;
}
.media_section2 p{
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}
.media_section2 img{
    padding: 15% 0;
}

.advertiser_section3{
    padding: 5% 0;
    color: #727272;
    font-family:'Lato', sans-serif; 
    background: #F3F3F3;
}
.advertiser_section3 h1{
    font-size: 3em;
    font-weight: 300;
    line-height: 1.5;
}
.advertiser_section3 p{
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2;
}
.advertiser_section3 .section3_sub1{
    background: #fff;
    padding: 20% 10%;
    margin-top: 10%;
}
.advertiser_section3 .section3_sub1 img{
    padding: 15px;
}
.advertiser_section3 .sectiion3_sub2{
    padding: 20% 10%;
    margin-top: 10%;
}
.advertiser_section3 .section3_sub2 img{
    padding: 25px;
}

#circle1 {
 height: 400px; 
  padding: 20px;
  position: relative;
 text-align: center;
  margin-bottom: 0px;
}

#circle1 .info {
  font: 7px/1 'Open Sans';
  color: #F3C10D;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

#circle1 canvas {
  max-height: 60%;
}

#circle {
  height: 400px; 
  padding: 20px;
  position: relative;
 text-align: center;
  margin-bottom: 0px;
}

#circle .info {
  font: 7px/1 'Open Sans';
  color: #F3C10D;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

#circle canvas {
  max-height: 60%;
}

#circle2 {
  height: 400px; 
  padding: 20px;
  position: relative;
text-align: center;
  margin-bottom: 0px;
}

#circle2 .info {
  font: 7px/1 'Open Sans';
  color: #F3C10D;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

#circle2 canvas {
  max-height: 60%;
}
.progress_heading {
    margin-top: -270px;
    font-size: 22px;
}
.counter_row {
    height: 280px;
}

section#contact {
    background: url(http://www.admybrand.com/uploads/images/adver/bg2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 5% 0;
       
}

section#contact .section-heading {
    color: #fff;
    font-size: 4em;
    font-weight: 300;
    font-family: 'Lato', Helvetica, sans-serif;
}
section#contact p{
    color: #fff;
    font-family: "Lato";
    font-size: 1.4em;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border:none;
    box-shadow: none;
    border-bottom:1px solid #fff;
    color: #fff;
    font-size: 1.2em;
}

section#contact .form-group textarea.form-control {
    height: 240px;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border:none;
    box-shadow: none;
    border-bottom:1px solid #fff;
    color: #fff;
    font-size: 1.2em;
}

section#contact .form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact .text-danger {
    color: #e74c3c;
}

.btn-xs {
    margin-top: 2%;
    width: 70%;
    border:1px solid#fff;
    padding: 1% 4%;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    background-color:rgba(0,0,0,0); 
    outline: none;
    box-shadow: none;
  } 
.btn-xs:hover, .btn-xs:focus, .btn-xs:active{
    color: #fff;
    outline: none;
}
.done {
    display:none;
}
.error input,input.error,.error textarea,textarea.error {
    background-color:#ffffff;
    border-bottom:1px solid red !important;
    -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
    -o-transition:border linear 0.2s,box-shadow linear 0.2s;
    transition:border linear 0.2s,box-shadow linear 0.2s;
}
  .mail_to p{
    font-family: 'Lato', sans-serif;
    margin-top: 2%;
    font-size: 1.2em;
    font-weight: 400;
    text-align: right;
    color: #fff;
}
.mail_to a{
    color: #fff;
    font-weight: 500;
}


.flip-container1 {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  float: left;
    
}
.flip-container1:hover .flipper1,  
.flip-container1.hover .flipper1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container1, .front1, .back1 {
    width: 285px;
    height: 40px;
    margin-top: -7px;

}
.front1 p, .back1 p{
    color: #1A1A18;
    padding: 3%;
    background-color: #FFEC00;
    text-align: center;
    border-radius:3px;
    font-size: 1em;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.flipper1 {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;  
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front1, .back1 {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.back1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    /*width: 160px;
    background: #f8f8f8;*/
}
.back1 img{
    margin: auto;
}
.contact-section1{
    padding: 10% 0;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
     /*
    background: -webkit-linear-gradient(left bottom, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -o-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: -moz-linear-gradient(top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
    background: linear-gradient(to top right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);*/
    background:white;
}
.contact-section1 h1, .contact-setion1 .material-icons{
    font-size: 5em !important;
    color: #000;
    margin-bottom: 4%;
}
.contact-section1 h2{
    color: #DFBCE5;
    font-size: 4em;
}
.contact-section1 span{
    font-size: 1.2em;
}

.contact-section2{
    margin: 1% 0%;
    font-family: 'Lato',sans-serif;
    text-align: left;
    background: url(http://www.admybrand.com/uploads/images/contact/contact-backg.png);
    background-repeat:no-repeat;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 3%;
}
.contact-section2 h1{
    font-size: 3em;
    color: #ffffff;
}
.contact-section2 img{
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
}
.contact-section2 h2{
    color: #ffffff;
    font-weight: 400;
}
.contact-section2 h3{
    color: #ffffff;
    font-weight: 400;
}

.contact-section3{
    background: #7A1EA0;
    padding: 2% 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.contact-section3 h3{
    color: #fff;
    font-size: 2em;
    text-align: left;
    display: inline-block;
    margin: 0;
    float: left;
}
.contact-section3 .click-btn{
    float: right;
}
.contact-section3 .click-btn button{
    padding: 5px 20px;
    background-color: #FD3F80;
    color: #fff;
    font-size: 1.4em;
    border: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
section#contact1 {
    padding: 0% 0;   
    margin-bottom: 2%;
}

section#contact1 .section-heading {
    color: #1A1A18;
    font-size: 3em;
    text-align: left;
    font-weight: 300;
    font-family: 'Lato', Helvetica, sans-serif;
}
section#contact1 .section-heading img{
    display: inline-block;
    vertical-align: baseline;
    margin-right: 15px;
}
section#contact1 p{
    color: #727272;
    font-family: "Lato";
    font-size: 1.4em;
    text-align: left;

}

section#contact1 .form-group {
    margin-bottom: 25px;
}

section#contact1 .form-group input,
section#contact1 .form-group textarea {
    padding: 20px;
}

section#contact1 .form-group input.form-control {
    height: auto;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border:none;
    box-shadow: none;
    border-bottom:1px solid #B0B1B2;
    color: #727272;
    font-size: 1.2em;
}

section#contact1 .form-group textarea.form-control {
    height: 240px;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    border:none;
    box-shadow: none;
    border-bottom:1px solid #B0B1B2;
    color: #727272;
    font-size: 1.2em;
}

section#contact1 .form-control:focus {
    border-color: #B0B1B2;
    box-shadow: none;
}

section#contact1::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #727272;
}

section#contact1:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #727272;
}

section#contact1::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #727272;
}

section#contact1:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #727272;
}

section#contact1 .text-danger {
    color: #e74c3c;
}


.btn-xs1 {
    margin-top: 2%;
    width: 70%;
    padding: 1% 0%;
     border:1px solid #B0B1B2;
    font-family: 'Lato', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    color: #2F2482;
    border-radius: 0;
    background-color:rgba(0,0,0,0); 
    outline: none;
    box-shadow: none;
  } 
.btn-xs:hover, .btn-xs:focus, .btn-xs:active{
    color: #fff;
    outline: none;
}
.done {
    display:none;
}
.error input,input.error,.error textarea,textarea.error {
    background-color:#ffffff;
    border-bottom:1px solid red !important;
    -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
    -o-transition:border linear 0.2s,box-shadow linear 0.2s;
    transition:border linear 0.2s,box-shadow linear 0.2s;
}

.contact-section4{
    margin: 5% 0;
    font-family: "Lato", sans-serif;
}
.contact-section4 h1{
    font-size: 4em;
}
.contact-section4 .coffee{
    padding-bottom: 3%;
}
.contact-section4 .coffee img{
    display: inline-block;
    vertical-align:middle;
    margin-right: 20px;
}
.contact-section4 .lable{
    margin-top: 3%;
}
.contact-section4 .lable img{
    display: inline-block;
    margin-right: 30px;
    float: left;
}
.contact-section4 .text{
    float: left;
    text-align: left;
}
.contact-section4 .text h1{
    font-size: 2em;
}
.contact-section4 .text h3{
    font-size: 1.6em;
}
.agenciesres
{
	padding-left: 0px;

}
.mediares
{
	padding-left: 10px;
	padding-right: 0px;
}
.flip-btn2-res
   {
    padding-left: 3%;
   }
  .contactusres
  {
      margin-top: 4%;
      margin-bottom: 2%;
  }
  .cntydrop
  {
      padding: 0px;
  }
  .threebtn
  {
      letter-spacing: 1.02px;
      font-size: 11px;
      background-color: #f2f2f2;
      font-weight: 800;
  }
 
  .contactus-query
  {
      font-size: 0.8em;
      margin-right: 5.5%;
      margin-top:0px;
      width: 24%;
  }
  .contactus-coffee
  {
      font-size: 0.8em;
      margin-left: 5.5%;
      margin-top:0px;
      width: 52%;
  }
  .head-res
  {
      margin-top: -6px;
  }
  .sign-res
  {
      background-color: #eeeeee;
      padding-right: 8px;
      padding-left: 8px;
      margin-left: 13px;
  }
  .country-res
  {
      margin-top: 6%;
      margin-bottom: 4%;
  }
  .country-img
  {
      width: 28px;
  }
  .btn-col
  {
      height: 36px;
    background-color: #f2f2f2;
    border-radius: 2px;
    color: #757575;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .btn-col:hover
  {
    background-image: -moz-linear-gradient(top,#ffffff,#f1f1f1);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
        border-color: rgba(0, 0, 0, 0.3);
  }
  .contact-request-btn
  {
   width: 250px;   
   background-color: #7a1ea0;
   color: #ffffff;
   height: 47px;
   font-weight:600;
   font-size: 17px;
  }
  .contact-request-btn:hover
  {
   background-color: #7a1ea0;
   color: #ffffff;
   font-weight:bold;
  }
   .contact-manage-btn
  {
    width: 250px;
    background-color: #fd3f80;
    color: #ffffff;
    height: 47px;
    font-weight:600;
    font-size: 17px; 
  }
  .contact-manage-btn:hover
  {
    background-color: #fd3f80;
    color: #ffffff;
    font-weight:bold;
  }
  .contact-mail
  {
    height: 40px;
  }
  .phone-icon
  {
      display: initial;
      margin-right: 1%;
      padding-bottom: 10px;
  }
  .contact-head
  {
      margin-top:5%;
      padding-left: 12%;
      width: inherit;
  }
  .menu-icon
  {
      background-color: black !important;
      width: 35px;
      height: 33px;
      margin-top: 6px !important;
  }
  .newsletter-country
  {
     display: inline-block;
     height:38px;
     padding-bottom: 3px;
  }
  .country-mail
  {
      padding: 0px;
      border: 0px;
      background-color: white;
  }
  .country-dialog
  {
      width:96%;
  }
  .three-btn-center
  {
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 4.4%;    
  }
	.media-row1-res
	{
	       padding: 2% 17% 1% 17%;
	}  
	
	.apply-from-intern
	{
	    width:500px;
	}
	.apply-now-btn
	{
	    width: 30%;
        padding: 0px;
        font-size: 24px;
        margin-bottom: 20px;
        height: auto;
        background: linear-gradient(to right, #2c87b2, #4f71b0, #7854a8, #b0518f, #c94e65);
        color: #fff;
	}

.footertab
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footerprivacy
{
    padding-right: 40px;
}
.footerintern
{
    padding-left: 25px;
}
.contry-img
{
    height: 32px;
    width: 32px;
}
.contact-dot-icon
    {
    display: inline-block;
    float: left;
    margin-top: 5%;
    }
.privacy-term-head
{
    height: 678px;
}
.register-row3
    {
        background-color:#f6f6f6 !important;
        margin-top: 2%;
    }
    .register-cover-pic
    {
        margin-top: -50px;
        height: 40px !important;
        width: 300px !important;
        margin-left: 527px;
        border-radius:10px;
    }
    .career-reason-section
    {
        margin-top:3% !important;
        height:400px !important;
        padding-top:5% !important;
        overflow:hidden;  
    }
/* ----------------------------- Media -----------------------------*/

@media(min-width: 320px) and (max-width: 360px)
{
    /* ----------------------start of adify--------------- */
    .adify-down-img
    {
        width: 290px !important;
    }
    .adify-h1
    {
        font-size: 32px;
    }
    .adify-table
    {
         display: none;   
    }
    .left-margin
    {
        margin-left: 0px !important;
    }
    .left-margin-sm
    {
         margin-left: 0px !important;
    }
    .graph
    {
        margin-top: 10px !important;
    }
    .marginTopLg
    {
         margin-top: 0px !important;
    }
    .signup-img
    {
        margin-top: 28%  !important;
    }
    /* ----------------------End of adify--------------- */
    .info-header
    {
        margin-top: -560px;
        width: 100%;
        height: auto;
    }
    .info-header h1
    {
        font-size: 2.2em !important;
    }
    .sec-explore h1
    {
        font-size: 2.2em;
    }
    .sec-explore p
    {
        width: 100%; 
    }
    .sec-using
    {
        padding: 1%;
    }
    .sec-using h1
    {
        font-size: 2.2em;
    }
    .sec-eco 
    {
    text-align: center;
    float: right;
    width: 100%;
    }
    .sec-eco h1
    {
        font-size: 2.2em;
    }
    .section-my a button
    {
        width: 100%;
    }
    .section-my h1
    {
        font-size: 2.1em;
        margin-top: 5px;
    }
    .info-row
    {
        width:322px;
    }
    .privacy-term-head
    {
        height: auto;
    }
    
    .privacy-terms
	{
        width: 90%;
	}
	/* ----------------------Start of Career--------------- */
    .page-header-logo
	{
	   margin-left: 6%;
	}
	.apply-now-btn
	{
        font-size: 17px;
	}
	.apply-from-intern
	{
        width: 250px;
    }
	.career-section1 
	{
        margin-top: 35% !important;
    }
    .career-apply-btn
    {
        margin-top: 3% !important;
        margin-bottom: 3% !important;
        margin-left: 0% !important;
    }
    .career-reason-section
    {
        height:auto !important;
    }
    .accord_h1
    {
        font-size: 11px !important;
    }
    .accord_h3
    {
        font-size: 13px !important;
    }
    /* ----------------------End of Career--------------- */
    .nine-dot-header
    {
        width: 30px;
        margin-left:10px;
    }
    .modal_dialog
    {
        width:116%  !important;		
		margin-left:-10%;
	}
	.media-canvas canvas
	{
        max-height: 49% !important;
        padding-top: inherit;
    }
	.top-positioning
	{
	    width: 320px;
	    height: 550px;
	}
	.advertiser_section1
	{
        margin-top: 14%;
    }
    .advertiser_section2 
    {
        width: 100%;
        height: auto;
    }
    .contact-section1 h2
    {
        font-size: 2.3em;
    }
    .phone-icon
    {
        width: 50px;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin: -600px auto 0 auto;*/
        height: auto;
        color: #fff;
        padding: 5% 0;
    }
	.media-row1-res
	{
	    padding-left: 30%;   
	}
	.flip-container, .front, .back
	{
    margin: 2%;
    }
	.modalres
	{
	        padding-left: 19% !important;
	}
	.flip-row3
	{
        margin-bottom: 2%;
        margin-left: 11%;
        margin-right: 10.5%;
    }
	#close_login{
		color:#ffffff !important; 
		position:relative;
		z-index:100;
		margin-left:-30px;
		margin-top:-25px;
		
	}
	#login_dialog{
		 width:110%  !important;		
		 margin-left:-4% !important;
		 }
	#login_left_side{
		padding-bottom:25px;
		margin-top:-22px;
	}	
	#login_right_side{
		padding-top:20px;
	}
	#heading_brand_login{
		padding-top:0px;
		margin-top:0px;
	}
	#heading_media_owner_login{
		padding-top:0px;
		margin-top:0px;
	}
	#heading_hello{
		padding-top:25px;
		margin-bottom:0px;
		font-size:25px;
	}
	#para_loginas{
		padding-bottom:5px;
		margin-bottom:5px;
	}
	#para_description{
		padding-bottom:0px;
		margin-bottom:0px;
		padding-top:0px;
	}
	#forget_password{
		float:none;
		display:block;
	}
	#remember_me{
		margin-right:35%;
		margin-bottom:10px;
	}
    .country-dialog
    {
      width:94%;
    }
    .contact-section2
    {
        padding-bottom: 10%;
    }
    .mail-res-btm
    {
        margin-top: 2%;
        font-size: 20px;
    }   
    .mail-res-top
    {
        margin-bottom: 1%;
        font-size: 20px;
    }
    .contact-dot-icon
    {
        margin-top: 0%;
    }
    .contact-head
    {
        margin-top: 6%;
        padding-left: 13% !important;
        padding-top: 0.5%;
    }
    .contact-section1
    {
    padding: 30% 0;
    }
     .cntydrop
  {
      padding: 15px;
  }
    .contactusres
  {
      margin-top: 20%;
      margin-bottom: 2%;
  }
   
    .mediares
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    
   .model-res
    {
        width: 125%;
    }
    .agenciesres
    {
        margin-top: 0px;
    }
    .content
    {
        width: 82%;
        padding-top: 40%;
    }
    .card-panel
    {
        float: none;
    }
    .footerprivacy
    {
	    text-align: center;
	    padding-right:15px;
    }
    .footerintern
    {
    	text-align: center;
    	padding-left: 15px;
    }
    .end-to-respnsive
    {
    	padding-right: 15px;
    }
    .card-panel
    {
        padding: 3% 2% 2% 1%;    
    } 
    .pop-up-logo-res
    {
    	margin-left: 30%;
    }
    .pop-up-logo2-res
    {
	    margin-right: 38%;
    }
   .flip-btns 
   {
    padding: 0 15% 1% 5%;
   }
   .flip-btn-res
   {
       padding-top: 5%;
   }
   .flip-btn2-res
   {
    padding-left: 30%;
   }
   .sign-res
  {
      margin-left: -7px;
  }
 
  
  .brand-res
  {
    margin-top: 20px;
  }
}
@media(min-width: 361px) and (max-width: 479px)
{
    /* ----------------------start of adify--------------- */
    .adify-down-img
    {
        width: 345px !important;
    }
    .adify-h1
    {
        font-size: 32px;
    }
    .adify-table
    {
         display: none;   
    }
    .left-margin
    {
        margin-left: 0px !important;
    }
    .left-margin-sm
    {
         margin-left: 0px !important;
    }
    .graph
    {
        margin-top: 10px !important;
    }
    .marginTopLg
    {
         margin-top: 0px !important;
    }
    .signup-img
    {
        margin-top: 28%  !important;
    }
    /* ----------------------End of adify--------------- */
    .info-header
    {
        margin-top: -560px;
        width: 100%;
        height: auto;
    }
    .info-header h1
    {
        font-size: 2.5em !important;
    }
    .sec-explore h1
    {
        font-size: 2.4em;
    }
    .sec-explore p
    {
        width: 100%; 
    }
    .sec-using
    {
        padding: 1%;
    }
    .sec-using h1
    {
        font-size: 2.4em;
    }
    .sec-eco 
    {
    text-align: center;
    float: right;
    width: 100%;
    }
    .sec-eco h1
    {
        font-size: 2.4em;
    }
    .section-my a button
    {
        width: 100%;
    }
    .section-my h1
    {
        font-size: 2.1em;
        margin-top: 5px;
    }
    .info-row
    {
        width:360px;
    }
    .privacy-term-head
    {
        height: auto;
    }
    .privacy-terms
	{
        width: 90%;
	}
	  /* ----------------------Start of Career--------------- */
    .page-header-logo
	{
	   margin-left: 8%;
	}
	.apply-from-intern
	{
        width: 290px;
    }
	.career-section1 
	{
        margin-top: 35% !important;
    }
    .accord_h1
    {
        font-size: 12px !important;
    }
    .accord_h3
    {
        font-size: 1.1em !important;
    }
     .career-apply-btn
    {
        margin-top: 3% !important;
        margin-bottom: 3% !important;
        margin-left: 0% !important;
    }
    .career-reason-section
    {
        height:auto !important;
    }
    /* ----------------------End of Career--------------- */
     .contact-section1 h2
    {
        font-size: 2.3em;
    }
    .phone-icon
    {
        width: 50px;
    }
   
    .nine-dot-header
    {
        width: 30px;
    }
    .modal_dialog
    {
        width:116%  !important;		
		margin-left:-10%;
	}
	
	.media-canvas canvas
	{
        max-height: 49% !important;
        padding-top: inherit;
    }
	.top-positioning
	{
	    width: 360px;
	    height: 550px;
	}
	.advertiser_section1
	{
        margin-top: 14%;
    }
	 .advertiser_section2 
    {
        width: 100%;
        height: auto;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin: -600px auto 0 auto;*/
        height: auto;
        color: #fff;
        padding: 5% 0;
    }
	.media-row1-res
	{
	    padding-left: 31.5%;   
	}
	.flip-container, .front, .back
	{
        margin: 2%;
    }
	.modalres
	{
	    padding-left: 24% !important;
	}
	.flip-row3 
	{
        margin-left: 11%;
    }
	#close_login{
		color:#ffffff !important; 
		position:relative;
		z-index:100;
		margin-left:-30px;
		margin-top:-25px;
		
	}
	#heading_hello{
		padding-top:25px;
		margin-bottom:0px;
		font-size:25px;
	}
	#login_dialog{
		 width:110%  !important;		
		 margin-left:-4% !important;
		 }
	#login_left_side{
		padding-bottom:25px;
		margin-top:-22px;
	}	
	#login_right_side{
		padding-top:20px;
	}
	#heading_brand_login{
		padding-top:0px;
		margin-top:0px;
	}
	#heading_media_owner_login{
		padding-top:0px;
		margin-top:0px;
	}
	#para_loginas{
		padding-bottom:5px;
		margin-bottom:0px;
	}
	#para_description{
		padding-bottom:0px;
		margin-bottom:0px;
		padding-top:0px;
	}
	#forget_password{
		float:none;
		display:block;
	}
	#remember_me{
		margin-right:35%;
		margin-bottom:10px;
	}
    .country-dialog
    {
      width:94%;
    }
    .contact-section2
    {
        padding-bottom: 10%;
    }
    .mail-res-btm
    {
        margin-top: 2%;
        font-size: 20px;
    }
    .mail-res-top
    {
        margin-bottom: 1%;
        font-size: 20px;
    }
     .contact-dot-icon
    {
        margin-top: 0%;
    }
     .contact-head
    {
        margin-top: 6%;
        padding-left: 13%;
        padding-top: 0.5%;
    }
    .contact-section1
    {
    padding: 26% 0;
    }
     .cntydrop
  {
      padding: 15px;
  }
    .contactusres
  {
      margin-top: 20%;
      margin-bottom: 2%;
  }
    .model-res
    {
        width: 125%;
    }
    .agenciesres
    {
        margin-top: 0px;
    }
    .content
    {
        width: 82%;
        padding-top: 40%;
    }
    .card-panel
    {
        float: none;
    }
    .footerprivacy
    {
	    text-align: center;
	    padding-right:15px;
    }
    .footerintern
    {
    	text-align: center;
    	padding-left: 15px;
    }
    .end-to-respnsive
    {
    	padding-right: 15px;
    }
    .card-panel
    {
        padding: 3% 2% 2% 1%;    
    } 
    .pop-up-logo-res
    {
    	margin-left: 30%;
    }
    .pop-up-logo2-res
    {
	    margin-right: 38%;
    }
   .flip-btns 
   {
    padding: 0 15% 1% 15%;
   }
   .flip-btn-res
   {
       padding-top: 5%;
   }
   .flip-btn2-res
   {
    padding-left: 30%;
   }
    .sign-res
  {
      margin-left: -7px;
  }
 
  
  .brand-res
  {
    margin-top: 20px;
  }
}

@media(min-width: 480px) and (max-width: 767px)
{
   /* ----------------------start of adify--------------- */
    .adify-down-img
    {
        width: 345px !important;
    }
    .adify-h1
    {
        font-size: 32px;
    }
    .adify-table
    {
         display: none;   
    }
    .left-margin
    {
        margin-left: 0px !important;
    }
    .left-margin-sm
    {
         margin-left: 0px !important;
    }
    .graph
    {
        margin-top: 10px !important;
    }
    .marginTopLg
    {
         margin-top: 0px !important;
    }
    .signup-img
    {
        margin-top: 28%  !important;
    }
    /* ----------------------End of adify--------------- */
    .info-header
    {
        margin-top: -560px;
        width: 100%;
        height: auto;
    }
    .info-header h1
    {
        font-size: 2.5em !important;
    }
    .sec-explore h1
    {
        font-size: 2.4em;
    }
    .sec-explore p
    {
        width: 100%; 
    }
    .sec-using
    {
        padding: 1%;
    }
    .sec-using h1
    {
        font-size: 2.4em;
    }
    .sec-eco 
    {
    text-align: center;
    float: right;
    width: 100%;
    }
    .sec-eco h1
    {
        font-size: 2.4em;
    }
    .section-my a button
    {
        width: 100%;
    }
    .section-my h1
    {
        font-size: 2.1em;
        margin-top: 5px;
    }
    .info-row
    {
        width:360px;
    }
    .privacy-term-head
    {
        height: auto;
    }
    .privacy-terms
	{
        width: 90%;
	}
	/* ----------------------Start of Career--------------- */
    .apply-from-intern
	{
        width: 300px;
    }
    	.career-section1 
	{
        margin-top: 35% !important;
    }
    .accord_h1
    {
        font-size: 12px !important;
    }
    .accord_h3
    {
        font-size: 1.1em !important;
    }
     .career-apply-btn
    {
        margin-top: 3% !important;
        margin-bottom: 3% !important;
        margin-left: 0% !important;
    }
     .career-reason-section
    {
        height:auto !important;
    }
    /* ----------------------End of Career--------------- */
     .contact-section1 h2
    {
        font-size: 2.3em;
    }
    .phone-icon
    {
        width: 50px;
    }
    .modal_dialog{
        width:116%  !important;		
		margin-left:-10%;
	}
	.media-canvas canvas
	{
        max-height: 49% !important;
        padding-top: inherit;
    }
	.top-positioning
	{
	    width: 360px;
	    height: 550px;
	}
		.flip-container, .front, .back
	{
        margin: 2%;
    }
    .advertiser_section1
	{
        margin-top: 14%;
    }
     .advertiser_section2 
    {
        width: 100%;
        height: auto;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        /*margin: -600px auto 0 auto;*/
        height: auto;
        color: #fff;
        padding: 5% 0;
    }
    .media-row1-res
	{
	    padding-left: 28%;   
	}
	.modalres
	{
	    padding-left: 24% !important;
	}
	.flip-row3 
	{
        margin-left: 11%;
    }
	#close_login{
		color:#ffffff !important; 
		position:relative;
		z-index:100;
		margin-left:-30px;
		margin-top:-25px;
		
	}
	#login_dialog{
		 width:110%  !important;		
		 margin-left:-4% !important;
		 }
	#login_left_side{
		padding-bottom:25px;
		margin-top:-22px;
	}	
	#login_right_side{
		padding-top:20px;
	}
	#heading_brand_login{
		padding-top:0px;
		margin-top:0px;
	}
	#heading_media_owner_login{
		padding-top:0px;
		margin-top:0px;
	}
	#heading_hello{
		padding-top:25px;
		margin-bottom:0px;
		font-size:35px;
	}
	#para_loginas{
		padding-bottom:5px;
		margin-bottom:0px;
	}
	#para_description{
		padding-bottom:0px;
		margin-bottom:0px;
		padding-top:0px;
	}
	#forget_password{
		float:none;
		display:block;
	}
	#remember_me{
		margin-right:35%;
		margin-bottom:10px;
	}
    .country-dialog
    {
      width:94%;
    }
    .contact-section2
    {
        padding-bottom: 10%;
    }
    .mail-res-btm
    {
        margin-top: 2%;
        font-size: 20px;
    }
    .mail-res-top
    {
        margin-bottom: 1%;
        font-size: 20px;
    }
    .contact-dot-icon
    {
        margin-top: 0%;
    }
    .contact-head
    {
        margin-top: 6%;
        padding-left: 13%;
        padding-top: 0.5%;
    }
    .contact-section1
    {
    padding: 25% 0;
    }
     .cntydrop
  {
      padding: 15px;
  }
    .contactusres
  {
      margin-top: 20%;
      margin-bottom: 2%;
  }
    .flip-btns
    {
        padding: 0 15% 1% 23%;
    }
    .flip-btn2-res 
    {
        padding-left: 25%;
    }
    .content
    {
        width: 91%;
        padding-top: 25%;
    }
    .end-to-respnsive
    {
        padding-right: 15px;
    }
    .footerintern
    {
        padding-left: 29%;
    }
    .footerprivacy 
    {
        padding-right: 32%;
    }
     .model-res
    {
        width: 125%;
    }
     .pop-up-logo-res
    {
    	margin-left: 30%;
    }
    .pop-up-logo2-res
    {
	    margin-right: 38%;
    }
    .sign-res
  {
      margin-left: -7px;
  }
  
  
  
  .brand-res
  {
    margin-top: 20px;
  }
}

@media(min-width: 768px) and (max-width: 959px)
{
     /* ----------------------Start of register--------------- */
    .leftShadow
    {
        margin-top: 85% !important;
    }
    .register-row2
    {
        margin-top: -15.2% !important;
    }
    .register-row3
    {
        margin-top: 13%;
    }
    .register-cover-pic
    {
        margin-top: -120px;
        margin-left: 250px;
    }
     /* ----------------------End of register--------------- */
    .cement-background
    {
        display:none;
    }
    .marginTopMd
    {
        margin-top: 0px;
        text-align: center;
    }
    .adify-h1
    {
        font-size: 50px !important;
    }
    .left-margin
    {
        margin-left: 0px !important;
    }
    .info-header
    {
        width: 70%;
        height: 420px;
    }
     .info-header h1
    {
        font-size: 2.5em !important;
    }
    .sec-explore h1
    {
        font-size: 2.4em;
    }
    .sec-using h1
    {
        font-size: 2.5em;
    }
    .sec-eco h1
    {
        font-size: 2.5em;
    }
    .section-my h1
    {
        font-size: 2.5em;
        margin-top: 5px;
    }
    .info-row
    {
        width: 770px;
    }
    .sec-eco
    {
        text-align: center;
        padding: 0% 6% 0 0;
        width: 100%;
    }
    .sec-using
    {
        padding: 0% 0% 0% 17%;
    }
    .info-explore
    {
        margin-top: 5%;
    }
    .down-arrow
    {
        top: 50px;
    }
     .section-my a button
     {
        width: 50%;
     }
     #login_left_side
     {
		padding-bottom:65px;
	}
	.privacy-terms
	{
        width: 80%;
	}
	.accord_h1
    {
        font-size: 1.1em !important;
    }
     .career-apply-btn
    {
        margin-top: 3% !important;
        margin-bottom: 3% !important;
        margin-left: 0% !important;
    }
	.flip-container, .front, .back
	{
    margin: 2%;
    }
    .section3_sub1
    {
        height: 254px;
    }
    .media-canvas canvas
	{
        max-height: 49% !important;
        padding-top: inherit;
    }
    .media-flip-res
    {
        margin: 2% 1% 1% 2% !important;
    }
    .top-positioning
	{
	    width: 360px;
	    height: 550px;
	}
	.media-row1-res
	{
        padding-left: 0%;
        padding-right: 0%;
    }
	#login_dialog
	{
		 width:110%  !important;		
		 margin-left:-4% !important;
	}
	#forget_password{
		float:none;
		margin-top:5px;
		display:block;
	}
    .country-dialog
    {
        width: 73% !important;
        margin-top: 2.1%;
    }
    .three-btn-center
  {
    padding-bottom: 5px;
    padding-left: 4%;
    padding-right: 0%;    
  }
    .mail-res-btm
    {
        margin-top: 1%;
        font-size: 20px;
    }
    .mail-res-top
    {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .contact-dot-icon
    {
        margin-top: 0%;
    }
    .contact-head
    {
    margin-top: 7%;
    padding-left: 20%;
    padding-top: 1%;
    }
    .footerprivacy
    {
	    text-align: center;
	    padding-right:15px;
    }
    .footerintern
    {
    	text-align: center;
    	padding-left: 15px;
    }
    .flip-row3
    {
    margin-bottom: 2%;
    margin-left: 21%;
    margin-right: 23.5%;
    }
    .flips_row
    {
    width: 89%;
    height: 140px;
    margin: 3% 17%;
    }
    .card-panel
    {
        padding: 3% 2% 2% 2%;    
    }
    .savepassword
    {
        padding-top: 4%;
        padding-right: 15px;
        padding-left: 15px;
        font-size:12px;  
   }
   .forgatepassword
   {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 3%;
   }
   .signbutton
	{
        padding-top: 0px;
    }
    .content
    {
        
         width: 92%;
    }
    .flip-btns 
    {
    width: 100%;
    padding: 0 0% 1% 8%;
    margin-top: 2%;
    }
    
}
@media(min-width: 960px) and (max-width: 1023px)
{
    #login_left_side{
		padding-bottom:65px;
	}
	.flip-container, .front, .back
	{
    margin: 2%;
    }
    .login_modal_footer
    {
        margin-top: 2% !important;
    }
	#login_dialog{
		 width:110%  !important;		
		 margin-left:-4% !important;
		 }
	#forget_password{
		float:none;
		margin-top:5px;
		display:block;
	}
    .card-panel
    {
        padding: 3% 0% 2% 6%;
    }
    .flip-btns
    {
        padding: 0 0% 1% 16%;
    }
    .content
    {
        
         width: 92%;
    }
}

@media(min-width: 1024px)  and (max-width: 1123px)
{
     #forget_password{
		margin-left:5%;
		float:none;
		display:block;
	}
	#login_dialog{
		width:102%;
	}
	.section3_sub1
	{
	    height: 286.3124px;
	}
	.media-row1-res
	{
    padding-left: 10%;
    padding-right: 10%;
    }
	.flip-container, .front, .back
	{
    margin: 2%;
    }	
    .content
    {
        width: 91%;
    }   
    .card-panel
    {
        padding: 3% 0% 2% 6%;
    }
    .flip-btn3-respon
    {
        margin-left: 5%;
    }
    .flip-row3
    {
        margin-bottom: 2%;
        margin-left: 15.5%;
        margin-right: 16%;
    }
    
}
@media(min-width: 1124px) and (max-width : 1223px) 
{
    	#remember_me{
		margin-right:23%;
		margin-bottom:10px;
	}
	.flip-btn3-res
	{
	    float: right;
	}
	.fl-btn2
	{
	    padding-left: 2%;
	}
	.card-panel-res
	{
	    text-align: -webkit-right;
	    text-align: -moz-right;
	    padding: 3% 0% 2% 5.5%;
	}
	.flip-btn3-respon
   {
       margin-left: 18%;
   }
   .modal-dialog 
   {
    width: 98%;
    margin-top: 2.1%;
    }
   
    .flip-container, .front, .back
    {
    margin: 1% 2%;
    }
    .flip-row3 
    {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 19.5%;
    }
   
}
@media(min-width: 1346px) and (max-width : 1424px) 
{
    #remember_me{
		margin-right:22%;
		
	}
    	.flip-btn3-res
	{
	    float: right;
	}
	.fl-btn2
	{
	    padding-left: 2%;
	}
	.card-panel-res
	{
	    text-align: -webkit-right;
	    text-align: -moz-right;
	    padding: 3% 0% 2% 4.5%;
	}
	.flip-btn3-respon
   {
       margin-left: 18%;
   }
   .flip-row3
   {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 14%;
    }
}
@media(min-width: 1425px) and (max-width : 1495px) 
{
	.card-panel-res
	{
	    text-align: -webkit-right;
	    text-align: -moz-right;
	    padding: 3% 1% 2% 6%;
	}
	.flip-row3
   {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 17.5%;
    }
}

@media(min-width: 1496px) and (max-width : 1623px) 
{
	.flip-btn3-res
	{
	    float: right;
	}
	.card-panel-res
	{
	    text-align: -webkit-right;
	    text-align: -moz-right;
	    padding: 3% 1% 2% 8%;
	}
	.flip-btn3-respon
   {
       margin-left: 15%;
   }
   .flip-btns
   {
        padding: 0 15% 1% 13%;
   }
   .modal-dialog
   {
        width: 66%;
        margin-top: 2.1%;
    }
    .flip-row3
    {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 16.5%;
    }
}
@media(min-width: 1624px) and (max-width : 1823px) 
{
     .info-header
	{
	     padding: 10% 0 5% 0;   
	}
	.section-adify
	{
	    padding: 6% 5%;
	}    
	.flip-btn3-res
	{
	    float: right;
	}
	.card-panel-res
	{
	    text-align: -webkit-right;
	    text-align: -moz-right;
	    padding: 3% 2% 2% 8%;
	}
	.flip-btn2-res
	{
	    padding-left: 2%;
	}
	.flip-btns 
	{
        padding: 0 8% 1% 12%;
    }
    .modal-dialog
    {
        width: 61%;
        margin-top: 2.1%;
    }
    .flip-row3
    {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 14.5%;
    }
    .countryicon
    {
        width: 70%;
    }
}
@media(min-width: 1824px)  and (max-width : 2047px) 
{
    .section-adify
	{
	    padding: 8% 5%;
	}    
    .info-header
	{
	     padding: 9% 0 5% 0;   
	}
	.media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 710px;
        color: #fff;
        padding: 5% 0;
    }
	.card-panel-res
	{
        padding: 3% 0% 2% 8.5%;
    }
	.flip-btns
	{
           padding: 0 7% 1% 9%;
    }
    .flip-btn3-respon
    {
        margin-left: 55%;
    }
    .three-btn-center 
    {
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 5.4%;
    }
    .modal-dialog
    {
        width: 50.5%;
        margin-top: 2.1%;
    }
     .country-dialog
    {
        width: 70% !important;
        margin-top: 2.1%;
    }
     .countryicon
    {
        width: 68%;
    }
}
@media(min-width: 2048px) and (max-width : 2247px) 
{
    .section-adify
	{
	    padding: 8% 5%;
	} 
    .info-header
	{
	     padding: 7% 0 5% 0;   
	}
	.advertiser_section2
	{
	    height: 700px;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 830px;
        color: #fff;
        padding: 5% 0;
    }
	.card-panel-res 
	{
        padding: 3% 0% 2% 9%;
    }
    .three-btn-center
    {
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 5%;
    }
    .modal-dialog
    {
        width: 47%;
        margin-top: 2.1%;
    }
    .country-dialog
    {
        width: 70% !important;
        margin-top: 2.1%;
    }
    .countryicon
    {
        width: 67%;
    }
}
@media(min-width: 2248px) and (max-width : 2560px) 
{
    .section-adify
	{
	    padding: 8% 5%;
	} 
	.info-header
	{
	     padding: 7% 0 5% 0;   
	}
	.card-panel-res 
	{
        padding: 3% 0% 2% 10%;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
        color: #fff;
        padding: 5% 0;
    }
    .advertiser_section2
	{
	    height: 700px;
    }
    .three-btn-center
    {
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 6.4%;
    }
    .countryicon
    {
        width: 62%;
    }
    .country-dialog
    {
        width: 70% !important;
        margin-top: 2.1%;
    }
    .modal-dialog
    {
        width: 41%;
        margin-top: 2.1%;
    }
    .flip-row3
    {
        margin-bottom: 2%;
        margin-left: 15%;
        margin-right: 15.5%;
    }
}
@media(min-width: 2561px)
{
    .section-adify
	{
	    padding: 6% 5%;
	} 
	.info-header
	{
	     padding: 7% 0 5% 0;   
	}
	.card-panel-res 
	{
        padding: 3% 0% 2% 10%;
    }
    .media_section2
    {
        width: 100%;
        background: url(http://www.admybrand.com/uploads/images/adver/bg3.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 950px;
        color: #fff;
        padding: 5% 0;
    }
    .advertiser_section2
	{
	    height: 750px;
    }
    .three-btn-center
    {
        padding-bottom: 5px;
        padding-left: 0px; 
        padding-right: 6.4%;
    }
    .countryicon
    {
        width: 62%;
    }
    .country-dialog
    {
        width: 70% !important;
        margin-top: 2.1%;
    }
    .modal-dialog
    {
        width: 34%;
        margin-top: 2.1%;
    }
}
style.css
Open with
Displaying login_form.css.