.msc {
	background-size: 100%;
	background-repeat: no-repeat;
	height: 636px;
	border-radius: 14px;
}


img.cc1 {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 60px;
    cursor:pointer;
}
img.cc1:hover {
	opacity:0.9;
}
img.cc1:active {
	bottom:25px;
}

.panel-container {
    background-color: transparent!important;
    border: none!important;
    height: 100%!important;
}

li.tab.active {
    background-color: transparent!important;
    border: none!important;
}

li.tab {
    background-color: transparent!important;  border: none!important;
}

ul.etabs {
    position: absolute;
}

.panel-container {
    padding: 0px!important;
}

img.img1 {
	position: absolute;
	top: 330px;
	left: 30px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}
img.img2 {
    position: absolute;
    top: 230px;
    left: 474px;
    cursor:pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}
img.img3 {
    position: absolute;
    top: 330px;
    left: 904px;
    cursor:pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}
.img1:hover,.img2:hover,.img3:hover {
	transform:scale(1.1,1.1);
	z-index:10;
}

.conte {
    background-color: white;
    padding: 20px;
    border-radius: 22px;
    border: 5px solid #2B8ECF;
    width: 900px;
    min-height: 32px;
    font-size: 30px;
}

.btn1 {
    position: absolute;
    bottom: 21px;
    left: 370px;
    background-color: #709CB2;
    padding: 13px 33px;
    font-size: 30px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

.btn2 {
    position: absolute;
    bottom: 21px;
    left: 840px;
    background-color: #709CB2;
    padding: 13px 33px;
    font-size: 30px;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

.btn1:hover, .btn2:hover {
    background-color: #89ADC0;
}
.btn_a{
	background-color: #042C49;
}
.btn1:active, .btn2:active {
    background-color: #042C49;
}
.btn1.btn_a:hover , .btn_a.btn_a:hover  {
    background-color: #042C49;
}