.section_four_row .col-no-gap_box{
            width: 100%;
        }
        
        .section_four_row .col-no-gap_box_icon {
             width: 50px;
             padding:20px 0px;
        }
        
        .section_four_row .col-no-gap{
            overflow: hidden;
        }
        
        .section_four_row_box{
            width: calc(100% - 20px);
        }
        
        /*banner slider*/
        .login_banner_slider{
            position: relative;
        }
        
        .login_banner_text{
            font-family: var(--fontpoppins);
            font-weight: 700;
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
        }
        
        .login_banner_text h1 small{
            font-size: 1.8rem;
            color: #0d2d2c;
            display: block;
            font-weight: 700;
        }
        
        .login_banner_text h1{
            font-size: 3.3rem;
            color: #0d2d2c;
            text-align: left;
        }
        
        .login_banner_text h1 span{
            color: #0062cc ;
            display: inline-block;
        }
        
         .login_banner_text a{
            font-family: var(--fontpoppins);
            font-weight: 700;
            font-size: 1.2rem;
            border: 1px solid #0062cc ;
            border-radius: 30px;
            color: #0062cc ;
         }
         .back_btn{
             font-size: 15px;
         }
         
         .modal.show .modal-dialog {
            top: 50%;
            transform: translateY(-50%);
        }
        
        .or {
            font-size: 2rem;
            text-align: center;
            position: relative;
            margin: 21px 0;
            border-bottom: 1px solid #ccd0d5;
            position: relative;
        }
        
        .or span {
            display: block;
            position: absolute;
            background: #fff;
            padding: 0px 15px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .create_new_account{
            display: block;
        }
        
        .form-group.form-check {
            text-align: center;
        }
        
        .forgot_pass_text{
            float: none;
        }
#s .owl-stage-outer{
margin-left:-30px}