html,

body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
	margin: 0;
background-color: #ffd2df;
height: 800px;
border: 1px solid #d4d4d4;
box-shadow: -2px 2px 55px #ff6691 inset;
}

a {
  font-size: 13px;
  transition: all .35s;
  font-weight: 700;
  color: #0072B9;
  text-decoration: none;
}

a:hover, a:focus {
  color: #fcbd20;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.main-container{
	width: 100%;
padding-right: 1px;
padding-left: 1px;
margin-right: auto;
margin-left: auto;
margin-top: 16px;
margin-bottom: 16px;
max-width:1152px;
background-color: #fff;
height: 768px;
box-shadow: 5px 5px 50px #80081e87;
}

.main-cotainer-wrap{
	display: flex;
	width:100%;
	height: 100%;
	background: #fff;
}

.main-cotainer-wrap .mcwrap1{
	width: 66.6%;
}

.mcwrap1 .banner_image{
	width: 100%;
}

.main-cotainer-wrap .mcwrap2{
	width: 33.3%;
	padding: 80px 35px;
	background-color: #0072b9;
}

.mcwrap2 h3{
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 60px;
}

.inner-wrap{
	display: flex;
	padding: 15px 0px;
}

.inner-wrap .inwrap1{
	width: 35%;
}

.inner-wrap .inwrap2{
	width: 65%;
}

.inwrap1 .logo_img{
	width:75%;
	padding: 0px 20px 0px 0px;
}

.inwrap2 h1{
	margin-top: 25px;
	line-height: 30px;
text-transform: uppercase;
font-weight: 700;
color: #c18f10;
font-size: 28px;
padding: 0px 0px 0px 20px;
border-left: 1.5px solid #c18f10;
}

.inwrap2 .bold-heading{
	font-size: 33px;
	font-weight: 900;
}

.bottom-wrap{
	display: flex;
	width: 90%;
	padding: 15px 40px;
}

.bottom-wrap .bwrap1{
	width: 50%;
}


.bottom-wrap .bwrap2{
	width: 50%;
	
}

.text_italic{
	font-style: italic;
	font-size: 11px;
}

.title_name{
	font-weight: 900;
	color: #c18f10;
}

.icon_img{
	width: 16px;
	height: auto;
	vertical-align: middle;
}

.btn{
display: block;
 background: #fff;
padding: 20px 15px;
text-align: center;
border-radius: 20px;
margin: 40px 40px 40px 40px;
color: #0072b9;
font-size: 22px;
font-weight: 700;
}

.btn:hover{
	box-shadow: 2px 2px 15px #ccc inset;
	transition: 0.3s ease;
	 text-decoration: none !important;
 color: #c18f10 !important;
}



.video_frame{
	width: 100%;
	height: 200px;
}

.bottom-mobile{
	background: #fff;
	margin-top: 60px;
	padding: 40px 20px 60px 20px;
}

.bottom-mobile p{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.7em;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	
	body {
	height: 750px;
	}
	
  .main-container{ 
	margin-top: 20px;
	margin-bottom: 20px;
	max-width:1024px;
	background-color: #fff;
	height: 710px;
  
  } 
  
  .main-cotainer-wrap .mcwrap1{
	width: 70%;
	}

.main-cotainer-wrap .mcwrap2{
	width: 30%;
	padding: 50px 25px;

}

.btn{
	font-size: 18px;
	margin: 40px 40px 40px 40px;
}

.bottom-mobile{
	display: none;
}

.inwrap1 .logo_img_mobile {display: none;}
  
  /* your css rules for ipad landscape */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  	body {
	height: auto;
	overflow-x: hidden;
	}
	
	  .main-container{ 
	  width: 100%;
	height: 100%;
	margin: 0;
  
  } 
  
    .main-cotainer-wrap {
		display: block;
		width: 100%;
		margin: auto;
	}

  
    .main-cotainer-wrap .mcwrap1{
	width: 100%;
	}

.main-cotainer-wrap .mcwrap2{
	width: 100%;
	padding: 40px 0;
	margin-top: -30px;

}

.inwrap1 .logo_img_mobile {display: none;}

.bottom-wrap{
display: none;

}

.mcwrap2 h3{
	margin-top: 60px;
	font-size: 24px;
	line-height: 26px;
}

.btn{
	margin: 60px 140px 60px 140px;
}

.video_frame{
	width: 80%;
	height: 300px;
	margin: 0 10%;
}
  
}

@media screen and (min-width: 1025px) {

.bottom-mobile {display: none;}
.inwrap1 .logo_img_mobile {display: none;}


}

@media screen and (max-width: 767px){
  	body {
	height: auto;
	overflow-x: hidden;
	}
	
	  .main-container{ 
	  width: 100%;
	height: 100%;
	margin: 0;
  
  } 
  
    .main-cotainer-wrap {
		display: block;
		width: 100%;
		margin: auto;
	}

  
    .main-cotainer-wrap .mcwrap1{
	width: 100%;
	}

.main-cotainer-wrap .mcwrap2{
	width: 100%;
	padding: 40px 0;
	margin-top: -30px;

}

.inner-wrap{
	display: block;
	padding: 15px 0px;
}

.inner-wrap .inwrap1{
	width: 100%;
	margin: auto;
}

.inner-wrap .inwrap2{
	width: 100%;
	margin: auto;
}

.inwrap1 .logo_img{
display: none;
}

.inwrap1 .logo_img_mobile{
width: 60%;
margin: 0 20% 0 11%;
text-align: center;
}

.inwrap2 h1{
	line-height: 30px;
text-transform: uppercase;
font-weight: 700;
color: #c18f10;
font-size: 22px;
padding: 20px 0px 0px 0px;
border-top: 1.5px solid #c18f10;
border-left: none;
text-align: center;
width: 80%;
margin: 20px auto;
}

.inwrap2 .bold-heading {
    font-size: 24px;
    font-weight: 900;
}

.mcwrap2 h3{
    margin-top: 40px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.bottom-wrap{
display: none;

}


.btn{
	font-size: 20px;
	margin: 50px 40px 0px 40px;
}


.video_frame {

    width: 86%;
    height: 220px;
    margin: 5% 7%;

}
  
}