.fancybox-infobar,
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs{
	display: none !important;
}
.popupctform{
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
}
.popupctform .fancybox-close-small{
    padding: 6px;
}
.popupctform .vhform{
    position: relative;
}
.popupctform .vhform .requi{
    position: absolute;
    right: 10px;
    top: 54%;
    transform: translateY(-50%);
    color: #ee5f3d;
}
.popupctform .vhform input{
    padding-right: 20px;
}
.popupctform .vhform input[disabled]{
    background-color: #ebf0f5;
}
.popupctform {
    padding: 0;
}
.popupctform .vhflex .colt{
    width: calc(100% - 430px);
}
.popupctform .vhflex .colf{
    width: 430px;
}
.popupctform .thumb img{
    width: 100%;
}
.popupctform .decsform{
    padding: 20px;
}
.popupctform .titleform{
    margin-bottom: 15px;
}
.popupctform .titleform h2{
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
}
.popupctform .viewAll button{
    display: block;
    width: 100%;
    padding: 10px 20px ;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #11999a;
    background-color: #009293;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: uppercase;
}
.popupctform .viewAll button:hover{
    background-color: #ffffff;
    color: #019393;
}
.popupctform .vhform {
    position: relative;
}
.vhflex {
    display: flex;
}
.vhform {
    margin-bottom: 15px;
}
.vhcol-md-2 {
    width: 50%;
}
.vhpadding-md-col-5 {
    padding: 0 5px;
}
.vhmargin-md-col-5 {
    margin: 0 -5px;
}
.vhform input, .vhform select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
}
.vhform textarea {
    width: 100%;
    height: 130px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.1);
}

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media screen and (max-width: 991px) {
	.popupctform{
        max-width: 450px;
        vertical-align: top;
    }
    .popupctform .vhflex .colt{
        display: none;
    }
    .popupctform .vhflex .colf{
        width: 100%;
    }
}