
/*#endregion Added by Jobaed*/
@font-face {
    font-family: 'Tahoma', sans-serif;
    src: url('fonts/tahoma_Regular_font.ttf') format('ttf');
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Tahoma', sans-serif;
}

button:focus {
    outline: none;
}

body {
    background: #ECF3F5;
}

.top_navbar_rams {
    background: #485B7B;
    height: 70px;
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar_action_button {
    background: none;
    border: none;
}

.navbar_action_button:focus {
    box-shadow: none;
}


.navbar_right_section {
    margin-left: auto;
    margin-right: 20px;
}

.navbar_left_icon {
    border-right: 1px solid #fff;
    padding-right: 30px;
}

.nav-right-signIn .signIn_ramsApp {
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-right-signIn .signIn_ramsApp img {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    width: 18px;
}

.footer_rams {
    left: 0;
    bottom: 0;
    background-color: #485B7B;
    /*height: 50px;*/
    width: 100%;
    clear: both;
    position: fixed;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}

.footer_rams a {
    color: #a1b2cf;
    font-size: 12px;
    text-decoration: none !important;
}

.middle_body_section {
    padding: 40px 40px 100px;
    margin-top: 70px;
    position: fixed;
    width: 100%;
}

.landing_page_card_body {
    /*margin: 40px;*/
    margin: 40px 10px 40px 30px;
    padding: 0 8px 0px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 1080px;
    /*scrollbar-width: thin;*/
}

@-moz-document url-prefix() {
    .landing_page_card_body {
        scrollbar-color: #D3D3D3 white;
        scrollbar-width: thin;
    }
}

.landing_page_card_body::-webkit-scrollbar {
    /*width: 0px;
    height: 0px;*/
    width: 10px;
    border-radius: 100px;
    height: 0px;
    margin-right: 30px !important;
}

.landing_page_card_body::-webkit-scrollbar-thumb {
    /*background: none;
    border: none;*/
    background: #D3D3D3;
    border-radius: 100px;
    margin-right: 30px !important;
    border: 0.1px solid #B4B5B6;
    width: 10px !important;
    height: 10px;
}

.landing_page_body_header {
    color: #5E6278;
}

.plans_pricing_title {
    padding: 0px 20px 20px;
    margin: 0;
}

.plans_pricing_subtitle {
    margin: 0;
}

.landing_page_body_pricing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing_section {
    color: #5E6278;
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sticky_navbar {
    /* display: none; */
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    border-bottom: 0.5px solid #F1F2F6;
}

.sticky_navbar_menu {
    width: 100%;
    padding: 20px;
    color: #5E6278;
    z-index: 999;
    display: inline-grid;
    /*grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.plansPricing_sticky_item {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}

.starter_sticky_item, .business_sticky_item, .unlimited_sticky_item {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.sticky_signUp_dropdown {
    text-align: right;
}

.sticky_signUp_DropDown_menu {
    padding: 0;
    border: none;
    border-radius: 15px 0px 15px 15px;
    box-shadow: 0 0 6px rgba(32,33,36,.28);
    left: -27px !important;
    top: 5px !important;
    min-width: 10rem !important;
}

.sticky_signUp_DropDown_menu .sticky_signUp_DropDown_menu_item {
    padding: 10px 20px;
    color: #5E6278 !important;
    font-size: 16px;
    cursor: pointer;
}

.sticky_signUp_DropDown_menu .sticky_signUp_DropDown_menu_item:hover {
    color: #1BC5BD !important;
    background: #C9F7F5;
    transition: all .4s ease-in-out;
}

.sticky_signUp_DropDown_menu_item {
    padding: 10px 20px;
    color: #5E6278;
}

.sticky_signUp_DropDown_menu_item:first-child {
    border-radius: 15px 0px 0px 0px;
}

.sticky_signUp_DropDown_menu_item:last-child {
    border-radius: 0px 0px 15px 15px;
}

.sticky_signUp_DropDown_menu_item:hover {
    color: #1BC5BD !important;
    background: #C9F7F5;
    transition: all .4s ease-in-out;
}

.chooseYourPlan_card, .starter_card, .business_card, .unlimited_card, .multiUser_card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.chooseYourPlan_card {
    border-radius: 15px 0 0 0;
    padding: 20px;
    border-left: 0.5px solid #ABB0B7;
    border-top: 0.5px solid #ABB0B7;
    border-right: 0.5px solid #ABB0B7;
}

.starter_card, .business_card, .unlimited_card {
    padding: 20px;
    border-top: 0.5px solid #ABB0B7;
    border-right: 0.5px solid #ABB0B7;
}

.multiUser_card {
    border-radius: 0 15px 0 0;
    padding: 20px;
    border-top: 0.5px solid #ABB0B7;
    border-right: 0.5px solid #ABB0B7;
}

.chooseYourPlan_subTitle, .multiUser_card_subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 40px 0 20px;
    height: 70px;
}

.starter_price, .business_price, .unlimited_price {
    margin: 40px 0 20px;
    height: 70px;
}

.starter_price h4, .business_price h4, .unlimited_price h4 {
    margin: 0;
}

.starter_price span, .business_price span, .unlimited_price span {
    font-size: 16px;
    font-weight: 600;
}

.checkbox_toggle{
    padding-top: 5px;
}

.checkbox_toggle input[type="checkbox"].toggle {
    display: none;
}

.checkbox_toggle input[type="checkbox"].toggle + label {
    display: inline-block;
    height: 32px;
    width: 100px;
    position: relative;
    font-size: 14px;
    background: #5E6278;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3 ease;
    border-radius: 50px !important;
}

.checkbox_toggle input[type="checkbox"].toggle + label:before {
    position: absolute;
    top: 4px;
    left: 70px;
    height: 24px;
    width: 24px;
    content: '';
    transition: all 0.3 ease;
    z-index: 3;
    background-color: #fff;
}

.checkbox_toggle input[type="checkbox"].toggle + label:after {
    z-index: 2;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.checkbox_toggle input[type="checkbox"].toggle + label.rounded {
    border-radius: 30px;
}

.checkbox_toggle input[type="checkbox"].toggle + label.rounded:before {
    border-radius: 50px;
}

.checkbox_toggle input[type="checkbox"].toggle:not(:checked) + label:after {
    content: attr(data-unchecked);
    left: 38px;
    opacity: 1;
    color: #fff;
    text-align: left;
}

.checkbox_toggle input[type="checkbox"].toggle:not(:checked) + label:before {
    left: 6px;
}

.checkbox_toggle input[type="checkbox"].toggle:checked + label:after {
    content: attr(data-checked);
    left: 15px;
    opacity: 1;
    color: #fff;
}

.pricing_select_tag {
    position: absolute;
    top: 50px;
    left: -10px;
}

.pricing_select_tag span {
    position: absolute;
    left: 17px;
    top: 3px;
    color: #1BC5BD;
    font-size: 11px;
    font-weight: bold;
}

.sticky_signUp_btn {
    padding: 8px 28px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    display: inherit;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    background: #C9F7F5;
    color: #1BC5BD;
}

.sticky_signUp_btn:hover {
    background: #89f0eb;
    opacity: 1;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.signUp_btn, .requestQuote_btn {
    padding: 10px 28px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    background: #C9F7F5;
    color: #1BC5BD;
}

.signUp_btn:hover, .requestQuote_btn:hover {
    background: #1BC5BD;
    color: #C9F7F5;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.perfectFor_section, .modules_section, .numberOfDocuments_section,
.features_section, .SupportTraining_section, .serverHosting_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-left: 0.5px solid #ABB0B7;
    border-right: 0.5px solid #ABB0B7;
}

.serverHosting_section {
    border-radius: 0 0 15px 15px;
}

.perfectFor_content, .modules_content, .numberOfDocuments_content,
.features_content, .supportTraining_content, .serverHosting_content {
    color: #5E6278;
    cursor: pointer;
    border-top: 0.5px solid #ABB0B7;
    overflow: hidden;
    /* border-bottom: 0.5px solid #ABB0B7; */
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.serverHosting_content:last-child {
    border-radius: 0 0 15px 15px;
    border-bottom: 0.5px solid #ABB0B7;
}

.perfectFor_title, .modules_title, .numberOfDocuments_title,
.features_title, .supportTraining_title, .serverHosting_title {
    background-color: #ECF3F5;
    color: #5E6278;
    text-align: center;
}

.perfectFor_title h4, .modules_title h4, .numberOfDocuments_title h4,
.features_title h4, .supportTraining_title h4, .serverHosting_title h4 {
    margin: 0;
    padding: 20px;
    border-top: 0.5px solid #ABB0B7;
}

.perfectFor_subTitle, .modules_subTitle, .numberOfDocuments_subTitle,
.features_subTitle, .supportTraining_subTitle, .serverHosting_subTitle {
    display: none;
}

.perfectFor_subTitle h5, .modules_subTitle h5, .numberOfDocuments_subTitle h5,
.features_subTitle h5, .supportTraining_subTitle h5, .serverHosting_subTitle h5 {
    margin: 0;
    font-size: 16px;
}

.perfectFor_subTitle h5 img, .modules_subTitle h5 img, .numberOfDocuments_subTitle h5 img,
.features_subTitle h5 img, .supportTraining_subTitle h5 img, .serverHosting_subTitle h5 img {
    margin: -2px 20px 0;
}

.perfectFor_chooseYourPlan, .modules_numberOfUser, .numberOfDocuments_rams,
.features_responsive, .supportTraining_responsive, .serverHosting_responsive {
    text-align: left;
    padding: 20px;
    font-size: 18px;
}

.perfectFor_starter, .perfectFor_business,
.perfectFor_unlimited, .perfectFor_multiUser {
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

.modules_starter, .modules_business,
.modules_unlimited, .modules_multiUser {
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.numberOfDocuments_starter, .numberOfDocuments_business,
.numberOfDocuments_unlimited, .numberOfDocuments_multiUser {
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.features_starter, .features_business,
.features_unlimited, .features_multiUser {
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.supportTraining_starter, .supportTraining_business,
.supportTraining_unlimited, .supportTraining_multiUser {
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.serverHosting_starter, .serverHosting_business,
.serverHosting_unlimited, .serverHosting_multiUser {
    position: relative;
    border-left: 0.5px solid #ABB0B7;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.numberOfDocuments_starter, .numberOfDocuments_business,
.numberOfDocuments_unlimited, .numberOfDocuments_multiUser {
    text-align: center;
}

.modules_starter, .modules_business,
.modules_unlimited, .modules_multiUser {
    text-align: center;
}

.perfectFor_starter_label, .perfectFor_business_label,
.perfectFor_unlimited_label, .perfectFor_multiUser_label {
    display: none;
    font-size: 18px;
}

.modules_starter_label, .modules_business_label,
.modules_unlimited_label, .modules_multiUser_label {
    display: none;
    font-size: 18px;
}

.numberOfDocuments_starter_label, .numberOfDocuments_business_label,
.numberOfDocuments_unlimited_label, .numberOfDocuments_multiUser_label {
    display: none;
    font-size: 18px;
}

.features_responsive_label, .features_starter_label, .features_business_label,
.features_unlimited_label, .features_multiUser_label {
    display: none;
    font-size: 18px;
}

.supportTraining_responsive_label, .supportTraining_starter_label, .supportTraining_business_label,
.supportTraining_unlimited_label, .supportTraining_multiUser_label {
    display: none;
    font-size: 18px;
}

.serverHosting_responsive_label, .serverHosting_starter_label, .serverHosting_business_label,
.serverHosting_unlimited_label, .serverHosting_multiUser_label {
    display: none;
    font-size: 18px;
}

.perfectFor_content:hover, .modules_content:hover, .numberOfDocuments_content:hover,
.features_content:hover, .supportTraining_content:hover, .serverHosting_content:hover {
    background: #ECF3F5;
    box-sizing: border-box;
    border: none;
    outline: 0.5px dashed;
}

.angle_down_icon {
    content: "";
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    margin: 6px 0 0 10px;
    border-right: 5px solid #1BC5BD;
    border-bottom: 5px solid #1BC5BD;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
/*---cancel_icon---*/
.cancel_icon, .cancel_icon::after, .cancel_icon ::before {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #5E6278;
    top: -5px;
    left: 0;
    transform: rotate(135deg);
}

.cancel_icon::after, .cancel_icon ::before {
    content: "";
    position: absolute;
}

.cancel_icon::after {
    top: 0px;
    transform: rotate(-90deg);
}

.question_icon {
    font-size: 20px;
}

/*.landing_page_body_footer {
    padding: 40px;
}*/

.landingPage_footer_laft_section, .landingPage_footer_right_section {
    position: relative;
}

.landingPage_footer_laft_section img, .landingPage_footer_right_section img {
    width: 100%;
}

.landingPage_footer_laft_content, .landingPage_footer_right_content {
    position: absolute;
    top: 36%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 80px;
    font-size: 18px;
    font-weight: 600;
    color: #5E6278;
}





/*#region Added by Jobaed*/

.div_disable_multi_user_for_monthly_pakages > * {
    /*filter: blur(.1px);*/
    cursor: auto;
    /*color: rgba(0, 0, 0, 0.1);*/
}

.div_disable_multi_user_for_monthly_pakages img {
   /* opacity: .3;*/
}


.pricingModal_body_ramsApp {
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 30px !important;
    height: fit-content;
    height: -moz-fit-content;
    width: 700px;
    overflow: hidden !important;
    position: fixed !important;
    margin: auto;
    z-index: 111111;
}
.modal_close_icon {
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 18px;
    color: #5E6278;
    opacity: 5 !important;
}

.pricingModal_MidContent_ramsApp {
    color: #5E6278;
    text-align: center;
}

.pricingModal_MidContent_ramsApp p {
    font-size: 14px;
}

/*.pricingModal_body_image_ramsApp img{
    width: 300px;
}*/

.modal_btn-success {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}

.modal_btn-success:hover {
    color: #FFF;
    background-color: #26a1ab;
    border-color: #2499a3;
}

.modal_btn-danger {
    color: #fff;
    background-color: #ed6b75;
    border-color: #ea5460;
}

.modal_btn-danger:hover {
    color: #fff;
    background-color: #e73d4a;
    border-color: #e31d2d;
}