.clear{
    clear:both;
}

/*.contact_outerwrapper{*/
/*    margin-left: 146px;*/
/*    margin-right: 146px;*/
/*    min-height: 500px;*/
/*}*/
.contact_outerwrapper {
    margin-left: 8.6%;
    margin-right: 8.6%;
    min-height: 27.86em;
}
/*.contact-us-head{*/
/*    font-family: ProximaNovaRegular;*/
/*    font-weight: bolder;*/
/*    font-size: 24px;*/
/*    color:#000;*/
/*    text-transform: uppercase;*/
/*    padding-bottom: 9px;*/
/*}*/
.contact-us-head {
    font-family: ProximaNovaRegular;
    font-weight: bolder;
    /*font-size: 1.76vw;*/   /*commented*/
    font-size: 1.76em;       /*added*/
    color: #222222;
    /*text-transform: uppercase;*/
    padding-bottom: 0.8%;
}
.country-name{
    /*font-size: 18px;*/
    /*font-size: 1.2vw;*/   /*commented*/
    font-size: 1.2em;       /*added*/
    font-weight: bolder;
    font-family: ProximaNovaRegular;
    color:#58595b;
}
.country-address{
    /*font: 16px proximanovalight;*/
    /*color: #58595B;*/
    /*line-height: 11px;*/
    font: 1.2em proximanovalight;
    color: #58595B;
    line-height: 1em;

}
.condition-policy{
    /* font: 16px proximanovalight;*/
    /*color: #58595B;*/
    /*text-align: justify;*/
    font: 1.2vw proximanovalight;
    color: #58595B;
    line-height: 1em;
}

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.contact_outerwrapper {
    min-height:43vw;
    margin: 0% 2%;
}
.landing-page-footer
{
	position: absolute;
	bottom: 0px;
}
}
 @media only screen and (orientation:portrait)and (min-device-width : 768px) and (max-device-width : 1024px) {

.contact_outerwrapper {
    min-height:96vw;
  }
 
 }
 
@media only screen and (min-device-width : 0px) and (max-device-width : 765px) { 
/*  .contact_outerwrapper {*/
/*    margin-left: 2vw;*/
/*    margin-right: 8.6%;*/
/*    min-height: 111vw;*/
/*}*/
.contact_outerwrapper {
    margin-left: 2vw !important;
    margin-right: 3vw !important;
}
.main-subhead {
    font-size: 4.5vw !important;
}

}


















