html {
    height: 100%;
}

.main-style{
    color: #22825D;
    background:linear-gradient(180deg,#89DFBF,#89DFBF);
    /* background:linear-gradient(180deg,#89DFBF,#20805B); */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.backhead{
    background-color: #23835E;
}

.blur {
    filter: blur(5px);
}

.navbar-items {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 999999999999999999999;
    opacity: 0.9;
    bottom: calc(100% - 100vh);
    border-radius: 40px 40px 0px 0px;
   
}

.navbar-toggler-expanded .navbar-toggler-icon {
    background-image: url("../images/menu-toggle-expend.svg") !important;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/menu-toggle.svg");
}

.review-card {
    border-radius: 20px;
}

.review-card__items {
    border-radius: 20px;
}

.main-body {
    background-color: #ffffff;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 4px 15px #00000016;
    min-height: calc(100% - 145px);
 


}

.services-wrapper {
    padding: 15px 15px 30px 15px;

}

.services {
    border-radius: 20px;
    box-shadow: 0 4px 20px #75757550;
}

.services-image {
    background: linear-gradient(180deg, #FFBB00, #FF8000);

    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-title {
    font-size: 13px;
   font-weight: 600;
}

.other-item {
    box-shadow: 0 8px 20px #75757516;
    padding: 20px 10px;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.other-item__image {
    margin: 5px;

}

.other-item__title {
    font-size: 12px;

}


.home-botton {
    position: absolute;
    top: -15px;
    z-index: 100;
    background: linear-gradient(
            135deg, #ffbb00, #ff8000);
    padding: 10px;
    border-radius: 50%;
}

.login-container{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(194,194,194,1) 100%);
    height: 100vh;
}

.login-container .login{
    background: rgb(114,204,170);
    background: linear-gradient(180deg, rgba(114,204,170,1) 0%, rgba(32,128,91,1) 100%);
    border-radius: 0px 0px 20px 20px;
    min-width: 360px;
    min-height: 370px;
    position: relative;
}
.back{
    cursor: pointer;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.login-container .login .back{
    position: absolute;
    left: 0;
    top: 0;
    background-color:#22825d;
    border-radius: 0px 0px 20px 0px;
    padding: 25px 15px 10px;
}

.login-container .login .main-holder{
    width: 330px;
    padding: 100px 15px 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-container .login .main-holder h3{
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 0 0 25px;
}
.login-container .login .main-holder input[type='tel'],
.login-container .login .main-holder input[type='text'],
.login-container .login .main-holder input[type='password']{
    font-size: 14px;
    padding: 12.5px 15px;
    border-radius: 12.5px;
    margin: 10px 0;
    text-align: center;
}

.login-container .login .main-holder .form-group{
    position: relative;
}

.login-container .login .main-holder .form-group svg{
    position: absolute;
    left: 15px;
    top: 15px;
    fill:rgb(0, 0, 0);
}

.login-container .login .main-holder .form-group svg path{
    fill:rgb(149, 149, 149);
    transition:all .2s ease-in;
}

.login-container .login .main-holder input:hover+svg g path,
.login-container .login .main-holder input:focus+svg g path{
    fill:rgb(34, 130, 93);
}

.login-container .login .main-holder input:hover,
.login-container .login .main-holder input:focus{
    outline: 0;
}

.login-container .login .main-holder label,
.login-container .login .main-holder a{
    font-size: 12px;
    color:#ffbb00;
}

.login-container .login .main-holder .forgetpass{
    text-align: left;
}

.login-container .login .main-holder .btn-login{
    color:#000;
    text-align: center;
    padding: 12.5px;
    border:1px solid #fff;
    border-radius: 15px;
    background: rgb(255,187,0);
    background: linear-gradient(180deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%);
    width: 100%;
    margin: 10px 0 0 0;
}

.login-container .login .main-holder .signup{
    font-size: 16px;
    text-align: center;
    width: 300px;
    position: absolute;
    top: 103%;
}

.login-container .login .main-holder .signup a{
    font-size: 16px;
    color:#308e6a;
}

.login-container .fingerprint{
    position: absolute;
    top: calc(85vh);
    display: flex;
    left: calc(50% - 20.505px);
    
}

.login-container .fingerprint svg path{
    fill:#308e6a;
}

.starter .owl-stage{
    display: flex;
    direction: ltr;
}

.starter .owl-carousal{
    position: relative;
}

.starter .owl-carousal .owl-nav{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(370px + 20%);
}

.starter .owl-carousal .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(370px + 17%);
    direction: ltr;
}

.starter .owl-carousal .owl-dots .owl-dot{
    border:none;
    background:none;
    width: 10px;
    height: 5px;
    border-radius: 3px;
    background-color:#ccc;
    margin: 0 1px;
    transition:all .2s ease-in;
}

.starter .owl-carousal .owl-dots .owl-dot.active{
    width: 25px;
    border-radius: 3px;
    background-color:#22825d;
}

.starter .owl-carousal .owl-nav .owl-prev{
    display: none;
}

.starter .owl-carousal .owl-nav .owl-next{
    background:none;
    border: none;
}

.starter .title{
    text-align: center;
    margin: 25px 0 15px;
}

.starter .item .header{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    height: 330px;
}

.starter .item .slide-1{
    background-image: url("../images/slide-1.png");
}

.starter .item .slide-2{
    background-image: url("../images/slide-2.png");
}

.starter .item .slide-3{
    background-image: url("../images/slide-3.png");
}

.starter .item .slide-4{
    background-image: url("../images/slide-4.png");
}

.starter .login .main-holder{
    padding-top: 60px;
}

.starter .gonext{
    position: absolute;
    top:calc(85vh);
    left: 25px;
    color:#848484;
    color:#308e6a;
    text-decoration: underline;
    font-size: 20px;
}

.starter .signup-btn{
    width: 225px;
    height: 48px;
    line-height: 48px;
    background:none;
    border:2px solid #ffbb00;
    border-radius: 16px;
    margin: 10px 0;
    display:inline-block;
    color:#000;
}

.starter .login-btn{
    width: 225px;
    height: 48px;
    line-height: 48px;
    background: rgb(255,187,0);
    background: linear-gradient(90deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%, rgba(255,128,0,1) 100%);
    border-radius: 16px;
    margin: 10px 0;
    display:inline-block;
    color:#000;
}

.other-page{
     position: relative;
}

.other-page .user-icon svg path{
    fill:#1d6449;
}

.other-page .navbar-brand{
    color:#22825d;
}


.other-page .holder img{
    width: 80%;
    margin: 25px auto;
    display: block;
}

.other-page .holder h3{
    color:#888888;
    font-size: 24px;
    text-align: center;
}

.radiobutton-special {
    width: 80px;
    height: 30px;
    margin: 6px auto;
    position: relative;
    border-radius: 50px;
    background: rgb(114,204,170);
    background: linear-gradient(180deg, rgba(114,204,170,1) 0%, rgba(32,128,91,1) 100%);
    display: inline-block;
}

.radiobutton-special:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 12.5px;
    height: 20px;
    width: 1px;
    background: #fff;
}

.radiobutton-special label {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
    background: #fff;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.radiobutton-special label:before{
    content: '';
    position: absolute;
    top:1px;
    right:1px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border:3px solid #0f5132;
    z-index: 0;
}

.radiobutton-special input[type=checkbox] {
    visibility: hidden;
}

.radiobutton-special input[type=checkbox]:checked + label {
    left: 54px;
}

.other-page .radiobuton{
    display: flex;
    justify-content: space-between;
    height: 42px;
    line-height: 42px;
    background: #e9e9e9;
    border-radius: 25px;
    padding: 0 10px;
    margin: 0 0 15px;
}

.settings{
    height: 90vh;
    position: relative;
}

.settings .last-button{
    width: 100%;
    border:none;
    background: rgb(32,128,91);
    background: linear-gradient(0deg, rgba(32,128,91,1) 0%, rgba(114,204,170,1) 100%);
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}

.settings .last-button svg{
    margin: 5px 0 0;
}

.settings .footer-button{
    width: 100%;
    border:none;
    text-align: center;
    background: #dbdbdb;
    border-radius: 25px;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    position: absolute;
    bottom: 10%;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.modal .modal-wrapper {
    z-index: 111;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    padding: 1rem;
    border-radius: 12.5px;
    color: #22825d;
    width: 80%;
    left: 10%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#89dfbf), to(#20805b));
    background: linear-gradient(180deg, #89dfbf, #20805b);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal .modal-wrapper .result-modal-header {
    margin-bottom: 0.375rem;
}

.modal .modal-wrapper .result-modal-header .title {
    font-size: 14px;
}

.modal .modal-inner {
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 1rem;
}

.modal .modal-inner .modal-inner-info {
    font-size: 14px;
    color: #000;
}

.modal .modal-inner .modal-inner-info .title {
    font-size: 13px;
    margin-bottom: 0.5rem !important;
}

.modal .modal-inner .bim-form {
    margin-top: 1rem !important;
}

.modal .modal-inner .bim-form .bim-cancel-btn {
    margin-top: 1rem !important;
}

.modal .form-group{
    margin: 10px auto;
    text-align: right;
}

.bim-form .bim-btn,
.bim-form .bim-cancel-btn,
.bim-form .bim-btn-light,
.bim-form .bim-btn-green {
    color: #000;
    text-align: center;
    padding: 12.5px;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #ffbb00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffbb00), to(#ff8000));
    background: linear-gradient(180deg, #ffbb00 0%, #ff8000 100%);
    width: 100%;
    margin: 10px 0 0 0;
    -webkit-box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16);
    box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16);
}

.internet-pack .mobile-svg{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    text-align: center;
    background: rgb(255,187,0);
    background: linear-gradient(180deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%);
}

.internet-pack .input-part{
    position: relative;
}

.internet-pack .header-mobile{
    color:#000;
    font-size: 14px;
    padding: 15px 0;
}

.internet-pack .header-mobile label{
    display: block;
    margin: 0 0 10px;
}

.internet-pack .middle-data p{
    color:#000;
    font-size: 14px;
    padding: 15px 0;
    margin: 0;
}

.internet-pack .input-part input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-size: 18px;
    padding: 0 10px;
    border-radius: 10px;
    border:1px solid #888;
}

.internet-pack .input-part svg{
    position: absolute;
    right: 10px;
    top: 8px;
}

.internet-pack .middle-data ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.internet-pack .middle-data ul li svg{
    filter: grayscale(100%);
    transition: all .2s ease-in;
    cursor: pointer;
}

.internet-pack .middle-data ul li svg:hover{
    filter: grayscale(0);
}

.internet-pack .footer-data .bim-btn{
    color: #000;
    text-align: center;
    padding: 12.5px;
    border: 1px solid #fff;
    border-radius: 15px;
    background: rgb(255,187,0);
    background: linear-gradient(
            180deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%);
    width: 100%;
    margin: 10px 0 0 0;
    width: 330px;
}

.internet-pack .bim-holder .bim-btn{
    position: absolute;
    bottom: 10%;
}

.academy{
    position: relative;
}

.academy .academy-holder{
    position: relative;
    width: 330px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.academy .books{
    position: relative;
}

.academy .books h2{
    font-size: 14px;
    color:#000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color:rgba(255,255,255,0.5);
    padding: 7.5px 25px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.academy .owl-books .item img{
    width: 85px;
    height: 85px;
    border-radius: 10px;
}

.academy .books{
    background: rgb(29,148,128);
    background: linear-gradient(180deg, rgba(29,148,128,1) 0%, rgba(52,201,176,1) 100%);
    border-radius: 15px;
    padding: 45px 0 0px;
    text-align: center;
}

.academy .owl-nav{
    display: none;
}

.academy-holder .owl-stage{
    display:flex;
}

.academy .owl-dots .owl-dot span{
    background:none;
    border:none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:rgba(255,255,255,0.75);
    transition: all .2s ease-in;
    margin: 3px 1.5px;
}

.academy .owl-dots .owl-dot{
    background:none;
    border:none;
    padding: 0;
}

.academy .owl-dots .owl-dot.active span{
    background-color: #ff8000 !important;
}

.academy .videos{
    margin: 15px 0 0 0;
    position: relative;
    padding: 0 0 50px;
}

.academy .videos .header{
    display: flex;
    justify-content: space-between;
}

.academy .videos .owl-dots{
    background-color:#d8f1e7;
    border-radius: 5px;
    display: inline-block;
    height: 22px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.academy .videos .header h2{
    font-size: 16px;
    color:#000;
}

.academy .videos .holder{
    border-radius: 15px;
    -webkit-box-shadow: -10px 12px 12px -12px #000000;
    box-shadow: -10px 12px 12px -12px #000000;
    overflow: hidden;
}

.academy .videos .holder h3{
    margin: 0;
    text-align: center;
    color:#000;
    font-size: 16px;
    padding: 10px 0;
}

.academy .tests{
    position: relative;
    border-radius: 15px;
    padding: 45px 0 0px;
    margin: 15px 0 0 0;
    text-align: center;
    background: rgb(251,210,83);
    background: linear-gradient(180deg, rgba(251,210,83,1) 0%, rgba(255,233,164,1) 100%);
}

.academy .tests h2{
    font-size: 14px;
    color:#000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color:rgba(255,255,255,0.5);
    padding: 7.5px 25px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.academy .tests a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    font-size: 13px;
    color:#000;
    text-decoration: none;
    width: 85px;
    height: 85px;
    line-height: 1;
}

.academy .tests a span{
    display: inline-flex;
}

.academy .result{
    margin: 15px 0 0 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 15px 0 10px;
    display: flex;
    justify-content: space-between;
    background: rgb(54,155,104);
    background: linear-gradient(180deg, rgba(54,155,104,1) 0%, rgba(13,139,165,1) 100%);
    border-radius: 10px;
    color:#fff;
}

.academy .result a{
    display: inline-flex;
    width: 43px;
    height: 43px;
    border-radius: 15px;
    justify-content: center;
    align-items: baseline;
    color:#ff8000;
    background-color:#fff;
    font-size: 48px;
    text-align: center;
    margin: 6px 5px 0 0;
}

.aghsat .search-header{
    padding: 5px 0;
    position: relative;
    margin: 0 0 0px;
    display: flex;
}

.aghsat .search-header .search-holder{
    position: relative;
    width: calc( 100% - 40px);
    margin-top: 13px;
}

.aghsat .search-header .search-holder input{
    height: 43px;
    line-height: 43px;
    border-radius: 10px;
    border:none;
    background-color:#eeeeee;
    width: 100%;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
}

.aghsat .search-header .search-holder svg{
    position: absolute;
    left: 10px;
    top: 7px;
}

.aghsat .accordions{
    position: relative;
    margin: 0 0 10px;
}

.aghsat .accordions .accordion{
    margin: 0 0 10px;
    border:1px solid #888888;
    border-radius: 15px;
    font-size: 13px;
    color:#000;
}

.aghsat .accordions .accordion ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.aghsat .accordions .accordion .header{
    display: flex;
    flex-direction: row-reverse;
    padding: 2.5px 5px;
}

.aghsat .accordions .accordion .header .arrow{
    width: 30px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    background: linear-gradient(
            180deg,#89DFBF,#20805B);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.aghsat .accordions .accordion .header .arrow .arrow-ar{
    position: absolute;
    bottom: 10px;
    left: 7px;
    transition: all .2s linear;
}

.aghsat .accordions .accordion.active .header .arrow .arrow-ar{
    position: absolute;
    bottom: auto;
    left: 7px;
    top: 10px;
    transform: rotate(180deg);
}

.aghsat .accordions .accordion .header .details{
    width: calc( 100% - 35px );
}

.aghsat .accordions .accordion:last-child{
    margin: 0;
}

.aghsat .accordions .accordion .header .details{
    position: relative;
}

.aghsat .accordions .accordion .header .details ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.aghsat .accordions .accordion ul li{
    padding: 4px 0;
}

.aghsat .accordions .accordion .header .details .remain{
    position: absolute;
    top: 0;
    left: 10px;
}

.aghsat .accordions .accordion .body{
    background: #E3FAEE;
    padding: 10px;
    margin: 0 10px 10px;
    border-radius: 15px;
    display: none;
}

.aghsat .accordions .accordion.active .body{
    display: block;
}

.aghsat .accordions .accordion .body a{
    color: #000;
    text-align: center;
    padding: 12.5px;
    border: none;
    border-radius: 15px;
    background: rgb(255,187,0);
    background: linear-gradient(
            180deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%);
    width: 100%;
    margin: 10px 0 0 0;
    display: inline-block;
}

.aghsat .hidden-part{
    padding: 10px;
    display: none;
}

.aghsat .nav-link{
    font-size: 11px !important;
}

.aghsat .ghest-holder{
    background: #E3FAEE;
    padding: 10px;
    margin: 0 0px 10px;
    border-radius: 15px;
}

.aghsat .ghest-holder p{
    margin: 0 0 5px;
}

.aghsat .ghest-holder b{
    margin-left: 10px;
}


.aghsat .ghest-holder a{
    color: #000;
    text-align: center;
    padding: 12.5px;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    background: rgb(255,187,0);
    background: linear-gradient(
            180deg, rgba(255,187,0,1) 0%, rgba(255,128,0,1) 100%);
    width: 100%;
    margin: 10px 0 0 0;
    display: inline-block;
}
.aghsat .paginate{
    position: relative;
}

.aghsat .paginate ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.aghsat .paginate ul li{
    height: 75px;
    line-height: 75px;
    cursor: pointer;
}

.aghsat .paginate ul li.right-arrow svg{
    transform: rotate(180deg);
    margin-top: -17px;
}
.stop-scrolling {
    height: 100vh;
    overflow: hidden;
  }
  .scrollDisabled {   
    position: fixed;
    margin-top: 0;
    width: 100%;
}
.clickable{
    cursor: pointer;
}

.owl-next{
    -webkit-tap-highlight-color: transparent !important;
}
body{
    -webkit-tap-highlight-color: transparent;
}

.select2-selection__rendered {
    background-color:transparent !important;
    background: transparent !important;
}
.select2-dropdown{
    color:black;
    font-size: 13px;
}

.certifications {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    color: #646464;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #00b4ff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
    width: 100px;
    height: 100px;
}

/* use in business and liabilityInsurance page  */
@media screen and (min-width: 768px) {
    .custom-col-5 {
      width: 48.667% !important;
    }
  }