#con-form input {
    width: 100%!important;
    padding: 5px 20px;
    border: 1px solid #3967BD;
    margin-bottom: 20px;
}
#con-form button {
    background-color: #3967BD;
    border: none;
    padding: 10px 35px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.label-box label {
    color: #3967BD;
}
.rqt {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 42px!important;
}

#message {
    color: #ff0000!important;
    text-align: center!important;
    margin-top: 30px!important;
}


/* pricing table*/



.inline-div {
    width: 20%;
}
.flex-body {
    display: flex;
    margin-top: 10px!important;
    margin-bottom: 40px;
}
.inline-div ul {
    text-align: center;
    padding: 0px;
}
.inline-div ul li {
    list-style:none;
}

.two2, .three, .four {
    text-align: center;
}
.two2, .four {
    background-color: #0741AD;
    color: #fff;
}
 .three {
    background-color: #cccccc3d;
    color: #000;
}
.inline-div h5 {
    color: #02c102;
    font-size: 18px;
}
.inline-div p {
    font-size: 14px!important;
    color: #02c102;
    margin-bottom: 21px;
}
.inline-div h4 {
    padding-left: 27px;
    font-size: 16px!important;
}
h4.one-4 {
    margin-top: 27px!important;
    margin-bottom: 18px!important;
}
.inline-div h6 {
    font-size: 21px;
    padding-top: 40px;
}
.p-div {
    padding: 20px;
    margin-bottom: 30px;
}
.p-div h6 {
    font-size: 20px;
}

.inline-div .ob-width {
    font-size: 14px!important;
    color: #000;
    margin-bottom: 21px;
}

/* media tab*/
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    
 .scroll {
    white-space: nowrap!important;
    overflow-x: auto!important;
    overflow-y: auto!important;
}
.flex-body {
    width: 1500px;
    overflow-x: auto;
    overflow-y: auto;
}


}


/* media for mobile*/
@media (max-width: 600px){
    
.scroll {
    white-space: nowrap!important;
    overflow-x: auto!important;
    overflow-y: auto!important;
}
.flex-body {
    width: 1500px;
    overflow-x: auto;
    overflow-y: auto;
}
}