body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inter;
    scroll-behavior: smooth;
    padding-top: 122px;
}
:root{
    --primary:#5F2978;
    --dark: #000
}
a{
    transition: all 0.5s;
}
img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
p{
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 0;
    margin-bottom: 16px;
}
html .container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1320px;
    margin: 0 auto
}
section{
    padding: 50px 0;
}
.align-item-center{
    align-items: center;
}

.row {
    display: flex;
    margin-left: -25px;
    flex-wrap: wrap;
    margin-right: -25px
}
[class*=col] {
    padding: 0 25px;
}
.row > div{
    width: 100%;
}
.row .col-5 {
    width:  calc(40% - 50px);
}
.row .col-7{
    width:  calc(60% - 50px);
}
.row .col-6{
    width: calc(50% - 50px);
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
img {
    width: 100%;
    height: auto;
}
.input-field input:not([type="radio"],[type="checkbox"]) {
    border-radius: 30px;
    background: #F1F1F1;
    height: 57px;
    padding: 0px 21px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
}
.input-field input:not([type="radio"],[type="checkbox"]):focus{
    outline: none;
    border-color: var(--primary);
} 
.input-field{
    margin-bottom: 20px;
}
.custbtn {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 14px;
    line-height: 52px;
    display: inline-block;
    background: linear-gradient(90deg, #D43580 6.61%, #5F2978 129.1%);
    border: none;
    padding: 0px 22px;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
    color:#fff !important;
}
.custbtn:hover {
    background: linear-gradient(271deg, #D43580 6.61%, #5F2978 129.1%);
}
.input-field-submit {
    margin-top: 30px;
}
header{
    padding: 30px 40px;
    left: 0;
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-center{
    text-align: center;
}
.social-share {
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 6px 10px;
    border-radius: 6px;
}
.social-share a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-share a:hover{
    opacity: 0.7;
}
/* .video-wrapper {
    width:100%;
    height:623px;
    overflow: hidden;
}
.video-wrapper video {
    object-fit: contain;
    width: 100%;
    height: 100%;
    background: #fbfafb;
} */
.video-wrapper {
    padding-top: 56.3%;
    position: relative;
    height: 100%;
}
.video-wrapper video  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fbfafb;
}

.wosul-solution {
    text-align: center;
}
.wosul-solution h3 {
    font-size: 60px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 8px;
    margin-top: 0;
}
.wosul-solution .title{
    margin-bottom: 25px;
}
.title h3 span{
    background: linear-gradient(180deg, #D43580 -8.2%, #5F2978 122.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text h6 {
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
}
.form_box {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 2px 6px 60px 0px rgba(0, 0, 0, 0.09);
    padding: 70px;
    text-align: left;
    margin: 0;
    justify-content: space-between;
}
.form_box .title{
    margin-bottom: 0;
}
.form_box form {
    max-width: 600px;
    margin-left: auto;
}
.form_box .title h3 {
    font-size: 70px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}
.counter h4{
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}
.counter h3{
    font-family: Inter;
    font-size: 180px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0;
}
.counter h3 span{
    background: linear-gradient(90deg, #D43580 27.51%, #5F2978 108.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.client-logo {
    background-color: #5F5F5F;
    padding: 50px 0;
}
.client-logo .item, .partners_logo .item {
    width: 90%;
    height: 100px;
    padding: 0 15px;
    text-align: center;
}
.client-logo .item img ,.partners_logo .item img{
    width: 90%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    max-width: 120px;
}
.owl-dots {
    display: none;
}
.client-logo .item img:hover, .partners_logo .item img:hover {
    opacity: 0.5;
}
.customer-btn{
    text-align: center;
    margin-top: 40px;
}
.customer-btn .custbtn{
    background: linear-gradient(87deg, #4A55A6 -0.66%, #2E9DD6 99.48%);
}
.customer-btn .custbtn:hover{
    background: linear-gradient(180deg, #4A55A6 -0.66%, #2E9DD6 99.48%);
}
section.client-needs {
    margin-top: 50px;
    padding-top: 288px;
    background-image: url(../images/payment_reg_form/Ellipse-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 0;
    background-size: contain;
    overflow: hidden;
}
.client-needs h3 {
    font-size: 60px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 80px;
}
.img-box{
    margin-bottom: 120px;
    /* max-width: 544px; */
}
.img-box h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.img-box h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: var(--primary);
    margin-bottom: 40px;
}
.img-box ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 18px;
    position: relative;
    padding-left: 30px;
    width: calc(50% - 20px);
}
.img-box ul {
    list-style: none;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img-box .img{
    padding-left: 20px;
}
.img-box img {
    width: auto;
    height: auto;
}
.col-6:nth-child(even) .img-box{
    margin-left: auto;
}
.img-box li::before{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><path d="M7 9.99613L10.6 13.8533L19 4.85327" stroke="%237CC69E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.985 10.7635C20.5344 10.7293 21.0124 11.1477 20.9944 11.6978C20.9345 13.5209 20.4004 15.3032 19.4368 16.8655C18.2982 18.7114 16.6159 20.1595 14.6211 21.0107C12.6263 21.862 10.4168 22.0746 8.29627 21.6194C6.17573 21.1642 4.24818 20.0635 2.77846 18.4686C1.30874 16.8737 0.368979 14.8627 0.0882988 12.7121C-0.192381 10.5615 0.199794 8.37676 1.21094 6.45804C2.22208 4.53932 3.80258 2.98079 5.73526 1.9966C7.37091 1.16367 9.19088 0.7767 11.0128 0.86579C11.5625 0.892675 11.9405 1.40322 11.8616 1.94798C11.7828 2.49273 11.2766 2.86423 10.7264 2.84958C9.31375 2.81197 7.90834 3.12686 6.63979 3.77286C5.074 4.57021 3.79355 5.83287 2.97436 7.38734C2.15517 8.94181 1.83744 10.7118 2.06484 12.4542C2.29223 14.1965 3.05359 15.8257 4.2443 17.1178C5.43501 18.41 6.99664 19.3017 8.71462 19.6705C10.4326 20.0393 12.2226 19.867 13.8388 19.1774C15.4549 18.4877 16.8178 17.3146 17.7402 15.819C18.4876 14.6074 18.9161 13.2324 18.9938 11.8214C19.0241 11.2718 19.4357 10.7976 19.985 10.7635Z" fill="%237CC69E"/></svg>');
    left: 0;
    position: absolute;
    top: 0;
}
.patners_logo_hedd{
    background-color: #5F5F5F;
    padding: 80px 0;
}
.patners_logo_hedd h4{
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}
.partners_logo{
    background-color: #707070;
    padding: 30px 0;
}
.video_hedd{
    text-align: center;
    padding: 80px 0;
}
.video_hedd h4{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-hedd h4{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-hedd p{
    font-size: 30px;
}
.bottom-img img {
    width: auto;
    margin-bottom: -10px;
}
.bottom-img img {
    width: auto;
    margin-bottom: -10px;
    padding-top: 100px;
}






.info-link {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    margin: 30px;
}
.info-link a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: relative;
    background: #00CC33;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
}
.info-link a svg{
    width: 24px;
}
.info-link a:hover svg{
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}



.info-link a:hover {
    color: #fff;
}
.info-link a:before {
    border-radius: 100%;
    position: absolute;
    height: 46px;
    width: 46px;
    border: solid 2px #00CC33;
    content: ' ';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .5;
	left:0;
	top:0;
    -webkit-animation: sonarEffectNew 1.5s ease-out infinite;
    -moz-animation: sonarEffectNew 1.5s ease-out infinite;
    animation: sonarEffectNew 1.5s ease-out infinite;
}
.info-link a:after {
    border-radius: 100%;
    left: -20px;
    position: absolute;
    top: -20px;
    height: 86px;
    width: 86px;
    border: solid 2px #00CC33;
    content: ' ';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-animation: sonarEffectNew 1.5s ease-out 2s infinite;
    -moz-animation: sonarEffectNew 1.5s ease-out 2s infinite;
    animation: sonarEffectNew 1.5s ease-out 2s infinite;
}
@keyframes sonarEffectNew{
	0%{
		opacity:.5;
		-webkit-transform:scale(1);
        -moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1)
	}
	100%{
		opacity:0;
		-webkit-transform:scale(1.3);
		-moz-transform:scale(1.3);
		-ms-transform:scale(1.3);
		transform:scale(1.3)
	}
}
.info-link .info_label {
    position: absolute;
    left: 100%;
    top: 10px;
    background: var(--dark);
    border-radius: 5px;
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 120%;
    white-space: nowrap;
    margin:0 42px;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 5;
}
.info-link:hover .info_label {
    visibility: visible;
    margin:0 12px;
    opacity: 1;
}
.info-link .info_label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto -4px;
    width: 8px;
    height: 8px;
    background: var(--dark);
    transform: rotate(45deg);
}
* {
    box-sizing: border-box;
}
.multi-language .ui-selectmenu-button.ui-button:before {
    background: url("https://wosul.sa/website/images/language/uk-flag.svg") no-repeat center center;
}
[dir="rtl"] .multi-language .ui-selectmenu-button.ui-button:before {
    background: url("https://wosul.sa/website/images/language/saudi-flag.svg") no-repeat center center;
}
.header-right-wrap {
    display: flex;
    align-items: center;
}
.header-right-wrap .multi-language {
    margin-right: 20px;
}
html.sticky header {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
}
.customradio-field {
    display: flex;
    flex-wrap: wrap;
}
.customradio-field label {
    width: auto;
    margin-right:30px;
}
.customradio-field label input {
    display: none;
}
.customradio-field label span {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.customradio-field label span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #dedede;
    border-radius: 50px;
    box-shadow: 0 0 0 4px  #fff inset;
}
.customradio-field label input:checked ~ span:before{
    background-color: #c90880;
    border-color:transparent;
}
.header-left-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.headerphonenumber {
    font-size: 20px;
    font-weight: 600;
    margin-left: 30px;
}
.secid-form{
    position:absolute;
    top:-50px;
    left:0;
}
.l-plan-btn-wrap{
    padding-bottom:200px;
}

@media (max-width:767px){

    .l-plan-btn-wrap{
        padding-bottom:0;
        margin-bottom:50px;
    }
    html .img-box {
        margin-bottom: 50px;
    }
    .phone-input-group .form-select {
        height: 50px;
    }


}

.phone-input-group .form-select {
    position: absolute;
    left: 0;
    top: 0;
    height: 57px;
    border: 0;
    background-color: transparent;
    width: auto;
}
.phone-input-group  input:not([type="radio"],[type="checkbox"]) {
    padding-left: 130px;
}





/* rtl */
[dir="rtl"] .img-box li::before{
    left: auto;
    right: 0;
}
[dir="rtl"] .img-box ul li {
    padding-left: 0px;
    padding-right: 30px;
}
[dir="rtl"] .form_box form{
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] .owl-carousel {
    direction: ltr;
}
[dir="rtl"] .input-field {
    text-align: right;
}
[dir="rtl"] .info-link {
    left: auto;
    right: 0;
}
[dir="rtl"] .info_label {
    left: auto;
    right: 100%;
}
[dir="rtl"] .info_label::before {
    left: 100%;
    right: auto;
}
[dir="rtl"] .header-right-wrap .multi-language {
    margin-right: 0;
    margin-left: 20px;
}
[dir="rtl"] .customradio-field label {
    margin-right: 0;
    margin-left: 30px;
}
[dir="rtl"] .phone-input-group input:not([type="radio"],[type="checkbox"]) {
    padding-left: 20px;
    padding-right: 130px;
}
[dir="rtl"] .phone-input-group .form-select {
    left: auto;
    right: 0;
}